pyrorobert Posted January 26, 2021 Posted January 26, 2021 A couple weeks ago my Raspberry Pi with Nodelink stopped communicating with my ISY. It has been running fine for the last year or two. So as I tried to log into it, it said the page was unable to be reached. I tried to reboot the Pi, but that did not work. I was still able to log in to the Pi with putty, so I tried reinstalling Nodelink. So see below the errors that I am getting. Thanks ### Updating System - this may take several minutes E: The repository 'http://download.mono-project.com/repo/debian raspbianstretch Release' does no longer have a Release file. E: The repository 'http://raspbian.raspberrypi.org/raspbian stretch Release' does no longer have a Release file. E: The repository 'http://archive.raspberrypi.org/debian stretch Release' does no longer have a Release file. E: The repository 'https://download.docker.com/linux/raspbian stretch Release' does no longer have a Release file. E: Write error - write (28: No space left on device) E: IO Error saving source cache E: The package lists or status file could not be parsed or opened. ### Cleaning/Creating directories mkdir: cannot create directory ‘/home/pi/dotnet’: No space left on device bash: line 25: cd: /home/pi/dotnet: No such file or directory ### Installing .NET 5 tar (child): dotnet-runtime-5.0.2-linux-arm.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now ### Downloading NodeLink ### Modifying startup script sed: couldn't flush /etc/sedxYCnIv: No space left on device sed: couldn't flush /etc/sedFQAcsQ: No space left on device ### Starting NodeLink bash: line 45: dotnet: command not found ### Install complete. Login to NodeLink at http://1xx.xxx.xxx.xx:8090 Quote
io_guy Posted January 26, 2021 Posted January 26, 2021 No space on device seems to come up a lot... Quote
pyrorobert Posted January 26, 2021 Author Posted January 26, 2021 I read that also but I have a 64gb card in it. Not sure why that would be. I will reflash that card and then reinstall. Quote
larryllix Posted January 26, 2021 Posted January 26, 2021 2 hours ago, pyrorobert said: I read that also but I have a 64gb card in it. Not sure why that would be. I will reflash that card and then reinstall. You may have run into a formatting limit. https://raspberryinsider.com/what-the-largest-micro-sd-card-supported-the-by-raspberry-pi/ Quote
pyrorobert Posted January 26, 2021 Author Posted January 26, 2021 You may have run into a formatting limit.https://raspberryinsider.com/what-the-largest-micro-sd-card-supported-the-by-raspberry-pi/Okay, thank you. Totally forgot about that. I will look at using a smaller size micro SD card.Sent from my SM-N986U using Tapatalk Quote
larryllix Posted January 26, 2021 Posted January 26, 2021 Just now, pyrorobert said: Okay, thank you. Totally forgot about that. I will look at using a smaller size micro SD card. Sent from my SM-N986U using Tapatalk A smaller SD card may not help. The problem is usually exceeding the allowable FAT size. FAT tables have always created the problem where one piece of software uses the total size of the SD card but another only knows how to access the FAT tables size. RPis like to partition the SD card to suit it's needs at the install. IIRC There is a re-partition command in the basic 'sudo raspbi-config' command. Quote
io_guy Posted January 27, 2021 Posted January 27, 2021 A "df -m" will tell you how much space you have and partition size. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.