From: allenp_at_gentoo.hardcore-linux.net
Date: Fri 20 Jun 2003 - 20:32:34 BST
I failed to do a chkconfig --list and took for granted that the rh7.3 did
it for me automatically, well, not a big deal, both vservers are up now
and everything seems to be doing fine... thanks for the help guys. Using
simple for i in loops, i was able to quickly remedy my error and
everything seems fine now.
chkconfig --list
for i in {services,i,want,to,add};do chkconfig --level 2345 $i on;done
that's it... bye
Allen Parker
On Fri, 20 Jun 2003, Herbert Poetzl wrote:
> On Fri, Jun 20, 2003 at 02:12:09PM -0500, allenp_at_gentoo.hardcore-linux.net wrote:
> > i AM a moron, i failed to do a chkconfig :-p it's up now :-p
>
> maybe you should reply to your own mail (on the mailing list)
> and explain the issue (what was actually wrong) ...
>
> best,
> Herbert
>
> >
> > On Fri, 20 Jun 2003, Herbert Poetzl wrote:
> >
> > >
> > > Hi Again!
> > >
> > > On Fri, Jun 20, 2003 at 11:48:45AM -0500, allenp_at_gentoo.hardcore-linux.net wrote:
> > > > On Fri, 20 Jun 2003, Herbert Poetzl wrote:
> > > >
> > > > >
> > > > > Hi Allen!
> > > > >
> > > > > hmm, maybe you are *G* ...
> > > > >
> > > > > but maybe you are just a little confused?
> > > > >
> > > > >
> > > > > On Fri, Jun 20, 2003 at 11:03:48AM -0500, allenp_at_gentoo.hardcore-linux.net wrote:
> > > > > > I have NO clue what the heck is going wrong here... I've included an
> > > > > > strace of "vserver <vserver-name> start" and I sincerely hope someone
> > > > > > will be able to help me out. I get the following output from vserver
> > > > > > <vserver-name> start:
> > > > >
> > > > > what actually _is_ going wrong here for you?
> > > > Well, as you can see, the vserver doesn't go through any of the usual init
> > > > stuff... which, as you can probably assume IS a problem...
> > >
> > > hmm, what init stuff do you expect?
> > >
> > > (nomenglature: [P] physical server [V] virtual server)
> > > try to enter the 'running' server with
> > >
> > > [P] vserver <name> enter
> > >
> > > and to list/check services with chkconfig ...
> > >
> > > [V] chkconfig --list
> > >
> > > what does it show?
> > >
> > > > > > :(root#gentoo root): vserver www.weedweb start
> > > > > > Starting the virtual server www.weedweb
> > > > > > Server www.weedweb is not running
> > > > > > ipv4root is now 63.208.156.18
> > > > > > Host name is now www.weedweb.net
> > > > > > Domain name is now
> > > > > > New security context is 15
> > > > > > :(root#gentoo root):
> > > > >
> > > > > what du you think is wrong here?
> > > >
> > > > The vserver isn't booting!!! other than that, I have no clue.. which is
> > > > why I was asking for help.
> > >
> > > you mean, the runlevel scripts aren't executed.
> > >
> > > > > > Again, I think I may be a moron, but could someone point me in the right
> > > > > > direction? I'm running 2.4.20-ctx17 on Gentoo 1.4 (shouldn't matter, but
> > > > > > gotta plug it cuz gentoo rocks), and previously had no problems with a
> > > > > > rh7.3 install (trying to get redhat8.0 to work now)... I used the
> > > > > > install-rh8.0 main minimum to make the template (and then went in behind
> > > > > > it to clean up after all that messiness it gave me). There are no failed
> > > > > > dependancies in the installed packageset, etc etc etc, I'm stumped.
> > > > >
> > > > > the strace is funny, but what should it show?
> > > > >
> > > > > best,
> > > > > Herbert
> > > > >
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Allen Parker
> > > > > > allenp(at)hardcore-linux*net
> > > > >
> > > > >
> > >
>