[CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread hadi motamedi
Dear All Can you please do me favor and let me know how can I compare two files but not in line-by-line basis on my CentOS server ? I mean say row#1 in file1 has the same data as say row#5 in file2 , but the comm compares them in line-by-line basis that is not intended . It seems that the diff cann

[CentOS] CentOS 5.3 - changing display settings

2009-12-02 Thread Andrew
I've just installed CentOS 5.3 on my desktop and need to change the installed display setting from 1280x1024 to 1024x768 (more suitable for my monitor). When I try this on the Display Settings tab, I get the message: "Display settings changed You need to log out and restart the X server for the ch

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread Simon Banton
At 08:54 + 2/12/09, hadi motamedi wrote: >Dear All >Can you please do me favor and let me know how can I compare two >files but not in line-by-line basis on my CentOS server ? I mean say >row#1 in file1 has the same data as say row#5 in file2 , but the >comm compares them in line-by-line bas

Re: [CentOS] CentOS 5.3 - changing display settings

2009-12-02 Thread Eero Volotinen
Quoting Andrew : > I've just installed CentOS 5.3 on my desktop and need to change the > installed display setting from 1280x1024 to 1024x768 (more suitable for > my monitor). When I try this on the Display Settings tab, I get the > message: > > "Display settings changed > You need to log out and

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread Brian McKerr
diff -y ? On Wed, Dec 2, 2009 at 7:42 PM, Simon Banton wrote: > At 08:54 + 2/12/09, hadi motamedi wrote: > >Dear All > >Can you please do me favor and let me know how can I compare two > >files but not in line-by-line basis on my CentOS server ? I mean say > >row#1 in file1 has the same data

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread hadi motamedi
But "#diff -y" compares the two files in line-by-line basis . But my two files do not have one-to-one correspondence , say row#1 in file1 maybe the same as say row#5 in file2 . So I seek a way that does not consider this as a difference (but diff will consider). On Wed, Dec 2, 2009 at 9:47 AM, B

[CentOS] Startup script woes

2009-12-02 Thread Robert Bielik
Ok, I think I'm going nuts. I simply want to startup a Java Service like so: daemon --pidfile=$PIDFILE --user $USER "cd $WORKING_DIR && /usr/bin/java $DAEMON_ARGS >/dev/null 2>&1 &" I can get it to startup alrite, but the litte "thingy" is that I have no way of getting the process ID of the sta

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread Paul Bijnens
On 2009-12-02 10:56, hadi motamedi wrote: > But "#diff -y" compares the two files in line-by-line basis . But my two > files do not have one-to-one correspondence , say row#1 in file1 maybe > the same as say row#5 in file2 . So I seek a way that does not consider > this as a difference (but diff

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread hadi motamedi
Thank you very much for your reply . This code actually solved my problem and returned exact matches between the two files (irrespective of their location in the files) . As I understood , it will list each data showing to which file it belongs (or it is common to both files) . It is really what I

Re: [CentOS] Samsung M800

2009-12-02 Thread Benjamin Donnachie
2009/12/1 Frank Cox : > Unfortunately, my phone doesn't show under /proc/scsi/scsi.  I suspect > that it won't show up until it is in mass storage mode, and if I can get > it into mass storage mode I probably won't have to worry about the issue > described in that tech note. Hmmm... I suspect tha

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread Paul Bijnens
On 2009-12-02 11:10, hadi motamedi wrote: > Thank you very much for your reply . This code actually solved my > problem and returned exact matches between the two files (irrespective > of their location in the files) . As I understood , it will list each > data showing to which file it belongs (

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread hadi motamedi
On Wed, Dec 2, 2009 at 10:01 AM, Paul Bijnens wrote: > On 2009-12-02 10:56, hadi motamedi wrote: > > But "#diff -y" compares the two files in line-by-line basis . But my two > > files do not have one-to-one correspondence , say row#1 in file1 maybe > > the same as say row#5 in file2 . So I seek a

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread hadi motamedi
On Wed, Dec 2, 2009 at 10:16 AM, Paul Bijnens wrote: > On 2009-12-02 11:10, hadi motamedi wrote: > > Thank you very much for your reply . This code actually solved my > > problem and returned exact matches between the two files (irrespective > > of their location in the files) . As I understood ,

Re: [CentOS] Startup script woes

2009-12-02 Thread Christoph Maser
Am Mittwoch, den 02.12.2009, 10:55 +0100 schrieb Robert Bielik: > Ok, I think I'm going nuts. I simply want to startup a Java Service like so: > > daemon --pidfile=$PIDFILE --user $USER "cd $WORKING_DIR && /usr/bin/java > $DAEMON_ARGS >/dev/null 2>&1 &" > > I can get it to startup alrite, but the

Re: [CentOS] CentOS 5.3 - changing display settings

2009-12-02 Thread John Doe
From: Andrew > I've just installed CentOS 5.3 on my desktop and need to change the > installed display setting from 1280x1024 to 1024x768 (more suitable for > my monitor). When I try this on the Display Settings tab, I get the > message: > "Display settings changed > You need to log out and restar

Re: [CentOS] Startup script woes

2009-12-02 Thread Robert Bielik
Christoph Maser skrev: > We are a java shop and use an old/patched debian version of > start-stop-daamon rolled in our own rpm. It works but but one problem > whe have is when java is updated stop/restart won't work because the > inode of the process binary is changed. > Also interesting to have a

Re: [CentOS] Startup script woes

2009-12-02 Thread John Doe
From: Robert Bielik > Ok, I think I'm going nuts. I simply want to startup a Java Service like so: > daemon --pidfile=$PIDFILE --user $USER "cd $WORKING_DIR && /usr/bin/java > $DAEMON_ARGS >/dev/null 2>&1 &" > I can get it to startup alrite, but the litte "thingy" is that I have no way > of > g

Re: [CentOS] how to install ash on CentOS 5.4?

2009-12-02 Thread John Doe
From: Rudi Ahlers > Does anyone know if it's possible to install ash on CentOS 5.4, or > just CentOS 5, for that matter? I'm trying to install OpenQRM which > requires ash, but ash doesn't exist in the repositories. rpmfind.net > als only has an older version listed, for CentOS 4 > http://rpmfind.

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread John Doe
From: hadi motamedi >Sorry . I tried for "#diff -y" but its output seems to have a comparison >between the two files in line-by-line basis . As you mentioned , if the row#1 >in file1 is in match with say row#5 in file2 I want it not to be considered as >a difference. But the the output shows it

Re: [CentOS] Autofs cannot bind LDAP server

2009-12-02 Thread Kwan Lowe
On Fri, Nov 27, 2009 at 12:30 PM, Eric B. wrote: > My problem, however, is that once my ldap server is back up, autofs never > seems to retry to connect to it, so all my /home mounts fail.  Basically, it > means I have to make sure that my LDAP server is never down while another > server is reboo

[CentOS] ldapsearch -f file doesn't work

2009-12-02 Thread Sergio Belkin
Hi, Firstly, system info: Linux mysystem 2.6.18-53.1.4.el5 #1 SMP Fri Nov 30 00:45:55 EST 2007 x86_64 x86_64 x86_64 GNU/Linux I am running ldap on Centos with packages openldap-2.3.27-8.el5_2.4 y openldap-2.3.27-8.el5_2.4 I'd want to perform a query that return one attribute. So I did something

Re: [CentOS] ldapsearch -f file doesn't work

2009-12-02 Thread Sergio Belkin
2009/12/2 Sergio Belkin : > Hi, > > Firstly, system info: > > Linux mysystem 2.6.18-53.1.4.el5 #1 SMP Fri Nov 30 00:45:55 EST 2007 > x86_64 x86_64 x86_64 GNU/Linux > > > I am running ldap on Centos with packages openldap-2.3.27-8.el5_2.4 y > openldap-2.3.27-8.el5_2.4 > I'd want to perform a query t

Re: [CentOS] CentOS 5.3 - changing display settings

2009-12-02 Thread mark
Andrew wrote: > I've just installed CentOS 5.3 on my desktop and need to change the > installed display setting from 1280x1024 to 1024x768 (more suitable for > my monitor). When I try this on the Display Settings tab, I get the > message: > > "Display settings changed > You need to log out and res

Re: [CentOS] ldapsearch -f file doesn't work

2009-12-02 Thread Craig White
On Wed, 2009-12-02 at 10:48 -0200, Sergio Belkin wrote: > 2009/12/2 Sergio Belkin : > > Hi, > > > > Firstly, system info: > > > > Linux mysystem 2.6.18-53.1.4.el5 #1 SMP Fri Nov 30 00:45:55 EST 2007 > > x86_64 x86_64 x86_64 GNU/Linux > > > > > > I am running ldap on Centos with packages openldap-2.

Re: [CentOS] ldapsearch -f file doesn't work

2009-12-02 Thread Craig White
On Wed, 2009-12-02 at 06:06 -0700, Craig White wrote: > I don't know because I haven't figured out how the 'f' option would be > useful to me but I think the way you are trying to do it is clunky... > > #!/bin/sh > # > # usage - myldap-search user > # > LDAP_PASSWD="whatever" > BINDDN="cn=Manager

Re: [CentOS] Samsung M800

2009-12-02 Thread Les Mikesell
Benjamin Donnachie wrote: > 2009/12/1 Frank Cox : >> Unfortunately, my phone doesn't show under /proc/scsi/scsi. I suspect >> that it won't show up until it is in mass storage mode, and if I can get >> it into mass storage mode I probably won't have to worry about the issue >> described in that te

Re: [CentOS] Startup script woes

2009-12-02 Thread Jeff
On Wed, Dec 2, 2009 at 3:55 AM, Robert Bielik wrote: > Ok, I think I'm going nuts. I simply want to startup a Java Service like so: > > daemon --pidfile=$PIDFILE --user $USER "cd $WORKING_DIR && /usr/bin/java > $DAEMON_ARGS >/dev/null 2>&1 &" > > I can get it to startup alrite, but the litte "thi

Re: [CentOS] ldapsearch -f file doesn't work

2009-12-02 Thread Sergio Belkin
2009/12/2 Craig White : > On Wed, 2009-12-02 at 06:06 -0700, Craig White wrote: > Well at last, it was easier I thought Thanks God, google and this Novell page :D http://www.novell.com/coolsolutions/tip/17144.html I hope be useful... -- -- Open Kairos http://www.sergiobelkin.com Watch More TV

Re: [CentOS] Startup script woes

2009-12-02 Thread Les Mikesell
Robert Bielik wrote: > Ok, I think I'm going nuts. I simply want to startup a Java Service like so: > > daemon --pidfile=$PIDFILE --user $USER "cd $WORKING_DIR && /usr/bin/java > $DAEMON_ARGS >/dev/null 2>&1 &" > > I can get it to startup alrite, but the litte "thingy" is that I have no way > o

Re: [CentOS] Startup script woes

2009-12-02 Thread Steve Huff
On Dec 2, 2009, at 8:47 AM, Jeff wrote: I use the Java Service Wrapper to run JBoss in CentOS 4. A little work to set up, but it works great once you get it figured out. My version is s few years old now, so I can't speak for what may have changed in the meantime. http://wrapper.tanukisoftware

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread Les Mikesell
hadi motamedi wrote: > Dear All > Can you please do me favor and let me know how can I compare two files > but not in line-by-line basis on my CentOS server ? I mean say row#1 in > file1 has the same data as say row#5 in file2 , but the comm compares > them in line-by-line basis that is not inte

Re: [CentOS] Persistent NFS Caching

2009-12-02 Thread James Pearson
Ray Van Dolson wrote: > On Tue, Dec 01, 2009 at 05:09:31PM -0600, Paul Berger wrote: > >>Has anybody got persistent NFS caching to work after 5.3 update >>removed the tech preview? >> >>I have cachesfilesd installed & running and using nfs-utils with fsc >>patched back in but it appears to not be

Re: [CentOS] non-threaded perl no longer in .spec file

2009-12-02 Thread Kurt Hansen
Robert Heller wrote: > At Mon, 30 Nov 2009 16:16:43 -0500 CentOS mailing list > wrote: > > >> Hello, >> >> I'm setting up a new server on 5.4 and noticed this in the perl.spec file: >> >> * Mon Jul 21 2008 Stepan Kasal - 4:5.8.8-14.el5 >> - add two patches, which... >> - Resolves: #435505, #4

Re: [CentOS] Persistent NFS Caching

2009-12-02 Thread Paul Berger
On Wed, Dec 2, 2009 at 8:08 AM, James Pearson wrote: > Ray Van Dolson wrote: >> On Tue, Dec 01, 2009 at 05:09:31PM -0600, Paul Berger wrote: >> >>>Has anybody got persistent NFS caching to work after 5.3 update >>>removed the tech preview? >>> >>>I have cachesfilesd installed & running and using n

Re: [CentOS] Startup script woes

2009-12-02 Thread Robert Bielik
Les Mikesell skrev: > > The straightforward way would be to give each of your services a different > name > (service-a, service-b, etc) so you would have different init file instances, > different pid file names, and can specify the appropriate arguements to each > program. Yeah, thought of d

Re: [CentOS] Autofs cannot bind LDAP server

2009-12-02 Thread Todd Denniston
Kwan Lowe wrote, On 12/02/2009 07:07 AM: > On Fri, Nov 27, 2009 at 12:30 PM, Eric B. wrote: > >> My problem, however, is that once my ldap server is back up, autofs never >> seems to retry to connect to it, so all my /home mounts fail. Basically, it >> means I have to make sure that my LDAP serv

Re: [CentOS] Startup script woes

2009-12-02 Thread Les Mikesell
Robert Bielik wrote: > Les Mikesell skrev: >> The straightforward way would be to give each of your services a different >> name >> (service-a, service-b, etc) so you would have different init file instances, >> different pid file names, and can specify the appropriate arguements to each >> pro

Re: [CentOS] Autofs cannot bind LDAP server

2009-12-02 Thread Eric B.
> > "Kwan Lowe" wrote in > message > news:b7e478370912020407p35def217td1bcf579d7bb8...@mail.gmail.com... > On Fri, Nov 27, 2009 at 12:30 PM, Eric B. > wrote: > > > My problem, however, is that once my ldap server is back up, autofs > > never > > seems to retry to connect to it, so all my /hom

Re: [CentOS] Autofs cannot bind LDAP server

2009-12-02 Thread Eric B.
> "Alan McKay" wrote in > message news:844129e80912011526o16aa6aen206a1cf7676a5...@mail.gmail.com... > > I'm using Autofs and LDAP for mounting my home directories via nfs. In > > general, everything seems to work fine. However, I have one small > > problem. > > If I reboot my server using autofs

Re: [CentOS] Autofs cannot bind LDAP server

2009-12-02 Thread Eric B.
"Todd Denniston" wrote in message news:4b168426.9030...@tsb.cranrdte.navy.mil... > Kwan Lowe wrote, On 12/02/2009 07:07 AM: >> On Fri, Nov 27, 2009 at 12:30 PM, Eric B. >> wrote: >> >>> My problem, however, is that once my ldap server is back up, autofs >>> never >>> seems to retry to connect

Re: [CentOS] Persistent NFS Caching

2009-12-02 Thread James Pearson
Paul Berger wrote: > I read a CentOS bugzilla http://bugs.centos.org/view.php?id=3853 that > indicated that the functionality may exist in the kernels yet, but > just the user space tools were missing. After doing some testing, the > persistent caching does not appear to be in the kernels, either

Re: [CentOS] Samsung M800

2009-12-02 Thread Frank Cox
On Wed, 2009-12-02 at 07:45 -0600, Les Mikesell wrote: > This is the Sprint Instinct, right? Yes. > The phone does connect as a disk on a Mac > with no drivers but that only started working after an update to the > phone > firmware so be sure you are up to date. Interesting to know. Sask T

Re: [CentOS] Autofs cannot bind LDAP server

2009-12-02 Thread Benjamin Donnachie
2009/12/2 Eric B. : > In the meantime, if anyone else has any suggestions what > I can do, would love to hear about it. Do you just have the one LDAP server? I would probably set up a slave and add it to your client's ldap configuration. Ben ___ CentOS

Re: [CentOS] Samsung M800

2009-12-02 Thread Les Mikesell
Frank Cox wrote: > On Wed, 2009-12-02 at 07:45 -0600, Les Mikesell wrote: >> This is the Sprint Instinct, right? > > Yes. > >> The phone does connect as a disk on a Mac >> with no drivers but that only started working after an update to the >> phone >> firmware so be sure you are up to date.

[CentOS] Small proxy appliance hardware

2009-12-02 Thread Chuck Munro
I need to configure a small proxy appliance which doesn't require a lot of CPU power. I'm looking for any warnings this group may have regarding CentOS-5 on the following: - Acer AspireRevo 3610 (Atom CPU) - Dell Inspiron 537s (Celeron) - Any other small machines you might recommend (UL appr

[CentOS] Kerberos + NFSv4 difficulties

2009-12-02 Thread Dan Burkland
Hey All, I recently have been trying to setup an NFSv4 share that utilizes Kerberos. My experience in general with NFS is very slim however I feel like I am very close to getting this project completed. Currently I have the following things in place: 1) NFS server nfs.example.net (VM#2) - Runni

Re: [CentOS] Autofs cannot bind LDAP server

2009-12-02 Thread Eric B.
"Benjamin Donnachie" wrote in message news:732076a80912020835u4cc87abwb3633c40320e8...@mail.gmail.com... 2009/12/2 Eric B. : > > In the meantime, if anyone else has any suggestions what > > can do, would love to hear about it. > Do you just have the one LDAP server? I would probably set up a s

[CentOS] Tomcat authentication via PAM (or other system methods)?

2009-12-02 Thread Les Mikesell
Is there a way to coax java services running under tomcat to use the system authentication methods set up through PAM? In my case, this would be users in the local passwd file or through smb to a windows domain. I've added mod_auth_pam to get this effect with apache but would like to also handl

[CentOS] (HOWTO) Crypto root with the LUKS key on a USB stick

2009-12-02 Thread Devin Reade
I've written up a document on how to have whole-disk encryption (minus /boot) while having your LUKS key on a USB stick. (Whether or not this is a good idea depends on your usage model, and I won't get into that). The document is at

Re: [CentOS] Small proxy appliance hardware

2009-12-02 Thread Neil Aggarwal
> I need to configure a small proxy appliance which doesn't > require a lot of CPU power > I need something with UL/CSA/CE approvals I recommend you look at the Supermicro 5015A-H: http://www.supermicro.com/products/system/1U/5015/SYS-5015A-H.cfm?typ=H The server is RoHS compliant and the power

Re: [CentOS] Small proxy appliance hardware

2009-12-02 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Neil Aggarwal > Sent: Wednesday, December 02, 2009 13:54 > To: 'CentOS mailing list' > Subject: Re: [CentOS] Small proxy appliance hardware > > > I need to configure a small proxy a

Re: [CentOS] Small proxy appliance hardware

2009-12-02 Thread nate
Jason Pyeron wrote: > The Realtek 8111C gigabit controller is supported by RH/Centos? Even at > install > time? I avoid Realtek for everything myself.. Another option may be http://www.supermicro.com/products/system/1U/5015/SYS-5015M-MR.cfm Uses a dual core pentium D, and dual Intel Gigabit NIC

[CentOS] (re)load new kernel with rebooting host node?

2009-12-02 Thread Rudi Ahlers
Hi all, Is it possible to reload the dom0 / host node's kernel with a newer one, without rebooting the server? I know kexec can do something like this for security patches, but I don't know much about kexec, and I don't want to mess up a production server either. So, has anyone done something like

Re: [CentOS] Tomcat authentication via PAM (or other system methods)?

2009-12-02 Thread nate
Les Mikesell wrote: > Is there a way to coax java services running under tomcat to use the > system authentication methods set up through PAM? In my case, this would > be users in the local passwd file or through smb to a windows domain. > I've added mod_auth_pam to get this effect with apache but

Re: [CentOS] Tomcat authentication via PAM (or other system methods)?

2009-12-02 Thread Alexander Georgiev
2009/12/2 Les Mikesell : > Is there a way to coax java services running under tomcat to use the > system authentication methods set up through PAM? In my case, this would > be users in the local passwd file or through smb to a windows domain. > I've added mod_auth_pam to get this effect with apache

Re: [CentOS] Small proxy appliance hardware

2009-12-02 Thread Neil Aggarwal
> The Realtek 8111C gigabit controller is supported by > RH/Centos? Even at install > time? I have used many different Supermicro servers and never had any problems installing CentOS and everything works out of the box. Looking at the wiki page: http://wiki.centos.org/AdditionalResources/Hardwar

[CentOS] Errors in core dump apache

2009-12-02 Thread Matias Sardisco
Hi. I saw that some instances of apache die in a segmentation fault. I found this errors in core dump of apache. #0 0x2b180e623820 in crc32 () from /usr/lib64/libz.so.1 - #0 0x2b180e623820 in crc32 () from /usr/lib64/libz.so.1 - #0 0x000

Re: [CentOS] Unable to share directory via Samba?

2009-12-02 Thread JS
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of James Bensley > Sent: Tuesday, December 01, 2009 4:39 AM > To: CentOS mailing list > Subject: Re: [CentOS] Unable to share directory via Samba? > > This is the repeating entry from my

Re: [CentOS] Small proxy appliance hardware

2009-12-02 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Neil Aggarwal > Sent: Wednesday, December 02, 2009 14:53 > To: 'CentOS mailing list' > Subject: Re: [CentOS] Small proxy appliance hardware > > > The Realtek 8111C gigabit controlle

Re: [CentOS] (re)load new kernel with rebooting host node?

2009-12-02 Thread JS
> -Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of Rudi Ahlers > Sent: Wednesday, December 02, 2009 2:23 PM > To: CentOS mailing list > Subject: [CentOS] (re)load new kernel with rebooting host node? > > Hi all, > > Is it possible to

Re: [CentOS] (re)load new kernel with rebooting host node?

2009-12-02 Thread Mathew S. McCarrell
On Wed, Dec 2, 2009 at 2:22 PM, Rudi Ahlers wrote: > Hi all, > > Is it possible to reload the dom0 / host node's kernel with a newer > one, without rebooting the server? I know kexec can do something like > this for security patches, but I don't know much about kexec, and I > don't want to mess u

Re: [CentOS] CentOS 5.3 - changing display settings

2009-12-02 Thread Andrew
> > Checked the /etc/X11/xorg.conf file...? > Maybe you could try to add: > > Section "Screen" > ... > SubSection "Display" > Modes"1024x768" > EndSubSection > EndSection > > JD > Thanks, I've done that and it works brilliantly! Andy __

Re: [CentOS] (re)load new kernel with rebooting host node?

2009-12-02 Thread Rudi Ahlers
On Wed, Dec 2, 2009 at 10:28 PM, JS wrote: > > You're a lot better off go over to the Linux Kernel Devel site. AFIK kexec > can only do this on real hardware. I think your better off scheduling > downtime for the server. Although kexec does have a site page. > > John > > _

[CentOS] Skype version for CentOS 5.3

2009-12-02 Thread Andrew
Which is the best version of skype to install in CentOS 5.3? skype.i586 2.0.0.72-fc5 from the skype repo or skype 2.1.0.47-fc10.i586.rpm from the 'skype for linux beta' downloads section of the skype website? Andy ___ CentOS mailing list CentOS@centos.o

[CentOS] Latency Monitor

2009-12-02 Thread Matt
Does anyone know of a utillity I can run on a server to periodically ping several hosts and record the result? Does not need to be anything fancy at all. Matt ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Latency Monitor

2009-12-02 Thread Rainer Duffner
Am 02.12.2009 um 22:41 schrieb Matt: > Does anyone know of a utillity I can run on a server to periodically > ping several hosts and record the result? Does not need to be > anything fancy at all. I think smokeping does that. I must get around to configure it. I've already installed it... R

Re: [CentOS] Latency Monitor

2009-12-02 Thread Les Mikesell
Matt wrote: > Does anyone know of a utillity I can run on a server to periodically > ping several hosts and record the result? Does not need to be > anything fancy at all. It's overkill, but once you get started monitoring it's nice to not run into something it won't do: http://www.opennms.org/w

Re: [CentOS] Latency Monitor

2009-12-02 Thread Thomas Harold
On 12/2/2009 4:41 PM, Matt wrote: > Does anyone know of a utility I can run on a server to periodically > ping several hosts and record the result? Does not need to be > anything fancy at all. Various monitoring apps (cacti, nagios, etc)... or MRTG. All of which store their data in RRDTool. Wh

Re: [CentOS] Latency Monitor

2009-12-02 Thread Eduardo Grosclaude
On Wed, Dec 2, 2009 at 6:41 PM, Matt wrote: > Does anyone know of a utillity I can run on a server to periodically > ping several hosts and record the result?  Does not need to be > anything fancy at all. > > Matt MRTG does it nicely if you provide an adequate ping script. It *is* somewhat fancy

Re: [CentOS] Skype version for CentOS 5.3

2009-12-02 Thread Niki Kovacs
Andrew a écrit : > Which is the best version of skype to install in CentOS 5.3? skype.i586 > 2.0.0.72-fc5 from the skype repo or skype 2.1.0.47-fc10.i586.rpm from > the 'skype for linux beta' downloads section of the skype website? > I'm using the static version, which works fine. I have an insta

Re: [CentOS] Skype version for CentOS 5.3

2009-12-02 Thread Niki Kovacs
Niki Kovacs a écrit : > Andrew a écrit : >> Which is the best version of skype to install in CentOS 5.3? skype.i586 >> 2.0.0.72-fc5 from the skype repo or skype 2.1.0.47-fc10.i586.rpm from >> the 'skype for linux beta' downloads section of the skype website? >> > > I'm using the static version, wh

[CentOS] LDAP for central authentication?

2009-12-02 Thread Scott Ehrlich
I have the following on a network: 1) RHEL 5.0 Server acting as NIS and Samba domain controller 2) CentOS 5.x machines on NIS network 3) Win XP machines on Samba domain When I create an account for someone, I need to first type adduser new_person -d /home/new_person then passwd new_person, the

Re: [CentOS] Inquiry:How to compare two files but not in line-by-line basis?

2009-12-02 Thread hadi motamedi
On Wed, Dec 2, 2009 at 11:23 AM, John Doe wrote: > From: hadi motamedi > >Sorry . I tried for "#diff -y" but its output seems to have a comparison > between the two files in line-by-line basis . As you mentioned , if the > row#1 in file1 is in match with say row#5 in file2 I want it not to be >