Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] INIT: cannot execute "/sbin/mingetty"
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Mon Sep 21, 2009 7:24 pm    Post subject: [Solved] INIT: cannot execute "/sbin/mingetty" Reply with quote

Moin moin! ;-)

Wenn mein Rechner fertig gebootet hat steht vor dem Login als letztes folgendes da.
So richtig kann ich nicht sagen, seit wann das so ist, bzw. was ich als letzes installiert oder aktualisiert habe.
Code:
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: cannot execute "/sbin/mingetty"
INIT: Id "c8" respawning too fast: disabled for 5 minutes
boot_21-09-2009_01.txt lines 1-11/11 (END)

Die Suche bringt zwar ne ganze Menge, doch nichts was mir einen Denkanstoss in die richtige Richtung bringt.

/etc/inittab (falls es wichtig ist) wrote:

#
# /etc/inittab: This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <miquels@cistron.nl>
# Modified by: Patrick J. Volkerding, <volkerdi@ftp.cdrom.com>
# Modified by: Daniel Robbins, <drobbins@gentoo.org>
# Modified by: Martin Schlemmer, <azarah@gentoo.org>
# Modified by: Mike Frysinger, <vapier@gentoo.org>
# Modified by: Robin H. Johnson, <robbat2@gentoo.org>
#
# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysvinit/files/inittab-2.86-r12,v 1.2 2008/12/18 20:26:27 robbat2 Exp $

# Default runlevel.
id:3:initdefault:

# System initialization, mount local filesystems, etc.
si::sysinit:/sbin/rc sysinit

# Further system initialization, brings up the boot runlevel.
rc::bootwait:/sbin/rc boot

l0:0:wait:/sbin/rc shutdown
l0s:0:wait:/sbin/halt -dhip
l1:S1:wait:/sbin/rc single
l2:2:wait:/sbin/rc nonetwork
l3:3:wait:/sbin/rc default
l4:4:wait:/sbin/rc default
l5:5:wait:/sbin/rc default
l6:6:wait:/sbin/rc reboot
l6r:6:wait:/sbin/reboot -dk
#z6:6:respawn:/sbin/sulogin

# new-style single-user
su0:S:wait:/sbin/rc single
su1:S:wait:/sbin/sulogin

# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:2345:respawn:/sbin/agetty 38400 tty2 linux
c3:2345:respawn:/sbin/agetty 38400 tty3 linux
c4:2345:respawn:/sbin/agetty 38400 tty4 linux
c5:2345:respawn:/sbin/agetty 38400 tty5 linux
c6:2345:respawn:/sbin/agetty 38400 tty6 linux
c8:2345:respawn:/sbin/mingetty --autologin mythtv tty8
# SERIAL CONSOLES
#s0:12345:respawn:/sbin/agetty 9600 ttyS0 vt100
#s1:12345:respawn:/sbin/agetty 9600 ttyS1 vt100

# What to do at the "Three Finger Salute".
ca:12345:ctrlaltdel:/sbin/shutdown -r now

# Used by /etc/init.d/xdm to control DM startup.
# Read the comments in /etc/init.d/xdm for more
# info. Do NOT remove, as this will start nothing
# extra at boot if /etc/init.d/xdm is not added
# to the "default" runlevel.
x:a:once:/etc/X11/startDM.sh

Ich würde mich über hilfreiche Tipps freuen.

Merci & Ciao,
aleX!

_________________
"Ich bin ich."


Last edited by Louisdor on Fri Sep 25, 2009 6:02 am; edited 1 time in total
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Tue Sep 22, 2009 9:04 pm    Post subject: Reply with quote

Mal total naiv gefragt... hast du denn das Paket net-dialup/mingetty installiert?
Falls ja, was sagt denn
Code:
ls -l /sbin/mingetty
:?:
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Wed Sep 23, 2009 5:08 pm    Post subject: Reply with quote

Nee, ich habe net-dialup/mingetty nicht installiert!

Ciao,
aleX!

_________________
"Ich bin ich."
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Wed Sep 23, 2009 6:27 pm    Post subject: Reply with quote

Na dann installier das Paket mal, sofern du möchtest, daß der user mythtv auf tty8 automatisch eingeloggt wird. Genau das soll nämlich folgende Zeile in deiner /etc/inittab bewirken:

Code:
c8:2345:respawn:/sbin/mingetty --autologin mythtv tty8


Und daher kommt auch die Fehlermeldung. init versucht aufgrund dieser Zeile mingetty aufzurufen, was fehlschlägt, weil es nicht installiert ist.


Falls du dieses Autologin nicht möchtest, dann entferne die Zeile aus der inittab. Dann brauchst du natürlich auch nicht das Paket mingetty installieren.
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
Louisdor
Veteran
Veteran


Joined: 14 Dec 2003
Posts: 1231
Location: im Brandenburgischen

PostPosted: Fri Sep 25, 2009 6:02 am    Post subject: Reply with quote

Merci für die Hilfe!

Ich hatte neulich mal Mythtv mit dem autostart USE-Flag installiert, um es auszuprobieren, dann aber wieder ohne autostart neu installiert.
Damit, so dachte ich, hätte sich das dann wieder erledigt. Doch, wie es scheint, blieb das in der /etc/inittab drin!? Naja, nun ist alles wieder gut. :-)

Merci & Ciao,
aleX!


---> Für Mythtv mit Grünstich bzw. invertierten Farben habe ich leider noch keine Lösung gefunden. :-(
_________________
"Ich bin ich."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum