Bug#254401: Lib file gets installed incorrectly

2005-02-01 Thread Matthijs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This has something to do with a earlier libtool bug. And the cdbs
autotools.mk doesn't handle it correctly at this moment.
So the easy fix is:
- - get the sources from debian with: apt-get source 
- - copy the debian directory somewhere.
- - remove everything except the orig.tar.gz
- - unpack the orig.tar.gz
- - copy the debian directory into it
- - recompile the stuff
Now it should be fixed.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB/6We2n1ROIkXqbARAvEoAJ955Y8jgFzJUMjAHjAt7KRQEsjkpgCfdQ7R
m7qDOG9dzyj6V7F6qtFEQUA=
=xgK5
-END PGP SIGNATURE-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bug#565729: Logrotate postrotate script fails when vuurmuur is disabled or not running

2010-01-18 Thread Matthijs Kooijman
Package: vuurmuur
Version: 0.8~beta1-1
Severity: normal

When vuurmuur_log is not running (because vuurmuur is installed but not
used or not currently running), the postrotate script fails:

postrotate /bin/kill -HUP `pidof vuurmuur_log`

pidof outputs nothing, so kill outputs a usage error.

This can probably be solved by putting a "pidof vuurmuur_log &&" before
the current script (though this would still cause a non-zero return
value, so something more fanycy might be required).

Gr.

Matthijs

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-rc8 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vuurmuur depends on:
ii  libvuurmuur  0.8~beta1-1 Iptables frontend. Common library 

Versions of packages vuurmuur recommends:
ii  iproute  20090324-1  networking and traffic control too
ii  iptables 1.4.6-2 administration tools for packet fi
ii  vuurmuur-conf0.8~beta1-1 Iptables frontend. Ncurses GUI, fo

vuurmuur suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#296494: webmin-ldap-useradmin cannot create new user(no structural object class)

2005-03-04 Thread Matthijs Mohlmann
Hi,
I've created a patch for fixing this problem.
Regards,
Matthijs Mohlmann
--- ldap-useradmin/save_user.cgi.orig	2005-03-04 23:02:11.547390992 +
+++ ldap-useradmin/save_user.cgi	2005-03-04 23:02:34.210945608 +
@@ -274,7 +274,7 @@
 		$shadow = &shadow_fields();

 		# Add to the ldap database
-		@classes = ( "posixAccount", "shadowAccount" );
+		@classes = ( "person", "posixAccount", "shadowAccount" );

 		push(@classes, split(' ',$config{'other_class'}));
 		push(@classes, $samba_class) if ($in{'samba'});
