4 ms·
I think GP is confused why the ftp command also handles http(s) :) I hate to imagine what a 780 running NetBSD would be like, too. I tried netbooting NetBSD o
by spijdar 3mo ago
I think GP is confused why the ftp command also handles http(s) :)
I hate to imagine what a 780 running NetBSD would be like, too.
I tried netbooting NetBSD on my MicroVAX 3400, which is about 2.5x the performance of the 780. It did, literally, take 6+ hours to slog through making RSA keys.
- klibertp 3mo ago> I think GP is confused why the ftp command also handles http(s) :) Exactly - I even suspected for a second that `ftp` on NetBSD is something else entirely, not an actual FTP client with HTTP/HTTPS URLs bolted on. It's not - it still accepts a host as an argument and opens a CLI if there's an FTP server to talk to.
- saidnooneever 3mo agomaybe rather than protocol its program. then it all makes sense no. File Transfer Program. voila.
- kevin_thibedeau 3mo agoElliptic curve key gen is much faster on slow hardware. You're waiting around on primality tests that aren't necessary with modern keys.
- spijdar 3mo agoYep, it's a loooot faster. But then, when you decide to boot NetBSD on these boxes, you're not really doing it for practical reasons anyway, so part of the experience is waiting a few hours for /etc/rc.d/sshd to do its thing. Probably more relevant on more "borderline" hosts. My SPARCstation 2 can just barely run NetBSD 10 at what I'd call "tolerable speeds" for some concept of "real work", and it's something like 50x the speed of the 780!
- anthk 3mo agoDisable some booted services at /etc/rc.conf: https://luke8086.dev/netbsd-on-thinkpad-380z.html https://luke8086.dev/netbsd-on-thinkpad-380z.html
- anthk 3mo agoEasier with SIMH.