I moved whole system from another physical machine to another.
I made it through using fsarchiver (a great tools for backup FS
the process of transferring data passed without a problem. I installed from scratch grub2 and make a new config file.
system got up without any problem, services work - great!
but...
and here is the problem because from time to time without cause hangs my server, and the only thing I see in console its magic
init[1]: Id "c1" respawning too fast: disabled for 5 minutes
repeated endlessly. The only solution is to reboot the server..
There is my question - how resolv that? where can be a problem?
There is my config file
Code: Select all
############# /etc/inittab
# Default runlevel.
id:3:initdefault:
# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/openrc sysinit
# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/openrc boot
l0:0:wait:/sbin/openrc shutdown
l0s:0:wait:/sbin/halt -dhnp
l1:1:wait:/sbin/openrc single
l2:2:wait:/sbin/openrc nonetwork
l3:3:wait:/sbin/openrc default
l4:4:wait:/sbin/openrc default
l5:5:wait:/sbin/openrc default
l6:6:wait:/sbin/openrc reboot
l6r:6:wait:/sbin/reboot -dkn
#z6:6:respawn:/sbin/sulogin
# new-style single-user
su0:S:wait:/sbin/openrc single
su1:S:wait:/sbin/sulogin
# TERMINALS
#x1:12345:respawn:/sbin/agetty 38400 console linux
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
# SERIAL CONSOLES
s0:12345:respawn:/sbin/agetty -L 115200 ttyS0 vt100
#s1:12345:respawn:/sbin/agetty -L 115200 ttyS1 vt100
# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now
Code: Select all
root 4099 0.0 0.0 117504 1828 tty1 Ss+ 00:07 0:00 /sbin/agetty 38400 tty1 linux
root 4100 0.0 0.0 117504 1832 tty2 Ss+ 00:07 0:00 /sbin/agetty 38400 tty2 linux
root 4101 0.0 0.0 117504 1904 tty3 Ss+ 00:07 0:00 /sbin/agetty 38400 tty3 linux
root 4102 0.0 0.0 117504 1908 tty4 Ss+ 00:07 0:00 /sbin/agetty 38400 tty4 linux
root 4103 0.0 0.0 117504 1824 tty5 Ss+ 00:07 0:00 /sbin/agetty 38400 tty5 linux
root 4104 0.0 0.0 117504 1840 tty6 Ss+ 00:07 0:00 /sbin/agetty 38400 tty6 linux
root 4105 0.0 0.0 12608 1840 ttyS0 Ss+ 00:07 0:00 /sbin/agetty -L 115200 ttyS0 vt100
- and for extra security also use ikvm connection
- I do not have access to the machine physically

