I have a raspberry pi running remotely that for over a year has been logging data received over a USB serial port. Node-red takes this data and passes it to a database.
All of a sudden this has stopped working....
Nothing has really changed recently... Except I had an issue where I was getting errors to do with a disk being full...
The disk wasn't really full, the network location that the pi was trying to write logs to has been turned off so that broke a load of stuff. I've now removed references to that network location and removed the mount details.
I can't understand why this device has suddenly gone after working for so long. As I said I am remote so don't have physical access to it but I can get people to go and prod it. Someone has already gone to make sure that the usb cable is still plugged in.
Any help very much appreciated.
In the node red logs I see:
if I do lsusb I see:
and if I do dmesg -w I find some mentions of USB stuff:
Also if you have been continuously writing logs files to the SD card you may want to check the integrity of it as it may be starting to fail / losing miscellaneous files.