Re: bin/165477: [rc] dhclient is run twice

2012-11-02 Thread Warren Block
On Fri, 2 Nov 2012, cr...@freebsd.org wrote: Synopsis: [rc] dhclient is run twice State-Changed-From-To: open->feedback State-Changed-By: crees State-Changed-When: Fri Nov 2 11:11:17 UTC 2012 State-Changed-Why: Please try out the patch at http://www.bayofrum.net/~crees/patches/165477.diff to de

Re: bin/168544: [patch] [rc]: addswap-mounted swapfiles cause panic on shutdown

2013-03-11 Thread Warren Block
The following reply was made to PR bin/168544; it has been noted by GNATS. From: Warren Block To: bug-follo...@freebsd.org, wbl...@freebsd.org Cc: Subject: Re: bin/168544: [patch] [rc]: addswap-mounted swapfiles cause panic on shutdown Date: Mon, 11 Mar 2013 19:41:41 -0600 (MDT) This

Re: bin/168544: [patch] [rc]: addswap-mounted swapfiles cause panic on shutdown

2013-03-11 Thread Warren Block
The following reply was made to PR bin/168544; it has been noted by GNATS. From: Warren Block To: bug-follo...@freebsd.org, wbl...@freebsd.org Cc: Subject: Re: bin/168544: [patch] [rc]: addswap-mounted swapfiles cause panic on shutdown Date: Mon, 11 Mar 2013 20:28:57 -0600 (MDT) This

Re: Proposal: multi-instance and self-contained rc.d script

2013-07-01 Thread Warren Block
On Mon, 1 Jul 2013, Jilles Tjoelker wrote: On Mon, Jul 01, 2013 at 06:29:53AM +0900, Hiroki Sato wrote: ... b) Make rc.d/foo always have rc.d/foo(8) manual page. However, I don't like another set of manual pages. They could be autogenerated by reading comments and variable values in th

Re: Proposal: multi-instance and self-contained rc.d script

2013-07-01 Thread Warren Block
On Mon, 1 Jul 2013, Warner Losh wrote: On Jul 1, 2013, at 12:27 PM, Eitan Adler wrote: On Mon, Jul 1, 2013 at 3:25 PM, Warren Block wrote: '/etc/rc.d/routed manpage' would return the generated mdoc code. '/etc/rc.d/routed help' could pipe that output to man. We should

Re: Proposal: multi-instance and self-contained rc.d script

2013-07-01 Thread Warren Block
On Tue, 2 Jul 2013, Hiroki Sato wrote: Warren Block wrote in : wb> On Mon, 1 Jul 2013, Jilles Tjoelker wrote: wb> wb> > On Mon, Jul 01, 2013 at 06:29:53AM +0900, Hiroki Sato wrote: wb> ... wb> >>b) Make rc.d/foo always have rc.d/foo(8) manual page. wb> &g

Re: SR-IOV Patch Series 7/7: rc.d script to invoke iovctl(8)

2014-05-27 Thread Warren Block
On Tue, 27 May 2014, Ryan Stone wrote: On Mon, May 26, 2014 at 10:22 PM, Ryan Stone wrote: http://people.freebsd.org/~rstone/patches/iov/0019-Add-an-rc.d-script-to-invoke-iovctl-8-during-boot.patch https://phabric.freebsd.org/D88 Thank you! I've "subscribed" but don't know if it's possible

dhclient SYNCDHCP messiness

2012-02-22 Thread Warren Block
In /etc/rc.conf: ifconfig_em0="SYNCDHCP" dhclient runs on startup, then later tries to run again: Starting dhclient. em0: no link ... . . got link (...) Starting Network: lo0 em0. (...) Starting devd. Starting ums0 moused . dhclient already running? (pid=344). Creati

Re: dhclient SYNCDHCP messiness

2012-02-22 Thread Warren Block
On Wed, 22 Feb 2012, Ian Lepore wrote: On Wed, 2012-02-22 at 11:40 -0700, Warren Block wrote: In /etc/rc.conf: ifconfig_em0="SYNCDHCP" dhclient runs on startup, then later tries to run again: Starting dhclient. em0: no link ... . . got link (...) Starti

Re: dhclient SYNCDHCP messiness

2012-02-22 Thread Warren Block
On Wed, 22 Feb 2012, Ian Lepore wrote: First, let me correct myself: I *am* seeing exactly this glitch, I just hadn't noticed it until a few minutes ago when I rebooted and looked much more closely. Devd sees the link-up event because it sees all the events that happened before it started (for

Re: dhclient SYNCDHCP messiness

2012-02-25 Thread Warren Block
On Wed, 22 Feb 2012, Ian Lepore wrote: Has r226345 been MFCed to 8-stable? I only see it in head. Apparently so, in r231278. Maybe you're not seeing what you expect because there was some glitch with the way the merge was done, which I totally didn't understand when I saw the commit mail and