Displaying 3 results from an estimated 3 matches for "stream_write".
2015 May 21
1
Qemu-guest agent
Hi all,
I am new to libvirt, I am trying to execute some commands inside guest
domains from my host machine using libvirt-Python API. So far I have been
able to open up a stream but I am not sure how to send commands on the
stream (through virDomainOpenConsole). After hours of searching through
different forums I found out that there is a utlity called qemu-guest agent
which can solve my problem.
2020 May 24
0
Clients send tons of Notiftication requests
...der where I opened the image:
[2020/05/24 18:08:01.807305, 3] ../source3/smbd/smb2_notify.c:253(smbd_smb2_notify_send)
smbd_smb2_notify_send: notify change called on Users/luca/Pictures/Canon/Alessandro/Amici/Ginevra Whatsapp, filter = FILE_NAME|DIR_NAME|ATTRIBUTES|CREATION|SECURITY|STREAM_SIZE|STREAM_WRITE, recursive = 0
If instead I log in to the same share with luca, which has a read-write access, and try to traverse the same structure to open the same image, the get_entry mask starts almost immediately and keeps repeating (here you see it twice but the log goes on and on). Actually, after some se...
2020 May 11
3
Clients send tons of Notiftication requests
...plication can
be Explorer++, OneCommander or File.app from my iPhone.
What I saw, after a long debugging session, is that these apps send tons of
Change Notifications requests
smbd_smb2_notify_send: notify change called on ., filter =
FILE_NAME|DIR_NAME|ATTRIBUTES|CREATION|SECURITY|STREAM_SIZE|STREAM_WRITE,
recursive = 0
[2020/05/01 01:32:03.255113, 3]
../source3/smbd/smb2_notify.c:253(smbd_smb2_notify_send)
They send around 34 requests per second and the server replies to all of
them. This creates lots of issues (some programs hang, other crashes, others
show flashing folders). The default behaviou...