[Desktop-packages] [Bug 1421884] Re: /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-query@245:async_update:update:update:compute_local_packagelist:__init__:open

2015-09-30 Thread Sebastien Bacher
That seems a frequent e.u.c issue, I reported it to Debian python-apt on
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800501 and the
maintainer replied

"You're probably opened the cache without holding a lock, and an update
ran in parallel. That's really the only possible explanation I could
think of."

** Changed in: oneconf (Ubuntu)
   Importance: Medium => High

** Bug watch added: Debian Bug tracker #800501
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800501

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to oneconf in Ubuntu.
https://bugs.launchpad.net/bugs/1421884

Title:
  /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-
  query@245:async_update:update:update:compute_local_packagelist:__init__:open

Status in oneconf package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding oneconf.  This problem was most recently seen with version
  0.3.7, the problem page at
  https://errors.ubuntu.com/problem/0d46e08ac7a927459ebaf8436dc8de6692abeee5
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/1421884/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1421884] Re: /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-query@245:async_update:update:update:compute_local_packagelist:__init__:open

2015-08-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: oneconf (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to oneconf in Ubuntu.
https://bugs.launchpad.net/bugs/1421884

Title:
  /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-
  query@245:async_update:update:update:compute_local_packagelist:__init__:open

Status in oneconf package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding oneconf.  This problem was most recently seen with version
  0.3.7, the problem page at
  https://errors.ubuntu.com/problem/0d46e08ac7a927459ebaf8436dc8de6692abeee5
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/1421884/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1421884] Re: /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-query@245:async_update:update:update:compute_local_packagelist:__init__:open

2015-08-17 Thread Bruno Nova
I received a similar error a few days ago.
It's a very strange error, because the file that was mentioned actually exists 
in my computer.
Unless that file was momentarily missing due to a repository update, and 
exactly when oneconf decided to sync. If that's how this works, of course.

The best and easiest way to fix this bug would probably be to just add a
try...except block around one of the lines in the traceback.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to oneconf in Ubuntu.
https://bugs.launchpad.net/bugs/1421884

Title:
  /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-
  query@245:async_update:update:update:compute_local_packagelist:__init__:open

Status in oneconf package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding oneconf.  This problem was most recently seen with version
  0.3.7, the problem page at
  https://errors.ubuntu.com/problem/0d46e08ac7a927459ebaf8436dc8de6692abeee5
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/1421884/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1421884] Re: /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-query@245:async_update:update:update:compute_local_packagelist:__init__:open

2015-08-17 Thread Alberto Salvia Novella
** Changed in: oneconf (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to oneconf in Ubuntu.
https://bugs.launchpad.net/bugs/1421884

Title:
  /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-
  query@245:async_update:update:update:compute_local_packagelist:__init__:open

Status in oneconf package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding oneconf.  This problem was most recently seen with version
  0.3.7, the problem page at
  https://errors.ubuntu.com/problem/0d46e08ac7a927459ebaf8436dc8de6692abeee5
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/1421884/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1421884] Re: /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-query@245:async_update:update:update:compute_local_packagelist:__init__:open

2015-02-13 Thread Brian Murray
Here's the Traceback:

Traceback (most recent call last):
  File /usr/bin/oneconf-query, line 245, in module
oneconf.async_update()
  File /usr/lib/python3/dist-packages/oneconf/directconnect.py, line 80, in 
async_update
self.update()
  File /usr/lib/python3/dist-packages/oneconf/directconnect.py, line 73, in 
update
self.PackageSetHandler().update()
  File /usr/lib/python3/dist-packages/oneconf/packagesethandler.py, line 63, 
in update
newpkg_list = self.distro.compute_local_packagelist()
  File /usr/lib/python3/dist-packages/oneconf/distributor/Ubuntu.py, line 42, 
in compute_local_packagelist
with apt.Cache() as apt_cache:
  File /usr/lib/python3/dist-packages/apt/cache.py, line 107, in __init__
self.open(progress)
  File /usr/lib/python3/dist-packages/apt/cache.py, line 153, in open
self._records = apt_pkg.PackageRecords(self._cache)
SystemError: E:Could not open file 
/var/lib/apt/lists/ve.archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-es
 - open (2: No such file or directory)

It seems like it could a bug in oneconf or python-apt.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to oneconf in Ubuntu.
https://bugs.launchpad.net/bugs/1421884

Title:
  /usr/share/oneconf/oneconf-query:SystemError:/usr/bin/oneconf-
  query@245:async_update:update:update:compute_local_packagelist:__init__:open

Status in oneconf package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding oneconf.  This problem was most recently seen with version
  0.3.7, the problem page at
  https://errors.ubuntu.com/problem/0d46e08ac7a927459ebaf8436dc8de6692abeee5
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oneconf/+bug/1421884/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp