[CentOS-announce] CEBA-2012:0021 CentOS 5 procinfo Update

2012-01-16 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2012:0021 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0021.html

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

i386:
d0d097e023686ff61086924618037ec38117d77b0022ddc3172ae45f6c514f7e  
procinfo-18-19.el5_7.2.i386.rpm

x86_64:
5173bd1e3c161cba6a9b5958029e4ad4a8b2f80099241cb1272aebe9caf3cb08  
procinfo-18-19.el5_7.2.x86_64.rpm

Source:
4e49b85b4f804dd35ae31e87d7a6fa294cc1c7e94d925f7a5762e7a3fa6e0934  
procinfo-18-19.el5_7.2.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net

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


Re: [CentOS-virt] VirtIO disk 'leakage' across guests?

2012-01-16 Thread James B. Byrne

On Mon, January 16, 2012 13:05, James B. Byrne wrote:
 How is it even possible for an
 application running under a httpd service on one guest to
 see anything at all besides the VirtIO storage assigned to
 that guest?

 Has anyone else encountered this anomaly?


I just cloned a guest instance.  The clone prototype was
set up with a single VirtIO disk of 8Gbs, divided into a
500 Mb boot and a ~7.1Gb root partition.  The root
partition was entirely assigned to the basic vg and two lv
were created, one for swap and one for the actual root
partition.

When the guest was cloned there was only one VirtIO disk
of 8 Gb assigned to it and this was cloned and given a new
name.

When I look at the newly cloned guest instance with
pvdisplay this is what I see:

# pvdisplay
  Couldn't find device with uuid
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De.
  --- Physical volume ---
  PV Name   /dev/vda2
  VG Name   vg_vm_centos_6
  PV Size   7.32 GiB / not usable 3.00 MiB
  Allocatable   yes (but full)
  PE Size   4.00 MiB
  Total PE  1874
  Free PE   0
  Allocated PE  1874
  PV UUID  
djM23m-6Yeb-BQ2x-gPh9-ORMt-dX2i-Ou9xBQ

  --- Physical volume ---
  PV Name   unknown device
  VG Name   vg_vm_centos_6
  PV Size   31.25 GiB / not usable 3.97 MiB
  Allocatable   yes (but full)
  PE Size   4.00 MiB
  Total PE  7999
  Free PE   0
  Allocated PE  7999
  PV UUID  
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De

When I look at it using vgdisplay then this is what I see:

# vgdisplay
  Couldn't find device with uuid
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De.
  --- Volume group ---
  VG Name   vg_vm_centos_6
  System ID
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  10
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV4
  Open LV   2
  Max PV0
  Cur PV2
  Act PV1
  VG Size   38.57 GiB
  PE Size   4.00 MiB
  Total PE  9873
  Alloc PE / Size   9873 / 38.57 GiB
  Free  PE / Size   0 / 0
  VG UUID  
qa6jwq-5gTp-6mMH-IWl9-OrEK-HjWc-pbaFsa

What is going on and how do I fix this?  The size of the
ghost pv (31Gb) is showing up as the size of the clone's
vg whereas the pv for the cloned instance is only 8Gb.

I am only using virt-manager to manage disk storage for
these guests and I have no idea why or how this mismash is
happening.  Any ideas?


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS-virt] VirtIO disk 'leakage' across guests?

2012-01-16 Thread James B. Byrne
This behaviour has to be related to the fact that the
volume group name does not change when guests are cloned. 
I do not know where the confusion originates but doing
xmldumps from virsh shows that all of the guests only have
their own VirtIO disks assigned to them so the cross
linking is happening elsewhere and the vg name seems the
likely place.

However, I am at a loss as to how to avoid this.  It does
not appear that an option to rename the volume group is
given when cloning from virt-manager.  Is there a way to
do this when the guest is cloned?


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS-virt] VirtIO disk 'leakage' across guests?

2012-01-16 Thread James B. Byrne

If I log on to the newly cloned guest and I try and rename
the vg used by that instance I see this:

[root@vm-centos-6 ~]# vgrename vg_vm_centos_6 vg_vm_renamed
  Couldn't find device with uuid
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De.
  Cannot change VG vg_vm_centos_6 while PVs are missing.
  Consider vgreduce --removemissing.
[root@vm-centos-6 ~]# vgreduce vg_vm_centos_6 --removemissing
  Couldn't find device with uuid
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De.
  WARNING: Partial LV lv_pgsql needs to be repaired or
removed.
  WARNING: Partial LV lv_backups needs to be repaired or
removed.
  WARNING: There are still partial LVs in VG vg_vm_centos_6.
  To remove them unconditionally use: vgreduce
--removemissing --force.
  Proceeding to remove empty missing PVs.

The xmldump for this guest instance contains this:

  devices
emulator/usr/libexec/qemu-kvm/emulator
disk type='block' device='disk'
  driver name='qemu' type='raw' cache='none'/
  source dev='/dev/vg_vhost01/lv_vm_test-vg-rename'/
  target dev='vda' bus='virtio'/
  alias name='virtio-disk0'/
  address type='pci' domain='0x' bus='0x00'
slot='0x05' function='0x0'/
/disk
disk type='block' device='cdrom'
  driver name='qemu' type='raw'/
  target dev='hdc' bus='ide'/
  readonly/
  alias name='ide0-1-0'/
  address type='drive' controller='0' bus='1' unit='0'/
/disk
controller type='ide' index='0'
  alias name='ide0'/
  address type='pci' domain='0x' bus='0x00'
slot='0x01' function='0x1'/


The /dev entries for this vm guest are these:

[root@vm-centos-6 ~]# ll /dev/vg_vm_centos_6/*
lrwxrwxrwx. 1 root root 7 Jan 16 15:36
/dev/vg_vm_centos_6/lv_root - ../dm-0
lrwxrwxrwx. 1 root root 7 Jan 16 15:36
/dev/vg_vm_centos_6/lv_swap - ../dm-1


Searching for the missing uuid I find these files:

# find /etc -print | xargs grep
'umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De'
/etc/lvm/archive/vg_vm_centos_6_5-1429183950.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/archive/vg_vm_centos_6_2-807578735.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/archive/vg_vm_centos_6_4-1687335328.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/archive/vg_vm_centos_6_3-650133889.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/archive/vg_vm_centos_6_6-1907108135.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/backup/vg_vm_centos_6: id =
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De

Looking in the files of /etc/lvm/archive created by the
vgrename command shows a complete mess of lvs from
different vm guests non of which have anything in common
with the test vm guest, other than they all share the same
volume group name.

Evidently, cloning vm instances for the purpose of setting
up a new vm guest to run with other vms cloned from the
same prototype is not a good idea,

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS-virt] VirtIO disk 'leakage' across guests?

2012-01-16 Thread Dennis Jacobfeuerborn
On 01/16/2012 07:05 PM, James B. Byrne wrote:
 We are in the process of migrating several stand-alone
 server hosts onto a CentOS-6 kvm virtual host.  We also
 use Webmin to administer our hosts.  All of the guests,
 without exception, have been cloned brom a prototype guest
 using virt-manager.  All of the additional VirtIO disks
 assigned to some of the guests have been added through
 virt-manager as well.

 Recently I have encountered a situation with the
 development copy of Webmin where I can see an additional
 VirtIO disk assigned to one guest instance, but not yet
 added to the lvg of that guest, as an unknown device on
 different guest.  Further, I can see an lv assigned to one
 guest instance as an lv on a difference guest.

 The webmin author is aware of this problem and is
 assiduously trying to determine its cause.  My difficulty
 is answering the question: How is it even possible for an
 application running under a httpd service on one guest to
 see anything at all besides the VirtIO storage assigned to
 that guest?

 Has anyone else encountered this anomaly?

Can you share the (vg|lv|pv)display on two such guests that allegedly share 
a disk? A dumpxml and lvdisplay of the host side of there two guests would 
be useful too.
The only case where I have seen stuff like this was when someone was using 
unpartitioned virtual disks as physical volumes in the guests which 
resulted in the host picking up the metadata and discovering the vg/lv/pv 
data of the guests on the host side. What a mess that was.

Regards,
   Dennis

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


Re: [CentOS-virt] [CentOS] VirtIO disk 'leakage' across guests?

2012-01-16 Thread Dennis Jacobfeuerborn
On 01/16/2012 10:16 PM, James B. Byrne wrote:

...
 The xmldump for this guest instance contains this:
...

Please post the xmldumps of the original guest and cloned guest right after 
cloning and without any modifications.

Regards,
   Dennis

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


[CentOS-es] OFF-TOPIC dns dinámico alta disponibilidad

2012-01-16 Thread maykel
 

Hola muy buenas antes de nada aclarar que es un tema OFF-TOPIC
aunque creo que a mucha gente le puede interesar. 

Tengo actualmente 2
líneas contratadas y tengo un servicio dns que apunta a una de ellas.
Digamos que la linea 1 es la que resuelve el dominio dominio.com. Mi
duda surge, cuando quiero que por ejemplo si se cae la linea 1,
automáticamente el dns apunte a la linea 2 y por lo tanto sigan
funcionando los servicios. 

Alguiene tiene alguna idea o se ha topado
con éste problema? No sé si habrá proveedores de internet para dns que
lo hagan. 

Saludos y gracias de antemano. 

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


Re: [CentOS-es] Resumen de CentOS-es, Vol 61, Envío 14

2012-01-16 Thread Sebastian Pinero
Yo alguna vez tuve que resolver algo así!

Pero antes de poder resolver el problema del dns hay que aclarar unas dudas.

¿El servicio DNS que tienes ... lo presta un equipo que opera dentro
de tu red local?

De ser así, hay un inconveniente, por que de caerse tu linea 1, ya
nadie podra resolver nombres con tu servicio a menos que el servicio
DNS que entrega el ISP este configurado de tal forma que las consultas
se puedan transmitir tambien por la linea 2; el punto es el siguiente.
Si ambas lineas te las suministra el mismo proovedor, estamos seguros
de que si se cae la linea 1, la linea 2 tambien estara abajo.
Lo ideal seria que ambas lineas pertenecieran a diferentes proovedores
y ademas contratar un servicio ADSL o si tienes mas recursos un enlace
dedicado para tu propio Servidor DNS con un proovedor tambien
diferente, y en este servidor, modificar la configuración del servicio
agregando las direcciones IP que corresponden a cada proovedor del
servicio con tiempos de refresco intermitentes.

Un ejemplo:

Usando Bind (servidor DNS Linux) para el mismo dominio con dos
proovedores diferentes:

dominiox xxx.xxx.xxx.xxx  (direccion IP entregada por el
proovedor 1) 0.5 seg de refresco
dominiox yyy.yyy.yyy.yyy   (direccion IP entregada por el
proovedor 1) 0.5 seg de refresco

de esa forma tu servidor dns responderá con la direccion del equipo al
que llega cada peticion.

es una forma un tanto tediosa de realizarse pero así aseguras tu
servicio a nivel de disponibilidad y tu mantienes el control absoluto
de las configuraciones para casos de emergencia y no dependes de que
tu proovedor deba modificar parametros en sus servicios (que de por si
son considerados una larga espera que puede costar unas cuantos miles
de dolares si estas entregando un servicio).

Espero haber sido de ayuda.
Cualquier comentario o duda mi correo es

sebastian.pin...@usach.cl

Saludos Cordiales


 Hola muy buenas antes de nada aclarar que es un tema OFF-TOPIC
 aunque creo que a mucha gente le puede interesar.

 Tengo actualmente 2
 líneas contratadas y tengo un servicio dns que apunta a una de ellas.
 Digamos que la linea 1 es la que resuelve el dominio dominio.com. Mi
 duda surge, cuando quiero que por ejemplo si se cae la linea 1,
 automáticamente el dns apunte a la linea 2 y por lo tanto sigan
 funcionando los servicios.

 Alguiene tiene alguna idea o se ha topado
 con éste problema? No sé si habrá proveedores de internet para dns que
 lo hagan.

 Saludos y gracias de antemano.



 --

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


 Fin de Resumen de CentOS-es, Vol 61, Envío 14
 *



-- 
Sebastián David Piñero Agüero
Tecnólogo En Telecomunicaciones
Universidad De Santiago De Chile
___
CentOS-es mailing list
CentOS-es@centos.org
http://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread Elijah Karari
It's not an rpm-based package, in fact, there are no rpm packages for zimbra 
desktop 7. Installation is via a perl script. Please provide info on ia32-libs 
for centos or its substitutes. 

Thanks in advance. 

- Original Message -

From: Frank Cox thea...@melvilletheatre.com 
To: CentOS mailing list centos@centos.org 
Cc: Elijah Karari elijah.kar...@edf.co.ke 
Sent: Monday, January 16, 2012 9:07:52 AM 
Subject: Re: [CentOS] ia32-libs for 64 bit CentOS 

On Sun, 15 Jan 2012 23:55:46 -0600 (CST) 
Elijah Karari wrote: 

 Oh, the zimbra package is a .i686 package. Please help if you can. 

yum localinstall nameofrpm 

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com 
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER! 

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


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread Frank Cox
On Mon, 16 Jan 2012 02:22:25 -0600 (CST)
Elijah Karari wrote:

 It's not an rpm-based package, in fact, there are no rpm packages for zimbra
 desktop 7. Installation is via a perl script. Please provide info on
 ia32-libs for centos or its substitutes. 

Is there any particular reason why you don't simply use the 64-bit version of
this program on your 64-bit Centos installation?

I just looked at the download page for this outfit and I see a column
headed Download 64-bit

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] URL pour les logiciels du campus

2012-01-16 Thread Philippe Naudin
https://www1.montpellier.inra.fr/intranet/intracampus/logiciels/consult/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread Elijah Karari
Are you sure its Zimbra Desktop 7  not Zimbra Collaboration Suite. If you 
really found it, kindly post the link. Thanks. 

- Original Message -

From: Frank Cox thea...@melvilletheatre.com 
To: CentOS mailing list centos@centos.org 
Cc: Elijah Karari elijah.kar...@edf.co.ke 
Sent: Monday, January 16, 2012 11:33:54 AM 
Subject: Re: [CentOS] ia32-libs for 64 bit CentOS 

On Mon, 16 Jan 2012 02:22:25 -0600 (CST) 
Elijah Karari wrote: 

 It's not an rpm-based package, in fact, there are no rpm packages for zimbra 
 desktop 7. Installation is via a perl script. Please provide info on 
 ia32-libs for centos or its substitutes. 

Is there any particular reason why you don't simply use the 64-bit version of 
this program on your 64-bit Centos installation? 

I just looked at the download page for this outfit and I see a column 
headed Download 64-bit 

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com 
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER! 

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


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread John R Pierce
On 01/16/12 12:22 AM, Elijah Karari wrote:
   Please provide info on ia32-libs for centos or its substitutes.


those would be any of the various libraries with .i686 appended to the 
package name.  there's quite a lot.   not sure how you'll figure out 
what specific lib's you need.



# yum list lib\*.i686
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
  * base: centos.mirrors.hoobly.com
  * extras: mirror.spro.net
  * updates: linux.mirrors.es.net
base
 
| 3.7 kB 00:00
extras  
 
| 3.5 kB 00:00
pgdg91  
 
| 2.8 kB 00:00
updates 
 
| 3.5 kB 00:00
Installed Packages
libX11.i686
1.3-2.el6 @base
libXau.i686
1.0.5-1.el6   @base
libXext.i686   
1.1-3.el6 @base
libXi.i686 
1.3-3.el6 @base
libXtst.i686   
1.0.99.2-3.el6@base
a few 100 deleted
libxklavier.i686   
4.0-7.el6_2.1 updates
libxklavier-devel.i686 
4.0-7.el6_2.1 updates
libxml2.i686   
2.7.6-4.el6_2.1   updates
libxml2-devel.i686 
2.7.6-4.el6_2.1   updates
libxslt.i686   
1.1.26-2.el6  base
libxslt-devel.i686 
1.1.26-2.el6  base
libzip.i686
0.9-3.1.el6   base
libzip-devel.i686  
0.9-3.1.el6   base





-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] skype on 5.7

2012-01-16 Thread John Doe
From: ken geb...@mousecar.com

 Earlier last year I had a 5.7 system running with skype.  It worked 
 fine.  Later last year I had to reinstall my entire system.  I didn't 
 install skype then.  Yesterday I tried to find a version of skype to use 
 on 5.7, but couldn't find one on skype.com; there's no version for 
 RH/CentOS 5.7.  Does anyone know where a working skype can be found?


I use this old version on my CentOS 5.7 i386:
wget http://download.skype.com/linux/skype_static-2.2.0.35.tar.bz2
But I do not remember what specific packages it needed, if any...

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


Re: [CentOS] NOUVEAU driver video acceleration

2012-01-16 Thread Mark LaPierre
On 01/16/2012 02:41 AM, Akemi Yagi wrote:
 On Sun, Jan 15, 2012 at 9:06 PM, Mark LaPierremarklap...@aol.com  wrote:

 I did this:

 [root@mushroom yum.repos.d]# rpm --import
 http://elrepo.org/RPM-GPG-KEY-elrepo.org
 [root@mushroom yum.repos.d]# rpm -Uvh
 http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm
 Retrieving http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm

 You are running CentOS 6. You need to install elrepo-release for *el6* :

 rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm

 Please uninstall the incorrect one you installed and get the right one for 
 you.

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


Duh!  I hate it when that happens.

I did this:

