[CentOS-docs] Notes on HowTos/Custom Kernel

2008-09-30 Thread Filipe Brandenburger
Hello, Today I built a custom kernel in CentOS 5 following the instructions on this page: http://wiki.centos.org/HowTos/Custom_Kernel It's excellent, but I have some remarks I would add: 1. %define buildid .your_identifier In the commented line, there is a space after the % sign. You have to

Re: [CentOS-docs] Notes on HowTos/Custom Kernel

2008-09-30 Thread Akemi Yagi
On Tue, Sep 30, 2008 at 8:16 AM, Filipe Brandenburger [EMAIL PROTECTED] wrote: Hello, Today I built a custom kernel in CentOS 5 following the instructions on this page: http://wiki.centos.org/HowTos/Custom_Kernel It's excellent, but I have some remarks I would add: 1. %define buildid

Re: [CentOS-docs] Notes on HowTos/Custom Kernel

2008-09-30 Thread Filipe Brandenburger
Hi, On Tue, Sep 30, 2008 at 11:24, Akemi Yagi [EMAIL PROTECTED] wrote: Thank you all the notes you provided. For now, let Alan and myself take care of these. I am sure Alan would greatly appreciate your comments. Sure! Let me know if I can help any further by reviewing or testing those

Re: [CentOS-es] no-ip

2008-09-30 Thread Wilder Deza
Hola Ezequiel Cardinali. Si bueno tb habia escuchado del dydns tendras alguna info sobre ella para ver si lo puedo hacer. GRACIAS..** Ezequiel Cardinali escribió: El lun, 29-09-2008 a las 15:13 -0500, Wilder Deza escribió: Holas a todos. Disculpen pero quisiera saber si por ahi

[CentOS-es] problemas con spamhouse???

2008-09-30 Thread Wilder Deza
Hola a todos hace unas semanas atrás me apareció este rebote en el correo de un usuario (gerencia), usualmente podía ver sus correos desde su casa, pero de repente un día le salio un rebote al querer enviar un msj podia recibir pero más no enviar, el rebote es uno como este: *De:*

Re: [CentOS-es] no-ip

2008-09-30 Thread Ezequiel Cardinali
El mar, 30-09-2008 a las 08:20 -0500, Wilder Deza escribió: Hola Ezequiel Cardinali. Si bueno tb habia escuchado del dydns tendras alguna info sobre ella para ver si lo puedo hacer. Es sencillo solo instalas ddclient (necesitas el repositorio rpmforge para esto) yum install ddclient vi

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Marcelo M. Garcia
Robert Spangler wrote: Hello everyone, While I know this isn't Centos related, you guys seems to be on top of your game around here. Sorry for the off-topic. I'm looking for a tool to monitor my servers and send either an email or page or both when something breaks. I would like it to

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Finnur Örn Guðmundsson
Robert Spangler wrote: Hello everyone, While I know this isn't Centos related, you guys seems to be on top of your game around here. Sorry for the off-topic. I'm looking for a tool to monitor my servers and send either an email or page or both when something breaks. I would like it to

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Jim Wildman
On Tue, 30 Sep 2008, Marcelo M. Garcia wrote: I have been using Nagios for monitoring the network and a few servers. It works fine. It's not the easiest thing to get it working properly. Regards M. Have not tried it, but I snipped this for future use. FAN Fully Automated Nagios (based

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Marcelo M. Garcia
Jim Wildman wrote: On Tue, 30 Sep 2008, Marcelo M. Garcia wrote: I have been using Nagios for monitoring the network and a few servers. It works fine. It's not the easiest thing to get it working properly. Regards M. Have not tried it, but I snipped this for future use. FAN Fully

[CentOS] vmcore

2008-09-30 Thread Mag Gam
I would like to analyze a kernel vmcore. Are there any docs you can recommend for me to read to understand the process? TIA ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] setting timezone from kickstart

