Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2000 18:20:39 +0100
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        Arcady Genkin <a.genkin@utoronto.ca>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: A message from init
Message-ID:  <20000401182039.H24981@strontium.scientia.demon.co.uk>
In-Reply-To: <871z4psr26.fsf@tea.thpoon.com>
References:  <871z4psr26.fsf@tea.thpoon.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Arcady Genkin wrote:

> ,----
> | Apr  1 11:32:50 soup init: can't exec getty '/usr/local/sbin/mgetty' \
> |                       for port /dev/cuaa2: No such file or directory
> `----
> The problem is that I first installed, and then uninstalled
> mgetty+sendfax port. So, for sure I don't have an mgetty binary where
> init is looking for it.
> 
> The question is: Why is init looking for it, and how do I remedy the
> problem?

Look in /etc/ttys, and change or fix the entry for /dev/cuaa2.

> p.s. Is it normal to have two `init' processes (appearing in `top')?
> One is with PID 1, as expected ;^), and the other one has a larger
> PID, which changes once every few seconds.

This is probably a child of init forked to exec mgetty on /dev/cuaa2,
but failing, so the process name stays as "init". After you fix
/etc/ttys, you shouldn't see this extra init.

-- 
Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000401182039.H24981>