Hello OpenBSD Team
First of all I’d like to express my thankfulness for your job and sacrifices in 
order to make system we love that much !

Last time I’ve spot the problem I can’t proces by myself through 2 weeks.
I’ve made a successful upgrade from 7.4 to 7.5 and everything works fine except 
VMM/VMD. It’s all about this error :
vmctl: connect: /var/run/vmd.sock: No such file or directory
I cannot create a VMD socket.
In attachment you can find overall output from my system files and I just 
please for help to debug it cause you are my last chance and maybe this will be 
less challenging to you than me.
My machine it’s Thinkpad T440s i7-4600U 12GB.
Thanks for any advice and suggestions.

Regards, Loew van Homan
#uname -ar
OpenBSD bsd 7.5 GENERIC.MP#82 amd64

#dmesg | grep vmm0
vmm0 at mainbus0: VMX/EPT

#restart networking conf
#doas sh /etc/netstart
#doas sh /etc/netstart vether0
#doas sh /etc/netstart bridge0


#dmesg | tail
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 476679MB, 512 bytes/sector, 976240063 sectors
root on sd1a (f5d0dbfbf2747af2.a) swap on sd1b dump on sd1b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x140, fw ver 17.3216344376.0, address e8:b1:fc:db:58:d5
drm:pid99844:intel_pipe_update_start *ERROR* [drm] *ERROR* Potential atomic 
update failure on pipe A

#vmctl start -m 4G -L -i 1 -r /home/vanu/vm/alpine.iso -d 
/home/vanu/vm/alpine.qcow2 alpine
#doas vmctl start -m 4G -L -i 1 -r /home/vanu/vm/alpine.iso -d 
/home/vanu/vm/alpine.qcow2 alpine
vmctl: connect: /var/run/vmd.sock: No such file or directory


#doas rcctl -d enable vmd
(ok)

#doas rcctl -d start vmd
doing _rc_parse_conf
vmd_flags >YES<
doing rc_check
vmd
doing rc_configtest
usage: vmd [-dnv] [-D macro=value] [-f file]
doing _rc_rm_runfile
(failed)

#doas rcctl check vmd
vmd(failed)

#doas pfctl -nf /etc/vm.conf
vmd(failed)




#doas /usr/sbin/vmd -d -v -v -v -v -v -v -v -v -v -v -v 
vmd: startup
vmd: /etc/vm.conf:8: syntax error
agentx: agentx exiting, pid 69918
control: control exiting, pid 71226
vmm: vmm exiting, pid 85698
priv: priv exiting, pid 87849






#doas gdb
vmstat -N /var/crash/bsd.0 -M /var/crash/bsd.0.core -m /var/crash/bsd.0.core: 
No such file or directory




Those commands has been applied in order to do full system update, upgrade and 
patch.
#doas fw_update
#doas pkg_add -Uu
#doas sysupgrade
#doas syspatch
#doas sysmerge -d

--------------------------



/etc/sysctl.conf:

kern.audio.record=1
net.inet.ip.forwarding=1
hw.smt=1
net.inet.udp.recvspace=65536
vm.swapencrypt.enable=1
kern.somaxconn=1024
net.inet.ip.redirect=0
kern.maxproc=8192
kern.maxfiles=65536
net.inet.tcp.mssdflt=1440
net.inet.tcp.rfc1323=1
net.inet.tcp.sack=1
kern.bufcachepercent=75
kern.shminfo.shmall=32768
kern.shminfo.shmmax=1073741824





/etc/rc.conf.local:

apmd_flags=
dhcpd_flags=vether0
pf="YES"
pkg_scripts=obsdfreqd
vmd_flags="YES"
xenodm_flags=





/etc/vm.conf :
                                                                                
                                                                                
 
vm "alpine" {
    owner vanu
    #cpu 2
    memory 4G
    cdrom "/home/vanu/vm/alpine.iso"
    disk "/home/vanu/vm/alpine.qcow2" format qcow2
    interface {switch "vm_switch"}
    switch "vm_switch"{
    interface bridge0
}

/etc/dhcpd.conf :                                                               
                                                                                
                     
#Global configuration
option  domain-name "vmm.openbsd.local";
option  domain-name-servers 208.67.220.220, 208.67.222.222;

#Subnet configuration
subnet 10.0.0.1 netmask 255.255.255.0 {
        option routers 10.0.0.1;
        range 10.0.0.1 10.0.0.127;
}


/etc/hostname.bridge0 :                                                         
                                                                                
                
add vether0





/etc/hostname.vether0 :                                                         
                                                                                
                
#Set the same address configuration as in the /etc.pf.conf 
inet 10.0.0.1 255.255.255.0





/etc/pf.conf :
                                                                                
                                                                         
#       $OpenBSD: pf.conf,v 1.55 2017/12/03 20:40:04 sthen Exp $
#
# See pf.conf(5) and /etc/examples/pf.conf

set skip on lo
block return    # block stateless traffic
pass            # establish keep-state
# By default, do not permit remote connections to X11
block return in on ! lo0 proto tcp to port 6000:6010
# Port build user does not need network
block return out log proto {tcp udp} user _pbuild
# This conf is for VMM VMD
inet 10.0.0.1 255.255.255.0
# Configure NAT
match out on iwm0 from vether0:network to any nat-to (iwm0)
# Allow SSH to connect to VMM VMD
pass in on iwm0 proto tcp from any to vether0:network port 22 rdr-to 10.0.0.1 
port 22





#doas ps aux | grep dhcpd
_dhcp    35038  0.0  0.0  1100  1352 ??  Ipc     3:29PM    0:00.00 
/usr/sbin/dhcpd vether0
vanu     77798  0.0  0.0   796  1384 p1  S+p     5:12PM    0:00.00 grep dhcpd


#doas ps aux | grep vmd
vanu     26845  0.0  0.0   116   396 p1  R+/1    6:09PM    0:00.00 grep vmd
#doas ps aux | grep vmm 
vanu     80929  0.0  0.0   108   384 p1  R+/1    6:09PM    0:00.00 grep vmm


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages
kern.debug;syslog,user.info                             /var/log/messages
auth.info                                               /var/log/authlog
authpriv.debug                                          /var/log/secure
cron.info                                               /var/cron/log
daemon.info                                             /var/log/daemon
ftp.info                                                /var/log/xferlog
lpr.debug                                               /var/log/lpd-errs
mail.info                                               /var/log/maillog


/var/log/messages
(DONE)

/var/log/authlog
(DONE)

#listing all the shell commands:
/var/log/secure
(NOT ASSOCIATED WITH CASE)

/var/cron/log
(DONE)

#visited IP adressesses
/var/log/daemon
(NOT ASSOCIATED WITH CASE)

/var/log/xferlog
(CLEAR)

/var/log/lpd-errs
(CLEAR)

/var/log/maillog
(DONE)
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------




#doas cat /var/log/messages 

May 16 15:29:53 bsd syslogd[95153]: start
May 16 15:29:53 bsd /bsd: OpenBSD 7.5 (GENERIC.MP) #82: Wed Mar 20 15:48:40 MDT 
2024
May 16 15:29:53 bsd /bsd:     
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
May 16 15:29:53 bsd /bsd: real mem = 12741120000 (12150MB)
May 16 15:29:53 bsd /bsd: avail mem = 12333862912 (11762MB)
May 16 15:29:53 bsd /bsd: random: good seed from bootblocks
May 16 15:29:53 bsd /bsd: mpath0 at root
May 16 15:29:53 bsd /bsd: scsibus0 at mpath0: 256 targets
May 16 15:29:53 bsd /bsd: mainbus0 at root
May 16 15:29:53 bsd /bsd: bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbcc0b000 (61 
entries)
May 16 15:29:53 bsd /bsd: bios0: vendor LENOVO version "GJETA3WW (2.53 )" date 
08/26/2019
May 16 15:29:53 bsd /bsd: bios0: LENOVO 20ARS36403
May 16 15:29:53 bsd /bsd: efi0 at bios0: UEFI 2.3.1
May 16 15:29:53 bsd /bsd: efi0: Lenovo rev 0x2530
May 16 15:29:53 bsd /bsd: acpi0 at bios0: ACPI 5.0
May 16 15:29:53 bsd /bsd: acpi0: sleep states S0 S3 S4 S5
May 16 15:29:53 bsd /bsd: acpi0: tables DSDT FACP SLIC DBGP ECDT HPET APIC MCFG 
SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT PCCT SSDT UEFI MSDM ASF! BATB FPDT SSDT 
SSDT TPM2 UEFI BGRT DMAR
May 16 15:29:53 bsd /bsd: acpi0: wakeup devices LID_(S4) SLPB(S3) IGBE(S4) 
EXP2(S4) XHCI(S3) EHC1(S3)
May 16 15:29:53 bsd /bsd: acpitimer0 at acpi0: 3579545 Hz, 24 bits
May 16 15:29:53 bsd /bsd: acpiec0 at acpi0
May 16 15:29:53 bsd /bsd: acpihpet0 at acpi0: 14318179 Hz
May 16 15:29:53 bsd /bsd: acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
May 16 15:29:53 bsd /bsd: cpu0 at mainbus0: apid 0 (boot processor)
May 16 15:29:53 bsd /bsd: cpu0: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz, 
798.17 MHz, 06-45-01, patch 00000026
May 16 15:29:53 bsd /bsd: cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
May 16 15:29:53 bsd /bsd: cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 
8-way I-cache, 256KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
May 16 15:29:53 bsd /bsd: cpu0: smt 0, core 0, package 0
May 16 15:29:53 bsd /bsd: mtrr: Pentium Pro MTRR support, 10 var ranges, 88 
fixed ranges
May 16 15:29:53 bsd /bsd: cpu0: apic clock running at 99MHz
May 16 15:29:53 bsd /bsd: cpu0: mwait min=64, max=64, 
C-substates=0.2.1.2.4.1.1.1, IBE
May 16 15:29:53 bsd /bsd: cpu1 at mainbus0: apid 2 (application processor)
May 16 15:29:53 bsd /bsd: cpu1: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz, 
798.17 MHz, 06-45-01, patch 00000026
May 16 15:29:53 bsd /bsd: cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
May 16 15:29:53 bsd /bsd: cpu1: 32KB 64b/line 8-way D-cache, 32KB 64b/line 
8-way I-cache, 256KB 64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
May 16 15:29:53 bsd /bsd: cpu1: smt 0, core 1, package 0
May 16 15:29:53 bsd /bsd: ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 
20, 40 pins
May 16 15:29:53 bsd /bsd: acpimcfg0 at acpi0
May 16 15:29:53 bsd /bsd: acpimcfg0: addr 0xf8000000, bus 0-63
May 16 15:29:53 bsd /bsd: acpiprt0 at acpi0: bus 0 (PCI0)
May 16 15:29:53 bsd /bsd: acpiprt1 at acpi0: bus -1 (PEG_)
May 16 15:29:53 bsd /bsd: acpiprt2 at acpi0: bus 2 (EXP1)
May 16 15:29:53 bsd /bsd: acpiprt3 at acpi0: bus 3 (EXP2)
May 16 15:29:53 bsd /bsd: acpiprt4 at acpi0: bus -1 (EXP3)
May 16 15:29:53 bsd /bsd: acpibtn0 at acpi0: LID_(wakeup)
May 16 15:29:53 bsd /bsd: acpibtn1 at acpi0: SLPB(wakeup)
May 16 15:29:53 bsd /bsd: acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 
0x00000001
May 16 15:29:53 bsd /bsd: acpicmos0 at acpi0
May 16 15:29:53 bsd /bsd: acpibat0 at acpi0: BAT0 model "45N1773" serial 34284 
type LION oem "SANYO"
May 16 15:29:53 bsd /bsd: acpibat1 at acpi0: BAT1 model "45N1127" serial  8759 
type LION oem "LGC"
May 16 15:29:53 bsd /bsd: acpiac0 at acpi0: AC unit offline
May 16 15:29:53 bsd /bsd: acpithinkpad0 at acpi0: version 1.0
May 16 15:29:53 bsd /bsd: "PNP0C14" at acpi0 not configured
May 16 15:29:53 bsd last message repeated 2 times
May 16 15:29:53 bsd /bsd: "INT340F" at acpi0 not configured
May 16 15:29:53 bsd /bsd: tpm0 at acpi0 TPM_: unsupported TPM2 start method 2
May 16 15:29:53 bsd /bsd: acpicpu0 at acpi0: C3(200@506 mwait.1@0x60), 
C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
May 16 15:29:53 bsd /bsd: acpicpu1 at acpi0: C3(200@506 mwait.1@0x60), 
C2(200@148 mwait.1@0x33), C1(1000@1 mwait.1), PSS
May 16 15:29:53 bsd /bsd: acpipwrres0 at acpi0: PUBS, resource for XHCI, EHC1
May 16 15:29:53 bsd /bsd: acpipwrres1 at acpi0: NVP3, resource for PEG_
May 16 15:29:53 bsd /bsd: acpipwrres2 at acpi0: NVP2, resource for PEG_
May 16 15:29:53 bsd /bsd: acpitz0 at acpi0: critical temperature is 200 degC
May 16 15:29:53 bsd /bsd: acpivideo0 at acpi0: VID_
May 16 15:29:53 bsd /bsd: acpivout0 at acpivideo0: LCD0
May 16 15:29:53 bsd /bsd: acpivideo1 at acpi0: VID_
May 16 15:29:53 bsd /bsd: cpu0: using VERW MDS workaround (except on vmm entry)
May 16 15:29:53 bsd /bsd: cpu0: Enhanced SpeedStep 798 MHz: speeds: 2701, 2700, 
2600, 2400, 2300, 2100, 2000, 1800, 1700, 1600, 1400, 1300, 1100, 1000, 800, 
756 MHz
May 16 15:29:53 bsd /bsd: pci0 at mainbus0 bus 0
May 16 15:29:53 bsd /bsd: pchb0 at pci0 dev 0 function 0 "Intel Core 4G Host" 
rev 0x0b
May 16 15:29:53 bsd /bsd: inteldrm0 at pci0 dev 2 function 0 "Intel HD 
Graphics" rev 0x0b
May 16 15:29:53 bsd /bsd: drm0 at inteldrm0
May 16 15:29:53 bsd /bsd: inteldrm0: msi, HASWELL, gen 7
May 16 15:29:53 bsd /bsd: azalia0 at pci0 dev 3 function 0 "Intel Core 4G HD 
Audio" rev 0x0b: msi
May 16 15:29:53 bsd /bsd: azalia0: No codecs found
May 16 15:29:53 bsd /bsd: xhci0 at pci0 dev 20 function 0 "Intel 8 Series xHCI" 
rev 0x04: msi, xHCI 1.0
May 16 15:29:53 bsd /bsd: usb0 at xhci0: USB revision 3.0
May 16 15:29:53 bsd /bsd: uhub0 at usb0 configuration 1 interface 0 "Intel xHCI 
root hub" rev 3.00/1.00 addr 1
May 16 15:29:53 bsd /bsd: "Intel 8 Series MEI" rev 0x04 at pci0 dev 22 function 
0 not configured
May 16 15:29:53 bsd /bsd: em0 at pci0 dev 25 function 0 "Intel I218-LM" rev 
0x04: msi, address 68:f7:28:46:04:03
May 16 15:29:53 bsd /bsd: azalia1 at pci0 dev 27 function 0 "Intel 8 Series HD 
Audio" rev 0x04: msi
May 16 15:29:53 bsd /bsd: azalia1: codecs: Realtek ALC292
May 16 15:29:53 bsd /bsd: audio0 at azalia1
May 16 15:29:53 bsd /bsd: ppb0 at pci0 dev 28 function 0 "Intel 8 Series PCIE" 
rev 0xe4: msi
May 16 15:29:53 bsd /bsd: pci1 at ppb0 bus 2
May 16 15:29:53 bsd /bsd: rtsx0 at pci1 dev 0 function 0 "Realtek RTS5227 Card 
Reader" rev 0x01: msi
May 16 15:29:53 bsd /bsd: sdmmc0 at rtsx0: 4-bit, dma
May 16 15:29:53 bsd /bsd: ppb1 at pci0 dev 28 function 1 "Intel 8 Series PCIE" 
rev 0xe4: msi
May 16 15:29:53 bsd /bsd: pci2 at ppb1 bus 3
May 16 15:29:53 bsd /bsd: iwm0 at pci2 dev 0 function 0 "Intel AC 7260" rev 
0x83, msi
May 16 15:29:53 bsd /bsd: ehci0 at pci0 dev 29 function 0 "Intel 8 Series USB" 
rev 0x04: apic 2 int 23
May 16 15:29:53 bsd /bsd: usb1 at ehci0: USB revision 2.0
May 16 15:29:53 bsd /bsd: uhub1 at usb1 configuration 1 interface 0 "Intel EHCI 
root hub" rev 2.00/1.00 addr 1
May 16 15:29:53 bsd /bsd: pcib0 at pci0 dev 31 function 0 "Intel 8 Series LPC" 
rev 0x04
May 16 15:29:53 bsd /bsd: ahci0 at pci0 dev 31 function 2 "Intel 8 Series AHCI" 
rev 0x04: msi, AHCI 1.3
May 16 15:29:53 bsd /bsd: ahci0: port 0: 6.0Gb/s
May 16 15:29:53 bsd /bsd: scsibus1 at ahci0: 32 targets
May 16 15:29:53 bsd /bsd: sd0 at scsibus1 targ 0 lun 0: <ATA, Samsung SSD 860, 
RVT0> naa.5002538e303121bb
May 16 15:29:53 bsd /bsd: sd0: 476940MB, 512 bytes/sector, 976773168 sectors, 
thin
May 16 15:29:53 bsd /bsd: ichiic0 at pci0 dev 31 function 3 "Intel 8 Series 
SMBus" rev 0x04: apic 2 int 18
May 16 15:29:53 bsd /bsd: iic0 at ichiic0
May 16 15:29:53 bsd /bsd: isa0 at pcib0
May 16 15:29:53 bsd /bsd: isadma0 at isa0
May 16 15:29:53 bsd /bsd: pckbc0 at isa0 port 0x60/5 irq 1 irq 12
May 16 15:29:53 bsd /bsd: pckbd0 at pckbc0 (kbd slot)
May 16 15:29:53 bsd /bsd: wskbd0 at pckbd0: console keyboard
May 16 15:29:53 bsd /bsd: pms0 at pckbc0 (aux slot)
May 16 15:29:53 bsd /bsd: wsmouse0 at pms0 mux 0
May 16 15:29:53 bsd /bsd: wsmouse1 at pms0 mux 0
May 16 15:29:53 bsd /bsd: pms0: Synaptics clickpad, firmware 8.1, 0x1e2b1 
0x940300 0x2d9240 0xd001a3 0x12e800
May 16 15:29:53 bsd /bsd: pcppi0 at isa0 port 0x61
May 16 15:29:53 bsd /bsd: spkr0 at pcppi0
May 16 15:29:53 bsd /bsd: vmm0 at mainbus0: VMX/EPT
May 16 15:29:53 bsd /bsd: efifb at mainbus0 not configured
May 16 15:29:53 bsd /bsd: uhub2 at uhub1 port 1 configuration 1 interface 0 
"Intel Rate Matching Hub" rev 2.00/0.04 addr 2
May 16 15:29:53 bsd /bsd: uhidev0 at uhub2 port 5 configuration 1 interface 0 
"ELAN Touchscreen" rev 2.01/11.12 addr 3
May 16 15:29:53 bsd /bsd: uhidev0: iclass 3/0, 68 report ids
May 16 15:29:53 bsd /bsd: ums0 at uhidev0 reportid 1: 1 button, tip
May 16 15:29:53 bsd /bsd: wsmouse2 at ums0 mux 0
May 16 15:29:53 bsd /bsd: uhid0 at uhidev0 reportid 2: input=64, output=0, 
feature=0
May 16 15:29:53 bsd /bsd: uhid1 at uhidev0 reportid 3: input=0, output=31, 
feature=0
May 16 15:29:53 bsd /bsd: uhid2 at uhidev0 reportid 4: input=19, output=0, 
feature=0
May 16 15:29:53 bsd /bsd: uhid3 at uhidev0 reportid 10: input=0, output=0, 
feature=1
May 16 15:29:53 bsd /bsd: ums1 at uhidev0 reportid 68: 0 buttons
May 16 15:29:53 bsd /bsd: wsmouse3 at ums1 mux 0
May 16 15:29:53 bsd /bsd: vscsi0 at root
May 16 15:29:53 bsd /bsd: scsibus2 at vscsi0: 256 targets
May 16 15:29:53 bsd /bsd: softraid0 at root
May 16 15:29:53 bsd /bsd: scsibus3 at softraid0: 256 targets
May 16 15:29:53 bsd /bsd: sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 
006>
May 16 15:29:53 bsd /bsd: sd1: 476679MB, 512 bytes/sector, 976240063 sectors
May 16 15:29:53 bsd /bsd: root on sd1a (f5d0dbfbf2747af2.a) swap on sd1b dump 
on sd1b
May 16 15:29:53 bsd /bsd: inteldrm0: 1920x1080, 32bpp
May 16 15:29:53 bsd /bsd: wsdisplay0 at inteldrm0 mux 1: console (std, vt100 
emulation), using wskbd0
May 16 15:29:53 bsd /bsd: wsdisplay0: screen 1-5 added (std, vt100 emulation)
May 16 15:29:53 bsd /bsd: iwm0: hw rev 0x140, fw ver 17.3216344376.0, address 
e8:b1:fc:db:58:d5
May 16 15:29:53 bsd savecore: no core dump
May 16 15:29:54 bsd apmd: battery status: high. external power status: not 
connected. estimated battery life 80% (144 minutes life time estimate)
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] core-util.c: Failed to connect 
to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] module-console-kit.c: Unable to 
contact D-Bus system bus: org.freedesktop.DBus.Error.FileNotFound: Failed to 
connect to socket /var/run/dbus/system_bus_socket: No such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] module.c: Failed to load module 
"module-console-kit" (argument: ""): initialization failed.
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] cli-command.c: 
stat('/etc/pulse/default.pa.d'): No such file or directory
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] x11wrap.c: XOpenDisplay() failed
May 16 15:30:10 bsd pulseaudio[33814]: [(null)] module.c: Failed to load module 
"module-x11-publish" (argument: "display=:0.0 xauthority="): initialization 
failed.
May 16 15:30:14 bsd reorder_kernel: kernel relinking done
May 16 15:42:55 bsd apmd: battery status: high. external power status: not 
connected. estimated battery life 70% (99 minutes life time estimate)
May 16 15:45:07 bsd /bsd: drm:pid99844:intel_pipe_update_start *ERROR* [drm] 
*ERROR* Potential atomic update failure on pipe A
May 16 15:49:05 bsd pkg_add: Added xfce4-appfinder-4.18.1
May 16 15:56:35 bsd apmd: battery status: high. external power status: not 
connected. estimated battery life 60% (83 minutes life time estimate)
May 16 16:08:05 bsd pkg_delete: Removed virt-manager-4.1.0p3
May 16 16:08:05 bsd pkg_delete: Removed bgs-0.8p0
May 16 16:09:55 bsd apmd: battery status: low. external power status: not 
connected. estimated battery life 50% (80 minutes life time estimate)
May 16 16:26:16 bsd apmd: battery status: low. external power status: not 
connected. estimated battery life 40% (84 minutes life time estimate)
May 16 16:29:20 bsd apmd: battery status: low. external power status: 
connected. estimated battery life 38% (59 minutes life time estimate)
May 16 16:29:21 bsd apmd: battery status: charging. external power status: 
connected. estimated battery life 38%
May 16 16:32:17 bsd apmd: battery status: low. external power status: 
connected. estimated battery life 40%
May 16 16:32:18 bsd apmd: battery status: charging. external power status: 
connected. estimated battery life 40%
May 16 16:40:15 bsd apmd: battery status: charging. external power status: 
connected. estimated battery life 50% (43 minutes recharge time estimate)
May 16 16:48:55 bsd apmd: battery status: charging. external power status: 
connected. estimated battery life 60% (35 minutes recharge time estimate)
May 16 16:58:05 bsd apmd: battery status: charging. external power status: 
connected. estimated battery life 70% (28 minutes recharge time estimate)
May 16 17:11:55 bsd apmd: battery status: charging. external power status: 
connected. estimated battery life 80% (37 minutes recharge time estimate)
May 16 17:18:30 bsd /bsd: drm:pid99844:intel_pipe_update_start *ERROR* [drm] 
*ERROR* Potential atomic update failure on pipe A
 









