You are not logged in.

#1 2009-10-30 19:10:26

bluey
Member
Registered: 2006-08-30
Posts: 20

RC Script doesn't pass Argument right

Hello,

since i updated lirc to version 0.8.6. it fails to pass the arguments to the lircd daemon. I have really no clue why this happens.

[root@XBMC etc]# cat /etc/conf.d/lircd.conf
#
# Parameters for lirc daemon
#

LIRC_DEVICE="/dev/lircd"
LIRC_DRIVER="null"
LIRC_EXTRAOPTS="-c 127.0.0.1:8888"
LIRC_CONFIGFILE=""
[root@XBMC etc]# ps x | grep lircd
3975 ?        Ss     0:00 /usr/sbin/lircd -d /dev/lircd -H null -c 127.0.0.1 8888
3983 pts/0    S+     0:00 grep lircd

As you can see it fails to pass the ":" for the port. Can anyone help me out with this?

Offline

Board footer

Powered by FluxBB