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

Problems with core-daemon #563

Closed
Ivoo25 opened this issue Mar 25, 2021 · 5 comments
Closed

Problems with core-daemon #563

Ivoo25 opened this issue Mar 25, 2021 · 5 comments
Assignees

Comments

@Ivoo25
Copy link

Ivoo25 commented Mar 25, 2021

Hello, Im having some issues that I think are all related.
My issue basically is that I cant launch the core-daemon service

sudo service core-daemon start

Returns...

--> Failed to start core-daemon.service: Unit core-daemon.service not found.

If I type: /etc/init.d/core-daemon start
I get: bash: /etc/init.d/core-daemon: No such file or directory

any help please?
image

@bharnden
Copy link
Contributor

Not sure what version you are trying, but there is no sysv service, so that sounds about right. What version are you using?

There is a systemd service, I believe this is right below

sudo systemctl enable core-daemon
sudo systemctl start core-daemon

@bharnden bharnden self-assigned this Mar 26, 2021
@bharnden
Copy link
Contributor

Hopefully you resolved your problem, will close if I don't hear any more.

@harrycha
Copy link

Hi, this was my exact issue. Are you able to note the sudo systemctl enable core-daemon command in the documentation gui or installation guide here https://coreemu.github.io/core/gui.html?

@bharnden
Copy link
Contributor

@harrycha thanks for input, I will note this on the installation page.

@bharnden
Copy link
Contributor

added to documentation on develop for next release

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

No branches or pull requests

3 participants