* [gentoo-dev] Initscripts
@ 2002-04-11 18:50 Alexander Gretencord
2002-04-11 18:55 ` Alexander Gretencord
2002-04-11 20:43 ` Martin Schlemmer
0 siblings, 2 replies; 9+ messages in thread
From: Alexander Gretencord @ 2002-04-11 18:50 UTC (permalink / raw
To: gentoo-dev
Ok I run a nameserver and some other software on my router. The nameserver
should of course start first (after syslog) so the others can resolve names.
So I put
after named
into the depend of all the services which need to be able to resolve names at
startup. The problem is, it just doesn't work. I even tried
need named
but it's just ignored. The services start in any order they like.
I'm still on rc6 but that should be no real problem it's just an old portage
etc. but I got the newest init etc.
I put a
before named
into the samba script and it is started right before the named is started. But
I'd really like after to work so I can use it in the script instead of
putting a before a b c ... into the named script.
Alex
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Initscripts
2002-04-11 18:50 Alexander Gretencord
@ 2002-04-11 18:55 ` Alexander Gretencord
2002-04-11 20:43 ` Martin Schlemmer
1 sibling, 0 replies; 9+ messages in thread
From: Alexander Gretencord @ 2002-04-11 18:55 UTC (permalink / raw
To: gentoo-dev
On Thursday 11 April 2002 20:50, Alexander Gretencord wrote:
> But I'd really like after to work so I can use it in the script instead of
> putting a before a b c ... into the named script.
Argh ok not even _that_ works.
Alex
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Initscripts
2002-04-11 18:50 Alexander Gretencord
2002-04-11 18:55 ` Alexander Gretencord
@ 2002-04-11 20:43 ` Martin Schlemmer
2002-04-14 14:14 ` M. Zuelsdorff
1 sibling, 1 reply; 9+ messages in thread
From: Martin Schlemmer @ 2002-04-11 20:43 UTC (permalink / raw
To: gentoo-dev
On Thu, 2002-04-11 at 20:50, Alexander Gretencord wrote:
> Ok I run a nameserver and some other software on my router. The nameserver
> should of course start first (after syslog) so the others can resolve names.
> So I put
>
> after named
>
> into the depend of all the services which need to be able to resolve names at
> startup. The problem is, it just doesn't work. I even tried
>
> need named
>
> but it's just ignored. The services start in any order they like.
>
> I'm still on rc6 but that should be no real problem it's just an old portage
> etc. but I got the newest init etc.
>
> I put a
>
> before named
>
> into the samba script and it is started right before the named is started. But
> I'd really like after to work so I can use it in the script instead of
> putting a before a b c ... into the named script.
>
It test ok here. Mail me all the files you changed (rc-scripts
changed), and also if possible a tarball of the contents of
/mnt/.init.d/.
Then, did you run:
# depscan.sh
after you made the changes ?
For an unfinished guide, try:
http://www.gentoo.org/~azarah/rc-scripts.html
Greetings,
--
Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Initscripts
2002-04-11 20:43 ` Martin Schlemmer
@ 2002-04-14 14:14 ` M. Zuelsdorff
2002-04-14 23:02 ` Martin Schlemmer
0 siblings, 1 reply; 9+ messages in thread
From: M. Zuelsdorff @ 2002-04-14 14:14 UTC (permalink / raw
To: gentoo-dev
I got something similar here with ypbind. Everything's fine when starting
the system, but when shutting down services are stopped in the wrong
order:
....
nfs
portmap
eth0
ypbind
....
and ~60 sec timeouts because of unsuccessful yp-client-calls :(
Best regards.
michael
On Thursday 11 April 2002 22:43, Martin Schlemmer wrote:
> On Thu, 2002-04-11 at 20:50, Alexander Gretencord wrote:
> > Ok I run a nameserver and some other software on my router. The
> > nameserver should of course start first (after syslog) so the others can
> > resolve names. So I put
> >
> > after named
> >
> > into the depend of all the services which need to be able to resolve
> > names at startup. The problem is, it just doesn't work. I even tried
> >
> > need named
> >
> > but it's just ignored. The services start in any order they like.
> >
[snip....]
> It test ok here. Mail me all the files you changed (rc-scripts
> changed), and also if possible a tarball of the contents of
> /mnt/.init.d/.
>
> Then, did you run:
>
> # depscan.sh
>
> after you made the changes ?
>
> For an unfinished guide, try:
>
> http://www.gentoo.org/~azarah/rc-scripts.html
>
>
> Greetings,
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Initscripts
2002-04-14 14:14 ` M. Zuelsdorff
@ 2002-04-14 23:02 ` Martin Schlemmer
2002-04-15 17:08 ` M. Zuelsdorff
0 siblings, 1 reply; 9+ messages in thread
From: Martin Schlemmer @ 2002-04-14 23:02 UTC (permalink / raw
To: gentoo-dev
On Sun, 2002-04-14 at 16:14, M. Zuelsdorff wrote:
> I got something similar here with ypbind. Everything's fine when starting
> the system, but when shutting down services are stopped in the wrong
> order:
> ....
> nfs
> portmap
> eth0
> ypbind
> ....
> and ~60 sec timeouts because of unsuccessful yp-client-calls :(
>
What baselayout version. Also, did you change ypbind any
way ? Attach you copy please.
> Best regards.
> michael
>
>
> On Thursday 11 April 2002 22:43, Martin Schlemmer wrote:
> > On Thu, 2002-04-11 at 20:50, Alexander Gretencord wrote:
> > > Ok I run a nameserver and some other software on my router. The
> > > nameserver should of course start first (after syslog) so the others can
> > > resolve names. So I put
> > >
> > > after named
> > >
> > > into the depend of all the services which need to be able to resolve
> > > names at startup. The problem is, it just doesn't work. I even tried
> > >
> > > need named
> > >
> > > but it's just ignored. The services start in any order they like.
> > >
>
> [snip....]
>
> > It test ok here. Mail me all the files you changed (rc-scripts
> > changed), and also if possible a tarball of the contents of
> > /mnt/.init.d/.
> >
> > Then, did you run:
> >
> > # depscan.sh
> >
> > after you made the changes ?
> >
> > For an unfinished guide, try:
> >
> > http://www.gentoo.org/~azarah/rc-scripts.html
> >
> >
> > Greetings,
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
--
Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Initscripts
2002-04-14 23:02 ` Martin Schlemmer
@ 2002-04-15 17:08 ` M. Zuelsdorff
2002-04-16 17:52 ` Todd Wright
0 siblings, 1 reply; 9+ messages in thread
From: M. Zuelsdorff @ 2002-04-15 17:08 UTC (permalink / raw
To: gentoo-dev
On Monday 15 April 2002 01:02, Martin Schlemmer wrote:
> On Sun, 2002-04-14 at 16:14, M. Zuelsdorff wrote:
> > I got something similar here with ypbind. Everything's fine when starting
> > the system, but when shutting down services are stopped in the wrong
> > order:
> What baselayout version. Also, did you change ypbind any
> way ? Attach you copy please.
Mine is:
# /space/gentoo/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.2
2001/12
/06 20:17:02 azarah Exp
no changes applied.
michael.
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [gentoo-dev] Initscripts
2002-04-15 17:08 ` M. Zuelsdorff
@ 2002-04-16 17:52 ` Todd Wright
0 siblings, 0 replies; 9+ messages in thread
From: Todd Wright @ 2002-04-16 17:52 UTC (permalink / raw
To: gentoo-dev
> On Monday 15 April 2002 01:02, Martin Schlemmer wrote:
> > On Sun, 2002-04-14 at 16:14, M. Zuelsdorff wrote:
> > > I got something similar here with ypbind. Everything's fine
> when starting
> > > the system, but when shutting down services are stopped in the wrong
> > > order:
I havnt done any research on this so I cant offer much detail, other than to say that tonight I noticed when I shutdown to move the system that something tried a dhcp 'release' - *after* the network was taken down. Im guessing its related. Baselayout 1.7.7 with no changes to the initscripts
-- _--_|\ --------- Todd Wright -- wylie@geekasylum.org --------
/ \
\_.--._* <--- http://www.dreams.darker.net/~wylie/
v Mobile: +61-403-796-001 Ph: +61-2-9521-8677
----------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-dev] Initscripts
@ 2003-05-02 23:25 C. Brewer
2003-05-03 1:58 ` Joseph Carter
0 siblings, 1 reply; 9+ messages in thread
From: C. Brewer @ 2003-05-02 23:25 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
Since everyone is so for doing init different, I'll put in my plug for my
favorite in case anyone gets interested in applying it to Gentoo
(hint,hint).
http://www.winterdrache.de/linux/newboot/index.html
--
Chuck Brewer
Registered Linux User #284015
Get my gpg public key at pgp.mit.edu!! Encrypted e-mail preferred.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-dev] Initscripts
2003-05-02 23:25 [gentoo-dev] Initscripts C. Brewer
@ 2003-05-03 1:58 ` Joseph Carter
0 siblings, 0 replies; 9+ messages in thread
From: Joseph Carter @ 2003-05-03 1:58 UTC (permalink / raw
To: C. Brewer; +Cc: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, May 02, 2003 at 04:25:51PM -0700, C. Brewer wrote:
> Since everyone is so for doing init different, I'll put in my plug for my
> favorite in case anyone gets interested in applying it to Gentoo
> (hint,hint).
>
> http://www.winterdrache.de/linux/newboot/index.html
I mentioned this one to seemant. He said that the people looking at
making Gentoo's init system better have been looking at it.
- --
Joseph Carter <knghtbrd@efn.org> Available in cherry and grape
* wolfie ponders how many debianites it takes to screw in a lightbulb
<Viiru> wolfie: Somewhere around 600? One screw's the bulb, and the rest
flame him for doing it wrong.
<part> wolfie: is the bulb free software?
<Tv> Can we vote on whether to screw it or not?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: 1024D/20F62261F1857A3E79FC44F98FF7D7A3DCF9DAB3
iEYEARECAAYFAj6zIjMACgkQj/fXo9z52rOMLQCeJiurkCK3FMLQzH8Zc/qgXW9j
gWcAnR/vP5pMyW86xfrXYyprUxL184hV
=wLTF
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-05-03 1:58 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-02 23:25 [gentoo-dev] Initscripts C. Brewer
2003-05-03 1:58 ` Joseph Carter
-- strict thread matches above, loose matches on Subject: below --
2002-04-11 18:50 Alexander Gretencord
2002-04-11 18:55 ` Alexander Gretencord
2002-04-11 20:43 ` Martin Schlemmer
2002-04-14 14:14 ` M. Zuelsdorff
2002-04-14 23:02 ` Martin Schlemmer
2002-04-15 17:08 ` M. Zuelsdorff
2002-04-16 17:52 ` Todd Wright
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox