similar to: samba-3.0.22 on debian etch, fchmod_acl : Operation not supported

Displaying 20 results from an estimated 1100 matches similar to: "samba-3.0.22 on debian etch, fchmod_acl : Operation not supported"

2004 Jun 23
1
Skel VFS module crashes smbd when we have no ACL support in samba v2.2.9.
Hello! I have compiled samba v2.2.9 without ACL support and when I test skel vfs module I have encountered internal errors (SIGSEGV in child processes). Consider the file source/samba/vfs.c: struct vfs_ops default_vfs_ops = { ... /* POSIX ACL operations. */ #if defined(HAVE_NO_ACLS) NULL, NULL, #else vfswrap_chmod_acl, vfswrap_fchmod_acl, #endif ... }; As
2003 May 13
1
audit.so ?
Hi all Is anyone using the audit.so module ? I've compiled it and added the appropriate line to smb.conf but I seem to be having a few issues... Here is an snip from syslog... May 13 18:12:44 netvault.crcert.unsw.edu.au smbd_audit[13474]: opendir ./ May 13 18:12:44 netvault.crcert.unsw.edu.au smbd_audit[13474]: opendir . May 13 18:12:50 netvault.crcert.unsw.edu.au smbd_audit[13474]: opendir .
2003 May 14
1
audit.so problem !!
Hi all Is anyone using the audit.so module ? I've compiled it and added the appropriate line to smb.conf but I seem to be having a few issues... Here is an snip from syslog... May 13 18:12:44 myhost.com smbd_audit[13474]: opendir ./ May 13 18:12:44 myhost.com smbd_audit[13474]: opendir . May 13 18:12:50 myhost.com smbd_audit[13474]: opendir . May 13 18:12:50 myhost.com smbd_audit[13474]:
2007 Jan 22
2
Mode 0x1b4 errors in logs, unable to save Word documents
Hi all, Our users have started to complain that some of the time they're unable to save Word documents to our Samba drive - Word tells them the disk is full. I had a look at the logs, and there are a lot of weird "Function not implemented" errors. These have been there for a while, but the "Operation not permitted" ones seem new. Nothing on the server has changed.
2010 Jan 13
1
Full_Audit preventing file writing
When VFS full_audit is activated the server doesn't allow users to write changes in any file. The log vfs:10 shows: Jan 12 22:22:00 loginserver smbd_audit: aaaa.bbbb|192.168.23.10|get_real_filename|fail (Operation not supported)|/Novo Documento de Texto.txt->(null) Jan 12 22:22:00 loginserver smbd_audit: aaaa.bbbb|192.168.23.10|fchmod_acl|fail (No data available)|Novo Documento de
2007 Jul 12
1
Urgent, Security: Privilege Escalation in 3.0.24?
Hi list, we have spotted a serious problem with our Samba (Debian version 3.0.24-6) on linux 2.4.31, ext2 with ACLs enabled. We use "hide unreadable = yes" to reduce clutter for our users. Today we noticed that with this option enabled any linux client can access and read *all* directories under the share, even directories that are owned by root and set to 0700. No ACLs are set on the
2016 Feb 22
2
Windows 10 - samba domain
Hi I have set up a domain using samba-tool on debian jessie. It seems to work, i cant administrate from terminal whit samba-tool and from winxp, but if i join whit win10 i have much trouble. I cant change password, i cant add users.... Someone knows whats the problem? /etc/samba/smb.conf [global] workgroup = LAN realm = lan.local netbios name = C3PO server role =
2016 Feb 24
0
Info
On 24/02/16 12:20, Oskar Perger wrote: > Hi > I am running samba 4 on debian jessie. The ad directory controller is > running and i can login whit oser accounts but i cant manage them from RSAT > on Windows 10. It says "the server is not operational". After that i have > changed the dns in the network settings of the client and it works > partialy, i can open the user
2016 Feb 24
2
Info
Hi I am running samba 4 on debian jessie. The ad directory controller is running and i can login whit oser accounts but i cant manage them from RSAT on Windows 10. It says "the server is not operational". After that i have changed the dns in the network settings of the client and it works partialy, i can open the user management but i cant change anything.. I have read about problems in
2020 Apr 16
0
Crash after Update to 4.12.1 with vfs full_audit
Forgot to mention that this is on Centos 8. So maybe something different than this: https://www.spinics.net/lists/samba/msg163085.html Regards Christian Am 16.04.20 um 13:45 schrieb Christian Naumer via samba: > Hello alAl, > after update of our test server to 4.12.1 from 4.11 it crashes. If the > vfs module is removed from the config everthing works as before. Logs > from the
2016 Apr 07
0
PANIC on update_num_read_oplocks
Hello. Today a box I manage throwed a lot of these (Samba 4.3.3 working as an ADS member on FreeBSD 10.1/amd64): > Mar 7 15:18:54 xxxxxx smbd_audit[51710]: connect to service xxxxxxxxx by user XXXXXXXX\xxxxxxxx > Mar 7 15:18:54 xxxxxx smbd_audit[51710]: open XXXXXXXXX/XXXXXXXXX.ods (fd 9) > Mar 7 15:18:54 xxxxxx smbd_audit[51710]: [2016/03/07 15:18:54.364808, 0]
2007 Apr 12
0
panic in smbd_audit aftar a connect
hello I'm using Samba 3.0.21b-2 on RHEL4.1. All the machines are logging to a windows 2003 ADS domain server. The samba server is a ADS member of this windows 2k3 server and user's access log is recorded by using the audit module. I recently came into this trouble, when I connect to samba server from client, the smbd_audit suddenly got panic. Please advise me how to solve this
2020 Apr 16
4
Crash after Update to 4.12.1 with vfs full_audit
Hello alAl, after update of our test server to 4.12.1 from 4.11 it crashes. If the vfs module is removed from the config everthing works as before. Logs from the crash see here: .0.31:445] Apr 16 13:36:47 lx-sv-03 smbd_audit[6263]: [2020/04/16 13:36:47.546559, 0] ../../source3/lib/util.c:830(smb_panic_s3) Apr 16 13:36:47 lx-sv-03 smbd_audit[6263]: PANIC (pid 6263): vfs_full_audit.c: name table
2008 Mar 18
1
how to log only opened files via vfs_modules?
I have share with a lot of scan files with .tif extension. They are grouped in catalogs by years for example 2006 2007 2008 etc. I would like to log open files (open scanned files .tif) by users. But /var/log/messages shows a lot of useless informations!!. For example user fujitsu opened only file 11005_07.tif in windows explorer. In /var/log/messages I can't exactly know which file was
2009 Mar 20
1
vfs full_audit panic
Folks, I tried using full_audit on Samba 3.0.28 by putting the following lines on smb.conf (global section): vfs objects = full_audit full_audit:facility = LOCAL2 full_audit:priority = WARN full_audit:prefix = %u|%m|%S full_audit:success = rename rmdir unlink write full_audit:failure = none My log says: Dec 29 13:57:07 lua smbd_audit: [2008/12/29 13:57:07, 0] lib/fault.c:fault_report(45) Dec
2003 Jan 28
0
Probably a bug in samba audit
Hi. I got this email-address from BUGS.txt file of the samba distribution. I read it carefully. I got configured and working samba, I work with samba above one year. I still have a problem, and, according to the samba log output, I think it's probably a bug. When I try to use the shares with audit support, I have my Far disconnected and telling me that something is wrong. I have that
2008 Aug 26
0
Problem with Roaming Profiles
Hello all, I'm using Samba 3.0.28-0.4.3 as PDC on a SUSE Linux Enterprise Server 10 SP1 (x86_64), integrated with a ldap base. I have setup roaming profiles and things were working fine till yesterday when an user "lost" his profile during logon. Here is a part of audit log: Aug 25 08:33:28 localhost smbd_audit: 30829|gustavo|192.168.5.38|gustavom|IPC_|connect|ok|IPC$ Aug 25
2013 Nov 05
1
4.1.0 auditing : can't get only wanted vfs operations to log
HI all, So I'd like to log the user's operations on some shares. As I need to know who made what when. I'd read a previous answer from Andrew about auditing, so I can see loggued operations. Modified smb.conf : > [global] > vfs objects = dfs_samba4, acl_xattr, full_audit > full_audit:success =none > full_audit:failure = none share is : > [journal] > path =
2003 Jan 14
0
Oplocks_break FAILURE in 2.2.7? hmm..
Dear Samba team. I have hybrid network with MSDOS / Win9x(ME) / Win2k/XP(NT) computers at home. I'm using Samba as PDC. W9x/me clients works fine as so as with roving profiles, but I'm experiencing problems with w2k, NT4/XP just not test because i'm testing on my box at home and when it'll work fine then I'll go to clients from which smaller part has XPs installed on PC.
2002 Oct 23
2
Audit in 2.2.6
Greetings. I have samba 2.2.6 installed on FreeBSD 4.7-RC, from ports, compiled with audit/syslog/recycle/winbind. I try to use audit via syslogd. I created the following share: ===Cut=== [price] create mask = 664 security mask = 644 directory security mask = 000 directory mask = 755 comment = Fresh Norma PriceList path = /usr/local/public/ftp/pub/price valid users = emz ramil hunter alex ckv