area515 / Photonic3D

Control software for resin 3D printers
http://photonic3d.com
GNU General Public License v3.0
131 stars 115 forks source link

Cannot download software from github using wget #232

Closed camhguh closed 8 years ago

camhguh commented 8 years ago

This is downloading to Raspberry pi3

Jessie light image downloaded and ran fine.

Then tried wget to download Photonic software but got the following error message after connection.

connected

Error msgs gnutls: A TLS fatal alert has been received gnutls: Received alert [0]: close notify

Unable to establish SSL connection

jmkao commented 8 years ago

Can you try it again? Occasionally I have found there can be an intermittent connection failure that goes away if you retry.

If that doesn't work, can you paste the full output of the wget, including the full command that you are entering.

camhguh commented 8 years ago

Tried several times but will try again :)

camhguh commented 8 years ago

sudo wget https://github.com/area515/Creation-Workshop-Host/raw/master/host/bin/start.sh

was the wget command that I have been using.

camhguh commented 8 years ago

Still the same error which Google suggests is an SSL certificate problem?

jmkao commented 8 years ago

That would be strange because I can hit the URL fine a a web browser like google chrome. Can you paste the full output of the wget command, especially any redirections that occur so I can see if the path you're getting is any different than what I get?

camhguh commented 8 years ago

This is the output from PuTTY

pi@raspberrypi:~ $ sudo wget https://github.com/area515/Creation-Workshop-Host/r aw/master/host/bin/start.sh --2016-06-16 15:44:41-- https://github.com/area515/Creation-Workshop-Host/raw/m aster/host/bin/start.sh Resolving github.com (github.com)... 192.30.252.121 Connecting to github.com (github.com)|192.30.252.121|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/area515/Creation-Workshop-Host/maste r/host/bin/start.sh [following] --2016-06-16 15:44:42-- https://raw.githubusercontent.com/area515/Creation-Work shop-Host/master/host/bin/start.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 62.252.172.24 1 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|62.252.172.2 41|:443... connected. GnuTLS: A TLS fatal alert has been received. GnuTLS: received alert [0]: Close notify Unable to establish SSL connection. pi@raspberrypi:~ $

Yeh i can connect ok from Chrome and Internet Explorer without issues.

kloknibor commented 8 years ago

Hmmm I got this before and found somewhere that this is more common with github, you could add a line to ignore the ssl error and just download.

In my case I eventually found out I was doing something stupid like having no internet connection to the pi or something or something with the firewall, not sure anymore. Well try to remember what it was, in the mean time I'll find the ignore ssl error command ;)!

camhguh commented 8 years ago

Thank you! I am not familiar with Linux at all so I would need some help in constructing the command. I'm assuming (dangerous I know) that the pi internet connection is ok because it registers as connected.

WesGilster commented 8 years ago

You could try the solution provided here: https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=131570

kloknibor commented 8 years ago

After further searching I found out my error was an other one, it was missing an CA certificate back than and isn't the same as you encounter. The first thing i found on google was also what was mentioned, could you try that and let us know?

PS what the solution there is, is changing the DNS server. To do this from command line try the following steps :

Connect with ssh to your pi.

enter the command : nano /etc/resolvconf.conf

(you might need root for this file not sure, if so use sudo before the command like : sudo nano /etc/resolvconf.conf)

find the line : "name_servers" just use your arrows. And before that line there will be # remove the "#" and enter after the name servers : 8.8.8.8

I hope that this simplifies what you need to do! Please let us know how it works out for you.

Also could it be possible that this is the same error as #231 ? Again feel free to use the server.

kloknibor commented 8 years ago

@camhguh also if this doesn't work you can try our special image for the pi from here : https://photonic3d.com/downloads/

But unfortunately the pi 3 has a problem, see #175 I opened a while ago. You should enable device tree and your wifi will get stable! Before that you better use a keyboard to enable device tree.

camhguh commented 8 years ago

Same error sadly, i'm using ethernet cable connected from laptop to the pi, not wi-fi.

will try the special image :)

Sorry dont know why the font is so big :(

Configuration for resolvconf(8)

See resolvconf.conf(5) for details

resolv_conf=/etc/resolv.conf

If you run a local name server, you should uncomment the below line and

configure your subscribers configuration files below.

name_servers=8.8.8.8

Mirror the Debian package defaults for the below resolvers

so that resolvconf integrates seemlessly.

dnsmasq_resolv=/var/run/dnsmasq/resolv.conf pdnsd_conf=/etc/pdnsd.conf unbound_conf=/var/cache/unbound/resolvconf_resolvers.conf

Changed name server as suggested then ran wget again.

$ sudo wget https://github.com/area515/Creation-Workshop-Host/raw/master/host/bin/start.sh --2016-06-17 09:12:03-- https://github.com/area515/Creation-Workshop-Host/raw/master/host/bin/start.sh Resolving github.com (github.com)... 192.30.252.128 Connecting to github.com (github.com)|192.30.252.128|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/area515/Creation-Workshop-Host/master/host/bin/start.sh [following] --2016-06-17 09:12:04-- https://raw.githubusercontent.com/area515/Creation-Workshop-Host/master/host/bin/start.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 62.252.172.241 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|62.252.172.241|:443... connected. GnuTLS: A TLS fatal alert has been received. GnuTLS: received alert [0]: Close notify Unable to establish SSL connection. pi@raspberrypi:~ $

kloknibor commented 8 years ago

That's a pity!

I also own a raspberri pi 3. (like all other raspberri pi B generations :P) I will try to get it working on this device too, I hope/think to have some time this weekend, and ethernet should work fine!

kloknibor commented 8 years ago

I just tried the wget from a pi 3. No problem at all but we (well @WesGilster ) have been playing around to fix download issues from github, you can try it one last time. For some reason the image didn't work properly but it was one build be me so I will investigate that further, might be I inserted ethernet too late :P

WesGilster commented 8 years ago

This is some sort of networking config with his Pi. Unfortunately, my fix for the printer config install won't affect this. I'd like to see if wget will work on several urls, or if he's just having trouble with wget and github.

camhguh commented 8 years ago

Will give it another try later, I do battle with a chronic illness so I have to wait for a period where my energy levels are good and I can concentrate :)

kloknibor commented 8 years ago

Wes we could do an teamviewer session so you can play with the pi3. Just tell me what you need prepared ;)! Also I got an pi touchscreen today. I haven't succeeded to get life in it but working on it, seems I'm not the only one!

camhguh commented 8 years ago

yes....looks like I got a download :)

pi@raspberrypi:~ $ sudo wget https://github.com/area515/Creation-Workshop-Host/raw/master/host/bin/start.sh --2016-06-17 20:38:21-- https://github.com/area515/Creation-Workshop-Host/raw/master/host/bin/start.sh Resolving github.com (github.com)... 192.30.252.122 Connecting to github.com (github.com)|192.30.252.122|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/area515/Creation-Workshop-Host/master/host/bin/start.sh [following] --2016-06-17 20:38:22-- https://raw.githubusercontent.com/area515/Creation-Workshop-Host/master/host/bin/start.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.17.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.17.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5946 (5.8K) [text/plain] Saving to: ‘start.sh’

start.sh 100%[=====================>] 5.81K --.-KB/s in 0.001s

2016-06-17 20:38:22 (10.2 MB/s) - ‘start.sh’ saved [5946/5946]

kloknibor commented 8 years ago

Great! And did you got it to install?

camhguh commented 8 years ago

Ahh.....i was wondering what to do next :0

I was expecting it to happen automatically lol

What is the command to install?

kloknibor commented 8 years ago

Latest stable:

sudo wget https://github.com/area515/Creation-Workshop-Host/raw/master/host/bin/start.sh sudo chmod 777 start.sh sudo ./start.sh

Latest development:

sudo wget https://github.com/WesGilster/Creation-Workshop-Host/raw/master/host/bin/start.sh sudo chmod 777 start.sh sudo ./start.sh WesGilster

currently you started with the stable version so the command will be :

sudo chmod 777 start.sh sudo ./start.sh

and it should install

camhguh commented 8 years ago

ok , installed to this point, looking for a directory that it cant find?

pi@raspberrypi:~ $ sudo chmod 777 start.sh pi@raspberrypi:~ $ sudo ./start.sh Installing RxTx Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: librxtx-java 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 167 kB of archives. After this operation, 848 kB of additional disk space will be used. Get:1 http://mirrordirector.raspbian.org/raspbian/ jessie/main librxtx-java armhf 2.2pre2-13 [167 kB] Fetched 167 kB in 0s (387 kB/s) Selecting previously unselected package librxtx-java. (Reading database ... 31136 files and directories currently installed.) Preparing to unpack .../librxtx-java_2.2pre2-13_armhf.deb ... Unpacking librxtx-java (2.2pre2-13) ... Setting up librxtx-java (2.2pre2-13) ... Processing triggers for libc-bin (2.19-18+deb8u4) ... No X server running, starting and configuring one ./start.sh: line 42: startx: command not found ./start.sh: line 43: xhost: command not found mv: cannot stat ‘cwh-.*.zip’: No such file or directory Either Java is not installed, or an incorrect version of Java is installed. Installing from this URL: http://download.oracle.com/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz rm: cannot remove ‘jdk-8u73-linux-arm32-vfp-hflt.tar.gz’: No such file or directory --2016-06-17 21:05:35-- http://download.oracle.com/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz Resolving download.oracle.com (download.oracle.com)... 213.104.143.179, 213.104.143.184 Connecting to download.oracle.com (download.oracle.com)|213.104.143.179|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz [following] --2016-06-17 21:05:35-- https://edelivery.oracle.com/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz Resolving edelivery.oracle.com (edelivery.oracle.com)... 104.82.238.98 Connecting to edelivery.oracle.com (edelivery.oracle.com)|104.82.238.98|:443... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: https://edelivery.oracle.com/osdc-otn/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz [following] --2016-06-17 21:05:36-- https://edelivery.oracle.com/osdc-otn/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz Reusing existing connection to edelivery.oracle.com:443. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://download.oracle.com/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz?AuthParam=1466197656_d4db0f0580ad10d44f1f3db23293e792 [following] --2016-06-17 21:05:36-- http://download.oracle.com/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-arm32-vfp-hflt.tar.gz?AuthParam=1466197656_d4db0f0580ad10d44f1f3db23293e792 Connecting to download.oracle.com (download.oracle.com)|213.104.143.179|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 81500626 (78M) [application/x-gzip] Saving to: ‘jdk-8u73-linux-arm32-vfp-hflt.tar.gz’

jdk-8u73-linux-arm3 100%[=====================>] 77.72M 1.93MB/s in 42s

2016-06-17 21:06:19 (1.84 MB/s) - ‘jdk-8u73-linux-arm32-vfp-hflt.tar.gz’ saved [81500626/81500626]

Unzipping and installing Java now Checking for new version from Github Repo: area515/Creation-Workshop-Host grep: build.number: No such file or directory Local Tag: Network Tag: 1.0.0-beta2 Installing latest version of cwh-: 1.0.0-beta2 --2016-06-17 21:06:54-- https://github.com/area515/Creation-Workshop-Host/releases/download/1.0.0-beta2/cwh-1.0.0-beta2.zip Resolving github.com (github.com)... 192.30.252.131 Connecting to github.com (github.com)|192.30.252.131|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github-cloud.s3.amazonaws.com/releases/27014245/72fe5d62-345d-11e6-8c62-b9e52df19533.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160617%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160617T210655Z&X-Amz-Expires=300&X-Amz-Signature=a7e05cdfdc8e9e4f4a5e25f131247d129630f29fa3b1db39c39712abc4d8a0da&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcwh-1.0.0-beta2.zip&response-content-type=application%2Foctet-stream [following] --2016-06-17 21:06:55-- https://github-cloud.s3.amazonaws.com/releases/27014245/72fe5d62-345d-11e6-8c62-b9e52df19533.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160617%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20160617T210655Z&X-Amz-Expires=300&X-Amz-Signature=a7e05cdfdc8e9e4f4a5e25f131247d129630f29fa3b1db39c39712abc4d8a0da&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Dcwh-1.0.0-beta2.zip&response-content-type=application%2Foctet-stream Resolving github-cloud.s3.amazonaws.com (github-cloud.s3.amazonaws.com)... 54.231.120.235 Connecting to github-cloud.s3.amazonaws.com (github-cloud.s3.amazonaws.com)|54.231.120.235|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 33995480 (32M) [application/octet-stream] Saving to: ‘/tmp/cwh-1.0.0-beta2.zip’

/tmp/cwh-1.0.0-beta 100%[=====================>] 32.42M 1.14MB/s in 19s

2016-06-17 21:07:15 (1.69 MB/s) - ‘/tmp/cwh-1.0.0-beta2.zip’ saved [33995480/33995480]

Archive: cwh-1.0.0-beta2.zip inflating: build.number inflating: config.properties inflating: debuglog4j2.properties inflating: eclipselog4j2.properties inflating: log4j2.properties inflating: testlog4j2.properties creating: os/ creating: os/Linux/ creating: os/Linux/armv61/ creating: os/Linux/i686/ creating: os/Linux/ia64/ creating: os/Linux/x86_64/ creating: os/win32/ creating: os/win64/ inflating: os/Linux/armv61/avrdude inflating: os/Linux/armv61/libc.so.6 inflating: os/Linux/armv61/libelf.so.1 inflating: os/Linux/armv61/libftdi.so.1 inflating: os/Linux/armv61/libgcc_s.so.1 inflating: os/Linux/armv61/libm.so.6 inflating: os/Linux/armv61/libpthread.so.0 inflating: os/Linux/armv61/librxtxSerial.so inflating: os/Linux/armv61/libusb-0.1.so.4 inflating: os/Linux/i686/avrdude inflating: os/Linux/i686/libc.so.6 inflating: os/Linux/i686/libelf.so.1 inflating: os/Linux/i686/libftdi.so.1 inflating: os/Linux/i686/libgcc_s.so.1 inflating: os/Linux/i686/libm.so.6 inflating: os/Linux/i686/libpthread.so.0 inflating: os/Linux/i686/librxtxParallel.so inflating: os/Linux/i686/librxtxSerial.so inflating: os/Linux/i686/libusb-0.1.so.4 inflating: os/Linux/ia64/librxtxSerial.so inflating: os/Linux/javax.comm.properties inflating: os/Linux/x86_64/avrdude inflating: os/Linux/x86_64/libc.so.6 inflating: os/Linux/x86_64/libelf.so.1 inflating: os/Linux/x86_64/libftdi.so.1 inflating: os/Linux/x86_64/libgcc_s.so.1 inflating: os/Linux/x86_64/libm.so.6 inflating: os/Linux/x86_64/libpthread.so.0 inflating: os/Linux/x86_64/librxtxSerial.so inflating: os/Linux/x86_64/libusb-0.1.so.4 inflating: os/Linux/x86_64/nonamd-librxtxSerial.so.old inflating: os/win32/avrdude inflating: os/win32/libusb0.dll inflating: os/win32/rxtxParallel.dll inflating: os/win32/rxtxSerial.dll inflating: os/win64/avrdude inflating: os/win64/libusb0.dll inflating: os/win64/rxtxParallel.dll inflating: os/win64/rxtxSerial.dll inflating: browseprinter.bat inflating: browseprinter.sh inflating: cwhservice inflating: debug.sh inflating: downgrade.sh inflating: slicebrowser.bat inflating: start.bat inflating: start.sh inflating: startdev.sh inflating: stop.sh inflating: testKit.sh inflating: testKitDev.sh creating: resources/ creating: resources/css/ creating: resources/fonts/ creating: resources/img/ creating: resources/js/ creating: resources/js/cors/ creating: resources/js/vendor/ creating: resources/less/ creating: resources/pages/ inflating: resources/css/bootstrap-theme.css inflating: resources/css/bootstrap-theme.min.css inflating: resources/css/bootstrap.css inflating: resources/css/bootstrap.min.css inflating: resources/css/demo.css inflating: resources/css/jquery.fileupload-ui inflating: resources/css/jquery.fileupload.css inflating: resources/css/style.css inflating: resources/fonts/glyphicons-halflings-regular.eot inflating: resources/fonts/glyphicons-halflings-regular.svg inflating: resources/fonts/glyphicons-halflings-regular.ttf inflating: resources/fonts/glyphicons-halflings-regular.woff inflating: resources/img/apple-touch-icon-114-precomposed.png inflating: resources/img/apple-touch-icon-144-precomposed.png inflating: resources/img/apple-touch-icon-57-precomposed.png inflating: resources/img/apple-touch-icon-72-precomposed.png inflating: resources/img/cwlogo_dl.ico inflating: resources/img/cwlogo_round.png inflating: resources/img/favicon.png inflating: resources/img/glyphicons-halflings-white.png inflating: resources/img/glyphicons-halflings.png inflating: resources/img/graphic-stacked-fruit-apple.jpg inflating: resources/img/waiting.gif inflating: resources/index.html inflating: resources/jquery.blueimp-gallery.min.js inflating: resources/js/app.js inflating: resources/js/bootstrap.min.js inflating: resources/js/canvas-to-blob.min.js inflating: resources/js/cors/jquery.postmessage-transport.js inflating: resources/js/cors/jquery.xdr-transport.js inflating: resources/js/cwh-pageloader.js inflating: resources/js/cwh.js inflating: resources/js/html5shiv.js inflating: resources/js/jquery.fileupload-angular.js inflating: resources/js/jquery.fileupload-audio.js inflating: resources/js/jquery.fileupload-image.js inflating: resources/js/jquery.fileupload-jquery-ui.js inflating: resources/js/jquery.fileupload-process.js inflating: resources/js/jquery.fileupload-ui.js inflating: resources/js/jquery.fileupload-validate.js inflating: resources/js/jquery.fileupload-video.js inflating: resources/js/jquery.fileupload.js inflating: resources/js/jquery.iframe-transport.js inflating: resources/js/jquery.min.js inflating: resources/js/less-1.3.3.min.js inflating: resources/js/load-image.all.min.js inflating: resources/js/main.js inflating: resources/js/scripts.js inflating: resources/js/tmpl.min.js inflating: resources/js/vendor/jquery.ui.widget.js inflating: resources/less/alerts.less inflating: resources/less/badges.less inflating: resources/less/bootstrap.less inflating: resources/less/breadcrumbs.less inflating: resources/less/button-groups.less inflating: resources/less/buttons.less inflating: resources/less/carousel.less inflating: resources/less/close.less inflating: resources/less/code.less inflating: resources/less/component-animations.less inflating: resources/less/dropdowns.less inflating: resources/less/forms.less inflating: resources/less/glyphicons.less inflating: resources/less/grid.less inflating: resources/less/input-groups.less inflating: resources/less/jumbotron.less inflating: resources/less/labels.less inflating: resources/less/list-group.less inflating: resources/less/media.less inflating: resources/less/mixins.less inflating: resources/less/modals.less inflating: resources/less/navbar.less inflating: resources/less/navs.less inflating: resources/less/normalize.less inflating: resources/less/pager.less inflating: resources/less/pagination.less inflating: resources/less/panels.less inflating: resources/less/popovers.less inflating: resources/less/print.less inflating: resources/less/progress-bars.less inflating: resources/less/responsive-utilities.less inflating: resources/less/scaffolding.less inflating: resources/less/tables.less inflating: resources/less/theme.less inflating: resources/less/thumbnails.less inflating: resources/less/tooltip.less inflating: resources/less/type.less inflating: resources/less/utilities.less inflating: resources/less/variables.less inflating: resources/less/wells.less inflating: resources/pages/dlp.html inflating: resources/pages/jobs.html inflating: resources/pages/motors.html inflating: resources/pages/navbar.html inflating: resources/pages/newprinter.html inflating: resources/pages/selectprinter.html inflating: resources/pages/status.html creating: resourcesnew/ creating: resourcesnew/OpenJsCad/ creating: resourcesnew/angular/ creating: resourcesnew/angular/js/ creating: resourcesnew/angularui/ creating: resourcesnew/apidoc/ creating: resourcesnew/apidoc/css/ creating: resourcesnew/apidoc/fonts/ creating: resourcesnew/apidoc/images/ creating: resourcesnew/apidoc/lang/ creating: resourcesnew/apidoc/lib/ creating: resourcesnew/bootcards/ creating: resourcesnew/bootcards/css/ creating: resourcesnew/bootcards/fonts/ creating: resourcesnew/bootcards/js/ creating: resourcesnew/bootcards/samples/ creating: resourcesnew/bootcards/site/ creating: resourcesnew/bootcards/site/0.1.0/ creating: resourcesnew/bootcards/site/1.0.0/ creating: resourcesnew/bootcards/site/css/ creating: resourcesnew/bootcards/src/ creating: resourcesnew/bootcards/src/css/ creating: resourcesnew/bootcards/src/fonts/ creating: resourcesnew/bootcards/src/js/ creating: resourcesnew/bootstrap/ creating: resourcesnew/bootstrap/css/ creating: resourcesnew/bootstrap/fonts/ creating: resourcesnew/bootstrap/js/ creating: resourcesnew/chart/ creating: resourcesnew/cwh/ creating: resourcesnew/cwh/css/ creating: resourcesnew/cwh/img/ creating: resourcesnew/cwh/js/ creating: resourcesnew/favicon/ creating: resourcesnew/fontawesome/ creating: resourcesnew/fontawesome/css/ creating: resourcesnew/fontawesome/fonts/ creating: resourcesnew/jquery/ creating: resourcesnew/three/ inflating: resourcesnew/2dProperties.html inflating: resourcesnew/3dModel.html inflating: resourcesnew/OpenJsCad/canvasrenderer.js inflating: resourcesnew/OpenJsCad/csg.js inflating: resourcesnew/OpenJsCad/formats.js inflating: resourcesnew/OpenJsCad/jquery-2.1.3.min.js inflating: resourcesnew/OpenJsCad/openjscad.js inflating: resourcesnew/OpenJsCad/orbitcontrols.js inflating: resourcesnew/OpenJsCad/projector.js inflating: resourcesnew/OpenJsCad/three.min.js inflating: resourcesnew/OpenJsCad/threecsg.js inflating: resourcesnew/advancedProperties.html inflating: resourcesnew/angular/js/angular-animate.js inflating: resourcesnew/angular/js/angular-animate.min.js inflating: resourcesnew/angular/js/angular-animate.min.js.map inflating: resourcesnew/angular/js/angular-aria.js inflating: resourcesnew/angular/js/angular-aria.min.js inflating: resourcesnew/angular/js/angular-aria.min.js.map inflating: resourcesnew/angular/js/angular-cookies.js inflating: resourcesnew/angular/js/angular-cookies.min.js inflating: resourcesnew/angular/js/angular-cookies.min.js.map inflating: resourcesnew/angular/js/angular-csp.css inflating: resourcesnew/angular/js/angular-loader.js inflating: resourcesnew/angular/js/angular-loader.min.js inflating: resourcesnew/angular/js/angular-loader.min.js.map inflating: resourcesnew/angular/js/angular-message-format.js inflating: resourcesnew/angular/js/angular-message-format.min.js inflating: resourcesnew/angular/js/angular-message-format.min.js.map inflating: resourcesnew/angular/js/angular-messages.js inflating: resourcesnew/angular/js/angular-messages.min.js inflating: resourcesnew/angular/js/angular-messages.min.js.map inflating: resourcesnew/angular/js/angular-mocks.js inflating: resourcesnew/angular/js/angular-resource.js inflating: resourcesnew/angular/js/angular-resource.min.js inflating: resourcesnew/angular/js/angular-resource.min.js.map inflating: resourcesnew/angular/js/angular-route.js inflating: resourcesnew/angular/js/angular-route.min.js inflating: resourcesnew/angular/js/angular-route.min.js.map inflating: resourcesnew/angular/js/angular-sanitize.js inflating: resourcesnew/angular/js/angular-sanitize.min.js inflating: resourcesnew/angular/js/angular-sanitize.min.js.map inflating: resourcesnew/angular/js/angular-scenario.js inflating: resourcesnew/angular/js/angular-touch.js inflating: resourcesnew/angular/js/angular-touch.min.js inflating: resourcesnew/angular/js/angular-touch.min.js.map inflating: resourcesnew/angular/js/angular.js inflating: resourcesnew/angular/js/angular.min.js inflating: resourcesnew/angular/js/angular.min.js.map inflating: resourcesnew/angular/js/errors.json inflating: resourcesnew/angular/js/version.json inflating: resourcesnew/angular/js/version.txt inflating: resourcesnew/angularui/ui-bootstrap-tpls-1.1.2.min.js inflating: resourcesnew/apidoc/css/print.css inflating: resourcesnew/apidoc/css/reset.css inflating: resourcesnew/apidoc/css/screen.css inflating: resourcesnew/apidoc/css/style.css inflating: resourcesnew/apidoc/css/typography.css inflating: resourcesnew/apidoc/fonts/DroidSans-Bold.ttf inflating: resourcesnew/apidoc/fonts/DroidSans.ttf inflating: resourcesnew/apidoc/images/collapse.gif inflating: resourcesnew/apidoc/images/expand.gif inflating: resourcesnew/apidoc/images/explorer_icons.png inflating: resourcesnew/apidoc/images/favicon-16x16.png inflating: resourcesnew/apidoc/images/favicon-32x32.png inflating: resourcesnew/apidoc/images/favicon.ico inflating: resourcesnew/apidoc/images/logo_small.png inflating: resourcesnew/apidoc/images/pet_store_api.png inflating: resourcesnew/apidoc/images/throbber.gif inflating: resourcesnew/apidoc/images/wordnik_api.png inflating: resourcesnew/apidoc/index.html inflating: resourcesnew/apidoc/lang/en.js inflating: resourcesnew/apidoc/lang/es.js inflating: resourcesnew/apidoc/lang/fr.js inflating: resourcesnew/apidoc/lang/geo.js inflating: resourcesnew/apidoc/lang/it.js inflating: resourcesnew/apidoc/lang/ja.js inflating: resourcesnew/apidoc/lang/pl.js inflating: resourcesnew/apidoc/lang/pt.js inflating: resourcesnew/apidoc/lang/ru.js inflating: resourcesnew/apidoc/lang/tr.js inflating: resourcesnew/apidoc/lang/translator.js inflating: resourcesnew/apidoc/lang/zh-cn.js inflating: resourcesnew/apidoc/lib/backbone-min.js inflating: resourcesnew/apidoc/lib/handlebars-2.0.0.js inflating: resourcesnew/apidoc/lib/highlight.9.1.0.pack.js inflating: resourcesnew/apidoc/lib/highlight.9.1.0.pack_extended.js inflating: resourcesnew/apidoc/lib/jquery-1.8.0.min.js inflating: resourcesnew/apidoc/lib/jquery.ba-bbq.min.js inflating: resourcesnew/apidoc/lib/jquery.slideto.min.js inflating: resourcesnew/apidoc/lib/jquery.wiggle.min.js inflating: resourcesnew/apidoc/lib/js-yaml.min.js inflating: resourcesnew/apidoc/lib/jsoneditor.min.js inflating: resourcesnew/apidoc/lib/lodash.min.js inflating: resourcesnew/apidoc/lib/marked.js inflating: resourcesnew/apidoc/lib/swagger-oauth.js inflating: resourcesnew/apidoc/o2c.html inflating: resourcesnew/apidoc/swagger-ui.js inflating: resourcesnew/apidoc/swagger-ui.min.js inflating: resourcesnew/bootcards/css/bootcards-android.css inflating: resourcesnew/bootcards/css/bootcards-android.css.map inflating: resourcesnew/bootcards/css/bootcards-android.min.css inflating: resourcesnew/bootcards/css/bootcards-desktop.css inflating: resourcesnew/bootcards/css/bootcards-desktop.css.map inflating: resourcesnew/bootcards/css/bootcards-desktop.min.css inflating: resourcesnew/bootcards/css/bootcards-ios.css inflating: resourcesnew/bootcards/css/bootcards-ios.css.map inflating: resourcesnew/bootcards/css/bootcards-ios.min.css inflating: resourcesnew/bootcards/fonts/icomoon.eot inflating: resourcesnew/bootcards/fonts/icomoon.svg inflating: resourcesnew/bootcards/fonts/icomoon.ttf inflating: resourcesnew/bootcards/fonts/icomoon.woff inflating: resourcesnew/bootcards/js/bootcards.js inflating: resourcesnew/bootcards/js/bootcards.min.js inflating: resourcesnew/bootcards/samples/az-picker.html inflating: resourcesnew/bootcards/samples/double-navbar.html inflating: resourcesnew/bootcards/samples/starter-template.html inflating: resourcesnew/bootcards/site/0.1.0/docs.html inflating: resourcesnew/bootcards/site/1.0.0/docs.html inflating: resourcesnew/bootcards/site/about.html inflating: resourcesnew/bootcards/site/css/bootcards-site.css inflating: resourcesnew/bootcards/site/css/docs.css inflating: resourcesnew/bootcards/site/docs.html inflating: resourcesnew/bootcards/src/css/bootcards-android.scss inflating: resourcesnew/bootcards/src/css/bootcards-desktop.scss inflating: resourcesnew/bootcards/src/css/bootcards-ios.scss inflating: resourcesnew/bootcards/src/css/bootcards-mobile-shared.scss inflating: resourcesnew/bootcards/src/css/bootcards.scss inflating: resourcesnew/bootcards/src/fonts/icomoon.eot inflating: resourcesnew/bootcards/src/fonts/icomoon.svg inflating: resourcesnew/bootcards/src/fonts/icomoon.ttf inflating: resourcesnew/bootcards/src/fonts/icomoon.woff inflating: resourcesnew/bootcards/src/js/bootcards.js inflating: resourcesnew/bootstrap/css/bootstrap-theme.css inflating: resourcesnew/bootstrap/css/bootstrap-theme.css.map inflating: resourcesnew/bootstrap/css/bootstrap-theme.min.css inflating: resourcesnew/bootstrap/css/bootstrap.css inflating: resourcesnew/bootstrap/css/bootstrap.css.map inflating: resourcesnew/bootstrap/css/bootstrap.min.css inflating: resourcesnew/bootstrap/fonts/glyphicons-halflings-regular.eot inflating: resourcesnew/bootstrap/fonts/glyphicons-halflings-regular.svg inflating: resourcesnew/bootstrap/fonts/glyphicons-halflings-regular.ttf inflating: resourcesnew/bootstrap/fonts/glyphicons-halflings-regular.woff inflating: resourcesnew/bootstrap/fonts/glyphicons-halflings-regular.woff2 inflating: resourcesnew/bootstrap/js/bootstrap.js inflating: resourcesnew/bootstrap/js/bootstrap.min.js inflating: resourcesnew/bootstrap/js/npm.js inflating: resourcesnew/calibration.html inflating: resourcesnew/cardFooter.html inflating: resourcesnew/chart/Chart.min.js inflating: resourcesnew/chart/angular-chart.css inflating: resourcesnew/chart/angular-chart.js inflating: resourcesnew/chart/angular-chart.min.css inflating: resourcesnew/chart/angular-chart.min.css.map inflating: resourcesnew/chart/angular-chart.min.js inflating: resourcesnew/chart/angular-chart.min.js.map inflating: resourcesnew/cwh/css/cwh.css inflating: resourcesnew/cwh/img/photonic3d-icon-sign-black.png inflating: resourcesnew/cwh/img/photonic3d-icon-sign.png inflating: resourcesnew/cwh/img/photonic3d-logo.png inflating: resourcesnew/cwh/js/cardFooter.js inflating: resourcesnew/cwh/js/cwhPrintJobModel.js inflating: resourcesnew/cwh/js/cwhcomport.js inflating: resourcesnew/cwh/js/cwhsocket.js inflating: resourcesnew/cwh/js/cwhspinner.js inflating: resourcesnew/cwh/js/cwhtestscript.js inflating: resourcesnew/cwh/js/dashboard.js inflating: resourcesnew/cwh/js/editPrinter.js inflating: resourcesnew/cwh/js/index.js inflating: resourcesnew/cwh/js/ng-file-upload-all.min.js inflating: resourcesnew/cwh/js/printJobs.js inflating: resourcesnew/cwh/js/printables.js inflating: resourcesnew/cwh/js/printerControls.js inflating: resourcesnew/cwh/js/printers.js inflating: resourcesnew/cwh/js/settings.js inflating: resourcesnew/cwh/js/uploadFile.js inflating: resourcesnew/dashboard.html inflating: resourcesnew/editCalculators.html inflating: resourcesnew/editGCodeTemplates.html inflating: resourcesnew/editInkConfig.html inflating: resourcesnew/editPrinter.html inflating: resourcesnew/favicon/android-icon-144x144.png inflating: resourcesnew/favicon/android-icon-192x192.png inflating: resourcesnew/favicon/android-icon-36x36.png inflating: resourcesnew/favicon/android-icon-48x48.png inflating: resourcesnew/favicon/android-icon-72x72.png inflating: resourcesnew/favicon/android-icon-96x96.png inflating: resourcesnew/favicon/apple-icon-114x114.png inflating: resourcesnew/favicon/apple-icon-120x120.png inflating: resourcesnew/favicon/apple-icon-144x144.png inflating: resourcesnew/favicon/apple-icon-152x152.png inflating: resourcesnew/favicon/apple-icon-180x180.png inflating: resourcesnew/favicon/apple-icon-57x57.png inflating: resourcesnew/favicon/apple-icon-60x60.png inflating: resourcesnew/favicon/apple-icon-72x72.png inflating: resourcesnew/favicon/apple-icon-76x76.png inflating: resourcesnew/favicon/apple-icon-precomposed.png inflating: resourcesnew/favicon/apple-icon.png inflating: resourcesnew/favicon/browserconfig.xml inflating: resourcesnew/favicon/favicon-16x16.png inflating: resourcesnew/favicon/favicon-32x32.png inflating: resourcesnew/favicon/favicon-96x96.png inflating: resourcesnew/favicon/favicon.ico inflating: resourcesnew/favicon/manifest.json inflating: resourcesnew/favicon/ms-icon-144x144.png inflating: resourcesnew/favicon/ms-icon-150x150.png inflating: resourcesnew/favicon/ms-icon-310x310.png inflating: resourcesnew/favicon/ms-icon-70x70.png inflating: resourcesnew/fontawesome/css/font-awesome.css inflating: resourcesnew/fontawesome/css/font-awesome.min.css inflating: resourcesnew/fontawesome/fonts/FontAwesome.otf inflating: resourcesnew/fontawesome/fonts/fontawesome-webfont.eot inflating: resourcesnew/fontawesome/fonts/fontawesome-webfont.svg inflating: resourcesnew/fontawesome/fonts/fontawesome-webfont.ttf inflating: resourcesnew/fontawesome/fonts/fontawesome-webfont.woff inflating: resourcesnew/fontawesome/fonts/fontawesome-webfont.woff2 inflating: resourcesnew/graphScript.html inflating: resourcesnew/index.html inflating: resourcesnew/jquery/jquery-ui.min.js inflating: resourcesnew/jquery/jquery.min.js inflating: resourcesnew/printJobBuildPhoto.html inflating: resourcesnew/printJobBuildVideo.html inflating: resourcesnew/printJobSlice.html inflating: resourcesnew/printJobs.html inflating: resourcesnew/printables.html inflating: resourcesnew/printer.html inflating: resourcesnew/printerControls.html inflating: resourcesnew/printers.html inflating: resourcesnew/restartHost.html inflating: resourcesnew/settings.html inflating: resourcesnew/three/OrbitControls.js inflating: resourcesnew/three/Photonic3dTriangleLoader.js inflating: resourcesnew/three/three.min.js inflating: resourcesnew/upload.html inflating: resourcesnew/versions.txt creating: lib/ inflating: lib/FastInfoset-1.2.12.jar inflating: lib/activation-1.1.jar inflating: lib/alphanumeric-comparator-1.4.1.jar inflating: lib/annotations-2.0.1.jar inflating: lib/apache-mime4j-0.6.1.jar inflating: lib/asm-5.0.1.jar inflating: lib/asm-commons-5.0.1.jar inflating: lib/asm-tree-5.0.1.jar inflating: lib/cling-core-2.0.1.jar inflating: lib/cling-support-2.0.1.jar inflating: lib/commons-cli-1.2.jar inflating: lib/commons-codec-1.6.jar inflating: lib/commons-io-2.4.jar inflating: lib/commons-lang3-3.2.1.jar inflating: lib/commons-logging-1.2.jar inflating: lib/commons-math3-3.6.1.jar inflating: lib/freemarker-2.3.23.jar inflating: lib/guava-19.0.jar inflating: lib/hamcrest-core-1.3.jar inflating: lib/httpclient-4.3.3.jar inflating: lib/httpcore-4.3.2.jar inflating: lib/istack-commons-runtime-2.16.jar inflating: lib/jackson-annotations-2.4.5.jar inflating: lib/jackson-core-2.4.5.jar inflating: lib/jackson-databind-2.4.5.jar inflating: lib/jackson-dataformat-xml-2.4.5.jar inflating: lib/jackson-dataformat-yaml-2.4.5.jar inflating: lib/jackson-datatype-joda-2.4.5.jar inflating: lib/jackson-jaxrs-base-2.4.5.jar inflating: lib/jackson-jaxrs-json-provider-2.4.5.jar inflating: lib/jackson-module-jaxb-annotations-2.4.5.jar inflating: lib/javassist-3.20.0-GA.jar inflating: lib/javax-websocket-client-impl-9.3.7.v20160115.jar inflating: lib/javax-websocket-server-impl-9.3.7.v20160115.jar inflating: lib/javax.annotation-api-1.2.jar inflating: lib/javax.mail-1.5.5.jar inflating: lib/javax.servlet-api-3.1.0.jar inflating: lib/javax.websocket-api-1.0.jar inflating: lib/jaxb-api-2.2.7.jar inflating: lib/jaxb-core-2.2.7.jar inflating: lib/jaxb-impl-2.2.7.jar inflating: lib/jaxrs-api-3.0.9.Final.jar inflating: lib/jboss-annotations-api_1.1_spec-1.0.1.Final.jar inflating: lib/jcip-annotations-1.0.jar inflating: lib/jetty-annotations-9.3.7.v20160115.jar inflating: lib/jetty-client-9.3.7.v20160115.jar inflating: lib/jetty-http-9.3.7.v20160115.jar inflating: lib/jetty-io-9.3.7.v20160115.jar inflating: lib/jetty-jndi-9.3.7.v20160115.jar inflating: lib/jetty-plus-9.3.7.v20160115.jar inflating: lib/jetty-rewrite-9.3.7.v20160115.jar inflating: lib/jetty-security-9.3.7.v20160115.jar inflating: lib/jetty-server-9.3.7.v20160115.jar inflating: lib/jetty-servlet-9.3.7.v20160115.jar inflating: lib/jetty-util-9.3.7.v20160115.jar inflating: lib/jetty-webapp-9.3.7.v20160115.jar inflating: lib/jetty-xml-9.3.7.v20160115.jar inflating: lib/joda-time-2.2.jar inflating: lib/jsch-0.1.53.jar inflating: lib/jsr173_api-1.0.jar inflating: lib/jssc-2.8.0.jar inflating: lib/junit-4.12.jar inflating: lib/log4j-api-2.5.jar inflating: lib/log4j-core-2.5.jar inflating: lib/mockito-core-1.10.19.jar inflating: lib/mp4parser.jar inflating: lib/objenesis-2.1.jar inflating: lib/photonic3d-tests.jar inflating: lib/photonic3d.jar inflating: lib/powermock-api-mockito-1.6.4.jar inflating: lib/powermock-api-support-1.6.4.jar inflating: lib/powermock-core-1.6.4.jar inflating: lib/powermock-module-junit4-1.6.4.jar inflating: lib/powermock-module-junit4-common-1.6.4.jar inflating: lib/powermock-reflect-1.6.4.jar inflating: lib/reflections-0.9.10.jar inflating: lib/resteasy-client-3.0.9.Final.jar inflating: lib/resteasy-jackson2-provider-3.0.9.Final.jar inflating: lib/resteasy-jaxb-provider-3.0.9.Final.jar inflating: lib/resteasy-jaxrs-3.0.9.Final.jar inflating: lib/resteasy-multipart-provider-3.0.9.Final.jar inflating: lib/rxtx-2.1.7.jar inflating: lib/seamless-http-1.1.0.jar inflating: lib/seamless-swing-1.1.0.jar inflating: lib/seamless-util-1.1.0.jar inflating: lib/seamless-xml-1.1.0.jar inflating: lib/slf4j-api-1.6.3.jar inflating: lib/snakeyaml-1.12.jar inflating: lib/stax2-api-3.1.4.jar inflating: lib/swagger-annotations-1.5.8.jar inflating: lib/swagger-core-1.5.8.jar inflating: lib/swagger-jaxrs-1.5.8.jar inflating: lib/swagger-models-1.5.8.jar inflating: lib/validation-api-1.1.0.Final.jar inflating: lib/websocket-api-9.3.7.v20160115.jar inflating: lib/websocket-client-9.3.7.v20160115.jar inflating: lib/websocket-common-9.3.7.v20160115.jar inflating: lib/websocket-server-9.3.7.v20160115.jar inflating: lib/websocket-servlet-9.3.7.v20160115.jar Turning off screen saver and power saving ./start.sh: line 134: xset: command not found ./start.sh: line 135: xset: command not found ./start.sh: line 136: xset: command not found Installing CWH as a service Determinging if one time install has occurred grep: /root/3dPrinters/config.properties: No such file or directory Starting printer host server pi@raspberrypi:~ $

kloknibor commented 8 years ago

no it's all fine! You just installed photonic3D congratulations!

I bet you now want you use the webinterface, currently your pi is running as a webserver which can communicate with your printer. To acces the web interface there are 2 options for you.

Find with any ip scanner the exact IP of the raspberry pi and add the port :9091 for example : 192.168.1.14:9091 but the first ip will be different most likely.

If you try to acces the webinterface from windows you can also do the following:

  1. download this : https://github.com/area515/Creation-Workshop-Host/releases/download/1.0.0-beta2/cwh-1.0.0-beta2.zip
  2. extract
  3. run browseprinter.bat if found this will open your printer in the browser!

If you would have used our costum image you would have a third option (so now you don't) which would be to enter photonic3d.local into your browser. This will only work when bonjour is installed on your computer but this ships with things like itunes etc so is installed on quite a few machine already!

Hope this helps. If all runs please close this issue and if you find any feedback or improvements don't hesitate to drop a line here! You can also use our forum on forum.photonic3d.com for any questions or suggestions.

camhguh commented 8 years ago

OK, Thank you, the Photonic dashboard is displayed correctly!