EricEdberg
(Eric L. Edberg)
February 26, 2021, 12:48pm
2
See this conversation a couple days ago for a node/npm related segmentation fault. Can’t help on the root cause other than to say it could be npm/nvm versions are not linked correctly.
FYI, in another of my previous posts about running the GW on a RPI, I mentioned I use the Docker image, but also that I mount a USB stick on boot and map a folder on the USB stick to install/store WebThing data. This prevents excessive writing on the SD card causing premature failure. A couple times a year, I manually shut down the RPI and can peform a “backup” of the USB card. You can google posts about RPI that describe how to move other “logfiles” to the USB and further reduce SD card wri…