Displaying 20 results from an estimated 4000 matches similar to: "Samba vfs extd_audit module and Japanese"
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
2006 Aug 24
2
How to get Samba's share directories
Hi all,
Is there any tool that can get Samba service (share directory) and its
full path? Maybe its output likes this:
[share] /home/share
[setup] /home/setup
...
Any help would be appreciated.
Best regards,
--
Nguyen Anh Phu
2007 Feb 09
0
opendir messages with log level = 1 and extd_audit
Hi,
I'm using samba 3.0.23d on Debian Etch and wat to use the extd_audit vfs
module.
In the global section of my smb.conf I use:
log level = 1 vfs:0
And in the share section:
vfs objects = extd_audit
With log lovel 0 for the vfs module I expected to see messages about
deleted/unlinked files and directories + mkdir commands. In fact I get opendir
messages too. This is filling up the
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.
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
2008 Aug 29
0
VMKnoppix 5.3.1DVD 20080827 (Virtual TPM is supported on Xen and KVM/QEMU) is released.
Dear,
We release new VMKnoppix 5.3.1DVD(20080827).
HP: http://www.rcis.aist.go.jp/project/knoppix/vmknoppix/index.html
Guide-PDF: http://www.rcis.aist.go.jp/project/knoppix/vmknoppix/VMKnoppix-20080827-E.pdf
### Special Feature ###
# Virtual TPM is supported on Xen and KVM/QEMU. The virtual machines
are used for Trusted Computing.
# The LiveCD of trusted computing (GRUB-IMA, Linux-IMA
2009 Sep 08
1
How to validate_uniqueness_of the joint of two attributes?
Hi,
I have a form that asks users to put in their :first_name and :last_name.
How do I validate that their full_name (first_name + last_name) is unique?
Thanks!
Nguyen Anh Hung
Assistant Project Manager/ Consultant/ Business Analyst
Tech Propulsion Labs
Mobile: +84987 005 477
Twitter: http://www.twitter.com/anhhung
Blog: http://www.fresco20.com
Skype: anhhung.n | Yahoo: hero.tuxer | Gtalk:
1999 Jan 26
1
Disable Samba Write Cache???
Dear List,
I have a MSDOS 6.22 PC with MS Client 3.0 using a samba share on a SUN 2.6
Solaris box. The DOS application is reading data from that share and
updating a log file also on that share. Reading or writing is not a problem
at all. The problem is the log file is updated every 4K. Normally it will
take one day for the DOS application to create 4K of logging data. That
becomes an issue as
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]
Any ideas why a vfs module loads successfully then can't be found?
[2005/01/30 03:52:08, 5] lib/util_seaccess.c:se_access_check(309)
se_access_check: access (2) granted.
[2005/01/30 03:52:08, 3] smbd/vfs.c:vfs_init_default(203)
Initialising 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 May 28
2
[PATCH] Makefile uninstall not to remove libxutil
libxutil is not build and installed by default, so "Makefile
uninstall" will not try to remove it. This patch is against -unstable,
ChangeSet@1.1575
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
===== Makefile 1.94 vs edited =====
--- 1.94/Makefile 2005-05-25 03:54:03 +09:00
+++ edited/Makefile 2005-05-28 02:09:46 +09:00
@@ -160,7 +160,7 @@
uninstall:
[ -d
2013 Dec 19
1
[LLVMdev] project built with LLVM
Hello,
I have been collaborating with a project I would like to propose for
inclusion in the list of software built with LLVM. The project is a
disassembly framework named Capstone (https://github.com/aquynh/capstone).
Here is a description:
--- snip ---
Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.
Our target is to make Capstone the ultimate disassembly
2004 Sep 11
0
Questions on VFS modules (audit)
Hello,
I'm configuring Samba 3.0.6 on Debian stable, after using version 2.2.8a
for a while.
I have some questions on VFS modules, which could be summed up into a
single big question: is there any documentation about them, other than the
few paragaphs in the official howto?
Now for the single questions:
1. audit: its output goes into syslog, no options to change this, right?
And also no
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 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
2005 Jul 04
0
[PATCH 2/2] xm info (2)
This patch extends libxc for few new functions on xen version and xen
compile info. It also extends python wrapper correspondingly.
Here is the output of new "xm info"
---
#xm info
system : Linux
host : ubuntu
xen_release : 3.0-devel
xen_compile_by : root@localdomain
xen_compiler : gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
2005 Jun 01
0
[PATCH] remove ununsed code in XendDB.py
This patch removes some unused methods from XendDB.py in -unstable (as
of ChangeSet@1.1623)
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
$ diffstat xenddb.patch
XendDB.py | 11 -----------
1 files changed, 11 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Aug 21
0
How to work on Timing and Scheduling for a game?
Hi all,
I''m working on a sport game that needs a timing system with the following
needs:
- The game works on a Season basis. So players will be able to see which day
of the season today is.
- Games will be scheduled according to this Season''s time.
- Length of day can be customized. Not necessarily 24h as a normal day.
- Administrator can start and restart seasons by specifying
2005 Jun 21
3
[PATCH] Makefiles of policy_tool
This patch (againstChangeSet@1.1727) makes some cleanups to Makefile
of policy_tool, and add install target. It also removes policy_tool in
uninstall target from top level Makefile.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
Makefile | 1 +
tools/policy/Makefile | 19 +++++++++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
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