linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Carl <carl@anexia.co.uk>
To: Beginner <dermot@sciencephoto.com>
Cc: linux-admin@vger.kernel.org
Subject: Re: mgetty problem
Date: Tue, 31 Jul 2007 14:29:36 +0100	[thread overview]
Message-ID: <46AF3940.8030108@anexia.co.uk> (raw)
In-Reply-To: <46AF1B43.18673.234BED44@dermot.sciencephoto.com>

Beginner wrote:
> Hi Admins,
>
> FC4 on HP Proliant
>
> I had a problem today where users couldn't login to the telnet 
> application they use. In the end a reboot solved it. I noticed that 
> there were a lot of errors in the messages file:
>
> Jul 29 04:00:07 mgetty[7424]: init chat failed, exiting...: 
> Interrupted system call
> Jul 29 04:00:07 mgetty[7424]: failed in mg_init_data, dev=ttyS0, 
> pid=7424
> Jul 29 04:00:52 mgetty[7472]: init chat failed, exiting...: 
> Interrupted system call
> Jul 29 04:00:52 mgetty[7472]: failed in mg_init_data, dev=ttyS0, 
> pid=7472
> Jul 29 04:01:38  mgetty[7533]: init chat failed, exiting...: 
> Interrupted system call
> Jul 29 04:01:38 mgetty[7533]: failed in mg_init_data, dev=ttyS0, 
> pid=7533
>
> and in mgetty.log.ttyS0:
>
> 07/31 11:14:29 yS0  timeout in chat script, waiting for `OK'
> 07/31 11:14:29 yS0  init chat timed out, trying force-init-chat
> 07/31 11:14:53 yS0  timeout in chat script, waiting for `OK'
> 07/31 11:14:53 yS0  init chat failed, exiting...: Interrupted system 
> call
>
> In the past ttyS0 was used (with a modem) as a dial-in terminal but 
> it hasn't been used in over a year. From my searches I suspect I need 
> to disable this now.
>
> Will commenting out the lines in/etc/mgetty+sendfax/mgetty.config do 
> it. Or am I barking up the wrong tree?
>
> port ttyS0
> debug 4
> data-only y
>
> Any thought appreciated? Thanx,
> Dp.
>
>   
First up a warning. I'm going to suggest you edit /etc/inittab manually 
which if done
incorrectly can cause serious system failure. You may even have a gui tool
in kde/gnome etc that would be safer to use but i dont known the 
available tools.

Most likely you need to turn off the respawn of the mgetty process in 
/etc/inittab.

Check /etc/inittab for a line that looks something like:

     ttyS0:2345:respawn:/sbin/mgetty dev=ttyS0 baud=19200

Yours will be different as i haven't run mgetty for years but it will 
reference mgetty (not mingetty, getty, agetty or uugetty).
You need to change the "respawn" field in the line to be "off" and then 
tell init to re-read inittab with "telinit q" as root.

Feel free to post your /etc/inittab for further guidance before editting it.

  reply	other threads:[~2007-07-31 13:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-31 10:21 mgetty problem Beginner
2007-07-31 13:29 ` Carl [this message]
2007-07-31 13:41   ` Dermot Paikkos
2007-07-31 15:04     ` Martin Klier
2007-08-01  6:44       ` terry white

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46AF3940.8030108@anexia.co.uk \
    --to=carl@anexia.co.uk \
    --cc=dermot@sciencephoto.com \
    --cc=linux-admin@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).