My question is: How can i comment/uncomment lines in /etc/inittab ?
changing /etc/inittab stops subsystems after using VI !!!
INIT_OPEN can have several reasons, such as:
- someone or something has opened /etc/inittab during scanning it by
the init process
- inittab was edited by an editor and not by the standard commands:
mkitab, chitab, rmitab
- a filesystem can be filled up to 100% and causes a corrupted
/etc/inittab
The error identifier occurs when the system is trying to access inittab
while someone has the inittab file open. The problem is most likely
caused by the use of the vi editor that kept the file open while init
was trying to read the /etc/inittab file.
The following commands are the only supported method for modifying the records in the /etc/inittab file:
chitab Changes records in the /etc/inittab file.
lsitab Lists records in the /etc/inittab file.
mkitab Adds records to the /etc/inittab file.
rmitab Removes records from the /etc/inittab file.
Kind regards,
Guus.
changing /etc/inittab stops subsystems after using VI !!!
INIT_OPEN can have several reasons, such as:
- someone or something has opened /etc/inittab during scanning it by
the init process
- inittab was edited by an editor and not by the standard commands:
mkitab, chitab, rmitab
- a filesystem can be filled up to 100% and causes a corrupted
/etc/inittab
The error identifier occurs when the system is trying to access inittab
while someone has the inittab file open. The problem is most likely
caused by the use of the vi editor that kept the file open while init
was trying to read the /etc/inittab file.
The following commands are the only supported method for modifying the records in the /etc/inittab file:
chitab Changes records in the /etc/inittab file.
lsitab Lists records in the /etc/inittab file.
mkitab Adds records to the /etc/inittab file.
rmitab Removes records from the /etc/inittab file.
Kind regards,
Guus.