Re: [CentOS-docs] Kernel type in RPMs

2010-03-29 Thread Alan Bartlett
On 29 March 2010 01:41, Eduardo Grosclaude eduardo.groscla...@gmail.com wrote:

 The Custom Kernel Howto says:

 With the buildroot correctly set up, it's time to modify the kernel
 configuration. Change directory to
 ~/rpmbuild/BUILD/kernel-2.6.18/linux-2.6.18.`uname -m`/ and copy
 either the appropriate type of configuration file (base, xen; if
 32-bit architecture, PAE (for CentOS-5) or base, smp, xenU; if 32-bit
 architecture, hugemen; if 64-bit architecture, largesmp (for
 CentOS-4)) from the ./configs/ directory or that of the currently
 running kernel from /boot/config-`uname -r` to the .config file in
 this directory.

 I find this phrasing extremely difficult to understand. My
 understanding of this is:

 (...) and copy into this directory, under the name .config, one of two files:
 * Either the appropriate type of configuration file, taken from ./configs/:
          o For CentOS-5: base, xen, or PAE (if architecture is 32-bit)
          o For CentOS-4: base, smp, xenU, hugemem if architecture is
 32-bit, largesmp if 64-bit.
 * Or,  the currently running kernel's configuration file, taken from
 /boot/config-`uname -r`

 I have deployed this understanding unto my Spanish version:
 (...) y copie en este directorio, con el nombre .config, uno de dos archivos:
 * O bien el tipo apropiado de archivo de configuración del directorio
 ./configs/:
          o Para CentOS-5: base, xen, o PAE (si la arquitectura es de 32 bits).
          o Para CentOS-4: base, smp, xenU, hugemem si la arquitectura
 es de 32 bits, largesmp si es de 64 bits.
 * O bien el archivo de configuración del núcleo actualmente en
 ejecución, tomado de /boot/config/`uname -r`.

 Is my version technically OK? (English and/or Spanish). If so, I
 suggest clarifying the said paragraph.

Hi Eduardo,

My ability to use the Spanish language is considerably poorer than
your use of English language -- the latter, for which I complement
you. :-)

Reviewing your comments, yes, I agree that the original English
version is unwieldy and convoluted. I remember, when writing that
section, musing to myself as to whether the added detail clouded the
overall picture. Although no one else has mentioned it, I agree with
your assessment that it requires some corrective work.

Yes, your Spanish translation, reads fine and is a correct
interpretation of the facts.

I have now made a note to make a clarification, along the lines of
your suggestion.

Thank you for your input.

Regards,
Alan.
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Kernel type in RPMs

2010-03-29 Thread Alan Bartlett
Eduardo,

I have made some changes to Section #2 of the Custom Kernel article
[1] and would appreciate your opinion on how the English version now
reads.

Alan.

[1] http://wiki.centos.org/HowTos/Custom_Kernel
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Kernel type in RPMs

2010-03-29 Thread Eduardo Grosclaude
On Mon, Mar 29, 2010 at 12:47 PM, Alan Bartlett a...@elrepo.org wrote:
 Eduardo,

 I have made some changes to Section #2 of the Custom Kernel article
 [1] and would appreciate your opinion on how the English version now
 reads.

Looks all right to me - Already synced Spanish to your modifications.
Thank you very much

PS Is there some way to subscribe to arbitrary pages? The subscribe
option in the drop-down menu appears only in pages I am able to edit.

-- 
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


Re: [CentOS-docs] Kernel type in RPMs

2010-03-29 Thread Alan Bartlett
On 29 March 2010 17:07, Eduardo Grosclaude eduardo.groscla...@gmail.com wrote:
 On Mon, Mar 29, 2010 at 12:47 PM, Alan Bartlett a...@elrepo.org wrote:
 Eduardo,

 I have made some changes to Section #2 of the Custom Kernel article
 [1] and would appreciate your opinion on how the English version now
 reads.

 Looks all right to me - Already synced Spanish to your modifications.
 Thank you very much

Great. Thanks for your feed-back.

 PS Is there some way to subscribe to arbitrary pages? The subscribe
 option in the drop-down menu appears only in pages I am able to edit.

That is how Ralph has currently configured your account and you will
have to discuss it with him.

(With regards to the articles in the Kernel section of the HowTos,
we (Akemi and I) would appreciate that they are not edited by others
but are discussed with us both -- either publicly (as you have done)
or privately (as others have done). All three articles are actively
maintained, in almost real-time, as noted at their respective
heads.)

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


Re: [CentOS-virt] Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels

2010-03-29 Thread Aaron Clark
On 03/28/2010 11:14 PM, Christopher G. Stach II wrote:
 - Aaron Clarkophid...@ophidian.homeip.net  wrote:

 I removed the vfb line from the /etc/xen/guest  file... still doesn't
 start and the console does not attach.

 [r...@yggdrasil ~]# xm create -f /etc/xen/Belldandy -c
 Using config file /etc/xen/Belldandy.
 Started domain Belldandy
 xenconsole: Could not read tty from store: No such file or directory

 Is there anything interesting in that run's qemu log?


The contents of the qemu log are:
domid: 5
qemu: the number of cpus is 1
Watching /local/domain/5/logdirty/next-active
Watching /local/domain/0/device-model/5/command
qemu: could not open serial device 'none'

Note that the qemu-dm process is listed as 'defunct' in ps.

One interesting line from the xend.log that I don't know how to 
interpret is:
[2010-03-29 21:03:53 xend.XendDomainInfo 3186] DEBUG 
(XendDomainInfo:633) Checking for duplicate for uname: 
/dev/SystemsVG/Belldandy [phy:/dev/SystemsVG/Belldandy], dev: hda:disk,
mode: w
[2010-03-29 21:03:53 xend 3186] DEBUG (blkif:27) exception looking up 
device number for hda:disk: [Errno 2] No such file or directory: 
'/dev/hda:disk'


Not sure if it means anything but thoughts appreciated.  This is **not** 
the last line in the log.

Aaron
-- 
The goblins are in charge of maintenance?  Why not just set it on fire 
now and call it a day?
--Whip Tongue, Viashino Technician
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels

2010-03-29 Thread Aaron Clark
On 03/29/2010 08:18 AM, Sergio Charpinel Jr. wrote:
 - Try to unset any graphical option and run the domU, maybe its missing some 
 lib, like sdl. I don't know how to do it in virsh, because in xen cfg, 
 default vnc option is 1.

Already tried, doesn't make a lick of difference.


 - Check paths to hvmloader, qemu-dm

They do exist.  Keep in mind that I have another domU with pretty much 
the same configuration that is functioning fine on this machine.

 - post more log files, if you have.

What other log files would help?

Here is the contents of the xen config generated by virsh:
name = Belldandy
uuid = 2627c318-d3a7-83a6-522c-fa2586fb86be
maxmem = 256
memory = 256
vcpus = 1
builder = hvm
kernel = /usr/lib/xen/boot/hvmloader
boot = c
pae = 1
acpi = 1
apic = 1
localtime = 0
on_poweroff = destroy
on_reboot = restart
on_crash = restart
device_model = /usr/lib64/xen/bin/qemu-dm
disk = [ phy:/dev/SystemsVG/Belldandy,hda,w ]
vif = [ mac=00:16:3e:1d:43:df,bridge=xenbr0,script=vif-bridge ]
parallel = none
serial = none

Aaron
-- 
The goblins are in charge of maintenance?  Why not just set it on fire 
now and call it a day?
--Whip Tongue, Viashino Technician
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels

2010-03-29 Thread Christopher G. Stach II
- Aaron Clark ophid...@ophidian.homeip.net wrote:

 qemu: could not open serial device 'none'

http://os-drive.com/files/docbook/xen-faq.html#serial_console_hvm

Does the LV show that it's open (or ever changes state) when the VM attempts to 
boot? Did you try taking a snapshot of the LV and mucking around with the xen 
configuration to see if anything changes? Did you update anything else on the 
machine, like perhaps the BIOS? Can you mount the VM's filesystem? Is its 
partition table okay? How about the boot loader?

-- 
Christopher G. Stach II
http://ldsys.net/~cgs/
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels

2010-03-29 Thread Aaron Clark
On 03/29/2010 09:37 PM, Christopher G. Stach II wrote:
 - Aaron Clarkophid...@ophidian.homeip.net  wrote:

 qemu: could not open serial device 'none'

 http://os-drive.com/files/docbook/xen-faq.html#serial_console_hvm

I will give this a look to see if it shed any light on the situation.

 Does the LV show that it's open (or ever changes state) when the VM attempts 
 to boot? Did you try taking a snapshot of the LV and mucking around with the 
 xen configuration to see if anything changes? Did you update anything else on 
 the machine, like perhaps the BIOS? Can you mount the VM's filesystem? Is its 
 partition table okay? How about the boot loader?


- The LV goes to Open when the VM starts and stays that way until the VM 
is destroyed
- I have tried messing with the virsh/xen config repeatedly after taking 
backups of them
- The host machine has had no hardware or firmware updates applied to it
- I can and have mounted the VM's file systems using kpartx with no 
troubles at all
- When I dd'd the LV to a .img file and started it with KVM, the 
Bootloader appears as expected

Baffled,
Aaron
-- 
The goblins are in charge of maintenance?  Why not just set it on fire 
now and call it a day?
--Whip Tongue, Viashino Technician
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-es] AYUDA URGENTE-LINUX Y DOS

2010-03-29 Thread victor santana
Pregunto:
El equipo que hace de servidor ¿está visible en la red si se ve desde un
cliente linux?

El 27 de marzo de 2010 22:28, Nilton Morales morales.nil...@gmail.comescribió:

 Gracias pero wine no me sirve, porque la conexion sera en red, wine es para
 ejecuatble spero con toda la paqueteria instalada en una maquina.


 El 27 de marzo de 2010 17:18, César Martínez 
 cmarti...@servicomecuador.com escribió:

 Hola no se si te sirva usar wine, que es un emulador de windows que
 funciona en linux yo lo uso para emular algunos programas como dreanwever
 y otros simplemente.

 Lo uso de forma local no en red no se si haya forma de ejecutarlo por la
 red

 yum -y install wine


 César


  Hola Juan pablo, gracias por tu respuesta, si, efectivamente es un .exe,
  el
  programa fue desarrollado en clipper y el ejecutable es el que se
  visualiza
  en todos clientes, todos los clientes ejecutan esta aplicacion desde el
  escritorios en win xp.
 
  No se como puedo hacer que ese ejecutable funcione en linux (centos), te
  agradesco por tu ayuda.
 
 
 
 
 
 
  El 26 de marzo de 2010 22:43, Juan Pablo Botero 
  juanpabloboterolo...@gmail.com escribió:
 
  Saludos Nilton y lista.
 
  ¿es posible que nos des la extensión del programa que esta en el
  servidor?
  Yo supongo que es un .exe, si es así hay un obstaculo, ya que
  nativamente
  estos archivos no se ejecutan; pero si es un navegador web pues no creo
  que
  exista problemas.
 
  2010/3/26 Nilton Morales morales.nil...@gmail.com
 
  Buenas tardes ya me han respondido dos personas amables, ahora que ya
  tengo las cosas un poco mas claras lo explicare y haber si me dan una
  ayudadita que es urgente, aca les va.
 
  En el server 2003 esta instalado el programa que se ejcuta para
  controlar
  todas las areas de empresa, valgase decir , almacen, contabilidad,
 etc.
 
  Actualmente los clientes tienen win xp, y ejecutan desde su escritorio
  ela
  cceso directo y este les abre el programa sin problemas, modifican lo
  que
  quieren y lugo cirran sin problema, hasta alli todo bien.
 
  Ahora las maquinas clientes se cambiaran a linux y tiene que hacer la
  misma funcion, aca es que nace el problema, no se como jalar desde win
  2003
  un acceso directo al escritorio de linux (maquinas clientes) y
  ejecutarlo y
  que me abra el programa que esta en el servidor.
 
  hasta ahora lo que he hecho es montar la carpeta compartida de windows
  en
  linux, osea atraves de linux ya puedo ver los archivos pero no puedo
  ejcutarlos.
 
  quiero poner un acceso directo en linux lo mismo que hacia windows xp
 y
  correr desde el escritorio de linux el programa que esta en
 server2003.
 
  ¿ALGUIEN SABE COMO CREAR ESE ACCESO DIRECTO Y EJECUTARLO DESDE LINUX?
 
  Gracias.
 
 
 
 
 
  ___
  CentOS-es mailing list
  CentOS-es@centos.org
  http://lists.centos.org/mailman/listinfo/centos-es
 
 
 
 
  --
  Cordialmente:
  Juan Pablo Botero
  Administrador de Sistemas informáticos
  Fedora Ambassador for Colombia
  http://www.jpilldev.com
  Linux Registered user #435293
 
  Cargos actuales:
  Professional ABACO DE BOLITAS Developer level 1
  Certified ABACO DE BOLITAS certifed developer.
 
  ___
  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




-- 

___
 REPARACIONONLINE
GARANTIA PARA SU PC

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


Re: [CentOS-es] AYUDA URGENTE-LINUX Y DOS

2010-03-29 Thread Eduardo Grosclaude
2010/3/27 Nilton Morales morales.nil...@gmail.com:
 Gracias pero wine no me sirve, porque la conexion sera en red, wine es para
 ejecuatble spero con toda la paqueteria instalada en una maquina.

Si WINE puede ejecutar la aplicación, eso muy probablemente se pueda
solucionar. Si las carpetas necesarias que residen en el servidor
Windows están compartidas, y si con SMB las montas sobre el equipo
Linux, aparecerán como locales al sistema de archivos del Linux. No
uso WINE, pero si no me equivoco, WINE no tendría por qué darse cuenta
de que esos recursos están almacenados remotamente. Creo que a eso
apunta la pregunta de Víctor.

Luego deberías configurar la aplicación para que su vista de los
archivos necesarios, con sus caminos, coincida con los nombres que les
has puesto a los recursos remotos bajo WINE.

Mira http://wiki.centos.org/es/TipsAndTricks/WindowsShares.

-- 
Eduardo Grosclaude
Universidad Nacional del Comahue
Neuquen, Argentina
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS-es] AYUDA URGENTE-LINUX Y DOS

2010-03-29 Thread victor santana
Justo por eso era la pregunta.

El 29 de marzo de 2010 11:57, Eduardo Grosclaude 
eduardo.groscla...@gmail.com escribió:

 2010/3/27 Nilton Morales morales.nil...@gmail.com:
  Gracias pero wine no me sirve, porque la conexion sera en red, wine es
 para
  ejecuatble spero con toda la paqueteria instalada en una maquina.

 Si WINE puede ejecutar la aplicación, eso muy probablemente se pueda
 solucionar. Si las carpetas necesarias que residen en el servidor
 Windows están compartidas, y si con SMB las montas sobre el equipo
 Linux, aparecerán como locales al sistema de archivos del Linux. No
 uso WINE, pero si no me equivoco, WINE no tendría por qué darse cuenta
 de que esos recursos están almacenados remotamente. Creo que a eso
 apunta la pregunta de Víctor.

 Luego deberías configurar la aplicación para que su vista de los
 archivos necesarios, con sus caminos, coincida con los nombres que les
 has puesto a los recursos remotos bajo WINE.

 Mira http://wiki.centos.org/es/TipsAndTricks/WindowsShares.

 --
 Eduardo Grosclaude
 Universidad Nacional del Comahue
 Neuquen, Argentina
 ___
 CentOS-es mailing list
 CentOS-es@centos.org
 http://lists.centos.org/mailman/listinfo/centos-es




-- 

___
 REPARACIONONLINE
GARANTIA PARA SU PC

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


Re: [CentOS-es] AYUDA URGENTE-LINUX Y DOS

2010-03-29 Thread Jose Sabastizagal
Tengo una situación algo similar a lo que indica, en  nuestro caso la
solución que hemos utilizado es la siguiente:

- Habilitar en el W2K3 el servicio Terminal Server. Provisionalmente
brinda acceso ilimitado durante n días (no recuerdo si 60 o 180) al
servicio, luego de lo cual debera adquirir Licencias CAL (por usuario
o por Servidor)

- En el W2K3 Instalar la aplicaciòn SeamlessRDP (de Cendio) para hacer
que las sesiones ejecuten directamente la aplicación DOS

- En las pc con GNU/Linux instalar las aplicaciones rdesktop y
TSClient. Con TSclient puede crear los enlaces simbolicos o Accesos
Directos a la aplicación y con ayuda de SeamlessRDP

Esto lo que va hacer es levantar en los clientes GNU/Linux una sesión
desde el Servidor W2k3 con la aplicación en DOS y ejecutarla sin
problemas ya que en realidad estara consumiendo recursos y
herramientas del Servidor. Debe tener presente por tanto la cantidad
de memoria disponible del Servidor y cuantos clientes van a acceder,
asi como lo que mencione anteriormente acerca de las Licencias CAL

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


Re: [CentOS] remove openssl

2010-03-29 Thread Eero Volotinen
2010/3/29 cahit Eyigünlü cahit.eyigu...@gmail.com:
 i am trying to install plesk but my cent os has a newer version of open ssl
 that is why my setup is interrupting, how could i remove open ssl ?
 i tryed yum remove openssl but it encounter lots of errors i want to remove
 only the open ssl not the related files like wget networkmanager ...

well, you can't do that without breaking the your centos installation.

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


Re: [CentOS] remove openssl

2010-03-29 Thread cahit Eyigünlü
Thanks.

2010/3/29 Eero Volotinen eero.voloti...@iki.fi

 2010/3/29 cahit Eyigünlü cahit.eyigu...@gmail.com:
  i am trying to install plesk but my cent os has a newer version of open
 ssl
  that is why my setup is interrupting, how could i remove open ssl ?
  i tryed yum remove openssl but it encounter lots of errors i want to
 remove
  only the open ssl not the related files like wget networkmanager ...

 well, you can't do that without breaking the your centos installation.

 --
 Eero
 ___
 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] remove openssl

2010-03-29 Thread Kahlil Hodgson
On 03/29/2010 05:38 PM, Eero Volotinen wrote:
 2010/3/29 cahit Eyigünlü cahit.eyigu...@gmail.com:
 i am trying to install plesk but my cent os has a newer version of open ssl
 that is why my setup is interrupting, how could i remove open ssl ?
 i tryed yum remove openssl but it encounter lots of errors i want to remove
 only the open ssl not the related files like wget networkmanager ...
 
 well, you can't do that without breaking the your centos installation.
 
you could try

yum downgrade openssl-X.Y.Z-W

to downgrade to an earlier version which _may_ keep the rest of your
installation happy.

you can look for earlier version with

yum --showduplicates list openssl

downgrading openssl may make things less secure though YMMV.

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


Re: [CentOS] remove openssl

2010-03-29 Thread cahit Eyigünlü
wow :) that is good thanks

2010/3/29 Kahlil Hodgson kahlil.hodg...@dealmax.com.au

 On 03/29/2010 05:38 PM, Eero Volotinen wrote:
  2010/3/29 cahit Eyigünlü cahit.eyigu...@gmail.com:
  i am trying to install plesk but my cent os has a newer version of open
 ssl
  that is why my setup is interrupting, how could i remove open ssl ?
  i tryed yum remove openssl but it encounter lots of errors i want to
 remove
  only the open ssl not the related files like wget networkmanager ...
 
  well, you can't do that without breaking the your centos installation.
 
 you could try

yum downgrade openssl-X.Y.Z-W

 to downgrade to an earlier version which _may_ keep the rest of your
 installation happy.

 you can look for earlier version with

yum --showduplicates list openssl

 downgrading openssl may make things less secure though YMMV.

 Kal
 ___
 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] remove openssl

2010-03-29 Thread John R Pierce
cahit Eyigünlü wrote:
 i am trying to install plesk but my cent os has a newer version of 
 open ssl that is why my setup is interrupting, how could i remove open 
 ssl ?
 i tryed yum remove openssl but it encounter lots of errors i want to 
 remove only the open ssl not the related files like wget 
 networkmanager ...

you probably should consult with the plesk documentation on how to 
properly install that on RHEL 5 (assuming centos 5).   as its a 
commercial product, i'd look for support and documentation from the vendor.



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


Re: [CentOS] Running commercial softwares on CentOS

2010-03-29 Thread Rahul Tidke

On Mon, 29 Mar 2010, Rahul Tidke wrote:

 Hello!

 How can I use CentOS as a complete desktop OS? I want to run Autodesk 
 products on it like AutoCAD,Revit,3D Max,etc. Does Wine (winehq) 
 support running such software?

 No.

 Can I use (KVM,Xen) virtualization to run Windows XP  and all 
 commercial software on it? Does running XP in virtualization requires a
license?

 KVM runs Windows just fine for me.

 Virtualization does not change anything about licensing.  You still need
a license for all the software, but, for Windows there might be different
licensing models available to you when 
 running in a virtualized environment.

 3D software packages are often limited by the fact that under a virtual
environment they are doing software based rendering.  It will likely be the
performance killer aspect of 
 virtualization in your environment.

I agree with above facts. But, how do Red Hat provides interoperability in
its desktop edition http://www.redhat.com/rhel/desktop/ ? It says that it
supports third party apps and MS apps/environment. What software and
technologies are used in RHEL for this? I just want to explore the
possibilities for using CentOS as a full fledged desktop OS. I have been
using CentOS as a server since very long time.

Rahul.

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


Re: [CentOS] remove openssl

2010-03-29 Thread Nux

On Mon, 29 Mar 2010, cahit Eyigünlü wrote:


i am trying to install plesk but my cent os has a newer version of open ssl
that is why my setup is interrupting, how could i remove open ssl ?
i tryed yum remove openssl but it encounter lots of errors i want to remove
only the open ssl not the related files like wget networkmanager ...



Last time I installed Plesk on Centos there were no issues with OpenSSL.
Check the documentation on how to install it and be careful to download 
the right packages.


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


Re: [CentOS] Running commercial softwares on CentOS

2010-03-29 Thread James A. Peltier
On Mon, 29 Mar 2010, Rahul Tidke wrote:

snip

 I agree with above facts. But, how do Red Hat provides interoperability in
 its desktop edition http://www.redhat.com/rhel/desktop/ ? It says that it
 supports third party apps and MS apps/environment. What software and
 technologies are used in RHEL for this? I just want to explore the
 possibilities for using CentOS as a full fledged desktop OS. I have been
 using CentOS as a server since very long time.

 Rahul.

Red Hat uses Wine, but only to support the most commonly used Windows 
applications like Office, Photoshop, etc.  Engineering applications like 
AutoCAD are not your typical application set and are not but a single 
blip on the radar.

Install Windows on KVM and try your apps.  That's the best answer I have 
for you or that you are likely to get.  I tried it before, a bit over a 
year ago and it completely sucked (due to reasons stated before).

I have been using UNIX, BSD and GNU/Linux as a desktop OS for over 10 
years.  I don't do CAD/Visualization frequently, but when I do I use 
Windows on hardware.

-- 
James A. Peltier
Systems Analyst (FASNet), VIVARIUM Technical Director
HPC Coordinator
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.fas.sfu.ca | http://vivarium.cs.sfu.ca
   http://blogs.sfu.ca/people/jpeltier
MSN : subatomic_s...@hotmail.com

TEAMWORK
  There's power in numbers.  Learn to work together.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Running commercial softwares on CentOS

2010-03-29 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus James A. Peltier spake:
 On Mon, 29 Mar 2010, Rahul Tidke wrote:
 
 snip
 
 I agree with above facts. But, how do Red Hat provides interoperability in
 its desktop edition http://www.redhat.com/rhel/desktop/ ? It says that it
 supports third party apps and MS apps/environment. What software and
 technologies are used in RHEL for this? I just want to explore the
 possibilities for using CentOS as a full fledged desktop OS. I have been
 using CentOS as a server since very long time.

 Rahul.
 
 Red Hat uses Wine, but only to support the most commonly used Windows 
 applications like Office, Photoshop, etc.  Engineering applications like 
 AutoCAD are not your typical application set and are not but a single 
 blip on the radar.
 
 Install Windows on KVM and try your apps.  That's the best answer I have 
 for you or that you are likely to get.  I tried it before, a bit over a 
 year ago and it completely sucked (due to reasons stated before).
 
 I have been using UNIX, BSD and GNU/Linux as a desktop OS for over 10 
 years.  I don't do CAD/Visualization frequently, but when I do I use 
 Windows on hardware.

Ten years ago the last stanza would have been different; remember Sun,
SGI, and HP hardware. (Well, some people still use Solaris and HP-UX for
such purposes today, I recently saw a TV documentary about glaciers
where on of the scientists show some technical stuff on an C8000 :).

Timo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFLsFRefg746kcGBOwRAvxuAJkBUYPsnLU+lX2h3p2g1UTk9M8UxgCcD7S9
rNXhwIRSaFcaC96NTb5s/Qo=
=pH1b
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Running commercial softwares on CentOS

2010-03-29 Thread John R Pierce
Rahul Tidke wrote:
 I agree with above facts. But, how do Red Hat provides interoperability in
 its desktop edition http://www.redhat.com/rhel/desktop/ ? It says that it
 supports third party apps and MS apps/environment. What software and
 technologies are used in RHEL for this? I just want to explore the
 possibilities for using CentOS as a full fledged desktop OS. I have been
 using CentOS as a server since very long time.
   

that article's mostly references Office document compatibility which 
presumably is via OpenOffice.

the passing reference to cad/cam software is probably referring to 
native (l)Unix  cad/cam


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


Re: [CentOS] DRBD,GFS2 and GNBD without all clustered cman stuff

2010-03-29 Thread Juergen Gotteswinter
Hi,

yes, you need to go with the Cluster Stuff...

Regarding your Setup, i got the best experience with drbd + gfs + iscsi
export. GNBD was not as Stable than i expected. Overall Performance was
even worse, too compared with iSCSI.

Greetings

Juergen

On 03/27/2010 05:39 PM, Raffaele Camarda wrote:
 Hi all,
 
 Where i want to arrive:
 
 1) having two storage server replicating partition with DRBD
 2) exporting via GNBD from the primary server the drbd with GFS2
 3) inporting the GNBD on some nodes and mount it with GFS2
 
 Assuming no logical error are done in the last points logic this is the
 situation:
 
 Server 1: LogVol09, DRDB configured as /dev/drbd0 replicated to Server 2.
 DRBD seems to work perfect as cat /proc/drbd
 Server 2: LogVol09, Secondary for /dev/drbd, cat /proc/drbd is ok
 
 What i thought to do was to export via GNBD the /dev/drbd0 to import it on a
 couple of nodes. Using GFS2 as FS for concurrent usage.
 
 I got to format the GFS2 FS on the Server 1 drbd0 device. But was unable to
 mount it because gfs_controld wasn't accepting connections, i discovered
 that cman manage gfs_controld. In any case i started it manually and
 discover that it try to use ccsd daemon which i have not installed.
 
 Ok, i do not need to mount it locally so i started configuring GNBD, started
 manualli the server end stated the export command...again the cman/ccsd
 problem:
 
 gnbd_clusterd: ERROR cannot join cman
 
 Now, what i'm asking: am i forced to use all the cluster stuff cman,
 ccsd...fence...with this configuration? I would like only to use the tools i
 need: DRDB, GNBD and GFS2 without cluster facilities.
 
 Thanks
 Raffaele
 
 
 
 
 ___
 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


[CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread Georghy
Hi everyone,
I recently install VMware on a server using PAE kernel

everything was great until I use vmware server

everytime i'm connecting to the vmware server web interface
after few seconds, the client loose server connection (server shows a 
loading page)
I can't access to my VM till I log on the server run /etc/init.d/vmware 
restart

I try to connect to the server again but connection still fails

I try /etc/init.d/vmware stop
/etc/init.d/vmware start

then it respond me :

Starting VMware services:
   Virtual machine monitor [FAIL]
   Virtual machine communication interface [  OK  ]
   VM communication interface socket family:   [FAIL]
   Virtual ethernet[FAIL]
   Bridged networking on /dev/vmnet0   [  OK  ]

I retry /etc/init.d/vmware start

VMware Server is installed, but it has not been (correctly) configured
for the running kernel. To (re-)configure it, invoke the
following command: /usr/bin/vmware-config.pl.

I try /usr/bin/vmware-config.pl but it doesn't work until I reboot

I do reboot but connection fails again and I have to do the same thing 
above.

what should I do to make thing working.

/All help greatly/ appreciated

-- 
Cordialement, / Greetings,
Georghy FUSCO

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


Re: [CentOS] Forgetting network settings

2010-03-29 Thread Niki Kovacs
cahit Eyigünlü a écrit :
 there is sth. different on my network my gateway is on different subnet 
 then my static ip so is this works?
 

One of the fundamentals of networking - as explained to you a few posts 
ago - is that your gateway has to be on the same subnet than your IP, or 
how else could you possibly reach it?

Cheers,

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


Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread Coert
Georghy wrote:
 Hi everyone,
 I recently install VMware on a server using PAE kernel
 
 everything was great until I use vmware server
 
 everytime i'm connecting to the vmware server web interface
 after few seconds, the client loose server connection (server shows a 
 loading page)
 I can't access to my VM till I log on the server run /etc/init.d/vmware 
 restart
 
 I try to connect to the server again but connection still fails
 
 I try /etc/init.d/vmware stop
 /etc/init.d/vmware start
 
 then it respond me :
 
 Starting VMware services:
Virtual machine monitor [FAIL]
Virtual machine communication interface [  OK  ]
VM communication interface socket family:   [FAIL]
Virtual ethernet[FAIL]
Bridged networking on /dev/vmnet0   [  OK  ]
 
 I retry /etc/init.d/vmware start
 
 VMware Server is installed, but it has not been (correctly) configured
 for the running kernel. To (re-)configure it, invoke the
 following command: /usr/bin/vmware-config.pl.
 
 I try /usr/bin/vmware-config.pl but it doesn't work until I reboot
 
 I do reboot but connection fails again and I have to do the same thing 
 above.
 
 what should I do to make thing working.
 
 /All help greatly/ appreciated
 

Hi Georghy,

I run VMware server 2 on PAE kernel.

Are you running 2.0.2?

I had the same problem as you when running  2.0.2

2.0.2 has been fixed to work with CentOS 5.4 without that glibc trick on 
the CentOS bug tracker.
I have so far not had any problems with my installation.

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


Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread Georghy
Coert a écrit :
 Georghy wrote:
   
 Hi everyone,
 I recently install VMware on a server using PAE kernel

 everything was great until I use vmware server

 everytime i'm connecting to the vmware server web interface
 after few seconds, the client loose server connection (server shows a 
 loading page)
 I can't access to my VM till I log on the server run /etc/init.d/vmware 
 restart

 I try to connect to the server again but connection still fails

 I try /etc/init.d/vmware stop
 /etc/init.d/vmware start

 then it respond me :

 Starting VMware services:
Virtual machine monitor [FAIL]
Virtual machine communication interface [  OK  ]
VM communication interface socket family:   [FAIL]
Virtual ethernet[FAIL]
Bridged networking on /dev/vmnet0   [  OK  ]

 I retry /etc/init.d/vmware start

 VMware Server is installed, but it has not been (correctly) configured
 for the running kernel. To (re-)configure it, invoke the
 following command: /usr/bin/vmware-config.pl.

 I try /usr/bin/vmware-config.pl but it doesn't work until I reboot

 I do reboot but connection fails again and I have to do the same thing 
 above.

 what should I do to make thing working.

 /All help greatly/ appreciated

 

 Hi Georghy,

 I run VMware server 2 on PAE kernel.

 Are you running 2.0.2?

 I had the same problem as you when running  2.0.2

 2.0.2 has been fixed to work with CentOS 5.4 without that glibc trick on 
 the CentOS bug tracker.
 I have so far not had any problems with my installation.

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

   
I used the following package : VMware-server-2.0.1-156745.i386.rpm

I'll try with the 2.0.2 hope it worked thanks for the trick
I'll keep you in touch

-- 
Cordialement, / Greetings,
Georghy FUSCO

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


Re: [CentOS] Running commercial softwares on CentOS

2010-03-29 Thread John Doe
From: Rahul Tidke ra...@excelize.com
 I want to run Autodesk products on it like AutoCAD,Revit,3D Max,etc.
 Does Wine (winehq) supportrunning such software?

Maybe check Wine database...
http://appdb.winehq.org/

JD


  

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


Re: [CentOS] Running commercial softwares on CentOS

2010-03-29 Thread JohnS

On Mon, 2010-03-29 at 04:16 -0700, John Doe wrote:
 From: Rahul Tidke ra...@excelize.com
  I want to run Autodesk products on it like AutoCAD,Revit,3D Max,etc.
  Does Wine (winehq) supportrunning such software?
 
 Maybe check Wine database...
 http://appdb.winehq.org/

I'm sure there not talking about wine.  Try utilizing windows terminal
services from RH/Cos.  That is what they mean.  That will work.

Be aware Wine does not support every Win App there is.

JS

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


[CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-29 Thread ken
When I do yum update gmime gmime-sharp I get:

...
  -- Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
...

But both of these are already installed:

# rpm -q gmime gmime-sharp
gmime-2.2.10-5.el5.centos
gmime-sharp-2.2.10-5.el5.centos

So:

# package-cleanup --problems
Setting up yum
Reading local RPM database
Processing all local requires
No problems found

Running the above yum update ... again yields the same bogus error
messages.  I've had problems with these two packages before.  Why can't
yum understand rpm for them?


Thanks for the wisdom.


-- 
Find research and analysis on US healthcare, health insurance,
and health policy at: http://healthpolicydaily.blogspot.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] yum to use different bind address

2010-03-29 Thread Agnello George
Hi
Is there a way i can use a diffent bind-addresss  in  yum .
Thanks

-- 
Regards
Agnello D'souza
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Forgetting network settings

2010-03-29 Thread cahit Eyigünlü
i am reaching the network with this :
route add -net 217.20.117.1 netmask 255.255.255.255 dev eth0
route add default gw 217.20.117.1

i have added eth0
address0=217.20.117.1
subnet0=255.255.255.255

the first command is ok but how could i set the second command to cent os to
do it automatically



2010/3/29 Niki Kovacs cont...@kikinovak.net

 cahit Eyigünlü a écrit :
  there is sth. different on my network my gateway is on different subnet
  then my static ip so is this works?
 

 One of the fundamentals of networking - as explained to you a few posts
 ago - is that your gateway has to be on the same subnet than your IP, or
 how else could you possibly reach it?

 Cheers,

 Niki Kovacs
 ___
 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] VMware server 2 - Strange behaviour

2010-03-29 Thread Georghy
Coert a écrit :
 Georghy wrote:
   
 Hi everyone,
 I recently install VMware on a server using PAE kernel

 everything was great until I use vmware server

 everytime i'm connecting to the vmware server web interface
 after few seconds, the client loose server connection (server shows a 
 loading page)
 I can't access to my VM till I log on the server run /etc/init.d/vmware 
 restart

 I try to connect to the server again but connection still fails

 I try /etc/init.d/vmware stop
 /etc/init.d/vmware start

 then it respond me :

 Starting VMware services:
Virtual machine monitor [FAIL]
Virtual machine communication interface [  OK  ]
VM communication interface socket family:   [FAIL]
Virtual ethernet[FAIL]
Bridged networking on /dev/vmnet0   [  OK  ]

 I retry /etc/init.d/vmware start

 VMware Server is installed, but it has not been (correctly) configured
 for the running kernel. To (re-)configure it, invoke the
 following command: /usr/bin/vmware-config.pl.

 I try /usr/bin/vmware-config.pl but it doesn't work until I reboot

 I do reboot but connection fails again and I have to do the same thing 
 above.

 what should I do to make thing working.

 /All help greatly/ appreciated

 

 Hi Georghy,

 I run VMware server 2 on PAE kernel.

 Are you running 2.0.2?

 I had the same problem as you when running  2.0.2

 2.0.2 has been fixed to work with CentOS 5.4 without that glibc trick on 
 the CentOS bug tracker.
 I have so far not had any problems with my installation.

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

   
I've tried vmware server 2.0.2 and the problem still persist :s
vmware is stuck on a loading page and I can't access to my VM :(

-- 
Cordialement, / Greetings,
Georghy FUSCO

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


Re: [CentOS] Forgetting network settings

2010-03-29 Thread Les Mikesell
cahit Eyigünlü wrote:
 i am reaching the network with this :
 route add -net 217.20.117.1 netmask 255.255.255.255 dev eth0
 route add default gw 217.20.117.1 
 
 i have added eth0 
 address0=217.20.117.1
 subnet0=255.255.255.255
 
 the first command is ok but how could i set the second command to cent 
 os to do it automatically
 

If you create a file named /etc/sysconfig/network-scripts/route-eth0 you can 
put 
lines in it that will have 'ip route' added at the beginning and executed after 
the interface is up.  ip route takes some different arguments than the 
route 
command - see man ip for details.

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



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


Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread Les Mikesell
Georghy wrote:
 Coert a écrit :
 Georghy wrote:
   
 Hi everyone,
 I recently install VMware on a server using PAE kernel

 everything was great until I use vmware server

 everytime i'm connecting to the vmware server web interface
 after few seconds, the client loose server connection (server shows a 
 loading page)
 I can't access to my VM till I log on the server run /etc/init.d/vmware 
 restart

 I try to connect to the server again but connection still fails

 I try /etc/init.d/vmware stop
 /etc/init.d/vmware start

 then it respond me :

 Starting VMware services:
Virtual machine monitor [FAIL]
Virtual machine communication interface [  OK  ]
VM communication interface socket family:   [FAIL]
Virtual ethernet[FAIL]
Bridged networking on /dev/vmnet0   [  OK  ]

 I retry /etc/init.d/vmware start

 VMware Server is installed, but it has not been (correctly) configured
 for the running kernel. To (re-)configure it, invoke the
 following command: /usr/bin/vmware-config.pl.

 I try /usr/bin/vmware-config.pl but it doesn't work until I reboot

 I do reboot but connection fails again and I have to do the same thing 
 above.

 what should I do to make thing working.

 /All help greatly/ appreciated

 
 Hi Georghy,

 I run VMware server 2 on PAE kernel.

 Are you running 2.0.2?

 I had the same problem as you when running  2.0.2

 2.0.2 has been fixed to work with CentOS 5.4 without that glibc trick on 
 the CentOS bug tracker.
 I have so far not had any problems with my installation.


   
 I've tried vmware server 2.0.2 and the problem still persist :s
 vmware is stuck on a loading page and I can't access to my VM :(

Did this bug ever get fixed?
http://bugs.centos.org/view.php?id=3884

If you are in a position to reinstall everything, you might be better off 
running VMware ESXi on the hardware and Centos + everything else as guests.

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





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


Re: [CentOS] Forgetting network settings

2010-03-29 Thread cahit Eyigünlü
This is my two line on route-eth0
 address0=217.20.117.1
 subnet0=255.255.255.255
but what should be next line for default gateway the only thing that i could
not complete is default gateway setting
and my netstat table must looklike this :
Destination Gateway Genmask Flags   MSS Window  irtt
Iface
217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
eth0
xx.xx.xx.0 0.0.0.0 255.255.255.0   U 0 0  0 eth0
0.0.0.0 217.20.117.10.0.0.0 UG0 0  0
eth0
and now i see only the first two line truely i am adding 3rd line on every
time restart manually with route add default gw


2010/3/29 Les Mikesell lesmikes...@gmail.com

 cahit Eyigünlü wrote:
  i am reaching the network with this :
  route add -net 217.20.117.1 netmask 255.255.255.255 dev eth0
  route add default gw 217.20.117.1
 
  i have added eth0
  address0=217.20.117.1
  subnet0=255.255.255.255
 
  the first command is ok but how could i set the second command to cent
  os to do it automatically
 

 If you create a file named /etc/sysconfig/network-scripts/route-eth0 you
 can put
 lines in it that will have 'ip route' added at the beginning and executed
 after
 the interface is up.  ip route takes some different arguments than the
 route
 command - see man ip for details.

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



 ___
 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] VMware server 2 - Strange behaviour

2010-03-29 Thread John Thomas
 Hi everyone, I recently install VMware on a server using PAE kernel
Running 3 similar systems here, 2 production, one testing

 everything was great until I use vmware server
 everytime i'm connecting to the vmware server web interface after few
 seconds, the client loose server connection (server shows a loading
 page) I can't access to my VM till I log on the server run
 /etc/init.d/vmware restart
I have this problem too sometimes, particular with the Firefox extension 
installed.  After many searches, the best solution I found was running 
the extension outside the browser.  I cannot remember exactly how I did 
it, but here is the result of a quick Google search:

cd /tmp
IP=the.esx.srv.ip #  fill in esx server ip address here
wget --no-check-certificate https://$IP/ui/plugin/vmware-vmrc-linux-x86.xpi
mv vmware-vmrc-linux-x86.xpi vmware-vmrc-linux-x86.zip
cd ~
mkdir -p bin/vmwareconsole # make directory bin in your own homedir
cd bin/vmwareconsole
unzip /tmp/vmware-vmrc-linux-x86.zip
cd ~/bin
ln -s vmwareconsole/plugins/vmware-vmrc . # make a symlink for easy access
vmware-vmrc # run the console


 I try to connect to the server again but connection still fails
 I try /etc/init.d/vmware stop /etc/init.d/vmware start
 then it respond me :
snip
 VMware Server is installed, but it has not been (correctly)
 configured for the running kernel. To (re-)configure it, invoke the
 following command: /usr/bin/vmware-config.pl.

 I try /usr/bin/vmware-config.pl but it doesn't work until I reboot
  I do reboot but connection fails again and I have to do the same
  thing above.
Oh boy, this sounds worse than anything I had.


 what should I do to make thing working.
 /All help greatly/ appreciated


-- 
Sincerely,
John Thomas
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Forgetting network settings

2010-03-29 Thread Matt Iavarone
2010/3/29 cahit Eyigünlü cahit.eyigu...@gmail.com:
 This is my two line on route-eth0
  address0=217.20.117.1
  subnet0=255.255.255.255
 but what should be next line for default gateway the only thing that i could
 not complete is default gateway setting
 and my netstat table must looklike this :
 Destination     Gateway         Genmask         Flags   MSS Window  irtt
 Iface
 217.20.117.1    0.0.0.0         255.255.255.255 UH        0 0          0
 eth0
 xx.xx.xx.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
 0.0.0.0         217.20.117.1    0.0.0.0         UG        0 0          0
 eth0
 and now i see only the first two line truely i am adding 3rd line on every
 time restart manually with route add default gw

 2010/3/29 Les Mikesell lesmikes...@gmail.com

 cahit Eyigünlü wrote:
  i am reaching the network with this :
  route add -net 217.20.117.1 netmask 255.255.255.255 dev eth0
  route add default gw 217.20.117.1
 
  i have added eth0
  address0=217.20.117.1
  subnet0=255.255.255.255
 
  the first command is ok but how could i set the second command to cent
  os to do it automatically
 

 If you create a file named /etc/sysconfig/network-scripts/route-eth0 you
 can put
 lines in it that will have 'ip route' added at the beginning and executed
 after
 the interface is up.  ip route takes some different arguments than the
 route
 command - see man ip for details.

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



 ___
 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



Why don't you post the results of 'ifconfig -a' and 'ip route show'?
Giving information piecemeal is not helping anyone.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread JohnS

On Mon, 2010-03-29 at 06:15 -0700, John Thomas wrote:

 
 cd /tmp
 IP=the.esx.srv.ip #  fill in esx server ip address here
 wget --no-check-certificate https://$IP/ui/plugin/vmware-vmrc-linux-x86.xpi
 mv vmware-vmrc-linux-x86.xpi vmware-vmrc-linux-x86.zip
 cd ~
 mkdir -p bin/vmwareconsole # make directory bin in your own homedir
 cd bin/vmwareconsole
 unzip /tmp/vmware-vmrc-linux-x86.zip
 cd ~/bin
 ln -s vmwareconsole/plugins/vmware-vmrc . # make a symlink for easy access
 vmware-vmrc # run the console
---
I tried a similar hack like that on a client machine weeks ago and I
would also get the page display problem and could not log in.

I also find the problem on real slow machines with not enough ram.  My
i686 machine want even run it even if it is set up correct.

On the actual server machine there is no problem at all.

John

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


Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread Georghy
Les Mikesell a écrit :
 Georghy wrote:
   
 Coert a écrit :
 
 Georghy wrote:
   
   
 Hi everyone,
 I recently install VMware on a server using PAE kernel

 everything was great until I use vmware server

 everytime i'm connecting to the vmware server web interface
 after few seconds, the client loose server connection (server shows a 
 loading page)
 I can't access to my VM till I log on the server run /etc/init.d/vmware 
 restart

 I try to connect to the server again but connection still fails

 I try /etc/init.d/vmware stop
 /etc/init.d/vmware start

 then it respond me :

 Starting VMware services:
Virtual machine monitor [FAIL]
Virtual machine communication interface [  OK  ]
VM communication interface socket family:   [FAIL]
Virtual ethernet[FAIL]
Bridged networking on /dev/vmnet0   [  OK  ]

 I retry /etc/init.d/vmware start

 VMware Server is installed, but it has not been (correctly) configured
 for the running kernel. To (re-)configure it, invoke the
 following command: /usr/bin/vmware-config.pl.

 I try /usr/bin/vmware-config.pl but it doesn't work until I reboot

 I do reboot but connection fails again and I have to do the same thing 
 above.

 what should I do to make thing working.

 /All help greatly/ appreciated

 
 
 Hi Georghy,

 I run VMware server 2 on PAE kernel.

 Are you running 2.0.2?

 I had the same problem as you when running  2.0.2

 2.0.2 has been fixed to work with CentOS 5.4 without that glibc trick on 
 the CentOS bug tracker.
 I have so far not had any problems with my installation.


   
   
 I've tried vmware server 2.0.2 and the problem still persist :s
 vmware is stuck on a loading page and I can't access to my VM :(
 

 Did this bug ever get fixed?
 http://bugs.centos.org/view.php?id=3884

 If you are in a position to reinstall everything, you might be better off 
 running VMware ESXi on the hardware and Centos + everything else as guests.

   
I don't think my problem is kernel related because we have other VMware 
server running centOS and they work great with this kernel version (I 
didn't use yum -y update )

-- 
Cordialement, / Greetings,
Georghy FUSCO

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


Re: [CentOS] Forgetting network settings

2010-03-29 Thread cahit Eyigünlü
there is no problem with my internet connection i just want that to do this
cent os automatically :
route add default gw 217.20.117.1
before typing this my netstat -rn looks like this :
r...@lin3 [~]# netstat -rn (that is not able to connect to internet)
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt
Iface
217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
eth0
188.72.255.00.0.0.0 255.255.255.0   U 0 0  0
eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0
eth0
after adding gateway : (this works perfect)
r...@lin3 [~]# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt
Iface
217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
eth0
188.72.255.00.0.0.0 255.255.255.0   U 0 0  0
eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0
eth0
*0.0.0.0 217.20.117.10.0.0.0 UG0 0  0
eth0 *

i just want to add bold line automatically

and this is my ifconfig :
r...@lin3 [~]# ifconfig -a
eth0  Link encap:Ethernet  HWaddr 00:0C:29:83:21:44
  inet addr:188.72.255.189  Bcast:188.72.255.255  Mask:255.255.255.0
  inet6 addr: fe80::20c:29ff:fe83:2144/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:9653 errors:0 dropped:0 overruns:0 frame:0
  TX packets:458 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:876648 (856.1 KiB)  TX bytes:50814 (49.6 KiB)
  Base address:0x2000 Memory:d892-d894

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:483 errors:0 dropped:0 overruns:0 frame:0
  TX packets:483 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:75305 (73.5 KiB)  TX bytes:75305 (73.5 KiB)

sit0  Link encap:IPv6-in-IPv4
  NOARP  MTU:1480  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)



2010/3/29 Matt Iavarone matt.iavar...@gmail.com

 2010/3/29 cahit Eyigünlü cahit.eyigu...@gmail.com:
  This is my two line on route-eth0
   address0=217.20.117.1
   subnet0=255.255.255.255
  but what should be next line for default gateway the only thing that i
 could
  not complete is default gateway setting
  and my netstat table must looklike this :
  Destination Gateway Genmask Flags   MSS Window  irtt
  Iface
  217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
  eth0
  xx.xx.xx.0 0.0.0.0 255.255.255.0   U 0 0  0
 eth0
  0.0.0.0 217.20.117.10.0.0.0 UG0 0  0
  eth0
  and now i see only the first two line truely i am adding 3rd line on
 every
  time restart manually with route add default gw
 
  2010/3/29 Les Mikesell lesmikes...@gmail.com
 
  cahit Eyigünlü wrote:
   i am reaching the network with this :
   route add -net 217.20.117.1 netmask 255.255.255.255 dev eth0
   route add default gw 217.20.117.1
  
   i have added eth0
   address0=217.20.117.1
   subnet0=255.255.255.255
  
   the first command is ok but how could i set the second command to cent
   os to do it automatically
  
 
  If you create a file named /etc/sysconfig/network-scripts/route-eth0 you
  can put
  lines in it that will have 'ip route' added at the beginning and
 executed
  after
  the interface is up.  ip route takes some different arguments than the
  route
  command - see man ip for details.
 
  --
Les Mikesell
lesmikes...@gmail.com
 
 
 
  ___
  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
 
 

 Why don't you post the results of 'ifconfig -a' and 'ip route show'?
 Giving information piecemeal is not helping anyone.
 ___
 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] VMware server 2 - Strange behaviour

2010-03-29 Thread m . roth
Georghy wrote:
 Les Mikesell a écrit :
 Georghy wrote:
 Coert a écrit :
someone wrote:
 Georghy wrote:

 Hi everyone,
 I recently install VMware on a server using PAE kernel
 everything was great until I use vmware server
 everytime i'm connecting to the vmware server web interface
 after few seconds, the client loose server connection (server shows a
 loading page)
 I can't access to my VM till I log on the server run
 /etc/init.d/vmware
 restart
snip
 I don't think my problem is kernel related because we have other VMware
 server running centOS and they work great with this kernel version (I
 didn't use yum -y update )

May I ask how much virtual memory, and how many CPUs you're assigning to
the VM?

 mark

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


Re: [CentOS] Forgetting network settings

2010-03-29 Thread Rohan Gilchrist
So you're saying that your default gateway is an IP address that's part of a 
*different* network/subnet?

I don't know how this network has been designed, but typically I would expect 
that your default gateway would be something like

188.72.255.1

rather than 217.20.117.1 that you've mentioned earlier.

Take a look at mine for example:

[~]ifconfig
eth0  Link encap:Ethernet  HWaddr FE:FD:6D:4A:C1:69
   inet addr:109.xx.xxx.105  Bcast:109.74.193.255  Mask:255.255.255.0
   inet6 addr: fe80::fcfd:6dff:fe4a:c169/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:78742 errors:0 dropped:0 overruns:0 frame:0
   TX packets:67114 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:35442733 (33.8 MiB)  TX bytes:12607832 (12.0 MiB)

loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:8292 errors:0 dropped:0 overruns:0 frame:0
   TX packets:8292 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:1195297 (1.1 MiB)  TX bytes:1195297 (1.1 MiB)

[~]netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt Iface
109.xx.xxx.00.0.0.0 255.255.255.0   U 0 0  0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0 eth0
0.0.0.0 109.xx.xxx.10.0.0.0 UG0 0  0 eth0

So you can see my host has .105 assigned to eth0, and the default gateway is .1 
of the same network/subnet.

You might want to check that your addressing is correct.



On Mon, 29 Mar 2010, cahit Eyig?nl? wrote:

 there is no problem with my internet connection i just want that to do this 
 cent os automatically :route add default gw 217.20.117.1 
 before typing this my netstat -rn looks like this :
 r...@lin3 [~]# netstat -rn (that is not able to connect to internet)
 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window  irtt Iface
 217.20.117.10.0.0.0 255.255.255.255 UH0 0  0 eth0
 188.72.255.00.0.0.0 255.255.255.0   U 0 0  0 eth0
 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0 eth0
 after adding gateway : (this works perfect)
 r...@lin3 [~]# netstat -rn
 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window  irtt Iface
 217.20.117.10.0.0.0 255.255.255.255 UH0 0  0 eth0
 188.72.255.00.0.0.0 255.255.255.0   U 0 0  0 eth0
 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0 eth0
 0.0.0.0 217.20.117.10.0.0.0 UG0 0  0 eth0 
 
 i just want to add bold line automatically
 
 and this is my ifconfig :
 r...@lin3 [~]# ifconfig -a
 eth0  Link encap:Ethernet  HWaddr 00:0C:29:83:21:44
   inet addr:188.72.255.189  Bcast:188.72.255.255  Mask:255.255.255.0
   inet6 addr: fe80::20c:29ff:fe83:2144/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:9653 errors:0 dropped:0 overruns:0 frame:0
   TX packets:458 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:876648 (856.1 KiB)  TX bytes:50814 (49.6 KiB)
   Base address:0x2000 Memory:d892-d894
 
 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:483 errors:0 dropped:0 overruns:0 frame:0
   TX packets:483 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:75305 (73.5 KiB)  TX bytes:75305 (73.5 KiB)
 
 sit0  Link encap:IPv6-in-IPv4
   NOARP  MTU:1480  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
 
 
 2010/3/29 Matt Iavarone matt.iavar...@gmail.com
   2010/3/29 cahit Eyig?nl? cahit.eyigu...@gmail.com:
  This is my two line on route-eth0
   address0=217.20.117.1
   subnet0=255.255.255.255
  but what should be next line for default gateway the only thing that i could
  not complete is default gateway setting
  and my netstat table must looklike this :
  Destination Gateway Genmask Flags   MSS Window  irtt
  Iface
  217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
  eth0
  xx.xx.xx.0 0.0.0.0 255.255.255.0   U 0 0  0 eth0
  0.0.0.0 217.20.117.10.0.0.0 UG0 0  0
  eth0
  and now i see 

Re: [CentOS] Forgetting network settings

2010-03-29 Thread cahit Eyigünlü
Thanks rohan but our gateway on 24 ip block so i need to do it on way that i
send , unortunately this wont work becuase that is a global ip adress and
they can not set a gateway for each 255 block for ex. i have 5 more ip 2 of
them is on 78.159.xx.xx block so i need to set default gw to 217.20.117.1

2010/3/29 Rohan Gilchrist ro...@gilchrist.me

 So you're saying that your default gateway is an IP address that's part of
 a *different* network/subnet?

 I don't know how this network has been designed, but typically I would
 expect that your default gateway would be something like

 188.72.255.1

 rather than 217.20.117.1 that you've mentioned earlier.

 Take a look at mine for example:

 [~]ifconfig
 eth0  Link encap:Ethernet  HWaddr FE:FD:6D:4A:C1:69
   inet addr:109.xx.xxx.105  Bcast:109.74.193.255
  Mask:255.255.255.0
   inet6 addr: fe80::fcfd:6dff:fe4a:c169/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:78742 errors:0 dropped:0 overruns:0 frame:0
   TX packets:67114 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:35442733 (33.8 MiB)  TX bytes:12607832 (12.0 MiB)

 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:8292 errors:0 dropped:0 overruns:0 frame:0
   TX packets:8292 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:1195297 (1.1 MiB)  TX bytes:1195297 (1.1 MiB)

 [~]netstat -rn
 Kernel IP routing table
 Destination Gateway Genmask Flags   MSS Window  irtt
 Iface
 109.xx.xxx.00.0.0.0 255.255.255.0   U 0 0  0
 eth0
 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0
 eth0
 0.0.0.0 109.xx.xxx.10.0.0.0 UG0 0  0
 eth0

 So you can see my host has .105 assigned to eth0, and the default gateway
 is .1 of the same network/subnet.

 You might want to check that your addressing is correct.



 On Mon, 29 Mar 2010, cahit Eyig?nl? wrote:

  there is no problem with my internet connection i just want that to do
 this cent os automatically :route add default gw 217.20.117.1
  before typing this my netstat -rn looks like this :
  r...@lin3 [~]# netstat -rn (that is not able to connect to internet)
  Kernel IP routing table
  Destination Gateway Genmask Flags   MSS Window  irtt
 Iface
  217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
 eth0
  188.72.255.00.0.0.0 255.255.255.0   U 0 0  0
 eth0
  169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0
 eth0
  after adding gateway : (this works perfect)
  r...@lin3 [~]# netstat -rn
  Kernel IP routing table
  Destination Gateway Genmask Flags   MSS Window  irtt
 Iface
  217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
 eth0
  188.72.255.00.0.0.0 255.255.255.0   U 0 0  0
 eth0
  169.254.0.0 0.0.0.0 255.255.0.0 U 0 0  0
 eth0
  0.0.0.0 217.20.117.10.0.0.0 UG0 0  0
 eth0
 
  i just want to add bold line automatically
 
  and this is my ifconfig :
  r...@lin3 [~]# ifconfig -a
  eth0  Link encap:Ethernet  HWaddr 00:0C:29:83:21:44
inet addr:188.72.255.189  Bcast:188.72.255.255
  Mask:255.255.255.0
inet6 addr: fe80::20c:29ff:fe83:2144/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:9653 errors:0 dropped:0 overruns:0 frame:0
TX packets:458 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:876648 (856.1 KiB)  TX bytes:50814 (49.6 KiB)
Base address:0x2000 Memory:d892-d894
 
  loLink encap:Local Loopback
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:483 errors:0 dropped:0 overruns:0 frame:0
TX packets:483 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:75305 (73.5 KiB)  TX bytes:75305 (73.5 KiB)
 
  sit0  Link encap:IPv6-in-IPv4
NOARP  MTU:1480  Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
 
 
  2010/3/29 Matt Iavarone matt.iavar...@gmail.com
2010/3/29 cahit Eyig?nl? cahit.eyigu...@gmail.com:
   This is my two line on route-eth0
address0=217.20.117.1
subnet0=255.255.255.255
   but what should be next line for default gateway the only thing that i
 could
  

[CentOS] the T-bird update

2010-03-29 Thread m . roth
Ok, new updates over the weekend. Just tested it on one server, with the
result that I think there's a bug with the thunderbird package. As in,
  Updating   : thunderbird
10/28
Could not parse file '/usr/share/applications/redhat-userpasswd.desktop':
desktop entry does not have group 'Desktop Entry'

 So, someone's got their cases wrong, or they forgot to put an ignore case
flag on. Should I file a bug report?

mark

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


Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread Georghy
m.r...@5-cent.us a écrit :
 Georghy wrote:
   
 Les Mikesell a écrit :
 
 Georghy wrote:
   
 Coert a écrit :
 someone wrote:
 
 Georghy wrote:

   
 Hi everyone,
 I recently install VMware on a server using PAE kernel
 everything was great until I use vmware server
 everytime i'm connecting to the vmware server web interface
 after few seconds, the client loose server connection (server shows a
 loading page)
 I can't access to my VM till I log on the server run
 /etc/init.d/vmware
 restart
 
 snip
   
 I don't think my problem is kernel related because we have other VMware
 server running centOS and they work great with this kernel version (I
 didn't use yum -y update )
 

 May I ask how much virtual memory, and how many CPUs you're assigning to
 the VM?

  mark

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

   
I used 256 MO for each VM and 1 CPU

-- 
Cordialement, / Greetings,
Georghy FUSCO

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


Re: [CentOS] Forgetting network settings

2010-03-29 Thread Les Mikesell
On 3/29/2010 8:09 AM, cahit Eyigünlü wrote:
 This is my two line on route-eth0
   address0=217.20.117.1
   subnet0=255.255.255.255
 but what should be next line for default gateway the only thing that i
 could not complete is default gateway setting
 and my netstat table must looklike this :
 Destination Gateway Genmask Flags   MSS Window  irtt
 Iface
 217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
 eth0
 xx.xx.xx.0 0.0.0.0 255.255.255.0   U 0 0  0 eth0
 0.0.0.0 217.20.117.10.0.0.0 UG0 0  0
 eth0
 and now i see only the first two line truely i am adding 3rd line on
 every time restart manually with route add default gw


If you want to use that syntax, you can probably add:
GATEWAY1=217.20.117.1
NETMASK1=0.0.0.0
ADDRESS1=0.0.0.0

Or this should work instead:
default via 217.20.117.1 dev eth0

But, I'd consider looking for a different service provider that does 
networking in a more standard way.  If they have to overlay subnets, 
they could at least assign an IP within each one on the gateway device 
so a standard configuration would be able to reach it.

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

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


Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread m . roth
Georghy wrote:
 m.r...@5-cent.us a écrit :
 Georghy wrote:
snip
 I recently install VMware on a server using PAE kernel
 everything was great until I use vmware server
 everytime i'm connecting to the vmware server web interface
 after few seconds, the client loose server connection (server shows
 a loading page)
 I can't access to my VM till I log on the server run
 /etc/init.d/vmware
 restart

 snip

 May I ask how much virtual memory, and how many CPUs you're assigning to
 the VM?

 I used 256 MO for each VM and 1 CPU

How much memory on the system? Also, how much else is running on the system?

 mark

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


Re: [CentOS] Forgetting network settings

2010-03-29 Thread cahit Eyigünlü
GATEWAY1=217.20.117.1 that does not worked

2010/3/29 Les Mikesell lesmikes...@gmail.com

 On 3/29/2010 8:09 AM, cahit Eyigünlü wrote:
  This is my two line on route-eth0
address0=217.20.117.1
subnet0=255.255.255.255
  but what should be next line for default gateway the only thing that i
  could not complete is default gateway setting
  and my netstat table must looklike this :
  Destination Gateway Genmask Flags   MSS Window  irtt
  Iface
  217.20.117.10.0.0.0 255.255.255.255 UH0 0  0
  eth0
  xx.xx.xx.0 0.0.0.0 255.255.255.0   U 0 0  0
 eth0
  0.0.0.0 217.20.117.10.0.0.0 UG0 0  0
  eth0
  and now i see only the first two line truely i am adding 3rd line on
  every time restart manually with route add default gw
 

 If you want to use that syntax, you can probably add:
 GATEWAY1=217.20.117.1
 NETMASK1=0.0.0.0
 ADDRESS1=0.0.0.0

 Or this should work instead:
 default via 217.20.117.1 dev eth0

 But, I'd consider looking for a different service provider that does
 networking in a more standard way.  If they have to overlay subnets,
 they could at least assign an IP within each one on the gateway device
 so a standard configuration would be able to reach it.

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

 ___
 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


[CentOS] CentOS-announce Digest, Vol 61, Issue 9

2010-03-29 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of CentOS-announce digest...


Today's Topics:

   1. CESA-2010:0153 Moderate CentOS 5 i386 thunderbird Update
  (Karanbir Singh)
   2. CESA-2010:0153 Moderate CentOS 5 x86_64   thunderbird Update
  (Karanbir Singh)
   3. CEBA-2010:0158  CentOS 5 x86_64 kvm Update (Karanbir Singh)
   4. CESA-2010:0166 Moderate CentOS 5 i386 gnutls  Update
  (Karanbir Singh)
   5. CESA-2010:0166 Moderate CentOS 5 x86_64 gnutlsUpdate
  (Karanbir Singh)
   6. CEEA-2010:0156  CentOS 5 i386 kmod-lpfc Update (Karanbir Singh)
   7. CEEA-2010:0156 CentOS 5 x86_64 kmod-lpfc Update (Karanbir Singh)
   8. CEBA-2010:0151 CentOS 5 x86_64 cyrus-sasl Update (Karanbir Singh)
   9. CEBA-2010:0151  CentOS 5 i386 cyrus-sasl Update (Karanbir Singh)
  10. CESA-2010:0162 Important CentOS 5 i386 opensslUpdate
  (Karanbir Singh)
  11. CESA-2010:0162 Important CentOS 5 x86_64 openssl  Update
  (Karanbir Singh)
  12. CESA-2010:0164 Moderate CentOS 5 x86_64   openssl097a Update
  (Karanbir Singh)
  13. CESA-2010:0164 Moderate CentOS 5 i386 openssl097a Update
  (Karanbir Singh)
  14. CEBA-2010:0174  CentOS 5 i386 strace Update (Karanbir Singh)
  15. CEBA-2010:0174  CentOS 5 x86_64 strace Update (Karanbir Singh)
  16. CEBA-2010:0176  CentOS 5 x86_64 pidgin Update (Karanbir Singh)
  17. CEBA-2010:0176  CentOS 5 i386 pidgin Update (Karanbir Singh)
  18. CESA-2010:0165 Moderate CentOS 5 x86_64 nss Update
  (Karanbir Singh)
  19. CESA-2010:0165 Moderate CentOS 5 i386 nss Update (Karanbir Singh)
  20. CESA-2010:0168 Moderate CentOS 5 i386 httpd Update
  (Karanbir Singh)
  21. CESA-2010:0168 Moderate CentOS 5 x86_64 httpd Update
  (Karanbir Singh)
  22. CESA-2010:0167 Moderate CentOS 4 i386 gnutls -security
  update (Tru Huynh)
  23. CESA-2010:0167 Moderate CentOS 4 x86_64 gnutls -  security
  update (Tru Huynh)
  24. CESA-2010:0165 Moderate CentOS 4 i386 nss -   security update
  (Tru Huynh)
  25. CESA-2010:0165 Moderate CentOS 4 x86_64 nss - security update
  (Tru Huynh)
  26. CESA-2010:0163 Moderate CentOS 4 i386 openssl -   security
  update (Tru Huynh)
  27. CESA-2010:0163 Moderate CentOS 4 x86_64 openssl - security
  update (Tru Huynh)
  28. CESA-2010:0173 Important CentOS 4 i386 openssl096b - security
  update (Tru Huynh)
  29. CESA-2010:0173 Important CentOS 4 x86_64 openssl096b -
  security update (Tru Huynh)
  30. CESA-2010:0175 Low CentOS 4 i386 httpd security, bug fix, and
  enhancement update (Tru Huynh)
  31. CESA-2010:0175 Low CentOS 4 x86_64 httpd security, bug fix,
  and enhancement update (Tru Huynh)


--

Message: 1
Date: Fri, 26 Mar 2010 20:37:29 +
From: Karanbir Singh kbsi...@centos.org
Subject: [CentOS-announce] CESA-2010:0153 Moderate CentOS 5 i386
thunderbird Update
To: centos-annou...@centos.org
Message-ID: 20100326203729.ga5...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2010:0153 Moderate

Upstream details at : http://rhn.redhat.com/errata/RHSA-2010-0153.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( md5sum Filename ) 

i386:
789a4392a22c426103a05b51eb51b8c7  thunderbird-2.0.0.24-2.el5.centos.i386.rpm

Source:
5fd5ef4d07813912bf974e45d52a85eb  thunderbird-2.0.0.24-2.el5.centos.src.rpm


-- 
Karanbir Singh
CentOS Project { http://www.centos.org/ }
irc: z00dax, #cen...@irc.freenode.net



--

Message: 2
Date: Fri, 26 Mar 2010 20:37:29 +
From: Karanbir Singh kbsi...@centos.org
Subject: [CentOS-announce] CESA-2010:0153 Moderate CentOS 5 x86_64
thunderbird Update
To: centos-annou...@centos.org
Message-ID: 20100326203729.ga5...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2010:0153 Moderate

Upstream details at : http://rhn.redhat.com/errata/RHSA-2010-0153.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( md5sum Filename ) 

x86_64:
b26577d8dd23457f258bbd03ca6e2442  thunderbird-2.0.0.24-2.el5.centos.x86_64.rpm

Source:
5fd5ef4d07813912bf974e45d52a85eb  thunderbird-2.0.0.24-2.el5.centos.src.rpm


-- 
Karanbir Singh
CentOS Project { http://www.centos.org/ }
irc: z00dax, #cen...@irc.freenode.net



--

Message: 3
Date: Fri, 26 Mar 2010 20:47:27 +
From: Karanbir Singh kbsi...@centos.org
Subject: 

Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread Les Mikesell
On 3/29/2010 8:39 AM, Georghy wrote:


 I've tried vmware server 2.0.2 and the problem still persist :s
 vmware is stuck on a loading page and I can't access to my VM :(


 Did this bug ever get fixed?
 http://bugs.centos.org/view.php?id=3884

 If you are in a position to reinstall everything, you might be better off
 running VMware ESXi on the hardware and Centos + everything else as guests.


 I don't think my problem is kernel related because we have other VMware
 server running centOS and they work great with this kernel version (I
 didn't use yum -y update )

The you read the whole page on that link (or any of it?)  It's not a 
kernel issue, it's glibc.  And there are others mentioning that they 
still have problems with 2.0.2 with some logs and workarounds.
More, perhaps related, at:
http://bugs.centos.org/view.php?id=3987
https://www.centos.org/modules/newbb/viewtopic.php?topic_id=24710forum=45

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Forgetting network settings

2010-03-29 Thread Les Mikesell
On 3/29/2010 10:50 AM, cahit Eyigünlü wrote:

 GATEWAY1=217.20.117.1 that does not worked

Did you add those lines after the ones you said had worked to give you 
the host route to 217.20.117.1?  You can't add a gateway until you have 
a route to it.

What about the alternative I suggested of:
default via 217.20.117.1 dev eth0

You may have to wade through the 
/etc/sysconfig/network-scripts/ifup-routes script to figure out the 
right syntax.   (And maybe you can't mix the different syntaxes in the 
same file...).


-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VMware server 2 - Strange behaviour

2010-03-29 Thread Kwan Lowe
On Mon, Mar 29, 2010 at 12:01 PM, Les Mikesell lesmikes...@gmail.com wrote:

 The you read the whole page on that link (or any of it?)  It's not a
 kernel issue, it's glibc.  And there are others mentioning that they
 still have problems with 2.0.2 with some logs and workarounds.
 More, perhaps related, at:
 http://bugs.centos.org/view.php?id=3987
 https://www.centos.org/modules/newbb/viewtopic.php?topic_id=24710forum=45

To make it even more interesting, there are also issues with using
Firefox 3.6 to access the management console. At this point, none of
the Firefox 3.6.x versions can be used to access the console on either
Linux or Windows clients.

For more information:
https://bugzilla.mozilla.org/show_bug.cgi?id=535640
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Forgetting network settings

2010-03-29 Thread cahit Eyigünlü
it seems like a good solution but i could not figure out how to make this :D

2010/3/29 Les Mikesell lesmikes...@gmail.com

 On 3/29/2010 10:50 AM, cahit Eyigünlü wrote:
 
  GATEWAY1=217.20.117.1 that does not worked

 Did you add those lines after the ones you said had worked to give you
 the host route to 217.20.117.1?  You can't add a gateway until you have
 a route to it.

 What about the alternative I suggested of:
 default via 217.20.117.1 dev eth0

 You may have to wade through the
 /etc/sysconfig/network-scripts/ifup-routes script to figure out the
 right syntax.   (And maybe you can't mix the different syntaxes in the
 same file...).


 --
Les Mikesell
lesmikes...@gmail.com
 ___
 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


[CentOS] iptables rules

2010-03-29 Thread m . roth
I've got a server with several ip's on eth0. I want to block all traffic
*except* to port 80 on them, but not on any other IPs, so that
eth0 is www.xxx.yyy.zzz
eth0:1 is www.xxx.yyy.ggg
eth0:2 is www.xxx.yyy.hhh

I've tried
-A RH-Firewall-1-INPUT -p tcp -d www.xxx.yyy.ggg --dport ! 80 -j DROP
-A RH-Firewall-1-INPUT -p tcp -d www.xxx.yyy.hhh --dport ! 80 -j DROP

and restarted (and several variants of this). iptables-save displays

*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [769:48207]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A FORWARD -j RH-Firewall-1-INPUT
-A RH-Firewall-1-INPUT -i lo -j ACCEPT
-A RH-Firewall-1-INPUT -d  www.xxx.yyy.ggg -p tcp -m tcp ! --dport 80 -j DROP
-A RH-Firewall-1-INPUT -d www.xxx.yyy.hhh -p tcp -m tcp ! --dport 80 -j DROP
-A RH-Firewall-1-INPUT -p icmp -m icmp --icmp-type any -j ACCEPT
...
and I notice it puts the ! in front of the --dport, but has no complaints.

However, I can telnet to www.xxx.yyy.hhh 443. What's wrong with the rules?

 mark

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


Re: [CentOS] iptables rules

2010-03-29 Thread Eero Volotinen
 However, I can telnet to www.xxx.yyy.hhh 443. What's wrong with the rules?

from other machine? from localhost ?

--
Eero,
RHCE
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] iptables rules

2010-03-29 Thread m . roth
 However, I can telnet to www.xxx.yyy.hhh 443. What's wrong with the
 rules?

 from other machine? from localhost ?

From other machines.

   mark

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


Re: [CentOS] iptables rules

2010-03-29 Thread Néstor
Maybe, I am not understanding you, but if you just want port 80 to be
available on each of those machines, all you needs is to have this in your
iptables:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j
ACCEPT

:-)

On Mon, Mar 29, 2010 at 1:48 PM, m.r...@5-cent.us wrote:

 I've got a server with several ip's on eth0. I want to block all traffic
 *except* to port 80 on them, but not on any other IPs, so that
 eth0 is www.xxx.yyy.zzz
 eth0:1 is www.xxx.yyy.ggg
 eth0:2 is www.xxx.yyy.hhh

 I've tried
 -A RH-Firewall-1-INPUT -p tcp -d www.xxx.yyy.ggg --dport ! 80 -j DROP
 -A RH-Firewall-1-INPUT -p tcp -d www.xxx.yyy.hhh --dport ! 80 -j DROP

 and restarted (and several variants of this). iptables-save displays

 *filter
 :INPUT ACCEPT [0:0]
 :FORWARD ACCEPT [0:0]
 :OUTPUT ACCEPT [769:48207]
 :RH-Firewall-1-INPUT - [0:0]
 -A INPUT -j RH-Firewall-1-INPUT
 -A FORWARD -j RH-Firewall-1-INPUT
 -A RH-Firewall-1-INPUT -i lo -j ACCEPT
 -A RH-Firewall-1-INPUT -d  www.xxx.yyy.ggg -p tcp -m tcp ! --dport 80 -j
 DROP
 -A RH-Firewall-1-INPUT -d www.xxx.yyy.hhh -p tcp -m tcp ! --dport 80 -j
 DROP
 -A RH-Firewall-1-INPUT -p icmp -m icmp --icmp-type any -j ACCEPT
 ...
 and I notice it puts the ! in front of the --dport, but has no complaints.

 However, I can telnet to www.xxx.yyy.hhh 443. What's wrong with the rules?

 mark

 ___
 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] == gcc 4.4.3 on centos 64 bit

2010-03-29 Thread Dieter Best
Thanks for your email. Would you have the configuration? I was having
some trouble.

On Sun, Mar 28, 2010 at 8:55 PM, James A. Peltier jpelt...@fas.sfu.ca wrote:
 On Thu, 25 Mar 2010, Dieter Best wrote:

 Hello,

 I need a newer version of gcc (gcc 4.4.3), with yum install I got
 4.1.2. Has anyone figured out how to configure for the gcc 4.4.3 build
 to go through?

 Thanks.

 Yes, I built it from sources

 --
 James A. Peltier
 Systems Analyst (FASNet), VIVARIUM Technical Director
 HPC Coordinator
 Simon Fraser University - Burnaby Campus
 Phone   : 778-782-6573
 Fax     : 778-782-3045
 E-Mail  : jpelt...@sfu.ca
 Website : http://www.fas.sfu.ca | http://vivarium.cs.sfu.ca
           http://blogs.sfu.ca/people/jpeltier
 MSN     : subatomic_s...@hotmail.com

 TEAMWORK
  There's power in numbers.  Learn to work together.
 ___
 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] iptables rules

2010-03-29 Thread m . roth
 Maybe, I am not understanding you, but if you just want port 80 to be
 available on each of those machines, all you needs is to have this in your
 iptables:
 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j
 ACCEPT

 :-)

I want to drop *anything* other than to port 80.

   mark

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


Re: [CentOS] iptables rules

2010-03-29 Thread Paul Stuffins
 I want to drop *anything* other than to port 80.


Can't you set up a default rule of drop, and then allow port 80?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Does CentOS5.4 provide R statistic package by yum?

2010-03-29 Thread brick
Hi

I plam to install R statistic package. Does CentOS5.4 provide R statistic
package by yum? If not , how can I add it? Thanks

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


Re: [CentOS] Does CentOS5.4 provide R statistic package by yum?

2010-03-29 Thread Akemi Yagi
On Mon, Mar 29, 2010 at 3:57 PM, brick brickfly...@gmail.com wrote:
 Hi
 I plam to install R statistic package. Does CentOS5.4 provide R statistic
 package by yum? If not , how can I add it? Thanks
  brick

R is available from the EPEL repository.

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


Re: [CentOS] iptables rules

2010-03-29 Thread Robert Spangler
On Monday 29 March 2010 16:48, m.r...@5-cent.us wrote:

  I've got a server with several ip's on eth0. I want to block all traffic
  *except* to port 80 on them, but not on any other IPs, so that
  eth0 is www.xxx.yyy.zzz
  eth0:1 is www.xxx.yyy.ggg
  eth0:2 is www.xxx.yyy.hhh

  I've tried
  -A RH-Firewall-1-INPUT -p tcp -d www.xxx.yyy.ggg --dport ! 80 -j DROP
  -A RH-Firewall-1-INPUT -p tcp -d www.xxx.yyy.hhh --dport ! 80 -j DROP

The problem is your firewall is no firewall.  It blocks nothing and allows 
everything.

  *filter

  :INPUT ACCEPT [0:0]
  :FORWARD ACCEPT [0:0]
  :OUTPUT ACCEPT [769:48207]
  :RH-Firewall-1-INPUT - [0:0]

By setting all the default policies to ACCEPT you are blocking nothing.

  -A INPUT -j RH-Firewall-1-INPUT
  -A FORWARD -j RH-Firewall-1-INPUT
  -A RH-Firewall-1-INPUT -i lo -j ACCEPT
  -A RH-Firewall-1-INPUT -d  www.xxx.yyy.ggg -p tcp -m tcp ! --dport 80 -j
 DROP -A RH-Firewall-1-INPUT -d www.xxx.yyy.hhh -p tcp -m tcp ! --dport 80
 -j DROP -A RH-Firewall-1-INPUT -p icmp -m icmp --icmp-type any -j ACCEPT
  ...
  and I notice it puts the ! in front of the --dport, but has no complaints.

  However, I can telnet to www.xxx.yyy.hhh 443. What's wrong with the rules?

See above.  Try these rules I'm sure you will get better results.  And yes, I 
dropped the stupid RH-Firewall-1-INPUT BS that RH puts in there.
Lets make a stateful firewall while we are at it also.


#Set policies to drop
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP

#Setup OUTPUT Rules to allow everything outbound
iptables -I OUTPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -I OUTPUT -m state --state NEW -j ACCEPT
iptables -I OUTPUT -j DROP

# Setup INPUT Rules to only all what we want
iptables -I INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -I INPUT -p tcp --dport 80 -m state --state NEW -j ACCEPT
iptables -I INPUT -j DROP

Sure you can combined the output rules into one but I like it this way in case 
I need to block something from exiting the system.

You can use this tutorial to better define your rules, for example the icmp 
rule you have above you can fine tune this to only allow what is needed.  
Just remember that the rules are read from top to bottom and the first 
matching rules is used.

http://www.zoominternet.net/~lazydog/iptables-tutorial.html


-- 

Regards
Robert

Linux User #296285
http://counter.li.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] kmod srpm build issue

2010-03-29 Thread Joseph L. Casale
I have applied a patch to the spec for a digium srpm,
dahdi-linux-kmod-2.2.1.1-1_centos5.2.6.18_164.15.1.el5.src.rpm
and have what I thought was all I needed for deps:

# rpm -qa |grep kernel
kernel-devel-2.6.18-164.15.1.el5
kernel-2.6.18-164.15.1.el5
kernel-headers-2.6.18-164.15.1.el5
kernel-xen-devel-2.6.18-164.15.1.el5

yet the build fails with:
You do not appear to have the sources for the 2.6.18-164.15.1.el5-xen kernel 
installed.

# ll /usr/src/kernels/
total 8
drwxr-xr-x 19 root root 4096 Mar 24 04:41 2.6.18-164.15.1.el5-x86_64
drwxr-xr-x 19 root root 4096 Mar 29 18:25 2.6.18-164.15.1.el5-xen-x86_64
lrwxrwxrwx  1 root root   30 Mar 29 18:25 2.6.18-164.15.1.el5xen-x86_64 - 
2.6.18-164.15.1.el5-xen-x86_64

Anyone know what I might be doing wrong?

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


[CentOS] CentOS 3.8+Wine

2010-03-29 Thread TeeWei Hian

Can wine install in CentOS 3.8? I'd tried the following method but 
failed to install wine.



*_Method 1_*

[r...@gloin yum.repos.d]# yum install wine

Gathering header information file(s) from server(s)

Server: CentOS-3 - Addons

Server: CentOS-3 - Base

Server: CentOS-3 - Extras

Server: CentOS-3 - Updates

Finding updated packages

Downloading needed headers

Cannot find a package matching wine

No actions to take



_*Method 2*_

[r...@gloin yum.repos.d]# rpm -ivh /home/wine/*

warning: /home/wine/wine-1.0.1-1.el5.i386.rpm: V3 DSA signature: NOKEY, 
key ID 217521f6

error: Failed dependencies:

   libc.so.6(GLIBC_2.4) is needed by wine-capi-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-capi-1.0.1-1.el5

   libc.so.6(GLIBC_2.3.4) is needed by wine-cms-1.0.1-1.el5

   libc.so.6(GLIBC_2.4) is needed by wine-cms-1.0.1-1.el5

   liblcms.so.1 is needed by wine-cms-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-cms-1.0.1-1.el5

   /usr/bin/xmessage is needed by wine-core-1.0.1-1.el5

   libXxf86vm.so.1 is needed by wine-core-1.0.1-1.el5

   libasound.so.2 is needed by wine-core-1.0.1-1.el5

   libasound.so.2(ALSA_0.9) is needed by wine-core-1.0.1-1.el5

   libasound.so.2(ALSA_0.9.0rc4) is needed by wine-core-1.0.1-1.el5

   libasound.so.2(ALSA_0.9.0rc8) is needed by wine-core-1.0.1-1.el5

   libc.so.6(GLIBC_2.3.4) is needed by wine-core-1.0.1-1.el5

   libc.so.6(GLIBC_2.4) is needed by wine-core-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-core-1.0.1-1.el5

   desktop-file-utils = 0.8 is needed by wine-desktop-1.0.1-1.el5

   libc.so.6(GLIBC_2.3.4) is needed by wine-devel-1.0.1-1.el5

   libc.so.6(GLIBC_2.4) is needed by wine-devel-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-devel-1.0.1-1.el5

   libc.so.6(GLIBC_2.3.4) is needed by wine-esd-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-esd-1.0.1-1.el5

   libc.so.6(GLIBC_2.3.4) is needed by wine-jack-1.0.1-1.el5

   libc.so.6(GLIBC_2.4) is needed by wine-jack-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-jack-1.0.1-1.el5

   libc.so.6(GLIBC_2.3.4) is needed by wine-ldap-1.0.1-1.el5

   libc.so.6(GLIBC_2.4) is needed by wine-ldap-1.0.1-1.el5

   liblber-2.3.so.0 is needed by wine-ldap-1.0.1-1.el5

   libldap_r-2.3.so.0 is needed by wine-ldap-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-ldap-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-nas-1.0.1-1.el5

   libc.so.6(GLIBC_2.3.4) is needed by wine-tools-1.0.1-1.el5

   libc.so.6(GLIBC_2.4) is needed by wine-tools-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-tools-1.0.1-1.el5

   libc.so.6(GLIBC_2.3.4) is needed by wine-twain-1.0.1-1.el5

   libc.so.6(GLIBC_2.4) is needed by wine-twain-1.0.1-1.el5

   rtld(GNU_HASH) is needed by wine-twain-1.0.1-1.el5



_*My repos

*_[r...@gloin yum.repos.d]# ls

adobe-linux-i386.repo  epel.repo  epel-testing.repo  
kbsingh-CentOS-Extras.repo  mirrors-rpmforge  rpmforge.repo



_*uname -a*_

[r...@gloin yum.repos.d]# uname -a

Linux gloin.abc.com.my 2.4.21-47.ELsmp #1 SMP Tue Aug 1 08:47:53 EDT 
2006 i686 i686 i386 GNU/Linux



_*Glibc version*_

[r...@gloin yum.repos.d]# ldd --version

ldd (GNU libc) 2.3.2

Copyright (C) 2003 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Written by Roland McGrath and Ulrich Drepper.





  
_
您的电子邮件和更灵活的即时通信。免费获取 Windows Live Hotmail。
https://signup.live.com/signup.aspx?id=60969___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] AR 9.3+ vs. savable fill-in PDFs on CentOS

2010-03-29 Thread MHR
I've tried reporting this to Adobe, but they are remarkably deaf to
such an enormous market of free software users.

At least as of AR 9.3, including the latest 9.3.1, I have been unable
to view or work with the savable fill-in PDFs that I've pulled off the
web in the last couple of months.  I have no trouble at all with them
in my Windows virtual machine, but the Linux version starts up,
displays the window/frame outline, then crashes and dies silently.

Since Adobe doesn't provide any useful channel of communications for
support to users of its free products, even though they are
essentially ubiquitous and somewhat essential (for things like this),
apparently their recent breakthrough in the area of supporting Linux
systems does not include actually supporting Linux systems users.

So, since I have made that enormous leap of logic, I wonder, is anyone
else experiencing this problem?

Yes, I know all about evince - use it most of the time, but it does
not handle the fill-in PDFs or the ones where you can save the
filled-in values.

Any other options?

Thanks.

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


Re: [CentOS] CentOS 3.8+Wine

2010-03-29 Thread MHR
2010/3/29 TeeWei Hian t492...@hotmail.com:
 Can wine install in CentOS 3.8? I'd tried the following method but failed to
 install wine.


Not to be a downer, but have you considered upgrading to a more recent
CentOS?  Yours is two whole releases out of date, and versio 6 is due
out this year, too.  That could be a part of your problem.

HTH.

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


Re: [CentOS] kmod srpm build issue

2010-03-29 Thread Akemi Yagi
On Mon, Mar 29, 2010 at 5:51 PM, Joseph L. Casale
jcas...@activenetwerx.com wrote:
 I have applied a patch to the spec for a digium srpm,
 dahdi-linux-kmod-2.2.1.1-1_centos5.2.6.18_164.15.1.el5.src.rpm
 and have what I thought was all I needed for deps:
(snip)
 Anyone know what I might be doing wrong?

Instead of building it yourself, you may want to try
kmod-dahdi-2.2.1.1-1.el5 from ELRepo:

http://lists.elrepo.org/pipermail/elrepo/2010-March/000256.html
(released 2 days ago)

It is kernel version independent and kABI-tracking, so there is no
need to rebuild for each kernel update.

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


[CentOS] Image viewer refuses to print TIF graphics

2010-03-29 Thread MHR
I'm not sure if it's just the TIFs or if that related at all, since I
have had some luck in printing these before, but recently the image
viewer (eog - the Eye of GNOME, v 2.16.0.1) has responded to a print
command on certain TIFs with nothing.  Nothing shows up in the spool
queue for the printer, and, although the printer (a Brother 2140 laser
printer) heats up, it doesn't print anything at all.

Now, this is better than it printing hundreds of pages with
indecipherable gobbledygook on them, but I'd really prefer the image
itself.

Any ideas on what it might be?

My standard solution is to use either tiff2pdf or Adobe Photoshop
Elements (in my virtual WIndows box) to convert them to PDFs, which
then print just fine, but that's a real annoyance - tiff2pdf routinely
generates enormous PDF files, and it takes a while to bring the XP VM
out of hibernation, log in, open APE and run the conversion.

Other alternatives welcome

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


Re: [CentOS] kmod srpm build issue

2010-03-29 Thread Joseph L. Casale
Instead of building it yourself, you may want to try
kmod-dahdi-2.2.1.1-1.el5 from ELRepo:

http://lists.elrepo.org/pipermail/elrepo/2010-March/000256.html
(released 2 days ago)

It is kernel version independent and kABI-tracking, so there is no
need to rebuild for each kernel update.

Akemi,
Trust me, I would love to but it seems none of the 3rd party repo's
build it with Oslec which is what I am after, and can't seem to do on
my own:)

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


[CentOS] Can't create partition even though free space is available

2010-03-29 Thread Ruslan Sivak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm working with XenServer 5.5u2, which is basically CentOS 5.  I'm
having trouble creating a partition.  I should still have free space in
the extended partition, but it won't let me create any more logical
partitions.

Is there anything I'm doing wrong or is this a bug in fdisk?

Command (m for help): p

Disk /dev/sda: 1999.8 GB, 1999844147200 bytes
255 heads, 63 sectors/track, 243133 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1 499 4008186   83  Linux
/dev/sda2 500 998 4008217+  83  Linux
/dev/sda3 999  243133  1944949387+   5  Extended
/dev/sda5 999  108959   867196701   83  Linux
/dev/sda6  108960  216920   867196701   83  Linux

Command (m for help): n
Command action
   l   logical (5 or over)
   p   primary partition (1-4)
l
No free sectors available
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFLsVLVGUZBYlCheYcRArD/AKCfnrRuqNeAe/69sFVp0nNcsA5a4wCfU7MY
d6rAC2hAj2o1eRVBF2sJL/U=
=dQUi
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] No you have new mail message on login

2010-03-29 Thread Ian Masters
Hello

I have a few servers running CentOS release 5.4 (Final) and none of them are
displaying a you have new mail message on login.

I've asked Professor Google but he is strangely silent. Have I neglected an
important setting? I thought this was a default on most linux ditributions.

