Displaying 13 results from an estimated 13 matches for "158179".
2008 Apr 17
4
looking for a way to remove module interdependencies
...nasty shellscripts that ensure the nagios checks are
removed from the nagios configfile if a host is missing.
How do you solve things like that? I really appreciate any hint, because
this is really driving me mad.
Regards,
Andreas
--
Solvention
Egermannstr. 6-8
53359 Rheinbach
Tel: +49 2226 158179-0
Fax: +49 2226 158179-9
http://www.solvention.de
mailto:info@solvention.de
2011 Mar 04
1
Images for CentOS Documentation
...-related, I need someone to provide
the following images:
logo.svg 300x140 CentOS Logo
image_left.png 124x39 CentOS Logo
image_right.png 120x41 CentOS Documentation Logo (to be designed)
Thank you!
Regards,
Andreas
--
Solvention Ltd. & Co. KG
Egermannstr. 6-8
53359 Rheinbach
Tel: +49 2226 158179-0
Fax: +49 2226 158179-9
http://www.solvention.de
mailto:info at solvention.de
2009 Jul 29
2
postfix and mail origin checks
hi,
Whats the 'robust' way to make sure email to a specific destination is
only accepted if it came over the localhost:25 or /usr/sbin/sendmail
route ? anything else should get a 5xx error. Emails to other
destinations should remain unaffected.
Using postfix/c4. Had a look around, and header_checks might be one way
to go.
--
Karanbir Singh : http://www.karan.org/ : 2522219 at icq
2009 Aug 17
1
How to create a tun-device with CentOS packages only?
...cussing with Dell for hours, I'd like to reproduce the
issue without OpenVPN which brings me to my question:
How can I create a tun device without using any add on packages using
only software contained in CentOS?
Regards,
Andreas
--
Solvention
Egermannstr. 6-8
53359 Rheinbach
Tel: +49 2226 158179-0
Fax: +49 2226 158179-9
http://www.solvention.de
mailto:info at solvention.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3509 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.centos.org/pi...
2008 Apr 11
2
Fake FQDN for puppetmaster (and ca) in faked environment?
Hi there,
We have a fake environment in which we test software and config before
rolling it out to prod. Here, we have a fake puppetmasterd running,
serving the new config under test.
But we''re having trouble with certificates. It is possible to specify
via config what fqdn the puppet ca should use for itself? We need this
to be a different (faked) fqdn than the real name of the
2009 Feb 18
7
question on hwclock
I am trying to hwclock to set the time. (hwclock -w)
this is what I get on standard 5.2 x86_64.
hwclock --debug
hwclock from util-linux-2.13-pre7
hwclock: Open of /dev/rtc failed, errno=19: No such device.
No usable clock interface found.
Cannot access the Hardware Clock via any known method.
[root at devcentos5x64 src]# ls -l /dev/rtc
crw------- 1 root root 10, 135 Feb 6 13:32 /dev/rtc
Any
2009 Jul 27
2
potsfix keeping mail in queue on delivery error
Hello,
Our mail server is running CentOS 5.3. I configured postfix with maildrop as the MDA. I had to deal with a strange issue : a user
sent an email to an alias, which resolves into several internal addresses. One of these addresses had its mbox filled up (reached
the mailbox_size_limit); so maildrop reported a 0x19 error code to postfix, who kept the mail in its queue, and repeatedly resent
2008 Apr 07
2
CentOS, Postgres init and puppet
Me again!
I have a recipe that looks like:
class postgresql {
file { pg_hba_conf:
name => "/var/lib/pgsql/data/pg_hba.conf",
source =>
"puppet://puppetmaster/files/workstations/common/var/lib/pgsql/data/pg_hba.conf",
owner => postgres,
group => postgres,
mode => 600,
subscribe => [ Package[postgresql] ],
2008 Apr 03
2
Selinux policy for puppet
Andreas-
On Thu, Apr 3, 2008 at 8:31 AM, Andreas Rogge <a.rogge@solvention.de> wrote:
> Do you have SELinux enabled? When starting puppet from init.d with SELinux enabled it runs in xinitrc_t while it should (at least imo) run in unconfined_t. Running in xinitrc_t lead to *really* strange things. Everything way fixed once I deployed a policy that made puppetd run in unconfined_t.
>
2008 Apr 10
4
New Feature Request
Hi puppet masters,
while working on my site I came across a requirement that might be
helpful for others as well....
With the aim of confining human errors as much as possible, I
thought that it would be nice to have yum repositories disabled so that
specific repositories could be enabled for certain packages.
This is easily implementable via command-line, but I found that the
2009 Jan 29
32
Facter - the future - your input needed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all
We''re currently looking at the next release of Facter and the future
direction of the tool. I''d like to try and prompt some discussions on
facter and what people want from it.
As a starter here''s some (although not all) of the ideas we''ll be
working through:
1. Namespaces - add a namespace or tiered
2008 Apr 11
7
problem with package function and removing rpms
I have a recipe that I''m ensuring that I remove rpms that may be
installed by CentOS/RHEL before I install the MySQL.com rpms.
the recipe and logs are listed below. For testing I have mysql-* rpms
already installed.
Is there a method to force specific order to run the recipe?
What am I doing wrong?
# install mysql rpms (not CentOS/RHEL vesions)
# PROCESS:
# - removes any CentOS/RHEL
2011 Mar 22
25
RFC: Splitting up the file{} type functionality.
The file{} type can do all of the following:
* manage single files
* manage directories
* manage symlinks
* manage recursive file copies
The intersection of all these bits of functionality makes it difficult
to understand exactly what is going on when you''re new to Puppet, and
even experienced users often don''t know how combining symlinks/content
management is going to work.