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
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
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
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
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
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
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,
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
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
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
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
/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
# 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
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
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
>
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
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
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'
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
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
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
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'
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
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
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
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
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
27 matches
Mail list logo