@@ -285,6 +285,7 @@
 		$rv = $ldap->add($newdn, attr =>
 [ "cn" => $real,
 			  "uid" => $user,
+"sn" => $user,
 			  "uidNumber" => $uid,
 			  "loginShell" => $shell,
 			  "homeDirectory" => $home,


signature.asc
Description: OpenPGP digital signature


Bug#317634: php4-imagick: Segfaults when calling imagick functions

2005-07-10 Thread Matthijs Kooijman
Package: php4-imagick
Version: 0.9.11-1
Followup-For: Bug #298448
Severity: important

Since some times, my php-imagick module has broken down. At first glance this
bug seems identical to #298448 (archived), though it seems to show the same
symptoms as #272687 too.

I have first noticed segfaults appearing in my apache error.log:
[Sat Jul  9 21:50:44 2005] [notice] child pid 28074 exit signal Segmentation 
fault (11)
Which is the same symptom as #298448.

In both bug reports this is claimed to be fixed in 0.9.11-0.2 and 0.9.11-1. I
have 0.9.11-1 installed, which does not seem to fix the problem (not that the
last post in the archived #298448 did not acknowledge the fix).

Some extra debugging shows there is some kind of problem when cleaning up, I
managed to make the following stacktrace (Unfortunately still with the
original .deb, didn't get around to compiling with debugging symbols yet).
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1210791712 (LWP 31810)]
> 0xb7b3edfa in _efree () from /usr/lib/apache/1.3/libphp4.so
> (gdb)
> (gdb)
> (gdb) bt
> #0  0xb7b3edfa in _efree () from /usr/lib/apache/1.3/libphp4.so
> #1  0xb77638e8 in zm_deactivate_imagick () from
> /usr/lib/php4/20020429/imagick.so
> #2  0xb7b514d9 in module_registry_cleanup () from
> /usr/lib/apache/1.3/libphp4.so
> #3  0xb7b53949 in zend_hash_apply () from /usr/lib/apache/1.3/libphp4.so
> #4  0xb7b4e3d0 in zend_deactivate_modules () from
> /usr/lib/apache/1.3/libphp4.so
> #5  0xb7b1f315 in php_request_shutdown () from /usr/lib/apache/1.3/libphp4.so
> #6  0xb7b631df in apache_php_module_main () from
> /usr/lib/apache/1.3/libphp4.so
> #7  0xb7b63ddc in apache_php_module_main () from
> /usr/lib/apache/1.3/libphp4.so
> #8  0xb7b63fa1 in apache_php_module_main () from
> /usr/lib/apache/1.3/libphp4.so
> #9  0x080553c3 in ap_invoke_handler ()
> #10 0x08068465 in ap_some_auth_required ()
> #11 0x08068614 in ap_process_request ()
> #12 0x08060bd2 in ap_child_terminate ()
> #13 0x08060e9a in ap_child_terminate ()
> #14 0x08060f10 in ap_child_terminate ()
> #15 0x08061a9a in ap_child_terminate ()
> #16 0x08061ff8 in main ()
> (gdb) quit

This stacktrace was made by running apache in single mode and requesting
line.php from the examples.

I also tried running the same from the command line (using all of "php",
"php4" and "php4-cgi") on several files, all giving a similar output. The
following is from running line.php.

> 
> Warning:  imagick_iserror() expects parameter 1 to be resource, boolean
> given in /var/www/examples/line.php on line 3
> 
> Warning:  imagick_begindraw() expects parameter 1 to be resource,
> boolean given in /var/www/examples/line.php on line 12
> 
> Warning:  imagick_drawline() expects parameter 1 to be resource,
> boolean given in /var/www/examples/line.php on line 14
> 
> Warning:  imagick_failedreason() expects parameter 1 to be resource,
> boolean given in /var/www/examples/line.php on line 16
> 
> Warning:  imagick_faileddescription() expects parameter 1 to be
> resource, boolean given in /var/www/examples/line.php on line
> 17
> imagick_drawline() failed!
> Reason: 
> Description: 
> Segmentation fault

It seems imagick_readimage does not return a valid handle or something like
that. It is probably worth noting that when I tried an older version of
php4-imagick (0.9.7-1.3) I got the very same errors when requesting the php
files from my web browser (just without the segfault I presume).

I have tried this on three systems. Of these, two showed the same problems.
The third, which had no previous installation of php, did not show the same
problems (for some reason, the resize.php example failed with a timeout, but I
expect this to be due to other reasons).

I have just purged apache, php4, imagemagick and php4-imagick packages and
reinstalled them, to no avail (same segfault).

Any tips on where to look further?

Matthijs

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

ii  libapache-mod-php4 [phpa 4:4.3.10-15 server-side, HTML-embedded scripti
ii  libbz2-1.0   1.0.2-7 high-quality block-sorting file co
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libmagick6   6:6.2.3.1-1 Image manipulation library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libtiff4 3.7.2-3 Tag Image File Format (TIFF) libra
ii  php4-cgi [phpapi-2002091 4:4.3.10-15 server-side, HTML-embedded scri

Bug#317634: Problem solved by recompiling

2005-07-10 Thread Matthijs Kooijman
Hey,

I solved the problem by recompiling the php4-imagick package as follows:

apt-get source php4-imagick
apt-get build-deb php4-imagick
dpkg-buildpackage -r fakeroot

After that, the package works fine (on both previously broken sytems). Any
idea what might cause this?

Maybe recompiling an uploading a new version would help?

Matthijs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#324005: php4-imagick not updated for new phpapi version

2005-08-19 Thread Matthijs Kooijman
Package: php4-imagick
Version: 0.9.11-1
Severity: important


There are new versions of the php4 packages: 4.4.0. The phpapi version in
these packages changed, so I can now not upgrade my php, without breaking
php4-imagick.

Gr.

Matthijs


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]