Ubuntu Pastebin

Paste from dholbach at Wed, 20 May 2015 09:36:36 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
(amd64)ubuntu@localhost:~$ sh -x /apps/chatroom.sideload/0.1-5/start-service.sh 
+ set -e
+ MY_EXECUTABLE=site/server.js
+ uname -i
+ platform=x86_64
+ ARCH=
+ ARCH=amd64
+ export LD_LIBRARY_PATH=:/amd64/lib/openssl-1.0.0/engines:/amd64/lib
+ export NODE_PATH=/amd64/node_modules
+ cd /
+ /amd64/bin/node site/server.js
/apps/chatroom.sideload/0.1-5/start-service.sh: 27: /apps/chatroom.sideload/0.1-5/start-service.sh: /amd64/bin/node: not found
(amd64)ubuntu@localhost:~$ 
Download as text