[Bug 1351383] Re: system settings are entirely monochrome except for the battery icon

2014-08-12 Thread James Hunt
Is bug 1351383 likely to be implemented for the release? If not, I think this should be treated as a separate bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1351383 Title: system settings are en

[Bug 1355706] [NEW] Indicator icon should be monochrome

2014-08-12 Thread James Hunt
Public bug reported: Currrently, if you have undisplayed notifications, the notification icon shows as a green bell. Since all the other notification icons are monochromatic, I think the behaviour should be: - no undisplayed notifications: show an unfilled white bell (or simply don't display th

[Bug 1350782] Re: Upstart does not reopen /var/log/upstart/* logfiles upon log rotation

2014-08-14 Thread James Hunt
This is incorrect - Upstart does reopen log files when a job produces output *after* the log file has been deleted. So in normal operation, logrotate will run and say rotate foo.log to foo.log.1.gz. At this point, the file associated with the fd for foo.log will indeed show as deleted. But, if an

[Bug 1356863] [NEW] unable to zoom out using pinch

2014-08-14 Thread James Hunt
Public bug reported: Actually, there are a couple of problems here: 1) If you "reverse pinch" to zoom into an image, this appears to trigger "zoom to maximum size" (aka double-tap). Reverse pinch should just "zoom on". 2) Having zoomed into an image, if you attempt to pinch to zoom out of the i

[Bug 1306361] Re: ~/.cache/upstart/ logs are not rotated often enough

2014-04-11 Thread James Hunt
Confused as to why this bug has been raised? I have already fixed this issue to rotate logs hourly in 1.12.1-0ubuntu2 ?? Also why 17 minutes past the hour exactly? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1306412] Re: patch -pq throws segfault

2014-04-11 Thread James Hunt
A fix for this issue is attached - the cleanup() function calls forget_output_files(), even if the list that stores those files is never created. ** Patch added: "patch-bug-1306412.diff" https://bugs.launchpad.net/ubuntu/+source/patch/+bug/1306412/+attachment/4080823/+files/patch-bug-1306412.d

[Bug 1303649] Re: systemd-logind spins in cgmanager_ping_sync()

2014-04-11 Thread James Hunt
The problem here is that applications linked to the cgmanager client library are not calling nih_main_loop(). That's a problem because the nih-dbus code calls nih_main_loop_interrupt() which adds a byte to the main loop interrupt pipe. After 65536 bytes have been added to that pipe, the next call

[Bug 1303649] Re: systemd-logind spins in cgmanager_ping_sync()

2014-04-11 Thread James Hunt
Right. So to be completely clear, by calling nih_dbus_setup(), nih was registering a libdbus handler that runs on the client side such that whenever libdbus deemed necessary, it would attempt to wake up the clients main loop by calling nih_main_loop_interrupt(). However, since the client didn't hav

[Bug 1304676] Re: init crashed with SIGSEGV

2014-04-11 Thread James Hunt
@John - do you have a crash file or a state file (/var/crash/_sbin_init.*.crash or /var/log/upstart/upstart.state)? If so, please can you attach them to this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1306412] Re: patch -pq throws segfault

2014-04-14 Thread James Hunt
Patch forwarded to Debian. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1306412 Title: patch -pq throws segfault To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+so

[Bug 1238078] Re: global environment table is not serialised

2014-04-15 Thread James Hunt
** Changed in: upstart Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1238078 Title: global environment table is not serialised To manage notifications abo

[Bug 1304676] Re: init crashed with SIGSEGV

2014-04-15 Thread James Hunt
*** This bug is a duplicate of bug 1300235 *** https://bugs.launchpad.net/bugs/1300235 ** This bug has been marked a duplicate of bug 1300235 init crashed with SIGSEGV -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2014-04-15 Thread James Hunt
Sorry - ignore that. However, problem persists on a separate fully- updated amd64 trusty system running kvm version 2.0.0~rc1+dfsg-0ubuntu3. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257352 Title

[Bug 1308082] [NEW] apparmor oops caused by starting an unprivileged lxc container

2014-04-15 Thread James Hunt
Public bug reported: Oops caused when trying to start an lxc unprivileged container. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-24-generic 3.13.0-24.46 ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9 Uname: Linux 3.13.0-24-generic x86_64 ApportVersion: 2.14.

[Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2014-04-16 Thread James Hunt
Hi Serge, I'm running on pure amd64 too so the problem is not arch-specific. The simplest way to recreate: $ kvm -cdrom /usr/lib/memtest86+/memtest86+.iso -m 512 Just hold down control+alt and frantically toggle the monitor using the '2' and '1'. Within a couple of seconds it hangs. -- You re

[Bug 1300235] Re: init crashed with SIGSEGV

2014-04-16 Thread James Hunt
This is rather odd - the attachments relate to Upstart, and yet the corefiles on this bug and all the duplicates come from Chrome. Examples: /tmp/CoreDump: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from '/opt/google/chrome-unstable/chrome --type=zygote --log-level=0 --enable

[Bug 1300235] Re: init crashed with SIGSEGV

2014-04-16 Thread James Hunt
Please can those affected attach a list of files in their /var/crash/ directory. Also, can anyone reproduce this issue or was it purely a "one off"? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/13002

[Bug 1222705] Re: init assert failure: alloc.c:633: Assertion failed in nih_unref: ref != NULL

2014-03-06 Thread James Hunt
** Changed in: upstart 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/1222705 Title: init assert failure: alloc.c:633: Assertion failed in nih_unref: ref

[Bug 1288667] Re: No notification when VPN connection disconnected

2014-03-06 Thread James Hunt
To be clear, I am suggesting we have a notification appear when the user manually disconnects the VPN at the point the connection is brought down. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1288667

[Bug 1288667] [NEW] No notification when VPN connection disconnected

2014-03-06 Thread James Hunt
Public bug reported: When a VPN connection has been created, a notification appears stating: VPN Login Message VPN connection has been successfully established. However, the converse is not true; disconnecting from the VPN does not result in a message like this: VPN Logout Message

[Bug 955287] Re: Ubuntu should handle "hot" CPUs by taking preemptive action and warning users

2014-03-07 Thread James Hunt
Hi Colin - thanks, yes running thermald has improved the situation immensely! I do still very occasionally see overheats, although they are extremely rare now and I suspect may be more related to my fans needing a clean :-) -- You received this bug notification because you are a member of Ubuntu

[Bug 1268906] Re: cpu soft lockup running kvm

2014-03-14 Thread James Hunt
Still a problem on 3.13.0-17-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running kvm To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 1293674] Re: update dep8 depends for procenv 0.33-2

2014-03-17 Thread James Hunt
** Patch added: "debian/tests/control: build-depend on libcap-dev since procenv 0.33 now uses that." https://bugs.launchpad.net/ubuntu/+source/sbuild/+bug/1293674/+attachment/4028699/+files/sbuild-builddep-on-libcap-dev.patch -- You received this bug notification because you are a member of

[Bug 1293674] [NEW] update dep8 depends for procenv 0.33-2

2014-03-17 Thread James Hunt
Public bug reported: sbuild's dep8 control file needs to add a dependency on libcap-dev now that procenv (build by the sbuild dep8 test) requires it. ** Affects: sbuild (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubu

[Bug 1294200] Re: test linked against nih-dbus-tool-generated libraryis not thread-safe

2014-03-18 Thread James Hunt
Hi Serge, Looking at nih's configure.ac, you actually want to use '--enable- threading' I think. I've never used this option and tbh wasn't even aware it was there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1294230] Re: initctl restart does not reload job config, so does not equal stop + start

2014-03-18 Thread James Hunt
Hi Michał, This is how Upstart is supposed to work and it documented as such in initctl(8) under 'restart'. ** Changed in: upstart (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1294618] [NEW] plymouthd sets first char of proc title to '@'

2014-03-19 Thread James Hunt
Public bug reported: When plymouthd is running, it's /proc/$pid/cmdline shows argv[0] as '@sbin/plymouthd'. Running plymouthd without specifying the path sets cmdline to '@lymouthd' so it is over-writing the first character of its argv[0]. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: pl

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-20 Thread James Hunt
Same problem with 3.13.0-4-generic. Any progress on this? kvm is unusable due to this issue. ** Attachment added: "dmesg-3.13.0-4-generic.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1268906/+attachment/3952909/+files/dmesg-3.13.0-4-generic.txt -- You received this bug notificat

[Bug 1263738] Re: login console 0 in user namespace container is not configured right

2014-01-20 Thread James Hunt
> I haven't been able to find where in upstart this is happening, but on the > kernel side I can tell that it's due to an open() without > O_NOCTTY. Upstart does not open /dev/console without O_NOCTTY afaics. Are you sure your kernel debug is showing pid 1 is doing this? -- You received this b

[Bug 1269731] Re: init crashed with SIGSEGV

2014-01-21 Thread James Hunt
** Changed in: upstart (Ubuntu) Status: In Progress => Fix Committed ** Also affects: upstart Importance: Undecided Status: New ** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart Status: New => Fix Committed *

[Bug 1269731] Re: init crashed with SIGSEGV

2014-01-21 Thread James Hunt
This bug is fixed in upstart 1.11-0ubuntu2 which will be pushed out once the alpha 2 freeze is over (Thurday). If you are still affected by this problem (in other words you have not managed to upgrade to alsa-utils 1.0.27.2-1ubuntu2), you will need to do *one* of the following: 1) Disable upstart

[Bug 1268880] Re: unable to toggle microphone mute on T410 / unable to unload thinkpad_acpi module

2014-01-21 Thread James Hunt
Still a problem with 3.13.0-4-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1268880 Title: unable to toggle microphone mute on T410 / unable to unload thinkpad_acpi module To manage noti

[Bug 1269717] Re: shutdown now does not shutdown

2014-01-22 Thread James Hunt
This sounds like a kernel issue relating to your hardware. ** Package changed: upstart (Ubuntu) => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269717 Title: shutdown now does not

[Bug 1268880] Re: unable to toggle microphone mute on T410 / unable to unload thinkpad_acpi module

2014-01-22 Thread James Hunt
Still a problem with 3.13.0-5-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1268880 Title: unable to toggle microphone mute on T410 / unable to unload thinkpad_acpi module To manage noti

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-22 Thread James Hunt
Still a problem on 3.13.0-5-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running kvm To manage notifications about this bug go to: https://bugs.launchpad.ne

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-22 Thread James Hunt
dmesg from 3.13.0-5-generic kernel. ** Attachment added: "dmesg.3.13.0-5-generic" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1268906/+attachment/3954151/+files/dmesg.3.13.0-5-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1256949] Re: Dell Latitude E5420 doesn't boot if killswitch is turned to "radio off"

2014-01-22 Thread James Hunt
At this point, I'd suggest temporarily disabling the network-manager upstart job (which will of course disable networking): echo manual | sudo tee /etc/init/network-manager.override Does this give a reliable boot? To undo this change simply delete the override file: sudo rm /etc/init/network-ma

[Bug 1263738] Re: login console 0 in user namespace container is not configured right

2014-01-22 Thread James Hunt
@Serge - perfectly happy to change that, in fact... @Stéphane - could you review and test lp:~jamesodhunt/upstart/kmsg- noctty? Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1263738 Title:

[Bug 1256949] Re: Dell Latitude E5420 doesn't boot if killswitch is turned to "radio off"

2014-01-22 Thread James Hunt
Other things to try... When the system "freezes": 1) Can you still toggle the caps-lock light by pressing the caps-lock key? 2) Can you reboot by holding down *all* of the following keys combos (do all of them): alt + sysrq + s alt + sysrq + u alt + sysrq + b Also, would it be poss

[Bug 1256949] Re: Dell Latitude E5420 doesn't boot if killswitch is turned to "radio off"

2014-01-22 Thread James Hunt
@meamy: Please can you try booting again with --debug - your attachment in #14 looks like you booted with --verbose instead? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1256949 Title: Dell Latitud

[Bug 1256949] Re: Dell Latitude E5420 doesn't boot if killswitch is turned to "radio off"

2014-01-22 Thread James Hunt
Another thought - can you confirm that this system is being booted without any external devices being plugged into it (ie no extermal mouse, keyboard, monitor, printer, etc)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1263738] Re: login console 0 in user namespace container is not configured right

2014-01-22 Thread James Hunt
** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart Status: New => Fix Committed ** Also affects: upstart (Ubuntu) Importance: Undecided Status: New ** Changed in: upstart (Ubuntu Trusty) Status: New => Confirmed

[Bug 1256949] Re: Dell Latitude E5420 doesn't boot if killswitch is turned to "radio off"

2014-01-24 Thread James Hunt
Sounds like the original driver had caused the kernel to become totally unresponsive. Glad the problem has been resolved for you. Please could you attach the output of "sudo lshw -c network" to this bug so we can see the details of your broadcom wireless card? Thanks! -- You received this bug

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-27 Thread James Hunt
Serge has just identified that the trigger for this bug is running kvm with '-net user': without this option, no issues. ** Changed in: qemu-kvm (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-27 Thread James Hunt
Latest series of oopses running on a fully updated trusty system. ** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1268906/+attachment/3958887/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-27 Thread James Hunt
To be clear, my host system is a 64-bit capable first-gen i7, but is actually running fully 32-bit. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running kvm To manag

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-27 Thread James Hunt
Same problem running with -vnc :7 ** Attachment added: "dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1268906/+attachment/395/+files/dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-27 Thread James Hunt
Latest trusty desktop image (dated 24 Jan) results in the oops when running with kvm as: $ kvm --enable-kvm -cdrom ubuntu_trusty-desktop-i386.iso -boot d -m 1024 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1273177] Re: useless message prefix for 2 upstart logs

2014-01-28 Thread James Hunt
Hi Jérôme - thank you for reporting this issue. However, this is not a bug in Upstart - Upstart simply records all output from the programs it starts, so that output is entirely up to the programs being run, not Upstart. The 2 examples you give do indeed prefix every line with their program name, w

[Bug 1222705] Re: init assert failure: alloc.c:633: Assertion failed in nih_unref: ref != NULL

2014-01-29 Thread James Hunt
Can you attach ~/.xsession-errors? Is there a /var/crash/*init*.crash? If you can recreate this running upstart with '--debug' that could also give us something. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1274143] [NEW] kernel backtrace triggered by rt2800usb driver

2014-01-29 Thread James Hunt
Public bug reported: Issue occurred when using a WiPi USB adapter (wlan1). ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-5-generic 3.13.0-5.20 ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0 Uname: Linux 3.13.0-5-generic i686 NonfreeKernelModules: nvidia ApportV

[Bug 1274143] Re: kernel backtrace triggered by rt2800usb driver

2014-01-29 Thread James Hunt
** Attachment added: "sudo lshw -c network" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1274143/+attachment/3961769/+files/lsusb_-c_network.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1274143] Re: kernel backtrace triggered by rt2800usb driver

2014-01-31 Thread James Hunt
Hi Joseph - see dmesg.txt.gz for the stack traces. I cannot recreate this issue on demand I'm afraid and have not see it since raising this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274143 T

[Bug 1222705] Re: init assert failure: alloc.c:633: Assertion failed in nih_unref: ref != NULL

2014-01-31 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) ** Also affects: upstart Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1222705] Re: init assert failure: alloc.c:633: Assertion failed in nih_unref: ref != NULL

2014-01-31 Thread James Hunt
** Changed in: upstart Status: New => In Progress ** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1275308] Re: Correction for man page for "socket-event"(7)

2014-02-04 Thread James Hunt
** Also affects: upstart Importance: Undecided Status: New ** Changed in: upstart Importance: Undecided => Low ** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1275308] Re: Correction for man page for "socket-event"(7)

2014-02-04 Thread James Hunt
** Changed in: upstart Status: New => 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/1275308 Title: Correction for man page for "socket-event"(7) To manage notifications about t

[Bug 1276653] [NEW] udisksd crashed with SIGSEGV in ffi_call_SYSV()

2014-02-05 Thread James Hunt
Public bug reported: . ProblemType: Crash DistroRelease: Ubuntu 14.04 Package: udisks2 2.1.2-1 ProcVersionSignature: Ubuntu 3.13.0-7.25-generic 3.13.1 Uname: Linux 3.13.0-6-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.13.2-0ubuntu2 Architecture: i386 CustomUdevRuleFiles: 51-android.

[Bug 1268906] Re: cpu soft lockup running kvm

2014-02-05 Thread James Hunt
I think the switch to 3.13 may have borked kvm for me. I'll try to confirm that tomorrow... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running kvm To manage notifi

[Bug 1277466] [NEW] unprivileged containers fail to start with 1.0.0~beta4-0ubuntu1

2014-02-07 Thread James Hunt
Public bug reported: $ lxc-start -n trusty lxc_container: Permission denied - failed to get real path for '/home/james/.local/share/lxc/trusty/rootfs' lxc_container: failed to mount rootfs lxc_container: failed to setup rootfs for 'trusty' lxc_container: failed to setup the container lxc_containe

[Bug 1277466] Re: unprivileged containers fail to start with 1.0.0~beta4-0ubuntu1

2014-02-07 Thread James Hunt
The problem does seem to be an LXC bug. However, I can work around it by changing the perms on my home directory from 0750 to 0755. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277466 Title: unpri

[Bug 1277594] Re: Please make --no-sessions the default, and add a cmdline option for the inverse

2014-02-07 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277594 Title: Please make --no-sessions the default, and ad

[Bug 1234653] Re: upstart-dbus-bridge --system is not started on boot

2014-02-14 Thread James Hunt
** Changed in: upstart (Ubuntu) Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1234653 Title: upstart-dbus-bridge --system is not started on boot To manage noti

[Bug 1250668] Re: upstart session for dbus has hard coded .cache directory

2014-03-20 Thread James Hunt
** Package changed: upstart (Ubuntu) => dbus (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1250668 Title: upstart session for dbus has hard coded .cache directory To manage notifications a

[Bug 1250668] Re: upstart session for dbus has hard coded .cache directory

2014-03-20 Thread James Hunt
Actually that file lives in the dbus package: $ dpkg -L upstart|grep dbus.conf $ dpkg -L dbus|grep dbus.conf /usr/share/upstart/sessions/dbus.conf /etc/init/dbus.conf $ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1295112] [NEW] Unable to install 64-bit kernel on 64-bit-capable system installed with 32-bit userland+kernel

2014-03-20 Thread James Hunt
Public bug reported: $ arch i686 $ dpkg -l linux-generic Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version

[Bug 1295112] Re: Unable to install 64-bit kernel on 64-bit-capable system installed with 32-bit userland+kernel

2014-03-20 Thread James Hunt
$ sudo apt-get install linux-generic:amd64 linux-headers-generic:amd64 linux-headers-3.13.0-18-generic:amd64 linux-headers-3.13.0-18 Reading package lists... Done Building dependency tree Reading state information... Done linux-headers-3.13.0-18 is already the newest version. Some packages

[Bug 1295112] Re: Unable to install 64-bit kernel on 64-bit-capable system installed with 32-bit userland+kernel

2014-03-20 Thread James Hunt
Yes: $ sudo apt-get install linux-generic:amd64 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that som

[Bug 1295639] [NEW] move to workspace loses track of window entirely

2014-03-21 Thread James Hunt
Public bug reported: Moving a window to another workspace using the context menu options "Move to Workspace right" or "Move to Another Workspace" causes unity to lose track of the window entirely - it disappears never to return. Note: the processes associated with the windows *are* still running

[Bug 1296659] [NEW] occasional kernel oops seen in trusty virtualbox VM

2014-03-24 Thread James Hunt
Public bug reported: Occasionally seen in Virtualbox VM. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-19-generic 3.13.0-19.39 ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6 Uname: Linux 3.13.0-19-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.13.3

[Bug 1296659] Re: occasional kernel oops seen in trusty virtualbox VM

2014-03-24 Thread James Hunt
** Attachment added: "virtualbox-kernel-oops.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1296659/+attachment/4040675/+files/virtualbox-kernel-oops.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launc

[Bug 1296659] Re: occasional kernel oops seen in trusty virtualbox VM

2014-03-24 Thread James Hunt
Simply booting a VM without 'quiet' and 'splash' shows the oops - I've only noticed it a couple of times. Just tried 10 boots and didn't hit it again though. (Note that I cannot compare virtualbox's behaviour with kvm due to bug 1268906). -- You received this bug notification because you are a m

[Bug 1257352] Re: kvm hangs occasionally when switching out of the qemu console

2014-03-25 Thread James Hunt
HI Serge - yes, problem is still there with the ppa versions: $ dpkg -l|egrep "kvm|qemu" ii ipxe-qemu 1.0.0+git-2013.c3d1e78-2ubuntu1 all PXE boot firmware - ROM images for qemu ii kvm-ipxe

[Bug 1251638] [NEW] kernel module fails to build: error: implicit declaration of function lttng_list_interrupts

2013-11-15 Thread James Hunt
Public bug reported: $ sudo apt-get install lttng-modules-dkms Reading package lists... Done Building dependency tree Reading state information... Done The following

[Bug 1252317] [NEW] notify Session Init when session bus available

2013-11-18 Thread James Hunt
Public bug reported: Upstart 1.11 has the ability to connect to the D-Bus session bus when running as a Session Init. This bug is to tweak the dbus config for the dbus session job to make it inform Upstart of the session bus address so that Upstart clients that do not use main loops (see bug 1235

[Bug 1252317] Re: notify Session Init when session bus available

2013-11-18 Thread James Hunt
** Patch added: "dbus.debdiff" https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1252317/+attachment/3911789/+files/dbus.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1252317 Title: no

[Bug 1252317] Re: notify Session Init when session bus available

2013-11-18 Thread James Hunt
** Patch added: "Updated patch that protects against failure." https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1252317/+attachment/3911790/+files/dbus.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 750141] Re: /etc/init.d/sendsigs should stop Upstart jobs with no stop on condition

2013-11-22 Thread James Hunt
*** This bug is a duplicate of bug 1072759 *** https://bugs.launchpad.net/bugs/1072759 ** This bug has been marked a duplicate of bug 1072759 sendsigs should only ignore upstart job with specify 'stop on' explicitly -- You received this bug notification because you are a member of Ubuntu

[Bug 1254085] [NEW] ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2013-11-22 Thread James Hunt
Public bug reported: ssh -vvv is failing for me where is a VPN system. VPN is configured and connected via network-manager. Last messages from ssh (hangs forever): debug2: kex_parse_kexinit: none,z...@openssh.com debug2: kex_parse_kexinit: none,z...@openssh.com debug2: kex_parse_kexinit: debu

[Bug 1261654] Re: missing LADSPA support

2014-02-27 Thread James Hunt
I suspect issue this could be rather critical for Ubuntu Studio. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261654 Title: missing LADSPA support To manage notifications about this bug go to: ht

[Bug 1263140] Re: reboot does not terminate at computer shutdown

2014-02-27 Thread James Hunt
Please can those affected attach the requested logs in comment #3 ? ** Changed in: upstart (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1263140 Title:

[Bug 1285726] Re: Wired VPN connection icon unclear

2014-02-27 Thread James Hunt
I don't know if the padlock is actually being overlayed onto the existing connection-type image, but I'd prefer to see an icon like the attached. In other words, invert the 2 arrows for a wired connection and make the right-hand arrow stem shorter, allowing space for a padlock bottom-right. ** Att

[Bug 1285726] [NEW] Wired VPN connection icon unclear

2014-02-27 Thread James Hunt
Public bug reported: The current nm-applet icon that is shown for a wired VPN connection is very unclear - overlaying a padlock onto the existing connection-type icon works fine for the usual wifi icon, but with a wired connection the padlock merges into the down arrow and looks like screen corrup

[Bug 1286986] Re: Dropping to commandline is the only way to shutdown or restart

2014-03-03 Thread James Hunt
Thanks for reporting this issue. A few questions: 1) Is this behaviour repeatable? 2) Are there other users logged in when you attempt to shutdown the system? 3) Can you still switch accounts from the menu? The fact that using the shutdown/reboot commands is the only way to shutdown your system i

[Bug 1288087] Re: System menu for Restart & Shutdown no longer works after installing Office 2010 through Wine

2014-03-05 Thread James Hunt
*** This bug is a duplicate of bug 1286698 *** https://bugs.launchpad.net/bugs/1286698 ** This bug has been marked a duplicate of bug 1286698 Logout, Restart & Shutdown does not work -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1286986] Re: Dropping to commandline is the only way to shutdown or restart

2014-03-05 Thread James Hunt
*** This bug is a duplicate of bug 1286698 *** https://bugs.launchpad.net/bugs/1286698 ** This bug has been marked a duplicate of bug 1286698 Logout, Restart & Shutdown does not work -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1286698] Re: Logout, Restart & Shutdown does not work

2014-03-05 Thread James Hunt
Thank you for reporting this bug. However, please do not report the same bug three times :-) ** Package changed: upstart (Ubuntu) => gnome-session (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bug

[Bug 1288152] [NEW] keyboard shortcuts overlay does not specify super+L for lockscreen

2014-03-05 Thread James Hunt
Public bug reported: (Long) Pressing the super (aka "windows") key displays the "Keyboard Shortcuts" overlay. However, this summary does not show that Super+L is now a shortcut for locking the screen. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: unity 7.1.2+14.04.20140303-0ubuntu1 ProcVe

[Bug 1284164] Re: ~/.cache/upstart grows enormous

2014-03-05 Thread James Hunt
Do you still have the status file somewhere so we can see what binary data it contained? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1284164 Title: ~/.cache/upstart grows enormous To manage notif

[Bug 1284164] Re: ~/.cache/upstart grows enormous

2014-03-05 Thread James Hunt
The logrotate job is simply invoking logrotate program so it could be a bug in logrotate? Nobody else appears to have reported this issue. Do you have a ~/.cache/upstart/logrotate.log containing any errors? We could simply make the job delete the status file if it exists prior to running logrotate

[Bug 1089159] Re: ADT test-suite failure

2013-10-03 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1089159 Title: ADT test-suite failure To manage notificati

[Bug 1234393] Re: upstart-dbus-bridge never forwards events without passing --always

2013-10-03 Thread James Hunt
The problem you have here is that you created a *system* job. But if you check, you'll noticed that the upstart-dbus-bridge does not run at the system level as root on Ubuntu systems - it only runs as the user. ** Changed in: upstart (Ubuntu) Status: New => Invalid -- You received this b

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread James Hunt
** Changed in: upstart (Ubuntu) Assignee: (unassigned) => James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1234898 Title: upstart-local-bridge not handling all eve

[Bug 1234743] Re: init on samsung galaxy nexus is busy and consuming memory when playing an mp4

2013-10-04 Thread James Hunt
Hi Colin, This issue looks similar to bug 1201865 - Upstart is being spammed by the upstart-udev-bridge which itself is being spammed by all the SUBSYSTEM=platform udev events from the kernel. I cannot recreate the issue you are seeing on my nexus 7, so that coupled with the fact that the event a

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread James Hunt
Hi Sergio, I believe I've fixed the issue. Please can you try the version here: lp:~jamesodhunt/upstart/bug-1234898. ** Changed in: upstart (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1234743] Re: init on samsung galaxy nexus is busy and consuming memory when playing an mp4

2013-10-04 Thread James Hunt
Thanks Colin. All the platform-device-changed events upstart is emitting are from omapfb.ko: KERNEL=omapfb DEVPATH=/devices/platform/omapfb SUBSYSTEM=platform ACTION=change DRIVER=omapfb MODALIAS=platform:omapfb SEQNUM=13545 USEC_INITIALIZED=1146951 VSYNC=12601146402237 So certainly looks like a

[Bug 1234898] Re: upstart-local-bridge not handling all events sent to it

2013-10-04 Thread James Hunt
** Also affects: upstart Importance: Undecided Status: New ** Changed in: upstart Assignee: (unassigned) => James Hunt (jamesodhunt) ** Changed in: upstart Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1235649] Re: session upstart leaks massive amounts of memory on Ubuntu Touch

2013-10-07 Thread James Hunt
I don't have a maguro device so debugging is going to have to be by proxy :) A few questions: 1) Does this only occur when the system is read-only? 2) Are logs growning fast in ~/.cache/upstart/ ? 3) What is the screen doing when it is on? Is it enough to run "powerd-cli display on" to see the i

[Bug 1235649] Re: session upstart leaks massive amounts of memory on Ubuntu Touch

2013-10-07 Thread James Hunt
Answering own question (5): https://wiki.ubuntu.com/Touch/Testing/Mir -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1235649 Title: session upstart leaks massive amounts of memory on Ubuntu Touch To

[Bug 1235231] Re: ci-info: eth0 not reliable in latest saucy images

2013-10-07 Thread James Hunt
Upstart certainly changed, but none of the changes affect console handling. Could the kernel change be the culprit maybe? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1235231 Title: ci-info: eth0 n

<    3   4   5   6   7   8   9   10   11   12   >