sbp wrote: 
> 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
--------------------
> > 
> 
> 
> EDIT: We also miss /usr/local/run
> 
> > 
Code:
--------------------
  >   > tc@piCorePlayer:~$ ls /usr/local
  > bin/           etc/           lib/           libexec/       sbin/          
share/         tce.installed/
  > 
--------------------
> > 
> 
> 
> 
> 
> So we need to take a look at the lirc package

Glad you're able to repro it - let me know if you want me to check
anything.  Oddly, I see lirc though ...


Code:
--------------------
    tc@GymPlayer:~$ grep lirc /mnt/mmcblk0p2/tce/onboot.lst
  lirc.tcz
--------------------


In the end, this was a fresh 3.22 install, with lirc configured, then
upgraded insitu to 3.50 to get it working currently.

pete S


------------------------------------------------------------------------
psketch's Profile: http://forums.slimdevices.com/member.php?userid=56555
View this thread: http://forums.slimdevices.com/showthread.php?t=108852

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to