← Back to team overview

edubuntu-bugs team mailing list archive

[Bug 697387] Re: SYSLOG option in lts.conf not documented

 

A quick how-to for those seeking to enable remote logging for ltsp
clients in Ubuntu.

1) Uncomment the following lines in /etc/rsyslog.conf:
# provides UDP syslog reception
$ModLoad imudp
$UDPServerRun 514

2) Restart rsyslog:
sudo service rsyslog restart

3) Set the following line in lts.conf:
SYSLOG_HOST=server

4) Restart clients, you can now see their output in the server, with e.g.
tail -f /var/log/syslog

-- 
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to ltsp in Ubuntu.
https://bugs.launchpad.net/bugs/697387

Title:
  SYSLOG option in lts.conf not documented

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/697387/+subscriptions


References