wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
86 stars 40 forks source link

setuidgids: FATAL: unable to run ./runCamera #148

Closed Bertonebreno closed 4 years ago

Bertonebreno commented 4 years ago

I think I deleted the file runCamera, and now it's impossible to run the file, even though it's the same as it was before.

PeterJohnson commented 4 years ago

Is it executable? ls -l runCamera should look like this:

-rwxr-xr-x 1 pi   pi       106 Dec 30 22:00 runCamera

If it doesn't, run chmod a+x runCamera

Bertonebreno commented 4 years ago

Thank you! It was just this dumb mistake