Any help much appreciated.

Ian

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


[CentOS] No you have new mail message on login

2010-03-29 Thread Ian Masters
Hello

I have a few servers running CentOS release 5.4 (Final) and none of them are
displaying a you have new mail message on login.

I've asked Professor Google but he is strangely silent. Have I neglected an
important setting? I thought this was a default on most linux ditributions.

Any help much appreciated.

Ian

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


[CentOS] VMWare vs. KVM - recommendations?

2010-03-29 Thread MHR
Okay, I'm being noisy today.

I have VMWare Server 1.0.8 installed on my CentOS desktop, and it runs
my XP and CentOS guests just fine, though I don't use them much.

I'm considering moving to either VMWare Server 2.0 or switching to KVM
instead, mainly because VMWS 1 is now obsolete and also because its
limitations on video configurations is really annoying - I have a 22
1680x1050 LCD monitor, hoping to upgrade sometime in the
not-too-distant future to a 23 or 24 display with full HD
(1920x1080), but VMWS 1 does not support any wide-screen
configurations at all.  I tend to use on-screen real estate to maximum
benefit, and the 1152x864 maximum useful size I have now is just too
small for me, so I'm thinking maybe it's time to upgrade to something
newer/better.

I've seen some of the horror stories about problems with VMWare 2.0,
which is not at all encouraging, and I've taken a look at the Red Hat
Virtualization guides (the 5.4 one that's online in html only) and
also a PDF version for 5.2 that I found somewhere, and it _looks_
complicated.  (One of the main benefits of VMWare Server that I really
liked was that it is fairly easy to use and relatively low
maintenance, if it works, and 1.0.8 works just fine, except for the
screen issue.)  OTOH, the built-in nature of KVM is really appealing,
and if it works as well as other features of CentOS/RH/Linux, it would
be nice to be able to avoid the separate upgrade and
re-build-the-drivers-vmware-config.pl annoyance every time a new
kernel comes along.  I'm a big fan of well-integrated software,
especially in this area (virtualization).

One question I had that overrides most other considerations is how to
transfer my existing XP VM over to whichever new underlying system I
choose - is that even possible, or do I have to go through all the
reinstallation pain yet another time?  If I have to go that route,
I'll probably opt for kvm and take that plunge so I can do it once and
never again (ok, that was not supposed to be funny... :-).

Recommendations?

Thanks, as always.

Mark Hull-Richter
Expert CentOS/Linux C/shell Software Developer
Registered Linux User #472807
- sign up at http://counter.li.org/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VMWare vs. KVM - recommendations?

2010-03-29 Thread nate
MHR wrote:

 Recommendations?

What are you going to use it for? If your looking for something
to act like vmware workstation, e.g. primarily for running a
desktop OS on top of X11 then I would stick to vmware server
2. Or more ideally VMware workstation, it has a TON of
desktop optimization thingies which may be useful if your
running XP as a guest.

I use vmware server 2 on a pair of debian systems(only use
CentOS at work and there I only use ESX as my hypervisor),
without any issues. The system I'm on now uses vmware server
2 to run another copy of debian to use as a VPN client to my
company(the vpn software screws with the routing table). No
issues going to 1080p resolution(running on a 47 phillips
1080p TV). My other vmware server 2 system is running that
because the hardware is too old to run anything better(circa
2004).

No problems..

nate


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


Re: [CentOS] VMWare vs. KVM - recommendations?

2010-03-29 Thread Ross Walker
On Mar 29, 2010, at 10:01 PM, MHR mhullr...@gmail.com wrote:

 Okay, I'm being noisy today.

 I have VMWare Server 1.0.8 installed on my CentOS desktop, and it runs
 my XP and CentOS guests just fine, though I don't use them much.

 I'm considering moving to either VMWare Server 2.0 or switching to KVM
 instead, mainly because VMWS 1 is now obsolete and also because its
 limitations on video configurations is really annoying - I have a 22
 1680x1050 LCD monitor, hoping to upgrade sometime in the
 not-too-distant future to a 23 or 24 display with full HD
 (1920x1080), but VMWS 1 does not support any wide-screen
 configurations at all.  I tend to use on-screen real estate to maximum
 benefit, and the 1152x864 maximum useful size I have now is just too
 small for me, so I'm thinking maybe it's time to upgrade to something
 newer/better.

 I've seen some of the horror stories about problems with VMWare 2.0,
 which is not at all encouraging, and I've taken a look at the Red Hat
 Virtualization guides (the 5.4 one that's online in html only) and
 also a PDF version for 5.2 that I found somewhere, and it _looks_
 complicated.  (One of the main benefits of VMWare Server that I really
 liked was that it is fairly easy to use and relatively low
 maintenance, if it works, and 1.0.8 works just fine, except for the
 screen issue.)  OTOH, the built-in nature of KVM is really appealing,
 and if it works as well as other features of CentOS/RH/Linux, it would
 be nice to be able to avoid the separate upgrade and
 re-build-the-drivers-vmware-config.pl annoyance every time a new
 kernel comes along.  I'm a big fan of well-integrated software,
 especially in this area (virtualization).

 One question I had that overrides most other considerations is how to
 transfer my existing XP VM over to whichever new underlying system I
 choose - is that even possible, or do I have to go through all the
 reinstallation pain yet another time?  If I have to go that route,
 I'll probably opt for kvm and take that plunge so I can do it once and
 never again (ok, that was not supposed to be funny... :-).

 Recommendations?

For simplicity and reliability I'd give virtualbox a try, especially  
if your talking limited # of machines and fancy displays.

-Ross

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


Re: [CentOS] VMWare vs. KVM - recommendations?

2010-03-29 Thread John R Pierce
Ross Walker wrote:
 For simplicity and reliability I'd give virtualbox a try, especially  
 if your talking limited # of machines and fancy displays.
   

I concur.  for virtualizing an OS within a desktop, virtualbox works 
great.  its very simple to setup and use, and yet quite flexible

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


Re: [CentOS] VMWare vs. KVM - recommendations?

2010-03-29 Thread Les Mikesell
MHR wrote:
 Okay, I'm being noisy today.
 
 I have VMWare Server 1.0.8 installed on my CentOS desktop, and it runs
 my XP and CentOS guests just fine, though I don't use them much.
 
 I'm considering moving to either VMWare Server 2.0 or switching to KVM
 instead, mainly because VMWS 1 is now obsolete and also because its
 limitations on video configurations is really annoying - I have a 22
 1680x1050 LCD monitor, hoping to upgrade sometime in the
 not-too-distant future to a 23 or 24 display with full HD
 (1920x1080), but VMWS 1 does not support any wide-screen
 configurations at all.  I tend to use on-screen real estate to maximum
 benefit, and the 1152x864 maximum useful size I have now is just too
 small for me, so I'm thinking maybe it's time to upgrade to something
 newer/better.

If you don't use it often and mostly access it locally, consider VMware player 
instead of server.  (You might need to install server to create new images).

If you use VM guests a lot and have access to a windows box to run the control 
console, load ESXi on the hardware and run everything as guests.

 One question I had that overrides most other considerations is how to
 transfer my existing XP VM over to whichever new underlying system I
 choose - is that even possible, or do I have to go through all the
 reinstallation pain yet another time?

The images are fairly portable.  Just copy the directory containing the files. 
Or install something else to run them.  ESXi is an exception because you don't 
have normal access to the filesystem - but the vCenter Converter is a free 
download and will convert about anything to anything else (I think you need 
windows for that too, but it could run under an existing VM if it can see the 
image files for the others).

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

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


Re: [CentOS] Can't create partition even though free space is available

2010-03-29 Thread D Tucny
I'd say fdisk bug...

d

On 30 March 2010 09:24, Ruslan Sivak r...@vshift.com wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 I'm working with XenServer 5.5u2, which is basically CentOS 5.  I'm
 having trouble creating a partition.  I should still have free space in
 the extended partition, but it won't let me create any more logical
 partitions.

 Is there anything I'm doing wrong or is this a bug in fdisk?

 Command (m for help): p

 Disk /dev/sda: 1999.8 GB, 1999844147200 bytes
 255 heads, 63 sectors/track, 243133 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
 /dev/sda1   *   1 499 4008186   83  Linux
 /dev/sda2 500 998 4008217+  83  Linux
 /dev/sda3 999  243133  1944949387+   5  Extended
 /dev/sda5 999  108959   867196701   83  Linux
 /dev/sda6  108960  216920   867196701   83  Linux

 Command (m for help): n
 Command action
   l   logical (5 or over)
   p   primary partition (1-4)
 l
 No free sectors available
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.7 (MingW32)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iD8DBQFLsVLVGUZBYlCheYcRArD/AKCfnrRuqNeAe/69sFVp0nNcsA5a4wCfU7MY
 d6rAC2hAj2o1eRVBF2sJL/U=
 =dQUi
 -END PGP SIGNATURE-
 ___
 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] apcupsd, APC UPSs, and batteries, resolved

2010-03-29 Thread D Tucny
On 27 March 2010 04:47, m.r...@5-cent.us wrote:

 Well, here's the tale: we got a replacement kit for some APC SmartUPS
 3000 - rackmount UPSs. The kit, costing about half of what APC is
 asking, is just the batteries, and you pull the tray out, open it up, and
 swap out the batteries. Except, I did this on one... and the replace
 battery light never went out. Not using apcupsd's apctest, not pushing the
 button. The five lights on the right that show power level went down to
 about one or two, and took an hour or two to come back up. apctest just
 said replace battery was the status.

 I put another set in. I swapped it with another UPS, and its lights went
 on, so it wasn't just that one. Also, these are just batteries, not
 chipped like an Epson inkjet print cartridge. I did the same on another a
 few weeks ago, and the same.

 Finally - I believe these had been replaced before - I went back online,
 and found the exact same ones. Got them in yesterday, replaced one that
 I'd replaced before, waited a couple hours, and pushed the test button.

 It thought about it, did the test, the power level only went down *one*...
 and the replace battery light went out. apcupsd also reports everything's
 wonderful.

 The ones that didn't do it were PowerSonic 1250 F2's. The ones that worked
 were BBHR5.8012. I *think* the difference is the HR. So, now I'll be going
 back to the original vendor, and asking for a replacement set - he doesn't
 seem to have BB, but if he can give me some other HR, I'll try that.

 The HR is high rate, which I assume means high rate of dis/charge. I'll
 let y'all know what happens, but at this time, my opinion is that if you
 see a replacement kit for RBC43's, make *SURE* that they're HR.


It could be worse... Be very careful with third party kits, especially if
the vendor is selling batteries not rated for high discharge rates or
without any discharge rate information... Had one UPS that became ball
shaped after having worked OK for 6 months with the replacements... Suffice
it to say, the cost of a new UPS was more than the saving in buying cheaper
batteries...

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


Re: [CentOS] Can't create partition even though free space is available

2010-03-29 Thread Ruslan Sivak
Enabling the CentOS repositories and updating the util-linux package
fixed this.

Russ

On 3/29/2010 9:24 PM, Ruslan Sivak wrote:
 I'm working with XenServer 5.5u2, which is basically CentOS 5.  I'm
 having trouble creating a partition.  I should still have free space in
 the extended partition, but it won't let me create any more logical
 partitions.
 
 Is there anything I'm doing wrong or is this a bug in fdisk?
 
 Command (m for help): p
 
 Disk /dev/sda: 1999.8 GB, 1999844147200 bytes
 255 heads, 63 sectors/track, 243133 cylinders
 Units = cylinders of 16065 * 512 = 8225280 bytes
 
Device Boot  Start End  Blocks   Id  System
 /dev/sda1   *   1 499 4008186   83  Linux
 /dev/sda2 500 998 4008217+  83  Linux
 /dev/sda3 999  243133  1944949387+   5  Extended
 /dev/sda5 999  108959   867196701   83  Linux
 /dev/sda6  108960  216920   867196701   83  Linux
 
 Command (m for help): n
 Command action
l   logical (5 or over)
p   primary partition (1-4)
 l
 No free sectors available
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-29 Thread Sharon Kimble
On 29 March 2010 13:21, ken geb...@mousecar.com wrote:

 When I do yum update gmime gmime-sharp I get:

 ...
  -- Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
 package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
 Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
 package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
 ...

 But both of these are already installed:

 # rpm -q gmime gmime-sharp
 gmime-2.2.10-5.el5.centos
 gmime-sharp-2.2.10-5.el5.centos

 So:

 # package-cleanup --problems
 Setting up yum
 Reading local RPM database
 Processing all local requires
 No problems found

 Running the above yum update ... again yields the same bogus error
 messages.  I've had problems with these two packages before.  Why can't
 yum understand rpm for them?


 Thanks for the wisdom.

 Have you tried 'yum cleanall' and then do a yum update?

Sharon.
-- 
A taste of linux http://www.sharons.org.uk/taste/index.html
efever http://www.efever.blogspot.com/
Centos 5.4, KDE 3.5.4-22, OpenOffice 3.1.1
Registered Linux user 334501
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos