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
stazthebox:
Supply the following if possible:
opkg update && opkg install gst1-plugins-{bad,good,ugly}
opkg list-installed | grep kernel
Any future attempts to install kmods will cause dependency errors because the kernel package will no longer show up in the installed package list.
I assume this is because opkg attempts to re-write the package list to disk and fails midway through due to a full disk.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
stazthebox:
Supply the following if possible:
opkg update && opkg install gst1-plugins-{bad,good,ugly}
opkg list-installed | grep kernel
and note the empty result.Any future attempts to install kmods will cause dependency errors because the kernel package will no longer show up in the installed package list.
I assume this is because opkg attempts to re-write the package list to disk and fails midway through due to a full disk.
The text was updated successfully, but these errors were encountered: