|
Bugzilla – Full Text Bug Listing |
| Summary: | inittab - getty is not started | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.3 | Reporter: | Thomas Renninger <trenn> |
| Component: | Basesystem | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P2 - High | ||
| Version: | Milestone 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | upstart job for agetty on ttyS0 | ||
|
Description
Thomas Renninger
2010-03-30 10:16:20 UTC
'telinit q' is depreciated by the initctl program since we are using upstart now. However according to my knowledge there should be some kind of System-V init compatibility but for some reasons the inittab file is not regarded at least for getty and agetty processes. Created attachment 351409 [details]
upstart job for agetty on ttyS0
gettys will be started via the upstart job /etc/init/start-ttys.conf and /etc/init/tty.conf, currently there is no sample config for serial lines. I have attached a job description for an agetty on ttyS0. Copy this file to /etc/init and execute 'initctl start start-agetty-ttyS0.conf' and everything should be fine. I will also integrate this into our ARCH internal setup scripts for 11.3 upstart -> coolo reverted opensuse back to sysvinit (see http://lists.opensuse.org/opensuse-factory/2010-05/msg00168.html) |