FS#23857 - [ifplugd] contains faulty rules

Attached to Project: Arch Linux
Opened by Andreas (misc) - Wednesday, 20 April 2011, 15:11 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 28 April 2012, 18:52 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Thomas Bächler (brain0)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

1. /etc/ifplugd/ifup.d/ifup.02-ntpdate.sh will try to execute ntpdate which is not a dependency and only found in the AUR.

2. "/etc/ifplugd/ifplugd.action eth0 up" as executed during booting results in:

ifplugd(eth0)[3495]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.
client: Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] [[dev] If]
client: inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]
client: [netmask N] [mss Mss] [window W] [irtt I]
client: [mod] [dyn] [reinstate] [[dev] If]
client: inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject
client: inet_route [-FC] flush NOT supported
client: Error : Name or service not known

Additional info:
* package version: 0.28-7

Steps to reproduce:
* Run ifplugd as daemon at boot
This task depends upon

Closed by  Dave Reisner (falconindy)
Saturday, 28 April 2012, 18:52 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#18542 
Comment by Jelle van der Waa (jelly) - Tuesday, 19 July 2011, 21:23 GMT
1. ntpdate can be found in ntp, so adding an optdepend as ntp should work

2. Since network is mostly depreacted (right?) , it might be better to implement it in ifplugd.action.

Loading...