<thasti>
is it expected that I get a usb1.USBErrorAccess: LIBUSB_ERROR_ACCESS [-3] on the first time I run `glasgow run ...` after plugging in the glasgow? second and any consecutive calls always work fine...
<d1b2>
<dragonmux> it is not - what OS are you running?
<thasti>
arch linux
<thasti>
behavior is the same on two different machines (same OS)
<d1b2>
<zyp> let me guess; first run reloads the fx2 causing it to reenumerate, and then after reenumeration it's accessed before udev have had time to fix permissions
<d1b2>
<Darius> sounds plausible
<d1b2>
<dragonmux> we'll check if our Glasgow exhibits that behaviour tomorrow as we also run Arch
<d1b2>
<dragonmux> it didn't use to but we can't rule out that a recent kernel of systemd update hasn't screwed things up in the suggested way
<d1b2>
<zyp> if it's a race condition against udev, there could be a bunch of factors contributing to whether it'll fail or not