daemon socket /dev/lircd != lirc default

Bug #864133 reported by HPO
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
inputlirc (Ubuntu)
New
Undecided
Unassigned

Bug Description

lirc and corresponding tools changed the daemon socket from /dev/lircd to /var/run/lirc/lircd. Everything expects it there.

inputlirc still opens /dev/lircd.

Workaround: symlink from /var/run/lirc/lircd to /dev/lircd, e.g. in the init file

Revision history for this message
HPO (hpo) wrote :

--- a/inputlirc 2011-10-01 17:35:47.376793203 +0200
+++ b/inputlirc 2011-10-01 17:37:49.676793265 +0200
@@ -22,6 +22,8 @@
   start)
     echo "Starting $DESC"
     start-stop-daemon --exec $DAEMON --start -- $OPTIONS $EVENTS
+ mkdir -p /var/run/lirc 2> /dev/null
+ ln -sf /dev/lircd /var/run/lirc/lircd 2> /dev/null
   ;;
   stop)
     echo "Stopping $DESC"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.