Bug#907485: makepasswd: By default, generated passwords are unsecure

2018-08-28 Thread Emmanuel CHANTREAU
Package: makepasswd Version: 1.10-10 Severity: important Dear Maintainer, makepasswd, by default, generates passwords that can be cracked in one day or one month by a single PC with a fast GPU. Why it is true: By default the generated password is from length 8 to 10. Nowdays, a 8 length password

Bug#794528: bug specific to ftpfs

2015-08-04 Thread Emmanuel CHANTREAU
Hi This email show that: 1) with same options sshfs works well and not ftpfs 2) the "user" option is not in mtab and sshfs works, so it contradicts the analyze of the bug at http://fuse.996288.n3.nabble.com/Cannot-umount-as-non-root-user-anymore-td689.html I use also sshfs the same way, I modifi

Bug#794528: libmount1: fuse & "user" option: can mount but not umount

2015-08-03 Thread Emmanuel Chantreau
Package: libmount1 Version: 2.27~rc1-1 Severity: normal Tags: upstream hi The fstab line: curlftpfs#emmanuel:password@telemmanuel:2221/mpnts/telephone-emmanuel fusenoauto,rw,user,uid=1000,_netdev 0 0 I can mount/umount as root without problem, but for a normal user I can just moun

Bug#724813: cryptsetup doesn't wait disk to appear in /dev

2013-09-28 Thread Emmanuel CHANTREAU
Package: cryptsetup Version: 2:1.6.1-1 Severity: important Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? I boot on a quick ssd disk and I have a crypted partition on a hard disk attached by an usb3. The crypttab got the

Bug#604559: Parsing for creating structure is too slow

2010-11-28 Thread Emmanuel CHANTREAU
Package: kile Version: 1:2.1.0~svn1112278beta4-2 Severity: normal This problem occur only when the "Structure" on the side bar is shown and a lot of section. In this case the structure of the tex file can be analysed several times (more than 4 with my file). -- System Information: Debian Relea

Bug#604559: kile: Parsing for creating structure is to slow

2010-11-22 Thread Emmanuel CHANTREAU
Package: kile Version: 1:2.1.0~svn1112278beta4-2 Severity: minor Tags: upstream When kile open a document it parse it to create the structure. The parsing was fast with the lenny (1:2.0.1-1) package but is now to slow. I would like very much to have the speed of the previous version. -- System

Bug#288455: udftools: And also errors when writing and reading

2007-06-09 Thread Emmanuel CHANTREAU
Package: udftools Version: 1.0.0b3-12 Followup-For: Bug #288455 -- System Information: Debian Release: 4.0 Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-k7 Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1) I changed my dvd device since there was weird er

Bug#313027: gamix: Prog -> Config cause the program to quit

2005-06-11 Thread Emmanuel CHANTREAU
Package: gamix Version: 1.99.p14.debian1-2 Severity: important As in bug #271653 gamix quit when I select the configure menu. If I remove the usb midi keyboard then gamix works fine. $ rm -r .gamix/ $ gamix conf_w.c 650: No enough memory. $ ulimit -a core file size(blocks, -c) 0 data seg

Bug#298122: postgresql-dump fail if PS_FORMAT environment variable is defined

2005-03-04 Thread Emmanuel CHANTREAU
Package: postgresql Version: 7.4.7-2 Severity: normal Tags: patch Hello postgresql-dump get pids using ps but it could fail if the ps output is modified by environment variable PS_FORMAT. To correct the problem you should replace ps ax by ps ax --format "pid,comm" or insert a "unset PS_FORMAT