[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2013-01-29 Thread RONALD CONCEPCION
** Changed in: software-center (Ubuntu) Assignee: tremolux (gary-lasker) => RONALD CONCEPCION (ronaldconcepcion2000) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743003 Title: software-center

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-24 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.2 --- software-center (5.2.2) precise-proposed; urgency=low [ Michael Vogt ] * lp:~mvo/software-center/whatsnew-leak-lp985389: - search filter fix for the case when the "installed-only" filter leaks into subsequent

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-23 Thread Gary Lasker
I have verified that software-center version 5.2.2 in precise-proposed fixes this bug per the test case given in the description. Thanks! ** Description changed: Binary package hint: software-center Happens during startup Software Center on my brand new Dell XPS laptop. + + TEST CASE: +

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-17 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 5.2.2 --- software-center (5.2.2) precise-proposed; urgency=low [ Michael Vogt ] * lp:~mvo/software-center/whatsnew-leak-lp985389: - search filter fix for the case when the "installed-only" filter leaks into subsequent

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-16 Thread Steve Langasek
** Also affects: software-center (Ubuntu Quantal) Importance: Medium Assignee: Gary Lasker (gary-lasker) Status: Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743003 Title

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/software-center -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743003 Title: software-center crashed with OSError in makedirs(): [Errno 17] File exists:

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-16 Thread Steve Langasek
Hello Georgie, or anyone else affected, Accepted software-center into precise-proposed. The package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-15 Thread Gary Lasker
** Changed in: software-center (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743003 Title: software-center crashed with OSError in makedirs(): [E

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-10 Thread Gary Lasker
** Changed in: software-center (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743003 Title: software-center crashed with OSError in makedirs(): [Errno

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-08 Thread Gary Lasker
Regarding the branch I attached, we can check the "errno" value directly if preferred, per your comments above, mvo. The specific check for the directory just seemed slightly more readable, but I'm sure it's slower (not that speed matters for this case). If this fix seems ok, I'll wire it in for r

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-08 Thread Gary Lasker
Ah shoot, talk about a race!! ;) I should have refreshed before I started working on this, I guess. I think I have a general fix that can be used for all instances of this condition (there are a few I have searched out, so I'll push by branch and see what you think). ** Branch linked: lp:~gary-las

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-08 Thread Gary Lasker
This is currently the highest software-center bug on errors.ubuntu.com, so setting the importance and tagging it as ca-escalated. ** Changed in: software-center (Ubuntu) Assignee: (unassigned) => Gary Lasker (gary-lasker) -- You received this bug notification because you are a member of Ubu

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-08 Thread Michael Vogt
Instead of e.errno == 17 we probably want to use something like "import errno; errno.EEXIST". But the code looks wrong currently, it first tries to create the dir, then odes a os.access and tries to redo it again, so this needs cleanup and a unittest. -- You received this bug notification becau

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2012-05-08 Thread Michael Vogt
Shows up with high frequency on errors.ubuntu.com, caused by a race: === modified file 'softwarecenter/log.py' --- softwarecenter/log.py 2012-03-15 10:43:13 + +++ softwarecenter/log.py 2012-05-08 18:55:17 + @@ -93,7 +93,13 @@ # create log file if not os.path.exists(SOFTWAR

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2011-08-23 Thread Launchpad Bug Tracker
** Changed in: software-center (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743003 Title: software-center crashed with OSError in makedirs(): [Errno 17] Fil

[Bug 743003] Re: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/software-center'

2011-03-28 Thread Kiwinote
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743003 Title: software-center crashed with OSError in makedirs(): [Errno 17] File exists: '/home/joris/.cache/softwar