Re: [CentOS-virt] Fwd: bnx2x driver in Xen4 kernel

2013-11-23 Thread Johnny Hughes
On 11/14/2013 09:53 PM, Dusty Mabe wrote:
 On Wed, Nov 13, 2013 at 11:59 AM, Johnny Hughes joh...@centos.org wrote:
 I found an issue with the new firmware patch ... it is fixed in testing
 now and I will push it on the next kernel update ...

 If you want to test, the kernel here should work and has the new driver:

 http://dev.centos.org/centos/6/xen-c6-RC1/

 Note: that is a 3.10.18 kernel and is currently in testing, but should
 work on the xen4centos6 repo

 Looks like the new kernel is looking for a newer firmware:

 bnx2x: [bnx2x_init_firmware:12263(eth0)]Can't load firmware file
 bnx2x/bnx2x-e1h-7.8.17.0.fw


It seems broadcom NICs and the kernel interact strangely indeed ...

I am going to go about this in a different way .. instead of doing it
piecemeal (which means I need individual people to tell me theirs is not
working), I am just going to put every FW Driver for bn2x and bnx2x into
the new kernel ... I am trying that now in a version that is
3.10.20-10.  I am not sure why this is not being done now upstream, but
lets see what happens.

I will send another email to the list if this builds .. when it is
available.

Thanks,
Johnny Hughes



signature.asc
Description: OpenPGP digital signature
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] new-kernel-pkg needs to be made Xen-aware

2013-11-23 Thread Johnny Hughes
On 11/23/2013 12:07 PM, Kenneth Porter wrote:
 I ran yum update the other day on my dom0 and let it pull a new kernel. 
 The RPM install scriptlet runs /sbin/new-kernel-pkg (part of the grubby 
 package) to update grub.conf. It writes a new record to boot the Linux 
 kernel instead of Xen. It would be nice if it noticed that it was running 
 inside Xen and wrote a suitable record for that.


We are aware of this issue and for now, you have to manually run
/usr/bin/grub-bootxen.sh

We are also aware that the setup that grub-bootxen.sh provides is very
basic and does not learn/keep custom settings.

This is something that we would love to receive community input to fix.



signature.asc
Description: OpenPGP digital signature
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] new-kernel-pkg needs to be made Xen-aware

2013-11-23 Thread Peter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/24/2013 08:14 AM, Johnny Hughes wrote:
 On 11/23/2013 12:07 PM, Kenneth Porter wrote:
 I ran yum update the other day on my dom0 and let it pull a new
 kernel. The RPM install scriptlet runs /sbin/new-kernel-pkg (part
 of the grubby package) to update grub.conf. It writes a new
 record to boot the Linux kernel instead of Xen. It would be nice
 if it noticed that it was running inside Xen and wrote a suitable
 record for that.
 
 
 We are aware of this issue and for now, you have to manually run 
 /usr/bin/grub-bootxen.sh
 
 We are also aware that the setup that grub-bootxen.sh provides is
 very basic and does not learn/keep custom settings.
 
 This is something that we would love to receive community input to
 fix.

Modifying the spec file for the Xen kernel package to call an
additional script in %post should be trivial, and since this kernel
package doesn't come from upstream you should be free to do so.

The issue with using grubby is that grubby expects the kernel to be
defined in the kernel line and the initrd in the initrd line.  But
with Xen boot entries both are defined in module lines instead.  It
shouldn't bee too difficult to eitehr write a new script that would
work similar to grubby but looks at the module lines instead, or to
modify grubby itself to do so.

Note that I (and I would think some others) like to have two boot
entries for each new kernel.  One that boots via the Xen hypervisor
and a second that boots directly to the kernel itself, I would love to
see such a script be able to copy both of these entries when
installing a new kernel.


Peter
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSkRyGAAoJEAUijw0EjkDvsacIAKIpNGtDDsu9Sbt6cJALmgaD
VKHVGI7TJcam2Nebb8GLpKnJz6BNGf4xhD6cGMzG3FtHJ8DNcTiKmP7IlRfLpNsD
i/jc+Wnis6LkJgMSHf1LlXkYvYLqCF+S4AZP+nqLvae5HPA4rfKf4h/8ULinYv88
ujoZvArToc0oIJGmQZQOGfeWO9aVPYrtm6LCRda0TqAvKRoL/EzE6/GWUzin+rOQ
x346BdYymnEIS9UTTUl3t+Eo4qBKyFH3i92Dqe/KXongINiSt36UdsWvhpFWgurS
W0gjdgUKE68Fh/NlbjddDWNIVsWHk+2AikDcaRTlvzn2Rw8i6DdNA8TCxtNq2zU=
=2zVN
-END PGP SIGNATURE-
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


[CentOS-es] servidor de correo sendmail

2013-11-23 Thread Ignacio Ordeñana
hola tengo un servidor de correo configurado con sendmail en centos 6.4
estuvo funcionando bien pero el dia de hoy  al presionar el boton de probar
configuracion en outlook 2007  me manda el mensaje  el servidor no admite
el tipo de cifrado de conexion especificado 

saludos
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] servidor de correo sendmail

2013-11-23 Thread David González Romero
Más que Sendmail, es problema de configuracion de Outlook 2007.
Probablemente estés intentado usar puertos cifrados 465 o 587; y tu
sendmail esté configurado para puerto 25.

Saludos,
David


El 23 de noviembre de 2013 13:16, Ignacio Ordeñana ifor1...@gmail.comescribió:

 hola tengo un servidor de correo configurado con sendmail en centos 6.4
 estuvo funcionando bien pero el dia de hoy  al presionar el boton de probar
 configuracion en outlook 2007  me manda el mensaje  el servidor no admite
 el tipo de cifrado de conexion especificado 

 saludos
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es

___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] servidor de correo sendmail

2013-11-23 Thread Ignacio Ordeñana
el sendmail esta configurado con soporte  tls/ssl
 y los puertos que menciona estan habilitados eso es lo extraño


El 23 de noviembre de 2013 15:24, David González Romero dgrved...@gmail.com
 escribió:

 Más que Sendmail, es problema de configuracion de Outlook 2007.
 Probablemente estés intentado usar puertos cifrados 465 o 587; y tu
 sendmail esté configurado para puerto 25.

 Saludos,
 David


 El 23 de noviembre de 2013 13:16, Ignacio Ordeñana ifor1...@gmail.com
 escribió:

  hola tengo un servidor de correo configurado con sendmail en centos 6.4
  estuvo funcionando bien pero el dia de hoy  al presionar el boton de
 probar
  configuracion en outlook 2007  me manda el mensaje  el servidor no
 admite
  el tipo de cifrado de conexion especificado 
 
  saludos
  ___
  CentOS-es mailing list
  CentOS-es@centos.org
  http://lists.centos.org/mailman/listinfo/centos-es
 
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es

___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] servidor de correo sendmail

2013-11-23 Thread David González Romero
nmap -sS ip.de.server

Te da como resultados esos puertos?? Entonces desde la PC en cuestión
intenta hacer un telenet a esos puertos y ver como resulta. Al final de
cuenta el cifrado lo da el certificado y no el cliente. Es por eso que
deberás ver a fondo la configuración del outlook 2007 y como inferí antes y
ahora si digo explicitamente; es un Off-topic, pues esto no es una lista de
outlook. En todo caso prueba con otros MUA (Thunderbird, Windlows Live,
etc...) para que salgas de dudas...

Saludos,
David


El 23 de noviembre de 2013 18:47, Ignacio Ordeñana ifor1...@gmail.comescribió:

 el sendmail esta configurado con soporte  tls/ssl
  y los puertos que menciona estan habilitados eso es lo extraño


 El 23 de noviembre de 2013 15:24, David González Romero 
 dgrved...@gmail.com
  escribió:

  Más que Sendmail, es problema de configuracion de Outlook 2007.
  Probablemente estés intentado usar puertos cifrados 465 o 587; y tu
  sendmail esté configurado para puerto 25.
 
  Saludos,
  David
 
 
  El 23 de noviembre de 2013 13:16, Ignacio Ordeñana ifor1...@gmail.com
  escribió:
 
   hola tengo un servidor de correo configurado con sendmail en centos 6.4
   estuvo funcionando bien pero el dia de hoy  al presionar el boton de
  probar
   configuracion en outlook 2007  me manda el mensaje  el servidor no
  admite
   el tipo de cifrado de conexion especificado 
  
   saludos
   ___
   CentOS-es mailing list
   CentOS-es@centos.org
   http://lists.centos.org/mailman/listinfo/centos-es
  
  ___
  CentOS-es mailing list
  CentOS-es@centos.org
  http://lists.centos.org/mailman/listinfo/centos-es
 
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es

___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] servidor de correo sendmail

2013-11-23 Thread Ignacio Ordeñana
al momento hacer telnet a los puertos 465,587,995,993 la pantalla en el
cleinte se queda oscura lo que significa que hay conexion a esos puerto,
intentare con otro cliente de correo para ver q sucede



