Skip to content

Fix Debian 11 crash #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix Debian 11 crash #7

wants to merge 1 commit into from

Conversation

dkechag
Copy link

@dkechag dkechag commented Aug 18, 2023

Fixes:

Can't open /etc/ARRAY(0xaaaaeecb87d0): No such file or directory at /usr/local/share/perl/5.32.1/Sys/Info/Driver/Linux/OS.pm line 204.

This is actually an improvement over the proposed #5 as deleting the local $self->{release_file} completely would lead to a (.*) match for version ending up with the long OS name on my system become Debian Linux pretty_name="debian gnu/linux 11 (bullseye) (kernel: 5.15.49-linuxkit). With this PR it becomes Debian Linux 11.1 (kernel: 5.15.49-linuxkit).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant