Re: [CentOS] problem with slave dns servers

2008-08-28 Thread Romeo Ninov
Have you describe all the slave servers in you domain configuration (in registrant)? Mark Quitoriano wrote / napísal(a): Hi, I have 4 bind9 dns installed on centos 4. My primary dns server went down and all of my domains doesn't resolve even if the 3 slave dns is up and running. Im not sure

Re: [CentOS] problem with slave dns servers

2008-08-28 Thread Michel van Deventer
Hi, what is the TTL of your DNS records ? After TTL expires, the slaves don't respond to queries either, because the records aren't valid anymore. If your primary is down longer than the TTL of your DNS records you could reconfigure one of the slaves as a new primary or maybe consider making more

[CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread kapil singh
Hello All, I would like to know that like other communities why not our Cent OS Community is on Nabble. I think it is better for us if we will be there on. -- Thanks and Regards, Kapil Singh Kushwah Linux System/Network Administrator Hotwax Media Inc. Indore,(M.P) INDIA ___

Re: [CentOS] yum provides on centos 5.2

2008-08-28 Thread Ralph Angenendt
Spiro Harvey, Knossos Networks Ltd wrote: > Steve Tindall wrote: >> Looks like the new “feature� went a bit too far the other way. > > Roger that. > > From too much to not enough. We must bring balance back to the force. Wildcards do good balancing >:) yum provides "*uucp" Cheers, Ralph

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Ralph Angenendt
kapil singh wrote: > Hello All, > > I would like to know that like other communities why not our Cent OS > Community is on Nabble. > I think it is better for us if we will be there on. What would be the advantage for the mailing list being on there? We had the discussion about crossgating mailin

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Ralph Angenendt
Ralph Angenendt wrote: > kapil singh wrote: > > Hello All, > > > > I would like to know that like other communities why not our Cent OS > > Community is on Nabble. > > I think it is better for us if we will be there on. > > What would be the advantage for the mailing list being on there? We had

Re: [CentOS] Various OpenGL apps crashing in CentOS 5?

2008-08-28 Thread Rubin
Yes indeed, that is strange; what version of openoffice and googleearth are you using? I've seen my problems happen on two different X60s laptops, one with centos 5.2+updates and one with rhel 5.2+updates. Kind regards, Rubin. Vaclav Mocek wrote: > Hi, > > it is strange, I have the laptop Acer

[CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Miguel A. Velasco
Hello all, I´ve installed a proxy Squid in my gateway and a Cache DNS Server with bind. The problem is the server is only resolving is own querys but not the client queries from my company. When I do: $service named start I see in /var/log/messages: starting BIND 9.3.4-P1 -u named -t /var/named/

Re: [CentOS] problem with slave dns servers

2008-08-28 Thread Mark Quitoriano
yup On Thu, Aug 28, 2008 at 3:01 PM, Romeo Ninov <[EMAIL PROTECTED]> wrote: > Have you describe all the slave servers in you domain configuration (in > registrant)? > > Mark Quitoriano wrote / napísal(a): > >> Hi, >> >> I have 4 bind9 dns installed on centos 4. My primary dns server went down >>

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Karanbir Singh
Ralph Angenendt wrote: Ah okay, it's something like gmane.org without the NNTP interface. Yes, I think we could do that if noone else has anything against that. or just tell people to use gmane :D -- Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED] _

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Romeo Ninov
Set bind to listen to IP, not network, for example 10.10.80.1, no 10.10.80.0 Miguel A. Velasco wrote / napísal(a): Hello all, I´ve installed a proxy Squid in my gateway and a Cache DNS Server with bind. The problem is the server is only resolving is own querys but not the client queries from m

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Romeo Ninov
Set bind to listen to IP, not network, for example 10.10.80.1, no 10.10.80.0 Miguel A. Velasco wrote / napísal(a): Hello all, I´ve installed a proxy Squid in my gateway and a Cache DNS Server with bind. The problem is the server is only resolving is own querys but not the client queries from

Re: [CentOS] problem with slave dns servers

2008-08-28 Thread Mark Quitoriano
hmmm... yeah i think is et everything to 300 which is not good. What is the recommended TTL settings? some sites recommend 4 days some 1 hour. On Thu, Aug 28, 2008 at 3:17 PM, Michel van Deventer <[EMAIL PROTECTED]> wrote: > > Hi, > > what is the TTL of your DNS records ? After TTL expires, the s

Re: [CentOS] problem with slave dns servers

2008-08-28 Thread Romeo Ninov
Depend how often you change DNS records, but normally 2-3 days IMHO is OK Mark Quitoriano wrote / napísal(a): hmmm... yeah i think is et everything to 300 which is not good. What is the recommended TTL settings? some sites recommend 4 days some 1 hour. On Thu, Aug 28, 2008 at 3:17 PM, Michel

Re: [CentOS] problem with slave dns servers

2008-08-28 Thread Mark Quitoriano
ok great! Thanks for the help guys! 2008/8/28 Romeo Ninov <[EMAIL PROTECTED]>: > Depend how often you change DNS records, but normally 2-3 days IMHO is OK > > Mark Quitoriano wrote / napísal(a): >> >> hmmm... yeah i think is et everything to 300 which is not good. What >> is the recommended TTL s

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Miguel A. Velasco
Romeo Ninov escribió: Set bind to listen to IP, not network, for example 10.10.80.1, no 10.10.80.0 Thanks Romeo, I´ve also tried it but doen´t work. Miguel A. Velasco Miguel A. Velasco wrote / napísal(a): Hello all, I´ve installed a proxy Squid in my gateway and a Cache DNS

[CentOS] Problem with gnome with file type recognition.

2008-08-28 Thread ArcosCom Linux User
I have a problem with some file recognition with gnome (CentOS 5.2). I have some DVD with AVI files I burn some time ago (and the files were checked and the DVD are fine), and curiously only the 3 or 4 first files were recognized as AVI files, but the rest not!. I another times, appears to recogn

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Lorenzo Quatrini
Miguel A. Velasco ha scritto: > I have bind-chroot installed with the following options in /etc/named.conf: > > options { > listen-on port 53 { 127.0.0.1; 10.10.80.0; }; > listen-on-v6 port 53 { ::1; }; > directory "/var/named"; > dump-file "/var/named/

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Romeo Ninov
But do you have this IP on your machine? You should set IP from your machine, not IP in general!!! Miguel A. Velasco wrote / napísal(a): Romeo Ninov escribió: Set bind to listen to IP, not network, for example 10.10.80.1, no 10.10.80.0 Thanks Romeo, I´ve also tried it but doen´t work.

Re: [CentOS] Unable to install CentOS 5.2 on New HP Intel Core 2 Quad

2008-08-28 Thread Mogens Kjaer
Rob Townley wrote: ... > To boot off of a knoppix disc use the boot option *knoppix acpi=off*. > For CentOS, use *linux pci=noacpi,nommconf*. I use: linux pci=nomsi,nommconf hda=noprobe hdc=noprobe The "hda=noprobe hdc=noprobe" needs to be added to /boot/grub/grub.conf after installation as well

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread kapil singh
It provides a web interface only. so that, the persons who are not subscribed with mailing list can see our threads easily. there thats why i am suggesting On Thu, Aug 28, 2008 at 3:08 PM, Karanbir Singh <[EMAIL PROTECTED]>wrote: > Ralph Angenendt wrote: > >> Ah okay, it's something like gmane.o

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Ralph Angenendt
Karanbir Singh wrote: > Ralph Angenendt wrote: >> Ah okay, it's something like gmane.org without the NNTP interface. Yes, >> I think we could do that if noone else has anything against that. > > or just tell people to use gmane :D Well, I see no harm in doing both ... Cheers, Ralph pgpUk2tW8Ox

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Ralph Angenendt
Ralph Angenendt wrote: > Karanbir Singh wrote: > > Ralph Angenendt wrote: > >> Ah okay, it's something like gmane.org without the NNTP interface. Yes, > >> I think we could do that if noone else has anything against that. > > > > or just tell people to use gmane :D > > Well, I see no harm in doing

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Sven
On Thu, Aug 28, 2008 at 10:52 AM, Ralph Angenendt <[EMAIL PROTECTED]> wrote: > Ah okay, it's something like gmane.org without the NNTP interface. Yes, > I think we could do that if noone else has anything against that. I made a Nabble account for archiving this list. All Bugmenot.com accounts didn

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Ignacio Vazquez-Abrams
On Thu, 2008-08-28 at 16:28 +0530, kapil singh wrote: > It provides a web interface only. so that, the persons who are not > subscribed with mailing list > can see our threads easily. there thats why i am suggesting You mean like this? http://news.gmane.org/gmane.linux.centos.general/ -- Igna

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Miguel A. Velasco
Lorenzo Quatrini escribió: Hi Miguel, you have to edit the allow-query line to allow queries from other host (I have any there, not localhost) I'm not sure about the syntax but I guess you could try to put 10.10.80.* or 10.10.80.0/24 there to allow queries from you network Also remove "10.10.80.

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Karanbir Singh
Ralph Angenendt wrote: or just tell people to use gmane :D Well, I see no harm in doing both ... We can make it read-only on there >:) - but then it's just another archive. yes, please make it read-only from such places. -- Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED] ___

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Gopinath Achari
try this listen-on port 53 { 0.0.0.0; }; On Thu, 2008-08-28 at 12:28 +0200, Lorenzo Quatrini wrote: > Miguel A. Velasco ha scritto: > > > I have bind-chroot installed with the following options in /etc/named.conf: > > > > options { > > listen-on port 53 { 127.0.0.1; 10.10.80.0; }; >

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Ralph Angenendt
Sven wrote: > I made a Nabble account for archiving this list. All Bugmenot.com > accounts didn't work, so I created a new one. Thanks for storming ahead >:\ > username: [EMAIL PROTECTED] > password: ask in private mail > > The following options I didn't enable: > - This list accepts only plain-

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Ralph Angenendt
Sven wrote: > On Thu, Aug 28, 2008 at 10:52 AM, Ralph Angenendt > <[EMAIL PROTECTED]> wrote: > > Ah okay, it's something like gmane.org without the NNTP interface. Yes, > > I think we could do that if noone else has anything against that. > > I made a Nabble account for archiving this list. All Bu

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Miguel A. Velasco
Gopinath Achari escribió: try this listen-on port 53 { 0.0.0.0; }; Thanks, it also work. Regards, Miguel A.Velasco ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS-announce Digest, Vol 42, Issue 10

2008-08-28 Thread centos-announce-request
Send CentOS-announce mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reac

Re: [CentOS] Re: system-config-kickstart

2008-08-28 Thread Gopinath Achari
re install the package and try again . this some times happens. On Fri, 2008-08-22 at 13:14 -0400, Jerry Geis wrote: > Jerry Geis wrote: > > When I run this command on centos 5.2 it just sets there nothing ever > > happens. > > Any ideas? I have ran it on two centos 5.2 machines. I can control

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Sven
On 8/28/08, Ralph Angenendt <[EMAIL PROTECTED]> wrote: > Oh, and I really like how the user who created this shows up as > "CentOS". > Hrmpf. Hi Ralph Sorry for that. I wished to make a contribution for the CentOS project. I deleted this account > Ralph Excuse me. regards Sven _

Re: [CentOS] loading modules across reboots

2008-08-28 Thread Gopinath Achari
add an entry of that module in /etc/rc.sysinit insmod /lib/modules/2.6.x.x/drivers/kernel/net/modulename.o and it automatically loads the module during the reboot On Tue, 2008-08-26 at 13:57 -0600, Joseph L. Casale wrote: > I have a CentOS 5.2 install on a machine with the Marvell nic is

Re: [CentOS] loading modules across reboots

2008-08-28 Thread Jim Perrin
On Thu, Aug 28, 2008 at 8:03 AM, Gopinath Achari <[EMAIL PROTECTED]> wrote: > add an entry of that module in /etc/rc.sysinit > > insmod /lib/modules/2.6.x.x/drivers/kernel/net/modulename.o > > and it automatically loads the module during the reboot This is very much the WRONG place for this type

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Les Mikesell
Ignacio Vazquez-Abrams wrote: On Thu, 2008-08-28 at 16:28 +0530, kapil singh wrote: It provides a web interface only. so that, the persons who are not subscribed with mailing list can see our threads easily. there thats why i am suggesting You mean like this? http://news.gmane.org/gmane.lin

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Spook ZA
Hi Guys. I installed BIND 9.3.3rc2 straight off the CentOS 5.1 CDs. By default the /var/named/chroot is empty, so all I did was copy the cp -R /usr/share/doc/bind-9.3.3/sample/* /var/named/chroot/ and it inserts a working set of files. Editing /var/named/chroot/etc/named.conf shows a sample setup t

Re: [CentOS] CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Ralph Angenendt
Sven wrote: > On 8/28/08, Ralph Angenendt <[EMAIL PROTECTED]> wrote: > > Oh, and I really like how the user who created this shows up as > > "CentOS". > > Hrmpf. > > Hi Ralph > > Sorry for that. I wished to make a contribution for the CentOS > project. I deleted this account I'm fine with that

[CentOS] unix2dos did NOT fix line wrap problem on PC

2008-08-28 Thread mcclnx mcc
I have log files will mail from LINUX to my PC (MS exchange and outlook).   When I look the E-MAIL, the log file line is unwrap.  My script did use "unix2dos" to convert format.  anyone know why?     ==   script   =   tail -30 /var/log/messages > /tmp/diskmsg.log unix2dos /tmp/disk

Re: [CentOS] unix2dos did NOT fix line wrap problem on PC

2008-08-28 Thread nate
mcclnx mcc wrote: > I have log files will mail from LINUX to my PC (MS exchange and outlook). > > When I look the E-MAIL, the log file line is unwrap. My script did use > "unix2dos" to convert format. anyone know why? The lines should not be wrapped, why would you expect them to be? nate _

Re: [CentOS] unix2dos did NOT fix line wrap problem on PC

2008-08-28 Thread mcclnx mcc
I have typo.  The line is "wrap (continue on one line)".   --- 08/8/28 (星期四),nate <[EMAIL PROTECTED]> 寫道: 寄件者: nate <[EMAIL PROTECTED]> 主旨: Re: [CentOS] unix2dos did NOT fix line wrap problem on PC 收件者: centos@centos.org 日期: 2008 8 28 星期四 上午 11:05 mcclnx mcc wrote: > I have log files will mail

Re: [CentOS] unix2dos did NOT fix line wrap problem on PC

2008-08-28 Thread Jeff
On Thu, Aug 28, 2008 at 9:57 AM, mcclnx mcc <[EMAIL PROTECTED]> wrote: > I have log files will mail from LINUX to my PC (MS exchange and outlook). > > When I look the E-MAIL, the log file line is unwrap. My script did use > "unix2dos" to convert format. anyone know why? > > > == script ==

[CentOS] virtual machine question

2008-08-28 Thread Jerry Geis
I am running a virtual machine with kvm-72. my virtual machine is address 10.0.2.15 it has access to the network and all that. How can I have my host be able to copy a file FROM the guest??? my guest can copy files to the host but I would like to do the other way... My host has address 192.1

Re: [CentOS] virtual machine question

2008-08-28 Thread Akemi Yagi
On Thu, Aug 28, 2008 at 8:29 AM, Jerry Geis <[EMAIL PROTECTED]> wrote: > I am running a virtual machine with kvm-72. > my virtual machine is address 10.0.2.15 it has access to the network and all > that. > > How can I have my host be able to copy a file FROM the guest??? my guest can > copy files t

RE: [CentOS] loading modules across reboots

2008-08-28 Thread Joseph L. Casale
>You can do this in /etc/modprobe.conf (or /etc/modprobe.d) OR you can >create an /etc/rc.modules (for legacy support) OR you can add your >bits to /etc/sysconfig/modules/foo.modules. Jim, I did assume modprobe.conf was the correct place and tried a line which didn't work. man modprobe.conf shows

Re: [CentOS] loading modules across reboots

2008-08-28 Thread Jim Perrin
On Thu, Aug 28, 2008 at 12:05 PM, Joseph L. Casale <[EMAIL PROTECTED]> wrote: >>You can do this in /etc/modprobe.conf (or /etc/modprobe.d) OR you can >>create an /etc/rc.modules (for legacy support) OR you can add your >>bits to /etc/sysconfig/modules/foo.modules. > > Jim, > I did assume modprobe.c

RE: [CentOS] loading modules across reboots

2008-08-28 Thread Joseph L. Casale
>Really, it depends on when this module is needed. If it's for a scsi >controller, or other critical system disk, it needs to be in the >initrd. If it can be loaded after the system is mostly running >(network devices, usb bits, etc) then it can be slapped in other >module locations. What sort of m

RE: [CentOS] unix2dos did NOT fix line wrap problem on PC

2008-08-28 Thread Stephen Moccio
On the pc - open the file using wordpad. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Sent: Thursday, August 28, 2008 11:13 AM To: CentOS mailing list Subject: Re: [CentOS] unix2dos did NOT fix line wrap problem on PC On Thu, Aug 28, 2008 at 9:57

Curmudgeoning (was Re: [CentOS] Problems with writing Dual Layer DVD)

2008-08-28 Thread David Dyer-Bennet
On Wed, August 27, 2008 14:19, William L. Maltby wrote: > > On Wed, 2008-08-27 at 20:13 +0200, Chris Geldenhuis wrote: >> From reading your many and interesting posts to this list I realize >> that we must be contemporaries (possibly I started programming before >> you - circa 1963 on a ICL1500

Re: [CentOS] yum provides on centos 5.2

2008-08-28 Thread Stewart Williams
Tony Schreiner wrote: Jerry Geis wrote: I am trying things like "yum provides alsamixer" on centox 5.2 i386 and x86_64 also "yum provides vi" "yum provides gvimdiff" "yum provides dumpiso" "yum provides uname" All of these return "no matches found" is something broke??? These are just exampl

Re: Curmudgeoning (was Re: [CentOS] Problems with writing Dual Layer DVD)

2008-08-28 Thread William L. Maltby
On Thu, 2008-08-28 at 12:17 -0500, David Dyer-Bennet wrote: > On Wed, August 27, 2008 14:19, William L. Maltby wrote: > > > > > On Wed, 2008-08-27 at 20:13 +0200, Chris Geldenhuis wrote: > > >> From reading your many and interesting posts to this list I realize > >> that we must be contemporar

Re: [CentOS] Various OpenGL apps crashing in CentOS 5?

2008-08-28 Thread Vaclav Mocek
Hi Rubin, I use OpenOffice 2.3.0 - the default version in CentOS 5.2 (openoffice.org-core-2.3.0-6.5.1.el5_2) and I use experimentally OpenOffice 3.0 beta2 - both run without any problems. GoogleEarth was slightly older - version 4.2.0205.5730. I upgraded to the latest one - version 4.3.7284.39

Re: Curmudgeoning (was Re: [CentOS] Problems with writing Dual Layer DVD)

2008-08-28 Thread Bill Campbell
On Thu, Aug 28, 2008, David Dyer-Bennet wrote: > >On Wed, August 27, 2008 14:19, William L. Maltby wrote: >> >> On Wed, 2008-08-27 at 20:13 +0200, Chris Geldenhuis wrote: > >>> From reading your many and interesting posts to this list I realize >>> that we must be contemporaries (possibly I starte

Re: [CentOS] Problem with gnome with file type recognition.

2008-08-28 Thread MHR
On Thu, Aug 28, 2008 at 3:21 AM, ArcosCom Linux User <[EMAIL PROTECTED]> wrote: > > Do anyone know how to solve this? Could be any system component that > wasn't working fine? (as any daemon, or the DVD reader) Anyone know how to > test my DVD writer/reader or any system/gnome components that could

[CentOS] buildinstall problems

2008-08-28 Thread treed
Hello all! I am trying to make a stripped down CentOS 5.2 distro which will all fit on a single CD containing just the base and a few other packages I need. I run buildinstall like so: sudo /usr/lib/anaconda-runtime/buildinstall --debug --version 5 --product CentOS --comps /var/www/html/centos/5

Re: [CentOS] slow Perl on CentOS 5

2008-08-28 Thread Mark Pryor
hello All, --- On Mon, 8/25/08, Florin Andrei <[EMAIL PROTECTED]> wrote: > From: Florin Andrei <[EMAIL PROTECTED]> > Subject: [CentOS] slow Perl on CentOS 5 > To: "CentOS mailing list" > Date: Monday, August 25, 2008, 1:30 PM > If your Perl apps are unusually slow on CentOS 5, have a > look at

Re: Curmudgeoning (was Re: [CentOS] Problems with writing Dual Layer DVD)

2008-08-28 Thread David Dyer-Bennet
On Thu, August 28, 2008 12:53, William L. Maltby wrote: > > On Thu, 2008-08-28 at 12:17 -0500, David Dyer-Bennet wrote: >> Started being paid to write software in 1969, for an IBM 1401. 026 and >> 029 card punches for me, too; I preferred the keyboard touch on the 026 >> by >> quite a lot. 14"

Re: [CentOS] How to enable bind to listen querys from all my network

2008-08-28 Thread Rob Townley
On Thu, Aug 28, 2008 at 8:10 AM, Spook ZA <[EMAIL PROTECTED]> wrote: > Hi Guys. > I installed BIND 9.3.3rc2 straight off the CentOS 5.1 CDs. > By default the /var/named/chroot is empty, so all I did was copy the > cp -R /usr/share/doc/bind-9.3.3/sample/* /var/named/chroot/ > and it inserts a worki

[CentOS] Re: CentOS Mailing list on nabble . why not ??

2008-08-28 Thread Scott Silva
on 8-28-2008 4:26 AM Ralph Angenendt spake the following: Ralph Angenendt wrote: Karanbir Singh wrote: Ralph Angenendt wrote: Ah okay, it's something like gmane.org without the NNTP interface. Yes, I think we could do that if noone else has anything against that. or just tell people to use gm

Re: Curmudgeoning (was Re: [CentOS] Problems with writing Dual Layer DVD)

2008-08-28 Thread David Dyer-Bennet
On Thu, August 28, 2008 13:14, Bill Campbell wrote: > I started in 1966 on a Bendix G-20, graduating to the Burroughs > B-5500 thence to the Burroughs Medium Systems, B-2500->B-4800. > > Burroughs MCP (Master Control Program) ran circles around IBM's > OS-3xx, and didn't require an army of suppor

Re: Curmudgeoning (was Re: [CentOS] Problems with writing Dual Layer DVD)

2008-08-28 Thread MHR
On Thu, Aug 28, 2008 at 2:29 PM, David Dyer-Bennet <[EMAIL PROTECTED]> wrote: > > I believe the drives in my case were 1311's. Or else 1310, but I think > that was the controller. 1403 printer, of course, and 1402 reader/punch. > Reading cards with copper brushes at 800 cards per minute. > Well,

Re: [CentOS] slow Perl on CentOS 5

2008-08-28 Thread Akemi Yagi
On Thu, Aug 28, 2008 at 2:28 PM, Mark Pryor <[EMAIL PROTECTED]> wrote: > hello All, > > --- On Mon, 8/25/08, Florin Andrei <[EMAIL PROTECTED]> wrote: > >> From: Florin Andrei <[EMAIL PROTECTED]> >> Subject: [CentOS] slow Perl on CentOS 5 >> To: "CentOS mailing list" >> Date: Monday, August 25, 200

[CentOS] Re: Problem with gnome with file type recognition.

2008-08-28 Thread Scott Silva
on 8-28-2008 3:21 AM ArcosCom Linux User spake the following: I have a problem with some file recognition with gnome (CentOS 5.2). I have some DVD with AVI files I burn some time ago (and the files were checked and the DVD are fine), and curiously only the 3 or 4 first files were recognized as A

Re: [CentOS] buildinstall problems

2008-08-28 Thread William L. Maltby
On Thu, 2008-08-28 at 13:33 -0700, [EMAIL PROTECTED] wrote: > Hello all! > > I am trying to make a stripped down CentOS 5.2 distro which will all fit > on a single CD containing just the base and a few other packages I need. I've not done this, but there have been several threads about this topi

Re: Curmudgeoning (was Re: [CentOS] Problems with writing Dual Layer DVD)

2008-08-28 Thread Jim Perrin
On Thu, Aug 28, 2008 at 1:53 PM, William L. Maltby <[EMAIL PROTECTED]> wrote: >> > I guess we're both old enough to fill in for JP when the resident >> > curmudgeon is not on-list. ;-) *checks for other folks on list with initials of JP* *checks driver's license for age verification* >> You c

Re: [CentOS] iptables question

2008-08-28 Thread Robert Spangler
On Wednesday 27 August 2008 19:27, Joseph L. Casale wrote: > >http://iptables.rlworkman.net/chunkyhtml/index.html > > Nice doc, any ideas on how to print it (or many chapters easily) so I can > haul with me on my plane ride this weekend? Nope, but I'm open to suggestions. :) -- Regards Rob

Re: [CentOS] buildinstall problems

2008-08-28 Thread treed
On Thu, Aug 28, 2008 at 01:33:07PM -0700, [EMAIL PROTECTED] spake thusly: > I am trying to make a stripped down CentOS 5.2 distro which will all fit > on a single CD containing just the base and a few other packages I need. As usual, I had to post this to the list before I would be able to discove

RE: [CentOS] iptables question

2008-08-28 Thread Joseph L. Casale
>Nope, but I'm open to suggestions. :) Scott provided a PDF a link to a non chunky html version that worked! I have it printed on my desk right now! That will make for some good dry reading on my plane ride Saturday. IPTables is something for me that has a few to many core holes and I need to dev

Re: [CentOS] problem with slave dns servers

2008-08-28 Thread Robert Spangler
On Thursday 28 August 2008 05:50, Mark Quitoriano wrote: > hmmm... yeah i think is et everything to 300 which is not good. What > is the recommended TTL settings? some sites recommend 4 days some 1 > hour. > > > On Thu, Aug 28, 2008 at 3:17 PM, Michel van Deventer > > <[EMAIL PROTECTED]> wrot

[CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread Scott Silva
You do realize I'm one of the "squirts" you're referring to right? I started working with computers in more than just a 'hey, I need to write this paper' sort of way around 1995. The *first* CPU I used was a pentium (though this is not the oldest, as I developed a fondness for antiques). So y

Re: [CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread William L. Maltby
On Thu, 2008-08-28 at 15:50 -0700, Scott Silva wrote: > > > > I have motherboards in my garage older than you! ;-D PIKER! I've mobos still running (when I fire 'em up). Although I'm seriously considering ditching the 386SX with Win 3.11. Don't find any reason to fire it up anymore. Hell, even

[CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread Scott Silva
on 8-28-2008 4:15 PM William L. Maltby spake the following: On Thu, 2008-08-28 at 15:50 -0700, Scott Silva wrote: I have motherboards in my garage older than you! ;-D PIKER! I've mobos still running (when I fire 'em up). Although I'm seriously considering ditching the 386SX with Win 3.11.

Re: [CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread Bill Campbell
On Thu, Aug 28, 2008, Scott Silva wrote: > on 8-28-2008 4:15 PM William L. Maltby spake the following: >> On Thu, 2008-08-28 at 15:50 -0700, Scott Silva wrote: >>> >> >>> I have motherboards in my garage older than you! ;-D >> >> PIKER! I've mobos still running (when I fire 'em up). Although I'm >

Re: [CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread MHR
On Thu, Aug 28, 2008 at 5:27 PM, Bill Campbell <[EMAIL PROTECTED]> wrote: > > I still have a Tandy 4000, 386-16 no cache, that is used occassionally to > program EPROMS. This same machine ran Xenix for years before being abused > by installing DR-DOS on it. > > I have a Radio Shack Model 100, the

Re: [CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread fred smith
On Thu, Aug 28, 2008 at 05:35:28PM -0700, MHR wrote: > On Thu, Aug 28, 2008 at 5:27 PM, Bill Campbell <[EMAIL PROTECTED]> wrote: > > > > I still have a Tandy 4000, 386-16 no cache, that is used occassionally to > > program EPROMS. This same machine ran Xenix for years before being abused > > by in

[CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread R P Herrold
On Thu, 28 Aug 2008, William L. Maltby wrote: PIKER! I've mobos still running (when I fire 'em up). Although I'm seriously considering ditching the 386SX with Win 3.11. Don't find any three words: Processor Tech Sol -- Russ herrold ___ CentOS maili

Re: [CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread Akemi Yagi
On Thu, Aug 28, 2008 at 5:58 PM, R P Herrold <[EMAIL PROTECTED]> wrote: > On Thu, 28 Aug 2008, William L. Maltby wrote: > >> PIKER! I've mobos still running (when I fire 'em up). Although I'm >> seriously considering ditching the 386SX with Win 3.11. Don't find any > > three words: Processor Tech

[CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread R P Herrold
On Thu, 28 Aug 2008, Akemi Yagi wrote: three words: Processor Tech Sol -- Russ herrold Ahh, I was waiting for you to show up. OK, everyone, if you are trying to show your age, stop now -- because no one can win orc_orc (Russ, our CentOS dev). Actually from slightly before that era, I also

Re: [CentOS] Re: Curmudgeoning (was Re: Problems with writing Dual Layer DVD)

2008-08-28 Thread Robert
R P Herrold wrote: On Thu, 28 Aug 2008, Akemi Yagi wrote: three words: Processor Tech Sol -- Russ herrold Ahh, I was waiting for you to show up. OK, everyone, if you are trying to show your age, stop now -- because no one can win orc_orc (Russ, our CentOS dev). Actually from slightly b

Re: [CentOS] problem with slave dns servers

2008-08-28 Thread Mark Quitoriano
On Fri, Aug 29, 2008 at 6:27 AM, Robert Spangler <[EMAIL PROTECTED]> wrote: > On Thursday 28 August 2008 05:50, Mark Quitoriano wrote: > >> hmmm... yeah i think is et everything to 300 which is not good. What >> is the recommended TTL settings? some sites recommend 4 days some 1 >> hour. >> >> >

Re: [CentOS] iptables question

2008-08-28 Thread Jeremiah Heller
On 28 Aug 2008, at 15:22, Joseph L. Casale wrote: I tried writing out a FWBuilder script but man that thing was something messy to look at, geesh... Since you mentioned a FWBuilder script you might want to look at FireHOL as well (http://firehol.sourceforge.net/). I've been using it for