The Picard Maneuver@piefed.world to linuxmemes@lemmy.worldEnglish · 7 hours agoAh, yes! You're doing a great job there. Thank you for the transparency.media.piefed.worldimagemessage-square28fedilinkarrow-up1272arrow-down14
arrow-up1268arrow-down1imageAh, yes! You're doing a great job there. Thank you for the transparency.media.piefed.worldThe Picard Maneuver@piefed.world to linuxmemes@lemmy.worldEnglish · 7 hours agomessage-square28fedilink
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up2·edit-24 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: