Displaying 20 results from an estimated 7000 matches similar to: "Watchdog process?"
2009 Jan 08
4
Scriptable way to edit yum .repo files?
Hello,
Is there a standard programmatic way to manipulate yum configuration
files, particularly the .repo files?
I want to add things like "priority=..." per repo, or
"check_obsoletes=1" to the priorities plugin config.
I can cook specific search/append using perl or sed but was wondering
whether there is a more elegant way.
I found Perl's Conf::INI module but it
2008 Jul 04
1
Anaconda ignores "cmdline" directive
Hello,
Our environment: CentOS 5.2 (updated over time with "yum update",
current "yum update" lists about 7 packages out of date), x86_64.
Running Xen, building Xen DomU's with kickstart.
We are trying to debug the %post part of the kickstart process for
DomU and are hitting difficulties in accessing the output.
For a start, the "cmdline" directive in the
2011 Oct 04
2
Migrating CentOS 5 -> 6: where to put /etc/inittab respawn scripts?
Hello,
sorry, for 1 more question on CentOS 5 -> CentOS 6 migration.
On my old CentOS 5.7 machine I have the following line:
pref:3:respawn:/bin/su -c '/usr/local/pref/pref.pl >/tmp/pref-`date
+%a`.txt 2>&1' afarber
and this has served me well, I don't want to install
anything else like daemontools etc. - to keep my web-server
easily reinstallable (or movable to
2009 Nov 06
2
Right way to set IO scheduler on CentOS
Hello,
I'd like to set the io scheduler on some of the disks on our Dom0
(CentOS 5) to "deadline".
The way I found to do this is with "echo deadline >
/sys/block/sdb/queue/scheduler".
What is the Right Way(TM) to set this automatically during boot?
I sort of expected to use sysctl but it appears to only deal with
pseudo-files under /proc/sys, not /sys.
Also
2007 Oct 26
6
Dont start windows XP/2k installation
we have a linux box Debian with Xen install on it for vitualizate windows
enviroment.
We follow this instruccion
http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm
create win_2k.hvm" the windows installation pop up never appear.
HVM file config:
kernel = "/usr/lib/xen/boot/hvmloader"
device_model=''/usr/lib/xen/bin/qemu-dm''
2007 Nov 30
6
Replacement for Linux-HA (heartbeat) - RedHat cluster?
Hello,
I'm beginning to give up on making Linux-HA's heartbeat work for my
environment (CentOS x86_64) and am wondering what other option have I got to
help me:
1. Use IPVS to maintain a cluster of virtual servers, either master/slave or
load-balanced.
2. Use DRBD in master/slave fashion to keep a home-grown application
highly-available.
The first thing I stumbled upon is RedHat Cluster
2007 Nov 13
6
CentOS 5.0 ifcfg-eth0 gets renamed on boot
Hello,
I created a CentOS 5.0 x86_64 guest under Debian Etch with Xen 3.0.3 and it
boots fine except for one re-occuring problem - whenever it boots the
/etc/sysconfig/network-scripts/ifcfg-eth0 script gets renamed to .bak and
doesn''t configure the ethernet device.
Here is the content of this file:
TYPE=Ethernet
DEVICE=eth0
BOOTPROTO=static
ONBOOT=yes
IPADDR=192.168.0.247
2007 Jul 05
10
Does Puppet ensure that a service is up and running?
Just curious as to the functionality of puppet. Does Puppet ensure that a service is up and running as long as puppet is running?
Ie, I want to make sure ssh is always running, if for some reason ssh get''s shut down, does puppet start it back up when it does it''s config sync run?
Thanks!
---------------------------------
Pinpoint customers who are looking for
2008 Aug 01
8
Sharing home directories between two symetric nodes?
Hello,
I just discovered Gluster a couple of weeks ago and went through the
initial documentation and got it compiled.
It looks very promising both for my home network and for work.
For now I'm concentrating at home -
We have to Ubuntu 8.04 desktops, one for me and one for my wife.
We generally try to keep them off when not used but at any time any
one of them could be up or down.
I was
2013 Jun 27
5
Is it possible to pass extra flags to Puppet via rspec?`
Hello,
I''m writing my first puppet function rspec test and am having a problem
which I don''t see how to solve.
The function (and the test) involve access to files through the File
Server. In order for the function (and the test) to work I need to pass
"--fileserverconf=fileserver.conf" parameter to Puppet.
So far I haven''t found a way to do that.
If I
2013 Jun 06
3
installing carbon / passing PYTHONPATH to pip package provider?
My environment: Ubuntu LTS 12.04, carbon
(https://github.com/graphite-project/carbon) 0.9.9 installed using "pip".
I just learned why when I run "pip freeze" on a system I don''t see the
"carbon" package even when it installed successfully - I should run it with
"PYTHONPATH=/opt/graphite/lib/ pip freeze".
(ref:
2007 Dec 05
2
heartbeat 1.2.5 on CentOS 5?
Hello,
Has anyone got Heartbeat 1.2.5 (latest Heartbeat 1 version) to compile
and run on CentOS 5?
I downloaded the source but hit difficulties compiling it, presumebly
because it was never quite tweaked to run on the latest version.
Thanks,
--Amos
2009 Jan 22
14
Antivirus for CentOS? (yuck!)
Hi All,
Yes, I know, it's really really embarrassing to have to ask but I'm
being pushed to the wall with PCI DSS Compliance procedure
(http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why
we don't need to install an anti-virus or find an anti-virus to run on
our CentOS 5 servers.
Whatever I do - it needs to be convincing enough to make the PCI
compliance guy tick the
2006 Jan 20
3
Process watchdogging anyone ?
Hi !
I have Lighttpd and SCGI clusters running my applications. I
self-host at RimuHosting, but I find that my processes die sometimes.
I''m not a Linux administrator, so I simply want some kind of
watchdogging process to ensure my stuff keeps on truckin''.
I found Watchdog::Process on CPAN, but it won''t install. There''s some
kind of error. Launchd would be
2007 Dec 05
2
perl-libnet on CentOS 5?
Hello,
Is there any package on CentOS 5 which provides perl-libnet? Beartbeat
1 depends on it but so far I couldn't find a package.
Also - is there a way to find which non-installed package contains
files with matching names (a-la Debian's apt-file)? I know about "rpm
-qf" but it only works on packages which are already installed.
I saw some place mentioning a command called
2013 Apr 03
3
Installing Microsoft Visual Studio 2010 with Puppet?
Hello,
Has anyone here had experience using Puppet (2.7 for now) to install
Microsoft Visual Studio 2010 (or even 2012, for that matter) on Windows
Server 2008?
So far I didn''t find anything on the web, the forge or Github.
Thanks.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop
2007 Dec 10
3
building a Xen guest image on straight LVM partitions?
Hello,
When I needed to build Xen guests under Debian I could follow more or
less the instructions in http://preview.tinyurl.com/2oc48r and the
advantage of this approach is that it allows me to setup the Xen guest
directly on the LVM partition without making it consider the LVM
partition as an entire disk with a partition table.
The advantages of this approach are:
1. I can add more LVM's
2011 May 02
2
Rebuilding RHEL from source?
Hello,
Does anyone have instructions on how to go through the entire process from
downloading source RPM's from RedHat's servers through to building the
entire distribution?
I've searched through the web and CentOS' own web sites and couldn't find
such instructions.
Is it just a matter of downloading them from
2007 Oct 25
7
Sample Config File?
Hi. I am running Xen 3.0.3-1 on Debian Etch. Does anyone have a sample
config file for creating a windows DomU? I have the ISO file from my
windows CD. I''m not using LVM
Thanks in Advance
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Dec 07
2
re-installing a package without removing it?
Hello,
I've just noticed that the file /etc/ha.d/resource.d/drbddisk, which
belongs to package drbd-8.0.6-1.el5.centos, is missing from one of my
test machines:
# rpm --verify drbd
S.5....T c /etc/drbd.conf
missing /etc/ha.d/resource.d/drbddisk
I'm looking at this as an opporunity to learn something about RPM
which bugged me for a while - in Debian, aptitude and apt-get provide