Re: Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-02 Thread Mayuresh
On Sat, Dec 03, 2022 at 08:37:33AM +0530, Mayuresh wrote: > I'll use qemu/virtualbox on Linux to boot the installation image and > select the physical partition on which I was trying to install NetBSD as > the installation partition. > > Will this work, or are there things to watch out if I try

Running NetBSD installer on VM to install on real disk [Was: NetBSD 9.3 UEFI...]

2022-12-02 Thread Mayuresh
I am running into several problems described on previous title of this thread, on GPT partitioned disk and with UEFI boot. On the same disk I have Void Linux and Windows installations. Wonder if the following can work: I'll use qemu/virtualbox on Linux to boot the installation image and select

timers slow (sleep 1 taking five seconds)

2022-12-02 Thread Jeremy C. Reed
I think I saw this some months ago, but then problem disappeared. But today: $ time sleep 1 5.03s real 0.00s user 0.01s system $ time sleep 2 10.01s real 0.00s user 0.00s system $ date ; timeout 5 sleep 10 ; date Fri Dec 2 23:56:42 UTC 2022 Fri Dec 2 23:57:07 UTC 2022

ldd-linux

2022-12-02 Thread Brook Milligan
I am trying to get a linux binary running under emulation, but it is not finding all the libraries it needs. According to objdump, those are: $ objdump -p /tmp/program|grep NEEDED NEEDED libdl.so.2 NEEDED libm.so.6 NEEDED libpthread.so.0 NEEDED