supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
* runit pblms on Mandrake
@ 2003-07-17  3:10 Karthik M
  2003-07-17  6:00 ` Hleil Liu
  0 siblings, 1 reply; 24+ messages in thread
From: Karthik M @ 2003-07-17  3:10 UTC (permalink / raw)


Hello everyone,

I am trying to install runit-0.10.0 on Mandrake 9.0. I
was facing initial compilation pblms which Gerrit
solved it and referred to this mailing list.

I saw thru the archives that Hleil Liu has
runit-0.10.0 running on a red-hat system.

I followed his clearly outlined steps for redhat 7.2.
I have daemontools running without any pblms on my
system. The first pblm i faced was after i rebooted
the system after performing:

#mv /sbin/init /sbin/init.sysv
#ln -s /sbin/runit-init /sbin/init

I got an error message that :

..... "the file runit cannot be found "
Kernel panic: .....

Should i copy over all the binaries of runit over to
/sbin ??

The i modified the symlink to :

#ln -s /sbin/runit /sbin/init  [instead of runit-init]

The i was able to boot the system and booted fine
until:

/et/runit: entering stage 2

at which stage it frooze and i did not get a login
prompt at all.

my /etc/runit/2 is :

------snip-------
#!/bin/sh

PATH=/command:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin

exec env - PATH=$PATH \
runsvdir /service 'log:
...........................................................................................................................................................................................................................................................................................................................................................................................................'
------snip-------

my /service/getty/run is :

---snip---
#!/bin/sh
exec /sbin/agetty 38400 tty5 linux
---snip---

I have freed tty5 from /etc/inittab file already. I am
stuck up at this point basically. I guess i am wrong
in the invocation of the *getty programs. Any
suggestions would be really helpful.

TIA

Karthik

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2003-07-23 18:30 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-17  3:10 runit pblms on Mandrake Karthik M
2003-07-17  6:00 ` Hleil Liu
2003-07-17  6:05   ` Hleil Liu
2003-07-17  6:25     ` Laurent Bercot
2003-07-17  8:51       ` Hleil Liu
2003-07-17 12:33         ` Laurent Bercot
2003-07-17 16:30           ` Karthik M
2003-07-17 17:10             ` Lukas Beeler
2003-07-17 22:22               ` Karthik M
2003-07-19  1:43               ` Karthik M
2003-07-19  8:02                 ` Lukas Beeler
2003-07-22 21:31                   ` Karthik M
2003-07-22 21:40                     ` Charlie Brady
2003-07-23 18:30                     ` clemens fischer
2003-07-17 19:30           ` Stefan Karrmann
2003-07-18 10:17       ` Gerrit Pape
2003-07-19 17:25       ` Hleil Liu
2003-07-17 16:26   ` Karthik M
2003-07-18 10:20     ` Gerrit Pape
2003-07-18 16:27       ` Lukas Beeler
2003-07-21 10:01         ` some getties require setsid() (Re: runit pblms on Mandrake) Gerrit Pape
2003-07-21 10:13           ` some getties require setsid() Lukas Beeler
2003-07-23 17:03             ` clemens fischer
2003-07-23 17:23               ` Lukas Beeler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).