[CentOS] Bind 9.3.4-10.P1.el5_3.3 check-names and underscores

2009-09-17 Thread John Clement
Updating old CentOS 4 DNS servers to CentOS 5, one of our zones has a number of entries with underscores in. Starting named results in the following error and named refusing to start. masters/example.com.db:33: mail_server.example.com: bad owner name (check-names) I've tried including check-nam

Re: [CentOS] Bind 9.3.4-10.P1.el5_3.3 check-names and underscores

2009-09-17 Thread John Clement
> > > > Yes, don't use check-names or set it to warn. See chapter 06 of the ARM. > > Or drop those names (although RFC 2181 allows those in labels, but it > also makes clear, that not any label must be allowed as a host name). And herein lies the problem, this version of Bind seems to ignore the c

Re: [CentOS] Bind 9.3.4-10.P1.el5_3.3 check-names and underscores

2009-09-17 Thread John Clement
> Yes, don't use check-names or set it to warn. See chapter 06 of the ARM. > > Or drop those names (although RFC 2181 allows those in labels, but it > also makes clear, that not any label must be allowed as a host name). My Bad! I missed a 'file not found' error in the output. Fixed that and na

Re: [CentOS] PHP 5.2

2008-10-30 Thread John Clement
> i need to know where i can find php version 5.2? you'll probably want to have a look here http://www.php.net/get/php-5.2.6.tar.bz2/from/a/mirror ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] script to find last accessed time?

2008-12-02 Thread John Clement
I'd use find /path/ -atime +180 -print 2008/12/2 Tom Brown <[EMAIL PROTECTED]> > Can anyone help me with the syntax to find last accessed time on a bunch > of dir's - something like show me the files that were last accessed 6 > months or more ago? > > thanks > ___

[CentOS] PHP 5.2 on Centos4

2009-01-22 Thread John Clement
Bit of an emergency as I'm told this laptop has to leave here in 15 minutes, I've gone ahead and configured, made, installed PHP 5.2 but an httpd restart still only sees the old PHP 5.0.4, I think there's a fairly simple way to get it to find the 5.2 version I've just installed but can't think what

Re: [CentOS] PHP 5.2 on Centos4

2009-01-22 Thread John Clement
2009/1/22 Ralph Angenendt : > John Clement wrote: >> Bit of an emergency as I'm told this laptop has to leave here in 15 minutes, >> I've gone ahead and configured, made, installed PHP 5.2 but an httpd restart >> still only sees the old PHP 5.0.4, I think there