After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 628645 - enable serial on all servers
enable serial on all servers
Status: RESOLVED OBSOLETE
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2010-09-02 22:44 UTC by Owen Taylor
Modified: 2013-11-21 14:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2010-09-02 22:44:46 UTC
We have all the servers hooked up to a Cyclades that I have access to (unfortunately, not any of the other sysadmins, but it's something)

However, many of the servers don't have serial enabled in grub or in inittab, or both. All servers should have:

 - Serial enabled for grub itself
 - Serial enabled on kernel command line in /etc/grub.conf
 - Serial enabled in /etc/inittab
 - Magic-SysRq enabled

I'm guessing we need 9600 8n1 for the serial settings. 9600 baud is definitely right, since it works for getty on window.
Comment 1 Olav Vitters 2010-09-02 22:48:05 UTC
Hints from window

/etc/grub.conf:
serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1
terminal --timeout=10 serial console
        kernel /vmlinuz-2.6.18-194.11.3.el5PAE ro root=/dev/md2 console=tty0 console=ttyS0,9600n8

/etc/inittab:
s0:2345:respawn:/sbin/agetty ttyS0 9600 vt100

/etc/sysctl.conf:
kernel.sysrq = 1


Would be nice to put this in Puppet.
Comment 2 Christer Edwards 2010-09-02 23:35:24 UTC
I've got an inittab module that I can import from what I use at my office. It's really simple. 

The grub.conf is trickier though. Currently I'll volunteer to just manually update the grub.conf to include the serial, terminal and kernel additions. I haven't yet figured out how to puppetize a grub.conf (perhaps I haven't looked hard enough), but in the meantime I'll just do it.
Comment 3 Jeff Schroeder 2010-09-03 19:40:45 UTC
For kernels it is easy, you could do it with grubby on RHEL boxes. The proper way is to use an Augeas type and let augeas edit the grub.conf for you. I can give you pointers if you need them.
Comment 4 Andrea Veri 2013-11-21 14:57:20 UTC
The GNOME Infrastructure Team is currently migrating its bug / issue tracker away from Bugzilla to Request Tracker and therefore all the currently open bugs have been closed and marked as OBSOLETE.

The following move will also act as a cleanup for very old and ancient tickets that were still living on Bugzilla. If your issue still hasn't been fixed as of today please report it again on the relevant RT queue.

More details about the available queues you can report the bug against can be found at https://wiki.gnome.org/Sysadmin/RequestTracker.

Thanks for your patience,

the GNOME Infrastructure Team