<div dir="ltr"><div><div><div><div><div>I'm running mythbuntu 14.04.3 LTS (64bit).  LIRC is running with no issues, but I'm unable to get irexec to run:<br><br># lircd -v && irexec -v<br>lircd 0.9.0<br>irexec 0.9.0<br><br><br># sudo irexec /etc/lirc/lircrc<br>irexec: could not connect to socket<br>irexec: No such file or directory<br><br><br></div>The lircrc config file points to $USER/.lirc/mythtv<br></div># ls -l /etc/lirc/lircrc<br>lrwxrwxrwx 1 root root 24 Jan 12 20:19 /etc/lirc/lircrc -> /home/rob/.lirc/mythtv<br><br><br></div>The only oddity that I notice is that there's two session of lirc running, with two pid files:<br></div># ps -aef | grep lirc<br>root      3356     1  0 21:29 ?        00:00:02 /usr/sbin/lircd --output=/dev/lircd --driver=devinput --device=phys=usb-0000:00:04.0-1/input1 --listen --pidfile=/run/lirc/lircd1.pid<br>root      3358     1  0 21:29 ?        00:00:00 /usr/sbin/lircd --output=/dev/lircd --driver=devinput --device=phys=usb-0000:00:04.0-3/input0 --connect=localhost 8765<br><br><br></div>-Robert<br></div>