Leider hilft mir das wenig, da ich nicht weiß wie ich den Fehler beheben kann...
Posts by PersilColor
-
-
ich habe node.js nach folgender Anleitung installiert: http://www.7chip.com/2013/08/h…odejs-on-ubuntu-1304.html
Ich nutze Ubuntu 10.04.4 LTS
-
Der NodePushServer lässt sich bei mir leider nicht starten.
Bekomme folgende Fehlermeldung:Code
Display Morenpm start > be.bastelstu.wcf.nodePush@1.0.0 prestart /var/www/vhosts/xxx.vserver.de/httpdocs/hayday/wcf/acp/be.bastelstu.wcf.nodePush > npm install npm WARN package.json be.bastelstu.wcf.nodePush@1.0.0 No repository field. npm http GET https://registry.npmjs.org/posix npm http 304 https://registry.npmjs.org/posix > posix@1.0.3 install /var/www/vhosts/xxx.vserver.de/httpdocs/hayday/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/posix > node-gyp rebuild Traceback (most recent call last): File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 18, in <module> sys.exit(gyp.script_main()) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 534, in script_main return main(sys.argv[1:]) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 527, in main return gyp_main(args) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 503, in gyp_main options.circular_check) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 129, in Load params['parallel'], params['root_targets']) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 2687, in Load generator_input_info) File "/usr/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 594, in LoadTargetBuildFilesParallel parallel_state.pool = multiprocessing.Pool(8) File "/usr/lib/python2.6/multiprocessing/__init__.py", line 227, in Pool return Pool(processes, initializer, initargs) File "/usr/lib/python2.6/multiprocessing/pool.py", line 84, in __init__ self._setup_queues() File "/usr/lib/python2.6/multiprocessing/pool.py", line 131, in _setup_queues self._inqueue = SimpleQueue() File "/usr/lib/python2.6/multiprocessing/queues.py", line 328, in __init__ self._rlock = Lock() File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 117, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1) File "/usr/lib/python2.6/multiprocessing/synchronize.py", line 49, in __init__ sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) OSError: [Errno 38] Function not implemented gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:337:16) gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:12) gyp ERR! System Linux 2.6.32-042stab081.8 gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /var/www/vhosts/xxx.vserver.de/httpdocs/hayday/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/posix gyp ERR! node -v v0.10.26 gyp ERR! node-gyp -v v0.12.2 gyp ERR! not ok npm ERR! posix@1.0.3 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the posix@1.0.3 install script. npm ERR! This is most likely a problem with the posix package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls posix npm ERR! There is likely additional logging output above. npm ERR! System Linux 2.6.32-042stab081.8 npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" npm ERR! cwd /var/www/vhosts/xxx.vserver.de/httpdocs/hayday/wcf/acp/be.bastelstu.wcf.nodePush npm ERR! node -v v0.10.26 npm ERR! npm -v 1.4.3 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /var/www/vhosts/xxx.vserver.de/httpdocs/hayday/wcf/acp/be.bastelstu.wcf.nodePush/npm-debug.log npm ERR! not ok code 0 npm ERR! be.bastelstu.wcf.nodePush@1.0.0 prestart: `npm install` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the be.bastelstu.wcf.nodePush@1.0.0 prestart script. npm ERR! This is most likely a problem with the be.bastelstu.wcf.nodePush package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! npm install npm ERR! You can get their info via: npm ERR! npm owner ls be.bastelstu.wcf.nodePush npm ERR! There is likely additional logging output above. npm ERR! System Linux 2.6.32-042stab081.8 npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start" npm ERR! cwd /var/www/vhosts/xxx.vserver.de/httpdocs/hayday/wcf/acp/be.bastelstu.wcf.nodePush npm ERR! node -v v0.10.26 npm ERR! npm -v 1.4.3 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /var/www/vhosts/xxx.vserver.de/httpdocs/hayday/wcf/acp/be.bastelstu.wcf.nodePush/npm-debug.log npm ERR! not ok code 0 xxx@xxx:~/httpdocs/hayday/wcf/acp/be.bastelstu.wcf.nodePush$