Hello Since upgrade of VDR I have many lines in log like this: May 24 19:58:50 wuwek vdr: [2423] ERROR (lirc.c,43): /var/run/lirc/lircd: Nie ma takiego pliku ani katalogu I suspect it's some misconfiguration in config, because I don't use lirc (in fact my VDR instance is headless so no remote at all is connected) What should I do? Marx
Am 24.05.2015 um 20:02 schrieb Marx:
Hello Since upgrade of VDR I have many lines in log like this: May 24 19:58:50 wuwek vdr: [2423] ERROR (lirc.c,43): /var/run/lirc/lircd: Nie ma takiego pliku ani katalogu I suspect it's some misconfiguration in config, because I don't use lirc (in fact my VDR instance is headless so no remote at all is connected) What should I do? Marx
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hello, starting with VDR version 2.0.5 vdr retries (endlessly) to connect to a lircd socket if started with the argument --lirc[=/path/to/socket]: http://projects.vdr-developer.org/git/vdr.git/tree/HISTORY#n8150 If you are using packages for Debian stretch or sid or Ubuntu vivid, check your /etc/init.d/vdr, AFAIK this file has not jet been adapted to this change (see line 88 et sqq.), so you might want to use something like this: https://github.com/flensrocker/vdr-yavdr/blob/master/debian/vdr.init (see line 82 et sqq.)
Alexande
W dniu 2015-05-24 21:39, Alexander Grothe pisze:
Am 24.05.2015 um 20:02 schrieb Marx:
Hello Since upgrade of VDR I have many lines in log like this: May 24 19:58:50 wuwek vdr: [2423] ERROR (lirc.c,43): /var/run/lirc/lircd: Nie ma takiego pliku ani katalogu I suspect it's some misconfiguration in config, because I don't use lirc (in fact my VDR instance is headless so no remote at all is connected) What should I do? Marx
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hello, starting with VDR version 2.0.5 vdr retries (endlessly) to connect to a lircd socket if started with the argument --lirc[=/path/to/socket]: http://projects.vdr-developer.org/git/vdr.git/tree/HISTORY#n8150 If you are using packages for Debian stretch or sid or Ubuntu vivid, check your /etc/init.d/vdr, AFAIK this file has not jet been adapted to this change (see line 88 et sqq.), so you might want to use something like this: https://github.com/flensrocker/vdr-yavdr/blob/master/debian/vdr.init (see line 82 et sqq.)
Thank you. I removed lirc options and error doesn't show in logs. Marx