Bug#929841: systemd-udevd: regulatory.0: Process '/sbin/crda' failed with exit code 255.

2020-03-01 Thread Ben Hutchings
On Sun, 2020-03-01 at 18:28 +0100, Thorsten Glaser wrote: > On Sun, 1 Mar 2020, Ben Hutchings wrote: > > > The kernel sets COUNTRY in the uevent, which is copied into the device > > properties. Then udev copies the device properties into the > > environment when running an external program. > >

Bug#929841: systemd-udevd: regulatory.0: Process '/sbin/crda' failed with exit code 255.

2020-03-01 Thread Thorsten Glaser
On Sun, 1 Mar 2020, Ben Hutchings wrote: > The kernel sets COUNTRY in the uevent, which is copied into the device > properties. Then udev copies the device properties into the > environment when running an external program. OK. But where does stderr of crda go anyway? Trying to debug this…

Bug#929841: systemd-udevd: regulatory.0: Process '/sbin/crda' failed with exit code 255.

2020-03-01 Thread Ben Hutchings
On Sun, 2020-03-01 at 16:37 +0100, Thorsten Glaser wrote: > retitle 929841 systemd-udevd: regulatory.0: Process '/sbin/crda' failed with > exit code 255. > thanks > > Could this have to do with /lib/udev/rules.d/85-regulatory.rules ? > > A quick search through the code shows it returns “-1”

Bug#929841: systemd-udevd: regulatory.0: Process '/sbin/crda' failed with exit code 255.

2020-03-01 Thread Thorsten Glaser
retitle 929841 systemd-udevd: regulatory.0: Process '/sbin/crda' failed with exit code 255. thanks Could this have to do with /lib/udev/rules.d/85-regulatory.rules ? A quick search through the code shows it returns “-1” (i.e. 255) in multiple places (the main function is written like kernel