Storm66 <[EMAIL PROTECTED]> writes: > On Wed, 2004-02-11 at 03:07, Hank wrote: > > Storm66 wrote: > > > > >Hello, > > > > > >Since some days (since an update) I get many messages copmlaining about > > >/dev/console : > > > > > >Feb 10 21:43:03 a2000 getty[31391]: /dev/console: cannot open: No such > > >device > > > > > >and others such as : > > > > > >Feb 10 21:44:03 a2000 init: Id "2" respawning too fast: disabled for 5 > > >minutes > > > > > > > > This message typically shows up when you're using a68LC040 CPU: i.e an > > m68k CPU without an FPU. > > What machine are you trying this on? > > It is an AMiga 2000 with a Blizzard 060, the 060 is a full one with FPU. > I didn't had any problems before. > Is there a problem with my ".config" ? > > Regards > -- > Storm66 <[EMAIL PROTECTED]> > N/A
[EMAIL PROTECTED]:~$ ls -lh /dev/console crw------- 1 root tty 5, 1 Sep 2 19:59 /dev/console Do you have that device or did you forget to mount devfs? Also crw------- 1 root root 4, 2 Jan 1 1978 /dev/tty2 as ID "2" would normally use (check your inittab). With devfs you should use vc/2 instead of tty2. MfG Goswin