[CentOS-announce] CESA-2009:0019-01: Important CentOS 2 i386 hanterm-xf security update

2009-02-02 Thread John Newbigin
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:

RHSA-2009:0019-01 Important: hanterm-xf security update

Files available:
hanterm-xf-2.0.5-5.AS21.2.i386.rpm

More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html

The easy way to make sure you are up to date with all the latest patches
is to run:
# yum update

-- 
John Newbigin
ITS Senior Analyst / Programmer
Faculty of Information and Communication Technologies
Swinburne University of Technology
Melbourne, Australia
http://www.ict.swin.edu.au/staff/jnewbigin
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] CESA-2009:0005-01: Moderate CentOS 2 i386 gnome-vfs security update

2009-02-02 Thread John Newbigin
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:

RHSA-2009:0005-01 Moderate: gnome-vfs security update

Files available:
gnome-vfs-1.0.1-18.2.i386.rpm
gnome-vfs-devel-1.0.1-18.2.i386.rpm

More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html

The easy way to make sure you are up to date with all the latest patches
is to run:
# yum update

-- 
John Newbigin
ITS Senior Analyst / Programmer
Faculty of Information and Communication Technologies
Swinburne University of Technology
Melbourne, Australia
http://www.ict.swin.edu.au/staff/jnewbigin
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-announce] CESA-2009:0001-01: Important CentOS 2 i386 kernel security update

2009-02-02 Thread John Newbigin
The following errata for CentOS-2 have been built and uploaded to the
centos mirror:

RHSA-2009:0001-01 Important: kernel security update

Files available:
kernel-2.4.9-e.74.athlon.rpm
kernel-2.4.9-e.74.i686.rpm
kernel-BOOT-2.4.9-e.74.i386.rpm
kernel-debug-2.4.9-e.74.i686.rpm
kernel-doc-2.4.9-e.74.i386.rpm
kernel-enterprise-2.4.9-e.74.i686.rpm
kernel-headers-2.4.9-e.74.i386.rpm
kernel-smp-2.4.9-e.74.athlon.rpm
kernel-smp-2.4.9-e.74.i686.rpm
kernel-source-2.4.9-e.74.i386.rpm
kernel-summit-2.4.9-e.74.i686.rpm

More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html

The easy way to make sure you are up to date with all the latest patches
is to run:
# yum update

-- 
John Newbigin
ITS Senior Analyst / Programmer
Faculty of Information and Communication Technologies
Swinburne University of Technology
Melbourne, Australia
http://www.ict.swin.edu.au/staff/jnewbigin
___
CentOS-announce mailing list
CentOS-announce@centos.org
http://lists.centos.org/mailman/listinfo/centos-announce


[CentOS-virt] Using the parallel port from domU

2009-02-02 Thread Manuel Wolfshant
Hello

I use xen and I am trying to use the parallel port of Centos 5.2 
host from a Windows XP (HVM) guest. I have tried to transfer control of 
the port by blacklisting lp, parport and parport_pc + adding:
ioports = [ 0378-037a ]
to the xen configuration file.

However, in the presence of this line, xm create replies with:

Error: function takes exactly 4 arguments (3 given)

In xend.log I see:
[2009-02-02 15:36:34 xend.XendDomainInfo 6246] DEBUG 
(XendDomainInfo:1603) XendDomainInfo.destroy: domid=13
[2009-02-02 15:36:34 xend 6246] ERROR (xmlrpclib2:184) function takes 
exactly 4 arguments (3 given)
Traceback (most recent call last):
  File /usr/lib64/python2.4/site-packages/xen/util/xmlrpclib2.py, line 
162, in _marshaled_dispatch
response = self._dispatch(method, params)
  File /usr/lib64/python2.4/SimpleXMLRPCServer.py, line 406, in _dispatch
return func(*params)
  File 
/usr/lib64/python2.4/site-packages/xen/xend/server/XMLRPCServer.py, 
line 64, in domain_create
info = XendDomain.instance().domain_create(config)
  File /usr/lib64/python2.4/site-packages/xen/xend/XendDomain.py, line 
238, in domain_create
dominfo = XendDomainInfo.create(config)
  File /usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py, 
line 205, in create
vm.initDomain()
  File /usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py, 
line 1507, in initDomain
self.createDevices()
  File /usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py, 
line 1716, in createDevices
self.createDevice(n, c)
  File /usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py, 
line 1189, in createDevice
return self.getDeviceController(deviceClass).createDevice(devconfig)
  File 
/usr/lib64/python2.4/site-packages/xen/xend/server/DevController.py, 
line 80, in createDevice
(devid, back, front) = self.getDeviceDetails(config)
  File /usr/lib64/python2.4/site-packages/xen/xend/server/iopif.py, 
line 78, in getDeviceDetails
allow_access = True)
TypeError: function takes exactly 4 arguments (3 given)


Except of a bug from 2007 and which should be fixed for a long time 
(and which is only PARTIALLY included in xen as available in 5.2), I 
have not found anything. I did apply the unapplied part of 
http://bugs.centos.org/file_download.php?file_id=474type=bug but there 
is no change.

Any ideas ?
TIA

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


[CentOS-virt] Xen, Qemu and Intel VT

2009-02-02 Thread Nunzio Losacco
Hi everyone,

I need to use full virtualization on my laptop, running CentOS 5.2 as host.
I installed all I think is needed to run Xen. I am using kernel
2.6.18-128el5.xen as it is needed to recognize my wifi card.
I was not sure my cpu supported Intel VT. A cat /proc/cpuinfo | grep flags
yields this:

flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm
constant_tsc pni monitor ds_cpl vmx smx est tm2 cx16 xtpr lahf_lm

I guess vmx means VT is supported even if, for my T9600 cpu, it is not
officially stated on Intel website (it is up to T9400).

VT is enabled in the BIos.

When I try to add a virtual machine with virt-manager choosing Xen as
hypervisor, the enable kernel/hardware acceleration checkbox is grayed
out. How can I solve this?
Moreover, if I run CentOS on a non-Xen kernel (i.e.: 2.6.18-128el5) I cannot
use xen of course, but if I choose Qemu as hypervisor in virt-manager, the
checkbox is available. How can it be?

Thank you very much for your help,

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


Re: [CentOS-es] web

2009-02-02 Thread Manolo
wilder deza escribió:
 Credenciales a que te refieres con eso?? y supongo la unica base de 
 datos que tengo es la de mysql y a que se puede deber esa 
 desconfiguracion antes normal..
 Guillermo Salas M escribió:
   
 El lun, 02-02-2009 a las 11:56 -0500, wilder deza escribió:
   
 
 I cannot connect to the database because: Access denied for user 
 'root'@'localhost' (using password: NO)
 
   
 El error es generado por la base de datos, no por apache. Verifica que
 las credenciales de acceso a la base de datos sean los correctos.

 Saludos,



   
 


   
El problema parece estar en las credenciales con los que inicias sesion 
contra la BD, no en el virtualHost, mira las paginas que componen tu 
sitio web, por ejemplo en index, y mira como se inicia la sesion en BD.
Por otro lado no tiene creado el grant en mysql para el usuario root 
desde localhost.

deberias crear algo asi:

en la pagina web:
inicio de sesion con usuario_my...@maquina_sesrv_mysql

En mysql un grant para este usuario.

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


Re: [CentOS-es] web

2009-02-02 Thread wilder deza
Gracias a todos se pudo dar solucion al problema, era el sgt la cadena 
de conexion estaba mal el usuarios root estaba sin clave habia que 
agregarle la clave de root. Y eso fue todo, graciela..

Manolo escribió:
 wilder deza escribió:
   
 Credenciales a que te refieres con eso?? y supongo la unica base de 
 datos que tengo es la de mysql y a que se puede deber esa 
 desconfiguracion antes normal..
 Guillermo Salas M escribió:
   
 
 El lun, 02-02-2009 a las 11:56 -0500, wilder deza escribió:
   
 
   
 I cannot connect to the database because: Access denied for user 
 'root'@'localhost' (using password: NO)
 
   
 
 El error es generado por la base de datos, no por apache. Verifica que
 las credenciales de acceso a la base de datos sean los correctos.

 Saludos,



   
 
   
   
 
 El problema parece estar en las credenciales con los que inicias sesion 
 contra la BD, no en el virtualHost, mira las paginas que componen tu 
 sitio web, por ejemplo en index, y mira como se inicia la sesion en BD.
 Por otro lado no tiene creado el grant en mysql para el usuario root 
 desde localhost.

 deberias crear algo asi:

 en la pagina web:
 inicio de sesion con usuario_my...@maquina_sesrv_mysql

 En mysql un grant para este usuario.

 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] OT: Top Posting. Re: error maildrop-2.0.4

2009-02-02 Thread Hardy Beltran Monasterios
El lun, 02-02-2009 a las 11:54 -0200, O. T. Suarez escribió:
 Hola:
 
 No hay necesidad de hacer top posting. De hecho, se agradece que no se
 haga. No es obligatorio por supuesto, la lista es libre, es buena la
 libertad, sera bueno el libertinaje?

No, no es bueno el libertinaje. Algunos pocos de nosotros les pedían a
los nuevos integrantes no hacer top-posting. La lista ha crecido más
rápido y lamentablemente se mucho malas costumbres como el top-posting.

Como siempre seguiré pidiendo a otros no hacer top-posting.

Saludos


Hardy

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


Re: [CentOS-es] DAR (Disk Archiver)

2009-02-02 Thread Xavi Soler
Me autorespondo, se pueden descargar los RPMs de:

http://download.fedora.redhat.com/pub/epel/5/i386/repoview/libdar.html
http://download.fedora.redhat.com/pub/epel/5/i386/repoview/dar.html

El error de compilación era por falta del compiladir de C++, correspondiente
al paquete 'gcc-c++', de todas formas al compilarlo no me encontraba las
librerías para dar soporte a compresión gzip ni bzip2, tampoco para cifrar
las copias. Es por eso que seguí buscando hasta dar con los RPM. Espero que
a alguien le sirva de ayuda la información, todas las pruebas se han hecho
con CentOS 5.2 y funciona perfectamente.


-Mensaje original-
De: centos-es-boun...@centos.org [mailto:centos-es-boun...@centos.org] En
nombre de Xavi Soler
Enviado el: viernes, 23 de enero de 2009 13:30
Para: centos-es@centos.org
Asunto: [CentOS-es] DAR (Disk Archiver)

Hola, me gustaría saber cómo puedo tener 'dar' instalado em mi sistema
Centos 5.2. El programa dar (o Disk Archiver) es un sistema para crear
copias de seguridad con una idea similar a TAR pero mucho más completo:
soporta cifrado, indexado, división, incrementales, diferenciales, etc.

No lo he encontrado en los repositorios oficiales ni en RPMforge. He bajado
el código fuente de la página oficial [1] y al hacer ./configure me sale el
siguiente error:

[r...@pc-41 dar-2.3.8]# ./configure
[...]
[...]
[...]
checking for size_t... (cached) no
configure: error: Cannot find size_t type

Agredecería si alguien sabe donde puedo conseguir un RPM de dar, un
repositorio donde encontrarlo o una forma de solucionar mi problema al
intentar compilarlo por mi mismo.

Muchas gracias.


[1] http://dar.linux.free.fr



___
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] acceso web

2009-02-02 Thread wilder deza
gente una consulta tengo este error en uno de mi servidores virtuales 
que tengo en el servidor web
al poner el link
www.guialogistica.com-- me sale el error lineas abajo

I cannot connect to the database because: Access denied for user 
'root'@'localhost' (using password: NO)

-- 


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


Re: [CentOS-es] error maildrop-2.0.4

2009-02-02 Thread Ing. Ernesto Pérez Estévez
Sergio Villalba wrote:
 Hola a todos,
 
  
 
 Me esta sucediendo este error al compilar maildrop, alguna idea?
 
  
 
 maildrop-2.0.4]#
 
 make[2]: se ingresa al directorio `/usr/local/src/maildrop-2.0.4/maildir'
 
hola, compilar los fuentes es problemático a veces pues después no se 
puede portar la compilación a otro servidor así como las 
actualizaciones/desinstalaciones se complican

por qué no bajas el src.rpm y lo recompilas entonces lo instalas?

http://www.silfreed.net/download/repo/packages/maildrop/

quizá ahi estén resueltas tus dependencias

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


Re: [CentOS-es] error maildrop-2.0.4

2009-02-02 Thread Sergio Villalba
Gracias por vuestras respuestas.

Ya he realizado dos instalaciones en un entorno virtual con vmware para
montar un servidor de correo qmail secundario, la primera instalacion
compile maildrop-2.0 y ahora acabo de instalar el rpm maildrop-2.0, ambos
con el mismo resultado, este error:

@40004986fa35181e04d4 delivery 3: deferral:
/usr/bin/maildrop:_Home_directory_owned_by_wrong_user./
@40004986fa35181e2414 status: local 0/30 remote 0/30

En el servidor de correo principal no tuve ningún problema con la versión
5.0, he seguido los mismos pasos y nada, ya estoy por buscar esta versión,
descargármela y realizar la instalación de nuevo...
 
¿Alguna sugerencia?

Saludos.


-Mensaje original-
De: centos-es-boun...@centos.org [mailto:centos-es-boun...@centos.org] En
nombre de O. T. Suarez
Enviado el: lunes, 02 de febrero de 2009 13:33
Para: centos-es@centos.org
Asunto: Re: [CentOS-es] error maildrop-2.0.4

Hola:

 Me esta sucediendo este error al compilar maildrop, alguna idea?
 maildrop-2.0.4]#
 make[2]: se ingresa al directorio `/usr/local/src/maildrop-2.0.4/maildir'

 hola, compilar los fuentes es problemático a veces pues después no se
 puede portar la compilación a otro servidor así como las
 actualizaciones/desinstalaciones se complican

 por qué no bajas el src.rpm y lo recompilas entonces lo instalas?
 http://www.silfreed.net/download/repo/packages/maildrop/
 quizá ahi estén resueltas tus dependencias

Es cierto que a veces necesitamos un binario con opciones que no
fueron las que tenian la rpm. En ese caso no queda mas remedio que
compilar nuestro propio binario, pero como te sugiere Epe, en vez de
bajar el tgz es preferible bajarse el src.rpm y hacerlo a partir de
ahi.
En principio es mas tedioso, pues tienes que leerte la pagina man y la
documentacion para crear una rpm, pero a la larga es tiempo que
ahorras. Por un lado el binario que instalas de esa manera, queda
dentro del registro de las rpm instaladas con lo que si luego vas a
instalar un paquete que pudiera tener conflicto con ese, ya te avisa
automaticamente. Puedes actualizarlo/eliminarlo mediante el comando
rpm. Y un detalle importante, cada sistema tiene sus peculiariadades.
Cuando descargas un fichero src.rpm, el codigo fuente esta modificado
para que compile en tu sistema, no asi necesariamente el codigo del
tgz que bajastes del sitio original. El autor del tgz pudiera haber
utilizado un compilador u opciones no presentes en CentOS, que sin
embargo, el src.rpm ya las tiene corregidas o al menos declaradas como
dependencias que te muestra instalar (o el propio rpmbuild).
Saludos
Osvaldo
___
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] error maildrop-2.0.4

2009-02-02 Thread O. T. Suarez
Hola:

No hay necesidad de hacer top posting. De hecho, se agradece que no se
haga. No es obligatorio por supuesto, la lista es libre, es buena la
libertad, sera bueno el libertinaje?

On Mon, Feb 2, 2009 at 11:32 AM, Sergio Villalba
listas-li...@cherrytel.com wrote:
 No es un error de compilación, es un error del maildrop cuando intenta mover
 los correos con qmail y vpopmail.
Es un error de permisos. El maildrop asume el uid/gid del usuario al
cual va a dirigido el mail, en este caso, esta siendo invocado
incorrectamente.
Yo revisaria la configuracion del maildrop y los permisos en los
maildirs (el directorio y sus subdirectorios).
Saludos
Osvaldo
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] web

2009-02-02 Thread Hardy Beltran Monasterios
El lun, 02-02-2009 a las 14:38 -0500, wilder deza escribió:
 Gracias a todos se pudo dar solucion al problema, era el sgt la cadena 
 de conexion estaba mal el usuarios root estaba sin clave habia que 
 agregarle la clave de root. Y eso fue todo, graciela..

Por favor ya se ha dicho antes y muchas veces. No hagas top-posting.

Y sobre tu tema, no es buena idea que root sea la cuenta que tus
aplicaciones usen para hacer operaciones a la base de datos. El DBA
(root) es para cosas administrativas.

Mejor lee mas sobre GRANT/REVOQUE y crea una cuenta de usuario en MySQL
para tus aplicaciones. El manual de MySQL en su sitio oficial es
bastante amplio sobre el asunto.

Te agradeceré mucho por no hacer top-posting, así mantenemos nuestra
querida lista ordenada y entendible.


Hardy Beltran Monasterios
La Paz, Bolivia


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


Re: [CentOS-es] error maildrop-2.0.4

2009-02-02 Thread O. T. Suarez
Hola:

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

tomado de http://en.wikipedia.org/wiki/Posting_style


 Ya he realizado dos instalaciones en un entorno virtual con vmware para
 montar un servidor de correo qmail secundario, la primera instalacion
 compile maildrop-2.0 y ahora acabo de instalar el rpm maildrop-2.0, ambos
 con el mismo resultado, este error:

El primer post se referia a estos errores:

maildirsearch.h:97: error: ISO C++ forbids declaration of 'vector' with no type
maildirsearch.h:97: error: invalid use of '::'
maildirsearch.h:97: error: expected ';' before '' token

A veces, es un problema con el compilador
(http://osdir.com/ml/mail.maildrop/2006-07/msg00028.html)
seleccionado. Revisando en tu primer mail, veo que tenias el c++
instalado asi que no debiera ser eso entonces.

 @40004986fa35181e04d4 delivery 3: deferral:
 /usr/bin/maildrop:_Home_directory_owned_by_wrong_user./
 @40004986fa35181e2414 status: local 0/30 remote 0/30

Ese es un error de compilacion?

 ¿Alguna sugerencia?

En  google veo que hay bastantes resultados con ese error, parece ser
bastante comun:
http://www.google.com/search?q=maildrop+Home+directory+owned+by+wrong+user

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


Re: [CentOS-es] error maildrop-2.0.4

2009-02-02 Thread Sergio Villalba
No es un error de compilación, es un error del maildrop cuando intenta mover
los correos con qmail y vpopmail.

Gracias por tu respuesta, estoy realizando otra instalación con la versión
4.1.

Saludos.

-Mensaje original-
De: centos-es-boun...@centos.org [mailto:centos-es-boun...@centos.org] En
nombre de O. T. Suarez
Enviado el: lunes, 02 de febrero de 2009 14:15
Para: centos-es@centos.org
Asunto: Re: [CentOS-es] error maildrop-2.0.4

Hola:

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

tomado de http://en.wikipedia.org/wiki/Posting_style


 Ya he realizado dos instalaciones en un entorno virtual con vmware para
 montar un servidor de correo qmail secundario, la primera instalacion
 compile maildrop-2.0 y ahora acabo de instalar el rpm maildrop-2.0, ambos
 con el mismo resultado, este error:

El primer post se referia a estos errores:

maildirsearch.h:97: error: ISO C++ forbids declaration of 'vector' with no
type
maildirsearch.h:97: error: invalid use of '::'
maildirsearch.h:97: error: expected ';' before '' token

A veces, es un problema con el compilador
(http://osdir.com/ml/mail.maildrop/2006-07/msg00028.html)
seleccionado. Revisando en tu primer mail, veo que tenias el c++
instalado asi que no debiera ser eso entonces.

 @40004986fa35181e04d4 delivery 3: deferral:
 /usr/bin/maildrop:_Home_directory_owned_by_wrong_user./
 @40004986fa35181e2414 status: local 0/30 remote 0/30

Ese es un error de compilacion?

 ¿Alguna sugerencia?

En  google veo que hay bastantes resultados con ese error, parece ser
bastante comun:
http://www.google.com/search?q=maildrop+Home+directory+owned+by+wrong+user

Saludos
Osvaldo
___
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] boot problem with centos

2009-02-02 Thread fabian dacunha

Dear All,


I have a Centos 5.2 server used as a squid proxy server for quite sometime
and was workin fine

after a power failure the system refused to boot

i jus see the grub boot load screen n then hangs

so using the space bar n with the arrow keys i selected my earlier kernel
and it booted fine

i think that the latest kernel file i have that
isvmlinuz-2.6.18-92.1.17.el5xen is corrupted.

how could i restore it back

will yum upgrade solve the problem


appreciate ur help


regards

fabian






-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: [CentOS] boot problem with centos

2009-02-02 Thread Peter Kjellstrom
On Monday 02 February 2009, fabian dacunha wrote:
...
 i think that the latest kernel file i have that
 isvmlinuz-2.6.18-92.1.17.el5xen is corrupted.

 how could i restore it back

 will yum upgrade solve the problem

Not sure it will fix it but it will install the .22 kernel (newer) and unless 
that one has the same problem as your current you should be good.

/Peter


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] OT: procmail recipe question

2009-02-02 Thread James Pifer
I'm trying to use procmail and I'm having trouble getting it to set some
headers. I have one mailing list that sets Newsgroups: in the header
and I want to remove it. I have the following test recipe:

:0
* ^Subject:.*\testing
* ^(Mime-Version:|Content-)
| formail -IMime-Version: -IContent-

If I understand it correctly, it should remove the Mime-Verion and
Content headers.

The recipe gets matched but then doesn't deliver correctly:

procmail: Match on ^Subject:.*\testing
procmail: Match on ^(Mime-Version:|Content-)
procmail: Executing formail,-IMime-Version:,-IContent-
procmail: Assigning LASTFOLDER=formail -IMime-Version: -IContent-
procmail: Notified comsat: test@:/home/jep/formail -IMime-Version: -IContent-
From j...@obrien-pifer.com  Mon Feb  2 11:43:03 2009
 Subject: testing
  Folder: formail -IMime-Version: -IContent-   1010


It looks like it's trying to put it in a folder starting with formail. I
tried putting the mail file on the next line (/var/mail/test), which is
the same way I do it on my kid's procmailrc's, but it seems to ignore
it. Where does procmail get the LASTFOLDER thing from?

Anyone know what I'm doing wrong?

Thanks,
James



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


Re: [CentOS] OT: procmail recipe question

2009-02-02 Thread Paul Bijnens
On 2009-02-02 16:45, James Pifer wrote:
 I'm trying to use procmail and I'm having trouble getting it to set some
 headers. I have one mailing list that sets Newsgroups: in the header
 and I want to remove it. I have the following test recipe:
 
 :0
 * ^Subject:.*\testing
 * ^(Mime-Version:|Content-)
 | formail -IMime-Version: -IContent-
 
 If I understand it correctly, it should remove the Mime-Verion and
 Content headers.
 
 The recipe gets matched but then doesn't deliver correctly:
 
 procmail: Match on ^Subject:.*\testing
 procmail: Match on ^(Mime-Version:|Content-)
 procmail: Executing formail,-IMime-Version:,-IContent-
 procmail: Assigning LASTFOLDER=formail -IMime-Version: -IContent-
 procmail: Notified comsat: test@:/home/jep/formail -IMime-Version: 
 -IContent-
From j...@obrien-pifer.com  Mon Feb  2 11:43:03 2009
  Subject: testing
   Folder: formail -IMime-Version: -IContent-   
 1010
 
 
 It looks like it's trying to put it in a folder starting with formail. I
 tried putting the mail file on the next line (/var/mail/test), which is
 the same way I do it on my kid's procmailrc's, but it seems to ignore
 it. Where does procmail get the LASTFOLDER thing from?
 
 Anyone know what I'm doing wrong?


Add the f flag to your recipe, to indicate the receipt is a filter,
and not a destination.

  :0 f
  ...rest or recipe...

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


Re: [CentOS] OT: procmail recipe question

2009-02-02 Thread James Pifer
Thanks, that worked. 

James

On Mon, 2009-02-02 at 16:55 +0100, Paul Bijnens wrote:
 On 2009-02-02 16:45, James Pifer wrote:
  I'm trying to use procmail and I'm having trouble getting it to set some
  headers. I have one mailing list that sets Newsgroups: in the header
  and I want to remove it. I have the following test recipe:
  
  :0
  * ^Subject:.*\testing
  * ^(Mime-Version:|Content-)
  | formail -IMime-Version: -IContent-
  
  If I understand it correctly, it should remove the Mime-Verion and
  Content headers.
  
  The recipe gets matched but then doesn't deliver correctly:
  
  procmail: Match on ^Subject:.*\testing
  procmail: Match on ^(Mime-Version:|Content-)
  procmail: Executing formail,-IMime-Version:,-IContent-
  procmail: Assigning LASTFOLDER=formail -IMime-Version: -IContent-
  procmail: Notified comsat: test@:/home/jep/formail -IMime-Version: 
  -IContent-
 From j...@obrien-pifer.com  Mon Feb  2 11:43:03 2009
   Subject: testing
Folder: formail -IMime-Version: -IContent-   
  1010
  
  
  It looks like it's trying to put it in a folder starting with formail. I
  tried putting the mail file on the next line (/var/mail/test), which is
  the same way I do it on my kid's procmailrc's, but it seems to ignore
  it. Where does procmail get the LASTFOLDER thing from?
  
  Anyone know what I'm doing wrong?
 
 
 Add the f flag to your recipe, to indicate the receipt is a filter,
 and not a destination.
 
   :0 f
   ...rest or recipe...
 

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


Re: [CentOS] Emergency rescue help needed

2009-02-02 Thread Les Mikesell
Sorin Srbu wrote:

 Marking words: used to be best? Which is the best now then? APC is
 apparantely not an option as they suck bigtime IMO, so what's? Powerware and
 APC are the two biggest and most wellknown UPS-manufacturers I know of.
 APC does make a full line of units.  Perhaps you aren't buying the right
 ones if they aren't serving you well.
 
 I've been buying from the Smart-UPS and Back-UPS range. Those should be ok, 
 shouldn't they?

