Re: [CentOS-docs] Wiki edit access?

2013-02-11 Thread Chris Pepper
Ralph,

I do not proactively review pages. I will send future fixes to this 
list, and you can decide if/when you want to grant direct access to update.

Thanks,

Chris

On Feb 10, 2013, at 12:38 PM, Ralph Angenendt ralph.angene...@gmail.com wrote:

 On 01.02.2013 20:49, Chris Pepper wrote:
 Hello,
 
  I am a happy CentOS user who has noticed some typos on the wiki (I sent 
 one to Akemi yesterday). I would like to fix these directly, rather than 
 sending email to someone else for each change. Is this possible? FWIW, I'm a 
 committer on the ASF's httpd-docs project, although I am not currently 
 active there.
 
  My CentOS wiki username is ChrisPepper.
 
 Hmm. As a rule we don't give out wiki wide editing rights directly, but
 would like to have a testfield (one or two pages) first.
 
 Can you find someone advocating for you? (Akemi?)
 
 Cheers,
 
 Ralph

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


[CentOS-announce] CESA-2013:0250 Moderate CentOS 5 elinks Update

2013-02-11 Thread Johnny Hughes

CentOS Errata and Security Advisory 2013:0250 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0250.html

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

i386:
75cbe33f5bb7ea55bd2ef978c7b8d0c674db4e2fa67a1c627e63cb308ec58fb1  
elinks-0.11.1-8.el5_9.i386.rpm

x86_64:
b86b0351c799febfde895c99f8ccc281f07fc6529760189c47963c733f261e6f  
elinks-0.11.1-8.el5_9.x86_64.rpm

Source:
a259dfb31a06a91d662ade06515e66e0b19c9bfc41833eaa97cb44191f986c1a  
elinks-0.11.1-8.el5_9.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


[CentOS-announce] CESA-2013:0250 Moderate CentOS 6 elinks Update

2013-02-11 Thread Johnny Hughes

CentOS Errata and Security Advisory 2013:0250 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-0250.html

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

i386:
0c56454480f1d2a95dfadc180f7ea2c9bfc19e730347e8082d86684f9e5e0e50  
elinks-0.12-0.21.pre5.el6_3.i686.rpm

x86_64:
3f6544d1b39eef3902cc5ec9e08af8ea21bf8218351d09763729df86684ffa12  
elinks-0.12-0.21.pre5.el6_3.x86_64.rpm

Source:
3564a3acee40c543fc33c4022b8e326e4e8f9ca3a55192dbe513c428d0da28ba  
elinks-0.12-0.21.pre5.el6_3.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] Replacement for virt-manager

2013-02-11 Thread Van


11.02.2013, 18:25, Andrea Chierici andrea.chier...@cnaf.infn.it:
 Hi,
 I have more than 20 VM in production with a shared storage and 6 blades
 as HV.
 Things begin to look confusing within virt-manager since there is no way
 to display only the powered-up nodes (the migrated and switched off
 machines appear on every hv entry). I wonder if there is something
 different and more appealing than virt-manager to manage such an
 infrastructure.
 My requirement are:

 be able to switch back to virt-manager whenever I want
 do not require switching nodes off, reboots, or any kin of intervention
 on VMs
 be open source
 be stable

 Anyone can suggest something?

 Andrea

 --
 Andrea Chierici - INFN-CNAF
 Viale Berti Pichat 6/2, 40127 BOLOGNA
 Office Tel: +39 051 6092809
 ICQ#2328798, MSN#ataruzatgmail.com, Skype#ataruz
 --

 ___
 CentOS-virt mailing list
 CentOS-virt@centos.org
 http://lists.centos.org/mailman/listinfo/centos-virt
openNibula?
-- 
Трудно жить ничего не делая, но мы привыкли бороться с трудностями.
___
CentOS-virt mailing list
CentOS-virt@centos.org
http://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-es] Ayuda Rsync

2013-02-11 Thread César Martinez
Muchas gracias Salvador, voy a revisar tu script a pesar de que veo que 
tu lo haces con scp, pero igual me va a servir mucho de guía


Saludos
César

 Si ya tienes clara la copia fisica de un servidor a otro mediante claves RSA, 
 te adjunto el sistema
 que yo utilizo, por si te sirve de ayuda:


 
 #!/usr/bin/perl
 

   $NombreServidor= /ScriptsCron/NombreServidor.txt;

   open (LISDOM, $NombreServidor);
   $Servidor= LISDOM;
   close LISDOM;

  system `tar -zcvpf /FiltrosCorreo.tar.gz /Filtros`;
  system `scp -pr /FiltrosCorreo.tar.gz salman.com.es:/Copias/$Servidor/`;
  system `rm -f /FiltrosCorreo.tar.gz`;
   print Copiado: FILTROS\n;

  system `tar -zcvpf /FicherosNamed.tar.gz /etc/named.conf /var/named/db*`;
  system `scp -pr /FicherosNamed.tar.gz salman.com.es:/Copias/$Servidor/`;
  system `rm -f /FicherosNamed.tar.gz`;
   print Copiado: DNS\n;

  system `tar -zcvpf /DBMySQL.tar.gz /home/exe/FicherosMySQL`;
  system `scp -pr /DBMySQL.tar.gz salman.com.es:/Copias/$Servidor/`;
  system `rm -f /DBMySQL.tar.gz`;
   print Copiado: MySQL\n;

  system `tar -zcvpf /ConfHTTP.tar.gz /etc/httpd/conf/* 
 /etc/httpd/conf.d/*`;
  system `scp -pr /ConfHTTP.tar.gz salman.com.es:/Copias/$Servidor/`;
  system `rm -f /ConfHTTP.tar.gz`;
   print Copiado: HTTP\n;

  system `tar -zcvpf /Postfix.tar.gz /etc/postfix`;
  system `scp -pr /Postfix.tar.gz salman.com.es:/Copias/$Servidor/`;
  system `rm -f /Postfix.tar.gz`;
   print Copiado: Postfix\n;

  system `tar -zcvpf /BuzonesCorreo.tar.gz /var/spool/mail`;
  system `scp -pr /BuzonesCorreo.tar.gz salman.com.es:/Copias/$Servidor/`;
  system `rm -f /BuzonesCorreo.tar.gz`;
   print Copiado: Buzones\n;

 ==

 - Mensaje original -
 De: César Martinez cmarti...@servicomecuador.com
 Para: centos-es@centos.org
 Enviado: domingo, 10 de febrero de 2013 1:33
 Asunto: Re: [CentOS-es] Ayuda Rsync


 Gracias Raul actualmente ya esta copiando sin contraseña via llaves el
 único problema como mencionaba es que son como 50 directorios diferentes
 los que hay que sacar el backup


 Saludos
 César


 On 09/02/13 19:20, Raul Arboleda wrote:
 Porque no haces la siguiente más sencillo das equivalencia de servidores 
 luego configuras el
 acceso entre servidores con root sin contraseña y haces un scp -rp /u/uno 
 Ip remota:/backup esto
 genera una copia de todo uno a backup/uno en remoto

 Raul Eduardo Arboleda Zapata
 Ingeniero Sistemas
 Universidad Innca
 Teléfonos 3122889086.- 3006206613

 El 9/02/2013, a las 18:13, César Martinez cmarti...@servicomecuador.com 
 escribió:

 Gracias voy a seguir investigando

 César

 On 09/02/13 17:58, domin...@linuxsc.net wrote:
 Eso lo tienes que hacer con un ciclo while  o un for para vay leyendo 
 línea por linea para que
 haga lo que quieras. .

 Sent from my android device.
 One step ahead.



 -Original Message-
 From: César Martinez cmarti...@servicomecuador.com
 To: BoletinCentos centos-es@centos.org
 Sent: sáb, 09 feb 2013 16:31
 Subject: [CentOS-es] Ayuda Rsync

 Hola amigos esperando que todos se encuentren bien, quiero ver si
 alguien me puede hechar una mano con este problema llevo googleando
 bastante tiempo sin encontrar una solución, estoy programando un script
 de copias automáticas con rsync entre dos servidores, el problema es que
 son varios directorios en distintas ubicaciones que debo respaldar para
 ello he creado un archivo mediante el cual quisiera que rsync lo lea y
 copie esos directorios a continuación lo que tengo

 rsync -av  /backup/home/uno  /home/archivos root@IP_destino:ruta_copia
 --- copia perfecto al servidor destino

 rsync -av  --include-from=/scripts/directorios.txt
 root@IP_destino:ruta_copia --- no da error pero no copia nada


 Dentro del archivo directorios.txt tengo esto
 /backup/home/uno
 /home/archivos
 /home/respaldos
 /todo

 Le he dado permisos 755 al archivo directorios.txt

 gracias a todos los que puedan hecharme una mano

 César


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

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

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

 Saludos
 Salvador Guzman
 Salman PSL
 Vigo, Galicia, España
 +34 986.21.30.27
 +34 

Re: [CentOS-es] Ayuda Rsync

2013-02-11 Thread Augusto Catalan
Estimado, yo utilizo el siguiente, mediante llaves RSA

#
#/bin/bash
clear
fecha=$(date +%Y%m%d)
IPS=X.X.X.X
for RES in $(cat ./carpetas.txt)
do
IP1=$(ping -c 1 -w 1 $IPS | grep rtt | awk '{print $1}')
if [ $IP1 == rtt ]; then
  echo -e \n Realizando Backup del servidor $IPS\n
  rsync -azbr --delete --files-from='carpetas.txt'
/mnt/respaldo1/ /mnt/server_backup/Semanal
  echo -e \n\n
else
   echo Servidor Apagado $IPS
mail -s Servidor $IPS se encuentra apagado $fecha
cen...@centos.org
  echo -e \n\n
fi
done
#

Donde necesitas tener montada 2 unidades,
# /mnt/respaldo1/
# /mnt/server_backup/Semanal
 Crear el archivo carpetas.txt con el contenido

 backup1
 backup2
 backup3
 backup4
 /home/uno
 /home/archivos
 /home/respaldos
 /home/todo

Espero te sirva de ayuda.

Saludos.

Atte
Augusto Catalán


El 11 de febrero de 2013 11:57, César Martinez 
cmarti...@servicomecuador.com escribió:

 Muchas gracias Salvador, voy a revisar tu script a pesar de que veo que
 tu lo haces con scp, pero igual me va a servir mucho de guía


 Saludos
 César

  Si ya tienes clara la copia fisica de un servidor a otro mediante claves
 RSA, te adjunto el sistema
  que yo utilizo, por si te sirve de ayuda:
 
 
 
 
  #!/usr/bin/perl
  
 
$NombreServidor= /ScriptsCron/NombreServidor.txt;
 
open (LISDOM, $NombreServidor);
$Servidor= LISDOM;
close LISDOM;
 
   system `tar -zcvpf /FiltrosCorreo.tar.gz /Filtros`;
   system `scp -pr /FiltrosCorreo.tar.gz salman.com.es:
 /Copias/$Servidor/`;
   system `rm -f /FiltrosCorreo.tar.gz`;
print Copiado: FILTROS\n;
 
   system `tar -zcvpf /FicherosNamed.tar.gz /etc/named.conf
 /var/named/db*`;
   system `scp -pr /FicherosNamed.tar.gz salman.com.es:
 /Copias/$Servidor/`;
   system `rm -f /FicherosNamed.tar.gz`;
print Copiado: DNS\n;
 
   system `tar -zcvpf /DBMySQL.tar.gz /home/exe/FicherosMySQL`;
   system `scp -pr /DBMySQL.tar.gz salman.com.es:/Copias/$Servidor/`;
   system `rm -f /DBMySQL.tar.gz`;
print Copiado: MySQL\n;
 
   system `tar -zcvpf /ConfHTTP.tar.gz /etc/httpd/conf/*
 /etc/httpd/conf.d/*`;
   system `scp -pr /ConfHTTP.tar.gz salman.com.es:/Copias/$Servidor/`;
   system `rm -f /ConfHTTP.tar.gz`;
print Copiado: HTTP\n;
 
   system `tar -zcvpf /Postfix.tar.gz /etc/postfix`;
   system `scp -pr /Postfix.tar.gz salman.com.es:/Copias/$Servidor/`;
   system `rm -f /Postfix.tar.gz`;
print Copiado: Postfix\n;
 
   system `tar -zcvpf /BuzonesCorreo.tar.gz /var/spool/mail`;
   system `scp -pr /BuzonesCorreo.tar.gz salman.com.es:
 /Copias/$Servidor/`;
   system `rm -f /BuzonesCorreo.tar.gz`;
print Copiado: Buzones\n;
 
  ==
 
  - Mensaje original -
  De: César Martinez cmarti...@servicomecuador.com
  Para: centos-es@centos.org
  Enviado: domingo, 10 de febrero de 2013 1:33
  Asunto: Re: [CentOS-es] Ayuda Rsync
 
 
  Gracias Raul actualmente ya esta copiando sin contraseña via llaves el
  único problema como mencionaba es que son como 50 directorios diferentes
  los que hay que sacar el backup
 
 
  Saludos
  César
 
 
  On 09/02/13 19:20, Raul Arboleda wrote:
  Porque no haces la siguiente más sencillo das equivalencia de
 servidores luego configuras el
  acceso entre servidores con root sin contraseña y haces un scp -rp
 /u/uno Ip remota:/backup esto
  genera una copia de todo uno a backup/uno en remoto
 
  Raul Eduardo Arboleda Zapata
  Ingeniero Sistemas
  Universidad Innca
  Teléfonos 3122889086.- 3006206613
 
  El 9/02/2013, a las 18:13, César Martinez 
 cmarti...@servicomecuador.com escribió:
 
  Gracias voy a seguir investigando
 
  César
 
  On 09/02/13 17:58, domin...@linuxsc.net wrote:
  Eso lo tienes que hacer con un ciclo while  o un for para vay leyendo
 línea por linea para que
  haga lo que quieras. .
 
  Sent from my android device.
  One step ahead.
 
 
 
  -Original Message-
  From: César Martinez cmarti...@servicomecuador.com
  To: BoletinCentos centos-es@centos.org
  Sent: sáb, 09 feb 2013 16:31
  Subject: [CentOS-es] Ayuda Rsync
 
  Hola amigos esperando que todos se encuentren bien, quiero ver si
  alguien me puede hechar una mano con este problema llevo googleando
  bastante tiempo sin encontrar una solución, estoy programando un
 script
  de copias automáticas con rsync entre dos servidores, el problema es
 que
  son varios directorios en distintas ubicaciones que debo respaldar
 para
  ello he creado un archivo 

Re: [CentOS-es] Ayuda Rsync

2013-02-11 Thread Héctor Herrera
Pregunta... Y por qué no hacer backups automatizados con Bacula?

http://www.bacula.org/es/


El 11 de febrero de 2013 12:29, Augusto Catalan
acatalan2...@gmail.comescribió:

 Estimado, yo utilizo el siguiente, mediante llaves RSA


 #
 #/bin/bash
 clear
 fecha=$(date +%Y%m%d)
 IPS=X.X.X.X
 for RES in $(cat ./carpetas.txt)
 do
 IP1=$(ping -c 1 -w 1 $IPS | grep rtt | awk '{print $1}')
 if [ $IP1 == rtt ]; then
   echo -e \n Realizando Backup del servidor $IPS\n
   rsync -azbr --delete --files-from='carpetas.txt'
 /mnt/respaldo1/ /mnt/server_backup/Semanal
   echo -e \n\n
 else
echo Servidor Apagado $IPS
 mail -s Servidor $IPS se encuentra apagado $fecha
 cen...@centos.org
   echo -e \n\n
 fi
 done

 #

 Donde necesitas tener montada 2 unidades,
 # /mnt/respaldo1/
 # /mnt/server_backup/Semanal
  Crear el archivo carpetas.txt con el contenido

  backup1
  backup2
  backup3
  backup4
  /home/uno
  /home/archivos
  /home/respaldos
  /home/todo

 Espero te sirva de ayuda.

 Saludos.

 Atte
 Augusto Catalán


 El 11 de febrero de 2013 11:57, César Martinez 
 cmarti...@servicomecuador.com escribió:

  Muchas gracias Salvador, voy a revisar tu script a pesar de que veo que
  tu lo haces con scp, pero igual me va a servir mucho de guía
 
 
  Saludos
  César
 
   Si ya tienes clara la copia fisica de un servidor a otro mediante
 claves
  RSA, te adjunto el sistema
   que yo utilizo, por si te sirve de ayuda:
  
  
  
 
 
   #!/usr/bin/perl
   
  
 $NombreServidor= /ScriptsCron/NombreServidor.txt;
  
 open (LISDOM, $NombreServidor);
 $Servidor= LISDOM;
 close LISDOM;
  
system `tar -zcvpf /FiltrosCorreo.tar.gz /Filtros`;
system `scp -pr /FiltrosCorreo.tar.gz salman.com.es:
  /Copias/$Servidor/`;
system `rm -f /FiltrosCorreo.tar.gz`;
 print Copiado: FILTROS\n;
  
system `tar -zcvpf /FicherosNamed.tar.gz /etc/named.conf
  /var/named/db*`;
system `scp -pr /FicherosNamed.tar.gz salman.com.es:
  /Copias/$Servidor/`;
system `rm -f /FicherosNamed.tar.gz`;
 print Copiado: DNS\n;
  
system `tar -zcvpf /DBMySQL.tar.gz /home/exe/FicherosMySQL`;
system `scp -pr /DBMySQL.tar.gz salman.com.es:
 /Copias/$Servidor/`;
system `rm -f /DBMySQL.tar.gz`;
 print Copiado: MySQL\n;
  
system `tar -zcvpf /ConfHTTP.tar.gz /etc/httpd/conf/*
  /etc/httpd/conf.d/*`;
system `scp -pr /ConfHTTP.tar.gz salman.com.es:
 /Copias/$Servidor/`;
system `rm -f /ConfHTTP.tar.gz`;
 print Copiado: HTTP\n;
  
system `tar -zcvpf /Postfix.tar.gz /etc/postfix`;
system `scp -pr /Postfix.tar.gz salman.com.es:
 /Copias/$Servidor/`;
system `rm -f /Postfix.tar.gz`;
 print Copiado: Postfix\n;
  
system `tar -zcvpf /BuzonesCorreo.tar.gz /var/spool/mail`;
system `scp -pr /BuzonesCorreo.tar.gz salman.com.es:
  /Copias/$Servidor/`;
system `rm -f /BuzonesCorreo.tar.gz`;
 print Copiado: Buzones\n;
  
   ==
  
   - Mensaje original -
   De: César Martinez cmarti...@servicomecuador.com
   Para: centos-es@centos.org
   Enviado: domingo, 10 de febrero de 2013 1:33
   Asunto: Re: [CentOS-es] Ayuda Rsync
  
  
   Gracias Raul actualmente ya esta copiando sin contraseña via llaves el
   único problema como mencionaba es que son como 50 directorios
 diferentes
   los que hay que sacar el backup
  
  
   Saludos
   César
  
  
   On 09/02/13 19:20, Raul Arboleda wrote:
   Porque no haces la siguiente más sencillo das equivalencia de
  servidores luego configuras el
   acceso entre servidores con root sin contraseña y haces un scp -rp
  /u/uno Ip remota:/backup esto
   genera una copia de todo uno a backup/uno en remoto
  
   Raul Eduardo Arboleda Zapata
   Ingeniero Sistemas
   Universidad Innca
   Teléfonos 3122889086.- 3006206613
  
   El 9/02/2013, a las 18:13, César Martinez 
  cmarti...@servicomecuador.com escribió:
  
   Gracias voy a seguir investigando
  
   César
  
   On 09/02/13 17:58, domin...@linuxsc.net wrote:
   Eso lo tienes que hacer con un ciclo while  o un for para vay
 leyendo
  línea por linea para que
   haga lo que quieras. .
  
   Sent from my android device.
   One step ahead.
  
  
  
   -Original Message-
   From: César Martinez cmarti...@servicomecuador.com
   To: BoletinCentos centos-es@centos.org
   Sent: sáb, 09 feb 2013 16:31
   Subject: [CentOS-es] Ayuda Rsync
  
   Hola amigos esperando que todos se encuentren bien, quiero 

Re: [CentOS-es] Ayuda Rsync

2013-02-11 Thread César Martinez
Gracias Augusto tu script es genial pero tengo un par de que quisiera me 
ayudes para aplicar en mi script

1. Cuando usas la opción files-from debes usar de ley delete
2  me supongo que el archivo carpetas.txt lo tienes en la misma ruta 
donde esta tu script por eso no pones la ruta completa?

Gracias nuevamente


César



On 11/02/13 10:29, Augusto Catalan wrote:
 --delete --files-from='carpetas.txt'

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


Re: [CentOS-es] Ayuda Rsync

2013-02-11 Thread Augusto Catalan
Cesar

*1. Cuando usas la opción files-from debes usar de ley delete*
La opciones files-from es para indicar desde donde quieres respaldar. por
lo tanto no es necesario  incluir el --delete es una opciones adicional

*files-from* indica desde donde quieres respaldar
*--delete*indica que se va a eliminar lo que en el directorio
files-from ya se elimino.
Ojo con la opción --delete, ya que te sincronizara siempre la
ultima modificación, por lo tanto perderás las modificaciones anteriores.

*2  me supongo que el archivo carpetas.txt lo tienes en la misma ruta donde
esta tu script por eso no pones la ruta completa?*
Exacto,

Recomendación, puedes utilizar un script para respaldo incremental y otro
para respaldo full.

Saludos.

Saludos.
Atte
Augusto Catalán


El 11 de febrero de 2013 12:40, César Martinez 
cmarti...@servicomecuador.com escribió:

 Gracias Augusto tu script es genial pero tengo un par de que quisiera me
 ayudes para aplicar en mi script

 1. Cuando usas la opción files-from debes usar de ley delete
 2  me supongo que el archivo carpetas.txt lo tienes en la misma ruta
 donde esta tu script por eso no pones la ruta completa?

 Gracias nuevamente


 César



 On 11/02/13 10:29, Augusto Catalan wrote:
  --delete --files-from='carpetas.txt'

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

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


Re: [CentOS] Strange error pop up on my box

2013-02-11 Thread Nux!
On 11.02.2013 01:53, Mark LaPierre wrote:
 On 02/10/2013 07:20 PM, Nux! wrote:
 I wouldn't worry about it if it doesn't persist; probably a
 network/mirror hiccup.
 
 
 So you're thinking that maybe this is related to Software Update then.

Oh, yes, sorry for not being more clear. This is generated by the tiny 
application checking for updates.

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Request help about developing android apps on CentOS

2013-02-11 Thread Harry Chen
Hi there 
Firstly I must claim that this is the first time I using a mailing list and I 
am not familiar with the rules here. As well I am not so good at English too. 
So here's my apologizes if I'm not able to claim the problem clearly. 
I'm now using CentOS 6.3 with kernel 2.6.32-279.19.1.el668. Recently I wanna 
transfer my work from WIndows 8 to Linux. One of my hobbies is developing 
Android apps(:-)So I am not a prof at all). Everything goes well when I install 
Eclipse, Android SDK, blahblah. But the worst thing was that I couldn't make 
ADB connect to my phone. 
My phone is Huawei C8812 which can be listed by lsusb as  Bus 001 Device 003: 
ID 12d1:1031 Huawei Technologies Co., Ltd. And I followed the instructions on 
http://developer.android.com/intl/zh-CN/tools/device.html ,but it seemed not 
working at all. So I found another page 
http://www.cnblogs.com/116913829/archive/2012/02/09/2343996.html ,it couldn't 
help me ,either.
Yet I have rebooted and restarted udev for hundreds of times, it just wouldn't 
show on the list of 'adb devices'.(Yes, I confirmed I turned the 'USB 
Debugging' on on my phone.)
I am confused, can anyone help me?
Thank you anyway.
Harry Chen
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] apcupsd, odd behavior

2013-02-11 Thread John Doe
From: m.r...@5-cent.us m.r...@5-cent.us

 The entire contents of that incident. I see nothing in messages.
 2013-02-07 17:38:19 -0500  Power failure.
 2013-02-07 17:38:21 -0500  Battery power exhausted.
 2013-02-07 17:38:21 -0500  Initiating system shutdown!
 2013-02-07 17:38:21 -0500  User logins prohibited
 2013-02-07 17:38:23 -0500  Power is back. UPS running on mains.
 2013-02-07 17:38:23 -0500  Allowing logins

I guess you already tried the UPS self test or the apctest utility...?
Did you do a battery recalibration?
When all else fails... power off/on!  ^_^

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


[CentOS] Error: headerRead failed: hdr blob

2013-02-11 Thread Anumeha Prasad
Hi,

I'm currently at CentOS 5.8 and am applying the latest OS updates available
for 5.8. I'm seeing following error:

error: bind-libs-9.3.6-20.P1.el5_8.6.x86_64.rpm: headerRead failed: hdr
blob(48062): BAD, read returned 515
error: bind-libs-9.3.6-20.P1.el5_8.6.x86_64.rpm cannot be installed

Similar error is seen for other rpms as well.
Any idea?

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


[CentOS] firefox problem

2013-02-11 Thread Bassem Sossan
Hi
I've installed CentOs 6 successfully, but, Firefox does't lunch.
I've downloaded Chrome and when I try to execute google-chrome  command,
I had command not found.

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


Re: [CentOS] Error: headerRead failed: hdr blob

2013-02-11 Thread Karanbir Singh
On 02/11/2013 12:35 PM, Anumeha Prasad wrote:
 error: bind-libs-9.3.6-20.P1.el5_8.6.x86_64.rpm: headerRead failed: hdr
 blob(48062): BAD, read returned 515
 error: bind-libs-9.3.6-20.P1.el5_8.6.x86_64.rpm cannot be installed
 

This could be a big problem potentially: rerun the samw command, but add
a -d7 to yum's command line and put the results at
http://pastebin.centos.org and post the url to that here to the list.

- KB

-- 
Karanbir Singh, The CentOS Project
+44-207-0999389 | http://www.centos.org/ | twitter.com/CentOS
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] About DNS service

2013-02-11 Thread Bassem Sossan
I've followed these commands successfully :

- yum install bind bind-chroot bind-libs bind-utils

- service named start

When I used  host x.domain.com localhost

I got :

using domain name server :
name : localhost
address : 172.0.0.1#53

host x.domain.com not found: 2(SERVFAIL)

I've changed the ip settings from (Automatic dhcp to manual ) but with the
same result...

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


Re: [CentOS] About DNS service

2013-02-11 Thread Mike Burger
Have you configured your BIND installation to answer requests for
domain.com?

-- 
Mike Burger
http://www.bubbanfriends.org

It's always suicide-mission this, save-the-planet that. No one ever just
stops by to say 'hi' anymore. --Colonel Jack O'Neill, SG1


 I've followed these commands successfully :

 - yum install bind bind-chroot bind-libs bind-utils

 - service named start

 When I used  host x.domain.com localhost

 I got :

 using domain name server :
 name : localhost
 address : 172.0.0.1#53

 host x.domain.com not found: 2(SERVFAIL)

 I've changed the ip settings from (Automatic dhcp to manual ) but with the
 same result...

 --
 ___
 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] About DNS service

2013-02-11 Thread Karanbir Singh
On 02/11/2013 01:43 PM, Mike Burger wrote:
 Have you configured your BIND installation to answer requests for
 domain.com?
 

his 172. does not look like localhost at all... a typo in /etc/hosts ?



-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] firefox problem

2013-02-11 Thread zGreenfelder
On Mon, Feb 11, 2013 at 8:09 AM, Bassem Sossan bayrnmun...@gmail.com wrote:
 Hi
 I've installed CentOs 6 successfully, but, Firefox does't lunch.
 I've downloaded Chrome and when I try to execute google-chrome  command,
 I had command not found.


you seem to have a ... divergence between subject and body of this email.
if you want firefox to work, I'm sure people would be interested in
helping, but need more info than 'doesn't launch'.
as far as google not working, I suspect you have a path issue (and
there might be other things after you fix this), but a decent first
step would be to either change your path (edit .bashrc [assuming you
use bash] and add export PATH=$PATH:/opt/google/chrome) or just use
the full path to the binary from the command line:
/opt/google/chrome/google-chrome

at least that's where my version of chrome was installed.   you might
have to use find (find /suspect-path -name google-chrome -ls
where suspect-path is a directory on your machine, I wouldn't suggest
searching from / all the way down; perhaps /usr or /opt)

-- 
Even the Magic 8 ball has an opinion on email clients: Outlook not so good.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] LibreOffice 4.0 on Centos 5.9

2013-02-11 Thread Johnny Hughes
On 02/10/2013 11:59 AM, fred smith wrote:
 On Sun, Feb 10, 2013 at 04:11:00PM +, Nux! wrote:
 On 10.02.2013 14:11, fred smith wrote:
 I've just installed LibreOffice 4.0.0.3 on my Centos 5.9 system. the
 previous version (3.4.x) was working fine. But 4.0.0.3 won't start up.
 When run from a terminal it prints:

 no suitable windowing system found, exiting.

 Is this yet another case of apps moving on beyond compatibility with
 the older components in C5?

 Or any hints for making it work?

 Thanks!
 Check this
 http://www.mail-archive.com/libreoffice-bugs@lists.freedesktop.org/msg78793.html
 Ah-HA! that does the trick,... thanks a bunch!


 Now I have LO starting, but the document (foo.odt) I'm trying to read
 (which works fine in LO 3.x on a windows box, both versions reading from
 the same shared folder out on the network) it claims is corrupt, asks
 if I want to repair it and instantly says it can't be repaired. Still
 works well on the older/windows LO. SIGH.

 ah. looks like it's already been reported:

 http://www.mail-archive.com/libreoffice-bugs@lists.freedesktop.org/msg76791.html

 and the workaround may be to copy it to a local drive. funny how it has
 no problem with .rtf files on the same netowrk share. :(

I had some other issues with some Calc macros that open URL links not
working properly in 4.0.x, which worked fine on 3.4.x, 3.5.x, and 3.6.x
LibreOffice as well as on older 3.x versions of OpenOffice.

This same issue happened initially on 3.6.x as well, but they fixed it
by 3.6.2 ... so I suspect they will fix it on 4.0.x as well.

Just open and test any critical and/or complicated macro type documents
before you go all in :D



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


Re: [CentOS] firefox problem

2013-02-11 Thread Johnny Hughes
On 02/11/2013 07:09 AM, Bassem Sossan wrote:
 Hi
 I've installed CentOs 6 successfully, but, Firefox does't lunch.
 I've downloaded Chrome and when I try to execute google-chrome  command,
 I had command not found.

Chrome is not part of CentOS at all (it is available and works if
installed from the google repo) ... and firefox may not have been
installed, depending on the install that you did.

For Firefox  try this as root:

yum install firefox

For Chrome ... add this text as chrome.repo to your /etc/yum.repos.d/
directory:

[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
priority=1

(substitute i386 for x86_64 if required)

then install chrome with:

yum install google-chrome-stable







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


Re: [CentOS] LibreOffice 4.0 on Centos 5.9

2013-02-11 Thread m . roth
Johnny Hughes wrote:
 On 02/10/2013 11:59 AM, fred smith wrote:
 On Sun, Feb 10, 2013 at 04:11:00PM +, Nux! wrote:
 On 10.02.2013 14:11, fred smith wrote:
 I've just installed LibreOffice 4.0.0.3 on my Centos 5.9 system. the
 previous version (3.4.x) was working fine. But 4.0.0.3 won't start up.
 When run from a terminal it prints:

 no suitable windowing system found, exiting.
snip
 Or any hints for making it work?

 Thanks!
snip
 Now I have LO starting, but the document (foo.odt) I'm trying to read
 (which works fine in LO 3.x on a windows box, both versions reading from
 the same shared folder out on the network) it claims is corrupt, asks
 if I want to repair it and instantly says it can't be repaired. Still
 works well on the older/windows LO. SIGH.
snip
 I had some other issues with some Calc macros that open URL links not
 working properly in 4.0.x, which worked fine on 3.4.x, 3.5.x, and 3.6.x
 LibreOffice as well as on older 3.x versions of OpenOffice.

 This same issue happened initially on 3.6.x as well, but they fixed it
 by 3.6.2 ... so I suspect they will fix it on 4.0.x as well.
snip
There's a simple fix... unless you like being an alpha tester for
software, don't install prior to r.0.x, where x  0

mark I also use CentOS at home, *not* fedora

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


Re: [CentOS] firefox problem

2013-02-11 Thread SilverTip257
On Mon, Feb 11, 2013 at 10:43 AM, Johnny Hughes joh...@centos.org wrote:

 On 02/11/2013 07:09 AM, Bassem Sossan wrote:
  Hi
  I've installed CentOs 6 successfully, but, Firefox does't lunch.
  I've downloaded Chrome and when I try to execute google-chrome 
 command,
  I had command not found.

 Chrome is not part of CentOS at all (it is available and works if
 installed from the google repo) ... and firefox may not have been
 installed, depending on the install that you did.

 For Firefox  try this as root:

 yum install firefox

 For Chrome ... add this text as chrome.repo to your /etc/yum.repos.d/
 directory:

 [google-chrome]
 name=google-chrome
 baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
 enabled=1
 gpgcheck=1
 priority=1

 (substitute i386 for x86_64 if required)

 then install chrome with:

 yum install google-chrome-stable


But there's bad news for Google Chrome on RHEL 6 ...
http://www.muktware.com/5203/google-says-red-hat-enterprise-linux-6-obsolete









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


-- 
---~~.~~---
Mike
//  SilverTip257  //
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] firefox problem

2013-02-11 Thread Les Mikesell
On Mon, Feb 11, 2013 at 11:59 AM, SilverTip257 silvertip...@gmail.com wrote:

 But there's bad news for Google Chrome on RHEL 6 ...
 http://www.muktware.com/5203/google-says-red-hat-enterprise-linux-6-obsolete


Google doesn't understand the concept of code getting past beta test versions.

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


[CentOS] OT: UPS battery vendor

2013-02-11 Thread m . roth
Hi, folks.

I need some new replacement batteries for rack-mount APC UPSes. My old
vender... well, the salesman I dealt with for several years left about a
year and a half ago, and last year's purchase was a disaster (wrong
batteries, wrong batteries, months to get the shipping to return the wrong
batteries...), so I'm looking for a new, reliable vendor who does US
government contract sales.

Recommendations? Warnings?

mark

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


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread Charles Whitby
We use BatteriesPlus a lot.  Prices seem reasonable and our local one will
deliver to us.


On Mon, Feb 11, 2013 at 2:57 PM, m.r...@5-cent.us wrote:

 Hi, folks.

 I need some new replacement batteries for rack-mount APC UPSes. My old
 vender... well, the salesman I dealt with for several years left about a
 year and a half ago, and last year's purchase was a disaster (wrong
 batteries, wrong batteries, months to get the shipping to return the wrong
 batteries...), so I'm looking for a new, reliable vendor who does US
 government contract sales.

 Recommendations? Warnings?

 mark

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

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


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread Bowie Bailey
On 2/11/2013 2:57 PM, m.r...@5-cent.us wrote:
 Hi, folks.

 I need some new replacement batteries for rack-mount APC UPSes. My old
 vender... well, the salesman I dealt with for several years left about a
 year and a half ago, and last year's purchase was a disaster (wrong
 batteries, wrong batteries, months to get the shipping to return the wrong
 batteries...), so I'm looking for a new, reliable vendor who does US
 government contract sales.

 Recommendations? Warnings?

I don't know if they do government sales, but I've done business with 
Batteries Plus locally and BatterySharks.com via the Internet.

Batteries Plus was reliable, but their prices were going up, so I had to 
look for a less expensive solution.

On the first order I placed with Battery Sharks in 2011, they sent me 
7Ah batteries instead of 7.5Ah.  Not a huge deal, but not what I 
ordered.  After complaining about it, they gave me a $15 account credit 
(I used the batteries anyway) and I haven't had any problems since.  
Even with shipping, they are less expensive than Batteries Plus.

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


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread John R Pierce
On 2/11/2013 12:13 PM, Bowie Bailey wrote:
 Batteries Plus was reliable, but their prices were going up, so I had to
 look for a less expensive solution.

lead acid battery prices have gone up a lot due to the price of lead and 
transportation.


