Re: Amiga install script 10.99.x no longer works
[email protected] Thu, 23 Feb 2023 15:21:23 +0100
| Newsgroups | gmane.os.netbsd.ports.amiga |
|---|---|
| Message-ID | <Y/[email protected]> |
On Thu, Feb 23, 2023 at 12:50:38PM +0100, Frank Wille wrote: > Hi, > > today I finally managed to try the a current build of NetBSD/amiga and > installed it like usual via the miniroot.fs in the swap partition. > > I have my .tgz packages on a NAS, so I chose to install via FTP, which > worked fine in earlier releases. Now the following happens: > > [...] > Fetching base.tgz: > ftp: Can't lookup 192.168.45.104netbsd:ftp': Temporary failure in name the :ftp is, I think, how 'ftp' communicates the port number it tried to connect to. In the part before, it looks like a / vanished. Maybe try to workaround by explicitly adding a / in front of the path given to the script? Or did you already? -is