Displaying 20 results from an estimated 31 matches for "vfs_cap".
2004 Oct 21
0
compile errors samba 3.0.7 vfs
.../vfs_readonly.po: In function `readonly_connect':
modules/vfs_readonly.po(.text+0x61): undefined reference to
`lp_parm_string_list'
modules/vfs_readonly.po: In function `init_module':
modules/vfs_readonly.po(.text+0x11c): undefined reference to
`smb_register_vfs'
Compiling modules/vfs_cap.c with -fPIC
Building plugin bin/cap.so
modules/vfs_cap.po: In function `cap_readdir':
modules/vfs_cap.po(.text+0xc7): undefined reference to `DEBUGLEVEL_CLASS'
modules/vfs_cap.po(.text+0xe8): undefined reference to `dbghdr'
modules/vfs_cap.po(.text+0xfe): undefined reference to `dbgtex...
2019 Oct 30
2
vfs objects
Is the ?important" vfs objects parameter documented in a man page anywhere? It appears in the man pages of several vfs modules, but never fully documented that I could find. Apparently it once was from a now dead link https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS <https://www.samba.org/samba/docs/old/Samba3-HOWTO/smb.conf.5.html#VFSOBJECTS> .
Todd
2003 Oct 03
1
Cannot compile 3.0.0 release
...sing gcc nor am I using GNU make, I am using the default compiler
and make supplied with the OS.
the "./configure" step seemed to complete OK and ended with the following;
checking how to build vfs_default_quota... shared
checking how to build vfs_readonly... shared
checking how to build vfs_cap... shared
Using libraries:
LIBS = -lsecurity -lresolv
AUTH_LIBS =
checking configure summary... yes
configure: creating ./config.status
config.status: creating include/stamp-h
config.status: creating Makefile
config.status: creating script/findsmb
config.status: creating smbadduser
config...
2005 May 17
3
Linux integration with AD
Hi All,
I extended my AD schema (SFU 3.5) and migrated the users and groups from my
NIS domain.
The groups migrated from the NIS have the same GID like on the NIS.
I added linux machines to my AD domain using windbind, and define on the
smb.conf "idmap gid = 10000-20000".
I logged in using my AD user account, and when I'm doing "id", I see that
all the AD groups
2019 Oct 30
0
vfs objects
...s-*' man pages, but they do not seem to listed
anywhere, but, from git, this is a full list:
vfs_acl_xattr?????? vfs_prealloc
vfs_aio_fork??????? vfs_preopen
vfs_aio_pthread???? vfs_readahead
vfs_audit?????????? vfs_readonly
vfs_btrfs?????????? vfs_recycle
vfs_cacheprime????? vfs_shadow_copy2
vfs_cap???????????? vfs_shadow_copy
vfs_catia?????????? vfs_shell_snap
vfs_ceph??????????? vfs_snapper
vfs_ceph_snapshots? vfs_streams_depot
vfs_commit????????? vfs_streams_xattr
vfs_crossrename???? vfs_syncops
vfs_default_quota?? vfstest
vfs_dirsort???????? vfs_time_audit
vfs_extd_audit????? vfs_tsmsm
vfs...
2019 Oct 30
1
vfs objects
...m to listed anywhere, but, from git, this is a full list:
>
> vfs_acl_xattr vfs_prealloc
> vfs_aio_fork vfs_preopen
> vfs_aio_pthread vfs_readahead
> vfs_audit vfs_readonly
> vfs_btrfs vfs_recycle
> vfs_cacheprime vfs_shadow_copy2
> vfs_cap vfs_shadow_copy
> vfs_catia vfs_shell_snap
> vfs_ceph vfs_snapper
> vfs_ceph_snapshots vfs_streams_depot
> vfs_commit vfs_streams_xattr
> vfs_crossrename vfs_syncops
> vfs_default_quota vfstest
> vfs_dirsort vfs_time_audi...
2010 Jan 19
0
[Announce] Samba 3.4.5 Available for Download
...sed against the OpenSolaris CIFS
server.
o Stefan Metzmacher <metze at samba.org>
* BUG 6642: Fix opening the quota magic file.
* BUG 6919: Fix remote quota management.
o SASAJIMA Toshihiro <sasajima_t at jp.fujitsu.com>
* BUG 7034: Fix internal error caused by vfs_cap.
================
Download Details
================
The uncompressed tarballs and patch files have been signed
using GnuPG (ID 6568B7EA). The source code can be downloaded
from:
http://download.samba.org/samba/ftp/stable
The release notes are available online at:
http://www.s...
2007 Jun 11
0
Re: Samba VFS CAP, hope some help
...mba charsets settings are not set, I tried different settings but
it didn't change anything.
Which charset am I supposed to use ? My filesystem is using utf-8.
TAKAHASHI Motonobu a ?crit :
> From: Adam C?cile wrote:
>
>> Hello,
>>
>> The problem is that when I enable vfs_cap, file containing ":xx"
>> characters are not available anymore on samba. When it's disabled,their
>> filenames are mangled.
>> Do you think it could be a samba charset issue ?
>>
>
> I tested on Samba 3.0.25a with the smb.conf shown below:
>
>...
2010 Jan 19
0
[Announce] Samba 3.4.5 Available for Download
...sed against the OpenSolaris CIFS
server.
o Stefan Metzmacher <metze at samba.org>
* BUG 6642: Fix opening the quota magic file.
* BUG 6919: Fix remote quota management.
o SASAJIMA Toshihiro <sasajima_t at jp.fujitsu.com>
* BUG 7034: Fix internal error caused by vfs_cap.
================
Download Details
================
The uncompressed tarballs and patch files have been signed
using GnuPG (ID 6568B7EA). The source code can be downloaded
from:
http://download.samba.org/samba/ftp/stable
The release notes are available online at:
http://www.s...
2011 Jan 06
2
Mapping characters for non-DOS names under UNIX
Hi All,
As known, samba can mapping non-DOS names under UNIX to DOS-compatible names
by using some HASH/HASH2 algorithm. But is there any way we can define a
character mapping tables by self, not using HASH? such as: (just a sample)
character mapping table:
Unix Windows
" <-------> a
* <-------> b
/ <-------> c
: <-------> d
<
2004 Mar 04
4
Solaris 9 --with-krb5 problems
Hi,
I am running configure with the option --with-krb5=/opt/local which is
where I have heimdal installed. The problem is that after running make,
it still tries to use the include files from SUN that are in /usr/ and this
screws up the compile.
I can compile samba just fine using --without-krb5.
I have already tried:
setenv CFLAGS "-L/opt/local/lib"
setenv CPPFLAGS
2017 Feb 09
3
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Thu, 2017-02-09 at 10:53 +1100, Tom Robinson via samba wrote:
> On 07/02/17 21:45, Tom Robinson via samba wrote:
> > On 07/02/17 17:01, Andrew Bartlett via samba wrote:
> > > On Tue, 2017-02-07 at 15:58 +1100, Tom Robinson via samba wrote:
> > > > Hi,
> > > > \
> > > > Next rid = 13001
> > > > krb5_init_context failed (Invalid
2017 Feb 10
0
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...s
--enable-gnutls --with-acl-support --with-aio-support --with-automount --with-pam --with-pam_smbpass
--without-profiling-data --with-quotas --with-syslog --with-utmp --with-winbind --with-ads
--with-dnsupdate --with-cluster-support --with-libarchive --without-dmapi
--with-shared-modules=vfs_audit,vfs_cap,vfs_catia,vfs_cacheprime,vfs_expand_msdfs,vfs_extd_audit,vfs_fake_perms,vfs_netatalk,vfs_recycle,vfs_streams_depot,vfs_aio_fork,vfs_snapper,vfs_gpfs,idmap_rid,idmap_autorid,idmap_rfc2307,idmap_ad,idmap_tdb2,idmap_hash
waf [command] [options]
Main commands (example: ./waf build -j4)
build :...
2005 Sep 26
0
[Fwd: Re: Samba with Mysql, Compilation of version 3.0.11]
..._quota.c with -fPIC
>>> >> Building plugin bin/default_quota.so
>>> >> Compiling modules/vfs_readonly.c with -fPIC
>>> >> Compiling modules/getdate.c with -fPIC
>>> >> Building plugin bin/readonly.so
>>> >> Compiling modules/vfs_cap.c with -fPIC
>>> >> Building plugin bin/cap.so
>>> >> Compiling modules/vfs_expand_msdfs.c with -fPIC
>>> >> Building plugin bin/expand_msdfs.so
>>> >> Compiling modules/vfs_shadow_copy.c with -fPIC
>>> >> Building plugin bi...
2010 Feb 19
2
[Announce] Samba 3.5.0rc3 Available for Download
...e srvsvc calls according to what w2k3 seems to do.
o Stefan Metzmacher <metze at samba.org>
* BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
pdb_ldap.
o SASAJIMA Toshihiro <sasajima_t at jp.fujitsu.com>
* BUG 7034: Fix segfault in vfs_cap.
o Olivier Sessink <oliviersessink at gmail.com>
* BUG 7028: Add new scannedonly VFS module.
Changes since 3.5.0pre2
-----------------------
o Jeremy Allison <jra at samba.org>
* BUG 6837: Fix "Too many open files" when trying to access large number of
f...
2010 Feb 19
2
[Announce] Samba 3.5.0rc3 Available for Download
...e srvsvc calls according to what w2k3 seems to do.
o Stefan Metzmacher <metze at samba.org>
* BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
pdb_ldap.
o SASAJIMA Toshihiro <sasajima_t at jp.fujitsu.com>
* BUG 7034: Fix segfault in vfs_cap.
o Olivier Sessink <oliviersessink at gmail.com>
* BUG 7028: Add new scannedonly VFS module.
Changes since 3.5.0pre2
-----------------------
o Jeremy Allison <jra at samba.org>
* BUG 6837: Fix "Too many open files" when trying to access large number of
f...
2010 Jan 26
1
[Announce] Samba 3.5.0rc2 Available for Download
...e srvsvc calls according to what w2k3 seems to do.
o Stefan Metzmacher <metze at samba.org>
* BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
pdb_ldap.
o SASAJIMA Toshihiro <sasajima_t at jp.fujitsu.com>
* BUG 7034: Fix segfault in vfs_cap.
o Olivier Sessink <oliviersessink at gmail.com>
* BUG 7028: Add new scannedonly VFS module.
Changes since 3.5.0pre2
-----------------------
o Jeremy Allison <jra at samba.org>
* BUG 6837: Fix "Too many open files" when trying to access large number of
f...
2010 Jan 26
1
[Announce] Samba 3.5.0rc2 Available for Download
...e srvsvc calls according to what w2k3 seems to do.
o Stefan Metzmacher <metze at samba.org>
* BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
pdb_ldap.
o SASAJIMA Toshihiro <sasajima_t at jp.fujitsu.com>
* BUG 7034: Fix segfault in vfs_cap.
o Olivier Sessink <oliviersessink at gmail.com>
* BUG 7028: Add new scannedonly VFS module.
Changes since 3.5.0pre2
-----------------------
o Jeremy Allison <jra at samba.org>
* BUG 6837: Fix "Too many open files" when trying to access large number of
f...
2005 Sep 21
2
Samba with Mysql, compilation problem.
First i would like to say hello to everybody here, because i am new to
this ML.
So here is the description of my problem:
I began with a clean samba installation from the stable branch few
monthes ago, everything was just fine, i have a linux box which was
sharing files for another linux workstation and two WinXP laptops. The
sharing linux box is a debian stable branch O/S, which is my choice
2010 Mar 01
3
[Announce] Samba 3.5.0 Available for Download
...e srvsvc calls according to what w2k3 seems to do.
o Stefan Metzmacher <metze at samba.org>
* BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
pdb_ldap.
o SASAJIMA Toshihiro <sasajima_t at jp.fujitsu.com>
* BUG 7034: Fix segfault in vfs_cap.
o Olivier Sessink <oliviersessink at gmail.com>
* BUG 7028: Add new scannedonly VFS module.
Changes since 3.5.0pre2
-----------------------
o Jeremy Allison <jra at samba.org>
* BUG 6837: Fix "Too many open files" when trying to access large number of
f...