Isso doesn't want to start #776
Replies: 17 comments
-
Do you get more details about what goes wrong when you run "sudo journalctl -u isso" and / or "sudo journalctl -xe"? If yes which? Please also publish the content of the file isso.service. The file /home/isso/isso.conf actually exists and it has the correct file permissions? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, Logs say :
What's happen when you try to launch isso manually ?
|
Beta Was this translation helpful? Give feedback.
-
It gives me the same error :/
|
Beta Was this translation helpful? Give feedback.
-
Hi, It looks like there is a missing "run" argument. Can you try this :
If it's running, I think you need to fix your systemd service. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply. I don't think it's my systemd, I believe it could be python, not sure if how Isso was built with pip.
|
Beta Was this translation helpful? Give feedback.
-
You have two time the |
Beta Was this translation helpful? Give feedback.
-
@inputuserhere Additional to what @blatinier said, you are missing the "run" at the end of the ExecStart command in your systemd configuration. It should look like this:
|
Beta Was this translation helpful? Give feedback.
-
I do have all the settings set under '[hash]' in my isso.conf file.
systemctl status isso: $ sudo systemctl status isso
I have the below set in my isso.service |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@blatinier Well I hope it's not due to my blog.. Before I moved servers it was working perfectly fine on port 8080, both services. |
Beta Was this translation helpful? Give feedback.
-
That's highly improbable. Once a process listen on a port, others can't. |
Beta Was this translation helpful? Give feedback.
-
Everything's running correctly now. But the comment section doesn't show up on my pages, and yes I added the js portion to my site. Does the isso domain need to be reached in order for it to show up? If so my isso.conf in /etc/nginx/conf.d `server {
}
}` |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
It is created. But Isso refuses to show up on my site. Is does not need admin panel to work right, because when I do systemctl status isso its fully operational. |
Beta Was this translation helpful? Give feedback.
-
What happens when you try to fetch Also, is this still a current issue of yours? |
Beta Was this translation helpful? Give feedback.
-
@inputuserhere could you kindly verify this is still an issue? |
Beta Was this translation helpful? Give feedback.
-
I can't figure out what's exactly wrong. Also, how do I see the Isso version?
isso@vm-150:~$ sudo systemctl status isso
Beta Was this translation helpful? Give feedback.
All reactions