Kai, that ICEcast streaming bug (MantisID: 16970) is really bothering me... are we getting any closer to fixing that?
Thanks Billybob, Kai.
So the av scanner is going to be migrated to sophos in this beta?
post an image, its logically between Frame1 and Frame 2
Thanks again!
1. Edit /etc/inittab and remove the # from the last line "s0:23:respawn..."
the line above says "Modify it if you want a console on serial port."
2. Login to console as root and type "mount". Note what device /boot is mounted on, mine is on /dev/sda1.
3. Remount boot as RW by using "mount -o remount,rw /dev/sda1 /"
4. Then you need to get into the grub directory and change the attributes of menu.lst, so you can edit it, by typing "chmod 744 /boot/grub/menu.lst"
5. Using an editor, I used vi, edit menu.lst and add "console=ttyS0,115200 console=tty0" to the kernel /boot/vmlinuz line (see attached image)
6. reboot
echo "Hello World" > /dev/console
1. Edit /etc/inittab and remove the # from the last line "s0:23:respawn..."
the line above says "Modify it if you want a console on serial port."
2. Login to console as root and type "mount". Note what device /boot is mounted on, mine is on /dev/sda1.
3. Remount boot as RW by using "mount -o remount,rw /dev/sda1 /"
4. Then you need to get into the grub directory and change the attributes of menu.lst, so you can edit it, by typing "chmod 744 /boot/grub/menu.lst"
5. Using an editor, I used vi, edit menu.lst and add "console=ttyS0,115200 console=tty0" to the kernel /boot/vmlinuz line (see attached image)
6. reboot
echo "Hello World" > /dev/console