[Bug 1103881] Re: cloud-final is never executed if upstart is upgraded during initialization of the image

2013-01-24 Thread James Hunt
Please can you boot such a system with '--debug' and capture syslog / dmesg / console so we can try and work out what is happening here. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1166841] [NEW] lxc-create fails if LANG != en_GB.UTF-8

2013-04-09 Thread James Hunt
Public bug reported: If LANG is not 'en_GB.UTF-8', lxc-create fails: $ echo $LANG fr_CA.UTF8 $ sudo lxc-create -n foo -t ubuntu -- raring lxc-create: No config file specified, using the default config /etc/lxc/default.conf Checking cache download in /var/cache/lxc/raring/rootfs-i386 ... Copy

[Bug 1166841] Re: lxc-create fails if LANG != en_GB.UTF-8

2013-04-09 Thread James Hunt
Adding '-x' to the ubuntu template the problem is with locale-gen: + configure_ubuntu /var/lib/lxc/raring/rootfs raring raring + rootfs=/var/lib/lxc/raring/rootfs + hostname=raring + release=raring + cat + cat + cat + '[' '!' -f /var/lib/lxc/raring/rootfs/etc/init/container-detect.conf ']' + '['

[Bug 1166870] [NEW] lxc-clone fails silently

2013-04-09 Thread James Hunt
Public bug reported: $ sudo lxc-clone -o old -n new $ echo $? 1 $ sudo bash /usr/bin/lxc-clone -o old -n new Tweaking configuration Copying rootfs... Updating rootfs... 'raring-cloned' created $ Problem appears to be missing || true in LXC_PATH= assignment in /usr/share/lxc/lxc.functions:

[Bug 1166841] Re: lxc-create fails if LANG != en_GB.UTF-8

2013-04-10 Thread James Hunt
What about the C locale? This fails as well. Maybe the ubuntu template could check LANG. If not set, or not in $(locale -a) or /usr/share/i18n/SUPPORTED, revert to en_US.UTF-8? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in

[Bug 1171464] [NEW] lxc-execute fails with error Failed to find an lxc-init

2013-04-22 Thread James Hunt
Public bug reported: $ sudo lxc-info -n raring state: STOPPED pid:-1 $ sudo lxc-execute -n raring -- true lxc-execute: Failed to find an lxc-init lxc-execute: invalid sequence number 1. expected 4 lxc-execute: failed to spawn 'raring' $ dpkg -l lxc|grep lxc-init || echo not found not

[Bug 1124384] Re: reload-configuration can confuse upstart

2013-04-22 Thread James Hunt
I believe the problem here is that -- in the case where a JobClass has no running instances -- a reload is causing the original JobClass to be destroyed. That eventually leads to Event-blockers to reach zero (as a result of the JobClasses EventOperators being freed) causing the event to be

[Bug 1171866] [NEW] lxc-stop ignores invalid container names

2013-04-23 Thread James Hunt
Public bug reported: $ sudo lxc-ls -1 oneiric precise raring raring-cloned sid $ sudo lxc-stop -n foo $ echo $? 0 lxc-stop should return 1 in the example above and display an error rather than silently failing and returning 0 to denote success. ProblemType: Bug DistroRelease: Ubuntu 13.04

[Bug 1124384] Re: Configuration reload clears event that others jobs may be waiting on

