Re: rcorder

2010-12-27 Thread RW
On Mon, 27 Dec 2010 13:21:43 + RW wrote: > AFTER is what can't be run until the current script > completes. Sorry, that should be BEFORE not AFTER. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-que

Re: rcorder

2010-12-27 Thread RW
On Mon, 27 Dec 2010 07:50:20 -0500 Nu 2 Da Boro wrote: > Thanks, but I'm still unable to get it to work... I'm trying to get > barnyard2 to boot after mysql > I placed mysql and/or mysql-server under PROVIDE and/or REQUIRE in > rc.d/barnyard2. Then ran rcorder to show t

Re: rcorder

2010-12-27 Thread Nu 2 Da Boro
Thanks, but I'm still unable to get it to work... I'm trying to get barnyard2 to boot after mysql I placed mysql and/or mysql-server under PROVIDE and/or REQUIRE in rc.d/barnyard2. Then ran rcorder to show the correct setting and still no luck. I was able to uncomment REQUIRE and that p

Re: rcorder

2010-12-27 Thread RW
On Mon, 27 Dec 2010 00:38:53 -0500 Nu 2 Da Boro wrote: > I am trying to change the boot order for a service on my server... I > have a service that boots before mysql and need to change this. You need to add a dummy script to /usr/local/etc/rc.d/ to order them, something like: #!/bin/sh # PROV

Re: rcorder

2010-12-26 Thread Polytropon
On Mon, 27 Dec 2010 00:38:53 -0500, Nu 2 Da Boro wrote: > I am trying to change the boot order for a service on my server... I have a > service that boots before mysql and need to change this. I have read the man > page for rc and rcorder and still unable to come up with a solut

rcorder

2010-12-26 Thread Nu 2 Da Boro
I have a simple question, one that may have you wondering if I've searched hard enough for the answer... I am trying to change the boot order for a service on my server... I have a service that boots before mysql and need to change this. I have read the man page for rc and rcorder and

Re: rcorder example?

2006-06-21 Thread RW
On Wednesday 21 June 2006 18:40, B. Cook wrote: > RW wrote: > > On Tuesday 20 June 2006 15:15, B. Cook wrote: > >> Hello all, > >> > >> I'm looking at what I think is the right answer.. but can't make sense > >> of it.. > >> > >> basically I have a couple of mailservers that run exim and dnscache,

Re: rcorder example?

2006-06-21 Thread B. Cook
RW wrote: On Tuesday 20 June 2006 15:15, B. Cook wrote: Hello all, I'm looking at what I think is the right answer.. but can't make sense of it.. basically I have a couple of mailservers that run exim and dnscache, all being called out of daemontools. but I can't seem to figure out how to mak

Re: rcorder example?

2006-06-20 Thread RW
On Tuesday 20 June 2006 15:15, B. Cook wrote: > I also have another box with dansguardian and squid.. and dansguardian > depends on squid but because d comes before s, dansguardian starts > first, fails then squid starts.. and I've tried to use rcorder to fix > that problem and c

Re: rcorder example?

2006-06-20 Thread RW
On Tuesday 20 June 2006 15:15, B. Cook wrote: > Hello all, > > I'm looking at what I think is the right answer.. but can't make sense > of it.. > > basically I have a couple of mailservers that run exim and dnscache, all > being called out of daemontools. > > but I can't seem to figure out how to m

rcorder example?

2006-06-20 Thread B. Cook
squid but because d comes before s, dansguardian starts first, fails then squid starts.. and I've tried to use rcorder to fix that problem and can't seem to make that happen. ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

Re: rcorder again..

2005-11-17 Thread Giorgos Keramidas
/ppp-user: > > # $FreeBSD: src/etc/rc.d/ppp-user,v 1.7 2004/12/15 12:39:28 brian Exp $ > # > > # PROVIDE: ppp-user > # REQUIRE: netif isdnd pf <--- add pf > # KEYWORD: nojail > > = > > Then rcorder shows things BETTER: > > /etc/rc.d

rcorder again..

2005-11-17 Thread J.D. Bronson
# REQUIRE: netif isdnd pf <--- add pf # KEYWORD: nojail = Then rcorder shows things BETTER: /etc/rc.d/netif /etc/rc.d/pfsync /etc/rc.d/pflog /etc/rc.d/pf /etc/rc.d/isdnd /etc/rc.d/ppp-user my only concern might be that tun0 is not created until ppp-user launc

rcorder on 6.0

