-
Notifications
You must be signed in to change notification settings - Fork 112
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
Fall back on systemd if init.d isn't available #344
Comments
You need to install curl first and try again. What version of Linux do
you have that doesn't have curl installed? Just curious.
…On 11/20/2017 12:42 AM, kisnoge wrote:
Are anyone successes install photonic3d on linux system?
I get error message as below.
==========================message start================
sudo ./start.sh
Local Config: /root/3dPrinters/config.properties
mv: cannot stat ‘cwh-.*.zip’: No such file or directory
Checking for new version from Github Repo: area515/Creation-Workshop-Host
grep: build.number: No such file or directory
./start.sh: line 113: curl: command not found
Local Tag:
Network Tag:
Couldn't fetch version from GitHub, launching existing install.
Turning off screen saver and power saving
No protocol specified
xset: unable to open display ":0.0"
No protocol specified
xset: unable to open display ":0.0"
No protocol specified
xset: unable to open display ":0.0"
Installing CWH as a service
cp: cannot stat ‘/opt/cwh/cwhservice’: No such file or directory
chmod: cannot access ‘/etc/init.d/cwhservice’: No such file or directory
update-rc.d: error: initscript does not exist: /etc/init.d/cwhservice
Determinging if one time install has occurred
grep: /root/3dPrinters/config.properties: No such file or directory
Starting printer host server
==========================message end================
How to solve the problem ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#344>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACT_NBRNAk39FceQzIRiBaLFZOLbDwNnks5s4R9cgaJpZM4Qjzfq>.
|
problem still here. the error message as below, and my system is ubuntu 16.04 ==================error start================== |
Could you describe what problem you are having? |
It does look as though we may have to start supporting upstart instead of the old fashioned init.d. I believed Ubuntu supported both, however it looks that's not true. Until then, you'll have to start Photonic manually instead of having it automatically start when your system starts. |
Finally I could running webpage, but |
1.It could not connect mega board when add new printer. 2.The jdk is also renew "jdk-8u102-linux-x64.tar.gz" is not working. so I change to jdk-8u154-linux-x64.tar.gz and use mirror site. 3.I found cwservice is not running, seems still something still wrong. 4.the system is run on Ubuntu 16.04 LTS. May I have install manually step with Phoeonic3d?
|
Thanks a lot for early reply. It's already solve most problem.
|
|
init.d is largely dead and upstart is deprecated. All the big distros are moving to systemd. |
Updated title to move to systemd. |
Are anyone successes install photonic3d on linux system?
I get error message as below.
==========================message start================
sudo ./start.sh
Local Config: /root/3dPrinters/config.properties
mv: cannot stat ‘cwh-.*.zip’: No such file or directory
Checking for new version from Github Repo: area515/Creation-Workshop-Host
grep: build.number: No such file or directory
./start.sh: line 113: curl: command not found
Local Tag:
Network Tag:
Couldn't fetch version from GitHub, launching existing install.
Turning off screen saver and power saving
No protocol specified
xset: unable to open display ":0.0"
No protocol specified
xset: unable to open display ":0.0"
No protocol specified
xset: unable to open display ":0.0"
Installing CWH as a service
cp: cannot stat ‘/opt/cwh/cwhservice’: No such file or directory
chmod: cannot access ‘/etc/init.d/cwhservice’: No such file or directory
update-rc.d: error: initscript does not exist: /etc/init.d/cwhservice
Determinging if one time install has occurred
grep: /root/3dPrinters/config.properties: No such file or directory
Starting printer host server
==========================message end================
How to solve the problem ?
The text was updated successfully, but these errors were encountered: