Bug#728389: bug 728389 : further information

2013-11-08 Thread Joel Girot
During this problem I noticed that all process started before the bug are
executed normally (shell in an ssh session, winscp through an ssh
connection, etc ...) but all launching of new process caused a hang at
launch (command shell, user process, new login). Therefore it has become
impossible to make a diagnosis or shut down the system properly.


Thank you in advance for your help.

 

Joël GIROT

 

G.V.R. Groupement Voiles et Rideaux

9 Allée des poiriers

69170 TARARE

FRANCE

Tel : +33 4.74.05.42.60

mel : joel.gi...@gvr.fr

 

 



Bug#711942: after fixe for bug 669109 deamon does not stop whith init.d/sec stop

2013-06-11 Thread Joel Girot
Package: sec
Version: 2.7.3-1
Severity: normal


In function do_stop(), command to stop the daemon is :

start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE 
--name $PERL

PERL=/usr/bin/perl

but the name of the process is sec (--name = /proc/pid/stat) :

cat /proc/13871/stat
13871 (sec) S 1 ...

may be the above command should be :

start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE 
--name $NAME
or
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE 
--exec $PERL

(--exec = /proc/pid/exe)
ll /proc/13871/exe
lrwxrwxrwx 1 root root 0 juin  11 10:47 /proc/13871/exe - /usr/bin/perl


-- System Information:
Debian Release: 6.0.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages sec depends on:
ii  perl   5.10.1-17squeeze6 Larry Wall's Practical Extraction 

sec recommends no packages.

sec suggests no packages.

-- Configuration Files:
/etc/default/sec changed [not included]
/etc/init.d/sec changed [not included]

-o debconf information


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