[Bug 613022] Re: ssh daemon hangs after publickey packet sent

2011-12-15 Thread Scott Moser
** Changed in: openssh (Ubuntu) Status: New = Confirmed -- 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/613022 Title: ssh daemon hangs after publickey packet sent To

[Bug 628577] Re: connection fails: ssh_exchange_identification

2011-12-15 Thread Scott Moser
marking incomplete. without more information, there is no real way to debug this. ** Changed in: openssh (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu.

Re: [Bug 904480] Re: change default networking to virtio in Ubuntu packaging

2011-12-15 Thread Scott Moser
On Thu, 15 Dec 2011, Dave Walker wrote: When people toll Windows AMI's, do they tend to include the drivers for virtio? I honestly don't know much about windows. I know that virtio drivers are available for windows, and I actually believe you can get them signed by Canonical. google is

[Bug 905419] Re: cloud-init messages going to syslog, not cloud-init.log

2011-12-16 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Importance: Undecided = Medium ** Changed in: cloud-init (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 905419] [NEW] cloud-init messages going to syslog, not cloud-init.log

2011-12-16 Thread Scott Moser
Public bug reported: on boot of a precise image, I did not see messages in /var/log/cloud- init.log as expected. I noticed that some of them are in /var/log/syslog: Dec 16 16:41:30 server-3393 d-init-cfg[INFO]: cloud-init-cfg ['all', 'config'] Dec 16 16:41:30 server-3393 it__.py[DEBUG]: handling

[Bug 905419] Re: cloud-init messages going to syslog, not cloud-init.log

2011-12-16 Thread Scott Moser
It seems this is possibly rsyslog or python logging related, because cloud-init did not change between oneiric and precise,. In oneiric, it works: Dec 16 17:36:04 server-3395 [CLOUDINIT] __init__.py[DEBUG]: handling final-message with freq=None and args=[] Dec 16 21:11:30 server-3395

[Bug 905419] Re: cloud-init messages going to syslog, not cloud-init.log

2011-12-16 Thread Scott Moser
You can compare the output above, with what i found in /var/log/syslog after running he same on precise: Dec 16 21:14:02 server-3393 d-init-cfg[INFO]: cloud-init-cfg ['apt-update-upgrade', 'always'] Dec 16 21:14:02 server-3393 it__.py[DEBUG]: handling apt-update-upgrade with freq=always and

[Bug 905419] Re: cloud-init messages going to syslog, not cloud-init.log

2011-12-19 Thread Scott Moser
I'm moving this to package rsyslog, I've verified that this is a regression caused by using rsyslog from precise (5.8.6-1ubuntu3). The issue is fixed and demonstrable by: $ url=https://launchpad.net/ubuntu/+archive/primary/+files/rsyslog_5.8.1-1ubuntu2_amd64.deb; $ wget $url -O ${url##*/} $

[Bug 894279] Re: cloud-init fails to fetch metadata with OpenStack

2011-12-19 Thread Scott Moser
: ./tools/bddeb ** Changed in: cloud-init Importance: Undecided = High ** Changed in: cloud-init Status: New = Fix Committed ** Changed in: cloud-init Assignee: (unassigned) = Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server

[Bug 903993] Re: Don't hang waiting for input from commands

2011-12-19 Thread Scott Moser
** Changed in: cloud-init Importance: Undecided = Medium ** Changed in: cloud-init Status: New = In Progress ** Changed in: cloud-init Assignee: (unassigned) = Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 903993] Re: Don't hang waiting for input from commands

2011-12-19 Thread Scott Moser
fix-commited in upstream cloud-init at revision 490. -- 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/903993 Title: Don't hang waiting for input from commands To manage

[Bug 893786] Re: mount option can`t set permissions

2011-12-19 Thread Scott Moser
What sort of syntax would you suggest for cloud-config to set permissions on a mount? I'm expecting that in your example you just want to have ubuntu:ubuntu as the ownership so that the default user could use it. ** Changed in: cloud-init Importance: Undecided = Wishlist ** Changed in:

[Bug 890501] Re: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot

2011-12-19 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Importance: Undecided = Medium ** Changed in: cloud-init Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-12-19 Thread Scott Moser
** Changed in: cloud-init Status: New = Triaged ** Changed in: cloud-init Importance: Undecided = Medium ** Changed in: cassandra (juju Charms Collection) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 903993] Re: Don't hang waiting for input from commands

2011-12-19 Thread Scott Moser
** Changed in: cloud-init Status: In Progress = Fix Committed -- 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/903993 Title: Don't hang waiting for input from commands To

Re: [Bug 893786] Re: mount option can`t set permissions

2011-12-19 Thread Scott Moser
On Tue, 20 Dec 2011, Björn Dieding wrote: Yes something like this. - [ ephemeral0, /mnt/ephemeral, auto, defaults, ubuntu:ubuntu, 0755 ] Hm... i suppose we could add a field there, but it wouldn't be ideal. I like the fact that the fields represent exactly what is in /etc/fstab. But any

[Bug 890501] Re: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot

2011-12-19 Thread Scott Moser
) = Scott Moser (smoser) -- 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/890501 Title: EC2 cloud-init overwrites 127.0.1.1 in /etc/hosts on every reboot To manage notifications

[Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-12-19 Thread Scott Moser
This is fix-commited in cloud-init in revision 491 (http://bazaar.launchpad.net/~cloud-init-dev/cloud- init/trunk/revision/491). See the commit message there for more information. ** Changed in: cloud-init (Ubuntu Precise) Status: Confirmed = Fix Committed -- You received this bug

[Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-12-19 Thread Scott Moser
Status: Triaged = Fix Committed ** Changed in: cloud-init Assignee: (unassigned) = Scott Moser (smoser) ** Changed in: cloud-init (Ubuntu Precise) Assignee: (unassigned) = Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 893400] Re: cloud-init: Output public ssh host key (for known_hosts)

2011-12-19 Thread Scott Moser
** Changed in: cloud-init Status: Triaged = In Progress ** Changed in: cloud-init Assignee: (unassigned) = Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https

[Bug 893400] Re: cloud-init: Output public ssh host key (for known_hosts)

2011-12-19 Thread Scott Moser
fix-committed in cloud-init trunk at http://bazaar.launchpad.net/~cloud- init-dev/cloud-init/trunk/revision/493 . ** Changed in: cloud-init Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Merge] lp:~smoser/ubuntu/precise/rsyslog/lp905419 into lp:ubuntu/rsyslog

2011-12-20 Thread Scott Moser
Scott Moser has proposed merging lp:~smoser/ubuntu/precise/rsyslog/lp905419 into lp:ubuntu/rsyslog. Requested reviews: Ubuntu Server Team (ubuntu-server) Related bugs: Bug #905419 in rsyslog (Ubuntu): messages to rsyslog without timestamp lose 16 chars https://bugs.launchpad.net/ubuntu

[Bug 857366] Re: support configuring landscape-client in cloud-config format

2011-12-20 Thread Scott Moser
** Changed in: cloud-init Status: Triaged = In Progress ** Changed in: cloud-init Assignee: (unassigned) = Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https

[Bug 857366] Re: support configuring landscape-client in cloud-config format

2011-12-20 Thread Scott Moser
** Branch linked: lp:~smoser/cloud-init/landscape-client.lp857366 -- 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/857366 Title: support configuring landscape-client in

[Bug 857366] Re: support configuring landscape-client in cloud-config format

2011-12-21 Thread Scott Moser
fix-commited in trunk rev 496 http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/revision/496 ** Changed in: cloud-init Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in

[Bug 900972] Re: lxc instance console output spewed to stdout

2011-12-21 Thread Scott Moser
** Also affects: lxc (Ubuntu) Importance: Undecided Status: New ** Description changed: I ran an instance of oneiric and ran LIBVIRT_TYPE=lxc for devstack. - When I ran an instance, the console output of the instance came to the - devstack screen's 0th window. + When I ran an

[Bug 524020] Re: karmic uec builds fail to publish due to 2 installed -ec2 kernels

2011-12-23 Thread Scott Moser
I'm marking this Wont fix. You could fix it, but really the issue was with karmic's archive. and no need to work around that. ** Changed in: vm-builder (Ubuntu) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2012-01-05 Thread Scott Moser
Jason, I would actually like to not pull the fix back to oneiric. As doing so would break people using oneiric who were expecting the behavior that is present there now. At very least we have to think seriously about it and come up with a list of what types of users would be affected. Do

Re: [Bug 912355] [NEW] euca-allocate-address is not acepting any parameters

2012-01-05 Thread Scott Moser
On Thu, 5 Jan 2012, Nicolas Valcarcel wrote: Public bug reported: euca-allocate-address is ignoring the address passed to it and instead using the next ip not allocated: What made you think that it was supposed to take a parameter? ec2-allocate-address does not take parameters. Maybe some

[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-05 Thread Scott Moser
Kiall, could you collect the ec2 metadata from inside such an instance? python -c 'import boto.utils, pprint; pprint.pprint(boto.utils.get_instance_metadata())' Basically, i suspect that the metadata is stating that swap is at /dev/vdc, so cloud-init is trusting it. if that is the case, we

[Bug 912355] Re: euca-allocate-address is not acepting any parameters

2012-01-06 Thread Scott Moser
** Also affects: euca2ools Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2ools in Ubuntu. https://bugs.launchpad.net/bugs/912355 Title: euca-allocate-address is not acepting any

[Bug 912355] Re: euca-allocate-address is not acepting any parameters

2012-01-06 Thread Scott Moser
@Mitch, or Garrett Do you have a thoughts on this? I certainly dont see anything in current euca2ools that would take an address for euca-allocate-address. A quick look doesn't show back at even euca2ools 1.3.1 didn't show anything like this. It seems to me that the docs.openstack.org

[Blueprint servercloud-p-cloudimages-cloudinit] Improvements to Cloud-init or Cloud Images

2012-01-09 Thread Scott Moser
Blueprint changed by Scott Moser: Whiteboard changed: Etherpad:   edit: http://pad.ubuntu.com/uds-p-servercloud-p-cloudimages-cloudinit   time slider: http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-cloudimages-cloudinit/latest Work Items: Implement public glance server: TODO

[Bug 914679] [NEW] /run is not setup as tmpfs

2012-01-11 Thread Scott Moser
Public bug reported: The place I saw this bug is the following failure, but serge asked me to open this bug against libguestfs. Inside a container created by juju, I see: root@ubuntu-jstack-nova-compute-0:~# apt-get -f install Reading package lists... Done Building dependency tree Reading

[Bug 915282] [NEW] cloud-init does not select ec2 mirrors

2012-01-12 Thread Scott Moser
Public bug reported: cloud-init in precise is not selecting the ec2 mirrors. this is a regression in the latest upload. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: cloud-init 0.6.3~bzr497-0ubuntu1 [modified: usr/share/pyshared/cloudinit/CloudConfig/cc_apt_update_upgrade.py]

[Bug 915282] Re: cloud-init does not select ec2 mirrors

2012-01-12 Thread Scott Moser
-- 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/915282 Title: cloud-init does not select ec2 mirrors To manage notifications about this bug go to:

[Bug 615545] Re: Instances launched in a VPC cannot access ec2.archive.ubuntu.com

2012-01-13 Thread Scott Moser
I believe we talked once about doing the CNAME solution, and the decision was made not to implement it. The reason was (from memory) that if we did, all requests would then hit external mirrors, and subsequently we would have to open up all traffic to the ec2 mirrors that canonical IS is running.

[Bug 737882] Re: cloud-init bails when any mimetype is non text

2012-01-13 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: Confirmed = Fix Released -- 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/737882 Title: cloud-init bails when any mimetype is non

[Bug 766242] Re: lp:ubuntu/cloud-init is not buildable by bzr-builder

2012-01-13 Thread Scott Moser
generally, i think that bzr-builder should be better, and allow for no .pc directory but applied patches. However, cloud-init's ubuntu trunk is now an upstream snapshot, so: $ cat cloud-init.recipe EOF # bzr-builder format 0.4 deb-version {debupstream}-0ubuntu0+{revno} lp:ubuntu/cloud-init EOF $

[Bug 665235] Re: grub-legacy-ec2: attaching a volume to maverick instance may boot off it

2012-01-13 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: Confirmed = Won't Fix -- 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/665235 Title: grub-legacy-ec2: attaching a volume to

[Bug 871297] Re: uncloud-init updates.tar doesn't work

2012-01-13 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: Triaged = Fix Released -- 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/871297 Title: uncloud-init updates.tar doesn't work To

[Bug 613022] Re: ssh daemon hangs after publickey packet sent

2012-01-13 Thread Scott Moser
marking invalid on cloud-init, definitely the bug was not/is-not here. ** Changed in: cloud-init (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 664529] Re: cloud-init hangs with url error 'Network is unreachable'

2012-01-13 Thread Scott Moser
i'd not commented on this since maverick, and i'm not fixing this very rare occurance there. I think its most likely a race. ** Changed in: cloud-init (Ubuntu) Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 917471] Re: Please upgrade to the latest upstream bug fix release for precise

2012-01-17 Thread Scott Moser
** Changed in: bacula (Ubuntu) Assignee: (unassigned) = Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacula in Ubuntu. https://bugs.launchpad.net/bugs/917471 Title: Please upgrade to the latest upstream

[Bug 918327] Re: lxc-start exits success on failure when non-root

2012-01-18 Thread Scott Moser
-- 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/918327 Title: lxc-start exits success on failure when non-root To manage notifications about this bug go to:

[Bug 918327] [NEW] lxc-start exits success on failure when non-root

2012-01-18 Thread Scott Moser
Public bug reported: $ sudo lxc-create -t ubuntu -n lv1 $ lxc-start -n lv1 -d $ echo $? 0 $ lxc-ls lv1 $ lxc-list RUNNING STOPPED lv1 I would have expected an error message when trying to start a container that I did not have acl to start. instead, lxc-start exited success (0) and gave no

[Bug 918327] Re: lxc-start exits success on failure when non-root

2012-01-18 Thread Scott Moser
Another (likely related) issue, after using sudo to start the container, observe: $ lxc-ls lv1 $ sudo lxc-start -n lv1 -d $ lxc-ls lv1 /usr/bin/lxc-ls: line 35: cd: /sys/fs/cgroup/cpuset///lxc: Permission denied ls: cannot access lv1: No such file or directory $ sudo lxc-ls lv1 lv1 $ sudo

[Bug 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-01-19 Thread Scott Moser
Seen in jenkins daily runs in build at [1]. Specifically, see console log of instance at [2] -- [1]

[Bug 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-01-19 Thread Scott Moser
after looking at the console pointed at in comment 3, I thought i might be able to trigger this by issuing 'reboot-instances' on a running node. I was not successful in doing so. In a instance of: eu-west-1 ami-738fb007 ubuntu-precise-daily-i386-server-20120119 I issued reboot via

[Bug 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-01-19 Thread Scott Moser
after doing this, i caught a fsck device busy error: args=--region=eu-west-1 i-087e0b41' for((i=12;i50;i++)); do echo $(date): i=$i; euca-reboot-instances $args sleep 1m euca-get-console-output $args /tmp/console.hard-reboot$i; done the 37th boot (attaching) showed this error. **

[Bug 918946] [NEW] cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
Public bug reported: if you try to start a qemu/kvm guest from inside a container crated by lxc create -t ubuntu, it will fail with something like: error: Failed to start domain my.img error: unable to allow device /dev/full: Operation not permitted $ lxc create -t ubuntu -n lv1 $ lxc-console

[Bug 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
** Attachment added: libvirt.xml referenced in bug report https://bugs.launchpad.net/bugs/918946/+attachment/2683222/+files/libvirt.xml -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
** Description changed: if you try to start a qemu/kvm guest from inside a container crated by lxc create -t ubuntu, it will fail with something like: error: Failed to start domain my.img error: unable to allow device /dev/full: Operation not permitted - - $ lxc create -t ubuntu -n lv1

[Bug 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
** Description changed: if you try to start a qemu/kvm guest from inside a container crated by lxc create -t ubuntu, it will fail with something like: error: Failed to start domain my.img error: unable to allow device /dev/full: Operation not permitted $ lxc-create -t ubuntu -n lv1

[Bug 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
re-attaching libvirt.xml (this one has full, not relative, path to /tmp/disk.img, and has 'qemu' as the type). ** Description changed: if you try to start a qemu/kvm guest from inside a container crated by lxc create -t ubuntu, it will fail with something like: error: Failed to start

[Bug 918946] Re: cannot run libvirt in an 'lxc create -t ubuntu' container

2012-01-19 Thread Scott Moser
with the additional /dev/hpet added to the container cgroups, i can successfully boot cirros via lxc from inside the container. -- 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/918946

[Bug 920474] Re: nova client does not work on ubuntu

2012-01-23 Thread Scott Moser
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/920474 Title: nova client does not work on ubuntu To manage notifications about this bug go to:

[Bug 920474] [NEW] nova client does not work on ubuntu

2012-01-23 Thread Scott Moser
Public bug reported: It seems that nova-client is currently busted. #!/bin/sh export NOVA_API_KEY=---- export NOVA_USERNAME=smoser export NOVA_PROJECT_ID=smoser_project export NOVA_URL=http://mynova:8774/v1.0/; [ -n $PDIR ] export PYTHONPATH=$PDIR

[Bug 920474] Re: nova client does not work on ubuntu

2012-01-23 Thread Scott Moser
adding '--version 1.1' or '--version 2' to the nova command line works around issue: nova --version 1.1 image-list -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/920474

[Bug 920474] Re: nova client does not work on ubuntu

2012-01-23 Thread Scott Moser
I can't submit upstream openstack fixes at the moment (waiting on membership to openstack-cla group). Attached is the patch that I think makes sense, and passes for me. ** Patch added: proposed patch

[Bug 920474] Re: nova client requires NOVA_VERSION in environment

2012-01-23 Thread Scott Moser
** Summary changed: - nova client does not work on ubuntu + nova client requires NOVA_VERSION in environment -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/920474 Title:

[Bug 920474] Re: nova client requires NOVA_VERSION in environment

2012-01-23 Thread Scott Moser
Submitted upstream at https://review.openstack.org/#change,3312 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/920474 Title: nova client requires NOVA_VERSION in

[Bug 921230] [NEW] presense of kvm-ipxe slows down kvm non-network boot

2012-01-24 Thread Scott Moser
Public bug reported: $ kvm -boot order=c /tmp/disk.img -curses you'll see somthing like: | | SeaBIOS (version pre-0.6.3-2017_190135-rothera) | | iPXE (http://ipxe.org) 00:03.0 C900 PCI2.10 PnP PMM+17FC94C0+17F894C0 C900 | Press Ctrl-B to configure iPXE (PCI 00:03.0)... That sits there for 2

[Bug 921794] [NEW] lxc-ls fails as non-root sometimes

2012-01-25 Thread Scott Moser
Public bug reported: i was using the juju local provider to try to get openstack in juju and came across this bug. Basically, at some point lxc-ls stops working as non-root. ubuntu@ip-10-68-197-170:~$ juju destroy-environment WARNING: this command will destroy the 'jstack' environment (type:

[Bug 921794] Re: lxc-ls fails as non-root sometimes

2012-01-25 Thread Scott Moser
-- 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/921794 Title: lxc-ls fails as non-root sometimes To manage notifications about this bug go to:

[Bug 921921] [NEW] add support to lxc tools for cloning with btrfs snapshots

2012-01-25 Thread Scott Moser
Public bug reported: lxc-clone should be able to do the clone via lxc snapshot. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: lxc 0.7.5-3ubuntu7 ProcVersionSignature: Ubuntu 3.2.0-10.17-generic 3.2.1 Uname: Linux 3.2.0-10-generic x86_64 ApportVersion: 1.91-0ubuntu1 Architecture: amd64

[Bug 921921] Re: add support to lxc tools for cloning with btrfs snapshots

2012-01-25 Thread Scott Moser
-- 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/921921 Title: add support to lxc tools for cloning with btrfs snapshots To manage notifications about this bug go to:

Re: [Bug 615545] Re: Instances launched in a VPC cannot access ec2.archive.ubuntu.com

2012-01-26 Thread Scott Moser
On Thu, 26 Jan 2012, Clint Byrum wrote: Excerpts from Noah's message of Thu Jan 26 11:26:08 UTC 2012: You can achieve this with a cloud-init userdata section by specifying the apt mirror. This is all that is needed: #cloud-config apt_mirror: http://uk.archive.ubuntu.com/ubuntu/ Noah was

[Bug 922241] [NEW] lxc should Suggest or Recommend btrfs-tools

2012-01-26 Thread Scott Moser
Public bug reported: After my last patch, adding btrfs support, we should at least Suggest 'btrfs-tools'. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: lxc 0.7.5-3ubuntu13 ProcVersionSignature: User Name 3.2.0-10.18-virtual 3.2.1 Uname: Linux 3.2.0-10-virtual x86_64 ApportVersion:

[Bug 922241] Re: lxc should Suggest or Recommend btrfs-tools

2012-01-26 Thread Scott Moser
** Changed in: lxc (Ubuntu) Status: New = Triaged ** Changed in: lxc (Ubuntu) Importance: Undecided = Low ** Changed in: lxc (Ubuntu) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 922241] Re: lxc should Suggest or Recommend btrfs-tools

2012-01-26 Thread Scott Moser
Serge, just pick this up in your next lxc update. -- 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/922241 Title: lxc should Suggest or Recommend btrfs-tools To manage notifications

[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-31 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New = Invalid ** Changed in: cloud-init Status: New = Invalid -- 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/912066

[Bug 924375] [NEW] cloud-init should allow pre-seeding of ec2 datasource:Ec2:metadata_urls

2012-01-31 Thread Scott Moser
Public bug reported: it would be best if cloud-init supported pre-seeding of the ec2 metadata url. This way, something coordinating the installation could cleanly specify through a preseed the location of the metadata url. It might also make sense to be able to pre-seed 'manual_cache_clean'.

[Bug 925110] Re: lxc-ls fails as non-root sometimes (second bug)

2012-02-01 Thread Scott Moser
-- 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/925110 Title: lxc-ls fails as non-root sometimes (second bug) To manage notifications about this bug go to:

[Bug 925110] [NEW] lxc-ls fails as non-root sometimes (second bug)

2012-02-01 Thread Scott Moser
Public bug reported: ubuntu@server-4390:~$ lxc-ls; echo $? ubuntu-jstack-0-template ubuntu-jstack-nova-compute-0 ubuntu-jstack-glance-0 ubuntu-jstack-nova-volume-0 ubuntu-jstack-keystone-0 ubuntu-jstack-openstack-dashboard-0 ubuntu-jstack-mysql-0

[Bug 924195] Re: cannot report ubuntu-bug -w on isag window

2012-02-02 Thread Scott Moser
** Package changed: sysstat (Ubuntu) = apport (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to sysstat in Ubuntu. https://bugs.launchpad.net/bugs/924195 Title: cannot report ubuntu-bug -w on isag window To manage

[Bug 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-02 Thread Scott Moser
Seen again at [1] from tests for precise alpha-2 at [2] -- [1]

[Bug 926160] [NEW] precise cloud-images significantly larger than oneiric

2012-02-03 Thread Scott Moser
Public bug reported: See below for detail, but basically from oneiric released images to precise images, we've grown from root filesystem used of 762M to 973M. That is 27% size increase. This compares what I found on    ubuntu-oneiric-11.10-arch-server-20120108    

[Bug 926160] Re: precise cloud-images significantly larger than oneiric

2012-02-03 Thread Scott Moser
** Attachment added: data collected from each of the 8 instances i ran. https://bugs.launchpad.net/bugs/926160/+attachment/2710789/+files/data-collected.tar.gz ** Description changed: See below for detail, but basically from oneiric released images to precise images, we've grown from

[Bug 926160] Re: precise cloud-images significantly larger than oneiric

2012-02-03 Thread Scott Moser
Note, the automatic running of 'apt-get update' had run on the amd64 precise instance, so that data was tainted. I changed the bug description to accommodate and picked up a new instancen data to replace it. That is in this tarball. ** Description changed: See below for detail, but basically

[Bug 926160] Re: precise cloud-images significantly larger than oneiric

2012-02-03 Thread Scott Moser
** Description changed: See below for detail, but basically from oneiric released images to precise images, we've grown from root filesystem used of 762M to 973M. That is 27% size increase. This compares what I found on    ubuntu-oneiric-11.10-arch-server-20120108    

[Bug 927744] [NEW] rotate around round robin hosts is not configurable

2012-02-06 Thread Scott Moser
Public bug reported: In conversation about apt-mirrors at http://irclogs.ubuntu.com/2012/02/06/%23ubuntu-server.html#t16:57 lifeless said: lifeless oh lifeless someone should really file a bug (if they haven't) about squid rotating between round-robin hosts too much lifeless or at least there

[Bug 927744] Re: rotate around round robin hosts is not configurable

2012-02-06 Thread Scott Moser
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to squid3 in Ubuntu. https://bugs.launchpad.net/bugs/927744 Title: rotate around round robin hosts is not configurable To manage notifications about this bug go to:

[Bug 901881] Re: nova and glance should depend on python-keystone

2012-02-07 Thread Scott Moser
** Summary changed: - nova should depend on python-keystone + nova and glance should depend on python-keystone -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launchpad.net/bugs/901881 Title: nova and

[Bug 926160] Re: precise cloud-images significantly larger than oneiric

2012-02-07 Thread Scott Moser
** Changed in: ubuntu Assignee: Ubuntu Server Team (ubuntu-server) = Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Server Team, which is a bug assignee. https://bugs.launchpad.net/bugs/926160 Title: precise cloud-images significantly

[Blueprint servercloud-p-cloudutils] Improvements to cloud-utils and Related Packages

2012-02-07 Thread Scott Moser
Blueprint changed by Scott Moser: Whiteboard changed: Etherpad:  edit: http://pad.ubuntu.com/uds-p-servercloud-p-cloudutils  time slider: http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-cloudutils/latest Work Items: Update ubuntu-cloudimg-query to read /query2 data: TODO

[Blueprint servercloud-p-cloudimages-cloudinit] Improvements to Cloud-init or Cloud Images

2012-02-07 Thread Scott Moser
Blueprint changed by Scott Moser: Whiteboard changed: Etherpad:   edit: http://pad.ubuntu.com/uds-p-servercloud-p-cloudimages-cloudinit   time slider: http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-cloudimages-cloudinit/latest Work Items: Implement public glance server: TODO

[Blueprint servercloud-p-cloudimages-cloudinit] Improvements to Cloud-init or Cloud Images

2012-02-07 Thread Scott Moser
Blueprint changed by Scott Moser: Whiteboard changed: Etherpad:   edit: http://pad.ubuntu.com/uds-p-servercloud-p-cloudimages-cloudinit   time slider: http://pad.ubuntu.com/ep/pad/view/uds-p-servercloud-p-cloudimages-cloudinit/latest Work Items: Implement public glance server: TODO

[Bug 897303] Re: bacula-common-mysql uninstallable due to conflicting files

2012-02-07 Thread Scott Moser
** Changed in: bacula (Ubuntu) Assignee: (unassigned) = Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacula in Ubuntu. https://bugs.launchpad.net/bugs/897303 Title: bacula-common-mysql uninstallable due

[Bug 913009] Re: package bacula-common-mysql (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package bacula-common 5.2.1-0ubuntu2

2012-02-07 Thread Scott Moser
*** This bug is a duplicate of bug 897303 *** https://bugs.launchpad.net/bugs/897303 ** This bug has been marked a duplicate of bug 897303 bacula-common-mysql uninstallable due to conflicting files -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 928834] Re: nova-compute depends on qemu-kvm, even if kvm is not used

2012-02-08 Thread Scott Moser
This was by design, as a fix for bug 833530 (needs qemu-img) We may be able to remove that dependency now that we have qemu-utils package. ** Changed in: nova (Ubuntu) Status: New = Triaged ** Changed in: nova (Ubuntu) Importance: Undecided = Medium -- You received this bug

[Bug 898373] Re: fsck.ext3: Device or resource busy while trying to open /dev/xvda2

2012-02-08 Thread Scott Moser
** Description changed: I'm opening this against cloud-init, but I do not actually think that is valid. In an ec2 instance for test of alpha-1 images [1], we saw errors on boot like: - Loading, please wait... - [1342606.840604] udevd[81]: starting version 175 - Begin: Loading

[Bug 928990] [NEW] fsck / dirty filesystem on instance is death

2012-02-08 Thread Scott Moser
Public bug reported: As we saw in bug 898373, if a filesystem needs manual intervention for an fsck, then boot completely stops. mountall will wait indefinitely on someone attending to this broken filesystem, and in a cloud (at least in EC2) with no console access, that means the system will

[Bug 923179] Re: package bacula-common-mysql (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/bacula/libbaccats.la', which is also in package bacula-common 5.2.3-0ubuntu2

2012-02-08 Thread Scott Moser
*** This bug is a duplicate of bug 897303 *** https://bugs.launchpad.net/bugs/897303 ** This bug has been marked a duplicate of bug 897303 bacula-common-mysql uninstallable due to conflicting files -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 897303] Re: bacula-common-mysql uninstallable due to conflicting files

2012-02-08 Thread Scott Moser
I've just uploaded a fix for this. I've verified installation of the packages, but kept the version at 5.2.3. I'd very much appreciate someone testing that the packages work (I have no real experience with bacula). If someone would like to request or tackle the merge to upstream 5.2.5, then

[Bug 929523] [NEW] bacula-director does not start, dummy libbaccats

2012-02-09 Thread Scott Moser
Public bug reported: On 5.2.3-0ubuntu3, reported from bug 897303. The latest package installed When attempting to start the bacula-director the following error is logged, and the service does not start. 08-Feb 18:59 bacula-dir JobId 0: Fatal error: Please replace this dummy libbaccats library

[Bug 897303] Re: bacula-common-mysql uninstallable due to conflicting files

2012-02-09 Thread Scott Moser
Sandy, Thank you for the report. I opened bug 929523 to track your issue in comment 5. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacula in Ubuntu. https://bugs.launchpad.net/bugs/897303 Title: bacula-common-mysql

[Bug 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-09 Thread Scott Moser
just for the record, to get the correct libbaccats installed, I've just changed debian/rules like: === modified file 'debian/rules' --- debian/rules2012-01-19 00:13:55 + +++ debian/rules2012-02-09 14:25:48 + @@ -203,9 +203,10 @@ dh_install -pbacula-console

[Bug 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-09 Thread Scott Moser
bacula has mulitple implementors of the libbaccats.so (pgsql, sqlite3, mysql). It seems like the right place for this library is in the bacula- common-variant package. After one change to get the correct libbaccats-variant-version.so copied in, I have layout like:

[Bug 929523] Re: bacula-director does not start, dummy libbaccats

2012-02-09 Thread Scott Moser
@Sandy, Could you please put this through some test? I've verified the mysql daemon installs and starts. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacula in Ubuntu. https://bugs.launchpad.net/bugs/929523 Title:

<    1   2   3   4   5   6   7   8   9   10   >