hi all,
i’m not sure if kiwi-ltsp counts as networking, you’l tell me if it’s not, right?
i’ve built an ltsp server from scratch, the machine is a Supermacro server with 2 hard drives in mirroring raid.
I’m pretty sure i have all the software and the right config,
but when booting, it’s starts off fine, then i get:
kernel versions do not match rebooting in 5 sec
stopping boot shell
stopping boot logging
activating image: nbdroot-system
kernel logging enabled on /dev/tty1
calling preinit phase
boot-logging enabled on /dev/tty3
calling pre-init stage in system image
creating framebuffer devices
creating initial image package info file
booting system : showopts
[false- true]
umount proc
umount proc
[yes = yes]
echo reboot requested…rebooting now
local options=
local prefix---->
local optn=
local opte=
getopts bne option
shift 0
echo----> reboot requested …rebooting now
OPTIND=1
exec chroot SSH daemon
umount :/usr/lib/browser-plugins: not mounted
/sbin/reboot:line6: /proc/sys/kernel/sysrq: no such file or directory
kernel panic-not syncing: attempted to kill init!
in /var/log/messages i have:
Jan 7 13:48:41 deveder kernel: tg3: eth1: Link is up at 1000 Mbps, full duplex.
Jan 7 13:48:41 deveder kernel: tg3: eth1: Flow control is off for TX and off for RX.
Jan 7 13:48:41 deveder dhcpd: DHCPDISCOVER from 00:22:64:29:a9:b6 via eth1
Jan 7 13:48:42 deveder dhcpd: DHCPOFFER on 192.168.45.159 to 00:22:64:29:a9:b6 via eth1
Jan 7 13:48:44 deveder dhcpd: DHCPREQUEST for 192.168.45.159 (192.168.45.129) from 00:22:64:29:a9:b6 via eth1
Jan 7 13:48:44 deveder dhcpd: DHCPACK on 192.168.45.159 to 00:22:64:29:a9:b6 via eth1
Jan 7 12:48:44 deveder in.tftpd[7874]: tftp: client does not accept options
Jan 7 13:48:46 deveder kernel: martian source 10.10.20.45 from 10.10.20.1, on dev tun0
this is my partitioning:
deveder:~ # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 20G 4.0G 15G 21% /
udev 1001M 188K 1001M 1% /dev
/dev/sda4 61G 180M 58G 1% /Data
/dev/sda3 69G 187M 66G 1% /home
I have no idea what’s going on, could this be a hardware issue?
Any help apreciated.
Johan