Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. INSTALLING
  2. The Ogar server will be installed inside Agar/ogar.
  3. Do you wish to continue? (Y/N)
  4. y
  5. No local master.zip found, downloading with curl.
  6. % Total % Received % Xferd Average Speed Time Time Time Current
  7. Dload Upload Total Spent Left Speed
  8. 100 115 0 115 0 0 316 0 --:--:-- --:--:-- --:--:-- 317
  9. 100 3109k 100 3109k 0 0 2135k 0 0:00:01 0:00:01 --:--:-- 3121k
  10. master.zip found!
  11. BSDtar found. Using BSDtar to extract the archive.
  12. Organising and cleaning up the extracted files.
  13. Copying the generated ogar folder to Agar.
  14. cp: cannot create directory ‘Agar/ogar’: No such file or directory
  15. Removing master.zip
  16. Removing temporary files
  17. Creating ogar user and group if they don't exist
  18. useradd: invalid home directory 'Agar/ogar'
  19. Installing ws module
  20. rm: cannot remove ‘/root/.npm’: No such file or directory
  21. ./ogar-linux-script.sh: 83: cd: can't cd to Agar/ogar
  22.  
  23. > bufferutil@1.1.0 install /home/matthew/Ogar/node_modules/ws/node_modules/bufferutil
  24. > node-gyp rebuild
  25.  
  26. /bin/sh: 1: node: not found
  27. gyp: Call to 'node -e "require('nan')"' returned exit status 127. while trying to load binding.gyp
  28. gyp ERR! configure error
  29. gyp ERR! stack Error: `gyp` failed with exit code: 1
  30. gyp ERR! stack at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:344:16)
  31. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
  32. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:12)
  33. gyp ERR! System Linux 3.19.0-21-generic
  34. gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
  35. gyp ERR! cwd /home/matthew/Ogar/node_modules/ws/node_modules/bufferutil
  36. gyp ERR! node -v v0.10.25
  37. gyp ERR! node-gyp -v v0.12.2
  38. gyp ERR! not ok
  39. npm WARN This failure might be due to the use of legacy binary "node"
  40. npm WARN For further explanations, please read
  41. /usr/share/doc/nodejs/README.Debian
  42.  
  43.  
  44. > utf-8-validate@1.1.0 install /home/matthew/Ogar/node_modules/ws/node_modules/utf-8-validate
  45. > node-gyp rebuild
  46.  
  47. /bin/sh: 1: node: not found
  48. gyp: Call to 'node -e "require('nan')"' returned exit status 127. while trying to load binding.gyp
  49. gyp ERR! configure error
  50. gyp ERR! stack Error: `gyp` failed with exit code: 1
  51. gyp ERR! stack at ChildProcess.onCpExit (/usr/share/node-gyp/lib/configure.js:344:16)
  52. gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
  53. gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:12)
  54. gyp ERR! System Linux 3.19.0-21-generic
  55. gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
  56. gyp ERR! cwd /home/matthew/Ogar/node_modules/ws/node_modules/utf-8-validate
  57. gyp ERR! node -v v0.10.25
  58. gyp ERR! node-gyp -v v0.12.2
  59. gyp ERR! not ok
  60. npm WARN optional dep failed, continuing bufferutil@1.1.0
  61. npm WARN This failure might be due to the use of legacy binary "node"
  62. npm WARN For further explanations, please read
  63. /usr/share/doc/nodejs/README.Debian
  64.  
  65. npm WARN optional dep failed, continuing utf-8-validate@1.1.0
  66. ws@0.7.2 node_modules/ws
  67. ├── options@0.0.6
  68. └── ultron@1.0.2
  69. Symlinking gameserver.ini to /etc/ogar
  70. ln: failed to create symbolic link ‘/etc/ogar’: File exists
  71. Setting proper permissions
  72. chown: invalid user: ‘ogar:ogar’
  73. chmod: cannot access ‘Agar/ogar’: No such file or directory
  74. Finished installing! :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement