Bug 113225 - unable to stop xinetd
Summary: unable to stop xinetd
Status: RESOLVED DUPLICATE of bug 113002
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 3
Hardware: Other All
: P5 - None : Blocker
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 97395
  Show dependency treegraph
 
Reported: 2005-08-26 07:53 UTC by Martin Mrazik
Modified: 2005-08-26 09:58 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
y2logs after trying to disable xinetd (392.77 KB, application/x-gzip)
2005-08-26 07:54 UTC, Martin Mrazik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mrazik 2005-08-26 07:53:26 UTC
Using yast2 I configured the "finger" service and enabled xinetd (Command:
/sbin/yast2 inetd). Now I'm unable stop the service. "ps ax | grep xinetd" shows
that xinetd is still running and also the command "finger @myHost" still works.

y2logs attached in the next comment.

PS: I'm unable to stop xinetd also from commandline:

king:/ # /etc/init.d/xinetd stop
Shutting down xinetd:                                                 done
king:/ # finger @king
[king/10.20.1.103]

Welcome to Linux version 2.6.13-rc6-git13-4-default at king.suse.cz !

  9:53am  up   1:13,  9 users,  load average: 1.16, 1.08, 1.09

Login      Name                  Tty      Idle  Login Time   Where
mmrazik    Martin Mrazik        *:0          -     Fri 08:40 console
...
...
king:/ # ps ax | grep xinetd
10432 ?        Ss     0:00 /usr/sbin/xinetd
12743 pts/7    R+     0:00 grep xinetd
Comment 1 Martin Mrazik 2005-08-26 07:54:04 UTC
Created attachment 47711 [details]
y2logs after trying to disable xinetd
Comment 2 Thorsten Kukuk 2005-08-26 09:07:22 UTC
killproc seems to be broken, killproc does not work anymore if there
is no -p option with a valid pid file.
Comment 3 Michael Gross 2005-08-26 09:51:09 UTC
That's a bit strange. I compiled the official b3 src-package (Version sysvinit
2.85-49) on b3 and the included killproc worked perfectly in that manner. So
this bug may either be fixed already or the problem occured at build-time.
Comment 4 Dr. Werner Fink 2005-08-26 09:58:46 UTC
Known and fixed

*** This bug has been marked as a duplicate of 113002 ***