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

Ghost pretends to be running but isn't and can't be stopped #292

Closed
aileen opened this issue Jul 6, 2017 · 4 comments
Closed

Ghost pretends to be running but isn't and can't be stopped #292

aileen opened this issue Jul 6, 2017 · 4 comments
Labels
Milestone

Comments

@aileen
Copy link
Member

aileen commented Jul 6, 2017

After installation and the log, that ghost is running, ghost stop doesn’t work:

image

@aileen aileen added the bug label Jul 6, 2017
@kirrg001 kirrg001 added this to the 1.0.0-rc.1 milestone Jul 6, 2017
@kirrg001
Copy link
Contributor

kirrg001 commented Jul 6, 2017

Looks like this is a permission problem.

Systemd log tells me

Process: 26166 ExecStart=/root/.nvm/versions/node/v6.10.3/bin/node /root/.nvm/versions/node/v6.10.3/bin/ghost run (code=exited, status=203/EXEC)

Running ghost run directly works, but ghost start fails.

@kirrg001
Copy link
Contributor

kirrg001 commented Jul 6, 2017

Can be closed, caused by:

  1. Having node installed under root only
  2. Installed Ghost inside /root

We will add this to the troubleshoot section.

@kirrg001 kirrg001 closed this as completed Jul 6, 2017
@kirrg001
Copy link
Contributor

kirrg001 commented Jul 6, 2017

@acburdine

One thing i wonder about this issue. Why does the CLI say that Ghost was successfully started, but in fact it wasn't? I wonder if the error handling for systemd is incomplete.

@ghost
Copy link

ghost commented Jul 6, 2017

@kirrg001 so there's a bit of a long story to that - in short it's a bug in systemd itself (like the actual C library) that I ran into

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

No branches or pull requests

2 participants