On Fri, Oct 25, 2024 at 09:12:04AM +0200, Holger Glaess wrote: > hi > > > if id do an > > vmctl -v send vpngw | ssh bellab vmctl receive vpngw > > > i got an > > bellab vmd[18629]: denied request 19 from uid 107 > > on the receiving system. > > the _vmd user is changed that he have an shell and an home dir where the > > vm image are stored. >
are you ssh'ing as _vmd? because that's the owner of that VM and you need to be either root or that user to 'vmctl receive' it. -ml > > the vm.conf part on both machines are > > vm "vpngw" { > disk "/home/vmd/vpngw.qcow2" > owner _vmd > interface { > rdomain 10 > switch "vswitch10" > lladdr fe:e1:ba:d0:9b:d3 > } > memory 1G > enable > } > > what do i wrong ? > > > Holger > >