Displaying 20 results from an estimated 100 matches similar to: "Groups"
2013 May 03
1
State of Gluster 3.4 alpha 3 NFS ACL support
Wonder if someone can point me in the right direction here - just
built some new bricks running gluster 3.4 alpha 3 (from
http://download.gluster.org) with the objective of testing them to
replace some existing 3.2 systems in production.
The main thing I was after was NFS ACL support, however on getting
everything setup, I still don't seem to be able to see POSIX extended
ACLs on the
2008 Aug 12
4
NFS issues
So I'm running nfs to get content to my web servers. Now I've had this
problem 2 times (about 2 weeks since the last occurrence).
I use drbd on the nfs server for redundancy. Now to my problem:
All my web sites stopped responding so I started by checking dmesg and
there I found a bunch of this errors
||
Aug 11 16:00:39 web03 kernel: lockd: server 192.168.20.22 not responding, timed out
2006 Feb 14
1
Error handling
Hi,
I''m stuck right now with a problem concerning error handling. I''ll try to
explain the problem in short:
In a controller class I have a method edit:
def edit
@some_class = SomeClass.find(params[:id])
end
The record originates from a database table. What happens if the user enters
a field that fails validation and I return to my edit page? I get the idea
that th
2015 Apr 17
2
Disable SSLv3 in sendmail in CentOS 5
RedHat released sendmail-8.13.8-10.el5_11.src.rpm which includes
sendmail-8.13.8-ssl-opts.patch which adds support for disabling SSLv3 and
SSLv2 in sendmail.cf
But as far as I can see there is no support in sendmail.mc - I can't see
how to compile sendmail.mc to get the required line ServerSSLOptions in
sendmail.cf
Does anyone know how to do this ?
--
Andrew Daviel, TRIUMF, Canada
2006 Apr 10
3
autocomplete 2nd field based on 1st field''s input
I''m trying to populate a field named "file_name" based on the input of a
field named "title". So, for instance, based on the following input in
the "title" field:
My Title Is Awesome
I would want the following "file_name" to be autocompeted on the fly:
My_Title_Is_Awesome
I''ve been going over all the autocomplete examples out there,
2005 Aug 10
1
using modules with models?
I''m trying to figure out how to use modules with my model classes.
I''m going to have good number of model classes that don''t map to the
database, and I''d like to put some of these in seperate modules. I''ve
been wrestling with this for 2 days and can''t figure out how to get it
to work. Rails seems to handle it fine for controllers, though.
I
2007 Oct 16
30
Template Nodes considered harmful
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Russ, Digant, *!
Several times on the IRC channel I noticed people having problems getting to
grips with the interaction of scopes when using template nodes[1]. Typically
this looks thus:
| node genericwebserver { stuff }
|
| node ''web01.example.com'' inherits genericwebserver {
| $influence_genericwebserver =
2009 Aug 05
1
grouping or classifying servers
hi list,
first of all, i''m new to puppet, and i''m evaluating it right now since
a few days in my company ( internet, books, etc as sources ).
i''ve been using cfengine for a few years now, and trying to get into
puppet.
i''d install puppet 0.25, because i feel a need to use regular
expressions to identify nodes
scenario:
lets say we do have a few servers to get
2009 Dec 13
13
Inherited Client and Server Apps
So, I''ve been doing something like this for applications that have a
client and server component...
node base_node {
include syslog_ng::client
}}
node app_node inherits base_node {
}
node syslog_server inherits base_node {
include syslog_ng::server
}
... because I want the client portion, syslog-ng in this case to be
installed on everything. However, the server node also has a
2008 Dec 28
3
Sendmail problem
I wish to add options to sendmail
INPUT_MAIL_FILTER(`spamassassin',
`S=local:/var/run/spamass-milter/spamass-milter.sock, F=T,
T=C:5m;S:4m;R:4m;E:5m')dnl
dnl MAILER(cyrusv2)dnl
INPUT_MAIL_FILTER(`greylist',
`S=local:/var/run/milter-greylist/milter-greylist.sock')
define(`confMILTER_MACROS_CONNECT', `j, {if_addr}')
define(`confMILTER_MACROS_HELO', `{verify},
2008 Nov 14
11
External_nodes definition not working. Client states "could not find node"
Hello folks,
Im trying to migrate from static nodes-definition to external nodes
definition.
My script looks like this stolen from
http://reductivelabs.com/trac/puppet/wiki/ExternalNodes:
{{{
#!/usr/bin/perl -w
use warnings;
use YAML qw( Dump );
use Switch;
#initialize vars
our @classes;
our %parameters;
Function to fill @classes and %parameters with correct values
....
print Dump( {
2007 Dec 13
4
access to databases in puppet - best practice?
Hello!
In my puppet configuration I need to get some data from database.
Ie.: I''ve got information about my all hosts in db - thier name, mac
addresses, ip addresses, what to backup from this host etc. For now
it''s just .xml file, but it could be sql db, or ldap directory. Then,
using this small "database", I want to generate configuration using
puppet - ie.:
2008 Mar 18
2
Matching multiple nodes with a regular expression
Hello,
I''m setting up puppet on various clusters (tomcat, mysql, tomcat
+cocoon, etc) of computers, each of which has a hostname consisting of
the cluster type and a unique id (e.g. tc-dev-1, mysql-stg-3, etc).
I''ve been merrily adding each node by hand to puppet but being
naturally lazy I wondered if this could be done with a regular
expression instead, something along the
2015 Apr 01
1
SEmodule dependency hell.
I want you all to see what I went through trying to simply reassign
(unsuccessfully) the context of a well-known port.
To the best of my ability to recall none of the packages mentioned
below are even installed on the host in question. Why are these
dependices preventing me from removing a disused SELinux policy.
I have done exactly that, reassign port contexts, in the past without
encountering
2006 Apr 09
3
redirecting some addresses with sendmail
I have a fully working cyrus+sendmail mail server hosting all users
for foo.com. Company foo has been acquired by company bar and it has
been decided that bar.com is the new domain of choice. The
administrator of bar.com has added a pile of redirects to send various
user at bar.com addresses so they come up to my server at foo.com. My
users have changed their From: addresses to user at bar.com and
2019 Mar 14
5
regarding ssl certificates
Excuse dopey question.
I'm not exactly clear about certificates.
Apache2 default install has this snake oil certificate
Can make a new one for apache
Can make one for dovecot
Can make one for ssl
Is there supposed to be the one (self signed ) certificate pair in one
place for the machine that each process hands out ?
Can they be moved to another machine ?
mick
--
Key ID C7D6E24C
2007 Nov 10
1
creation of an external node source
Hello,
it seems I''ve hit https://reductivelabs.com/trac/puppet/ticket/831 with puppet
stable 0.23.2 .
I''ve just created the simplest setup to get puppet running.
puppetmasterd runs in the foreground. (-verbose)
As the client connect to the server, the following err-msg is logged:
puppetd --server myserver --waitforcert 60 --test --verbose
err: Could not retrieve
2010 May 04
3
question on sendmail.mc file
I tried to set in sendmail.mc file at the LAST line
define(`LUSER_RELAY', `local:unknownuser') dnl
I did service sendmail restart and got an error on a completely
different line.
-
as a thought I deleted that line and put it on line 2 of the sendmail.mc
file.
re-ran service sendmail restart and now it worked. I changed nothing else.
Is there something special about the placement of this
2015 Jul 04
1
sendmail tls and oppenssl
Am 04.07.2015 um 15:34 schrieb Gregory P. Ennis <PoMec at PoMec.Net>:
> On Sat, 2015-07-04 at 08:07 -0500, Gregory P. Ennis wrote:
>> Everyone,
>>
>> Looks like the new version of oppenssl has broken my sendmail's use
>> of
>> tls. Has anyone else had this problem or seen a fix?
>>
>> Greg Ennis
>>
2007 Nov 26
6
Help with tags
Hello...
I need some help with tags. as an example:
# pseudo code
class ssh {
file { "/etc/ssh/ssh_config":
# normal stuff
tag("dangerous") }
file { "/etc/ssh/sshd_config":
# normal stuff
tag("dangerous") }
file { "/etc/ssh/ssh_known_hosts":
# normal stuff
tag("safe") }
}
on client: puppetd --tags