Live data from Hacker News

NetBSD support for psutil

grodola.blogspot.com

1–10 of 12 posts

Re: NetBSD support for psutil

#4
Slightly off-topic, but for anyone unaware, NetBSD is a wonderful operating system (it happens to be my favorite). Rock-solid reliability, very organized file system, great package manager (pkgsrc), and compatible with virtually every platform imaginable, you can see the full list here: https://www.netbsd.org/ports/#ports-tier1

Re: NetBSD support for psutil

#5
post #2

> psutil.cpu_count(logical=False) always return None. Out of interest why would this be the case? Don't know much about NetBSD.

Because psutil uses the OS APIs, NetBSD (and OpenBSD) don't expose the physical core count (number of actual CPU cores), only the logical one (including "hyperthreading" virtual cores)

Re: NetBSD support for psutil

#6
post #4

Slightly off-topic, but for anyone unaware, NetBSD is a wonderful operating system (it happens to be my favorite). Rock-solid reliability, very organized file system, great package manager (pkgsrc), and compatible with virtually every platform imaginable, you can see the full list here: https://www.netbsd.org/ports/#ports-tier1

NetBSD: The OS that can even run on a "toaster". :)

https://www.embeddedarm.com/software/arm-netbsd-toaster.php

Re: NetBSD support for psutil

#7
post #4

Slightly off-topic, but for anyone unaware, NetBSD is a wonderful operating system (it happens to be my favorite). Rock-solid reliability, very organized file system, great package manager (pkgsrc), and compatible with virtually every platform imaginable, you can see the full list here: https://www.netbsd.org/ports/#ports-tier1

I recently started testing NetBSD in a virtual machine on my PC. I really like it, although there are some things that annoy me with it.

I would like to use it as my primary OS but it won't boot on my hardware. I've considered installing and running it inside of a hypervisor but I don't know if that is wise.

Re: NetBSD support for psutil

#8
post #7
post #4

Slightly off-topic, but for anyone unaware, NetBSD is a wonderful operating system (it happens to be my favorite). Rock-solid reliability, very organized file system, great package manager (pkgsrc), and compatible with virtually every platform imaginable, you can see the full list here: https://www.netbsd.org/ports/#ports-tier1

I recently started testing NetBSD in a virtual machine on my PC. I really like it, although there are some things that annoy me with it. I would like to use it as my primary OS but it won't boot on my hardware. I've considered installing and running it inside of a hypervisor but I don't know if that is wise.

Its fine in a hypervisor. It has excellent Xen support, but you can use others too; it has all the virtio drivers for KVM for example now.

What is the issue with your hardware?

Re: NetBSD support for psutil

#9
post #7

Earlier quoted context omitted.

I recently started testing NetBSD in a virtual machine on my PC. I really like it, although there are some things that annoy me with it. I would like to use it as my primary OS but it won't boot on my hardware. I've considered installing and running it inside of a hypervisor but I don't know if that is wise.

Its fine in a hypervisor. It has excellent Xen support, but you can use others too; it has all the virtio drivers for KVM for example now. What is the issue with your hardware?

I am not at home, but as I recall, the kernel freezes during boot for both the 32 bit and 64 bit versions. The 32 bit version of OpenBSD also freezes during kernel boot but the 64 bit version does not. I know it is not an EFI issue as legacy booting is turned on.
Post reply on HN