El 23 de noviembre de 2013 15:53, David González Romero dgrved...@gmail.com
 escribió:

 nmap -sS ip.de.server

 Te da como resultados esos puertos?? Entonces desde la PC en cuestión
 intenta hacer un telenet a esos puertos y ver como resulta. Al final de
 cuenta el cifrado lo da el certificado y no el cliente. Es por eso que
 deberás ver a fondo la configuración del outlook 2007 y como inferí antes y
 ahora si digo explicitamente; es un Off-topic, pues esto no es una lista de
 outlook. En todo caso prueba con otros MUA (Thunderbird, Windlows Live,
 etc...) para que salgas de dudas...

 Saludos,
 David


 El 23 de noviembre de 2013 18:47, Ignacio Ordeñana ifor1...@gmail.com
 escribió:

  el sendmail esta configurado con soporte  tls/ssl
   y los puertos que menciona estan habilitados eso es lo extraño
 
 
  El 23 de noviembre de 2013 15:24, David González Romero 
  dgrved...@gmail.com
   escribió:
 
   Más que Sendmail, es problema de configuracion de Outlook 2007.
   Probablemente estés intentado usar puertos cifrados 465 o 587; y tu
   sendmail esté configurado para puerto 25.
  
   Saludos,
   David
  
  
   El 23 de noviembre de 2013 13:16, Ignacio Ordeñana ifor1...@gmail.com
   escribió:
  
hola tengo un servidor de correo configurado con sendmail en centos
 6.4
estuvo funcionando bien pero el dia de hoy  al presionar el boton de
   probar
configuracion en outlook 2007  me manda el mensaje  el servidor no
   admite
el tipo de cifrado de conexion especificado 
   
saludos
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es
   
   ___
   CentOS-es mailing list
   CentOS-es@centos.org
   http://lists.centos.org/mailman/listinfo/centos-es
  
  ___
  CentOS-es mailing list
  CentOS-es@centos.org
  http://lists.centos.org/mailman/listinfo/centos-es
 
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es

___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] servidor de correo sendmail

2013-11-23 Thread David González Romero
Pues perdona al hacer telnet deberás recibir datos del servidor, donde
puedas interactuar con el servidor con los comandos SMTP. Ignacio si no
recibes esta respuesta del servidor, no tienes comunicación con el server.

Saludos,
David


El 23 de noviembre de 2013 19:49, Ignacio Ordeñana ifor1...@gmail.comescribió:

 al momento hacer telnet a los puertos 465,587,995,993 la pantalla en el
 cleinte se queda oscura lo que significa que hay conexion a esos puerto,
 intentare con otro cliente de correo para ver q sucede



 El 23 de noviembre de 2013 15:53, David González Romero 
 dgrved...@gmail.com
  escribió:

  nmap -sS ip.de.server
 
  Te da como resultados esos puertos?? Entonces desde la PC en cuestión
  intenta hacer un telenet a esos puertos y ver como resulta. Al final de
  cuenta el cifrado lo da el certificado y no el cliente. Es por eso que
  deberás ver a fondo la configuración del outlook 2007 y como inferí
 antes y
  ahora si digo explicitamente; es un Off-topic, pues esto no es una lista
 de
  outlook. En todo caso prueba con otros MUA (Thunderbird, Windlows Live,
  etc...) para que salgas de dudas...
 
  Saludos,
  David
 
 
  El 23 de noviembre de 2013 18:47, Ignacio Ordeñana ifor1...@gmail.com
  escribió:
 
   el sendmail esta configurado con soporte  tls/ssl
y los puertos que menciona estan habilitados eso es lo extraño
  
  
   El 23 de noviembre de 2013 15:24, David González Romero 
   dgrved...@gmail.com
escribió:
  
Más que Sendmail, es problema de configuracion de Outlook 2007.
Probablemente estés intentado usar puertos cifrados 465 o 587; y tu
sendmail esté configurado para puerto 25.
   
Saludos,
David
   
   
El 23 de noviembre de 2013 13:16, Ignacio Ordeñana 
 ifor1...@gmail.com
escribió:
   
 hola tengo un servidor de correo configurado con sendmail en centos
  6.4
 estuvo funcionando bien pero el dia de hoy  al presionar el boton
 de
probar
 configuracion en outlook 2007  me manda el mensaje  el servidor no
admite
 el tipo de cifrado de conexion especificado 

 saludos
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es

___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es
   
   ___
   CentOS-es mailing list
   CentOS-es@centos.org
   http://lists.centos.org/mailman/listinfo/centos-es
  
  ___
  CentOS-es mailing list
  CentOS-es@centos.org
  http://lists.centos.org/mailman/listinfo/centos-es
 
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es

___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] servidor de correo sendmail

2013-11-23 Thread angel jauregui
@Ignacio antes de hacer cualquier conclusion debes hacer pruebas de
conexion, respuesta, ver las tramas y cuando ya no sepas que mas hacer,
poner la pregunta en la lista.

Saludos !


El 23 de noviembre de 2013 20:33, David González Romero dgrved...@gmail.com
 escribió:

 Pues perdona al hacer telnet deberás recibir datos del servidor, donde
 puedas interactuar con el servidor con los comandos SMTP. Ignacio si no
 recibes esta respuesta del servidor, no tienes comunicación con el server.

 Saludos,
 David


 El 23 de noviembre de 2013 19:49, Ignacio Ordeñana ifor1...@gmail.com
 escribió:

  al momento hacer telnet a los puertos 465,587,995,993 la pantalla en el
  cleinte se queda oscura lo que significa que hay conexion a esos puerto,
  intentare con otro cliente de correo para ver q sucede
 
 
 
  El 23 de noviembre de 2013 15:53, David González Romero 
  dgrved...@gmail.com
   escribió:
 
   nmap -sS ip.de.server
  
   Te da como resultados esos puertos?? Entonces desde la PC en cuestión
   intenta hacer un telenet a esos puertos y ver como resulta. Al final de
   cuenta el cifrado lo da el certificado y no el cliente. Es por eso que
   deberás ver a fondo la configuración del outlook 2007 y como inferí
  antes y
   ahora si digo explicitamente; es un Off-topic, pues esto no es una
 lista
  de
   outlook. En todo caso prueba con otros MUA (Thunderbird, Windlows Live,
   etc...) para que salgas de dudas...
  
   Saludos,
   David
  
  
   El 23 de noviembre de 2013 18:47, Ignacio Ordeñana ifor1...@gmail.com
   escribió:
  
el sendmail esta configurado con soporte  tls/ssl
 y los puertos que menciona estan habilitados eso es lo extraño
   
   
El 23 de noviembre de 2013 15:24, David González Romero 
dgrved...@gmail.com
 escribió:
   
 Más que Sendmail, es problema de configuracion de Outlook 2007.
 Probablemente estés intentado usar puertos cifrados 465 o 587; y tu
 sendmail esté configurado para puerto 25.

 Saludos,
 David


 El 23 de noviembre de 2013 13:16, Ignacio Ordeñana 
  ifor1...@gmail.com
 escribió:

  hola tengo un servidor de correo configurado con sendmail en
 centos
   6.4
  estuvo funcionando bien pero el dia de hoy  al presionar el boton
  de
 probar
  configuracion en outlook 2007  me manda el mensaje  el servidor
 no
 admite
  el tipo de cifrado de conexion especificado 
 
  saludos
  ___
  CentOS-es mailing list
  CentOS-es@centos.org
  http://lists.centos.org/mailman/listinfo/centos-es
 
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es

___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es
   
   ___
   CentOS-es mailing list
   CentOS-es@centos.org
   http://lists.centos.org/mailman/listinfo/centos-es
  
  ___
  CentOS-es mailing list
  CentOS-es@centos.org
  http://lists.centos.org/mailman/listinfo/centos-es
 
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es




-- 
M.S.I. Angel Haniel Cantu Jauregui.

Celular: (011-52-1)-899-871-17-22
E-Mail: angel.ca...@sie-group.net
Web: http://www.sie-group.net/
Cd. Reynosa Tamaulipas.
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS] Crash and automatical reboot when using the NVIDIA card

2013-11-23 Thread Kwan Lowe
On Fri, Nov 22, 2013 at 2:36 PM, Panruo Wu armiu...@gmail.com wrote:

  A few minutes after using the GPU for doing some HPC calculations, the
  server crashes and reboots itself. This is happening every time. I know
 it
  will be rebooted but I don't know when. Sometimes it's 20 minutes after
  starting using it. Sometimes it's 2 hours.


I had a similar problem. Under load the system would crash. Turned out to
be the fans weren't spinning up correctly.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAM Requirements

2013-11-23 Thread Markus Falb

On 23.Nov.2013, at 06:51, Digimer wrote:

 On 23/11/13 00:35, Mark LaPierre wrote:
 Hey Y'all,
 
 Does anyone know where I can look, please post a URL, where I can find
 out what the minimum system requirements are for CentOS 6.4?
 
 I've searched the CentOS.org web site for this but I've come up empty.
 I've got an old machine that had RH9 on it.  The HD died so I had to
 replace that.  Now I'm thinking that I want to install CentOS 6.4 on it
 but the minimal install disk says that I don't have enough RAM for it to
 do the install.
 
 
 CentOS is binary compatible to Red Hat Enterprise Linux, so it shares
 the same minimum requirements.
 
 http://www.redhat.com/resourcelibrary/articles/articles-red-hat-enterprise-linux-6-technology-capabilities-and-limits


Plus, what is not mentioned in this link, it needs PAE. The kernel will not 
boot on a machine without PAE capability.

-- 
Markus

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAM Requirements

2013-11-23 Thread Markus Falb

On 23.Nov.2013, at 06:51, Cliff Pratt wrote:

 Wow! RH9 was discontinued in 2004! It is likely that a machine from that
 era has the ability to run CentOS 6.4 both in terms of resources and the
 availability of drivers.


We have no second sight, do we? However, I would say that if the CPU can do PAE 
and there is enough RAM it is very likely indeed that CentOS 6.4 will work. 
Driver availability with Linux and especially with distributions like RHEL or 
CentOS is more an issue with *new* hardware.

-- 
Markus


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAM Requirements

2013-11-23 Thread Markus Falb

On 23.Nov.2013, at 14:37, Markus Falb wrote:

 
 On 23.Nov.2013, at 06:51, Digimer wrote:
 
 On 23/11/13 00:35, Mark LaPierre wrote:
 Hey Y'all,
 
 Does anyone know where I can look, please post a URL, where I can find
 out what the minimum system requirements are for CentOS 6.4?
 
 I've searched the CentOS.org web site for this but I've come up empty.
 I've got an old machine that had RH9 on it.  The HD died so I had to
 replace that.  Now I'm thinking that I want to install CentOS 6.4 on it
 but the minimal install disk says that I don't have enough RAM for it to
 do the install.
 
 
 CentOS is binary compatible to Red Hat Enterprise Linux, so it shares
 the same minimum requirements.
 
 http://www.redhat.com/resourcelibrary/articles/articles-red-hat-enterprise-linux-6-technology-capabilities-and-limits
 
 
 Plus, what is not mentioned in this link, it needs PAE. The kernel will not 
 boot on a machine without PAE capability.

Mark wrote that it is booting, so his machine is fine in this regard.
I should have read more carefully.

-- 
Markus

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAM Requirements

2013-11-23 Thread Markus Falb

On 23.Nov.2013, at 08:41, Chris Geldenhuis wrote:

 On 11/23/2013 07:35 AM, Mark LaPierre wrote:
 Hey Y'all,
 
 Does anyone know where I can look, please post a URL, where I can find
 out what the minimum system requirements are for CentOS 6.4?
 
 I've searched the CentOS.org web site for this but I've come up empty.
 I've got an old machine that had RH9 on it.  The HD died so I had to
 replace that.  Now I'm thinking that I want to install CentOS 6.4 on it
 but the minimal install disk says that I don't have enough RAM for it to
 do the install.
 Hi Mark,
 
 I recently installed CentOS 6.4 on a 386 system with 512kb of memory. I 
 had to use a kickstart file to achieve this as the text installer does 
 not give you any opportunity to partition the disk to your specification.


Another possible way could be with the live cd, have a look at the following 
links, especially the 2nd
http://lists.centos.org/pipermail/centos-announce/2013-May/019739.html
http://lists.centos.org/pipermail/centos/2011-July/115367.html

-- 
Markus

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAM Requirements

2013-11-23 Thread Fred Smith
On Sat, Nov 23, 2013 at 09:41:49AM +0200, Chris Geldenhuis wrote:
 On 11/23/2013 07:35 AM, Mark LaPierre wrote:
  Hey Y'all,
 
  Does anyone know where I can look, please post a URL, where I can find
  out what the minimum system requirements are for CentOS 6.4?
 
  I've searched the CentOS.org web site for this but I've come up empty.
  I've got an old machine that had RH9 on it.  The HD died so I had to
  replace that.  Now I'm thinking that I want to install CentOS 6.4 on it
  but the minimal install disk says that I don't have enough RAM for it to
  do the install.
 Hi Mark,
 
 I recently installed CentOS 6.4 on a 386 system with 512kb of memory. I 
 had to use a kickstart file to achieve this as the text installer does 
 not give you any opportunity to partition the disk to your specification.

I doubt it was an actual 80386. For some years the minimum CPU requirement
has been i686, which was Pentium Pro or greater. More recently the
additional requirement of a CPU with PAE capabilities. I rather doubt
that a processor that ran RH9 (a decade or more ago) would have PAE,
though I have been wrong before (once or twice! :) :) )

Fred

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   For the word of God is living and active. Sharper than any double-edged 
   sword, it penetrates even to dividing soul and spirit, joints and marrow; 
  it judges the thoughts and attitudes of the heart.  
 Hebrews 4:12 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Chrome

2013-11-23 Thread Johnny Hughes
On 11/22/2013 01:25 PM, Chris Beattie wrote:
 On 11/22/2013 11:29 AM, Phelps, Matt wrote:
 Most of us using CentOS/RHEL are in an enterprise environment where
 that sort of thing just isn't allowed.

 A supported, updated, secured version of chrome/chromium is essential
 for our CentOS environment, and I venture to guess many others'
 (including RHEL users).
 What happens if there comes a time when Johnny's heavy wizardry isn't enough 
 to keep Chrome running on CentOS?  Or if he just doesn't have time to do it?  
 The browser that you need won't run on the OS which you can't change.  You 
 have a Kobayashi Maru scenario.  You can't win unless you can change the 
 rules.

 I do something similar, but in my case, I provide virtual machines loaded 
 with older versions of Internet Explorer for QA testers.  The testers can't 
 do any permanent damage to the VMs that the hypervisor won't fix when it 
 reverts the VM after the tester logs off.  Meanwhile, the version of IE on 
 the testers' main machines is kept up-to-date.


BTW, I like chrome, so that is why I am trying to maintain this ... but
it is GOOGLE who is not maintaining the code to work on EL.

Just like Google also decided to NOT provide a Google Drive for Linux
and a bunch of other things.

I am just about to say screw Google as they don't seem to care about
enterprise linux at all .. if it isn't android or the absolute latest
and greatest glibc/gtk/glib combo then they don't want to support it. 
If that is the case, who am I to make their code work for millions of
users who THEY seem unconcerned about.

If someone from Google gives a crap about getting chrome working on the
several million machine universe that is CentOS users, you guys contact
me and let me know ... otherwise, I'll just assume you don't give a damn.

Thanks,
Johnny Hughes
The CentOS Project



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAM Requirements

2013-11-23 Thread Jerry Franz
On 11/23/2013 07:40 AM, Fred Smith wrote:
 I doubt it was an actual 80386. For some years the minimum CPU 
 requirement has been i686, which was Pentium Pro or greater. More 
 recently the additional requirement of a CPU with PAE capabilities. I 
 rather doubt that a processor that ran RH9 (a decade or more ago) 
 would have PAE, though I have been wrong before (once or twice! :) :)

I've got a machine that started life running RH7.3, was migrated to 
CentOS3 and is still running it (though hopefully not much longer - I am 
retiring the machine before it decides that a decade plus of service is 
long enough and dies on its own). The motherboard BIOS date is 
05/15/2003 and the dual CPUs are 3Ghz Xeons with hyperthreading and, 
yes, PAE.

That isn't even the oldest running system here. That honor goes to a 
system currently with CentOS5, a motherboard BIOS date of 03/29/2000, 
384 MBytes of memory, running a Celeron 500 MHz CPU with PAE (also 
facing retirement in the near future).

:)

-- 
Benjamin Franz

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Wrap around to first/last work space

2013-11-23 Thread Wes James
Is there a way to get CentOS 6.4 to wrap from last to first or first to
last workspace when moving with ctl-alt left/right arrow?  I right clicked
on the workspace view at the bottom right and selected Preferences, but
there are now options for that.

Thanks,

-wes
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wrap around to first/last work space

2013-11-23 Thread Yves Bellefeuille
On Saturday 23 November 2013, Wes James compte...@gmail.com wrote:

 Is there a way to get CentOS 6.4 to wrap from last to first or first
 to last workspace when moving with ctl-alt left/right arrow? 

Have you tried compiz?

-- 
Yves Bellefeuille y...@storm.ca
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] EPEL problem

2013-11-23 Thread Phil Dobbin
Hi, all.

I'm trying to install the EPEL repo on a fully up to date CentOS 6.4. 
I'm using wget to download from my usual source but after I install it 
via `sudo rpm -ivh epel-x` it's not actually there in 
`/etc/yum.repos.d`.

Trying to install it again, Yum just tells me it's already installed.

I've no idea where it is installed if it is (which I don't think it is) 
so I'm stumped.

Any help appreciated.

Cheers,

Phil...

-- 
currently (ab)using
Arch Linux, CentOS 6.4, Debian Squeeze  Wheezy, Fedora 19  20, OS X Snow 
Leopard  Tiger, Ubuntu Quantal, Raring  Saucy
GnuGPG Key : http://phildobbin.org/publickey.asc


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wrap around to first/last work space

2013-11-23 Thread Wes James
On Sat, Nov 23, 2013 at 4:50 PM, Yves Bellefeuille y...@storm.ca wrote:

 On Saturday 23 November 2013, Wes James compte...@gmail.com wrote:

  Is there a way to get CentOS 6.4 to wrap from last to first or first
  to last workspace when moving with ctl-alt left/right arrow?

 Have you tried compiz?


No.  I'll look in to that.

Thanks,

-wes
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL problem

2013-11-23 Thread Wes James
On Sat, Nov 23, 2013 at 4:57 PM, Phil Dobbin bukowskis...@gmail.com wrote:

 Hi, all.

 I'm trying to install the EPEL repo on a fully up to date CentOS 6.4.
 I'm using wget to download from my usual source but after I install it
 via `sudo rpm -ivh epel-x` it's not actually there in
 `/etc/yum.repos.d`.

 Trying to install it again, Yum just tells me it's already installed.

 I've no idea where it is installed if it is (which I don't think it is)
 so I'm stumped.

 Any help appreciated.

 Cheers,

 Phil...



What does this say on your system?

yum list epel-*

-wes
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL problem

2013-11-23 Thread Mark LaPierre
On 11/23/2013 06:57 PM, Phil Dobbin wrote:
 Hi, all.
 
 I'm trying to install the EPEL repo on a fully up to date CentOS 6.4. 
 I'm using wget to download from my usual source but after I install it 
 via `sudo rpm -ivh epel-x` it's not actually there in 
 `/etc/yum.repos.d`.
 
 Trying to install it again, Yum just tells me it's already installed.
 
 I've no idea where it is installed if it is (which I don't think it is) 
 so I'm stumped.
 
 Any help appreciated.
 
 Cheers,
 
 Phil...
 

locate epel.repo

-- 
_
   °v°
  /(_)\
   ^ ^  Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EPEL problem

2013-11-23 Thread Mark LaPierre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/23/2013 07:42 PM, Reindl Harald wrote:
 Am 24.11.2013 01:29, schrieb Mark LaPierre:
 On 11/23/2013 06:57 PM, Phil Dobbin wrote:
 I'm trying to install the EPEL repo on a fully up to date
 CentOS 6.4. I'm using wget to download from my usual source but
 after I install it via `sudo rpm -ivh epel-x` it's not
 actually there in `/etc/yum.repos.d`.
 
 Trying to install it again, Yum just tells me it's already
 installed.
 
 I've no idea where it is installed if it is (which I don't
 think it is) so I'm stumped.
 
 Any help appreciated.
 
 Cheers,
 
 Phil...
 
 
 locate epel.repo
 
 does not help before the mlocate cronjob refreshed the database or
 someone with knowledge does it by hand - no magic there
 
 rpm -q --filesbypkg packagename is the one and only correct
 command and if there is no file in /etc/yum.repos.d it is *not*
 installed
 
 [root@openvas:~]$ rpm -q --filesbypkg epel-release epel-release
 /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 epel-release
 /etc/rpm/macros.ghc-srpm epel-release
 /etc/yum.repos.d/epel-testing.repo epel-release
 /etc/yum.repos.d/epel.repo epel-release
 /usr/share/doc/epel-release-6 epel-release
 /usr/share/doc/epel-release-6/GPL
 
 

Good point.

- -- 
_
   °v°
  /(_)\
   ^ ^  Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSkVWIAAoJEOKvcl2cb48H/S8H/R9J2FhVhjhZr61PNYhOOAaL
9k88Oqizg8URXVtB9zs9RCpfwqNRpKRfeEEcLfsriiu6JV9NFhqp+QLZMANcKIDv
OBJ6zdpmIwZoTa8f3o1aSuJ3Zq6u3AioM5j0IonUu1OJLrLMI7d0lOUsVAypT6fH
/jPpCA4Y23LVo+wC1YzSv3ObVMSD/BQXCAYU+mItwwQG16xxyRL7K3B7xbNMhgq8
7qLk0VXTbFWuq6NlpVaynN6r5itsibtZvz0lC6sr84MmR4tTUsohOumLlShBH/01
u0A8xGrbEZpjg0riqJm8oqFIa0amKtGxsk9CAEGQet9+Ed2qG0AdVEdjm4Ub/kk=
=ATPa
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wrap around to first/last work space

2013-11-23 Thread Wes James
On Sat, Nov 23, 2013 at 4:50 PM, Yves Bellefeuille y...@storm.ca wrote:

 On Saturday 23 November 2013, Wes James compte...@gmail.com wrote:

  Is there a way to get CentOS 6.4 to wrap from last to first or first
  to last workspace when moving with ctl-alt left/right arrow?

 Have you tried compiz?


I just tried it in virtualbox and it doesn't seem to work.  I click on
System - Preferences - Desktop Affects.  It begins to start (I can see it
trying to start in the task bar at the bottom), but then it quits with no
message.  I then shutdown and enable 3d/2d accerlation stuff and up the
video memory and start up again and same thing.

-wes
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wrap around to first/last work space

2013-11-23 Thread Yves Bellefeuille
On Saturday 23 November 2013, Wes James compte...@gmail.com wrote:

 I just tried it in virtualbox and it doesn't seem to work.

Virtual Box can be strange with this kind of thing. Is there a reason 
you don't try it on the actual system? It can easily be undone. Or are 
you only running CentOS under Virtual Box?

-- 
Yves Bellefeuille y...@storm.ca
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wrap around to first/last work space

2013-11-23 Thread Wes James
Only CentOS in virtualbox on a mac. I have another box I can work on at
work.  I was trying to get it to work in vb

Thanks,

-wes


On Sat, Nov 23, 2013 at 10:01 PM, Yves Bellefeuille y...@storm.ca wrote:

 On Saturday 23 November 2013, Wes James compte...@gmail.com wrote:

  I just tried it in virtualbox and it doesn't seem to work.

 Virtual Box can be strange with this kind of thing. Is there a reason
 you don't try it on the actual system? It can easily be undone. Or are
 you only running CentOS under Virtual Box?

 --
 Yves Bellefeuille y...@storm.ca
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wrap around to first/last work space

2013-11-23 Thread Yves Bellefeuille
On Sunday 24 November 2013, Wes James compte...@gmail.com wrote:

 Only CentOS in virtualbox on a mac. I have another box I can work on
  at work.  I was trying to get it to work in vb

For what it's worth, I just tried Compiz in Virtual Box (host: CentOS 6 
x64_64, guest: CentOS 6 x86), and it wouldn't work at all. I assume that 
Virtual Box is the problem.

-- 
Yves Bellefeuille y...@storm.ca
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RAM Requirements

2013-11-23 Thread Mark LaPierre
On 11/23/2013 12:35 AM, Mark LaPierre wrote:
 Hey Y'all,
 
 Does anyone know where I can look, please post a URL, where I can find
 out what the minimum system requirements are for CentOS 6.4?
 
 I've searched the CentOS.org web site for this but I've come up empty.
 I've got an old machine that had RH9 on it.  The HD died so I had to
 replace that.  Now I'm thinking that I want to install CentOS 6.4 on it
 but the minimal install disk says that I don't have enough RAM for it to
 do the install.
 

I suppose that I should have asked how much RAM is required to get the
Minimal Install CD to work?

I booted up the Live CD and did the install from there.  The only
problem seemed to be with installing the boot loader.  The Live CD will
not let me boot into rescue mode, and the Minimal Install CD kicks me
out with a message that says there is not enough RAM to install CentOS
on this machine.  That seems strange seeing that it can boot up the Live
CD and do the install from there.  You would think that having the Live
CD system up and running would suck up quite a bit of RAM but still it's
happy to run the install.

I think I could save the install if I could build an new initramfs image
and then install the boot loader along the lines of:
http://wiki.centos.org/TipsAndTricks/CreateNewInitrd

where it says:

Boot in Rescue Mode

Boot from a CentOS installation disc (for example, CD #1 or DVD).

Type linux rescue at the boot: prompt.
Mount all filesystems in read-write mode.

The only CD images I can find for CentOS are the Live CD and Minimal
Install CD neither of which allows me to boot into a rescue session.
Maybe I could use a CentOS 5 boot disk?  Maybe they have a CD image that
will boot into rescue mode.

Anyway, how much RAM does it take to satisfy the Minimal Install CD?

-- 
_
   °v°
  /(_)\
   ^ ^  Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos