First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 128988
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Roy Marples (RETIRED) <uberlord@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Juan Medin <jmedin@joy.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 128988 depends on: Show dependency tree
Show dependency graph
Bug 128988 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-05 19:00 0000
package: sys-apps/ifplugd-0.28-r4
File: /etc/init.d/ifplugd
Line: 139
Extract from this file:

                start-stop-daemon --stop --exec /usr/sbin/ifplugd \
                        --pidfile "/var/run/ifplugd.${iface}.pid" --signal 3
                eend $? || allstopped=false

Description:

Since SIGQUIT (--signal 3) is being sent to ifpligd to stop it, the
/etc/ifplugd/ifplugd.action script is not being run on exit to turn off the
interface. The man page states that;

       SIGINT, SIGTERM ifplugd will quit, possibly running the shutdown script.
This is issued by passing -k to ifplugd.
       SIGQUIT ifplugd will quit, the shutdown script is never run.

The default for start-stop-daemon is to send SIGTERM which would let
/etc/ifplugd/ifplugd.action execute on exit. If the user then does not want
this to happen, the /etc/conf.d/ifplugd can be changed as follows;

ARGS="-q"

------- Comment #1 From Roy Marples (RETIRED) 2006-04-06 05:23:36 0000 -------
Fixed in -r5

First Last Prev Next    No search results available      Search page      Enter new bug