Das ganze läuft auf ner SSD und ist ein internes virtuelles Netzwerk, daher dürften die Schreibgeschwindigkeiten des NFS minimal höher sein.
Ich werde es dennoch mal austesten und vergleichen
Beiträge von Frozen-byte
-
-
//sry 4 2xpost
kann geschlossen werden:
Aus irgendeinem Grund hat er die Datei: /tmp/inbound.sock nicht gelöscht beim Abbruch.
Datei gelöscht=>Problem behoben.Danke für deine Hilfe und Geduld.
-
hey der "system admin" hier (das beschleunigt das ganze wohl etwas).
Also coffee konnte er aufgrund fehlender root-Rechte nicht installieren. (Bei dem NSF war die root_squash flag gesetzt)
das Setzten der LINK globalen hat auch gut funktioniert damit konnte er es endlich compilieren:
Code
Alles anzeigenroot@DomU-WWW /m/w/p/d/f/w/a/be.bastelstu.wcf.nodePush# set -x LINK g++ root@DomU-WWW /m/w/p/d/f/w/a/be.bastelstu.wcf.nodePush# npm install npm WARN package.json be.bastelstu.wcf.nodePush@1.0.0 No repository field. - > posix@1.0.3 install /mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/chroot/node_modules/posix > node-gyp rebuild make: Entering directory `/mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/chroot/node_modules/posix/build' make: Warning: File `posix.target.mk' has modification time 10 s in the future CXX(target) Release/obj.target/posix/src/posix.o SOLINK_MODULE(target) Release/obj.target/posix.node COPY Release/posix.node make: warning: Clock skew detected. Your build may be incomplete. make: Leaving directory `/mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush/node_modules/chroot/node_modules/posix/build' chroot@0.1.7 node_modules/chroot └── posix@1.0.3
Nun kann ich es leider nicht starten *g* er scheint den Socket nicht initalisieren zu können:
Code
Alles anzeigenroot@DomU-WWW /m/w/p/d/f/w/a/be.bastelstu.wcf.nodePush# npm start > be.bastelstu.wcf.nodePush@1.0.0 start /mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush > coffee app.coffee nodePush (pid:341) ================== info: Using config '/mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush/config' info: Inbound-Socket: /mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush/tmp/inbound.sock info: Outbound-Socket: /mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush/tmp/outbound.sock emergency: Failed when initializing inbound socket { code: 'EACCES', errno: 'EACCES', syscall: 'listen' } npm ERR! be.bastelstu.wcf.nodePush@1.0.0 start: `coffee app.coffee` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the be.bastelstu.wcf.nodePush@1.0.0 start 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! coffee app.coffee 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-431.29.2.el6.x86_64 npm ERR! command "/usr/bin/node" "/usr/bin/npm" "start" npm ERR! cwd /mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush npm ERR! node -v v0.10.32 npm ERR! npm -v 1.4.28 npm ERR! code ELIFECYCLE npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /mnt/www/forum/wcf/acp/be.bastelstu.wcf.nodePush/npm-debug.log npm ERR! not ok code 0
Config Datei sieht wie folgt aus:
Code
Alles anzeigenroot@DomU-WWW /m/w/p/d/f/w/a/be.bastelstu.wcf.nodePush# cat config module.exports = { outbound: { useTCP: false, port: 9601, host: '0.0.0.0', socket: __dirname + "/tmp/outbound.sock" }, inbound: { useTCP: false, port: 9602, host: '127.0.0.1', socket: __dirname + "/tmp/inbound.sock" }, user: 'apache', group: 'apache' }