[Bug 994698] [NEW] cloud-init could re-enable ureadahead if running on real hardware

2012-05-04 Thread Scott Moser
Public bug reported: cloud-init coudl re-enable ureadahead if it is actually running on real- hardware. Related bugs: * bug 499520: default uec-image requires at least 300 M of RAM to run - m1.small and c1.medium not needed by default ** Affects: cloud-init (Ubuntu) Importance: Undecided

[Bug 993794] Re: Precise resolvconf+dnsmasq setup breaks login in some wireless networks

2012-05-07 Thread Scott Moser
I've seen a problem like this before when logging into captive portals. I could be wrong here but I think this is what the problem is: * user logs in once to captive portal, everything works fine * that included dns redirect from the server to captive portal * login * subsequent stuff

[Bug 974509] Re: Issues resolving ubuntu archives.

2012-05-09 Thread Scott Moser
The clear solution here is to use google dns (8.8.8.8) or opendns or some other dns server that does not provide bogus answers for non- existing domains. That said, I think we'll likely be finding a better solution for discovery of a local mirror by an instance. -- You received this bug notifica

[Blueprint servercloud-q-awstools] Package (more) AWS tools for Ubuntu

2012-05-15 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [jbrowne] Package ELB: TODO [jbrowne] AWS Import/Export: TODO [jbrowne] RDS: TODO [jbrowne] Check IAM for latest version: TODO [utlemming] Package Autoscaling: TODO [utlemming] Package Cloudwatch: TODO [utlemming

[Bug 1000219] Re: cobbler does not recognise 12.04 server iso

2012-05-16 Thread Scott Moser
I can reproduce within a precise amd64 cloud image using: iso_url=http://releases.ubuntu.com/12.04/ubuntu-12.04-server-amd64.iso iso=${iso_url##*/} pkgs="cobbler-web kvm" v=$(uname -r) && [ "${v%-virtual}" != "${v}" ] && pkgs="$pkgs linux-image-extra-virtual" sudo apt-get install $pkgs sudo m

Re: [Bug 994698] Re: cloud-init could re-enable ureadahead if running on real hardware

2012-05-17 Thread Scott Moser
On Thu, 17 May 2012, Serge Hallyn wrote: > Sounds like it should check both that it is not in a container, and that > it has >= 512M (or something) ram? Well, cloud-init can't really run-time check this. Because at this point its well too late. potentially ureadahead could do that. -- You rec

[Bug 994698] Re: cloud-init disables ureadahead even when it might be useful

2012-05-17 Thread Scott Moser
** Summary changed: - cloud-init could re-enable ureadahead if running on real hardware + cloud-init disables ureadahead even when it might be useful -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.la

[Bug 994698] Re: cloud-init disables ureadahead even when it might be useful

2012-05-17 Thread Scott Moser
** Description changed: - cloud-init coudl re-enable ureadahead if it is actually running on real- - hardware. + Since bug 499520, cloud-init currently disables ureadahead by using a dpkg-divert of /etc/upstart/ureadahead.conf. The reasoning behind this was that: + a.) ureadahead was causing

[Bug 1000710] Re: Attaching volume during instance boot doesn't work

2012-05-17 Thread Scott Moser
I'm confused because a.) dmesg on the first boot did not have anything in it b.) reboot (without re-attach) showed the drive. Those two items in the bug report just seem strange. ** Changed in: nova (Ubuntu) Importance: Undecided => Medium ** Changed in: nova (Ubuntu) Status: New => Tr

[Bug 1000710] Re: Attaching volume during instance boot doesn't work

2012-05-17 Thread Scott Moser
** Attachment added: "first boot dmesg" https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1000710/+attachment/3150591/+files/nova-medium-dmesg.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.launch

[Bug 1000710] Re: Attaching volume during instance boot doesn't work

2012-05-17 Thread Scott Moser
** Attachment added: "reboot dmesg" https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1000710/+attachment/3150603/+files/nova-medium-dmesg-reboot.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu. https://bugs.lau

[Bug 1000710] Re: Attaching volume during instance boot doesn't work

2012-05-17 Thread Scott Moser
I've attached dmesg output from first boot and second boot that Martin provided me with. Some things to note: * instance was 12.04 ubuntu-precise-12.04-amd64-server-20120424 * both first boot and reboot took 90 seconds to get to the acpi messages. These messages come as a result of 'module-init

[Bug 1000710] Re: Attaching volume during instance boot doesn't work

2012-05-17 Thread Scott Moser
I'm currently not able to reproduce this, with something like the following: ami=ami-00bf zone=nova size=2 instsize=m1.medium key=mykey isready() { local s=$(euca-describe-instances "$1" | awk '$2 == i { print $6 }' "i=$1" ); echo $s 1>&2; [ "$s" = "running" ]; } out=$(euca-create-volume -z

[Bug 1000710] Re: Attaching volume during instance boot doesn't work

2012-05-17 Thread Scott Moser
OK. so, re-reading the above, and conversing with Martin. things of note: * after first boot, the volume showed as 'in-use', but the disk was not attached to the instance. * after re-boot, the volume showed as 'available' again. Basically, the volume got stuck in 'in-use' when it really wasnt.

[Bug 1000504] Re: KeyError raised when txaws encountered unexpected code

2012-05-17 Thread Scott Moser
** Changed in: txaws (Ubuntu) Importance: Undecided => Medium ** Changed in: txaws (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to txaws in Ubuntu. https://bugs.launchpad.net/bugs/1000504 Titl

[Bug 999725] Re: broken start-up dependencies for ntp

2012-05-17 Thread Scott Moser
Hi, Could you tell us how networking is configured in your system? Ie, are you using network manager? ntp (or any rc-sysvinit script) should not start until all "static networking" is up. "static networking" means anything defined in /etc/network/interfaces, but does not include network

[Bug 1000266] Re: unmatched entries for dovecot deliver

2012-05-17 Thread Scott Moser
** Changed in: logwatch (Ubuntu) Importance: Undecided => Medium ** Changed in: logwatch (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to logwatch in Ubuntu. https://bugs.launchpad.net/bugs/1000

[Bug 998942] Re: requires.txt has wrong dependancy versions

2012-05-17 Thread Scott Moser
** Changed in: keystone (Ubuntu) Importance: Undecided => Medium ** Changed in: keystone (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keystone in Ubuntu. https://bugs.launchpad.net/bugs/9989

[Bug 998918] Re: openvpn openssl.cnf file missing

2012-05-17 Thread Scott Moser
** Changed in: openvpn (Ubuntu) Importance: Undecided => Medium ** Changed in: openvpn (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvpn in Ubuntu. https://bugs.launchpad.net/bugs/998918

[Bug 996293] Re: Cannot login using active directory users ( Unknown id: $username )

2012-05-17 Thread Scott Moser
Justin, I'm sorry, I'm confused by your comment #2. a. The lack of a default idmap range (idmap config * : range = X - Y) is causing the error. b. a range was specified for the domain itself c. samba generates a default idmap config * : backend = tdb if it's not specified d. spe

[Bug 996088] Re: Bind is not configured correctly on upgrade

2012-05-17 Thread Scott Moser
** Changed in: bind9 (Ubuntu) Importance: Undecided => Medium ** Changed in: bind9 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bind9 in Ubuntu. https://bugs.launchpad.net/bugs/996088 Tit

[Bug 995285] Re: if /etc/sudoers.d/nova_sudoers is removed, upgrades fail

2012-05-17 Thread Scott Moser
** Changed in: nova (Ubuntu) Importance: Undecided => Low ** Changed in: nova (Ubuntu) Status: New => Triaged ** Also affects: nova (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 993794] Re: Precise resolvconf+dnsmasq setup breaks login in some wireless networks

2012-05-17 Thread Scott Moser
** Also affects: resolvconf (Ubuntu) Importance: Undecided Status: New ** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu. h

[Bug 993580] Re: open-vm-dkms

2012-05-17 Thread Scott Moser
Hi, open-vm-dkms depends on dkms. dkms 'Recommends' : linux-headers-generic-pae | linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers So, if you've disabled Recommends by default, you would not get this. It is also possible that you had something satisfying

[Bug 993259] Re: ypbind does not start on boot

2012-05-17 Thread Scott Moser
John, Based on your good information in the comments, I'm marking this as invalid. If you think that there is something that could be done to fix this situation, please explain and set the bug to 'New'. Thank you for your time. Scott ** Changed in: nis (Ubuntu) Status: New => Inval

[Bug 995171] Re: Zenmap has blank icon in 12.04

2012-05-17 Thread Scott Moser
** Bug watch added: Debian Bug tracker #542958 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542958 ** Also affects: nmap (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542958 Importance: Unknown Status: Unknown ** Changed in: nmap (Ubuntu) Importance: Undecid

[Bug 1002155] Re: dpkg-reconfigure cloud-init doesn't show CloudStack

2012-05-21 Thread Scott Moser
Thanks for the bug, I'll get this fixed in the ubuntu packaging for Quantal. ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium ** Changed in: cloud-init (Ubuntu) Status: New => Triaged ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) =&g

[Bug 970071] Re: sshutil does not correctly interpret relative paths in sshd_config

2012-05-22 Thread Scott Moser
fix-committed in revno 558. ** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Importance: Undecided => Medium ** Changed in: cloud-init Status: New => Fix Committed ** Changed in: cloud-init Assignee: (unassigned) => Sc

[Bug 993794] Re: Precise can't connect to a network guarded by an authentication webserver whose address can only be looked up with one of the nameservers whose address is provided by DHCP

2012-05-24 Thread Scott Moser
** Changed in: dnsmasq (Ubuntu) Status: New => Confirmed ** Changed in: network-manager (Ubuntu) Status: New => Confirmed ** Changed in: dnsmasq (Ubuntu) Importance: Undecided => Medium ** Changed in: network-manager (Ubuntu) Importance: Undecided => Medium -- You received

[Bug 1003854] Re: Database upgrade/migration fails with nested db directories (lucid to precise)

2012-05-24 Thread Scott Moser
** Changed in: openldap (Ubuntu) Importance: Undecided => Medium ** Changed in: openldap (Ubuntu) Status: New => Confirmed ** Also affects: openldap (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: openldap (Ubuntu Precise) Status: New => Confirmed **

[Bug 1003455] Re: MAAS installation provides URL prematurely

2012-05-24 Thread Scott Moser
It is not necessarily easy to determine if the maas installer code is running in the installer, versus on a live system. Ie, if you've done: 'apt-get install maas', then the message is correct. I understand your concern, though, and thank you for taking the time to make Ubuntu better. ** Chang

[Bug 939122] Re: floating ips do not display in 'nova list' after association to instance

2012-05-24 Thread Scott Moser
** Changed in: nova (Ubuntu) Importance: Undecided => Medium ** Changed in: nova (Ubuntu) Status: New => Confirmed ** Also affects: nova (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, w

[Bug 1003230] Re: --version causes type error

2012-05-24 Thread Scott Moser
This seems to have been broken for quite some time. Simplist fix is to just remove 'revno' from the output message: === modified file 'VMBuilder/contrib/cli.py' --- VMBuilder/contrib/cli.py2011-10-27 20:01:00 + +++ VMBuilder/contrib/cli.py2012-05-24 13:13:29 + @@ -277,7 +277,7 @@

[Bug 1003272] Re: starting php generates : Unable to load dynamic library '/usr/lib/php5/20090626/sqlite.so'

2012-05-24 Thread Scott Moser
*** This bug is a duplicate of bug 875262 *** https://bugs.launchpad.net/bugs/875262 I've marked as a duplicate of bug 875262. If you think this is not the case, please un-dupe it, and comment as to why. Note that bug is fixed in 12.04. ** This bug has been marked a duplicate of bug 875262

[Bug 1001088] Re: iSCSI targets are not restored following a reboot

2012-05-24 Thread Scott Moser
** Also affects: nova Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Status: New => Confirmed ** Changed in: nova (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 993794] Re: Precise can't connect to a network guarded by an authentication webserver whose address can only be looked up with one of the nameservers whose address is provided by DHCP

2012-05-24 Thread Scott Moser
** Description changed: Hi, our academic wifi, is protected with authentication practiced with a web page. The wifi network looks to be open to anyone, but to operate it after having connected the wifi you need to open a web page. This will automatically redirect you to an authenticat

[Bug 970071] Re: sshutil does not correctly interpret relative paths in sshd_config

2012-05-24 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => Triaged -- 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/970071 Title: sshutil does not correctly interpret relative paths

[Bug 1001846] Re: cobbler fails to install with error code 1

2012-05-24 Thread Scott Moser
airtonix, could you please provide /proc/net/route of the system that you're seeing this issue on? roaksoax, I've marked this as 'confirmed'. the postinst script is failing. Additionally, if I'm reading it right, a.) it would fail even if the value had been pre-seeded (ie, there was no

[Bug 961240] Re: cloud-init does not run grub on PV Xen and KVM has issues

2012-05-24 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => Triaged -- 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/961240 Title: cloud-init does not run grub on PV Xen and KVM has i

[Bug 961142] Re: chef 0.10: package installation: returned 100, expected 0

2012-05-24 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New -- 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/961142 Title: chef 0.10: package installation: returned 100

[Bug 961142] Re: chef 0.10: package installation: returned 100, expected 0

2012-05-24 Thread Scott Moser
Hi, Sorry for the slow reply to this bug. Could you please try reproducing on 12.04? I suspect it will still fail, but there were changes that might have fixed this issue. It seems strange to me that DEBIAN_HAS_FRONTEND or DEBCONF_REDIR would affect chef. I'd even think that if it is inst

[Bug 861504] Re: nova-compute-lxc limited by available nbd devices to 16 instances

2012-05-24 Thread Scott Moser
** Changed in: nova (Ubuntu) Status: New => Confirmed -- 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/861504 Title: nova-compute-lxc limited by available nbd devices to 16 instan

[Bug 916494] Re: Please put ipxe.krn to the desktop CD

2012-05-24 Thread Scott Moser
** Changed in: ipxe (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ipxe in Ubuntu. https://bugs.launchpad.net/bugs/916494 Title: Please put ipxe.krn to the desktop CD To manage notifications a

[Bug 888662] Re: Web browsers should share the cache

2012-05-24 Thread Scott Moser
** Changed in: elinks (Ubuntu) Status: New => Opinion -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to elinks in Ubuntu. https://bugs.launchpad.net/bugs/888662 Title: Web browsers should share the cache To manage notifications

[Bug 855023] Re: 64 bit ssh client fails to connect, 32 bit succeeds

2012-05-24 Thread Scott Moser
Are you still able to see this issue with 12.04 clients? -- 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/855023 Title: 64 bit ssh client fails to connect, 32 bit succeeds To manage

[Blueprint servercloud-q-apt-improvements] Apt Improvements

2012-05-24 Thread Scott Moser
Blueprint changed by Scott Moser: Whiteboard changed: - === Please Use Etherpad for Editing === - Etherpad: http://pad.ubuntu.com/uds-q-servercloud-q-apt-improvements Blueprint: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-apt-improvements - Are there any work items for

[Blueprint servercloud-q-apt-improvements] Apt Improvements

2012-05-24 Thread Scott Moser
Blueprint changed by Scott Moser: Work items set to: Work items: support InRelease file in archive.ubuntu.com mirrors: TODO follow debian thread for upstream apt solution: TODO apt client changes: TODO debootstrap changes: TODO archive.ubuntu.com change to new repository format: TODO update squid

[Blueprint servercloud-q-cloud-init-utils] cloud-init and cloud-utils discussion

2012-05-24 Thread Scott Moser
Blueprint changed by Scott Moser: Work items set to: Work items: [smoser] null route by default when ssh keys present: TODO [smoser] support launch index cloud-init: TODO [smoser] add environment variables to scripts invoked from cloud-init: TODO [smoser] cloud-config syntax for modifying rather

[Blueprint servercloud-q-cloud-init-utils] cloud-init and cloud-utils discussion

2012-05-24 Thread Scott Moser
Blueprint changed by Scott Moser: Whiteboard changed: Etherpad: http://pad.ubuntu.com/uds-q-servercloud-q-cloud-init-utils Blueprint: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-cloud-init-utils - - Does this require more work items? -- Daviey -- cloud-init and cloud-utils

[Blueprint servercloud-q-openstack-folsom] Openstack Next Steps

2012-05-24 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: Package nova for folsom: TODO Package swift for folsom: TODO Package horizon for folsom: TODO Package keystone for folsom: TODO Package glance for folsom: TODO Package quantum for folsom: TODO Package python

[Blueprint servercloud-q-kvm] Kvm work for Q

2012-05-25 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [smoser] jump for joy: DONE [rbasak] follow up on console log size limit implementation (ringbuffer): TODO [stefan-bader-canonical] confirm the xen and qemu prom naming is correct after the debian merge back: TODO [serge

[Blueprint servercloud-q-cloud-init-utils] cloud-init and cloud-utils discussion

2012-05-25 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [smoser] null route by default when ssh keys present: TODO [smoser] support launch index cloud-init: TODO [smoser] add environment variables to scripts invoked from cloud-init: TODO [smoser] cloud-config syntax for

[Blueprint servercloud-q-libvirt] Libvirt work for Q

2012-05-25 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [zulcss] merge latest upstream libvirt: INPROGRESS - [serge-hallyn] finish MIR of netcf: TODO + [serge-hallyn] finish MIR of netcf bug 904014: TODO [serge-hallyn] link libvirt against netc: TODO [stefan-bader-canonical

[Blueprint servercloud-q-libvirt] Libvirt work for Q

2012-05-25 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [zulcss] merge latest upstream libvirt: INPROGRESS [serge-hallyn] finish MIR of netcf bug 904014: TODO [serge-hallyn] link libvirt against netc: TODO [stefan-bader-canonical] look into transition from xend to libxl: TODO

[Bug 850196] Re: euca-describe-images crashed with GetoptError in long_has_args(): option --owner-id not recognized

2012-05-25 Thread Scott Moser
verified in 'euca-describe-images --onwer-id abently' does not give python stack trace on 2.0.2-0ubuntu1. ** Changed in: euca2ools (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to euca2o

[Bug 1005551] Re: Quantal does not boot on EC2

2012-05-29 Thread Scott Moser
Ben, The other thing that likely needs fixing here is "copy-out-kernels" in the automated-ec2-builds. It will need to know that certain -generic (and possibly -generic-pae?) should be copied out as the desireable kenrel. -- You received this bug notification because you are a member of Ubun

[Blueprint servercloud-q-apt-improvements] Apt Improvements

2012-05-29 Thread Scott Moser
Blueprint changed by Scott Moser: Definition Status: Discussion => Review -- Apt Improvements https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-apt-improvements -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings or unsubscribe at: ht

[Blueprint servercloud-q-cloud-init-utils] cloud-init and cloud-utils discussion

2012-05-29 Thread Scott Moser
Blueprint changed by Scott Moser: Definition Status: Discussion => Review -- cloud-init and cloud-utils discussion https://blueprints.launchpad.net/ubuntu/+spec/servercloud-q-cloud-init-utils -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify settings

[Blueprint servercloud-q-cloud-init-utils] cloud-init and cloud-utils discussion

2012-05-30 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [smoser] null route by default when ssh keys present: TODO [smoser] support launch index cloud-init: TODO [smoser] add environment variables to scripts invoked from cloud-init: TODO [smoser] cloud-config syntax for

[Blueprint servercloud-q-cloud-init-utils] cloud-init and cloud-utils discussion

2012-05-30 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [smoser] null route by default when ssh keys present: TODO [smoser] support launch index cloud-init: TODO [smoser] add environment variables to scripts invoked from cloud-init: TODO [smoser] cloud-config syntax for

[Bug 961142] Re: chef 0.10: package installation: returned 100, expected 0

2012-05-30 Thread Scott Moser
** Changed in: cloud-init Status: New => Incomplete -- 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/961142 Title: chef 0.10: package installation: returned 100, expected 0

[Bug 962046] Re: EC2 metadata retrieval fails with spaces in a resource name

2012-05-30 Thread Scott Moser
Could you give an example of how you start an instance such that '/meta-data/mpi/my key' exists? I just tried this with a keypair (euca-import-keypair --public-key-file my.pub "my key", and then run instance with '--key "my key"'), and that worked fine (thi sis actually because of the way that p

[Blueprint servercloud-q-maas-next-steps] MAAS Next Steps

2012-05-30 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: Enable test-suite in packaging: TODO maas-enlist - do not die if MAAS is invalid (LP: #973414): TODO complete documentation and manpages (LP: #975454): TODO update libjs-yui to latest and drop them from trunk: TODO

[Blueprint servercloud-q-awstools] Package (more) AWS tools for Ubuntu

2012-05-31 Thread Scott Moser
Blueprint changed by Scott Moser: Work items changed: Work items: [jbrowne] Package ELB: Proposed package files brought in line with state of RDS package, version is current, merge proposal to smoser: DONE [jbrowne] AWS Import/Export: TODO [jbrowne] RDS: Updated to latest (1.8.001

[Bug 809526] Re: squid 2.7.STABLE9-2ubuntu5.1, reload kills squid, called in /etc/resolvconf/update-libc.d/squid

2012-05-31 Thread Scott Moser
per comment #2. This is fix-released. A track could be assigned to 10.10 where it is reported still broken, but not much value in that as 10.10 is EOL. ** Changed in: squid (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Serve

[Bug 1006738] Re: php5-fpm segfaults with error 4 in libc-2.15.so

2012-05-31 Thread Scott Moser
Hi, Are you able to reproduce this on other hardware? from your stack trace, it seems you're segfaulting in strstr of libc. Which would just be a very unlikely path to segfault in. You may want to run memcheck or some cpu burn in cycle. ** Changed in: php5 (Ubuntu) Importance: Undec

[Bug 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode

2012-05-31 Thread Scott Moser
this looks like something we should pull in. Since Ubuntu has unmodified debian package, and debian maintainer is upstream maintainer, we should probably let the quantal package get synced from debian. Then, we can patch the 12.04 Ubuntu version in an SRU. @Simon, If you're reading this, do y

[Bug 898045] Re: Walrus List bucket is not sorted as per S3 API guidelines

2012-05-31 Thread Scott Moser
** Changed in: eucalyptus (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/898045 Title: Walrus List bucket is not sorted as per S3 API guide

[Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2012-05-31 Thread Scott Moser
** Also affects: dnsmasq (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: network-manager (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: network-manager (Ubuntu Precise) Status: New => Confirmed ** Changed in: network-manager (Ubun

[Bug 1006867] Re: winbind doesn't authenticate without a restart

2012-05-31 Thread Scott Moser
Hi, Thanks for reporting this bug, and the useful work around information. It looks like either winbindd is starting to early, or actually needs to be restarted to be told about on network changes (which would seem like an upstream issue). The fact that rc.local and network ifup were neede

[Bug 1006867] Re: winbind doesn't authenticate without a restart

2012-05-31 Thread Scott Moser
The best action forward I think is to raise this on an upstream mailing list, or as an upstream bug. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/1006867 Title: winbind doesn't auth

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

2012-05-31 Thread Scott Moser
Marking fix-released per inclusion in essex release (12.04). ** Changed in: python-novaclient (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchp

[Bug 1006867] Re: winbind doesn't authenticate without a restart

2012-05-31 Thread Scott Moser
*** This bug is a duplicate of bug 821183 *** https://bugs.launchpad.net/bugs/821183 It seems this is likely a duplicate of bug 821183. I'm going to mark as such. If you disagree, please un-dup it. ** This bug has been marked a duplicate of bug 821183 winbind won't connect to server durin

[Bug 965283] Re: include openvswitch documentation / package openvswitch-docs

2012-05-31 Thread Scott Moser
** Changed in: openvswitch (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openvswitch in Ubuntu. https://bugs.launchpad.net/bugs/965283 Title: include openvswitch documentation / package openvs

[Bug 1005551] Re: Quantal does not boot on EC2

2012-05-31 Thread Scott Moser
verified: $ cat /etc/cloud/build.info build_name: server serial: 20120531 $ ec2metadata --ami-id ami-f4a9089d #us-east-1 ami-f4a9089d ebs/ubuntu-quantal-daily-amd64-server-20120531 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud

[Bug 911317] Re: bacula crashes while starting backup

2012-05-31 Thread Scott Moser
Hi, could you try to recreate on 12.04? the bacula version you reported this on is 5.2.1-0ubuntu2, but the current version in the 12.04 archive is 5.2.5-0ubuntu6. Also, more information about your config would be required to help someone recreate. ** Changed in: bacula (Ubuntu) Status:

[Bug 1006738] Re: php5-fpm segfaults with error 4 in libc-2.15.so

2012-05-31 Thread Scott Moser
** Changed in: php5 (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1006738 Title: php5-fpm segfaults with error 4 in libc-2.15.so To manage n

[Bug 1004373] Re: Please sync rabbitmq-server 2.8.2 from Debian

2012-05-31 Thread Scott Moser
** Changed in: rabbitmq-server (Ubuntu) Importance: Undecided => Medium ** Changed in: rabbitmq-server (Ubuntu) Status: Incomplete => Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://

[Bug 531111] Re: euca2ools generates an image that cannot be connected using ssh

2012-05-31 Thread Scott Moser
** Changed in: euca2ools (Ubuntu) Status: Incomplete => Invalid -- 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/53 Title: euca2ools generates an image that cannot be con

[Bug 890691] Re: rabbitmq-server won't upgrade or purge

2012-05-31 Thread Scott Moser
Hi, can you verify you still have an in issue on 12.04? i can't seem to recreate: $ sudo apt-get install rabbitmq-server Reading package lists... Done Building dependency tree Reading state information... Done $ sudo dpkg --purge rabbitmq-server && echo $? (Reading database ... 47872 files

[Bug 1004373] Re: Please sync rabbitmq-server 2.8.2 from Debian

2012-05-31 Thread Scott Moser
** Changed in: rabbitmq-server (Ubuntu) Assignee: (unassigned) => Marc Cluet (lynxman) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitmq-server in Ubuntu. https://bugs.launchpad.net/bugs/1004373 Title: Please sync rabbitm

[Bug 420736] Re: rabbitmqctl wrapper only checks if being run by root

2012-05-31 Thread Scott Moser
Marking this fix-released based on previous comment, and the fact that we now have 2.7.1 in 12.04. ** Changed in: rabbitmq-server (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to rabbitm

[Bug 962046] Re: EC2 metadata retrieval fails with spaces in a resource name

2012-06-01 Thread Scott Moser
Ah. I didn't realize that this was when the metadata service was coming from nova. So, then arguably this is a bug in the metadata service on nova, as I could not reproduce against the MD on EC2. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subsc

[Bug 1007433] [NEW] zookeeperd not running after installation of zookeeperd

2012-06-01 Thread Scott Moser
Public bug reported: In a fresh quantal cloud image (i used ubuntu-quantal-daily- amd64-server-20120531), 'apt-get install zookeeperd' does not result in a running zookeeperd. to reproduce: * launch fresh instance * sudo apt-get install --assume-yes zookeeperd * status zookeeper Note, if you

[Bug 1007433] Re: zookeeperd not running after installation of zookeeperd

2012-06-01 Thread Scott Moser
** Attachment added: "output of 'apt-get install zookeeperd'" https://bugs.launchpad.net/bugs/1007433/+attachment/3171456/+files/apt-get-install.log -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to zookeeper in Ubuntu. https://bugs.l

[Bug 1007433] Re: zookeeperd not running after installation of zookeeperd

2012-06-01 Thread Scott Moser
This is reproducible if you purge everything that was installed, and then try again. $ addl="ca-certificates-java default-jre-headless fontconfig-config icedtea-7-jre-cacao icedtea-7-jre-jamvm java-common libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libfontconfig1 libjline-jav

[Bug 1007433] Re: zookeeperd not running after installation of zookeeperd

2012-06-01 Thread Scott Moser
** Changed in: zookeeper (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to zookeeper in Ubuntu. https://bugs.launchpad.net/bugs/1007433 Title: zookeeperd not running after installation of zoo

[Bug 1007433] Re: zookeeperd not running after installation of zookeeperd

2012-06-01 Thread Scott Moser
@Clint, I'm pretty sure the issue is that java is not ready for use when zookeeperd attempts to start. Evidence to that fact is that if you install 'default-jre-headless' before installing zookeeperd, you get functional zookeeper, and you still get the warning. I think the issue is that t

[Bug 962046] Re: EC2 metadata retrieval fails with spaces in a resource name

2012-06-04 Thread Scott Moser
Hm.. Its interesting. digging further, I don't understand how this caused a problem on nova. It seems (either by design or happenstance) that the general behavior of the metadata service handles this issue, and boto is designed to read the metadata service as it is implemented. I actually verif

[Bug 962046] Re: EC2 metadata retrieval fails with spaces in a resource name

2012-06-04 Thread Scott Moser
I'm also still confused at the initial report, you have "mpi". On the nova I'm looking at: $ wget http://169.254.169.254/2009-04-04/ -O - -q ; echo meta-data/ user-data $ wget http://169.254.169.254/2009-04-04/meta-data/ -O - -q; echo reservation-id public-keys/ security-groups public-ipv4 ami-ma

[Bug 1012419] Re: Sync request: euca2ools from Debian sid (main)2.0.2-1

2012-06-13 Thread Scott Moser
Status: New => In Progress ** Changed in: euca2ools (Ubuntu) Assignee: (unassigned) => Scott Moser (smoser) -- 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/1012419 Title: m

[Bug 933656] Re: euca-describe-instances --ipv4 does not include public ip address

2012-06-13 Thread Scott Moser
Marking invalid. I removed the '--ipv4' option from euca-describe-instances, and instead included the public and private ip addresses in other fields of the output. If there is an issue now, it is likely with nova response to DescribeImages rather than euca2ools. ** Changed in: euca2ools (Ubuntu

[Bug 938215] Re: euca-describe-instances graceless with unexpected args

2012-06-13 Thread Scott Moser
marking fix-released. This seems to have been fixed in euca2ools, I'm guessing in ~ 2.0 ** Also affects: euca2ools Importance: Undecided Status: New ** Changed in: euca2ools Status: New => Fix Committed ** Changed in: euca2ools (Ubuntu) Status: New => Fix Released -- Yo

[Bug 1012854] [NEW] cloud-config should support simple file writing

2012-06-13 Thread Scott Moser
Public bug reported: Many, many times, people have asked the easiest way to get a file into place, and at the moment that is something like: cat < file file content EOF or something to that effect. It'd be much nicer if cloud-config had an easy way to do that. files: - path: /etc/my.conf

[Bug 1012854] Re: cloud-config should support simple file writing

2012-06-13 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Triaged ** Changed in: cloud-init (Ubuntu) Status: New => Triaged ** Changed in: cloud-init Importance: Undecided => Low ** Changed in: cloud-init (Ubuntu) Import

[Bug 1014695] Re: need some mechanism to support /boot/grub/menu.lst and pv-grub

2012-06-18 Thread Scott Moser
Long term, this would be a better path as the maintenance of menu.lst does not really make sense in cloud-init, and debian has packaged cloud- init without the grub-legacy-ec2 code. Also, note in debian bug http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=672104 the discussion there. ** Bug wat

[Bug 1015223] [NEW] cloud-init-nonet main process killed by TERM signal

2012-06-19 Thread Scott Moser
Public bug reported: it has been reported in maas (and i think i've seen it other places) that the console may include: init: cloud-init-nonet main process (307) killed by TERM signal This message is scary to users, even though it is not fatal or even an indication of a problem. It occurs bec

[Bug 1015223] Re: cloud-init-nonet main process killed by TERM signal

2012-06-19 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/1015223 Title: cloud-init-nonet main process killed by TERM signal To manage notifications about this bug go to: https://bugs.launc

[Bug 1015223] Re: cloud-init-nonet main process killed by TERM signal

2012-06-19 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => Triaged ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Low -- 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/1

[Bug 1015223] Re: cloud-init-nonet main process killed by TERM signal

2012-06-19 Thread Scott Moser
** Description changed: it has been reported in maas (and i think i've seen it other places) that the console may include: - init: cloud-init-nonet main process (307) killed by TERM signal +   init: cloud-init-nonet main process (307) killed by TERM signal This message is scary to users,

  1   2   3   4   5   6   7   8   9   10   >