You are not logged in.
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