[Bug 704435] Re: xinetd init script - reload terminates redirected services
Neil Wilson
neil at aldur.co.uk
Tue Jan 18 14:59:17 UTC 2011
** Description changed:
Binary package hint: xinetd
If you are using the 'redirect' service of xinetd, the redirection forks
a separate copy of xinetd for each service.
e.g
service vnc-redirect
{
- type = UNLISTED
- socket_type = stream
- protocol = tcp
- user = nobody
- wait = no
- port = 50000
- redirect = 109.107.34.14 5903
- }
+ type = UNLISTED
+ socket_type = stream
+ protocol = tcp
+ user = nobody
+ wait = no
+ port = 50000
+ redirect = 10.245.134.12 5903
+ }
When you try and do a 'service xinetd reload' the current init script is
missing a reference to the pidfile on its reload line and does a
'killall' on all xinetd processes - incorrectly terminating anything
that uses an internal service like redirect.
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xinetd 1:2.3.14-7ubuntu3
ProcVersionSignature: User Name 2.6.35-22.34-virtual 2.6.35.4
Uname: Linux 2.6.35-22-virtual x86_64
Architecture: amd64
Date: Tue Jan 18 14:30:27 2011
ProcEnviron:
- LANG=en_US.UTF-8
- SHELL=/bin/bash
+ LANG=en_US.UTF-8
+ SHELL=/bin/bash
SourcePackage: xinetd
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xinetd in ubuntu.
https://bugs.launchpad.net/bugs/704435
Title:
xinetd init script - reload terminates redirected services
More information about the Ubuntu-server-bugs
mailing list