Bug#606661: perl-modules: File::Copy doesn't keep ownerships when copying or moving files across (NFS-)mounts

2010-12-10 Thread Gertjan Oude Lohuis
Package: perl-modules Version: 5.10.0-19lenny2 Severity: normal I use File::Copy to copy() and move() files from one directory to another, both being NFS-mounts. However, information about ownership and accessrights is lost in the process. I've tested this on following systems: * Debian Etch,

Bug#447028: Info received (Extra info and cause of the crash)

2008-02-14 Thread Gertjan Oude Lohuis
in 5.0.32 for everyone that is sticking to stable. -- Met vriendelijke groet, Gertjan Oude Lohuis Byte Internet W www.byte.nl E [EMAIL PROTECTED] F 020 6255 922 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#447028: Extra info and cause of the crash

2007-10-18 Thread Gertjan Oude Lohuis
I've managed to retrieve the complete query mentioned in one of the errorlogs, and this was indeed the query that made the server crash. After some testing, I managed to isolate the piece that made it crash: repeat(' ', cms_nodes.level-1) To reproduce this behaviour, the following steps

Bug#447028: mysql-server-5.0: crashes on unknown condition, is directly restarted by mysqld_safe

2007-10-17 Thread Gertjan Oude Lohuis
Package: mysql-server-5.0 Version: 5.0.32-7etch1 Severity: important One of our MySQL servers has crashed 3 times during the last 5 days. The server is heavily used, but there is no visble relationship between the load on the server and the crashes, since one of the crashes occurred at 1 AM.

Bug#389741: patch ipmi_lanp.c (ipmitool)

2006-09-28 Thread Gertjan Oude Lohuis [Byte]
tags 389741 +patch thanks --- ipmi_lanp.c.orig2006-09-28 17:09:35.484318234 +0200 +++ ipmi_lanp.c 2006-09-28 17:02:59.299655896 +0200 @@ -1437,29 +1437,44 @@ } } /* ip address */ - else if ((strncmp(argv[1], ipaddr, 6) == 0) -

Bug#389741: patch ipmi_lanp.c (ipmitool)

2006-09-28 Thread Gertjan Oude Lohuis
tags 389741 +patch thanks --- ipmi_lanp.c.orig2006-09-28 17:09:35.484318234 +0200 +++ ipmi_lanp.c 2006-09-28 17:02:59.299655896 +0200 @@ -1437,29 +1437,44 @@ } } /* ip address */ - else if ((strncmp(argv[1], ipaddr, 6) == 0) -

Bug#389741: ipmitool: segfault when empty ipaddr is being set

2006-09-27 Thread Gertjan Oude Lohuis
Package: ipmitool Version: 1.8.7-2 Severity: normal When setting the IP-address on the IPMI interface, ipmitool segfaults when no IP-address is being entered. For example, the following command causes it to segfault: file1:~# ipmitool lan set 1 ipaddr Segmentation fault The same happens when

Bug#389741: update

2006-09-27 Thread Gertjan Oude Lohuis [Byte]
Same bug exists in version 1.8.1, which is default in stable (we backported 1.8.7-2). Bug is located in lib/ipmi_lanp.c, which does not check for the correct number of arguments with various 'lan set' commands. This is the case (at least) at lines 1215 (ipaddr), 1223 (netmask) and 1231