The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] An amusing error message
@ 2014-05-09 21:07 Noel Chiappa
  2014-05-09 23:20 ` Steffen Nurpmeso
  0 siblings, 1 reply; 12+ messages in thread
From: Noel Chiappa @ 2014-05-09 21:07 UTC (permalink / raw)


Found in:

  http://minnie.tuhs.org/cgi-bin/utree.pl?file=1BSD/s6/man.c

this minor gem:

	execl("/bin/ssp", "ssp", 0);
	execl("/usr/bin/ssp", "ssp", 0);
	printf("Can't find ssp!\n");
	execl("/bin/cat", "cat", 0);
	printf("or cat - gott in himmel!\n");
	exit(1);

Not as good as "hodie natus" (Google it if you don't know of it - it's a
classic), but mildly amusing.

	  Noel




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-05-11  6:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-09 21:07 [TUHS] An amusing error message Noel Chiappa
2014-05-09 23:20 ` Steffen Nurpmeso
2014-05-09 23:44   ` Gilbert Morgan
2014-05-10 10:51     ` Steffen Nurpmeso
2014-05-10 15:05       ` Gregg Levine
2014-05-10 20:18         ` John Cowan
2014-05-10 21:39           ` Steffen Nurpmeso
2014-05-10 22:20             ` John Cowan
2014-05-10 23:30               ` Kurt H Maier
2014-05-10 23:41                 ` John Cowan
2014-05-11  5:14             ` Ori Idan
2014-05-11  6:00               ` John Cowan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).