Displaying 3 results from an estimated 3 matches for "s016".
Did you mean:
2016
2013 Jan 19
1
Serial console
...this up for me somehow? It says 19200 when everything I have
read says it should be 115200. How do I change this? Some docs say I should
create my own /etc/init/serial-ttyS1.conf containing:
# For IPMI serial console
# ttyS1 - agetty
#
# This service maintains a agetty on ttyS1.
stop on runlevel [S016]
start on runlevel [23]
respawn
exec agetty -h -L -w /dev/ttyS1 115200 vt102
but when I do that I end up with two gettys, presumably fighting over the
serial port, and the original is apparently holding onto it because I still
can't connect and get a login prompt.
# ps -ef |grep agetty
root...
2013 Dec 21
1
Serial Console Config in 6.5
Alle,
After upgrading from 6.4 to 6.5, our serial console configuration non
longer work. We have the following upstart file:
[cwfox at hilo ~]$ cat /etc/init/ttyS0.conf
# ttyS0 - agetty
#
# This service maintains a agetty on ttyS0.
stop on runlevel [S016]
start on runlevel [23]
respawn
exec agetty -h -L -w /dev/ttyS0 115200 vt100
[cwfox at hilo ~]$
And the following in /etc/securetty:
[cwfox at hilo ~]$ sudo tail -2 /etc/securetty
ttyS0
ttyS1
[cwfox at hilo ~]$
And finally this is appended to what used to be the kernel (now the
module) line i...
2003 Dec 01
0
No subject
...urn-Path: <richard@sheflug.co.uk>
Delivered-To: samba@lists.samba.org
Received: from zetnet.co.uk (irwell.zetnet.co.uk [194.247.47.48]) by
lists.samba.org (Postfix) with ESMTP id 4A166444F for
<samba@lists.samba.org>; Wed, 16 May 2001 07:50:08 -0700 (PDT)
Received: from sheflug (man-s016.dialup.zetnet.co.uk [194.247.41.143])
by zetnet.co.uk (8.11.3/8.11.3/Debian 8.11.2-1) with SMTP id
f4GEpIq05197 for <samba@lists.samba.org>; Wed, 16 May 2001 15:51:18
+0100
Content-Type: text/plain; charset="iso-8859-1"
From: Richard Ibbotson <richard@sheflug.co.uk>
Orga...