On Saturday 13 October 2001 12:38, Pedro Zorzenon Neto wrote: > On Sat, Oct 13, 2001 at 11:42:20AM -0200, Marcio China wrote: > > colegas, > > > > Fiz uma instalacao enxuta do debian, apenas com o base + X + window > > maker, e em todo o boot estou recebendo esta mensagem de erro, que volta > > a cada 5 minutos quando estou em um console: > > > > Usage: /sbin/getty [-hiLmw] [-l login_program] [-t timeout] [-I > > initstring] [-H > > login_host] baud_rate,... line [termtype] > > or [-hiLmw] [-l login_program] [-t timeout] [-I initstring] [-H > > login_host] line baud_rate,... [termtype] > > Usage: /sbin/getty [-hiLmw] [-l login_program] [-t timeout] [-I > > initstring] [-H > > login_host] baud_rate,... line [termtype] > > or [-hiLmw] [-l login_program] [-t timeout] [-I initstring] [-H > > login_host] line baud_rate,... [termtype] > > INIT: Id "S" respawning too fast: disabled for 5 minutes > > Marcio, verifique seu arquivo "/etc/inittab" procure por alguma linha com > "/sbin/getty". > > No meu /etc/inittab elas estão na forma: > > mantis pzn $ less /etc/inittab | grep getty | egrep -v ^# > 1:2345:respawn:/sbin/getty 38400 tty1 > 2:23:respawn:/sbin/getty 38400 tty2 > 3:23:respawn:/sbin/getty 38400 tty3 > 4:23:respawn:/sbin/getty 38400 tty4 > 5:23:respawn:/sbin/getty 38400 tty5 > 6:23:respawn:/sbin/getty 38400 tty6 > mantis pzn $ > > O comando /sbin/getty é quem cria o terminal para login. > > Depois de alterar o arquivo /etc/inittab, o comando para re-ler este > arquivo é "telinit q" > > Abraços > Pedro
Beleza! [EMAIL PROTECTED]:~$ less /etc/inittab | grep getty | egrep -v ^# 1:2345:respawn:/sbin/getty 38400 tty1 2:23:respawn:/sbin/getty 38400 tty2 3:23:respawn:/sbin/getty 38400 tty3 4:23:respawn:/sbin/getty 38400 tty4 5:23:respawn:/sbin/getty 38400 tty5 6:23:respawn:/sbin/getty 38400 tty6 S:12345:respawn:/sbin/getty ttyS3 <<<<<<<< ai esta o gato!!! [EMAIL PROTECTED]:~$ Esta linha e um exemplode como eu posso incrementar o tal getty, foi so comenta-la e pronto! []'s China