[Bug 1505337] Re: update-manager crashed with aptdaemon.errors.AptDaemonError in commit(): org.debian.apt: kinit#auto isn't a valid package name

2015-10-12 Thread Brian Murray
I was able to upgrade my laptop without an issue and packages also
contained the #auto tag, so I'm not certain what went wrong here.

** Information type changed from Private 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/1505337

Title:
  update-manager crashed with aptdaemon.errors.AptDaemonError in
  commit(): org.debian.apt: kinit#auto isn't a valid package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1505337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1505337] Re: update-manager crashed with aptdaemon.errors.AptDaemonError in commit(): org.debian.apt: kinit#auto isn't a valid package name

2015-10-12 Thread Brian Murray
The Error Tracker has a bucket with similar crashes:

https://errors.ubuntu.com/problem/7ebdd3a47a22b40385f9eb92e6a329765708cf19

As expected only the 15.10 crashes contain #auto part. A report from
15.04 contains the following error:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/defer/__init__.py", line 483, in 
_inline_callbacks
result = gen.throw(excep)
  File 
"/usr/lib/python3/dist-packages/UpdateManager/backend/InstallBackendAptdaemon.py",
 line 89, in commit
downgrade, defer=True)
aptdaemon.errors.AptDaemonError: org.debian.apt: TrickPit isn't a valid package 
name

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1505337

Title:
  update-manager crashed with aptdaemon.errors.AptDaemonError in
  commit(): org.debian.apt: kinit#auto isn't a valid package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1505337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1505337] Re: update-manager crashed with aptdaemon.errors.AptDaemonError in commit(): org.debian.apt: kinit#auto isn't a valid package name

2015-10-12 Thread Brian Murray
The aptdaemon changes look complete and before the valid package name
check we can see the auto_flag tag is stripped.

2070 for fullname in pkg_names:
2071 name, version, release = split_package_id(fullname)
2072 name, sep, auto_flag = name.partition("#")
2073 if not auto_flag in ("", "auto"):
2074 raise errors.AptDaemonError("%s isn't a valid flag" %
2075 auto_flag)
2076 if not re.match(REGEX_VALID_PACKAGENAME, name):
2077 raise errors.AptDaemonError("%s isn't a valid package 
name" %
2078 name)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1505337

Title:
  update-manager crashed with aptdaemon.errors.AptDaemonError in
  commit(): org.debian.apt: kinit#auto isn't a valid package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1505337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1505337] Re: update-manager crashed with aptdaemon.errors.AptDaemonError in commit(): org.debian.apt: kinit#auto isn't a valid package name

2015-10-13 Thread Brian Murray
Speaking to mvo about this he believes its possible that update-manager
and aptdaemon were updated but that the running aptdaemon was not
replaced with the new version of aptdaemon. Subsequently, the flag was
passed to aptdaemon and it didn't know how to handle it.

Looking at the Aptdaemon.txt attachment in this bug report we can see
the same process id used for aptdaemon even after the package is
upgraded.

Log started: 2015-10-12  11:10:01
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 870936 files and directories currently installed.)
Preparing to unpack 
.../python3-aptdaemon.pkcompat_1.1.1+bzr982-0ubuntu13_all.deb ...
Unpacking python3-aptdaemon.pkcompat (1.1.1+bzr982-0ubuntu13) over 
(1.1.1+bzr982-0ubuntu12) ...
Preparing to unpack 
.../python3-aptdaemon.gtk3widgets_1.1.1+bzr982-0ubuntu13_all.deb ...
Unpacking python3-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu13) over 
(1.1.1+bzr982-0ubuntu12) ...
Preparing to unpack .../aptdaemon_1.1.1+bzr982-0ubuntu13_all.deb ...
Unpacking aptdaemon (1.1.1+bzr982-0ubuntu13) over (1.1.1+bzr982-0ubuntu12) ...
Preparing to unpack .../python3-aptdaemon_1.1.1+bzr982-0ubuntu13_all.deb ...
Unpacking python3-aptdaemon (1.1.1+bzr982-0ubuntu13) over 
(1.1.1+bzr982-0ubuntu12) ...
Processing triggers for dbus (1.10.0-1ubuntu1) ...
Processing triggers for man-db (2.7.3-1) ...
Setting up python3-aptdaemon (1.1.1+bzr982-0ubuntu13) ...
Setting up python3-aptdaemon.pkcompat (1.1.1+bzr982-0ubuntu13) ...
Setting up python3-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu13) ...
Setting up aptdaemon (1.1.1+bzr982-0ubuntu13) ...
Log ended: 2015-10-12  11:10:06

Oct 12 11:09:23 impulse AptDaemon[7097]: INFO: Initializing daemon
Oct 12 11:09:23 impulse org.debian.apt[1349]: 11:09:23 AptDaemon [INFO]: 
Initializing daemon
Oct 12 11:09:23 impulse AptDaemon.PackageKit[7097]: INFO: Initializing 
PackageKit compat layer
Oct 12 11:09:23 impulse org.debian.apt[1349]: 11:09:23 AptDaemon.PackageKit 
[INFO]: Initializing PackageKit compat layer
Oct 12 11:09:23 impulse AptDaemon[7097]: INFO: UpdateCache() was called
Oct 12 11:09:23 impulse org.debian.apt[1349]: 11:09:23 AptDaemon [INFO]: 
UpdateCache() was called
...
Oct 12 11:12:45 impulse org.debian.apt[1349]: 11:12:45 AptDaemon.Worker [INFO]: 
Updating cache
Oct 12 11:12:49 impulse AptDaemon.Worker[7097]: INFO: Finished transaction 
/org/debian/apt/transaction/458231a0ba3346518ce0f4c60fff50ee
Oct 12 11:12:49 impulse org.debian.apt[1349]: 11:12:49 AptDaemon.Worker [INFO]: 
Finished transaction 
/org/debian/apt/transaction/458231a0ba3346518ce0f4c60fff50ee
Oct 12 11:12:57 impulse AptDaemon[7097]: INFO: CommitPackages() was called: 
dbus.Array([dbus.String('kinit#auto'), ...

So this theory seems likely.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1505337

Title:
  update-manager crashed with aptdaemon.errors.AptDaemonError in
  commit(): org.debian.apt: kinit#auto isn't a valid package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1505337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1505337] Re: update-manager crashed with aptdaemon.errors.AptDaemonError in commit(): org.debian.apt: kinit#auto isn't a valid package name

2015-10-13 Thread Brian Murray
** Changed in: update-manager (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1505337

Title:
  update-manager crashed with aptdaemon.errors.AptDaemonError in
  commit(): org.debian.apt: kinit#auto isn't a valid package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1505337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1505337] Re: update-manager crashed with aptdaemon.errors.AptDaemonError in commit(): org.debian.apt: kinit#auto isn't a valid package name

2015-10-14 Thread syscon-hh
The Traceback on our computer differ to #3 as following, see last line:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/defer/__init__.py", line 483, in 
_inline_callbacks
result = gen.throw(excep)
  File 
"/usr/lib/python3/dist-packages/UpdateManager/backend/InstallBackendAptdaemon.py",
 line 65, in update
trans = yield self.client.update_cache(defer=True)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message 
recipient disconnected from message bus without replying

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1505337

Title:
  update-manager crashed with aptdaemon.errors.AptDaemonError in
  commit(): org.debian.apt: kinit#auto isn't a valid package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1505337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1505337] Re: update-manager crashed with aptdaemon.errors.AptDaemonError in commit(): org.debian.apt: kinit#auto isn't a valid package name

2016-01-23 Thread Chrescht
Am getting the same when running "ubuntu-manager -d", then trying to
update to Ubuntu 16.04.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/defer/__init__.py", line 483, in 
_inline_callbacks
result = gen.throw(excep)
  File 
"/usr/lib/python3/dist-packages/UpdateManager/backend/InstallBackendAptdaemon.py",
 line 65, in update
trans = yield self.client.update_cache(defer=True)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message 
recipient disconnected from message bus without replying

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1505337

Title:
  update-manager crashed with aptdaemon.errors.AptDaemonError in
  commit(): org.debian.apt: kinit#auto isn't a valid package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1505337/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs