Displaying 20 results from an estimated 60000 matches similar to: "samba extd_audit question"
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
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
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
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
2012 Mar 07
1
User audit logging
Hi
I have setup user auditing with extd_audit and its working fine , i
have it logging to log file = /var/log/samba/%U.%m.log and that is
great for identifying the users and machines ...But the syslog entries
don't have a username or host information and I want to use syslog to
ship the logs to a central logging server. Can I configure it to log
username and hostname (or ip) to syslog with
2015 Apr 17
3
separate config for dedicate user
Hello,
I run samba 3.6 and I need to track problems for dedicated users.
So I thought, I load at the end via include special configurations for
the user separately.
My question is, how does the smbd configure itself. Does smbd
1) reads the config completely and then it set the parameters in the process or
2) does smbd reads and set each parameter instantly?
So can I use the following example?
2004 Sep 20
1
Audit
Hello,
I'm using Samba 3.0.7, and I'd like to keep logs of open/delete/etc.
files, to be able to tell which user accessed a particular file at a
certain moment, and so on.
Samba logs are a bit confusing for this purpose.
I thought the audit VFS module was best suited for the task, but I
encountered some problems:
1. it does not clearly report which user did each action. Ok, it reports
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,
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
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
2015 Jun 10
3
Failed to init inotify - Too many open files
Hello,
I've a problem on my system with inotify.
In the smbd logfile are shown a lot messages like this:
[2015/06/10 11:15:21.644453, 0, pid=57030, effective(12700, 100),
real(0, 0)] smbd/notify_inotify.c:297(inotify_setup) Failed to init
inotify - Too many open files
[2015/06/10 11:15:23.968497, 0, pid=57030, effective(12700, 100),
real(0, 0)] smbd/notify_inotify.c:297(inotify_setup)
2016 Apr 11
5
[FORGED] Re: identical() versus sapply()
Indeed!
Slightly simplified to emphasize your point:
> class(as(1:2,"numeric"))
[1] "integer"
> class(as.numeric(1:2))
[1] "numeric"
whereas in ?as it says:
"Methods are pre-defined for coercing any object to one of the basic
datatypes. For example, as(x, "numeric") uses the existing as.numeric
function. "
I suspect this is related to
2018 May 24
0
[RFC] Formalizing FileCheck Features
On 05/24/2018 08:46 AM, via llvm-dev wrote:
> Background
> ----------
>
> FileCheck [0] is a cornerstone testing tool for the LLVM project. It
> has grown new features over the years to meet new needs, but these
> sometimes have surprising and counter-intuitive behavior [1]. This
> has become even more evident in Joel Denny's recent quest to repair
> what seemed like
2016 Apr 11
0
[FORGED] Re: identical() versus sapply()
Ok, I see the difference between 1 and 1:2, I'll just leave it as one of those "only in R" things.
But it seems then, that as.numeric() should guarantee a FALSE outcome, yet it does not.
To build on what Rolf pointed out, I would really love for someone to explain this one:
> str(1)
num 1
> str(1:2)
int [1:2] 1 2
> str(as.numeric(1:2))
num [1:2] 1 2
>
2017 Jun 14
1
[WISH / PATCH] possibility to split string literals across multiple lines
On Wed, Jun 14, 2017 at 8:48 AM, Simon Urbanek
<simon.urbanek at r-project.org> wrote:
> As I recall this has been discussed at least a few times (unfortunately I'm traveling so can't check the references), but the justification was never satisfactory.
>
> Personally, I wouldn't mind string continuation supported since it makes for more readable code (I had one of my
2016 Apr 11
0
[FORGED] Re: identical() versus sapply()
Hypothesis regarding the thought process: integer is a perfect subset of numeric, so why split hairs?
--
Sent from my phone. Please excuse my brevity.
On April 11, 2016 12:36:56 PM PDT, Bert Gunter <bgunter.4567 at gmail.com> wrote:
>Indeed!
>
>Slightly simplified to emphasize your point:
>
>> class(as(1:2,"numeric"))
>[1] "integer"
>
>>
2008 Sep 10
1
A question about the hypergeometric distribution and phyper()
Dear All
I have a question about the hypergeomteric distribution.
Example 1: I have a universe of 6187 objects, and 164 have a particular
attribute, therefore 6187-164 do not have that attribute. I sample 249
of those objects, and find that 19 have that attribute. I get a p-value
here (looking at just over-representation):
phyper(19, 164, 6187-164, 249, lower.tail=FALSE)
[1] 7.816235e-06
2001 Jan 05
3
subject: ssh non-intuitive logging setting. (priority names)
subject: ssh non-intuitive logging setting (priority names).
I installed openssh 2.3.0p1 on Solaris 7 for x86 box and
sshd worked fine.
However, somehow the logging of connection and disconnection to
sshd was not recorded as I wished.
Time to investigate.
On a host where sshd from data-fellows once ran,
the log was recorded with auth.info level.
After trying to modify sshd_config, I found
that
2009 Mar 11
2
dictionary for crackcheck
Hello All,
Can anyone tell me where i can get a "starter" dictionary for crackcheck? i tried googling this but didn't find anything. tia
2005 Dec 31
2
pam_mkhomedir.so problem
Hello Samba People,
I'm doing some tests with samba on a debian Sarge in order to implement a
file server
with the recycle bin module, so my smb.conf loks like this :
[global]
workgroup = HOME
server string = %h server (Samba %v)
preferred master = no
realm = home.local
security = ADS
encrypt passwords = true
password server = 192.168.0.15
socket options = TCP_NODELAY
#