[CentOS-virt] IBM GPFS filesystem

2010-11-10 Thread Adam Wead
Hi all, I was wondering if anyone might be able to speak about using IBM's GPFS filesystem as a means of storing virtual guests in a clustered environment with CentOS as the nodes and KVM as the hypervisor? I'm looking at using IBM's TSM software for archiving data from disk to tape. This

[CentOS-virt] Can KVM be run headless?

2010-11-10 Thread MargoAndTodd
Hi All, Can KVM be run Headless, like Virtual Box? If so, how do I open a window to it? How do I start and stop it? Many thanks, -T ___ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt

Re: [CentOS-virt] Can KVM be run headless?

2010-11-10 Thread compdoc
I own a few headless centos servers running kvm. Vnc-server is probably easiest to setup to access the server's desktop. Or use ssh if you don't want a gui desktop on the server. I use the ultravnc viewer on my windows PC to access centos. Linux vm guests can run vnc as well, and windows vm

Re: [CentOS-virt] Can KVM be run headless?

2010-11-10 Thread MargoAndTodd
On 11/10/2010 06:46 PM, compdoc wrote: I own a few headless centos servers running kvm. Vnc-server is probably easiest to setup to access the server's desktop. Or use ssh if you don't want a gui desktop on the server. I use the ultravnc viewer on my windows PC to access centos. Linux vm

[CentOS-virt] How does KVM handle multiple cores?

2010-11-10 Thread MargoAndTodd
Hi All, How does KVM handle multiple cores. I have an x5650 with 6 real cores that presents itself to my OS as 12 virtual cores (hyperthreading). Does KVM see 6 or 12 cores. And, can I tell KVM how many cores I want it to use? Am I misunderstanding how KVM works? What I am after is if my

Re: [CentOS-virt] Need sub for virtual box

2010-11-10 Thread MargoAndTodd
On 11/10/2010 01:07 PM, MargoAndTodd wrote: Hi All, I am running Virtual box on a CentOS 5.5 x64 bit host. The guest is 23 bit Windows Server 2008 SP2 (not R2). Virtual Box bug 7606 is causing a customer of mine serious financial harm.

[CentOS-virt] KVM: where are the directions?

2010-11-10 Thread MargoAndTodd
Hi All, I have been Googling my rear off. Where is the manual for KVM? It seems like the information is just all thrown about. Anyone know of a manual? A pdf? A home page with instructions? I am teachable (mostly). Many thanks, -T ___

Re: [CentOS-virt] KVM: where are the directions?

2010-11-10 Thread jayeola
rpm -ql kvm rpm -qa | grep kvm /sys/john == /dev/BlackBerry ___ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt

Re: [CentOS-virt] Can KVM be run headless?

2010-11-10 Thread Scott Dowdle
Greetings, - Original Message - On 11/10/2010 06:46 PM, compdoc wrote: If I am running a windows client, I would run something like Ultra VNC server. And on my host, communicate with something like krdc. Am I correct? There are a few ways to do it. If I'm on a Linux box (which I am

Re: [CentOS-virt] KVM: where are the directions?

2010-11-10 Thread MargoAndTodd
On 11/10/2010 07:12 PM, MargoAndTodd wrote: Hi All, I have been Googling my rear off. Where is the manual for KVM? It seems like the information is just all thrown about. Anyone know of a manual? A pdf? A home page with instructions? I am teachable (mostly). Many thanks, -T

Re: [CentOS-virt] KVM: where are the directions?

2010-11-10 Thread MargoAndTodd
On 11/10/2010 07:50 PM, MargoAndTodd wrote: On 11/10/2010 07:12 PM, MargoAndTodd wrote: Hi All, I have been Googling my rear off. Where is the manual for KVM? It seems like the information is just all thrown about. Anyone know of a manual? A pdf? A home page with instructions? I am

Re: [CentOS-virt] Can KVM be run headless?

2010-11-10 Thread MargoAndTodd
On 11/10/2010 07:30 PM, Scott Dowdle wrote: Greetings, - Original Message - On 11/10/2010 06:46 PM, compdoc wrote: If I am running a windows client, I would run something like Ultra VNC server. And on my host, communicate with something like krdc. Am I correct? Opps, I need to add

Re: [CentOS-virt] How does KVM handle multiple cores?

2010-11-10 Thread compdoc
I can't say if KVM will see 6 or 12 cores as I don't run the same hardware. It's easy enough to install centos and find out. When you create a virtual machine in KVM, you assign virtual cpus to the guest - from 1, to as many as you think the guest will need. For performance reasons, I personally

Re: [CentOS-virt] KVM: where are the directions?

2010-11-10 Thread MargoAndTodd
On 11/10/2010 07:15 PM, jaye...@gmail.com wrote: rpm -ql kvm rpm -qa | grep kvm /sys/john == /dev/BlackBerry Not sure what you are trying to say. The ql is a cool way to see where everything is installed. Thank you, -T ___ CentOS-virt mailing list

Re: [CentOS-virt] How does KVM handle multiple cores?

2010-11-10 Thread MargoAndTodd
On 11/10/2010 07:59 PM, compdoc wrote: I can't say if KVM will see 6 or 12 cores as I don't run the same hardware. It's easy enough to install centos and find out. When you create a virtual machine in KVM, you assign virtual cpus to the guest - from 1, to as many as you think the guest will

Re: [CentOS-virt] Can KVM be run headless?

2010-11-10 Thread MargoAndTodd
On 11/10/2010 07:45 PM, compdoc wrote: Sorry, I don't know what krdc is. You use the network (ethernet) to connect. It is KDE's vnc client ___ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt

[CentOS-es] combinar comandos find y sed

2010-11-10 Thread victor santana
Hola a t...@s tengo que hacer una sustitución masiva de una linea que se repite en muchas páginas. Pero tengo el problema que no me lo está haciendo al ejecutar el siguiente comando: find . -type f -name '*.php' | xargs sed -i 's#base href=http://? echo $_SERVER\['SERVER_NAME'\]; ?/es/ /#base

Re: [CentOS-es] combinar comandos find y sed

2010-11-10 Thread Eduardo Grosclaude
2010/11/10 victor santana reparaciononl...@gmail.com: Hola a t...@s tengo que hacer una sustitución masiva de una linea que se repite en muchas páginas. Pero tengo el problema que no me lo está haciendo al ejecutar el siguiente comando:  find . -type f -name '*.php' | xargs sed -i 's#base

Re: [CentOS-es] Problema servicio named DNS SERVER BIND

2010-11-10 Thread Lucas Smud
Eduardo gracias por tu predisposición... El BIND lo quiero usar como servidor de nombres o DNS primario para mi páginas y las páginas que empiece a subir a mi servidor web con mi IP proximamente fija... jejej Voy a ver cuanto es la diferencia por poner la ip fija... pero como hace un

Re: [CentOS-es] Sobre reglas de IPTables

2010-11-10 Thread carlos restrepo
La solución a eso es Iptables, en ella también puedes colocar a que ip le estas aplicando la restricción horaria. Saludos. Carlos R. El 10 de noviembre de 2010 09:37, Yoinier Hernandez Nieves ynie...@teico.lt.minaz.cu escribió: El 09/11/10 12:13, Rhonny escribió: 2010/11/9 Yoinier

[CentOS-es] Duda sobre logs de cups: contabilizar las impresiones realizadas.

2010-11-10 Thread Fernando Rojas de la Torre
Modifiqué la configuración del archivo cups.conf tal como describe este sitio: http://www.cups.org/documentation.php/ref-cupsd-conf.html#PageLogFormat esta es parte de mi cups.conf MaxLogSize 20 LogLevel info SystemGroup sys root PageLog /var/log/cups/page_log PageLogFormat %j %p %u %C

Re: [CentOS] RHEL 6 potential release date???

2010-11-10 Thread Juergen Gotteswinter
oh nice, seems that they upgraded php to 5.3? no more 5.1 Am 09.11.10 20:55, schrieb Morten P.D. Stevens: 2010/11/9 Scott Robbinsscot...@nyc.rr.com: https://www.redhat.com/archives/rhelv5-announce/2010-November/msg0.html So, now we can all start saying, when will 5.6 be ready. :)

Re: [CentOS] Network card not working after update to 2.6.18-194.17.4.el5

2010-11-10 Thread JohnS
On Wed, 2010-11-10 at 10:16 +0100, Mathieu Baudier wrote: So, it seems that Ubuntu and CentOS somehow conflicted in their management of the network card. I don't understand how it is possible though, since the machine is rebooted (I also did some tests, where I was cuttin all power supply,

Re: [CentOS] Re-export an NFS mount from another machine for roaming profiles

2010-11-10 Thread Robert Heller
At Wed, 10 Nov 2010 13:46:38 +0100 CentOS mailing list centos@centos.org wrote: Hi, In my office I have a server running CentOS 5.5. I have Apache+PHP+MySQL running on that server, and I'm exporting /var/www/html, so I can mount it on my main desktop with NFS. Server :

Re: [CentOS] Network card not working after update to 2.6.18-194.17.4.el5

2010-11-10 Thread Mathieu Baudier
the network card of my workstation stopped working after I updated the kernel to 2.6.18-194.17.4.el5 . Just to follow up on this: I actually dual boot with Ubuntu on this workstation (mostly for digital processing, where recent FLOSS software are needed), and Ubuntu network access also broke

Re: [CentOS] Flash plugin not working (going OT)

2010-11-10 Thread Przemysław Pawełczyk
On Wed, 10 Nov 2010 12:45:40 +0100 Nicolas Kovacs cont...@kikinovak.net wrote: Le mardi 9 novembre 2010 12:08:54, Przemysław Pawełczyk a écrit : (...) I somehow found a solution to the problem, in that I decided to replace my CentOS desktops in my office with Fedora 14 (KDE). (See this

Re: [CentOS] RHEL 6 potential release date???

2010-11-10 Thread Morten P.D. Stevens
2010/11/10 Juergen Gotteswinter j...@internetx.de: oh nice, seems that they upgraded php to 5.3? no more 5.1 No, that are additional packages. (called bind97 and php53) For example: yum install bind97-utils or yum install php53-mysql The old versions continue to be supported by Red Hat.

[CentOS] Oracle charging for InnoDB support in MySQL : what is going to change for us?

2010-11-10 Thread robert mena
Hi, I've noticed that Oracle is charging for the MySQL version that supports InnoDB (http://www.mysql.com/products/). I could not find any other link with direct confirmation of what is going to change for the existing servers/versions and I was wondering if anybody has a more detailed info.

[CentOS] kerboros and nfs v4

2010-11-10 Thread m . roth
My mamnager's trying to get nfs v4 working with kerboros. One major issue is that we do *not* have access to the server, or ktadmin - that's the network folks, and they have AD on the other side. The result is that he can't create (if I have this right) objects. I found

Re: [CentOS] Oracle charging for InnoDB support in MySQL : what is going to change for us?

2010-11-10 Thread Bowie Bailey
On 11/10/2010 9:28 AM, robert mena wrote: Hi, I've noticed that Oracle is charging for the MySQL version that supports InnoDB (http://www.mysql.com/products/). I could not find any other link with direct confirmation of what is going to change for the existing servers/versions and I was

Re: [CentOS] Re-export an NFS mount from another machine for roaming profiles

2010-11-10 Thread m . roth
Robert Heller wrote: At Wed, 10 Nov 2010 13:46:38 +0100 CentOS mailing list centos@centos.org wrote: In my office I have a server running CentOS 5.5. I have Apache+PHP+MySQL running on that server, and I'm exporting /var/www/html, so I can mount it on my main desktop with NFS. snip Now I'm

Re: [CentOS] Oracle charging for InnoDB support in MySQL : what is going to change for us?

2010-11-10 Thread m . roth
Bowie Bailey wrote: On 11/10/2010 9:28 AM, robert mena wrote: Hi, I've noticed that Oracle is charging for the MySQL version that supports InnoDB (http://www.mysql.com/products/). I could not find any other link with direct confirmation of what is going to change for the existing

Re: [CentOS] CentOS Digest, Vol 70, Issue 10

2010-11-10 Thread Frans Rosslee
I listened to your email using DriveCarefully and will respond as soon as I can. Download DriveCarefully for free at www.drivecarefully.com Sent via my BlackBerry from Vodacom - let your email find you! ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] CentOS Digest, Vol 70, Issue 10

2010-11-10 Thread John R Pierce
On 11/10/10 9:08 AM, Frans Rosslee wrote: I listened to your email using DriveCarefully and will respond as soon as I can. Download DriveCarefully for free at www.drivecarefully.com Sent via my BlackBerry from Vodacom - let your email find you! would people keep their $...@$@#4#@

[CentOS] Oracle charging for InnoDB support in MySQL : what is going to change for us?

2010-11-10 Thread R P Herrold
On Wed, 10 Nov 2010, m.r...@5-cent.us wrote: Wonder if it's that they charge for support, from them, on InnoDB, not for the engine itself. I mean, it was GPL'd what, five or more years ago. As to already fielded sources under the GPL, they will persist under the GPL, or course BUT ... you

Re: [CentOS] CentOS Digest, Vol 70, Issue 10

2010-11-10 Thread Brunner, Brian T.
Download DriveCarefully for free at would people keep their $...@$@#4#@ telephones OFF email lists? sorry, sorry, had to vent. This wasn't top-post, this was compost. Note the Download DriveCarefully. This is UCE Spam sent to the CentOS mailing list.

[CentOS] RHEL Released

2010-11-10 Thread William Warren
It's on their website right now. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] RHEL 6 Officially Released

2010-11-10 Thread John Kennedy
When will CentOS 6 be released??? (Just kidding...Just wanted to let you all know that RHEL6 has been released...And yes, I know that most of you all know...) John -- John Kennedy ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Tom Bishop
Yah...can't wait On Wed, Nov 10, 2010 at 1:02 PM, John Kennedy skeb...@gmail.com wrote: When will CentOS 6 be released??? (Just kidding...Just wanted to let you all know that RHEL6 has been released...And yes, I know that most of you all know...) John -- John Kennedy

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Scott Silva
on 11-10-2010 11:02 AM John Kennedy spake the following: When will CentOS 6 be released??? (Just kidding...Just wanted to let you all know that RHEL6 has been released...And yes, I know that most of you all know...) John So the usual 4 to 6 week (maybe 8 week) build and QA/QC process... Like

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Scott Robbins
On Wed, Nov 10, 2010 at 11:05:53AM -0800, Scott Silva wrote: on 11-10-2010 11:02 AM John Kennedy spake the following: When will CentOS 6 be released??? So the usual 4 to 6 week (maybe 8 week) build and QA/QC process... Like anyone will wait to start hounding... Well, some will wait, or

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Scott Silva
on 11-10-2010 11:13 AM Scott Robbins spake the following: On Wed, Nov 10, 2010 at 11:05:53AM -0800, Scott Silva wrote: on 11-10-2010 11:02 AM John Kennedy spake the following: When will CentOS 6 be released??? So the usual 4 to 6 week (maybe 8 week) build and QA/QC process... Like anyone

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Digimer
On 10-11-10 02:52 PM, Scott Silva wrote: on 11-10-2010 11:13 AM Scott Robbins spake the following: On Wed, Nov 10, 2010 at 11:05:53AM -0800, Scott Silva wrote: on 11-10-2010 11:02 AM John Kennedy spake the following: When will CentOS 6 be released??? So the usual 4 to 6 week (maybe 8 week)

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread John R. Dennison
On Wed, Nov 10, 2010 at 02:53:50PM -0500, Digimer wrote: I expect that 5.6 will get the first priority, if for no other reason than it was out first, and thus probably already being worked on. RHEL-5.6 is in beta, there is no final release.

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread John Kennedy
Last time there was only one build queue, so if 5.6 and 6 come out at the same time, they will have to choose which one gets attention first. CentOS doesn't have the multi-million dollar infrastructure to support multiple simultaneous releases. I expect that 5.6 will get the first

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Morten P.D. Stevens
2010/11/10 Digimer li...@alteeve.com: I expect that 5.6 will get the first priority, if for no other reason than it was out first, and thus probably already being worked on. RHEL 5.6 isn´t released yet. Only the beta of RHEL 5.6 was released yesterday. Best regards, Morten

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread mattias
sound intrested ddownload link? ons 2010-11-10 klockan 20:58 +0100 skrev Morten P.D. Stevens: 2010/11/10 Digimer li...@alteeve.com: I expect that 5.6 will get the first priority, if for no other reason than it was out first, and thus probably already being worked on. RHEL 5.6 isn´t

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Karanbir Singh
hi Guys, On 11/10/2010 07:52 PM, Scott Silva wrote: Last time there was only one build queue, so if 5.6 and 6 come out at the same time, they will have to choose which one gets attention first. CentOS doesn't have the multi-million dollar infrastructure to support multiple simultaneous

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread mattias
sound intrested download link? ons 2010-11-10 klockan 20:58 +0100 skrev Morten P.D. Stevens: 2010/11/10 Digimer li...@alteeve.com: I expect that 5.6 will get the first priority, if for no other reason than it was out first, and thus probably already being worked on. RHEL 5.6 isn´t

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Morten P.D. Stevens
2010/11/10 mattias m...@mjw.se: sound intrested ddownload link? The beta of RHEL 5.6 is only available via the Red Hat Network. (RHN) Best regards, Morten ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread John Hinton
hi Guys, On 11/10/2010 07:52 PM, Scott Silva wrote: Last time there was only one build queue, so if 5.6 and 6 come out at the same time, they will have to choose which one gets attention first. CentOS doesn't have the multi-million dollar infrastructure to support multiple simultaneous

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Barry Brimer
Quoting Karanbir Singh mail-li...@karan.org: hi Guys, On 11/10/2010 07:52 PM, Scott Silva wrote: Last time there was only one build queue, so if 5.6 and 6 come out at the same time, they will have to choose which one gets attention first. CentOS doesn't have the multi-million dollar

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Connie Sieh
On Wed, 10 Nov 2010, Barry Brimer wrote: Quoting Karanbir Singh mail-li...@karan.org: hi Guys, On 11/10/2010 07:52 PM, Scott Silva wrote: Last time there was only one build queue, so if 5.6 and 6 come out at the same time, they will have to choose which one gets attention first. CentOS

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Matt
What does 6 bring with it? Anything new in virtualization and cloud computing? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Matthew Miller
On Wed, Nov 10, 2010 at 02:40:52PM -0600, Matt wrote: What does 6 bring with it? Anything new in virtualization and cloud computing? http://www.redhat.com/rhel/server/details/ -- Matthew Miller mat...@mattdm.org http://mattdm.org/

Re: [CentOS] flash-plugin crashes on full screen

2010-11-10 Thread brett mm
now today as I go to watch a movie from hulu.com it crashes the flash-plugin whenever I try to go full screen. On Fedora 13, some versions of Flash crashed when fullscreen button was clicked, if the user also had nvidia drivers installed. The workaround was to right click on the flash video

Re: [CentOS] Memtest86+ running time

2010-11-10 Thread Keith Roberts
On Sun, 7 Nov 2010, Keith Roberts wrote: To: CentOS mailing list centos@centos.org From: Keith Roberts ke...@karsites.net Subject: Re: [CentOS] Memtest86+ running time On Wed, 3 Nov 2010, Bob McConnell wrote: _snip_ And make sure you button the cabinet back up, with all covers in place

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Barry Brimer
Quoting Connie Sieh cs...@fnal.gov: On Wed, 10 Nov 2010, Barry Brimer wrote: Quoting Karanbir Singh mail-li...@karan.org: hi Guys, On 11/10/2010 07:52 PM, Scott Silva wrote: Last time there was only one build queue, so if 5.6 and 6 come out at the same time, they will have to

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Tom Bishop
Thanks Karanbir , I actually want to pony up and start helping so I am looking forward to hearing more about that and how I can help...Sounds Great On Wed, Nov 10, 2010 at 2:03 PM, Karanbir Singh mail-li...@karan.orgwrote: hi Guys, On 11/10/2010 07:52 PM, Scott Silva wrote: Last time there

[CentOS] quota broken for large NFS mount

2010-11-10 Thread Dave
Should I report this as a bug somewhere? Or is it just a problem with the old fedora box, probably fixed long ago and not relevant to the centos list? On the server side, theme4, a very old fedora box, exports t4d5 via NFS. t4d5 is big, has lots of space, and the user tobiasf has plenty of quota:

Re: [CentOS] flash-plugin crashes on full screen

2010-11-10 Thread Rob Kampen
brett mm wrote: now today as I go to watch a movie from hulu.com it crashes the flash-plugin whenever I try to go full screen. On Fedora 13, some versions of Flash crashed when fullscreen button was clicked, if the user also had nvidia drivers installed. The

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Joe Pruett
the big piece that i've been waiting for is ipv6 stateful firewalling. without that, ipv6 has been a non-starter for me. On 11/10/2010 12:43 PM, Matthew Miller wrote: On Wed, Nov 10, 2010 at 02:40:52PM -0600, Matt wrote: What does 6 bring with it? Anything new in virtualization and cloud

Re: [CentOS] flash-plugin crashes on full screen

2010-11-10 Thread m . roth
Top posting, here, over the garbage... After the recent update of firefox, a week or so ago, I can't see flash video at *all*: white area, *maybe*, if I mouse over it, some diagonal garbage. mark Rob Kampen wrote: !DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Robert Moskowitz
On 11/10/2010 02:43 PM, Matthew Miller wrote: On Wed, Nov 10, 2010 at 02:40:52PM -0600, Matt wrote: What does 6 bring with it? Anything new in virtualization and cloud computing? http://www.redhat.com/rhel/server/details/ I don't see here what version of BIND is included.

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Connie Sieh
On Wed, 10 Nov 2010, Robert Moskowitz wrote: On 11/10/2010 02:43 PM, Matthew Miller wrote: On Wed, Nov 10, 2010 at 02:40:52PM -0600, Matt wrote: What does 6 bring with it? Anything new in virtualization and cloud computing? http://www.redhat.com/rhel/server/details/ I don't see here

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Robert Moskowitz
On 11/10/2010 04:33 PM, Connie Sieh wrote: On Wed, 10 Nov 2010, Robert Moskowitz wrote: On 11/10/2010 02:43 PM, Matthew Miller wrote: On Wed, Nov 10, 2010 at 02:40:52PM -0600, Matt wrote: What does 6 bring with it? Anything new in virtualization and cloud computing?

[CentOS] Need advice trying to load ethernet firmware for kickstart

2010-11-10 Thread Spiro Harvey
I've got a memory stick that I use to install systems. It's basically just has a simple isolinux setup on it that calls up the kickstart files from an http server and pulls down the distro via our online repo. However, I'm trying to get a standard automated install like this on an IBM box which

[CentOS] dictonary attacks

2010-11-10 Thread PA
Hi hoping someone can help me a little with this one. I have 2 mail servers, the incoming mail server runs dovecot and the outgoing mail server runs postfix with sasl. Lately I noticed a lot of spammers are running dictionary attacks on my incoming server and then using that user/password

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread John R. Dennison
On Wed, Nov 10, 2010 at 04:54:19PM -0600, Robert Moskowitz wrote: And what are the minimum system requirements? Will we still be able to install this on a 256Mb system for example? What is preventing you from looking at the upstream website to determine requirements? If

Re: [CentOS] dictonary attacks

2010-11-10 Thread John Hinton
On 11/10/2010 6:10 PM, PA wrote: Hi hoping someone can help me a little with this one. I have 2 mail servers, the incoming mail server runs dovecot and the outgoing mail server runs postfix with sasl. Lately I noticed a lot of spammers are running dictionary attacks on my incoming server

Re: [CentOS] kerboros and nfs v4

2010-11-10 Thread Ross Walker
On Nov 10, 2010, at 9:38 AM, m.r...@5-cent.us wrote: My mamnager's trying to get nfs v4 working with kerboros. One major issue is that we do *not* have access to the server, or ktadmin - that's the network folks, and they have AD on the other side. The result is that he can't create (if I

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Matthew Miller
On Wed, Nov 10, 2010 at 02:57:10PM -0600, Barry Brimer wrote: Absolutely. Red Hat does a tremendous amount of heavy lifting to produce RHEL, without which there would be no CentOS. Red Hat also gets paid pretty well to do so, and unless I am mistaken the CentOS team does not. In any case, I

[CentOS] Question about a hard drive error

2010-11-10 Thread Gilbert Sebenste
Hey everyone, I just got one of these today: Nov 10 16:07:54 stormy kernel: sd 0:0:0:0: SCSI error: return code = 0x0800 Nov 10 16:07:54 stormy kernel: sda: Current: sense key: Medium Error Nov 10 16:07:54 stormy kernel: Add. Sense: Unrecovered read error Nov 10 16:07:54 stormy kernel:

Re: [CentOS] Question about a hard drive error

2010-11-10 Thread John R Pierce
On 11/10/10 6:58 PM, Gilbert Sebenste wrote: Hey everyone, I just got one of these today: Nov 10 16:07:54 stormy kernel: sd 0:0:0:0: SCSI error: return code = 0x0800 Nov 10 16:07:54 stormy kernel: sda: Current: sense key: Medium Error Nov 10 16:07:54 stormy kernel: Add. Sense:

[CentOS] Flash problems in newest upgrade?

2010-11-10 Thread Ron Blizzard
Hi, I just upgraded to the newest kernel and Flash. Hulu now grays out when I try to go to full screen. I tried uninstalling and reinstalling the proprietary video drivers (no difference either way), so I'm guessing it has something to do with either the new Flash or the new kernel. Anyone else

Re: [CentOS] flash-plugin crashes on full screen

2010-11-10 Thread Ron Blizzard
On Sun, Nov 7, 2010 at 9:24 PM, Greg Bailey gbai...@lxpro.com wrote: I noticed in the announcement at: https://www.redhat.com/archives/rhsa-announce/2010-November/msg4.html the following quote: During testing, it was discovered that there were regressions with Flash Player on certain

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Robert Moskowitz
On 11/10/2010 05:11 PM, John R. Dennison wrote: On Wed, Nov 10, 2010 at 04:54:19PM -0600, Robert Moskowitz wrote: And what are the minimum system requirements? Will we still be able to install this on a 256Mb system for example? What is preventing you from looking at the

Re: [CentOS] RHEL Released

2010-11-10 Thread cornel panceac
2010/11/10 William Warren hescomins...@emmanuelcomputerconsulting.com It's on their website right now. good, thank you. now let's wait for the scientific/centos releases. -- When one door is closed, another is open. (Robert Nesta Marley) ___ CentOS

Re: [CentOS] RHEL 6 Officially Released

2010-11-10 Thread Götz Reinicke - IT-Koordinator
Am 10.11.10 23:54, schrieb Robert Moskowitz: On 11/10/2010 04:33 PM, Connie Sieh wrote: On Wed, 10 Nov 2010, Robert Moskowitz wrote: On 11/10/2010 02:43 PM, Matthew Miller wrote: On Wed, Nov 10, 2010 at 02:40:52PM -0600, Matt wrote: What does 6 bring with it? Anything