edubuntu-bugs team mailing list archive
-
edubuntu-bugs team
-
Mailing list archive
-
Message #00451
[Bug 697387] [NEW] SYSLOG option in lts.conf not documented
Public bug reported:
I was looking for a way to _disable_ remote logging on the thin clients.
There's an ltsp.conf file generated on the client at boot, which sends
logs to $SERVER by default:
root@ltsp1:~# cat /etc/rsyslog.d/ltsp.conf
*.* @192.168.0.254
There is code to disable this in /opt/ltsp/i386/usr/share/ltsp/ltsp-
init-common around line 300:
configure_syslog() {
if [ -z "$SYSLOG" ] || [ "$SYSLOG" = "remote" ]; then
syslog_conf=/etc/syslog.conf
if [ -d /etc/rsyslog.d ]; then
syslog_conf=/etc/rsyslog.d/ltsp.conf
touch $syslog_conf
fi
if [ -f "$syslog_conf" ]; then
cat <<EOF > "$syslog_conf"
*.* @${SYSLOG_HOST:-$SERVER}
EOF
fi
fi
}
This SYSLOG option does not appear in the documentation (man 5
lts.conf). It should be added if it's not a hack (and I don't see why it
would be).
** Affects: ltsp (Ubuntu)
Importance: Undecided
Status: New
--
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
Follow ups
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Alkis Georgopoulos, 2016-11-08
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Alkis Georgopoulos, 2015-01-20
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Launchpad Bug Tracker, 2012-08-01
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Alkis Georgopoulos, 2012-06-26
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Wim Muskee, 2012-06-03
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Alkis Georgopoulos, 2012-02-17
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Wim Muskee, 2011-10-17
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Xavier Brochard, 2011-09-05
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Alkis Georgopoulos, 2011-09-05
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Alkis Georgopoulos, 2011-09-05
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Wim Muskee, 2011-08-06
-
[Bug 697387] Re: SYSLOG option in lts.conf not documented
From: Stéphane Graber, 2011-07-06
-
[Bug 697387] [NEW] SYSLOG option in lts.conf not documented
From: Imre Gergely, 2011-01-04
References