Received: from mail-qt1-f172.google.com (mail-qt1-f172.google.com [209.85.160.172]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 93C41780DE2 for <~alpine/users@lists.alpinelinux.org>; Wed, 1 Dec 2021 13:15:28 +0000 (UTC) Received: by mail-qt1-f172.google.com with SMTP id l8so23913058qtk.6 for <~alpine/users@lists.alpinelinux.org>; Wed, 01 Dec 2021 05:15:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=christine-website.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:from:mime-version:subject:date:message-id :references:cc:in-reply-to:to; bh=T/B7AZmrgy5Y/EbyDNLM0QrU1yS0CPqcQW9PVfwbUFo=; b=Lr0KoTNpGX44X9MJDwTsHOAvzLf9JSKi0G6YbuQ1MuTzgytm9GeabaVMvCUj993m6K P2mJd3dXKj3ukOfeai3OBQrsa2NQZ2cMEvE1fJVDuPFt5rqKJV6zAlGHD9K4U4YOtEVJ vSOjstM/5V4tFMGCVC5NcvoTpPVx/ey7PqCuBY4VECwGfyOCL69ayNtlVsU+z7dJugdD tcjS3zxm+yLGSLFBlulNA6bE1gAxyfoF1DYGrU4uArqirsUYIuaRWTikCBuV8cbCV66G b2iFF95k5VCI8pkr4lwiIjKjzjs0zFHxIYLwtP5xVTakckhTqZjNUBVu+mVzo1meL6VD fVMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:content-transfer-encoding:from:mime-version :subject:date:message-id:references:cc:in-reply-to:to; bh=T/B7AZmrgy5Y/EbyDNLM0QrU1yS0CPqcQW9PVfwbUFo=; b=ZrdHkldCVJSdK8i6MRGtcZv4f/KVjKGH0fUCs40FEBynbtoZgGBBeIruhfbAyjqHfZ fPXijxIxRJEBNqzxg9SIrgcjgxUj6qICfLI7k9ek7FIekbMOTM1oMtftCSJLlrfMhuTe voMdb6YnXbU+dQW9zi3rrxVkkIzpiiWE3H9sC+hRpzAgAkTTLcJMfvOHLSIwP60Nvc/e WyvQ1oZki+OMAAK+ywDt1SBOp2MIafhzRpS2V5XQDUlanoPhSQgeZ1lvg3fn3KXss3oW 23FBIuru1Xy1Al68sWKjbLPDijpbcnaKv37nlyFMpbO7eay0vzBp6I7/Sr1Y0I7k/k4E 3DEA== X-Gm-Message-State: AOAM531TInPU+Nn9BTVdLFsNQZiFIV5qGk03ljxGmIouali04obalL5h MXyBUEjnEF+pVbALV1FuQnpLQkDsRBn6qyp7InY= X-Google-Smtp-Source: ABdhPJyjPyJx9kp7g+9oJ9YQgStadrXFziDLfA2mea9KbkO7U8prAOtESUBZLabJ7k1I0TMvZgu8hQ== X-Received: by 2002:a05:622a:48e:: with SMTP id p14mr6472643qtx.553.1638364526727; Wed, 01 Dec 2021 05:15:26 -0800 (PST) Received: from smtpclient.apple (bras-base-orlnon0608w-grc-22-174-94-21-149.dsl.bell.ca. [174.94.21.149]) by smtp.gmail.com with ESMTPSA id az14sm11914472qkb.97.2021.12.01.05.15.26 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 01 Dec 2021 05:15:26 -0800 (PST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Christine Dodrill Mime-Version: 1.0 (1.0) Subject: Re: libvirt qemu+ssh Date: Wed, 1 Dec 2021 08:15:25 -0500 Message-Id: <5F7421FA-D923-4243-B1D1-C01F3E05BA4F@christine.website> References: Cc: ~alpine/users@lists.alpinelinux.org In-Reply-To: To: daggs X-Mailer: iPhone Mail (19B81) Try qemu+ssh://root@alpine-server/system. You need to be root to control the= system libvirt thing unless you suffer through policykit. Sent from my iPhone > On Dec 1, 2021, at 02:25, daggs wrote: >=20 > =EF=BB=BFGreeting, >=20 > I'm trying to migrate my vms from my current server to a alpine based test= system using this cmd: virsh migrate --offline vm qemu+ssh://alpine_server/= system > however I get a timeout error regarding PolicyKit, I've installed it and s= tarted the service >=20 > is there a known issue regarding this or qemu+ssh:// with libvirt? >=20 > Thanks, >=20 > Dagg