problem booting... [message #3227] |
Wed, 17 May 2006 15:23 |
vmvmvm
Messages: 51 Registered: January 2006
|
Member |
|
|
Hi,
I've installed openvz several times with no problems (usually with
CentOS 4 as the base system)
However on a new remote install I'm having problems.
The base system is (real) Red Hat Enterprise Linux ES release 4
(Nahant Update 1)
The system boots into the kernel but then I cannot connect. I can ping
the system but no ssh connection. If I boot back to the regular kernal
I can ssh in.
The only messages on the screen are:
"Init spawning too fast"
and
"Watchdog, No such file or directory"
Any ideas of what might be wrong?
Thanks!
|
|
|
|
|
Re: problem booting... [message #3312 is a reply to message #3227] |
Mon, 22 May 2006 10:07 |
rkagan
Messages: 11 Registered: May 2006 Location: Moscow
|
Junior Member |
|
|
On Wed, May 17, 2006 at 11:23:15AM -0400, hbeaumont hbeaumont wrote:
> However on a new remote install I'm having problems.
>
> The base system is (real) Red Hat Enterprise Linux ES release 4
> (Nahant Update 1)
>
> The system boots into the kernel but then I cannot connect. I can ping
> the system but no ssh connection. If I boot back to the regular kernal
> I can ssh in.
>
> The only messages on the screen are:
>
> "Init spawning too fast"
This normally means that an entry in /etc/inittab with 'respawn' action
exits too quickly. Mind posting your /etc/inittab?
On Wed, May 17, 2006 at 11:52:59AM -0400, hbeaumont hbeaumont wrote:
> On 5/17/06, hbeaumont hbeaumont <ahlist@gmail.com> wrote:
> >The base system is (real) Red Hat Enterprise Linux ES release 4
> >(Nahant Update 1)
> >
>
> also, if it matters, the system seems to have some ipv6 stuff enabled.
> ssh sees the ip as a ipv6-ish ip:
>
> ip=::ffff:192.168.1.100
Where is this line from? I don't remember off the top of my head any
config file in RHEL4 with this syntax...
On Wed, May 17, 2006 at 12:04:34PM -0400, hbeaumont hbeaumont wrote:
> I believe it is booting fine as I can ping it. Just cannot connect to
> ssh. I'm not sure what the status of selinux is on the host. I assume
> it is not running (the selinux=0)
Try to look at /var/log/messages and /var/log/secure.
Roman.
|
|
|
Re: Re: problem booting... [message #3313 is a reply to message #3229] |
Mon, 22 May 2006 10:46 |
dim
Messages: 344 Registered: August 2005
|
Senior Member |
|
|
On Wednesday 17 May 2006 19:52, hbeaumont hbeaumont wrote:
> On 5/17/06, hbeaumont hbeaumont <ahlist@gmail.com> wrote:
> > The base system is (real) Red Hat Enterprise Linux ES release 4
> > (Nahant Update 1)
>
> also, if it matters, the system seems to have some ipv6 stuff enabled.
> ssh sees the ip as a ipv6-ish ip:
>
> ip=::ffff:192.168.1.100
This ip is special, called mapped. IPv6-enabled apps mark IPv4 addresses this
way.
>
> (the ip is an example only - in real life it is routable).
>
--
Thanks,
Dmitry.
|
|
|