You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the pciutils package is not installed on the server, it is impossible to know immediately that it is caused by the lack of the lspci command. Because this code does not throw any exception. https://github.com/leptonai/gpud/blob/main/pkg/pci/pci.go#L24-L27.
Question
pciutils
package is not installed on the server, it is impossible to know immediately that it is caused by the lack of thelspci
command. Because this code does not throw any exception. https://github.com/leptonai/gpud/blob/main/pkg/pci/pci.go#L24-L27.Solution
Improvement
dmidecode
also has the same problem.The text was updated successfully, but these errors were encountered: