Bug#728914: grub-pc: grub rescue with raid1 root on 4TB device

2013-11-09 Thread alexandre-francois
Thanks a lot for your advices. I tried to install grub on both sda and sdb but without success. However I found a workaround and a possible guilty : - switching to UEFI and installig grub-efi does work. I still have a "efidisk read error" which is non-blocking because grub stage2 menu starts imm

Bug#728914: grub-pc: grub rescue with raid1 root on 4TB device

2013-11-07 Thread alexandre-francois
I tried to change one BIOS settings (ATA mode or AHCI) but it does not help. However, I have no more issue when I boot my system with qemu -hda /dev/sda -hdb /dev/sdb. Grub finds the raid device and the / partition inside. So who could be guilty ? ___

Bug#435952: update-exim4.conf: non-ascii value when '+' sign is used

2007-08-04 Thread alexandre-francois
Package: exim4-config Version: 4.67-7 Severity: important I need to declare other destinations (for which mail is accepted) as a variable list and I use the following line in debconf : dc_other_hostnames='+virtual_domains' When restarting exim4, I got the following error : /usr/sbin/update-e

Bug#330851: pxe: immediate segfault when started

2005-11-01 Thread alexandre-francois
OK, I found the problem in upstream source code : all you have to do is to replace each "return()" calls by "exit()" calls in main function. I attached a small patch to this email, changing the 2 calls I found in pxe.cc. Regards, diff -urN pxe-1.4.2.old/pxe.cc pxe-1.4.2.new/pxe.cc --- pxe-1.4.2

Bug#330851: pxe: immediate segfault when started

2005-10-03 Thread alexandre-francois
FYI, the program segfaults when compiled with gcc >= 4.0. If you try compiling the source package with gcc-3.3, pxe works again and doesn't segfault anymore. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#330851: pxe: immediate segfault when started

2005-09-29 Thread alexandre-francois
Package: pxe Version: 1.4.2-2 Severity: grave Justification: renders package unusable *** Please type your report below this line *** /etc/init.d/pxe start gives : Starting pxe: /etc/init.d/pxe: line 12: 25999 Segmentation fault start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid

Bug#321471: pure-ftpd-ldap: Dereferencing of LDAP aliases

2005-08-05 Thread alexandre-francois
Package: pure-ftpd-ldap Severity: wishlist Tags: patch Here is a patch I made for choosing how Dereferencing of LDAP aliases is made in pure-ftpd/ldap module. This option was crucial for me and maybe for others, so here is my contribution. Files patched are : - log_ldap.c / log_ldap.h => a