Opened 13 years ago
Closed 12 years ago
#31931 closed defect (fixed)
dnsmasq @2.59 PID file not removed on unload
Reported by: | m@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | dnsmasq |
Description
The package dnsmasq provides the possibility to load and unload dnsmasq. When running port load dnsmasq
, file /opt/local/var/run/dnsmasq.pid
will be created.
However, when running port unload dnsmasq
, that file will not be removed.
Change History (8)
comment:1 Changed 13 years ago by m@…
Cc: | m@… added |
---|
comment:2 Changed 13 years ago by nerdling (Jeremy Lavergne)
Cc: | snc@… m@… removed |
---|---|
Owner: | changed from macports-tickets@… to snc@… |
Status: | new → assigned |
comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | openmaintainer@… removed |
---|---|
Status: | assigned → new |
comment:4 Changed 13 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:5 Changed 13 years ago by nerdling (Jeremy Lavergne)
Permissions on the PID file prevent removal of the PID file. The default location needs to be inside a directory that the process can own.
comment:6 Changed 13 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I put the PID inside a fully-writable directory, r86875.
comment:7 Changed 12 years ago by m@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
There seems to be a regression as file /opt/local/var/run/dnsmasq.pid
is created again (instead of var/run/dnsmasq/dnsmasq.pid
).
comment:8 Changed 12 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Thanks for catching that: fixed again in r94554.
Note: See
TracTickets for help on using
tickets.
Cc Me!