Bug#342352: Example: Script to report kernel to use based on /proc/cpuinfo

2005-12-07 Thread Sebastien Koechlin
Package: fai Version: 2.8.4 Severity: wishlist Tags: patch This /bin/sh script report a class depending of CPU, this allow to choose which kernel should be installed. Please, add to examples. -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux

Bug#346357: rsync: Do not handle hard links on remote source

2006-01-07 Thread Sebastien Koechlin
Package: rsync Version: 2.6.4-6 Severity: normal When using rsync to do backup of a remote host, rsync is doing a copy for each name of a hard link: rsync --archive --delete --partial-dir=/tmp/rsync [EMAIL PROTECTED]:/data /backup/host/ On the remote host, I have: -rw-rw-rw- 2 user

Bug#342352: fai: package_config to use with thoses classes

2005-12-07 Thread Sebastien Koechlin
Package: fai Version: 2.8.4 Followup-For: Bug #342352 Here are two package_config files to install kernel depending on detected CPU One is for Kernel 2.4 and one for Kernel 2.6 Please add to examples -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux

Bug#276948: vncserver: Same problem

2005-12-10 Thread Sebastien Koechlin
Package: vncserver Version: 3.3.7-7 Followup-For: Bug #276948 I have the same problem. Xrealvnc SIGSEGV with a crashed stack. Here is a gdb stacktrace and a strace log. -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux 2.6.8-11-em64t-p4-smp Locale: [EMAIL

Bug#276948: vncserver: Stacktrace with debug enabled (-g)

2005-12-11 Thread Sebastien Koechlin
Package: vncserver Version: 3.3.7-7 Followup-For: Bug #276948 I compiled Xvnc using : apt-get source vncserver added -g in compile flags run ./configure --with-x --with-installed-zlib run make World in Xvnc directory I got: $ gdb ./Xvnc GNU gdb 6.3-debian Copyright 2004 Free Software

Bug#276948: vncserver: Trace with -O0 and -g

2005-12-11 Thread Sebastien Koechlin
Package: vncserver Version: 3.3.7-7 Followup-For: Bug #276948 Here is a warning from compilation: - gcc -c -O0 -g -I. -I../../../../exports/include/X11 -I../../../../include/fonts -I../../../../exports/include/X11 -I../../cfb -I../../mfb -I../../mi -I../../include -I../../os

Bug#276948: vncserver: Start of a solution

2005-12-12 Thread Sebastien Koechlin
Package: vncserver Version: 3.3.7-7 Followup-For: Bug #276948 I spend some time with a friend to find the problem. In the default configuration, -Wall is not used for compilation. When I add it, I have warnings about implicit declaration of time, strftime and localtime Implicit declaration

Bug#276948: vncserver: Start of a solution

2005-12-17 Thread Sebastien Koechlin
On 12/16/05, Ola Lundqvist [EMAIL PROTECTED] wrote: I have nothing to test on so I can hardly make a working patch but if you could create a patch for me, that would help a lot! I have no hope of making Xvnc work. It's written as old KR C coding style, lots of warning when compiled with -Wall.

Bug#336315: fai-kernels should be fai-kernels-i386 and in the all architecture

2005-10-29 Thread Sebastien Koechlin
Package: fai-kernels Version: 1.9.1 Severity: normal fai-kernels is a package with kernels for guest computers. As thoses kernels are for i386, the package should be named fai-kernels-i386 or something like that. As this package as no link with the host architecture computer, it should be in

Bug#336644: fai does not connect to faimond

2005-10-31 Thread Sebastien Koechlin
Package: fai Version: 2.8.4 Severity: minor In /usr/share/fai/subroutines-linux, fai is using an unknown, undocumented variable $SERVER: # check if monitor server is available [ -z $monserver ] monserver=$SERVER faimond=1 sndhostname=$HOSTNAME # save current hostname if

Bug#336650: fai should not use /boot

2005-10-31 Thread Sebastien Koechlin
Package: fai Version: 2.8.4 Severity: important fai is using /boot to store kernels for client computers. This filesystem is for and only for booting the computer, not clients. It's a small partition with only data needed to boot the computer, sometime on expensive flash drive, mounted read-only,

Bug#397921: fcheck: Unable to ignore time changes on /etc/resolv.conf updated daily by dhclient

2006-11-10 Thread Sebastien Koechlin
Package: fcheck Version: 2.7.59-7sarge1 Severity: wishlist When using DHCP to get IP address and DNS servers, the /etc/resolv.conf file is updated each time dhclient (or any DHCP client) ask for a new address. DNS servers are usually the sames, the file have the same content, but time is changed

Bug#497535: backupninja: Daily error message from cron df: `': No such file or directory

2008-09-02 Thread Sebastien Koechlin
Package: backupninja Version: 0.9.4-6 Severity: normal Here is the end of the script: 541previous= 542for i in $(ls $configdirectory); do 543backuploc=$(grep ^directory $configdirectory/$i | awk '{print $3}') 544if [ $backuploc != $previous ]; then 545

Bug#495683: sshguard: Current implementation skip any other iptables rules

2008-08-19 Thread Sebastien Koechlin
Package: sshguard Version: 1.0-2~bpo40+1 Severity: normal Current implementation is based on: 1. add a chain named sshguard 2. redirect any request on tcp/22 from INPUT to this chain If any other mecanism add rules to INPUT, they will not apply for tcp/22 Solution: 1. add a chain named

Bug#495811: /etc/default/milter-greylist is not used

2008-08-20 Thread Sebastien Koechlin
Package: milter-greylist Version: 3.0-3~bpo40+1 Severity: normal In file /etc/init.d/milter-greylist, /etc/default/milter-greylist is read AFTER setting startup command line: 29 USER=greylist 30 SOCKET=/var/run/milter-greylist/milter-greylist.sock 31 DOPTIONS=-P $PIDFILE -u $USER

Bug#497941: logwatch: Logwatch does not know milter log lines

2008-09-05 Thread Sebastien Koechlin
Package: logwatch Version: 7.3.1-5 Severity: wishlist Tags: patch Logwatch does not undestand lines about milter filtering For example: Sep 5 16:55:01 ks358063 postfix/cleanup[26108]: 8A41F401B9: milter-reject: END-OF-MESSAGE from unknown[89.215.222.182]: 5.7.1 Blocked by

Bug#445961: libxml2-utils: xmllint fails to report line-numbers above 65535

2007-10-09 Thread Sebastien Koechlin
Package: libxml2-utils Version: 2.6.27.dfsg-1 Severity: normal xmllint is unable to report line number for lines above 65535. Every line after this line is wrongly reported as 65535. Output example (65530 to 65540 are blank lines): $ xmllint --noout --schema ../../osisCore.2.1.1.xsd 5-darby.xml

Bug#442163: postgresql-7.4: /etc/postgresql/7.4/main/log symlink recreated daily

2007-09-13 Thread Sebastien Koechlin
Package: postgresql-7.4 Version: 1:7.4.17-0etch1 Severity: minor Security systems usually send an alert everytime a configuration inode is changed to detect unwanted activity on system and to trace configuration changes. The /etc/postgresql/7.4/main/log symlink is recreated daily, probably by

Bug#440658: mysql-server-5.0: Unable to set back the old_passwords option

2007-09-03 Thread Sebastien Koechlin
Package: mysql-server-5.0 Version: 5.0.32-7etch1 Severity: normal First configured without the old_passwords option, during upgrade from sarge. After install, a binary is not working (static link against old mysql lib). Reading README.Debian.gz, I run dpkg-reconfigure mysql-server-5.0 to change

Bug#481265: fail2ban: Poll interval is not configurable

2008-05-14 Thread Sebastien Koechlin
Package: fail2ban Version: 0.7.5-2etch1 Severity: minor It's not possible to set the poll interval. On my light server, fail2ban is continuously running, generating 80% of CPU wakeup according to powertop. I have 7 process to monitor ssh and exim, as following: 6068 python2.4

Bug#236829: Patch to make /etc/default/clamav-milter more verbose

2008-04-15 Thread Sebastien Koechlin
Package: clamav-milter Version: 0.92.1~dfsg-1volatile1 Followup-For: Bug #236829 Default /etc/default/clamav-milter can be a little bit more verbose, here is a patch for debian/clamav-milter.default. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990, 'stable'),

Bug#236829: Info received (Patch to make /etc/default/clamav-milter more verbose)

2008-04-21 Thread Sebastien Koechlin
Sorry, message #59 and patch was supposed to be a new wishlist bug. I'm going to resubmit it as a new one. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#477178: Patch to make /etc/default/clamav-milter more verbose

2008-04-21 Thread Sebastien Koechlin
Package: clamav-milter Version: 0.92.1~dfsg-1volatile2 Severity: wishlist Tags: patch Default /etc/default/clamav-milter can be a little bit more verbose, here is a patch for debian/clamav-milter.default. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (990,

Bug#477184: Patch to improve /etc/default/spamass-milter and /etc/init.d script

2008-04-21 Thread Sebastien Koechlin
Package: spamass-milter Version: 0.3.1-2 Severity: wishlist Tags: patch Thoses patch improve /etc/default/spamass-milter to allow to choose an alternative socket and to choose an user to run as. /etc/init.d/spamass-milter is also improved to create a /var/run/spamass subdirectory and to launch

Bug#477192: /etc/init.d/spamass-milter create unwanted directory

2008-04-21 Thread Sebastien Koechlin
Package: spamass-milter Version: 0.3.1-2 Severity: normal The initscript include following lines: 52 start) 53 echo -n Starting $DESC: 54 55 if [ ! -d $(basename $SOCKET) ]; then 56 mkdir -p $(basename $SOCKET); 57 fi; 58

Bug#606308: clamav-daemon: same problem here

2010-12-08 Thread Sebastien Koechlin
Package: clamav-daemon Version: 0.96.5+dfsg-1~volatile1 Followup-For: Bug #606308 gdb say: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7faa8733a6f0 (LWP 24217)] 0x7faa86a1f914 in ?? () from /usr/lib/libclamav.so.6 (gdb) bt #0 0x7faa86a1f914 in ?? () from

Bug#613073: linux-image-2.6.32-5-xen-amd64: Kernel BUG while creating LVM snapshot in Dom0

2011-02-12 Thread Sebastien Koechlin
Package: linux-2.6 Version: 2.6.32-30 Severity: important lvcreate hand uninterruptible with 100% CPU for about 2 minutes, then got the following oops. -- Package-specific info: ** Version: Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc version 4.3.5 (Debian

Bug#613073: Another oops on the same system

2011-02-12 Thread Sebastien Koechlin
Mostly useless I think: Got this on my terminal, then connection was lost... and system rebooted kernel:[ 635.775652] Oops: 0003 [#1] SMP kernel:[ 635.775779] last sysfs file: /sys/devices/virtual/block/dm-21/dm/suspended kernel:[ 635.778766] Stack: kernel:[ 635.778766] Call Trace:

Bug#617220: linux-image-2.6.32-5-xen-amd64: NETDEV WATCHDOG: pethx11 (r8169): transmit queue 0 timed out

2011-03-07 Thread Sebastien Koechlin
Package: linux-2.6 Version: 2.6.32-30 Severity: normal Got the following WARNING in dmesg: [1062387.509572] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [1062387.509575] EDD information not available. [1093555.812090] [ cut here ] [1093555.812101] WARNING: at

Bug#495683: sshguard - iptables non-builtin chains defaults to return?!

2009-01-29 Thread Sebastien Koechlin
On Tue, Jan 13, 2009 at 01:30:19PM +0100, Andreas Henriksson wrote: Maybe I'm missing something obvious because I haven't looked any closer at this, but to me the debian sshguard bug report #495683 seems bogus! AFAIK the default action of a non-builtin chain (the ones you create yourself)

Bug#605053: mediawiki-extensions-ldapauth: Does not work with mediawiki 1:1.12.0-2lenny5, may require a newer version

2010-11-26 Thread Sebastien Koechlin
Package: mediawiki-extensions-ldapauth Version: 2.3~bpo50+1 Severity: normal Does not work with: ii mediawiki 1:1.12.0-2lenny5 website engine for pn mediawiki-extensions none(no description ii mediawiki-extensions-base 2.3~bpo50+1

Bug#522969: linkchecker: Warnings about empty interfaces

2009-04-07 Thread Sebastien Koechlin
Package: linkchecker Version: 4.9-1 Severity: normal When checking a private website, I have the strange following warnings: $ linkchecker --output=none --threads=5 --no-status --no-warnings \ --file-output=html/UTF8//tmp/linkchecker.html http://example.com/ WARNING error getting flags for

Bug#613073: Perhaps fixed in 2.6.32-34

2011-05-16 Thread Sebastien Koechlin
On Thu, Apr 21, 2011 at 09:41:16AM +0100, Ian Campbell wrote: In 2.6.32-34 we will fix a bunch of similar, but not identical, issues (#614400 and #613634 plus various duplicates). I upgraded saturday to 2.6.32-34, I was able to do a lot of modifications on LVM2 volumes without any kernel panic

Bug#613073: Perhaps fixed in 2.6.32-34

2011-05-05 Thread Sebastien Koechlin
On Thu, Apr 21, 2011 at 09:41:16AM +0100, Ian Campbell wrote: If you are able to reproduce this it would be very much appreciated if you could test on 2.6.32-34 once it is uploaded to stable-proposed-updates. Thanks, As 2.6.32-34 is now in stable-proposed-updates, I'm planning a test session

Bug#678504: apache2: request failed: error reading the headers with SSL and Firefox/13.0.1

2012-06-22 Thread Sebastien Koechlin
Package: apache2.2-common Version: 2.2.16-6+squeeze7 Severity: normal I have this error while doing a POST of a large file on a VirtualHost using SSL. error: [Wed Jun 20 12:10:31 2012] [error] [client 82.226.xx.xxx] request failed: error reading the headers, referer:

Bug#666505: rsyslog-pgsql: nonstandard use of escape filling logs

2012-03-31 Thread Sebastien Koechlin
Package: rsyslog-pgsql Version: 4.6.4-2 Severity: normal My /var/log/messages is full of the following message (multi-lines without date): HINT: Use the escape string syntax for escapes, e.g., E'\r\n'. WARNING: nonstandard use of escape in a string literal LINE 1: ...dTime, ReceivedAt,

Bug#663227: wrong permissions for /etc/shadow?

2012-10-03 Thread Sebastien Koechlin
I just had the same problem on Ubuntu and find that /etc/shadow was in the root group (bad upgrade?). Make sure you have the right owner, group and permissions. $ ls -l /etc/shadow -rw-r- 1 root shadow 3180 May 15 16:56 /etc/shadow This may become a feature request on PAM: on a problem to

Bug#672349: puppetca: Wrong option in help, --subject-alt-name versus --dns_alt_names

2012-05-10 Thread Sebastien Koechlin
Package: puppetmaster Version: 2.6.2-5+squeeze5 Severity: normal Tags: upstream puppet cert --help and puppetca --help both report: (...) generate:Generate a certificate for a named client. A certificate/keypair will be generated for each client

Bug#734593: clamav-unofficial-sigs: Homepage no more valid (Homepage: http://www.inetmsg.com/pub/)

2014-01-08 Thread Sebastien Koechlin
Package: clamav-unofficial-sigs Version: 3.7.1-3 Severity: minor Package informations reference http://www.inetmsg.com/pub/ as the homepage, but at the moment, it looks like it's no more the case. We are redirected to commercial announces. -- System Information: Debian Release: 6.0.8 APT

Bug#781051: php-wikidiff2: Not configured correctly when short_open_tag is false

2015-03-23 Thread Sebastien Koechlin
Package: php-wikidiff2 Version: 0.0.1+svn109581-1 Severity: normal Dear Maintainer, The file /etc/mediawiki-extensions/extensions-available/wikidiff2.php start with ? instead of ?php. When PHP is configured with short_open_tag false which is the recommanded setting for production; the content

Bug#827258: apache2: Missing default configuration for mod_proxy_html

2016-06-14 Thread Sebastien Koechlin
Package: apache2 Version: 2.4.10-10+deb8u4 Severity: normal Dear Maintainer, "a2enmod proxy_html" does not work out of the box and it's really hard to find why. Examples does not works as expected and no error messages put you on the way. mod_proxy_html does nothing without ProxyHTMLLinks

Bug#818904: apache2: multiple-instances and systemd

2016-03-21 Thread Sebastien KOECHLIN
Package: apache2 Version: 2.4.10-10+deb8u4 Severity: normal Dear Maintainer, For computers using systemd, recommandations in /usr/share/doc/apache2/README.multiple-instances are not enough. You need an extra step to run each instance. You probably should add indication to run systemctl

Bug#859622: rkhunter: False positive /tmp/config and /tmp/servers created by package websvn

2017-04-05 Thread Sebastien Koechlin
Package: rkhunter Version: 1.4.2-0.4 Severity: minor Dear Maintainer, I'm not sure if it's rkhunter or websvn responsability. When using the websvn package; it create two configuration files in the /tmp directory called config and servers owned by www-data. Thoses two files create anoying and

Bug#903821: linux-image-4.9.0-7-amd64: Can not boot 4.9.0_7_amd64 with Xen

2018-07-15 Thread Sebastien KOECHLIN
Package: src:linux Followup-For: Bug #903821 When booting with the new kernel, I got the following Dom0 crash: Loading Xen 4.8-amd64 ... Loading Linux 4.9.0-7-amd64 ... Loading initial ramdisk ... (XEN) Xen version 4.8.4-pre (Debian 4.8.3+xsa267+shim4.10.1+xsa267-1+deb9u9)

Bug#1017944: Included in Debian 11.5

2022-09-12 Thread Sebastien KOECHLIN
Hello, This bug is included in the Debian 11.5 released and the faultly package is now use as an update on many systems that will be useless. I vote for critical too: > critical >makes unrelated software on the system (or the whole system) break, or >causes serious data loss, or

Bug#1017944: Availability in Debian Stable?

2022-10-01 Thread Sebastien KOECHLIN
Hello, Thanks a lot for the correction. The 2.06-3~deb11u2 is now out for two weeks, but not available in Debian Stable. Any new XEN installation will not be functionnal since Sept-10 (publication of Debian 11.5). Rollback is paintfull. https://packages.debian.org/source/bullseye/grub2 ->

Bug#1028251: [Pkg-xen-devel] Bug#1028251: New Patch (Was: Re: Bug#1028251: xen: FTBFS when building xen binary packages for sid on x86_64)

2023-01-14 Thread Sebastien KOECHLIN
On Sat, Jan 14, 2023 at 12:59:04AM +0100, Hans van Kranenburg wrote: > I like this very much. This is the kind of thing that helps admins of > systems that have just local disks and a few domUs. Like, the case where > you support some non-profit organization with their server stuff running > on