Bug#381386: gs-esp accent not rendered also in french

2006-08-19 Thread Guillaume Brocker
Hi, I've just installed a cups server using gs-esp for printing and I also encountered the same issue. Only some accents are printed only few times, according to the font. I tested this using abiword, openoffice and gedit. Versions are: gs-esp 8.15.2.dfsg.1-1 cupsys 1.2.2.1 Thanks

Bug#560003: cups: Unable to install a printer connected with an USB to parallel adapter

2012-03-26 Thread Guillaume Brocker
Hello ! I've just tested the version of CUPS in testing and everything is now working perfectly. Thank you. Regards. Guillaume Le 20/03/2012 23:23, Brian Potkin a écrit : tags 560003 + moreinfo thanks Hello Guillaume, The version of CUPS at present in testing includes some recent change

Bug#475662: f-spot: Crash when tagging photos

2008-07-01 Thread Guillaume Brocker
Package: f-spot Version: 0.4.3.1-1 Followup-For: Bug #475662 f-spot crashes when adding tags to photos. Please, find below the traceback : Exception in Gtk# callback delegate Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. System.Net.Sockets.Socket

Bug#475662: [pkg-cli-apps-team] Bug#475662: f-spot: Crash when tagging photos

2008-07-02 Thread Guillaume Brocker
Tim Retout a écrit : Hi Guillaume, You've commented on an old bug with an entirely different stack trace. Open a new bug in future, because we could always merge it; splitting this one apart would be more difficult. Having said that, your problem should be fixed in f-spot 0.4.4-1, recently uplo

Bug#609105: subversion: wrong libsqlite3 dependency makes commit fail

2011-01-06 Thread Guillaume Brocker
Package: subversion Version: 1.6.12dfsg-3 Severity: important I'm running a debian testing x86 server. The latest update on that server installed subversion_1.6.12dfsg-3 and libsvn1_1.6.12dfsg-3. After that update, commits failed reporting following message : Couldn't perform atomic initializa

Bug#560003: cups: Unable to install a printer connected with an USB to parallel adapter

2009-12-08 Thread Guillaume Brocker
Package: cups Version: 1.4.2-4 Severity: important After upgrading my system, cups did not print anymore on my Lexmark 3200 which is linked to my computer by an USB to parallel adapter "Prolific Technology, Inc. PL2305 Parallel Port". I removed the printer configuration from CUPS and wanted to i

Bug#560003: Found in kern.log

2009-12-08 Thread Guillaume Brocker
When trying to add a new printer in CUPS using the web interface, the following appeared in kern.log : Dec 8 16:43:44 willy kernel: [1573111.715393] usb[23237]: segfault at bffd1000 ip b7e404c3 sp bffcde48 error 4 in libc-2.10.2.so[b7dcb000+141000] Hopes it will help. -- To UNSUBSCRIBE, ema

Bug#958514: mkgmap-splitter: Running mkgmap-spitter fails with java exception

2020-04-23 Thread Guillaume Brocker
Package: mkgmap-splitter Version: 0.0.0+svn597-1 Severity: grave Justification: renders package unusable Dear Maintainer, I run mkgmap splitter on some OpenStreetMap data extract, and it failed with the following java exception : Exception in thread "main" java.lang.NoSuchMethodError: 'com.goog

Bug#976659: Kernel panic while upgrading systemd

2020-12-15 Thread Guillaume Brocker
Although all upgrade attempts fail, I agree to close this bug. The system was installed for more than 15 years now, and is running and regulary upgraded since. So I guess there must be a kind of old thing in my computer's file system that leeds to this bug. I think I will have to reinstall the

Bug#976659: Kernel panic while upgrading systemd

2020-12-06 Thread Guillaume Brocker
Package: systemd Version: 246.6-4 Dear maintainer, I'm trying to upgrade systemd (along with libnss-systemd libpam-systemd libsystemd0 libudev1 systemd systemd-sysv systemd-timesyncd udev) from version 246-2 to version 246.6-4, but I'm encountering a kernel panic during systemd's package conf

Bug#976659: Kernel panic while upgrading systemd

2020-12-07 Thread Guillaume Brocker
So I restored the systemd to the version running on my system, I installed the packages you mentionned. I did the upgrade again, but no coredump was generated after the crash. Sorry... Le 06/12/2020 à 19:32, Michael Biebl a écrit : Unfortunately, this screenshot is not too helpful. To be able

Bug#948318: openssh-server: Unable to restart sshd restart after upgrade to version 8.1p1-2

2020-01-07 Thread Guillaume Brocker
Package: openssh-server Version: 1:8.1p1-2 Severity: grave Justification: renders package unusable Dear Maintainer, After upgrading openssh-server from version 8.1p1-1 to version 8.1p1-2, using the apt command line tool, the sshd service failed on restart. Please see below the corresponding log

Bug#948318: openssh-server: Unable to restart sshd restart after upgrade to version 8.1p1-2

2020-01-19 Thread Guillaume Brocker
Well, libxcrypt1 is not installed on my system. Only libcrypt1 is. Le 18/01/2020 à 23:55, Marco d'Itri a écrit : On Jan 07, Guillaume Brocker wrote: janv. 06 11:10:46 sigismund sshd[27148]: /usr/sbin/sshd: /lib/i386-linux-gnu/libcrypt.so.1: version `XCRYPT_2.0' not found (require

Bug#955833: lighttpd: Get requests send invalid data for files above 30kB

2020-04-05 Thread Guillaume Brocker
Package: lighttpd Version: 1.4.55-1 Severity: important Dear Maintainer, Here is a very wired bug. I'll try to explain... GET requests send invalid data for files above 30kB when connecting to the server over http. But GET requests send good data when connecing over https. I've done my investi

Bug#955833: Minimalistic server configuration file

2020-04-05 Thread Guillaume Brocker
Here is the minimalistic configuration file I've used to do my testings. -- /etc/lighttpd/test.conf server.document-root = "/var/www/html/" server.modules += ( "mod_openssl" ) $SERVER["socket"] == "0.0.0.0:443" {     ssl.engine  = "enable"     ssl.pemfile = "/etc/lighttpd/cert.pem"     ssl.priv

Bug#955833: please describe your "invalid data"

2020-04-07 Thread Guillaume Brocker
Well, I've just been doing some more testings using nginx and I have got the same error. Files sent by the server contain broken data. Indeed, I was also surprised that even static files couldn't be served. Sorry for all of that, it looks not to be like a bug related to lighttpd... I must inve