Re: after upgrade, can't restart apache via cron

2012-11-22 Thread Freddie Cash
The interrupted unix faq, a wonderful thing. :) Covers this exactly. :) http://www.wonkity.com/~wblock/docs/html/interrupted.html On Nov 22, 2012 7:28 PM, "Michael W. Lucas" wrote: > > > FreeBSD bewilderbeast.blackhelicopters.org 10.0-CURRENT FreeBSD > 10.0-CURRENT #15: Thu Nov 8 14:02:45 EST

Re: after upgrade, can't restart apache via cron

2012-11-22 Thread Adam McDougall
On 11/22/2012 10:17 PM, Michael W. Lucas wrote: FreeBSD bewilderbeast.blackhelicopters.org 10.0-CURRENT FreeBSD 10.0-CURRENT #15: Thu Nov 8 14:02:45 EST 2012 mwlu...@bewilderbeast.blackhelicopters.org:/usr/obj/usr/src/sys/GENERIC amd64 I can manually restart apache22 with the following

Re: after upgrade, can't restart apache via cron

2012-11-22 Thread Adam Vande More
On Thu, Nov 22, 2012 at 9:17 PM, Michael W. Lucas wrote: > > > FreeBSD bewilderbeast.blackhelicopters.org 10.0-CURRENT FreeBSD > 10.0-CURRENT #15: Thu Nov 8 14:02:45 EST 2012 > mwlu...@bewilderbeast.blackhelicopters.org:/usr/obj/usr/src/sys/GENERIC > amd64 > > I can manually restart apache22 wi

Re: after upgrade, can't restart apache via cron

2012-11-22 Thread David Wolfskill
On Thu, Nov 22, 2012 at 10:17:54PM -0500, Michael W. Lucas wrote: > ... > 13 * * * * /usr/local/etc/rc.d/apache22 restart > > When this job runs, I get the following email: > > Performing sanity check on apache22 configuration: > ... > eval: setfib: not found > /usr/local/etc/rc.d/apache22: WA

after upgrade, can't restart apache via cron

2012-11-22 Thread Michael W. Lucas
FreeBSD bewilderbeast.blackhelicopters.org 10.0-CURRENT FreeBSD 10.0-CURRENT #15: Thu Nov 8 14:02:45 EST 2012 mwlu...@bewilderbeast.blackhelicopters.org:/usr/obj/usr/src/sys/GENERIC amd64 I can manually restart apache22 with the following /etc/rc.conf entries: apache22_enable="YES" apac

troubles with one specific if_re

2012-11-22 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have an express-card interface which randomly decides to stop talking: Nov 21 09:22:29 toshi kernel: re0: port 0x2000-0x20ff mem 0xf070-0xf0700fff,0xf020-0xf0203fff irq 1 7 at device 0.0 on pci3 Nov 21 09:22:29 toshi kernel: re0: Using 1 M

Re: Is this a typo in if_tap.c?

2012-11-22 Thread Ed Schouten
2012/11/22 David Xu : > When I was trying to create a second tap device, kernel crashed. > Is this patch correct ? Yes, it looks okay. Eventually we should get rid of the entire unit numbering thing in if_tap and if_tun. If we would, we could remove a lot of dead code from sys/sys/conf.h and sys/

Re: Is this a typo in if_tap.c?

2012-11-22 Thread Kevin Lo
On 2012/11/22 17:39, David Xu wrote: When I was trying to create a second tap device, kernel crashed. Is this patch correct ? Index: sys/net/if_tap.c === --- sys/net/if_tap.c(revision 243397) +++ sys/net/if_tap.c(working co

Is this a typo in if_tap.c?

2012-11-22 Thread David Xu
When I was trying to create a second tap device, kernel crashed. Is this patch correct ? Index: sys/net/if_tap.c === --- sys/net/if_tap.c(revision 243397) +++ sys/net/if_tap.c(working copy) @@ -186,7 +186,7 @@ /* Fin

Re: current sluggish under load in the last few weeks

2012-11-22 Thread Andriy Gapon
on 22/11/2012 05:46 Steve Wills said the following: > Hi All, > > Has something changed in the scheduler recently? I don't have anything > concrete, I'd recommend getting something concrete first. Like doing some profiling. Or obtaining some ktr(4) traces that could be used with schedgraph. > ju