Re: [CentOS] Cleaning up some problems

2009-07-28 Thread Sam Drinkard
Kwan Lowe wrote: >> If I recall, but I'll look back, I quoted the exact message output from >> the run of cron.weekly, but here it is again:: >> >> # ./makewhatis.cron >> cat: /usr/share/man/man3/s: No such file or directory >> Read file error: /usr/share/man/man3/s No such file or directory >> cat

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Kwan Lowe
> If I recall, but I'll look back, I quoted the exact message output from > the run of cron.weekly, but here it is again:: > > # ./makewhatis.cron > cat: /usr/share/man/man3/s: No such file or directory > Read file error: /usr/share/man/man3/s No such file or directory > cat: Net::DNS: No such file

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread nate
Sam Drinkard wrote: > # ./makewhatis.cron > cat: /usr/share/man/man3/s: No such file or directory > Read file error: /usr/share/man/man3/s No such file or directory > cat: Net::DNS: No such file or directory > Read file error: Net::DNS No such file or directory Look what's in /usr/share/man/man3/

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Sam Drinkard
Filipe Brandenburger wrote: > Hi, > > On Sun, Jul 26, 2009 at 21:16, Sam Drinkard wrote: > >> I get this one every week when /etc/cron.weekly runs. >> > > Which one? You never included the error message you actually have... > Please re-read your original e-mail, and post the exact error mes

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Alan Sparks
Sam Drinkard wrote: > Alan Sparks wrote: > >> Sam Drinkard wrote: >> >> NET::DNS is a core perl module. You don't want to get any version from CPAN. $locate DNS.pm /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS.pm

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Kai Schaetzl
Sam Drinkard wrote on Mon, 27 Jul 2009 10:03:39 -0400: > As for the "exact problem" -- it's an > error message You may not have noticed that you didn't quote that error message. At least not in the messages I got. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Service

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Filipe Brandenburger
Hi, On Sun, Jul 26, 2009 at 22:32, Sam Drinkard wrote: > BTW, what is wrong with using cpan? It does not work along with RPM very well... if you mix CPAN with RPM (and you can't avoid RPM considering you need the OS Perl that comes in RPM) a future update of the RPMs might break CPAN-installed pa

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Filipe Brandenburger
Hi, On Sun, Jul 26, 2009 at 21:16, Sam Drinkard wrote: > I get this one every week when /etc/cron.weekly runs. Which one? You never included the error message you actually have... Please re-read your original e-mail, and post the exact error message you have, and also where you get it (e-mail fro

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Kwan Lowe
>  BTW, what is wrong with using > cpan?  I thought they were the most up to date of the perl modules > available, but I rarely ever see anything perl related in a yum > update... maybe I just missed it. Hello Sam: I can't answer the parent question, but I do use CPAN modules quite often. Th

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Sam Drinkard
Kai Schaetzl wrote: > Sam Drinkard wrote on Sun, 26 Jul 2009 22:32:54 -0400: > > >> I don't have a perl version installed at that location. I've >> only added a few modules from cpan. >> > > You have no Perl, but installed modules via CPAN? Digest that. What are > you telling us? > And,

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Sam Drinkard
Alan Sparks wrote: > Sam Drinkard wrote: > >>> NET::DNS is a core perl module. You don't want to get any version from CPAN. >>> >>> $locate DNS.pm >>> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS.pm >>> >>> >>> > > I don't believe on CentOS this is a "core" module.

Re: [CentOS] Cleaning up some problems

2009-07-27 Thread Kai Schaetzl
Sam Drinkard wrote on Sun, 26 Jul 2009 22:32:54 -0400: > I don't have a perl version installed at that location. I've > only added a few modules from cpan. You have no Perl, but installed modules via CPAN? Digest that. What are you telling us? And, btw, you didn't even tell what your actual pr

Re: [CentOS] Cleaning up some problems

2009-07-26 Thread Alan Sparks
Sam Drinkard wrote: > >> NET::DNS is a core perl module. You don't want to get any version from CPAN. >> >> $locate DNS.pm >> /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Net/DNS.pm >> >> I don't believe on CentOS this is a "core" module. Try a Yum install of perl-Net-DNS (in the b

Re: [CentOS] Cleaning up some problems

2009-07-26 Thread Sam Drinkard
Mr. X wrote: > > --- On Sun, 7/26/09, Sam Drinkard wrote: > > >> From: Sam Drinkard >> Subject: [CentOS] Cleaning up some problems >> To: CentOS@centos.org >> Date: Sunday, July 26, 2009, 6:16 PM >> Over the past year or so, I've >> collected several errors that some I have >> found the solut

Re: [CentOS] Cleaning up some problems

2009-07-26 Thread Mr. X
--- On Sun, 7/26/09, Sam Drinkard wrote: > From: Sam Drinkard > Subject: [CentOS] Cleaning up some problems > To: CentOS@centos.org > Date: Sunday, July 26, 2009, 6:16 PM > Over the past year or so, I've > collected several errors that some I have > found the solution for, others, like the o