Help ! libvirt

2023-09-21 Thread Bhasker C V
I am getting an error with libivrt when I create a VM

```
 $ sudo virsh create ./win11.xml
error: Failed to create domain from ./win11.xml
error: internal error: mishandled storage format 'none'

```

This is after I have done a dist-upgrade (was working fine before)
debian trixie.

error message says
qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal error:
mishandled storage format 'none'


Re: Help ! libvirt

2023-09-21 Thread john doe

On 9/21/23 09:32, Bhasker C V wrote:

I am getting an error with libivrt when I create a VM

```
  $ sudo virsh create ./win11.xml
error: Failed to create domain from ./win11.xml
error: internal error: mishandled storage format 'none'

```

This is after I have done a dist-upgrade (was working fine before)
debian trixie.

error message says
qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal error:
mishandled storage format 'none'



You might want to post this as well to the Libvirt mailing list.

--
John Doe



Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
Adding libvirt mailing list
apologies for cross-posting
libvirt version: 9.7.0-1

On Thu, Sep 21, 2023 at 8:39 AM john doe  wrote:

> On 9/21/23 09:32, Bhasker C V wrote:
> > I am getting an error with libivrt when I create a VM
> >
> > ```
> >   $ sudo virsh create ./win11.xml
> > error: Failed to create domain from ./win11.xml
> > error: internal error: mishandled storage format 'none'
> >
> > ```
> >
> > This is after I have done a dist-upgrade (was working fine before)
> > debian trixie.
> >
> > error message says
> > qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal error:
> > mishandled storage format 'none'
> >
>
> You might want to post this as well to the Libvirt mailing list.
>
> --
> John Doe
>
>


Re: Help ! libvirt

2023-09-21 Thread Daniel P . Berrangé
On Thu, Sep 21, 2023 at 09:05:43AM +0100, Bhasker C V wrote:
> Adding libvirt mailing list
> apologies for cross-posting
> libvirt version: 9.7.0-1
> 
> On Thu, Sep 21, 2023 at 8:39 AM john doe  wrote:
> 
> > On 9/21/23 09:32, Bhasker C V wrote:
> > > I am getting an error with libivrt when I create a VM
> > >
> > > ```
> > >   $ sudo virsh create ./win11.xml

Please post the win11.xml file contents too

> > > error: Failed to create domain from ./win11.xml
> > > error: internal error: mishandled storage format 'none'
> > >
> > > ```
> > >
> > > This is after I have done a dist-upgrade (was working fine before)
> > > debian trixie.
> > >
> > > error message says
> > > qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal error:
> > > mishandled storage format 'none'
> > >

With regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|



Re: Help ! libvirt

2023-09-21 Thread Peter Krempa
On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote:
> Adding libvirt mailing list
> apologies for cross-posting
> libvirt version: 9.7.0-1
> 
> On Thu, Sep 21, 2023 at 8:39 AM john doe  wrote:
> 
> > On 9/21/23 09:32, Bhasker C V wrote:
> > > I am getting an error with libivrt when I create a VM
> > >
> > > ```
> > >   $ sudo virsh create ./win11.xml

Please attach the XML used here. It comes from a code path which
shouldn't be possible to reach.

> > > error: Failed to create domain from ./win11.xml
> > > error: internal error: mishandled storage format 'none'
> > >
> > > ```
> > >
> > > This is after I have done a dist-upgrade (was working fine before)
> > > debian trixie.

Which version did you have before?

> > >
> > > error message says
> > > qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal error:
> > > mishandled storage format 'none'



Re: Samba+Kerberos inside LXC container...

2023-09-21 Thread nimrod
... it shouldn't be so difficult, but maybe I didn't make my point
clear, English is not my language.

On Tue, 2023-09-19 at 14:50 +0200, nimrod wrote:
> Hi,
> 
> I'm running an LXC container on a Debian 12 host. The container,
> named "samba", aims to share a directory in an Active Directory
> environment (functional level 2016).
> 
> The container is joined to the domain using the realm command. Inside
> the container I can login with any domain user without any problem. 
> 
> I can also access the share with a command like:
> 
> $ smbclient //dl560/dati -U someuser -W BNCRM
> 
> and issuing the right credentials when prompted.
> 
> What I cannot absolutely get working is access the same share with
> Kerberos:
> 
> $ smbclient -k //dl560/dati
> 
> The above command is run as an authenticated user, who can perfectly
> well access another share on a virtual Debian 10 server. If I issue
> the above command with the -d10 option I get the long output below.
> 
> I've mapped 445 port this way:
> 
> $ lxc config device add samba port445 proxy listen=tcp:0.0.0.0:445
> connect=tcp:10.65.65.147:445
> 
> Any suggestionwould be very appreciated. I can try to provide any
> missing information.giuli
> 
> Best regards.
> 
> -
> $ smbclient -k //dl560/dati
> WARNING: The option -k|--kerberos is deprecated!
> INFO: Current debug levels:
> all: 10
> tdb: 10
> printdrivers: 10
> lanman: 10
> smb: 10
> rpc_parse: 10
> rpc_srv: 10
> rpc_cli: 10
> passdb: 10
> sam: 10
> auth: 10
> winbind: 10
> vfs: 10
> idmap: 10
> quota: 10
> acls: 10
> locking: 10
> msdfs: 10
> dmapi: 10
> registry: 10
> scavenger: 10
> dns: 10
> ldb: 10
> tevent: 10
> auth_audit: 10
> auth_json_audit: 10
> kerberos: 10
> drs_repl: 10
> smb2: 10
> smb2_credits: 10
> dsdb_audit: 10
> dsdb_json_audit: 10
> dsdb_password_audit: 10
> dsdb_password_json_audit: 10
> dsdb_transaction_audit: 10
> dsdb_transaction_json_audit: 10
> dsdb_group_audit: 10
> dsdb_group_json_audit: 10
> lp_load_ex: refreshing parameters
> Initialising global parameters
> rlimit_max: increasing rlimit_max (1024) to minimum Windows limit
> (16384)
> INFO: Current debug levels:
> all: 10
> tdb: 10
> printdrivers: 10
> lanman: 10
> smb: 10
> rpc_parse: 10
> rpc_srv: 10
> rpc_cli: 10
> passdb: 10
> sam: 10
> auth: 10
> winbind: 10
> vfs: 10
> idmap: 10
> quota: 10
> acls: 10
> locking: 10
> msdfs: 10
> dmapi: 10
> registry: 10
> scavenger: 10
> dns: 10
> ldb: 10
> tevent: 10
> auth_audit: 10
> auth_json_audit: 10
> kerberos: 10
> drs_repl: 10
> smb2: 10
> smb2_credits: 10
> dsdb_audit: 10
> dsdb_json_audit: 10
> dsdb_password_audit: 10
> dsdb_password_json_audit: 10
> dsdb_transaction_audit: 10
> dsdb_transaction_json_audit: 10
> dsdb_group_audit: 10
> dsdb_group_json_audit: 10
> Processing section "[global]"
> doing parameter workgroup = WORKGROUP
> doing parameter log file = /var/log/samba/log.%m
> doing parameter max log size = 1000
> doing parameter logging = file
> doing parameter panic action = /usr/share/samba/panic-action %d
> doing parameter server role = standalone server
> doing parameter obey pam restrictions = yes
> doing parameter unix password sync = yes
> doing parameter passwd program = /usr/bin/passwd %u
> doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n
> *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
> doing parameter pam password change = yes
> doing parameter map to guest = bad user
> doing parameter usershare allow guests = yes
> pm_process() returned Yes
> lp_servicenumber: couldn't find homes
> added interface lxcbr0 ip=10.0.3.1 bcast=10.0.3.255
> netmask=255.255.255.0
> added interface lxdbr0 ip=10.190.52.1 bcast=10.190.52.255
> netmask=255.255.255.0
> added interface eno1 ip=192.168.0.77 bcast=192.168.1.255
> netmask=255.255.254.0
> Client started (version 4.17.10-Debian).
> Opening cache file at /run/samba/gencache.tdb
> tdb(/run/samba/gencache.tdb): tdb_open_ex: could not open file
> /run/samba/gencache.tdb: Permission denied
> gencache_init: Opening user cache file
> /home/someuser/.cache/samba/gencache.tdb.
> sitename_fetch: No stored sitename for realm ''
> internal_resolve_name: looking up dl560#20 (sitename (null))
> namecache_fetch: name dl560#20 found.
> remove_duplicate_addrs2: looking for duplicate address/port pairs
> Connecting to 192.168.0.5 at port 445
> socket options: SO_KEEPALIVE=0, SO_REUSEADDR=0, SO_BROADCAST=0,
> TCP_NODELAY=1, TCP_KEEPCNT=9, TCP_KEEPIDLE=7200, TCP_KEEPINTVL=75,
> IPTOS_LOWDELAY=0, IPTOS_THROUGHPUT=0, SO_REUSEPORT=0,
> SO_SNDBUF=87040, SO_RCVBUF=131072, SO_SNDLOWAT=1, SO_RCVLOWAT=1,
> SO_SNDTIMEO=0, SO_RCVTIMEO=0, TCP_QUICKACK=1, TCP_DEFER_ACCEPT=0,
> TCP_USER_TIMEOUT=0
> session request ok
> negotiated dialect[SMB3_11] against server[dl560]
> cli_session_setup_spnego_send: Connect to dl560 as
> someu...@bncrm.roma using SPNEGO
> GENSEC backend 'gssapi_spnego' registered
> GENSEC backend 'gssapi_krb5' registered
> GENSEC backend 'gssapi_krb5_sasl' registered
> GENSEC backend

Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
Attaching win11.xml
Please note that this used to work fine. It is failing now on libvirt-
9.7.0-1

On Thu, Sep 21, 2023 at 9:13 AM Peter Krempa  wrote:

> On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote:
> > Adding libvirt mailing list
> > apologies for cross-posting
> > libvirt version: 9.7.0-1
> >
> > On Thu, Sep 21, 2023 at 8:39 AM john doe  wrote:
> >
> > > On 9/21/23 09:32, Bhasker C V wrote:
> > > > I am getting an error with libivrt when I create a VM
> > > >
> > > > ```
> > > >   $ sudo virsh create ./win11.xml
>
> Please attach the XML used here. It comes from a code path which
> shouldn't be possible to reach.
>
> > > > error: Failed to create domain from ./win11.xml
> > > > error: internal error: mishandled storage format 'none'
> > > >
> > > > ```
> > > >
> > > > This is after I have done a dist-upgrade (was working fine before)
> > > > debian trixie.
>
> Which version did you have before?
>
> > > >
> > > > error message says
> > > > qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal error:
> > > > mishandled storage format 'none'
>
>

  windows
  8c8df02f-e7ca-41b4-8002-d2e4c8b2bd5a
  
http://libosinfo.org/xmlns/libvirt/domain/1.0";>
  http://microsoft.com/win/10"/>

  
  2
  4194304
  2
  
/machine
  
  
hvm
/var/virt/WINDOWS/ovmf_code.fd
/var/virt/WINDOWS/win11_vars_nvram.fd

  
  



  
  
  



  

  
   
  


  




  
  destroy
  restart
  destroy
  


  
  
/usr/bin/qemu-system-x86_64

  
  
  


  
  

  
  



  
  


  
  


  


  
  
  
  


  
  
  


  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  


  
  
  
  


  
  


  
  
  
  
  
  


  
  

  
  


  
  
  


  
  
  


  
  


  


  


  
  


  
  


  
  



  
  
  


  
  


  
  


  
  

  
  
+64055:+64055
+64055:+64055
  




Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
Hi,
 I have tried that too and that did not help either (i.e adding the format
type=gpt)
The output you requested

```
$ sudo  qemu-img info --backing-chain /var/virt/WINDOWS/WIN11
image: /var/virt/WINDOWS/WIN11
file format: qcow2
virtual size: 60 GiB (64424509440 bytes)
disk size: 55.1 GiB
cluster_size: 65536
backing file: WIN11-BASE (actual path: /var/virt/WINDOWS/WIN11-BASE)
backing file format: raw
Format specific information:
compat: 1.1
compression type: zlib
lazy refcounts: false
refcount bits: 16
corrupt: false
extended l2: false
Child node '/file':
filename: /var/virt/WINDOWS/WIN11
protocol type: file
file length: 55.1 GiB (59202338816 bytes)
disk size: 55.1 GiB

image: /var/virt/WINDOWS/WIN11-BASE
file format: raw
virtual size: 60 GiB (64424509440 bytes)
disk size: 26.5 GiB
Child node '/file':
filename: /var/virt/WINDOWS/WIN11-BASE
protocol type: file
file length: 60 GiB (64424509440 bytes)
disk size: 26.5 GiB
```

On Thu, Sep 21, 2023 at 2:52 PM Peter Krempa  wrote:

> On Thu, Sep 21, 2023 at 10:50:07 +0100, Bhasker C V wrote:
> > Attaching win11.xml
> > Please note that this used to work fine. It is failing now on libvirt-
> > 9.7.0-1
> >
> > On Thu, Sep 21, 2023 at 9:13 AM Peter Krempa  wrote:
> >
> > > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote:
> > > > Adding libvirt mailing list
> > > > apologies for cross-posting
> > > > libvirt version: 9.7.0-1
> > > >
> > > > On Thu, Sep 21, 2023 at 8:39 AM john doe 
> wrote:
> > > >
> > > > > On 9/21/23 09:32, Bhasker C V wrote:
> > > > > > I am getting an error with libivrt when I create a VM
> > > > > >
> > > > > > ```
> > > > > >   $ sudo virsh create ./win11.xml
> > >
> > > Please attach the XML used here. It comes from a code path which
> > > shouldn't be possible to reach.
> > >
> > > > > > error: Failed to create domain from ./win11.xml
> > > > > > error: internal error: mishandled storage format 'none'
> > > > > >
> > > > > > ```
> > > > > >
> > > > > > This is after I have done a dist-upgrade (was working fine
> before)
> > > > > > debian trixie.
> > >
> > > Which version did you have before?
> > >
> > > > > >
> > > > > > error message says
> > > > > > qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal
> error:
> > > > > > mishandled storage format 'none'
> > >
> > >
>
> >   destroy
> >   restart
> >   destroy
> >   
> > 
> > 
> >   
> >   
> > /usr/bin/qemu-system-x86_64
> > 
> >   
> >   
> >   
> > 
>
> Could you please also attach the output of:
>
>   qemu-img info --backing-chain '/var/virt/WINDOWS/WIN11'
>
>
> > 
> >   
> >   
> > 
> >   
> >   
> > 
>
> In the definition I don't see anything that would hint that anything
> with the disk config is broken, for qcow2 volumes we do auto-detection
> of backing images, thus the request for the output of the command above.
>
>


Re: Help ! libvirt

2023-09-21 Thread Peter Krempa
On Thu, Sep 21, 2023 at 10:50:07 +0100, Bhasker C V wrote:
> Attaching win11.xml
> Please note that this used to work fine. It is failing now on libvirt-
> 9.7.0-1
> 
> On Thu, Sep 21, 2023 at 9:13 AM Peter Krempa  wrote:
> 
> > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote:
> > > Adding libvirt mailing list
> > > apologies for cross-posting
> > > libvirt version: 9.7.0-1
> > >
> > > On Thu, Sep 21, 2023 at 8:39 AM john doe  wrote:
> > >
> > > > On 9/21/23 09:32, Bhasker C V wrote:
> > > > > I am getting an error with libivrt when I create a VM
> > > > >
> > > > > ```
> > > > >   $ sudo virsh create ./win11.xml
> >
> > Please attach the XML used here. It comes from a code path which
> > shouldn't be possible to reach.
> >
> > > > > error: Failed to create domain from ./win11.xml
> > > > > error: internal error: mishandled storage format 'none'
> > > > >
> > > > > ```
> > > > >
> > > > > This is after I have done a dist-upgrade (was working fine before)
> > > > > debian trixie.
> >
> > Which version did you have before?
> >
> > > > >
> > > > > error message says
> > > > > qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal error:
> > > > > mishandled storage format 'none'
> >
> >

>   destroy
>   restart
>   destroy
>   
> 
> 
>   
>   
> /usr/bin/qemu-system-x86_64
> 
>   
>   
>   
> 

Could you please also attach the output of:

  qemu-img info --backing-chain '/var/virt/WINDOWS/WIN11'


> 
>   
>   
> 
>   
>   
> 

In the definition I don't see anything that would hint that anything
with the disk config is broken, for qcow2 volumes we do auto-detection
of backing images, thus the request for the output of the command above.



Re: Letting Windows go: scanning

2023-09-21 Thread Tom Browder
On Thu, Sep 21, 2023 at 08:30 Erwan David  wrote:
...

> I have a HP LaserJet Pro MFP m125nw, installing it through hplip, It is
> seen on network by xsane and I can scan. Just have to install a binary
> blob each time hplip is upgraded, but it is rather straightforward


Where do you find the "blob?" I've seen reference to it but haven't yet
found it.

Thanks.

-Tom


Re: Letting Windows go: scanning

2023-09-21 Thread Paul van der Vlis

Op 20-09-2023 om 23:10 schreef Tom Browder:



On Wed, Sep 20, 2023 at 13:37 Tom Browder > wrote:




On Wed, Sep 20, 2023 at 13:27 Klaus Singvogel
mailto:deb-user...@singvogel.net>> wrote:

Michael Kjörling wrote:
 > On 20 Sep 2023 12:26 -0500, from tom.brow...@gmail.com
 (Tom Browder):
 > > “Laser Jet Pro 400 MFP m425dn”
 >
 > openprinting.org  doesn't seem to
have heard of it, unfortunately:
 >
 > https://openprinting.org/printers/manufacturer/HP


Unfortunately you made only the first step and not all.

Looking at
https://openprinting.org/driver/hplip/


will lead you via "Supported Devices"-link to

https://developers.hp.com/hp-linux-imaging-and-printing/supported_devices/index 


At HP's website you'll search and find the information that it
is Full supported.

         HP LaserJet 400 MFP m425dn
                 Min HPLIP Version: 3.12.6
                 Chrome OS Support: Yes
                 Driver Plug-in: Yes
                 Supported Level: Full
                 Print Model: Mono
                 Scan PC: Yes

So, install the required hplip packages for Debian (OpenSource)
and see that it is supported.


Thank you, Klaus! I was disappointed I didn't find it because I
remember having to modify some CUPS driver or interface many years
ago when I first got the printer. And that was to print. I'm not
sure I ever got reliable scanning on Linux.

I'll report back soon.


I got stuck with incompatible package requirements for network use, so I 
filed a bug report. Their support is active (last release was this 
year), so I'm hoping for a fix.


Did you install the closed-source plugin?  Scanning will not work 
without it. 
https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html


In the meantime, I do have the two alternatives: (1) scan to USB drive 
or (2) use my Windows box. Since I'm unhooking my KVM switch setup to 
make my wife happy (she's a neat freak and I'm not), I'll have to 
manually unplug KVM cables  from the Debian box to hook up them up to 
the Windows box, so laziness and the desire for weening from Windows 
will probably dictate option 1.


There is another very good option: scan to e-mail.

With regards,
Paul van der Vlis




--
Paul van der Vlis Linux systeembeheer Groningen
https://vandervlis.nl



Re: Replacing Gkrellm

2023-09-21 Thread Stefan Monnier
>> What do other people use instead?
> Please see other replies in this thread from Darac and myself.

I had seen them before I posted my question :-(
IIUC they don't support reporting data about remote hosts, nor do
they seem to offer a comparably compact representation of the data.


Stefan



Re: Samba+Kerberos inside LXC container...

2023-09-21 Thread Ulf Volmer

On 19.09.23 14:50, nimrod wrote:
I'm running an LXC container on a Debian 12 host. The container, named 
"samba", aims to share a directory in an Active Directory environment 
(functional level 2016).



No really help, I have no AD here.

$ smbclient -k //dl560/dati

WARNING: The option -k|--kerberos is deprecated!



Please read the smbclient man page regarding the --use-kerberos parameter.

dns names here means the FQDN of the target host.


Bet regards

Ulf




Re: Help ! libvirt

2023-09-21 Thread Bhasker C V
I finally fixed it.
The issue seems to be with the tpm-tis/cpu backend  (wonder why it shows up
with a different error)
For the sake of community, I am attaching the new xml file so that you can
do forensics on what changed
(I prettymuch did a virt-install --import --print-xml to redo the config
keeping everything intact)

I found another issue
If I switch the suspend-to-disk enabled="yes"
I strangely get an error
error: operation failed: Unable to find any firmware to satisfy 'efi'

I presume the errors being spit out are not accurate description of
failures anymore with libvirt and for the life of mine I could not find why
the other xml file doesnt work and why this does.
Happy libvirt-ing


On Thu, Sep 21, 2023 at 2:58 PM Bhasker C V  wrote:

> Hi,
>  I have tried that too and that did not help either (i.e adding the format
> type=gpt)
> The output you requested
>
> ```
> $ sudo  qemu-img info --backing-chain /var/virt/WINDOWS/WIN11
> image: /var/virt/WINDOWS/WIN11
> file format: qcow2
> virtual size: 60 GiB (64424509440 bytes)
> disk size: 55.1 GiB
> cluster_size: 65536
> backing file: WIN11-BASE (actual path: /var/virt/WINDOWS/WIN11-BASE)
> backing file format: raw
> Format specific information:
> compat: 1.1
> compression type: zlib
> lazy refcounts: false
> refcount bits: 16
> corrupt: false
> extended l2: false
> Child node '/file':
> filename: /var/virt/WINDOWS/WIN11
> protocol type: file
> file length: 55.1 GiB (59202338816 bytes)
> disk size: 55.1 GiB
>
> image: /var/virt/WINDOWS/WIN11-BASE
> file format: raw
> virtual size: 60 GiB (64424509440 bytes)
> disk size: 26.5 GiB
> Child node '/file':
> filename: /var/virt/WINDOWS/WIN11-BASE
> protocol type: file
> file length: 60 GiB (64424509440 bytes)
> disk size: 26.5 GiB
> ```
>
> On Thu, Sep 21, 2023 at 2:52 PM Peter Krempa  wrote:
>
>> On Thu, Sep 21, 2023 at 10:50:07 +0100, Bhasker C V wrote:
>> > Attaching win11.xml
>> > Please note that this used to work fine. It is failing now on libvirt-
>> > 9.7.0-1
>> >
>> > On Thu, Sep 21, 2023 at 9:13 AM Peter Krempa 
>> wrote:
>> >
>> > > On Thu, Sep 21, 2023 at 09:05:43 +0100, Bhasker C V wrote:
>> > > > Adding libvirt mailing list
>> > > > apologies for cross-posting
>> > > > libvirt version: 9.7.0-1
>> > > >
>> > > > On Thu, Sep 21, 2023 at 8:39 AM john doe 
>> wrote:
>> > > >
>> > > > > On 9/21/23 09:32, Bhasker C V wrote:
>> > > > > > I am getting an error with libivrt when I create a VM
>> > > > > >
>> > > > > > ```
>> > > > > >   $ sudo virsh create ./win11.xml
>> > >
>> > > Please attach the XML used here. It comes from a code path which
>> > > shouldn't be possible to reach.
>> > >
>> > > > > > error: Failed to create domain from ./win11.xml
>> > > > > > error: internal error: mishandled storage format 'none'
>> > > > > >
>> > > > > > ```
>> > > > > >
>> > > > > > This is after I have done a dist-upgrade (was working fine
>> before)
>> > > > > > debian trixie.
>> > >
>> > > Which version did you have before?
>> > >
>> > > > > >
>> > > > > > error message says
>> > > > > > qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal
>> error:
>> > > > > > mishandled storage format 'none'
>> > >
>> > >
>>
>> >   destroy
>> >   restart
>> >   destroy
>> >   
>> > 
>> > 
>> >   
>> >   
>> > /usr/bin/qemu-system-x86_64
>> > 
>> >   
>> >   
>> >   
>> > 
>>
>> Could you please also attach the output of:
>>
>>   qemu-img info --backing-chain '/var/virt/WINDOWS/WIN11'
>>
>>
>> > 
>> >   
>> >   
>> > 
>> >   
>> >   
>> > 
>>
>> In the definition I don't see anything that would hint that anything
>> with the disk config is broken, for qcow2 volumes we do auto-detection
>> of backing images, thus the request for the output of the command above.
>>
>>

  windows
  2476be4a-85b6-4be2-bf57-71cfde64d9de
  
http://libosinfo.org/xmlns/libvirt/domain/1.0";>
  http://microsoft.com/win/11"/>

  
  2
  2
  2
  
hvm

/var/virt/WINDOWS/win11_vars_nvram.fd
  
  



  
  
  


  
  
  




  
  


  
  
/usr/bin/qemu-system-x86_64