Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Service startup errors Date: 31 Dec 2025 19:41:29 GMT Lines: 27 Message-ID: References: <10if6e3$kag3$1@dont-email.me> <10igm6l$10hm7$2@dont-email.me> <10igpir$1086g$16@dont-email.me> <20251226090654.00000d42@gmail.com> <10is5pn$h12h$5@dont-email.me> <7cj82mxbaa.ln2@Telcontar.valinor> <10iscj0$jd63$2@dont-email.me> <8dV4R.92219$4H_9.80362@fx37.iad> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net wETSgSzNn76WGS+z8Y4qhAaUY6/f6RQZHeeq0b+3p/yFaitpwH Cancel-Lock: sha1:sBqhblUwtPFky5hNU7cDP3uGP3M= sha256:5qCVnf6OClk6ilLPDObthbIRIFQYzHqlBICFk6frvAE= User-Agent: Pan/0.162 (Pokrosvk) Xref: csiph.com comp.os.linux.misc:80187 On Wed, 31 Dec 2025 18:55:52 GMT, Charlie Gibbs wrote: > On 2025-12-31, rbowman wrote: > >> On Tue, 30 Dec 2025 18:53:56 GMT, Charlie Gibbs wrote: >> >>> But if it means something to them, it's still miles ahead of a >>> "something went wrong" message. If you're lucky you might find a list >>> of what the error codes mean. >> >> https://www.thegeekstuff.com/2010/10/linux-error-codes/ >> >> printf("Oh shit! %s\n", strerror(errno)); > > Alternatively, "This should never happen!" /* Should never happen, but... */ Actual comment in the source and it's not the only one. It's in an else clause and does have a reasonable message sprintf(error_msg, "The Alert Type \"%s\" is invalid.", ModAlertType); update_message(msgbox, ModAlertType); It's not clear how someone could select an unknown alert type from a GUI list but j.i.c...