Re: [HS] LDAP ouvert à tous les vents (was: Iptables)

2012-07-27 Thread David Prévot
Salut,

Le 21/07/2012 08:32, Pascal Hambourg a écrit :
 [...] Un serveur
 LDAP ouvert à tous les vents, ça existe ? Si oui, à quoi ça sert ?

Les renseignements publics de Debian, c'est à dire (un peu plus que)
tout ce qui est accessible par l'interface https://db.debian.org/, par
exemple les sous-domaines de debian.net, sont accessibles par LDAP :

ldapsearch -h db.debian.org -b ou=users,dc=debian,dc=org \
   -x '(dnsZoneEntry=*)' dnsZoneEntry

Amicalement

David




signature.asc
Description: OpenPGP digital signature


Re: Servidores DNS en /etc/resolv.conf

2012-07-27 Thread Marc Olive
On Thursday 26 July 2012 16:00:22 Debian GMail wrote:
 El 26/07/12 09:52, Marc Olive escribió:

  Los DNS se encadenan, de modo que si la dirección buscada no es local del
  servidor DNS, este eleva la petición al DNS superior.
  Cada DNS debe ser capaz de resolver las direcciones de su subdominio,
  unared.example.com, y si la IP de se corresponde con otro (sub)dominio,
  debe reenviar la petición al DNS superior, example.com, bueno, en
  realidad debe informar al cliente del DNS superior, cliente que debe
  hacer la peticion al nuevo DNS, entonces ese DNS reeviaria otra vez al
  DNS otrared.example.com Lo que debes hacer es instruir a los DNS para
  que devuelvan el siguiente DNS, no a los clientes (¿alguien es capaz de
  estimar el número de DNS de Internet? ¡no se pueden especificar todos en
  todos los clientes!).
  
  En verdad, un solo DNS en resolv.conf seria suficiente, mientras este
  estuviera disponible. Por si tiene problemas, y dado su importáncia, se
  suelen especificar dos, hasta tres si eres muy paranoico.
  
  Además, los DNS secundarios del resolv.conf solo se usan si el primario
  está caído, ¡no si el primario dice que no existe la dirección!
  Si la dirección no existe para el DNS consultado, NO SE CONSULTAN LOS
  OTROS, simplemente la dirección no resuelve. Solo se consultan los otros
  si el primario está caido (no se puede conectar a el).
 
 Aunque no soy un entendido, discrepo con esto último, por simple
 experiencia personal.

(..)

 Por lo que si lo que vos decís fuera correcto, nunca resolvería
 direcciones internet, porque el DNS de la empresa, que son los dos
 primeros que figuran, no es capaz de resolver direcciones de internet,
 por ejemplo, www.google.com.

Por que NO es el servidor DNS de la empresa quien consulta al siguiente DNS, 
el DNS informa al cliente del siguiente DNS, y es el cliente quien realiza 
otra consulta al nuevo servidor, como dije en el correo.

Aún así, pueden haber configuraciones muy raras y ya nada me sorprende. Pero 
la prueba es fácil: quita el tercer DNS y deja solo los de empresa y mira si 
sigue resolviendo o no.


-- 

Marc Olivé
Blau Advisors

www.blauadvisors.com  


signature.asc
Description: This is a digitally signed message part.


Re: Servidores DNS en /etc/resolv.conf

2012-07-27 Thread fernando sainz
El día 27 de julio de 2012 08:17, Marc Olive
marc.ol...@blauadvisors.com escribió:
 On Thursday 26 July 2012 16:00:22 Debian GMail wrote:
 El 26/07/12 09:52, Marc Olive escribió:

  Los DNS se encadenan, de modo que si la dirección buscada no es local del
  servidor DNS, este eleva la petición al DNS superior.
  Cada DNS debe ser capaz de resolver las direcciones de su subdominio,
  unared.example.com, y si la IP de se corresponde con otro (sub)dominio,
  debe reenviar la petición al DNS superior, example.com, bueno, en
  realidad debe informar al cliente del DNS superior, cliente que debe
  hacer la peticion al nuevo DNS, entonces ese DNS reeviaria otra vez al
  DNS otrared.example.com Lo que debes hacer es instruir a los DNS para
  que devuelvan el siguiente DNS, no a los clientes (¿alguien es capaz de
  estimar el número de DNS de Internet? ¡no se pueden especificar todos en
  todos los clientes!).
 
  En verdad, un solo DNS en resolv.conf seria suficiente, mientras este
  estuviera disponible. Por si tiene problemas, y dado su importáncia, se
  suelen especificar dos, hasta tres si eres muy paranoico.
 
  Además, los DNS secundarios del resolv.conf solo se usan si el primario
  está caído, ¡no si el primario dice que no existe la dirección!
  Si la dirección no existe para el DNS consultado, NO SE CONSULTAN LOS
  OTROS, simplemente la dirección no resuelve. Solo se consultan los otros
  si el primario está caido (no se puede conectar a el).

 Aunque no soy un entendido, discrepo con esto último, por simple
 experiencia personal.

 (..)

 Por lo que si lo que vos decís fuera correcto, nunca resolvería
 direcciones internet, porque el DNS de la empresa, que son los dos
 primeros que figuran, no es capaz de resolver direcciones de internet,
 por ejemplo, www.google.com.

 Por que NO es el servidor DNS de la empresa quien consulta al siguiente DNS,
 el DNS informa al cliente del siguiente DNS, y es el cliente quien realiza
 otra consulta al nuevo servidor, como dije en el correo.


Esto no lo veo yo así, por lo menos en las empresas en las que he
estado hay un servidor de dns local que consultará a otros fuera,
porque el firewall bloquea las conexiones a los puertos del dns.

S2




 Aún así, pueden haber configuraciones muy raras y ya nada me sorprende. Pero
 la prueba es fácil: quita el tercer DNS y deja solo los de empresa y mira si
 sigue resolviendo o no.


 --

 Marc Olivé
 Blau Advisors

 www.blauadvisors.com


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGw=rHjYa52tctbRvPFSW_Pb8VhxQ8R+Us1=ogp96yg8qm7...@mail.gmail.com



Re: Servidores DNS en /etc/resolv.conf

2012-07-27 Thread Marc Olive
On Friday 27 July 2012 08:22:24 fernando sainz wrote:
 El día 27 de julio de 2012 08:17, Marc Olive
 
 marc.ol...@blauadvisors.com escribió:
  On Thursday 26 July 2012 16:00:22 Debian GMail wrote:
  El 26/07/12 09:52, Marc Olive escribió:

(..)

   Además, los DNS secundarios del resolv.conf solo se usan si el
   primario está caído, ¡no si el primario dice que no existe la
   dirección! Si la dirección no existe para el DNS consultado, NO SE
   CONSULTAN LOS OTROS, simplemente la dirección no resuelve. Solo se
   consultan los otros si el primario está caido (no se puede conectar a
   el).
  
  Aunque no soy un entendido, discrepo con esto último, por simple
  experiencia personal.
  
  (..)
  
  Por lo que si lo que vos decís fuera correcto, nunca resolvería
  direcciones internet, porque el DNS de la empresa, que son los dos
  primeros que figuran, no es capaz de resolver direcciones de internet,
  por ejemplo, www.google.com.
  
  Por que NO es el servidor DNS de la empresa quien consulta al siguiente
  DNS, el DNS informa al cliente del siguiente DNS, y es el cliente quien
  realiza otra consulta al nuevo servidor, como dije en el correo.
 
 Esto no lo veo yo así, por lo menos en las empresas en las que he
 estado hay un servidor de dns local que consultará a otros fuera,
 porque el firewall bloquea las conexiones a los puertos del dns.

Hmm.. cierto, iba mal informado, se pueden hacer consultas recursivas, y el 
DNS va resolviendo, o no y entonces solo devuelve el siguiente de la cadena.

Aún así, si el servidor DNS no encuentra la IP, no se consultan los siguientes 
DNS de resolv.conf, que era el punto que discutiamos. A menos que me hayan 
engañado también aquí :P

 S2

-- 

Marc Olivé
Blau Advisors

www.blauadvisors.com  


signature.asc
Description: This is a digitally signed message part.


Re: OFF-TOPIC - VPS de buen precio para servidor dedicado pruebas

2012-07-27 Thread Maykel Franco Hernández

El 2012-07-26 19:55, Juan Sierra Pons escribió:

Hola

Yo estoy muy contento con http://www.kemsirve.es/vks/ [1]

 La relacion/precio me parece mas que razonable, pero como todo
depende del uso que le vayas a dar.

 Salu2

--
Juan Sierra Pons                              
  j...@elsotanillo.net [2]
 Linux User Registered: #257202       http://www.elsotanillo.net
[3]
GPG key = 0xA110F4FE
Key Fingerprint = DF53 7415 0936 244E 9B00  6E66 E934 3406 A110 F4FE


--

Links:
--
[1] http://www.kemsirve.es/vks/
[2] mailto:j...@elsotanillo.net
[3] http://www.elsotanillo.net/



Muchas gracias por todo. Al final me he contratado un 
http://www.kemsirve.es/vks/


Está super bien de precio y de tráfico. Muy bueno.

Saludos y muchas gracias.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/83c538b323fc5a45a1507f2166168...@maykel.sytes.net



Re: OFF-TOPIC - VPS de buen precio para servidor dedicado pruebas

2012-07-27 Thread Sergio

Kemsirve no es una empresa que revende los servicios de OVH?? 
Yo he montado servidores OVH bajo VMware y también con Debíanlos precios 
buenos pero el servicio técnico regular...tiene un buen foro.

Kemsirve lo desconozco todo, ya nos contarás.

Un saludo y suerte.

Enviado desde mi HTC

- Reply message -
De: Maykel Franco Hernández may...@maykel.sytes.net
Para: debian admin debian debian-user-spanish@lists.debian.org
Asunto: OFF-TOPIC - VPS de buen precio para servidor dedicado pruebas
Fecha: vie., jul. 27, 2012 10:37


El 2012-07-26 19:55, Juan Sierra Pons escribió:
 Hola

 Yo estoy muy contento con http://www.kemsirve.es/vks/ [1]

  La relacion/precio me parece mas que razonable, pero como todo
 depende del uso que le vayas a dar.

  Salu2
 
 --
 Juan Sierra Pons                              
   j...@elsotanillo.net [2]
  Linux User Registered: #257202       http://www.elsotanillo.net
 [3]
 GPG key = 0xA110F4FE
 Key Fingerprint = DF53 7415 0936 244E 9B00  6E66 E934 3406 A110 F4FE

 
 --

 Links:
 --
 [1] http://www.kemsirve.es/vks/
 [2] mailto:j...@elsotanillo.net
 [3] http://www.elsotanillo.net/


Muchas gracias por todo. Al final me he contratado un 
http://www.kemsirve.es/vks/

Está super bien de precio y de tráfico. Muy bueno.

Saludos y muchas gracias.


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/83c538b323fc5a45a1507f2166168...@maykel.sytes.net



Re: OFF-TOPIC - VPS de buen precio para servidor dedicado pruebas

2012-07-27 Thread Juan Sierra Pons
Hola

Creo que son la misma empresa. kemsirve es el nombre de uno
servidores que ofrecen:

El concepto Kemsirve
Kemsirve es un servidor más que suficiente para la mayor parte de las
necesidades de un uso particular en internet.
Para garantizarle el mejor precio sin comprometer la calidad, el
servidor prescinde de todo lo que es muy costoso y no es estrictamente
útil, conservando sólo lo que es estrictamente necesario, siempre con
lo último en tecnología.

Sobre estos servidores montan vps:
http://www.kemsirve.es/vks/

Llevo un par de meses con ellos y hasta ahora todo correcto.

PD: Solo soy cliente de ellos. No soy hijo del dueño :P

--
Juan Sierra Pons j...@elsotanillo.net
Linux User Registered: #257202   http://www.elsotanillo.net
GPG key = 0xA110F4FE
Key Fingerprint = DF53 7415 0936 244E 9B00  6E66 E934 3406 A110 F4FE
--


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CABS=y9vdkzox1ktcg7bkh-s648tj+qftgsqtjzgtfvq_iyn...@mail.gmail.com



Re: Servidores DNS en /etc/resolv.conf

2012-07-27 Thread Guillermo
Hola

 Aún así, si el servidor DNS no encuentra la IP, no se consultan los siguientes
 DNS de resolv.conf, que era el punto que discutiamos. A menos que me hayan
 engañado también aquí :P

En el servidor Bind se añade la opción fordwarders para añadir
servidores DNS, donde realiza las peticiones a los dominos/hosts que
no puede resolver directamente.

Un saludo.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caesvxpv+wag8p1q_y5o5ouztqm2ldaqi-ohbmqtr-sonw3e...@mail.gmail.com



Re: Servidores DNS en /etc/resolv.conf

2012-07-27 Thread Marc Olive
On Friday 27 July 2012 12:35:50 Guillermo wrote:
 Hola
 
  Aún así, si el servidor DNS no encuentra la IP, no se consultan los
  siguientes DNS de resolv.conf, que era el punto que discutiamos. A menos
  que me hayan engañado también aquí :P
 
 En el servidor Bind se añade la opción fordwarders para añadir
 servidores DNS, donde realiza las peticiones a los dominos/hosts que
 no puede resolver directamente.

Si, correcto. Pero eso nada tiene que ver con los servidores definidos en 
resolv.conf
 
 Un saludo.

-- 

Marc Olivé
Blau Advisors

www.blauadvisors.com  


signature.asc
Description: This is a digitally signed message part.


Re: Servidores DNS en /etc/resolv.conf

2012-07-27 Thread Guillermo
 Si, correcto. Pero eso nada tiene que ver con los servidores definidos en
 resolv.conf


XD... me pasa por no dejarlo claro. No usa los de resolv.conf, solo
los que estan como fordwarders.. Pero no se el resto de servidores
dns.

Un saludo.


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caesvxpukxysqv16ihzdwrvawfmspf5yrfvn-pipmdgkdyxo...@mail.gmail.com



Re: Broadcom 43227

2012-07-27 Thread Camaleón
El Fri, 27 Jul 2012 00:54:49 -0430, Edwin Carrillo escribió:
 
 El día 26 de julio de 2012 11:45, Camaleón noela...@gmail.com
 escribió:

 (...)

 http://wiki.debian.org/bcm43xx

 Revisa este wiki quizás te guié muy seguramente en algo. Saludos
 

 http://wiki.debian.org/bcm43xx

Hum... ;-)

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juu4e4$2bd$1...@dough.gmane.org



Re: Broadcom 43227

2012-07-27 Thread Marc Marí
Hola y gracias a todos por responder

Ya vuelvo a tener debian instalado, y ahora puedo responder a todos:

Guillermo, este es mi sistema: Debian 6.0.4, Gnome 2.30.2, Kernel
2.6.32-5-amd64. El comando con dmesg, no me da resultado, asi que
parece que no pide firmware
Walter, el driver recomendado en esa página, lo he probado ya
Camaleón, es mi primera vez en listas de correo, y escribo desde
Gmail, así que el HTML es por defecto, ya lo he deshabilitado :D. ¿Me
podrías explicar un poco más lo que dices? (no para un novato total,
pero sí para un poco novato :) )
Edwin, he probado estos dos wikis: http://wiki.debian.org/bcm43xxy
   http://wiki.debian.org/wl

Mas información: en lspci esto es lo que me sale de esta tarjeta, que
al investigar, he visto que es lo mismo 4358 que 43227, que Broadcom
hace cosas raras con los ids: 03:00.0 Network controller: Broadcom
Corporation Device 4358

Gracias a todos por responder!


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CA+nFU8TE3sMFnZ4BK=n9vYHJep_waZ2M3D77CbUCCsYk+=o...@mail.gmail.com



Re: Broadcom 43227

2012-07-27 Thread Camaleón
El Fri, 27 Jul 2012 15:06:36 +0200, Marc Marí escribió:

(...)

 Camaleón, es mi primera vez en listas de correo, y escribo desde Gmail,
 así que el HTML es por defecto, ya lo he deshabilitado :D. ¿Me podrías
 explicar un poco más lo que dices? (no para un novato total, pero sí
 para un poco novato :) )

(...)

Claro, tienes más info aquí:

http://wiki.debian.org/es/NormasLista#porque
http://wiki.debian.org/es/DebianMailingLists#C.2BAPM-mo_enviar_mensajes_a_la_lista_usando_un_formato_de_texto_plano

Ah, y gracias por desactivar el html :-)

 Mas información: en lspci esto es lo que me sale de esta tarjeta, que al
 investigar, he visto que es lo mismo 4358 que 43227, que Broadcom hace
 cosas raras con los ids: 03:00.0 Network controller: Broadcom
 Corporation Device 4358

Bueno, no es exactamente lo mismo :-). Lo que te interesa saber es el 
nombrecito comercial (p. ej., BCM43227). Si te aparece ese, te sigo 
diciendo lo mismo que antes: wl es tu driver.

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juubgr$2bd$8...@dough.gmane.org



Duda sobre aptitude

2012-07-27 Thread José Manuel (EB8CXW)

Hola a tod@s,

Últimamente cada vez que realizo una actualización  con aptitude 
update,  y me descarga todas las cabeceras en los distintos idiomas 
(Español, francés, ee.uu., alemán, etc.), cosa que no hacia antes. 
Además no se puede construir el almacén de paquetes.


Os pongo a continuación un fragmento de dicha descarga:

[...
root@JJNG:/home/eb8cxw# aptitude clean  aptitude autoclean  aptitude 
update

Se liberará 0 B de espacio de disco
Ign http://www.debian-multimedia.org testing InRelease
Hit http://security.debian.org testing/updates InRelease
Hit http://ftp.fr.debian.org testing InRelease
Des: 1 http://ftp.de.debian.org testing InRelease [199 kB]
Hit http://www.debian-multimedia.org testing Release.gpg
Hit http://security.debian.org testing/updates/main Sources
Hit http://ftp.fr.debian.org testing/main Sources/DiffIndex
Hit http://security.debian.org testing/updates/main i386 Packages
Hit http://www.debian-multimedia.org testing Release
Hit http://download.virtualbox.org wheezy InRelease
Hit http://ftp.fr.debian.org testing/contrib Sources/DiffIndex
Hit http://www.debian-multimedia.org testing/main i386 Packages/DiffIndex
Hit http://ftp.fr.debian.org testing/non-free Sources/DiffIndex
Hit http://www.debian-multimedia.org testing/non-free i386 
Packages/DiffIndex

Hit http://download.virtualbox.org wheezy/contrib i386 Packages
Hit http://ftp.fr.debian.org testing/main i386 Packages/DiffIndex
Hit http://ftp.fr.debian.org testing/contrib i386 Packages/DiffIndex
Hit http://ftp.fr.debian.org testing/non-free i386 Packages/DiffIndex
Hit http://ftp.fr.debian.org testing/contrib Translation-en/DiffIndex
Des: 2 http://ftp.fr.debian.org testing/main Translation-es [357 kB]
Hit http://download.virtualbox.org wheezy/non-free i386 Packages
Des: 3 http://ftp.de.debian.org testing/main Sources/DiffIndex [7.876 B]
Hit http://ftp.de.debian.org testing/contrib Sources/DiffIndex
Hit http://ftp.de.debian.org testing/non-free Sources/DiffIndex
Des: 4 http://ftp.de.debian.org testing/main i386 Packages/DiffIndex 
[7.876 B]

Hit http://ftp.de.debian.org testing/contrib i386 Packages/DiffIndex
Hit http://ftp.de.debian.org testing/non-free i386 Packages/DiffIndex
Hit http://ftp.de.debian.org testing/contrib Translation-en/DiffIndex
Des: 5 http://ftp.de.debian.org testing/main Translation-es/DiffIndex 
[7.819 B]

Hit http://ftp.de.debian.org testing/main Translation-en/DiffIndex
Des: 6 http://ftp.de.debian.org testing/main Translation-eo [997 B]
Hit http://ftp.de.debian.org testing/main Translation-nl/DiffIndex
Des: 7 http://ftp.de.debian.org testing/main Translation-ja/DiffIndex 
[7.819 B]

Hit http://ftp.de.debian.org testing/main Translation-ru/DiffIndex
Hit http://ftp.de.debian.org testing/main Translation-id/DiffIndex
Hit http://ftp.de.debian.org testing/main Translation-hu/DiffIndex
Hit http://ftp.de.debian.org testing/main Translation-hr/DiffIndex
Des: 8 http://ftp.de.debian.org testing/main Translation-fi/DiffIndex 
[7.819 B]

Hit http://ftp.de.debian.org testing/main Translation-ko/DiffIndex
Des: 9 http://ftp.de.debian.org testing/main Translation-fr/DiffIndex 
[7.819 B]
Des: 10 http://ftp.de.debian.org testing/main Translation-pl/DiffIndex 
[7.819 B]
Des: 11 http://ftp.de.debian.org testing/main Translation-da/DiffIndex 
[7.819 B]
Des: 12 http://ftp.de.debian.org testing/main Translation-uk/DiffIndex 
[7.819 B]

Hit http://ftp.de.debian.org testing/main Translation-eu/DiffIndex
Hit http://ftp.de.debian.org testing/main Translation-ca/DiffIndex
Des: 13 http://ftp.de.debian.org testing/main Translation-cs/DiffIndex 
[7.819 B]
Des: 14 http://ftp.de.debian.org testing/main Translation-sk/DiffIndex 
[7.819 B]

Hit http://ftp.de.debian.org testing/main Translation-km/DiffIndex
Hit http://ftp.de.debian.org testing/main Translation-vi/DiffIndex
Des: 15 http://ftp.de.debian.org testing/main Translation-nb [1.302 B]
Hit http://ftp.de.debian.org testing/main Translation-pt/DiffIndex
Des: 16 http://ftp.de.debian.org testing/main Translation-ro [1.455 B]
Des: 17 http://ftp.de.debian.org testing/main Translation-sv/DiffIndex 
[2.989 B]

Hit http://ftp.de.debian.org testing/main Translation-sr/DiffIndex
Des: 18 http://ftp.de.debian.org testing/main Translation-de/DiffIndex 
[7.819 B]

Des: 19 http://ftp.de.debian.org testing/main Translation-zh [1.685 B]
Des: 20 http://ftp.de.debian.org testing/main Translation-it/DiffIndex 
[7.876 B]

Hit http://ftp.de.debian.org testing/non-free Translation-en/DiffIndex
Des: 21 http://ftp.de.debian.org testing/main 2012-07-27-1414.10.pdiff 
[582 B]
Des: 22 http://ftp.de.debian.org testing/main 2012-07-27-1414.10.pdiff 
[582 B]

Hit http://ftp.fr.debian.org testing/main Translation-en/DiffIndex
Hit http://ftp.fr.debian.org testing/main Translation-eo
Hit http://ftp.fr.debian.org testing/main Translation-nl/DiffIndex
Des: 23 http://ftp.de.debian.org testing/main i386 
2012-07-27-1414.10.pdiff [437 B]
Des: 24 http://ftp.de.debian.org testing/main 2012-07-27-1414.10.pdiff 
[33 B]
Des: 25 

Re: Duda sobre aptitude

2012-07-27 Thread Edwin Carrillo
Después de esto intenta hacer un apt-get upgrade o pat-get
dist-upgrade y mira cuales son los resultados.

2012/7/27 José Manuel (EB8CXW) eb8cx...@infonegocio.com:
 Hola a tod@s,

 Últimamente cada vez que realizo una actualización  con aptitude update,
 y me descarga todas las cabeceras en los distintos idiomas (Español,
 francés, ee.uu., alemán, etc.), cosa que no hacia antes. Además no se puede
 construir el almacén de paquetes.

 Os pongo a continuación un fragmento de dicha descarga:

 [...
 root@JJNG:/home/eb8cxw# aptitude clean  aptitude autoclean  aptitude
 update
 Se liberará 0 B de espacio de disco
 Ign http://www.debian-multimedia.org testing InRelease
 Hit http://security.debian.org testing/updates InRelease
 Hit http://ftp.fr.debian.org testing InRelease
 Des: 1 http://ftp.de.debian.org testing InRelease [199 kB]
 Hit http://www.debian-multimedia.org testing Release.gpg
 Hit http://security.debian.org testing/updates/main Sources
 Hit http://ftp.fr.debian.org testing/main Sources/DiffIndex
 Hit http://security.debian.org testing/updates/main i386 Packages
 Hit http://www.debian-multimedia.org testing Release
 Hit http://download.virtualbox.org wheezy InRelease
 Hit http://ftp.fr.debian.org testing/contrib Sources/DiffIndex
 Hit http://www.debian-multimedia.org testing/main i386 Packages/DiffIndex
 Hit http://ftp.fr.debian.org testing/non-free Sources/DiffIndex
 Hit http://www.debian-multimedia.org testing/non-free i386
 Packages/DiffIndex
 Hit http://download.virtualbox.org wheezy/contrib i386 Packages
 Hit http://ftp.fr.debian.org testing/main i386 Packages/DiffIndex
 Hit http://ftp.fr.debian.org testing/contrib i386 Packages/DiffIndex
 Hit http://ftp.fr.debian.org testing/non-free i386 Packages/DiffIndex
 Hit http://ftp.fr.debian.org testing/contrib Translation-en/DiffIndex
 Des: 2 http://ftp.fr.debian.org testing/main Translation-es [357 kB]
 Hit http://download.virtualbox.org wheezy/non-free i386 Packages
 Des: 3 http://ftp.de.debian.org testing/main Sources/DiffIndex [7.876 B]
 Hit http://ftp.de.debian.org testing/contrib Sources/DiffIndex
 Hit http://ftp.de.debian.org testing/non-free Sources/DiffIndex
 Des: 4 http://ftp.de.debian.org testing/main i386 Packages/DiffIndex [7.876
 B]
 Hit http://ftp.de.debian.org testing/contrib i386 Packages/DiffIndex
 Hit http://ftp.de.debian.org testing/non-free i386 Packages/DiffIndex
 Hit http://ftp.de.debian.org testing/contrib Translation-en/DiffIndex
 Des: 5 http://ftp.de.debian.org testing/main Translation-es/DiffIndex [7.819
 B]
 Hit http://ftp.de.debian.org testing/main Translation-en/DiffIndex
 Des: 6 http://ftp.de.debian.org testing/main Translation-eo [997 B]
 Hit http://ftp.de.debian.org testing/main Translation-nl/DiffIndex
 Des: 7 http://ftp.de.debian.org testing/main Translation-ja/DiffIndex [7.819
 B]
 Hit http://ftp.de.debian.org testing/main Translation-ru/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-id/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-hu/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-hr/DiffIndex
 Des: 8 http://ftp.de.debian.org testing/main Translation-fi/DiffIndex [7.819
 B]
 Hit http://ftp.de.debian.org testing/main Translation-ko/DiffIndex
 Des: 9 http://ftp.de.debian.org testing/main Translation-fr/DiffIndex [7.819
 B]
 Des: 10 http://ftp.de.debian.org testing/main Translation-pl/DiffIndex
 [7.819 B]
 Des: 11 http://ftp.de.debian.org testing/main Translation-da/DiffIndex
 [7.819 B]
 Des: 12 http://ftp.de.debian.org testing/main Translation-uk/DiffIndex
 [7.819 B]
 Hit http://ftp.de.debian.org testing/main Translation-eu/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-ca/DiffIndex
 Des: 13 http://ftp.de.debian.org testing/main Translation-cs/DiffIndex
 [7.819 B]
 Des: 14 http://ftp.de.debian.org testing/main Translation-sk/DiffIndex
 [7.819 B]
 Hit http://ftp.de.debian.org testing/main Translation-km/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-vi/DiffIndex
 Des: 15 http://ftp.de.debian.org testing/main Translation-nb [1.302 B]
 Hit http://ftp.de.debian.org testing/main Translation-pt/DiffIndex
 Des: 16 http://ftp.de.debian.org testing/main Translation-ro [1.455 B]
 Des: 17 http://ftp.de.debian.org testing/main Translation-sv/DiffIndex
 [2.989 B]
 Hit http://ftp.de.debian.org testing/main Translation-sr/DiffIndex
 Des: 18 http://ftp.de.debian.org testing/main Translation-de/DiffIndex
 [7.819 B]
 Des: 19 http://ftp.de.debian.org testing/main Translation-zh [1.685 B]
 Des: 20 http://ftp.de.debian.org testing/main Translation-it/DiffIndex
 [7.876 B]
 Hit http://ftp.de.debian.org testing/non-free Translation-en/DiffIndex
 Des: 21 http://ftp.de.debian.org testing/main 2012-07-27-1414.10.pdiff [582
 B]
 Des: 22 http://ftp.de.debian.org testing/main 2012-07-27-1414.10.pdiff [582
 B]
 Hit http://ftp.fr.debian.org testing/main Translation-en/DiffIndex
 Hit http://ftp.fr.debian.org testing/main Translation-eo
 Hit 

Re: Duda sobre aptitude

2012-07-27 Thread Ricardo Cruz Navarro
2012/7/27 José Manuel (EB8CXW) eb8cx...@infonegocio.com:
 Hola a tod@s,

 Últimamente cada vez que realizo una actualización  con aptitude update,
 y me descarga todas las cabeceras en los distintos idiomas (Español,
 francés, ee.uu., alemán, etc.), cosa que no hacia antes. Además no se puede
 construir el almacén de paquetes.

 Os pongo a continuación un fragmento de dicha descarga:

 [...
 root@JJNG:/home/eb8cxw# aptitude clean  aptitude autoclean  aptitude
 update
 Se liberará 0 B de espacio de disco
 Ign http://www.debian-multimedia.org testing InRelease
 Hit http://security.debian.org testing/updates InRelease
 Hit http://ftp.fr.debian.org testing InRelease
 Des: 1 http://ftp.de.debian.org testing InRelease [199 kB]
 Hit http://www.debian-multimedia.org testing Release.gpg
 Hit http://security.debian.org testing/updates/main Sources
 Hit http://ftp.fr.debian.org testing/main Sources/DiffIndex
 Hit http://security.debian.org testing/updates/main i386 Packages
 Hit http://www.debian-multimedia.org testing Release
 Hit http://download.virtualbox.org wheezy InRelease
 Hit http://ftp.fr.debian.org testing/contrib Sources/DiffIndex
 Hit http://www.debian-multimedia.org testing/main i386 Packages/DiffIndex
 Hit http://ftp.fr.debian.org testing/non-free Sources/DiffIndex
 Hit http://www.debian-multimedia.org testing/non-free i386
 Packages/DiffIndex
 Hit http://download.virtualbox.org wheezy/contrib i386 Packages
 Hit http://ftp.fr.debian.org testing/main i386 Packages/DiffIndex
 Hit http://ftp.fr.debian.org testing/contrib i386 Packages/DiffIndex
 Hit http://ftp.fr.debian.org testing/non-free i386 Packages/DiffIndex
 Hit http://ftp.fr.debian.org testing/contrib Translation-en/DiffIndex
 Des: 2 http://ftp.fr.debian.org testing/main Translation-es [357 kB]
 Hit http://download.virtualbox.org wheezy/non-free i386 Packages
 Des: 3 http://ftp.de.debian.org testing/main Sources/DiffIndex [7.876 B]
 Hit http://ftp.de.debian.org testing/contrib Sources/DiffIndex
 Hit http://ftp.de.debian.org testing/non-free Sources/DiffIndex
 Des: 4 http://ftp.de.debian.org testing/main i386 Packages/DiffIndex [7.876
 B]
 Hit http://ftp.de.debian.org testing/contrib i386 Packages/DiffIndex
 Hit http://ftp.de.debian.org testing/non-free i386 Packages/DiffIndex
 Hit http://ftp.de.debian.org testing/contrib Translation-en/DiffIndex
 Des: 5 http://ftp.de.debian.org testing/main Translation-es/DiffIndex [7.819
 B]
 Hit http://ftp.de.debian.org testing/main Translation-en/DiffIndex
 Des: 6 http://ftp.de.debian.org testing/main Translation-eo [997 B]
 Hit http://ftp.de.debian.org testing/main Translation-nl/DiffIndex
 Des: 7 http://ftp.de.debian.org testing/main Translation-ja/DiffIndex [7.819
 B]
 Hit http://ftp.de.debian.org testing/main Translation-ru/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-id/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-hu/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-hr/DiffIndex
 Des: 8 http://ftp.de.debian.org testing/main Translation-fi/DiffIndex [7.819
 B]
 Hit http://ftp.de.debian.org testing/main Translation-ko/DiffIndex
 Des: 9 http://ftp.de.debian.org testing/main Translation-fr/DiffIndex [7.819
 B]
 Des: 10 http://ftp.de.debian.org testing/main Translation-pl/DiffIndex
 [7.819 B]
 Des: 11 http://ftp.de.debian.org testing/main Translation-da/DiffIndex
 [7.819 B]
 Des: 12 http://ftp.de.debian.org testing/main Translation-uk/DiffIndex
 [7.819 B]
 Hit http://ftp.de.debian.org testing/main Translation-eu/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-ca/DiffIndex
 Des: 13 http://ftp.de.debian.org testing/main Translation-cs/DiffIndex
 [7.819 B]
 Des: 14 http://ftp.de.debian.org testing/main Translation-sk/DiffIndex
 [7.819 B]
 Hit http://ftp.de.debian.org testing/main Translation-km/DiffIndex
 Hit http://ftp.de.debian.org testing/main Translation-vi/DiffIndex
 Des: 15 http://ftp.de.debian.org testing/main Translation-nb [1.302 B]
 Hit http://ftp.de.debian.org testing/main Translation-pt/DiffIndex
 Des: 16 http://ftp.de.debian.org testing/main Translation-ro [1.455 B]
 Des: 17 http://ftp.de.debian.org testing/main Translation-sv/DiffIndex
 [2.989 B]
 Hit http://ftp.de.debian.org testing/main Translation-sr/DiffIndex
 Des: 18 http://ftp.de.debian.org testing/main Translation-de/DiffIndex
 [7.819 B]
 Des: 19 http://ftp.de.debian.org testing/main Translation-zh [1.685 B]
 Des: 20 http://ftp.de.debian.org testing/main Translation-it/DiffIndex
 [7.876 B]
 Hit http://ftp.de.debian.org testing/non-free Translation-en/DiffIndex
 Des: 21 http://ftp.de.debian.org testing/main 2012-07-27-1414.10.pdiff [582
 B]
 Des: 22 http://ftp.de.debian.org testing/main 2012-07-27-1414.10.pdiff [582
 B]
 Hit http://ftp.fr.debian.org testing/main Translation-en/DiffIndex
 Hit http://ftp.fr.debian.org testing/main Translation-eo
 Hit http://ftp.fr.debian.org testing/main Translation-nl/DiffIndex
 Des: 23 http://ftp.de.debian.org testing/main i386 

Re: Duda sobre aptitude

2012-07-27 Thread Camaleón
El Fri, 27 Jul 2012 16:57:57 +0100, José Manuel (EB8CXW) escribió:

 Últimamente cada vez que realizo una actualización  con aptitude
 update,  y me descarga todas las cabeceras en los distintos idiomas
 (Español, francés, ee.uu., alemán, etc.), cosa que no hacia antes.
 Además no se puede construir el almacén de paquetes.
 
 Os pongo a continuación un fragmento de dicha descarga:

(...)

 Descargados 9.994 kB en 1min. 17seg. (129 kB/s) .
 E: Some index files failed to download. They have been ignored, or old
 ones used instead.
 E: No se pudo reconstruir el almacén de paquetes ]
 
 La duda, esto es normal o tengo mal en mi Debian Wheezy. En caso de esto
 último se puede solucionar. Gracias de antemano.

Si no recuerdo mal, la descarga de las traducciones era configurable. 
Mira a ver qué te devuelve un apt-config dump | grep -i lang.

Otra cosa es el error que te aparece al final, ¿es cosmético o te impide 
actualizar/instalar paquetes? :-?

Saludos,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juugb9$2bd$1...@dough.gmane.org



Re: Duda sobre aptitude

2012-07-27 Thread Debian GMail

El 27/07/12 12:57, José Manuel (EB8CXW) escribió:

Hola a tod@s,

Últimamente cada vez que realizo una actualización con aptitude
update, y me descarga todas las cabeceras en los distintos idiomas
(Español, francés, ee.uu., alemán, etc.), cosa que no hacia antes.


Respecto de esto, se tocó el tema en la lista hace cosa de 4 o 5 meses.
La solución es crear el siguiente archivo:

  /etc/apt/apt.conf.d/99translations

y que el mismo contenga esta sola línea:

  Acquire::Languages none;

punto y coma incluído.



Además no se puede construir el almacén de paquetes.


Probablemente, con esto también se solucione el problema del almacén de 
paquetes.


Os pongo a continuación un fragmento de dicha descarga:

[...
root@JJNG:/home/eb8cxw# aptitude clean  aptitude autoclean  aptitude
update
Se liberará 0 B de espacio de disco
Ign http://www.debian-multimedia.org testing InRelease
Hit http://security.debian.org testing/updates InRelease

(...)

Ign http://download.virtualbox.org wheezy/non-free Translation-it
Descargados 9.994 kB en 1min. 17seg. (129 kB/s)
.
E: Some index files failed to download. They have been ignored, or old
ones used instead.
E: No se pudo reconstruir el almacén de paquetes
]

La duda, esto es normal o tengo mal en mi Debian Wheezy. En caso de esto
último se puede solucionar. Gracias de antemano.



Me pasó a mí hace 4 o 5 meses, de ahí que me acuerdo.

JAP


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5012f2eb.1070...@gmail.com



Re: Re: Broadcom 43227

2012-07-27 Thread Marc Marí
Camaleón, quería decir que me explicases lo de tendrás que compilar
el driver a mano (o instalar un kernel superior desde los
backports)., me he explicado mal. Aunque es interesante leer el
porqué de no HTML :D

Gracias de antemano


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/ca+nfu8qlyp3k4c42pvptoapwe0udqsddt+4sd7wjta+s107...@mail.gmail.com



Re: OFF-TOPIC - VPS de buen precio para servidor dedicado pruebas

2012-07-27 Thread skeksix
Hola,

A mi en su día el servicio técnico de los franceses de OVH me dejó mucho que
desear (más de una semana para cambiar un disco duro ko, entre otras historias).
Pero dicen las lenguas que se han puesto las pilas y la cosa va mejor.

Ahora estoy con los alemanes de Hetzner, que también tienen sus precios de
escándalo y en dos años bastante bien con ellos. Las máquinas no son servidores
propiamente dichos pero van bien:

http://www.hetzner.de/en/hosting/produktmatrix/rootserver-produktmatrix-ex

Hace unos meses un disco duro petó, y en 24 horas estaba cambiado.

Los EX4 son bastante golosos, y entre 2-3 colegas a pachas puedes hacer
maravillas con ellos.

Saludos



Maykel Franco Hernández wrote, On 27/07/12 10:37:
 El 2012-07-26 19:55, Juan Sierra Pons escribió:
 Hola

 Yo estoy muy contento con http://www.kemsirve.es/vks/ [1]

  La relacion/precio me parece mas que razonable, pero como todo
 depende del uso que le vayas a dar.

  Salu2

 --

 Juan Sierra Pons  
   j...@elsotanillo.net [2]
  Linux User Registered: #257202   http://www.elsotanillo.net
 [3]
 GPG key = 0xA110F4FE
 Key Fingerprint = DF53 7415 0936 244E 9B00  6E66 E934 3406 A110 F4FE


 --


 Links:
 --
 [1] http://www.kemsirve.es/vks/
 [2] mailto:j...@elsotanillo.net
 [3] http://www.elsotanillo.net/
 
 
 Muchas gracias por todo. Al final me he contratado un 
 http://www.kemsirve.es/vks/
 
 Está super bien de precio y de tráfico. Muy bueno.
 
 Saludos y muchas gracias.


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5013041c.9090...@gmail.com



Error con openoffice en debian sid.

2012-07-27 Thread Marcos Delgado
Buenas noches lister@s.
Uso apache openoffice y recientemente actualice a la versión 3.4, pero
tenía ese problema con la versión anterior.
Acá esta una imagen que muestra el problema:
http://i49.tinypic.com/2mqntp5.jpg
En la imagen se muestran un serie de opciones para seleccionar, pero
como pueden ver, solamente se marca la última (Empezar a partir de un
documento inicial guardado recientemente), cuando deberían mostrarse
todas.
No es cuestión del gestor de ventanas, ya que me pasa con openbox y
con wmaker, ni tampoco cuestión de usuarios, por que con otro usuario
aparece la misma situación.
Utilizo la siguiente tarjeta gráfica:
02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee
ATI RV505 [Radeon X1550 Series]

Ya que en mi lap (con una tarjeta intel) no tengo ese problema.
He buscado en internet, pero no he encontrado pistas, así que esa es
la razón del mensaje.
No podré ver esta computadora hasta el lunes, así que cualquier prueba
esperará hasta ese día.

Saludos, gracias por la atención y buen fin de semana.

Marcos Delgado.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAB_R4cUNfG+Z5eaiJvROzkPpmFh+d1a-XtoOc5QWc+jPfAv7=a...@mail.gmail.com



Re: Duda sobre aptitude

2012-07-27 Thread José Manuel (EB8CXW)



El 27/07/12 17:41, Camaleón escribió:

El Fri, 27 Jul 2012 16:57:57 +0100, José Manuel (EB8CXW) escribió:


Últimamente cada vez que realizo una actualización  con aptitude
update,  y me descarga todas las cabeceras en los distintos idiomas
(Español, francés, ee.uu., alemán, etc.), cosa que no hacia antes.
Además no se puede construir el almacén de paquetes.

Os pongo a continuación un fragmento de dicha descarga:

(...)


Descargados 9.994 kB en 1min. 17seg. (129 kB/s) .
E: Some index files failed to download. They have been ignored, or old
ones used instead.
E: No se pudo reconstruir el almacén de paquetes ]

La duda, esto es normal o tengo mal en mi Debian Wheezy. En caso de esto
último se puede solucionar. Gracias de antemano.

Si no recuerdo mal, la descarga de las traducciones era configurable.
Mira a ver qué te devuelve un apt-config dump | grep -i lang.

Otra cosa es el error que te aparece al final, ¿es cosmético o te impide
actualizar/instalar paquetes? :-?

Saludos,



Hola a tod@s

Gracias Camaleón por contestar,

Camaleón, hice lo que decias y sale lo siguiente:

root@JJNG:/home/eb8cxw# apt-config dump | grep -i lang
Acquire::Languages ;
Acquire::Languages:: es_ES;
Acquire::Languages:: es;
Acquire::Languages:: en;
Acquire::Languages:: none;
Acquire::Languages:: eo;
Acquire::Languages:: ja;
Acquire::Languages:: nl;
Acquire::Languages:: pl;
Acquire::Languages:: ru;
Acquire::Languages:: id;
Acquire::Languages:: hu;
Acquire::Languages:: hr;
Acquire::Languages:: fi;
Acquire::Languages:: uk;
Acquire::Languages:: sk;
Acquire::Languages:: ko;
Acquire::Languages:: fr;
Acquire::Languages:: da;
Acquire::Languages:: de;
Acquire::Languages:: eu;
Acquire::Languages:: ca;
Acquire::Languages:: cs;
Acquire::Languages:: sv;
Acquire::Languages:: km;
Acquire::Languages:: vi;
Acquire::Languages:: it;
Acquire::Languages:: nb;
Acquire::Languages:: pt;
Acquire::Languages:: ro;
Acquire::Languages:: sr;
Acquire::Languages:: zh;
root@JJNG:/home/eb8cxw#

Lo que salia al final, debe ser aleatorio, pues ahora he vuelto hacer un 
update y no salio. Cuando salio no me pedía que instalara nada.


--
Un saludo,
José Manuel
Gran Canaria/España

Si vas a escribir.. piensa en esto:
no digas nada que no sea mas precioso que el silencio!!!


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50134f4f.3080...@infonegocio.com



Re: resolv.conf

2012-07-27 Thread Leandro
Isso nao é automático, voce tem que inserir manualmente

nameserver enddodns

Em 27 de julho de 2012 00:23, Márcio Pedroso
sarrafocapoe...@gmail.comescreveu:

 amigos, apos uma atualizaçao no meu debian testing, fiquei sem navegaçao,
 apos verificar o /etc/resolv.conf e notei que ele esta inserindo um antigo
 end de ip que eu usava.. a minha pergunta é: quem é o responsavel por
 enviar esse dado do nameserver para o arquivo?

 --
 linux user nº 432194

 Eu sou livre e você?




-- 
Leandro Paulo
Administrador Sistemas Linux/Windows


Re: resolv.conf

2012-07-27 Thread Gabriel Ricardo
NetworkManager ou DHCP!

Atenciosamente,
*Gabriel Ricardo.*
www.tinotapa.com.br



Em 27 de julho de 2012 07:39, Leandro leandro...@gmail.com escreveu:

 Isso nao é automático, voce tem que inserir manualmente

 nameserver enddodns

 Em 27 de julho de 2012 00:23, Márcio Pedroso 
 sarrafocapoe...@gmail.comescreveu:

 amigos, apos uma atualizaçao no meu debian testing, fiquei sem navegaçao,
 apos verificar o /etc/resolv.conf e notei que ele esta inserindo um antigo
 end de ip que eu usava.. a minha pergunta é: quem é o responsavel por
 enviar esse dado do nameserver para o arquivo?

 --
 linux user nº 432194

 Eu sou livre e você?




 --
 Leandro Paulo
 Administrador Sistemas Linux/Windows



Re: Programa para executar popup

2012-07-27 Thread Cleber Ianes
Obrigado Francisco.

A solução parece ser essa mesma, mas não consigo acessar nenhum dos links 
disponibilizados nesse documento.

Não consegui achar o programa ltsp_msgd em lugar nenhum.

Você tem mais informações a respeito disso??


Att.




 De: Francisco C Soares dotjun...@gmail.com
Para: Cleber Ianes cleberia...@yahoo.com.br 
Cc: LIsta Debian debian-user-portuguese@lists.debian.org 
Enviadas: Quinta-feira, 26 de Julho de 2012 13:48
Assunto: Re: Programa para executar popup
 

Boa tarde Cleber,

Creio que seja isto que você necessita:

http://ltsp4.2.revamp-it.ch/twiki/bin/view/ltsp/SendingPopupMessages

___
Francisco C Soares ( Junior )
403790c89847cdbe5a262146de8fb93139c4


On 07/26/2012 09:45 AM, Cleber Ianes wrote:

Saudações.

Tenho um servidor rodando LTSP e preciso enviar avisos de manutenção aos 
usuários. Preciso que esse aviso apareça com popup para todos os usuários ao 
mesmo tempo.
Já tentei gmessage, mesg, wall e alguns outros, consigo ver as mensagens nos 
terminais em texto, mas preciso ver na tela do gnome.
Alguém sabe como fazer isso?


Obrigado.
-- 
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/501174d6.1090...@gmail.com 

Re: Where to set swappiness? [SOLVED]

2012-07-27 Thread John Magolske
Thanks you everyone for the helpful replies!

* John Magolske listm...@b79.net [120723 23:22]:
 This command will set swappiness (to 0 in this case):
 
   # sysctl vm.swappiness=0
 
 To have that setting persist across reboots, it is suggested to add
 a line like so to /etc/sysfs.conf :
 
   vm.swappiness=0
 
 Which I did...but that value is not set after reboot:

Per your suggestions, I set vm.swappiness=0 in /etc/sysctl.conf and
that value is indeed reflected after reboot (just now got around to
re-booting this machine).

John

-- 
John Magolske
http://B79.net/contact


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727062307.ga23...@s70206.gridserver.com



Re: Display glitches after upgrading to newer version of Screen

2012-07-27 Thread John Magolske
* Sven Joachim svenj...@gmx.de [120726 16:06]:
 On 2012-07-26 21:41 +0200, John Magolske wrote:
 
  * Sven Joachim svenj...@gmx.de [120726 12:15]:
  On 2012-07-26 19:04 +0200, John Magolske wrote:
  
   After upgrading from Screen version 4.00.03jw4 to 4.01.00devel I've
   noticed some odd behaviour -- there's this bit of text superimposed
   in the upper left corner of each window:
  
   ;screen
   ;ELinks
  
   and so on, depending on the application running in a given pseudo-tty.
   Also, portions of the top title bar in mutt will disappear, being
   overwritten blank. Selecting it in copy/scrollback mode will then
   highlight the disappeared title bar and bring it back. And the ncurses
   display of ELinks is messed up as well. Etc.
  
  What's your TERM variable inside screen, and do you have ncurses-term
  installed?
 
 From inside screen:
 
% echo $TERM
screen.linux
% apt-show-versions ncurses-term
ncurses-term/sid uptodate 5.9-10 
 
 That should be fine, I don't know what the problem is then.
 Works For Me™.

Hmmm...wonder what it could be. Not sure if something in my terminfo
could have anything to do with this, but here it is:

% infocmp -x
#   Reconstructed via infocmp from file: /usr/share/terminfo/s/screen.linux
screen.linux|screen in linux console,
OTbs, OTpt, am, bw, km, mir, msgr, xenl, AX, G0,
colors#8, cols#80, it#8, lines#24, pairs#64, U8#1,
acsc=++\,\,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~,
bel=^G, blink=\E[5m, bold=\E[1m, cbt=\E[Z, civis=\E[?25l,
clear=\E[H\E[J, cnorm=\E[34h\E[?25h, cr=^M,
csr=\E[%i%p1%d;%p2%dr, cub=\E[%p1%dD, cub1=^H,
cud=\E[%p1%dB, cud1=^J, cuf=\E[%p1%dC, cuf1=\E[C,
cup=\E[%i%p1%d;%p2%dH, cuu=\E[%p1%dA, cuu1=\EM,
cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM,
dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0,
flash=\Eg, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@,
il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=\177, kcbt@,
kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA,
kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~,
kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS,
kf5=\E[15~, kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~,
khome=\E[1~, kich1=\E[2~, kmous=\E[M, knp=\E[6~, kpp=\E[5~,
nel=\EE, op=\E[39;49m, rc=\E8, rev=\E[7m, ri=\EM, rmacs=^O,
rmcup=\E[?1049l, rmir=\E[4l, rmkx=\E[?1l\E, rmso=\E[23m,
rmul=\E[24m, rs2=\Ec\E[?1000l\E[?25h, sc=\E7,
setab=\E[4%p1%dm, setaf=\E[3%p1%dm,

sgr=\E[0%?%p6%t;1%;%?%p1%t;3%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;,
sgr0=\E[m\017, smacs=^N, smcup=\E[?1049h, smir=\E[4h,
smkx=\E[?1h\E=, smso=\E[3m, smul=\E[4m, tbc=\E[3g, E0=\E(B,
S0=\E(%p1%c,


Regards,

John


-- 
John Magolske
http://B79.net/contact


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727063224.gb23...@s70206.gridserver.com



Re: Where to set swappiness? [SOLVED]

2012-07-27 Thread Stan Hoeppner
On 7/27/2012 1:23 AM, John Magolske wrote:
 Thanks you everyone for the helpful replies!
 
 * John Magolske listm...@b79.net [120723 23:22]:
 This command will set swappiness (to 0 in this case):

   # sysctl vm.swappiness=0

 To have that setting persist across reboots, it is suggested to add
 a line like so to /etc/sysfs.conf :

   vm.swappiness=0

 Which I did...but that value is not set after reboot:
 
 Per your suggestions, I set vm.swappiness=0 in /etc/sysctl.conf and
 that value is indeed reflected after reboot (just now got around to
 re-booting this machine).
 
 John


I gave you the answer 3 days ago, only 49 minutes after your post...

On 7/24/2012 2:04 AM, Stan Hoeppner wrote: On 7/24/2012 1:15 AM, John
Magolske wrote:
 Hello,

 This command will set swappiness (to 0 in this case):

   # sysctl vm.swappiness=0

 To have that setting persist across reboots, it is suggested to add
 a line like so to /etc/sysfs.conf :

 Close, it's:

  /etc/sysctl.conf

-- 
Stan



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/501239ee.10...@hardwarefreak.com



Re: SD slot read card failed.

2012-07-27 Thread Sthu Deus
Good time of the day, Lisi.


You wrote:

  Is it clear(er) now?! :o)
 
 Thanks!!  Totally clear. :-)   Sorry for being slow on the uptake.

No problem. :o)


Sthu.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50123bc2.c31c700a.55f8.1...@mx.google.com



Re: Synaptic problem

2012-07-27 Thread Robert Pommrich
Hi,

 Hi, I recently updated from squeeze to wheezy and I notice some problem
 with synaptic. In particular:
 
 ric@ricmbp:~$ sudo synaptic
 synaptic: error while loading shared libraries: libapt-pkg.so.4.10:
 cannot open shared object file: No such file or directory
 
 Do you have any suggestion to solve it??
 

Read http://bugs.debian.org/639336 and /usr/share/doc/sudo/NEWS.Debian.gz.
Compare /etc/sudoers and /etc/sudoers.dpkg-new.

Robert


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727075546.56...@gmx.net



Re: wifi connect _FAILS_ - was [Re: FROZEN Wheezy netinst - Where to get?]

2012-07-27 Thread Brian
On Thu 26 Jul 2012 at 09:27:44 -0500, Richard Owlett wrote:

 Brian wrote:
 
 A possible failure to associate with the wireless access point. What
 does lspci (or lsusb) say the card is?
 
 03:00.0 Ethernet controller: Atheros Communications Inc. AR5212
 802.11abg NIC (rev 01)
 
 Encouraging. The Debian Live connection was set up and established
 after the OS had been booted?
 
 And happily connects after full install from liveCD - always has.

The AR5212 doesn't require non-free firmware so, at the 'Detect network
hardware' stage, eth0 and wlan0 should be found and presented to you
when the network is configured. You'll have chosen wlan0, put the type
of wireless network as 'Managed' and input an ESSID and WPA/WPA2 PSK.

When next you do this switch to console 4, where you should see
'authenticated', 'associated' and 'SUCCESS' as part of the output log.

If this succeeds you can look at console 4 while DHCP is set up. Watch
for ADDRCONF(NETDEV_CHANGE) and 'Got IP . . .' from udhcp. Reported
failure to get an address should have the log information with it.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727091345.GC6660@desktop



[SFTP] wierdness

2012-07-27 Thread Jeremy MAURO

Hi everyone,


On my debian box ( Debian: 5.0.10/openssh-server: 1:5.1p1-5) I see the
wierd behavior:
sftp  ls -l old
-rw-r--r--1 user 100  9798 Jul 16 07:56
20120716_full_delhaizedirect_categories.zip
-rw-r--r--1 user 100  9802 Jul 17 09:57
20120717_full_delhaizedirect_categories.zip

sftp  ls -l -h old
-rw-r--r--0 1047 100  9.6K Jul 16 09:56
old/20120716_full_delhaizedirect_categories.zip
-rw-r--r--0 1047 100  9.6K Jul 17 11:57
old/20120717_full_delhaizedirect_categories.zip

As you can see there a date difference.



# date
vendredi 27 juillet 2012, 10:26:46 (UTC+0200)
# cat /etc/default/rcS
#
#   Defaults for the boot scripts in /etc/rcS.d
#

# Time files in /tmp are kept in days.
TMPTIME=0
# Set to yes if you want sulogin to be spawned on bootup
SULOGIN=no
# Set to no if you want to be able to login over telnet/rlogin
# before system startup is complete (as soon as inetd is started)
DELAYLOGIN=yes
# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
UTC=no
# Set VERBOSE to no if you would like a more quiet bootup.
VERBOSE=yes
# Set EDITMOTD to no if you don't want /etc/motd to be editted
automatically
EDITMOTD=yes
# Set FSCKFIX to yes if you want to add -y to the fsck at startup.
FSCKFIX=no

Why do I see the difference with sftp and I don't see any difference
when I am logging with ssh on the server
# ls -l old/
total 29801
-rw-r--r-- 1 user users 9802 jui 17 11:57
20120717_full_delhaizedirect_categories.zip
-rw-r--r-- 1 user users 9797 jui 18 08:22
20120718_full_delhaizedirect_categories.zip
# ls -l -h old/
total 30M
-rw-r--r-- 1 user users 9,6K jui 17 11:57
20120717_full_delhaizedirect_categories.zip
-rw-r--r-- 1 user users 9,6K jui 18 08:22
20120718_full_delhaizedirect_categories.zip



Any idea?



--
Regards,
JM



PS: not able to find a suitable openssh mailing to send the question, sorry.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5012577c.7080...@antidot.net



Re: [SFTP] wierdness

2012-07-27 Thread Claudius Hubig
Hello Jeremy,

Jeremy MAURO jma...@antidot.net wrote:
 sftp  ls -l old
 -rw-r--r--1 user 100  9798 Jul 16 07:56
 20120716_full_delhaizedirect_categories.zip
 -rw-r--r--1 user 100  9802 Jul 17 09:57
 20120717_full_delhaizedirect_categories.zip
 
 sftp  ls -l -h old
 -rw-r--r--0 1047 100  9.6K Jul 16 09:56
 old/20120716_full_delhaizedirect_categories.zip
 -rw-r--r--0 1047 100  9.6K Jul 17 11:57
 old/20120717_full_delhaizedirect_categories.zip

My first guess is that -h somehow translates the foreign time
(probably UTC) to your local time (UTC+2), whereas using ssh, the
server does not know your local time and hence can do no translation.

Best regards,

Claudius
-- 
  A board is the planck unit of boredom.
http://chubig.net  telnet nightfall.org 4242


signature.asc
Description: PGP signature


repo in distress

2012-07-27 Thread Jude DaShiell
http://http.debian.net/ is apparently in distress this morning.  The index 
files couldn't be rebuilt on my system after an aptitude update command 
was issued.  Something about an md5 mismatch was in the error message.



 Hardware 
eventually fails; software eventually works, no amount of band width can 
fix poor design

Jude jdashiel-at-shellworld-dot-net
http://www.shellworld.net/~jdashiel/nj.html


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.bsf.2.01.1207270544220.62...@freire1.furyyjbeyq.arg



Re: Printers using free software only

2012-07-27 Thread Gaël DONVAL
Le jeudi 26 juillet 2012 à 23:14 +0100, Brian a écrit :
 I'll take the 'whatever'.
 
lp -d print_queue -o raw test.ps
 
 goes to the printer (the machine) without any filtering and gives a nice
 printout if the machine understands PostScript.
 
lp -d print_queue -o raw test.pdf
 
 also does the same but the printout will not please you unless the
 machine has a PDF interpreter.

Well, on my system it prints fine. I'm glad to know my PS printer can
understand PDF as well (and raw ascii text too BTW) :)

Now just remove the -o raw and you can print whatever you want … This
was my point: you use lp which is provided by a package which does all
the filtering work for you (except if you explicitly tell it not to do).

Should you say you had to pipe your file directly to the printer, the
choice of the output format could become a serious issue for you. But
you have filters. Then I don't understand why you care about the output
format of your applications.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1343383234.4374.28.ca...@p76-nom-gd.cnrs-imn.fr



Re: Changing GTK+ theme

2012-07-27 Thread Rob Owens
On Thu, Jul 26, 2012 at 05:58:49PM -0700, Kevin Ross wrote:
 I just updated my Wheezy laptop, and now all of the widgets are the
 ugly, square blocky ones, as well as the toolbars in various
 programs.  When I change the GTK+ theme in gnome-tweak-tool, nothing
 happens.  I've seen this happen before if gnome-settings-daemon
 wasn't running, but it is running.  Rebooting does not help.
 
I have this in ~/.config/gtk-3.0/settings.ini in order to get a dark
theme:

[Settings]
gtk-theme-name = Adwaita
gtk-font-name=arial 16
gtk-application-prefer-dark-theme = true

Maybe you could specify your theme in this file instead of relying on
gnome-tweak-tool.  It's similar to the old ~/.gtkrc-2.0

-Rob


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727115923.ga30...@aurora.owens.net



[Partial Solution] Re: wifi connect _FAILS_ - was [Re: FROZEN Wheezy netinst - Where to get?]

2012-07-27 Thread Richard Owlett

Brian wrote:

On Thu 26 Jul 2012 at 09:27:44 -0500, Richard Owlett wrote:


Brian wrote:


A possible failure to associate with the wireless access point. What
does lspci (or lsusb) say the card is?


03:00.0 Ethernet controller: Atheros Communications Inc. AR5212
802.11abg NIC (rev 01)


Encouraging. The Debian Live connection was set up and established
after the OS had been booted?


And happily connects after full install from liveCD - always has.


The AR5212 doesn't require non-free firmware so, at the 'Detect network
hardware' stage, eth0 and wlan0 should be found and presented to you
when the network is configured. You'll have chosen wlan0, put the type
of wireless network as 'Managed' and input an ESSID and WPA/WPA2 PSK.

When next you do this switch to console 4, where you should see
'authenticated', 'associated' and 'SUCCESS' as part of the output log.

If this succeeds you can look at console 4 while DHCP is set up. Watch
for ADDRCONF(NETDEV_CHANGE) and 'Got IP . . .' from udhcp. Reported
failure to get an address should have the log information with it.



I usually choose expert mode more to expose what's happening 
than specifying non-default option {EXCEPT always choose 
manual partition due to other experiments on that laptop]. 
Yesterday circumstances had me choosing the more fully 
automated path that would be used by a casual user.


 This time the install went to completion.

Unfortunately I did not keep a record of what choices I made 
so I don't now exactly what was done differently. I've a gut 
feeling the problem may be more a man-machine interface 
than software problem. Operator error is not ruled out ;/


It could take me a half dozen trial installs to verify where 
actual and potential problems lie. Due to logistical 
constraints, successful installs will occupy a day. If my 
gut is correct as to the root problem, I should be able to 
have as many as THREE failures per day ;)




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/501282c8.4040...@cloud85.net



Re: Synaptic problem

2012-07-27 Thread Camaleón
On Thu, 26 Jul 2012 22:32:19 +0200, ricccardo wrote:

 Hi, I recently updated from squeeze to wheezy and I notice some problem
 with synaptic. In particular:
 
 ric@ricmbp:~$ sudo synaptic
 synaptic: error while loading shared libraries: libapt-pkg.so.4.10:
 cannot open shared object file: No such file or directory
 
 Do you have any suggestion to solve it??

My wheezy has libapt-pkg.so.4.12 installed and your version seems 
coming from squeeze, could it be that a pakage failed to upgrade? :-?

Do a locale libapt-pkg and check if tehre's any version of the library 
present in the system and also try the apt-get or aptitude commands.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juu5hn$2bd$2...@dough.gmane.org



Re: Instability in Wheezy system

2012-07-27 Thread Stephen Allen
On Thu, Jul 26, 2012 at 10:22:23PM -0500, Mark Allums wrote:
 I can say that Chrome and Chromium themselves very unstable on all
 my systems.

Not true on any of my boxen. Running Chromium from Debian SID.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120727133537.ga3...@thinkpad.gateway.2wire.net



Error in gnome when logged in as root

2012-07-27 Thread Harshad Joshi
What is this error in gnome -

An error occurred while loading or saving configuration information for
Encryption Key Manager. Some of your configuration settings may not work
properly.


Adding client to server's list failed, CORBA error: IDL:
omg.org/CORBA/COMM_FAILURE:1.0

This happens when i log in using root account and when i try to open
seahorse or gnome-power etc . How to clear this error?


It would be good if you can email me directly on this account..for some
reasons i do not get replies to this list in my gmail inbox,

-- 
Harshad Joshi


Re: Epson Perfection 1240U USB scanner device not found

2012-07-27 Thread Camaleón
On Thu, 26 Jul 2012 10:47:38 -1000, Joel Roth wrote:

 On Thu, Jul 26, 2012 at 03:06:02PM +, Camale??n wrote:

 Anyway, every user (already created or to be created) is added by
 default to the scanner group because of the pattern used to set this
 (/etc/ adduser.conf).
 
 Not sure about this.  From my (untouched) /etc/adduser.conf
 
 # Default:
 # #EXTRA_GROUPS=dialout cdrom floppy audio src video lp src users
 
 But this is rather academic, as I haven't created another user for
 years! (Although Debian certainly has :)

Uh, you're right... the scanner group is not even there and when I create 
a new user from GNOME users applet only pertains to its own group (e.g., 
user2/user2).

Maybe the only user added by default to the extra groups (also 
scanner) is the one created at install time? I can't confirm because I 
couldn't find any documentation source about this :-?

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juu6ig$2bd$3...@dough.gmane.org



Re: Error in gnome when logged in as root

2012-07-27 Thread Darac Marjal
On Fri, Jul 27, 2012 at 07:20:48PM +0530, Harshad Joshi wrote:
What is this error in gnome -
 
An error occurred while loading or saving configuration information for
Encryption Key Manager. Some of your configuration settings may not work
properly.
 
Adding client to server's list failed, CORBA error:
IDL:[1]omg.org/CORBA/COMM_FAILURE:1.0
 
This happens when i log in using root account and when i try to open
seahorse or gnome-power etc . How to clear this error?

Simple. Don't use Gnome as root.

You should NOT be logging in as root unless you have a VERY good reason.
If you need to run a specific application as root, use gksu or
gksudo to elevate your privileges for that one application.

If you DO have a good reason for using Gnome as root, by all means let
us know and we may be able to help.

 
It would be good if you can email me directly on this account..for some
reasons i do not get replies to this list in my gmail inbox,
 
--
Harshad Joshi
 
 References
 
Visible links
1. http://omg.org/CORBA/COMM_FAILURE:1.0


signature.asc
Description: Digital signature


Re: Printers using free software only

2012-07-27 Thread Camaleón
On Thu, 26 Jul 2012 23:26:37 +0100, Brian wrote:

 On Thu 26 Jul 2012 at 17:10:12 +, Camaleón wrote:
 
 On Thu, 26 Jul 2012 17:27:26 +0100, Roger Leigh wrote:
 
  No, while PDF does perhaps allow such things, it's far far better
  than PostScript.
 
 (...)
 
 PostScript is a languge for machines not for human beings. It does not
 have to be easy but accurate. One only have to read the full
 specification manual of both to start guessing why (hint: one of them
 has around 200 less pages) :-)
 
 (note that I don't want my printer to read but interpret the
 document I am sending it exactly as is and PS complexity is precisely
 for doing so)
 
 Roger Leigh gave a good explanation of the role played by PDF in the
 CUPS printing process on Debian. You snipped most of it, including this:
 
 A native PDF workflow is far, far better and vastly more flexible
 than a native PostScript workflow.

Time will prove the role of PDF in the printing chain process. By now, I 
only can say that my printers were manufactured to speak PS and not 
PDF, so any additional convertion will only waste time to get the job 
done and printer resources.

 To understand its importance you need a better reference than the one
 given to a page on the cups website a few posts back. For example, there
 is:
 

 http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat

Let's recap to have a better understanding:

***
(...) This format has many important advantages, especially

PDF is the common platform-independent web format for printable documents
Portable
Easy post-processing (N-up, booklets, scaling, ...)
Easy Color management support
Easy High color depth support ( 8bit/channel)
Easy Transparency support
Smaller files
Linux workflow gets closer to Mac OS X
***

Look, I was not very deviated in my thought... There are four easies 
listed as advantadges. Perfect, but I prefer accurateness over easiness
for the output jobs, thanks :-)

In addition.. do we really want to get closer to MacOS X? If so, why? 
Just becasue CUPS is MacOS tool? The far we are from anything that smells 
to Apple the better for the linux users ;-)

 To illustrate the difference between printing in the olden days and now
 we'll take someone who has set up a print queue to send a job to a
 printer as PostScript. A text file is sent to CUPS, which filters it.
 
On Lenny:   text -- texttops  -- pstops  printer
 
On Squeeze: text -- texttopdf -- pdftopdf -- pdftops  printer
 
 Note that the printer still gets PostScript (which should make you
 happy) and the advantages of the PDF workflow which have been described
 occur at the pdftopdf filtering stage.

How can be that adding an extra step (which increases time and resources) 
is something good? And good for who (developers, printers or users)?

Aside note: I always have obtained better results when converting files 
(mostly with image/binary content) to PostScript than PDF.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juu7qs$2bd$4...@dough.gmane.org



Re: Changing GTK+ theme

2012-07-27 Thread Camaleón
On Thu, 26 Jul 2012 17:58:49 -0700, Kevin Ross wrote:

 I just updated my Wheezy laptop, and now all of the widgets are the
 ugly, square blocky ones, as well as the toolbars in various programs.
 When I change the GTK+ theme in gnome-tweak-tool, nothing happens.  I've
 seen this happen before if gnome-settings-daemon wasn't running, but it
 is running.  Rebooting does not help.

Create a new user, login with it and see how the UI renders from here.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juu7su$2bd$5...@dough.gmane.org



Re: SD slot read card failed.

2012-07-27 Thread Kelly Clowers
On Thu, Jul 26, 2012 at 1:18 AM, Keith McKenzie km3...@gmail.com wrote:
 @ lina
 I just don't want to waste the slot, if it can be used.


 I'm thinking your slot only supports SD  not SDHC cards.

 I have an early netbook that will only read 1gb or 2gb SD cards,  a
 more recent netbook that reads SDHC 8gb cards perfectly.
 However, if I use a converter, I can read  write to my 8gb cards.

 So, if you want to use it, use a SD to USB stick type converter, that
 way it works just like plugging in a pendrive

 (I have no idea if any work with SDXC cards.)

Seems like a good possibility.

Lina, how old is the computer with the built-in slot?
Also, if you run lspci -v or lsusb on the command line,
can you find the SD controller? Knowing what it is,
we could probably figure out if it supports SDHC.

Alternatively it could be that it has simply failed. Do
you have other cards you could test in it? Especially
smaller cards or ones that you know have worked in
the past.


Cheers,
Kelly Clowers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAFoWM=-k9BQOiWMh9ZUbsO=YfbOZ3xpqjtw+yg4Xx=jkqp5...@mail.gmail.com



Why is FQDN not found?

2012-07-27 Thread Kent West
Why can I ping the hostname, but not the fully-qualified domain name of 
a box?



westk@westek:~$ ping k1000
PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

--- k1000.acu.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 5002ms
rtt min/avg/max/mdev = 0.128/0.133/0.138/0.005 ms


westk@westek:~$ ping k1000.acu.local
ping: unknown host k1000.acu.local


westk@westek:~$ cat /etc/resolv.conf
# Generated by NetworkManager
domain acu.local
search acu.local
nameserver 150.252.134.8
nameserver 150.252.134.159
nameserver 150.252.228.8
nameserver 150.252.135.4


westk@westek:~$ nslookup k1000
Server: 150.252.134.8
Address:150.252.134.8#53

Name:   k1000.acu.local
Address: 150.252.149.1

westk@westek:~$ nslookup k1000.acu.local
Server: 150.252.134.8
Address:150.252.134.8#53

Name:   k1000.acu.local
Address: 150.252.149.1


I googled for this problem and found instructions to change 1 to 0 in 
the /etc/default/avahi-daemon file (after which I did a sudo 
/etc/init.d/avahi-daemon restart command), but that didn't solve the 
problem (so I put the /etc/default/avahi-daemon file back to the way it 
was).


I have a MacBook running an up-to-date OS/X, and it can ping both the 
hostname and the FQDN (and it's resolv.conf file looks pretty much the 
same as the above), so it seems to be a problem in this Debian box (westek).


Any clues?

Thanks!

--
Kent West*)))
http://kentwest.blogspot.com
Praise Yah! \o/



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5012a96e.7090...@acu.edu



Re: Why is FQDN not found?

2012-07-27 Thread Kelly Clowers
On Fri, Jul 27, 2012 at 7:45 AM, Kent West we...@acu.edu wrote:
 Why can I ping the hostname, but not the fully-qualified domain name of a
 box?


 westk@westek:~$ ping k1000
 PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
 64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
 ^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

 --- k1000.acu.local ping statistics ---
 2 packets transmitted, 2 received, 0% packet loss, time 5002ms
 rtt min/avg/max/mdev = 0.128/0.133/0.138/0.005 ms


 westk@westek:~$ ping k1000.acu.local
 ping: unknown host k1000.acu.local


 westk@westek:~$ cat /etc/resolv.conf
 # Generated by NetworkManager
 domain acu.local
 search acu.local
 nameserver 150.252.134.8
 nameserver 150.252.134.159
 nameserver 150.252.228.8
 nameserver 150.252.135.4


 westk@westek:~$ nslookup k1000
 Server: 150.252.134.8
 Address:150.252.134.8#53

 Name:   k1000.acu.local
 Address: 150.252.149.1

 westk@westek:~$ nslookup k1000.acu.local
 Server: 150.252.134.8
 Address:150.252.134.8#53

 Name:   k1000.acu.local
 Address: 150.252.149.1


 I googled for this problem and found instructions to change 1 to 0 in the
 /etc/default/avahi-daemon file (after which I did a sudo
 /etc/init.d/avahi-daemon restart command), but that didn't solve the
 problem (so I put the /etc/default/avahi-daemon file back to the way it
 was).

 I have a MacBook running an up-to-date OS/X, and it can ping both the
 hostname and the FQDN (and it's resolv.conf file looks pretty much the same
 as the above), so it seems to be a problem in this Debian box (westek).

Odd. What does your routing table look like (ip route or route)?

I don't see why it should matter but have you tried ping
k1000.acu.local. (trailing dot)


Cheers,
Kelly Clowers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAFoWM=96m2-qe3zluacmarbp5uxvaxg59advpwj0smynnyp...@mail.gmail.com



Re: [SFTP] wierdness

2012-07-27 Thread Camaleón
On Fri, 27 Jul 2012 10:55:24 +0200, Jeremy MAURO wrote:

 On my debian box ( Debian: 5.0.10/openssh-server: 1:5.1p1-5) I see the
 wierd behavior:

(...)

 sftp  ls -l old
 -rw-r--r--1 user 100  9802 Jul 17 09:57 
 20120717_full_delhaizedirect_categories.zip
(...) 
 sftp  ls -l -h old
 -rw-r--r--0 1047 100  9.6K Jul 17 11:57 
 old/20120717_full_delhaizedirect_categories.zip

(...)
 
 As you can see there a date difference.

(...)

Yes, there's a shift of +0200 hours when using -h from sftp ls built-in 
command. In my lenny systems (clients and servers) there's not such a flag for 
sftp client:

sftp ls -lh
ls: Invalid flag -h

 Why do I see the difference with sftp and I don't see any difference
 when I am logging with ssh on the server

(...)

 # ls -l old/
 total 29801
 -rw-r--r-- 1 user users 9802 jui 17 11:57 
 20120717_full_delhaizedirect_categories.zip
(...)
 # ls -l -h
 old/ total 30M
 -rw-r--r-- 1 user users 9,6K jui 17 11:57 
 20120717_full_delhaizedirect_categories.zip
(...)

Different commands, different libraries, I guess. But I'm curious about the 
difference between ls -l and ls -lh when both are executed from sftp. 
Maybe is that the human readeable flag uses the local time of the host 
instead? :-?

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juuahs$2bd$6...@dough.gmane.org



Re: Why is FQDN not found?

2012-07-27 Thread Kelly Clowers
On Fri, Jul 27, 2012 at 7:57 AM, Kelly Clowers kelly.clow...@gmail.com wrote:
 On Fri, Jul 27, 2012 at 7:45 AM, Kent West we...@acu.edu wrote:
 Why can I ping the hostname, but not the fully-qualified domain name of a
 box?


 westk@westek:~$ ping k1000
 PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
 64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
 ^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

 --- k1000.acu.local ping statistics ---
 2 packets transmitted, 2 received, 0% packet loss, time 5002ms
 rtt min/avg/max/mdev = 0.128/0.133/0.138/0.005 ms


 westk@westek:~$ ping k1000.acu.local
 ping: unknown host k1000.acu.local


 westk@westek:~$ cat /etc/resolv.conf
 # Generated by NetworkManager
 domain acu.local
 search acu.local
 nameserver 150.252.134.8
 nameserver 150.252.134.159
 nameserver 150.252.228.8
 nameserver 150.252.135.4


 westk@westek:~$ nslookup k1000
 Server: 150.252.134.8
 Address:150.252.134.8#53

 Name:   k1000.acu.local
 Address: 150.252.149.1

 westk@westek:~$ nslookup k1000.acu.local
 Server: 150.252.134.8
 Address:150.252.134.8#53

 Name:   k1000.acu.local
 Address: 150.252.149.1


 I googled for this problem and found instructions to change 1 to 0 in the
 /etc/default/avahi-daemon file (after which I did a sudo
 /etc/init.d/avahi-daemon restart command), but that didn't solve the
 problem (so I put the /etc/default/avahi-daemon file back to the way it
 was).

 I have a MacBook running an up-to-date OS/X, and it can ping both the
 hostname and the FQDN (and it's resolv.conf file looks pretty much the same
 as the above), so it seems to be a problem in this Debian box (westek).

 Odd. What does your routing table look like (ip route or route)?

 I don't see why it should matter but have you tried ping
 k1000.acu.local. (trailing dot)

Oh, and are you running nscd (name server cache daemon) or similar on
the box that cannot ping?
Just throwing stuff out there.

Cheers,
Kelly Clowers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAFoWM=90rj8ynnueqj0tamtug6+x9vnvukeww3abbwq8fv-...@mail.gmail.com



Re: Why is FQDN not found?

2012-07-27 Thread Kent West

On 07/27/2012 09:57 AM, Kelly Clowers wrote:

On Fri, Jul 27, 2012 at 7:45 AM, Kent Westwe...@acu.edu  wrote:

Why can I ping the hostname, but not the fully-qualified domain name of a
box?


westk@westek:~$ ping k1000
PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

--- k1000.acu.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 5002ms
rtt min/avg/max/mdev = 0.128/0.133/0.138/0.005 ms


westk@westek:~$ ping k1000.acu.local
ping: unknown host k1000.acu.local


westk@westek:~$ cat /etc/resolv.conf
# Generated by NetworkManager
domain acu.local
search acu.local
nameserver 150.252.134.8
nameserver 150.252.134.159
nameserver 150.252.228.8
nameserver 150.252.135.4


westk@westek:~$ nslookup k1000
Server: 150.252.134.8
Address:150.252.134.8#53

Name:   k1000.acu.local
Address: 150.252.149.1

westk@westek:~$ nslookup k1000.acu.local
Server: 150.252.134.8
Address:150.252.134.8#53

Name:   k1000.acu.local
Address: 150.252.149.1


I googled for this problem and found instructions to change 1 to 0 in the
/etc/default/avahi-daemon file (after which I did a sudo
/etc/init.d/avahi-daemon restart command), but that didn't solve the
problem (so I put the /etc/default/avahi-daemon file back to the way it
was).

I have a MacBook running an up-to-date OS/X, and it can ping both the
hostname and the FQDN (and it's resolv.conf file looks pretty much the same
as the above), so it seems to be a problem in this Debian box (westek).

Odd. What does your routing table look like (ip route or route)?

I don't see why it should matter but have you tried ping
k1000.acu.local. (trailing dot)



westk@westek:~$ ping k1000.acu.local.
ping: unknown host k1000.acu.local.

westk@westek:~$ ip route
default via 150.252.16.1 dev eth0  proto static
150.252.16.0/21 dev eth0  proto kernel  scope link  src 150.252.17.3

westk@westek:~$ sudo route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse 
Iface

default 150.252.16.10.0.0.0 UG0  00 eth0
150.252.16.0*   255.255.248.0   U 0  00 eth0


Oh, and are you running nscd (name server cache daemon) or similar on
the box that cannot ping?
Just throwing stuff out there.



westk@westek:~$ ps ax | grep nscd
20075 pts/2 S+ 0:00 grep nscd


I'm not sure what would similar. So do I need to aptitude install nscd?


--
Kent West*)))
http://kentwest.blogspot.com
Praise Yah! \o/



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5012ae65.2040...@acu.edu



Re: repo in distress

2012-07-27 Thread Camaleón
On Fri, 27 Jul 2012 05:46:31 -0400, Jude DaShiell wrote:

 http://http.debian.net/ is apparently in distress this morning.  The
 index files couldn't be rebuilt on my system after an aptitude update
 command was issued.  Something about an md5 mismatch was in the error
 message.

Better if you send the input command along with the output error.

P.S. Note that http.debian.net is a redirector not a static host.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juuang$2bd$7...@dough.gmane.org



Re: Why is FQDN not found?

2012-07-27 Thread Kent West

On 07/27/2012 10:06 AM, Kent West wrote:

On 07/27/2012 09:57 AM, Kelly Clowers wrote:

On Fri, Jul 27, 2012 at 7:45 AM, Kent Westwe...@acu.edu  wrote:
Why can I ping the hostname, but not the fully-qualified domain name 
of a

box?


westk@westek:~$ ping k1000
PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

--- k1000.acu.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 5002ms
rtt min/avg/max/mdev = 0.128/0.133/0.138/0.005 ms


westk@westek:~$ ping k1000.acu.local
ping: unknown host k1000.acu.local


westk@westek:~$ cat /etc/resolv.conf
# Generated by NetworkManager
domain acu.local
search acu.local
nameserver 150.252.134.8
nameserver 150.252.134.159
nameserver 150.252.228.8
nameserver 150.252.135.4


westk@westek:~$ nslookup k1000
Server: 150.252.134.8
Address:150.252.134.8#53

Name:   k1000.acu.local
Address: 150.252.149.1

westk@westek:~$ nslookup k1000.acu.local
Server: 150.252.134.8
Address:150.252.134.8#53

Name:   k1000.acu.local
Address: 150.252.149.1


I googled for this problem and found instructions to change 1 to 0 
in the

/etc/default/avahi-daemon file (after which I did a sudo
/etc/init.d/avahi-daemon restart command), but that didn't solve the
problem (so I put the /etc/default/avahi-daemon file back to the way it
was).

I have a MacBook running an up-to-date OS/X, and it can ping both the
hostname and the FQDN (and it's resolv.conf file looks pretty much 
the same

as the above), so it seems to be a problem in this Debian box (westek).

Odd. What does your routing table look like (ip route or route)?

I don't see why it should matter but have you tried ping
k1000.acu.local. (trailing dot)



westk@westek:~$ ping k1000.acu.local.
ping: unknown host k1000.acu.local.

westk@westek:~$ ip route
default via 150.252.16.1 dev eth0  proto static
150.252.16.0/21 dev eth0  proto kernel  scope link  src 150.252.17.3

westk@westek:~$ sudo route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref
Use Iface
default 150.252.16.10.0.0.0 UG0  0
0 eth0
150.252.16.0*   255.255.248.0   U 0  0
0 eth0



Oh, and are you running nscd (name server cache daemon) or similar on
the box that cannot ping?
Just throwing stuff out there.



westk@westek:~$ ps ax | grep nscd
20075 pts/2 S+ 0:00 grep nscd


I'm not sure what would similar. So do I need to aptitude install nscd?




westk@westek:~$ sudo aptitude install nscd
The following NEW packages will be installed:
  nscd
0 packages upgraded, 1 newly installed, 0 to remove and 104 not upgraded.
Need to get 211 kB of archives. After unpacking 348 kB will be used.
Get: 1 http://ftp.us.debian.org/debian/ unstable/main nscd amd64 2.13-35 
[211 kB]

Fetched 211 kB in 3s (69.9 kB/s)
Selecting previously unselected package nscd.
(Reading database ... 228989 files and directories currently installed.)
Unpacking nscd (from .../nscd_2.13-35_amd64.deb) ...
Processing triggers for man-db ...
Setting up nscd (2.13-35) ...
[ ok ] Starting Name Service Cache Daemon: nscd.

westk@westek:~$ ping k1000.acu.local
ping: unknown host k1000.acu.local


--
Kent West*)))
http://kentwest.blogspot.com
Praise Yah! \o/



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5012aea8.9000...@acu.edu



Re: Printers using free software only

2012-07-27 Thread Brian
On Fri 27 Jul 2012 at 12:00:34 +0200, Gaël DONVAL wrote:

 Le jeudi 26 juillet 2012 à 23:14 +0100, Brian a écrit :
  I'll take the 'whatever'.
  
 lp -d print_queue -o raw test.ps
  
  goes to the printer (the machine) without any filtering and gives a nice
  printout if the machine understands PostScript.
  
 lp -d print_queue -o raw test.pdf
  
  also does the same but the printout will not please you unless the
  machine has a PDF interpreter.
 
 Well, on my system it prints fine. I'm glad to know my PS printer can
 understand PDF as well (and raw ascii text too BTW) :)

Interesting, I might investige getting one. Mine prints page after page
of raw, stepped PDF code.
 
 Now just remove the -o raw and you can print whatever you want … This
 was my point: you use lp which is provided by a package which does all
 the filtering work for you (except if you explicitly tell it not to do).

I understood this from the start but cannot see how it in any way alters
what I originally said.
 
 Should you say you had to pipe your file directly to the printer, the
 choice of the output format could become a serious issue for you. But
 you have filters. Then I don't understand why you care about the output
 format of your applications.

It is an undisputed fact that an application such as Iceweasel always
feeds PDF to CUPS when printing, so with your printer the filtering
chain is

   PDF -- pdftopdf  Printer

Which is rather nice. Some people would see the lack of involvement of
GhostScript as a plus. If Iceweasel had PostScript as its output there
would in most cases be an extra pstopdf conversion. One's attitude
towards caring about such things would depend on how having a standard
print job format as PDF is viewed.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727151247.GD6660@desktop



Re: logrotate: file size changed while zipping

2012-07-27 Thread Slavko
Hi,

Dňa Thu, 26 Jul 2012 21:11:09 +0200 Slavko li...@slavino.sk napísal:

 I will report the result after checking these three (or all, if will be
 needed) files - if i do not forget to do the modification, then after
 three (or after 16 days).

it seems, that i was success on the first attempt :-)

I changed compress to nocompress in /etc/logrotate.d/tor and no
message from logrotate in my daily mail (i have another messages here,
but they are wanted). It is strange for me, because i have the tor daemon
disabled and i use it only sometime and from my user session (from
vidalia).

It needs more inspection now, but when will be sure, that this is not by my
mistake, i will fill the bugreport. Now there are two files:

ls -l /var/log/tor/
celkom 4,0K
-rw-r- 1 debian-tor adm0 júl  7 10:24 log
-rw-r--r-- 1 debian-tor adm 3,5K júl  6 19:37 log.1

The old one (log.1) is from my fist attempts, and all dates in it are
dated at Jul 06. By my opinion, there can be problem with combination
the notifempty and delaycompress. Another possible source can be the
create 0640 debian-tor adm option and the older file with the 644
permissions (not changed by me), but i don't know if this can be problem.

I will do more checks, but any help is welcome :-)

Camaleón, thanks for help

-- 
Slavko
http://slavino.sk


signature.asc
Description: PGP signature


Re: Error in gnome when logged in as root

2012-07-27 Thread Camaleón
On Fri, 27 Jul 2012 19:20:48 +0530, Harshad Joshi wrote:

 What is this error in gnome -

GNOME from squeeze (2.x) or wheezy (3.x)?

 An error occurred while loading or saving configuration information for
 Encryption Key Manager. Some of your configuration settings may not work
 properly.
 
 
 Adding client to server's list failed, CORBA error: IDL:
 omg.org/CORBA/COMM_FAILURE:1.0
 
 This happens when i log in using root account and when i try to open
 seahorse or gnome-power etc . How to clear this error?

I only can login as root in GNOME when I manually go to a tty, go to init 
1 and run startx from there as otherwise it is forbidden by default 
from the GNOME/GDM settings (it can be enabled, IIRC).

But better that enabling it, ask yourself why do you need to login in 
GNOME with your root user.
 
 It would be good if you can email me directly on this account..for some
 reasons i do not get replies to this list in my gmail inbox,

What you are not going to get are your own replies but the other's, 
yes. That's a Gmail's webmail feature.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juuc50$2bd$9...@dough.gmane.org



Re: Printers using free software only

2012-07-27 Thread Brian
On Fri 27 Jul 2012 at 14:15:56 +, Camaleón wrote:

 On Thu, 26 Jul 2012 23:26:37 +0100, Brian wrote:
 
  Roger Leigh gave a good explanation of the role played by PDF in the
  CUPS printing process on Debian. You snipped most of it, including this:
  
  A native PDF workflow is far, far better and vastly more flexible
  than a native PostScript workflow.
 
 Time will prove the role of PDF in the printing chain process. By now, I 
 only can say that my printers were manufactured to speak PS and not 
 PDF, 

They *are* given PostScript. No problem there.

  so any additional convertion will only waste time to get the job 
 done and printer resources.

If you only ever send PostScript to CUPS and have a particular type of
PPD file there will be no extra conversions. The chain would be:

   PostScript -- pstops  Printer

Isn't CUPS wonderful? Surely there are no grounds for complaint here?
However, you do lose any advantages pdftopdf might have provided.

Send anything other than PostScript (apart from PDF) and there has to be
a couple of conversions, but the same is true for the defunct PostScript
workflow. So its swings and roundabouts, except the PDF swings are better
and much more flexible.
 
  To understand its importance you need a better reference than the one
  given to a page on the cups website a few posts back. For example, there
  is:
  
 
  http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat
 
 Let's recap to have a better understanding:
 
 ***
 (...) This format has many important advantages, especially
 
 PDF is the common platform-independent web format for printable documents
 Portable
 Easy post-processing (N-up, booklets, scaling, ...)
 Easy Color management support
 Easy High color depth support ( 8bit/channel)
 Easy Transparency support
 Smaller files
 Linux workflow gets closer to Mac OS X
 ***
 
 Look, I was not very deviated in my thought... There are four easies 
 listed as advantadges. Perfect, but I prefer accurateness over easiness
 for the output jobs, thanks :-)

Being easily understood does not diminish their advantages. As for the
PostScript workflow being more accurate than the PDF workflow I do not
know. You would have to substantiate that.

 In addition.. do we really want to get closer to MacOS X? If so, why? 
 Just becasue CUPS is MacOS tool? The far we are from anything that smells 
 to Apple the better for the linux users ;-)

I don't do OS wars but will point out that printing is a cross-platform
activity.

  To illustrate the difference between printing in the olden days and now
  we'll take someone who has set up a print queue to send a job to a
  printer as PostScript. A text file is sent to CUPS, which filters it.
  
 On Lenny:   text -- texttops  -- pstops  printer
  
 On Squeeze: text -- texttopdf -- pdftopdf -- pdftops  printer
  
  Note that the printer still gets PostScript (which should make you
  happy) and the advantages of the PDF workflow which have been described
  occur at the pdftopdf filtering stage.
 
 How can be that adding an extra step (which increases time and resources) 
 is something good? And good for who (developers, printers or users)?

Its a balance. Pros and cons. With a PDF printer:

   On Lenny:   PDF -- pdftops  -- pstops -- pstopdf  Printer

   On Squeeze: PDF -- pdftopdf  Printer

I don't think I would want to criticise the PostScript centred workflow
solely on this.

The heart of the matter could be seen as pdftopdf versus pstops. The
advantages pdftopdf have been adequately covered - an earlier mail and
points 2 to 5 above. Perhaps you could give us the advantages of pstops
and what we are missing out on when it is not used.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727154324.GE6660@desktop



Re: Why is FQDN not found?

2012-07-27 Thread Kelly Clowers
On Fri, Jul 27, 2012 at 8:06 AM, Kent West we...@acu.edu wrote:
 On 07/27/2012 09:57 AM, Kelly Clowers wrote:

 On Fri, Jul 27, 2012 at 7:45 AM, Kent Westwe...@acu.edu  wrote:

 Why can I ping the hostname, but not the fully-qualified domain name of a
 box?


 westk@westek:~$ ping k1000
 PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
 64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
 ^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

 --- k1000.acu.local ping statistics ---
 2 packets transmitted, 2 received, 0% packet loss, time 5002ms
 rtt min/avg/max/mdev = 0.128/0.133/0.138/0.005 ms


 westk@westek:~$ ping k1000.acu.local
 ping: unknown host k1000.acu.local


 westk@westek:~$ cat /etc/resolv.conf
 # Generated by NetworkManager
 domain acu.local
 search acu.local
 nameserver 150.252.134.8
 nameserver 150.252.134.159
 nameserver 150.252.228.8
 nameserver 150.252.135.4


 westk@westek:~$ nslookup k1000
 Server: 150.252.134.8
 Address:150.252.134.8#53

 Name:   k1000.acu.local
 Address: 150.252.149.1

 westk@westek:~$ nslookup k1000.acu.local
 Server: 150.252.134.8
 Address:150.252.134.8#53

 Name:   k1000.acu.local
 Address: 150.252.149.1


 I googled for this problem and found instructions to change 1 to 0 in the
 /etc/default/avahi-daemon file (after which I did a sudo
 /etc/init.d/avahi-daemon restart command), but that didn't solve the
 problem (so I put the /etc/default/avahi-daemon file back to the way it
 was).

 I have a MacBook running an up-to-date OS/X, and it can ping both the
 hostname and the FQDN (and it's resolv.conf file looks pretty much the
 same
 as the above), so it seems to be a problem in this Debian box (westek).

 Odd. What does your routing table look like (ip route or route)?

 I don't see why it should matter but have you tried ping
 k1000.acu.local. (trailing dot)


 westk@westek:~$ ping k1000.acu.local.
 ping: unknown host k1000.acu.local.

 westk@westek:~$ ip route
 default via 150.252.16.1 dev eth0  proto static
 150.252.16.0/21 dev eth0  proto kernel  scope link  src 150.252.17.3

 westk@westek:~$ sudo route
 Kernel IP routing table
 Destination Gateway Genmask Flags Metric RefUse
 Iface
 default 150.252.16.10.0.0.0 UG0  00 eth0
 150.252.16.0*   255.255.248.0   U 0  00 eth0

Hm, route looks normal...


 Oh, and are you running nscd (name server cache daemon) or similar on
 the box that cannot ping?
 Just throwing stuff out there.



 westk@westek:~$ ps ax | grep nscd
 20075 pts/2 S+ 0:00 grep nscd


 I'm not sure what would similar. So do I need to aptitude install nscd?

Oh, sorry, you don't need it, I was thinking it might possibly have
cached some bad info somehow which messed up ping, but nslookup was
going to the server and avoiding it. Clearly not the case if it wasn't
installed.

Sorry, don't have a lot of other ideas.

Cheers,
Kelly Clowers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAFoWM=-nzsncug3xp6xu+1f-avh3uzahejf0nbe-y1mws37...@mail.gmail.com



startx vs. xdm

2012-07-27 Thread peasthope
In the process of trying to make xmonad work I've found 
that startx fails whereas xdm succeeds.  The logs are here.
startx fails: http://carnot.yi.org/Xorg.0.log.old
xdm succeeds: http://carnot.yi.org/Xorg.0.log 

My summary of the differences follows.

Any insights to direct further studies?

Thanks, ... Peter E.

===
Beyond the  time stamp, these are the differences.
Xorg.0.log.old
(--) using VT number 8

Xorg.0.log
(++) using VT number 7

(WW) xf86OpenConsole: setpgid failed: Operation not permitted
(WW) xf86OpenConsole: setsid failed: Operation not permitted

===
Xorg.0.log.old ends with
(II) No input driver/identifier specified (ignoring)
(II) Power Button: Close
(II) UnloadModule: evdev
(II) Power Button: Close
(II) UnloadModule: evdev
(II) C-Media USB Headphone Set  : Close
(II) UnloadModule: evdev
(II) C-Media USB Audio Device   : Close
(II) UnloadModule: evdev
(II) AT Translated Set 2 keyboard: Close
(II) UnloadModule: evdev
(II) ImPS/2 Generic Wheel Mouse: Close
(II) UnloadModule: evdev

Xorg.0.log ends with 
(II) No input driver/identifier specified (ignoring)

===


-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Telephone 1 360 639 0202.  Bcc: peter at easthope.ca  
http://carnot.yi.org/  http://members.shaw.ca/peasthope/index.html#Itinerary 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171057595.38146.26648@cantor.invalid



Re: Printers using free software only

2012-07-27 Thread Camaleón
On Fri, 27 Jul 2012 16:43:24 +0100, Brian wrote:

 On Fri 27 Jul 2012 at 14:15:56 +, Camaleón wrote:

(...)
 
 How can be that adding an extra step (which increases time and
 resources) is something good? And good for who (developers,
 printers or users)?
 
 Its a balance. Pros and cons. With a PDF printer:

Define a PDF printer. What's that? 

1/ A physical device (printer) with physical PDF interpreter on it (PDF 
add-on card)? 

2/ A physical device (printer) with logical PDF interpreter on it 
(software that runs the convertion)? 

3/ A software device (virtual printer) with logical PDF interpreter on it 
(code that runs the convertion)?

Because until now I have not seen a thing like 1/ and PostScript 
printer modules are truly costly (it can take up to $200/300) :-)
 
On Lenny:   PDF -- pdftops  -- pstops -- pstopdf  Printer
 
On Squeeze: PDF -- pdftopdf  Printer
 
 I don't think I would want to criticise the PostScript centred workflow
 solely on this.

No, of course, me neither. 

But what I wouldn't like to see is a moving to PDF just because the sake 
of moving to something more manageable without having into account 
technical reasons but simplicity and force-joining (that is, if CUPS -
owned by Apple- moves on PDF, linux will follow without questioning the 
pros and cons). I would like to see, now more than ever, less 
dependency on CUPS (by dependency I mean here that it would be nice 
to have different alternatives as powerful as CUPS).

 The heart of the matter could be seen as pdftopdf versus pstops. The
 advantages pdftopdf have been adequately covered - an earlier mail and
 points 2 to 5 above. Perhaps you could give us the advantages of pstops
 and what we are missing out on when it is not used.

Well, I still can't speak on pdftopdf because is too new (there you have 
a con) and not present in my system while pstops is:

sm01@stt008:~$ locate pstops
/etc/cups/oopstops.convs
/etc/cups/oopstops.types
/usr/lib/cups/filter/oopstops
/usr/lib/cups/filter/pstops
sm01@stt008:~$ locate pdftopdf
sm01@stt008:~$ 

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juuf6m$2bd$1...@dough.gmane.org



Re: Why is FQDN not found?

2012-07-27 Thread Camaleón
On Fri, 27 Jul 2012 09:45:02 -0500, Kent West wrote:

 Why can I ping the hostname, but not the fully-qualified domain name of
 a box?

 westk@westek:~$ ping k1000
 PING k1000.acu.local (150.252.149.1) 56(84) bytes of data. 64 bytes from
 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms ^C64 bytes from
 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms
 
 --- k1000.acu.local ping statistics --- 2 packets transmitted, 2
 received, 0% packet loss, time 5002ms rtt min/avg/max/mdev =
 0.128/0.133/0.138/0.005 ms

(...)

I remember something related to the /etc/nsswitch.conf file, the 
order of the queried facilities and also the avahi issue with .local 
domains...

sm01@stt008:~$ cat /etc/nsswitch.conf|grep hosts
hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4

And let's see if I can ping a local machine using its FQDN:

sm01@stt008:~$ ping -c 3 stt008.linux.site
PING stt008.linux.site (192.168.0.8) 56(84) bytes of data.
64 bytes from stt008.linux.site (192.168.0.8): icmp_seq=1 ttl=64 time=0.016 ms
64 bytes from stt008.linux.site (192.168.0.8): icmp_seq=2 ttl=64 time=0.007 ms
64 bytes from stt008.linux.site (192.168.0.8): icmp_seq=3 ttl=64 time=0.013 ms

--- stt008.linux.site ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.007/0.012/0.016/0.003 ms

Yes, I can ping *but* I have the above machine listed in my /etc/hosts 
file.

sm01@stt008:~$ cat /etc/hosts
127.0.0.1   localhost
192.168.0.8 stt008.linux.site   stt008

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

Just for testing purposes yo can try with:

hosts:  files mdns4_minimal dns mdns4

Or:

hosts:  files dns mdns4_minimal [NOTFOUND=return] mdns4

(note: I'm sure this was documented in some place but can't find the source 
now)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juug00$2bd$1...@dough.gmane.org



Re: [Partial Solution] Re: wifi connect _FAILS_ - was [Re: FROZEN Wheezy netinst - Where to get?]

2012-07-27 Thread Andrei POPESCU
On Vi, 27 iul 12, 07:00:08, Richard Owlett wrote:
 
 Unfortunately I did not keep a record of what choices I made so I
 don't now exactly what was done differently. I've a gut feeling the
 problem may be more a man-machine interface than software
 problem. Operator error is not ruled out ;/

/var/log/installer/ may help.

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: logrotate: file size changed while zipping

2012-07-27 Thread Camaleón
On Fri, 27 Jul 2012 17:18:22 +0200, Slavko wrote:

 Dňa Thu, 26 Jul 2012 21:11:09 +0200 Slavko li...@slavino.sk napísal:
 
 I will report the result after checking these three (or all, if will be
 needed) files - if i do not forget to do the modification, then after
 three (or after 16 days).
 
 it seems, that i was success on the first attempt :-)
 
 I changed compress to nocompress in /etc/logrotate.d/tor and no
 message from logrotate in my daily mail (i have another messages here,
 but they are wanted). It is strange for me, because i have the tor
 daemon disabled and i use it only sometime and from my user session
 (from vidalia).

Tor daemon can be disabled but still the logrotate routine is being 
executed on a daily basis.

But now you say, that makes the error message ever weirder because the 
only thing I can see making gzip outputing file size changed while 
zipping is that there are files opened (in use) but if Tor is stopped, 
nothing is logged and there should be no changes at the log file that is 
going to be compressed :-?

 It needs more inspection now, but when will be sure, that this is not by
 my mistake, i will fill the bugreport. Now there are two files:
 
 ls -l /var/log/tor/
 celkom 4,0K
 -rw-r- 1 debian-tor adm0 júl  7 10:24 log 
 -rw-r--r-- 1 debian-tor adm 3,5K júl  6 19:37 log.1
 
 The old one (log.1) is from my fist attempts, and all dates in it are
 dated at Jul 06. By my opinion, there can be problem with combination
 the notifempty and delaycompress. Another possible source can be the
 create 0640 debian-tor adm option and the older file with the 644
 permissions (not changed by me), but i don't know if this can be
 problem.

 I will do more checks, but any help is welcome :-)

Before going with a bug report, ensure you are using the original 
logrotate routine for tor.

 Camaleón, thanks for help

You're welcome. Glad you finally discovered the noisy script :-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/juuhf0$2bd$1...@dough.gmane.org



Re: Instability in Wheezy system

2012-07-27 Thread Keith McKenzie
On 27 July 2012 14:35, Stephen Allen marathon.duran...@gmail.com wrote:
 On Thu, Jul 26, 2012 at 10:22:23PM -0500, Mark Allums wrote:
 I can say that Chrome and Chromium themselves very unstable on all
 my systems.

 Not true on any of my boxen. Running Chromium from Debian SID.


Nor here with Chrome, last three weeks or so..



-- 
Sent from FOSS (Free Open Source Software)
Debian GNU/Linux


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cal36vgkk5ftw2kcyr3ivdhsdt_lzxtcojuaozor5gygi2px...@mail.gmail.com



Re: Why is FQDN not found?

2012-07-27 Thread Andrei POPESCU
On Vi, 27 iul 12, 09:45:02, Kent West wrote:
 Why can I ping the hostname, but not the fully-qualified domain name
 of a box?
 
 
 westk@westek:~$ ping k1000
 PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
 64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
 ^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms
 
 --- k1000.acu.local ping statistics ---
 2 packets transmitted, 2 received, 0% packet loss, time 5002ms
 rtt min/avg/max/mdev = 0.128/0.133/0.138/0.005 ms
 
 
 westk@westek:~$ ping k1000.acu.local
 ping: unknown host k1000.acu.local
 
 
 westk@westek:~$ cat /etc/resolv.conf
 # Generated by NetworkManager
 domain acu.local
 search acu.local

As far as I know local should be the domain name, not .local, 
but for zeroconf you wouldn't need to specify it anyway...

 nameserver 150.252.134.8
 nameserver 150.252.134.159
 nameserver 150.252.228.8
 nameserver 150.252.135.4

Is this system configured by DHCP? Are these your machines or your ISPs?

 westk@westek:~$ nslookup k1000
 Server: 150.252.134.8
 Address:150.252.134.8#53
 
 Name:   k1000.acu.local
 Address: 150.252.149.1
 
 westk@westek:~$ nslookup k1000.acu.local
 Server: 150.252.134.8
 Address:150.252.134.8#53
 
 Name:   k1000.acu.local
 Address: 150.252.149.1
 
 
 I googled for this problem and found instructions to change 1 to 0
 in the /etc/default/avahi-daemon file (after which I did a sudo
 /etc/init.d/avahi-daemon restart command), but that didn't solve
 the problem (so I put the /etc/default/avahi-daemon file back to the
 way it was).

Normally local is used for mdns a.k.a. zeroconf, for which you 
definitely need avahi-daemon running. Please post also your /etc/hosts, 
/etc/nsswitch.conf and output of 'dpkg -l *avahi*' and 'dpkg -l *mdns*'

Kind regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Printers using free software only

2012-07-27 Thread Brian
On Fri 27 Jul 2012 at 16:21:42 +, Camaleón wrote:

 On Fri, 27 Jul 2012 16:43:24 +0100, Brian wrote:
  
  Its a balance. Pros and cons. With a PDF printer:
 
 Define a PDF printer. What's that? 
 
 1/ A physical device (printer) with physical PDF interpreter on it (PDF 
 add-on card)? 
 
 2/ A physical device (printer) with logical PDF interpreter on it 
 (software that runs the convertion)? 
 
 3/ A software device (virtual printer) with logical PDF interpreter on it 
 (code that runs the convertion)?
 
 Because until now I have not seen a thing like 1/ and PostScript 
 printer modules are truly costly (it can take up to $200/300) :-)

http://www.v3.co.uk/v3-uk/review/1956699/review-hp-laserjet-cp4525-colour-printer

And please don't complain about the price. You did ask and this is
debian-user - not debian-market_place. :)

 On Lenny:   PDF -- pdftops  -- pstops -- pstopdf  Printer
  
 On Squeeze: PDF -- pdftopdf  Printer
  
  I don't think I would want to criticise the PostScript centred workflow
  solely on this.
 
 No, of course, me neither. 
 
 But what I wouldn't like to see is a moving to PDF just because the sake 
 of moving to something more manageable without having into account 
 technical reasons but simplicity and force-joining (that is, if CUPS -
 owned by Apple- moves on PDF, linux will follow without questioning the 
 pros and cons). I would like to see, now more than ever, less 
 dependency on CUPS (by dependency I mean here that it would be nice 
 to have different alternatives as powerful as CUPS).

Moving to a PDF workflow was a considered decision based on technical
considerations. A good deal of the CUPS printing system is now managed
directly by Debian/Ubuntu and not by upstream.

  The heart of the matter could be seen as pdftopdf versus pstops. The
  advantages pdftopdf have been adequately covered - an earlier mail and
  points 2 to 5 above. Perhaps you could give us the advantages of pstops
  and what we are missing out on when it is not used.
 
 Well, I still can't speak on pdftopdf because is too new (there you have 
 a con) and not present in my system while pstops is:
 
 sm01@stt008:~$ locate pstops
 /etc/cups/oopstops.convs
 /etc/cups/oopstops.types
 /usr/lib/cups/filter/oopstops
 /usr/lib/cups/filter/pstops
 sm01@stt008:~$ locate pdftopdf
 sm01@stt008:~$ 

If you are using Lenny, what do you expect!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727172605.GF6660@desktop



Re: startx vs. xdm

2012-07-27 Thread John L. Cunningham
On Fri, Jul 27, 2012 at 09:20:02AM -0800, peasth...@shaw.ca wrote:
 In the process of trying to make xmonad work I've found 
 that startx fails whereas xdm succeeds.  The logs are here.
 startx fails: http://carnot.yi.org/Xorg.0.log.old
 xdm succeeds: http://carnot.yi.org/Xorg.0.log 
 
 My summary of the differences follows.
 
 Any insights to direct further studies?

I would only note that startx and xdm don't necessarily look at the same
startup files.  xdm looks for .xsession and startx looks for .xinitrc.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727173149.gd3...@infotech.vrg.org



Re: Why is FQDN not found?

2012-07-27 Thread Kent West

On 07/27/2012 11:35 AM, Camaleón wrote:

On Fri, 27 Jul 2012 09:45:02 -0500, Kent West wrote:


Why can I ping the hostname, but not the fully-qualified domain name of
a box?

westk@westek:~$ ping k1000
PING k1000.acu.local (150.252.149.1) 56(84) bytes of data. 64 bytes from
150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms ^C64 bytes from
150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

--- k1000.acu.local ping statistics --- 2 packets transmitted, 2
received, 0% packet loss, time 5002ms rtt min/avg/max/mdev =
0.128/0.133/0.138/0.005 ms

(...)

I remember something related to the /etc/nsswitch.conf file, the
order of the queried facilities and also the avahi issue with .local
domains...

sm01@stt008:~$ cat /etc/nsswitch.conf|grep hosts
hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4

And let's see if I can ping a local machine using its FQDN:

sm01@stt008:~$ ping -c 3 stt008.linux.site
PING stt008.linux.site (192.168.0.8) 56(84) bytes of data.
64 bytes from stt008.linux.site (192.168.0.8): icmp_seq=1 ttl=64 time=0.016 ms
64 bytes from stt008.linux.site (192.168.0.8): icmp_seq=2 ttl=64 time=0.007 ms
64 bytes from stt008.linux.site (192.168.0.8): icmp_seq=3 ttl=64 time=0.013 ms

--- stt008.linux.site ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.007/0.012/0.016/0.003 ms

Yes, I can ping *but* I have the above machine listed in my /etc/hosts
file.

sm01@stt008:~$ cat /etc/hosts
127.0.0.1   localhost
192.168.0.8 stt008.linux.site   stt008

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

Just for testing purposes yo can try with:

hosts:  files mdns4_minimal dns mdns4

Or:

hosts:  files dns mdns4_minimal [NOTFOUND=return] mdns4

(note: I'm sure this was documented in some place but can't find the source
now)

Greetings,



westk@westek:~$ cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc Name Service Switch' for information about this file.

passwd: compat
group:  compat
shadow: compat

hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis


Changing the order of the hosts: line to:

hosts:  files dns mdns4_minimal [NOTFOUND=return] mdns4

as you suggested above, seems to have solved the problem:

westk@westek:~$ ping k1000.acu.local
PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.126 ms
^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

--- k1000.acu.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 5001ms
rtt min/avg/max/mdev = 0.126/0.132/0.138/0.006 ms


westk@westek:~$ ping k1000
PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.135 ms

--- k1000.acu.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 5001ms
rtt min/avg/max/mdev = 0.128/0.131/0.135/0.012 ms


Will this cause me any problems?

--
Kent West*)))
http://kentwest.blogspot.com
Praise Yah! \o/



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5012dee3.7020...@acu.edu



Re: Why is FQDN not found?

2012-07-27 Thread Jari Fredriksson
On 27.07.2012 21:33, Kent West wrote:
 Changing the order of the hosts: line to:
 
 hosts:  files dns mdns4_minimal [NOTFOUND=return] mdns4
 
 as you suggested above, seems to have solved the problem:
 
 ...
 
 Will this cause me any problems?

I put it into this:

hosts:  files dns

That is what I have been forced to do in all my machines for ages now.

No problems whatsoever.

-- 
http://jarif.dise.fi/



signature.asc
Description: OpenPGP digital signature


Re (2): startx vs. xdm

2012-07-27 Thread peasthope

From:   John L. Cunningham djoh...@gmail.com
Date:   Fri, 27 Jul 2012 13:31:51 -0400
 I would only note that startx and xdm don't necessarily look at the same
 startup files.  xdm looks for .xsession and startx looks for .xinitrc.

/home/peter/.xsession is non-existent and /home/peter/.xinitrc contains 
two comments.  Next week I might try with an empty .xsession file.

Thanks,... Peter E.





-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Telephone 1 360 639 0202.  Bcc: peter at easthope.ca  
http://carnot.yi.org/  http://members.shaw.ca/peasthope/index.html#Itinerary 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/171057595.47864.26652@cantor.invalid



Re: Why is FQDN not found?

2012-07-27 Thread Kent West

On 07/27/2012 12:11 PM, Andrei POPESCU wrote:

On Vi, 27 iul 12, 09:45:02, Kent West wrote:

Why can I ping the hostname, but not the fully-qualified domain name
of a box?


westk@westek:~$ ping k1000
PING k1000.acu.local (150.252.149.1) 56(84) bytes of data.
64 bytes from 150.252.149.1: icmp_req=1 ttl=62 time=0.128 ms
^C64 bytes from 150.252.149.1: icmp_req=2 ttl=62 time=0.138 ms

--- k1000.acu.local ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 5002ms
rtt min/avg/max/mdev = 0.128/0.133/0.138/0.005 ms


westk@westek:~$ ping k1000.acu.local
ping: unknown host k1000.acu.local


westk@westek:~$ cat /etc/resolv.conf
# Generated by NetworkManager
domain acu.local
search acu.local

As far as I know local should be the domain name, not .local,
but for zeroconf you wouldn't need to specify it anyway...


The domain is a Windows Active Directory domain (if that's a sensible 
description), and it used to be named ACU, but then we moved to a new 
Active Directory setup, starting from scratch because the ACU AD Domain 
had too many problems in it to migrate (as I understand things), so they 
created a new domain, named ACU.LOCAL and/or ACULOCAL (because Windows 7 
(or Windows XP) can (or can't) handle a dot in the name, whereas Window 
XP (or Windows 7) can't (or can)). I suspect that local was not the 
best name that could have been chosen... (but I'm not a network admin, 
much less an AD admin, so what do I know?).



nameserver 150.252.134.8
nameserver 150.252.134.159
nameserver 150.252.228.8
nameserver 150.252.135.4

Is this system configured by DHCP? Are these your machines or your ISPs?


Reserved DHCP. University campus network; westek is my Debian box on the 
campus network. I have no control over the DHCP/DNS/other servers, but I 
have good working relationships with those who do.




westk@westek:~$ nslookup k1000
Server: 150.252.134.8
Address:150.252.134.8#53

Name:   k1000.acu.local
Address: 150.252.149.1

westk@westek:~$ nslookup k1000.acu.local
Server: 150.252.134.8
Address:150.252.134.8#53

Name:   k1000.acu.local
Address: 150.252.149.1


I googled for this problem and found instructions to change 1 to 0
in the /etc/default/avahi-daemon file (after which I did a sudo
/etc/init.d/avahi-daemon restart command), but that didn't solve
the problem (so I put the /etc/default/avahi-daemon file back to the
way it was).

Normally local is used for mdns a.k.a. zeroconf, for which you
definitely need avahi-daemon running. Please post also your /etc/hosts,
/etc/nsswitch.conf and output of 'dpkg -l *avahi*' and 'dpkg -l *mdns*'

Kind regards,
Andrei


As mentioned in another post, changing the line in /etc/nsswitch.conf from:

hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4

to:

hosts:  files dns mdns4_minimal [NOTFOUND=return] mdns4

seems to have solved my problem. But for the sake of completeness, here 
is the data you asked for (after the fix):


westk@westek:~$ cat /etc/hosts
127.0.0.1   localhost
127.0.1.1   westek.acu.localwestek

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


westk@westek:~$ cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc Name Service Switch' for information about this file.

passwd: compat
group:  compat
shadow: compat

hosts:  files dns mdns4_minimal [NOTFOUND=return] mdns4
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis



westk@westek:~$ dpkg -l *avahi*
Desired=Unknown/Install/Remove/Purge/Hold
| 
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend

|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version ArchitectureDescription
+++-=-===-===-===
un  avahi-autoipd none  (no description available)
ii  avahi-daemon  0.6.31-1amd64   Avahi 
mDNS/DNS-SD daemon
ii  libavahi-client3:amd6 0.6.31-1amd64   Avahi client 
library
ii  libavahi-common-data: 0.6.31-1amd64   Avahi common 
data files
ii  libavahi-common3:amd6 0.6.31-1amd64   Avahi common 
library
un  libavahi-compat-libdn none  (no 
description available)
ii  libavahi-core7:amd64  0.6.31-1amd64   Avahi's 
embeddable mDNS/DNS-SD library
ii  libavahi-glib1:amd64  0.6.31-1amd64   Avahi GLib 
integration library
ii  libavahi-gobject0:amd 0.6.31-1amd64   Avahi GObject 
library
ii  

Re: Synaptic problem

2012-07-27 Thread ricccardo
On Thu, 2012-07-26 at 18:18 -0500, Mark Allums wrote:
 On 7/26/2012 6:05 PM, Mark Allums wrote:
  On 7/26/2012 3:32 PM, ricccardo wrote:
  Hi, I recently updated from squeeze to wheezy and I notice some problem
  with synaptic. In particular:
 
  ric@ricmbp:~$ sudo synaptic
  synaptic: error while loading shared libraries: libapt-pkg.so.4.10:
  cannot open shared object file: No such file or directory
 
  Do you have any suggestion to solve it??
 
  Do
 
  $updatedb
  $locate libapt-pkg.so.4.10
 
  and post the output here. Use attachment if long.
 
  My libapt-pkg is at libapt-pkg.so.4.12.0
 
  Do you need to upgrade synaptic? Are you running a mixed system with
  both, say, squeeze and wheezy packages?  With pinned packages?
 
 
 I meant
 
 $locate libapt-pkg
 
 Using Aptitude or apt tools, what version of libapt-pkg does your system 
 think is installed?
 
 
 
 
 
Hi, this is the result:

ric@ricmbp:~$ locate libapt-pkg
/usr/lib/x86_64-linux-gnu/libapt-pkg.so
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12.0
/usr/share/doc/libapt-pkg-dev
/usr/share/doc/libapt-pkg-perl
/usr/share/doc/libapt-pkg4.12
/usr/share/doc/libapt-pkg-dev/NEWS.Debian.gz
/usr/share/doc/libapt-pkg-dev/changelog.gz
/usr/share/doc/libapt-pkg-dev/copyright
/usr/share/doc/libapt-pkg-perl/changelog.gz
/usr/share/doc/libapt-pkg-perl/copyright
/usr/share/doc/libapt-pkg-perl/examples
/usr/share/doc/libapt-pkg-perl/examples/apt-cache
/usr/share/doc/libapt-pkg-perl/examples/apt-config
/usr/share/doc/libapt-pkg-perl/examples/apt-version
/usr/share/doc/libapt-pkg4.12/NEWS.Debian.gz
/usr/share/doc/libapt-pkg4.12/changelog.gz
/usr/share/doc/libapt-pkg4.12/copyright
/usr/share/locale/ar/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ast/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/bg/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/bs/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ca/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/cs/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/cy/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/da/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/de/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/dz/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/el/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/es/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/eu/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/fi/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/fr/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/gl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/hu/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/it/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ja/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/km/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ko/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ku/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/lt/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/mr/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/nb/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ne/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/nl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/nn/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/pl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/pt/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ro/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ru/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/sk/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/sl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/sv/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/th/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/tl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/uk/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/vi/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/zh_TW/LC_MESSAGES/libapt-pkg4.12.mo
/var/cache/apt/archives/libapt-pkg-dev_0.9.7.2_amd64.deb
/var/cache/apt/archives/libapt-pkg-perl_0.1.24+b1_amd64.deb
/var/cache/apt/archives/libapt-pkg-perl_0.1.26+b1_amd64.deb
/var/cache/apt/archives/libapt-pkg4.12_0.9.7.2_amd64.deb
/var/lib/dpkg/info/libapt-pkg-dev:amd64.list
/var/lib/dpkg/info/libapt-pkg-dev:amd64.md5sums
/var/lib/dpkg/info/libapt-pkg-perl.list
/var/lib/dpkg/info/libapt-pkg-perl.md5sums
/var/lib/dpkg/info/libapt-pkg4.12:amd64.list
/var/lib/dpkg/info/libapt-pkg4.12:amd64.md5sums
/var/lib/dpkg/info/libapt-pkg4.12:amd64.postinst
/var/lib/dpkg/info/libapt-pkg4.12:amd64.postrm
/var/lib/dpkg/info/libapt-pkg4.12:amd64.shlibs
/var/lib/dpkg/info/libapt-pkg4.12:amd64.symbols

Best
R



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1343418035.3669.1.camel@ricmbp



Printing files under KDE in wheezy

2012-07-27 Thread T Elcor
Hi,

I'm a bit confused what packages I need to install to be able to print files 
under KDE in wheezy. Is it lpr, cups or pdq? Something else?

Thanks


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1343418000.89250.yahoomailclas...@web121902.mail.ne1.yahoo.com



Re: Printing files under KDE in wheezy

2012-07-27 Thread Gary Dale

On 27/07/12 03:40 PM, T Elcor wrote:

Hi,

I'm a bit confused what packages I need to install to be able to print files 
under KDE in wheezy. Is it lpr, cups or pdq? Something else?

Thanks


Unless you've messed up your system after installation, you don't need 
to install anything.


However, cups is the printing package.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5012f06b.9000...@rogers.com



Re: Changing GTK+ theme

2012-07-27 Thread Kevin Ross

On 07/27/2012 07:17 AM, Camaleón wrote:

On Thu, 26 Jul 2012 17:58:49 -0700, Kevin Ross wrote:


I just updated my Wheezy laptop, and now all of the widgets are the
ugly, square blocky ones, as well as the toolbars in various programs.
When I change the GTK+ theme in gnome-tweak-tool, nothing happens.  I've
seen this happen before if gnome-settings-daemon wasn't running, but it
is running.  Rebooting does not help.

Create a new user, login with it and see how the UI renders from here.

Greetings,



A new user works fine.  As it turns out, when I said g-s-d was running, 
ps shows it is, but looking in the logs, it has crashed (every time on 
login).


I was victim of this bug: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675763


I've worked around it now, by unchecking the disable touchpad while 
typing touchpad preference, which was causing g-s-d to crash on login.


Thanks!
-- Kevin


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/5012f95d.5030...@familyross.net



Re: Synaptic problem

2012-07-27 Thread Mark Allums

On 7/27/2012 2:40 PM, ricccardo wrote:

On Thu, 2012-07-26 at 18:18 -0500, Mark Allums wrote:

On 7/26/2012 6:05 PM, Mark Allums wrote:

On 7/26/2012 3:32 PM, ricccardo wrote:

Hi, I recently updated from squeeze to wheezy and I notice some problem
with synaptic. In particular:

ric@ricmbp:~$ sudo synaptic
synaptic: error while loading shared libraries: libapt-pkg.so.4.10:
cannot open shared object file: No such file or directory

Do you have any suggestion to solve it??


Do

$updatedb
$locate libapt-pkg.so.4.10

and post the output here. Use attachment if long.

My libapt-pkg is at libapt-pkg.so.4.12.0

Do you need to upgrade synaptic? Are you running a mixed system with
both, say, squeeze and wheezy packages?  With pinned packages?



I meant

$locate libapt-pkg

Using Aptitude or apt tools, what version of libapt-pkg does your system
think is installed?



Do you get the same error when running apt-get or Aptitude?  Which
version of the relevant packages do they think are installed on
your system?

Do you use synaptic much?  You might consider reinstall it or upgrading 
it.  You seem to have the correct version of libapt-pkg installed for 
wheezy, is Synaptic at wheezy or earlier?


According to http://packages.debian.org/stable/allpackages , version 
4.10 of libapt-pkg is the version for Stable/Squeeze.  What version of 
Synaptic do you have?  Mine is 0.75.12.  If you have 0.70~pre1+b1 or 
earlier, you have the wrong one.


Mark



















Hi, this is the result:

ric@ricmbp:~$ locate libapt-pkg
/usr/lib/x86_64-linux-gnu/libapt-pkg.so
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12.0
/usr/share/doc/libapt-pkg-dev
/usr/share/doc/libapt-pkg-perl
/usr/share/doc/libapt-pkg4.12
/usr/share/doc/libapt-pkg-dev/NEWS.Debian.gz
/usr/share/doc/libapt-pkg-dev/changelog.gz
/usr/share/doc/libapt-pkg-dev/copyright
/usr/share/doc/libapt-pkg-perl/changelog.gz
/usr/share/doc/libapt-pkg-perl/copyright
/usr/share/doc/libapt-pkg-perl/examples
/usr/share/doc/libapt-pkg-perl/examples/apt-cache
/usr/share/doc/libapt-pkg-perl/examples/apt-config
/usr/share/doc/libapt-pkg-perl/examples/apt-version
/usr/share/doc/libapt-pkg4.12/NEWS.Debian.gz
/usr/share/doc/libapt-pkg4.12/changelog.gz
/usr/share/doc/libapt-pkg4.12/copyright
/usr/share/locale/ar/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ast/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/bg/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/bs/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ca/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/cs/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/cy/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/da/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/de/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/dz/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/el/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/es/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/eu/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/fi/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/fr/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/gl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/hu/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/it/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ja/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/km/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ko/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ku/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/lt/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/mr/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/nb/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ne/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/nl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/nn/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/pl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/pt/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ro/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/ru/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/sk/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/sl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/sv/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/th/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/tl/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/uk/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/vi/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libapt-pkg4.12.mo
/usr/share/locale/zh_TW/LC_MESSAGES/libapt-pkg4.12.mo
/var/cache/apt/archives/libapt-pkg-dev_0.9.7.2_amd64.deb
/var/cache/apt/archives/libapt-pkg-perl_0.1.24+b1_amd64.deb
/var/cache/apt/archives/libapt-pkg-perl_0.1.26+b1_amd64.deb
/var/cache/apt/archives/libapt-pkg4.12_0.9.7.2_amd64.deb
/var/lib/dpkg/info/libapt-pkg-dev:amd64.list
/var/lib/dpkg/info/libapt-pkg-dev:amd64.md5sums
/var/lib/dpkg/info/libapt-pkg-perl.list
/var/lib/dpkg/info/libapt-pkg-perl.md5sums
/var/lib/dpkg/info/libapt-pkg4.12:amd64.list
/var/lib/dpkg/info/libapt-pkg4.12:amd64.md5sums
/var/lib/dpkg/info/libapt-pkg4.12:amd64.postinst

gtk-color-scheme for gtk3 themes not being applied?

2012-07-27 Thread Adrian Fita
Hi. I'm trying to set the selected items background color for gtk3
themes, but it doesn't seem to work.

I put the following in ~/.config/gtk-3.0/settings.ini, but it doesn't
make any difference:

gtk-color-scheme = selected_bg_color:#44;selected_fg_color:#00

I also tried with gsettings and dconf-editor to change
org.gnome.desktop.interface, but still nothing:

gsettings set org.gnome.desktop.interface gtk-color-scheme
'selected_bg_color:#44'

No matter what theme I select in ~/.config/gtk-3.0/settings.ini
(Adwaita, Clearlooks-Phenix), the gtk-color-scheme doesn't seem to get
applied.

How does one configure a theme's color settings for gtk3? :S

Using Debian testing/wheezy, upgraded to latest packages.

Thanks.
-- 
Adrian Fita


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50130876.60...@gmail.com



Re: debian wheezy netinst questions

2012-07-27 Thread Jude DaShiell
Okay, I forgot to mention that archlinux has no trouble installing on 
that same sata controler and same baracooda drive.  I had been told 
earlier today that Seagate did ship some problem baracooda drives out 
but wasn't told what the problem was with them.  I'll see if I can get a 
replacement drive since this one has some warranty left.

On Wed, 25 Jul 2012, Bob Proulx wrote:

 Jude DaShiell wrote:
  Why won't debian wheezy netinst recognize my Seagate Baracooda 7200 1500gb 
  hard drive automatically?
  Since automatic recognition fails, which if any driver is installed that I 
  can select and get the drive partitioned and formatted and finish a debian 
  installation?
 
 It seems very unusual that such a popular drive such as the Seagate
 Baracuda series would be a problem.  I have several of those on my
 systems without trouble.  More than likely if there is a problem it is
 in the SATA device controller on your motherboard.
 
 I would remove and reconnect all of the disk connections and verify
 that they are okay.  A bad SATA cable connector has been the source of
 problems more than once on this mailing list.  If your motherboard has
 multiple SATA controllers or connectors then I would try a different
 one.
 
 I would boot a live disk and then run 'lspci' and look to see what
 SATA controller is being used and then search for issues concerning
 it.  Also during a live cd boot you should be able to query the drive
 and prove that it is working.  Or not working.  Because it is possible
 that you are simply suffering from a hardware problem and not a
 software problem.
 
 Bob
 


Hardware eventually fails; software eventually works, no amount of band
width can fix poor design

Jude jdashiel-at-shellworld-dot-net
http://www.shellworld.net/~jdashiel/nj.html


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.bsf.2.01.1207271805580.91...@freire1.furyyjbeyq.arg



Re: Why is FQDN not found?

2012-07-27 Thread Joe
On Fri, 27 Jul 2012 13:45:36 -0500
Kent West we...@acu.edu wrote:

 
 The domain is a Windows Active Directory domain (if that's a sensible 
 description), and it used to be named ACU, but then we moved to a new 
 Active Directory setup, starting from scratch because the ACU AD
 Domain had too many problems in it to migrate (as I understand
 things), so they created a new domain, named ACU.LOCAL and/or
 ACULOCAL (because Windows 7 (or Windows XP) can (or can't) handle a
 dot in the name, whereas Window XP (or Windows 7) can't (or can)).

No, both can without any problem. Windows NT couldn't deal with dotted
domain names, but everything since then can. AD is based on LDAP, and
can use multiple dc=... components in the domain name. AD has been
around since Windows 2000, so XP was aware of it from the beginning,
and XP Pro could be an AD domain client.

 I
 suspect that local was not the best name that could have been
 chosen... (but I'm not a network admin, much less an AD admin, so
 what do I know?).
 
It's recommended by Microsoft for domains which do not handle their own
public DNS (i.e. just about all businesses), because if you use the
public email domain (or any valid domain name) internally it means you
jump through extra DNS hoops to reach external resources on the same
domain. Also, email domains are often changed, and once an AD domain
name (or domain controller hostname) is set, it is forever in stone.
There are third-party tools that can allegedly change either after
installation, but they are not recommended for use on a server running
Exchange, so nobody has much faith in them. It is, after all, only a
global search-and-replace on an LDAP directory (and registry..), but on
a truly epic scale, and nobody trusts that nothing will come unglued.

-- 
Joe


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120727232214.110ec...@jretrading.com



black screen but have audio playing

2012-07-27 Thread Umarzuki Mochlis
on squeeze amd64, when i played video with totem  mplayer
- no video/screen is black
- only audio

video black, only sound

$ mplayer video.avi
MPlayer SVN-r31918 (C) 2000-2010 MPlayer Team
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing video.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO:  [XVID]  624x352  12bpp  23.976 fps  881.4 kbps (107.6 kbyte/s)
Clip info:
 Software: VirtualDubMod 1.5.10.2 (build 2540/release)
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] This driver only supports the 3Dfx Banshee, Voodoo3 and Voodoo 5.
s3fb: Couldn't map S3 registers: Operation not permitted
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared
object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
==
==
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000-192000)
Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
==
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
Movie-Aspect is 1.77:1 - prescaling to correct movie aspect.
VO: [xv] 624x352 = 624x352 Planar YV12
A:  31.5 V:  31.5 A-V: -0.011 ct: -0.024 757/757  1%  0%  0.4% 0 0

there's a nvidia related message but there's no nvidia vga on my laptop

# uname -a
Linux v470 3.2.0-0.bpo.2-amd64 #1 SMP Fri Jun 29 20:42:29 UTC 2012
x86_64 GNU/Linux

# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge
Integrated Graphics Controller (rev 09)

# glxinfo | grep render
direct rendering: Yes
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile

any tips/info?


-- 
Regards,

Umarzuki Mochlis
http://debmal.my


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAHW9mbwSOSE3PbGh=hpzvew+_yyxrx7jug_ft9sunjktwf8...@mail.gmail.com



Re: mail server

2012-07-27 Thread Brad Alexander
On Wed, Jul 25, 2012 at 8:20 AM, J. B baksh...@gmail.com wrote:
 On Wed, 25 Jul 2012 19:58:39 +0800
 Umarzuki Mochlis umarz...@gmail.com wrote:

 2012/7/25 Muhammad Yousuf Khan sir...@gmail.com:
  need suggestions, i know there are few populer mail servers like
  postfix, sandmail etc out there.
 
  here is some details about my office.
 
  1. 20 users.
  2. pop from main server
  3. send via SMTP
  4. local mail distribution IMAP
 
  i am not looking in to easy or hard mail server. what i am looking is
  it should be good for my carrier and  for my office too.
  secure, stable, web base console etc.
 
  btw, i have heard that there is a mailserver called zimbra. but i
  think debian is not natively supporting it.
 
  any help would be appreciable.
 

 check iredmail. Easy to install.


 zimbra mail server
 ispmail server

I wouldn't run zimbra unless you have pretty powerful hardware. I ran
zimbra on a p4 with 1.5gb of ram and was rebooting it weekly. The java
processes would deplete memory in that time.

I have since replaced it with a much lighter vm running postfix +
dovecot (imap/pop server) + roundcube (webmail).

--b


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cakmzw+btd1noagkdi30mhrns2cypamrgcugap8ggeqmsz9n...@mail.gmail.com



Re: SD slot read card failed.

2012-07-27 Thread lina
On Fri, Jul 27, 2012 at 10:46 PM, Kelly Clowers kelly.clow...@gmail.com wrote:
 On Thu, Jul 26, 2012 at 1:18 AM, Keith McKenzie km3...@gmail.com wrote:
 @ lina
 I just don't want to waste the slot, if it can be used.


 I'm thinking your slot only supports SD  not SDHC cards.

 I have an early netbook that will only read 1gb or 2gb SD cards,  a
 more recent netbook that reads SDHC 8gb cards perfectly.
 However, if I use a converter, I can read  write to my 8gb cards.

 So, if you want to use it, use a SD to USB stick type converter, that
 way it works just like plugging in a pendrive

 (I have no idea if any work with SDXC cards.)

 Seems like a good possibility.

 Lina, how old is the computer with the built-in slot?
Hi Kelly,

 Also, if you run lspci -v or lsusb on the command line,
 can you find the SD controller? Knowing what it is,
 we could probably figure out if it supports SDHC.

Here is the output of the lsusb, I don't know which one is the
relevant one, so just paste them all here.

$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0424:2513 Standard Microsystems Corp.
Bus 001 Device 003: ID 05ac:8509 Apple, Inc. FaceTime HD Camera
Bus 002 Device 002: ID 0424:2513 Standard Microsystems Corp.
Bus 001 Device 004: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub
(part of BCM2046 Bluetooth)
Bus 001 Device 005: ID 05ac:0245 Apple, Inc. Internal Keyboard/Trackpad (ANSI)
Bus 001 Device 006: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 002 Device 003: ID 05ac:8242 Apple, Inc. IR Receiver [built-in]
Bus 001 Device 009: ID 05ac:821a Apple, Inc. Bluetooth Host Controller

partial of the lspci -v:

02:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765
Memory Card Reader (rev 10) (prog-if 01)
Subsystem: Broadcom Corporation Device 
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at b042 (64-bit, prefetchable) [size=64K]
Capabilities: access denied
Kernel driver in use: sdhci-pci


 Alternatively it could be that it has simply failed. Do
 you have other cards you could test in it? Especially
 smaller cards or ones that you know have worked in

I have another 8GB card, right now I am in the library, will be back
in 5 hours to test it.
Have never tried before, so never used.

 the past.



Thanks,

 Cheers,
 Kelly Clowers


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/CAFoWM=-k9BQOiWMh9ZUbsO=YfbOZ3xpqjtw+yg4Xx=jkqp5...@mail.gmail.com



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAG9cJmnHJMaeqNwX6=8_wsrlmtuaznuzk9zncgesm_amyfq...@mail.gmail.com