[Bug 1099900] [NEW] rados parsing error with hostnames in mon_host

2013-01-15 Thread David Britton
Public bug reported: In /etc/ceph/ceph.conf, if I set hostnames in the mon_host variable and separate them with spaces, the parsing algorithm breaks down. The expectation is that all three of these cases should work. Once hostnames are introduced in the mon_host line, spaces are no longer

[Bug 1099900] Re: rados parsing error with hostnames in mon_host

2013-01-15 Thread David Britton
Was there a bug fix for it? I think a colleague has reproduced the issue with ceph git trunk. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in Ubuntu. https://bugs.launchpad.net/bugs/1099900 Title: rados parsing error with

[Bug 1099900] Re: rados parsing error with hostnames in mon_host

2013-01-16 Thread David Britton
This does appear to be fixed in trunk -- confirmed. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ceph in Ubuntu. https://bugs.launchpad.net/bugs/1099900 Title: rados parsing error with hostnames in mon_host To manage

[Bug 1156932] Re: User can't modify security-group-rule via nova-api if there are duplicated security group name

2013-06-10 Thread David Britton
nova boot has a similar problem. You get a 500 when attempting to use a duplicated (by name) security group: DEBUG (shell:768) The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-aded6143-c8d0-45fa-abd3-fd28a80cfd0d) Traceback (most

[Bug 934534] [NEW] metadata ami-launch-index coming back off-by-one

2012-02-17 Thread David Britton
Public bug reported: ii nova-api 2012.1~e4~20120210.12574-0ubuntu1 OpenStack Compute - API frontend # curl -s http://169.254.169.254/2008-02-01/meta-data/ami-launch-index 1 This should be zero indexed like on amazon: # curl -s http://169.254.169.254/2008-02-01/meta-data/ami-launch-index 0 **

[Bug 965478] [NEW] Depends: eucalyptus-common but it is not installable

2012-03-26 Thread David Britton
Public bug reported: Latest precise update: root@ubuntu:~# apt-get install python-image-store-proxy 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

[Bug 941968] Re: lockfile-create hangs inside lxc containers

2012-05-03 Thread David Britton
*** This bug is a duplicate of bug 969299 *** https://bugs.launchpad.net/bugs/969299 If I turn apparmour off, I can no longer effectively install through juju if the package includes NTP. I'll work to reproduce with a minimal environment. -- You received this bug notification because you

[Bug 941968] Re: lockfile-create hangs inside lxc containers

2012-05-03 Thread David Britton
*** This bug is a duplicate of bug 969299 *** https://bugs.launchpad.net/bugs/969299 I'm the same has @breu. the juju charm I was using was making the hostname of my system 40 characters. Reducing the charm name length solved the problem. I think this bug should be re-opened and fixed in

[Bug 1066084] [NEW] Permissions mangled when creating rootfs from cloud images

2012-10-12 Thread David Britton
Public bug reported: Permissions on the created lxc container somehow are reflecting the users /etc/password file: ubuntu@dpb-local-landscape-client-0:~$ cat /etc/passwd |grep landscape landscape:x:104:109::/var/lib/landscape:/bin/false ubuntu@dpb-local-landscape-client-0:~$ ll /etc/landscape

[Bug 1066084] Re: Permissions mangled when creating rootfs from cloud images

2012-10-12 Thread David Britton
The following fixes the problem: dpb@starbuck:templates$ pwd /usr/share/lxc/templates dpb@starbuck:templates$ diff *.orig lxc-ubuntu-cloud 344c344 tar -zxf $cache/$filename --- tar --numeric-owner -zxf $cache/$filename -- You received this bug notification because you are a member of

[Bug 1229275] Re: [maas] juju destroy-environment also destroys nodes that are not controlled by juju

2013-10-03 Thread David Britton
** Tags added: theme-oil -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1229275 Title: [maas] juju destroy-environment also destroys nodes that are not controlled by juju To manage

[Bug 1246320] Re: Azure bootstrap fails: versioning header is not specified

2014-02-20 Thread David Britton
Should this also be ported to 1.17, since that is the default with trusty? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1246320 Title: Azure bootstrap fails: versioning header

[Bug 1288192] [NEW] subunit should include a depdendency on python3-junitxml

2014-03-05 Thread David Britton
*** This bug is a duplicate of bug 1192651 *** https://bugs.launchpad.net/bugs/1192651 Public bug reported: the tool subunit2junitxml as shipped in the subunit package cannot work without installing python3-junitxml. This should be added as a dependency of the subunit package in trusty.

[Bug 1288192] Re: subunit should include a depdendency on python3-junitxml

2014-03-05 Thread David Britton
*** This bug is a duplicate of bug 1192651 *** https://bugs.launchpad.net/bugs/1192651 This is not a duplicate of lp:1192651. This specifically requests that the 'subunit' package includes a dependency on python3-junitxml (required by one of the scripts it ships). Maybe I'm mistaken in this

[Bug 1192651] Re: subunit2junitxml depends on python-junitxml, but there are no py3 libs

2014-03-05 Thread David Britton
This appears to be just subunit v1 output. subunit2junitxml only parses subunit v2 output. You can use the following fix: Starting with 13.09, you can address this to parse the old output: ./run-my-old-tests | subunit-1to2 | subunit2junitxml I'm closing this bug now, as this is just an old

[Bug 1192651] Re: subunit2junitxml errors parsing subunit v1 output

2014-03-05 Thread David Britton
Actually, I guess I'll leave this open to address the packaging issue. subunit in trusty should include a dependency of python3-junitxml Sorry for the noise ** Summary changed: - subunit2junitxml errors parsing subunit v1 output + subunit should depend on python3-junitxml ** Description

[Bug 1192651] Re: subunit should depend on python3-junitxml

2014-03-05 Thread David Britton
** Attachment added: Patch to the ubuntu/subunit packaging branch (trusty) https://bugs.launchpad.net/ubuntu/+source/subunit/+bug/1192651/+attachment/4008347/+files/patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to subunit in

[Bug 1299588] Re: LXC permission denied issue with 1.17.7

2014-04-01 Thread David Britton
** Tags added: landscape -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu. https://bugs.launchpad.net/bugs/1299588 Title: LXC permission denied issue with 1.17.7 To manage notifications about this bug go to:

[Bug 1299588] Re: LXC permission denied issue with 1.17.7

2014-04-01 Thread David Britton
Seems like it's very easy to repro on AWS. Anything but the bootstrap node gets this when you deploy lxc ala: juju deploy --to lxc:1 ubuntu -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.

[Bug 1271188] Re: maas-import-ephermerals provides no feedback on progress

2014-07-24 Thread David Britton
Some suggestions (possibly combine them based on what is possible): 1) Log the download and extraction somewhere and point people at that log. 2) Print the total number expected in the GUI in that message. 3) Estimate the total size somewhere so we know how long to wait. 4) Import images as

[Bug 1271188] Re: maas-import-ephermerals provides no feedback on progress

2014-07-24 Thread David Britton
an addendum to my 4) in comment #5: Perhaps also sneakily prioritizing amd64 as an architecture and trusty as a release, on the basis that once that's done interesting stuff should work for most people and demo's can move forward. -- You received this bug notification because you are a member

[Bug 1300507] Re: Rabbit password is reset on every upgrade which forces lockstep cluster restarts

2014-08-07 Thread David Britton
Saw this as well, Latest in trusty - 1.6b6. ** Tags added: landscape ** Tags added: cloud-installer -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1300507 Title: Rabbit password is

[Bug 1300507] Re: Rabbit password is reset on every upgrade which forces lockstep cluster restarts

2014-08-12 Thread David Britton
I just hit it again -- on upgrading from 1.6rc1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1300507 Title: Rabbit password is reset on every upgrade which forces lockstep cluster

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
Got another instance maybe? maas package version: 1.6.1+bzr2548-0ubuntu1~ppa1 ERROR 2014-08-19 20:01:18,871 maasserver Exception: 'Nonce already used: 48723931' ERROR 2014-08-19 20:01:18,871 maasserver Traceback (most recent

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
comment #9 was while running juju bootstrap -v -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1274944] Re: maas-dhcp-server should be configured to start after all network interfaces it serves are up

2014-08-26 Thread David Britton
** Tags added: landscape -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1274944 Title: maas-dhcp-server should be configured to start after all network interfaces it serves are up

[Bug 1366893] Re: cloud-init --local needs mounted /run but not guaranteed by upstart job

2014-09-08 Thread David Britton
** Tags added: cloud-installer landscape -- 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/1366893 Title: cloud-init --local needs mounted /run but not guaranteed by upstart job

[Bug 1353008] Re: MAAS Provider: LXC did not get DHCP address, stuck in pending

2014-09-22 Thread David Britton
With scott's help, I spun this about 2000x over the weekend and did not hit the issue. I would call it verified from my perspective. Changing tag. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu

[Bug 1372977] Re: 1.7.0~beta3+bzr3043-0ubuntu1~ppa3 upgrade breaks squid proxy setup

2014-09-25 Thread David Britton
** Tags added: cloud-installer -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1372977 Title: 1.7.0~beta3+bzr3043-0ubuntu1~ppa3 upgrade breaks squid proxy setup To manage

[Bug 1387881] Card0.Codecs.codec.3.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: Card0.Codecs.codec.3.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250082/+files/Card0.Codecs.codec.3.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] ProcModules.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250089/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] Re: qemu fails to recognize full virtualization

2014-10-31 Thread David Britton
AlsaVersion: Advanced Linux Sound Architecture Driver Version k3.13.0-39-generic. AplayDevices: Error: [Errno 2] No such file or directory ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 ArecordDevices: Error: [Errno 2] No such file or directory AudioDevicesInUse: Error: command ['fuser',

[Bug 1387881] PciMultimedia.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: PciMultimedia.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250086/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] AlsaDevices.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250079/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] CRDA.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: CRDA.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250081/+files/CRDA.txt -- 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/1387881

[Bug 1387881] ProcInterrupts.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250088/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] Lspci.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250084/+files/Lspci.txt -- 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/1387881

[Bug 1387881] CurrentDmesg.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250083/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] ProcCpuinfo.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250087/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] Re: qemu fails to recognize full virtualization

2014-10-31 Thread David Britton
dpkg -l |grep qemu: ii qemu-utils 2.0.0+dfsg-2ubuntu1.6 amd64QEMU utilities -- 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/1387881 Title: qemu fails

[Bug 1387881] UdevDb.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250090/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] WifiSyslog.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250092/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] UdevLog.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250091/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] Lsusb.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250085/+files/Lsusb.txt -- 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/1387881

[Bug 1387881] BootDmesg.txt

2014-10-31 Thread David Britton
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/1387881/+attachment/4250080/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1387881] Re: qemu fails to recognize full virtualization

2014-10-31 Thread David Britton
apt history.log for packages installed on top of base system. Note that only the last entry was done by me, the others were done in preparation of the image: http://paste.ubuntu.com/8761810/ Basically, I booted a curtain installed maas node with an amd64 trusty image from maas. Logged in, ran

[Bug 1387881] Re: qemu fails to recognize full virtualization

2014-11-10 Thread David Britton
@arges -- installation of qemu-kvm has fixed the problem. -- 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/1387881 Title: qemu fails to recognize full virtualization To manage

[Bug 934534] [NEW] metadata ami-launch-index coming back off-by-one

2012-02-17 Thread David Britton
Public bug reported: ii nova-api 2012.1~e4~20120210.12574-0ubuntu1 OpenStack Compute - API frontend # curl -s http://169.254.169.254/2008-02-01/meta-data/ami-launch-index 1 This should be zero indexed like on amazon: # curl -s http://169.254.169.254/2008-02-01/meta-data/ami-launch-index 0 **

[Bug 962448] [NEW] update package to 12.04.2

2012-03-22 Thread David Britton
: #961894)   * Add i18n to the landscape-client-ui-install script. (LP: #961891)  -- David Britton d...@canonical.com Thu, 22 Mar 2012 10:10:39 -0600 ** Affects: landscape-client (Ubuntu) Importance: Undecided Status: New ** Branch linked: lp:~landscape/landscape-client/landscape

[Bug 965478] [NEW] Depends: eucalyptus-common but it is not installable

2012-03-26 Thread David Britton
Public bug reported: Latest precise update: root@ubuntu:~# apt-get install python-image-store-proxy 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

[Bug 962448] Re: update package to 12.04.2

2012-03-29 Thread David Britton
** Changed in: landscape-client (Ubuntu) Status: Fix Committed = 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/962448 Title: update package to 12.04.2 To manage notifications

[Bug 813477] Re: Update landscape-client to 11.07.1.1

2011-07-29 Thread David Britton
Newly installed oneric vm shows the update available. ubuntu@ubuntu:~$ apt-cache show landscape-client Package: landscape-client Priority: optional Section: admin Installed-Size: 212 Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com Original-Maintainer: Landscape Team

[Bug 838038] Re: [oneiric] smart uses 100% CPU while trying to download google talkplugin repository info

2011-11-18 Thread David Britton
deb http://dl.google.com/linux/chrome/deb/ stable main deb http://dl.google.com/linux/talkplugin/deb/ stable main #deb http://dl.google.com/linux/earth/deb/ stable main I can get the failure pretty consistently on oneiric with the above two lines enabled. - either alone work fine - either

[Bug 367175] Re: thunderbird not using indicator applet

2011-01-11 Thread David Britton
Wanted to update this in case anyone else came in, the thunderbird extension here appears to be actively developed and works really well in my environment: https://launchpad.net/libnotify-mozilla It was in a comment earlier, but this is a more direct link. -- You received this bug

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-17 Thread David Britton
Looks good. Thanks All! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058218 Title: do-release-upgrade (lucid-precise)

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-10 Thread David Britton
Bad news, after the upgrade, postgres-8.4 is still not running: root@ubuntu:~# /etc/init.d/postgresql-8.4 status Running clusters: root@ubuntu:~# -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-10 Thread David Britton
Attached files from upgrade attempt with 8.4.14-0ubuntu12.04.1 ** Attachment added: dist-upgrade.tar.gz https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1058218/+attachment/3393646/+files/dist-upgrade.tar.gz -- You received this bug notification because you are a member of

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-12 Thread David Britton
Martin -- Yes, after a reboot, 8.4 is running. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058218 Title: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state To manage

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-12 Thread David Britton
root@ubuntu:~# ls -l /etc/init.d/postgres* -rwxr-xr-x 1 root root 1095 Sep 6 12:53 /etc/init.d/postgresql -rwxr-xr-x 1 root root 1027 Sep 27 05:46 /etc/init.d/postgresql-8.4 root@ubuntu:~# pg_lsclusters Version Cluster Port Status OwnerData directory Log file

[Bug 1066084] [NEW] Permissions mangled when creating rootfs from cloud images

2012-10-12 Thread David Britton
Public bug reported: Permissions on the created lxc container somehow are reflecting the users /etc/password file: ubuntu@dpb-local-landscape-client-0:~$ cat /etc/passwd |grep landscape landscape:x:104:109::/var/lib/landscape:/bin/false ubuntu@dpb-local-landscape-client-0:~$ ll /etc/landscape

[Bug 1066084] Re: Permissions mangled when creating rootfs from cloud images

2012-10-12 Thread David Britton
The following fixes the problem: dpb@starbuck:templates$ pwd /usr/share/lxc/templates dpb@starbuck:templates$ diff *.orig lxc-ubuntu-cloud 344c344 tar -zxf $cache/$filename --- tar --numeric-owner -zxf $cache/$filename -- You received this bug notification because you are a member of

[Bug 1156932] Re: User can't modify security-group-rule via nova-api if there are duplicated security group name

2013-06-10 Thread David Britton
nova boot has a similar problem. You get a 500 when attempting to use a duplicated (by name) security group: DEBUG (shell:768) The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-aded6143-c8d0-45fa-abd3-fd28a80cfd0d) Traceback (most

[Bug 1229275] Re: [maas] juju destroy-environment also destroys nodes that are not controlled by juju

2013-10-03 Thread David Britton
** Tags added: theme-oil -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1229275 Title: [maas] juju destroy-environment also destroys nodes that are not controlled by juju To manage notifications

[Bug 1241911] [NEW] Failed to Suspend - macbook air 4,2

2013-10-18 Thread David Britton
Public bug reported: It's happened a couple times now. I suspend, and it hangs with the keyboard LEDs illuminated, the power still on, but everything else off. Only option to recover is to hard reset the system (hold down the power button). I'll attach the crash file if it's not already.

[Bug 1241911] Re: Failed to Suspend - macbook air 4,2

2013-10-18 Thread David Britton
Crash file from the suspend. ** Attachment added: susres.2013-10-18_20:25:11.437666.crash https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1241911/+attachment/3883079/+files/susres.2013-10-18_20%3A25%3A11.437666.crash -- You received this bug notification because you are a member of

[Bug 1241911] Re: Failed to Suspend - macbook air 4,2

2013-10-18 Thread David Britton
/proc/acpi/wakeup Device S-state Status Sysfs node P0P2 S4*disabled pci::00:01.0 ECS4*disabled HDEF S4*disabled pci::00:1b.0 RP02 S4*disabled pci::00:1c.1 ARPT S4*disabled pci::02:00.0 EHC1 S3*enabled

[Bug 1099900] [NEW] rados parsing error with hostnames in mon_host

2013-01-15 Thread David Britton
Public bug reported: In /etc/ceph/ceph.conf, if I set hostnames in the mon_host variable and separate them with spaces, the parsing algorithm breaks down. The expectation is that all three of these cases should work. Once hostnames are introduced in the mon_host line, spaces are no longer

[Bug 1099900] Re: rados parsing error with hostnames in mon_host

2013-01-15 Thread David Britton
Was there a bug fix for it? I think a colleague has reproduced the issue with ceph git trunk. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1099900 Title: rados parsing error with hostnames in

[Bug 1099900] Re: rados parsing error with hostnames in mon_host

2013-01-16 Thread David Britton
This does appear to be fixed in trunk -- confirmed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1099900 Title: rados parsing error with hostnames in mon_host To manage notifications about this

[Bug 978884] Re: SRU: release 12.04.3 for lucid, natty and oneiric

2012-04-26 Thread David Britton
Rudimentry Lucid client tests went ok from proposed. Install, Upgrade, Script, package install, graphs, hardware reporting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978884 Title: SRU: release

[Bug 978884] Re: SRU: release 12.04.3 for lucid, natty and oneiric

2012-04-26 Thread David Britton
Rudimentry natty/oneiric tests went ok from proposed as well. Install, Upgrade, Script, package install, graphs, hardware reporting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978884 Title:

[Bug 552786] Re: initctl: lacks proper exit codes

2013-07-12 Thread David Britton
The following patch to service fixes it for precise. This may not be the most graceful, but this bug is really annoying. Could we get something pushed through? 121c121,128 start|stop|status|reload) --- status) # Make sure status only succeeds in the started case

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Hi Martin -- I'm still seeing an anomoly in the upgrade. After do-release upgrade, postgres-8.4 is no longer running. I see at the beginning of the upgrade, the explicit stop of the service, but I never see it started again. After I upgrade, I get the following: root@ubuntu:~# sudo -u

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Screen log from the update attempt. ** Attachment added: screenlog.0.gz https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1058218/+attachment/3365652/+files/screenlog.0.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
More debugging: failed attempt by libpam to restart postgresql (postgresql-8.4 in lucid does not have an init script called postgresql, it's called postgresql-8.4) : Setting up libpam0g (1.1.3-7ubuntu2) ... Checking for services that may need to be restarted...Checking init scripts... WARNING:

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Here is where I would expect to see the start of postgresql-8.4 on precise after the upgrade, but I don't see it: Setting up postgresql-8.4 (8.4.14-0ubuntu12.04) ... Setting up python-central (0.6.17ubuntu2) ... -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Upgrade from lucid - precise using packages in pitti's PPA work great. Attached apt-term.log from that attempt just for safe keeping. ** Attachment added: apt-term.log https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1058218/+attachment/3366205/+files/apt-term.log -- You

[Bug 1058218] Re: do-release-upgrade (lucid-precise) leaves postgres 8.4 in bad state

2012-10-02 Thread David Britton
Upgrade from lucid - precise using 9.1 packages in pitti's PPA work great. Attached apt-term.log from that attempt just for safe keeping. ** Attachment added: apt-term.log https://bugs.launchpad.net/ubuntu/+source/postgresql-8.4/+bug/1058218/+attachment/3366251/+files/apt-term.log -- You

[Bug 1058218] [NEW] do-release-upgrade (lucid-precise) leaves postgres (8.4 9.1) in bad state.

2012-09-28 Thread David Britton
Public bug reported: I'm seeing a bug in both 8.4 and 9.1 after upgrading through do-release- upgrade from lucid to precise. Steps to Repro: 1) Install either 9.1 from pitti's repo, or use 8.4 in lucide 2) run do-release-upgrade 3) Skip the reboot 4) run the following root@ubuntu:~# sudo -u

[Bug 941968] Re: lockfile-create hangs inside lxc containers

2012-05-03 Thread David Britton
*** This bug is a duplicate of bug 969299 *** https://bugs.launchpad.net/bugs/969299 If I turn apparmour off, I can no longer effectively install through juju if the package includes NTP. I'll work to reproduce with a minimal environment. -- You received this bug notification because you

[Bug 941968] Re: lockfile-create hangs inside lxc containers

2012-05-03 Thread David Britton
*** This bug is a duplicate of bug 969299 *** https://bugs.launchpad.net/bugs/969299 I'm the same has @breu. the juju charm I was using was making the hostname of my system 40 characters. Reducing the charm name length solved the problem. I think this bug should be re-opened and fixed in

[Bug 1038422] Re: IP report in motd should ignore vlan interfaces

2012-08-28 Thread David Britton
Reproduced by: sudo apt-get install vlan sudo vconfig add eth0 2 sudo ifconfig eth0.2 192.168.8.8 # or some other unusued local address landscape-sysconfig # should filter out that interface. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1282375] [NEW] trusty upgrade: grub-install fails with odd file error

2014-02-19 Thread David Britton
Public bug reported: Grub-efi-amd64 package upgrade to trusty (from saucy) fails. I get an odd error when running dpb@starbuck:grub-efi-amd64$ sudo apt-get -f install grub-efi-amd64 Reading package lists... Done Building dependency tree Reading state information... Done grub-efi-amd64 is

[Bug 1282375] Re: trusty upgrade: grub-install fails with odd file error

2014-02-19 Thread David Britton
** Attachment added: grub-install -v output https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1282375/+attachment/3987680/+files/grub-install-v-output.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1246320] Re: Azure bootstrap fails: versioning header is not specified

2014-02-20 Thread David Britton
Should this also be ported to 1.17, since that is the default with trusty? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246320 Title: Azure bootstrap fails: versioning header is not specified To

[Bug 1299588] Re: LXC permission denied issue with 1.17.7

2014-04-01 Thread David Britton
** Tags added: landscape -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299588 Title: LXC permission denied issue with 1.17.7 To manage notifications about this bug go to:

[Bug 1299588] Re: LXC permission denied issue with 1.17.7

2014-04-01 Thread David Britton
Seems like it's very easy to repro on AWS. Anything but the bootstrap node gets this when you deploy lxc ala: juju deploy --to lxc:1 ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299588

[Bug 1288192] [NEW] subunit should include a depdendency on python3-junitxml

2014-03-05 Thread David Britton
*** This bug is a duplicate of bug 1192651 *** https://bugs.launchpad.net/bugs/1192651 Public bug reported: the tool subunit2junitxml as shipped in the subunit package cannot work without installing python3-junitxml. This should be added as a dependency of the subunit package in trusty.

[Bug 1288192] Re: subunit should include a depdendency on python3-junitxml

2014-03-05 Thread David Britton
*** This bug is a duplicate of bug 1192651 *** https://bugs.launchpad.net/bugs/1192651 This is not a duplicate of lp:1192651. This specifically requests that the 'subunit' package includes a dependency on python3-junitxml (required by one of the scripts it ships). Maybe I'm mistaken in this

[Bug 1192651] Re: subunit2junitxml depends on python-junitxml, but there are no py3 libs

2014-03-05 Thread David Britton
This appears to be just subunit v1 output. subunit2junitxml only parses subunit v2 output. You can use the following fix: Starting with 13.09, you can address this to parse the old output: ./run-my-old-tests | subunit-1to2 | subunit2junitxml I'm closing this bug now, as this is just an old

[Bug 1192651] Re: subunit2junitxml errors parsing subunit v1 output

2014-03-05 Thread David Britton
Actually, I guess I'll leave this open to address the packaging issue. subunit in trusty should include a dependency of python3-junitxml Sorry for the noise ** Summary changed: - subunit2junitxml errors parsing subunit v1 output + subunit should depend on python3-junitxml ** Description

[Bug 1192651] Re: subunit should depend on python3-junitxml

2014-03-05 Thread David Britton
** Attachment added: Patch to the ubuntu/subunit packaging branch (trusty) https://bugs.launchpad.net/ubuntu/+source/subunit/+bug/1192651/+attachment/4008347/+files/patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1353008] Re: MAAS Provider: LXC did not get DHCP address, stuck in pending

2014-09-22 Thread David Britton
With scott's help, I spun this about 2000x over the weekend and did not hit the issue. I would call it verified from my perspective. Changing tag. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu

[Bug 1372977] Re: 1.7.0~beta3+bzr3043-0ubuntu1~ppa3 upgrade breaks squid proxy setup

2014-09-25 Thread David Britton
** Tags added: cloud-installer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372977 Title: 1.7.0~beta3+bzr3043-0ubuntu1~ppa3 upgrade breaks squid proxy setup To manage notifications about this

[Bug 1346489] Re: apt cache operations have potential for filesystem races

2014-09-26 Thread David Britton
** Also affects: ntpmaster (Ubuntu) Importance: Undecided Status: New ** Branch linked: lp:~tribaal/charms/trusty/ntpmaster/resync-charm- helpers ** Changed in: ntpmaster (Ubuntu) Status: New = Fix Released ** Changed in: ntpmaster (Ubuntu) Assignee: (unassigned) = David

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
Got another instance maybe? maas package version: 1.6.1+bzr2548-0ubuntu1~ppa1 ERROR 2014-08-19 20:01:18,871 maasserver Exception: 'Nonce already used: 48723931' ERROR 2014-08-19 20:01:18,871 maasserver Traceback (most recent

[Bug 1190986] Re: ERROR Nonce already used

2014-08-20 Thread David Britton
comment #9 was while running juju bootstrap -v -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about this bug go to:

[Bug 1274944] Re: maas-dhcp-server should be configured to start after all network interfaces it serves are up

2014-08-26 Thread David Britton
** Tags added: landscape -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274944 Title: maas-dhcp-server should be configured to start after all network interfaces it serves are up To manage

[Bug 1300507] Re: Rabbit password is reset on every upgrade which forces lockstep cluster restarts

2014-08-07 Thread David Britton
Saw this as well, Latest in trusty - 1.6b6. ** Tags added: landscape ** Tags added: cloud-installer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300507 Title: Rabbit password is reset on every

[Bug 1300507] Re: Rabbit password is reset on every upgrade which forces lockstep cluster restarts

2014-08-12 Thread David Britton
I just hit it again -- on upgrading from 1.6rc1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1300507 Title: Rabbit password is reset on every upgrade which forces lockstep cluster restarts To

  1   2   3   4   5   6   >