-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perl error on Raspberry pi bullseye 64-bit #393
Comments
Sorry for the thread necro. You didn't state what version of Perl you have installed but starting with version 5.32 any string argument to vec() containing a codepoint over 0xFF is not going to work. That use case was deprecated beginning in Perl 5.28...that being said, I have not tried to upgrade from Buster to Bullseye so no way to test this and see what the problem is. |
Also, see this issue which shows it works in Bullseye: #385 |
I partially solved this problem by changing rpimonitord.service. Everything is recorded in a log file:
Or without writing errors to disk:
|
I get this log error each time rpimonitor runs:
Use of uninitialized value in vec at /usr/share/perl5/HTTP/Daemon.pm line 111.
sysread() on closed filehandle GEN1405 at /usr/share/perl5/HTTP/Daemon.pm line 344.
I have reinstalled rpi 2.13 and all the perl modules. Rpimonitor is working. I don't know if this is an rpimonitor or a perl issue.
Any clues would be appreciated.
The text was updated successfully, but these errors were encountered: