[Pkg-ltsp-devel] Bug#410485: ltsp-server: remote syslogging on ltsp clients is broken

Vagrant Cascadian vagrant+debianbugs at freegeek.org
Sun Feb 11 01:53:25 CET 2007


Package: ltsp-server
Version: 0.99debian11
Severity: important
Tags: patch

sysklogd and klogd are not in the whitelist of services to be run by
ltsp clients at boot, so they are disabled. yet ltsp clients are
configured to do remote syslogging by default, but because syslogd isn't
running, nothing gets logged to the servers. this is a feature used in
many ltsp environments...

simply adding sysklogd and klogd to the whitelist of services in
runlevel 2 should fix this problem:

=== modified file 'server/plugins/ltsp-build-client/Debian/000-basic-configuration'
--- server/plugins/ltsp-build-client/Debian/000-basic-configuration	2007-01-11 06:53:01 +0000
+++ server/plugins/ltsp-build-client/Debian/000-basic-configuration	2007-02-11 00:36:09 +0000
@@ -8,6 +8,6 @@
         EARLY_PACKAGES=${EARLY_PACKAGES:-"xorg ltsp-client discover1 mdetect xresprobe udev xdebconfigurator esound debian-archive-keyring"}
         EXCLUDE=${EXCLUDE:-"libpcap0.7,libgnutls11,liblockfile1,libpcre3,libtasn1-2,libopencdk8,liblzo1,info,manpages,man-db,libgcrypt11,libgdbm3,libgpg-error0,groff-base,at,cron,logrotate,exim4-config,exim4,exim4-base,exim4-daemon-light,ipchains,mailx,pppconfig,pppoe,pppoeconf,tasksel,base-config,apt-utils,dhcp-client,fdutils,iptables,ppp,whiptail"}
         RCS_WHITELIST=${RCS_WHITELIST:-"mountkernfs.sh mountvirtfs hostname.sh keymap.sh loopback udev mountdevsubfs.sh mountdevsubfs module-init-tools procps.sh etc-setserial ltsp-client-setup setserial console-screen.sh xorg-common x11-common xfree86-common ifupdown networking"}
-        RC2_WHITELIST=${RC2_WHITELIST:-"ltsp-client nbd-client usplash rmnologin"}
+        RC2_WHITELIST=${RC2_WHITELIST:-"klogd sysklogd ltsp-client nbd-client usplash rmnologin"}
         ;;
 esac


might also be worth considering a patch to disable remote syslogging,
for environments where this is not desired...

live well,
  vagrant




More information about the Pkg-ltsp-devel mailing list