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 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.
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: