[4.702] Bug and a problem with serial console

Hello

I downloaded the ASL V5 beta (4.702) today so fine so good.

Installation no problem  [:)]
I test this on a headless hardware so I had to use a serial console. With ASL V4 this was no problem but with the new ASL V5 I got an error on my serial interface:

 Code:
INIT: cannot execute "/sbin/mgetty"
INIT: Id "s0" respawning too fast: disabled for 5 minutes



I think it's about the mgetty.conf I had to change to get 38400bps speed but the new mgetty.conf ist different from the "old" one an so I don't know if anything is right.
I hope someone can help me with this [:)]
Lilo and the kernel messages are working with 38400n8.

Ok, the WebAdmin is working an I found a "bug" in the UptoDate Feature.
When I press the button for the antivirus and ips update I got an error in the new window that the parameter "undef" is not supportet.
The up2date ended after the error, on the console (with ssh) the /sbin/pattern_aus works fine.

Thanks and happy testing

Freakezoid   
Parents Reply Children
  • So problem with serial console solved :-)

    I changed the following files to make it work
    /etc/inittab
    changed the last line to: 

    s0:123:respawn:/sbin/mingetty ttyS0

    was: s0:123:respawn:/sbin/mgetty ttyS0

    It seems that the filename has changed :-)

    and I changed the /etc/mgetty+sendfax/mgetty.config file so it looks like the one in ASL V4.

    On ASL V4 it was possible to login as root on serial console this has changed I had to login as loginuser.

    Freakezoid