-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conveyor service cant' start after reboot (conveyor (3.8.0-15.04)) on linux #33
Comments
yup same here - get this
|
workaround - I have to sudo apt-get remove conveyor and reinstall each time i reboot |
You could probably fix this by adding a few lines to /etc/systemd/system/conveyor.service in the
(basically all of this noise converted to systemd speak.) |
This has also fixed a problem for me where conveyor just segfaults when started, except after reinstalling. |
@dudecc solution works in the ubuntu 16.04 ppa version as well with one caveat: You still need to manually start the service after opening makerware. |
@dudecc your solution also works with Debian 8 (Jessie). |
I was having a similar problem with 16.04.3. sudo chown -R conveyor:conveyor /var/run/conveyor Hope this helps |
Initial install of makerware works, after rebooting service won't start.
The text was updated successfully, but these errors were encountered: