Re: Can't write from guest to host with webdav

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/19/20, Jakub Janku <jjanku@xxxxxxxxxx> wrote:
> On Sun, Jul 19, 2020 at 6:12 PM Koopa Koopa <codingkoopa@xxxxxxxxx> wrote:
>>
>> On 7/19/20, Jakub Janku <jjanku@xxxxxxxxxx> wrote:
>> > Hi!
>> >
>> > On Sun, Jul 19, 2020 at 9:34 AM Koopa Koopa <codingkoopa@xxxxxxxxx>
>> > wrote:
>> >>
>> >> Hi all,
>> >>
>> >> I'm looking to share a folder between my Arch Linux host and a Windows
>> >> 10
>> >> guest, and SPICE's folder sharing with webdav seems to be the best
>> >> option
>> >> for me. I've set up the QEMU devices that webdav needs, and installed
>> >> the
>> >> Windows service. I have the drive mapped, and am able to navigate the
>> >> host
>> >> folder (apart from the occasional "Windows cannot access
>> >> \\localhost@9843\DavWWWRoot\" that doesn't occur again), and copy
>> >> files
>> >> from the host to the guest. When trying to copy a new file (with data)
>> >> or
>> >> write to an existing file from the guest, though, the application
>> >> (e.g.
>> >> File Explorer, or other programs which save files) hangs for a little
>> >> bit,
>> >> before the transaction fails. For File Explorer, it displays "Error
>> >> 0x80070021: The process cannot access the file because another process
>> >> has
>> >> locked a portion of the file."
>> >>
>> >> This is the output of remote-viewer:
>> >>   (remote-viewer:16120): GSpice-WARNING **: 12:58:46.205: Warning no
>> >> automount-inhibiting implementation available
>> >
>> > As you say, this happens in non-GNOME environments. But it's related
>> > to usb redirection, not webdav.
>> >>
>> >>   (remote-viewer:16120): phodav-WARNING **: 12:58:57.910:
>> >> (../phodav-2.4/libphodav/phodav-method-propfind.c:70):prop_resourcetype:
>> >> code should not be reached
>> >>
>> >>   (remote-viewer:16120): phodav-WARNING **: 12:59:04.714:
>> >> (../phodav-2.4/libphodav/phodav-method-propfind.c:70):prop_resourcetype:
>> >> code should not be reached
>> >
>> > I know that these warnings can happen for example if the shared folder
>> > contains a broken symlink. Is that your case? Basically anything in
>> > the shared folder that isn't a regular file or a directory can emit
>> > this warning, but it shouldn't cause the described issues afaik.
>>
>> Yep, that is the case. I had a broken symlink in the root directory of
>> my share, which explains why that error only occurred in that
>> directory. I've removed that file, and that error no longer occurs.
>
> Great, so that makes this one clear.
>>
>> As for the main issue, upon some more testing, I've determined that:
>> - I can copy files to the root of a $HOME share.
>> - I cannot copy files to a mounted device within the $HOME share.
>> - I cannot copy files to a share created at or within the mountpoint.
>>
>> The drive that my $HOME is on is ext4, and the mounted device (in
>> fact, there are two of these in my home directory) is NTFS.
>
> How frequent is this issue? Can you copy larger files?

It can be quite inconsistent. Currently, with the $HOME share -
without directly interacting with the mountpoint, I'm experiencing
either not being to copy to or from the host. Sometimes one works,
sometimes neither works. This seems to function the same between
remote-viewer and spicy.

With regards to file size, I have been using a 1.85KB CSV file and
11.7KB PNG file. Trying a 256MB MKV file, it is able to transfer form
the guest to the host (that is, when that direction is working with
other files too), but never from the host to the guest. Copying the
exact file that I had copied from the guest, back to the guest, I get
an error in File Explorer: "Error 0x800700DF: The file size exceeds
the limit allowed and cannot be saved."

>>
>> >>
>> >>   (remote-viewer:16120): GSpice-WARNING **: 12:59:04.793:
>> >> (../spice-gtk-0.38/src/channel-webdav.c:330):demux_to_client_cb:
>> >> runtime
>> >> check failed: (size == c->demux.size)
>> >>   phodav-Message: 13:00:06.047: missing lock: /testfile
>> >> urn:uuid:ceb212f1-f8af-4dd3-b36c-a7e627b6c08a
>> >>   phodav-Message: 13:00:06.062: missing lock: /testfile
>> >> urn:uuid:ceb212f1-f8af-4dd3-b36c-a7e627b6c08a
>> >>   phodav-Message: 13:00:06.076: missing lock: /testfile
>> >> urn:uuid:ceb212f1-f8af-4dd3-b36c-a7e627b6c08a
>> >
>> > I'm not able to reproduce it, so more logs would be helpful.
>> > Could you please run remote-viewer or spicy with the following options
>> > and attach the output?
>> > G_MESSAGES_DEBUG=phodav remote-viewer --spice-debug
>> >
>>
>> Sure. I've attached a remote-viewer log ran with those parameters,
>> from right before I copied the file, until the File Explorer error was
>> displayed. I had a share set up to where the mountpoint is the shared
>> directory, and copied a file named "export1.csv" to the root of the
>> share.
>
> Thanks a lot!
>
> Would you be able to recompile spice-gtk with the attached patch (it
> adds some more logs and could perhaps fix the issue)? If so, please
> send the output in the same fashion as you did now, spicy is just fine
> for this purpose.
>

With this patch applied, I am able to copy files to and from the host
without any issues. The file limitation when copying from host to
guest still exists, but that seems very much like an unrelated thing
(and perhaps a non-issue).

I have attached the log from the unpatched build of spicy, and from
the patched (and seemingly fixed!) build of spicy. Both log files
still begin when starting the transfer, and end when File Explorer
ends or succeeds.

> Cheers,
> Jakub
>>
>> >>
>> >> I read that the first GSpice error always occurs on non-GNOME host
>> >> environments. The phodav error occurs whenever I view the root
>> >> directory
>> >> of the share, or try copying/writing to a file anywhere in the share.
>> >> The
>> >> second GSpice and other phodav messages occur when copying/writing a
>> >> file
>> >> in the share.
>> >>
>> >> This occurs both with remote-viewer, and spicy. The same result occurs
>> >> whether or not I have the "Read only" checkbox in remote-viewer
>> >> checked.
>> >>
>> >> Thanks!
>> >> _______________________________________________
>> >> Spice-devel mailing list
>> >> Spice-devel@xxxxxxxxxxxxxxxxxxxxx
>> >> https://lists.freedesktop.org/mailman/listinfo/spice-devel
>> >
>> > Thanks,
>> > Jakub
>> >
>> >
>>
>> Thanks!
>

Thanks!
(spicy:70097): GSpice-DEBUG: 15:59:00.552: ../spice-gtk-0.38/src/spice-widget.c:1891 0:0 focus_in_event
(spicy:70097): GSpice-DEBUG: 15:59:00.552: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:70097): GSpice-DEBUG: 15:59:00.552: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:00.899: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:70097): GSpice-DEBUG: 15:59:00.899: ../spice-gtk-0.38/src/spice-widget.c:867 0:0 grab keyboard
(spicy:70097): GSpice-DEBUG: 15:59:00.900: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:70097): GSpice-DEBUG: 15:59:01.474: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event press: button 1, state 0x10
(spicy:70097): GSpice-DEBUG: 15:59:01.620: ../spice-gtk-0.38/src/spice-widget.c:1643 0:0 key_event press: keycode: 50  state: 272  group 0 modifier 1
(spicy:70097): GSpice-DEBUG: 15:59:01.620: ../spice-gtk-0.38/src/spice-util.c:269 spice_make_scancode:  scancode 42
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562aea78aba0
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9b30
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562aea68ad80
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9e30
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.995: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562aea7371a0
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9b30
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562aea7a11e0
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c8e630
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b2b620
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9cb0
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562aea78aba0
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.996: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b39da0
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9a70
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b0a530
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9c2b6c0
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9cb0
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:184 buf:0x562aea78ca60
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c8e630
(spicy:70097): GSpice-DEBUG: 15:59:01.997: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:01.998: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.998: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:01.998: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:01.998: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 174/174
(spicy:70097): GSpice-DEBUG: 15:59:01.998: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33661792
(spicy:70097): GSpice-DEBUG: 15:59:01.998: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 174 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:01.998: PROPFIND /desktop.ini HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:01.998:   -> 404 Not Found

(spicy:70097): GSpice-DEBUG: 15:59:01.998: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.463: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event release: button 1, state 0x111
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:180 buf:0x562ae9aff890
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c8e630
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 170/170
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:173 buf:0x562ae9960080
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33661536
(spicy:70097): GSpice-DEBUG: 15:59:02.581: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 170 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.581: PROPFIND /Terrace HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.582:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 15:59:02.582: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.582: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.582: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.582: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.582: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.582: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:70097): GSpice-DEBUG: 15:59:02.582: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14311296
(spicy:70097): GSpice-DEBUG: 15:59:02.582: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 163 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 15:59:02.582: PROPFIND / HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.583:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 15:59:02.583: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:173 buf:0x562ae9c19540
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c8e630
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14310784
(spicy:70097): GSpice-DEBUG: 15:59:02.603: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 163 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.603: PROPFIND / HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.604:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 15:59:02.604: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:173 buf:0x562ae9ae0b10
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c8e630
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33661920
(spicy:70097): GSpice-DEBUG: 15:59:02.614: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 163 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.614: PROPFIND / HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.648:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 15:59:02.648: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:173 buf:0x562ae9c19540
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c8e630
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662048
(spicy:70097): GSpice-DEBUG: 15:59:02.662: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 163 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.662: PROPFIND / HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.663:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 15:59:02.663: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:169 buf:0x562aea7927a0
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 159/159
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662048
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 159 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.666: PUT output 0x562ae9c6b590
(spicy:70097): GSpice-DEBUG: 15:59:02.666: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): phodav-DEBUG: 15:59:02.666: PUT finished 0x562ae9c6b590
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:278 buf:0x562ae9b69e80
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9a70
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 268/268
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:213 buf:0x562ae9ae09c0
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.668: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662048
(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 268 to client 0x562ae994bed0
(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 203/203
(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 203 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.669: LOCK /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.669: lock depth:2 scope:1 type:1 owner:0x562ae9a87970, timeout: 3600
(spicy:70097): phodav-DEBUG: 15:59:02.669:   -> 200 OK

(spicy:70097): GSpice-DEBUG: 15:59:02.669: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:316 buf:0x562ae9ae0840
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9a70
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 306/306
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:453 buf:0x562ae9ae1610
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.673: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662176
(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 306 to client 0x562ae994bed0
(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 443/443
(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 443 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.674: PROPPATCH /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.674: check urn:uuid:9c70e484-a113-4409-b6ed-91f01292f39b for /export1.csv
(spicy:70097): phodav-DEBUG: 15:59:02.674:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 15:59:02.674: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:257 buf:0x562ae9b69e80
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9a70
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 247/247
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662176
(spicy:70097): GSpice-DEBUG: 15:59:02.677: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 247 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.678: UNLOCK /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.678:   -> 204 No Content

(spicy:70097): GSpice-DEBUG: 15:59:02.678: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:278 buf:0x562ae9b69e80
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9e30
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 268/268
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:213 buf:0x562ae9a6f980
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33663200
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 268 to client 0x562ae994bed0
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 203/203
(spicy:70097): GSpice-DEBUG: 15:59:02.682: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 203 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.683: LOCK /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.683: lock depth:2 scope:1 type:1 owner:0x562ae9ae1740, timeout: 3600
(spicy:70097): phodav-DEBUG: 15:59:02.683:   -> 200 OK

(spicy:70097): GSpice-DEBUG: 15:59:02.683: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.688: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:316 buf:0x562ae9c1be20
(spicy:70097): GSpice-DEBUG: 15:59:02.688: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9e30
(spicy:70097): GSpice-DEBUG: 15:59:02.688: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 306/306
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:250 buf:0x562ae9b0bec0
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33663072
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 306 to client 0x562ae994bed0
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 240/240
(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 240 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.689: PROPPATCH /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.689: check urn:uuid:a0c25d33-bd30-4663-ae93-bc0daa230cb9 for /export1.csv
(spicy:70097): phodav-DEBUG: 15:59:02.689:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 15:59:02.689: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:137 buf:0x562aea7b66b0
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9e30
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 127/127
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14311296
(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 127 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.697: HEAD /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 15:59:02.697:   -> 200 OK

(spicy:70097): GSpice-DEBUG: 15:59:02.697: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.699: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:227 buf:0x562ae9ae0870
(spicy:70097): GSpice-DEBUG: 15:59:02.699: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9b30
(spicy:70097): GSpice-DEBUG: 15:59:02.699: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.699: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.699: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 217/217
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14311296
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 217 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.700: check urn:uuid:a0c25d33-bd30-4663-ae93-bc0daa230cb9 for /export1.csv
(spicy:70097): phodav-DEBUG: 15:59:02.700: PUT output 0x562ae9c6b610
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:1905 buf:0x562ae9c6b800
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9b30
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 1895/1895
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 1895 to client 0x562ae994bed0
(spicy:70097): phodav-DEBUG: 15:59:02.700: PUT got chunk
(spicy:70097): GSpice-DEBUG: 15:59:02.700: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): phodav-DEBUG: 15:59:02.700: PUT finished 0x562ae9c6b610
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:316 buf:0x562ae9b0bcf0
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9b30
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 306/306
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:453 buf:0x562aea79ae00
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 306 to client 0x562ae994bed0
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/channel-webdav.c:325 webdav-11:0: write failed: Stream is already closed

(spicy:70097): GSpice-WARNING **: 15:59:02.707: (../spice-gtk-0.38/src/channel-webdav.c:330):demux_to_client_cb: runtime check failed: (size == c->demux.size)
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 443/443
(spicy:70097): GSpice-DEBUG: 15:59:02.707: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14311296
(spicy:70097): GSpice-DEBUG: 15:59:02.708: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 443 to client 0x562ae994bed0
(spicy:70097): GSpice-DEBUG: 15:59:02.708: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 15:59:02.740: ../spice-gtk-0.38/src/spice-widget.c:1643 0:0 key_event release: keycode: 50  state: 17  group 0 modifier 1
(spicy:70097): GSpice-DEBUG: 15:59:02.740: ../spice-gtk-0.38/src/spice-util.c:269 spice_make_scancode: release scancode 42
(spicy:70097): GSpice-DEBUG: 15:59:04.758: ../spice-gtk-0.38/src/spice-widget.c:1861 0:0 leave_event
(spicy:70097): GSpice-DEBUG: 15:59:04.758: ../spice-gtk-0.38/src/spice-widget.c:945 0:0 ungrab keyboard
(spicy:70097): GSpice-DEBUG: 15:59:04.758: ../spice-gtk-0.38/src/spice-widget.c:1861 0:0 leave_event
(spicy:70097): GSpice-DEBUG: 15:59:05.100: ../spice-gtk-0.38/src/spice-widget.c:1927 0:0 focus_out_event
(spicy:70097): GSpice-DEBUG: 15:59:05.100: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:70097): GSpice-DEBUG: 15:59:33.100: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:33.116: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:33.500: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:33.516: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:34.420: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:34.428: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:36.028: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:36.116: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:36.284: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:36.556: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:53.724: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:53.748: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:54.124: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:54.644: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:56.032: ../spice-gtk-0.38/src/spice-widget.c:1891 0:0 focus_in_event
(spicy:70097): GSpice-DEBUG: 15:59:56.032: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:70097): GSpice-DEBUG: 15:59:56.032: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:56.996: ../spice-gtk-0.38/src/spice-widget.c:1643 0:0 key_event press: keycode: 133  state: 16  group 0 modifier 1
(spicy:70097): GSpice-DEBUG: 15:59:56.996: ../spice-gtk-0.38/src/spice-util.c:269 spice_make_scancode:  scancode 347
(spicy:70097): GSpice-DEBUG: 15:59:57.260: ../spice-gtk-0.38/src/spice-widget.c:1927 0:0 focus_out_event
(spicy:70097): GSpice-DEBUG: 15:59:57.260: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:70097): GSpice-DEBUG: 15:59:57.260: ../spice-gtk-0.38/src/spice-util.c:269 spice_make_scancode: release scancode 347
(spicy:70097): GSpice-DEBUG: 15:59:57.260: ../spice-gtk-0.38/src/spice-widget.c:1891 0:0 focus_in_event
(spicy:70097): GSpice-DEBUG: 15:59:57.261: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:70097): GSpice-DEBUG: 15:59:57.261: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 15:59:57.261: ../spice-gtk-0.38/src/spice-widget.c:1927 0:0 focus_out_event
(spicy:70097): GSpice-DEBUG: 15:59:57.261: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:70097): GSpice-DEBUG: 15:59:57.540: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 16:00:02.986: ../spice-gtk-0.38/src/spice-widget.c:1891 0:0 focus_in_event
(spicy:70097): GSpice-DEBUG: 16:00:02.986: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:70097): GSpice-DEBUG: 16:00:02.986: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b0ef50
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b2d640
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc99b0
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9aff500
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9830
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.203: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9aff3a0
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9ef0
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9a6fa40
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9830
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b0ef50
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc99b0
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b2d640
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b69ed0
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9cb0
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.204: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9aff3a0
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9a6fa40
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc99b0
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b0ef50
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9830
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b2d640
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9ef0
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.205: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b69ed0
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9830
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b2d640
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc99b0
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9a6fa40
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b0ef50
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9cb0
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.206: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9c1a520
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b69ed0
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc99b0
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:10 buf:0x562ae9b2d640
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9830
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:208 buf:0x562aea7ae8c0
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9ef0
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 198/198
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14344432
(spicy:70097): GSpice-DEBUG: 16:00:03.207: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 198 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.207: DELETE /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.207: check urn:uuid:a0c25d33-bd30-4663-ae93-bc0daa230cb9 for /export1.csv
(spicy:70097): phodav-DEBUG: 16:00:03.209:   -> 204 No Content

(spicy:70097): GSpice-DEBUG: 16:00:03.209: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:173 buf:0x562ae982e600
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c333c0
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14310784
(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 163 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.215: PROPFIND / HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.215:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.215: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:179 buf:0x562ae9829970
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9830
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 169/169
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33661536
(spicy:70097): GSpice-DEBUG: 16:00:03.233: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 169 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.233: PROPFIND /Videos HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.234:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.234: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:181 buf:0x562aea79ae00
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c333c0
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 171/171
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33661792
(spicy:70097): GSpice-DEBUG: 16:00:03.241: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 171 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.241: PROPFIND /Pictures HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.242:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.242: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:182 buf:0x562aea79ae00
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c33480
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 172/172
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14310400
(spicy:70097): GSpice-DEBUG: 16:00:03.249: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 172 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.249: PROPFIND /Downloads HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.250:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.250: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:177 buf:0x562ae9b4a490
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c33300
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 167/167
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14310272
(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 167 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.256: PROPFIND /HSRP HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.256:   -> 404 Not Found

(spicy:70097): GSpice-DEBUG: 16:00:03.256: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.261: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:182 buf:0x562ae9829820
(spicy:70097): GSpice-DEBUG: 16:00:03.261: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9cb0
(spicy:70097): GSpice-DEBUG: 16:00:03.262: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.262: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.262: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.262: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.262: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 172/172
(spicy:70097): GSpice-DEBUG: 16:00:03.262: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 14310656
(spicy:70097): GSpice-DEBUG: 16:00:03.262: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 172 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.262: PROPFIND /Documents HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.263:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.263: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:173 buf:0x562ae9829820
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc99b0
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33663072
(spicy:70097): GSpice-DEBUG: 16:00:03.288: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 163 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.288: PROPFIND / HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.288:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.289: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:169 buf:0x562aea79ae00
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9cb0
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 159/159
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33663072
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 159 to client 0x562ae9979fd0
phodav-Message: 16:00:03.291: missing lock: /export1.csv urn:uuid:a0c25d33-bd30-4663-ae93-bc0daa230cb9
(spicy:70097): GSpice-DEBUG: 16:00:03.291: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:184 buf:0x562ae9829820
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c33240
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 174/174
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33663200
(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 174 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.295: PROPFIND /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.295:   -> 404 Not Found

(spicy:70097): GSpice-DEBUG: 16:00:03.295: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:173 buf:0x562aea79ae00
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c333c0
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33663200
(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 163 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.302: PROPFIND / HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.302:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.302: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:169 buf:0x562aea79f400
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c33300
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 159/159
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33663200
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 159 to client 0x562ae9979fd0
phodav-Message: 16:00:03.305: missing lock: /export1.csv urn:uuid:a0c25d33-bd30-4663-ae93-bc0daa230cb9
(spicy:70097): GSpice-DEBUG: 16:00:03.305: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:184 buf:0x562aea79ae00
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c33180
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 174/174
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662176
(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 174 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.309: PROPFIND /export1.csv HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.309:   -> 404 Not Found

(spicy:70097): GSpice-DEBUG: 16:00:03.309: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.311: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:173 buf:0x562aea79f400
(spicy:70097): GSpice-DEBUG: 16:00:03.311: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9c333c0
(spicy:70097): GSpice-DEBUG: 16:00:03.311: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.311: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.311: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.311: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.311: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:70097): GSpice-DEBUG: 16:00:03.312: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662176
(spicy:70097): GSpice-DEBUG: 16:00:03.312: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 163 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.312: PROPFIND / HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.312:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.312: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:169 buf:0x562aea79f400
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9bf0
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 159/159
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662176
(spicy:70097): GSpice-DEBUG: 16:00:03.315: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 159 to client 0x562ae9979fd0
phodav-Message: 16:00:03.315: missing lock: /export1.csv urn:uuid:a0c25d33-bd30-4663-ae93-bc0daa230cb9
(spicy:70097): GSpice-DEBUG: 16:00:03.316: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/channel-webdav.c:613 webdav-11:0: len:180 buf:0x562ae9914600
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x562ae9cc9ef0
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 170/170
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/channel-webdav.c:371 webdav-11:0: starting client 33662048
(spicy:70097): GSpice-DEBUG: 16:00:03.492: ../spice-gtk-0.38/src/channel-webdav.c:342 webdav-11:0: pushing 170 to client 0x562ae9979fd0
(spicy:70097): phodav-DEBUG: 16:00:03.492: PROPFIND /Terrace HTTP/1.1  
(spicy:70097): phodav-DEBUG: 16:00:03.493:   -> 207 Multi-Status

(spicy:70097): GSpice-DEBUG: 16:00:03.493: ../spice-gtk-0.38/src/channel-webdav.c:509 webdav-11:0: start demux
(spicy:70097): GSpice-DEBUG: 16:00:03.659: ../spice-gtk-0.38/src/channel-playback.c:365 playback-5:0: playback_handle_start: fmt 1 channels 2 freq 48000 time 17790761 mode opus
(spicy:70097): GSpice-DEBUG: 16:00:03.660: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 0 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.660: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790761
(spicy:70097): GSpice-DEBUG: 16:00:03.670: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 0 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.670: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790761
(spicy:70097): GSpice-DEBUG: 16:00:03.670: ../spice-gtk-0.38/src/spice-session.c:2411 spice_session_set_mm_time: mm-time-reset, old 17790771, new 17790761
(spicy:70097): GSpice-DEBUG: 16:00:03.670: ../spice-gtk-0.38/src/channel-display.c:1592 display-2:0: display_session_mm_time_reset_cb
(spicy:70097): GSpice-DEBUG: 16:00:03.690: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 20 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.690: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790771
(spicy:70097): GSpice-DEBUG: 16:00:03.690: ../spice-gtk-0.38/src/spice-session.c:2411 spice_session_set_mm_time: mm-time-reset, old 17790781, new 17790771
(spicy:70097): GSpice-DEBUG: 16:00:03.690: ../spice-gtk-0.38/src/channel-display.c:1592 display-2:0: display_session_mm_time_reset_cb
(spicy:70097): GSpice-DEBUG: 16:00:03.730: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 50 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.730: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790772
(spicy:70097): GSpice-DEBUG: 16:00:03.730: ../spice-gtk-0.38/src/spice-session.c:2411 spice_session_set_mm_time: mm-time-reset, old 17790811, new 17790772
(spicy:70097): GSpice-DEBUG: 16:00:03.730: ../spice-gtk-0.38/src/channel-display.c:1592 display-2:0: display_session_mm_time_reset_cb
(spicy:70097): GSpice-DEBUG: 16:00:03.783: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 110 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.783: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790774
(spicy:70097): GSpice-DEBUG: 16:00:03.783: ../spice-gtk-0.38/src/spice-session.c:2411 spice_session_set_mm_time: mm-time-reset, old 17790824, new 17790774
(spicy:70097): GSpice-DEBUG: 16:00:03.783: ../spice-gtk-0.38/src/channel-display.c:1592 display-2:0: display_session_mm_time_reset_cb
(spicy:70097): GSpice-DEBUG: 16:00:03.793: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 111 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.793: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790783
(spicy:70097): GSpice-DEBUG: 16:00:03.793: ../spice-gtk-0.38/src/spice-session.c:2411 spice_session_set_mm_time: mm-time-reset, old 17790784, new 17790783
(spicy:70097): GSpice-DEBUG: 16:00:03.793: ../spice-gtk-0.38/src/channel-display.c:1592 display-2:0: display_session_mm_time_reset_cb
(spicy:70097): GSpice-DEBUG: 16:00:03.813: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 100 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.813: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790804
(spicy:70097): GSpice-DEBUG: 16:00:03.853: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 100 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.853: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790845
(spicy:70097): GSpice-DEBUG: 16:00:03.933: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 100 ms
(spicy:70097): GSpice-DEBUG: 16:00:03.933: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17790927
(spicy:70097): GSpice-DEBUG: 16:00:04.093: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 110 ms
(spicy:70097): GSpice-DEBUG: 16:00:04.093: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17791081
(spicy:70097): GSpice-DEBUG: 16:00:04.093: ../spice-gtk-0.38/src/spice-session.c:2411 spice_session_set_mm_time: mm-time-reset, old 17791086, new 17791081
(spicy:70097): GSpice-DEBUG: 16:00:04.093: ../spice-gtk-0.38/src/channel-display.c:1592 display-2:0: display_session_mm_time_reset_cb
(spicy:70097): GSpice-DEBUG: 16:00:04.413: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 100 ms
(spicy:70097): GSpice-DEBUG: 16:00:04.413: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17791407
(spicy:70097): GSpice-DEBUG: 16:00:05.053: ../spice-gtk-0.38/src/channel-playback.c:462 playback-5:0: playback set_delay 110 ms
(spicy:70097): GSpice-DEBUG: 16:00:05.053: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17792041
(spicy:70097): GSpice-DEBUG: 16:00:05.053: ../spice-gtk-0.38/src/spice-session.c:2411 spice_session_set_mm_time: mm-time-reset, old 17792046, new 17792041
(spicy:70097): GSpice-DEBUG: 16:00:05.053: ../spice-gtk-0.38/src/channel-display.c:1592 display-2:0: display_session_mm_time_reset_cb
(spicy:70097): GSpice-DEBUG: 16:00:05.329: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:70097): GSpice-DEBUG: 16:00:05.329: ../spice-gtk-0.38/src/spice-widget.c:867 0:0 grab keyboard
(spicy:70097): GSpice-DEBUG: 16:00:05.334: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:70097): GSpice-DEBUG: 16:00:05.340: ../spice-gtk-0.38/src/spice-widget.c:1861 0:0 leave_event
(spicy:70097): GSpice-DEBUG: 16:00:05.340: ../spice-gtk-0.38/src/spice-widget.c:945 0:0 ungrab keyboard
(spicy:70097): GSpice-DEBUG: 16:00:05.340: ../spice-gtk-0.38/src/spice-widget.c:1861 0:0 leave_event
(spicy:70097): GSpice-DEBUG: 16:00:05.647: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:70097): GSpice-DEBUG: 16:00:05.647: ../spice-gtk-0.38/src/spice-widget.c:867 0:0 grab keyboard
(spicy:70097): GSpice-DEBUG: 16:00:05.648: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:70097): GSpice-DEBUG: 16:00:06.025: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event press: button 1, state 0x10
(spicy:70097): GSpice-DEBUG: 16:00:06.146: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event release: button 1, state 0x110
(spicy:70097): GSpice-DEBUG: 16:00:06.293: ../spice-gtk-0.38/src/spice-session.c:2408 set mm time: 17792995
(spicy:70097): GSpice-DEBUG: 16:00:06.293: ../spice-gtk-0.38/src/spice-session.c:2411 spice_session_set_mm_time: mm-time-reset, old 17793281, new 17792995
(spicy:70097): GSpice-DEBUG: 16:00:06.293: ../spice-gtk-0.38/src/channel-display.c:1592 display-2:0: display_session_mm_time_reset_cb
(spicy:70097): GSpice-DEBUG: 16:00:06.293: ../spice-gtk-0.38/src/spice-pulse.c:472 playback_stop: #underflow 0
(spicy:70097): GSpice-DEBUG: 16:00:07.793: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event press: button 1, state 0x10
(spicy:70097): GSpice-DEBUG: 16:00:07.944: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event release: button 1, state 0x110
(spicy:70097): GSpice-DEBUG: 16:00:08.582: ../spice-gtk-0.38/src/spice-widget.c:1861 0:0 leave_event
(spicy:70097): GSpice-DEBUG: 16:00:08.582: ../spice-gtk-0.38/src/spice-widget.c:945 0:0 ungrab keyboard
(spicy:70097): GSpice-DEBUG: 16:00:08.582: ../spice-gtk-0.38/src/spice-widget.c:1861 0:0 leave_event
(spicy:70097): GSpice-DEBUG: 16:00:09.043: ../spice-gtk-0.38/src/spice-widget.c:1927 0:0 focus_out_event
(spicy:70097): GSpice-DEBUG: 16:00:09.043: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:69237): GSpice-DEBUG: 15:58:04.705: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:69237): GSpice-DEBUG: 15:58:04.705: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:69237): GSpice-DEBUG: 15:58:04.706: ../spice-gtk-0.38/src/channel-cursor.c:386 cursor-4:0: set_cursor: flags 0, size 4096
(spicy:69237): GSpice-DEBUG: 15:58:04.706: ../spice-gtk-0.38/src/channel-cursor.c:392 cursor-4:0: set_cursor: type alpha(0), 0, 32x32
(spicy:69237): GSpice-DEBUG: 15:58:05.239: ../spice-gtk-0.38/src/spice-widget.c:1861 0:0 leave_event
(spicy:69237): GSpice-DEBUG: 15:58:05.239: ../spice-gtk-0.38/src/spice-widget.c:1861 0:0 leave_event
(spicy:69237): GSpice-DEBUG: 15:58:05.239: ../spice-gtk-0.38/src/spice-widget.c:1891 0:0 focus_in_event
(spicy:69237): GSpice-DEBUG: 15:58:05.239: ../spice-gtk-0.38/src/spice-widget.c:1537 0:0 release_keys
(spicy:69237): GSpice-DEBUG: 15:58:05.239: ../spice-gtk-0.38/src/spice-gtk-session.c:158 inputs-3:0: client_modifiers:0x2, guest_modifiers:0x2
(spicy:69237): GSpice-DEBUG: 15:58:05.240: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:69237): GSpice-DEBUG: 15:58:05.240: ../spice-gtk-0.38/src/spice-widget.c:867 0:0 grab keyboard
(spicy:69237): GSpice-DEBUG: 15:58:05.241: ../spice-gtk-0.38/src/spice-widget.c:1846 0:0 enter_event
(spicy:69237): GSpice-DEBUG: 15:58:05.241: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event press: button 1, state 0x10
(spicy:69237): GSpice-DEBUG: 15:58:05.396: ../spice-gtk-0.38/src/spice-widget.c:1643 0:0 key_event press: keycode: 50  state: 272  group 0 modifier 1
(spicy:69237): GSpice-DEBUG: 15:58:05.396: ../spice-gtk-0.38/src/spice-util.c:269 spice_make_scancode:  scancode 42
(spicy:69237): GSpice-DEBUG: 15:58:06.536: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event release: button 1, state 0x111
(spicy:69237): GSpice-DEBUG: 15:58:06.547: ../spice-gtk-0.38/src/channel-cursor.c:386 cursor-4:0: set_cursor: flags 0, size 4096
(spicy:69237): GSpice-DEBUG: 15:58:06.547: ../spice-gtk-0.38/src/channel-cursor.c:392 cursor-4:0: set_cursor: type alpha(0), 0, 32x32
(spicy:69237): GSpice-DEBUG: 15:58:06.632: ../spice-gtk-0.38/src/channel-cursor.c:386 cursor-4:0: set_cursor: flags 0, size 4096
(spicy:69237): GSpice-DEBUG: 15:58:06.632: ../spice-gtk-0.38/src/channel-cursor.c:392 cursor-4:0: set_cursor: type alpha(0), 0, 32x32
(spicy:69237): GSpice-DEBUG: 15:58:06.662: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:173 buf:0x55e750bb1c00
(spicy:69237): GSpice-DEBUG: 15:58:06.662: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f330
(spicy:69237): GSpice-DEBUG: 15:58:06.662: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.662: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.662: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.662: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.662: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:69237): GSpice-DEBUG: 15:58:06.663: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14310912
(spicy:69237): GSpice-DEBUG: 15:58:06.663: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 163 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.663: PROPFIND / HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.711:   -> 207 Multi-Status

(spicy:69237): GSpice-DEBUG: 15:58:06.711: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.712: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 157
(spicy:69237): GSpice-DEBUG: 15:58:06.712: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.712: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 65535
(spicy:69237): GSpice-DEBUG: 15:58:06.712: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.712: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 4319
(spicy:69237): GSpice-DEBUG: 15:58:06.712: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.712: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.712: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:173 buf:0x55e750b484c0
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f1b0
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14309760
(spicy:69237): GSpice-DEBUG: 15:58:06.736: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 163 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.736: PROPFIND / HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.737:   -> 207 Multi-Status

(spicy:69237): GSpice-DEBUG: 15:58:06.737: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.737: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 155
(spicy:69237): GSpice-DEBUG: 15:58:06.737: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.737: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 952
(spicy:69237): GSpice-DEBUG: 15:58:06.737: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.737: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.737: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:169 buf:0x55e750b485a0
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750cf26f0
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 159/159
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14309760
(spicy:69237): GSpice-DEBUG: 15:58:06.743: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 159 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.744: PUT output 0x55e750ad4d00
(spicy:69237): GSpice-DEBUG: 15:58:06.744: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.744: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 117
(spicy:69237): GSpice-DEBUG: 15:58:06.744: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.744: PUT finished 0x55e750ad4d00
(spicy:69237): GSpice-DEBUG: 15:58:06.744: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.744: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.747: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:278 buf:0x55e750a4b250
(spicy:69237): GSpice-DEBUG: 15:58:06.747: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f270
(spicy:69237): GSpice-DEBUG: 15:58:06.747: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.747: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.747: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.747: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.747: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 268/268
(spicy:69237): GSpice-DEBUG: 15:58:06.747: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14309760
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 268 to client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:213 buf:0x55e7508ee700
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 203/203
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 203 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.748: LOCK /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.748: lock depth:2 scope:1 type:1 owner:0x55e751813c60, timeout: 3600
(spicy:69237): phodav-DEBUG: 15:58:06.748:   -> 200 OK

(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 206
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 479
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.748: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.749: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:316 buf:0x55e750ba9860
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f270
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 306/306
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14309888
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 306 to client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.754: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:453 buf:0x55e750d4c200
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 443/443
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 443 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.755: PROPPATCH /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.755: check urn:uuid:c74ac60f-5548-4945-9b35-3d434a9aa15a for /export1.csv
(spicy:69237): phodav-DEBUG: 15:58:06.755:   -> 207 Multi-Status

(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 155
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 298
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.755: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.759: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:257 buf:0x55e750d4c280
(spicy:69237): GSpice-DEBUG: 15:58:06.759: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f270
(spicy:69237): GSpice-DEBUG: 15:58:06.759: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.759: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 247/247
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14309888
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 247 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.760: UNLOCK /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.760:   -> 204 No Content

(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 159
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.760: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:278 buf:0x55e750d4c280
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f0f0
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 268/268
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14310016
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 268 to client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:213 buf:0x55e7508ee700
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 203/203
(spicy:69237): GSpice-DEBUG: 15:58:06.767: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 203 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.767: LOCK /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.767: lock depth:2 scope:1 type:1 owner:0x55e750ba9a50, timeout: 3600
(spicy:69237): phodav-DEBUG: 15:58:06.768:   -> 200 OK

(spicy:69237): GSpice-DEBUG: 15:58:06.768: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.768: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 206
(spicy:69237): GSpice-DEBUG: 15:58:06.768: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.768: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 479
(spicy:69237): GSpice-DEBUG: 15:58:06.768: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.768: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.768: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.775: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:316 buf:0x55e750d4d020
(spicy:69237): GSpice-DEBUG: 15:58:06.775: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f0f0
(spicy:69237): GSpice-DEBUG: 15:58:06.775: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.775: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 306/306
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14310144
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 306 to client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:250 buf:0x55e750d4d020
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 240/240
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 240 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.776: PROPPATCH /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.776: check urn:uuid:2884dc49-1572-454d-b95b-cc45cf48d5f3 for /export1.csv
(spicy:69237): phodav-DEBUG: 15:58:06.776:   -> 207 Multi-Status

(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.776: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 155
(spicy:69237): GSpice-DEBUG: 15:58:06.777: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.777: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 302
(spicy:69237): GSpice-DEBUG: 15:58:06.777: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.777: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.777: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:137 buf:0x55e750bb1670
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f0f0
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 127/127
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14311168
(spicy:69237): GSpice-DEBUG: 15:58:06.788: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 127 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.789: HEAD /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.789:   -> 200 OK

(spicy:69237): GSpice-DEBUG: 15:58:06.789: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.789: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 165
(spicy:69237): GSpice-DEBUG: 15:58:06.789: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.789: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.789: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.791: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:227 buf:0x55e750d4c200
(spicy:69237): GSpice-DEBUG: 15:58:06.791: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750cf2630
(spicy:69237): GSpice-DEBUG: 15:58:06.791: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.791: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.791: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.791: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.791: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 217/217
(spicy:69237): GSpice-DEBUG: 15:58:06.791: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14311168
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 217 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.792: check urn:uuid:2884dc49-1572-454d-b95b-cc45cf48d5f3 for /export1.csv
(spicy:69237): phodav-DEBUG: 15:58:06.792: PUT output 0x55e750ad4b00
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:1905 buf:0x55e750cd37c0
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 1895/1895
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 1895 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.792: PUT got chunk
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 112
(spicy:69237): GSpice-DEBUG: 15:58:06.792: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.792: PUT finished 0x55e750ad4b00
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:316 buf:0x55e750b914b0
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750cf2630
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 306/306
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:453 buf:0x55e750d4c800
(spicy:69237): GSpice-DEBUG: 15:58:06.799: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14311168
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 306 to client 0x55e7509b3350
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 443/443
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 443 to client 0x55e7509b3350
(spicy:69237): phodav-DEBUG: 15:58:06.800: PROPPATCH /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.800: check urn:uuid:2884dc49-1572-454d-b95b-cc45cf48d5f3 for /export1.csv
(spicy:69237): phodav-DEBUG: 15:58:06.800:   -> 207 Multi-Status

(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509b3350, size 155
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509b3350
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509b3350, size 298
(spicy:69237): GSpice-DEBUG: 15:58:06.800: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509b3350
(spicy:69237): GSpice-DEBUG: 15:58:06.801: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509b3350, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.801: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509b3350
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:316 buf:0x55e75089e800
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f270
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 306/306
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:242 buf:0x55e750ba07f0
(spicy:69237): GSpice-DEBUG: 15:58:06.804: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14311040
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 306 to client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 232/232
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 232 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.805: PROPPATCH /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.805: check urn:uuid:2884dc49-1572-454d-b95b-cc45cf48d5f3 for /export1.csv
(spicy:69237): phodav-DEBUG: 15:58:06.805:   -> 207 Multi-Status

(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 155
(spicy:69237): GSpice-DEBUG: 15:58:06.805: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.806: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 298
(spicy:69237): GSpice-DEBUG: 15:58:06.806: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.806: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.806: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.813: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:257 buf:0x55e750d4c930
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f330
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 247/247
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14310528
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 247 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.814: UNLOCK /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.814:   -> 204 No Content

(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 159
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.814: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:173 buf:0x55e751819310
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f270
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14310656
(spicy:69237): GSpice-DEBUG: 15:58:06.852: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 163 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:06.852: PROPFIND / HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:06.853:   -> 207 Multi-Status

(spicy:69237): GSpice-DEBUG: 15:58:06.853: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:06.853: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 155
(spicy:69237): GSpice-DEBUG: 15:58:06.853: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.853: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 952
(spicy:69237): GSpice-DEBUG: 15:58:06.853: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:06.853: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:06.854: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:07.117: ../spice-gtk-0.38/src/spice-widget.c:1643 0:0 key_event release: keycode: 50  state: 17  group 0 modifier 1
(spicy:69237): GSpice-DEBUG: 15:58:07.117: ../spice-gtk-0.38/src/spice-util.c:269 spice_make_scancode: release scancode 42
(spicy:69237): GSpice-DEBUG: 15:58:08.510: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event press: button 1, state 0x10
(spicy:69237): GSpice-DEBUG: 15:58:08.708: ../spice-gtk-0.38/src/spice-widget.c:1643 0:0 key_event press: keycode: 50  state: 272  group 0 modifier 1
(spicy:69237): GSpice-DEBUG: 15:58:08.708: ../spice-gtk-0.38/src/spice-util.c:269 spice_make_scancode:  scancode 42
(spicy:69237): GSpice-DEBUG: 15:58:09.165: ../spice-gtk-0.38/src/spice-widget.c:2118 0:0 button_event release: button 1, state 0x111
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:173 buf:0x55e750ba9860
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f270
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 163/163
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14310272
(spicy:69237): GSpice-DEBUG: 15:58:09.228: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 163 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:09.228: PROPFIND / HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:09.263:   -> 207 Multi-Status

(spicy:69237): GSpice-DEBUG: 15:58:09.264: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:09.266: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 157
(spicy:69237): GSpice-DEBUG: 15:58:09.266: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:09.267: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 65535
(spicy:69237): GSpice-DEBUG: 15:58:09.267: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:09.268: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 5220
(spicy:69237): GSpice-DEBUG: 15:58:09.268: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:09.268: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:09.268: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/channel-webdav.c:636 webdav-11:0: len:153 buf:0x55e750ba9860
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data 0x55e750c1f270
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 8/8
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 2/2
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/vmcstream.c:139 spicevmc co_data (nil)
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/vmcstream.c:153 spicevmc co_data complete: 143/143
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/channel-webdav.c:387 webdav-11:0: starting client 14310400
(spicy:69237): GSpice-DEBUG: 15:58:09.305: ../spice-gtk-0.38/src/channel-webdav.c:358 webdav-11:0: pushing 143 to client 0x55e7509a3300
(spicy:69237): phodav-DEBUG: 15:58:09.305: DELETE /export1.csv HTTP/1.1  
(spicy:69237): phodav-DEBUG: 15:58:09.306:   -> 204 No Content

(spicy:69237): GSpice-DEBUG: 15:58:09.306: ../spice-gtk-0.38/src/channel-webdav.c:532 webdav-11:0: start demux
(spicy:69237): GSpice-DEBUG: 15:58:09.306: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 159
(spicy:69237): GSpice-DEBUG: 15:58:09.306: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:09.306: ../spice-gtk-0.38/src/channel-webdav.c:264 webdav-11:0: server_reply_cb for client 0x55e7509a3300, size 0
(spicy:69237): GSpice-DEBUG: 15:58:09.306: ../spice-gtk-0.38/src/channel-webdav.c:243 webdav-11:0: mux_msg_flushed_cb for client 0x55e7509a3300
(spicy:69237): GSpice-DEBUG: 15:58:09.420: ../spice-gtk-0.38/src/spice-widget.c:1643 0:0 key_event release: keycode: 50  state: 17  group 0 modifier 1
(spicy:69237): GSpice-DEBUG: 15:58:09.420: ../spice-gtk-0.38/src/spice-util.c:269 spice_make_scancode: release scancode 42
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux Virtualization]     [Linux Virtualization]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]