[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