On 2015-12-01 15:11:08, Dominique Dumont wrote:
> On Tuesday 01 December 2015 10:22:56 Antoine Beaupré wrote:
>> LCDd seems to send critical syslog messages on some weird
>> situations. I don't know why. Here's an example of a tail on a
>> logfile:
>
>> déc 01 10:16:05 marcos LCDd[11778]: listen L
>> déc 01 10:16:05 marcos LCDd[11778]: ignore L
>
> This looks like a client (like lcdproc) is always connecting and 
> disconnecting.

Well, whatever it is - it shouldn't be a critical severity in
syslog. Very few things should use that, short of catastrophic system
failures. And this doesn't look like one: failures in my LCD are totally
harmless: i basically don't want to hear about it (or at least not that
loud). If it fails, i will *see* it...

> Could you send to bts:
> * the output of 
>  ps -ef|grep LCDd

anarcat  11557 15290  0 15:48 ?        00:00:00 /bin/bash -c ps -ef | grep LCDd
anarcat  11559 11557  0 15:48 ?        00:00:00 grep LCDd
nobody   24480     1  0 10:34 ?        00:00:41 /usr/sbin/LCDd -s 1 -f -c 
/etc/LCDd.conf

>  ps -ef|grep lcdproc

root     10128     1  0 10:56 ?        00:00:13 /usr/bin/lcdproc
anarcat  11571 15290  0 15:48 ?        00:00:00 /bin/bash -c ps -ef | grep 
lcdproc
anarcat  11573 11571  0 15:48 ?        00:00:00 grep lcdproc

> * the content of /etc/LCDd.conf

## This file was written by cme command.
## You can run 'cme edit <application>' to modify this file.
## Run 'cme list' to get the list of applications available on your system
## You may also modify the content of this file with your favorite editor.


[server]
Driver=imonlcd
DriverPath=/usr/lib/x86_64-linux-gnu/lcdproc/
NextScreenKey=Right
PrevScreenKey=Left
ReportToSyslog=yes
ToggleRotateKey=Enter
Bind=127.0.0.1
Port=13666
#User=nobody
# forbid plugins messing around with the backlight
Backlight=on

[menu]
DownKey=Down
EnterKey=Enter
MenuKey=Escape
UpKey=Up

[imonlcd]

Protocol=1
# turn lcd off on exit
OnExit = 2
# default 200
Contrast = 200
Backlight = 1
DiscMode = 1


-- 
Jesus died for his own sins, not mine.
                        - CRASS, 1978

Reply via email to