NEWS
Js.controller update auf 0.14.x (vorher0.13.2) => totalausfall
-
Okay - das sieht gut aus.
Wir versuchen noch einmal eine Installation, habe zwar noch eine andere Idee, aber vorher sollten wir es noch herkömmlich testen.
cd /volume1/iobroker sudo npm install iobroker --unsafe-perm
Fehlermeldungen kommen ganz bestimmt. Versuche dennoch einfach mal danach
iobroker start
und dich im Browser anzumelden.
-
admin@nasserver:/volume1/iobroker$ sudo npm install iobroker --unsafe-perm Password: npm ERR! not a package /volume1/iobroker/iobroker npm ERR! addLocal Could not install /volume1/iobroker/iobroker npm ERR! Linux 3.2.40 npm ERR! argv "/volume1/@appstore/Node.js_v4/usr/local/bin/node" "/usr/local/bin/npm" "install" "iobroker" "--unsafe-perm" npm ERR! node v4.4.2 npm ERR! npm v2.15.1 npm ERR! path /tmp/npm-31256-8e63c4c8/unpack-941379bd274e/package.json npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open '/tmp/npm-31256-8e63c4c8/unpack-941379bd274e/package.json' npm ERR! enoent This is most likely not a problem with npm itself npm ERR! enoent and is related to npm not being able to find a file. npm ERR! enoent npm ERR! Please include the following file with any support request: npm ERR! /volume1/iobroker/npm-debug.log admin@nasserver:/volume1/iobroker$ iobroker start -sh: iobroker: command not found admin@nasserver:/volume1/iobroker$ [
-
vielen dank für die schnelle Antwort
-
Den 'npm ERR! not a package' finde ich komisch. :shock:
Als ob im iobroker-Paket ein Fehler wäre. Doch dann hätten es die anderen ja auch. :?
gebe bitte mal folgendes ein:
npm test iobroker
Und wie immer: Ergebnis hier her.
-
Das ist IMHO der einzige Fehler wo nichts mehr repariert werden kann.
Zumindest ich hab es nicht hinbekommen.
Und…tatsächlich diese Datei fehlt in den Fällen tatsächlich.
Gruß
Rainer
-
Den 'npm ERR! not a package' finde ich komisch. :shock:
Als ob im iobroker-Paket ein Fehler wäre. Doch dann hätten es die anderen ja auch. :?
gebe bitte mal folgendes ein:
npm test iobroker
Und wie immer: Ergebnis hier her. `
Und bitte noch den Befehl:
npm ls
-
admin@nasserver:~$ npm test iobroker npm ERR! Linux 3.2.40 npm ERR! argv "/volume1/@appstore/Node.js_v4/usr/local/bin/node" "/usr/local/bin /npm" "test" "iobroker" npm ERR! node v4.4.2 npm ERR! npm v2.15.1 npm ERR! path /volume1/homes/admin/package.json npm ERR! code ENOENT npm ERR! errno -2 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open '/volume1/homes/admin/pa ckage.json' npm ERR! enoent This is most likely not a problem with npm itself npm ERR! enoent and is related to npm not being able to find a file. npm ERR! enoent npm ERR! Please include the following file with any support request: npm ERR! /volume1/homes/admin/npm-debug.log admin@nasserver:~$ npm ls /volume1/homes/admin └── (empty) admin@nasserver:~$
-
Bitte gebe mal folgenden Befehl ein:
ls -al /volume1/homes/admin/
und````
cd /volume1/homes/admin/
ls -al__Wie immer - Ergebnis hierher.__ Nicht wundern, fast das Gleiche, jedoch bin ich mir nicht sicher, ob Du das Home-Verzeichnis hast. Die Fehlermeldungen sind leicht anders (oder auch nicht), daher aber die beiden nahezu identischen Befehle. Du kannst auch mal auf der normalen Weboberfläche der Synology schauen, ob Du die Homeverzeichnisse aktiviert hast. Per Default sind die nämlich nicht da. Siehe hier [https://www.synology.com/de-de/knowledg … r_advanced](https://www.synology.com/de-de/knowledgebase/DSM/help/DSM/AdminCenter/file_user_advanced) Etwas weiter runter unter ****Benutzer-Home**** Oder als Video hier: (springt gleich an die richtige Stelle). [https://youtu.be/VvRkx-17Gu4?t=425](https://youtu.be/VvRkx-17Gu4?t=425) =>Siehe im Bild den Text "Benutzerbasis"
-
admin@nasserver:~$ ls -al /volume1/homes/admin/ total 32 drwxrwxrwx+ 7 admin users 4096 Feb 28 17:30 . drwxrwxrwx+ 8 root root 4096 Oct 16 08:40 .. drwxrwxrwx+ 9 admin users 4096 Sep 4 18:07 .Maildir drwxrwxrwx+ 3 admin users 4096 Feb 12 19:06 .node-gyp drwxrwxrwx+ 3 admin users 4096 Feb 27 15:18 .npm drwxrwxrwx+ 2 admin users 4096 Feb 11 12:00 opt drwxrwxrwx+ 2 admin users 4096 Jul 20 2014 www admin@nasserver:~$ cd /volume1/homes/admin/ admin@nasserver:/volume1/homes/admin$ ls -al total 32 drwxrwxrwx+ 7 admin users 4096 Feb 28 17:30 . drwxrwxrwx+ 8 root root 4096 Oct 16 08:40 .. drwxrwxrwx+ 9 admin users 4096 Sep 4 18:07 .Maildir drwxrwxrwx+ 3 admin users 4096 Feb 12 19:06 .node-gyp drwxrwxrwx+ 3 admin users 4096 Feb 27 15:18 .npm drwxrwxrwx+ 2 admin users 4096 Feb 11 12:00 opt drwxrwxrwx+ 2 admin users 4096 Jul 20 2014 www admin@nasserver:/volume1/homes/admin$
-
Hallo Fitti,
würde mich über weitere hilfe sehr freuen!!!!