#1327 closed defect (fixed)
Error while initiating .sugar environment
Reported by: | alsroot | Owned by: | tomeu |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | Sugar | Version: | 0.85.x |
Severity: | Unspecified | Keywords: | r+ |
Cc: | Distribution/OS: | Ubuntu | |
Bug Status: | Unconfirmed |
Description
PPA: https://launchpad.net/~alsroot/+archive/sugar-0.86
|TestCase|
- start from new .sugar environment
- log all time starts with
1252700542.068306 ERROR root: Error reading public key Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/sugar/profile.py", line 69, in _load_pubkey f = open(key_path, "r") IOError: [Errno 2] No such file or directory: '/home/test/.sugar/default/owner.key.pub' 1252700547.664951 DEBUG sugar.presence.presenceservice: Created proxy <Buddy object at 0x899ab1c (sugar+presence+buddy+Buddy at 0x8a24090)> _IceTransSocketOpenCOTSServer: Unable to open socket for inet6 _IceTransOpen: transport open failed for inet6/ubuntu: _IceTransMakeAllCOTSServerListeners: failed to open listener for inet6 ** (sugar-session:2838): DEBUG: starting phase 1 ** (sugar-session:2838): DEBUG: ending phase 1
Attachments (3)
Change History (14)
comment:1 Changed 14 years ago by alsroot
- Milestone changed from Unspecified by Release Team to 0.86
- Owner changed from tomeu to alsroot
- Status changed from new to assigned
comment:2 Changed 14 years ago by alsroot
- Priority changed from Unspecified by Maintainer to Normal
comment:3 Changed 14 years ago by tomeu
- Priority changed from Normal to Immediate
comment:4 Changed 14 years ago by tomeu
comment:5 Changed 14 years ago by alsroot
- Keywords r? added
- Owner changed from alsroot to tomeu
Changed 14 years ago by alsroot
comment:6 Changed 14 years ago by tomeu
- Keywords r- added; r? removed
What's the point of this patch? AFAICS it only silences an error.
Several things won't work without the keys, so we should see why those weren't created at the intro window.
Changed 14 years ago by alsroot
comment:7 Changed 14 years ago by alsroot
- Keywords r? added; r- removed
- Priority changed from Immediate to Low
sugar just fails(which is not fail, in fact) while trying to load keys before creating new environment.
Changed 14 years ago by alsroot
comment:8 Changed 14 years ago by alsroot
looks like I pushed it by accident
http://git.sugarlabs.org/projects/sugar-toolkit/repos/mainline/commits/f939baec056a458fcab040106e4a295e783a43b9
comment:9 Changed 14 years ago by erikos
So, this still needs review, right?
comment:10 Changed 14 years ago by tomeu
- Keywords r+ added; r? removed
- Resolution set to fixed
- Status changed from assigned to closed
Sounds good to me, I was a bit concerned about loading the keys eagerly, but now that we have gconf, we don't use the Profile class anywhere else.
Those files should be created by the intro window, any idea why that didn't worked?