Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13823] ifup always thinks devices are "up"

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13823] ifup always thinks devices are "up"
  • Date: 8 Jun 2007 21:19:54 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13823





------- Additional Comments From eric AT sandall.us 2007-06-08 16:19 -------
Perhaps this is the intended behaviour of ifup (though I doubt it, since I
can't
run `ifup eth0` to 'bring up' my interface as it's already considered up; this
happens for all network devices that have a static driver, rather than
modular)
or not, but another possible fix, at least for ifplugd, would be to modify
/etc/ifplugd/ifplugd.action to use:
[ "$2" = "up ] && exec /sbin/dhcpcd $1
[ "$2" = "down ] && exec /sbin/dhcpcd -k $1

Though "down" could probably stay with "/sbin/ifdown $1" since ifdown still
functions just fine.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page