Your message dated Sat, 08 Feb 2014 22:26:14 +0100
with message-id <[email protected]>
and subject line Re: [Pkg-systemd-maintainers] Bug#738207: systemd-sysv:
sockets are not removed after being stopped
has caused the Debian Bug report #738207,
regarding systemd-sysv: sockets are not removed after being stopped
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
738207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738207
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd-sysv
Version: 204-6
Severity: normal
Dear Maintainer,
Stopping a systemd socket does not remove the socket file, e.g. after
sudo systemctl stop avahi-daemon.socket
the socket file /run/avahi-daemon/socket remains.
This is not the expected behavior, because if the socket file exists,
other programs usually assume that it is listened on.
This can be worked around by adding something like
ExecStopPost=/bin/rm /run/avahi-daemon/socket
to the socket file.
So please fix this bug by removing socket files, when the sockets are
not active.
Best regards,
Andreas
-- System Information:
Debian Release: jessie/sid
APT prefers testing-updates
APT policy: (700, 'testing-updates'), (700, 'testing'), (600,
'unstable'), (70, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages systemd-sysv depends on:
ii systemd 204-6
systemd-sysv recommends no packages.
systemd-sysv suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Andreas,
Andreas Cadhalpun <[email protected]> writes:
> Stopping a systemd socket does not remove the socket file, e.g. after
> sudo systemctl stop avahi-daemon.socket
> the socket file /run/avahi-daemon/socket remains.
>
> This is not the expected behavior, because if the socket file exists,
> other programs usually assume that it is listened on.
This has been discussed upstream already:
https://bugs.freedesktop.org/show_bug.cgi?id=30498#c4
http://bugzilla.adiscon.com/show_bug.cgi?id=200#c6
Therefore closing this bugreport.
Note that if you want to get features/behavior changed, please directly
talk to upstream. We are maintaining the Debian packaging of systemd,
and we don’t want to introduce such changes without upstream agreeing
with it.
--
Best regards,
Michael
--- End Message ---