-- 
john r pierce  37N 122W
somewhere on the middle of the left coast

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


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread m . roth
Charles Whitby wrote:
 On Mon, Feb 11, 2013 at 2:57 PM, m.r...@5-cent.us wrote:

 I need some new replacement batteries for rack-mount APC UPSes. My old
 vender... well, the salesman I dealt with for several years left about a
 year and a half ago, and last year's purchase was a disaster (wrong
 batteries, wrong batteries, months to get the shipping to return the
 wrong batteries...), so I'm looking for a new, reliable vendor who
 does US government contract sales.

 Recommendations? Warnings?

 We use BatteriesPlus a lot.  Prices seem reasonable and our local one will
 deliver to us.

That was... odd. I went to their corporate website, then called, and
corporate doesn't do gov't contract, but stores might. I called the store
near here... and they apparently do.

Very odd.

Thanks, folks.

  mark

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


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread Joshua Zukerman
On Mon, Feb 11, 2013 at 2:57 PM,  m.r...@5-cent.us wrote:
 Hi, folks.

 I need some new replacement batteries for rack-mount APC UPSes. My old
 vender... well, the salesman I dealt with for several years left about a
 year and a half ago, and last year's purchase was a disaster (wrong
 batteries, wrong batteries, months to get the shipping to return the wrong
 batteries...), so I'm looking for a new, reliable vendor who does US
 government contract sales.

 Recommendations? Warnings?

 mark

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

http://www.refurbups.com/Catalog/Government-Military

That's who I use (personal and business, no gov't sales so I can't
attest to that side of their business). Shipping and prices are
reasonable. Products were correct.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread Bowie Bailey
On 2/11/2013 3:37 PM, John R Pierce wrote:
 On 2/11/2013 12:13 PM, Bowie Bailey wrote:
 Batteries Plus was reliable, but their prices were going up, so I had to
 look for a less expensive solution.
 lead acid battery prices have gone up a lot due to the price of lead and
 transportation.

True, but here is a comparison:

12V 18Ah battery
Batteries Plus: $79.88
Battery Sharks: $38.27

12V 7.5Ah battery
Batteries Plus: $42.47
Battery Sharks: $20.10

This is the total shipped price of a single battery based on ordering a 
set of batteries -- (2) 7.5Ah batteries or (4) 18Ah batteries.  The 
price would probably drop a bit on both sides if ordering in quantity.

Batteries Plus used to give us a discount on all of our orders since we 
were a regular customer, but they still weren't even close to Battery 
Sharks' prices.

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


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread Les Mikesell
On Mon, Feb 11, 2013 at 2:49 PM,  m.r...@5-cent.us wrote:
 
 We use BatteriesPlus a lot.  Prices seem reasonable and our local one will
 deliver to us.

 That was... odd. I went to their corporate website, then called, and
 corporate doesn't do gov't contract, but stores might. I called the store
 near here... and they apparently do.

 Very odd.

Hmmm, when you read this thread in gmail's web interface you get a
nice list of ads from battery vendors over on the right side...

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


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread m . roth
Les Mikesell wrote:
 On Mon, Feb 11, 2013 at 2:49 PM,  m.r...@5-cent.us wrote:
 
 We use BatteriesPlus a lot.  Prices seem reasonable and our local one
 will deliver to us.

 That was... odd. I went to their corporate website, then called, and
 corporate doesn't do gov't contract, but stores might. I called the
 store near here... and they apparently do.

 Very odd.

 Hmmm, when you read this thread in gmail's web interface you get a
 nice list of ads from battery vendors over on the right side...

I don't use gmail. I won't.

But back to the subject: BatteriesPlus - the store near here does GSA...
but when I look for replacement RBC43, what I find is about the same price
as APC direct. Battery Sharks is *much* better, about a third that... but
I just called, and at least the saleswoman I spoke to doesn't know from
GSA.

Still looking.

 mark and then there's the preference for three quotes

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


[CentOS] Centos 6 and VLAN-ID7 for vDSL (Telekom)

2013-02-11 Thread Michael Nausch
AHOI!

I've big trouble by setting up CentOS 6.3 for my new vDSL.

As I've found out, the German Telekom is using VLAN7 for her
internet-(data) connections. = http://workaround.org/blog/vdsl

O.K. what I've done:

The NIC where's my DSL-modem is connectet is eth0.

cat /etc/sysconfig/network-scripts/ifcfg-eth0

# device for vDSL-modem
DEVICE=eth0
HWADDR=00:30:1B:14:08:67
ONBOOT=yes
HOTPLUG=no
TYPE=Ethernet
IPV6INIT=no
IPV6-AUTOCONF=no

cat /etc/sysconfig/network-scripts/ifcfg-eth0

# VLAN7 device for vDSL
DEVICE=eth0.7
ONBOOT=yes
HOTPLUG=no
TYPE=Ethernet
VLAN=yes

with pppoe-setup I've generated /etc/sysconfig/network-scripts/ifcfg-ppp0

cat /etc/sysconfig/network-scripts/ifcfg-ppp0

# generated with pppoe-setup
USERCTL=yes
BOOTPROTO=dialup
NAME=DSLppp0
DEVICE=ppp0
TYPE=xDSL
ONBOOT=yes
PIDFILE=/var/run/pppoe-adsl.pid
FIREWALL=NONE
PING=.
PPPOE_TIMEOUT=80
LCP_FAILURE=3
LCP_INTERVAL=20
CLAMPMSS=1412
CONNECT_POLL=6
CONNECT_TIMEOUT=60
DEFROUTE=yes
SYNCHRONOUS=no
ETH=eth0.7
PROVIDER=DSLppp0
USER=feste-ip/benutzerkennung@t-online-com.de
PEERDNS=no
DEMAND=no

/etc/ppp/chap-secret an /etc/ppp/pap_secret hast follewing content:

# Secrets for authentication using PAP/CAHP
# client server secret IP addresses
feste-ip/-benutzerkenn...@t-online-com.de * PASSWORD


cat /rpc/betvlan/eth0.7 is showing:
eth0.7 VID: 7 REORDER_HDR: 1 dev-priv_flags: 1
total frames received 0
total bytes received 0
Broadcast/Multicast Rcvd 0

total frames transmitted 6
total bytes transmitted 192
total headroom inc 0
total encap on xmit 0
Device: eth0
INGRESS priority mappings: 0:0 1:0 2:0 3:0 4:0 5:0 6:0 7:0
EGRESS priority mappings:

If I try to start my internet-connection with:
ifup ppp0
After a while I can read at command line:
/usr/sbin/adsl-start: line 217: 7297 Terminated $CONNECT $@ 
/dev/null 21

Syslog reports:

Feb 11 22:37:40 pml010050 pppd[7321]: pppd 2.4.5 started by django, uid 0
Feb 11 22:37:40 pml010050 pppd[7321]: Using interface ppp0
Feb 11 22:37:40 pml010050 pppd[7321]: connect: ppp0 -- /dev/pts2
Feb 11 22:38:11 pml010050 pppd[7321]: LCP: timeout sending Config-Request
Feb 11 22:38:11 pml010050 pppd[7321]: Connection terminated.
Feb 11 22:38:11 pml010050 pppd[7321]: Modem hangup
Feb 11 22:38:15 pml010050 pppd[7325]: Timeout waiting for PADO packets
Feb 11 22:38:15 pml010050 pppd[7321]: Exit.
Feb 11 22:38:15 pml010050 pppoe-connect: PPPoE connection lost;
attempting re-connection
Feb 11 22:38:20 pml010050 pppd[7391]: pppd 2.4.5 started by django, uid 0
Feb 11 22:38:20 pml010050 pppd[7391]: Using interface ppp0
Feb 11 22:38:20 pml010050 pppd[7391]: connect: ppp0 -- /dev/pts2
Feb 11 22:38:51 pml010050 pppd[7391]: LCP: timeout sending Config-Request
Feb 11 22:38:51 pml010050 pppd[7391]: Connection terminated.
Feb 11 22:38:51 pml010050 pppd[7391]: Modem hangup
Feb 11 22:38:55 pml010050 pppd[7395]: Timeout waiting for PADO packets
Feb 11 22:38:55 pml010050 pppd[7391]: Exit.

So, where's the BUG?

Thanx 4 help!


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


Re: [CentOS] Request help about developing android apps on CentOS

2013-02-11 Thread Mark LaPierre
On 02/11/2013 04:18 AM, Harry Chen wrote:
 Hi there
 Firstly I must claim that this is the first time I using a mailing list and I 
 am not familiar with the rules here. As well I am not so good at English too. 
 So here's my apologizes if I'm not able to claim the problem clearly.
 I'm now using CentOS 6.3 with kernel 2.6.32-279.19.1.el668. Recently I wanna 
 transfer my work from WIndows 8 to Linux. One of my hobbies is developing 
 Android apps(:-)So I am not a prof at all). Everything goes well when I 
 install Eclipse, Android SDK, blahblah. But the worst thing was that I 
 couldn't make ADB connect to my phone.
 My phone is Huawei C8812 which can be listed by lsusb as  Bus 001 Device 003: 
 ID 12d1:1031 Huawei Technologies Co., Ltd. And I followed the instructions on 
 http://developer.android.com/intl/zh-CN/tools/device.html ,but it seemed not 
 working at all. So I found another page 
 http://www.cnblogs.com/116913829/archive/2012/02/09/2343996.html ,it couldn't 
 help me ,either.
 Yet I have rebooted and restarted udev for hundreds of times, it just 
 wouldn't show on the list of 'adb devices'.(Yes, I confirmed I turned the 
 'USB Debugging' on on my phone.)
 I am confused, can anyone help me?
 Thank you anyway.
 Harry Chen

Hey Harry,

I don't really have a clue either, but I do know that some USB devices 
have multiple modes that you can select.  Maybe your phone has various 
USB options that you can try.


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

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


[CentOS] No more support for chrome/chromium on rhel6

2013-02-11 Thread Robert Arkiletian
https://plus.google.com/u/0/100132233764003563318/posts/Y1s6T44Soby

Not 100% this is true but the problem apparently is that rhel6 uses an
old version of gtk2.

If this is true, then it affects my school and my students. I like
google-chrome and it works very well with google services.  I was
planning on using C6 for a long time. Does anyone know of a repo that
intends to keep Chromium working for C6?

-- 
Robert Arkiletian
Eric Hamber Secondary, Vancouver, Canada
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] centos 6 rpmbuild

2013-02-11 Thread Larry Brigman
I have a spec file that is doing a binary rpm build.  This spec file
works on centos 5 but fails on centos 6 for file not found.

Here is the files section:
%files
%defattr(-,root,root)
%defverify(not mtime group)

%config /etc/captureProxy.conf
/etc/init.d/captureProxy
/etc/logrotate.d/captureProxy
/usr/bin/captureProxy
%doc /usr/share/man/man5/captureProxy.conf.5
%doc /usr/share/man/man8/captureProxy.8

Here is the resulting error message:
error: File not found:
/vobs/linux/rpmbuild/captureProxy/usr/share/man/man5/captureProxy.conf.5
error: File not found:
/vobs/linux/rpmbuild/captureProxy/usr/share/man/man8/captureProxy.8


RPM build errors:
File not found:
/vobs/linux/rpmbuild/captureProxy/usr/share/man/man5/captureProxy.conf.5
File not found:
/vobs/linux/rpmbuild/captureProxy/usr/share/man/man8/captureProxy.8

The two doc files are getting compress to .gz files in centos 6 but not in
centos 5.
and I have tracked it down to the %install section because if I
do -bi instead of -bb and look at the files the base .5 and .8 files are
now .gz.

Can I fix this behavior?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: UPS battery vendor

2013-02-11 Thread Robert Nichols
On 02/11/2013 01:57 PM, m.r...@5-cent.us wrote:
 Hi, folks.

 I need some new replacement batteries for rack-mount APC UPSes. My old
 vender... well, the salesman I dealt with for several years left about a
 year and a half ago, and last year's purchase was a disaster (wrong
 batteries, wrong batteries, months to get the shipping to return the wrong
 batteries...), so I'm looking for a new, reliable vendor who does US
 government contract sales.

I'd give Apex Battery (http://apexbattery.com) a call. They're a pretty
large distributor, and I'd be surprised if they don't do Gov't. sales.

-- 
Bob Nichols NOSPAM is really part of my email address.
 Do NOT delete it.

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