[Bug 933480] [NEW] Picks hmac-md5 over hmac-sha1

2012-02-16 Thread Chris West
Public bug reported: The OpenSSH client defaults to picking hmac-md5, which is based on the demonstrably insecure MD5 algorithm: faux@wilf:~% ssh -v localhost true 21 | grep hmac debug1: kex: server-client aes128-ctr hmac-md5 none debug1: kex: client-server aes128-ctr hmac-md5 none MD5 has had

[Bug 933480] Re: Picks hmac-md5 over hmac-sha1

2012-02-16 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu. https://bugs.launchpad.net/bugs/933480 Title: Picks hmac-md5 over hmac-sha1 To manage notifications about this bug go to:

[Bug 933480] Re: Picks hmac-md5 over hmac-sha1

2012-02-16 Thread Chris West
For precise, openssh-5.9 supports even more secure algorithms, so the line should perhaps be: MACs hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-ripemd160,umac...@openssh.com,hmac-md5,hmac-sha1-96,hmac-sha2-512-96,hmac-sha2-256-96,hmac-md5-96 -- You received this bug notification because you

[Bug 1391452] [NEW] lxc-net fails to start properly after system crash: lock file

2014-11-11 Thread Chris West
Public bug reported: The presence of /var/lock/lxc-net causes service lxc-net start to claim success but actually just do nothing useful. When the system goes down hard, /var/lock/lxc-net is not removed, fair enough. This means that systems require manual intervention after booting. You can

[Bug 1391452] Re: lxc-net fails to start properly after system crash: lock file

2014-11-12 Thread Chris West
Good spot, thanks: /var/lock is on /, not a symlink to /var/run. These machines are provisioned from OVH.com templates. I have raised a support request with them to see if they are aware of this or are doing anything strange on purpose. -- $ cat /proc/self/mountinfo | fgrep lock 27 20 0:19 /

[Bug 933480] Re: Picks hmac-md5 over hmac-sha1

2012-02-16 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/933480 Title: Picks hmac-md5 over hmac-sha1 To manage notifications about this bug go to:

[Bug 933480] [NEW] Picks hmac-md5 over hmac-sha1

2012-02-16 Thread Chris West
Public bug reported: The OpenSSH client defaults to picking hmac-md5, which is based on the demonstrably insecure MD5 algorithm: faux@wilf:~% ssh -v localhost true 21 | grep hmac debug1: kex: server-client aes128-ctr hmac-md5 none debug1: kex: client-server aes128-ctr hmac-md5 none MD5 has had

[Bug 933480] Re: Picks hmac-md5 over hmac-sha1

2012-02-16 Thread Chris West
For precise, openssh-5.9 supports even more secure algorithms, so the line should perhaps be: MACs hmac-sha2-512,hmac-sha2-256,hmac-sha1,hmac-ripemd160,umac...@openssh.com,hmac-md5,hmac-sha1-96,hmac-sha2-512-96,hmac-sha2-256-96,hmac-md5-96 -- You received this bug notification because you

[Bug 876258] [NEW] [Analog Devices AD1884A] Pulseaudio fails to detect card, works fine without pulseaudio

2011-10-17 Thread Chris West
Public bug reported: Before upgrade, I had safely removed pulseaudio and had working audio, absolutely fine. dist-upgrade has reinstalled pulse-audio, and, completely unsurprisingly, I now have no audio at all. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: pulseaudio 1:1.0-0ubuntu3

[Bug 876258] Re: [Analog Devices AD1884A] Pulseaudio fails to detect card, works fine without pulseaudio

2011-10-17 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876258 Title: [Analog Devices AD1884A] Pulseaudio fails to detect card, works fine without pulseaudio To manage notifications about this bug go to:

[Bug 828613] Re: Systray partially misplaced, partially missing

2011-08-18 Thread Chris West
** Attachment added: unity-systemtray-spotify.png https://bugs.launchpad.net/bugs/828613/+attachment/2288383/+files/unity-systemtray-spotify.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 828613] [NEW] Systray partially misplaced, partially missing

2011-08-18 Thread Chris West
Public bug reported: I have three applications running which should be in the system tray / systray: Spotify (in Wine), Banshee and DavMail (with SWT). Spotify shows up in the middle of the title bar on one screen, neither of the others are anywhere to be seen. This makes it impossible to quit

[Bug 828613] Re: Systray partially misplaced, partially missing

2011-08-18 Thread Chris West
Changing search terms have lead me to find bug #755234 and bug #768313 , which sound similar, but nobody seems to have my one working icon issue; feel free to duplicate if you agree. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 882456] [NEW] Segfaults under deep function recursion

2011-10-27 Thread Chris West
Public bug reported: % bash $ foo() { echo $1; foo $(($1+1)); }; foo 1 1 2 ... 15402 15403 zsh: segmentation fault dash % ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: dash 0.5.5.1-7.4ubuntu1 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic x86_64

[Bug 882454] [NEW] Segfaults under deep function recursion

2011-10-27 Thread Chris West
Public bug reported: % bash $ foo() { echo $1; foo $(($1+1)); }; foo 1 1 2 ... 7370 7371 zsh: segmentation fault bash % ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: bash 4.2-0ubuntu4 ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4 Uname: Linux 3.0.0-12-generic x86_64

[Bug 882454] Re: Segfaults under deep function recursion

2011-10-27 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882454 Title: Segfaults under deep function recursion To manage notifications about this bug go to:

[Bug 882456] Re: Segfaults under deep function recursion

2011-10-27 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882456 Title: Segfaults under deep function recursion To manage notifications about this bug go to:

[Bug 882456] Re: Segfaults under deep function recursion

2011-10-27 Thread Chris West
*** This bug is a duplicate of bug 882454 *** https://bugs.launchpad.net/bugs/882454 Ignoring the one-character typo of bash instead of dash, I do believe this is a separate bug; dash and bash have significantly different codebases, as I understand it? dash /does/ segfault with an identical

[Bug 884122] [NEW] xclock -digital shows seconds but redraws on the minute

2011-10-31 Thread Chris West
Public bug reported: i.e., on start it will show, e.g. Mon 31 Oct 2011 09:17:15 GMT (en_GB format), and stay that way for 45 seconds, then show Mon 31 Oct 2011 09:18:00 GMT for a minute, etc. It redraws to show the correct time, including seconds, when the window is resized. Window manager is

[Bug 884122] Re: xclock -digital shows seconds but redraws on the minute

2011-10-31 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/884122 Title: xclock -digital shows seconds but redraws on the minute To manage notifications about this bug go to:

[Bug 777249] Re: In Unity/Natty the window border disapears [segfault at 318, error 6 in unity-window-decorator]

2011-05-05 Thread Chris West
Me too! Identical apart from stack: kernel: [192666.963476] unity-window-de[14150]: segfault at 318 ip 00415d6f sp 7fff74372e70 error 6 in unity-window-decorator[40+1b000] Dual-head, primary on the right (i.e. Unity taskbar sits between monitors), nvidia-current binary driver,

[Bug 778351] Re: Unity stuck open

2011-05-06 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/778351 Title: Unity stuck open -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 778351] [NEW] Unity stuck open

2011-05-06 Thread Chris West
Public bug reported: Binary package hint: unity Like LP #757810 and LP #763275, Unity still occasionally fails to intellihide / autohide. I'm on a newer version than these bugs were fixed in: nux-tools: Installed: 0.9.48-0ubuntu1 unity: Installed: 3.8.12-0ubuntu1 Reproduction steps

[Bug 776261] [NEW] xdg-settings fails: awk: cannot open /home/user/.local/share/applications/mimeapps.list (No such file or directory)

2011-05-03 Thread Chris West
Public bug reported: Binary package hint: xdg-utils After upgrade, everything apart from Gnome Terminal honours my browser preference of please, daddy, anything but firefox. To rectify this, I tried: faux@wilf:~% xdg-settings set default-web-browser google-chrome.desktop Which prints: awk:

[Bug 776270] [NEW] ubuntu-bug audio immediately terminates; ERROR: symptom script /usr/share/apport/symptoms/audio.py crashed: .. KeyError: 'Card'

2011-05-03 Thread Chris West
Public bug reported: Binary package hint: apport faux@wilf:~$ ubuntu-bug audio 1969 ERROR: symptom script /usr/share/apport/symptoms/audio.py crashed: Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/apport/ui.py, line 56, in thread_collect_info package =

[Bug 776270] Re: ubuntu-bug audio immediately terminates; ERROR: symptom script /usr/share/apport/symptoms/audio.py crashed: .. KeyError: 'Card'

2011-05-03 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776270 Title: ubuntu-bug audio immediately terminates; ERROR: symptom script /usr/share/apport/symptoms/audio.py crashed: .. KeyError: 'Card' --

[Bug 776441] [NEW] Allows binding useless mod4/winkey hotkeys; stolen by Unity

2011-05-03 Thread Chris West
Public bug reported: Binary package hint: gnome-control-center Before switching to Unity, I had mod4 (Windows key) bound for various actions, as they are on Windows (win+L lock, win+r run, etc.). gnome- keybinding-properties still allows me to set these bindings, but they're not actually fired

[Bug 776441] Re: Allows binding useless mod4/winkey hotkeys; stolen by Unity

2011-05-03 Thread Chris West
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/776441 Title: Allows binding useless mod4/winkey hotkeys; stolen by Unity -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 1087478] [NEW] Error in vfs_unlink; rc = errors from ecryptfs (CIFS); files lost

2012-12-06 Thread Chris West
Public bug reported: Doing light file editing with vim and shell pipelines in my ecryptfs'd home directory has exposed some very broken filesystem behaviour: * directories stopped existing (fixed with cd $(pwd)), * directories contained files that could be edited but the edits wouldn't affect

[Bug 1087478] Re: Error in vfs_unlink; rc = errors from ecryptfs (CIFS); files lost

2012-12-06 Thread Chris West
The apport(1) details are already attached. It's a headless machine behind a proxy; the script tries to launch links(1) in a way which doesn't pick up the proxy settings (and probably won't work anyway). The filesystem being all messed up makes it rather hard to try and work out why.

[Bug 1276353] [NEW] package sun-javadb-client (not installed) failed to install/upgrade: trying to overwrite '/usr/share/java/derbyclient.jar', which is also in package libderbyclient-java 10.10.1.1-

2014-02-04 Thread Chris West
Public bug reported: Pretty clean system, fresh install then just dist-upgraded a couple of times. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: sun-javadb-client (not installed) ProcVersionSignature: Ubuntu 3.13.0-1.16-generic 3.13.0-rc7 Uname: Linux 3.13.0-1-generic x86_64

[Bug 1270818] [NEW] nouveau(?) breaks or hangs in 3.13.0-4, -2, but not -1 on GK107GLM [Quadro K2000M]

2014-01-20 Thread Chris West
Public bug reported: HP EliteBook 8570w with an NVIDIA GK107GLM [Quadro K2000M]. 3.13.0-4: hardlock late in the boot process (no sysrq or hardware button responses). 3.13.0-2: Gets into X / lightdm / Gnome 3, but only supported resolutions are 800x600 and 1024x768, no multi-mon support etc.; I

[Bug 1270818] Re: nouveau(?) breaks or hangs in 3.13.0-4, -2, but not -1 on GK107GLM [Quadro K2000M]

2014-01-21 Thread Chris West
Yep, that works, thanks! Linux sweevo 3.13.0-5-generic #20~lp1270818v201401201333 SMP Mon Jan 20 13:55:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1180302] Re: hit SIGTRAP errors after glib 2.37 update

2013-07-12 Thread Chris West
I'm still getting this crash: (thunderbird:4138): GLib-GIO-ERROR **: g_menu_item_set_detailed_action: Detailed action name 'imap://f...@mail.bar.uk/INBOX/somefolder' has invalid format indicator-messages: 12.10.6+13.10.20130702-0ubuntu1 (saucy) libglib2.0-0: 2.37.3-1ubuntu2 (saucy) thunderbird:

[Bug 1087478] Re: Error in vfs_unlink; rc = errors from ecryptfs (CIFS); files lost

2012-12-10 Thread Chris West
The bug is new in raring. I have been unable to reproduce it over the weekend, and have been using the machine as a desktop all day on Ubuntu 3.7.0-5.13-generic 3.7.0-rc8, and can't reproduce it here, either. Not sure what else I can offer except hoping that it's expectedly fixed. -- You

[Bug 1059502] [NEW] http.client.BadStatusLine: '': Proxies?

2012-10-01 Thread Chris West
Public bug reported: $ apport-cli apport *** Collecting problem information The collected information can be sent to the developers to improve the application. This might take a few minutes. .Traceback (most recent call last): File /usr/bin/apport-cli, line 366, in

[Bug 946104] Re: multimonitor: Please give me a way to turn off sticky monitor edges

2012-04-19 Thread Chris West
Also still seeing this in unity-2d 5.10.0-0ubuntu1, with auto-hide on (hide-mode = 1), nVidia binary twinview. I can turn off edge resistance by setting the com.canonical.unity- 2d.launcher.edge-stop-velocity to -1, but then you can only access the launcher with the keyboard... -- You received

[Bug 946104] Re: multimonitor: Please give me a way to turn off sticky monitor edges

2012-04-19 Thread Chris West
Albert Astals Cid (aacid): By control panel, you mean CompizConfig Settings Manager (ccsm), right? Unity-2d is, as far as I'm aware, using metacity as the window manager.. why would compiz settings affect it? faux@wilf:~% grep -- -windowmanager

[Bug 946104] Re: multimonitor: Please give me a way to turn off sticky monitor edges

2012-04-19 Thread Chris West
Ah, no, it's on the displays control panel, not the appearance control panel unlike all the other Unity settings. This one works. Sorry. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/946104 Title:

[Bug 876258] Re: [Analog Devices AD1884A] Pulseaudio fails to detect card, works fine without pulseaudio

2012-04-03 Thread Chris West
Still happens in precise. pulseaudio 1:1.1-0ubuntu13 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876258 Title: [Analog Devices AD1884A] Pulseaudio fails to detect card, works fine without

[Bug 923671] Re: xmllint crashed with SIGSEGV in ____strtol_l_internal()

2012-09-11 Thread Chris West
else if ((!strcmp(argv[i], -pretty)) || (!strcmp(argv[i], --pretty))) { i++; #ifdef LIBXML_OUTPUT_ENABLED format = atoi(argv[i]); i argc. Boom! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1378466] [NEW] Allow dependency of openjdk-8-jre

2014-10-07 Thread Chris West
Public bug reported: Currently the visualvm package: Depends: default-jdk | java7-sdk, libnb-platform18-java, libvisualvm-jni ... which means that it can't be installed on a default system with openjdk-8 installed, without pulling in openjdk-7. Please allow a dependency of java8-sdk, which

[Bug 1379843] [NEW] python-lxc can't create container (bad address)

2014-10-10 Thread Chris West
Public bug reported: Container..create(.. fails when the equivalent lxc-create command succeeds fine: % python -c 'import lxc; print(lxc.Container(new).create(download, 0, {dist: ubuntu, release: utopic, arch: amd64}))' lxc_container: lxccontainer.c: create_run_template: 1116 Bad address -

[Bug 1391452] [NEW] lxc-net fails to start properly after system crash: lock file

2014-11-11 Thread Chris West
Public bug reported: The presence of /var/lock/lxc-net causes service lxc-net start to claim success but actually just do nothing useful. When the system goes down hard, /var/lock/lxc-net is not removed, fair enough. This means that systems require manual intervention after booting. You can

[Bug 1391452] Re: lxc-net fails to start properly after system crash: lock file

2014-11-12 Thread Chris West
Good spot, thanks: /var/lock is on /, not a symlink to /var/run. These machines are provisioned from OVH.com templates. I have raised a support request with them to see if they are aware of this or are doing anything strange on purpose. -- $ cat /proc/self/mountinfo | fgrep lock 27 20 0:19 /

[Bug 1410746] [NEW] Interrupted lxc-snapshot deletes snapshot *and* vm

2015-01-14 Thread Chris West
Public bug reported: lxc is configured for limited user usage, i.e. the backing store is always dir. Let's create a container, and snapshot it in its pristine state: % lxc-create -n restorebug -t download -- -d ubuntu -r utopic -a amd64 lxc-snapshot -n restorebug [...] lxc_container:

[Bug 1410746] [NEW] Interrupted lxc-snapshot deletes snapshot *and* vm

2015-01-14 Thread Chris West
Public bug reported: lxc is configured for limited user usage, i.e. the backing store is always dir. Let's create a container, and snapshot it in its pristine state: % lxc-create -n restorebug -t download -- -d ubuntu -r utopic -a amd64 lxc-snapshot -n restorebug [...] lxc_container:

[Bug 1452578] [NEW] man page contains DBus FileNotFound errors

2015-05-07 Thread Chris West
Public bug reported: The man page for lxcfs is quite amusingly broken: it shows the name of the command as Failed in various places, and contains some DBus.Error.FileNotFound references to cgmanager. This is actually in /usr/share/man/man1/lxcfs.1.gz, not an error being generated by the system,

[Bug 1452601] [NEW] vivid container's networking.service fails on boot with signal=PIPE

2015-05-07 Thread Chris West
Public bug reported: When starting a Vivid container, it fails to get an IP address. It believes networking.service was successful, but actually it dies with SIGPIPE. Restarting networking.service gets an IP, as expected. Starting networking used to work with pre-vivid containers. I'm

[Bug 1452601] [NEW] vivid container's networking.service fails on boot with signal=PIPE

2015-05-07 Thread Chris West
Public bug reported: When starting a Vivid container, it fails to get an IP address. It believes networking.service was successful, but actually it dies with SIGPIPE. Restarting networking.service gets an IP, as expected. Starting networking used to work with pre-vivid containers. I'm

[Bug 1441068] Re: lxc-destroy fails on btrfs subvolumes

2015-05-07 Thread Chris West
This also occurs for limited user containers, without asking for a btrfs backing store. This is more of a problem as the limited user can't delete (or even detect) the subvolume themselves. On a standard whole-partition-as-btrfs system, as setup by the installer, this looks like: ID 257 gen

[Bug 1441068] Re: lxc-destroy fails on btrfs subvolumes

2015-05-07 Thread Chris West
This also occurs for limited user containers, without asking for a btrfs backing store. This is more of a problem as the limited user can't delete (or even detect) the subvolume themselves. On a standard whole-partition-as-btrfs system, as setup by the installer, this looks like: ID 257 gen

[Bug 1462432] [NEW] 100% reproducible segfault clicking detect displays

2015-06-05 Thread Chris West
Public bug reported: When I click Detect displays, nvidia-settings segfaults. The nvidia driver doesn't seem particularly happy with having more than one monitor attached anyway (weird flashing during boot), but it does work if configured manually with xrandr. i3wm without gnome-session or any

[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-05-28 Thread Chris West
No, that proposed work around seems to make no difference. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1452601 Title: vivid container's networking.service fails on boot with

[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-05-28 Thread Chris West
No, that proposed work around seems to make no difference. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452601 Title: vivid container's networking.service fails on boot with signal=PIPE To

[Bug 1482913] [NEW] Segmentation fault on start: _gdk_x11_display_get_cursor_for_type

2015-08-08 Thread Chris West
Public bug reported: Happens every time. Never had it successfully start. i3wm (i.e. no gnome-session), but other gtk apps are fine (e.g. ubuntu- bug). % gdb --args python $(which pitivi) GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9 [..] (gdb) r Starting program: /usr/bin/python /usr/bin/pitivi [Thread

[Bug 1477453] [NEW] lxc-stop -n unknown-container creates a corrupted container

2015-07-23 Thread Chris West
Public bug reported: Running lxc-stop on a container which doesn't exist actually creates the container, and messes up its permissions, causing sequences like: $ lxc-stop -n foo lxc-destroy -n foo lxc-clone clean-machine foo ..to fail with bad errors: # it definitely doesn't exist to start

[Bug 1477453] [NEW] lxc-stop -n unknown-container creates a corrupted container

2015-07-23 Thread Chris West
Public bug reported: Running lxc-stop on a container which doesn't exist actually creates the container, and messes up its permissions, causing sequences like: $ lxc-stop -n foo lxc-destroy -n foo lxc-clone clean-machine foo ..to fail with bad errors: # it definitely doesn't exist to start

[Bug 1497420] Re: systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

2015-11-15 Thread Chris West
Yep, fixed. With wily-proposed enabled, # apt-get install lxc installs: 2015-11-15 11:29:28 status installed liblxc1:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:29 status installed python3-lxc:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:30 status installed lxc:amd64 1.1.5-0ubuntu0.15.10.2

[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-11-15 Thread Chris West
I haven't seen this issue for ages, using primarily sid and wily guests. Trying again on my desktop, which definitely used to have the issue, I can't reproduce it, using: 2015-11-15 11:29:28 status installed liblxc1:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:29 status installed

[Bug 1452601] Re: vivid container's networking.service fails on boot with signal=PIPE

2015-11-15 Thread Chris West
I haven't seen this issue for ages, using primarily sid and wily guests. Trying again on my desktop, which definitely used to have the issue, I can't reproduce it, using: 2015-11-15 11:29:28 status installed liblxc1:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:29 status installed

[Bug 1497420] Re: systemd 226 (moving pid 1 into /init.scope cgroup) breaks lxc-attach

2015-11-15 Thread Chris West
Yep, fixed. With wily-proposed enabled, # apt-get install lxc installs: 2015-11-15 11:29:28 status installed liblxc1:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:29 status installed python3-lxc:amd64 1.1.5-0ubuntu0.15.10.2 2015-11-15 11:29:30 status installed lxc:amd64 1.1.5-0ubuntu0.15.10.2

[Bug 1401207] Re: No 'Select-by-word characters' property

2015-09-06 Thread Chris West
To restore the pre-wily behaviour, you need to use dconf, as per: https://bugzilla.gnome.org/show_bug.cgi?id=730632#c33 Note that the use of colons there is /crazy/. Yes, there is :/: in there. 1) edit -> profile preferences -> the General tab on your profile has its Profile ID, e.g.

[Bug 1496577] [NEW] xmalloc.c: Assertion 'size > 0' failed at pulse/xmalloc.c:60

2015-09-16 Thread Chris West
Public bug reported: Pulseaudio frequently crashes when Skype or some games (e.g. BigPharma from Steam) are playing audio, it appears fine otherwise. It gets restarted as my user (not as the system), and hence things can start playing again, but neither Skype nor the games recover from this

[Bug 1497420] [NEW] systemd 226-2 (debian sid) breaks lxc-attach

2015-09-18 Thread Chris West
Public bug reported: Once systemd 226 is installed in an unprivileged Debian Sid container, lxc-attach no-longer functions: % lxc-attach -n siddy lxc-attach: cgmanager.c: lxc_cgmanager_enter: 698 call to cgmanager_move_pid_abs_sync failed: invalid request lxc-attach: cgmanager.c: cgm_attach:

[Bug 1497420] [NEW] systemd 226-2 (debian sid) breaks lxc-attach

2015-09-18 Thread Chris West
Public bug reported: Once systemd 226 is installed in an unprivileged Debian Sid container, lxc-attach no-longer functions: % lxc-attach -n siddy lxc-attach: cgmanager.c: lxc_cgmanager_enter: 698 call to cgmanager_move_pid_abs_sync failed: invalid request lxc-attach: cgmanager.c: cgm_attach:

[Bug 1502977] [NEW] Fails to complete installation: won't start due to config block

2015-10-05 Thread Chris West
Public bug reported: The package attempts to start itself as part of the post-install. However, the default config, shipped with the application, prevents it from starting. This makes apt Angry: Setting up openhpid (2.14.1-1.3ubuntu2) ... Job for openhpid.service failed. See "systemctl status

[Bug 1502977] [NEW] Fails to complete installation: won't start due to config block

2015-10-05 Thread Chris West
Public bug reported: The package attempts to start itself as part of the post-install. However, the default config, shipped with the application, prevents it from starting. This makes apt Angry: Setting up openhpid (2.14.1-1.3ubuntu2) ... Job for openhpid.service failed. See "systemctl status

[Bug 1496577] Re: xmalloc.c: Assertion 'size > 0' failed at pulse/xmalloc.c:60

2015-12-11 Thread Chris West
I switched to a build of Xenial's pulseaudio ages ago, and can confirm it fixes this issue (although not the other). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1496577 Title: xmalloc.c:

[Bug 1530366] [NEW] 1 second lag when opening URLs from the command line

2015-12-31 Thread Chris West
Public bug reported: When you, or another application, attempts to open a URL in Chromium, there is a very perceptible delay: over 1 second on my modern i7/ssds/>16gb ram desktop. e.g. chromium-browser http://google.com or: xdg-open http://google.com This is annoying. It doesn't happen

[Bug 1530363] [NEW] Edit Google Payments opens .sandbox. urls which aren't public

2015-12-31 Thread Chris West
Public bug reported: Under Settings -> Advanced Settings -> Manage Auto-fill settings, you are offered the ability to view and edit stored credit cards. If you have used Google Payments, cards from Google Payments successfully show up here, with a link to edit the card. Clicking the edit button

[Bug 1621949] [NEW] chromium-browser-dbg missing for 52.x

2016-09-09 Thread Chris West
Public bug reported: chromium-browser has reached version 52.0.2743.116-0ubuntu0.16.04.1.1250, but the associated debug packages in chromium-browser-dbg are still at 51.0.2704.79-0ubuntu0.16.04.1.1242. These are uninstallable, as they depend on "=" the same chromium-browser version, which is

[Bug 1621949] Re: chromium-browser-dbg missing for 52.x

2016-09-12 Thread Chris West
I don't seem to be able to get that to work, either. My aim here was to install the symbols on Xenial, so I can file a reasonable bug report for a piece of chromium behaviour. Neither the xenial, nor yakkety, "/debug" package lists seem to have chromium-browser-dbg* in. Nor do any of the lists on

[Bug 1644230] [NEW] Can't run any container: shim error: open pid: no such file or directory

2016-11-23 Thread Chris West
Public bug reported: Trying to run any container exits with this error message: $ docker run -itd busybox 6f97c56ca785505aa37a72143934f668703ea737f1a08f79fe01c327978dcd2e docker: Error response from daemon: shim error: open pid: no such file or directory. The daemon logs aren't any more

[Bug 1679768] ProcModules.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4911001/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679768

[Bug 1679768] WifiSyslog.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4911003/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679768

[Bug 1679768] ProcInterrupts.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4911000/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1679768] Re: Docker build hangs on XFS with kernel 4.10

2017-07-07 Thread Chris West
Ditto. I can trigger it with: $ docker run debian:sid ln /usr/lib/os-release /usr/lib/os-release.dpkg- tmp This will output nothing and just hang forever. That command is what apt-get update tries to do while installing the base-files update for debian:sid. Here's the sysrq+w output, it seems

[Bug 1679768] Lspci.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4910996/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679768 Title:

[Bug 1679768] ProcCpuinfoMinimal.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4910999/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1679768] CurrentDmesg.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4910994/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1679768] UdevDb.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4911002/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679768 Title:

[Bug 1679768] CRDA.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4910993/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679768 Title:

[Bug 1679768] ProcCpuinfo.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4910998/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679768

[Bug 1679768] Lsusb.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4910997/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1679768 Title:

[Bug 1679768] Re: Docker build hangs on XFS with kernel 4.10

2017-07-07 Thread Chris West
AlsaDevices: total 0 crw-rw 1 root audio 116, 1 Jul 7 22:59 seq crw-rw 1 root audio 116, 33 Jul 7 22:59 timer AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 2.20.4-0ubuntu4.1 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory

[Bug 1679768] JournalErrors.txt

2017-07-07 Thread Chris West
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1679768/+attachment/4910995/+files/JournalErrors.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1696665] [NEW] Boot wedges on 4.10.0-22 but not on -21

2017-06-08 Thread Chris West
Public bug reported: After a kernel update, the machine wedges during late boot. Symptoms: * lightdm never gets a chance to start because things like gpu-manager are wedged, and must start before it * gpu-manager uses 100% cpu * sudo / ip / anything that uses netlink hangs forever and can't

[Bug 1694121] [NEW] "apt-get source" fails for ..asc files

2017-05-28 Thread Chris West
Public bug reported: Debian sid's apt can no-longer download some source packages, if apt- cacher-ng is enabled. This has been fixed in Debian: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=823733 The workaround in the issue works for me: > I found this workaround: > > PfilePatternEx:

[Bug 1696665] Re: Boot wedges on 4.10.0-22 but not on -21

2017-06-08 Thread Chris West
Bisecting. Trying a single boot only because it appears 100% reproducible. Famous last words. # bad: [0077e0558cc53950b2d5cd9458641443161ca7db] x86/signals: Fix lower/upper bound reporting in compat siginfo # good: [c0cf63ef356bab81f71fd9e3a00a9c731f9ec680] UBUNTU: SAUCE: PCI: Apply the new

[Bug 1696665] Re: Boot wedges on 4.10.0-22 but not on -21

2017-06-08 Thread Chris West
I tried the Ubuntu mainline builds. The bug happens on mainline 4.10.12 (and 13, and 15, and 17..), but not on 4.10.11. This tallies well with the Ubuntu versions, where 11 is before -22, and 12 is after. The failure on 4.10.12-mainline is attached. Linux version 4.10.12-041012-generic

[Bug 1696665] Re: Boot wedges on 4.10.0-22 but not on -21

2017-06-08 Thread Chris West
It's somewhere in: * e8f09b159634 - (refs/bisect/bad) drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height again (3 weeks ago) * 62dd80f54582 - drm/etnaviv: fix missing unlock on error in etnaviv_gpu_submit() (3 weeks ago) * 1611347ef50a - (HEAD) drm/nouveau: initial support

[Bug 1694121] Re: "apt-get source" fails for ..asc files

2017-05-30 Thread Chris West
The linked bug report perfectly describes what I am seeing, but, if you want something more specific: On the apt-cacher-ng machine, running the attached config without the workaround, I cannot fetch .asc files, such as this one from openssl: % curl

[Bug 1702056] Re: perf broken on 4.11.0-9-generic (artful): /usr/lib/linux-tools/4.11.0-9-generic/perf: error while loading shared libraries: libbfd-2.28-system.so: cannot open shared object file: No

2017-09-22 Thread Chris West
I have "reopened" this bug as: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1718897 , as it still fails for me (a month later). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1702056 Title:

[Bug 1718897] [NEW] perf broken on 4.13.0-11-generic (artful): libbfd-2.29-system.so: cannot open shared object file: No such file or directory

2017-09-22 Thread Chris West
Public bug reported: perf fails to start on my Artful install. This bug is very similar to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1702056 ... which was marked "fix released" a month ago. I do not have "-proposed" enabled. Full error: faux@astoria:~% perf

[Bug 1718897] Re: perf broken on 4.13.0-11-generic (artful): libbfd-2.29-system.so: cannot open shared object file: No such file or directory

2017-09-25 Thread Chris West
Yes, symlinking: ln -s libbfd-2.29.1-system.so libbfd-2.29-system.so .. does fix the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1718897 Title: perf broken on 4.13.0-11-generic

[Bug 1739849] [NEW] Logging into snap installer fails with GDBus / Polkit error

2017-12-22 Thread Chris West
Public bug reported: I installed gnome-software to attempt to install a snap. Installing a snap requires logging in to the snap store? The login dialog does not let me log in with my launchpad details, it shows: https://quad.pe/e/fG5ZLaxMiL.png

[Bug 1743231] [NEW] ImportError: No module named backports.ssl_match_hostname

2018-01-14 Thread Chris West
Public bug reported: When using upstream docker (i.e. docker-ce from download.docker.com, not docker 1.5 from Ubuntu), docker-compose dies with this ImportError. Looks like it was fixed upstream in March. Maybe docker-compose could be updated to a version that works with both in-box docker and

[Bug 1748176] [NEW] execsnoop-bpfcc: immediately segfaults

2018-02-08 Thread Chris West
Public bug reported: execsnoop-bpfcc prints some compiler warnings, then immediately segfaults. This may have been discussed upstream at: https://github.com/iovisor/bcc/issues/1276 Output: (gdb) r Starting program: /usr/bin/python /usr/sbin/execsnoop-bpfcc [Thread debugging using libthread_db

[Bug 1744798] [NEW] Text area completely fails to clear during redraw

2018-01-22 Thread Chris West
Public bug reported: At some point since after the 17.10 upgrade, the main text area has been totally failing to redraw properly for me. Scrolling results in complete garbage being displayed. Selecting everything redraws the background to orange, so you can temporarily see what's going on.

  1   2   >