Changes between Version 1 and Version 2 of add_serial_access_to_console_server
- Timestamp:
- Jan 4, 2008, 5:43:50 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
add_serial_access_to_console_server
v1 v2 1 1 = Adding a new user/server to the console server = 2 2 3 After setting up a new server, you may want to enable serial access to that server via our serial server (`console.mayfirst.org`). In the example below `zinn` is the name of the server.3 After setting up a new server, you may want to enable serial access to that server via our serial server (`console.mayfirst.org`). 4 4 5 Make sure that 6 {{{ 7 adduser --disabled-password --gecos="$SERVERNAME console user,,,' "${SERVERNAME}-console" 8 cereal-admin create "$SERVERNAME" "/dev/$TTYDEVICE" 115200 "${SERVERNAME}-console" "${SERVERNAME}-console" 9 cereal-admin start "$SERVERNAME" 10 }}} 11 12 13 Here's an example run (in the example below `SERVERNAME=zinn`, and `TTYDEVICE=ttyS14`): 5 14 {{{ 6 15 0 sylvia:~# adduser --disabled-password --gecos='zinn console user,,,' zinn-console … … 18 27 0 sylvia:~# 19 28 }}} 29