similar to: opendir messages with log level = 1 and extd_audit

Displaying 20 results from an estimated 3000 matches similar to: "opendir messages with log level = 1 and extd_audit"

2006 Jul 21
1
3.0.23 - different errors on solaris 8 (Error in dskattr...)
Hi, I just compiled samba 3.0.23 on our Sun Solaris 8 server. 3.0.22 was running fine and I used the same compiler options for 3.0.23. $ ./configure --with-acl-support --prefix=/usr/local/samba3023 --with-quotas --with-included-popt --without-ldap --with-vfs gcc version 3.4.2 GNU Make 3.80 Running make now throws a lot these warnings: [-snip-] Linking nsswitch/libnss_wins.so ld: warning:
2005 May 23
1
Odd Disconnect problem, again. (Recv failure for 4?)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Setup: Samba 3.0.7-1 on Debian (3.0.9 broke Excel Shared Files, not upgrading unless that bug is squashed, resurrected, re-squashed, burned, etc.) Win2k Pro box running OnStream Echo backup software. Problem: Connection to the share disconnects during backup. Software repeatedly retries last file, fills up tape with partial copies of file,
2004 Sep 23
3
VFS Extended Auditing Module Debug Information
Folks, Given recent discussion on this list I have just updated the master Samba-Docs information regarding the Debug Class (Log Level) settings and the audit information each causes to be logged. This will appear in on-line versions of the Samba-HOWTO-Collection within 24 hours. To obtain an updated version point your browser at: http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf
2010 Aug 08
0
Project: writing a vfs module to preverse permissions with MS Office
Hello list, Short introduction: I'm Pierre, on my non-free time I work for Red Hat in Farnborough, UK. I'm not really using Samba extensively myself, but how could one not love a source tree containing torture.c and weird.c? About that, if anyone can explain what the latter is for, I'd be very interested... "Add the weird charset in 3_0 and build it by default for ./configure
2006 Jul 05
1
extd_audit module doesn't write to log.smbd?
Hi all, I'm using Samba 3.0.14a on Debian Sarge. According to Samba HOWTO, I've set syslog = 0 to make extd_audit module writes to log.smbd instead of syslog, but in log.smbd only 1 line about creating new folder was written. How do I make extd_audit module works as HOWTO document? Below is my smb.conf file: ################################################# [global] server string = %h
2004 Oct 21
0
compile errors samba 3.0.7 vfs
Hi all, sorry for the long posting. Samba 2.2.x is outdated. Trying to switch to 3.0.7 with no success. The vfs layer is one of my current problems. Googled some time for an solution for this: [2004/10/21 20:04:00, 0] smbd/server.c:main(760) smbd version 3.0.7 started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2004/10/21 22:12:07, 0] smbd/server.c:main(760) smbd version
2015 Jan 09
1
Question about log file format
Hello and happy new year! I've a configured logging in the smb.conf as following vfs objects = extd_audit debug uid = yes debug pid = yes log level = 0 vfs:2 syslog = 0 log file = /var/log/smbduserlogs/%U.log max log size = 1024 a example of a resulting lines looks like: [2015/01/08 14:48:48.124825, 2, pid=19808, effective(51002, 100), real(0,
2006 Jul 14
0
Samba vfs extd_audit module and Japanese
Hi all, I've setup a samba server that use vfs extd_audit module and I got a problem with Japense file name and folder name. After being written to syslog, all those Japanese name are changed to ?\226??\201\227?\201\204?\203\225?\202(c)?\203??\203\200 Is there anyone that have same problem? How do I correct it? Any help would be appreciated. Best regards, -- Nguyen Anh Phu
2009 Mar 10
0
samba extd_audit question
Hello All, i've tried to enable extd_audit on samba 3.0.34, and while it seems to be working fine, i can't figure out why it still insists on logging entries to syslog, even with syslog=0 log level = 0 vfs:10 log file = log.%U.%m.log or syslog=0 log level = 10 log file = log.%U.%m.log It's very counter intuitive...and quite impossible to do tracing for multiple users.
2009 Mar 05
1
[PATCH 3/5] COM32: Improve opendir() to deal with no '/' at end of string
From: Gene Cumm <gene.cumm at gmail.com> COM32: Improve opendir() to deal with no '/' at end of string Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- Originally, this was going to be 3 patches but I ended up doing a little more. Currently, the COMBOOT call required a '/' to recognize that you're searching for a directory. This checks and automatically
2009 Mar 05
0
[PATCH 1/1] COM32/opendir: free for malloc
From: Gene Cumm <gene.cumm at gmail.com> COM32/opendir: free for malloc Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- Matching the malloc with a free. diff --git a/com32/lib/opendir.c b/com32/lib/opendir.c index 7063f8c..5129273 100644 --- a/com32/lib/opendir.c +++ b/com32/lib/opendir.c @@ -50,6 +50,8 @@ DIR *opendir(const char *pathname) /* ENOTDIR is
2009 Mar 06
0
[PATCH 1/2] COM32/opendir: remove unneeded zeroing
From: Gene Cumm <gene.cumm at gmail.com> COM32/opendir: remove unneeded zeroing; a member of DIR and errno were zeroed unnecessarily Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- DIR is allocated with calloc() and errno shouldn't be zeroed unless I set it and know I need to ignore it. Depends on the string of patches I've submitted this week diff --git
2009 Dec 10
0
mv renames the wrong file
Hi, Using Samba 3.4.3 server on Ubuntu 9.10 (compiled myself, since Ubuntu came with Samba 3.4.0). Sometimes, mv commands don't do what I asked for! This morning, I was in my Videos share, in the "Movies/Baby Einstein Mozart/" directory. (I have the share mounted locally in /mnt/samba/Videos, on the same machine where samba server runs on.) I issued the following command: mv
2019 Oct 30
0
vfs objects
On 30/10/2019 17:32, torch via samba wrote: > 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
2019 Oct 30
1
vfs objects
If you have bash-completion-extras (or the equivalent for your bistro) installed, you should be able to type ?man vfs? and hit tab completion to see your list of available vfs objects. > On Oct 30, 2019, at 11:38 AM, Rowland penny via samba <samba at lists.samba.org> wrote: > > On 30/10/2019 17:32, torch via samba wrote: >> Is the ?important" vfs objects parameter
2004 Sep 11
1
[PATCH] fchdir syscall, opendir function
This adds the fchdir syscall and a new opendir() function. diff -purNx linux ../klibc-0.172/klibc/SYSCALLS.def ./klibc/SYSCALLS.def --- ../klibc-0.172/klibc/SYSCALLS.def 2004-08-25 23:56:49.000000000 +0200 +++ ./klibc/SYSCALLS.def 2004-09-11 20:46:10.187551992 +0200 @@ -86,6 +86,7 @@ int access(const char *, int) int link(const char *, const char *) int unlink(const char *) int chdir(const
2009 Mar 21
0
[PATCH 1/1] SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call
From: Gene Cumm <gene.cumm at gmail.com> SYSLINUX/COMBOOT: Abstract searchdir and fix the opendir call Signed-off-by: Gene Cumm <gene.cumm at gmail.com> --- First, change comboot.inc such that INT 22h AX=0020h (opendir) is about as simple and similar in behavior to INT 22h AX=0006h (openfile). Next, rename the function searchdir to searchdir4any, create a new function called
2012 Aug 01
1
imap(xxxxxxxx): Error: opendir(/user/xxxxxxxx/.imap) failed: No such file or directory
hello I see this message in the dovecot error log every time a user connect to IMAP service. imap(xxxxxxxx): Error: opendir(/user/xxxxxxxx/.imap) failed: No such file or directory In the server's config I've this mail_location = mbox:%h/:INBOX=/var/mail/%u:INDEX=/var/spool/dovecot/index/%u As we can see INDEX files are not living in user's home directories but in
2012 Aug 16
1
Samba VFS opendir and readdir
Hi Folks, I am writing a VFS module, which creates virtual a file system in memory, not on any physical storage. However, I really don't have any idea on how to implement the VFS operation opendir and readdir, becuase SMB_STRUCT_DIR is very hard to manipulate. For example, I can not malloc a SMB_STRUCT_DIR. Also, there is no any document for SMB_STRUCT_DIR. I don't know how to use it data
2005 Feb 08
0
VFS Extended Auditing output situation
Hello, I'm using Samba 3.0.10 as file server and PDC for some Win2000 Pro clients, and I'd like to get detailed and clear logs of file/dir creation/open/save/deletion on some shares. The standard logs are a bit "too much" for me. The ideal would be a well balanced setting of the extd_audit VFS module, but when trying, some months ago, I discovered it behaved differently than