#doas cat /var/log/messages | grep vmd    
May 15 19:56:11 bsd vmd[19761]: vmd: re-exec requires execution with an 
absolute path
May 15 20:30:38 bsd vmd[46252]: vmd: re-exec requires execution with an 
absolute path
May 15 20:39:01 bsd vmd[48177]: vmd: re-exec requires execution with an 
absolute path
May 15 20:39:08 bsd vmd[35584]: vmd: re-exec requires execution with an 
absolute path
May 15 20:40:11 bsd vmd[18683]: vmd: re-exec requires execution with an 
absolute path

(Virtual machine was executed with absoulte path :
#doas vmctl start -m 4G -L -i 1 -r /home/vanu/vm/alpine.iso -d 
/home/vanu/vm/alpine.qcow2 alpine
vmctl start -m 4G -L -i 1 -r /home/vanu/vm/alpine.iso -d 
/home/vanu/vm/alpine.qcow2 alpine
and I've received :
vmctl: connect: /var/run/vmd.sock: No such file or directory
)





#doas cat /var/log/messages | grep vmm 
May 15 19:57:31 bsd /bsd: cpu0: using VERW MDS workaround (except on vmm entry)
May 15 19:57:31 bsd /bsd: vmm0 at mainbus0: VMX/EPT
May 15 20:18:49 bsd /bsd: cpu0: using VERW MDS workaround (except on vmm entry)
May 15 20:18:49 bsd /bsd: vmm0 at mainbus0: VMX/EPT
May 15 20:27:21 bsd /bsd: cpu0: using VERW MDS workaround (except on vmm entry)
May 15 20:27:21 bsd /bsd: vmm0 at mainbus0: VMX/EPT
May 15 20:44:28 bsd /bsd: cpu0: using VERW MDS workaround (except on vmm entry)
May 15 20:44:28 bsd /bsd: vmm0 at mainbus0: VMX/EPT
May 16 15:29:53 bsd /bsd: cpu0: using VERW MDS workaround (except on vmm entry)
May 16 15:29:53 bsd /bsd: vmm0 at mainbus0: VMX/EPT


(Here is some VERW workaround applied, but why ?)





# doas cat /var/log/authlog            
May 16 15:29:53 bsd sshd[17991]: Server listening on 0.0.0.0 port 22.
May 16 15:29:53 bsd sshd[17991]: Server listening on :: port 22.





# doas cat /var/cron/log     
2024-05-13T18:00:01.960Z bsd newsyslog[91894]: logfile turned over
May 13 20:20:38 bsd cron[15452]: (CRON) STARTUP (V5.0)
May 13 21:00:01 bsd cron[85942]: (root) CMD (/usr/bin/newsyslog)
May 13 21:51:38 bsd cron[15903]: (CRON) STARTUP (V5.0)
May 13 21:54:48 bsd cron[28040]: (CRON) STARTUP (V5.0)
May 13 21:59:12 bsd cron[23779]: (CRON) STARTUP (V5.0)
May 13 22:00:01 bsd cron[99759]: (root) CMD (/usr/bin/newsyslog)
May 13 22:04:40 bsd cron[79553]: (CRON) STARTUP (V5.0)
May 13 22:49:14 bsd cron[25156]: (CRON) STARTUP (V5.0)
May 15 18:25:55 bsd cron[32525]: (CRON) STARTUP (V5.0)
May 15 19:00:01 bsd cron[95446]: (root) CMD (/usr/bin/newsyslog)
May 15 19:57:49 bsd cron[95522]: (CRON) STARTUP (V5.0)
May 15 20:00:01 bsd cron[81757]: (root) CMD (/usr/bin/newsyslog)
May 15 20:18:51 bsd cron[69398]: (CRON) STARTUP (V5.0)
May 15 20:27:22 bsd cron[73066]: (CRON) STARTUP (V5.0)
May 15 20:44:29 bsd cron[56481]: (CRON) STARTUP (V5.0)
May 15 21:00:01 bsd cron[26514]: (root) CMD (/usr/bin/newsyslog)
May 15 22:00:01 bsd cron[46526]: (root) CMD (/usr/bin/newsyslog)
May 15 23:00:01 bsd cron[72791]: (root) CMD (/usr/bin/newsyslog)
May 16 15:29:54 bsd cron[55883]: (CRON) STARTUP (V5.0)
May 16 16:00:01 bsd cron[84656]: (root) CMD (/usr/bin/newsyslog)
May 16 17:00:01 bsd cron[67304]: (root) CMD (/usr/bin/newsyslog)




#doas cat /var/cron/log
May 16 15:29:54 bsd cron[55883]: (CRON) STARTUP (V5.0)
May 16 16:00:01 bsd cron[84656]: (root) CMD (/usr/bin/newsyslog)
May 16 17:00:01 bsd cron[67304]: (root) CMD (/usr/bin/newsyslog)





#doas cat /var/log/maillog  
2024-05-15T17:00:01.392Z bsd newsyslog[31914]: logfile turned over
May 15 19:57:48 bsd smtpd[49689]: info: OpenSMTPD 7.5.0 starting
May 15 20:18:50 bsd smtpd[41087]: info: OpenSMTPD 7.5.0 starting
May 15 20:27:22 bsd smtpd[59308]: info: OpenSMTPD 7.5.0 starting
May 15 20:44:29 bsd smtpd[92487]: info: OpenSMTPD 7.5.0 starting
May 16 15:29:53 bsd smtpd[12640]: info: OpenSMTPD 7.5.0 starting

Reply via email to