Is there a special step for this?
-- Cosme Corrêa On Jul 8, 2014 4:32 PM, m.roth@5-cent.us wrote:
Always Learning wrote:
On Tue, 2014-07-08 at 11:10 -0700, John R Pierce wrote:
On 7/8/2014 10:36 AM, Always Learning wrote:
75 baud on a TTY (clank, clank, clank, ding, thud as the printer head returned to the beginning of the line) and an amazingly fast speed of 300 baud on the up-market Terminet (? spelling).
Perhaps the speeds were 300 and 1,200 baud? It was a long time ago.
actual Teletype KSR/ASR 33 kind of machines were 110 baud (10 cps, as they used 2 stop bits)
110 baud definitely rings a bell. I saw my first Teletype in 1967/1968 at Scotland's National Engineering Laboratory (NEL). Chugging away, it seemed to be an exciting example of "real" computing - and it wasn't a bit like punched cards.
'Ey! What'cho got 'gainst punch cards?
mark "except the card punch in the lab that punched *other* than what it printed, that once...."
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On 07/14/2014 10:39 AM, Cosme Corrêa wrote:
Is there a special step for this?
systemctl enable rc-local.service
On Mon, Jul 14, 2014 at 12:27:47PM -0500, Ian Pilcher wrote:
On 07/14/2014 10:39 AM, Cosme Corrêa wrote:
Is there a special step for this?
systemctl enable rc-local.service
This shouldn't be required. The rc-local.service should automatically start in the multi-user.target if the file /etc/rc.d/rc.local exists, and is executable.
Make sure you're using /etc/rc.d/rc.local and not /etc/rc.local. There should already be a compatibility symlink (same as in EL6).