[Bug 1029896] [NEW] package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-07-27 Thread Kurt Huwig
Public bug reported:

automatic update of package

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Fri Jul 27 13:00:37 2012
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: nova
Title: package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed to 
install/upgrade: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

-- 
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/1029896

Title:
  package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed
  to install/upgrade: Unterprozess installiertes post-installation-
  Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1029896/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1029896] Re: package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-07-27 Thread Kurt Huwig
-- 
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/1029896

Title:
  package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed
  to install/upgrade: Unterprozess installiertes post-installation-
  Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1029896/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1029896] Re: package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-07-30 Thread Kurt Huwig
Hi Adam,

yes, I had devstack installed. This is the output from your command:

$ python -c 'import webob.exc'
Traceback (most recent call last):
  File "", line 1, in 
ImportError: No module named webob.exc

I purged python-webob (and everything else from nova), removed
/etc/nova/ and then reinstalled nova-common. Now it works fine. Thanks
for your help!

-- 
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/1029896

Title:
  package nova-common 2012.1+stable~20120612-3ee026e-0ubuntu1.2 failed
  to install/upgrade: Unterprozess installiertes post-installation-
  Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1029896/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1033444] [NEW] Deleting an added floating IP just removes it from the server

2012-08-06 Thread Kurt Huwig
Public bug reported:

When I try to delete an IP that is attached to a server, it is only
removed from the server, but not deleted. Only the second delete will
actually delete it. I waited several seconds between the commands. I
expect the command to either fail completely or remove the IP from the
server and then delete it.

$ nova floating-ip-list
++--+---+--+
|   Ip   | Instance Id  |Fixed Ip   | Pool |
++--+---+--+
| 192.168.22.130 | 0200d6ef-1f1b-462a-94a5-7b60011d1612 | 192.168.23.59 | nova |
++--+---+--+

$ nova floating-ip-delete 192.168.22.130

$ nova floating-ip-list
++-+--+--+
|   Ip   | Instance Id | Fixed Ip | Pool |
++-+--+--+
| 192.168.22.130 | None| None | nova |
++-+--+--+

$ nova floating-ip-delete 192.168.22.130

$ nova floating-ip-list
++-+--+--+
| Ip | Instance Id | Fixed Ip | Pool |
++-+--+--+
++-+--+--+

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1033444

Title:
  Deleting an added floating IP just removes it from the server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1033444/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1033444] Re: Deleting an added floating IP just removes it from the server

2012-08-13 Thread Kurt Huwig
It's from Ubuntu: 2012.1-0ubuntu1

-- 
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/1033444

Title:
  Deleting an added floating IP just removes it from the server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1033444/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1036093] [NEW] nova volume-attach with high device name keeps volume in state "attaching"

2012-08-13 Thread Kurt Huwig
Public bug reported:

If I attach a volume to a high device name, e.g. /dev/vdm

nova volume-attach f91e2097-5e2f-47df-90ea-f6da292df41b 4072 /dev/vdm

then nothing happens within the instance and the volume is in the state
"attaching". According to the logs the iscsi attach works and the lv is
in use by tgt. After that, I am unable to detach the volume or shutdown
the instance. The first device that causes the problem is /dev/vdk which
means the first 10 letters a-j are working fine.

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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/1036093

Title:
  nova volume-attach with high device name keeps volume in state
  "attaching"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1036093] Re: nova volume-attach with high device name keeps volume in state "attaching"

2012-08-14 Thread Kurt Huwig
Version is nova-common 2012.1-0ubuntu2

-- 
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/1036093

Title:
  nova volume-attach with high device name keeps volume in state
  "attaching"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1036093] Re: nova volume-attach with high device name keeps volume in state "attaching"

2012-08-23 Thread Kurt Huwig
it's cirros-0.3.x uec

-- 
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/1036093

Title:
  nova volume-attach with high device name keeps volume in state
  "attaching"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1036093] Re: nova volume-attach with high device name keeps volume in state "attaching"

2012-09-04 Thread Kurt Huwig
** Changed in: nova (Ubuntu)
   Status: Incomplete => New

-- 
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/1036093

Title:
  nova volume-attach with high device name keeps volume in state
  "attaching"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1036093/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1033444] Re: Deleting an added floating IP just removes it from the server

2012-09-04 Thread Kurt Huwig
** Changed in: nova (Ubuntu)
   Status: Incomplete => New

-- 
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/1033444

Title:
  Deleting an added floating IP just removes it from the server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1033444/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1075948] [NEW] Cinder installation depends on installing Git

2012-11-07 Thread Kurt Huwig
Public bug reported:

python-cinder depends on python-setuptools-git which depends on git

It should depend on either python-setuptools or python-setuptools-git
not just the git variant.

** Affects: cinder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cinder in Ubuntu.
https://bugs.launchpad.net/bugs/1075948

Title:
  Cinder installation depends on installing Git

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1075948/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1073287] Re: tgt-admin fails to read configuration

2012-11-07 Thread Kurt Huwig
This also happens when using openstack cinder. Replacing the "*.conf" by
"*" fixes the issue

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt in Ubuntu.
https://bugs.launchpad.net/bugs/1073287

Title:
  tgt-admin fails to read configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1073287/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 602689] [NEW] Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Kurt Huwig
Public bug reported:

Binary package hint: php5

I have these 2 php files:

- 8<  parta.php

- 8< 

- 8<  partb.php

- 8< 

When calling this, I get

[Wed Jul 07 13:58:07 2010] [notice] child pid 8589 exit signal
Segmentation fault (11)

I reduced the code to the bare minimum. Having the function in the same
php file works fine, as well as having just one entry in the array or
one parameter to the function call.

With slightly different code, I got

[Wed Jul 07 13:06:38 2010] [notice] child pid 2362 exit signal Bus error
(7)

I created a core dump and this is the backtrace (2MB packed, available
upon request).

#0  0x7f8fc2810343 in ?? () from /usr/lib/apache2/modules/libphp5.so
#1  0x7f8fc27ef93d in _zval_dtor_func () from 
/usr/lib/apache2/modules/libphp5.so
#2  0x7f8fc27e39bd in _zval_ptr_dtor () from 
/usr/lib/apache2/modules/libphp5.so
#3  0x7f8fc27fc642 in ?? () from /usr/lib/apache2/modules/libphp5.so
#4  0x7f8fc27fc8c8 in zend_hash_graceful_reverse_destroy () from 
/usr/lib/apache2/modules/libphp5.so
#5  0x7f8fc27e3f6e in ?? () from /usr/lib/apache2/modules/libphp5.so
#6  0x7f8fc27f06d2 in ?? () from /usr/lib/apache2/modules/libphp5.so
#7  0x7f8fc279c385 in php_request_shutdown () from 
/usr/lib/apache2/modules/libphp5.so
#8  0x7f8fc287cdc7 in ?? () from /usr/lib/apache2/modules/libphp5.so
#9  0x7f8fc6640140 in ap_run_handler (r=0x7f8fc7c27098) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#10 0x7f8fc6643aa8 in ap_invoke_handler (r=0x7f8fc7c27098) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#11 0x7f8fc665149c in ap_internal_redirect (new_uri=, 
r=) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:501
#12 0x7f8fbfe38c95 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#13 0x7f8fc6640140 in ap_run_handler (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#14 0x7f8fc6643aa8 in ap_invoke_handler (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#15 0x7f8fc6651678 in ap_process_request (r=0x7f8fc7c1dcb8) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:282
#16 0x7f8fc664e528 in ap_process_http_connection (c=0x7f8fc7c17bd8) at 
/build/buildd/apache2-2.2.14/modules/http/http_core.c:190
#17 0x7f8fc6647cf8 in ap_run_process_connection (c=0x7f8fc7c17bd8) at 
/build/buildd/apache2-2.2.14/server/connection.c:43
#18 0x7f8fc6656037 in child_main (child_num_arg=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:662
#19 0x7f8fc665634a in make_child (s=0x7f8fc7831938, slot=41) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:758
#20 0x7f8fc665667b in startup_children (_pconf=, 
plog=, s=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:776
#21 ap_mpm_run (_pconf=, plog=, 
s=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:997
#22 0x7f8fc662c350 in main (argc=3, argv=0x7fff695fc958) at 
/build/buildd/apache2-2.2.14/server/main.c:742

The system is Ubuntu 10.04 Lucid with all updates installed.

ii  apache2  2.2.14-5ubuntu8   Apache 
HTTP Server metapackage
ii  apache2-mpm-prefork  2.2.14-5ubuntu8   Apache 
HTTP Server - traditional non-threade
ii  apache2-utils2.2.14-5ubuntu8   utility 
programs for webservers
ii  apache2.2-bin2.2.14-5ubuntu8   Apache 
HTTP Server common binary files
ii  apache2.2-common 2.2.14-5ubuntu8   Apache 
HTTP Server common files
ii  libapache2-mod-php5  5.3.2-1ubuntu4.2  
server-side, HTML-embedded scripting languag

ii  libapache2-mod-php5  5.3.2-1ubuntu4.2  
server-side, HTML-embedded scripting languag
ii  php5-common  5.3.2-1ubuntu4.2  Common 
files for packages built from the php
ii  php5-gd  5.3.2-1ubuntu4.2  GD 
module for php5
ii  php5-mcrypt  5.3.2-0ubuntu1MCrypt 
module for php5
ii  php5-mysql   5.3.2-1ubuntu4.2  MySQL 
module for php5
ii  php5-xcache  1.3.0-5ubuntu1Fast, 
stable PHP opcode cacher

When I deinstall xcache, the crash still happens. I tried to reproduce
it on another machine, but without success. It just crashes on one
machine.

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Kurt Huwig
I don't think it is the same as bug #531150:

1. the page is NOT in ~/public_html/ but in a configured virtual host

2. short_tags = on does not help; in php.ini the option

short_open_tag = On

was already active. I added "short_tags" but it still crashes.

Frankly, I don't quite understand some of the comments of #531150.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-08 Thread Kurt Huwig
The system is AMD64 (I thought this was clear from the backtrace
output).

uname -a
Linux 2.6.32-24-server #38-Ubuntu SMP Mon Jul 5 10:29:32 UTC 2010 x86_64 
GNU/Linux

I followed the instructions from the wiki, but there seems to be a
missing package:

apt-get install libapache2-mod-php5-dbgsym
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libapache2-mod-php5-dbgsym: Depends: libapache2-mod-php5 (= 5.3.2-1ubuntu4) 
but 5.3.2-1ubuntu4.2 is to be installed
E: Broken packages

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-08 Thread Kurt Huwig
I forced the installation of the debug symbols, but they did not match
the binary:

warning: the debug information found in
"/usr/lib/debug//usr/lib/apache2/modules/libphp5.so" does not match
"/usr/lib/apache2/modules/libphp5.so" (CRC mismatch).


warning: the debug information found in 
"/usr/lib/debug/usr/lib/apache2/modules/libphp5.so" does not match 
"/usr/lib/apache2/modules/libphp5.so" (CRC mismatch).

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 611305] [NEW] No debug symbols for libapache2-mod-php5

2010-07-29 Thread Kurt Huwig
Public bug reported:

Binary package hint: php5

I cannot install the debug symbols which blocks bug #602689

apt-get install libapache2-mod-php5-dbgsym
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libapache2-mod-php5-dbgsym: Depends: libapache2-mod-php5 (= 5.3.2-1ubuntu4) 
but 5.3.2-1ubuntu4.2 is to be installed
E: Broken packages

If I force the installation, the symbols do not match the binary.

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No debug symbols for libapache2-mod-php5
https://bugs.launchpad.net/bugs/611305
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-29 Thread Kurt Huwig
I pinned the release to 5.3.2-1ubuntu4 and downgraded. This is the core-
dump:

Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f3168507343 in _zend_mm_free_canary_int (heap=0x7f316e2b8a30, 
p=0xe781bdf254723a17) at /build/buildd/php5-5.3.2/Zend/zend_alloc_canary.c:2090
2090/build/buildd/php5-5.3.2/Zend/zend_alloc_canary.c: No such file or 
directory.
in /build/buildd/php5-5.3.2/Zend/zend_alloc_canary.c
(gdb) bt
#0  0x7f3168507343 in _zend_mm_free_canary_int (heap=0x7f316e2b8a30, 
p=0xe781bdf254723a17) at /build/buildd/php5-5.3.2/Zend/zend_alloc_canary.c:2090
#1  0x7f31684e693d in _zval_dtor_func (zvalue=0x7f316e4f72a8) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.c:36
#2  0x7f31684da9bd in _zval_ptr_dtor (zval_ptr=0x7f316e4f9b68) at 
/build/buildd/php5-5.3.2/Zend/zend_variables.h:35
#3  0x7f31684f3642 in zend_hash_apply_deleter (ht=0x7f3168bdea48, 
p=0x7f316e4f9b50) at /build/buildd/php5-5.3.2/Zend/zend_hash.c:813
#4  0x7f31684f38c8 in zend_hash_graceful_reverse_destroy 
(ht=0x7f3168bdea48) at /build/buildd/php5-5.3.2/Zend/zend_hash.c:848
#5  0x7f31684daf6e in shutdown_executor () at 
/build/buildd/php5-5.3.2/Zend/zend_execute_API.c:256
#6  0x7f31684e76d2 in zend_deactivate () at 
/build/buildd/php5-5.3.2/Zend/zend.c:962
#7  0x7f3168493385 in php_request_shutdown (dummy=0x7f316e2b8a30) at 
/build/buildd/php5-5.3.2/main/main.c:1649
#8  0x7f3168573dc7 in php_handler (r=0x7f3168573dc7) at 
/build/buildd/php5-5.3.2/sapi/apache2handler/sapi_apache2.c:512
#9  0x7f316c337140 in ap_run_handler (r=0x7f316e536a68) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#10 0x7f316c33aaa8 in ap_invoke_handler (r=0x7f316e536a68) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#11 0x7f316c34849c in ap_internal_redirect (new_uri=, 
r=) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:501
#12 0x7f3165b2fc95 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#13 0x7f316c337140 in ap_run_handler (r=0x7f316e53ca38) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#14 0x7f316c33aaa8 in ap_invoke_handler (r=0x7f316e53ca38) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#15 0x7f316c348678 in ap_process_request (r=0x7f316e53ca38) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:282
#16 0x7f316c345528 in ap_process_http_connection (c=0x7f316e525728) at 
/build/buildd/apache2-2.2.14/modules/http/http_core.c:190
#17 0x7f316c33ecf8 in ap_run_process_connection (c=0x7f316e525728) at 
/build/buildd/apache2-2.2.14/server/connection.c:43
#18 0x7f316c34d037 in child_main (child_num_arg=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:662
#19 0x7f316c34d34a in make_child (s=0x7f316e126938, slot=31) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:758
#20 0x7f316c34d67b in startup_children (_pconf=, 
plog=, s=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:776
#21 ap_mpm_run (_pconf=, plog=, 
s=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:997
#22 0x7f316c323350 in main (argc=3, argv=0x7fff4c5330e8) at 
/build/buildd/apache2-2.2.14/server/main.c:742


** Changed in: php5 (Ubuntu)
   Status: Incomplete => New

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 611316] [NEW] Segmentation fault in php5-sybase

2010-07-29 Thread Kurt Huwig
Public bug reported:

Binary package hint: php5

I get a segmentation fault within php_mssql.c:

Core was generated by `/usr/sbin/apache2 -k start'.
Program terminated with signal 11, Segmentation fault.
#0  0x7f825deca3fc in php_mssql_do_connect (ht=0, 
return_value=0x7f8268cfa668, return_value_ptr=0x7fff004a36f8, 
this_ptr=0x7fff004a3700, return_value_used=4864176, persistent=0)
at /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:590
590 /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c: No such file or 
directory.
in /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c
(gdb) bt
#0  0x7f825deca3fc in php_mssql_do_connect (ht=0, 
return_value=0x7f8268cfa668, return_value_ptr=0x7fff004a36f8, 
this_ptr=0x7fff004a3700, return_value_used=4864176, persistent=0)
at /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:590
#1  0x7f825decb8a6 in zif_mssql_select_db (ht=0, 
return_value=0x7f8268cfa668, return_value_ptr=0x0, this_ptr=0x0, 
return_value_used=0) at /build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:870
#2  0x7f826369ec7a in zend_do_fcall_common_helper_SPEC 
(execute_data=0x7f8268f61f80) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:313
#3  0x7f8263675f60 in execute (op_array=0x7f82686ffde0) at 
/build/buildd/php5-5.3.2/Zend/zend_vm_execute.h:104
#4  0x7f826364dc8d in zend_execute_scripts (type=32642, 
retval=0x7fff004a3b20, file_count=3) at 
/build/buildd/php5-5.3.2/Zend/zend.c:1266
#5  0x7f82635f98f8 in php_execute_script (primary_file=0x7fff004a2c18) at 
/build/buildd/php5-5.3.2/main/main.c:2288
#6  0x7f82636daf2d in php_handler (r=0x7f82636daf2d) at 
/build/buildd/php5-5.3.2/sapi/apache2handler/sapi_apache2.c:674
#7  0x7f826749e140 in ap_run_handler (r=0x7f826872e1d8) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#8  0x7f82674a1aa8 in ap_invoke_handler (r=0x7f826872e1d8) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#9  0x7f82674af49c in ap_internal_redirect (new_uri=, 
r=) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:501
#10 0x7f8260c96c95 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#11 0x7f826749e140 in ap_run_handler (r=0x7f826872bfc8) at 
/build/buildd/apache2-2.2.14/server/config.c:159
#12 0x7f82674a1aa8 in ap_invoke_handler (r=0x7f826872bfc8) at 
/build/buildd/apache2-2.2.14/server/config.c:373
#13 0x7f82674af678 in ap_process_request (r=0x7f826872bfc8) at 
/build/buildd/apache2-2.2.14/modules/http/http_request.c:282
#14 0x7f82674ac528 in ap_process_http_connection (c=0x7f8268723f58) at 
/build/buildd/apache2-2.2.14/modules/http/http_core.c:190
#15 0x7f82674a5cf8 in ap_run_process_connection (c=0x7f8268723f58) at 
/build/buildd/apache2-2.2.14/server/connection.c:43
#16 0x7f82674b4037 in child_main (child_num_arg=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:662
#17 0x7f82674b434a in make_child (s=0x7f826832d938, slot=49) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:758
#18 0x7f82674b467b in startup_children (_pconf=, 
plog=, s=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:776
#19 ap_mpm_run (_pconf=, plog=, 
s=) at 
/build/buildd/apache2-2.2.14/server/mpm/prefork/prefork.c:997
#20 0x7f826748a350 in main (argc=3, argv=0x7fff004a6598) at 
/build/buildd/apache2-2.2.14/server/main.c:742

I had to downgrade to 5.3.2-1ubuntu4 to be able to install the debug
symbols due to bug #611305. But the segfault happens with
5.3.2-1ubuntu4.2 as well.

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Segmentation fault in php5-sybase
https://bugs.launchpad.net/bugs/611316
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-29 Thread Kurt Huwig
bug #589953 has a segfault in the same line of _zend_mm_free_canary_int
but with a different stacktrace.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-29 Thread Kurt Huwig
bug #607646 shows a different backtrace and a patch related to pgsql,
but the pgsql package is not installed on my machine.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 538871] Re: authbind fail on IPv6

2011-03-07 Thread Kurt Huwig
There is a patch for this:

http://toroid.org/ams/etc/authbind-ipv6-support

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to authbind in ubuntu.
https://bugs.launchpad.net/bugs/538871

Title:
  authbind fail on IPv6

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1062220] Re: qemu-system-arm crashed with SIGABRT in cpu_abort()

2015-10-16 Thread Kurt Huwig
Also happens on wily when running

$ qemu-system-arm -machine realview-pb-a8

-- 
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/1062220

Title:
  qemu-system-arm crashed with SIGABRT in cpu_abort()

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1062220/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1430181] [NEW] rpcbind/rpc.statd listen on all interfaces

2015-03-10 Thread Kurt Huwig
Public bug reported:

There is no way to prevent rpcbind from listening on all interfaces for
TCP connections. The setting "-h" only applies to UDP connections. There
is a bug and fix from 2007:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=84494

The link to the fix gives a 404 for me, but it probably is in their VCS.

How to reproduce:

1. install rpcbind
2. in /etc/default/rpcbind:

OPTIONS="$OPTIONS -h 192.168.255.1"

3. restart rpcbind

root@node1 ~ # netstat -lnp | grep rpcbind
tcp0  0 0.0.0.0:111 0.0.0.0:*   LISTEN  
8982/rpcbind
tcp6   0  0 :::111  :::*LISTEN  
8982/rpcbind
udp0  0 192.168.255.1:111   0.0.0.0:*   
8982/rpcbind
udp0  0 127.0.0.1:111   0.0.0.0:*   
8982/rpcbind
udp0  0 0.0.0.0:677 0.0.0.0:*   
8982/rpcbind
udp6   0  0 ::1:111 :::*
8982/rpcbind
udp6   0  0 :::677  :::*
8982/rpcbind

The same applies to rpc.statd: even when supplying the

-n, --name ipaddr | hostname
  Specifies the bind address used for RPC listener sockets.

option, it still listens on all interfaces, while '--outgoing-port' and
'--port' work as expected:

/etc/default/nfs-common:
STATDOPTS="--name 192.168.255.1 --port 32765 --outgoing-port 32766"

root@node1 ~ # netstat -lnp | grep rpc.statd
tcp0  0 0.0.0.0:32765   0.0.0.0:*   LISTEN  
8988/rpc.statd  
tcp6   0  0 :::32765:::*LISTEN  
8988/rpc.statd  
udp0  0 0.0.0.0:32765   0.0.0.0:*   
8988/rpc.statd  
udp0  0 127.0.0.1:684   0.0.0.0:*   
8988/rpc.statd  
udp6   0  0 :::32765:::*
8988/rpc.statd

** Affects: rpcbind (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rpcbind in Ubuntu.
https://bugs.launchpad.net/bugs/1430181

Title:
  rpcbind/rpc.statd listen on all interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/1430181/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1432989] [NEW] Apache2 default installation has lua module but no library

2015-03-17 Thread Kurt Huwig
Public bug reported:

Bug 1323930 is marked as "Fix released" but the problem still exists:

If I enable the module "lua" in the apache2 default installation, I
cannot start the server:

$ docker run -it --rm ubuntu:trusty bash
root@6b882ad1774a:/# apt-get update
root@6b882ad1774a:/# apt-get install apache2

[...]

root@6b882ad1774a:/# a2enmod lua
Enabling module lua.
To activate the new configuration, you need to run:
  service apache2 restart
root@6b882ad1774a:/# apache2ctl -t  
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on 
line 1 of /etc/apache2/mods-enabled/lua.load: Cannot load 
/usr/lib/apache2/modules/mod_lua.so into server: 
/usr/lib/apache2/modules/mod_lua.so: cannot open shared object file: No such 
file or directory
Action '-t' failed.
The Apache error log may have more information.
root@6b882ad1774a:/# service apache2 start
 * Starting web server apache2  
  * 
 * The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax error on 
line 1 of /etc/apache2/mods-enabled/lua.load: Cannot load 
/usr/lib/apache2/modules/mod_lua.so into server: 
/usr/lib/apache2/modules/mod_lua.so: cannot open shared object file: No such 
file or directory
Action 'configtest' failed.
The Apache error log may have more information.
root@6b882ad1774a:/# dpkg -l apache2
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version Architecture
Description
+++-=-===-===-===
ii  apache2   2.4.7-1ubuntu4.4amd64   
Apache HTTP Server

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1432989

Title:
  Apache2 default installation has lua module but no library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1432989/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1323930] Re: mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))

2015-03-17 Thread Kurt Huwig
The problem still exists. I've opened bug 1432989 for that.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/1323930

Title:
  mod_lua.so missing from 14.04 install (apache2-bin, 2.4.7-1ubuntu4))

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1323930/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1430181] Re: rpcbind/rpc.statd listen on all interfaces

2015-03-19 Thread Kurt Huwig
Thanks for the patch! Just two questions:

1. why does rpcbind not listen to UDP any more?
2. have you noticed that a similar problem exists in rpc.statd?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rpcbind in Ubuntu.
https://bugs.launchpad.net/bugs/1430181

Title:
  rpcbind/rpc.statd listen on all interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/1430181/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Kurt Huwig
Hi Clint,

I just put another 3 hours into it:

The bug happens in this source code line:

if(passwd_len>255) {
passwd[255] = '\0';
}

of php_mssql_do_connect. I found this out by disassembling the code in
the core dump:


Dump of assembler code for function php_mssql_do_connect:
   0x7f1d4804c330 <+0>: push   %r14
   0x7f1d4804c332 <+2>: push   %r13
   0x7f1d4804c334 <+4>: push   %r12
   0x7f1d4804c336 <+6>: mov%r9d,%r12d
   0x7f1d4804c339 <+9>: push   %rbp
   0x7f1d4804c33a <+10>:mov%edi,%ebp
   0x7f1d4804c33c <+12>:push   %rbx
   0x7f1d4804c33d <+13>:mov%rsi,%rbx
   0x7f1d4804c340 <+16>:lea0x2ef8(%rip),%rsi# 0x7f1d4804f23f
   0x7f1d4804c347 <+23>:sub$0xc0,%rsp
   0x7f1d4804c34e <+30>:mov%fs:0x28,%rax
   0x7f1d4804c357 <+39>:mov%rax,0xb8(%rsp)
   0x7f1d4804c35f <+47>:xor%eax,%eax
   0x7f1d4804c361 <+49>:lea0x8f(%rsp),%rax
   0x7f1d4804c369 <+57>:lea0x88(%rsp),%rcx
   0x7f1d4804c371 <+65>:lea0x78(%rsp),%rdx
   0x7f1d4804c376 <+70>:lea0x84(%rsp),%r9
   0x7f1d4804c37e <+78>:lea0x70(%rsp),%r8
   0x7f1d4804c383 <+83>:movq   $0x0,0x78(%rsp)
   0x7f1d4804c38c <+92>:mov%rax,0x10(%rsp)
   0x7f1d4804c391 <+97>:lea0x80(%rsp),%rax
   0x7f1d4804c399 <+105>:   movq   $0x0,0x70(%rsp)
   0x7f1d4804c3a2 <+114>:   movq   $0x0,0x68(%rsp)
   0x7f1d4804c3ab <+123>:   movb   $0x0,0x8f(%rsp)
   0x7f1d4804c3b3 <+131>:   mov%rax,0x8(%rsp)
   0x7f1d4804c3b8 <+136>:   lea0x68(%rsp),%rax
   0x7f1d4804c3bd <+141>:   mov%rax,(%rsp)
   0x7f1d4804c3c1 <+145>:   xor%eax,%eax
   0x7f1d4804c3c3 <+147>:   callq  0x7f1d4804a768 

   0x7f1d4804c3c8 <+152>:   cmp$0x,%eax
   0x7f1d4804c3cb <+155>:   je 0x7f1d4804c7b3 

   0x7f1d4804c3d1 <+161>:   cmpl   $0xff,0x88(%rsp)
   0x7f1d4804c3dc <+172>:   jle0x7f1d4804c3ea 
   0x7f1d4804c3de <+174>:   mov0x78(%rsp),%rax
   0x7f1d4804c3e3 <+179>:   movb   $0x0,0xff(%rax)
   0x7f1d4804c3ea <+186>:   cmpl   $0xff,0x84(%rsp)
   0x7f1d4804c3f5 <+197>:   jle0x7f1d4804c403 
   0x7f1d4804c3f7 <+199>:   mov0x70(%rsp),%rax
   0x7f1d4804c3fc <+204>:   movb   $0x0,0xff(%rax)
   0x7f1d4804c403 <+211>:   cmpl   $0xff,0x80(%rsp)
   0x7f1d4804c40e <+222>:   jle0x7f1d4804c41c 
   0x7f1d4804c410 <+224>:   mov0x68(%rsp),%rax
=> 0x7f1d4804c415 <+229>:   movb   $0x0,0xff(%rax)
   0x7f1d4804c41c <+236>:   cmp$0x4,%ebp
   0x7f1d4804c41f <+239>:   jbe0x7f1d4804c7e0 

   0x7f1d4804c425 <+245>:   cmpq   $0x0,0x60(%rsp)
   0x7f1d4804c42b <+251>:   lea0x2e3a(%rip),%rdx# 0x7f1d4804f26c
   0x7f1d4804c432 <+258>:   je 0x7f1d4804c92f 

   0x7f1d4804c438 <+264>:   mov0x206d2a(%rip),%edi# 
0x7f1d48253168 
   0x7f1d4804c43e <+270>:   callq  0x7f1d4804a508 
   0x7f1d4804c443 <+275>:   mov0x206d27(%rip),%edi# 
0x7f1d48253170 
   0x7f1d4804c449 <+281>:   callq  0x7f1d4804a468 
   0x7f1d4804c44e <+286>:   callq  0x7f1d4804a788 

Having this hint, I checked the code of the PHP-script which was:

define ("MSSQL_SERVER", "www");
define ("MSSQL_USER", "xxx");
define ("MSSQL_PASSWORD", "yyy");
define ("MSSQL_DATABASE", "zzz");

mssql_connect(MSSQL_SERVER, MSSQL_USER, MSSQL_PASSWORD);
mssql_select_db(MSSQL_DATABASE);

So there was no error checking. In fact the hostname of the server was
wrong, this is why the connection did not succeed. After I fixed the
hostname, the code ran without the segmentation fault. It made no
difference, if I use "define" or put in the values for the connection
als strings.

So the bug is triggered, if the hostname for mssql_connect does not
exist.

-- 
Segmentation fault in php5-sybase
https://bugs.launchpad.net/bugs/611316
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 611316] Re: Segmentation fault in php5-sybase

2010-09-14 Thread Kurt Huwig
Some side note: the debug symbols do not match the source code.
According to the disassembly, the segfault happened in

/build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:561

but gdb shows

/build/buildd/php5-5.3.2/ext/mssql/php_mssql.c:593

I will add this to Bug #611305

-- 
Segmentation fault in php5-sybase
https://bugs.launchpad.net/bugs/611316
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-09-14 Thread Kurt Huwig
The bug happens in this line:

if (--(*op_array->refcount)>0) {
return;
}

of destroy_op_array, when the code tries to read the refcount, according
to the disassembler:


Dump of assembler code for function destroy_op_array:
   0x7f6c321e2080 <+0>: push   %r13
   0x7f6c321e2082 <+2>: push   %r12
   0x7f6c321e2084 <+4>: push   %rbp
   0x7f6c321e2085 <+5>: push   %rbx
   0x7f6c321e2086 <+6>: mov%rdi,%rbx
   0x7f6c321e2089 <+9>: sub$0x8,%rsp
   0x7f6c321e208d <+13>:mov0x48(%rdi),%rbp
   0x7f6c321e2091 <+17>:mov0x50(%rdi),%r13d
   0x7f6c321e2095 <+21>:mov0x90(%rdi),%rdi
   0x7f6c321e209c <+28>:test   %rdi,%rdi
   0x7f6c321e209f <+31>:je 0x7f6c321e20b2 
   0x7f6c321e20a1 <+33>:callq  0x7f6c321f6940 
   0x7f6c321e20a6 <+38>:mov0x90(%rbx),%rdi
   0x7f6c321e20ad <+45>:callq  0x7f6c321ccc80 <_efree>
   0x7f6c321e20b2 <+50>:mov0x40(%rbx),%rdx
=> 0x7f6c321e20b6 <+54>:mov(%rdx),%eax
   0x7f6c321e20b8 <+56>:sub$0x1,%eax
   0x7f6c321e20bb <+59>:test   %eax,%eax
   0x7f6c321e20bd <+61>:mov%eax,(%rdx)
   0x7f6c321e20bf <+63>:je 0x7f6c321e20d0 

The pointer look bad, as rdx points to 0x7f6c28390138:

(gdb) info registers
rax0x7f6c321e2270   140102674031216
rbx0x7f6c36d2a7b0   140102752970672
rcx0x201f0  131568
rdx0x7f6c28390138   140102508020024
rsi0x0  0
rdi0x0  0
rbp0x7f6c28390140   0x7f6c28390140
rsp0x7fff2f1ae250   0x7fff2f1ae250
r8 0x7f6c36583290   140102744945296
r9 0xc08e69804da8f602   -4571600571954825726
r100x7f6c3691aad0   140102748711632
r110x7f6c365f2c20   140102745402400
r120x7f6c36d6bc00   140102753238016
r130xd423394
r140x7fff2f1aebf8   140733983681528
r150x113e0  70624
rip0x7f6c321e20b6   0x7f6c321e20b6 
eflags 0x246[ PF ZF IF ]
cs 0x33 51
ss 0x2b 43
ds 0x0  0
es 0x0  0
fs 0x0  0
gs 0x0  0

and this location is not memory mapped:

(gdb) x 0x7f6c28390138
0x7f6c28390138: Cannot access memory at address 0x7f6c28390138

The bug does not happen with the php-cli, but with apache-php.

-- 
Segmentation fault in libapache2-mod-php5 when calling methods
https://bugs.launchpad.net/bugs/602689
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 611305] Re: No debug symbols for libapache2-mod-php5

2010-09-14 Thread Kurt Huwig
As written in Bug #611316, the debug symbols for

/build/buildd/php5-5.3.2/ext/mssql/php_mssql.c

are off by 32 lines, according to the disassembly of a core dump.

** Changed in: php5 (Ubuntu)
   Status: Invalid => New

-- 
No debug symbols for libapache2-mod-php5
https://bugs.launchpad.net/bugs/611305
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 611305] Re: No debug symbols for libapache2-mod-php5

2010-09-15 Thread Kurt Huwig
Ah, sorry for the noise. I just did an "apt-get source" and did not
apply the patches.

-- 
No debug symbols for libapache2-mod-php5
https://bugs.launchpad.net/bugs/611305
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644910] [NEW] Hardy: apache2-mpm-itk cannot be installed due to dependency

2010-09-21 Thread Kurt Huwig
Public bug reported:

Binary package hint: apache2

Ubuntu 8.04.4 LTS

r...@storage:~# apt-get install apache2-mpm-itk

[...]

The following packages have unmet dependencies:
  apache2-mpm-itk: Depends: apache2.2-common (= 2.2.8-1ubuntu0.17) but 
2.2.8-1ubuntu0.18 is to be installed

** Affects: apache2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Hardy: apache2-mpm-itk cannot be installed due to dependency
https://bugs.launchpad.net/bugs/644910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644910] Re: Hardy: apache2-mpm-itk cannot be installed due to dependency

2010-09-22 Thread Kurt Huwig
According to this page:

https://launchpad.net/ubuntu/hardy/+source/apache2

The apache2-mpm-itk is not part of apache2 in Hardy. Updating was my
first try. Just tried again, but no change:

r...@storage:~# apt-get update
Hit http://de.archive.ubuntu.com hardy Release.gpg
Ign http://de.archive.ubuntu.com hardy/main Translation-en_US
Ign http://de.archive.ubuntu.com hardy/restricted Translation-en_US
Ign http://de.archive.ubuntu.com hardy/universe Translation-en_US   

   
Ign http://de.archive.ubuntu.com hardy/multiverse Translation-en_US 

   
Hit http://de.archive.ubuntu.com hardy-updates Release.gpg  

   
Ign http://de.archive.ubuntu.com hardy-updates/main Translation-en_US   

   
Ign http://de.archive.ubuntu.com hardy-updates/restricted Translation-en_US 

   
Ign http://de.archive.ubuntu.com hardy-updates/universe Translation-en_US   

   
Hit http://security.ubuntu.com hardy-security Release.gpg   

   
Ign http://security.ubuntu.com hardy-security/main Translation-en_US

   
Ign http://de.archive.ubuntu.com hardy-updates/multiverse Translation-en_US 

   
Hit http://de.archive.ubuntu.com hardy Release  

   
Hit http://de.archive.ubuntu.com hardy-updates Release  

   
Ign http://security.ubuntu.com hardy-security/restricted Translation-en_US  

   
Ign http://security.ubuntu.com hardy-security/universe Translation-en_US

   
Ign http://security.ubuntu.com hardy-security/multiverse Translation-en_US  

   
Hit http://security.ubuntu.com hardy-security Release   

   
Hit http://de.archive.ubuntu.com hardy/main Packages

   
Hit http://security.ubuntu.com hardy-security/main Packages 

   
Hit http://de.archive.ubuntu.com hardy/restricted Packages  

   
Hit http://de.archive.ubuntu.com hardy/main Sources 

   
Hit http://de.archive.ubuntu.com hardy/restricted Sources   

   
Hit http://de.archive.ubuntu.com hardy/universe Packages

   
Hit http://de.archive.ubuntu.com hardy/universe Sources 
 

[Bug 644910] Re: Hardy: apache2-mpm-itk cannot be installed due to dependency

2010-09-22 Thread Kurt Huwig
The correct package for Hardy is apache2-mpm-itk, not apache2?!

** Package changed: apache2 (Ubuntu) => apache2-mpm-itk (Ubuntu)

-- 
Hardy: apache2-mpm-itk cannot be installed due to dependency
https://bugs.launchpad.net/bugs/644910
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs