Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#80158 - [android-udev] throws error in log
Attached to Project:
Arch Linux
Opened by solsTiCe (zebul666) - Saturday, 04 November 2023, 08:58 GMT
Last edited by Anatol Pomozov (anatolik) - Saturday, 04 November 2023, 21:12 GMT
Opened by solsTiCe (zebul666) - Saturday, 04 November 2023, 08:58 GMT
Last edited by Anatol Pomozov (anatolik) - Saturday, 04 November 2023, 21:12 GMT
|
DetailsWhen looking at the log, one can see:
``` systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:206 Invalid key/value pair, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:207 Invalid key/value pair, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:517 Invalid key/value pair, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:518 Invalid key/value pair, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:521 Invalid key/value pair, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:157 GOTO="go_adb" has no matching label, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:157 The line has no effect any more, dropping. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:158 GOTO="go_adbrndis" has no matching label, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:158 The line has no effect any more, dropping. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:159 GOTO="go_adbmtp" has no matching label, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:159 The line has no effect any more, dropping. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:160 GOTO="go_adbptp" has no matching label, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:160 The line has no effect any more, dropping. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:161 GOTO="go_adbmidi" has no matching label, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:161 The line has no effect any more, dropping. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:162 GOTO="go_adb" has no matching label, ignoring. systemd-udevd[545]: /usr/lib/udev/rules.d/51-android.rules:162 The line has no effect any more, dropping. ``` Th first warnings are because of comments ending the line, which does not seem to be suported. The others are quite clear about goto label non existents |
This task depends upon
Closed by Anatol Pomozov (anatolik)
Saturday, 04 November 2023, 21:12 GMT
Reason for closing: Fixed
Additional comments about closing: 20231104-1
Saturday, 04 November 2023, 21:12 GMT
Reason for closing: Fixed
Additional comments about closing: 20231104-1
https://github.com/M0Rf30/android-udev-rules/issues/287