Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx fails to start on rutorrent installation. #298

Open
ghost opened this issue Jul 19, 2018 · 6 comments
Open

Nginx fails to start on rutorrent installation. #298

ghost opened this issue Jul 19, 2018 · 6 comments

Comments

@ghost
Copy link

ghost commented Jul 19, 2018

New features

Please visit http:https://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
Copy link
Author

ghost commented Jul 21, 2018

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?

@McFlyPartages
Copy link

McFlyPartages commented Oct 27, 2018

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;`

@nemchik
Copy link
Collaborator

nemchik commented Oct 27, 2018

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.

@McFlyPartages
Copy link

McFlyPartages commented Oct 27, 2018

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

@nemchik
Copy link
Collaborator

nemchik commented Oct 28, 2018

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.

@McFlyPartages
Copy link

Sorry and thanks for this explication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants