Bug#734676: gnugk: does not create pid file

Naoto SONE naosone at naruto-u.ac.jp
Thu Jan 9 03:34:54 UTC 2014


Package: gnugk
Version: 2:3.4-2-1
Severity: minor

Dear Maintainer,

I can not stop gnugk with following command "/etc/init.d/gnugk stop". 
pid file was not created in our system.
I created a patch of gnugk init script.

@@ -41,6 +41,7 @@
 case "$1" in
   start)
        echo -n "Starting $DESC: "
+       [ -d /var/run/$NAME ] || install -d -o$NAME -g$NAME -m755 /var/run/$NAME
        start-stop-daemon --start --quiet \
                --chuid $NAME --pidfile /var/run/$NAME/$NAME.pid \
                --background --exec $DAEMON -- $ARGS

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.12-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnugk depends on:
ii  adduser          3.113+nmu3
ii  libc6            2.17-97
ii  libexpat1        2.1.0-4
ii  libgcc1          1:4.8.2-10
ii  libh323-1.24.0   1.24.0~dfsg2-1+b1
ii  libldap-2.4-2    2.4.31-1+nmu2+b1
ii  libodbc1         2.3.1-1
ii  libpt2.10.10     2.10.10~dfsg-2.1
ii  libsasl2-2       2.1.25.dfsg1-17
ii  libsdl1.2debian  1.2.15-8
ii  libssh-4         0.5.4-1
ii  libssl1.0.0      1.0.1e-6
ii  libstdc++6       4.8.2-10

gnugk recommends no packages.

Versions of packages gnugk suggests:
pn  ekiga          <none>
pn  ohphone        <none>
pn  ohphone-basic  <none>
pn  simph323       <none>

-- Configuration Files:
/etc/gatekeeper.ini changed [not included]
/etc/init.d/gnugk changed [not included]

-- no debconf information



More information about the Pkg-voip-maintainers mailing list