Re: snap in debian

2017-10-14 Thread Brian May
Michael Hudson-Doyle  writes:

> Yay unreproducible bugs. If you manage to reproduce, please have a look in
> syslog or systemd's journal for anything that looks related.

Not sure this helps me, maybe it might help somebody else? "Failed to
load configuration" might be relevant. What configuration?

This is a grep for hello in journalctl, after trying to remove the hello
snap. I couldn't see anything else relevant.

Oct 15 13:15:45 prune sudo[17326]:brian : TTY=pts/1 ; PWD=[removed] ; 
USER=root ; COMMAND=/usr/bin/snap remove hello
Oct 15 13:15:46 prune systemd[1]: snap-hello-20.mount: Changed mounted -> dead
Oct 15 13:15:46 prune systemd[1843]: snap-hello-20.mount: Changed mounted -> 
dead
Oct 15 13:15:46 prune systemd[1843]: snap-hello-20.mount: Collecting.
Oct 15 13:15:46 prune systemd[1]: Sent message type=signal sender=n/a 
destination=n/a object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2105 
reply_cookie=0 error=n/a
Oct 15 13:15:46 prune systemd[1]: Sent message type=signal sender=n/a 
destination=n/a object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2106 
reply_cookie=0 error=n/a
Oct 15 13:15:46 prune systemd-logind[632]: Got message type=signal sender=:1.0 
destination=n/a object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2105 
reply_cookie=0 error=n/a
Oct 15 13:15:46 prune systemd[1413]: snap-hello-20.mount: Changed mounted -> 
dead
Oct 15 13:15:46 prune systemd[1413]: snap-hello-20.mount: Collecting.
Oct 15 13:15:46 prune systemd-logind[632]: Got message type=signal sender=:1.0 
destination=n/a object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=2106 
reply_cookie=0 error=n/a
Oct 15 13:15:46 prune systemd[1]: snap-hello-20.mount: Trying to enqueue job 
snap-hello-20.mount/stop/replace
Oct 15 13:15:46 prune systemd[1]: snap-hello-20.mount: Installed new job 
snap-hello-20.mount/stop as 3721
Oct 15 13:15:46 prune systemd[1]: snap-hello-20.mount: Enqueued job 
snap-hello-20.mount/stop as 3721
Oct 15 13:15:46 prune systemd[1]: snap-hello-20.mount: Job 
snap-hello-20.mount/stop finished, result=done
Oct 15 13:15:46 prune systemd[1]: Got message type=method_call sender=n/a 
destination=org.freedesktop.systemd1 
object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=Get cookie=3 reply_cookie=0 
error=n/a
Oct 15 13:15:46 prune systemd[1]: Got message type=method_call sender=n/a 
destination=org.freedesktop.systemd1 
object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=Get cookie=4 reply_cookie=0 
error=n/a
Oct 15 13:15:46 prune systemd[1]: Got message type=method_call sender=n/a 
destination=org.freedesktop.systemd1 
object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=Get cookie=5 reply_cookie=0 
error=n/a
Oct 15 13:15:46 prune systemd[1]: Got message type=method_call sender=n/a 
destination=org.freedesktop.systemd1 
object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=GetAll cookie=1 reply_cookie=0 
error=n/a
Oct 15 13:15:46 prune systemd[1]: Preset files don't specify rule for 
snap-hello-20.mount. Enabling.
Oct 15 13:15:46 prune systemd[1]: Got message type=method_call sender=n/a 
destination=org.freedesktop.systemd1 
object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=GetAll cookie=1 reply_cookie=0 
error=n/a
Oct 15 13:15:46 prune systemd[1]: Got message type=method_call sender=n/a 
destination=org.freedesktop.systemd1 
object=/org/freedesktop/systemd1/unit/snap_2dhello_2d20_2emount 
interface=org.freedesktop.DBus.Properties member=GetAll cookie=1 reply_cookie=0 
error=n/a
Oct 15 13:18:47 prune systemd[1]: snap-hello-20.mount: Failed to load 
configuration: No such file or directory
Oct 15 13:18:47 prune systemd[1]: snap-hello-20.mount: Collecting.

-- 
Brian May 



Re: pyasn1

2017-10-14 Thread Brian May
Vincent Bernat  writes:

> pyasn1 is currently at version 0.1.9. The current version is
> 0.3.7. There is a bug report asking for a new version:
>
>  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872724
>
> Should a transition be opened for such a packet (this is not usual to
> have transition for Python packages, but there are many reverse
> dependencies to this one)?

Is the new version likely to break dependencies? If so, a transition
might be good.

Might be worth creating a test version for experimental and rebuilding
all dependancies against it to see if any fail. Although I think I may
have just described a transition anyway :-).
-- 
Brian May