Lcdproc failed -imonlcd - Openbsd 5.1

"Yannick Lebreton" <[email protected]> Fri, 29 Jun 2012 12:06:02 +0200
Newsgroups gmane.comp.sysutils.lcdproc
Message-ID <[email protected]>
Hi,

 

I used OpenBSD 5.1 ports tree Lcdproc 0.5.5p2 with Imonlcd (antec fusion
remote case).

 

LCDd runs correctly 

 

# LCDd -fs0  

LCDd version 0.5.5 starting

Using Configuration File: /etc/LCDd.conf

LCDd 0.5.5, LCDproc Protocol 0.3

Part of the LCDproc suite

Copyright (C) 1998-2010 William Ferrell, Selene Scriven

                        and many other contributors

........

Listening for queries on 127.0.0.1:13666

 

But LCdproc is failed :

# lcdproc 

Abort trap (core dumped)

 

In logs:

Connect from host 127.0.0.1:18411 on socket 7

Client on socket 7 disconnected

 

lcdproc: Using Configuration File: /etc/lcdproc.conf

lcdproc: stack overflow in function mem_screen

 

my lcdproc.conf

 

vi /etc/lcdproc.conf 

# LCDproc client configuration file

## general options ##

[lcdproc]

# address of the LCDd server to connect to

Server=127.0.0.1

# Port of the server to connect to

port=13666

# set reporting level

ReportLevel=3

# report to to syslog ?

ReportToSyslog=true

# run in foreground [default: false; legal: true, false]

Foreground=true

# PidFile location when running as daemon [default: /var/run/lcdproc.pid]

PidFile=/var/run/lcdproc.pid

# slow down initial announcement of modes (in 1/100s)

#delay=2

# display name for the main menu [default: LCDproc HOST]

DisplayName=lcdproc

## screen specific configuration options ##

[CPU]

# Show screen

Active=True

OnTime=1

OffTime=2

ShowInvisible=false

[Iface]

# Show screen

#Active=True

# Show stats for Interface0

Interface0=re0

# Interface alias name to display [default: <interface name>]

Alias0=LAN

 

# Units to display [default: byte; legal: byte, bit, packet]

unit=bit

 

# add screen with transferred traffic

#transfer=TRUE

 

 

[Memory]

# Show screen

Active=True

 

 

[Load]

# Show screen

Active=True

# Min Load Avg at which the backlight will be turned off [default: 0.05]

LowLoad=0.05

# Max Load Avg at which the backlight will start blinking [default: 1.3]

HighLoad=1.3

 

 

[TimeDate]

# Show screen

Active=True

# time format [default: %H:%M:%S; legal: see strftime(3)]

TimeFormat="%H:%M:%S"

# date format [default: %x; legal: see strftime(3)]

DateFormat="%x"

 

 

[About]

# Show screen

Active=false

 

 

[SMP-CPU]

# Show screen

Active=True

 

 

[OldTime]

# Show screen

Active=false

# time format [default: %H:%M:%S; legal: see strftime(3)]

TimeFormat="%H:%M:%S"

# date format [default: %x; legal: see strftime(3)]

DateFormat="%x"

 

Where is the problem please. 

 

Thank you

_______________________________________________
LCDproc mailing list
[email protected]
http://lists.omnipotent.net/mailman/listinfo/lcdproc