search for: smb_register_vf

Displaying 20 results from an estimated 26 matches for "smb_register_vf".

Did you mean: smb_register_vfs
2005 Jul 04
1
Unable to get recycle to work
.../lib/samba/vfs/recycle.so] [2005/06/30 09:11:18, 0] smbd/vfs.c:smbd_vfs_init(317) smbd_vfs_init: vfs_init_custom failed for /usr/lib/samba/vfs/recycle.so [2005/06/30 09:11:18, 0] smbd/service.c:make_connection_snum(581) vfs_init failed for service contractors [2005/06/30 09:11:33, 0] smbd/vfs.c:smb_register_vfs(182) VFS module recycle already loaded! [2005/06/30 09:11:33, 0] smbd/vfs.c:vfs_init_custom(254) Can't find a vfs module [/usr/lib/samba/vfs/recycle.so] [2005/06/30 09:11:33, 0] smbd/vfs.c:smbd_vfs_init(317) smbd_vfs_init: vfs_init_custom failed for /usr/lib/samba/vfs/recycle.so [2005/06...
2007 Feb 28
2
VFS module and C++
...3a. Thanks for any help. Roman The fragment of the code looks like this: extern "C" { #include "includes.h" }; # skeleton methods, tuples are there... extern "C" { NTSTATUS init_module(void) { DEBUG(2,("Inicialization does work")); return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, "mytest_vfs", skel_op_tuples); } }; And my Makefile: CC = gcc CFLAGS = -g -O2 CPPFLAGS = LDFLAGS = LDSHFLAGS = -shared INSTALLCMD = /usr/bin/install -c SAMBA_SOURCE = ../../source SHLIBEXT = so OBJEXT...
2011 Apr 05
2
acl_xattr access denied when adding permissions for another user
...e server side the relevant parts of the logfile are [2011/04/05 12:18:16.331704, 2] lib/access.c:406(check_access) Allowed connection from (x.x.x.x) [2011/04/05 12:18:16.335694, 3] smbd/vfs.c:97(vfs_init_default) Initialising default vfs hooks [2011/04/05 12:18:16.335737, 5] smbd/vfs.c:87(smb_register_vfs) Successfully added vfs backend '/[Default VFS]/' [2011/04/05 12:18:16.335779, 5] smbd/vfs.c:87(smb_register_vfs) Successfully added vfs backend 'solarisacl' [2011/04/05 12:18:16.335802, 3] smbd/vfs.c:122(vfs_init_custom) Initialising custom vfs hooks from [/[Default VFS]/]...
2010 Mar 13
2
vfs module Samba 3.5.1
...for OpenSuSE 10.2 from ftp.sernet.de. The VFS modules seem to be broken. Is this an error in the packaging or do I need to be looking else where. A snippet from the log file follows: <extracted from log> [2010/03/12 19:58:59, 0, pid=28792, effective(0, 0), real(0, 0)] smbd/vfs.c:66(smb_register_vfs) Failed to register vfs module. The module was compiled against SMB_VFS_INTERFACE_VERSION 27, current SMB_VFS_INTERFACE_VERSION is 25. Please recompile against the current Samba Version! [2010/03/12 19:58:59, 0, pid=28792, effective(0, 0), real(0, 0)] lib/module.c:69(do_smb_load_module)...
2008 Dec 30
3
Samba 3.2.5 and vscan-clamav.so
Hello Recently I migrated from samba 3.0.24 to samba 3.2.5 on Debian etch amd64. In old system I have working samba-vscan used with ClamAV 0.91. Now I have ClamAV 0.94.2. I compiled vscan-clamav successfully, but when I try to connect to the share, it fails and I get some strange messages in the samba logs: "Error trying to resolve symbol 'init_samba_module' in
2008 Dec 28
3
Sorting directory lists (again)
Hello list, I know this has been discussed before (June 2007 looks to be the most recent time), so apologies for covering (sort of) old ground. The lowdown is that samba uses readdir to get its directory listing and this is returned in whatever order the filesystem sees as appropriate (using ext3, it seems to be related to mtime). I have a device which accesses a share using CIFS and presents
2013 Oct 11
1
"dos filetime resolution" "dos filetimes" respected in samba4
...v dos filetime resolution = yes dos filemode = yes dos filetimes = yes When connect to share: [2013/10/11 10:13:06.902493, 2] ../lib/util/modules.c:199(do_smb_load_module) Module 'acl_xattr' loaded [2013/10/11 10:13:06.902522, 5] ../source3/smbd/vfs.c:103(smb_register_vfs) Successfully added vfs backend 'acl_xattr' Successfully loaded vfs module [acl_xattr] with the new modules system [2013/10/11 10:13:06.902548, 3] ../source3/smbd/vfs.c:139(vfs_init_custom) Initialising custom vfs hooks from [dfs_samba4] Successfully loaded vfs module [dfs_sam...
2004 Oct 21
0
compile errors samba 3.0.7 vfs
...to `DEBUGLEVEL_CLASS_ISSET' modules/vfs_recycle.po(.text+0x19cc): undefined reference to `dbghdr' modules/vfs_recycle.po(.text+0x1a03): undefined reference to `dbgtext' modules/vfs_recycle.po: In function `init_module': modules/vfs_recycle.po(.text+0x1afa): undefined reference to `smb_register_vfs' modules/vfs_recycle.po(.text+0x1b11): undefined reference to `debug_add_class' modules/vfs_recycle.po(.text+0x1b27): undefined reference to `DEBUGLEVEL_CLASS' modules/vfs_recycle.po(.text+0x1b3f): undefined reference to `DEBUGLEVEL_CLASS_ISSET' modules/vfs_recycle.po(.text+0x1b...
2005 Feb 01
1
SLES9 Module '/usr/lib/samba/vfs/audit.so' loaded, Can't find a vfs module [/usr/lib/samba/vfs/audit.so]
...lising default vfs hooks [2005/01/30 03:52:08, 3] smbd/vfs.c:vfs_init_custom(229) Initialising custom vfs hooks from [/usr/lib/samba/vfs/audit.so] [2005/01/30 03:52:08, 5] lib/module.c:smb_probe_module(101) Probing module '/usr/lib/samba/vfs/audit.so' [2005/01/30 03:52:08, 5] smbd/vfs.c:smb_register_vfs(193) Successfully added vfs backend 'audit' [2005/01/30 03:52:08, 2] lib/module.c:do_smb_load_module(63) Module '/usr/lib/samba/vfs/audit.so' loaded [2005/01/30 03:52:08, 0] smbd/vfs.c:vfs_init_custom(256) Can't find a vfs module [/usr/lib/samba/vfs/audit.so] [2005/01/30...
2004 Feb 17
0
VFS module programmieren
...example_init(void); function if it's staticly linked to samba or NTSTATUS init_module(void); function if it's a shared module. This should be the only non static function inside the module. Global variables should also be static! The module should register its functions via the NTSTATUS smb_register_vfs(int version, const char *name, vfs_op_tuple *vfs_op_tuples); function. version should be filled with SMB_VFS_INTERFACE_VERSION name this is the name witch can be listed in the vfs objects parameter to use this module. vfs_op_tuples this is an array of vfs_op_tuple's. (vfs_op_tu...
2004 Apr 06
0
vfs module load
...04/06 13:07:45, 3] smbd/vfs.c:vfs_init_default(203) Initialising default vfs hooks [2004/04/06 13:07:45, 3] smbd/vfs.c:vfs_init_custom(229) Initialising custom vfs hooks from [/usr/lib/samba/vfs/audit.so] Probing module '/usr/lib/samba/vfs/audit.so' [2004/04/06 13:07:45, 0] smbd/vfs.c:smb_register_vfs(184) Module '/usr/lib/samba/vfs/audit.so' loaded [2004/04/06 13:07:45, 0] smbd/vfs.c:vfs_init_custom(256) Can't find a vfs module [/usr/lib/samba/vfs/audit.so] [2004/04/06 13:07:45, 0] smbd/vfs.c:smbd_vfs_init(319) smbd_vfs_init: vfs_init_custom failed for /usr/lib/samba/vfs/audi...
2004 Nov 19
2
Anonymous printing with User-level security
Can I set up anonymous (unauthenticated) printing on a samba server that is also hosting user-level security? I have looked through FAQs and sample setups and don't see it, but I figured I would ask. Thanks in advance, - Pete pmkofodSHIFT2datasages.com
2005 Feb 08
1
FC3 vfs object smb.conf samba 3.0.11
When Kaspersky adds the following to smb.conf I can't connect from XP. If I comment out "vfs object" connection is restored. <snip> [store-00] # ADDED BY KASPERSKY ANTI-VIRUS FOR SAMBA SERVERS 5.0 vfs object = kavsamba5-smb-3.0.2 comment = File Directories path = /store-00 browseable = yes writeable = yes valid users = frank read only = no
2005 Aug 29
2
samba permissions
There was another tech coordinator that asked the following on our list: > Hey all, I was wondering if anyone knew of a way to give students read/write permissions to a certain drive letter without giving them the ability to delete other (or thier own) files. Currently I have chmod 1770 permissions (read write, but only owner can delete) and one owner (the teacher) for all the files, but
2004 Apr 13
1
%20Re:%20samba%203.0%20vfs%20module%20problem
...5] lib/module.c:smb_probe_module(113) ********************************************************** Probing module 'vscan-mksd.so': Trying to load from /usr/local/samba/lib/vfs/v scan-mksd.so.so ********************************************************** [2003/12/12 07:41:34, 5] smbd/vfs.c:smb_register_vfs(191) Successfully added vfs backend 'vscan-mksd' [2003/12/12 07:41:34, 5] mks/vscan-mksd.c:init_module(510) samba-vscan (vscan-mksd 0.3.4) registered (Samba 3.0), (c) by Rainer Link, Ope nAntiVirus.org [2003/12/12 07:41:34, 2] lib/module.c:do_smb_load_module(64) Module '/usr/...
2013 Feb 21
2
Samba PDC not in network environment (Windows 7/8)
...did find user [nobody]! [2013/02/20 23:33:04.285491, 3] smbd/service.c:872(make_connection_snum) Connect path is '/var/tmp' for service [IPC$] [2013/02/20 23:33:04.285567, 3] smbd/vfs.c:102(vfs_init_default) Initialising default vfs hooks [2013/02/20 23:33:04.285616, 5] smbd/vfs.c:92(smb_register_vfs) Successfully added vfs backend '/[Default VFS]/' [2013/02/20 23:33:04.285662, 5] smbd/vfs.c:92(smb_register_vfs) Successfully added vfs backend 'posixacl' [2013/02/20 23:33:04.285705, 3] smbd/vfs.c:128(vfs_init_custom) Initialising custom vfs hooks from [/[Default VFS]/]...
2004 Dec 27
0
3.0.10 vfs problem with file_ext_map
...told to use the absoulte path with vfs object - which doesn't work (and it doesn't work for the standard audit module either). The samba vfs modules are only called by their (short)name - I already tried various combinations, where can I find the correct name, is it the name in return smb_register_vfs(SMB_VFS_INTERFACE_VERSION,"file_ext_map_3.0",file_ext_op_tuples); --> file_ext_map_3.0 or is it just the file-name without ".so" ? I tried "file_ext_map3.0", "file_ext_map", "file_ext_map3" and so on. None of them work. Any ideas or hints,...
2018 Sep 24
0
DM: samba 4.5 -> 4.8, guest access and machine account access troubles.
...service.c:595(make_connection_snum) > Connect path is '/srv/samba/wpkg' for service [wpkg] > [2018/09/24 11:20:29.023558, 3] > ../source3/smbd/vfs.c:113(vfs_init_default) > Initialising default vfs hooks > [2018/09/24 11:20:29.023597, 5] > ../source3/smbd/vfs.c:103(smb_register_vfs) > Successfully added vfs backend '/[Default VFS]/' > [2018/09/24 11:20:29.023619, 5] > ../source3/smbd/vfs.c:103(smb_register_vfs) > Successfully added vfs backend 'posixacl' > [2018/09/24 11:20:29.023637, 3] > ../source3/smbd/vfs.c:139(vfs_init_custom) &...
2018 Sep 24
5
DM: samba 4.5 -> 4.8, guest access and machine account access troubles.
...:29.023511, 3] ../source3/smbd/service.c:595(make_connection_snum) Connect path is '/srv/samba/wpkg' for service [wpkg] [2018/09/24 11:20:29.023558, 3] ../source3/smbd/vfs.c:113(vfs_init_default) Initialising default vfs hooks [2018/09/24 11:20:29.023597, 5] ../source3/smbd/vfs.c:103(smb_register_vfs) Successfully added vfs backend '/[Default VFS]/' [2018/09/24 11:20:29.023619, 5] ../source3/smbd/vfs.c:103(smb_register_vfs) Successfully added vfs backend 'posixacl' [2018/09/24 11:20:29.023637, 3] ../source3/smbd/vfs.c:139(vfs_init_custom) Initialising custom vfs hooks f...
2005 Jun 25
0
VFS module core dump in make_connection
...ustom vfs hooks from [dbvfs] [2005/06/25 01:32:33, 5] lib/module.c:smb_probe_module(104) Probing module 'dbvfs' [2005/06/25 01:32:33, 5] lib/module.c:smb_probe_module(115) Probing module 'dbvfs': Trying to load from /usr/lib/samba/vfs/dbvfs.so [2005/06/25 01:32:33, 5] smbd/vfs.c:smb_register_vfs(196) Successfully added vfs backend 'dbvfs' [2005/06/25 01:32:33, 2] lib/module.c:do_smb_load_module(66) Module '/usr/lib/samba/vfs/dbvfs.so' loaded Successfully loaded vfs module [dbvfs] with the new modules system [2005/06/25 01:32:33, 5] smbd/vfs.c:vfs_init_custom(278) C...