Bug#549425: [Pkg-lirc-maint] Bug#549425: Add dual device handling for some sorts of lirc_imon

2012-01-03 Thread Kevin BARADON
Hello,

I can confirm you I don't use lirc anymore for my device.
It is handled by imon mainline kernel driver.
Bug can be closed.

Regards,


Kevin Baradon

2012/1/3 Stefan Lippers-Hollmann s@gmx.de

 tags 549425 + moreinfo
 tags 549425 - patch
 thanks

 Hi

 On Tuesday 03 January 2012, Kevin Baradon wrote:
  Package: lirc
  Version: 0.8.3-5
  Severity: wishlist
  Tags: patch
 
  I own a iMon USB device (0036) which is detected by lirc kernel driver
 as two different USB devices.
  I need lirc to listen on both these two devices to get full
 functionalities of my remote control.
 
  I have made a patch to lirc init.d script to start two instances of lirc:
 
  8--
  --- lirc.old  2009-10-03 11:44:30.0 +0200
  +++ lirc.new  2009-10-03 11:44:46.0 +0200
 [...]
  8--
 
 
  Can you include this functionality in your package ?
 [...]

 Unfortunately I didn't have a chance to get access to SoundGraph iMON
 derived devices so far, but your proposed patch adds quite a bit of
 complex code to the init script which appears to be very specific to
 the iMON case, while not solving (and eventually worsen) the general
 problem of using several different lirc devices at the same time.

 Looking at Jarod Wilson's (new lirc upstream) blog[1] however suggests
 that lirc isn't even necessary for your device at all, could you take
 a look at [1] and confirm if that would solve your problems as well?

 Regards
Stefan Lippers-Hollmann

 [1] http://wilsonet.com/?p=45



Bug#598982: bluez: Please provide again bluetooth-agent utility

2010-10-03 Thread Kevin Baradon
Package: bluez
Version: 4.70-1
Severity: normal

Last bluez package version stopped providing bluetooth-agent, and replaced it 
with bluez-simple-agent.

I use a bluetooth keyboard/mouse on my box, and have no GUI. 
bluez-simple-agent requires user to manually authorize (typing yes and ENTER) 
every device connection even if device has already been paired.
So, connection attempts of my keyboard/mouse are rejected and I'm unable to use 
them.

bluetooth-agent used to allow device connection automatically if they were 
already paired, so please package again blueztooth-agent in bluez package, or 
point me another way to solve my problem.

Let me know if you need testing/other informations.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.35.2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages bluez depends on:
ii  dbus  1.2.24-3   simple interprocess messaging syst
ii  libbluetooth3 4.70-1 Library to use the BlueZ Linux Blu
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcap-ng00.6.4-1An alternate posix capabilities li
ii  libdbus-1-3   1.2.24-3   simple interprocess messaging syst
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libnl11.1-5  library for dealing with netlink s
ii  libusb-0.1-4  2:0.1.12-16userspace USB programming library
ii  lsb-base  3.2-25 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.12-1 tools for managing Linux kernel mo
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  udev  161-1  /dev/ and hotplug management daemo

bluez recommends no packages.

bluez suggests no packages.

-- Configuration Files:
/etc/bluetooth/input.conf changed:
[General]
IdleTimeout=30

/etc/bluetooth/main.conf changed:
[General]
DisablePlugins = network,audio
Name = %h-%d
Class = 0x000100
DiscoverableTimeout = 0
PairableTimeout = 0
PageTimeout = 8192
DiscoverSchedulerInterval = 0
InitiallyPowered = true
RememberPowered = true
ReverseServiceDiscovery = true
NameResolving = true
DebugKeys = false
AttributeServer = false


-- 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#572483: [Pkg-samba-maint] Bug#572483: samba-common: invoke-rc.d warning when doing system shutdown

2010-04-05 Thread Kevin Baradon
2010/3/4 Christian PERRIER bubu...@debian.org

 Quoting Kevin Baradon (kevin.bara...@gmail.com):
  Package: samba-common
  Version: 2:3.4.6~dfsg-1
  Severity: minor
  Tags: patch
 
  invoke-rc.d warns me during every system shutdown it is invoked in an
 invalid context.
 
  This command is called by /etc/dhcp3/dhclient-enter-hooks.d/samba to
 reload samba configuration file on DHCP release (my IP address comes from
 DHCP server).
  But smbd daemon isn't running anymore at that time (system shutdown).
 
  Following patch checks for PID file existence before calling invoke-rc.d
 and fixes the warning.

 The warning comes from..start-stop-daemon that checks for such
 existence.

 Indeed, the s-s-d call for reload in /etc/init.d/samba doesn't use
 --quiet. *This* is what would make the reload action quiet in your
 case...and in any other case, while your patch only fixes the DHCP
 release hook script.


I tried adding --quiet to s-s-d call in /etc/init.d/samba. Same message
still appears.
In my opinion this is the call of invoke-rc.d from DHCP hook script which
causes this message, and not the call of s-s-d from samba initscript.

Thus my patch which avoids this call when unnecessary.





 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAkuQIꂑൎ廚찁䏒퇔䀉턾꾰�꘶Ὄ뤁濏⏄�
 yC0An2vnset44XFt/BfirfjI7a5Y53Zz
 =yRf8
 -END PGP SIGNATURE-




Bug#572483: samba-common: invoke-rc.d warning when doing system shutdown

2010-03-04 Thread Kevin Baradon
Package: samba-common
Version: 2:3.4.6~dfsg-1
Severity: minor
Tags: patch

invoke-rc.d warns me during every system shutdown it is invoked in an invalid 
context.

This command is called by /etc/dhcp3/dhclient-enter-hooks.d/samba to reload 
samba configuration file on DHCP release (my IP address comes from DHCP 
server). 
But smbd daemon isn't running anymore at that time (system shutdown).

Following patch checks for PID file existence before calling invoke-rc.d and 
fixes the warning.

--- samba.orig  2010-03-04 14:12:00.0 +0100
+++ samba   2010-03-04 14:24:11.0 +0100
@@ -68,7 +68,8 @@

# reload the samba server
# We don't necessarily have the samba package installed. #414841
-   [ -x /etc/init.d/samba ]  /usr/sbin/invoke-rc.d samba reload
+   # Samba is not always running
+   [ -x /etc/init.d/samba ]  [ -s /var/run/samba/smbd.pid ]  
/usr/sbin/invoke-rc.d samba reload

 }


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.33 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages samba-common depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  ucf   3.0025 Update Configuration File: preserv

Versions of packages samba-common recommends:
ii  samba-common-bin  2:3.4.6~dfsg-1 common files used by both the Samb

samba-common suggests no packages.

-- debconf information:
  samba-common/encrypt_passwords: true
* samba-common/dhcp: false
* samba-common/workgroup: WORKGROUP
  samba-common/do_debconf: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#569248: lr_log2mail: store doesn't contain a 'lire_import_log' stream at /usr/share/perl5/Lire/DlfConverterProcess.pm line 170

2010-02-10 Thread Kevin Baradon
Package: lire
Version: 2:2.1-1
Severity: important

I recently noticed I wasn't receiving syslog/exim4/apache2 log reports 
generated by lire. 
The following message appears in syslog: 

lire: lr_log2mail: ERREUR store doesn't contain a 'lire_import_log' stream at 
/usr/share/perl5/Lire/DlfConverterProcess.pm line 170

No reports are generated, and even worse, lr_vendor_cron seems to return an 
exit code of 0, which makes cron think everything has gone right !

I think this message first appeared following a lire or perl upgrade, but I'm 
not sure.
Package is unusable for me, hence the severity.

Let me know if I can do something to help solving this bug.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32 (SMP w/2 CPU cores; PREEMPT)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lire depends on:
ii  adduser  3.112   add and remove users and groups
ii  debconf [debconf-2.0]1.5.28  Debian configuration management sy
ii  exim44.71-3  metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tra 4.71-3  lightweight Exim MTA (v4) daemon
ii  libcurses-ui-perl0.9607-1curses-based OO user interface fra
ii  libdbd-sqlite3-perl  1.29-1  Perl DBI driver with a self-contai
ii  libintl-perl 1.20-1  Uniforum message translations syst
ii  libmime-tools-perl   5.427-2 Perl5 modules for MIME-compliant m
ii  libtime-modules-perl 2006.0814-2 Various Perl modules for time/date
ii  libxml-parser-perl   2.36-1.1+b1 Perl module for parsing XML files
ii  perl 5.10.1-11   Larry Wall's Practical Extraction 

Versions of packages lire recommends:
ii  libterm-readline-perl-perl1.0303-1   Perl implementation of Readline li
ii  ploticus  2.41-3 script driven business graphics pa

Versions of packages lire suggests:
pn  libspreadsheet-writeexcel-per none (no description available)
ii  lire-doc  2:2.1-1Documentation for Lire
pn  sqlitenone (no description available)
pn  sqlite3   none (no description available)

-- debconf information:
  lire/lire_user_not_lire: false
* lire/use_existing_user: true
* lire/purge_user_files: true
* lire/use_existing_group: true



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#549615: bluetooth: Initscript should depends on hal if present

2009-10-04 Thread Kevin Baradon
Package: bluetooth
Version: 4.42-2
Severity: minor

bluetoothd daemon uses hal for some things, and complains when it is not 
available on start.

bluetooth initscript should contain line: 

Should-Start: hal

to start hal before bluetooth daemon.


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31 (SMP w/2 CPU cores; PREEMPT)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bluetooth depends on:
ii  bluez 4.42-2 Bluetooth tools and daemons

Versions of packages bluetooth recommends:
ii  bluez-alsa4.42-2 Bluetooth ALSA support
pn  bluez-cupsnone (no description available)
pn  bluez-gstreamer   none (no description available)

bluetooth 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#549425: Add dual device handling for some sorts of lirc_imon

2009-10-03 Thread Kevin Baradon
Package: lirc
Version: 0.8.3-5
Severity: wishlist
Tags: patch

I own a iMon USB device (0036) which is detected by lirc kernel driver as two 
different USB devices.
I need lirc to listen on both these two devices to get full functionalities of 
my remote control.

I have made a patch to lirc init.d script to start two instances of lirc:  

8--
--- lirc.old2009-10-03 11:44:30.0 +0200
+++ lirc.new2009-10-03 11:44:46.0 +0200
@@ -10,12 +10,16 @@
 #infrared receivers and transceivers.
 ### END INIT INFO
 
+PIDFILE=/var/run/lircd.pid
+SLAVE_PIDFILE=/var/run/lircd_slave.pid
+
 load_modules ()
 {
MODULES_MISSING=false
 
log_daemon_msg Loading LIRC modules
for mod in $*; do
+   log_progress_msg $mod
modprobe $mod 2 /dev/null || MODULES_MISSING=true
done
 
@@ -57,8 +61,30 @@
if [ -n $DRIVER ]  [ $DRIVER != none ]; then
ARGS=--driver=$DRIVER $ARGS
fi
+   if [ $DUAL_DEVICE = true ]; then
+   ARGS=--connect=localhost:$SLAVE_LIRCD_PORT --pidfile=$PIDFILE 
$ARGS
+   fi
+   echo $ARGS
+
+   unset -v ARGS
+}
+
+build_slave_args ()
+{
+   ARGS=$*
+
+   if [ -n $SLAVE_DEVICE ]  [ $SLAVE_DEVICE != none ]; then
+   ARGS=--device=$SLAVE_DEVICE $ARGS
+   fi
+   if [ -n $SLAVE_DRIVER ]  [ $SLAVE_DRIVER != none ]; then
+   ARGS=--driver=$SLAVE_DRIVER $ARGS
+   fi
+
+   ARGS=--listen=$SLAVE_LIRCD_PORT --pidfile=$SLAVE_PIDFILE $ARGS
 
echo $ARGS
+
+   unset -v ARGS
 }
 
 . /lib/lsb/init-functions
@@ -104,44 +130,57 @@
fi
 
if [ $START_LIRCD = true ]; then
-   log_daemon_msg Starting remote control daemon(s) : 
LIRC 
-   LIRCD_ARGS=`build_args $LIRCD_ARGS`
+   log_daemon_msg Starting remote control daemon
+   if [ $DUAL_DEVICE = true ]; then
+   log_progress_msg lircd_slave
+   REAL_LIRCD_ARGS=`build_slave_args $LIRCD_ARGS`
+   if ! start-stop-daemon --start --pidfile 
$SLAVE_PIDFILE --quiet --exec /usr/sbin/lircd -- $REAL_LIRCD_ARGS  /dev/null; 
then
+   log_end_msg $?
+   exit $?
+   fi
+   fi
 
-   if [ ! -z $LIRCD_ARGS ]; then
-   start-stop-daemon --start --quiet --exec 
/usr/sbin/lircd -- $LIRCD_ARGS  /dev/null
+   log_progress_msg lircd
+   REAL_LIRCD_ARGS=`build_args $LIRCD_ARGS`
+   if ! start-stop-daemon --start --pidfile $PIDFILE 
--quiet --exec /usr/sbin/lircd -- $REAL_LIRCD_ARGS  /dev/null; then
log_end_msg $?
-   else
-   log_end_msg 1
+   exit $?
fi
+   log_end_msg 0
fi
 
if [ $START_LIRCMD = true ]; then
-   log_daemon_msg Starting remote control mouse daemon : 
LIRCMD 
+   log_daemon_msg Starting remote control mouse daemon
+   log_progress_msg lircmd
start-stop-daemon --start --quiet --exec 
/usr/sbin/lircmd  /dev/null
log_end_msg $?
fi
 
if [ $START_IREXEC = true ]; then
-   log_daemon_msg Starting execution daemon: irexec
+   log_daemon_msg Starting remote control execution 
daemon
+   log_progress_msg irexec
start-stop-daemon --start --quiet --exec 
/usr/bin/irexec -- -d /etc/lirc/lircrc  /dev/null
log_end_msg $?
fi
;;
stop)
if [ $START_IREXEC = true ]; then
-   log_daemon_msg Stopping execution daemon: irexec
+   log_daemon_msg Stopping remote control execution 
daemon
+   log_progress_msg irexec
start-stop-daemon --stop --quiet --exec /usr/bin/irexec
log_end_msg $?
fi
 
if [ $START_LIRCMD = true ]; then
-   log_daemon_msg Stopping remote control mouse daemon: 
LIRCMD
+   log_daemon_msg Stopping remote control mouse daemon
+   log_progress_msg lircmd
start-stop-daemon --stop --quiet --exec /usr/sbin/lircmd
log_end_msg $?
fi
 
if [ $START_LIRCD = true ]; then
-   log_daemon_msg Stopping remote control daemon(s): LIRC
+   log_daemon_msg Stopping remote control 

Bug#548776: nodm: Please add hal and bluetooth to Should-Start

2009-09-28 Thread Kevin Baradon
Package: nodm
Version: 0.6-1
Severity: normal

I have a bluetooth keyboard and I use nodm.
My passkey agent for bluetooth is started in my .xsession script.
Without bluetooth in Should-Start line, bluetooth is not started when nodm 
spawns my X session. My passkey agent fails to connect to bluetoothd, and I 
can't use my keyboard in X.

X depends on hal for input hotplug, so hal shoudl start before X, and thus nodm.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nodm depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libpam0g  1.1.0-4Pluggable Authentication Modules l
ii  x11-common1:7.4+4X Window System (X.Org) infrastruc
ii  xinit 1.1.1-1X server initialisation tool
ii  xterm [x-terminal-emulator]   248-1  X terminal emulator

nodm recommends no packages.

nodm suggests no packages.

-- debconf information:
* nodm/xinit: /usr/bin/xinit
* nodm/xsession: /etc/X11/Xsession
* nodm/x_options: -nolisten tcp
* nodm/first_vt: 7
* nodm/min_session_time: 60
* nodm/enabled: true
* nodm/user: htpc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#494879: kdemultimedia-kio-plugins: CD-audio track encoding (MP3/OGG) completely broken

2008-08-12 Thread Kevin Baradon
Package: kdemultimedia-kio-plugins
Version: 4:3.5.9-3
Severity: normal

Hello,

I tried to rip audio CD tracks to MP3 and OGG files. Here are the (bad) results.

MP3: 
Either file has a strange name (media:/scd0/MP3/05 - Burn Up.mp3) and/or a 
strange size (0 or 356 bytes sometimes)

OR 

A dialog box is displayed and no file is created: 
Unable to read 05 - Burn Up.mp3 : encoding failed
WARNING: libsndfile may ignore -r and perform fseek's on the input.
Compile without libsndfile if this is a problem.
LAME 3.98 32bits (http://www.mp3dev.org)
CPU features: MMX (ASM usd), SSE (ASM used), SSE2
Using polyphase lowpass filter, transition band : 20094 Hz - 20627 Hz
Encoding stdin to /tmp/kde-kevin/pHdUb.mp3
Encoding as 44.1KHz stereo MPEG-1 Layer III (4.4x) average 320 kbps qval=3


OGG: 
Either the file has a strange name (media:/scd0/MP3/05 - Burn Up.mp3) and/or a 
strange size (356 bytes, dump below)

OR

File is correctly extracted despite of bad progression status reported by 
progression dialog box.



Dump of strange OGG file produced (356 bytes): 
[EMAIL PROTECTED]:~/Desktop$ od -t x1 05\ -\ Burn-Up.ogg
000 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55 55
*
340 55 55 55 55 54 41 47 42 75 72 6e 2d 55 70 00 00
360 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400 00 00 00 00 00 53 69 6f 75 78 73 69 65 20 61 6e
420 64 20 74 68 65 20 42 61 6e 73 68 65 65 73 00 00
440 00 00 00 50 65 65 70 73 68 6f 77 00 00 00 00 00
460 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
500 00 31 39 38 38 00 00 00 00 00 00 00 00 00 00 00
520 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
540 00 00 05 ff
544


Let me know if I can supply any other information.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25.7 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages kdemultimedia-kio-plugins depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libartsc0   1.5.9-2  aRts sound system C support librar
ii  libasound2  1.0.16-2 ALSA library
ii  libc6   2.7-13   GNU C Library: Shared libraries
ii  libcdparanoia0  3.10.0+debian-1  audio extraction tool for sampling
ii  libgcc1 1:4.3.1-8GCC support library
ii  libkcddb1   4:3.5.9-3CDDB library for KDE
ii  libogg0 1.1.3-4  Ogg Bitstream Library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.1-8  The GNU Standard C++ Library v3
ii  libvorbis0a 1.2.0.dfsg-3.1   The Vorbis General Audio Compressi
ii  libvorbisenc2   1.2.0.dfsg-3.1   The Vorbis General Audio Compressi

kdemultimedia-kio-plugins recommends no packages.

Versions of packages kdemultimedia-kio-plugins suggests:
ii  lame  3.98-0.0   LAME Ain't an MP3 Encoder

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478016: shorewall-common: please depend on 'bash | dash' instead of 'dash'

2008-04-26 Thread Kevin Baradon
Package: shorewall-common
Version: 4.0.10-1
Severity: minor

shorewall-common and shorewall-shell both depend on dash because of bashisms in 
scripts.

dash is not installed on my system. I use bash. With my understanding of the 
problem, bash would work well with shorewall.
Or I'm missing something else.

Please make shorewall-* packages depend on 'bash | dash'.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages shorewall-common depends on:
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  iproute   20080108-1 Professional tools to control the 
ii  iptables  1.4.0-3administration tools for packet fi

shorewall-common recommends no packages.

-- debconf information:
  shorewall-common/major_release:
  shorewall-common/dont_restart:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#475840: ksensors: should also try to use /etc/sensors3.conf config file

2008-04-13 Thread Kevin Baradon
Package: ksensors
Version: 0.7.3-15
Severity: normal

Hello,

ksensors only tries to use /etc/sensors.conf configuration file for 
temp/fan/voltage monitoring.
Since some time, this file seems to have been renamed to /etc/sensors3.conf.

Temp/fan/voltage sensors are not available in ksensors if /etc/sensors.conf is 
not found.

I've made a symlink from /etc/sensors3.conf to /etc/sensors.conf on my system 
and it works fine.

Please make ksensors first try to use /etc/sensors3.conf, and then fallback to 
/etc/sensors.conf.


Thanks.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages ksensors depends on:
ii  kdelibs4c2a  4:3.5.9.dfsg.1-2+b1 core libraries and binaries for al
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.0-3   GCC support library
ii  libqt3-mt3:3.3.8b-5  Qt GUI Library (Threaded runtime v
ii  libsensors3  1:2.10.6-2  library to read temperature/voltag
ii  libstdc++6   4.3.0-3 The GNU Standard C++ Library v3
ii  lm-sensors   1:3.0.1-3   utilities to read temperature/volt

Versions of packages ksensors recommends:
ii  hddtemp0.3-beta15-42 hard drive temperature monitoring 

-- debconf information:
  ksensors/v6:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469342: apt-listchanges: new version doesn't work anymore

2008-03-04 Thread Kevin Baradon
Package: apt-listchanges
Version: 2.82
Severity: grave
Justification: renders package unusable

Using aptitude to upgrade packages always gives me the following traceback: 

Lecture des fichiers de modifications (« changelog »)... Terminé
Traceback (most recent call last):
  File /usr/bin/apt-listchanges, line 227, in ?
main()
  File /usr/bin/apt-listchanges, line 148, in main
seen.close()
  File /usr/lib/python2.4/bsddb/__init__.py, line 237, in close
v = self.db.close()
bsddb.db.DBRunRecoveryError: (-30975, 'DB_RUNRECOVERY: Fatal error, run 
database recovery -- PANIC: fatal region error detected; run recovery')


Let me know if can do anything else.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-listchanges depends on:
ii  apt   0.7.11 Advanced front-end for dpkg
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  python2.4.4-6An interactive high-level object-o
ii  python-apt0.7.5  Python interface to libapt-pkg
ii  python-support0.7.6  automated rebuilding support for p
ii  ucf   3.005  Update Configuration File: preserv

Versions of packages apt-listchanges recommends:
ii  exim4 4.69-2 meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail-tran 4.69-2 lightweight Exim MTA (v4) daemon

-- debconf information:
* apt-listchanges/confirm: true
* apt-listchanges/email-address:
* apt-listchanges/which: changelogs
* apt-listchanges/frontend: pager
* apt-listchanges/save-seen: true



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#449287: Bug#453958: Bug#449287: /etc/init.d/exim4 gives no such process error when stopping exim4

2008-02-13 Thread Kevin Baradon
Le mercredi 13 février 2008, Marc Haber a écrit :
 On Tue, Feb 12, 2008 at 08:36:11PM +0100, Kevin Baradon wrote:
  Le jeudi 17 janvier 2008, Marc Haber a écrit :
   user [EMAIL PROTECTED]
   usertags #453958 close-20080331
   usertags #449287 close-20080331
   thanks
  
   On Sat, Dec 01, 2007 at 02:38:54PM +0100, Andreas Metzler wrote:
On 2007-12-01 Andreas Metzler [EMAIL PROTECTED] wrote:
[]
   
 I can reproduce this, the error is generated when killproc invokes

 /sbin/start-stop-daemon --stop --pidfile /var/run/exim4/exim.pid
 --retry 5 --quiet --oknodo
   
which is dpkg bug 157305. (I am using a block instead of reassigning,
too keep the bug visible in exim.)
  
   #157305 was fixed on January 8, and I do not see the issue any more.
   Can the original submitters please take a look and comment?
 
  Hello,
 
  Bug is still present here in sid (updated today).
 
  kev1:/home/kevin# invoke-rc.d exim4 start
  Starting MTA: exim4.
  kev1:/home/kevin# ps aux | grep exim4
  102   2879  0.0  0.1   6020   916 ?Ss   20:32
  0:00 /usr/sbin/exim4 -bd -q30m
  root  2943  0.0  0.1   2444   760 pts/1S+   20:32   0:00 grep
  exim4 kev1:/home/kevin# invoke-rc.d exim4 stop
  Stopping MTA:/sbin/start-stop-daemon: warning: failed to kill 2879: No
  such process
   exim4_listener.
  kev1:/home/kevin# ps aux | grep exim4
  root  3033  0.0  0.1   2444   764 pts/1S+   20:32   0:00 grep
  exim4 kev1:/home/kevin# invoke-rc.d exim4 stop
  Stopping MTA:.
  kev1:/home/kevin# ps aux | grep exim4
  kev1:/home/kevin#
 
  Let me known if you need additional information.

 I'd like to know versions of exim4-base, dpkg and lsb-base installed,
 and the contents of /etc/default/exim4 and /var/run/exim.pid


Hello, 

Here are all informations you wanted: 

ii  exim44.69-2meta-package 
to ease Exim MTA (v4) installation
ii  exim4-base   4.69-2support 
files for all Exim MTA (v4) packages
ii  exim4-config 4.69-2
configuration for the Exim MTA (v4)
ii  exim4-daemon-light   4.69-2lightweight 
Exim MTA (v4) daemon

ii  dpkg 1.14.7package 
maintenance system for Debian

ii  lsb-base 3.1-24Linux 
Standard Base 3.1 init script functionality
ii  lsb-release  3.1-24Linux 
Standard Base version reporting utility

/etc/default/exim4 contents: 
--x8
# /etc/default/exim4
EX4DEF_VERSION=''

# 'combined' -   one daemon running queue and listening on SMTP port
# 'no'   -   no daemon running the queue
# 'separate' -   two separate daemons
# 'ppp'  -   only run queue with /etc/ppp/ip-up.d/exim4.
# 'nodaemon' - no daemon is started at all.
# 'queueonly' - only a queue running daemon is started, no SMTP listener.
# setting this to 'no' will also disable queueruns from /etc/ppp/ip-up.d/exim4
QUEUERUNNER='combined'
# how often should we run the queue
QUEUEINTERVAL='30m'
# options common to quez-runner and listening daemon
COMMONOPTIONS=''
# more options for the daemon/process running the queue (applies to the one
# started in /etc/ppp/ip-up.d/exim4, too.
QUEUERUNNEROPTIONS=''
# special flags given to exim directly after the -q. See exim(8)
QFLAGS=''
# options for daemon listening on port 25
SMTPLISTENEROPTIONS=''
--x8


/var/run/exim.pid: there is no such file, but there is a 
/var/run/exim4/exim.pid file: 
-rw-r--r-- 1 root Debian-exim 5 fév 13 19:49 /var/run/exim4/exim.pid

Its contents:  
--x8
4982
--x8

 What does happen when you (with a running exim) invoke
 /sbin/start-stop-daemon --stop --pidfile /var/run/exim4/exim.pid
 --retry 5 --quiet --oknodo?

[EMAIL PROTECTED]:~$ ps aux | grep exim4
102   4982  0.0  0.1   6020   716 ?Ss   19:49   0:00 
/usr/sbin/exim4 -bd -q30m
kevin32189  0.0  0.1   2444   756 pts/1R+   20:11   0:00 grep exim4

kev1:/home/kevin# /sbin/start-stop-daemon --stop --pidfile 
/var/run/exim4/exim.pid --retry 5 --quiet --oknodo
/sbin/start-stop-daemon: warning: failed to kill 4982: No such process
kev1:/home/kevin# ps aux | grep exim4
root  2488  0.0  0.1   2444   764 pts/1S+   20:15   0:00 grep exim4
kev1:/home/kevin# ls -l /var/run/exim4/
total 4
-rw-r--r-- 1 root Debian-exim 5 fév 13 19:49 exim.pid
kev1:/home/kevin# cat /var/run/exim4/exim.pid
4982

Despite of the error message, process is killed. But its pidfile is still there.


 Greetings
 Marc



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#449287: Bug#453958: Bug#449287: /etc/init.d/exim4 gives no such process error when stopping exim4

2008-02-13 Thread Kevin Baradon
Le mercredi 13 février 2008, Marc Haber a écrit :
 On Wed, Feb 13, 2008 at 08:19:10PM +0100, Kevin Baradon wrote:
  ii  dpkg 1.14.7   
  package maintenance system for Debian

 Current sid and lenny have 1.14.16.6; the Bug you are experiencing was
 fixed in 1.14.15.

 I still intend to close this bug by the end of March 2008.

 Greetings
 Marc

My bad, dpkg was pinned in /etc/apt/preferences :/
Upgraded it and bug is not reproducible. So consider it is fixed.

Sorry for the noise.

Greetings.
Kevin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#449287: /etc/init.d/exim4 gives no such process error when stopping exim4

2008-02-12 Thread Kevin Baradon
Le jeudi 17 janvier 2008, Marc Haber a écrit :
 user [EMAIL PROTECTED]
 usertags #453958 close-20080331
 usertags #449287 close-20080331
 thanks

 On Sat, Dec 01, 2007 at 02:38:54PM +0100, Andreas Metzler wrote:
  On 2007-12-01 Andreas Metzler [EMAIL PROTECTED] wrote:
  []
 
   I can reproduce this, the error is generated when killproc invokes
  
   /sbin/start-stop-daemon --stop --pidfile /var/run/exim4/exim.pid
   --retry 5 --quiet --oknodo
 
  which is dpkg bug 157305. (I am using a block instead of reassigning,
  too keep the bug visible in exim.)

 #157305 was fixed on January 8, and I do not see the issue any more.
 Can the original submitters please take a look and comment?

Hello,

Bug is still present here in sid (updated today).

kev1:/home/kevin# invoke-rc.d exim4 start
Starting MTA: exim4.
kev1:/home/kevin# ps aux | grep exim4
102   2879  0.0  0.1   6020   916 ?Ss   20:32   
0:00 /usr/sbin/exim4 -bd -q30m
root  2943  0.0  0.1   2444   760 pts/1S+   20:32   0:00 grep exim4
kev1:/home/kevin# invoke-rc.d exim4 stop
Stopping MTA:/sbin/start-stop-daemon: warning: failed to kill 2879: No such 
process
 exim4_listener.
kev1:/home/kevin# ps aux | grep exim4
root  3033  0.0  0.1   2444   764 pts/1S+   20:32   0:00 grep exim4
kev1:/home/kevin# invoke-rc.d exim4 stop
Stopping MTA:.
kev1:/home/kevin# ps aux | grep exim4
kev1:/home/kevin#

Let me known if you need additional information.


Kevin


 Otherwise, I intend to close this bug by the end of March 2008.

 Greetings
 Marc



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463871: dpkg-www: Doesn't work anymore after upgrade

2008-02-04 Thread Kevin Baradon
Le lundi 4 février 2008, Kapil Hari Paranjape a écrit :
 tags 463871 + patch
 thanks

 Hello,

 On Sun, 03 Feb 2008, Kevin Baradon wrote:
  After upgrade to version 2.53, dpkg-www doesn't display package list
  anymore. Here is text transcript of the web page shown :

 The enclosed patch appears to fix the problem.

Hello,

Yes, it works for me.
Thanks a lot.

Best regards.


 Regards,

 Kapil.
 --
 =patch===
 --- /usr/lib/cgi-bin/dpkg.orig2008-01-22 21:51:06.0 +0530
 +++ /usr/lib/cgi-bin/dpkg 2008-02-04 15:17:33.0 +0530
 @@ -945,10 +945,6 @@
   NR--
   next
   }
 - (is_hdr) {
 - header[NR] = $0
 - next
 - }
   (is_hdr == 1)  ($1 == ||/) {
   # ||/ Name   VersionDescription
   hstat  = $1
 @@ -992,6 +988,10 @@
   needs_desc = missing_desc[name] = NR
   }
   }
 + (is_hdr) {
 + header[NR] = $0
 + next
 + }
   END {
   if (needs_desc) {
   update_descs()
 =end of patch



-- 
Kevin Baradon
Embedded Systems Engineer
-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#463871: dpkg-www: Doesn't work anymore after upgrade

2008-02-03 Thread Kevin Baradon
Package: dpkg-www
Version: 2.53
Severity: grave
Justification: renders package unusable

After upgrade to version 2.53, dpkg-www doesn't display package list anymore. 
Here is text transcript of the web page shown : 


Debian packages on kev1
  Search   Helpon only installed packages 
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
  
+++-  -  -  


Generated by  dpkg-www 2.53 - Copyright (C) 1999-2006 Massimo Dal Zotto [EMAIL 
PROTECTED] 



Reverting to version 2.52 fixes the problem.

Let me know if you need additionnal information.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg-www depends on:
ii  apache2   2.2.8-1Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.8-1Traditional model for Apache HTTPD
ii  apt   0.7.10 Advanced front-end for dpkg
ii  dwww  1.10.10Read all on-line documentation wit
ii  info2www  1.2.2.9-23 Read info files with a WWW browser
ii  perl [perl5]  5.8.8-12   Larry Wall's Practical Extraction 

dpkg-www recommends no packages.

-- debconf information:
* dpkg-www/update-apache-config:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#450802: sox: don't play sounds anymore

2007-11-10 Thread Kevin Baradon
Package: sox
Version: 14.0.0-5
Severity: important

sox useds to work fine on my computer (I use it as notification sound player in 
KDE instead of Arts).

Since (at least) last upgrade, sounds doesn't play anymore: 

[EMAIL PROTECTED]:~$ play /usr/share/sounds/KDE_Beep_Ahem.wav
ALSA snd_pcm_hw_params_set_format error: Invalid argument
play ao: Could not open default device: error 5
play soxio: Failed writing `default':


If I try to switch to OSS driver in libao: 

[EMAIL PROTECTED]:~$ play /usr/share/sounds/KDE_Beep_Ahem.wav
libao - Unsupported number of bits: 32.play ao: Could not open default device: 
error 5
play soxio: Failed writing `default':


/usr/share/sounds/KDE_Beep_Ahem.wav is a standard KDE sound (22050Hz, mono, 
16bit, PCM).

Playing sounds works very well with other apps (amarok, mpg123, etc...)

My sound card is an Hercules Gamesurround Fortissimo 2. I use alsa snd_cs46xx 
driver (various kernels =2.6.21) . ALSA OSS emulation is enabled.
I encountered some buffer size problems with this sound card and jackd (for 
instance). Maybe this could be a hint...

As sox used to work fine for me, and is not working anymore, it is a serious 
functionnality regression.

Please contact me if you need testing or additionnal informations.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-rc2 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages sox depends on:
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libltdl3  1.5.24-1   A system independent dlopen wrappe
ii  libsamplerate00.1.2-5audio rate conversion library
ii  libsox0   14.0.0-5   SoX library

Versions of packages sox recommends:
ii  libsox-fmt-alsa   14.0.0-5   SoX alsa format I/O library
ii  libsox-fmt-ao 14.0.0-5   SoX Libao format I/O library
ii  libsox-fmt-base   14.0.0-5   Minimal set of SoX format librarie
ii  libsox-fmt-oss14.0.0-5   SoX OSS format I/O library

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#449287: /etc/init.d/exim4 gives no such process error when stopping exim4

2007-11-04 Thread Kevin Baradon
Package: exim4
Version: 4.68-1
Severity: normal


Here is the testcase: 

kev1:/home/kevin# ps aux | grep exim4
102  26121  0.0  0.1   5880   920 ?Ss   18:45   0:00 
/usr/sbin/exim4 -bd -q30m
root 26348  0.0  0.1   3572   788 pts/6S+   18:45   0:00 grep exim4
kev1:/home/kevin# invoke-rc.d exim4 status
checking separate queue runner daemon...done (not running).
checking combined SMTP listener and queue runner daemon...done (running).
kev1:/home/kevin# invoke-rc.d exim4 stop
Stopping MTA:/sbin/start-stop-daemon: warning: failed to kill 26121: No such 
process
 exim4_listener.
kev1:/home/kevin# ps aux | grep exim4
root 26639  0.0  0.1   3572   788 pts/6S+   18:45   0:00 grep exim4

So it appears there's something wrong with initscript/PID file handling.


-- Package-specific info:
Exim version 4.68 #1 built 07-Oct-2007 22:03:11
Copyright (c) University of Cambridge 2006
Berkeley DB: Berkeley DB 4.6.19: (August 10, 2007)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to replace
# the DEBCONFsomethingDEBCONF strings in the configuration template files.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

dc_eximconfig_configtype='smarthost'
dc_other_hostnames=''
dc_local_interfaces='127.0.0.1'
dc_readhost='kev1.homeip.net'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='smtp.gmail.com'
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
mailname:kev1.homeip.net

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-rc9 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0] 1.5.16 Debian configuration management sy
ii  exim4-base4.68-1 support files for all Exim MTA (v4
ii  exim4-daemon-light4.68-1 lightweight Exim MTA (v4) daemon

exim4 recommends no packages.

-- debconf information:
* exim4/drec:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#388382: kdemultimedia-kio-plugins: lame encoding produces files with only white noise

2007-05-30 Thread Kevin Baradon

2007/5/29, Sune Vuorela [EMAIL PROTECTED]:


On Tuesday 29 May 2007, Kevin Baradon wrote:
 Package: kdemultimedia-kio-plugins
 Version: 4:3.5.7-1
 Followup-For: Bug #388382

 Hello,

 Omitting lame -x switch broke CD-MP3 encoding on x86.
 Encoding without -x switch works (tested with .wav files).

 So previous fix was not correct.

 Please let me known if I can do something to help debugging.

So you are saying that while fixing mp3 encoding on ppc we broke it on
i386 ?



Yes.

so we better patch it to use -x on archs like x86 - and to not use -x on

archs
like ppc - is that what you are saying?



I think this is cause of the bug. Ripping used to work well.
If you provide me a patched package I can test it.

I just find the lame -x option very badly described.


Only one line in manpage.
And I don't even know which byte order is used on CDDAs.

/Sune

--
Do you know how to uninstall on the firewall?

You have to remove from a button of the sendmail for disabling the virus.



--
Kevin BARADON
-


Bug#388382: kdemultimedia-kio-plugins: lame encoding produces files with only white noise

2007-05-29 Thread Kevin Baradon
Package: kdemultimedia-kio-plugins
Version: 4:3.5.7-1
Followup-For: Bug #388382

Hello,

Omitting lame -x switch broke CD-MP3 encoding on x86.
Encoding without -x switch works (tested with .wav files).

So previous fix was not correct.

Please let me known if I can do something to help debugging.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages kdemultimedia-kio-plugins depends on:
ii  kdelibs4c2a   4:3.5.7.dfsg.1-1   core libraries and binaries for al
ii  libartsc0 1.5.7-1aRts sound system C support librar
ii  libasound21.0.13-2   ALSA library
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libcdparanoia03.10+debian~pre0-5 audio extraction tool for sampling
ii  libflac7  1.1.2-6Free Lossless Audio Codec - runtim
ii  libgcc1   1:4.2-20070525-1   GCC support library
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libkcddb1 4:3.5.7-1  CDDB library for KDE
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libstdc++64.2-20070525-1 The GNU Standard C++ Library v3
ii  libtag1c2a1.4-8  TagLib Audio Meta-Data Library
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2.dfsg-1.2 The Vorbis General Audio Compressi

kdemultimedia-kio-plugins recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423421: googleearth-package: fails to build package with latest GoogleEarth version (4.1.7076.4458)

2007-05-11 Thread Kevin Baradon
Package: googleearth-package
Version: 0.0.8
Severity: normal

Trying to build a package without --force fails : 

[EMAIL PROTECTED]:~$ make-googleearth-package
Google Earth for GNU/Linux 4.1.7076.4458
Unrecognized Google Earth version (use --force to build anyway)


Using --force builds a working package, but with a weird version 
(googleearth_+0.0.8-1_i386.deb) : 

[EMAIL PROTECTED]:~$ make-googleearth-package --force
Google Earth for GNU/Linux 4.1.7076.4458
Unrecognized Google Earth version; using anyway (because of --force).
./
./README.linux
./bin/
./bin/googleearth
./googleearth-icon.png
./googleearth.xpm
./linux/
./linux/xdg/
./linux/xdg/xdg-mime
./linux/xdg/xdg-desktop-icon
./linux/xdg/xdg-desktop-menu
./postinstall.sh
./preuninstall.sh
./setup.data/
./setup.data/bin/
./setup.data/bin/Linux/
./setup.data/bin/Linux/x86/
./setup.data/bin/Linux/x86/setup.gtk
./setup.data/bin/Linux/x86/setup.gtk2
./setup.data/bin/Linux/x86/uninstall
./setup.data/bin/Linux/amd64
./setup.data/bin/Linux/x86_64
./setup.data/bin/NetBSD
./setup.data/bin/OpenBSD
./setup.data/bin/FreeBSD
./setup.data/config.sh
./setup.data/locale/
./setup.data/locale/de/
./setup.data/locale/de/LC_MESSAGES/
./setup.data/locale/de/LC_MESSAGES/loki-uninstall.mo
./setup.data/locale/de/LC_MESSAGES/setup.mo
./setup.data/locale/es/
./setup.data/locale/es/LC_MESSAGES/
./setup.data/locale/es/LC_MESSAGES/loki-uninstall.mo
./setup.data/locale/es/LC_MESSAGES/setup.mo
./setup.data/locale/fr/
./setup.data/locale/fr/LC_MESSAGES/
./setup.data/locale/fr/LC_MESSAGES/loki-uninstall.mo
./setup.data/locale/fr/LC_MESSAGES/setup.mo
./setup.data/locale/it/
./setup.data/locale/it/LC_MESSAGES/
./setup.data/locale/it/LC_MESSAGES/loki-uninstall.mo
./setup.data/locale/it/LC_MESSAGES/setup.mo
./setup.data/locale/nl/
./setup.data/locale/nl/LC_MESSAGES/
./setup.data/locale/nl/LC_MESSAGES/loki-uninstall.mo
./setup.data/locale/nl/LC_MESSAGES/setup.mo
./setup.data/locale/ru/
./setup.data/locale/ru/LC_MESSAGES/
./setup.data/locale/ru/LC_MESSAGES/loki-uninstall.mo
./setup.data/locale/ru/LC_MESSAGES/setup.mo
./setup.data/locale/sv/
./setup.data/locale/sv/LC_MESSAGES/
./setup.data/locale/sv/LC_MESSAGES/loki-uninstall.mo
./setup.data/locale/sv/LC_MESSAGES/setup.mo
./setup.data/setup.glade
./setup.data/setup.gtk2.glade
./setup.data/setup.xml
./setup.data/splash.xpm
./setup.sh
./EULA-GoogleEarth-cs.html
./EULA-GoogleEarth-de.html
./EULA-GoogleEarth-en.html
./EULA-GoogleEarth-es.html
./EULA-GoogleEarth-fr.html
./EULA-GoogleEarth-it.html
./EULA-GoogleEarth-ja.html
./EULA-GoogleEarth-ko.html
./EULA-GoogleEarth-nl.html
./EULA-GoogleEarth-pl.html
./EULA-GoogleEarth-pt.html
./EULA-GoogleEarth-ru.html
./googleearth-linux-x86.tar
./googleearth-data.tar
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGCore.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGGfx.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGAttrs.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGDisplay.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGGui.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGSg.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGCollision.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGMath.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGUtils.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGOpt.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGExportCommon.so » 
non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGCore.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGGfx.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGAttrs.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGDisplay.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGGui.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGSg.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGCollision.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGMath.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGUtils.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGOpt.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGExportCommon.so » 
non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGSg.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGAttrs.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGGfx.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGUtils.so » non 
reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED ./libIGMath.so » non reconnu
dpkg-shlibdeps : avertissement : format de « NEEDED 

Bug#423423: konqueror: renders mouse unusable on https://logitelnet.socgen.com pin code entry

2007-05-11 Thread Kevin Baradon
Package: konqueror
Version: 4:3.5.6.dfsg.2-2
Severity: normal

Steps to reproduce : 
- Go to https://logitelnet.socgen.com
- Enter some 8-digit number in textbox on the left
- Click on OK near textbox. A grey square appears near mouse and follow it. You 
can't do anything else with the mouse. 
The only way to restore mouse behavior is to kill konqueror (killall konqueror) 
from a text console.

Workaround : 
- Go to https://logitelnet.socgen.com
- Do not enter any number and directly click on OK button. You'll get an error 
message box. Discard it
- Enter a 8-digit number. Click OK. Pin code panel will appear and there's no 
problem using it !

This worked without any problem in kde 3.5.5a, and maybe in some releases of 
kde 3.5.6. Bug appeared recently.

You can contact me if you need more information.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages konqueror depends on:
ii  kcontrol 4:3.5.6.dfsg.2-2control center for KDE
ii  kdebase-kio-plugins  4:3.5.6.dfsg.2-2core I/O slaves for KDE
ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-4 core libraries and binaries for al
ii  kdesktop 4:3.5.6.dfsg.2-2miscellaneous binaries and files f
ii  kfind4:3.5.6.dfsg.2-2file-find utility for KDE
ii  libacl1  2.2.42-1Access control list shared library
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libattr1 1:2.4.32-1.1Extended attribute shared library
ii  libaudio21.9-2   The Network Audio System (NAS). (s
ii  libc62.5-7   GNU C Library: Shared libraries
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]  0.1.8-2 Client library for the gamin file 
ii  libgcc1  1:4.1.2-6   GCC support library
ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libkonq4 4:3.5.6.dfsg.2-2core libraries for Konqueror
ii  libpng12-0   1.2.15~beta5-1  PNG library - runtime
ii  libqt3-mt3:3.3.7-4+b1Qt GUI Library (Threaded runtime v
ii  libsm6   1:1.0.2-2   X11 Session Management library
ii  libstdc++6   4.1.2-6 The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxt6   1:1.0.5-2   X11 toolkit intrinsics library
ii  zlib1g   1:1.2.3-13  compression library - runtime

konqueror recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#399262: manpages-fr: Typo in networks(5)

2006-11-18 Thread Kevin Baradon
Package: manpages-fr
Version: 2.39.1-2
Severity: minor

In networks(5) french manual page, there's a typo in the first line of 
description : 
'/etc/network' should be '/etc/networks'


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19-rc6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages manpages-fr depends on:
ii  manpages-fr-dev   2.39.1-2   French version of the development 
ii  manpages-fr-extra 20061005   French version of the manual pages

manpages-fr recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#397689: konqueror: Enabling SSLv2 breaks loading of some page

2006-11-08 Thread Kevin Baradon
Package: konqueror
Version: 4:3.5.5a.dfsg.1-1
Severity: normal

When Use SSLv2 is checked in Konqueror config dialog, loading of 
https://vpn.minatec.inpg.fr fails, with the following message (translated from 
french) : 

A problem occured while loading https://vpn.minatec.inpg.fr :
Unable to connect to host vpn.minatec.inpg.fr.

Unchecking Use SSLv2 in Konqueror config fix this problem.
I also tried w3m and this problem doesn't occur.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages konqueror depends on:
ii  kcontrol   4:3.5.5a.dfsg.1-1 control center for KDE
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-1 core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  kdesktop   4:3.5.5a.dfsg.1-1 miscellaneous binaries and files f
ii  kfind  4:3.5.5a.dfsg.1-1 file-find utility for KDE
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]0.1.7-4   Client library for the gamin file 
ii  libgcc11:4.1.1-19GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkonq4   4:3.5.5a.dfsg.1-1 core libraries for Konqueror
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

konqueror recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#377267: Fix works

2006-07-09 Thread Kevin Baradon
Hi,

Patch also works here. 

Thanks !

-- 
Kevin Baradon
Telecom Student
-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#377267: kernel-package: kernel_image target fails with kernel 2.6.18-rc1

2006-07-07 Thread Kevin Baradon
Package: kernel-package
Version: 10.049
Severity: normal

Hi,

Starting with kernel 2.8.18-rc1, the command make-kpkg kernel_image fails. 
It worked fine with kernel 2.6.17.x.
Here is the build log : 

exec debian/rules  DEBIAN_REVISION=2.6.18-rc1-10.00.Custom  kernel_image

== making target CONFIG-common [new prereqs: testdir]==

== making target CONFIG-common [new prereqs: stamp-conf]==
This is kernel package version 10.049.
== making stamp-arch-conf because of  ==

== making target CONFIG-arch [new prereqs: stamp-arch-conf]==
== making conf.vars because of .config ==

== making target CONFIG-arch [new prereqs: .config conf.vars]==
This is kernel package version 10.049.
== making target CONFIG/linux-headers-2.6.18-rc1 [new prereqs: 
CONFIG-arch]==

== making target CONFIG/linux-image-2.6.18-rc1 [new prereqs: 
CONFIG-arch]==

== making target CONFIG/linux-uml-2.6.18-rc1 [new prereqs: 
CONFIG-arch]==

== making target CONFIG/linux-xen0-2.6.18-rc1 [new prereqs: 
CONFIG-arch]==

== making target CONFIG/linux-xenu-2.6.18-rc1 [new prereqs: 
CONFIG-arch]==

== making stamp-configure-arch because of  ==
== making target configure-arch [new prereqs: stamp-configure-arch]==
== making stamp-indep-conf because of  ==

== making target CONFIG-indep [new prereqs: stamp-indep-conf]==
== making target CONFIG-indep [new prereqs: conf.vars 
stamp-kernel-conf]==
This is kernel package version 10.049.
== making target CONFIG/linux-source-2.6.18-rc1 [new prereqs: 
CONFIG-indep]==

== making target CONFIG/linux-doc-2.6.18-rc1 [new prereqs: 
CONFIG-indep]==

== making target CONFIG/linux-manual-2.6.18-rc1 [new prereqs: 
CONFIG-indep]==

== making stamp-configure-indep because of  ==
== making target configure-indep [new prereqs: stamp-configure-indep]==
== making stamp-configure because of  ==
== making stamp-build-kernel because of  ==
This is kernel package version 10.049.
if [ -f include/linux/version.h ]; then uts_ver=$(grep 'define UTS_RELEASE' 
include/linux/version.h | perl -nle  
'm/^\s*\#define\s+UTS_RELEASE\s+(?)(\S+)\1/g  print $2;'); if [ X$uts_ver 
!= X ]; then echo The UTS Release version in include/linux/version.h; echo 
 \$uts_ver\ ; echo does not match current version  ; echo  
\2.6.18-rc1\  ; echo Reconfiguring. ; touch Makefile; fi; fi
/usr/bin/makeARCH=i386 \
 bzImage
make[1]: entrant dans le répertoire « /usr/local/src/linux-2.6.18-rc1 »
  CHK include/linux/version.h
  CHK include/linux/utsrelease.h
  CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready  (#1)
make[1]: quittant le répertoire « /usr/local/src/linux-2.6.18-rc1 »
/usr/bin/makeARCH=i386 \
 modules
make[1]: entrant dans le répertoire « /usr/local/src/linux-2.6.18-rc1 »
  CHK include/linux/version.h
  CHK include/linux/utsrelease.h
  Building modules, stage 2.
  MODPOST
make[1]: quittant le répertoire « /usr/local/src/linux-2.6.18-rc1 »
COLUMNS=150 dpkg -l 'gcc*' perl dpkg 'libc6*' binutils ldso make dpkg-dev |\
 awk '$1 ~ /[hi]i/ { printf(%s-%s\n, $2, $3) }'debian/buildinfo
uname -a  debian/buildinfo
echo using the compiler:  debian/buildinfo
grep LINUX_COMPILER include/linux/compile.h | \
   sed -e 's/.*LINUX_COMPILER //' -e 's/$//'  debian/buildinfo
echo applied kernel patches:  debian/buildinfo
echo done  debian/stamp-build-kernel
== making target install/linux-image-2.6.18-rc1 [new prereqs: ]==
This is kernel package version 10.049.
echo The UTS Release version in include/linux/version.h; echo  \\ ; 
echo does not match current version:; echo  \2.6.18-rc1\ ; echo 
Please correct this.; exit 2
The UTS Release version in include/linux/version.h
 
does not match current version:
 2.6.18-rc1
Please correct this.
make: *** [install/linux-image-2.6.18-rc1] Erreur 2



-- 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.17
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-15) (ignored: LC_ALL set 
to [EMAIL PROTECTED])

Versions of packages kernel-package depends on:
ii  dpkg  1.13.22package maintenance system for Deb
ii  dpkg-dev  1.13.22package building tools for Debian
ii  file  4.17-2 Determines file type using magic
ii  gcc [c-compiler]  4:4.1.1-3  The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.3-4The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.1-7The GNU C compiler
ii  gettext   0.14.6-1   GNU Internationalization utilities
ii  make  3.81-2 The GNU version of the make util
ii  perl  

Bug#362311: xli: Should be installed in /usr instead of /usr/X11R6

2006-04-13 Thread Kevin Baradon
Package: xli
Version: 1.17.0-21
Severity: wishlist

As xorg modular is now in unstable, /usr/X11R6 isn't used anymore. 
xli package is the only one package I installed which has files in /usr/X11R6.  
 


-- 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.16
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-15) (ignored: LC_ALL set 
to [EMAIL PROTECTED])

Versions of packages xli depends on:
ii  libc6   2.3.6-6  GNU C Library: Shared libraries
ii  libjpeg62   6b-12The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxext61:1.0.0-3X11 miscellaneous extension librar
ii  zlib1g  1:1.2.3-11   compression library - runtime

xli recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]