Displaying 5 results from an estimated 5 matches for "dir_perm".
2010 Apr 12
1
How to log separate files or directories for centralizing SysLog server ?
Hi All,
I have three server. server0 is centralized logging server, server1 and
server2 are remote client servers. How can I properly configure the syslog
in server0 to log the two servers in different separated files/directories.
Example, server1 will be logged at /var/log/syslog/server1.log of server0
and /var/log/syslog/server2.log for server2 as well. Is there need of little
tweaking for
1999 Jun 07
2
smbmount Directory permissions
Hello,
I?m having trouble with smbmount & WinNT 4.0 SP 4 Workstation.
Mounting shares on NT from Linux as root is no problem, but
if I try to mount shares as a normal user, the directory I want
to mount the share, becomes gid root and cannot be accessed by
a normal user.
Is there any configuration to do for this like setting permissions
in smb.conf ?
Thanks in advance
Andreas Klein
---
2008 Mar 14
1
Forward local5.* to remote syslog-ng server
...log-ng.conf (excerpt below)
options
{
log_fifo_size(8192);
# garden gnomes shouldn't log (Gnome has a buggy log implementation)
# needs to be set on client systems, too...
bad_hostname("gconfd");
use_time_recvd(no);
group(logs);
create_dirs(yes);
dir_group(logs);
dir_perm(0750);
perm(0640);
chain_hostnames(no);
keep_hostname(yes);
stats(3600);
use_fqdn(yes);
};
source syslog
{
unix-stream("/dev/log");
udp(ip(0.0.0.0) port(514));
tcp(ip(0.0.0.0) port(5149) max-connections(300));
internal();
};
destination mylogfile.log {
file(/va...
2014 Jul 17
1
syslog-ng 2.1.4 - file sources are read only when reload or restart is performed?
...Server release 5.7 (Tikanga)
Linux logserver01 2.6.18-274.el5 #1 SMP Fri Jul 8 17:36:59 EDT 2011 x86_64
x86_64 x86_64 GNU/Linux
syslog-ng 2.1.4
I have following configuration:
...
9 options {
10 create_dirs (yes);
11 dir_group (root);
12 dir_owner (root);
13 dir_perm (0700);
14 group (root);
15 owner (root);
16 perm (0600);
17 flush_lines(1);
18 flush_timeout (1000);
19 keep_hostname (yes);
20 log_fifo_size (1);
21 use_dns (no);
22 use_fqdn (no);
23 };
...
39 source s_stdout {
4...
2008 Mar 15
0
Re: CentOS Digest, Vol 38, Issue 15
...log-ng.conf (excerpt below)
options
{
log_fifo_size(8192);
# garden gnomes shouldn't log (Gnome has a buggy log implementation)
# needs to be set on client systems, too...
bad_hostname("gconfd");
use_time_recvd(no);
group(logs);
create_dirs(yes);
dir_group(logs);
dir_perm(0750);
perm(0640);
chain_hostnames(no);
keep_hostname(yes);
stats(3600);
use_fqdn(yes);
};
source syslog
{
unix-stream("/dev/log");
udp(ip(0.0.0.0) port(514));
tcp(ip(0.0.0.0) port(5149) max-connections(300));
internal();
};
destination mylogfile.log {
file(/va...