Skip to content
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

51-android.rules breaks some compatibility after upgrading #287

Closed
Zesko opened this issue Nov 3, 2023 · 1 comment
Closed

51-android.rules breaks some compatibility after upgrading #287

Zesko opened this issue Nov 3, 2023 · 1 comment

Comments

@Zesko
Copy link

Zesko commented Nov 3, 2023

When upgrading the package android-udev from 20230614 to 20231030 on Arch Linux or any Arch based distros, the udev-rules file /usr/lib/udev/rules.d/51-android.rules breaks some compatibility.

Run $ journalctl --no-pager -p err -b --output=cat
The output:

/usr/lib/udev/rules.d/51-android.rules:206 Invalid key/value pair, ignoring.
/usr/lib/udev/rules.d/51-android.rules:207 Invalid key/value pair, ignoring.
/usr/lib/udev/rules.d/51-android.rules:517 Invalid key/value pair, ignoring.
/usr/lib/udev/rules.d/51-android.rules:518 Invalid key/value pair, ignoring.
/usr/lib/udev/rules.d/51-android.rules:521 Invalid key/value pair, ignoring.
/usr/lib/udev/rules.d/51-android.rules:157 GOTO="go_adb" has no matching label, ignoring.
/usr/lib/udev/rules.d/51-android.rules:158 GOTO="go_adbrndis" has no matching label, ignoring.
/usr/lib/udev/rules.d/51-android.rules:159 GOTO="go_adbmtp" has no matching label, ignoring.
/usr/lib/udev/rules.d/51-android.rules:160 GOTO="go_adbptp" has no matching label, ignoring.
/usr/lib/udev/rules.d/51-android.rules:161 GOTO="go_adbmidi" has no matching label, ignoring.
/usr/lib/udev/rules.d/51-android.rules:162 GOTO="go_adb" has no matching label, ignoring.

JoesCat added a commit to JoesCat/android-udev-rules that referenced this issue Nov 4, 2023
Thanks to Zesko (read issue M0Rf30#287) for pointing-out some errors that
should be fixed to prevent filling log reports with error messages.

seen as per: journalctl --no-pager -p err -b --output=cat
@JoesCat
Copy link
Collaborator

JoesCat commented Nov 4, 2023

Thanks @Zesko for pointing-out these errors - much appreciated!

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

No branches or pull requests

3 participants