Re: [CentOS] Hanging issue with sudo command

2012-06-21 Thread Anthony Kamau
On 19/06/12 00:29, Kaplan, Andrew H. wrote: > Recently it was observed the user account took longer to complete its login > from a terminal window and console. It is also now having > problems when running the sudo command. Essentially when the user runs the > command, the latter hangs, and the a

Re: [CentOS] CentOS 6.2-x86-64

2012-06-21 Thread Nate Duehr
On Jun 20, 2012, at 3:27 PM, Gene Heskett wrote: > As for partiality, no way, synaptic, adapted for rpms is by far the best > package manager I've used in the last 5 years since I bailed on fedora at > about 6 or so. Understand that sentiment, Gene. I like aptitude myself for Debian-based sy

[CentOS] pastebin service with office LAN and not exposed to the Internet

2012-06-21 Thread Kaushal Shriyan
Hi, i would like to set a pastebin server within my organization in LAN is there a step by step guide to configure and install on CentOS 5.8? Regards Kaushal ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Hanging issue with sudo command

2012-06-21 Thread Scott Robbins
> On 19/06/12 00:29, Kaplan, Andrew H. wrote: > > Recently it was observed the user account took longer to complete its login > > from a terminal window and console. It is also now having > > problems when running the sudo command. Essentially when the user runs the > > command, the latter hangs

Re: [CentOS] pastebin service with office LAN and not exposed to the Internet

2012-06-21 Thread John Doe
From: Kaushal Shriyan > i would like to set a pastebin server within my organization in LAN is > there a step by step guide to configure and install on CentOS 5.8? First, where do you find the pastebin software/code...? JD ___ CentOS mailing list Cent

Re: [CentOS] Hanging issue with sudo command

2012-06-21 Thread Kaplan, Andrew H.
Hello -- That apparently was the problem. The domain controller used by the system was offline for several hours. Once it came back on-line, the lag that I described in my posting was no longer present. -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.o

Re: [CentOS] Hanging issue with sudo command

2012-06-21 Thread Kaplan, Andrew H.
Hello -- Apparently the problem had to with the absence of the domain controller. The domain controller used by the system was offline for several hours. Once it came back on-line, the lag that I described in my posting was no longer present. -Original Message- From: centos-boun...@c

[CentOS] reinventing the wheel? page checker

2012-06-21 Thread Bob Hoffman
Not sure if there is an app like this yet. I want to keep tabs on my web applications and thought of using a 'page checker'/ I was thinking either running a sum on the directory or each file...but thinking a simple date check would be fine. The idea is web application, except the uploads area f

Re: [CentOS] reinventing the wheel? page checker

2012-06-21 Thread m . roth
Bob Hoffman wrote: > Not sure if there is an app like this yet. > I want to keep tabs on my web applications and thought of using a 'page > checker'/ > > I was thinking either running a sum on the directory or each file...but > thinking a simple date check would > be fine. > > The idea is web appli

Re: [CentOS] UC reinventing the wheel? page checker

2012-06-21 Thread Rushton Martin
Have you looked at inotify(7) ? You'll need to do a bit of coding though. Martin Rushton HPC System Manager, Weapons Technologies Tel: 01959 514777, Mobile: 07939 219057 email: jmrush...@qinetiq.com www.QinetiQ.com QinetiQ - Delivering customer-focused solutions Please consider the environment

Re: [CentOS] reinventing the wheel? page checker

2012-06-21 Thread John Doe
From: Bob Hoffman > So thinking of running a script every minute looking for files where the > date changed since 'x' date or something like that. > Anything out there like that? You have inotify that can monitor a directory for any change of the type you want. Or make a script that "md5" the

[CentOS] basic auth fails

2012-06-21 Thread Tim Dunphy
Hello, I've setup apache basic auth on by web server to protect my nagios site. It's been working just fine, but suddenly it stopped accepting passwords even tho they are being typed in correctly. I was wondering if I could get some advice on how to troubleshoot this? I'm on a centos 5.4 machin

Re: [CentOS] basic auth fails

2012-06-21 Thread Bob Hoffman
On 6/21/2012 10:03 AM, Tim Dunphy wrote: > Hello, > > I've setup apache basic auth on by web server to protect my nagios > site. It's been working just fine, but suddenly it stopped accepting > passwords even tho they are being typed in correctly. I was wondering > if I could get some advice on h

Re: [CentOS] CentOS 6.2-x86-64

2012-06-21 Thread Leonard den Ottolander
Hello Gene, On Wed, 2012-06-20 at 15:59 -0400, Gene Heskett wrote: > header.cc:77: error: invalid conversion from ‘const char*’ to ‘char*’ > Lines 77-78 in that file: > if (!(dom = strrchr (msgid, '@'))) > return -1; > > Obviously strrchr() tries to convert the header spec here from line 35

Re: [CentOS] CentOS 6.2-x86-64

2012-06-21 Thread m . roth
Leonard den Ottolander wrote: > Hello Gene, > > On Wed, 2012-06-20 at 15:59 -0400, Gene Heskett wrote: >> header.cc:77: error: invalid conversion from ‘const char*’ to ‘char*’ > >> Lines 77-78 in that file: >> if (!(dom = strrchr (msgid, '@'))) >> return -1; >> >> Obviously strrchr() tries to

Re: [CentOS] reinventing the wheel? page checker

2012-06-21 Thread Les Mikesell
On Thu, Jun 21, 2012 at 8:17 AM, Bob Hoffman wrote: > Not sure if there is an app like this yet. > I want to keep tabs on my web applications and thought of using a 'page > checker'/ > > I was thinking either running a sum on the directory or each file...but > thinking a simple date check would >

Re: [CentOS] CentOS 6.2-x86-64

2012-06-21 Thread Leonard den Ottolander
On Thu, 2012-06-21 at 10:46 -0400, m.r...@5-cent.us wrote: > Or just > if (!(strrchr ( msgid, '@' ))) { > return -1; > } In which case the declaration of dom can be safely removed. -- mount -t life -o ro /dev/dna /genetic/research ___ CentOS

Re: [CentOS] basic auth fails

2012-06-21 Thread John Doe
From: Tim Dunphy > I've setup apache basic auth on by web server to protect my nagios > site. It's been working just fine, but suddenly it stopped accepting > passwords even tho they are being typed in correctly. I was wondering > if I could get some advice on how to troubleshoot this? > I'm on a

Re: [CentOS] Failing Network card

2012-06-21 Thread Chuck Munro
> Date: Wed, 20 Jun 2012 10:54:33 -0700 > From: John R Pierce > Subject: Re: [CentOS] Failing Network card > To:centos@centos.org > Message-ID:<4fe20e59.20...@hogranch.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 06/20/12 8:44 AM, Gregory P. Ennis wrote: >> > 01:00.0

Re: [CentOS] reinventing the wheel? page checker

2012-06-21 Thread Keith Roberts
On Thu, 21 Jun 2012, Bob Hoffman wrote: > To: CentOS@centos.org > From: Bob Hoffman > Subject: [CentOS] reinventing the wheel? page checker > > Not sure if there is an app like this yet. > I want to keep tabs on my web applications and thought of using a 'page > checker'/ *snip* > Anything out

[CentOS] official linux raid mailing list?

2012-06-21 Thread Alan McKay
Hey folks, Google seems to bring up a few things and I was wondering if there might be an official mailing list for linux RAID? thanks, -Alan -- “Don't eat anything you've ever seen advertised on TV”          - Michael Pollan, author of "In Defense of Food" _

Re: [CentOS] official linux raid mailing list?

2012-06-21 Thread Clifford Trueman
Not aware of any lists for just RAID configurations - I'm sure most disk, filesystem or raid questions can be asked in general. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] official linux raid mailing list?

2012-06-21 Thread Stephan van Hienen
https://raid.wiki.kernel.org/index.php/Linux_Raid Stephan ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] official linux raid mailing list?

2012-06-21 Thread Keith Keller
On 2012-06-21, Alan McKay wrote: > > Google seems to bring up a few things and I was wondering if there > might be an official mailing list for linux RAID? If you are talking specifically about linux md RAID, the official list is here: http://vger.kernel.org/vger-lists.html#linux-raid It's an e

Re: [CentOS] official linux raid mailing list?

2012-06-21 Thread Alan McKay
On Thu, Jun 21, 2012 at 1:54 PM, Keith Keller wrote: > If you are talking specifically about linux md RAID, the official list > is here: > > http://vger.kernel.org/vger-lists.html#linux-raid yes that is exactly what i was looking for - thanks! -- “Don't eat anything you've ever seen advertised

Re: [CentOS] CentOS 6.2 on partitionable mdadm RAID1 (md_d0) - kernel panic with either disk not present

2012-06-21 Thread Scott Silva
on 6/20/2012 11:34 PM Arun Khan spake the following: > On Thu, Jun 21, 2012 at 10:09 AM, Rob Kampen > wrote: > snip > >> sounds like the mirror is not in synch - when it is running with both >> drives, what does >>> cat /proc/mdstat > > System boots up fully functional with both disks

Re: [CentOS] basic auth fails

2012-06-21 Thread Александр Кириллов
> I've setup apache basic auth on by web server to protect my nagios > site. It's been working just fine, but suddenly it stopped accepting > passwords even tho they are being typed in correctly. I was wondering > if I could get some advice on how to troubleshoot this? Check permissions and seli

Re: [CentOS] reinventing the wheel? page checker

2012-06-21 Thread Bob Hoffman
On 6/21/2012 12:44 PM, Keith Roberts wrote: > On Thu, 21 Jun 2012, Bob Hoffman wrote: > >> To: CentOS@centos.org >> From: Bob Hoffman >> Subject: [CentOS] reinventing the wheel? page checker >> >> Not sure if there is an app like this yet. >> I want to keep tabs on my web applications and thought o

Re: [CentOS] reinventing the wheel? page checker

2012-06-21 Thread Kahlil Hodgson
On 22/06/12 07:59, Bob Hoffman wrote: > On 6/21/2012 12:44 PM, Keith Roberts wrote: >> On Thu, 21 Jun 2012, Bob Hoffman wrote: >> >>> To: CentOS@centos.org >>> From: Bob Hoffman >>> Subject: [CentOS] reinventing the wheel? page checker >>> >>> Not sure if there is an app like this yet. >>> I want t