Live data from Hacker News

Running NetBSD on IBM ThinkPad 380Z

luke8086.dev

61–65 of 65 posts

Re: Running NetBSD on IBM ThinkPad 380Z

#61

Earlier quoted context omitted.

> Isn't powerd off by default Sometimes it's on, see https://ftp.netbsd.org/pub/NetBSD/NetBSD-release-10/src/etc/... > By default only one tty is enabled Ah, but the rest is getting enabled by the installer, see https://github.com/NetBSD/src/blob/netbsd-10/usr.sbin/sysins... > NetBSD might have some "bloatware" but _the user must enable it_ first > Everything is off by default. That is one of the things that makes Ne…

Ah, sysinst. I do not use it. This explains the enabling of programs in the configuration. Apologies I should have guessed that's where these settings were coming from. I usually installboot and disklabel manually, download and extract sets manually, use makefs or mdsetimage and vnconfig to create/edit images.

> I usually installboot and disklabel manually, download and extract sets manually,

Why do things a harder way when there is no discernible benefit?

Re: Running NetBSD on IBM ThinkPad 380Z

#62

Earlier quoted context omitted.

> Isn't powerd off by default Sometimes it's on, see https://ftp.netbsd.org/pub/NetBSD/NetBSD-release-10/src/etc/... > By default only one tty is enabled Ah, but the rest is getting enabled by the installer, see https://github.com/NetBSD/src/blob/netbsd-10/usr.sbin/sysins... > NetBSD might have some "bloatware" but _the user must enable it_ first > Everything is off by default. That is one of the things that makes Ne…

Ah, sysinst. I do not use it. This explains the enabling of programs in the configuration. Apologies I should have guessed that's where these settings were coming from. I usually installboot and disklabel manually, download and extract sets manually, use makefs or mdsetimage and vnconfig to create/edit images.

The "discernable benefit" for me is 1. learning how things work and 2. flexibility.

Re: Running NetBSD on IBM ThinkPad 380Z

#63
post #4

> It may not be mainstream enough for a daily driver Horses for courses - it's my daily driver for development and administration. To be fair though, I relegate the vast majority of consuming the web to a mobile device.

Firefox is in pkgsrc so I don't see it couldn't be used for general web consumption. I think the only blocker might be the stuff requiring DRMs like streaming video services but since netbsd now supports VMs you could still run a linux vm for that.

I threw OpenBSD on my old laptop this year and it was workable except for DRM video and the fact that my bank evidently used user-agent sniffing to decide it didn't like Firefox on OpenBSD (but Firefox on Linux or Chromium on OpenBSD worked fine)

Re: Running NetBSD on IBM ThinkPad 380Z

#64
post #4

> It may not be mainstream enough for a daily driver Horses for courses - it's my daily driver for development and administration. To be fair though, I relegate the vast majority of consuming the web to a mobile device.

> Horses for courses - it's my daily driver for development and administration. Because OS doesn't really matter here. You can install the same packages and have the same workflow on any opensource unix OS.

> Because OS doesn't really matter here.

Arguably correct, but I really do like the NetBSD experience when I am dealing with the OS.

Re: Running NetBSD on IBM ThinkPad 380Z

#65
post #13

I wonder if that memory usage is with X running. If yes, then Im very impressed. 32MB with X is very decent result.

It's even less, as you can see 18 of those 32MB are cached stuff, but this is without X.

Ahh, w/o X. Okey, im less impressed. Also, cached is not counted towards used memory AFAIR. Total memory (roughty): Used + Free + Cached.

Thats my Linux VM w/o X:

MiB Mem : 3028.4 total, 2945.5 free, 19.7 used, 63.2 buff/cache

Xserver is running on my main OS.

Post reply on HN