On Mon, Sep 09, 2024 at 12:12:41PM +0200, Kirill A. Korinsky wrote: > > >Synopsis: uvn_flush: obj=0xfffffd8459e86108, offset=0x2af0000. error > >during pageout. > >Category: vmd > >Environment: > System : OpenBSD 7.6 > Details : OpenBSD 7.6-beta (GENERIC.MP) #103: Mon Sep 9 01:38:20 > CEST 2024 > > catap@matebook.local:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 > >Description: > Start of the VM with Linux on the last snapshot leads to errors in > dmesg: > uvn_flush: obj=0xfffffd8459e86108, offset=0x2af0000. error during > pageout. > uvn_flush: WARNING: changes to page may be lost! > Anyway, the VM works well. Restart VM does not reproduce the issue. > After reboot the host machine, the restart of VM may trigger the issue, > but not each reboot. I've tried it 10 times, and had only 2 errors. > Unfortently no stacktrace.
You ran out of diskspace while something tried to write a file out via mmap. Most probably this is ld.lld during kernel or lib relink. Fix this by adding more diskspace. -- :wq Claudio