[Bug 685096] Re: USB Passthrough not working for Windows 7 guest

2014-06-11 Thread Michal Suchanek
I can connect to network with qemu 2.0 with and win 7 pro 64bit guest. qemu-system-x86_64 -machine accel=kvm -smp 2 -m 1024 -net none -device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb- host,vendorid=0x0b95,productid=0x772b,id=hostdev0,bus=usb.0 -usb -usbdevice tablet -hda

[Bug 1307614] Re: MAAS sometimes attempts to install to USB flash drive

2014-06-11 Thread Scott Moser
Roderick, To quote the page you referenced: | Ubuntu Server (CLI) Installation | 300 MHz x86 processor | 192 MiB of system memory (RAM) | 1 GB of disk space | Graphics card and monitor capable of 640x480 | CD drive 1GB for server. so 2GB is *twice* the *recommended* (not required)

[Bug 1297962] Re: [sru] Nova-compute doesnt start

2014-06-11 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released ** Changed in: nova Milestone: None = juno-1 -- 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/1297962 Title: [sru]

[Bug 1274772] Re: libvirt.txt in gate is full of error messages

2014-06-11 Thread Thierry Carrez
** Changed in: nova Status: Fix Committed = Fix Released ** Changed in: nova Milestone: None = juno-1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/1274772 Title:

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Diogo Matsubara
I ran the tests again[1] with an updated packaging branch[2] which adds the syslinux-dev package as dependency but got another failure, this time a missing /usr/lib/syslinux/chain.c32 file. Looks like the path for that file changed on utopic's syslinux-common: ubuntu@utopic:~$ dpkg -L

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Gavin Panella
** Changed in: maas Status: New = Triaged ** Changed in: maas Importance: Undecided = Critical -- 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/1328659 Title:

[Bug 1328958] [NEW] Local provider fails to bootstrap on utopic

2014-06-11 Thread Max Brustkern
Public bug reported: I'm trying to init and bootstrap the juju local provider on utopic. I keep getting a chown: invalid user error: max@eden:~$ rm -rf .juju max@eden:~$ juju init A boilerplate environment configuration file has been written to /home/max/.juju/environments.yaml. Edit the file

[Blueprint servercloud-u-juju-core] Server team specific Juju work for Utopic

2014-06-11 Thread Robie Basak
Blueprint changed by Robie Basak: Work items changed: Work items: Provide Juju 2.x in Trusty: TODO + Land juju-core update in Utopic: TODO + Land juju-quickstart update in Utopic: TODO -- Server team specific Juju work for Utopic

[Bug 1322498] Re: Unable to set swift container ACL's on existing containers

2014-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package ceph - 0.80.1-0ubuntu1.1 --- ceph (0.80.1-0ubuntu1.1) trusty; urgency=medium * Fix issue setting Swift ACL's on existing containers (LP: #1322498): - d/p/bug-8428.patch: Cherry pick proposed fix from upstream VCS. -- James Page

[Bug 1322498] Update Released

2014-06-11 Thread Scott Kitterman
The verification of the Stable Release Update for ceph has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a

[Bug 985489] Re: nova-compute stops processing compute.$HOSTNAME occasionally on libvirt

2014-06-11 Thread Michael H Wilson
@wangpan I'm revisiting this bug, do you have a link to the change that you proposed? Even if you didn't think it was adequate I'd like to see your approach. -Mike -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nova in Ubuntu.

[Bug 1329015] [NEW] getdeb repository not work

2014-06-11 Thread lesar
Public bug reported: befor install s-d-p on server I have add archive.getdeb.net repository and if I do a sudo apt-get update all work fine. then I install s-d-p and s-d-p-c now if I do sudo apt-get update I get this error W: Impossible get

[Bug 1329049] [NEW] quickstart fails, hardcodes /var/lib/lxc/ somewhere

2014-06-11 Thread Martin Pitt
Public bug reported: I am on current Utopic, and installed the utopic-proposed juju packages (as 1.18.1 is known to not work on utopic): ii juju-core1.18.4-0ubuntu1 amd64Juju is devops distilled - client ii juju-local 1.18.4-0ubuntu1 all dependency

[Bug 1329049] Re: quickstart fails, hardcodes /var/lib/lxc/ somewhere

2014-06-11 Thread Martin Pitt
It indeed created some stuff there, which LXC can't see: $ sudo ls -l /var/lib/lxc/ drwxr-xr-x 3 root root 4096 Jun 11 21:45 juju-precise-template drwxr-xr-x 3 root root 4096 Mär 11 11:04 martin-local-machine-1 I wiped /var/lib/lxc/ again and made a /var/lib/lxc → /scratch/lxc symlink, and with

[Bug 1329051] [NEW] local boostrapping of juju-gui fails on git not found

2014-06-11 Thread Martin Pitt
an endless stream of 2014-06-11 20:03:18 ERROR juju.worker.uniter.charm git.go:211 git command failed: exec: git: executable file not found in $PATH path: /var/lib/juju/agents/unit-juju-gui-0/state/deployer/update-20140611-220318576432597 args: []string{init} 2014-06-11 20:03:18 WARNING

[Bug 1329051] Re: local boostrapping of juju-gui fails on git not found

2014-06-11 Thread Martin Pitt
Exactly the same issue with $ juju init # edit .juju/environments.yaml to select trusty as default release, and default to local $ juju bootstrap uploading tools for series [utopic precise trusty] Logging to /home/martin/.juju/local/cloud-init-output.log on remote host Starting MongoDB server

[Bug 1329051] Re: local boostrapping of juju-gui fails on git not found

2014-06-11 Thread Martin Pitt
So I poked further, and thought to install git manually: $ sudo lxc-attach -n martin-local-machine-1 root@martin-local-machine-1:/# apt-get install git Fehl http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 Verbindung mit 127.0.0.1:3142 nicht möglich (127.0.0.1) - connect

[Bug 1008475] Re: winbindd nsswitch fails with RID backend on 12.04

2014-06-11 Thread Bug Watch Updater
** Changed in: samba Status: Confirmed = Incomplete -- 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/1008475 Title: winbindd nsswitch fails with RID backend on 12.04 To manage

[Bug 1329051] Re: local charm deployment fails on git not found due to wrong apt proxy

2014-06-11 Thread Martin Pitt
I just got the very same problem with cs:trusty/postgresql-1, with the same solution. So I figure the problem is the improper usage of the host proxy that has a localhost address. It needs to be translated to talking to the proxy on the host. -- You received this bug notification because you are

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-11 Thread Alex Bligh
Hi, I tried to test this and couldn't get it to work, though I may have done something stupid. I run precise, and upgraded to the lts-trusty kernel. I then removed open-vm-tools ( friends), and inserted the custom built precise package. That all worked fine, but I still can't mount vmhgfs as I

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Diogo Matsubara
** Branch linked: lp:~matsubara/maas/syslinux-dev-dep-utopic -- 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/1328659 Title: import_boot_images task fails on utopic To manage

[Bug 1328166] Re: /etc/cron.d/maas_remote_syslog_compress not removed on package uninstall

2014-06-11 Thread Diogo Matsubara
How did you uninstall? I tried on a pristine utopic VM (1.5.2+bzr2282-0ubuntu1) and with apt-get remove --purge, the file was successfully removed but with apt-get remove only the file was preserved as expected. ** Changed in: maas (Ubuntu) Status: New = Incomplete -- You received

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-11 Thread Alex Bligh
Further playing about suggests I need (somehow) vmware-hgfsclient, but the package seems devoid of any documentation or manual pages. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu.

[Bug 1322151] Re: ImportError: No module named pexpect setting up maas-dns

2014-06-11 Thread Diogo Matsubara
This has been verified in the MAAS qa lab: http://d-jenkins.ubuntu- ci:8080/view/MAAS/job/utopic-adt-maas/14/consoleFull ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1324944] Re: MAAS fires 5 tasks to write_dhcp_config when only one nodegroup change was made