That depends on how important it is to never fail.  If it is extremely 
important, you might want something with redundant components like the 
Symmetra line.  These are designed to keep working with some failed 
components and to allow you to replace parts with the equipment on 
bypass but still running.

  All in all about a handfull of them. They're quite pricey... 90%
 of them suffered some kind of a circuit board failure. Not what you'd usually 
 expect from a UPS, rather you'd expect the battery to give up first. I bought 
 them over a few years, so it shouldn't be a bad batch or something like that.

You might blame one or two on bad components, but this sounds like 
something is wrong with the input power at your location.  I assume they 
are lasting at least through the 2 year warranty period.  We have at 
least a few dozen of them and haven't noticed any pattern of problems 
other than aging batteries.  Are you tracking the in/out power levels on 
the smart units to see what they have to deal with?

-- 
   Les Mikesell
lesmikes...@gmail.com

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


Re: [CentOS] Redistributing CentOS

2009-02-02 Thread fred smith
On Mon, Feb 02, 2009 at 11:52:05AM +, James Bensley wrote:
 Hey Listees,
 
 Just a quick question. I hope this isn't received incorrectly by
 everyone as I do mean the best for the CentOS project;
 
 I am wondering if it would be frowned upon to upload CentOS to my
 RapidShare account. I understand I can freely distribute CentOS but to
 what extent? In its simplest form I only really want to upload CentOS
 5.2 to my RapidShare account for speed.

but keep in mind that it (or most if not all of it) is GPL, so you
must also make the sources avaialble, either at the same time/place,
or an offer to make available at a later time/place upon request.

 
 I had to download it twice this weekend at two difference remote sites
 and sometimes the mirror was a bit slow. Generally they are quite fast
 but I mean with RapidShare I can get 50Mbps compared to normal
 6-10Mbps from some mirrors. I understand it depends on the line I am
 downloading from and the load on the mirror etc but because fools like
 myself and many others have paid RapidShare accounts we can download
 things super quick with a vary reliable supplier.
 
 I am wondering why I can't find CentOS on there already as that was
 the first place I looked hoping I could download the DVD install
 straight from there in 20 minutes?
 
 Is it because this is either frowned upon or just straight up wrong?
 
 Does anyone have any suggestions about the right way to go with this?
 
 Thanks for reading people.
 
 Regards,
 James ;)
 
 -BEGIN GEEK CODE BLOCK-
   Version: 3.1
 GIT/MU/U dpu s: a-- C++$ U+ L++ B- P+ E? W+++$ N K W++ O M++$ V-
 PS+++ PE++ Y+ PGP t 5 X+ R- tv+ b+ DI D+++ G+ e(+) h--(++) r++ z++
 --END GEEK CODE BLOCK--
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

-- 
---
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
 --Roger Ebert, December, 1996
- The Boulder Pledge -


pgp63kcQ6V2ZV.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Automounter issue

2009-02-02 Thread nate
david.mackint...@xdroop.com wrote:
 Anyone seen this before?

 I have a number of file systems nfs mounted onto clients running
 various versions of CentOS (and Upstream), although mostly they are
 v5.x flavors. =20

 The server is a Network Appliance filer.

 When the build process for this team runs, it sometimes dies because
 it can't find files in the automounter tree; if the engineer checks,
 he sometimes sees a problem, and sometimes doesn't; for example:

 [pdbu...@build-c5u1: ~] ll /tools/vault/kernels
 ls: /tools/vault/kernels: No such file or directory
 [pdbu...@build-c5u1: ~] ll /tools/vault/kernels
 total 152K

Any errors in syslog ? At my company we run automunter as well
mostly on CentOS 4.x, and RHEL 4.x, though some newer systems are
on 5.x. The only time I get that kind of error is if a firewall
is blocking the connections, and there is always an error in syslog
saying that it couldn't connect to the NAS.

e.g.

Jan 22 02:52:24 pd1-cas01 automount[32591]:  mount: mount to NFS server
'exnas' failed: timed out (giving up).
Jan 22 02:58:42 pd1-cas01 automount[23530]:  mount: backgrounding
exnas:/exavol/system_logs/syslogs

How many systems do you have mounting the NetApp? Here we are migrating
from a BlueArc based system to an Exanet based system, NetApp's
architecture limits it's performance too much for our needs(and price
point). Maybe with OnTap 8.0 with the integration of GX stuff it
will be better.

nate


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


Re: [CentOS] Automounter issue

2009-02-02 Thread nate
david.mackint...@xdroop.com wrote:

 I'm guessing that I need some magic on the automounter configuration to
 change this behavior, can anyone point me in the right direction?

Also what mount options are you using? I'm sure the ones that
NetApp suggests.

These are what Exanet suggests for their product which we use:
-rw,bg,hard,intr,tcp,vers=3,timeo=2,retrans=10,rsize=32768,wsize=32768

These are what we use for BlueArc(I asume what they suggested at
the time the system is very old and was installed years before I got
here):
-rw,proto=tcp,vers=3,rsize=32768,wsize=32768,timeo=600,hard,intr,bg

nate


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


Re: [CentOS] /etc/X11/xorg.conf question

2009-02-02 Thread Paul Johnson
On Fri, Jan 30, 2009 at 8:23 AM, Lanny Marcus lmmailingli...@gmail.com wrote:
 If I use system-config-display or system-config-display --reconfig
 although I get a message that I need to log out of GNOME, to have the
 new file written, for new Display Resolution, logging out or
 restarting the box does not result in the new settings for the Display
 taking hold. Sometimes, the number of colors is updated, but *never*
 the Resolution. Below is my xorg.conf file.  What do I need to include
 in xorg.conf for the resolution to be 1280 x 1024 instead of the
 current 1600 x 1200? Display is a Dell M991 and the Video Card is
 shown as Nvidia NV11 (GeForce2 MX/MX400).  CentOS 5.2 (32 bit) fully
 updated.   TIA!


The nv driver is not very good. From  your writeup, it is not
apparent if you ever get the resolution you want.  If it never works,
I suspect you are up against the limitations of nv itself.  On my
systems, it is really really limited, plus there is no 3D support.
If you are willing to use the proprietary (but free of cost) Nvidia
driver (http://www.nvidia.com), you will likely be happier.  It
includes a GUI settings thing called nvidia-settings and it also
supports xrandr.

The nvidia driver has a long README file and in my experience it is
one of the better manuals for no-cost software.

I have *not* found an up to date RPM for the nvidia driver for Centos,
and so it appears to me the only feasible route is to run the script
installer on www.nvidia.com.  That's bad because it steps on some
files you might want back later.  One main purpose of rpm.livna.org
was to keep up to date on the rpms for nvidia, but it appears to me
that the transition to the rpmfusion network has let some things fall
through.  Last I checked, rpmfusion was a few editions behind on the
nvidia driver, even for Fedora linux, and they were never very
interested in helping Centos/RedHat.   (I keep thinking I built an
nvidia RPM myself, but I can't find it today).

However you install it, that nvidia comes with a program
'nvidia-settings' and that helps quite a bit to see what you are up
against. It is like system-config-display, sorta, except that it does
not look like crap and it actually lets you see settings and
information on the system.

I've not had the trouble you report that system-config-display refuses
to do anything while logged in, incidentally, but that is pretty easy
to fix.  You can google for boot into runlevel 3 or other ways of
getting to a virtual terminal after turning off the X display (in
the old days, it was /sbin/telinit 3 as root would close X entirely.
Maybe Alt-Control-F2 (any F1 through F7 is OK on Centos).

You may not need to do any fancy customization to get nvidia to work.
Just change the xorg.conf to replace nv with nvidia.  nvidia
requires a kernel module, and that has to be rebuilt when the kernel
is updated.  On the Fedora systems here, I think the dkms framework is
used to automatically build that kernel module when a new kernel
starts.


Right now I'm using an Ubuntu machine (because RedHat/Centos lag too
far behind the software curve for me to do my development work), but i
believe the xorg.conf I'm attaching would work on a Centos system that
has the nvidia driver.  I want a resolution of 1400x1050, which I can
get with the windows nvidia driver on the same laptop, so I know it is
possible.  However,  that mode is lacking from the linux side.  So it
is necessary for me to stop the card from guessing EDID frequencies of
the laptop display, and I have to create modelines that allow the card
to show the resolution I want.

If you keep fiddling with settings and you find your resolution is
always stuck where you do not want it, then it means that your video
card is looking at the EDID frequencies of your display and refusing
to send the signal you want.

Sorry, didn't mean to start writing a book.  I've wrestled with these
so long that it is starting to seem like i should make a career out of
it.

pj









 # Xorg configuration created by system-config-display

 Section ServerLayout
Identifier single head configuration
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
 EndSection

 Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option  XkbModel pc105
Option  XkbLayout us
 EndSection

 Section Device
Identifier  Videocard0
Driver  nv
 EndSection

 Section Screen
Identifier Screen0
Device Videocard0
DefaultDepth 16
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
SubSection Display
Viewport   0 0
Depth 16
Modes1600x1200 1600x1024 1440x900 1400x1050 
 1280x1024
 1280x1024 1280x960 1280x960 1280x800 1280x800 1152x864
 1152x864 1152x768 1152x768 1024x768 1024x768 800x600
 800x600 640x480 640x480
EndSubSection
 EndSection
 

Re: [CentOS] Automounter issue

2009-02-02 Thread James Pearson
david.mackint...@xdroop.com wrote:
 Anyone seen this before?
 
 I have a number of file systems nfs mounted onto clients running
 various versions of CentOS (and Upstream), although mostly they are
 v5.x flavors. =20
 
 The server is a Network Appliance filer.
 
 When the build process for this team runs, it sometimes dies because
 it can't find files in the automounter tree; if the engineer checks,
 he sometimes sees a problem, and sometimes doesn't; for example:
 
 [pdbu...@build-c5u1: ~] ll /tools/vault/kernels
 ls: /tools/vault/kernels: No such file or directory
 [pdbu...@build-c5u1: ~] ll /tools/vault/kernels
 total 152K
 drwxr-xr-x  4 pdbuild everyone 4.0K Aug  7  2007 2.4.21-40.EL.CUSTOM.01smp/
 ...
 drwxr-xr-x  7 pdbuild everyone 4.0K Oct 16  2007 2.6.18-xen/
 [pdbu...@build-c5u1: ~] df  /tools/vault/kernels
 FilesystemSize  Used Avail Use% Mounted on
 nas02:/vol/tools/vault
   779G  655G  124G  85% /tools/vault
 
 Now I've seen this before where some processes don't wait for the automounter
 to do its thing before continuing; they just report fail and move on
 to the failure handling.

What sort of map is being used for this mount point? i.e. what is the 
contents of your /etc/auto.master ?

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


Re: [CentOS] Automounter issue

2009-02-02 Thread John

 -Original Message-
 From: centos-boun...@centos.org 
 [mailto:centos-boun...@centos.org] On Behalf Of James Pearson
 Sent: Monday, February 02, 2009 12:54 PM
 To: CentOS mailing list
 Subject: Re: [CentOS] Automounter issue
 
 david.mackint...@xdroop.com wrote:
  Anyone seen this before?
  
  I have a number of file systems nfs mounted onto clients running
  various versions of CentOS (and Upstream), although mostly they are
  v5.x flavors. =20
  
  The server is a Network Appliance filer.
  
  When the build process for this team runs, it sometimes dies because
  it can't find files in the automounter tree; if the engineer checks,
  he sometimes sees a problem, and sometimes doesn't; for example:
  
  [pdbu...@build-c5u1: ~] ll /tools/vault/kernels
  ls: /tools/vault/kernels: No such file or directory
  [pdbu...@build-c5u1: ~] ll /tools/vault/kernels
  total 152K
  drwxr-xr-x  4 pdbuild everyone 4.0K Aug  7  2007 
 2.4.21-40.EL.CUSTOM.01smp/
  ...
  drwxr-xr-x  7 pdbuild everyone 4.0K Oct 16  2007 2.6.18-xen/
  [pdbu...@build-c5u1: ~] df  /tools/vault/kernels
  FilesystemSize  Used Avail Use% Mounted on
  nas02:/vol/tools/vault
779G  655G  124G  85% /tools/vault
  
  Now I've seen this before where some processes don't wait 
 for the automounter
  to do its thing before continuing; they just report fail 
 and move on
  to the failure handling.
 
 What sort of map is being used for this mount point? i.e. what is the 
 contents of your /etc/auto.master ?
 
 James Pearson


I have however have come to the conclusion that it is Automount itself
causing this problem. I also have this problem with mounting Samba Shares.
The whole client machine would lock up or either have the same error your
getting. After a few hours of trying different settings I finally went to
mounting the shares at boot time. My question would be is there certain
settings that automount supports for auto.master for cifs and nfs verses the
running Kernel.

JohnStanley

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


Re: [CentOS] Automounter issue

2009-02-02 Thread David . Mackintosh
Picking up a couple of outstanding questions:

On Mon, Feb 02, 2009 at 05:53:59PM +, James Pearson wrote:
 
 What sort of map is being used for this mount point? i.e. what is the 
 contents of your /etc/auto.master ?

# ypcat -k auto.master | grep tools
/tools auto.tools   
-hard,bg,nfsvers=3,tcp,intr,rsize=32786,wsize=32768,nosuid

There's nothing in the messages file; I am now sending *.debug to my
syslog host to see if anything interesting shows up.

Nate asked how many clients are mounting; around 300 systems have the
automounter map, but only 30-50 nodes can be expected to be actually
using it.  

Closer inspection reveals that the two systems which are having the
problem the most are both v5u1.  I'm starting to suspect that the
root cause is an automounter issue in 5u1.

-- 
 /\oo/\
/ /()\ \ David Mackintosh | 
 d...@xdroop.com  | http://www.xdroop.com


pgpblOJlcpxBc.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Update glibc-common does not work

2009-02-02 Thread Timothy Kesten
Hi Folks,

using XCentOS 5.
Try an update (i.e. glibc)

Get some error messages

0:14:14 : Failure getting 
http://centosb2.centos.org/centos/5.2/updates/i386/RPMS/glibc-common-2.5-24.el5_2.2.i386.rpm:
 
20:14:14 :   -- [Errno 4] Socket Error: timed out
20:14:14 : Trying other mirror.
20:16:37 : Failure getting 
http://centosk.centos.org/centos/5.2/updates/i386/RPMS/glibc-common-2.5-24.el5_2.2.i386.rpm:
 
20:16:37 :   -- [Errno -1] Package does not match intended download
20:16:37 : Trying other mirror.
20:16:37 : Failure getting 
http://centosq.centos.org/centos/5.2/updates/i386/RPMS/glibc-common-2.5-24.el5_2.2.i386.rpm:
 
20:16:37 :   -- [Errno 9] Requested Range Not Satisfiable

or

Fehler beim Herunterladen der Pakete:
  glibc-common - 2.5-24.el5_2.2.i386: failure: 
RPMS/glibc-common-2.5-24.el5_2.2.i386.rpm from updates: [Errno 256] No more 
mirrors to try.

What happens here?

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


Re: [CentOS] Automounter issue

2009-02-02 Thread John

 -Original Message-
 From: centos-boun...@centos.org 
 [mailto:centos-boun...@centos.org] On Behalf Of 
 david.mackint...@xdroop.com
 Sent: Monday, February 02, 2009 2:15 PM
 To: CentOS mailing list
 Subject: Re: [CentOS] Automounter issue
 
 Picking up a couple of outstanding questions:
 
 On Mon, Feb 02, 2009 at 05:53:59PM +, James Pearson wrote:
  
  What sort of map is being used for this mount point? i.e. 
 what is the 
  contents of your /etc/auto.master ?
 
 # ypcat -k auto.master | grep tools
 /tools auto.tools   
 -hard,bg,nfsvers=3,tcp,intr,rsize=32786,wsize=32768,nosuid
 
 There's nothing in the messages file; I am now sending *.debug to my
 syslog host to see if anything interesting shows up.
 
 Nate asked how many clients are mounting; around 300 systems have the
 automounter map, but only 30-50 nodes can be expected to be actually
 using it.  
 
 Closer inspection reveals that the two systems which are having the
 problem the most are both v5u1.  I'm starting to suspect that the
 root cause is an automounter issue in 5u1.
--
Very Odd Indeed. I was also running 5.1 at that time also...Hmm maybe I'll
give it a whirl on the latest of 5.2

JohnStanley

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


Re: [CentOS] Update glibc-common does not work

2009-02-02 Thread Kai Schaetzl
Timothy Kesten wrote on Mon, 2 Feb 2009 20:19:32 +0100:

 What happens here?

you/yum seem to have no internet connection. Use yum debug mode.
Try wget http://centosb2.centos.org/centos/5.2/updates/i386/RPMS/glibc-
common-2.5-24.el5_2.2.i386.rpm if it produces the same result.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] Update glibc-common does not work

2009-02-02 Thread Timothy Kesten
Am Monday 02 February 2009 21:31:23 schrieb Kai Schaetzl:
 Timothy Kesten wrote on Mon, 2 Feb 2009 20:19:32 +0100:
  What happens here?

 you/yum seem to have no internet connection. Use yum debug mode.
 Try wget http://centosb2.centos.org/centos/5.2/updates/i386/RPMS/glibc-
 common-2.5-24.el5_2.2.i386.rpm if it produces the same result.


Thx

with wget ... it works.

Internet-connection was available. Other updates worked perfect with yum(ex).

Don't know why not with glibc-common.

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


Re: [CentOS] Emergency rescue help needed

2009-02-02 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of
Les Mikesell
Sent: Monday, February 02, 2009 2:35 PM
To: CentOS mailing list
Subject: Re: [CentOS] Emergency rescue help needed

 Marking words: used to be best? Which is the best now then? APC is
 apparantely not an option as they suck bigtime IMO, so what's? Powerware and
 APC are the two biggest and most wellknown UPS-manufacturers I know of.

APC does make a full line of units.  Perhaps you aren't buying the right
ones if they aren't serving you well.

I've been buying from the Smart-UPS and Back-UPS range. Those should be ok, 
shouldn't they? All in all about a handfull of them. They're quite pricey... 
90% 
of them suffered some kind of a circuit board failure. Not what you'd usually 
expect from a UPS, rather you'd expect the battery to give up first. I bought 
them over a few years, so it shouldn't be a bad batch or something like that.

To APC's honour, I must say their support helped me quite a bit to get this 
working by sending me new cables to test with and at one occasion two brand new 
batteries free of charge. Unfortunately that didn't help...

I wasn't too happy with the experience anyway, so I tried Eatons Powerware's 
5xxx-series, which has worked w/o hitches ever since.



smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] unsubscribe

2009-02-02 Thread Spiro Harvey
 No footer. Perhaps it is just a setting on the mailing list that I
 disabled?
 X-Mailer: Microsoft Office Outlook 11

Here's your problem. :)

Microsoft do things their own way and assume that's how everybody likes
it. Inevitably, all their users have to conform, because they don't
have any other option.

If you're in a corporate environment and can't choose your own
software, then I recommend using some kind of webmail client -- but not
Hotmail.


-- 
Spiro Harvey  Knossos Networks Ltd
021-295-1923www.knossos.net.nz


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


Re: [CentOS] unsubscribe

2009-02-02 Thread Joseph L. Casale
Here's your problem. :)

Microsoft do things their own way and assume that's how everybody likes
it. 

That's funny, I am using OL as well, and I don't have a problem with
headers/footers or Microsoft trying to tell me to do anything? In fact
I have no problem with any of our MS infrastructure.

Obviously *y*mmv...
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] boot problem with centos

2009-02-02 Thread RobertH
 

 
 I have a Centos 5.2 server used as a squid proxy server for 
 quite sometime and was workin fine
 
 after a power failure the system refused to boot
 
 i jus see the grub boot load screen n then hangs
 
 so using the space bar n with the arrow keys i selected my 
 earlier kernel and it booted fine
 
 i think that the latest kernel file i have that 
 isvmlinuz-2.6.18-92.1.17.el5xen is corrupted.
 
 how could i restore it back
 
 will yum upgrade solve the problem
 
 
 appreciate ur help
 
 
 regards
 
 fabian

fabian,

if you installed from rpm - you could do this

rpm -qa | grep kernel

then whatever it puts out remove the bad one with

yum remove whateverkernel

then reboot and yum update to that kernel again

if it is hand rolled and installed, i dont have the info for you and you
should know how to do that yourself

 - rh

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


Re: [CentOS] squid stops working several times a day

2009-02-02 Thread John Doe
From: Alexander Farber alexander.far...@gmail.com
 [r...@ablprx01 squid]# rpm -qa|grep -i squid
 squid-2.6.STABLE6-5.el5_1.3

Sadly, CentOS squid packages are quite old.
Squid recent releases are: 2.7.STABLE5 and 3.0.STABLE12...
Latest 2.6 is STABLE22

 I've checked /var/log/messages and also
 /var/log/squid/* but don't see any warning there.

The last lines to the log files would be helpful.

Try also the squid mailing list...
But they are going to tell you your version is very old and you should compile 
the latest stable...

JD


  

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


Re: [CentOS] Port Forwarding

2009-02-02 Thread Thom Paine
The other issue we are having is that I need to run LDAP on that
server for syncing address books to send email with. So not only do I
need mail and LDAP, but I need ssl and authentication and
certificates.

I do have another box here that I had planned on using for the
forwarding taks, I suppose that I could set it up to accept mail and
forward to the main server. The main server could still use the smtp
smarthost as the outbound default mailer and go out the second
server's connection?

I guess what I really need is a Cisco 515 router. I should have
thought of that a while ago.

On Sat, Jan 31, 2009 at 2:25 PM, John jse...@gmail.com wrote:
 -Original Message-
 From: centos-boun...@centos.org
 [mailto:centos-boun...@centos.org] On Behalf Of Les Mikesell
 Sent: Saturday, January 31, 2009 12:57 PM
 To: CentOS mailing list
 Subject: Re: [CentOS] Port Forwarding

 Thom Paine wrote:
 
  It doesn't necessarily make sense. This entire project doesn't make
  sense. The issue is that we are sending confidential patient records
  through a private network.
 
  Instead of using something like PKI encryption (like I use at the
  police station where I also work), this business model decided that
  all mail should be sent out their private network. Then
 they can check
  if the receiver should be receiving email in the first place. They
  originally wanted to take control of my mail server, and I
 would pick
  mail up from them for all my users and I said no to that. We are
  retaining control of our network, and mail server and relaying all
  outbound mail out this new connection. Incoming mail will
 transfer as
  normal from all sources except from this private network which could
  have confidential patient records, and it needs to come in this new
  connection from an authenticated mail server to my box.

 If this is just for mail, why not run another instance of sendmail to
 accept and forward between connections so you get logging and
 a little
 more control of what is forwarded?  If you want fairly
 complete control
 you can run something like MimeDefang as a milter and examine
 it any way
 you want before accepting.  You could run this instance on a
 different
 host or bind it to a different IP address and/or port and perhaps
 require an ssl connection with authentication to connect.
 -
 At one facility I work at we have two Exchange servers. One of them is on
 site and the other is remote hosted.
 On site mail server accepts ssl and authenticated connections from subnet A
 and B (two separate facilities). Actually subnet B is wireless then forwards
 smtp to remote server. Both servers sync with smtp and POP3. Basically the
 onsite server is a exchange archive server.

 Your better off setting up another sendmail server for fowarding and
 connection handling than going through you Elbow to get to your A$$ if you
 get what I mean. I tried that route your trying to do.

 The reason why they give you only info on Exchange is because it is more
 reconized in healthcare settings than an open source mail server. Novell
 would be next up on the list. OpenVistA is the only known Open Source
 server application that is widely accepted in the health care community and
 that you can have Certified.

 JohnStanley

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




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


Re: [CentOS] Emergency rescue help needed

2009-02-02 Thread Les Mikesell
Sorin Srbu wrote:

 
 Marking words: used to be best? Which is the best now then? APC is
 apparantely not an option as they suck bigtime IMO, so what's? Powerware and
 APC are the two biggest and most wellknown UPS-manufacturers I know of.

APC does make a full line of units.  Perhaps you aren't buying the right 
ones if they aren't serving you well.

-- 
   Les Mikesell
lesmikes...@gmail.com

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


Re: [CentOS] Port Forwarding

2009-02-02 Thread Les Mikesell
Thom Paine wrote:
 The other issue we are having is that I need to run LDAP on that
 server for syncing address books to send email with. So not only do I
 need mail and LDAP, but I need ssl and authentication and
 certificates.

Those are all included - why not run them?

 I do have another box here that I had planned on using for the
 forwarding taks, I suppose that I could set it up to accept mail and
 forward to the main server. The main server could still use the smtp
 smarthost as the outbound default mailer and go out the second
 server's connection?

Yes - the one thing to watch out for is the possibility of forwarding to 
addresses that don't really exist, especially if there is any chance 
that this server can you can get hit with spam or anything generated by 
viruses.  In this case you'll accept the message and forward it on to 
another host that will have to generate a bounce message and try to 
return it, probably also to an undeliverable address.  If you have LDAP 
in the picture you can probably use it as the 'local user' lookup before 
accepting.  Otherwise you might use sendmail's virtuser table to map the 
legal address to the forwarder so you can quickly reject anything else. 
  Or with MimeDefang you can verify that the destination address will be 
accepted via SMTP before accepting for forwarding.

 I guess what I really need is a Cisco 515 router. I should have
 thought of that a while ago.

They are nice to impress people who might ask if you have a firewall, 
but you can do pretty much the same things with iptables or access lists 
on your border routers.

-- 
   Les Mikesell
lesmikes...@gmail.com

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


[CentOS] Redistributing CentOS

2009-02-02 Thread James Bensley
Hey Listees,

Just a quick question. I hope this isn't received incorrectly by
everyone as I do mean the best for the CentOS project;

I am wondering if it would be frowned upon to upload CentOS to my
RapidShare account. I understand I can freely distribute CentOS but to
what extent? In its simplest form I only really want to upload CentOS
5.2 to my RapidShare account for speed.

I had to download it twice this weekend at two difference remote sites
and sometimes the mirror was a bit slow. Generally they are quite fast
but I mean with RapidShare I can get 50Mbps compared to normal
6-10Mbps from some mirrors. I understand it depends on the line I am
downloading from and the load on the mirror etc but because fools like
myself and many others have paid RapidShare accounts we can download
things super quick with a vary reliable supplier.

I am wondering why I can't find CentOS on there already as that was
the first place I looked hoping I could download the DVD install
straight from there in 20 minutes?

Is it because this is either frowned upon or just straight up wrong?

Does anyone have any suggestions about the right way to go with this?

Thanks for reading people.

Regards,
James ;)

-BEGIN GEEK CODE BLOCK-
  Version: 3.1
GIT/MU/U dpu s: a-- C++$ U+ L++ B- P+ E? W+++$ N K W++ O M++$ V-
PS+++ PE++ Y+ PGP t 5 X+ R- tv+ b+ DI D+++ G+ e(+) h--(++) r++ z++
--END GEEK CODE BLOCK--
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] unsubscribe

2009-02-02 Thread Spiro Harvey
On Mon, 2 Feb 2009 14:51:31 -0700
Joseph L. Casale jcas...@activenetwerx.com wrote:
 That's funny, I am using OL as well, and I don't have a problem with
 headers/footers or Microsoft trying to tell me to do anything? In fact
 I have no problem with any of our MS infrastructure.
 Obviously *y*mmv...

yes I'm sure. You reminded me of a great quote I heard recently...

The biggest enemy of freedom is a happy slave.


-- 
Spiro Harvey  Knossos Networks Ltd
021-295-1923www.knossos.net.nz


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


Re: [CentOS] Emergency rescue help needed

2009-02-02 Thread John R Pierce
Sorin Srbu wrote:
 Oh, didn't know about Best Power. Is that something like Eatons budget-line
 brand or something?
   

Best Power made the excellent midsized FerrUPS units 10+ years ago.  
washing machine sized 7kva kinda stuff.  built like a tank, very 
serviceable.

Eaton also acquired Sola, and AFAIK, PowerWare was built from a merge of 
Best Power and Sola.


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


Re: [CentOS] Emergency rescue help needed

2009-02-02 Thread Toby Bluhm
Sorin Srbu wrote:
 -Original Message-
 From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
 Of
 John R Pierce
 Sent: Friday, January 30, 2009 6:49 PM
 To: CentOS mailing list
 Subject: Re: [CentOS] Emergency rescue help needed

 Eaton Powerware used to be Best, they made the very good FerrUps series.
 
 Marking words: used to be best? Which is the best now then? 

I think he meant the brand name Best Power. Eaton owns both the Best 
Power and Powerware brands.


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


[CentOS] squid stops working several times a day

2009-02-02 Thread Alexander Farber
Hello,

I have a problem here with:

[r...@ablprx01 squid]# cat /etc/*release
CentOS release 5.2 (Final)
[r...@ablprx01 squid]# rpm -qa|grep -i squid
squid-2.6.STABLE6-5.el5_1.3

The web proxy process (used by 300-400 users)
seems to run ok:

[r...@ablprx01 squid]# ps uawwwx|grep squid
root  2304  0.0  0.0   7792  1268 ?Ss   08:45   0:00 squid -D
squid 3082 27.7  0.9  46912 37068 ?R10:21  32:18 (squid) -D
squid 3083  0.0  0.0   1508   232 ?Ss   10:21   0:00 (unlinkd)

[r...@ablprx01 squid]# netstat -an|grep LISTEN
tcp0  0 0.0.0.0:80800.0.0.0:*
 LISTEN
tcp0  0 0.0.0.0:31280.0.0.0:*
 LISTEN
.

but periodically it will stop working
(web pages can't be displayed).

The service squid restart command
will display a lot of dots . but doesn't
help and I have to reboot.

I've checked /var/log/messages and also
/var/log/squid/* but don't see any warning there.

ifconfig doesn't report any errors:

[r...@ablprx01 squid]# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:16:35:5B:39:AE
  inet addr:10.121.42.32  Bcast:10.121.255.255  Mask:255.255.0.0
  inet6 addr: fe80::216:35ff:fe5b:39ae/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:989588 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1150056 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:590019020 (562.6 MiB)  TX bytes:639895003 (610.2 MiB)
  Interrupt:185

and the disk space is plenty.

Has anybody had a similar problem and
how would you debug it please?

Thank you for any hints
Alex

PS: Below my config file:

[r...@ablprx01 squid]# grep -v ^# /etc/squid/squid.conf | grep -v ^$
http_port 3128
http_port 8080
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
cache_dir ufs /var/spool/squid 4 16 256
access_log /var/log/squid/access.log squid
dns_defnames on
refresh_pattern ^ftp:   144020% 10080
refresh_pattern ^gopher:14400%  1440
refresh_pattern .   0   20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443
acl Safe_ports port 80  # http
acl Safe_ports port 21  # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70  # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl our_networks src 10.121.0.0/16 172.25.0.0/16 10.122.1.0/24
http_access allow our_networks
http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
cache_mgr i...@xx.com
coredump_dir /var/spool/squid
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] squid timeout error

2009-02-02 Thread John Doe
 While trying to retrieve the URL: http://www.wisegeek.com/
 * Connection to 174.132.22.20 Failed 

First, maybe you should post to the squid mailing list...
Did you check your timeout values?

JD


  

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


Re: [CentOS] /etc/X11/xorg.conf question

2009-02-02 Thread MHR
On Mon, Feb 2, 2009 at 9:35 AM, Paul Johnson pauljoh...@gmail.com wrote:
 On Fri, Jan 30, 2009 at 8:23 AM, Lanny Marcus lmmailingli...@gmail.com 
 wrote:
 If I use system-config-display or system-config-display --reconfig
:::
 shown as Nvidia NV11 (GeForce2 MX/MX400).  CentOS 5.2 (32 bit) fully
 updated.   TIA!


:

 The nvidia driver has a long README file and in my experience it is
 one of the better manuals for no-cost software.

 I have *not* found an up to date RPM for the nvidia driver for Centos,

The one at rpmforge works just fine, includes dkms support and,
although not the latest and greatest, I have not found a compelling
reason to use the direct nvidia-supplied driver (which does NOT
contain dkms support) instead of the rpmforge driver.

JMNSHO - HTH

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


Re: [CentOS] Emergency rescue help needed

2009-02-02 Thread Sorin Srbu
-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf
Of
John R Pierce
Sent: Friday, January 30, 2009 6:49 PM
To: CentOS mailing list
Subject: Re: [CentOS] Emergency rescue help needed

Eaton Powerware used to be Best, they made the very good FerrUps series.

Marking words: used to be best? Which is the best now then? APC is
apparantely not an option as they suck bigtime IMO, so what's? Powerware and
APC are the two biggest and most wellknown UPS-manufacturers I know of.


Re: batteries, most all UPS's I've seen use various standard VRLA
batteries (Valve Regulated Lead Acid, often mistakenly called Sealed
Lead Acid, or Gel Cells), readily obtainable from vendors like
www.digikey.com, assembled into packs...   with a few exceptions, you
can use the generic equivalent battery, much much cheaper.   I
resurrected a dead SmartUPS 2000 that was going to be tossed at work by
replacing the batteries with 4 x 12V20AH Panasonic VRLA, which happens
to be the same size my motorcycle uses.

Now, battery prices have gone up considerably these last 2-3 years, lead
prices are very high, as are transportation costs.

A motorcycle battery... Good one, thx for the hint!

-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Emergency rescue help needed

2009-02-02 Thread Dick Roth
Les Mikesell wrote:
 Sorin Srbu wrote:
 Marking words: used to be best? Which is the best now then? APC is
 apparantely not an option as they suck bigtime IMO, so what's? Powerware 
 and
 APC are the two biggest and most wellknown UPS-manufacturers I know of.
 APC does make a full line of units.  Perhaps you aren't buying the right
 ones if they aren't serving you well.
 I've been buying from the Smart-UPS and Back-UPS range. Those should be ok, 
 shouldn't they?
 
 That depends on how important it is to never fail.  If it is extremely 
 important, you might want something with redundant components like the 
 Symmetra line.  These are designed to keep working with some failed 
 components and to allow you to replace parts with the equipment on 
 bypass but still running.
 
   All in all about a handfull of them. They're quite pricey... 90%
 of them suffered some kind of a circuit board failure. Not what you'd 
 usually 
 expect from a UPS, rather you'd expect the battery to give up first. I 
 bought 
 them over a few years, so it shouldn't be a bad batch or something like that.
 
 You might blame one or two on bad components, but this sounds like 
 something is wrong with the input power at your location.  I assume they 
 are lasting at least through the 2 year warranty period.  We have at 
 least a few dozen of them and haven't noticed any pattern of problems 
 other than aging batteries.  Are you tracking the in/out power levels on 
 the smart units to see what they have to deal with?
 

I will vouch for the reliability of power continuity with the Symmetra 
line.  They can be configured from 2kva up to about 16kva and have 
almost complete redundancy.  I have 35 Symmetra RM and LX single phase 
units protecting network closets and labs.  I have never lost a load in 
the five or so years I've been running them.

Components do fail, especially the batteries (we always hope for five 
years, but 3-4 years life is not uncommon...the nature of the VRLA 
beast).  However, my experience with APC is that I've never worked with 
a better tech support operation.

This is my own opinion based on my experience.  I have no financial 
interest other than to protect my networks from the cost of outages.

BTW these APCs replaced banks of Best Power FERRUPSes.  That technology 
is no longer relevant in an environment that demands hot-swapability 
with no down time.

Dick


-- 
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.

  --Benjamin Franklin 1755
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Emergency rescue help needed

2009-02-02 Thread John R Pierce

I've always felt UPS's should be in pairs, one for each side of each 
server's redundant PSUs.   that way you can take one UPS offline 
entirely for service, whatever, and the systems can continue to be 
protected by the other UPS via their 2nd PSU. 


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


[CentOS] Linux HA or Heartbeat IP address question

2009-02-02 Thread Devraj Mukherjee
Hi all,

I am following the guide on HowToForge to get Heartbeat going for two
Apache web servers
(http://www.howtoforge.com/high_availability_heartbeat_centos), a
quick question for anyone who might have a similar setup.

Do I have to assign the service IP to either of the NICs or does
Heartbeat do that automagically?

Thanks

-- 
The secret impresses no-one, the trick you use it for is everything
- Alfred Borden (The Prestiege)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Linux HA or Heartbeat IP address question

2009-02-02 Thread Ian Forde
On Tue, 2009-02-03 at 13:58 +1100, Devraj Mukherjee wrote:
 Hi all,
 
 I am following the guide on HowToForge to get Heartbeat going for two
 Apache web servers
 (http://www.howtoforge.com/high_availability_heartbeat_centos), a
 quick question for anyone who might have a similar setup.
 
 Do I have to assign the service IP to either of the NICs or does
 Heartbeat do that automagically?

Heartbeat does it for you - basically, Heartbeat for apache can be setup
in less than 5 minutes. It's no more complicated than the link you
posted.  Each box has its own address, then there's the VIP.  To get a
little more advanced, you could configure a private link between them
with a crossover cable and monitor that in heartbeat if you wanted to,
but it's not required.  Also, I'd turn off auto_failback... but that's
just me.

Some notes:

1. Disable apache from automatic startup via:
chkconfig httpd off
2. Enable heartbeat to startup automatically via:
chkconfig heartbeat on
3. Consider using the aforementioned private link, as the broadcast
traffic can be maddening on a busy segment.
4. Consider using a private vlan rather than a crossover cable.  If a
crossover cable, or either side of a private link dies, and you've got
STONITH enabled, both nodes can, under certain circumstances, kill each
other.
5. Consider installing mon as well to monitor the cluster.
6. auto_failback means that that if you default to node01, then node01
fails, as soon as its back up, it'll fail back to node01.  That can be
good, but it can also be very bad... think of the case of using
Heartbeat with mysql, and ask yourself how often you want to fail over a
live database cluster. ;)

Have fun!

-I

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


[CentOS] java 1.3.1 for CentOS

2009-02-02 Thread Indunil Jayasooriya
Hi List,

I am looking for java java 1.3.1 RPM for CentOS 4.5. I googled. I
found below URL for it.

http://rpm.pbone.net/index.php3/stat/4/idpl/5773889/com/IBMJava2-JRE-1.3.1-12.i386.rpm.html

R u okay with it.

Your ideas Pls?




-- 
Thank you
Indunil Jayasooriya
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] java 1.3.1 for CentOS

2009-02-02 Thread John R Pierce
Indunil Jayasooriya wrote:
 Hi List,

 I am looking for java java 1.3.1 RPM for CentOS 4.5. I googled. I
 found below URL for it.

 http://rpm.pbone.net/index.php3/stat/4/idpl/5773889/com/IBMJava2-JRE-1.3.1-12.i386.rpm.html

 R u okay with it.
   


java 1.3 is -really- old.   all our java stuff that worked on 1.3 worked 
fine on 1.4, and 1.5 and most of it was fine on 1.6
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] java 1.3.1 for CentOS

2009-02-02 Thread Agile Aspect
Indunil Jayasooriya wrote:
 Hi List,

 I am looking for java java 1.3.1 RPM for CentOS 4.5. I googled. I
 found below URL for it.

 http://rpm.pbone.net/index.php3/stat/4/idpl/5773889/com/IBMJava2-JRE-1.3.1-12.i386.rpm.html

 R u okay with it.

 Your ideas Pls?




   
I'd use JRE 1.5 - or JDK 1.5 since it comes with additional tools.

Otherwise, you'll be taking it in the shorts on performance and
you'll be missing the security updates.

1.5 has entered it's EOL.

Unless it's mission critical, I'd avoid 1.3 like the plague.

-
Article. VI. Clause 3 of the constitution of the United States states: 

The Senators and Representatives before mentioned, and the Members of 
the several State Legislatures, and all executive and judicial Officers, 
both of the United States and of the several States, shall be bound by 
Oath or Affirmation, to support this Constitution; but no religious Test 
shall ever be required as a Qualification to any Office or public Trust 
under the United States. 


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


Re: [CentOS] Port Forwarding

2009-02-02 Thread John
 -Original Message-
 From: centos-boun...@centos.org 
 [mailto:centos-boun...@centos.org] On Behalf Of Thom Paine
 Sent: Monday, February 02, 2009 10:31 AM
 To: CentOS mailing list
 Subject: Re: [CentOS] Port Forwarding
 
 The other issue we are having is that I need to run LDAP on that
 server for syncing address books to send email with. So not only do I
 need mail and LDAP, but I need ssl and authentication and
 certificates.
 
 I do have another box here that I had planned on using for the
 forwarding taks, I suppose that I could set it up to accept mail and
 forward to the main server. The main server could still use the smtp
 smarthost as the outbound default mailer and go out the second
 server's connection?
 
 I guess what I really need is a Cisco 515 router. I should have
 thought of that a while ago.

I am just currious here. Your up to about 2 or 3 mail servers correct? That
is for handling 2 different subnets or domains? Lets say domains. Ok? Add on
top of that a POP3 or IMAP servers. Now your up to adding in LDAP for user
management, slapping in a Cisco PIX 500 Series. How many total users do you
need to support? That we don't know. To be completely honest I think your
just creating a big mess to keep up with and manage. That is way to much
Administration Overhead to put up with in my opinion.

I think that your best solution outcome to this is to use Exchange Server
2007. Scalix can't top what your wanting to do or need to do either.
Exchange is fully HIPPA and SOX Compliant. You can do with one exchange
server what your trying to get accomplished with 3 sendmail servers. You
have right there mail, mail archiving, search by date and name, mail
retention policies and backup. If the company gets hit up with a E Discovery
for Email pertaining to certain keywords you will have the ability to do so
on site with exchange. That happens quit often at times. All of this is now
the default standard in Exchange. The big drawback is the cost (per user). A
wild guess is $10.00 per user account. Active Directory (ldap) can even run
on top of exchange. Also the databases can reside on a SAN now also.

I am an open source person but when it comes to something like that I hate
to say it but Exchange has it covered. What's others opinions? How would you
do it? I'm currious to know how you would do this in an environment that has
many compliance problems. Mainly issues of privacy rights not being
violated.

JohnStanley

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


Re: [CentOS] Port Forwarding

2009-02-02 Thread Morten Torstensen
John wrote:
 I am an open source person but when it comes to something like that I hate
 to say it but Exchange has it covered. What's others opinions? How would you
 do it? I'm currious to know how you would do this in an environment that has
 many compliance problems. Mainly issues of privacy rights not being
 violated.

For a commercial solution, Lotus Domino might be even better. It is 
cross platform (runs on linux), supports all those same standards for 
various business standards and audit policies, you get a good 
web-client, pop and imap in addition to the Notes client (on Windows and 
Linux only).

Also, it is cheaper than Exchange.

-- 

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