Beiträge von Roosey

    sabnzbd won't start @ boot or command line the only way I can start it is to disable and enable in the plugin panel


    sudo systemctl status sabnzbd.service
    sabnzbd.service - LSB: SABnzbd binary newsgrabber
    Loaded: loaded (/etc/init.d/sabnzbd)
    Active: failed (Result: exit-code) since Sun 2018-01-07 21:06:42 PST; 12s ago
    Process: 30922 ExecStart=/etc/init.d/sabnzbd start (code=exited, status=1/FAILURE)


    Jan 07 21:06:42 sun sabnzbd[30922]: Starting SABnzbd
    Jan 07 21:06:42 sun sabnzbd[30922]: Traceback (most recent call last):
    Jan 07 21:06:42 sun sabnzbd[30922]: File "SABnzbd.py", line 1733, in <module>
    Jan 07 21:06:42 sun sabnzbd[30922]: main()
    Jan 07 21:06:42 sun sabnzbd[30922]: File "SABnzbd.py", line 884, in main
    Jan 07 21:06:42 sun sabnzbd[30922]: https_port = int(arg)
    Jan 07 21:06:42 sun sabnzbd[30922]: ValueError: invalid literal for int() with base 10: ''
    Jan 07 21:06:42 sun systemd[1]: sabnzbd.service: control process exited, code=exited status=1
    Jan 07 21:06:42 sun systemd[1]: Failed to start LSB: SABnzbd binary newsgrabber.
    Jan 07 21:06:42 sun systemd[1]: Unit sabnzbd.service entered failed state.

    Thanks drasey


    That helped I ended up copying an old nginx.conf to /etc/nginx/ and removing all the files in /etc/nginx/conf.d but kept running into road blocks and ended up reinstalling OMV.

    Many thanks for the reply I've done a omv-firstaid but still get the nginx welcome page


    Code
    sudo netstat -tulpn | grep :80
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      56395/nginx.conf
    tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      2671/python     
    tcp        0      0 0.0.0.0:8081            0.0.0.0:*               LISTEN      2574/python     
    tcp        0      0 0.0.0.0:8090            0.0.0.0:*               LISTEN      2450/python     
    tcp6       0      0 ::1:8080                :::*                    LISTEN      2671/python

    After having to reinstall nginx localhost:80 points to the Welcome to nginx! page.


    sudo service nginx status nginx is running.


    I've run omv-firstaid to fix this but still get the Welcome to nginx! page


    I've also did a apt-get --reinstall install openmediavault


    Also tried omv-update and apt-get install -f


    ls -al /etc/nginx/sites-enabled/
    /etc/nginx/sites-enabled/openmediavault-webgui -> /etc/nginx/sites-available/openmediavault-webgui


    No apache running
    sudo service apache2
    apache2: unrecognized service


    I've also done
    omv-mkconf nginx
    omv-mkconf php5fpm
    service nginx restart
    service php5-fpm restart


    But still get the Welcome to nginx! page


    I think my /etc/nginx/conf.d may be wrong



    sabnzb, sickbeard, plex etc. are still running