Displaying 20 results from an estimated 1100 matches similar to: "How to create a tun-device with CentOS packages only?"
2011 Mar 04
1
Images for CentOS Documentation
I'm currently porting the public and free parts of Red Hat Documentation
to CentOS.
Being unable to do anything graphics-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
2008 Apr 17
4
looking for a way to remove module interdependencies
Hello List,
i''m running into an issue with puppet where I don''t know how to solve
correctly.
We''re managing applications and our monitoring (nagios) using puppet
using the following schema:
class nagios {
// ensure nrpe ist installed
// export a host definition
nagios::check { ''ping'': }
nagios::check { ''load'': }
...
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 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 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 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
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
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
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] ],
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
2014 Jan 29
0
hiera-eyaml-gpg gives strange error
Hi,
I'm trying to store some encrypted values in hiera, using either
hiera-eyaml or hiera-eyaml-gpg. While hiera-eyaml (PKCS7 encryption)
works fine, the agent gives the following error message when using
hiera-eyaml-gpg:
Could not retrieve catalog from remote server: Error 400 on SERVER:
Error from DataBinding 'hiera' while looking up 'the_secret_field':
can't convert
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
2012 Jul 20
0
CentOS 6.2 x86_64 + PHP 5.3.3 + Zend Guard Loader v3.3 == Segfault
Hello everyone,
I've got issues getting Zend Guard Loader v3.3 running.
Tried several installations, doesn't work for any. Once I install Zend
Guard Loader my PHP CLI binary starts to segfault *at exit*.
Same is true for apache processes with mod_php enabled: Works until you
SIGHUP your apache processes. Doing that your webserver quits with a
segfault.
Can anyone reproduce that
2011 Sep 14
1
Error in updating to 5.7
Hi all,
I have a Dell server, CentOS 5.6 64 bits, on which I configured the CR
repository. I just tried to update to 5.7, and had this error :
# yum update
....
http://mirror.centos.org/centos/5/cr/x86_64/repodata/filelists.sqlite.bz2:
[Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: failure: repodata/filelists.sqlite.bz2 from cr: [Errno 256] No
more mirrors to try.
You could
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.
2011 Mar 07
6
Dell PERC H800 commandline RAID monitoring tools
We're looking for tools to be used in monitoring the PERC H800 arrays on
a set of database servers running CentOS 5.5.
We've installed most of the OMSA (Dell monitoring) suite.
Our current alerting is happening through SNMP, though it's a bit hit or
miss (we apparently missed a couple of earlier predictive failure alerts
on one drive).
OMSA conflicts with mega-cli, though we may
2013 Jun 18
1
undefined method `[]' for nil:NilClass
I upgrade our infrastructure (mostly RHEL5, some RHEL6) from 3.1 to
puppet-3.2.1-1.el5. Ruby sits at ruby-1.8.7.370-1.el5. I ran some
tests and everything seemed good so I pushed it out.
Since then, all my puppet clients are failing with this:
Error: Could not retrieve catalog from remote server: Error 400 on
SERVER: undefined method `[]'' for nil:NilClass at
2007 Aug 02
2
CentOS - HP
Hi
Does anyone have experience of running CentOS on HP hardware, both rack
mount kit and blades? How are things like hardware monitoring etc?
We may be moving from Dell to HP and i get on really well with OMSA and
Nagios etc so ideally would like to monitor using similar tools rather
than some central 'enterprise' dashboard etc.
Any real world experience?
thanks
2018 Sep 26
1
Seagate - experience/opinion on vendor?
Mauricio Tavares wrote:
> On Wed, Sep 26, 2018 at 3:37 PM, lejeczek via CentOS <centos at centos.org>
> wrote:
>
>> On 26/09/18 20:19, Mauricio Tavares wrote:
>>>
>>> If ti makes you feel any better, I am not having stellar service from
>>> WD's support. In fact, they act like they never received the HD I
>>> sent for RMA whose tracking
2007 Oct 22
1
Centos 4.5 - HP Hardware monitoring
Hi
We have up until now been a Dell shop but are looking at HP. I would
normally monitor hardware by installing OMSA from dell and then using
nagios as the monitor. Are there tools for HP that would allow me to do
similar?
thanks