What's wrong with my QEMU command line?

2022-10-09 Thread Vincent DEFERT
Hi, I'm struggling to run NetBSD-current under Linux with QEMU 7.0 using the following command line: qemu-system-x86_64     -name netbsd     -smp 2     -m 3072     -hda /home/wrk/vm/netbsd.qcow2     -enable-kvm     -machine q35 -cpu max     -vga virtio -display gtk,gl=on     -audiodev

Re: sponsor NetBSD for 2020 https://github.com/sponsors/NetBSD

2020-11-10 Thread Vincent DEFERT
On 10/11/2020 17:53, Jason Thorpe wrote: Yah, that's Amazon Smile, and NetBSD is already on it. Are there geographic restrictions to this program? I can't find it on smile.amazon.de.

Re: recent sysinst UX changes

2020-11-09 Thread Vincent DEFERT
On 09/11/2020 21:49, m...@netbsd.org wrote: Unfortunately it leads to surprise failures if programs ever use /dev/random. If not seeded, reads from it will block forever. If it has such consequences, the installer - or maybe a 'first-run' startup script? - should of course take care of it. That