Displaying 7 results from an estimated 7 matches for "kurichiyath".
2008 Nov 06
1
Reconnect behaviour
Hello,
Does Samba server have a grace period that allows a client to reopen its files and reacquire locks on them before the locks are given to other clients? If there is no grace period, is there a way for the client to avoid the lock ownerships files if the connection goes away for a short period (say few seconds).
Thanks and Regards
Sudheer
2008 Aug 29
2
SPNEGO NTLMSSP failure
Hi,
The cifs client that I am working on is having some problem with SPNEGO/NTLMSSP. Session Setup AndX is failing in the last exchange of NTLMSSP. The error I am getting is 0xC00000D(STATUS_INVALID_PARAMETER). I am also seeing the following message in the log
"spnego_parse_auth(466) spnego_auth_parse failed at 7. "
I am using Heimdal library to generate SPNEGO/NTLMSSP messages.
I
2008 Nov 18
1
File lock recovery
Hi,
I am having some issues with lock recovery.
If a client gets powered off after acquiring an exclusive lock on a file, the Windows server grants the file lock to a second client within 2 minutes. However, the Samba server (version Samba 3.0.28-0.el5.8) that I am having does not look to be detecting the dead client and so, a second client is not getting the lock on the same file even if it
2015 May 12
0
KVM VHOST-BLK is not working
Hi,
I am wondering if someone in this list who has used VHOST-BLK in the past
could help me.
I am experimenting with VHOST-BLK with the codes I got from:
QEMU - git://github.com/asias/qemu.git
KERNEL - git://github.com/asias/linux.git
The VM I am booting is compiled with MSIX config options.
I am seeing a failure in the QEMU function msix_enabled during the
initialization of the block device
2015 May 12
0
KVM VHOST-BLK is not working
Hi,
I am wondering if someone in this list who has used VHOST-BLK in the past
could help me.
I am experimenting with VHOST-BLK with the codes I got from:
QEMU - git://github.com/asias/qemu.git
KERNEL - git://github.com/asias/linux.git
The VM I am booting is compiled with MSIX config options.
I am seeing a failure in the QEMU function msix_enabled during the
initialization of the block device
2015 May 19
1
Trying to make VHOST-BLK to work
Hi Kernel KVM folks and Michael,
I am trying to make VHOST-BLK to work by myself since I did not hear from
Asias on my personal mail to him. I will be grateful to you for your time
and response.
The problem I am seeing is there is no response seen by the VM through the
HOST has executed the IO successfully and issued
vhost_add_used_and_signal. Here is my question. Which code in QEMU issues
2015 May 19
1
Trying to make VHOST-BLK to work
Hi Kernel KVM folks and Michael,
I am trying to make VHOST-BLK to work by myself since I did not hear from
Asias on my personal mail to him. I will be grateful to you for your time
and response.
The problem I am seeing is there is no response seen by the VM through the
HOST has executed the IO successfully and issued
vhost_add_used_and_signal. Here is my question. Which code in QEMU issues