2005-11-16 Thread J.D. Bronson
I find this a bit odd and would like someone to kindly explain it. While looking at rcorder on /etc/rc.d/* I noticed this start order: ... ... /etc/rc.d/ppp-user /etc/rc.d/ipfw /etc/rc.d/nsswitch /etc/rc.d/ip6addrctl /etc/rc.d/atm2 /etc/rc.d/pfsync /etc/rc.d/pflog /etc/rc.d/pf ..how I

Re: Is rcorder working under /usr/local/etc/rc.d?

2005-10-17 Thread Brooks Davis
On Sun, Oct 16, 2005 at 11:16:12AM +0930, Daniel O'Connor wrote: > On Sun, 16 Oct 2005 04:42, Lefteris Tsintjelis wrote: > > I am getting all these "no provider" and rcorder doesn't seem to > > work properly under /usr/local/etc/rc.d. Services seem to start >

Re: Is rcorder working under /usr/local/etc/rc.d?

2005-10-15 Thread Daniel O'Connor
On Sun, 16 Oct 2005 04:42, Lefteris Tsintjelis wrote: > I am getting all these "no provider" and rcorder doesn't seem to > work properly under /usr/local/etc/rc.d. Services seem to start > alphabetically and not in the right order specified. The keywords > REQUIRE, PROVI

Re: Is rcorder working under /usr/local/etc/rc.d?

2005-10-15 Thread Giorgos Keramidas
On 2005-10-16 00:41, Lefteris Tsintjelis <[EMAIL PROTECTED]> wrote: > Giorgos Keramidas wrote: > >% flame:/home/keramida$ rcorder /etc/rc.d/* /usr/local/etc/rc.d/* >/dev/null > >% rcorder: Circular dependency on provision `mountcritremote' in file > >`/etc/rc.d

Re: Is rcorder working under /usr/local/etc/rc.d?

2005-10-15 Thread Lefteris Tsintjelis
Giorgos Keramidas wrote: [...] These look like stuff that is "provided" by /etc/rc.d/* scripts. Try including all the scripts in the rcorder command line: % flame:/home/keramida$ rcorder /usr/local/etc/rc.d/* >/dev/null % rcorder: file `/usr/local/etc/rc.d/samba.sh'

Re: Is rcorder working under /usr/local/etc/rc.d?

2005-10-15 Thread Giorgos Keramidas
On 2005-10-15 22:12, Lefteris Tsintjelis <[EMAIL PROTECTED]> wrote: > I am getting all these "no provider" and rcorder doesn't seem to work > properly under /usr/local/etc/rc.d. Services seem to start > alphabetically and not in the right order specified. The keywo

Re: Is rcorder working under /usr/local/etc/rc.d?

2005-10-15 Thread Giorgos Keramidas
On 2005-10-15 22:12, Lefteris Tsintjelis <[EMAIL PROTECTED]> wrote: > I am getting all these "no provider" and rcorder doesn't seem to work > properly under /usr/local/etc/rc.d. Services seem to start > alphabetically and not in the right order specified. The keywo

Is rcorder working under /usr/local/etc/rc.d?

2005-10-15 Thread Lefteris Tsintjelis
I am getting all these "no provider" and rcorder doesn't seem to work properly under /usr/local/etc/rc.d. Services seem to start alphabetically and not in the right order specified. The keywords REQUIRE, PROVIDE, BEFORE and KEYWORD seem to be ignored. Services like SERVERS, NETWORK

FreeBSD 5.3-BETA6 RPC/rcorder

2004-09-30 Thread Nagilum
01 cakebox kernel: rpc.lockd: Sep 30 17:04:01 cakebox kernel: unable to register (NLM_PROG, NLM_SM, udp) so nfs is "out of order" and bit later I see: Sep 30 17:05:15 cakebox kernel: pid 486 (rcorder), uid 0: exited on signal 6 (core dumped) The rcorder failure is especially bad, as it'

Re: rcNG/rc_ng, using rcorder in /usr/local/etc/rc.d

2004-09-21 Thread Giorgos Keramidas
On 2004-09-20 14:12, "David P. Discher" <[EMAIL PROTECTED]> wrote: > > Learn something new every day, just learning the internals of > FreeBSD-5.2.1 (have been sticking to the 4.x-STABLEs) and rolling out my > first 5.x system. > > rcNG is really nice, but wh

rcNG/rc_ng, using rcorder in /usr/local/etc/rc.d

2004-09-20 Thread David P. Discher
Learn something new every day, just learning the internals of FreeBSD-5.2.1 (have been sticking to the 4.x-STABLEs) and rolling out my first 5.x system. rcNG is really nice, but where is rcorder being kicked off on /usr/local/etc/rc.d to use rcNG... I see that /etc/rc.d/localpkg is still

Re: rcorder HOW TO?

2003-08-19 Thread Jez Hancock
On Wed, Aug 20, 2003 at 09:55:21AM +0800, Michael R. Jacalan wrote: > Hello, > > Has anybody ever used rcorder before? I need to run my firewall script after all > other scripts on /usr/local/etc/rc.d... I checked the man rcorder and there's none. > none on make search nam

Re: rcorder HOW TO?

2003-08-19 Thread Dan Nelson
In the last episode (Aug 20), Michael R. Jacalan said: > Has anybody ever used rcorder before? I need to run my firewall > script after all other scripts on /usr/local/etc/rc.d... I checked > the man rcorder and there's none. none on make search name=rcorder > either. Or is

rcorder HOW TO?

2003-08-19 Thread Michael R. Jacalan
Hello, Has anybody ever used rcorder before? I need to run my firewall script after all other scripts on /usr/local/etc/rc.d... I checked the man rcorder and there's none. none on make search name=rcorder either. Or is this built-in the system and you just have to put in the headers on