Sunday, May 02, 2021

Re: vmm error mesg since upgrade to 6.9

hi


on host


/etc 3>cat hostname.bridge1
rdomain 10
group vpn
add vether1
#add em1
up

/etc 4>cat vm.conf
switch "vswitch1" {
        interface bridge1
        rdomain 10
        enable
        }

vm "vpngw" {
        owner _vmd
        disk "/home/vmd/disk0.qcow2"
        interface {
                rdomain 10
                switch "vswitch1"
                lladdr fe:e1:ba:d0:9b:d4
        }
        memory 1G
        enable
}

network is working.

vm is working

may the message  come when the host have an diffrent os as the vm ?

i upgrade first the host to 6.9 , the vm ist coming up at boot and run ,
in this case

6.8 .

Holger


then i did the vm upgrade to 6.9.





Am 02.05.21 um 13:04 schrieb Dave Voutila:
> Holger Glaess writes:
>
>> hi
>>
>>
>> i did the upgrade von 6.8 to 6.9 .
>>
>>
>> after reboot i get in my messages log
>>
>>
>> vmd[56]: vionet_enq_rx: descriptor too small for packet data
>>
>>
>> i run only one vm on my box, this is also upgraded to 6.9.
>>
>>
>> how can i fix this ?
>>
>>
> Can you share some more details? Does networking work? How do you start
> this vm (what are the networking arguments)? Need more info to reproduce
> what you're seeing.
>
> There were minimal changes in the virtio emulation between 6.8 and
> 6.9. One of the few changes involved dhcp/bootp packet intercept, so I'm
> curious what your guest is doing.
>
> -dv

No comments:

Post a Comment