Hi,

While inn2 is installed on this machine, it is not yet fully configured.
Notably the file /var/www/inn/inn_status.html is not present nor created.

2026-02-23T18:16:48.179749+00:00 ced2 innd: SERVER cant open 
/var/www/inn/inn_status.html: No such file or directory

I'm filing this against inn2 only because this seems to be a somewhat
consistent pattern.

I really doubt this is the cause of the kernel segfaults.
INN just emits a warning and does not go further when this file does not exist:

    if (innconf->htmlstatus) {
        path = concatpath(innconf->pathhttp, "inn_status.html");
    } else {
        path = concatpath(innconf->pathlog, "inn.status");
    }
    if ((F = Fopen(path, "w", TEMPORARYOPEN)) == NULL) {
        syswarn("SERVER cant open %s", path);
        return;
    }



If I should resubmit this bug to a different package, please reply to
this email.

I don't know which package is concerned.
At least you may want to create the /var/www/inn directory, writable by the news user, and you'll see whether it fixes the segfaults.

--
Julien ÉLIE

« – Ensuite, il n'y a plus qu'à tirer, comme pour la pêche au gros.
  – Qui est gros ? » (Astérix)

Reply via email to