search for: smb_vfs_connect

Displaying 4 results from an estimated 4 matches for "smb_vfs_connect".

2005 Feb 01
1
VFS calls after disonnect
...ing the same problem as below. I am using 3.02a on FreeBSD. Was this solved or does anyone know how to solve it? Many Thanks, Chetana On Wed, May 26, 2004 at 09:54:18AM +0200, yves.lejeune at kodak.com wrote: > Hello, > > > > > > > Is is normal to have the initial double SMB_VFS_CONNECT and > > > SMB_VFS_DISCONNECT ? > > > Should I count the number of SMB_VFS_CONNECT, and really disconnect > only > > > when the same > > > number of SMB_VFS_DISCONNECT is called ? > > > > Yes, use a reference count here. > > I tried to st...
2024 Oct 08
1
Can authenticate but cannot mount shares
...like: [2024/10/08 02:59:23.945591, 0] ../../source3/modules/vfs_full_audit.c:749(smb_full_audit_connect) smb_full_audit_connect: Invalid success operations list. Failing connect [2024/10/08 02:59:23.945609, 1] ../../source3/smbd/smb2_service.c:630(make_connection_snum) make_connection_snum: SMB_VFS_CONNECT for service 'IPC$' at '/tmp' failed: No such file or directory [2024/10/08 02:59:23.945646, 3] ../../source3/smbd/smb2_server.c:4044(smbd_smb2_request_error_ex) smbd_smb2_request_error_ex: smbd_smb2_request_error_ex: idx[1] status[NT_STATUS_UNSUCCESSFUL] || at ../../source3/smbd/...
2005 Jun 27
0
bug in 3.0.14a source/smbd/service.c:make_connection
Hi, I have found a bug in the version 3.0.14a of samba in source/smbd/service.c function make_connection line 614. Between 3.0.6 and 3.0.14a someone changed a 'stat' call in 'SMB_VFS_STAT', but this cannot be called before the SMB_VFS_CONNECT that is much later in the function. This breaks any VFS module where stat relies on data established in CONNECT like in my database filesystem VFS opaque layer. I routed around the problem by including the call to vfswrap_stat if(handle->data == NULL). But I should not need to do that. This...
2024 Oct 08
1
Can authenticate but cannot mount shares
Hello Experts, I am trying to migrate a Samba 3.6 server to Samba 4.19. The OS of the old server is FreeBSD 10.3 and the new one is FreeBSD 14.1. The client computers are Win 10 Pro. Simple Samba configuration, no need for Active Directory, just a file server with user authentication. On the Windows computer I try to mount the shares from the new server as \\[new server IP address]. The log