[Bug 1381967] Re: mongodb shell crash on arm64

2014-10-23 Thread Andrew Cloke
Many thanks to Michael, Raghu and Robie for helping to clarify. Marking this bug as invalid... ** Changed in: mongodb (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mongodb in Ubuntu.

[Bug 1216817] Re: Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors.

2014-10-23 Thread Vorobyoff Andrey
Hello! I'm using Ubuntu Server 14.04.1 in VM # cat /etc/issue Ubuntu 14.04.1 LTS \n \l # uname -a Linux vm-newsru-fe-02 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux I'm using nginx # dpkg -l | grep nginx ii nginx-common

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 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/1382190

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Graham Binns
** Changed in: maas Status: Triaged = In Progress -- 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/1382190 Title: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries To manage

[Bug 1274947] Re: juju lxc instances deployed via MAAS don't have resolvable hostnames

2014-10-23 Thread Graham Binns
*** This bug is a duplicate of bug 1382190 *** https://bugs.launchpad.net/bugs/1382190 ** This bug has been marked a duplicate of bug 1382190 LXCs assigned IPs by MAAS DHCP lack DNS PTR entries -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1384555] Re: Openstack Neutron Database error.

2014-10-23 Thread Tom Verdaat
** Also affects: neutron (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1384555 Title: Openstack Neutron Database error. To

[Bug 1382632] Re: Insecure key file permissions

2014-10-23 Thread Björn Tillenius
I don't think the ordering of the package installs are important. They run the same command. The problem seem to be that the code that creates the secret key doesn't create it with the right permissions. The current code in horizon/utils/secret_key.py does this: old_umask =

[Bug 1384555] Re: Openstack Neutron Database error on package install

2014-10-23 Thread Robert Campbell
** Summary changed: - Openstack Neutron Database error. + Openstack Neutron Database error on package install ** Summary changed: - Openstack Neutron Database error on package install + Openstack Neutron Database error on filling database -- You received this bug notification because you are

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Graham Binns
Ah, so, the light of day: $GENERATE is only useful for networks with an address range /24 — i.e. up to 255 addresses. After that it breaks down, because: $GENERATE 1-254 $.$.0.10.in-addr.arpa. IN PTR no-name-yet-$.$.maas. Only generates 255 addresses; it's not recursive. You just get

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Graham Binns
(I'd say that option 3 is the most tasteful, as long as we can solve the lag problem). -- 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/1382190 Title: LXCs assigned IPs by MAAS DHCP

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Gavin Panella
I think #1 is too limited. This will only satisfy a subset of users, and it's confusing to an outsider trying to deploy their charms, why won't RabbitMQ deploy in cluster $x when it deploys fine in cluster $y?. The answer is not easily discoverable, and the MAAS administrator may not realise that

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Julian Edwards
I don't think #3 is that bad actually; remember that's how we used to do it before static IP days so it's tried and tested (although admittedly the DNS was in place by the time commissioning ended). #2 is also good, but you have to calculate which lines to generate based on the netmask. I'd go

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Christian Reis
Let's try #2, though we will need to limit the size of the dynamic range as part of that. -- 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/1382190 Title: LXCs assigned IPs by MAAS DHCP

Re: [Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Graham Binns
On 23 October 2014 11:04, Julian Edwards 1382...@bugs.launchpad.net wrote: I don't think #3 is that bad actually; remember that's how we used to do it before static IP days so it's tried and tested (although admittedly the DNS was in place by the time commissioning ended). Yeah, #3 doesn't

[Bug 1384108] Re: Exception during message handling: QueuePool limit of size 10 overflow 20 reached, connection timed out, timeout 10

2014-10-23 Thread James Page
Increasing the max pool size seems to resolve this particular issue; maybe having a default that's a multiple of the worker configuration would be more intelligent here? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Ann Kamyshnikova
** Changed in: neutron Assignee: (unassigned) = Ann Kamyshnikova (akamyshnikova) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1384555 Title: Openstack Neutron Database error

[Bug 1382632] Re: Insecure key file permissions

2014-10-23 Thread Andreas Hasenack
Of course the problem isn't that it is run twice :) I said above that in the first run the file is created with the incorrect permissions, and then the second run barfs at that :) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1384109] Re: Mechanism driver 'l2population' failed in update_port_postcommit

2014-10-23 Thread James Page
Some debug later reveals that in: agent_ports += self._get_port_fdb_entries(binding.port) binding.port == None looking at how this gets into this state. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in

[Bug 1382632] Re: Insecure key file permissions when running under LXC

2014-10-23 Thread James Page
** Summary changed: - Insecure key file permissions + Insecure key file permissions when running under LXC -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to horizon in Ubuntu. https://bugs.launchpad.net/bugs/1382632 Title: Insecure

[Bug 1372945] Re: package apache2 2.4.7-1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

[Bug 1382632] Re: Insecure key file permissions when running under LXC

2014-10-23 Thread Björn Tillenius
The system where we saw this bug uses file system ACLs, with defauls, and thus the umask is ignored: ubuntu@juju-machine-0-lxc-5:/var/lib/openstack-dashboard$ getfacl . # file: . # owner: root # group: root user::rwx group::r-x other::r-x default:user::rwx default:group::r-x default:other::r-x

[Bug 1384109] Re: Mechanism driver 'l2population' failed in update_port_postcommit

2014-10-23 Thread James Page
I guess its possible that due to the level of concurrency, there are ports in the tenant network that are not fully bound at the point where this call is made. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu.

[Bug 1382632] Re: Insecure key file permissions

2014-10-23 Thread James Page
** Summary changed: - Insecure key file permissions when running under LXC + Insecure key file permissions -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to horizon in Ubuntu. https://bugs.launchpad.net/bugs/1382632 Title: Insecure

[Bug 1382632] Re: Insecure key file permissions

2014-10-23 Thread Björn Tillenius
To clarify, I see the same behavior on bare metal, deploying machines with MAAS using the fast-path installer, so it's not LXC-specific. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to horizon in Ubuntu.

[Bug 1216817] Re: Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors.

2014-10-23 Thread Thomas Ward
** Changed in: nginx Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nginx in Ubuntu. https://bugs.launchpad.net/bugs/1216817 Title: Using `fastcgi_cache` or `proxy_cache` with nginx-extras

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Ann Kamyshnikova
Checked this on MySQL and MariaDB. In both cases this error does not appear. Logs of running with MariaDB - http://paste.openstack.org/show/123532/. I used Juno and master neutron code also, both works fine. ** Changed in: neutron Status: New = Invalid -- You received this bug

[Bug 1383794] Re: [SRU] GCE datasource should use the short hostname

2014-10-23 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1361357] Re: metadata service performance regression ~8x

2014-10-23 Thread Corey Bryant
I've confirmed that non-caching performance on icehouse 2014.1.3 has been restored back to the 2014.1.1 range. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1361357 Title:

Re: [Bug 1384327] Re: lxc-attach --clear-env results in a limited $PATH in the container

2014-10-23 Thread Simon Déziel
On 10/23/2014 12:27 AM, Serge Hallyn wrote: As such, I think it would be pretty reasonable to change lxc to always use its own path. Serge, thanks for looking into this! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1384715] [NEW] package nova-common 1:2014.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-10-23 Thread fengnan-man
Public bug reported: when update from ubuntu 12.04 to 14.04 ProblemType: Package DistroRelease: Ubuntu 14.04 Package: nova-common 1:2014.1.3-0ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14 Uname: Linux 3.2.0-23-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64

[Bug 1384715] Re: package nova-common 1:2014.1.3-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-10-23 Thread Apport retracing service
** Tags removed: need-duplicate-check -- 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/1384715 Title: package nova-common 1:2014.1.3-0ubuntu1 failed to install/upgrade: subprocess

[Bug 1384751] Re: checkpoint restore fails with /usr/lib/x86_64-linux-gnu/lxc/lxc-restore-net: not found

2014-10-23 Thread Serge Hallyn
** Changed in: lxc Importance: Undecided = High ** Changed in: lxc Status: New = Triaged ** Also affects: lxc (Ubuntu) Importance: Undecided Status: New ** No longer affects: lxc ** Changed in: lxc (Ubuntu) Importance: Undecided = High ** Changed in: lxc (Ubuntu)

[Bug 1078213] Re: logs are not logrotated

2014-10-23 Thread Curtis Hovey
** Changed in: juju-core Milestone: 1.21-alpha2 = 1.21-alpha3 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu. https://bugs.launchpad.net/bugs/1078213 Title: logs are not logrotated To manage notifications about

[Bug 1384394] [NEW] /etc/network/interfaces: dns-nameservers entries for bridge br* interfaces are ignored i.e. they are not listed in /etc/resolv.conf when invoking ifup command

2014-10-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: lsb_release -rd Description:Ubuntu 14.04.1 LTS Release:14.04 apt-cache policy resolvconf resolvconf: Installed: 1.69ubuntu1.1 Candidate: 1.69ubuntu1.1 Version table: *** 1.69ubuntu1.1 0 500 http://ch.archive.ubuntu.com/ubuntu/

[Bug 1384394] Re: /etc/network/interfaces: dns-nameservers entries for bridge br* interfaces are ignored i.e. they are not listed in /etc/resolv.conf when invoking ifup command

2014-10-23 Thread Steve Langasek
Ok. So the crucial thing shown here is that in addition to the br interfaces, you have NetworkManager. NetworkManager sets 'nameserver 127.0.1.1', which by design will redirect DNS requests to a local dnsmasq proxy, with dnsmasq itself picking up the configured nameservers instead; and when set,

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Robert Campbell
Yes, with the standard neutron services it works, but we have some additional l2 and l3 plugins. WIll post config files. Here are the packages: We are using Ubuntu 14.04 LTS and the staging-Juno packages: root@vm-1:/var/log/mysql# dpkg --list |grep neutron ii neutron-common

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Robert Campbell
** Attachment added: neutron.conf https://bugs.launchpad.net/neutron/+bug/1384555/+attachment/4242437/+files/neutron.conf -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1384555

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Robert Campbell
** Attachment added: plugin.ini https://bugs.launchpad.net/neutron/+bug/1384555/+attachment/4242438/+files/plugin.ini -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1384555

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Graham Binns
Andres and I have discussed this further, and he pointed out that the LXCs can take a *long* time to start. That would be sufficient time for us to parse the leases file and update the DNS with a PTR for the new node (option #3). I've tested this out locally. The LXC container took ~30minutes to

[Bug 1384783] [NEW] Allow group-based entries in /etc/lxc/lxc-usernet

2014-10-23 Thread Stéphane Graber
Public bug reported: I've recently ran into a few cases where it'd have been very useful to be able to grant veth allocations to a group rather than to a user. This will also be required for running LXC on top of Unity8. Can we please add a syntax like: %lxcusers veth lxcbr0 10 Which would

[Bug 1362963] Re: findsmb command is missing from smbclient package

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

[Bug 1384783] Re: Allow group-based entries in /etc/lxc/lxc-usernet

2014-10-23 Thread Serge Hallyn
Sounds like a good idea, thanks. ** Changed in: lxc (Ubuntu) Importance: Undecided = Medium ** Changed in: lxc (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 969299] Re: Don't require use of mediate_deleted with LXC (was: apparmor prevents dpkg-divert and localedef from working in a container)

2014-10-23 Thread Jamie Strandboge
** Tags added: aa-kernel ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Precise) Status: New = Won't Fix ** Changed in: linux (Ubuntu) Importance: Undecided = Medium ** Changed in: linux (Ubuntu) Status: New = Confirmed

[Bug 1384394] Re: /etc/network/interfaces: dns-nameservers entries for bridge br* interfaces are ignored i.e. they are not listed in /etc/resolv.conf when invoking ifup command

2014-10-23 Thread R. Becke
Thank you for the detailed analysis - regarding: ... since NetworkManager should still be processed and the 127.0.1.1 should still take precedence ... Actually for me it is important that the 127.0.1.1 does not take precedence but instead my local name-servers take precedence (because when my

[Bug 1368815] Re: qemu-img convert intermittently corrupts output images

2014-10-23 Thread Serge Hallyn
Thanks for the information. Looks like we can apply these in debian too. ** Also affects: qemu (Ubuntu Utopic) Importance: High Status: Triaged ** Also affects: qemu (Ubuntu Vivid) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Robert Campbell
** Changed in: neutron Status: Invalid = Incomplete -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1384555 Title: Openstack Neutron Database error on filling database To

[Bug 1369294] Re: openvswitch-datapath-dkms 2.0.2-0ubuntu0.14.04.1: openvswitch kernel module failed to build [configure: error: Linux kernel in /lib/modules/3.13.0-35-generic/build is version 3.13.11

2014-10-23 Thread Joseph Salisbury
** Changed in: openvswitch (Ubuntu) Importance: Undecided = Medium -- 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/1369294 Title: openvswitch-datapath-dkms

[Bug 1384931] [NEW] NRPE does not respect dont_blame_nrpe argument

2014-10-23 Thread mattfast1
Public bug reported: After performing update from Ubuntu Server 14.04 to 14.10, the nagios- nrpe-server 2.15-1ubuntu1 package does not seem to respect the dont_blame_nrpe option in /etc/nagios/nrpe.cfg. This option was set to 1 and working properly under 14.04 using package version 2.15-0ubuntu1,

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~gmb/maas/add-ptr-records-bug-1382190 -- 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/1382190 Title: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries To manage

[Bug 1384943] [NEW] Pinger crashes with segfault in libc

2014-10-23 Thread mr_willem
Public bug reported: After upgrading ubuntu over from 12. something to the 14.04 lts release my squid proxy did not work any longer. It often happens that sites are loading quite long and in the end there is a connection problem. Just in this moments I can see the following happen in dmesg

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Tom Verdaat
** Changed in: neutron Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to neutron in Ubuntu. https://bugs.launchpad.net/bugs/1384555 Title: Openstack Neutron Database error on filling database To

[Bug 1384555] Re: Openstack Neutron Database error on filling database

2014-10-23 Thread Tom Verdaat
Can confirm that I've got the same problem on Ubuntu 14.04, Openstack Juno using the cloud-archive repository (juno-staging), ML2 with OVS and L2population plugins, flat and vxlan network(s), L3 HA and DVR enabled. Used puppet-neutron to deploy. -- You received this bug notification because you

Re: [Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Julian Edwards
On Thursday 23 Oct 2014 15:40:51 you wrote: Andres and I have discussed this further, and he pointed out that the LXCs can take a *long* time to start. That would be sufficient time for us to parse the leases file and update the DNS with a PTR for the new node (option #3). I've tested this

[Bug 1382190] Re: LXCs assigned IPs by MAAS DHCP lack DNS PTR entries

2014-10-23 Thread Christian Reis
Well, whatever we do let's please not race with the lxc creation. That would be worse than fixing this bug. :) -- 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/1382190 Title: LXCs

[Bug 1364630] Re: init: Error while reading from descriptor: Broken pipe

2014-10-23 Thread Kaspar Tint
Can confirm, this messes up my Plymouth splash also. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to init-system-helpers in Ubuntu. https://bugs.launchpad.net/bugs/1364630 Title: init: Error while reading from descriptor: Broken

[Bug 1349433] Re: AppArmor breaks seccomp @ Apache mpm-itk

2014-10-23 Thread Jamie Strandboge
** Tags added: aa-kernel -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mailman in Ubuntu. https://bugs.launchpad.net/bugs/1349433 Title: AppArmor breaks seccomp @ Apache mpm-itk To manage notifications about this bug go to:

[Bug 1321354] Re: open samba shares become unresponsive if unused for 15 minutes

2014-10-23 Thread yoyoma2
Happens with ubuntu 14.04 LTS mounting shares from Windows 7. Just mounting the share with 'gedit smb://mywinserver/mypath/myfile' with no file manager at all reproduces the bug. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba

[Bug 1385040] [NEW] Can't Install MySQL or MariaDB

2014-10-23 Thread Richard Johnson
Public bug reported: root@forest-laptop:~# cat /etc/issue Ubuntu 14.04.1 LTS \n \l root@forest-laptop:~# uname -a Linux forest-laptop 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:30:01 UTC 2014 i686 i686 i686 GNU/Linux root@forest-laptop:~# lsb_release -rd Description:Ubuntu 14.04.1 LTS

[Bug 1364630] Re: init: Error while reading from descriptor: Broken pipe

2014-10-23 Thread kbngmal
Confirmed. It seems to be something to do with xconsole : one@one-P35:/var/log$ cat syslog|grep pipe Oct 24 12:17:24 one-P35 rsyslogd-2039: Could no open output pipe '/dev/xconsole': No such file or directory [try http://www.rsyslog.com/e/2039 ] Oct 24 12:26:58 one-P35 kernel: [ 24.812375]

[Bug 1385050] [NEW] segfault and apparent memory corruption in tsrm_virtual_cwd.c

2014-10-23 Thread Jeff Waugh
Public bug reported: I have an utterly reproducible segfault with php5-fpm 5.5.9+dfsg- 1ubuntu4.4. Here are the top 4 backtrace frames. It looks to these relatively naive eyes like there's memory corruption in cwd, resolved_path, trypath, and actual_path. This trace was generated with realpath

[Bug 1385050] Re: segfault and apparent memory corruption in tsrm_virtual_cwd.c

2014-10-23 Thread Jeff Waugh
This is the core dump. ** Attachment added: core-php5-fpm.16825.bz2 https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1385050/+attachment/4243073/+files/core-php5-fpm.16825.bz2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1384095] Re: Fails to reboot after installing Ubuntu GNOME 14.10 release candidate in KVM

2014-10-23 Thread Marius Gedminas
I don't think this is related to KVM: I can reboot fine in the installed system, it's just the livecd/installer session that hangs. I also remember having this problem on real hardware back when I last installed Ubuntu. I regret not reporting it back then. This is not a critical bug: hitting

[Bug 1362296] Re: [wizard] wifi panel several issues

2014-10-23 Thread Antti Kaijanmäki
*** This bug is a duplicate of bug 1374419 *** https://bugs.launchpad.net/bugs/1374419 ** This bug has been marked a duplicate of bug 1374419 [TOPBLOCKER] Threading issue with the MenuModel Updates -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1382595] Re: [TOPBLOCKER] /usr/lib/arm-linux-gnueabihf/indicator-network/indicator-network-service:indicator-network-service: pthread_mutex_lock.c:80: __pthread_mutex_lock: Assertion `mutex-__da

2014-10-23 Thread Antti Kaijanmäki
Looking at the stacktrace, the assertion error happens inside dbus-cpp worker thread that has called core::dbus::Bus::run(). Some quick googling: http://stackoverflow.com/questions/1105745/pthread-mutex-assertion-error ** Also affects: dbus-cpp Importance: Undecided Status: New **

[Bug 1364296] Re: [Wizard] Connect to Wi-Fi screen is behaving erratically

2014-10-23 Thread Antti Kaijanmäki
*** This bug is a duplicate of bug 1374419 *** https://bugs.launchpad.net/bugs/1374419 ** This bug is no longer a duplicate of bug 1362296 [wizard] wifi panel several issues ** This bug has been marked a duplicate of bug 1374419 [TOPBLOCKER] Threading issue with the MenuModel Updates

[Bug 1273261] Re: Cryptsetup error during boot: /scripts/local-top/cryptroot: line 1: can't open /dev/mapper/ubuntu--vg-root: no such file

2014-10-23 Thread Shuhao
Can anyone boot after encountering this issue? I can drop into root shell in recovery, mount my partition as rw, but I can't be the normal boot process to go. Anyone around to help? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1384435] Re: 8086:0416 [Asus N550JK] Backlight not adjusting either from Fn keys or from system settings

2014-10-23 Thread Scott Pattinson
I ran apt-get update and I also installed https://launchpad.net /~indicator-brightness/+archive/ubuntu/ppa and now the brightness slider is present in the applet and works. So I now have a workaround to easily change brightness. the Fn brightness keys do not work and is confirmed from the fwts -i

[Bug 1384095] Re: Fails to reboot after installing Ubuntu GNOME 14.10 release candidate in KVM

2014-10-23 Thread Marius Gedminas
You dump the first gigabyte of the physical memory of a guest VM in KVM by Ctrl+Alt+2 and 'pmemdump 0 1073741824 memdump' The only log message appearing there after I 'sudo reboot' is Oct 23 06:02:18 ubuntu-gnome rsyslogd: [origin software=rsyslogd swVersion=7.4.4 x-pid=1022

[Bug 1181651] Re: ldconfig problem with 64-bit nvidia driver packages

2014-10-23 Thread Alberto Milone
** Changed in: nvidia-graphics-drivers (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1181651 Title: ldconfig problem with 64-bit nvidia driver packages

[Bug 1305020] Re: Startup Disk Creator fails to clear USB drive

2014-10-23 Thread Yu Ning
*** This bug is a duplicate of bug 1294877 *** https://bugs.launchpad.net/bugs/1294877 hmm, if gparted doesn't work I think that is a different issue. usb- creator and gnome-disk-util share the same cause because they both use udisks2, but gparted not. -- You received this bug notification

[Bug 1310489] Re: xorg.conf overwritten by booting system

2014-10-23 Thread Mark Duncan
This bug is still affecting me. I have a desktop with two nVidia cards in an SLI configuration. I need a custom xorg.conf to support my 1440p monitor, but my xorg.conf gets renamed to xorg.conf.mmdd almost every reboot. -- You received this bug notification because you are a member of

[Bug 610981] Re: Chat not available on Facebook site

2014-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: firefox (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/610981 Title:

[Bug 1384095] Re: Fails to reboot after installing Ubuntu GNOME 14.10 release candidate in KVM

2014-10-23 Thread Marius Gedminas
The reboot hangs in /etc/rc6.d/K11casper, in 'plymouth watch-keystroke': http://i.imgur.com/LGiRyOu.png (I added 'set -x' to the top of that file, and also to the top of /etc/rc6.d/K12reboot). So Plymouth is running, but for some reason it's not displaying any graphics (nor text) and it's not

[Bug 1384557] [NEW] gpartedbin crashed with SIGSEGV

2014-10-23 Thread Eliah Kagan
Public bug reported: On a Lubuntu Utopic amd64 system, gparted 0.19.0-1build1 crashed when I created a new partition table (of type Apple Partition Map) on a 16 GB (~15 GiB) USB flash drive, selecting mac (as this type is called in the GParted interface). The new partition table was apparently

[Bug 1384557] Stacktrace.txt

2014-10-23 Thread Apport retracing service
** Attachment added: Stacktrace.txt https://bugs.launchpad.net/bugs/1384557/+attachment/4242201/+files/Stacktrace.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384557 Title: gpartedbin

[Bug 1384557]

2014-10-23 Thread Apport retracing service
StacktraceSource: #0 0x7f36 in ?? () #1 0x7f3639d865b4 in ?? () #2 0x in ?? () StacktraceTop: ?? () ?? () ?? () -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1384557] Crash report cannot be processed

2014-10-23 Thread Apport retracing service
Thank you for your report! However, processing it in order to get sufficient information for the developers failed (it does not generate a useful symbolic stack trace). This might be caused by some outdated packages which were installed on your system at the time of the report: no debug symbol

[Bug 1384095] Re: Fails to reboot after installing Ubuntu GNOME 14.10 release candidate in KVM

2014-10-23 Thread Marius Gedminas
*** This bug is a duplicate of bug 966480 *** https://bugs.launchpad.net/bugs/966480 This is pretty much a duplicate of 966480. ** This bug has been marked a duplicate of bug 966480 The prompt asking for media removal is not shown at the end of the installation -- You received this bug

[Bug 966480] Re: The prompt asking for media removal is not shown at the end of the installation

2014-10-23 Thread Marius Gedminas
I can reliably reproduce this with KVM: kvm -usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus -cdrom ubuntugnome_utopic-desktop-amd64.iso -m 2048 See bug 1384095 for more details. -- You received this bug notification because you are a member of Ubuntu

[Bug 1384557] ThreadStacktrace.txt

2014-10-23 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt https://bugs.launchpad.net/bugs/1384557/+attachment/4242202/+files/ThreadStacktrace.txt ** Changed in: gparted (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1373928]

2014-10-23 Thread Tim Passingham
(In reply to Dan Lewis from comment #27) Yesterday, I downloaded LibreOffice from the PPA to test this problem on a 32 bit laptop using Ubuntu 14.04. (Mine was associated with the possibility of the mysql native connector might be the cause of this problem when using MySQL with LibreOffice.

[Bug 1373928]

2014-10-23 Thread Elderdanlewis
Yesterday, I downloaded LibreOffice from the PPA to test this problem on a 32 bit laptop using Ubuntu 14.04. (Mine was associated with the possibility of the mysql native connector might be the cause of this problem when using MySQL with LibreOffice. (Stefan Gruber and I have been on the

[Bug 1373928]

2014-10-23 Thread Gruber-6
I encountered this bug on my opensuse 13.1 system with LO 4.3.2.2 from factory-repo/OBS. Therefore it is not only ubuntu and might be an upstream issue. BTW if I create a simple form within the example database, it will not show any data at all. On an another similar machine the table view of a

[Bug 1377813] Re: tzdata SRU to 2014f because of law changes in Russia

2014-10-23 Thread Monsta
Thank you! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1377813 Title: tzdata SRU to 2014f because of law changes in Russia To manage notifications about this bug go to:

[Bug 1384587] [NEW] USB Devices (Mice and Keyboards) noedt available anymore after X start

2014-10-23 Thread Mr.Gosh
Public bug reported: Mostly after booting my USB devices doesn't work. But sometimes it works without any error. I can see the optical mice (Logitech RX250) blinks one time between booting and after that the light of the mouse switches off and I cannot use it anymore. In addition I can unlock my

[Bug 1270610] Re: Restore test keeps asking for password even though it is entered properly

2014-10-23 Thread Jan C. P.
I had the same issue in 14.04 last week, too. I am certain that I did not misspell my password as I could decrypt a file from the backup just fine using GPG in Terminal. This week Déjà Dup asked for the password again and this time it worked just fine. -- You received this bug notification

[Bug 1384387] Re: smuxi notifications are duplicated, multiplied in Messaging Menu

2014-10-23 Thread Mirco Bauer
Please make a screenshot of this. Was it ok at some point? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384387 Title: smuxi notifications are duplicated, multiplied in Messaging Menu To manage

[Bug 1188229] Re: Source contains binary libs

2014-10-23 Thread Bug Watch Updater
** Changed in: python-selenium (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1188229 Title: Source contains binary libs To manage notifications about this bug

[Bug 1384597] [NEW] [drm/i915] stuck on render ring

2014-10-23 Thread Francesco Visin
Public bug reported: Chrome hangs with a stuck on render ring message on Ubuntu 14.04, 3.13.0-37-generic This bug has been fixed upstream: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=77104 dmesg: [21103.988448] [drm] Module unloaded [21103.992678] bbswitch: disabling discrete graphics

[Bug 1384587] Status changed to Confirmed

2014-10-23 Thread Brad Figg
This change was made by a bot. ** Changed in: linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384587 Title: USB Devices (Mice and Keyboards) noedt

[Bug 1384597] Missing required logs.

2014-10-23 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem. From a terminal window please run: apport-collect 1384597 and then change the status of the bug to 'Confirmed'. If, due to the nature of the issue you have encountered, you are unable to run this command, please add a

[Bug 1382909] Re: Dell XPS 15Z Requires Kernel Parameters to Boot Correctly

2014-10-23 Thread md_5
I am genuinely surprised. Despite 3.17 having worse issues (bugged display dimming as well), 3.18 RC1 appears to work fine without any paramaters at all: Linux XPS-15Z 3.18.0-031800rc1-generic #201410192135 SMP Mon Oct 20 01:37:04 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Looking forward to 15.04

[Bug 1384597] Re: [drm/i915] stuck on render ring

2014-10-23 Thread Chris Wilson
*** This bug is a duplicate of bug 1274779 *** https://bugs.launchpad.net/bugs/1274779 ** This bug has been marked a duplicate of bug 1274779 [ivb] hang on pageflip (IPEHR: 0x0a01 or 0x0a080001 depending on pipe) -- You received this bug notification because you are a member of

[Bug 657094] Re: Evince when printing a pdf creates strange gapping.

2014-10-23 Thread John McPherson
This happens because cairo is putting newline \n characters into the stream when creating PDF files (before compressing the stream), in an attempt to do word-wrapping to keep the line size short (I think 72 columns?). PDFs created like this appear ok on screen in evince, ghostscript etc, but some

[Bug 1381967] Re: mongodb shell crash on arm64

2014-10-23 Thread Andrew Cloke
Many thanks to Michael, Raghu and Robie for helping to clarify. Marking this bug as invalid... ** Changed in: mongodb (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1031718] Re: Obscure error messages caused by ubuntu patch

2014-10-23 Thread wdoekes
So. Apparently this has been fixed somewhere along the road to Ubuntu 14.04. The patch is commented out in the debian/patches/series file in version 1.3.0-0ubuntu2. However, the debian/changelog doesn't tell me when that happened (or when it was added, for that matter). -- You received this

[Bug 1318119] Re: 14.04 corrupted graphics on cirrus (in qemu) [PATCH available]

2014-10-23 Thread Maarten Lankhorst
** Changed in: xserver-xorg-video-modesetting (Ubuntu) Assignee: (unassigned) = Maarten Lankhorst (mlankhorst) ** Changed in: xserver-xorg-video-modesetting (Ubuntu) Status: New = Incomplete ** Changed in: xserver-xorg-video-modesetting (Ubuntu) Importance: Undecided = Medium --

[Bug 1216817] Re: Using `fastcgi_cache` or `proxy_cache` with nginx-extras causes the push module to throw errors.

2014-10-23 Thread Vorobyoff Andrey
Hello! I'm using Ubuntu Server 14.04.1 in VM # cat /etc/issue Ubuntu 14.04.1 LTS \n \l # uname -a Linux vm-newsru-fe-02 3.13.0-35-generic #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux I'm using nginx # dpkg -l | grep nginx ii nginx-common

[Bug 1384612] [NEW] package tzdata 2014e-0ubuntu0.14.04 failed to install/upgrade: unable to securely remove '/usr/sbin/tzconfig.dpkg-new': Read-only file system

2014-10-23 Thread Alfredo Pacheco Jr
Public bug reported: package tzdata 2014e-0ubuntu0.14.04 failed to install/upgrade: unable to securely remove '/usr/sbin/tzconfig.dpkg-new': Read-only file system Error occured while attempting to install Java 7 update on 23 OCT 2014. ProblemType: Package DistroRelease: Ubuntu 14.04 Package:

[Bug 1384615] Re: package tzdata-java 2014e-0ubuntu0.14.04 failed to install/upgrade: unable to securely remove '/usr/share/javazi/Atlantic/Canary.dpkg-new': Read-only file system

2014-10-23 Thread Apport retracing service
** Tags removed: need-duplicate-check -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384615 Title: package tzdata-java 2014e-0ubuntu0.14.04 failed to install/upgrade: unable to securely remove

  1   2   3   4   5   6   7   8   9   10   >