OpenMarine
[CLOSED] OP3 64-bits: Errors running SignalK updates - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: [CLOSED] OP3 64-bits: Errors running SignalK updates (/showthread.php?tid=4406)



[CLOSED] OP3 64-bits: Errors running SignalK updates - emilecantin - 2023-01-05

Updating SignalK fails on OP3, 64-bits. Sample output:



Code:
npm verb stack Error: ENOTEMPTY: directory not empty, rename '/usr/lib/node_modules/signalk-server' -> '/usr/lib/node_modules/.signalk-server-1toVL4zJ'
npm verb cwd /home/pi
npm verb Linux 5.15.32-v8+
npm verb node v16.16.0
npm verb npm  v9.2.0
npm ERR! code ENOTEMPTY
npm ERR! syscall rename
npm ERR! path /usr/lib/node_modules/signalk-server
npm ERR! dest /usr/lib/node_modules/.signalk-server-1toVL4zJ
npm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rename '/usr/lib/node_modules/signalk-server' -> '/usr/lib/node_modules/.signalk-server-1toVL4zJ'
npm verb exit -39
npm verb unfinished npm timer reify 1672911334630
npm verb unfinished npm timer reify:retireShallow 1672911367098
npm verb code -39
npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2023-01-05T09_35_34_488Z-debug-0.log

This happens when you try to "reinstall SignalK". Running "sudo npm install -g signalk-server" also fails with a similar error.

This doesn't happen when using a 32-bits image.


RE: OP3 64-bits: Errors running SignalK updates - Sea-and-Sea - 2023-01-05

I'm also having the same issue.
For me this started on a fresh install and when i ran the SignalK update from the SK/server webpage. That failed.

I've since tried to reinstall SK from the SK installer, which failed.


RE: OP3 64-bits: Errors running SignalK updates - Sea-and-Sea - 2023-01-09

I've reinstalled using a new SD card and this problem is no longer happening for me.


RE: OP3 64-bits: Errors running SignalK updates - Sergi C. - 2023-01-11

Reinstalling signalk fixed this problem.

SErgi


RE: [CLOSED] OP3 64-bits: Errors running SignalK updates - ffHakke - 2023-09-21

Same here: fresh install on 64-bit version goes well until update to signalk 2.2.0 Reinstall gives the same issue. Complete fresh install on different sd card works; after update to 2.2.0 still the same issues


RE: [CLOSED] OP3 64-bits: Errors running SignalK updates - ffHakke - 2023-09-22

Updated NPM manually and did a clean install as written in https://github.com/SignalK/signalk-server/blob/master/raspberry_pi_installation.md

That did the trick.

(Had to move the old dir to another location)


RE: [CLOSED] OP3 64-bits: Errors running SignalK updates - ALROCHARARI - 2024-04-03

Same issue on my OP4 installation. Deleted folder .signalk-server-1toVL4zJ and it worked fine after reinstallation.