The Picard Maneuver@piefed.world to linuxmemes@lemmy.worldEnglish · 2 days agoAh, yes! You're doing a great job there. Thank you for the transparency.media.piefed.worldimagemessage-square47fedilinkarrow-up1555arrow-down16
arrow-up1549arrow-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 · 2 days agomessage-square47fedilink
minus-squaretal@lemmy.todaylinkfedilinkEnglisharrow-up4·edit-22 days 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: