[Bug 1190986] Re: ERROR Nonce already used

2014-07-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~lutostag/maas/trunk+nonce-generation-fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to maas in Ubuntu. https://bugs.launchpad.net/bugs/1190986 Title: ERROR Nonce already used To manage notifications about

[Bug 1180281] Re: “Unable to connect to libvirt” when using virt-manager with the xl toolstack and Xen 4.2.1

2014-07-11 Thread mppatel
I have tried with ubuntu 14.04 and libvirt 1.2.2 and getting the same error what sir/madam Thiago Martins (martinx) reported. any body has idea to solve this error internal error:libxenlight failed to create new domain this error may be because of few packages not included in libvirt for

[Bug 1335652] Re: phpinfo() Type Confusion Information Leak Vulnerability

2014-07-11 Thread Robie Basak
Link to upstream bug: https://bugs.php.net/bug.php?id=67498 Which specific versions of PHP in Ubuntu are affected, please? And can we have the specific upstream VCS commits that we would be cherry- picking to Ubuntu? I believe this is worth fixing anyway. What is the exact impact to ordinary

[Bug 1180281] Re: “Unable to connect to libvirt” when using virt-manager with the xl toolstack and Xen 4.2.1

2014-07-11 Thread Stefan Bader
The logs (/var/log/libvirt/libxl) on the host may contain more info. It should work for HVM. If you try to start a PVM you may hit bug #1326003. If your issue is a different one, please open a new bug report. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1303986] Re: [SRU][FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-07-11 Thread Viktor Petersson
I will be looking over this together with Kiril. -- 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/1303986 Title: [SRU][FFe] CloudSigma Datasource doesn't handle vendor-data

[Bug 1307473] Re: guest hang due to missing clock interrupt

2014-07-11 Thread Mike Lowe
I believe I have the same problem, place a guest under any amount of load, let's say 'yum upgrade' and the network stack goes out to lunch for 1-5 seconds. Here is a sample of the ping statistics (host to guest) from doing such an operation on a 3.13.0-30.55 kernel: 213 packets transmitted, 213

[Bug 1340836] Re: kvm juju deploy --lxc:machine error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
ubuntu@ubuntu-local-machine-2:~$ cat /var/log/lxc/juju-machine-2-lxc-0.log lxc-start 1405096303.317 ERRORlxc_cgfs - cgroupfs failed to detect cgroup metadata lxc-start 1405096303.317 ERRORlxc_start - failed initializing cgroup support lxc-start 1405096303.339 ERROR

[Bug 1340836] Re: kvm juju deploy --lxc:machine error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
ubuntu@ubuntu-local-machine-2:~$ dpkg -l | grep cgroup ii cgmanager0.24-0ubuntu7 amd64 Central cgroup manager daemon ii libcgmanager0:amd64 0.24-0ubuntu7 amd64 Central cgroup manager daemon (client library)

[Bug 1340836] [NEW] [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
Public bug reported: Deploying a (mysql) service on a KVM instance using juju local lxc fails in lxc-start. agent-state-info: '(error: error executing lxc-start: The container fa iled to start.; To get more details, run the container in foreground mode.; Additional information can be obtained

[Bug 1340836] Re: [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start

2014-07-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: juju-core (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in Ubuntu.

[Bug 1340836] Re: [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
ubuntu@ubuntu-local-machine-2:~$ find /sys/fs/cgroup -maxdepth 3 /sys/fs/cgroup /sys/fs/cgroup/cgmanager /sys/fs/cgroup/cgmanager/sock ubuntu@ubuntu-local-machine-2:~$ -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju-core in

[Bug 1307473] Re: guest hang due to missing clock interrupt

2014-07-11 Thread Mike Lowe
I can confirm that rolling back to 3.13.0-27 from 3.13.0-30 alleviated my symptoms. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1307473 Title: guest hang due to missing clock

[Bug 1340836] Re: [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start

2014-07-11 Thread ashley
** Changed in: lxc Status: New = Confirmed -- 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/1340836 Title: [juju/lxc] juju local deploy on kvm machine using lxc failed with

[Bug 1340836] Re: [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start

2014-07-11 Thread Manoj Iyer
I am not sure if this might be the cause of failure.. ignore this comment if this does not make sense. Reading this patch to lxc-dev: https://lists.linuxcontainers.org/pipermail/lxc-devel/2014-February/007780.html I see: + if (geteuid() == 0) + d-cgroup_pattern =

[Bug 1340901] [NEW] ssh_util.setup_user_keys restricts permission on ssh public keys dir, preventing login

2014-07-11 Thread Patrick Lucas
Public bug reported: Bug present in: Ubuntu 14.04 LTS, cloud-init 0.7.5-0ubuntu1 In ssh_util.py, setup_user_keys, which is called by config.cc_ssh.apply_credentials, changes the permissions of the directory into which the new user's public ssh key is written. This directory is found by parsing

[Bug 1340903] [NEW] cc_ssh_authkey_fingerprints does not honor cfg option 'no_ssh_fingerprints'

2014-07-11 Thread Patrick Lucas
Public bug reported: This appears to be a simple typo: config.cc_ssh_authkey_fingerprints.handle: if 'no_ssh_fingerprints' in cfg: log.debug((Skipping module named %s, logging of ssh fingerprints disabled), name) should be: if 'no_ssh_fingerprints' in cfg:

[Bug 516061] Re: configure command line missing from phpinfo

2014-07-11 Thread Hugh G. Rection
This affects whoever needs to detect the state of the interpreter their code is running in, much like ini_get() is used to get ini settings. In my case, I need to detect if PHP was compiled with --enable-sigchild so that I know how to handle proc_close() calls. -- You received this bug

[Bug 516061] Re: configure command line missing from phpinfo

2014-07-11 Thread Hugh G. Rection
For now, there is an inconvenient and inefficient workaround: Execute process 'php-config --configure-options' and parse the output. But that'll probably not work in Windows. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in

[Bug 1340901] Re: ssh_util.setup_user_keys restricts permission on ssh public keys dir, preventing login

2014-07-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** 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 1340836] Re: error: error executing lxc-start when juju client runs inside kvm

2014-07-11 Thread Curtis Hovey
** Summary changed: - [juju/lxc] juju local deploy on kvm machine using lxc failed with error: error executing lxc-start + error: error executing lxc-start when juju client runs inside kvm ** Changed in: juju-core Status: New = Triaged ** Changed in: juju-core Importance: Undecided =

[Bug 583994] Re: Consider replacing ntpdate calls by 'ntpd -g'

2014-07-11 Thread Ben Shadwick
Adding ubuntu-meta because ntpdate lists it as a dependency, when ntpd should be allowed as an alternative. ** Also affects: ubuntu-meta (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 583994] Re: Consider replacing ntpdate calls by 'ntpd -g'

2014-07-11 Thread Ben Shadwick
Oops, I meant it the other way around: ubuntu-minimal lists ntpdate as a dependency, such that ubuntu-minimal is uninstalled if you try to replace ntpdate with ntpd. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ntp in Ubuntu.

[Bug 1340983] [NEW] GlanceMirror class does not expose progress update callbacks

2014-07-11 Thread Mike McCracken
Public bug reported: The GlanceMirror class has no callback to provide progress updates on image downloads. OS images are often large enough (and you may be syncing several images) that this presents a serious UX problem during which a user (or client program) of simplestreams will not be able

[Bug 1335652] Re: phpinfo() Type Confusion Information Leak Vulnerability

2014-07-11 Thread Kurt Cancemi
This can be closed because this CVE and a whole other bunch of CVE's were fixed in bug #1338170 which was filed after this bug report. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 1173952] Re: Suspend and hibernate not working in 13.04/13.10 with alx module

2014-07-11 Thread pqwoerituytrueiwoq
@azm1 sounds like the system is using the S1 or maybe S2 state to me, not the usual S3 state, check your bios setting for the type of suspend -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to pm-utils in Ubuntu.