search for: www02

Displaying 7 results from an estimated 7 matches for "www02".

2014 Apr 09
3
Logrotate errors
...ALERT exited abnormally with [1] It seems the problem if with this logrotate.conf (executed every hour): create dateext /srv/www2/logs/viewer.log { size 512k create 0640 www www missingok rotate 7 compress delaycompress copytruncate notifempty } Doing a debug: [root at www02 ~]# logrotate /data/config/etc/logrotate.conf -dv reading config file /data/config/etc/logrotate.conf reading config info for /nsm/moloch/logs/viewer.log Handling 1 logs rotating pattern: /srv/www2/logs/viewer.log 524288 bytes (7 rotations) empty log files are not rotated, old logs are removed c...
2006 Sep 01
5
fileserver security
Is there any security (or perhaps plans to add security) within the fileserver to verify that clients are only able to receive files specified in the manifests on the server? I''d like to distribute different Kerberos keytabs to different nodes such that nodes www01 and www02 can retrieve different files from nodes www03 and www04. Any ideas on how best to approach this problem? Thanks, Christian
2009 Jan 15
1
variable scope is making my head hurt
...o add a "node type" variable that can be interpolated into source values. In this, my latest attempt, $nodetype always ends up as "base": # manifests/nodes $nodetype = "base" node "base" { include postfix ...snip... } node "www01", "www02", ... , "www10" inherits "base" { $nodetype = "wwwnode" include postfix::custom } # modules/postfix/manifests/init.pp class postfix { package {"postfix": ensure => installed} file {"/etc/postfix/main.cf": conte...
2006 Sep 01
4
evaluating classes within component
...the classes associated with the node using the component. Is this possible? Here''s what I''m thinking. node www01 { include webserver website { "site1.com": aliases => ["www.site1.com", "test.site1.com"], username => www0001 } } node www02 { include webserver website { "site2.com": aliases => ["www.site2.com", "test.site2.com"], username => www0002 } } node nfs1 { include nfs-server website { "site1.com": username => www0001; "site2.com": username => www000...
2007 Jan 17
11
scope issue after upgrade
...changes in scope rules. In my site.pp manifest, I have the following: import "classes/*" node nfsserver { include nfsserver } node webserver { include webserver } class cluster1_sites { website { "example.com": ...; "example2.com": ...; } } node www01,www02 inherits webserver { include cluster1_sites } node fs01 inherits nfsserver { include cluster1_sites } The idea is that new websites can be added to the cluster1_sites class, and the right changes will be made to the web servers and nfs servers. So, classes/webserver.pp contains: class webs...
1998 Apr 28
6
Problems with UNIX file permission
Hello, I need to serve one fileshare to different users in different groups ( I do so ). I gave different users different groups and told samba to make new files owned by user:group, mod 775. But now some users have the need to write in the directory of another group. Is it possible to force user and group per directory and not per share, or is it possible to create links in the filestructure
2003 Dec 01
0
No subject
...ookup. I can't access samba server if failing gethostbyaddr in smb.log. Anybody could tell me why and how to disable dns reverse lookup? Regards, future future@yxtc.edu.cn Return-Path: <davyd@iprimus.com.au> Delivered-To: samba@lists.samba.org Received: from smtp02.iprimus.net.au (www02.pod02.corp.iprimus.net.au [203.134.65.107]) by lists.samba.org (Postfix) with ESMTP id C4BF74240 for <samba@lists.samba.org>; Thu, 26 Jul 2001 03:39:57 -0700 (PDT) Received: from iprimus.com.au ([203.134.16.242]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.3571); Thu, 26...