[root@mushroom yum.repos.d]# /etc/yum.repos.d
[root@mushroom yum.repos.d]# rm -f elrepo.repo
[root@mushroom yum.repos.d]# yum clean all
[root@mushroom yum.repos.d]# rpm -Uvh 
http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm
[root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo\* 
install kmod-nvidia*
[root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo 
install kmod-nvidia*
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
  * elrepo: mirror.symnds.com
Setting up Install Process
Resolving Dependencies
-- Running transaction check
--- Package kmod-nvidia.i686 0:290.10-1.el6.elrepo will be installed
-- Processing Dependency: nvidia-x11-drv = 290.10-1.el6.elrepo for 
package: kmod-nvidia-290.10-1.el6.elrepo.i686
--- Package kmod-nvidia-173xx.i686 0:173.14.31-1.el6.elrepo will be 
installed
-- Processing Dependency: nvidia-x11-drv-173xx = 173.14.31-1.el6.elrepo 
for package: kmod-nvidia-173xx-173.14.31-1.el6.elrepo.i686
-- Running transaction check
--- Package nvidia-x11-drv.i686 0:290.10-1.el6.elrepo will be installed
--- Package nvidia-x11-drv-173xx.i686 0:173.14.31-1.el6.elrepo will be 
installed
-- Processing Conflict: nvidia-x11-drv-290.10-1.el6.elrepo.i686 
conflicts nvidia-x11-drv-173xx
-- Processing Conflict: 
nvidia-x11-drv-173xx-173.14.31-1.el6.elrepo.i686 conflicts nvidia-x11-drv
-- Finished Dependency Resolution
Error: nvidia-x11-drv conflicts with nvidia-x11-drv-173xx
Error: nvidia-x11-drv-173xx conflicts with nvidia-x11-drv
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest
[root@mushroom yum.repos.d]#

It looks like there is a dependency conflict.  It want's to install both 
nvidia-x11-drv.i686 0:290.10-1.el6.elrepo and nvidia-x11-drv-173xx.i686 
0:173.14.31-1.el6.elrepo which conflict with each other.  Is it safe to 
use --skip-broken to get around this?


-- 
 _
°v°
   /(_)\
^ ^  Mark LaPierre
Registerd Linux user No #267004
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] SELinux and rsh+xauth

2012-01-16 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/13/2012 03:33 AM, Philippe Naudin wrote:
 Hello,
 
 I have a strange (for me) problem with these two machines : -
 Client, a CentOS-5.7 workstation ; - Server, a CentOS-6.2 headless,
 up-to-date server.
 
 From Client, I want to use xauth on Server with the help of rsh
 (yes, I
 know, ssh and all this sort of things... another time.)
 
 When SELinux is in permissive mode on Server, all these commands 
 perform as expected : rsh Server /usr/bin/xauth info rsh Server
 /usr/bin/xauth list xauth nextract - Client:0.0 | rsh Server
 /usr/bin/xauth nmerge -
 
 But when SELinux is in enforcing mode on Server, the commands fail
 with this message : bash: /usr/bin/xauth: Permission denied
 
 and /var/log/audit/audit.log shows the following errors : 
 type=SELINUX_ERR msg=audit(1326381080.364:610):
 security_compute_sid:  invalid context
 system_u:system_r:xauth_t:s0-s0:c0.c1023 for
 scontext=system_u:system_r:unconfined_t:s0-s0:c0.c1023
 tcontext=system_u:object_r:xauth_exec_t:s0 tclass=process
 
 type=AVC msg=audit(1326381080.364:610): avc:  denied  { write } for
 pid=3487 comm=xauth path=pipe:[21744] dev=pipefs ino=21744
 scontext=system_u:system_r:xauth_t:s0-s0:c0.c1023
 tcontext=system_u:system_r:rshd_t:s0-s0:c0.c1023 tclass=fifo_file
 
 type=AVC msg=audit(1326381080.369:611): avc:  denied  { getattr }
 for pid=3487 comm=xauth path=socket:[21700] dev=sockfs
 ino=21700 scontext=system_u:system_r:xauth_t:s0-s0:c0.c1023
 tcontext=system_u:system_r:inetd_t:s0-s0:c0.c1023
 tclass=tcp_socket
 
 The output from audit2allow is here : $ grep AVC
 /var/log/audit/audit.log | audit2allow 
 libsepol.context_from_record: invalid security context:
 system_u:system_r:xauth_t:s0-s0:c0.c1023 
 libsepol.context_from_record: could not create context structure 
 libsepol.context_from_string: could not create context structure 
 libsepol.sepol_context_to_sid: could not convert
 system_u:system_r:xauth_t:s0-s0:c0.c1023 to sid (these 4 lines are
 repeated 2 times)
 
 On Server, after creating a new authority file (with rsh again,
 while Server is in permissive mode), I find : $ ls -Z .Xauthority 
 -rw---. naudin biom system_u:object_r:xauth_home_t:s0
 .Xauthority
 
 I don't have this problem on a CentOS-5.7 server with the same 
 configuration.
 
 Any idea (other than ssh) on how to solve it ?
 
 Thanks,
 

If you add a

policy_module(myxauth, 1.0)
gen_requires(`
type xauth_t;
role system_r;
')

role system_r types xauth_t;

It should fix the first problem, not sure the other two are important.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8USWEACgkQrlYvE4MpobPXsACfU6I8yreIrF8/gRFcXs1L8AcU
UJoAoMsSW9HPUOKLK8uIP0e8/GVGOwLp
=yGdb
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NOUVEAU driver video acceleration

2012-01-16 Thread Akemi Yagi
On Mon, Jan 16, 2012 at 7:58 AM, Mark LaPierre marklap...@aol.com wrote:

 I did this:

 [root@mushroom yum.repos.d]# /etc/yum.repos.d
 [root@mushroom yum.repos.d]# rm -f elrepo.repo
 [root@mushroom yum.repos.d]# yum clean all
 [root@mushroom yum.repos.d]# rpm -Uvh
 http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm
 [root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo\*
 install kmod-nvidia*

You cannot do that. :(

You have to choose the one for your device from the three kmod
packages available:

http://elrepo.org/tiki/kmod-nvidia
http://elrepo.org/tiki/kmod-nvidia-96xx
http://elrepo.org/tiki/kmod-nvidia-173xx

Check the supported hardware list there.

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


Re: [CentOS] NOUVEAU driver video acceleration

2012-01-16 Thread Ned Slider
On 16/01/12 15:58, Mark LaPierre wrote:
 On 01/16/2012 02:41 AM, Akemi Yagi wrote:
 On Sun, Jan 15, 2012 at 9:06 PM, Mark LaPierremarklap...@aol.com   wrote:

 I did this:

 [root@mushroom yum.repos.d]# rpm --import
 http://elrepo.org/RPM-GPG-KEY-elrepo.org
 [root@mushroom yum.repos.d]# rpm -Uvh
 http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm
 Retrieving http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm

 You are running CentOS 6. You need to install elrepo-release for *el6* :

 rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm

 Please uninstall the incorrect one you installed and get the right one for 
 you.

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


 Duh!  I hate it when that happens.

 I did this:

 [root@mushroom yum.repos.d]# /etc/yum.repos.d
 [root@mushroom yum.repos.d]# rm -f elrepo.repo
 [root@mushroom yum.repos.d]# yum clean all
 [root@mushroom yum.repos.d]# rpm -Uvh
 http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm
 [root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo\*
 install kmod-nvidia*
 [root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo
 install kmod-nvidia*
 Loaded plugins: fastestmirror, refresh-packagekit, security
 Loading mirror speeds from cached hostfile
* elrepo: mirror.symnds.com
 Setting up Install Process
 Resolving Dependencies
 --  Running transaction check
 ---  Package kmod-nvidia.i686 0:290.10-1.el6.elrepo will be installed
 --  Processing Dependency: nvidia-x11-drv = 290.10-1.el6.elrepo for
 package: kmod-nvidia-290.10-1.el6.elrepo.i686
 ---  Package kmod-nvidia-173xx.i686 0:173.14.31-1.el6.elrepo will be
 installed
 --  Processing Dependency: nvidia-x11-drv-173xx = 173.14.31-1.el6.elrepo
 for package: kmod-nvidia-173xx-173.14.31-1.el6.elrepo.i686
 --  Running transaction check
 ---  Package nvidia-x11-drv.i686 0:290.10-1.el6.elrepo will be installed
 ---  Package nvidia-x11-drv-173xx.i686 0:173.14.31-1.el6.elrepo will be
 installed
 --  Processing Conflict: nvidia-x11-drv-290.10-1.el6.elrepo.i686
 conflicts nvidia-x11-drv-173xx
 --  Processing Conflict:
 nvidia-x11-drv-173xx-173.14.31-1.el6.elrepo.i686 conflicts nvidia-x11-drv
 --  Finished Dependency Resolution
 Error: nvidia-x11-drv conflicts with nvidia-x11-drv-173xx
 Error: nvidia-x11-drv-173xx conflicts with nvidia-x11-drv
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
 [root@mushroom yum.repos.d]#

 It looks like there is a dependency conflict.  It want's to install both
 nvidia-x11-drv.i686 0:290.10-1.el6.elrepo and nvidia-x11-drv-173xx.i686
 0:173.14.31-1.el6.elrepo which conflict with each other.  Is it safe to
 use --skip-broken to get around this?



No.

There are 3 nvidia drivers available - the current version plus two 
legacy drivers for use with older hardware.

By doing:

yum install kmod-nvidia*

you are trying to install all of them rather than the specific driver 
you want.

Please see here for more info:

http://elrepo.org/tiki/kmod-nvidia
http://elrepo.org/tiki/kmod-nvidia-96xx
http://elrepo.org/tiki/kmod-nvidia-173xx

Assuming you want the current driver and not one of the old legacy 
drivers, you should instead do:

yum install kmod-nvidia

which will pull in the dependencies it needs.

Then you will need to reboot your system.


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


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread Frank Cox
On Mon, 16 Jan 2012 03:51:46 -0600 (CST)
Elijah Karari wrote:

 Are you sure its Zimbra Desktop 7  not Zimbra Collaboration Suite. If you
 really found it, kindly post the link.

I've never heard of Zimbra before, so I don't know the difference.  I just ran
Zimbra Desktop 7 through google and found a webpage with 64-bit and 32-bit
downloads on it.

It looks like this is some kind of a commercial program which someone is,
presumably, paying for.Have you considered contacting their technical
support department to ask them about it?

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 83, Issue 6

2012-01-16 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. CEBA-2012:0021  CentOS 5 procinfo Update (Johnny Hughes)


--

Message: 1
Date: Mon, 16 Jan 2012 13:44:56 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CEBA-2012:0021  CentOS 5 procinfo Update
To: centos-annou...@centos.org
Message-ID: 20120116134456.ga2...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:0021 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0021.html

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

i386:
d0d097e023686ff61086924618037ec38117d77b0022ddc3172ae45f6c514f7e  
procinfo-18-19.el5_7.2.i386.rpm

x86_64:
5173bd1e3c161cba6a9b5958029e4ad4a8b2f80099241cb1272aebe9caf3cb08  
procinfo-18-19.el5_7.2.x86_64.rpm

Source:
4e49b85b4f804dd35ae31e87d7a6fa294cc1c7e94d925f7a5762e7a3fa6e0934  
procinfo-18-19.el5_7.2.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

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


End of CentOS-announce Digest, Vol 83, Issue 6
**
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] bounties for exploits against CentOS?

2012-01-16 Thread Bennett Haselton
With companies like Facebook and Google offering cash prizes for people 
who can find security holes in their products, has there ever been any 
consideration given to offering cash rewards to people finding security 
exploits in CentOS or in commonly bundled services like Apache?  
(Provided of course they follow responsible disclosure and report the 
exploit to the software authors and get it fixed.)

Obviously the benefit would be that it would increase the chance of a 
white hat finding and fixing an exploit, before a black hat discovered 
the same one and used it to attack people's servers.  Would there be any 
other downsides, other than the cost of paying out the prize?

I've heard some objections from companies over the years who didn't want 
to institute a prize program, but I thought some of those objections 
didn't make much sense (and indeed some of those companies ended up 
instituting a prize program after all, a few years later).  For example, 
some people said, This just encourages people to find exploits and then 
they might use those exploits to do harm.  (The problem with this is if 
someone has sufficient black-hat incentives for finding an exploit -- 
either to do malice, or more likely to sell it on the black market -- 
those incentives *already* exist, so the prize program wouldn't create 
any additional incentive to use an exploit illegally.)  Would you feel 
safer using CentOS if a bounty program encouraged people to report 
exploits to the project?  Why or why not?  I think I would, for the 
stated reason -- newly discovered exploits are more likely to get 
reported and fixed, than to be used in the wild.  But I'd be curious why 
anyone might feel less safe if such a program existed.

On a related question, suppose that instead of paying for generic 
exploits against the operating system, you as a webmaster had the option 
of adding your website to a directory of bounty sites, where you would 
have to put up a bond of $100 to join.  Then anyone who could prove that 
they broke into your server (let's say the proof is that they read a 
world-readable file in the root directory) would collect the $100 prize, 
if they can describe exactly how they did it and what you need to fix to 
prevent the attack in the future.  That way, if there's ever a weakness 
in your server, it's more likely to be found by a white hat and reported 
to you directly so you can fix it, before a black hat finds the same 
weakness.  Would you sign up your webserver?  I think I would, and I 
believe I'd be reducing the risk of a black-hat breakin as a result, but 
there may be counter-arguments that I'm not thinking of.

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


[CentOS] CentOS 6 and glib 2.24

2012-01-16 Thread Grendel
Hi all,
when will be glib 2.24 in CnetOS 6 releases?

grendel


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


Re: [CentOS] CentOS 6 and glib 2.24

2012-01-16 Thread dnk
On Monday, January 16, 2012, Grendel grendel.g...@gmail.com wrote:
 Hi all,
 when will be glib 2.24 in CnetOS 6 releases?

 grendel


I assume it will happen once the upstream provider puts it in.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 and glib 2.24

2012-01-16 Thread John R Pierce
On 01/16/12 11:16 AM, Grendel wrote:
 Hi all,
 when will be glib 2.24 in CnetOS 6 releases?

short answer:  when RHEL 6 releases one.

which very well may be 'never' as changing lib versions tends to break 
binary compatibility.

instead, they'll backport any critical fixes to the version they 
distribute, which appears to be 2.22, currently at 2.22.5-6 (where the 
-6 number is the EL6 variant).

(I'm assuming you're talking about GTK/Gnome glib, and not glibc which 
is currently at 2.12-1.47 in EL6)


-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

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


Re: [CentOS] bounties for exploits against CentOS?

2012-01-16 Thread John R Pierce
On 01/16/12 10:34 AM, Bennett Haselton wrote:
 With companies like Facebook and Google offering cash prizes for people
 who can find security holes in their products, has there ever been any
 consideration given to offering cash rewards to people finding security
 exploits in CentOS or in commonly bundled services like Apache?

companies like facebook and google have significant(!!) cash flow.   
centos is a volunteer project.  from where would this prize money come?

you'd do better addressing this question to Redhat Enterprise Linux, 
anyways, since CentOS's goal is to be a near exact copy, bugs and warts 
included.



-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

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


Re: [CentOS] VirtIO disk 'leakage' across guests?

2012-01-16 Thread James B. Byrne

On Mon, January 16, 2012 13:05, James B. Byrne wrote:
 How is it even possible for an
 application running under a httpd service on one guest to
 see anything at all besides the VirtIO storage assigned to
 that guest?

 Has anyone else encountered this anomaly?


I just cloned a guest instance.  The clone prototype was
set up with a single VirtIO disk of 8Gbs, divided into a
500 Mb boot and a ~7.1Gb root partition.  The root
partition was entirely assigned to the basic vg and two lv
were created, one for swap and one for the actual root
partition.

When the guest was cloned there was only one VirtIO disk
of 8 Gb assigned to it and this was cloned and given a new
name.

When I look at the newly cloned guest instance with
pvdisplay this is what I see:

# pvdisplay
  Couldn't find device with uuid
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De.
  --- Physical volume ---
  PV Name   /dev/vda2
  VG Name   vg_vm_centos_6
  PV Size   7.32 GiB / not usable 3.00 MiB
  Allocatable   yes (but full)
  PE Size   4.00 MiB
  Total PE  1874
  Free PE   0
  Allocated PE  1874
  PV UUID  
djM23m-6Yeb-BQ2x-gPh9-ORMt-dX2i-Ou9xBQ

  --- Physical volume ---
  PV Name   unknown device
  VG Name   vg_vm_centos_6
  PV Size   31.25 GiB / not usable 3.97 MiB
  Allocatable   yes (but full)
  PE Size   4.00 MiB
  Total PE  7999
  Free PE   0
  Allocated PE  7999
  PV UUID  
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De

When I look at it using vgdisplay then this is what I see:

# vgdisplay
  Couldn't find device with uuid
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De.
  --- Volume group ---
  VG Name   vg_vm_centos_6
  System ID
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  10
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV4
  Open LV   2
  Max PV0
  Cur PV2
  Act PV1
  VG Size   38.57 GiB
  PE Size   4.00 MiB
  Total PE  9873
  Alloc PE / Size   9873 / 38.57 GiB
  Free  PE / Size   0 / 0
  VG UUID  
qa6jwq-5gTp-6mMH-IWl9-OrEK-HjWc-pbaFsa

What is going on and how do I fix this?  The size of the
ghost pv (31Gb) is showing up as the size of the clone's
vg whereas the pv for the cloned instance is only 8Gb.

I am only using virt-manager to manage disk storage for
these guests and I have no idea why or how this mismash is
happening.  Any ideas?


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] bounties for exploits against CentOS?

2012-01-16 Thread Bennett Haselton
On 1/16/2012 12:12 PM, John R Pierce wrote:
 On 01/16/12 10:34 AM, Bennett Haselton wrote:
 With companies like Facebook and Google offering cash prizes for people
 who can find security holes in their products, has there ever been any
 consideration given to offering cash rewards to people finding security
 exploits in CentOS or in commonly bundled services like Apache?
 companies like facebook and google have significant(!!) cash flow.
 centos is a volunteer project.  from where would this prize money come?

 you'd do better addressing this question to Redhat Enterprise Linux,
 anyways, since CentOS's goal is to be a near exact copy, bugs and warts
 included.

Well I wasn't necessarily advocating it here, just asking whether people 
would feel more or less secure using CentOS if such a prize program 
existed (whether run by CentOS or RHEL), and why or why not.

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


Re: [CentOS] VirtIO disk 'leakage' across guests?

2012-01-16 Thread James B. Byrne
This behaviour has to be related to the fact that the
volume group name does not change when guests are cloned. 
I do not know where the confusion originates but doing
xmldumps from virsh shows that all of the guests only have
their own VirtIO disks assigned to them so the cross
linking is happening elsewhere and the vg name seems the
likely place.

However, I am at a loss as to how to avoid this.  It does
not appear that an option to rename the volume group is
given when cloning from virt-manager.  Is there a way to
do this when the guest is cloned?


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] VirtIO disk 'leakage' across guests?

2012-01-16 Thread Ljubomir Ljubojevic
On 01/16/2012 09:42 PM, James B. Byrne wrote:
 This behaviour has to be related to the fact that the
 volume group name does not change when guests are cloned.
 I do not know where the confusion originates but doing
 xmldumps from virsh shows that all of the guests only have
 their own VirtIO disks assigned to them so the cross
 linking is happening elsewhere and the vg name seems the
 likely place.

 However, I am at a loss as to how to avoid this.  It does
 not appear that an option to rename the volume group is
 given when cloning from virt-manager.  Is there a way to
 do this when the guest is cloned?



It looks like it is an remnant of the old UUID, since device is 
unkonwn...

-- 

Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

Google is the Mother, Google is the Father, and traceroute is your
trusty Spiderman...
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 6.2 install fails on HP 6200pro (Intel Q65X chipset).

2012-01-16 Thread Bryan Hodgson
On Sun, Jan 15, 2012 at 02:43:40PM -0500, Mail Lists wrote:
 On 01/15/2012 01:32 PM, Bryan Hodgson wrote:
  CentOS 5.6 x64 installs successfully on HP 6200pro SFF box with
  Intel Q65X Express chipset (including HD graphics), Core i5 and
  added NVS300 graphics card.  Actually, it works great.  HP lists
  RedHat Enterprise x64 as a supported OS.  The 6200pro is a
  business desktop that became available in early summer 2011.
 
  CentOS 6.2 x64 install halts during initial boot, with boot
  messages stopping at Detecting hardware.
 
  I'm clueless on this one.  Suggestions appreciated.  Does anyone
  have CentOS running on this hardware or this chipset?
 
 
  Bryan Hodgson
  Lehigh University
 
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 
 
Try passing acpi=off to the installer. I have had that issue before 
 also..
 

sheepish grin The netinstall CD works, no problem.

-- 

Bryan Hodgson
Lehigh University
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] VirtIO disk 'leakage' across guests?

2012-01-16 Thread James B. Byrne

If I log on to the newly cloned guest and I try and rename
the vg used by that instance I see this:

[root@vm-centos-6 ~]# vgrename vg_vm_centos_6 vg_vm_renamed
  Couldn't find device with uuid
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De.
  Cannot change VG vg_vm_centos_6 while PVs are missing.
  Consider vgreduce --removemissing.
[root@vm-centos-6 ~]# vgreduce vg_vm_centos_6 --removemissing
  Couldn't find device with uuid
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De.
  WARNING: Partial LV lv_pgsql needs to be repaired or
removed.
  WARNING: Partial LV lv_backups needs to be repaired or
removed.
  WARNING: There are still partial LVs in VG vg_vm_centos_6.
  To remove them unconditionally use: vgreduce
--removemissing --force.
  Proceeding to remove empty missing PVs.

The xmldump for this guest instance contains this:

  devices
emulator/usr/libexec/qemu-kvm/emulator
disk type='block' device='disk'
  driver name='qemu' type='raw' cache='none'/
  source dev='/dev/vg_vhost01/lv_vm_test-vg-rename'/
  target dev='vda' bus='virtio'/
  alias name='virtio-disk0'/
  address type='pci' domain='0x' bus='0x00'
slot='0x05' function='0x0'/
/disk
disk type='block' device='cdrom'
  driver name='qemu' type='raw'/
  target dev='hdc' bus='ide'/
  readonly/
  alias name='ide0-1-0'/
  address type='drive' controller='0' bus='1' unit='0'/
/disk
controller type='ide' index='0'
  alias name='ide0'/
  address type='pci' domain='0x' bus='0x00'
slot='0x01' function='0x1'/


The /dev entries for this vm guest are these:

[root@vm-centos-6 ~]# ll /dev/vg_vm_centos_6/*
lrwxrwxrwx. 1 root root 7 Jan 16 15:36
/dev/vg_vm_centos_6/lv_root - ../dm-0
lrwxrwxrwx. 1 root root 7 Jan 16 15:36
/dev/vg_vm_centos_6/lv_swap - ../dm-1


Searching for the missing uuid I find these files:

# find /etc -print | xargs grep
'umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De'
/etc/lvm/archive/vg_vm_centos_6_5-1429183950.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/archive/vg_vm_centos_6_2-807578735.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/archive/vg_vm_centos_6_4-1687335328.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/archive/vg_vm_centos_6_3-650133889.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/archive/vg_vm_centos_6_6-1907108135.vg:
 id = umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De
/etc/lvm/backup/vg_vm_centos_6: id =
umrIn6-Np0c-NC4Z-MuUo-5TBj-IKRE-XBU0De

Looking in the files of /etc/lvm/archive created by the
vgrename command shows a complete mess of lvs from
different vm guests non of which have anything in common
with the test vm guest, other than they all share the same
volume group name.

Evidently, cloning vm instances for the purpose of setting
up a new vm guest to run with other vms cloned from the
same prototype is not a good idea,

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3


-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte  Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


[CentOS] CentOS 6 (G)parted re-aligning existing partitions?

2012-01-16 Thread Ljubomir Ljubojevic
I used Hiren Boot CD (Some tool on it) to create 8 partitions for 
Windows XP and CentOS 6.

Now, CentOS6 Disk Utility reports for first partition:

Warning: The partition is misaligned by 512 bytes. This may result in 
very poor performances. Repartitioning is suggested.,

and similar warnings almost all other partitions.

Since I already have both Windows (NTFS) and CentOS 6 installed, I was 
wondering is there any easy way of re-alligning them, maybe via parted?

Can someone write short to-the-point howto for repartitioning ext4 
partitions (/boot especially)? NTFS partitions I can ghost without a 
problem and resize them when I returnin it on the HDD. It would be nice 
to experiment, but I am out of time.

I did fdisk -l /dev/sda  file and I can do dd to image file, but how 
about resizing/repartitioning?

I read somewhere that it is good to leave 1MB free before first 
partition, so it can be aligned?

Thanks,

-- 

Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

Google is the Mother, Google is the Father, and traceroute is your
trusty Spiderman...
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 (G)parted re-aligning existing partitions?

2012-01-16 Thread Patrick Lists
On 16-01-12 22:25, Ljubomir Ljubojevic wrote:
 I used Hiren Boot CD (Some tool on it) to create 8 partitions for
 Windows XP and CentOS 6.

 Now, CentOS6 Disk Utility reports for first partition:

 Warning: The partition is misaligned by 512 bytes. This may result in
 very poor performances. Repartitioning is suggested.,

 and similar warnings almost all other partitions.

 Since I already have both Windows (NTFS) and CentOS 6 installed, I was
 wondering is there any easy way of re-alligning them, maybe via parted?

 Can someone write short to-the-point howto for repartitioning ext4
 partitions (/boot especially)? NTFS partitions I can ghost without a
 problem and resize them when I returnin it on the HDD. It would be nice
 to experiment, but I am out of time.

 I did fdisk -l /dev/sda  file and I can do dd to image file, but how
 about resizing/repartitioning?

 I read somewhere that it is good to leave 1MB free before first
 partition, so it can be aligned?

Here's how my partitions look like on a box with F16. Afaik the anaconda 
in F16 properly aligns partitions. Note the initial start at 2048.

$ sudo fdisk -l

Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0003778c

Device Boot  Start End  Blocks   Id  System
/dev/sda1   *2048  411647  204800   fd  Linux raid 
autodetect
/dev/sda2  411648  3890251953  1944920153   fd  Linux raid 
autodetect
/dev/sda3  3890251954  3907029167 8388607   fd  Linux raid 
autodetect


Maybe you could get an F16 CD/DVD and create the partitions with it?

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


Re: [CentOS] NOUVEAU driver video acceleration

2012-01-16 Thread Mark LaPierre
On 01/16/2012 11:17 AM, Ned Slider wrote:
 On 16/01/12 15:58, Mark LaPierre wrote:
 On 01/16/2012 02:41 AM, Akemi Yagi wrote:
 On Sun, Jan 15, 2012 at 9:06 PM, Mark LaPierremarklap...@aol.comwrote:

 I did this:

 [root@mushroom yum.repos.d]# rpm --import
 http://elrepo.org/RPM-GPG-KEY-elrepo.org
 [root@mushroom yum.repos.d]# rpm -Uvh
 http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm
 Retrieving http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm

 You are running CentOS 6. You need to install elrepo-release for *el6* :

 rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm

 Please uninstall the incorrect one you installed and get the right one for 
 you.

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


 Duh!  I hate it when that happens.

 I did this:

 [root@mushroom yum.repos.d]# /etc/yum.repos.d
 [root@mushroom yum.repos.d]# rm -f elrepo.repo
 [root@mushroom yum.repos.d]# yum clean all
 [root@mushroom yum.repos.d]# rpm -Uvh
 http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm
 [root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo\*
 install kmod-nvidia*
 [root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo
 install kmod-nvidia*
 Loaded plugins: fastestmirror, refresh-packagekit, security
 Loading mirror speeds from cached hostfile
 * elrepo: mirror.symnds.com
 Setting up Install Process
 Resolving Dependencies
 --   Running transaction check
 ---   Package kmod-nvidia.i686 0:290.10-1.el6.elrepo will be installed
 --   Processing Dependency: nvidia-x11-drv = 290.10-1.el6.elrepo for
 package: kmod-nvidia-290.10-1.el6.elrepo.i686
 ---   Package kmod-nvidia-173xx.i686 0:173.14.31-1.el6.elrepo will be
 installed
 --   Processing Dependency: nvidia-x11-drv-173xx = 173.14.31-1.el6.elrepo
 for package: kmod-nvidia-173xx-173.14.31-1.el6.elrepo.i686
 --   Running transaction check
 ---   Package nvidia-x11-drv.i686 0:290.10-1.el6.elrepo will be installed
 ---   Package nvidia-x11-drv-173xx.i686 0:173.14.31-1.el6.elrepo will be
 installed
 --   Processing Conflict: nvidia-x11-drv-290.10-1.el6.elrepo.i686
 conflicts nvidia-x11-drv-173xx
 --   Processing Conflict:
 nvidia-x11-drv-173xx-173.14.31-1.el6.elrepo.i686 conflicts nvidia-x11-drv
 --   Finished Dependency Resolution
 Error: nvidia-x11-drv conflicts with nvidia-x11-drv-173xx
 Error: nvidia-x11-drv-173xx conflicts with nvidia-x11-drv
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
 [root@mushroom yum.repos.d]#

 It looks like there is a dependency conflict.  It want's to install both
 nvidia-x11-drv.i686 0:290.10-1.el6.elrepo and nvidia-x11-drv-173xx.i686
 0:173.14.31-1.el6.elrepo which conflict with each other.  Is it safe to
 use --skip-broken to get around this?



 No.

 There are 3 nvidia drivers available - the current version plus two
 legacy drivers for use with older hardware.

 By doing:

 yum install kmod-nvidia*

 you are trying to install all of them rather than the specific driver
 you want.

 Please see here for more info:

 http://elrepo.org/tiki/kmod-nvidia
 http://elrepo.org/tiki/kmod-nvidia-96xx
 http://elrepo.org/tiki/kmod-nvidia-173xx

 Assuming you want the current driver and not one of the old legacy
 drivers, you should instead do:

 yum install kmod-nvidia

 which will pull in the dependencies it needs.

 Then you will need to reboot your system.


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


Alright now.  I did this:

[root@mushroom ~]# yum --disablerepo=\* --enablerepo=elrepo install 
kmod-nvidia nvidia-x11-drvLoaded plugins: fastestmirror, 
refresh-packagekit, security
Loading mirror speeds from cached hostfile
  * elrepo: mirror.symnds.com
Setting up Install Process
Resolving Dependencies
-- Running transaction check
--- Package kmod-nvidia.i686 0:290.10-1.el6.elrepo will be installed
--- Package nvidia-x11-drv.i686 0:290.10-1.el6.elrepo will be installed
-- Finished Dependency Resolution

Dependencies Resolved

Installing:
kmod-nvidia i686 290.10-1.el6.elrepo
nvidia-x11-drv i686 290.10-1.el6.elrepo

Running Transaction
   Installing : kmod-nvidia-290.10-1.el6.elrepo.i686 1/2
Working. This may take some time ...
Done.
   Installing : nvidia-x11-drv-290.10-1.el6.elrepo.i686 2/2

Installed:
   kmod-nvidia.i686 0:290.10-1.el6.elrepo
   nvidia-x11-drv.i686 0:290.10-1.el6.elrepo

Complete!
[root@mushroom ~]#

Now I'm going to reboot.  I'll let you know if this worked.

Thanks all for the help.  I figure I better say it now because I'm not 
sure I'll be able to after the reboot.

-- 
 _
°v°
   /(_)\
^ ^  Mark LaPierre
Registerd Linux user No #267004
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] VirtIO disk 'leakage' across guests?

2012-01-16 Thread Ljubomir Ljubojevic
On 01/16/2012 10:16 PM, James B. Byrne wrote:
 WARNING: There are still partial LVs in VG vg_vm_centos_6.
To remove them unconditionally use: vgreduce
 --removemissing --force.

You have not used --force, try it.

-- 

Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

Google is the Mother, Google is the Father, and traceroute is your
trusty Spiderman...
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NOUVEAU driver video acceleration(SOLVED)

2012-01-16 Thread Mark LaPierre
On 01/16/2012 05:05 PM, Mark LaPierre wrote:
 On 01/16/2012 11:17 AM, Ned Slider wrote:
 On 16/01/12 15:58, Mark LaPierre wrote:
 On 01/16/2012 02:41 AM, Akemi Yagi wrote:
 On Sun, Jan 15, 2012 at 9:06 PM, Mark LaPierremarklap...@aol.com 
 wrote:

 I did this:

 [root@mushroom yum.repos.d]# rpm --import
 http://elrepo.org/RPM-GPG-KEY-elrepo.org
 [root@mushroom yum.repos.d]# rpm -Uvh
 http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm
 Retrieving http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm

 You are running CentOS 6. You need to install elrepo-release for *el6* :

 rpm -Uvh http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm

 Please uninstall the incorrect one you installed and get the right one for 
 you.

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


 Duh!  I hate it when that happens.

 I did this:

 [root@mushroom yum.repos.d]# /etc/yum.repos.d
 [root@mushroom yum.repos.d]# rm -f elrepo.repo
 [root@mushroom yum.repos.d]# yum clean all
 [root@mushroom yum.repos.d]# rpm -Uvh
 http://elrepo.org/elrepo-release-6-4.el6.elrepo.noarch.rpm
 [root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo\*
 install kmod-nvidia*
 [root@mushroom yum.repos.d]# yum --disablerepo=\* --enablerepo=elrepo
 install kmod-nvidia*
 Loaded plugins: fastestmirror, refresh-packagekit, security
 Loading mirror speeds from cached hostfile
  * elrepo: mirror.symnds.com
 Setting up Install Process
 Resolving Dependencies
 --Running transaction check
 ---Package kmod-nvidia.i686 0:290.10-1.el6.elrepo will be installed
 --Processing Dependency: nvidia-x11-drv = 290.10-1.el6.elrepo for
 package: kmod-nvidia-290.10-1.el6.elrepo.i686
 ---Package kmod-nvidia-173xx.i686 0:173.14.31-1.el6.elrepo will be
 installed
 --Processing Dependency: nvidia-x11-drv-173xx = 173.14.31-1.el6.elrepo
 for package: kmod-nvidia-173xx-173.14.31-1.el6.elrepo.i686
 --Running transaction check
 ---Package nvidia-x11-drv.i686 0:290.10-1.el6.elrepo will be installed
 ---Package nvidia-x11-drv-173xx.i686 0:173.14.31-1.el6.elrepo will be
 installed
 --Processing Conflict: nvidia-x11-drv-290.10-1.el6.elrepo.i686
 conflicts nvidia-x11-drv-173xx
 --Processing Conflict:
 nvidia-x11-drv-173xx-173.14.31-1.el6.elrepo.i686 conflicts nvidia-x11-drv
 --Finished Dependency Resolution
 Error: nvidia-x11-drv conflicts with nvidia-x11-drv-173xx
 Error: nvidia-x11-drv-173xx conflicts with nvidia-x11-drv
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest
 [root@mushroom yum.repos.d]#

 It looks like there is a dependency conflict.  It want's to install both
 nvidia-x11-drv.i686 0:290.10-1.el6.elrepo and nvidia-x11-drv-173xx.i686
 0:173.14.31-1.el6.elrepo which conflict with each other.  Is it safe to
 use --skip-broken to get around this?



 No.

 There are 3 nvidia drivers available - the current version plus two
 legacy drivers for use with older hardware.

 By doing:

 yum install kmod-nvidia*

 you are trying to install all of them rather than the specific driver
 you want.

 Please see here for more info:

 http://elrepo.org/tiki/kmod-nvidia
 http://elrepo.org/tiki/kmod-nvidia-96xx
 http://elrepo.org/tiki/kmod-nvidia-173xx

 Assuming you want the current driver and not one of the old legacy
 drivers, you should instead do:

 yum install kmod-nvidia

 which will pull in the dependencies it needs.

 Then you will need to reboot your system.


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


 Alright now.  I did this:

 [root@mushroom ~]# yum --disablerepo=\* --enablerepo=elrepo install
 kmod-nvidia nvidia-x11-drvLoaded plugins: fastestmirror,
 refresh-packagekit, security
 Loading mirror speeds from cached hostfile
* elrepo: mirror.symnds.com
 Setting up Install Process
 Resolving Dependencies
 --  Running transaction check
 ---  Package kmod-nvidia.i686 0:290.10-1.el6.elrepo will be installed
 ---  Package nvidia-x11-drv.i686 0:290.10-1.el6.elrepo will be installed
 --  Finished Dependency Resolution

 Dependencies Resolved

 Installing:
 kmod-nvidia i686 290.10-1.el6.elrepo
 nvidia-x11-drv i686 290.10-1.el6.elrepo

 Running Transaction
 Installing : kmod-nvidia-290.10-1.el6.elrepo.i686 1/2
 Working. This may take some time ...
 Done.
 Installing : nvidia-x11-drv-290.10-1.el6.elrepo.i686 2/2

 Installed:
 kmod-nvidia.i686 0:290.10-1.el6.elrepo
 nvidia-x11-drv.i686 0:290.10-1.el6.elrepo

 Complete!
 [root@mushroom ~]#

 Now I'm going to reboot.  I'll let you know if this worked.

 Thanks all for the help.  I figure I better say it now because I'm not
 sure I'll be able to after the reboot.


On reboot I got no GUI.  I logged into a text terminal and tried startx.

That failed so I checked the log file.  It 

Re: [CentOS] bounties for exploits against CentOS?

2012-01-16 Thread Eero Volotinen

 Well I wasn't necessarily advocating it here, just asking whether people
 would feel more or less secure using CentOS if such a prize program
 existed (whether run by CentOS or RHEL), and why or why not.

Well, no.

Usually attacks to system are caused by misconfiguration of server or
firewall or bugs in web applications *)

*) https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project

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


[CentOS] CentOS and LessFS

2012-01-16 Thread Hugh E Cruickshank
Hi All:

We have been looking at implementing deduplication on a backup server.
From what I have been able to find the available documentation is
pretty thin. I ended up trying to install LessFS on this CentOS 5.7
box but we have now encountered problems with fuse version.

Has anyone out there been able to get LessFS running on CentOS 5.7 and
can provide some pointers?

If not LessFS can you suggest an alternate deduplication software?

TIA

Regards, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com

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


[CentOS] Dedicated Firewall/Router

2012-01-16 Thread Jason T. Slack-Moehrle
Hi All,

I want to build a dedicated firewall/router as I am launching a NPO and I can 
host this in my garage. (Comcast offered me a 100 x 20 circuit for $99/mo with 
5 statics)

I used to run Untangle, but as of version 9, you are forced to use their build 
in protocol policies versus the firewalling I am used to (Deny All and then 
opening holes for specific IP's, etc).

There are so many firewall distros to choose from. FireStarter, IPCOP, etc.

The box I was going to use is a P4, 3GB RAM, 3 GB NICS.

I could always use a beefier box also if there was really a need to for such a 
task. 

I am used to some Cisco PIX boxes and they just seem fast on hardly any specs. 
I had a PIX 525 that only had 256mb of RAM about 8 years ago and it was a 
rockstar.

Thoughts, opinions, suggestions are welcome as to what to do!


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


[CentOS] Mic Plugged into sound card not working

2012-01-16 Thread Mark LaPierre
Hey guys,

I have a mic plugged into my sound card.  It worked late last night but 
not today.  When I try to select the mic using System/Preferences/Sound 
I'm provided with several options to choose from.

On the Hardware tab I choose the Internal Audio device and set it to 
Analog Stereo Duplex.

On the Input tab I choose Internal Audio Analog Stereo there are two 
Analog Microphone Inputs, 1 and 2, to choose from.  Each of those inputs 
has Microphone 1 and 2 to choose from.

When I try to record from the mic in Audacity I get a flat signal if I 
choose Input 1 no matter which Microphone, 1 or 2, I choose.

If I choose Input 2, no matter which Microphone I choose, the wave form 
freezes until I return the selection to Input 1.

alsamixer -c0 does not indicate any input settings being muted.  In fact 
its indications change in response to changes in Sound Preferences and 
Sound Preferences indications change in response to changes in alsamixer 
-c0.

CentOS 6.2

Advanced Linux Sound Architecture Driver Version 1.0.21

/proc/asound/cards
0 [V8237  ]: VIA8237 - VIA 8237
  VIA 8237 with ALC655 at 0xd400, irq 22

/proc/asound/devices
   2:: timer
   3:: sequencer
   4: [ 0- 1]: digital audio playback
   5: [ 0- 1]: digital audio capture
   6: [ 0- 0]: digital audio playback
   7: [ 0- 0]: digital audio capture
   8: [ 0]   : control
   9: [ 1- 0]: digital audio capture
  10: [ 1]   : control
  11: [ 2- 0]: digital audio playback
  12: [ 2- 0]: digital audio capture
  13: [ 2]   : control

/proc/asound/pcm
00-00: VIA 8237 : VIA 8237 : playback 4 : capture 1
00-01: VIA 8237 : VIA 8237 : playback 1 : capture 1
01-00: USB Audio : USB Audio : capture 1
02-00: USB Audio : USB Audio : playback 1 : capture 1

I tested the mic by plugging it into my wife's XP machine.  The mic 
works fine but the XP machine doesn't.

Very frustrated.  Anyone have any idea what else I can check?

-- 
 _
°v°
   /(_)\
^ ^  Mark LaPierre
Registerd Linux user No #267004
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dedicated Firewall/Router

2012-01-16 Thread Miguel Medalha

 I want to build a dedicated firewall/router as I am launching a NPO and I can 
 host this in my garage. (Comcast offered me a 100 x 20 circuit for $99/mo 
 with 5 statics)

 Thoughts, opinions, suggestions are welcome as to what to do!

http://www.pfsense.org/

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


Re: [CentOS] Dedicated Firewall/Router

2012-01-16 Thread Tom Bishop
I would get a dell r210 from the outlet site and then load pfsense,
been running in multiple locations, solid and works great.

On 1/16/12, Jason T. Slack-Moehrle slackmoeh...@gmail.com wrote:
 Hi All,

 I want to build a dedicated firewall/router as I am launching a NPO and I
 can host this in my garage. (Comcast offered me a 100 x 20 circuit for
 $99/mo with 5 statics)

 I used to run Untangle, but as of version 9, you are forced to use their
 build in protocol policies versus the firewalling I am used to (Deny All and
 then opening holes for specific IP's, etc).

 There are so many firewall distros to choose from. FireStarter, IPCOP, etc.

 The box I was going to use is a P4, 3GB RAM, 3 GB NICS.

 I could always use a beefier box also if there was really a need to for such
 a task.

 I am used to some Cisco PIX boxes and they just seem fast on hardly any
 specs. I had a PIX 525 that only had 256mb of RAM about 8 years ago and it
 was a rockstar.

 Thoughts, opinions, suggestions are welcome as to what to do!


 -Jason
 ___
 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] Dedicated Firewall/Router

2012-01-16 Thread Ljubomir Ljubojevic
On 01/17/2012 01:11 AM, Jason T. Slack-Moehrle wrote:
 Hi All,

 I want to build a dedicated firewall/router as I am launching a NPO and I can 
 host this in my garage. (Comcast offered me a 100 x 20 circuit for $99/mo 
 with 5 statics)

 I used to run Untangle, but as of version 9, you are forced to use their 
 build in protocol policies versus the firewalling I am used to (Deny All and 
 then opening holes for specific IP's, etc).

 There are so many firewall distros to choose from. FireStarter, IPCOP, etc.

 The box I was going to use is a P4, 3GB RAM, 3 GB NICS.

 I could always use a beefier box also if there was really a need to for such 
 a task.

 I am used to some Cisco PIX boxes and they just seem fast on hardly any 
 specs. I had a PIX 525 that only had 256mb of RAM about 8 years ago and it 
 was a rockstar.

 Thoughts, opinions, suggestions are welcome as to what to do!


ClearOS, RHEL based Firewall/Router/Server with Web GUI. Simple to use, 
and it is like working on CentOS.

http://www.clearfoundation.com/


-- 

Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

Google is the Mother, Google is the Father, and traceroute is your
trusty Spiderman...
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Mediatomb under CentOS-6

2012-01-16 Thread Timothy Murphy
Is anyone running mediatomb under CentOS-6?
I've installed it from rpmforge.repo
(I think it used to be in the epel repository under CentOS-5)
but I don't know how to configure it.

I'm trying to use it to see photos on my Samsung Smart TV
(model D5520).
The photos (or some of them) come up on the TV,
but when I click on them I always get the error message
Not Supported File Format.

Are there reasonably simple instructions anywhere
for using mediatomb under CentOS?

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College Dublin


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


[CentOS] What software RAID levels are supported with CentOS 6.x?

2012-01-16 Thread Jonathan Vomacka
CentOS Community,

Which RAID levels are supported with a software RAID during the CentOS
install? I currently have 4 drives in the system, and am looking to
have performance and mirror (like RAID 0+1 or RAID 1+0). Are these
raid levels supported?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] LVM question

2012-01-16 Thread Jonathan Vomacka
CentOS Community,

It is to my understanding that the /boot partition should never be
placed on LVM and should be a physical partition on the hard drives
(or on top of a RAID array). Is this an accurate statement?

Also please advise if the SWAP filesystem is safe to be placed under
LVM, or if this should be a hard partition / hard limit as well. I am
unsure if boot issues or any filesystem issues would be caused by
placing them on LVM. Please educate me if possible.

Thanks in advance for the information!
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] LVM question

2012-01-16 Thread Muhammad Panji
On Tue, Jan 17, 2012 at 10:26 AM, Jonathan Vomacka juvi...@gmail.comwrote:

 CentOS Community,

 It is to my understanding that the /boot partition should never be
 placed on LVM and should be a physical partition on the hard drives
 (or on top of a RAID array). Is this an accurate statement?

Yup. Because GRUB  1.95 cannot read it
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-lvm-diskdruid-manual.html



 Also please advise if the SWAP filesystem is safe to be placed under
 LVM, or if this should be a hard partition / hard limit as well. I am
 unsure if boot issues or any filesystem issues would be caused by
 placing them on LVM. Please educate me if possible.

The default partition from anaconda put the swap on LVM so I think that
wouldn't be a problem.
even if you need more swap you can make (additional) swap file.
Regards,






-- 
-
Muhammad Panji
http://www.panji.web.id http://www.kurungsiku.com
http://sumodirjo.wordpress.com  http://www.kurungsiku.web.id

http://www.linuxbox.web.id
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] What software RAID levels are supported with CentOS 6.x?

2012-01-16 Thread Joseph L. Casale
Which RAID levels are supported with a software RAID during the CentOS install?
I currently have 4 drives in the system, and am looking to have performance and
mirror (like RAID 0+1 or RAID 1+0). Are these raid levels supported?

This explains what's supported:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/Create_Software_RAID-x86.html

This explains /boot ramifications:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html

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


[CentOS] Etherpad on CentOS 5

2012-01-16 Thread Harold Pritchett
I am attempting to install Etherpad on a CentOS 5.7 system.

The system is at current patchlevels.

I am using a cookbook found at http://pauleira.com/13/installing-etherpad/

My main problem seems to be that this howto is a couple of years old and none 
of the software is still at the levels described.

Does anyone have any experience with installing the current version of etherpad 
on the current version of CentOS?

Thanks,

Harold

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


Re: [CentOS] LVM question

2012-01-16 Thread Jonathan Vomacka
On Mon, Jan 16, 2012 at 10:38 PM, Muhammad Panji sumodi...@gmail.com wrote:
 On Tue, Jan 17, 2012 at 10:26 AM, Jonathan Vomacka juvi...@gmail.comwrote:

 CentOS Community,

 It is to my understanding that the /boot partition should never be
 placed on LVM and should be a physical partition on the hard drives
 (or on top of a RAID array). Is this an accurate statement?

 Yup. Because GRUB  1.95 cannot read it
 http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-lvm-diskdruid-manual.html



 Also please advise if the SWAP filesystem is safe to be placed under
 LVM, or if this should be a hard partition / hard limit as well. I am
 unsure if boot issues or any filesystem issues would be caused by
 placing them on LVM. Please educate me if possible.

 The default partition from anaconda put the swap on LVM so I think that
 wouldn't be a problem.
 even if you need more swap you can make (additional) swap file.
 Regards,






 --
 -
 Muhammad Panji
 http://www.panji.web.id                         http://www.kurungsiku.com
 http://sumodirjo.wordpress.com          http://www.kurungsiku.web.id

 http://www.linuxbox.web.id
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Okay, So I guess it is safe to say that SWAP can be placed on LVM but
/boot can not? /boot should be made with EXT3 i assume, correct?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS and LessFS

2012-01-16 Thread Ken godee
 We have been looking at implementing deduplication on a backup server.

 If not LessFS can you suggest an alternate deduplication software?


http://openindiana.org/
Solaris 11 Express
http://www.freebsd.org/releases/9.0R/announce.html

(ZFS pool version = 28)

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


Re: [CentOS] CentOS and LessFS

2012-01-16 Thread Hugh E Cruickshank
From: Ken godee Sent: January 16, 2012 19:58
  We have been looking at implementing deduplication on a 
 backup server.
 
  If not LessFS can you suggest an alternate deduplication software?
 
 
 http://openindiana.org/
 Solaris 11 Express
 http://www.freebsd.org/releases/9.0R/announce.html

These being different OSs would not be viable for us as we need to
maintain RHEL compatibility.

 (ZFS pool version = 28)

This looks promising but the latest Linux version (0.7.0) only has
pool version 23. I will check this out further.

Thanks for your response.

Regards, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com

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


Re: [CentOS] CentOS and LessFS

2012-01-16 Thread Les Mikesell
On Mon, Jan 16, 2012 at 5:50 PM, Hugh E Cruickshank h...@forsoft.com wrote:

 We have been looking at implementing deduplication on a backup server.
 From what I have been able to find the available documentation is
 pretty thin. I ended up trying to install LessFS on this CentOS 5.7
 box but we have now encountered problems with fuse version.

 Has anyone out there been able to get LessFS running on CentOS 5.7 and
 can provide some pointers?

 If not LessFS can you suggest an alternate deduplication software?

Backuppc dedups (and compresses) at the file level using hardlinks.
Not quite as effective  as a block level if you have frequent small
changes in large files, but still very good with no unusual filesystem
requirements other than keeping the whole archive on one filesystem.
It will link all identical content, whether from the same or different
systems and it's rsync implementation can work with local compressed
copies while chatting with a stock remote version.

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


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread Elijah Karari
Let me give you the complete picture so that you may undrstand the predicament 
am in, the Zimbra collab. suite is completely open source, it has a desktop 
version which is only available as a .i686 package. see it for yourself: 

http://www.zimbra.com/downloads/zd-downloads.html 

i installed compat-libstdc++ but it still doesn't work . This is the error 
message : 

WARNING: ia32-libs is missing for x86_64 platform. This package is required to 
run Zimbra Desktop on 64-bit Linux. 

Please help. 

- Original Message -

From: Frank Cox thea...@melvilletheatre.com 
To: Elijah Karari elijah.kar...@edf.co.ke 
Sent: Tuesday, January 17, 2012 7:35:05 AM 
Subject: Re: [CentOS] ia32-libs for 64 bit CentOS 

Please read what I said: 

 I've never heard of Zimbra before, so I don't know the difference. I just ran 
 Zimbra Desktop 7 through google and found a webpage with 64-bit and 32-bit 
 downloads on it. 

Otherwise, if it's open source then you should be able to download the source 
code and compile it for your system. 

Since I have no use for this thing myself I didn't bother to bookmark or save 
any references for it; in fact I may have been looking at something entirely 
different. Who knows? Check google and follow the first few links -- that's 
all I did. 


On Mon, 16 Jan 2012 22:01:59 -0600 (CST) 
Elijah Karari wrote: 

 Kindly send me the link where you saw the supposed 64 bit download for linux. 
 FYI zimbra is an open source mail server. 
 
 - Original Message - 
 
 From: Frank Cox thea...@melvilletheatre.com 
 To: CentOS mailing list centos@centos.org 
 Cc: Elijah Karari elijah.kar...@edf.co.ke 
 Sent: Monday, January 16, 2012 7:51:04 PM 
 Subject: Re: [CentOS] ia32-libs for 64 bit CentOS 
 
 On Mon, 16 Jan 2012 03:51:46 -0600 (CST) 
 Elijah Karari wrote: 
 
  Are you sure its Zimbra Desktop 7  not Zimbra Collaboration Suite. If you 
  really found it, kindly post the link. 
 
 I've never heard of Zimbra before, so I don't know the difference. I just ran 
 Zimbra Desktop 7 through google and found a webpage with 64-bit and 32-bit 
 downloads on it. 
 
 It looks like this is some kind of a commercial program which someone is, 
 presumably, paying for. Have you considered contacting their technical 
 support department to ask them about it? 
 
 -- 
 MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com 
 www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER! 
 


-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com 
www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER! 

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


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread John R Pierce
On 01/16/12 8:56 PM, Elijah Karari wrote:
 Let me give you the complete picture so that you may undrstand the 
 predicament am in, the Zimbra collab. suite is completely open source, it has 
 a desktop version which is only available as a .i686 package. see it for 
 yourself:

 http://www.zimbra.com/downloads/zd-downloads.html

 i installed compat-libstdc++ but it still doesn't work . This is the error 
 message :

compat-libstdc++ comes in both .i686 and .x86_64 flavors.   It provides 
libstdc++ version 3.2.3, while the standard EL6 version is 4.4.6, both 
come 32 and 64bit...

# yum list compat-libstdc++-33 libstdc++
...
Installed Packages
compat-libstdc++-33.i686  
3.2.3-69.el6 @base
libstdc++.i686
4.4.6-3.el6  @base
libstdc++.x86_64  
4.4.6-3.el6  @base
Available Packages
compat-libstdc++-33.x86_64
3.2.3-69.el6 base



is Zimbra even C++ ?  if not, libstdc++ is the least of your concerns.



 WARNING: ia32-libs is missing for x86_64 platform. This package is required 
 to run Zimbra Desktop on 64-bit Linux.



thats a remarkably INCOMPLETE picture.   WHAT ia32 libraries are you 
missing?



-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

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


Re: [CentOS] CentOS and LessFS

2012-01-16 Thread Hugh E Cruickshank
From: Les Mikesell Sent: January 16, 2012 20:55
 On Mon, Jan 16, 2012 at 5:50 PM, Hugh E Cruickshank wrote:
 
  If not LessFS can you suggest an alternate deduplication software?
 
 Backuppc dedups (and compresses) at the file level using hardlinks.
 Not quite as effective  as a block level if you have frequent small
 changes in large files, but still very good with no unusual filesystem
 requirements other than keeping the whole archive on one filesystem.
 It will link all identical content, whether from the same or different
 systems and it's rsync implementation can work with local compressed
 copies while chatting with a stock remote version.

Hi Les:

Trust you to always come up with an interesting suggestion or two. I
will have a further look at this but, on first blush, I do not think
that this will be very effective in our environment. We will be backing
up several small databases 1-8 GB each along with the related programs
from our development system, out users home directories which include
their Outlook PST files, Word/Excel files, etc. While the compression
should work for all files I can not see the dedup working for much
beyond the Word/Excel files. We will definitely have a look at it.

Thanks for you suggestion.

Regards, Hugh

-- 
Hugh E Cruickshank, Forward Software, www.forward-software.com

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


Re: [CentOS] CentOS and LessFS

2012-01-16 Thread John R Pierce
On 01/16/12 9:26 PM, Hugh E Cruickshank wrote:
 Trust you to always come up with an interesting suggestion or two. I
 will have a further look at this but, on first blush, I do not think
 that this will be very effective in our environment. We will be backing
 up several small databases 1-8 GB each along with the related programs
 from our development system, out users home directories which include
 their Outlook PST files, Word/Excel files, etc. While the compression
 should work for all files I can not see the dedup working for much
 beyond the Word/Excel files. We will definitely have a look at it.

I hope you know, dedup systems rarely scale well, as the corpus of files 
get bigger and bigger, they can really grind to a halt.


-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

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


[CentOS] Virtual Machine Manager error

2012-01-16 Thread Rajagopal Swaminathan
Greetings,


I am getting the following error when I start the Virtual machine manager

[root@centos Desktop]# uname -a
Linux blah.blah.blah 2.6.32-220.2.1.el6.x86_64 #1 SMP Fri Dec 23
02:21:33 CST 2011 x86_64 x86_64 x86_64 GNU/Linux


Error polling connection 'qemu:///system': internal error Cannot find
suitable emulator for x86_64

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 440, in _tick
conn.tick()
  File /usr/share/virt-manager/virtManager/connection.py, line 1414, in tick
newNets, self.nets) = self._update_nets()
  File /usr/share/virt-manager/virtManager/connection.py, line 1277,
in _update_nets
lookup_func, build_class)
  File /usr/share/virt-manager/virtManager/connection.py, line 1209,
in _poll_helper
if not check_support():
  File /usr/share/virt-manager/virtManager/connection.py, line 501,
in is_network_capable
virtinst.support.SUPPORT_CONN_NETWORK)
  File /usr/lib/python2.6/site-packages/virtinst/support.py, line
574, in check_conn_support
return _check_support(conn, feature, conn)
  File /usr/lib/python2.6/site-packages/virtinst/support.py, line
443, in _check_support
actual_drv_ver = _hv_ver(conn, uri)
  File /usr/lib/python2.6/site-packages/virtinst/support.py, line
376, in _hv_ver
ret = cmd(*args)
  File /usr/lib64/python2.6/site-packages/libvirt.py, line 2823, in getVersion
if ret == -1: raise libvirtError ('virConnectGetVersion() failed',
conn=self)
libvirtError: internal error Cannot find suitable emulator for x86_64

any clues?

TIA

--
Regards,

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


Re: [CentOS] Virtual Machine Manager error

2012-01-16 Thread John R Pierce
On 01/16/12 9:48 PM, Rajagopal Swaminathan wrote:
 Error polling connection 'qemu:///system': internal error Cannot find
 suitable emulator for x86_64

wild guess (as I haven't yet played with el6 virtalization)

 # yum install qemu-kvm qemu-kvm-tools qemu-img



-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

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


Re: [CentOS] Virtual Machine Manager error

2012-01-16 Thread Rajagopal Swaminathan
On Tue, Jan 17, 2012 at 11:20 AM, John R Pierce pie...@hogranch.com wrote:
 On 01/16/12 9:48 PM, Rajagopal Swaminathan wrote:
 Error polling connection 'qemu:///system': internal error Cannot find
 suitable emulator for x86_64

 wild guess (as I haven't yet played with el6 virtalization)

     # yum install qemu-kvm qemu-kvm-tools qemu-img


Wild try yielded:

yum install qemu-kvm qemu-kvm-tools qemu-img
Loaded plugins: aliases, changelog, downloadonly, fastestmirror, presto,
  : refresh-packagekit, security, tmprepo, verify, versionlock
Loading mirror speeds from cached hostfile
 * base: mirrors.hns.net.in
 * epel: mirror01.idc.hinet.net
 * extras: mirrors.hns.net.in
 * rpmforge: fr2.rpmfind.net
 * updates: mirrors.hns.net.in
Setting up Install Process
Package 2:qemu-kvm-0.12.1.2-2.209.el6_2.1.x86_64 already installed and
latest version
Package 2:qemu-kvm-tools-0.12.1.2-2.209.el6_2.1.x86_64 already
installed and latest version
Package 2:qemu-img-0.12.1.2-2.209.el6_2.1.x86_64 already installed and
latest version
Nothing to do


-- 
Regards,

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


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread An Yang
At 2012-01-16 Mon 22:56 -0600,Elijah Karari wrote: 

 Let me give you the complete picture so that you may undrstand the 
 predicament am in, the Zimbra collab. suite is completely open source, it has 
 a desktop version which is only available as a .i686 package. see it for 
 yourself: 
 
 http://www.zimbra.com/downloads/zd-downloads.html 
 
 i installed compat-libstdc++ but it still doesn't work . This is the error 
 message : 
 
 WARNING: ia32-libs is missing for x86_64 platform. This package is required 
 to run Zimbra Desktop on 64-bit Linux. 
 
 Please help. 

It depends on XPCOM(32bit), so.
yum install glibc.i686 libstdc++.i686 xulrunner.i686 


 - Original Message -
 
 From: Frank Cox thea...@melvilletheatre.com 
 To: Elijah Karari elijah.kar...@edf.co.ke 
 Sent: Tuesday, January 17, 2012 7:35:05 AM 
 Subject: Re: [CentOS] ia32-libs for 64 bit CentOS 
 
 Please read what I said: 
 
  I've never heard of Zimbra before, so I don't know the difference. I just 
  ran 
  Zimbra Desktop 7 through google and found a webpage with 64-bit and 
  32-bit 
  downloads on it. 
 
 Otherwise, if it's open source then you should be able to download the source 
 code and compile it for your system. 
 
 Since I have no use for this thing myself I didn't bother to bookmark or save 
 any references for it; in fact I may have been looking at something entirely 
 different. Who knows? Check google and follow the first few links -- that's 
 all I did. 
 
 
 On Mon, 16 Jan 2012 22:01:59 -0600 (CST) 
 Elijah Karari wrote: 
 
  Kindly send me the link where you saw the supposed 64 bit download for 
  linux. 
  FYI zimbra is an open source mail server. 
  
  - Original Message - 
  
  From: Frank Cox thea...@melvilletheatre.com 
  To: CentOS mailing list centos@centos.org 
  Cc: Elijah Karari elijah.kar...@edf.co.ke 
  Sent: Monday, January 16, 2012 7:51:04 PM 
  Subject: Re: [CentOS] ia32-libs for 64 bit CentOS 
  
  On Mon, 16 Jan 2012 03:51:46 -0600 (CST) 
  Elijah Karari wrote: 
  
   Are you sure its Zimbra Desktop 7  not Zimbra Collaboration Suite. If 
   you 
   really found it, kindly post the link. 
  
  I've never heard of Zimbra before, so I don't know the difference. I just 
  ran 
  Zimbra Desktop 7 through google and found a webpage with 64-bit and 
  32-bit 
  downloads on it. 
  
  It looks like this is some kind of a commercial program which someone is, 
  presumably, paying for. Have you considered contacting their technical 
  support department to ask them about it? 
  
  -- 
  MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com 
  www.creekfm.com - FIFTY THOUSAND WATTS of POW WOW POWER! 
  
 
 




signature.asc
Description: 这是信件的数字签名部分
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS and LessFS

2012-01-16 Thread David Hrbáč
Dne 17.1.2012 0:50, Hugh E Cruickshank napsal(a):
 Hi All:

 We have been looking at implementing deduplication on a backup server.
 From what I have been able to find the available documentation is
 pretty thin. I ended up trying to install LessFS on this CentOS 5.7
 box but we have now encountered problems with fuse version.

 Has anyone out there been able to get LessFS running on CentOS 5.7 and
 can provide some pointers?

 If not LessFS can you suggest an alternate deduplication software?

 TIA

 Regards, Hugh


Hi Hugh,
I've got something in my repo
http://fs12.vsb.cz/hrb33/el5/hrb/stable/i386/repoview/fuse-lessfs.html.
Might be somewhat outdated. You can try it and we can build new
versions. As to alternatives I'm happy with rdiff-backup.
DH
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ia32-libs for 64 bit CentOS

2012-01-16 Thread Alexander Dalloz
Am 17.01.2012 05:56, schrieb Elijah Karari:
 Let me give you the complete picture so that you may undrstand the 
 predicament am in, the Zimbra collab. suite is completely open source, it has 
 a desktop version which is only available as a .i686 package. see it for 
 yourself: 
 
 http://www.zimbra.com/downloads/zd-downloads.html 
 
 i installed compat-libstdc++ but it still doesn't work . This is the error 
 message : 
 
 WARNING: ia32-libs is missing for x86_64 platform. This package is required 
 to run Zimbra Desktop on 64-bit Linux. 
 
 Please help. 

Please stop top-posting and full-quoting. Thanks.

ia32-libs is a Debianism![1] There is nothing equal on CentOS. Others
have already pointed out that CentOS is multiarch and that you can
install i?86 packages in parallel to the basic x86_64 arch packages.

If the script you are running is hardcoded to require ia32-libs, then
that install method is not compatible with CentOS. You probably will
have to read the script's code to see whether it fits CentOS.

[1] http://packages.debian.org/squeeze/ia32-libs

Alexander

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


[CentOS] Error occurred when compiling Vim 7.3 with --enable-perlinterp specified.

2012-01-16 Thread Lenin
Has anyone compiled Vim 7.3 on CentOS 6.2 64bit ?

I got the following error after *configure --enable-perlinterp  make*:

./vim.h:2153:21: error: EXTERN.h: No such file or directory
./vim.h:2154:19: error: perl.h: No such file or directory
./vim.h:2155:19: error: XSUB.h: No such file or directory

I've installed perl and perl-devel, but with no luck.

Any ideas ?

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


Re: [CentOS] CentOS and LessFS

2012-01-16 Thread Nataraj
On 01/16/2012 03:50 PM, Hugh E Cruickshank wrote:
 Hi All:

 We have been looking at implementing deduplication on a backup server.
 From what I have been able to find the available documentation is
 pretty thin. I ended up trying to install LessFS on this CentOS 5.7
 box but we have now encountered problems with fuse version.

 Has anyone out there been able to get LessFS running on CentOS 5.7 and
 can provide some pointers?

 If not LessFS can you suggest an alternate deduplication software?

 TIA

 Regards, Hugh

The ZFSonlinux project from LLNL looks promising (native mode kernel
implementation, pool version 28), although the version that supports
mountable filesystems is still in the RC stage.  I would want some solid
testing before deploying in a backup system.

http://zfsonlinux.org/

Nataraj



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


Re: [CentOS] Error occurred when compiling Vim 7.3 with --enable-perlinterp specified.

2012-01-16 Thread An Yang
At 2012-01-17 Tue 15:42 +0800,Lenin wrote: 

 Has anyone compiled Vim 7.3 on CentOS 6.2 64bit ?
 
 I got the following error after *configure --enable-perlinterp  make*:
 
 ./vim.h:2153:21: error: EXTERN.h: No such file or directory
 ./vim.h:2154:19: error: perl.h: No such file or directory
 ./vim.h:2155:19: error: XSUB.h: No such file or directory
 
 I've installed perl and perl-devel, but with no luck.
 
 Any ideas ?

Please check build depends of
http://vault.centos.org/6.2/os/Source/SPackages/vim-7.2.411-1.6.el6.src.rpm or 
http://kojipkgs.fedoraproject.org/packages/vim/7.3.393/1.fc17/src/vim-7.3.393-1.fc17.src.rpm


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




signature.asc
Description: 这是信件的数字签名部分
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dedicated Firewall/Router

2012-01-16 Thread Laurent Wandrebeck
On Mon, 16 Jan 2012 18:18:26 -0600
Tom Bishop bisho...@gmail.com wrote:

 I would get a dell r210 from the outlet site and then load pfsense,
 been running in multiple locations, solid and works great.
Do NOT use pfsense if you have to use realtek cards. I used to (1.2.3
and 2.0.1), and lost connection regularly, need to reboot to get it
back…
Flee realtek as much as you can :)


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