I too have been trying to sort this issue. It does not appear to be affecting performance beyond filling syslog with entries every second. I am not sure of the exact date when this started, maybe a month ago. The Debian folks are aware of the issue, it dates back to early last year. The bug report was closed, because it was determined that something was triggering lirc and lirc was functioning normally. The bug was reopened, but I have not seen a resolution. There is a plan in place to release a fix with the next update. There are a number of threads out there just by pasting the log line of the error into google. BTW, I do not use IR at this time and the problem exists on my HG production machine. I should also note, the are no entries into homegenie.log that would indicate that lirc is being triggered.
There are three things I have been working on, so lumped all together.
- Set up a RPi as a wireless access point – Will running HG impact the access point?
Set up RPi using version of Stretch I downloaded back in December 2017. Did apt-get update. No upgrade. Used bridge-utils to create an access point. Checked syslog. No lirc errors found. Installed HG r526 without any issues. No changes to HG configutation. Syslog now shows errors. But, for this part there does not appear to be a loading problem for the access point.
- Following Trobleshooting clean install on Stretch with bkenobi. I am aware that apt-get upgrade is now a problem for HG. Wanted to set up a new instance of r526 on another RPi. Will HG run?
I am still following the bkenobi thread. However, cannot identify an issue with my install.
- Inspect RPi logs before and after installing HG. Are the lirc errors showing up without HG installed?
As above the lirc errors are not present until HG is installed.
Primary thread on bug report.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860551
Referencing message 35, stopped and disabled lircd. Error entries in syslog stopped. However, on reboot the entries resume. I tried apt-get purge lirc. HG failed after that. Installed lirc again, HG is OK, errors continue to show.
BEFORE
Mar 10 06:36:47 RPiHG1 lircd-0.9.4c[452]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Mar 10 06:36:48 RPiHG1 lircd[452]: lircd-0.9.4c[452]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Mar 10 06:36:48 RPiHG1 lircd-0.9.4c[452]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Mar 10 06:36:49 RPiHG1 lircd[452]: lircd-0.9.4c[452]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Mar 10 06:36:49 RPiHG1 lircd-0.9.4c[452]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Message #35 received at [email protected] (full text, mbox, reply):
From: Eriberto Mota [email protected]
To: [email protected]
Subject: Re: lircd-0.9.4c[845]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Date: Fri, 16 Jun 2017 17:32:55 -0300
Other approach (temporary solution) is disable the lircd daemon:
systemctl stop lircd
systemctl disable lircd
Regards,
Eriberto
SHUTDOWN
Mar 10 06:51:43 RPiHG1 lircd-0.9.4c[452]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Mar 10 06:51:44 RPiHG1 lircd[452]: lircd-0.9.4c[452]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Mar 10 06:51:44 RPiHG1 lircd-0.9.4c[452]: Error: Cannot glob /sys/class/rc/rc0/input[0-9]/event[0-9]
Mar 10 06:51:44 RPiHG1 lircd[452]: lircd-0.9.4c[452]: Notice: caught signal
Mar 10 06:51:44 RPiHG1 lircd[452]: lircd-0.9.4c[452]: Info: closing ‘auto’
Mar 10 06:51:44 RPiHG1 lircd-0.9.4c[452]: Notice: caught signal
Mar 10 06:51:44 RPiHG1 systemd[1]: Stopping Flexible IR remote input/output application support…
Mar 10 06:51:44 RPiHG1 lircd-0.9.4c[452]: Info: closing ‘auto’
Mar 10 06:51:44 RPiHG1 systemd[1]: Stopped Flexible IR remote input/output application support.
Mar 10 06:52:26 RPiHG1 systemd[1]: Reloading.
Mar 10 06:52:27 RPiHG1 systemd[1]: apt-daily.timer: Adding 49min 5.372451s random time.
Mar 10 06:52:27 RPiHG1 systemd[1]: apt-daily-upgrade.timer: Adding 26min 44.718267s random time.
Following this thread, systemconfig.xml is as installed. I have made no changes yet. Tried to find refernce to lirc. Not sure what to edit.
Systemconfig.xml
<?xml version="1.0" encoding="utf-8"?>
Messaging.Email.Sender
2014-04-19T10:24:49.9710739Z
Messaging.Email.SmtpServer
2014-04-19T10:24:49.9710739Z
Messaging.Email.SmtpUserName
2014-04-19T10:24:49.9710739Z
Messaging.Email.SmtpPassword
2014-04-19T10:24:49.9710739Z
Messaging.Email.SmtpPort
eJbaQytfgHp7xJPm8Z/eJA==
2018-03-12T13:34:53.680718Z
Messaging.Email.SmtpUseSsl
wO5wEfcHot5LVVYYRDaZ1w==
2018-03-12T13:34:53.681875Z
4d287d22-5383-4e39-a84c-8b04cf7e65af
HAL
{ name: 'Rome, RM, Italia', latitude: 41.90278349999999, longitude: 12.496365500000024 }
true
Sorry, I can not fix a specific date when the errors log entries started. I wonder if others are having this issue as well? Now I am chasing down glob to understand that better.