[bglug] Init

Simone Fidanza simone.fidanza@studenti.unibg.it
Mar 28 Giu 2005 18:13:14 CEST


Fidanza Simone ha scritto:

> Mi è venuto anche il dubbio che la console sia raggiungibile dal 
> server, visto che sto usando una BSP della Timesys che perciò prevede 
> lo sviluppo in "modalità" host-target, ma è possibile? Se sì, come?


Torno a disturbare.... dopo aver fatto un po' di ricerche in rete sono 
andato a vedere cosa riporta il file inittab (che allego sotto).
Non capisco, data la mia ignoranza nel campo linux, se le ultime righe 
(quelle che richiamano agetty) impostino il reindirizzamento della 
console sulla seriale. Se così fosse forse si spiega il perchè non 
visualizzo più nulla dopo il caricamento del kernel. In tal caso cosa 
dovrei modificare per poter lavorare in locale sulla macchina "diskless"?

Ciao
Simone

PS: mi sapete dire dove posso trovare una buona guida che spiega le fasi 
di boot e il significato del contenuto di questo file?

-----------------------------------------------------------------------------------------

# /etc/inittab: init(8) configuration.

# The default runlevel.
id:2:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin

# Runlevel 0 is halt.
# Runlevel 1 is single-user.
# Runlevels 2-5 are multi-user.
# Runlevel 6 is reboot.

l0:0:wait:/etc/init.d/rc 0
l1:1:wait:/etc/init.d/rc 1
l2:2:wait:/etc/init.d/rc 2
l3:3:wait:/etc/init.d/rc 3
l4:4:wait:/etc/init.d/rc 4
l5:5:wait:/etc/init.d/rc 5
l6:6:wait:/etc/init.d/rc 6
# Normally not reached, but fallthrough in case of emergency.
z6:6:respawn:/sbin/sulogin

# What to do when CTRL-ALT-DEL is pressed.
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now

# What to do when the power fails/returns.
pf::powerwait:/etc/init.d/powerfail start
pn::powerfailnow:/etc/init.d/powerfail now
po::powerokwait:/etc/init.d/powerfail stop

# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
#  <id>:<runlevels>:<action>:<process>
1:2345:respawn:/sbin/agetty -L vc/1 38400
2:23:respawn:/sbin/agetty -L vc/2 38400
3:23:respawn:/sbin/agetty -L vc/3 38400
4:23:respawn:/sbin/agetty -L vc/4 38400
5:23:respawn:/sbin/agetty -L vc/5 38400
6:23:respawn:/sbin/agetty -L vc/6 38400

T0:12345:respawn:/sbin/agetty -C -L tts/0 9600 vt100

-----------------------------------------------------------------------------------------------------


Maggiori informazioni sulla lista bglug