The Picard Maneuver@piefed.world to linuxmemes@lemmy.worldEnglish · 13 hours agoAh, yes! You're doing a great job there. Thank you for the transparency.media.piefed.worldimagemessage-square30fedilinkarrow-up1361
arrow-up1361imageAh, yes! You're doing a great job there. Thank you for the transparency.media.piefed.worldThe Picard Maneuver@piefed.world to linuxmemes@lemmy.worldEnglish · 13 hours agomessage-square30fedilink
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up2·edit-210 hours ago the resulting error messages normally at least give you something to search for lp0 on fire And: #include <errno.h> #include <stdio.h> int main (void) { errno=ENOANO; perror(""); return 0; } Yields: $ ./a.out No anode $
lp0 on fire
And:
Yields: