-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
startup service failing due to not being able to read from sysfs #119
Comments
Just saw this related issue, but seems like whatever fixed it for them doesn't work for me for some reason: #91 |
Hi Dorian, There appears to be an issue parsing the What kind of PCI device is at You can print more detailed information by running the following command:
If you could provide me with the original You could send me the file in encrypted form if you like, by downloading and using my PGP key directly from Github. # download my public pgp key
curl https://github.com/hertg.gpg > hertg.key
# encrypt the file with the downloaded key and print the encrypted message in ASCII form to stdout
sudo gpg --armor --encrypt --recipient-file hertg.key -o- /sys/bus/pci/devices/0000\:03\:00.0/config |
For the output of
There's a lot more information provided, but thought this might be enough. And for the config, here's the encrypted message. I hope this contains the contents of that config file, but let me know if not:
|
Thanks for providing the config file. Unfortunately, I am unable to reproduce this issue, the file parses just fine in my tests. Could you check whether it still prints the error for the device on bus Or does the issue only occur when systemd service runs? If you manually run |
So running it myself with
If I check |
hmmm, that is really strange, it appears like the One hacky way to do it might be for you to temporarily change the
And then set the
I am not totally sure whether that will work tho. |
Yeah, seems like an issue outside of the domain of |
I've been a happy user for a while, but started to notice some issues recently. I noticed that the
egpu.service
in systemd has been failing on boot, with these logs:extra info:
Not sure what the cause might be, or how to fix this. So far the tips from the troubleshooting guide haven't helped.
The text was updated successfully, but these errors were encountered: