Public bug reported:
Version: 0.5.0-1
The driver path in LCDd.conf does not correspond to the driver locations,
causing lcdproc not to start, here's the patch:
--- /etc/LCDd.conf.orig 2006-09-30 23:54:12.000000000 -0400
+++ /etc/LCDd.conf 2006-09-30 23:54:31.000000000 -0400
@@ -76,7 +76,7 @@
# the driver modules and will thus not be able to
# function properly.
# NOTE: Always place a slash as last character !
-DriverPath=server/drivers/
+DriverPath=/usr/lib/lcdproc/
-s and -f require a boolean value in /etc/init.d/LCDd otherwise LCDd refuses to
start, here's the patch:
--- /etc/init.d/LCDd.orig 2006-10-01 01:20:56.000000000 -0400
+++ /etc/init.d/LCDd 2006-10-01 01:19:55.000000000 -0400
@@ -14,7 +14,7 @@
NAME=LCDd
DESC=LCDd
DESC="LCDd"
-DAEMON_OPTS="-s -f -c /etc/LCDd.conf"
+DAEMON_OPTS="-s true -f true -c /etc/LCDd.conf"
test -x $DAEMON || exit 0
BTW, thanks for including imon support (even though the pkg desc doesn't
mention it) in the build options... :-)
-G
** Affects: lcdproc (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
Errors in both /etc/init.d/LCDd script and /etc/LCDd.conf that break lcdproc
https://launchpad.net/bugs/63488
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs