LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Installing buster through putty? (https://www.linuxquestions.org/questions/debian-26/installing-buster-through-putty-4175697616/)

creepybits 07-11-2021 04:30 PM

Installing buster through putty?
 
First off, I'm really a novice at everything that has anything to do with linux so my questions will probably look a bit stupid.

A while ago I bought a WD Mycloud home, but I didn't like the system so I looked for other options. I found open media vault but had issues installing. Eventually I found an automated installation that worked, but it's debian 9 and OMV4 (which isn't supported anymore).

In order to install OMV5 I need to first install Buster, and I have been trying to find ways to do that but failed so far.

Now I wonder if I can use putty to install buster on my network harddrive. I have been playing around with it, but I don't really know what could possibly work. From what I've read it seems like you can use debootstrap for an installation like this?

I haven't been able to try, because I get a message that debootstrap isn't installed and when I try to install it I get the following error:

Code:

root@Claudia:~# apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get install debootstrap
Hit:1 http://security.debian.org stretch/updates InRelease
Ign:2 http://httpredir.debian.org/debian stretch InRelease
Hit:3 http://httpredir.debian.org/debian stretch-updates InRelease
Hit:4 http://httpredir.debian.org/debian stretch Release
Hit:5 http://packages.openmediavault.org/public arrakis InRelease
Hit:6 https://apt.mopidy.com buster InRelease
Ign:7 https://imola.armbian.com/apt stretch InRelease
Err:8 https://armbian.systemonachip.net/apt stretch Release
  404  Not Found
Traceback (most recent call last):
  File "/usr/sbin/omv-mkaptidx", line 91, in <module>
    cache = apt.cache.Cache()
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 113, in __init__
    self.open(progress)
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 164, in open
    self._cache = apt_pkg.Cache(progress)
apt_pkg.Error: 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.
Reading package lists... Error!
E: The repository 'http://apt.armbian.com stretch Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
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.

I have no idea what this error means, or how to fix it.

jamison20000e 07-12-2021 08:39 PM

https://www.debian.org/releases/stable/installmanual
e.g: https://www.debian.org/releases/stab...apds03.en.html
Could help, if you have space on the target?


All times are GMT -5. The time now is 01:34 PM.