2014-06-11 Thread Diogo Matsubara
This has been verified in the MAAS QA lab: http://d-jenkins.ubuntu-ci:8080/view/MAAS/job/utopic-adt-maas/70/artifact/results/artifacts/maas-logs/var/log/maas/celery.log and

[Bug 1328166] Re: /etc/cron.d/maas_remote_syslog_compress not removed on package uninstall

2014-06-11 Thread Mike McCracken
Thanks for testing. I had thought I'd used purge via a separate script, but now that I look back I'm not sure. My apologies for the bug spam ** Changed in: maas (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1311724] Re: Macbook Air resumes immidiately after suspend

2014-06-11 Thread Jancis
Today it almost fried my macbook, was very hot when i got it out of bag. I have MacBookPro11,2, contents of cat /proc/acpi/wakeup are exactly as above. Started after package upgrades couple weeks ago, now persists with all kernels i have on grub loader. 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4

[Bug 1289489] Re: Installing MAAS from cloud-tools-next on precise fails

2014-06-11 Thread Diogo Matsubara
Hi Ryan, I tried this in a pristine precise VM with the current version of maas in cloud-tools-next (1.5+bzr2252-0ubuntu1~ctools0) and didn't get any errors during install. I didn't get errors when I ran the upgrade test from cloud-tools to cloud-tools-next either so I'm closing this as

[Bug 908112] Re: #110992 still happens (modules are not loaded)

2014-06-11 Thread Jason N
So at least in 1.8.13-1 it still doesn't work. I don't know how to get 1.8.14-2 in Precise LTS. Below is what I get when trying to run ipmitool without loading the ipmi modules explicitly with /etc/rc.local Please advise. jason@server:~$ apt-cache policy ipmitool ipmitool: Installed:

[Bug 1328659] Re: import_boot_images task fails on utopic

2014-06-11 Thread Julian Edwards
Ok, so we're either going to have to detect which file should be used or make the switch to utopic on trunk. Since we want to continue to deploy trunk to trusty, we'll have to detect the file's location. ** Tags added: provisioning -- You received this bug notification because you are a member

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-06-11 Thread Stephen A. Zarkos
We have run our network, VNET, BVT and E2E tests using the walinuxagent 2.0.5 package for Ubuntu 12.04 and found no issues. Cloud Test Update: * Network Tests : Completed. [41 PASS, 1 XFAIL] Expected Failed Tests : 1. NETWORK-IDNS-SINGLEHS-CHANGED-HOSTNAME Reason : After

[Bug 1313450] Re: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or Xen) with default configuration

2014-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vsftpd in Ubuntu. https://bugs.launchpad.net/bugs/1313450 Title: Unable to start vsftpd on Ubuntu 14.04 (Amazon/EC2 or

[Bug 1300739] Re: keepalived doesn't load any ipv6 virtual servers

2014-06-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to keepalived in Ubuntu. https://bugs.launchpad.net/bugs/1300739 Title: keepalived doesn't load any ipv6 virtual servers To

[Bug 1290920] Re: template container contains user log mount in error

2014-06-11 Thread Tim Penhey
I found that the code was committed back in march to not mount the log dir in the container. My juju-precise-template lxc container had a line that include a mount to /home/tim/.juju/local/log, which caused cgroups to complain when logged in as my other local user. Removing the

[Bug 1290920] Re: non-default lxc-dir breaks local provider

2014-06-11 Thread Tim Penhey
Gah, I should read the entire description before changing things. This was a different problem to me that had exactly the same error message. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu.

[Bug 1290920] Re: non-default lxc-dir breaks local provider

2014-06-11 Thread Martin Pitt
For the record, on current utopic I didn't see this failed to mount '/home/ubuntu/.juju/local/log' error message any more. I still have trouble with non-default lxcpath, but it's different now. I filed bug 1329049 about that yesterday. So from my POV this can be closed, not sure if Tim still