[Bug 1366004] [NEW] Sleep in RPC reconnect is affected by NTPd on neutron services' startup

2014-09-05 Thread Miroslav Los
Public bug reported: Under certain situations, the neutron server and all its agents will hang for a while on startup and become unresponsive. The issue can be demonstrated by doing neutron agent-list shortly after reboot: $ neutron agent-list Connection to neutron failed: Maximum attempts

[Bug 951087] Re: Samba non-functional on boot.

2013-02-19 Thread Miroslav Zaťko
** Changed in: samba (Ubuntu) Status: Expired = Confirmed -- 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/951087 Title: Samba non-functional on boot. To manage notifications

[Bug 996968] Re: Samba needs to be stopped and restarted in order to work

2013-02-19 Thread Miroslav Zaťko
confirmed on fresh install of ubuntu 12.04TLS, it is definitely not dependent on PArnal's local configuration, for me even start on (local-filesystems and net-device-up IFACE=eth0) did not help it needs restart of smbd/nmbd after each reboot ** Changed in: samba (Ubuntu) Status: Invalid

[Bug 951087] Re: Samba non-functional on boot.

2013-02-19 Thread Miroslav Zaťko
the bug is still here... confirmed again on fresh install of Ubuntu 12.04LTS even start on (local-filesystems and net-device-up IFACE=eth0) did not help -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu.

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-10-18 Thread Miroslav Zacek
A colleague of mine, Jaromir, provided a fixed patch and reproducible test case. Please check the main stream bug report http://bugs.php.net/bug.php?id=52389 for details -- Segmentation fault in PHP5 with pgsql module https://bugs.launchpad.net/bugs/607646 You received this bug notification

[Bug 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-08-17 Thread Miroslav Zacek
It hasn't been fixed yet, unfortunately :-( So here is a small howto for (k)ubuntu if you need to fix it (root privileges assumed): 1) create a directory somewhere, e.g. /usr/src/openssl, chdir there and run: apt-get source openssl apt-get build-dep openssl 2) edit

[Bug 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-08-17 Thread Miroslav Zacek
In the previous howto in step 2 please note there is no semicolon at the end of the line after the change. This is correct!. On the following line 1957 there is a function call that should be executed only if ENGINE_add (toadd) returns true. If you keep the semicolon there the code will compile

[Bug 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-07-26 Thread Miroslav Zacek
Greg Hanley: it seems the bug was found and will be fixed in the next release of openssl. The reason why it is segfaulting on one machine and not the other is probably the fact that one CPU supports AES-NI and the other not. The problem is in multiple openssl initializations. If you want to fix

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-07-26 Thread Miroslav Zacek
Your welcome. I've submited the patch to PHP already, see http://bugs.php.net/bug.php?id=52389 because we've detected this bug in Mac and Windows as well. ** Bug watch added: bugs.php.net/ #52389 http://bugs.php.net/bug.php?id=52389 -- Segmentation fault in PHP5 with pgsql module

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-07-21 Thread Miroslav Zacek
I think I've found the problem. It is in the pgsql extension. The memory for the notices is allocated as non persistent but the whole structure is persistent. The destructor tries to free memory that was already cleaned by the garbage collector which causes the segmentation fault. I've created a

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-07-20 Thread Miroslav Zacek
** Attachment added: backtrace http://launchpadlibrarian.net/52202146/gdb-apache2_php.txt -- Segmentation fault in PHP5 with pgsql module https://bugs.launchpad.net/bugs/607646 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-07-20 Thread Miroslav Zacek
It looks like something similar was already here one year ago... http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542514 ** Bug watch added: Debian Bug tracker #542514 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542514 -- Segmentation fault in PHP5 with pgsql module

[Bug 607646] Re: Segmentation fault in PHP5 with pgsql module

2010-07-20 Thread Miroslav Zacek
I tried recompile php without the suhosin patch and it is still segfaulting. See the *notice in frame #2 address is out of bounds (in function _php_pgsql_notice_ptr_dtor) This bug look very similar to php5 bug #542514 which was found in 5.2.10 and fixed in 5.2.11. ** Attachment added:

[Bug 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-07-12 Thread Miroslav Zacek
I have the same configuration and also get the segmentation fault. I'd like just to add that the apache crashes even if any SSL page is accessed on that server, not only via php5-curl. -- apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

[Bug 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-07-12 Thread Miroslav Zacek
I checked it today and it is still there for me :-( I checked the code and found that php5-curl in ext/curl/interface.c line 819 calls curl_global_init(CURL_GLOBAL_SSL). If I changed it to CURL_GLOBAL_NOTHING the apache didn't crash. So I followed this code through the libcurl to the openssl

[Bug 574416] [NEW] package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-05-03 Thread Miroslav
Public bug reported: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) ProblemType: Package Architecture: i386 Date: Mon May 3 14:04:38 2010 DistroRelease: Ubuntu 9.10 ErrorMessage: subprocess installed post-installation script returned

[Bug 574416] Re: package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-05-03 Thread Miroslav
** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt http://launchpadlibrarian.net/47535805/.etc.apparmor.d.usr.sbin.mysqld.txt ** Attachment added: AptOrdering.txt http://launchpadlibrarian.net/47535807/AptOrdering.txt ** Attachment added: Dependencies.txt