2013-04-26 Thread James Hunt
at the sprint next week. ** Patch added: upstart-bug-1124384-minimal-fix.diff https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1124384/+attachment/3654975/+files/upstart-bug-1124384-minimal-fix.diff ** Changed in: upstart (Ubuntu) Assignee: (unassigned) = James Hunt (jamesodhunt

[Bug 862392] Re: unity/compiz dies horribly if kvm interrupted when iconified

2011-09-29 Thread James Hunt
** Also affects: kvm (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to kvm in Ubuntu. https://bugs.launchpad.net/bugs/862392 Title: unity/compiz dies horribly if kvm interrupted

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-06 Thread James Hunt
@Jason: thanks for taking the time to look at this. Yes, I can confirm your understanding of the problem as I had come to exactly the same conclusion! :-) I have raised a bug on openssh for the stderr fd leak: https://bugzilla.mindrot.org/show_bug.cgi?id=1976 ** Bug watch added: OpenSSH Portable

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-06 Thread James Hunt
** Changed in: upstart (Ubuntu Precise) Assignee: (unassigned) = James Hunt (jamesodhunt) -- 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/926468 Title: Stopping ssh

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-13 Thread James Hunt
** Also affects: upstart Importance: Undecided Status: New ** Changed in: upstart Assignee: (unassigned) = James Hunt (jamesodhunt) ** Changed in: upstart Importance: Undecided = High ** Changed in: upstart Status: New = Fix Committed -- You received this bug

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-14 Thread James Hunt
If you would like to help with testing the fix for this bug, I've put an updated version of Upstart (version '1.4-0ubuntu7~jh') in my upstart- job-logging PPA: https://launchpad.net/~jamesodhunt/+archive/upstart-job-logging/ Please install and provide feedback. ** Changed in: upstart (Ubuntu

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-02-15 Thread James Hunt
@Jason: thanks for the feedback. -- 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/926468 Title: Stopping ssh with a logged in user causes init to spin at 100% To manage

[Bug 931584] Re: Upstart should close all non-standard fds before starting a job

2012-02-15 Thread James Hunt
I agree with Steve here: Upstart is careful to set CLOEXEC on all the fds it has control over, so I would much prefer this be fixed at source. A temporary work-around for jobs that are affected by this issue is to add the following code at the top of all appropriate script sections - remember

[Bug 999187] [NEW] lxc-create for armhf fails with error failed to execute template 'ubuntu'

2012-05-14 Thread James Hunt
Public bug reported: $ sudo lxc-create -n quantal-armhf -t ubuntu -- -a armhf : : W: Failure while installing base packages. This will be re-attempted up to five times. W: Failure while installing base packages. This will be re-attempted up to five times. W: Failure while installing base

[Bug 999187] Re: lxc-create for armhf fails with error failed to execute template 'ubuntu'

2012-05-14 Thread James Hunt
** Attachment added: lxc.log https://bugs.launchpad.net/bugs/999187/+attachment/3146114/+files/lxc.log -- 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/999187 Title: lxc-create for

[Bug 999187] Re: lxc-create for armhf fails with error failed to execute template 'ubuntu'

2012-05-16 Thread James Hunt
Hi Serge - yes, this was on a precise host. Confirmed that lxc 0.7.5-3ubuntu56 from precise-proposed/universe now allows me to create, start and stop an armhf container. Thanks for the quick turn-around! -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1003888] [NEW] corrupted kernel messages being logged to syslog

2012-05-24 Thread James Hunt
Public bug reported: Running a i686 32-bit quantal container on a i686 32-bit precise host I'm seeing kernel message corruption in /var/log/syslog in the container: ___ May 24 10:41:04 localhost ntpdate[172]: adjust time server 91.189.94.4 offset 0. 001225 sec May 24 10:41:05 localhost

[Bug 1003888] Re: corrupted kernel messages being logged to syslog

2012-05-24 Thread James Hunt
-- 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/1003888 Title: corrupted kernel messages being logged to syslog To manage notifications about this bug go to:

[Bug 1003888] Re: corrupted kernel messages being logged to syslog

2012-05-24 Thread James Hunt
Hi Serge - two corruptions in the host as mentioned above. -- 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/1003888 Title: corrupted kernel messages being logged to syslog To manage

[Bug 926468] Re: Stopping ssh with a logged in user causes init to spin at 100%

2012-08-30 Thread James Hunt
** Changed in: upstart Status: Fix Committed = Fix Released -- 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/926468 Title: Stopping ssh with a logged in user causes init to

[Bug 1066144] Re: arguments to dbus_server_disconnect() were incorrect

2012-10-16 Thread James Hunt
Not an upstart issue fwics. ** Package changed: upstart (Ubuntu) = postfix (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in Ubuntu. https://bugs.launchpad.net/bugs/1066144 Title: arguments to

[Bug 1066144] Re: arguments to dbus_server_disconnect() were incorrect

2012-10-16 Thread James Hunt
@Paul: Please can you specify which packages are newly installed for your to see this issue? Is it reproducable on other systems for you? As mentioned, I do not see this problem on vanilla quantal system + the postfix package installed. -- You received this bug notification because you are a

[Bug 771305] Re: smbd does not start on first boot with 20110426

2011-04-26 Thread James Hunt
Hi Jamie - your syslog shows that Upstart attempted to restart smbd a number of times, but since smbd kept exiting in error, it eventually hit the upstart respawn limit at which point Upstart stopped attempting to start it. The problem suggests an issue either with the smbd binary or one of the

[Bug 1208455] [NEW] general protection fault running apt-get inside nested kvm VM on OpenStack

2013-08-05 Thread James Hunt
Public bug reported: Attempting to run apt-get in a nested vm hosted in OpenStack results in a general protection fault in the kernel in the nested VM. ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Affects: qemu-kvm (Ubuntu) Importance: Undecided

[Bug 1208455] Re: general protection fault running apt-get inside nested kvm VM on OpenStack

2013-08-05 Thread James Hunt
Attempting to repeat the dep8 test run in the same environment has so far resulted in the qemu-kvm binary consuming 200% CPU (recreated on multiple nodes). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu.

[Bug 1208455] Re: general protection fault running apt-get inside nested kvm VM on OpenStack

2013-08-05 Thread James Hunt
I'm suspecting an issue with nested=1... the nested VM does eventually boot but it takes many minutes to do so. At this point, the cpu usage of qemu-kvm drops to reasonable values. But if you ssh into the vm, the usage jumps up to ~200% again. To recreate: $ sudo apt-get install -y genisoimage

[Bug 1208455] Re: general protection fault running apt-get inside nested kvm VM on OpenStack

2013-08-05 Thread James Hunt
** Attachment added: Another general protection fault panic https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1208455/+attachment/3761555/+files/kvm.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu.

[Bug 1208455] Re: general protection fault running apt-get inside nested kvm VM on OpenStack

2013-08-05 Thread James Hunt
Kernel logs can be found on bug 1208509. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1208455 Title: general protection fault running apt-get inside nested kvm VM on OpenStack

[Bug 1208455] Re: general protection fault running apt-get inside nested kvm VM

2013-08-05 Thread James Hunt
Note that #4 was taken from a local nested kvm environment (not OpenStack). ** Summary changed: - general protection fault running apt-get inside nested kvm VM on OpenStack + general protection fault running apt-get inside nested kvm VM -- You received this bug notification because you are a

[Bug 1208455] Re: general protection fault running apt-get inside nested kvm VM

2013-08-06 Thread James Hunt
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1208455 Title: general protection fault running apt-get inside

[Bug 1208455] Re: general protection fault running apt-get inside nested kvm VM

2013-08-06 Thread James Hunt
High CPU may be cloud-init. Using todays server image, running 'prepare- testbed' spins the CPU at 200%. The end of the log shows: Aug 6 10:13:15 autopkgtest [CLOUDINIT] helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (FileLock using file

[Bug 1208455] Re: general protection fault running apt-get inside nested kvm VM

2013-08-07 Thread James Hunt
What we know so far: - the issue is not related to cloud-init. - the very high CPU load was atleast partly caused by byobu bug 1208853. To disable byobu... === modified file 'bin/prepare-testbed' --- bin/prepare-testbed 2013-08-06 08:05:16 + +++ bin/prepare-testbed 2013-08-06 14:01:42 +

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-07 Thread James Hunt
Fresh kernel panic from 2nd-level nested VM running with host, 1st level and 2nd level all running with nested=1. ** Attachment added: kvm.log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1208455/+attachment/3763650/+files/kvm.log -- You received this bug notification because you

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-08 Thread James Hunt
Testing with linux-image-3.11.0-0-generic from -proposed with nested=Y in all 3 environments does appear to solve this issue. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1208455

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-09 Thread James Hunt
I got the panic again last night. This was running a 3.11 kernel for the host, but of course the 1st and 2nd level guests were still running 3.10 as 3.11 is still in -proposed. So, although it's possible to get a test run with (3.11, 3.10, 3.10) I really need to try running with (3.11, 3.11, 3.11)

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-15 Thread James Hunt
Now that 3.11 is out of proposed, we're seeing a different kernel failure, starting with run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.11.0-2-generic /boot/vmlinuz-3.11.0-2-generic Generating grub.cfg ... Found linux image: /boot/vmlinuz-3.11.0-2-generic Found initrd image:

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-15 Thread James Hunt
The kernel BUG: above happens when running bin/prepare-testbed -r saucy -d i386 from lp:auto-package-testing in canonistack: the kvm instance spins at ~200% CPU again. I modified bin/prepare-testbed slightly to log the output of the vm and disable byoubu. See attached. ** Patch added:

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-15 Thread James Hunt
To recreate: 1) Follow instructions on internal wiki (page InformationInfrastructure/IS/CanonicalOpenstack) to create a keypair. 2) Create an guest instance: $ keyname=${USER}_lcy01 $ image=$(euca-describe-images|grep saucy|head -1|awk '{print $2}') $ euca-run-instances -k $keyname -t m1.medium

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-16 Thread James Hunt
Latest kernel panic (from 2nd-level guest) using following kernel versions: host: 3.11.0-1-generic (-2 causes problems for my graphics hardware atm) 1st-level guest: 3.11.0-2-generic 2nd-level guest: 3.11.0-2-generic ** Attachment added: kvm.log

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-22 Thread James Hunt
The latest advice for running on Canonistack (kvm guest instance where nested=Y is to): - Only run on a 64-bit Canonistack guest instance. - Modify bin/prepare-testbed and bin/run-adt-test to start the autopkgtest VM using 'qemu-system-x86_64 -enable-kvm'. - Have the DEP8 test running inside the

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-22 Thread James Hunt
'qemu -serial file:/tmp/kvm.log' Looks like an alternative to 'qemu -nographic /tmp/kvm.log 21'. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1208455 Title: general protection

[Bug 1208455] Re: general protection fault running apt-get inside double nested kvm VM

2013-08-22 Thread James Hunt
Re #27, removing -nographic still causes the same lockup for me. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1208455 Title: general protection fault running apt-get inside

[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 Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1235231

[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 host is failing for me where host 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:

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

2013-11-25 Thread James Hunt
scp suffers the same issue, but interestingly, so seemingly does pscp which hangs indefinitely after successfully connecting and starting to send the data. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu.

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

2013-12-03 Thread James Hunt
Public bug reported: To recreate (although this does *NOT* fail most of the time alas): 1) press ctrl-alt-2 to switch to the qemu console. 2) type say sendkey ctrl-alt-f1 3) press ctrl-alt-1. Expected outcome: Switch to tty1 in the VM. Actual outcome: No switch to tty1 in the VM. and qemu

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

2013-12-03 Thread James Hunt
... as if by magic it hung again :) I managed to trigger it by toggling the following two key combos rapidly starting from within the qemu console: ctrl-alt-1 # switch to console (actually, we're already there, but ...) ctrl-alt-2 # switch out of console ** Attachment added: kvm-strace.log.gz

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

2013-12-04 Thread James Hunt
I never saw the issue with saucy. Downgrading to 1.5.0+dfsg-3ubuntu5.1 certainly appears to have resolved the issue for me, so it's looking like a regression introduced by 1.6.0+dfsg-2ubuntu4. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

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

2013-12-13 Thread James Hunt
Hi Serge, 1.7.0+dfsg-2ubuntu2 still exhibits the problem I'm afraid. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1257352 Title: kvm hangs occasionally when switching out of the

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

2013-12-16 Thread James Hunt
Hi Serge, Yes, I get the hang on upstream too (HEAD e157b8fdd412d48eacfbb8c67d3d58780154faa3). -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1257352 Title: kvm hangs occasionally

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-14 Thread James Hunt
See CurrentDmesg.txt for lots of errors such as: [ 1688.474887] Call Trace: [ 1688.474914] [f8bae0f3] kvm_vcpu_ioctl+0x433/0x4d0 [kvm] [ 1688.474924] [c108064f] ? wake_up_state+0xf/0x20 [ 1688.474931] [c10b9795] ? wake_futex+0x65/0x90 [ 1688.474937] [c10babed] ? futex_wake+0x13d/0x160 [

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-15 Thread James Hunt
Alas, same issue using kernel 3.13.0-031300rc8-generic. ** Changed in: linux (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title:

[Bug 1268906] Re: cpu soft lockup running kvm

2014-01-17 Thread James Hunt
Same problem with 3.13.0-4-generic. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running kvm To manage notifications about this bug go to:

[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

[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 bug

[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 Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running kvm To manage notifications about this bug go to:

[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 Server Team, which is

[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 Server Team, which is subscribed to lxc in Ubuntu.

[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 -- You

[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 Server Team, which is subscribed to

[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 Server Team, which is

[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 Server Team, which is subscribed to qemu-kvm in Ubuntu.

[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 Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup

[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 Server Team, which is subscribed to qemu-kvm in Ubuntu.

[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 Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running

[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

[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 Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1277466

[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2010-12-20 Thread James Hunt
After discussion with Scott, the best short-term solution would seem to be: 1) Modify /etc/init.d/umountfs to call the following in do_stop before calling umount/swapoff: initctl emit unmount-filesystem 2) Modify /etc/init.d/umountroot to call the following in do_stop before calling

[Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2010-12-21 Thread James Hunt
@Michael: yes, this should be stop on unmount-filesystem or single- user (we can create a new event for single-user to make the logic clearer). @Clint: I agree that full migration sounds like the best approach. I have had a few discussions previously with Scott on the idea of abstract jobs. There

[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-01-28 Thread James Hunt
** Changed in: sysvinit (Ubuntu Maverick) Assignee: (unassigned) = James Hunt (jamesodhunt) ** Changed in: sysvinit (Ubuntu Maverick) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber. https

[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-02 Thread James Hunt
-4ubuntu18.diff https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/672177/+attachment/1824633/+files/lucid-sysvinit_2.87dsf-4ubuntu17_to_sysvinit_2.87dsf-4ubuntu18.diff ** Changed in: sysvinit (Ubuntu Lucid) Assignee: (unassigned) = James Hunt (jamesodhunt) ** Changed in: sysvinit (Ubuntu

[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-02 Thread James Hunt
Equivalent sysvinit patch for Maverick. ** Patch added: maverick-sysvinit_2.87dsf-4ubuntu18_to_sysvinit_2.87dsf-4ubuntu19.diff

[Bug 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-02 Thread James Hunt
Equivalent sysvinit patch for Natty. ** Patch added: natty_sysvinit_2.87dsf-4ubuntu19_to_sysvinit_2.87dsf-4ubuntu20.diff https://bugs.launchpad.net/ubuntu/natty/+source/sysvinit/+bug/672177/+attachment/1824656/+files/natty_sysvinit_2.87dsf-4ubuntu19_to_sysvinit_2.87dsf-4ubuntu20.diff --

[Bug 718664] [NEW] upstart config fo file autofs5 requires space

2011-02-14 Thread James Hunt
Public bug reported: Binary package hint: autofs5 /etc/init/autofs.conf contains the following stop on condition: stop on runlevel[!2345] This will stop the autofs service when the event called runlevel[!2345] is emitted! There is a missing space here. autofs.conf should specify:

[Bug 718664] Re: upstart config fo file autofs5 requires space

2011-02-14 Thread James Hunt
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in ubuntu. https://bugs.launchpad.net/bugs/718664 Title: upstart config fo file autofs5 requires space -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 718664] Re: upstart config fo file autofs5 requires space

2011-02-14 Thread James Hunt
** Branch linked: lp:~jamesodhunt/ubuntu/natty/autofs5/fix-upstart- config -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs5 in ubuntu. https://bugs.launchpad.net/bugs/718664 Title: upstart config fo file autofs5 requires

[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 Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running kvm To manage notifications about this bug go to:

[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 Server Team, which is subscribed to lxc in Ubuntu.

[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 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

[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 Server Team, which is subscribed to qemu in Ubuntu.

[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

[Bug 1309810] Re: package cgroup-lite 1.9 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 100

2014-04-20 Thread James Hunt
*** This bug is a duplicate of bug 901038 *** https://bugs.launchpad.net/bugs/901038 Hi Serge, The problem I believe is that Upstart is in the process of restarting so initctl cannot (yet) reconnect to Upstart until it has finished the re- exec. See comment #7 on bug 901038. ** This bug has

[Bug 1317444] [NEW] dnsmasq spins at 100% cpu trying to receive socket messages via stdin

2014-05-08 Thread James Hunt
Public bug reported: dnsmasq is spinning at 100% CPU. This also causes networking to fail. Problem seems to be that it is calling recvmsg(STDIN_FILENO, ...) which is totally invalid. See attached strace log. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: dnsmasq-base 2.70-1

[Bug 1314697] Re: Upon upgrade, DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread James Hunt
Attached is a full strace from dnsmasq startup showing the problem. ** Attachment added: dnsmasq-strace.log https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1314697/+attachment/4107998/+files/dnsmasq-strace.log ** Summary changed: - Upon upgrade, DNS resolution no longer works;

[Bug 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread James Hunt
Updated description since problem is unrelated to upgrade - it just occurs with the version of dnsmasq currently in utopic. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/1314697

[Bug 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread James Hunt
A bit of debugging shows that the culprit is blockdata_expand() which is being called via blockdata_init(). The issue seems to be that blockdata_expand() is passed a parameter of zero. That function then mallocs zero bytes (successfully seemingly), the proceeds to overwrite data before the

[Bug 1314697] Re: DNS resolution no longer works; dnsmasq uses 100% CPU

2014-05-08 Thread James Hunt
BTW - the problem is recreatable for me every time simply by spinning up a utopic kvm instance. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/1314697 Title: DNS resolution no

[Bug 1357252] Re: Application failed to start. during autopilot tests after the newest ubuntu-app-launch landing

2014-08-18 Thread James Hunt
** Also affects: cgmanager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launchpad.net/bugs/1357252 Title: Application failed to start. during

[Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-20 Thread James Hunt
** Changed in: upstart Status: New = In Progress ** Also affects: linux (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu.

[Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-20 Thread James Hunt
** No longer affects: linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launchpad.net/bugs/1357252 Title: Upstart jobs specifying cgroup fail to start occasionally To manage

[Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-22 Thread James Hunt
** Also affects: systemd-shim (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launchpad.net/bugs/1357252 Title: Upstart jobs specifying cgroup

[Bug 1357252] Re: Upstart jobs specifying cgroup fail to start occasionally

2014-08-22 Thread James Hunt
** Changed in: upstart Status: In Progress = Invalid ** Changed in: upstart Importance: Critical = Undecided -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cgmanager in Ubuntu. https://bugs.launchpad.net/bugs/1357252

[Bug 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-08-29 Thread James Hunt
** Summary changed: - systemd-shim fails to handle cgmanager being unavailable + upstart can race with cgmanager when using remove-on-empty ** Changed in: upstart Status: Invalid = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1357252] Re: upstart can race with cgmanager when using remove-on-empty

2014-09-05 Thread James Hunt
** Changed in: upstart Status: In Progress = Fix Released ** Also affects: upstart (Ubuntu) Importance: Undecided Status: New ** Changed in: upstart (Ubuntu) Assignee: (unassigned) = James Hunt (jamesodhunt) ** Changed in: upstart (Ubuntu) Status: New = Fix Released

[Bug 1376717] [NEW] install failure under systemd

2014-10-02 Thread James Hunt
Public bug reported: Setting up lxc (1.1.0~alpha1-0ubuntu5) ... Failed to issue method call: Unit lxc.service failed to load: No such file or directory. invoke-rc.d: initscript lxc, action start failed. dpkg: error processing package lxc (--configure): subprocess installed post-installation

[Bug 1383433] Re: please package the cloud-init ci-tool

2014-10-31 Thread James Hunt
** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) = James Hunt (jamesodhunt) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init

  1   2   >