Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121535 - app-misc/klive-0.16: can't be stopped
Summary: app-misc/klive-0.16: can't be stopped
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-04 05:33 UTC by Toralf Förster
Modified: 2006-02-04 10:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2006-02-04 05:33:05 UTC
$> /etc/init.d/klive stop
doesn't stop the related processes :

twistd,9275,klive /usr/bin/twistd --uid klive --pidfile /var/run/klive.pid --syslog -oy /usr/share/klive/klive.tac
  └─twistd,9276,root /usr/bin/twistd --uid klive --pidfile /var/run/klive.pid --syslog -oy /usr/share/klive/klive.tac
      ├─twistd,9277 /usr/bin/twistd --uid klive --pidfile /var/run/klive.pid --syslog -oy /usr/share/klive/klive.tac
      └─twistd,9414 /usr/bin/twistd --uid klive --pidfile /var/run/klive.pid --syslog -oy /usr/share/klive/klive.tac
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-04 05:55:11 UTC
Works just fine here... first of all you shouldn't have the thing started multiple times.

Reopen with emerge --info and steps to reproduce the bug.
Comment 2 Toralf Förster gentoo-dev 2006-02-04 06:21:29 UTC
Hhm, no it works (I am online now)

Here are the info:

n22 ~ # q -i klive
app-misc/klive-0.16
n22 ~ # q -i twist
dev-python/twisted-2.1.0
n22 ~ # q -i python
dev-lang/python-2.4.2
dev-python/python-fchksum-1.7.1


n22 ~ # emerge info
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.14
ccache version 2.3 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://85.25.128.62 ftp://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo http://213.186.33.37/gentoo-distfiles/"
LINGUAS="de en"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cups curl dri dvd emboss encode exif expat fam ffmpeg font-server foomaticdb fortran gd gdbm gif glut gpm gstreamer gtk gtk2 idn imagemagick imlib ipv6 jai java javascript jimi joystick jpeg junit kde lcms libg++ libwww live logrotate mad mbox mhash mikmod mmx mmxext mng motif mp3 mpeg mysql ncurses nls nsplugin ogg oggvorbis opengl oss pam pcre pdflib perl php png python qt quicktime readline real recode rtc samba sdl slp snmp spell sse sse2 ssl subversion swat tcltk tcpd tiff truetype truetype-fonts type1-fonts udev usb userlocales vorbis win32codecs xine xml2 xv xvid zlib linguas_de linguas_en userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY

Comment 3 Toralf Förster gentoo-dev 2006-02-04 06:59:07 UTC
BTW, every time I got:

n22 ~ # /etc/init.d/klive start
 * Starting KLive ...
Removing stale pidfile /var/run/klive.pid               [ ok ]
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-02-04 09:21:14 UTC
So, it works? Or?
Comment 5 Toralf Förster gentoo-dev 2006-02-04 10:17:25 UTC
Yes, beside the fact that the pid file isn't removed, it works now :-)