AtoMiC-ToolKit icon indicating copy to clipboard operation
AtoMiC-ToolKit copied to clipboard

Nginx fails to start on rutorrent installation.

Open ghost opened this issue 7 years ago • 6 comments

New features

Please visit http://feathub.com/htpcBeginner/AtoMiC-ToolKit

The problem

I get this error when i try to install rutorrent. I tried also installing nginx only but didn't work either.

--->Starting Nginx...
Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
nginx.service is now: failed

My Linux distribution and version is:

Ubuntu 16.04 LTS

I'm seeing this behaviour on:

  • First time using AtoMiC-ToolKit on an existing setup

Link to install logs

https://gist.github.com/iwantedsupernovabutitwastaken/347e335b55fc482daaeceef5541064af

I'm not a dummy, so I've checked these!

  • I'm using the latest version of AtoMiC-ToolKit.
  • All my Linux distro packages are up to date and I don't see any errors while updating.
  • I've checked there are no current open issues relating to my problem!

ghost avatar Jul 19 '18 09:07 ghost

Could be that the installation/compilation doesn't create the unit file:

$ sudo systemctl restart nginx.service
Failed to restart nginx.service: Unit nginx.service not found.

Have found this but I don't know where the paths should point to. Help with paths?

ghost avatar Jul 21 '18 07:07 ghost

nano /etc/nginx/nginx.conf

comment two ligne SSL exemple ` ## # SSL Settings ##

    #ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
    #ssl_prefer_server_ciphers on;`

And nano /etc/nginx/sites-enabled/server.atomic.conf

comment ` listen 80;

listen [::]:80;

#listen 443 ssl http2;

#listen [::]:443 ssl http2;`

McFlyPartages avatar Oct 27 '18 16:10 McFlyPartages

All of the devs that used to maintain this project have moved on to docker.

Please check out https://dockstarter.com/ it's very much like ATK for Docker.

nemchik avatar Oct 27 '18 16:10 nemchik

If all dev have moved into Docker else delete the unbuntu branch but dont follower the developpement of other branch.

Sorry for my bad english

McFlyPartages avatar Oct 27 '18 22:10 McFlyPartages

I think maybe you have misunderstood.

Nobody has moved on from Ubuntu. Docker runs on Ubuntu (and other OS as well). The devs of this project have started using docker on their Ubuntu systems.

The link I sent to DockSTARTer is not a new branch of ATK, it's an entirely new project.

There is still plenty of historical value in the ATK repo and no need to delete anything here. The readme and issue template have both been updated to point people in the direction of DockSTARTer.

nemchik avatar Oct 28 '18 02:10 nemchik

Sorry and thanks for this explication

McFlyPartages avatar Oct 28 '18 08:10 McFlyPartages