[Bug 1088681] Re: startup script prevents use of IPv6

2013-08-15 Thread LocutusOfBorg
this has been committed on git [1], should appear on the next release, anyway I don't want to ship a new release just for two bugs, I prefer to wait for the next major release if nobody complains [1] http://anonscm.debian.org/gitweb/?p=pkg-

[Bug 1128067] Re: tomcat7-admin: Incorrect path for manager webapp

2013-08-15 Thread LocutusOfBorg
** Changed in: tomcat7 (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat7 in Ubuntu. https://bugs.launchpad.net/bugs/1128067 Title: tomcat7-admin: Incorrect path for manager

[Bug 1084028] Re: openvswitch based interfaces not started in time during boot

2013-08-15 Thread Jesse Pretorius
@james-page We're testing your upstart openvswitch-switch.conf file on Precise. It's looking good so far. Can this bug be marked as relevant for Precise too, please? Once it's in Saucy we'd definitely like to see it backported to Precise. -- You received this bug notification because you are a

[Bug 1204302] Re: fails to bootstrap, returns error: no reachable servers

2013-08-15 Thread David Fischer
I also think that the debian package of juju-core is missing a dependency (mongodb). Installing it manually solved this. 2013-08-15 09:03:40 INFO juju open.go:69 state: opening state; mongo addresses: [localhost:37017]; entity 2013-08-15 09:03:40 ERROR juju open.go:89 state: connection failed,

[Bug 1211620] Re: package ssh-krb5 1:5.9p1-5ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-08-15 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. It looks like /etc/ssh/ has been deleted by you or a script. Since it seems likely to me that this is a local configuration problem, rather than a bug in Ubuntu, I'm marking this bug as Incomplete. If this is

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

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

[Bug 1211620] Re: package ssh-krb5 1:5.9p1-5ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-08-15 Thread Robie Basak
From log: Setting up ssh-krb5 (1:5.9p1-5ubuntu1.1) ... grep: /etc/ssh/sshd_config: No such file or directory grep: /etc/ssh/sshd_config: No such file or directory /var/lib/dpkg/info/ssh-krb5.postinst: 53: /var/lib/dpkg/info/ssh-krb5.postinst: cannot create /etc/ssh/sshd_config: Directory

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

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

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

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

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

2013-08-15 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1208455 Title: general protection fault running apt-get inside double nested kvm VM To manage notifications

[Bug 1212492] Re: cc_growpart broken if parted resizefs found

2013-08-15 Thread Scott Moser
Phillip, I guess that basically means I can't use this. :-( It also seems generally broken as the primary reason for 'resizepart' is to allow modifying a busy partition table and telling the kernel about it. Any ideas on how to proceed? Should I file a bug/feature request upstream by

[Bug 1200878] Re: Upgrade breaks existing pyjuju deployment

2013-08-15 Thread James Page
** Also affects: juju-core Importance: Undecided Status: New -- 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/1200878 Title: Upgrade breaks existing pyjuju deployment To

[Bug 1200878] Re: Upgrade breaks existing pyjuju deployment

2013-08-15 Thread Antonio Rosales
** Tags added: papercut -- 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/1200878 Title: Upgrade breaks existing pyjuju deployment To manage notifications about this bug go to:

[Bug 1212723] [NEW] cloud-init fails to set user password on Windows Azure

2013-08-15 Thread Ben Howard
Public bug reported: Cloud-init provisioning on Windows Azure is failing to set the userpassword. snippet from /var/lib/waagent/ovf-env.xml: wa:ProvisioningSectionwa:Version1.0/wa:VersionLinuxProvisioningConfigurationSet xmlns=http://schemas.microsoft.com/windowsazure;

[Bug 1207429] Re: Multiple package upgrade problems

2013-08-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: maas (Ubuntu) Status: New = Confirmed -- 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/1207429

[Bug 1200878] Re: Upgrade breaks existing pyjuju deployment

2013-08-15 Thread William Reade
** Changed in: juju-core Status: New = Triaged ** Changed in: juju-core Importance: Undecided = Critical -- 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/1200878 Title:

[Bug 1207429] Re: Multiple package upgrade problems

2013-08-15 Thread Nick Moffitt
I get this on a fresh install of maas on precise: Setting up maas-region-controller (1.2+bzr1373+dfsg-0ubuntu1~12.04.1) ... Considering dependency proxy for proxy_http: Enabling module proxy. Enabling module proxy_http. To activate the new configuration, you need to run: service apache2 restart

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

2013-08-15 Thread Stefan Bader
Before running prepare-testbed: - create a directory in /mnt that user ubuntu can write to (say /mnt/adt) - echo BASEDIR=/mnt/adt ~/.adtrc autopkgtest should then use /mnt which has lots of space on medium guests. -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1212723] Re: cloud-init fails to set user password on Windows Azure

2013-08-15 Thread Scott Moser
** Tags removed: uec-images ** Tags added: cloud-images -- 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/1212723 Title: cloud-init fails to set user password on Windows Azure To

[Bug 1080677] Re: regression: smbclient fails to authenticate

2013-08-15 Thread Mantas Kriaučiūnas
karaluh, could you test if this smbclient bug still exists in latest Ubuntu 13.04 (Raring) release? -- 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/1080677 Title: regression:

[Bug 689091] Re: Make smbshare smaller more many packags

2013-08-15 Thread Mantas Kriaučiūnas
** Bug watch added: Debian Bug tracker #474543 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474543 ** Also affects: samba (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474543 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 1211942] Re: Dropped squid transitional package blocks -proposed migration

2013-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package squid3 - 3.3.8-1ubuntu1 --- squid3 (3.3.8-1ubuntu1) saucy; urgency=low * Merge from Debian unstable, remaining changes: + debian/control: - Update maintainer. - Suggests apparmor (= 2.3) - Depends on ssl-cert ((=

[Bug 689091] Re: Make smbshare smaller more many packags

2013-08-15 Thread Mantas Kriaučiūnas
** Tags removed: i386 ** Tags added: lucid precise raring saucy ** Description changed: Binary package hint: samba - now smbshare takes 13,8 mb when doing upadeting from 10.10 ubuntu. thats 1/3 mb size of kernel. thats too big - better smaller packages would be better + smbclient install

[Bug 1212444] Re: cc_growpart failed in auto grow mode with Error: Could not stat device resizepart - No such file or directory. with parted 2.3-14

2013-08-15 Thread Scott Moser
I verified this fix in todays image of saucy after 'apt-get install cloud-init reboot'. the root filesystem is then correctly grown. $ cat /etc/cloud/build.info build_name: server serial: 20130815 Tomorrows (20130816) should have the new cloud-init inside. -- You received this bug

[Bug 1212723] Re: cloud-init fails to set user password on Windows Azure

2013-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- 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/1212723 Title: cloud-init fails to set user password on Windows Azure To manage notifications

[Bug 689091] Re: Make smbclient package smaller - smbclient install size doubled since 3.2.x release

2013-08-15 Thread Bug Watch Updater
** Changed in: samba (Debian) Status: Unknown = New -- 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/689091 Title: Make smbclient package smaller - smbclient install size

[Bug 1212723] Re: cloud-init fails to set user password on Windows Azure

2013-08-15 Thread Scott Moser
fixed in trunk at revno 860. ** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New = Fix Committed ** Changed in: cloud-init (Ubuntu) Status: New = Triaged ** Changed in: cloud-init Importance: Undecided = High **

[Blueprint servercloud-s-openstack-charms] OpenStack Charm work for Saucy/Havana

2013-08-15 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez: Work items changed: Work items: openstack-dashboard python rewrite: TODO - [andreserl] glance python rewrite: INPROGRESS + [andreserl] glance python rewrite: DONE [gandelman-a] cinder python rewrite: INPROGRESS [gandelman-a] swift-storage python

[Bug 1191596] Re: user namespaces are needed to protect container and host

2013-08-15 Thread Serge Hallyn
User namespace work (at least for root to start containers in user namespaces, which is what this bug is about) have been working in lxc for some time. You do need a custom kernel, but this bug is against lxc, so I'm marking it fix released. ** Changed in: lxc (Ubuntu) Status: Triaged =

[Bug 1212820] [NEW] lxc-create of an armhf container fails in saucy

2013-08-15 Thread Jani Monoses
Public bug reported: sudo lxc-create -n saucy-armhf -t ubuntu -- -a armhf -r saucy Package iproute:amd64 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following

[Bug 1079794] Re: sudo: unable to resolve host.. when creating ubuntu-cloud container

2013-08-15 Thread Serge Hallyn
I don't see this. I wonder why you were getting '.lxc' as your domain name. I can't reproduce that right now. Regardless, note that on a modern saucy system this should be solved automatically when you set LXC_DOMAIN=lxc in /etc/default/lxc-net. ** Changed in: lxc (Ubuntu) Status: New

[Bug 1185178] Re: glanceclient tests failing on fake_host

2013-08-15 Thread Alan Pevec
Merged in stable/grizzly https://review.openstack.org/41187 ** Also affects: cinder/grizzly Importance: Undecided Status: New ** Changed in: cinder/grizzly Status: New = Fix Committed ** Changed in: cinder/grizzly Importance: Undecided = Low ** Changed in: cinder

[Bug 1159818] Re: Allow architecture armhf with template ubuntu-cloud when running on ARM

2013-08-15 Thread Serge Hallyn
I would simply add a check for qemu-$arch-static, but am wondering whether we need to also set up multiarch like the ubuntu template does. ** Changed in: lxc (Ubuntu) Importance: High = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1212823] [NEW] saucy armhf container does not start

2013-08-15 Thread Jani Monoses
Public bug reported: Creating an armhf container on an amd64 host $sudo lxc-create -n saucy-armhf -t ubuntu -- -a armhf -r saucy $sudo lxc-start -n saucy-armhf 4init: ureadahead main process (6) terminated with status 5 4init: udev-fallback-graphics main process (68) terminated with status 1

[Bug 1079320] Re: ssh key not correctly used in ubuntu-cloud oneiric containers

2013-08-15 Thread Serge Hallyn
This works for me now, sudo lxc-create -t ubuntu-cloud -n x1 -- -r precise --auth-key $HOME/.ssh/id_rsa.pub ** Changed in: lxc (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in

[Bug 1212723] Re: cloud-init fails to set user password on Windows Azure

2013-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.3~bzr860-0ubuntu1 --- cloud-init (0.7.3~bzr860-0ubuntu1) saucy; urgency=low * New upstream snapshot. * fix setting of password for a user on azure. (LP: #1212723) -- Scott Moser smo...@ubuntu.com Thu, 15 Aug 2013 16:01:40

[Bug 1201938] Re: excessive memory use from libvirtd

2013-08-15 Thread Brian Murray
Hello Robert, or anyone else affected, Accepted netcf into raring-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/netcf/1:0.2.3-1ubuntu0.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1201938] Please test proposed package

2013-08-15 Thread Brian Murray
Hello Robert, or anyone else affected, Accepted netcf into quantal-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/netcf/0.2.0-1ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1201938] Please test proposed package

2013-08-15 Thread Brian Murray
Hello Robert, or anyone else affected, Accepted netcf into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/netcf/0.1.9-2ubuntu3.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1197357] Re: lxc ubuntu-cloud template's -i option does not work

2013-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.9.0-0ubuntu22 --- lxc (0.9.0-0ubuntu22) saucy; urgency=low * ubuntu-cloud: fix typo keeping --hostid from working (LP: #1197357) -- Serge Hallyn serge.hal...@ubuntu.com Thu, 15 Aug 2013 14:40:58 -0500 ** Changed in: lxc (Ubuntu)

[Bug 1204507] Re: MAAS rejects empty files

2013-08-15 Thread Shabbir Goolamabbas
** Changed in: maas/1.3 Status: Fix Committed = Fix Released -- 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/1204507 Title: MAAS rejects empty files To manage notifications

[Bug 1057024] Re: kvm kernel module always loaded, without setting /dev/kvm permissions

2013-08-15 Thread Brian Murray
Hello Parameswaran, or anyone else affected, Accepted qemu-kvm into quantal-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/qemu-kvm/1.2.0 +noroms-0ubuntu2.12.10.5 in a few hours, and then in the -proposed repository. Please help us by testing this

[Bug 1057024] Please test proposed package

2013-08-15 Thread Brian Murray
Hello Parameswaran, or anyone else affected, Accepted qemu-kvm into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/qemu-kvm/1.0+noroms- 0ubuntu14.11 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1171418] Re: MAAS fails to power up machines when trying to install nodes

2013-08-15 Thread Brian Murray
Hello Raphaël, or anyone else affected, Accepted maas into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg- 0ubuntu1~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1172193] Re: The clusters' information cannot be updated via the API/CLI

2013-08-15 Thread Brian Murray
Hello Raphaël, or anyone else affected, Accepted maas into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg- 0ubuntu1~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1064527] Re: detect_ipmi needs improvement. detects non-existant device in nested kvm

2013-08-15 Thread Brian Murray
Hello Scott, or anyone else affected, Accepted maas into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg- 0ubuntu1~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1172966] Re: SAY command in config.local.template breaks local boot on highbank

2013-08-15 Thread Brian Murray
Hello Michael, or anyone else affected, Accepted maas into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg- 0ubuntu1~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1211447] Re: MAAS default timezone is not UTC

2013-08-15 Thread Brian Murray
Hello Andres, or anyone else affected, Accepted maas into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg- 0ubuntu1~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1204507] Re: MAAS rejects empty files

2013-08-15 Thread Brian Murray
Hello Tycho, or anyone else affected, Accepted maas into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg- 0ubuntu1~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new package.

[Bug 1172966] Re: SAY command in config.local.template breaks local boot on highbank

2013-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/maas -- 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/1172966 Title: SAY command in config.local.template breaks local boot on highbank To

[Bug 1172193] Re: The clusters' information cannot be updated via the API/CLI

2013-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/maas -- 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/1172193 Title: The clusters' information cannot be updated via the API/CLI To manage

[Bug 1171418] Re: MAAS fails to power up machines when trying to install nodes

2013-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/maas -- 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/1171418 Title: MAAS fails to power up machines when trying to install nodes To manage

[Bug 1211447] Re: MAAS default timezone is not UTC

2013-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/maas -- 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/1211447 Title: MAAS default timezone is not UTC To manage notifications about this

[Bug 1064527] Re: detect_ipmi needs improvement. detects non-existant device in nested kvm

2013-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/maas -- 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/1064527 Title: detect_ipmi needs improvement. detects non-existant device in nested

[Bug 1204507] Re: MAAS rejects empty files

2013-08-15 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/maas -- 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/1204507 Title: MAAS rejects empty files To manage notifications about this bug go to:

[Bug 1176178] Re: Setting pid in memcached.conf causes strange behavior

2013-08-15 Thread Johnny Shields
How can we move forward on this? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to memcached in Ubuntu. https://bugs.launchpad.net/bugs/1176178 Title: Setting pid in memcached.conf causes strange behavior To manage notifications

[Bug 1204507] Re: MAAS rejects empty files

2013-08-15 Thread Julian Edwards
** Changed in: maas/1.3 Status: Fix Released = Fix Committed -- 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/1204507 Title: MAAS rejects empty files To manage notifications

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

2013-08-15 Thread Hugh Caley
I am, for some reason, now getting ypbind and autofs working on boot up by adding restarts for both services to /etc/rc.local. Sometimes I have to wait a while before logging in for it to work. No idea what has changed. -- You received this bug notification because you are a member of Ubuntu

[Bug 1207429] Re: Multiple package upgrade problems

2013-08-15 Thread Andres Rodriguez
This is a very weird issue. This doesn't really seem to be a maas bug but rather something related to kombu. Could you please show the versions of celery, python-komby and maas packages? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1207429] Re: Multiple package upgrade problems

2013-08-15 Thread Andres Rodriguez
And I just installed MAAS myself in a clean system without any issues. (So my question is, do you have the cloud archive enabled or installed celery and/or kombu from another place? - apt-cache policy package should show the version I'm mlooking for) Setting up maas-region-controller

[Bug 1207429] Re: Multiple package upgrade problems

2013-08-15 Thread Andres Rodriguez
I just did an upgrade from maas 0.1+bzr482+dfsg-0ubuntu1 to 1.2+bzr1373 +dfsg-0ubuntu1~12.04.1 without issues as well: Configuration file `/etc/maas/maas_local_settings.py' == Modified (by you or by a script) since installation. == Package distributor has shipped an updated version. What

[Bug 1207429] Re: Multiple package upgrade problems

2013-08-15 Thread Andres Rodriguez
In either case (upgrade from cobbler based maas to newer maas | fresh install of newer maas) I have not experienced any of the issues! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu.

[Bug 1212008] Re: Perl fix needed

2013-08-15 Thread Roger Binns
I have no idea on the other Ubuntu versions as I only use 13.04. I did use awstats on the past, but had been using Google Analytics for over a year. In the comments linked from the report there is another user reporting only coming across the problem on upgrade to 13.04. I didn't provide a

[Bug 1195524] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1202202] Re: need azure datasource

2013-08-15 Thread Adam Conrad
*** This bug is a duplicate of bug 1037723 *** https://bugs.launchpad.net/bugs/1037723 Hello Scott, or anyone else affected, Accepted cloud-init into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/cloud- init/0.6.3-0ubuntu1.6 in a few

[Bug 1188753] Re: deletes udev packaged 75-persistent-net-generator.rules

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1145215] Re: cloud-init mangles sources.lists if mirror can't be found

2013-08-15 Thread Adam Conrad
Hello Ben, or anyone else affected, Accepted cloud-init into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/cloud- init/0.6.3-0ubuntu1.6 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See

[Bug 1193404] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1193380] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1188820] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1037723] Re: [SRU] move walinuxagent init functionality to cloud-init

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.2 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1188820] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1195524] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1037723] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1188753] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1193404] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1193380] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.3 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1195524] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.4 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1193404] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.4 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1193380] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.4 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1037723] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.4 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1188820] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.4 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1188753] Please test proposed package

2013-08-15 Thread Adam Conrad
Hello Scott, or anyone else affected, Accepted walinuxagent into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/walinuxagent/1.3.2-0ubuntu4~12.04.4 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1211620] Re: package ssh-krb5 1:5.9p1-5ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2013-08-15 Thread praneeth
** Changed in: openssh (Ubuntu) Status: Incomplete = Confirmed ** Changed in: openssh (Ubuntu) Assignee: (unassigned) = praneeth (praneethv555) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu.

[Bug 1158267] Re: Regression: Broken (click-through) window decoration on some maximized windows

2013-08-15 Thread Iven Hsu
@Simon The compilation error seems a unrelated bug introduced by me(I made it compile with KDE 4.11, but fail with KDE 4.10). You can report it as a bug, and I'll try to fix it. As a workaround, you can disable the compiling of kde4-window-decorator by now. -- You received this bug notification

[Bug 1195811] Re: nouveau: Abnormally high FPS (no vsync) on natively mir testing demo-clients.

2013-08-15 Thread Daniel van Vugt
Confirmed the following two kernel patches together fix the problem perfectly for Mir: http://lists.freedesktop.org/archives/dri-devel/2013-August/043406.html http://lists.freedesktop.org/archives/dri-devel/2013-August/043407.html Now Mir under nouveau is always 60Hz with no tearing.

[Bug 1212047] Re: linux-armadaxp: 3.5.0-1620.28 -proposed tracker

2013-08-15 Thread Brad Figg
All builds are complete, packages in this bug can be copied to -proposed. ** Changed in: kernel-sru-workflow/prepare-package Status: In Progress = Fix Released ** Changed in: kernel-sru-workflow/promote-to-proposed Status: New = Confirmed ** Description changed: This bug is for

[Bug 1188158] Re: Add QBS binaries

2013-08-15 Thread Dmitry Shachnev
I suggest you to contact Vsevolod (whose branch you linked above) and ask him if he is going to submit his package to Debian. Also, it currently fails to build in PPA, it needs to be fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1158267] Re: Regression: Broken (click-through) window decoration on some maximized windows

2013-08-15 Thread Simon Groot Bramel
Hi Iven, yes, the error does not have anything to do with this bug but since I was complaining about not being able to compile compiz (and therefore not being able to see if this bug has been fixed) I thought I should at least post I worked around it. Now that I know your news I'd rather try

[Bug 1212556] [NEW] Please sync ktp-text-ui (universe) from debian unstable

2013-08-15 Thread Jackson Doak
Public bug reported: The current ubuntu delta of ktp-text-ui was created just to add a new release. Debian has now caught up so can we sync this? A merged changelog is attached. ** Affects: ubuntu Importance: Undecided Status: New ** Attachment added: The Changelog

[Bug 596627] Re: Turning on NumLock on USB keyboard disables MacBook's (and possibly others') built-in keyboard

2013-08-15 Thread jiteo
I haven't used Ubuntu in a long time, and no longer have a Macbook. So go ahead and mark this as expired. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/596627 Title: Turning on NumLock on USB

[Bug 1212337] Re: accounts-daemon crashed with SIGSEGV in dbus_connection_send()

2013-08-15 Thread atos
Same confirmed on Xubuntu 12.04.2 LTS, (3.2.0-51-generic #77-Ubuntu SMP) almost every day. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1212337 Title: accounts-daemon crashed with SIGSEGV in

[Bug 1212561] [NEW] Please merge ktp-accounts-kcm 0.6.3-1 from Debian unstable (main)

2013-08-15 Thread Howard Chan
Public bug reported: Please merge ktp-accounts-kcm 0.6.3-1 from Debian unstable (main). ** Affects: ktp-accounts-kcm (Ubuntu) Importance: Undecided Assignee: Howard Chan (smartboyhw) Status: In Progress ** Changed in: ktp-accounts-kcm (Ubuntu) Status: New = In Progress

[Bug 1098233] Re: flashplugin-installer do not honore proxy settings

2013-08-15 Thread Jan Groenewald
Ok, when I put print proxies the line before if proxies: and I run /etc/cron.daily/update-notifier manually, the proxies are printed out correctly. When I leave it to run via cron/run-parts, I get this however: /etc/cron.daily/update-notifier-common: {} Is this due to run-parts or the cron

[Bug 1212558] [NEW] Please sync ktp-send-file (universe) from debian unstable

2013-08-15 Thread Jackson Doak
Public bug reported: The current ubuntu delta of ktp-send-file was created just to add a new release. Debian has now caught up so can we sync this? A merged changelog is attached. ** Affects: ubuntu Importance: Undecided Status: New ** Attachment added: changelog

[Bug 1036879] Re: reboot never shutdown and restart the notebook

2013-08-15 Thread efa
One year ago I tested with upstream kernel 3.5.1. After a year was asked to upgrade the BIOS, done. Then was asked to test the newly released upstream kernel 3.11.0, done. You wrote Once testing of the upstream kernel is complete, please mark this bug's Status as Confirmed, done, and now you

[Bug 1072343] Re: Sidewinder X4 Macro Keys not working

2013-08-15 Thread lemonade
For me, this seems to have been fixed with latest kernel upgrade: 3.8.0-29. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072343 Title: Sidewinder X4 Macro Keys not working To manage

[Bug 1152458] Re: HP Pavilion g7 - Assorted FWTS HIGH failures during testing

2013-08-15 Thread Po-Hsu Lin
** Attachment added: suspend-3.5.0-25-fwts0.25.06 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1152458/+attachment/3773287/+files/suspend-3.5.0-25-fwts0.25.06 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1152458] Re: HP Pavilion g7 - Assorted FWTS HIGH failures during testing

2013-08-15 Thread Po-Hsu Lin
** Attachment added: suspend-3.5.0-38-fwts0.25.06 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1152458/+attachment/3773288/+files/suspend-3.5.0-38-fwts0.25.06 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1152458] Re: HP Pavilion g7 - Assorted FWTS HIGH failures during testing

2013-08-15 Thread Po-Hsu Lin
Verified on 201209-11633, with 12.04.2 Kernel 3.5.0-23 + FWTS 0.25.06precise1 Kernel 3.5.0-25 + FWTS 0.25.06precise1 Kernel 3.5.0-38 + FWTS 0.25.06precise1 Not sure if it was fixed by the other package or not, however, this issue cannot be reproduced.: FAILED [HIGH] KlogHpwmiUnknownEventid: Test

  1   2   3   4   5   6   7   8   9   10   >