2008-09-30 Thread Jerry Geis
Hi all, I used to do manual installs so I would set the timezone each time. I have now migrated to kickstart and I wish to use a command line (at boot) parameter to set the needed timezone. I am familiar with timeconfig and that works. I tried timeconfig --help (looking for command line

RE: [CentOS] setting timezone from kickstart

2008-09-30 Thread Joseph L. Casale
I used to do manual installs so I would set the timezone each time. I have now migrated to kickstart and I wish to use a command line (at boot) parameter to set the needed timezone. What's wrong with the KS Timezone command? Why do it via cmdline or w/ symbolic links??

[CentOS] Re: setting timezone from kickstart

2008-09-30 Thread Jerry Geis
/I used to do manual installs so I would set the timezone each time. //I have now migrated to kickstart and I wish to use a command line (at //boot) parameter //to set the needed timezone. / What's wrong with the KS Timezone command? Why do it via cmdline or w/ symbolic links?? On first

[CentOS] Zone transfers not working for subdomain

2008-09-30 Thread Sean Carolan
I have a domain, let's call it example.com. I am able to do zone transfers on the local host as follows: dig example.com AXFR @localhost This command outputs all of the contents of the zone as expected. I am unable to do zone transfers on my subdomain though: dig subdomain.example.com AXFR

[CentOS] Questions on custom LiveCD

2008-09-30 Thread Kai Schaetzl
I tried making my own LiveCD according to the instructions on the project site. First, applause, the basic procedure works like a charm. It's really easy to do and works right from the beginning (I'm building it inside a VM). I tried the minimal and the desktop version (with a few changes). I

[CentOS] Re: Zone transfers not working for subdomain

2008-09-30 Thread Sean Carolan
What am I missing here? Ok, I was able to sort this one out on my own. I was missing some periods on my NS records, apparently this was somehow preventing the transfers. All is good. ___ CentOS mailing list CentOS@centos.org

[CentOS] how to set term environment for cronjobs?

2008-09-30 Thread Rudi Ahlers
Hi, I'm running a crontjob on CentOS 5.2 server, which then connects to a webpage to run some stuff. It has to run this way, since the webpage is on a Windows server, and the Windows scheduled tasks doesn't work as well. It seems like the cronjob is working fine, except that the email output

Re: [CentOS] how to set term environment for cronjobs?

2008-09-30 Thread Bill Campbell
On Tue, Sep 30, 2008, Rudi Ahlers wrote: Hi, I'm running a crontjob on CentOS 5.2 server, which then connects to a webpage to run some stuff. It has to run this way, since the webpage is on a Windows server, and the Windows scheduled tasks doesn't work as well. It seems like the cronjob is

Re: [CentOS] scp and key login

2008-09-30 Thread Kai Schaetzl
Nate wrote on Mon, 29 Sep 2008 07:36:03 -0700 (PDT): I think what your looking for is SSH agent forwarding http://unixwiz.net/techtips/ssh-agent-forwarding.html Thanks, the agent without forwarding might be enough. The article is a bit general, though. I hope I can actually make this work

Re: [CentOS] how to set term environment for cronjobs?

2008-09-30 Thread Kai Schaetzl
Rudi Ahlers wrote on Tue, 30 Sep 2008 17:44:02 +0200: It has to run this way, since the webpage is on a Windows server, and the Windows scheduled tasks doesn't work as well. I'd rather look there why it doesn't work for you. Scheduled tasks works just fine on my Windows servers. I'm not

Re: [CentOS] Probably a bad set-up but which one?

2008-09-30 Thread MHR
On Mon, Sep 29, 2008 at 7:32 PM, fred smith [EMAIL PROTECTED] wrote: two things: 1. there's already a program named test, which displays no output, it merely has an exit status. And, in general, it is a poor idea showing little imagination to name a test program test. 2. for a program in

Re: [CentOS] Probably a bad set-up but which one?

2008-09-30 Thread MHR
On Mon, Sep 29, 2008 at 7:50 PM, Bob Hoffman [EMAIL PROTECTED] wrote: I know off topic, but it was funny I think humor is almost always on topic, at least if there's some relevance to the subject at hand, like here. Thanks for the laugh. mhr ___

Re: [CentOS] Configure an ATI Radeon X1200 card?

2008-09-30 Thread Niki Kovacs
John a écrit : IMO I think you would be better off get the drivers from ATI and use them. I have had better results with getting the propriatery drivers for those cards. I followed your suggestion, and it worked very well. Thanks! Niki ___ CentOS

[CentOS] Broken pipe, x86_64 CentOS 5.2

2008-09-30 Thread Daniel Andrzejewski
Hi All, I have a problem with torque (openPBS) on x86_64 CentOS 5.2. Just to add there's no problem on a 32bit CentOS 5.2 or 64bit Ubuntu 8.04. The problem is that pbs_mom's child quits without giving any error logs. [EMAIL PROTECTED] torque-2.3.3]# strace -f pbs_mom . . . bind(6,

[CentOS] iSCSI ini and ESX Server

2008-09-30 Thread Joseph L. Casale
I always used IET on CentOS but I have a quick server to setup to backup some VM's, then migrate to DAS on another server and the easiest way for me will be to accomplish this via iSCSI vmfs stores. I figured I would just use the ini that ships with CentOS but have never used it against ESX,

Re: [CentOS] iSCSI ini and ESX Server

2008-09-30 Thread nate
Joseph L. Casale wrote: I always used IET on CentOS but I have a quick server to setup to backup some VM's, then migrate to DAS on another server and the easiest way for me will be to accomplish this via iSCSI vmfs stores. I figured I would just use the ini that ships with CentOS but have

Re: [CentOS] iSCSI ini and ESX Server

2008-09-30 Thread Jason Cox
On Tue, Sep 30, 2008 at 10:28 AM, Joseph L. Casale [EMAIL PROTECTED] wrote: I always used IET on CentOS but I have a quick server to setup to backup some VM's, then migrate to DAS on another server and the easiest way for me will be to accomplish this via iSCSI vmfs stores. I figured I would

RE: [CentOS] iSCSI ini and ESX Server

2008-09-30 Thread Joseph L. Casale
I have CentOS v5.2 running as an iSCSI target server and multiple ESXi servers as the initiator with VMFS. This works great! The tgt daemon that comes with CentOS is simple to support as long as you know how to use tgtadm to setup the targets. I modified the tgtd init script to allow me to use

[CentOS] install Verisign/NetSol CA bundle

2008-09-30 Thread sbeam
I have a client-provided SSL cert that seems to be provided by Verisign but issued by my good friends at Network Problems. I thought this was part of default cert.pem, but maybe not. The docs on Verisign's site are... ahem... unhelpful. I have what I think is the correct CA chain for this

[CentOS] Module.symvers

2008-09-30 Thread Jerry Geis
I am going into: /usr/src/kernels/2.6.18-92.1.10.el5-x86_64 and doing a make mrproper attempting to rebuild the Modules.symvers file. As I added ALSA 1.0.17 to the current kernel. I am getting an error: make mrproper scripts/Makefile.clean:17:

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Robert Spangler
On Tuesday 30 September 2008 05:32, Jim Wildman wrote: On Tue, 30 Sep 2008, Marcelo M. Garcia wrote: I have been using Nagios for monitoring the network and a few servers. It works fine. It's not the easiest thing to get it working properly. Regards M. Have not tried it,

[CentOS] script

2008-09-30 Thread Mad Unix
Dear ALL, I need some help with bash scripting, a script that search the content of multiple files and replace old string ip 10.5.1.10 with the new string ip 127.128.1.10 it will search in specific folder and sub folders Thanks ___ CentOS mailing list

[CentOS] Re: Module.symvers

2008-09-30 Thread Jerry Geis
Jerry Geis wrote: I am going into: /usr/src/kernels/2.6.18-92.1.10.el5-x86_64 and doing a make mrproper attempting to rebuild the Modules.symvers file. As I added ALSA 1.0.17 to the current kernel. I am getting an error: make mrproper scripts/Makefile.clean:17:

Re: [CentOS] Re: question about software Raid 1

2008-09-30 Thread Les Mikesell
Kay Diederichs wrote: Fact is that with CentOS-5 kernels (but not with CentOS-4, as this functionality became available in kernel 2.6.17) you could (or rather _should_ regularly) echo check /sys/block/mdX/md/sync_action to check agreement between the two (or more) copies. When this

Re: [CentOS] Questions on custom LiveCD

2008-09-30 Thread Kai Schaetzl
Kai Schaetzl wrote on Tue, 30 Sep 2008 16:39:13 +0200: If I change the content of the ext3fs.img can I put it back on the rw mounted squashfs.img and that in the iso? Answering myself: no. The procedure I used now is in short: unsquashfs the squashfs.img add a few files to the home dir on

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Robert Spangler
On Tuesday 30 September 2008 01:15, Rudi Ahlers wrote: Have you looked at Nagios or Groundwork? There are some howto's on http://www.howtoforge.net Was not aware of this site. Big Thnx! -- Regards Robert It is not just an adventure. It is my job!! Linux User #296285

Re: [CentOS] script

2008-09-30 Thread Tharun Kumar Allu
On Tue, Sep 30, 2008 at 3:47 PM, Mad Unix [EMAIL PROTECTED] wrote: Dear ALL, I need some help with bash scripting, a script that search the content of multiple files and replace old string ip 10.5.1.10 with the new string ip 127.128.1.10 it will search in specific folder and sub folders

Re: [CentOS] Configure an ATI Radeon X1200 card?

2008-09-30 Thread Nicolas Thierry-Mieg
Niki Kovacs wrote: Then I edit this with Vi, step by step. Usually, this works, but not for ATI cards. Here, the first draft only gives me a vesa driver... though xorg-x11-drv-ati is installed. But then, when I replace not so long ago I had an X1300, and it was not supported in the centos 5

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread John R Pierce
Robert Spangler wrote: This looks interesting. Will have to read up on it some. Just wondering if I can configure it to allow many people to setup monitoring different way on the same device? nagios monitors are configured by a script file on each monitored target system that script

Re: [CentOS] Configure an ATI Radeon X1200 card?

2008-09-30 Thread Niki Kovacs
Nicolas Thierry-Mieg a écrit : This was with centos 5.0 and probably also 5.1. Unless things changed in 5.2, or X1200 is very different from X1300, I suggest you try fglrx if vesa doesn't suit you. I opted for fglrx, with excellent results. Strangely enough, the X1200 card is not listed on

Re: [CentOS] how to set term environment for cronjobs?

2008-09-30 Thread Rudi Ahlers
On Tue, Sep 30, 2008 at 6:31 PM, Kai Schaetzl [EMAIL PROTECTED] wrote: Rudi Ahlers wrote on Tue, 30 Sep 2008 17:44:02 +0200: It has to run this way, since the webpage is on a Windows server, and the Windows scheduled tasks doesn't work as well. I'd rather look there why it doesn't work for

Re: [CentOS] Re: Moving folder just vanished??

2008-09-30 Thread Stewart Williams
William L. Maltby wrote: ... and the missing files are now listed. Now or not? Not. Typo sorry. ... Last stab in the dark: any undelete capability on that file system? If the files are not found, I am guessing they have been deleted. Barring that facility, I hope you have a recent

Re: [CentOS] Re: Moving folder just vanished??

2008-09-30 Thread Stewart Williams
Thank you for all of the suggestions. So far I have tried them all but still cannot fathom it out. The files have just disappeared and I don't know how or why. I think all I can conclude is that they are gone for good. ___ CentOS mailing list

[CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread Daniel Bruno
Hi Dears, I am having trouble mounting a partition with UFS file system (FreeBSD), I am trying to build with the following commands: mount-r-t-o ufs ufstype = ufs2 / dev/hdb1 / part mount-r-t-o ufs ufstype = 44bsd / dev/hdb1 / part But appears the following error message: mount: wrong fs type,

Re: [CentOS] Re: Moving folder just vanished??

2008-09-30 Thread William L. Maltby
On Tue, 2008-09-30 at 21:54 +0100, Stewart Williams wrote: Thank you for all of the suggestions. So far I have tried them all but still cannot fathom it out. The files have just disappeared and I don't know how or why. I think all I can conclude is that they are gone for good. Last gasp:

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread nate
Daniel Bruno wrote: Hi Dears, I am having trouble mounting a partition with UFS file system (FreeBSD), I am trying to build with the following commands: Does the driver exist? grep -i ufs /boot/config-`uname -r` also grep -i ufs /proc/filesystems It seems on CentOS 4.6 and 5.1 at least

Re: [CentOS] Re: Moving folder just vanished??

2008-09-30 Thread Stewart Williams
William L. Maltby wrote: On Tue, 2008-09-30 at 21:54 +0100, Stewart Williams wrote: Thank you for all of the suggestions. So far I have tried them all but still cannot fathom it out. The files have just disappeared and I don't know how or why. I think all I can conclude is that they are gone

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread William L. Maltby
On Tue, 2008-09-30 at 17:05 -0400, Daniel Bruno wrote: Hi Dears, I am having trouble mounting a partition with UFS file system (FreeBSD), I am trying to build with the following commands: mount-r-t-o ufs ufstype = ufs2 / dev/hdb1 / part mount-r-t-o ufs ufstype = 44bsd / dev/hdb1 / part

Re: [CentOS] Re: Moving folder just vanished??

2008-09-30 Thread Stewart Williams
Also that is odd, is when I drag anything to the Trash icon, and open it, there are no files. However when I use a terminal and look in ~/.Trash all deleted files are show. Coincidence? -- Regards, Stewart Williams ___ CentOS mailing list

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread Tru Huynh
On Tue, Sep 30, 2008 at 05:12:59PM -0400, William L. Maltby wrote: We need more information. However, presuming you are running 5.2, stock kernel, check config-2.6.18-92.1.13.el5 in the grub directory. UFS is not enabled. Maybe a plus kernel has it enabled or you can build a custom kernel.

[CentOS] Firefox distorted printing

2008-09-30 Thread Chris Geldenhuis
Hi, I am running a fully updated CentOS 4 box. Since the last few rounds of updates - upgrading to the latest Firefox, I find that I can not print Bank statements etc ( .ps files when saved to disk). The Bank's logo and any lines on the form print OK but the actual content is distorted beyond

Re: [CentOS] script

2008-09-30 Thread Chris Geldenhuis
Mad Unix wrote: Dear ALL, I need some help with bash scripting, a script that search the content of multiple files and replace old string ip 10.5.1.10 with the new string ip 127.128.1.10 it will search in specific folder and sub folders Thanks ___

Re: [CentOS] how to set term environment for cronjobs?

2008-09-30 Thread Filipe Brandenburger
Hi, On Tue, Sep 30, 2008 at 16:30, Rudi Ahlers [EMAIL PROTECTED] wrote: I simply need to call 2 php scripts via a website - very simple todo, but cron tends to give me these errors for some odd reason, and the scripts doesn't run on the remote website. How are you calling these scripts from

Re: [CentOS] Re: Moving folder just vanished??

2008-09-30 Thread MHR
On Tue, Sep 30, 2008 at 2:15 PM, Stewart Williams [EMAIL PROTECTED] wrote: Also that is odd, is when I drag anything to the Trash icon, and open it, there are no files. However when I use a terminal and look in ~/.Trash all deleted files are show. This could be a synchronization issue, but I

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread MHR
On Tue, Sep 30, 2008 at 2:05 PM, Daniel Bruno [EMAIL PROTECTED] wrote: Hi Dears, Hiya, sweetie. I am having trouble mounting a partition with UFS file system (FreeBSD), I am trying to build with the following commands: mount-r-t-o ufs ufstype = ufs2 / dev/hdb1 / part mount-r-t-o ufs

Re: [CentOS] script

2008-09-30 Thread Amos Shapira
Except that you better quote the dots in the search string and put word boundary match around it or you'll end up replacing too much. See sed's -r switch for more. On 10/1/08, Chris Geldenhuis [EMAIL PROTECTED] wrote: Mad Unix wrote: Dear ALL, I need some help with bash scripting, a script

Re: [CentOS] script

2008-09-30 Thread MHR
On Tue, Sep 30, 2008 at 3:08 PM, Chris Geldenhuis [EMAIL PROTECTED] wrote: How about: find startdir -exec sed s/10.5.1.10/127.128.1.10/ \{\} \; First, the '\' characters are unnecessary and confusing, except the one that precedes the semi-colon. Second, that won't work. Sed does not

Re: [CentOS] script

2008-09-30 Thread Barry L. Kline
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 MHR wrote: Second, that won't work. Sed does not perform on files in place - its output is sent to stdout unless it is redirected, and you can't redirect it back to the original file. To do something this way, you'd need a script that replaced

Re: [CentOS] script

2008-09-30 Thread MHR
On Tue, Sep 30, 2008 at 4:12 PM, Barry L. Kline [EMAIL PROTECTED] wrote: Au contraire: - From the sed man page: -i[SUFFIX], --in-place[=SUFFIX] edit files in place (makes backup if extension supplied) Aha, bien sur, you are correct, M'sieur. However, the original

Re: [CentOS] how to set term environment for cronjobs?

2008-09-30 Thread Kai Schaetzl
Rudi Ahlers wrote on Tue, 30 Sep 2008 22:30:29 +0200: I simply need to call 2 php scripts via a website - very simple todo, but cron tends to give me these errors for some odd reason, and the scripts doesn't run on the remote website. People usually use wget for triggering such tasks, have

Re: [CentOS] Firefox distorted printing

2008-09-30 Thread fred smith
On Wed, Oct 01, 2008 at 12:05:37AM +0200, Chris Geldenhuis wrote: Hi, I am running a fully updated CentOS 4 box. Since the last few rounds of updates - upgrading to the latest Firefox, I find that I can not print Bank statements etc ( .ps files when saved to disk). The Bank's logo and any

Re: [CentOS] Firefox distorted printing

2008-09-30 Thread nate
Chris Geldenhuis wrote: Hi, I am running a fully updated CentOS 4 box. Since the last few rounds of updates - upgrading to the latest Firefox, I find that I can not print Bank statements etc ( .ps files when saved to disk). The Bank's logo and any lines on the form print OK but the actual

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Robert Spangler
On Tuesday 30 September 2008 16:25, John R Pierce wrote: Robert Spangler wrote: This looks interesting. Will have to read up on it some. Just wondering if I can configure it to allow many people to setup monitoring different way on the same device? nagios monitors are configured by

Re: [CentOS] Firefox distorted printing

2008-09-30 Thread Les Bell
fred smith [EMAIL PROTECTED] wrote: On Wed, Oct 01, 2008 at 12:05:37AM +0200, Chris Geldenhuis wrote: Hi, I am running a fully updated CentOS 4 box. Since the last few rounds of updates - upgrading to the latest Firefox, I find that I can not print Bank statements etc ( .ps files when saved

Re: [CentOS] Firefox distorted printing

2008-09-30 Thread MHR
On Tue, Sep 30, 2008 at 4:36 PM, nate [EMAIL PROTECTED] wrote: Try printing to a file and use ps2pdf to convert it to PDF and validate that the formatting is correct? I always print to a file and convert to PDF myself just to have a hard electronic copy. Please post if that works - I've

Re: [CentOS] mount UFS partition on CentOS 5.

2008-09-30 Thread Daniel Bruno
Hi Tru, I installed rpmforge, dkms and dmks-ufs, how you can see below: [EMAIL PROTECTED] ~]# rpm -qva |grep dkms dkms-2.0.20.4-1.el5.rf dkms-ufs-2.6.18_8.1.8.el5-3.c5 [EMAIL PROTECTED] ~]# lsmod |grep ufs ufs64644 0 but I still can't mount the partition: # mount -t ufs

Re: [CentOS] Firefox distorted printing

2008-09-30 Thread Frank Cox
On Tue, 30 Sep 2008 17:24:57 -0700 MHR [EMAIL PROTECTED] wrote: I've never been able to get a really good result from ps2pdf. Tif2pdf works great (and it's the only way I can print graphics from Linux because, for some reason, all I get from GIMP or the file viewer is black), but with ps2pdf

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Kanwar Ranbir Sandhu
On Tue, 2008-09-30 at 05:32 -0400, Jim Wildman wrote: Have not tried it, but I snipped this for future use. FAN Fully Automated Nagios (based on CentOS) http://sourceforge.net/projects/fannagioscd Oh wow - I haven't heard of this project. It looks sweeet. The CentOS 5 + nagios +

Re: [CentOS] OT - Monitoring tool

2008-09-30 Thread Les Mikesell
Robert Spangler wrote: On Tuesday 30 September 2008 16:25, John R Pierce wrote: Robert Spangler wrote: This looks interesting. Will have to read up on it some. Just wondering if I can configure it to allow many people to setup monitoring different way on the same device? nagios

Re: [CentOS] Broken pipe, x86_64 CentOS 5.2

2008-09-30 Thread Daniel Andrzejewski
I got slightly different error this time, maybe some clue, and found this topic similar: http://lists.centos.org/pipermail/centos/2008-July/060274.html This line may be the clue: getsockname(3, 0x7fff7866e9e0, [128]) = -1 ENOTSOCK (Socket operation on non-socket) [EMAIL PROTECTED]

Re: [CentOS] Broken pipe, x86_64 CentOS 5.2

2008-09-30 Thread Daniel Andrzejewski
Problem solved by removing ldap from the services line in /etc/nsswitch. Daniel Andrzejewski student IT Administrator Elec Engr Comp Science University of Tennessee (865) 974 - 4388 (work) Investment in knowledge always pays the best interest Benjamin Franklin -- Daniel Andrzejewski wrote: I

Re: [CentOS] how to set term environment for cronjobs?

2008-09-30 Thread Rudi Ahlers
On Wed, Oct 1, 2008 at 12:37 AM, Filipe Brandenburger [EMAIL PROTECTED] wrote: Hi, On Tue, Sep 30, 2008 at 16:30, Rudi Ahlers [EMAIL PROTECTED] wrote: I simply need to call 2 php scripts via a website - very simple todo, but cron tends to give me these errors for some odd reason, and the

Re: [CentOS] how to set term environment for cronjobs?

2008-09-30 Thread Les Mikesell
Rudi Ahlers wrote: On Wed, Oct 1, 2008 at 12:37 AM, Filipe Brandenburger [EMAIL PROTECTED] wrote: Hi, On Tue, Sep 30, 2008 at 16:30, Rudi Ahlers [EMAIL PROTECTED] wrote: I simply need to call 2 php scripts via a website - very simple todo, but cron tends to give me these errors for some odd

Re: [CentOS] script

2008-09-30 Thread Chris Geldenhuis
MHR wrote: On Tue, Sep 30, 2008 at 3:08 PM, Chris Geldenhuis [EMAIL PROTECTED] wrote: How about: find startdir -exec sed s/10.5.1.10/127.128.1.10/ \{\} \; First, the '\' characters are unnecessary and confusing, except the one that precedes the semi-colon. Second, that won't work.