Jump to content

Recommended Posts

Posted

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
 

Posted
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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...