Bug#401236: backtrace from varmon

2006-12-05 Thread Dimitri Puzin
a charm when compiled with -O2 ?!? If you need more information, please let me know. Regards, Dimitri Puzin aka Tristan-777

Bug#401236: backtrace from varmon

2006-12-05 Thread Dimitri Puzin
On Tue, Dec 05, 2006 at 07:12:51PM +0100, Julien Danjou wrote: At 1165341916 time_t, Dimitri Puzin wrote: Strange enough, it runs like a charm when compiled with -O2 ?!? If you need more information, please let me know. Could you try to (gdb) print index $1 = 2108 (gdb) print

Bug#401236: varmon segfaults on alpha

2006-12-01 Thread Dimitri Puzin
--- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Process 11699 detached Regards, -Dimitri Puzin aka Tristan-777 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#382458: Fix for socket file location

2006-11-13 Thread Dimitri Puzin
# --libdir=DIRobject code libraries in DIR [EPREFIX/lib] # --includedir=DIRC header files in DIR [PREFIX/include] # --oldincludedir=DIR C header files for non-gcc in DIR [/usr/include] Regards, Dimitri Puzin aka Tristan-777 --- debian/configure.options.orig 2006-11

Bug#382458: Please change the default location of socket file.

2006-11-08 Thread Dimitri Puzin
Hello, I think this bug should be of higher priority since it breaks the transition from sarge to etch if any of installed services use the socket file of slapd daemon. Regards, Dimitri Puzin aka Tristan-777

Bug#396929: snmpd spams syslog

2006-11-03 Thread Dimitri Puzin
_access_interface_entry_save_name() The message seems bogus to me. Could it be removed? -- Dimitri Puzin aka Tristan-777

Bug#395931: libapache2-mod-auth-kerb: Apache2 segfaults when loading the module

2006-10-28 Thread Dimitri Puzin
Package: libapache2-mod-auth-kerb Version: 5.1-1 Severity: grave After upgrade to apache 2.0 and libapache2-mod-auth-kerb 5.1 apache2 segfaults when loading the module. Removing the symlink from /etc/apache2/mods-enabled makes apache start normally however without kerberos auth support relevant

Bug#386305: iacd won't start if the pidfile already exists

2006-09-06 Thread Dimitri Puzin
solution to this bug could be the removal of the pidfile inside the init script after termination of the daemon. Bug #268636 also deserves some attention, please. It took quite some time to figure it out. This could also be of severity grave. Regards, -Dimitri Puzin aka Tristan-777

Bug#385809: changed LDAP socket file location breaks kdc

2006-09-03 Thread Dimitri Puzin
libldap-2.3 instead of libldap2 package. Regards, -Dimitri Puzin aka Tristan-777 signature.asc Description: OpenPGP digital signature

Bug#379998: Manpage for krb5.conf

2006-07-26 Thread Dimitri Puzin
somebody doesn't install the doc package. Kind Regards -Dimitri Puzin, aka Tristan-777 signature.asc Description: OpenPGP digital signature

Bug#379245: KCM daemon

2006-07-22 Thread Dimitri Puzin
increasing local security. Thanks a lot. Regards, Dimitri Puzin signature.asc Description: OpenPGP digital signature

Bug#355287: Missing hdb.schema

2006-03-04 Thread Dimitri Puzin
Package: heimdal-kdc Severity: wishlist Hello, could you please add lib/hdb/hdb.schema from the upstream source to the binary package of heimdal-kdc? This helps to set up heimdal-kdc with LDAP backend. Regards, -Dimitri Puzin aka Tristan-777 signature.asc Description: OpenPGP digital

Bug#324909: Broken logrotate script.

2005-08-24 Thread Dimitri Puzin
+2,6 @@ missingok sharedscripts postrotate - /bin/killall -HUP specter 2 /dev/null || true + /usr/bin/killall -HUP specter 2 /dev/null || true endscript } Kind regards, Dimitri Puzin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Bug#294404: udev and mdadm mess

2005-03-26 Thread Dimitri Puzin
Package: mdadm Version: 1.9.0-1 Followup-For: Bug #294404 Hello, I've been trying to setup md-raid on a system using udev and ran across the problem described in this bug. AFAICS udev won't create device nodes as long as there is no device initialized in the kernel. OTOH mdadm insists on having

Bug#289378: GDM: 2.6.0.6-1 doesn't load user startup files on login

2005-03-24 Thread Dimitri Puzin
Package: gdm Version: 2.6.0.6-1 Hello, I've found that the .xsession scripts in $HOME are not processed when the user logs in. Since find utility now supports the --list argument, I'd suggest to rip out the workaround of /etc/gdm/Xsession (similar to /etc/X11/Xsession) as follows ---