Hi Pete
I see the same error during boot - output from do_rebootstuff:
Code:
--------------------
Starting lirc...lircd: can't open or create /var/run/lirc/lircd.pid
lircd: No such file or directory
Done.
--------------------
The reason is probably that the directory is not made:
Code:
--------------------
ls /var/run
crond.pid ntpd.pid squeezelite.pid sshd.pid
tcebootload/ udhcpc.eth0.pid utmp
--------------------
But I have pcp-lirc
Code:
--------------------
tc@piCorePlayer:~$ grep lirc /mnt/mmcblk0p2/tce/onboot.lst
pcp-lirc.tcz
--------------------
And lirc contain this
Code:
--------------------
tc@piCorePlayer:~$ cat /usr/local/tce.installed/lirc
#!/bin/sh
[ -d /var/run/lirc ] || mkdir -p /var/run/lirc
[ -d /usr/local/var/run ] || mkdir -p /usr/local/var/run
[ -d /usr/local/var/run/lirc ] || ln -s /var/run/lirc /usr/local/var/run/lirc
[ -f /usr/local/etc/lirc/lircd.conf ] || cp -p
/usr/local/share/lirc/files/lircd.conf /usr/local/etc/lirc/lircd.conf
--------------------
So we need to take a look at the lirc package
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://sites.google.com/site/picoreplayer/home
*Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer*
------------------------------------------------------------------------
sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.com/showthread.php?t=108852
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix