• innd: SERVER cant open /var/www/inn/inn_status.html: Permission denied

    From Jeffery Small@21:1/5 to All on Tue Oct 4 08:15:57 2022
    I recently upgraded from Xubuntu 20.04 to 22.04.1. The upgrade was very rocky, but no changes were made (by me!) to the inn2 installation. Inn is the standard repository package version 2.6.4-2build4. The news system is working generally. Ever since
    the upgrade, I'm getting a steady stream of the error message (see subject line) but I cannot determine why. The file exists where it always has. (Note that /var/www is a symlink and the actual path is /x/u/www/inn/inn_status.html)

    % ls -l /var/www/inn/inn_status.html
    -rw-rw-r-- 1 news news 1057 Sep 2 15:25 /var/www/inn/inn_status.html

    All programs in /usr/lib/news/bin are owned by root. The /etc/cron.d/inn2 file remains unchanged.

    % cat /etc/cron.d/inn2 ############################################################################### # minute hours dom month dow usercommand
    # 0-59 0-23 0-31 1-12 0-6 (0:Sun) ############################################################################### SHELL=/bin/sh
    PATH=/usr/lib/news/bin:/sbin:/bin:/usr/sbin:/usr/bin

    # Expire old news and overview entries nightly, generate reports.

    15 6 * * * news test -x /usr/lib/news/bin/news.daily && news.daily expireover lowmark delayrm

    # Refresh the cached IP addresses every day.

    2 3 * * * news [ -x /usr/sbin/ctlinnd ] && ctlinnd -t 300 -s reload incoming.conf "flush cache"

    # Every hour, run an rnews -U. This is not only for UUCP sites, but
    # also to process queud up articles put there by nnrpd in case
    # innd wasn't accepting any articles.

    50 * * * * news [ -x /usr/bin/rnews ] && rnews -U

    # Enable this entry to send posted news back to your upstream provider.
    # Also edit /etc/news/nntpsend.ctl !
    # Not if you use innfeed, of course.

    10 * * * * news nntpsend


    # Enable this if you want to send news by uucp to your provider.
    # Also edit /etc/news/send-uucp.cf !

    #22 * * * * news send-uucp.pl

    # NINPATHS ################################################################### # To enable ninpaths please add this line to /etc/news/newsfeeds:
    # inpaths!:*:Tc,WP:/usr/lib/news/bin/ginpaths2
    #
    #6 6 * * * news ctlinnd -s -t 60 flush inpaths!
    #8 6 1 * * news sendinpaths
    # NINPATHS ###################################################################

    % pgrep -fa -- inn
    784328 /usr/lib/news/bin/innd -f
    784347 /bin/sh /usr/lib/news/bin/innwatch -i 60

    Any suggestions greatly appreciated.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)