flip-flop bonding

2009-09-20 Thread georges
Bonjour,

Je fais du bonding avec 2 interface reseau eth0, eth1 - bond0

Mais du coup arpwatch me spam avec des messages a cause du flip-flop de
l'adresse mac qui change dans la table arp.

J'ai cependant besoin d'arpwatch et de bond0, comment résoudre ce problème?

Georges


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists Vous pouvez aussi ajouter le mot
``spam'' dans vos champs From et Reply-To:

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org



Re: Statistiques Asterisk sur web.

2009-09-20 Thread Sil
Le jeudi 17 septembre 2009 à 10:04 +0200, Sil a écrit :
 Merci pour ces précisions.
 Je me doutait que le passage par une base de données serait nécessaire, 
 ça doit pouvoir ce faire sans trop de problèmes.
 Par contre je ne voulait pas installer des applications à la sauvage et 
 garder ma Debian propre, donc l'installation externe m'embête un peu.
 Si ça se limite à une interface web avec scripts ça devrait aller.

Bonjour à tous,
J'ai fini par installer Asterisk-stat avec le paquet fourni par le
site :
http://www.areski.net/asterisk-stat-v2/asterisk-stat-v2_0_1.tar.gz

Les types de bases de données MySQL n'étant pas compatibles avec
l'écriture des CDR sans addons Asterisk, j'ai dû suivre ce tuto :
http://wiki.auf.org/wikiteki/Asterisk/Stats
Ça m'a évité d'installer un autre serveur de BD.

Le principe :
Asterisk écrit les CDR comme avant dans un fichier csv.
Le script du tuto est exécuté par une tâche cron pour insérer les
nouvelles lignes du CDR dans une table MySQl.
Les scripts php de Asterisk-stat vont lire les données CDR dans la BD
MySQL.

Ce n'est pas d'une propreté éclatante mais ça m'a évité de recompiler
Asterisk depuis les sources avec ses addons.

Voilà, si ça peut aider,
@+
Sil


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists Vous pouvez aussi ajouter le mot
``spam'' dans vos champs From et Reply-To:

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org



Re: flip-flop bonding

2009-09-20 Thread Gilles Mocellin
On Sun, Sep 20, 2009 at 08:53:42AM +0200, georges wrote:
 Bonjour,
 
 Je fais du bonding avec 2 interface reseau eth0, eth1 - bond0
 
 Mais du coup arpwatch me spam avec des messages a cause du flip-flop de
 l'adresse mac qui change dans la table arp.
 
 J'ai cependant besoin d'arpwatch et de bond0, comment résoudre ce problème?

Quel mode de bonding ?
Avec le transmit load balancing, il me semble que l'adresse MAC est
toujours la même.
C'est le mode que j'utilise généralement, car qui peut le plus peut le
moins (par rapport à du failover).
Par contre, l'idéal, le mode adaptative load balancing, demande du
boulot aux switchs (pour changer les adresses MAC), donc j'évite.
Surtout que pour que ça soit utile, je ne branche pas mes cartes sur les
mêmes switchs. Je ne suis pas sur qu'ils suivent bien.

En plus, le traffic est généralement plus important en sorti d'un
serveur, qu'en entrée (évidement, il y a des cas paritculiers).


signature.asc
Description: Digital signature


mutt, html, charset

2009-09-20 Thread Pierre Allken-Bernard

Bonjour,
Quand je lis mais mail avec mutt, et que ceux-ci sont en html, mutt 
utilise w3m (normal). Et pour certains de ces mails, les caractères 
accentués etc. ne sont pas affichés.
Pour comprendre, j'ai enregistré un de ces mails sous toto.html et j'ai 
essayé lynx dessus (lynx semble avoir plus d'options que w3m) :


lynx -dump toto.html
n'affiche aucun caractère accentué.

alors que :
lynx -dump -assume_charset=latin1 -display_charset=utf8 toto.html
affiche le mail correctement.

Pourquoi mutt/w3m ne sait pas m'afficher le mail correctement ?
Ou bien est-ce la faute du mail reçu ?

Merci d'avance.

Pierre

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists Vous pouvez aussi ajouter le mot
``spam'' dans vos champs From et Reply-To:

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org



Re: mutt, html, charset

2009-09-20 Thread Dominique Asselineau
Pierre Allken-Bernard wrote on Sun, Sep 20, 2009 at 10:21:44PM +0200
 Bonjour,
 Quand je lis mais mail avec mutt, et que ceux-ci sont en html, mutt  
 utilise w3m (normal). Et pour certains de ces mails, les caractères  
 accentués etc. ne sont pas affichés.
 Pour comprendre, j'ai enregistré un de ces mails sous toto.html et j'ai  
 essayé lynx dessus (lynx semble avoir plus d'options que w3m) :

 lynx -dump toto.html
 n'affiche aucun caractère accentué.

 alors que :
 lynx -dump -assume_charset=latin1 -display_charset=utf8 toto.html
 affiche le mail correctement.

 Pourquoi mutt/w3m ne sait pas m'afficher le mail correctement ?

Parce que le charset n'est pas spécifié dans l'entête du mail ou dans
l'entête de la pièce jointe ou dans la partie head du code HTML, et
que le charset par défaut que tu utilises (probablement UTF-8) n'est
pas le même.  C'est pourquoi, en le forçant avec l'option
-assume_charset=latin1, ça marche.

 Ou bien est-ce la faute du mail reçu ?

On peut dire comme ça.

Dominique
--

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists Vous pouvez aussi ajouter le mot
``spam'' dans vos champs From et Reply-To:

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org



Re: mutt, html, charset

2009-09-20 Thread Pierre Allken-Bernard

Pourquoi mutt/w3m ne sait pas m'afficher le mail correctement ?


Parce que le charset n'est pas spécifié dans l'entête du mail ou dans
l'entête de la pièce jointe ou dans la partie head du code HTML, et
que le charset par défaut que tu utilises (probablement UTF-8) n'est
pas le même.  C'est pourquoi, en le forçant avec l'option
-assume_charset=latin1, ça marche.


Merci. Je viens de faire un test sans l'option -assume_charset mais avec :
lynx -dump -display_charset=utf8 toto.html
et ça marche. Bizarre ?

Pierre

PS : les mails en question semblent provenir de webmail comme gmail.


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists Vous pouvez aussi ajouter le mot
``spam'' dans vos champs From et Reply-To:

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org



Re: mutt, html, charset

2009-09-20 Thread Vincent Lefevre
On 2009-09-20 23:31:45 +0200, Pierre Allken-Bernard wrote:
 Merci. Je viens de faire un test sans l'option -assume_charset mais avec :
 lynx -dump -display_charset=utf8 toto.html
 et ça marche. Bizarre ?

Le lynx.cfg contient peut-être ASSUME_CHARSET:iso-8859-1 ou quelque
chose du genre.

-- 
Vincent Lefèvre vinc...@vinc17.org - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists Vous pouvez aussi ajouter le mot
``spam'' dans vos champs From et Reply-To:

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org



Re: Router de Vodafone (solucionado)

2009-09-20 Thread Aurelio Diaz-Ufano
El 19 de septiembre de 2009 12:52, jbc jav...@gmail.com escribió:

 Una de las cosas que trae es un modem usb HSDPA, que se puede usar o
 conectado al router o conectado directamente a tu debian. Este modem tiene
 dos motivos, que el router dé internet en caso de que se caiga la línea
 convencional y el modem adsl no pueda servir o que quieras utilizarlo porque
 sí creo que tiene alguna limitación de uso como todos los modem usb's que
 usan la red móvil.
 Pero funcionando como ADSL es un router más. El modelo del modem usb
 concretamente no me lo se pero aseguraría que es compatible con debian.


Muchas gracias por este aporte.
Un saludo



 El 19 de septiembre de 2009 09:59, Arele ar...@esdebian.org escribió:

 On Sat, Sep 19, 2009 at 12:54:54AM +0200, jbc wrote:
  Es un router, por lo tanto hablar de compatibilidad, es hablar
 simplemente de
  que te funcione la tarjeta de red y puedas conectarte/administrarlo.
 
  El 18 de septiembre de 2009 17:31, Arele ar...@esdebian.org escribi :
 
  Hola a todos.
   Alguno sabe si el router wifi que ofrece actualmente la compa ia
 Vodafone
  funciona bajo Debian? No se aun ni el modelo ni nada
  porque los comerciales no lo saben...
  Un saludo
 

 Gracias.
 Tenia mis dudas en si era un router o algun invento raro.
 Supongo que no tendrán inconveniente en darme los datos para acceder al
 router.
 Un saludo



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





Re: Internet atascada según los sitios

2009-09-20 Thread Andres Alejandro Dobie

 Si estas segura que el sistema funcionaba ok anteriormente, entonces
 el problema es del isp, ya sea modem, router, línea o conexión.  Creo
 que todo lo demás hasta ahora han sido palos de ciego.  Si no es así y
 el isp esta ok entonces te recomiendo que  re - instales y te
 preocupes de hacerlo bien esta vez, documentarte antes y anotar los
 cambios, métodos o procedimientos usados.



Bue... lo mismo que estoy diciendo yo desde hace 20 post atras... :-|



-- 
Andrés (LuCkUnDeAd) Dobie
Administrador de Redes y Sistemas
A.M.C.C.E.J.B.P.B.A.
Balcarce 302
Capital Federal

andres.do...@provebpba.com.ar
luckund...@provebpba.com.ar
andres.do...@gmail.com


Re: Internet atascada según los sitios

2009-09-20 Thread Sylvia Sánchez


El dom, 20-09-2009 a las 07:27 -0300, Andres Alejandro Dobie escribió:

 
 
 
 Si estas segura que el sistema funcionaba ok anteriormente,
 entonces
 el problema es del isp, ya sea modem, router, línea o
 conexión.  Creo
 que todo lo demás hasta ahora han sido palos de ciego.  Si no
 es así y
 el isp esta ok entonces te recomiendo que  re - instales y te
 preocupes de hacerlo bien esta vez, documentarte antes y
 anotar los
 cambios, métodos o procedimientos usados.
 
 
 
 
 
 
 
 Bue... lo mismo que estoy diciendo yo desde hace 20 post atras... :-|
 
 
 
 -- 
 Andrés (LuCkUnDeAd) Dobie


Yo también tengo ganas de instalar todo de cero.  Pero eso no podrá ser
hasta dentro de dos o tres meses. Por lo visto, mientras tanto tendré
que pagar una internet entera cuando en realidad sólo obtengo media
internet.


Gracias a todos por el esfuerzo de todas maneras.  Si arreglo el asunto
les cuento.
Aunque sea en Navidad  :-)

Sylvia





Re: Paquetes retenidos

2009-09-20 Thread Leonel Hernández Grandela

José Manuel (EB8CXW) wrote:

Hola a t...@s:

Tengo Debian Squeeze y Gnome.
Al realizar una actualización,  me aparece que están retenidos los 
siguientes paquetes:
gnome   gnome-accessibility{a}gnome-core{a}
gnome-desktop-environment{a}   gnome-office{a} .


Posteriormente al volver a arrancar el sistema, me aparece todo el 
escritorio (Desktop) vació, ni carpeta de home, ni papelera,  ni otras 
cosas que tenia en el escritorio.  Si puedo entrar a través de la 
barra de herramientas (Aplicaciones, Lugares, Sistema).


Mi preguntas son y disculpen que haga varias:
¿Por qué se retiene paquetes por el sistema?
¿Por qué puede ser que me desaparezca lo que tengo en el escritorio?
¿Esto es normal o es un fallo? ¿Si es un fallo como se puede solucionar?

Gracias de antemano

--
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!!!


JOSE desactiva el recivo de lectura muy molesto a la hora de leer un 
tema ...


--

Este mensaje le ha llegado mediante el servicio de correo electronico que 
ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema 
Nacional de Salud. La persona que envia este correo asume el compromiso de usar 
el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/


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



Re: Internet atascada según los sitios

2009-09-20 Thread Juan Lavieri

Sylvia Sánchez escribió:



El dom, 20-09-2009 a las 07:27 -0300, Andres Alejandro Dobie escribió:



Si estas segura que el sistema funcionaba ok anteriormente, entonces
el problema es del isp, ya sea modem, router, línea o conexión.  Creo
que todo lo demás hasta ahora han sido palos de ciego.  Si no es
así y
el isp esta ok entonces te recomiendo que  re - instales y te
preocupes de hacerlo bien esta vez, documentarte antes y anotar los
cambios, métodos o procedimientos usados. 







Bue... lo mismo que estoy diciendo yo desde hace 20 post atras... :-|



--
Andrés (LuCkUnDeAd) Dobie


Yo también tengo ganas de instalar todo de cero.  Pero eso no podrá 
ser hasta dentro de dos o tres meses. Por lo visto, mientras tanto 
tendré que pagar una internet entera cuando en realidad sólo obtengo 
media internet.



Gracias a todos por el esfuerzo de todas maneras.  Si arreglo el 
asunto les cuento.

Aunque sea en Navidad  :-)

Sylvia




Sylvia.

Ya que no tienes acceso a un CDROM ¿no tienes un pendrive?  Yo instalé 
mi laptop con uno de 512MB y luego seguí con la instalación por internet.


Saludos

Juan Lavieri



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



Re: OT: Nero no distribuye Nero Linux gratis

2009-09-20 Thread Cristian Mitchell
El día 20 de septiembre de 2009 01:05, Galileo Galilei
correo...@gmail.com escribió:
 El sáb, 19-09-2009 a las 16:07 -0500, haldrik escribió:
 El día 19 de septiembre de 2009 15:28, Cristian Mitchell
 mitchell6...@gmail.com escribió:
  El día 19 de septiembre de 2009 16:15, Mauricio J. Adonis C.
  mike.alfa.2...@gmail.com escribió:
  ¿A quién le puede importar Nero Linux, disminuido y cerrado, habiendo
  tantas excelentes opciones completamente funcionales y libres en el
  propio GNU/Linux?
 
  Este hilo es bastante freak-... :/
  --
 
 
  Creo entender lo que se plantea.
 
  si una empresa que no pertenece al software libre ofrece un producto no 
  libre.
  cual es su meta.
  saliendo de lo ovio, que seria ofrecer un producto gratis, pensando en
  los usuarios que se van en este cado de windows.
  y no siendo asi (este caso!!) que buscan, cual es el negosio, etc.
 
  o son estupidos (cosa que no creo) cosa que no deve creer el que
  planteo la situacion en la lista.
  o...?
  y esta es la cuestion
 
  que hay detras y como subsiste este producto??
 

 Por ahí va la cosa, he visto bastantes noticias sobre como por ejemplo
 empresas de juegos hacen juegos de pago para GNU/Linux y la gente
 los compra, sus ventas aumentan en porcentajes no esperados, etc, etc.
 Alguna situación similar se puede plantear con este NeroLinux.

 Yo creo que si regalan el cd con Nerolinuxero cada vez que se compra un
 grabador de dvd como es el caso al menos en Chile con el Nero windowsero
 estaría bien. Pero pagar por Nero teniendo K3b, Brasero y un largo
 etcetera de opciones poderosas, estables y completamente funcionales es
 un poco como limpiarse con billetes en lugar de papel higiénico. Es
 necesario no estar informado de que existe el papel higiénico o bien
 tener un lapiz incrustado en el cerebro como Homero Simpsons...
 --
 LARGA VIDA Y PODEROSA.




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



Igual creo que la idea pincha,
por que grabar cd se graba con cualquier programa de la misma manera
pero el tema de un juego es diferente.
pintar a barbie o cagarce a tiros difiere un poco.
y varian las historias etc.
por eso un juego se puede vender y la gente lo paga.

por eso creo que ese justo no es un buen ejemplo
mientras el caso de la set de office es otra historia
son todas las mismas, pero la gente tiene labado el cerebro con msoffice.
o el caso de los navegadores o clientes de mail.

lo mejor de todo es que se esta viendo un cambio hacia la diversidad
en el sofware.

hoy mas del 50 % de la gente que conosco usa thunderbird y firefox lin/mac/win



-- 
MrIX
Linux user number 412793.
http://counter.li.org/

las grandes obras,
las sueñan los santos locos,
las realizan los luchadores natos,
las aprovechan los felices cuerdo,
y las critican los inútiles crónicos,

yo no fui, seguro que es mas inteligente.


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



Re: OT: Nero no distribuye Nero Linux gratis

2009-09-20 Thread opensource
Sinceramente, no termino de comprender este hilo. El software privativo tiene 
su nicho de mercado en Linux igual que lo tiene el software libre en MS 
Windows. 
De seguro habrá gente que se sienta satisfecha con usar Nero para Linux ( y 
pagar por él), al igual que hay gente que prefiere usar otras alternativas 
libres. 
Tampoco creo que por esto sean más o menos inteligentes que el resto, ni que 
merezcan el desprecio que se les está dando en este hilo. El mundo está lleno 
de gente que piensa o actúa de forma diferente, algunos de ellos están 
considerados hoy en día como genios, otros como ilusos y unos muchos, 
simplemente como el resultado de la diversidad humana.
Para terminar, solo comentar que nunca he entendido esta encarnizada lucha 
entre software libre y/o software privativo, me parece que no es más que la 
lucha particular de personas cegadas por el fanatismo. Ahora resulta que para 
cada software privativo que tenga una alternativa libre, tenemos que 
considerarlo malo porque sí. Pues que queréis que os diga, yo no cambiaría 
Oracle por PostgreSQL al igual que no cambiaría MS Office 2007 por OpenOffice 
3, que permitidme que os diga apesta por los cuatro costados en todos los 
aspectos. Pero de la misma forma tampoco cambiaría Firefox por Internet 
Explorer, ni VLC (insuperable reproductor multimedia) por Windows Media Player 
o Quicktime. 

El día 20 de septiembre de 2009 01:05, Galileo Galilei
correo...@gmail.com escribió:
 El sáb, 19-09-2009 a las 16:07 -0500, haldrik escribió:
 El día 19 de septiembre de 2009 15:28, Cristian Mitchell
 mitchell6...@gmail.com escribió:
  El día 19 de septiembre de 2009 16:15, Mauricio J. Adonis C.
  mike.alfa.2...@gmail.com escribió:
  ¿A quién le puede importar Nero Linux, disminuido y cerrado, habiendo
  tantas excelentes opciones completamente funcionales y libres en el
  propio GNU/Linux?
 
  Este hilo es bastante freak-... :/
  --
 
 
  Creo entender lo que se plantea.
 
  si una empresa que no pertenece al software libre ofrece un producto no 
libre.
  cual es su meta.
  saliendo de lo ovio, que seria ofrecer un producto gratis, pensando en
  los usuarios que se van en este cado de windows.
  y no siendo asi (este caso!!) que buscan, cual es el negosio, etc.
 
  o son estupidos (cosa que no creo) cosa que no deve creer el que
  planteo la situacion en la lista.
  o...?
  y esta es la cuestion
 
  que hay detras y como subsiste este producto??
 

 Por ahí va la cosa, he visto bastantes noticias sobre como por ejemplo
 empresas de juegos hacen juegos de pago para GNU/Linux y la gente
 los compra, sus ventas aumentan en porcentajes no esperados, etc, etc.
 Alguna situación similar se puede plantear con este NeroLinux.

 Yo creo que si regalan el cd con Nerolinuxero cada vez que se compra un
 grabador de dvd como es el caso al menos en Chile con el Nero windowsero
 estaría bien. Pero pagar por Nero teniendo K3b, Brasero y un largo
 etcetera de opciones poderosas, estables y completamente funcionales es
 un poco como limpiarse con billetes en lugar de papel higiénico. Es
 necesario no estar informado de que existe el papel higiénico o bien
 tener un lapiz incrustado en el cerebro como Homero Simpsons...
 --
 LARGA VIDA Y PODEROSA.




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



Igual creo que la idea pincha,
por que grabar cd se graba con cualquier programa de la misma manera
pero el tema de un juego es diferente.
pintar a barbie o cagarce a tiros difiere un poco.
y varian las historias etc.
por eso un juego se puede vender y la gente lo paga.

por eso creo que ese justo no es un buen ejemplo
mientras el caso de la set de office es otra historia
son todas las mismas, pero la gente tiene labado el cerebro con msoffice.
o el caso de los navegadores o clientes de mail.

lo mejor de todo es que se esta viendo un cambio hacia la diversidad
en el sofware.

hoy mas del 50 % de la gente que conosco usa thunderbird y firefox 
lin/mac/win



-- 
MrIX
Linux user number 412793.
http://counter.li.org/

las grandes obras,
las sueñan los santos locos,
las realizan los luchadores natos,
las aprovechan los felices cuerdo,
y las critican los inútiles crónicos,

yo no fui, seguro que es mas inteligente.


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



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



Re: OT: Nero no distribuye Nero Linux gratis

2009-09-20 Thread Facundo A
On Domingo 20 Septiembre 2009 17:13:17 opensou...@igalvit.es escribió:
 Sinceramente, no termino de comprender este hilo. El software privativo
  tiene su nicho de mercado en Linux igual que lo tiene el software libre en
  MS Windows. De seguro habrá gente que se sienta satisfecha con usar Nero
  para Linux ( y pagar por él), al igual que hay gente que prefiere usar
  otras alternativas libres. Tampoco creo que por esto sean más o menos
  inteligentes que el resto, ni que merezcan el desprecio que se les está
  dando en este hilo. El mundo está lleno de gente que piensa o actúa de
  forma diferente, algunos de ellos están considerados hoy en día como
  genios, otros como ilusos y unos muchos, simplemente como el resultado de
  la diversidad humana. Para terminar, solo comentar que nunca he entendido
  esta encarnizada lucha entre software libre y/o software privativo, me
  parece que no es más que la lucha particular de personas cegadas por el
  fanatismo. Ahora resulta que para cada software privativo que tenga una
  alternativa libre, tenemos que considerarlo malo porque sí. Pues que
  queréis que os diga, yo no cambiaría Oracle por PostgreSQL al igual que no
  cambiaría MS Office 2007 por OpenOffice 3, que permitidme que os diga
  apesta por los cuatro costados en todos los aspectos. Pero de la misma
  forma tampoco cambiaría Firefox por Internet Explorer, ni VLC (insuperable
  reproductor multimedia) por Windows Media Player o Quicktime.
 

La pelea entre el software privativo y el software libre va mucho más allá de 
si uno es mejor que 
otro. En realidad lo que se está defendiendo aquí, no es el software libre ni 
gratis, sino el código 
abierto. Creo que no entiendes el concepto de código abierto, por eso piensas 
que es una cuestión de 
fanatismo. Te invito a investigar un poco sobre el tema y a luchar por un mundo 
mejor.

Saludos.

Facundo.


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



Re: Internet atascada según los sitios

2009-09-20 Thread Sylvia Sánchez


El dom, 20-09-2009 a las 11:29 -0430, Juan Lavieri escribió:


 
 Ya que no tienes acceso a un CDROM ¿no tienes un pendrive?  Yo instalé 
 mi laptop con uno de 512MB y luego seguí con la instalación por internet.
 
 Saludos
 
 Juan Lavieri
 
 
 


Sí, tengo un pendrive.  No tengo mucho espacio libre en él pero puedo
hacerle un hueco sabiendo cuanto espacio me ocuparía Debian en ese caso
y de dónde lo bajo.


Saludos y Gracias
Sylvia



Re: OT: Nero no distribuye Nero Linux gratis

2009-09-20 Thread Sylvia Sánchez


El dom, 20-09-2009 a las 17:00 -0300, Facundo A escribió:

 On Domingo 20 Septiembre 2009 17:13:17 opensou...@igalvit.es escribió:
  Sinceramente, no termino de comprender este hilo. El software privativo
   tiene su nicho de mercado en Linux igual que lo tiene el software libre en
   MS Windows. De seguro habrá gente que se sienta satisfecha con usar Nero
   para Linux ( y pagar por él), al igual que hay gente que prefiere usar
   otras alternativas libres. Tampoco creo que por esto sean más o menos
   inteligentes que el resto, ni que merezcan el desprecio que se les está
   dando en este hilo. El mundo está lleno de gente que piensa o actúa de
   forma diferente, algunos de ellos están considerados hoy en día como
   genios, otros como ilusos y unos muchos, simplemente como el resultado de
   la diversidad humana. Para terminar, solo comentar que nunca he entendido
   esta encarnizada lucha entre software libre y/o software privativo, me
   parece que no es más que la lucha particular de personas cegadas por el
   fanatismo. Ahora resulta que para cada software privativo que tenga una
   alternativa libre, tenemos que considerarlo malo porque sí. Pues que
   queréis que os diga, yo no cambiaría Oracle por PostgreSQL al igual que no
   cambiaría MS Office 2007 por OpenOffice 3, que permitidme que os diga
   apesta por los cuatro costados en todos los aspectos. Pero de la misma
   forma tampoco cambiaría Firefox por Internet Explorer, ni VLC (insuperable
   reproductor multimedia) por Windows Media Player o Quicktime.
  
 
 La pelea entre el software privativo y el software libre va mucho más allá de 
 si uno es mejor que 
 otro. En realidad lo que se está defendiendo aquí, no es el software libre ni 
 gratis, sino el código 
 abierto. Creo que no entiendes el concepto de código abierto, por eso piensas 
 que es una cuestión de 
 fanatismo. Te invito a investigar un poco sobre el tema y a luchar por un 
 mundo mejor.
 
 Saludos.
 
 Facundo.
 
 


No sé si tenga interés en luchar por un mundo mejor una persona que
todavía no ha comprendido el punto del software libre a pesar de usar
Debian y estar apuntado a su lista.  En cualquier caso, le vendría bien
investigar antes de decir burradas.  Decir así como así, que hay una
lucha entre el software libre y el privativo...  Para empezar el
software  (programas y sistemas operativos)  no puede pelearse porque no
tiene cómo.  Es una creación humana, decir que hay una lucha entre un
software y otro es como decir que la mesa y la silla se pelean.  Llegado
el caso se pelearán las personas.  Y no ha llegado el caso.  No nos
estamos peleando.  Podemos discutir, pero no hay una lucha.  Yo, por
ejemplo, no le pego ni al más abstruso de los fanáticos de Microsoft.  Y
no es por consideración, es porque no tiene sentido.  El punto entre
software LIBRE y software privativo, es que en el primero tenés eso,
LIBERTAD, y en el segundo no.  La discusión (no pelea ni lucha) es
filosófica.  Es poder elegir entre un montón de cosas qué es lo que más
te conviene.  No que venga alguien y decida en tu lugar qué es lo que
vos precisás y cuál es el nivel al que vos podés llegar.  Yo quiero
vivir en una sociedad donde todos son libres de elegir lo que quieran.
Incluso contra sí mismos.  Incluso si prefieren ser esclavos.  Lo que
ellos hagan sólo los afecta a ellos, la libertad nos afecta a todos.
Pero no hay una pelea entre unos y otros.  Ésto no es Titanes en el
ring, caramba.

Salut!
Sylvia




Re: Internet atascada según los sitios

2009-09-20 Thread Excalibur
El dom, 20-09-2009 a las 18:10 -0300, Sylvia Sánchez escribió:
 
 
 
 El dom, 20-09-2009 a las 11:29 -0430, Juan Lavieri escribió:
 
  
  Ya que no tienes acceso a un CDROM ¿no tienes un pendrive?  Yo instalé 
  mi laptop con uno de 512MB y luego seguí con la instalación por internet.
  
  Saludos
  
  Juan Lavieri
  
  
  
 
 Sí, tengo un pendrive.  No tengo mucho espacio libre en él pero puedo
 hacerle un hueco sabiendo cuanto espacio me ocuparía Debian en ese
 caso y de dónde lo bajo.
 
 
 Saludos y Gracias
 Sylvia

No necesitas mas que 180 mb Sylvia y lo podes descargar de acá [0].

Saludos y suerte con eso!

[0]http://www.debian.org/distrib/netinst

PD: anda comentándonos como te esta yendo con eso!


-- 
---
1 hora de banda ancha para bajar tus paquetes .deb, $0,10.
Cd para grabarlos, $2.
Saber que nada en tu pc pertenece a Microsoft, NO TIENE PRECIO!
Existen S.O. que el dinero no puede comprar.
Para el resto, existe Windows!
**
Excalibur - Usuario Linux Registrado #481497
Debian Lenny GNU/Linux 5.0.2
www.debian.org
www.gnu.org/home.es.html
http://es.openoffice.org/


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



samba puede tener conflicto con otro samba?

2009-09-20 Thread kazabe
holas

tengo un viejo servidor en woody con samba y necesito reemplazarlo con
un nuevo servidor.

pero estoy notando  que cuando agrego la direccion del nuevo servidor
al dns, comienzan a presentarse problemas de validacion de dominio
contra el viejo servidor.

es esto normal?

es posible que ambos servidores generen conflicto en la red?

saludos y gracias

-- 
Sent from my mobile device

«Existen dos cosas infinitas:
el universo y la estupidez humana... y no estoy muy seguro de la primera» :
Albert Einstein


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



Re: [OT] Firewalls

2009-09-20 Thread Angel Claudio Alvarez
El sáb, 19-09-2009 a las 12:14 -0500, haldrik escribió:
 El día 18 de septiembre de 2009 22:58, Juan Manuel Acuña
 gps...@gmail.com escribió:
 
  El 18/09/2009, a las 17:39, Rafael A. Isturiz L. ristu...@gusl.org.ve
  escribió:
 
  Mensaje original
  De: Carlos Eduardo Sotelo Pinto
  Para: Debian User Spanish [Debian User Spanish debian-user-
  span...@lists.debian.org]
  Enviado el: Viernes 18 Septiembre 2009 a las 5:50 PMh
  Asunto: [OT] Firewalls
 
  Aqui no tengo una opinion, pero si lo que yo hago, que es usar mi
  servidor de aplicaciones como
  firewall, pero leyendo veo que es mejor tener una maquina independiente
  como fw
 
 Si tienes $$ para tener otro hierro (igual un pc con bajos recursos te
  sirve perfectamente) solo como firewall, eso es lo recomendable... El
  firewall
  es la primera máquina por donde pasa todo, colocarle aplicaciones
  adicionales
  te pone en riesgo de alguna vulnerabilidad (0day) directamente contra
  internet.
 Si no tienes otra opción, pues :)
 
  Saludos.
 
  --
  De acuerdo a mi experiencia, lo mas recomendable es tener un equipo aparte
  para trabajar como firewall, ya que es tu primer línea de defensa.
  Adicionalmente es recomendable tener seguridad en tus equipos dentro de tu
  lan, pero que todo pase por el firewall.
 
  Considera que puedes tener de firewall un equipo que ya tengas sin uso o con
  poco uso por que es antiguo / desactualizado, y que en lugar de deshecharlo
  le darás nueva vida útil.
 
  Todo esto, como siempre EMHO (en mi humilde opinión).
 
  Saludos!
  --
 
 Si tienes para otra máquina así sea un p3, es mejor que lo hagas así
 pero no solo es dinero, también es espacio y energía eléctrica así que
 si quieres ahorrar y tu servidor de aplicaciones es potente entonces
 podrías usar virtualización para las aplicaciones que sirves y usar el
 host como firewall de tal manera que lo único que corra el host será
 el firewall y el hypervisor, así aumentas la seguridad pero pierdes
 rendimiento en tus aplicaciones, de todas formas ganas en costos.
 -- 

No hace falta una pc. Si tenes un buen router(flashable) usalo como
firewall con dd-wrt


 LARGA VIDA Y PODEROSA.
 
 


signature.asc
Description: Esta parte del mensaje está firmada digitalmente


Cache de P2P

2009-09-20 Thread Paul Mancheno H.
HOla...

Amigos tengo una consulta, existen sistemas que realizan cache de P2P si 
alguien en su empresa tiene experiencia en estos sistemas me gustaría saber su 
punto de vista.

¿Genera problemas legales? ¿mejora notablemente el rendimiento del ISP?

Saludos,
Pepo.


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


Re: Cache de P2P

2009-09-20 Thread Pablo Jiménez
On Sun, Sep 20, 2009 at 11:31:45PM -0500, Paul Mancheno H. wrote:

 Hola...
 
 Amigos tengo una consulta, existen sistemas que realizan cache de P2P si 
 alguien en su empresa tiene experiencia en estos sistemas me gustaría saber 
 su 
 punto de vista.
 
 ¿Genera problemas legales? ¿mejora notablemente el rendimiento del ISP?

Hola:

Caché P2P: http://www.oversi.com

Sobre el tema legal, mejor consultas con abogados a nivel local. En una
lista técnica, nadie te podrá dar buenas respuestas sobre ese punto, menos
si desconocemos la legislación al respecto en el lugar donde deseas
implementar la solución.

Saludos.

-- 
Pablo Jiménez


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



Remover evolution

2009-09-20 Thread Adriano Carneiro de Moura
Pessoal,

Gosto de usar o icedove e por isso quero remover o evolution, mas ao tentar 
remové-lo, uma vários outros progamas estão sendo desinstalados também, como 
podem ver abaixo:

Os seguintes pacotes foram automaticamente instalados e não são mais requeridos:
  libepc-ui-1.0-1 espeak ekiga gcalctool libpth20 gnome-nettool libepc-1.0-1 
libgtk-vnc-1.0-0 libgail-gnome-module libportaudio2 pkg-config libgnome-mag2
  gucharmap zenity libosp5 gnome-games cheese gnome-network-admin 
gnome-power-manager gnome-cards-data totem-plugins gnome-mag gnome-screensaver
  w3c-dtd-xhtml python-gdata gedit python-gtksourceview2 
libpt-1.10.10-plugins-alsa gnome-themes seahorse libggzmod4 totem-common 
vinagre swfdec-gnome
  libpt-1.10.10 libgalago3 festlex-cmu dasher guile-1.8-libs gedit-common 
libdmx1 libbrlapi0.5 finger libatspi1.0-0 libxevie1 gdm-themes gnome-orca
  fast-user-switch-applet arj python-pyatspi libgtksourceview2.0-common eog gdm 
libgtksourceview2.0-0 libavahi-gobject0 gnome-backgrounds dasher-data
  python-brlapi gok espeak-data libggz2 festlex-poslex at-spi vino mousetweaks 
gnome-games-data festvox-kallpc16k libespeak1 libopal-2.2 totem-gstreamer
  libgnomevfs2-bin libgnome-speech7 gnome-core dmz-cursor-theme libcolorblind0 
festival libpt-1.10.10-plugins-v4l libgpgme11 libggzcore9 gconf-editor
  gnome-system-tools gnome-accessibility gnuchess gnome-accessibility-themes 
libavahi-ui0 libestools1.2 gstreamer0.10-tools totem-mozilla file-roller
  libspeexdsp1
Use 'apt-get autoremove' para removê-los.
Os pacotes a seguir serão REMOVIDOS:
  evolution* evolution-plugins* gnome-desktop-environment*

Pacotes semalhantes também são removidos ao tentar remover transmisson, ekiga.

Também já tentei 
aptitude unmarkauto
mas não funcionou.

Tem algum jeito de remover somente o evolution sem danificar o sistema todo ?

--
Adriano C. de Moura

Viva o GNU/Linux

O complexo nada mais é do que uma fila extensa de simplicidades

Quem com ferro se fere, tanto bate até que fura


  

Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

Re: Kernel Panic

2009-09-20 Thread Flamarion Jorge
Eu não peguei a discussão inteira, mas por que não usar o kernel-package?

baixa o source e usa o make-kpkg com algumas opções ele cria o pacote pra você 
até do próprio source...


Abraços

Flamarion Jorge


--- Em sáb, 19/9/09, Rodolfo rof20...@gmail.com escreveu:

 De: Rodolfo rof20...@gmail.com
 Assunto: Re: Kernel Panic
 Para: Caio Abreu Ferreira i...@terra.com.br
 Cc: debian-user-portuguese debian-user-portuguese@lists.debian.org
 Data: Sábado, 19 de Setembro de 2009, 21:47
 vc ta errando 1 comando só...pelo menos eu
 faço assim...
 
 make 
 
 make modules(NÃO É NECESSÁRIO USAR...O MAKE FAZ O MAKE E
 O MAKE MODULES)
  
 make modules_install 
 
 make install
   
 
 mkinitramfs -o initrd.img-2.6.31 2.6.31 (acho que aqui que
 está o erro)...faz como eu faço...
 
 makeinitramfs -o /boot/initrd.img-2.6.31
 /lib/modules/2.6.31 (no caso o seu kernel que é o 2.6.31)
 
 
 update-grub
 
 caratenho quase certeza que vai funcionar se tu fizer
 assima algum tempo tive o mesmo problema e resolvi dessa
 forma...
 
 2009/9/19 Caio Abreu Ferreira
 i...@terra.com.br
 
         Lista
 
 
 
         Estou com problema para compilar o kernel,
 problema de kernel panic.
 
 
 
 - distribuição - gnu/linux debian testing
 
 - kernel - 2.6.31
 
 
 
         Para compilar o kernel estou utilizando os
 seguintes comandos:
 
 
 
 make  make modules  make
 modules_install  make install
 
 cd /boot
 
 mkinitramfs -o initrd.img-2.6.31 2.6.31
 
 update-grub
 
 
 
         Durante o boot esta aparecendo a seguinte
 mensagem de erro:
 
 
 
 failed to exec /init
 
 kernel panic - not syncing : no init found
 
 try passing  init= option to kernel
 
 
 
         O arquivo /boot/grub/menu.lst esta assim:
 
 
 
 title           Debian GNU/Linux, kernel 2.6.31
 
 root            (hd0,0)
 
 kernel          /boot/vmlinuz-2.6.31 root=/dev/sda1
 ro
 
 initrd          /boot/initrd.img-2.6.31
 
 
 
 title           Debian GNU/Linux, kernel 2.6.31
 (single-user mode)
 
 root            (hd0,0)
 
 kernel          /boot/vmlinuz-2.6.31 root=/dev/sda1 ro
 single
 
 initrd          /boot/initrd.img-2.6.31
 
 
 
 title           Debian GNU/Linux, kernel 2.6.30-1-686
 
 root            (hd0,0)
 
 kernel          /boot/vmlinuz-2.6.30-1-686
 root=/dev/sda1 ro
 
 initrd          /boot/initrd.img-2.6.30-1-686
 
 
 
 title           Debian GNU/Linux, kernel 2.6.30-1-686
 (single-user mode)
 
 root            (hd0,0)
 
 kernel          /boot/vmlinuz-2.6.30-1-686
 root=/dev/sda1 ro single
 
 initrd          /boot/initrd.img-2.6.30-1-686
 
 
 
         Alguém teria alguma idéia do que eu estou
 fazendo de errado?
 
 
 
 Obrigado
 
 
 
 -
 
 
 
 
 
  .''`.   Caio Abreu Ferreira
 
 : :'  :  i...@terra.com.br
 
 `. `'`   Debian User
 
   `-     Key fingerprint = 97F8 61AC 605F 8A8B 3BA1
  D479 8C9A 52E8 6478 601F
 
 
 -BEGIN PGP SIGNATURE-
 
 Version: GnuPG v1.4.9 (GNU/Linux)
 
 
 
 iEYEARECAAYFAkq0sJ0ACgkQmkYY0KJL9xP9/wCfcSuUc5ChZpIMHMzk5fs7lUlg
 
 etcAoIjuTnMoUL4ilWPEcNHMjZRkxd7r
 
 =bcW5
 
 -END PGP SIGNATURE-
 
 
 
 
 


  

Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com


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



Re: Kernel Panic

2009-09-20 Thread Messias Manoel da Silva Junior
Caio, não vi erro nenhum no erro nenhum no seu processo de compilagem do
kernel, a naum ser do mkinitramfs.

c tinha colocado mkinitramfs -o initrd.img-2.6.31 2.6.31 e o modo seria
mkinitramfs-kpkg -o initrd.img-2.6.31 2.6.31
não sei c foi que você esqueceu de colocar no seu e-mail ou c esqueceu de
fazer no processo de compilação.

Qualquer coisa tenta de novo, e veja de dessa forma c consegue...
Abraços!!!



2009/9/19 Caio Abreu Ferreira i...@terra.com.br

Lista

Estou com problema para compilar o kernel, problema de kernel panic.

 - distribuição - gnu/linux debian testing
 - kernel - 2.6.31

Para compilar o kernel estou utilizando os seguintes comandos:

 make  make modules  make modules_install  make install
 cd /boot
 mkinitramfs -o initrd.img-2.6.31 2.6.31
 update-grub

Durante o boot esta aparecendo a seguinte mensagem de erro:

 failed to exec /init
 kernel panic - not syncing : no init found
 try passing  init= option to kernel

O arquivo /boot/grub/menu.lst esta assim:

 title   Debian GNU/Linux, kernel 2.6.31
 root(hd0,0)
 kernel  /boot/vmlinuz-2.6.31 root=/dev/sda1 ro
 initrd  /boot/initrd.img-2.6.31

 title   Debian GNU/Linux, kernel 2.6.31 (single-user mode)
 root(hd0,0)
 kernel  /boot/vmlinuz-2.6.31 root=/dev/sda1 ro single
 initrd  /boot/initrd.img-2.6.31

 title   Debian GNU/Linux, kernel 2.6.30-1-686
 root(hd0,0)
 kernel  /boot/vmlinuz-2.6.30-1-686 root=/dev/sda1 ro
 initrd  /boot/initrd.img-2.6.30-1-686

 title   Debian GNU/Linux, kernel 2.6.30-1-686 (single-user mode)
 root(hd0,0)
 kernel  /boot/vmlinuz-2.6.30-1-686 root=/dev/sda1 ro single
 initrd  /boot/initrd.img-2.6.30-1-686

Alguém teria alguma idéia do que eu estou fazendo de errado?

 Obrigado

 -


  .''`.   Caio Abreu Ferreira
 : :'  :  i...@terra.com.br
 `. `'`   Debian User
  `- Key fingerprint = 97F8 61AC 605F 8A8B 3BA1  D479 8C9A 52E8 6478
 601F

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

 iEYEARECAAYFAkq0sJ0ACgkQmkYY0KJL9xP9/wCfcSuUc5ChZpIMHMzk5fs7lUlg
 etcAoIjuTnMoUL4ilWPEcNHMjZRkxd7r
 =bcW5
 -END PGP SIGNATURE-




-- 
__
Messias Manoel da Silva Junior
Paulo Afonso-BA
Técnico de Suporte
Linux User: #491808
LPIC1 - LPI000175591

Para as lagartixas só posso dizer, treine muito e vire um calango, e
continue admirando os crocodilos


teste

2009-09-20 Thread Marcelo Ainsworth Passos
assdfsfsdf


  

Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

Teste de Mensagem

2009-09-20 Thread Marcelo Ainsworth Passos
Alow galera da lista de dicussão do Debian , espero que possa ajudar como tb 
ajuda-lo

abraços a todos
Marcelo


  

Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

dvd com 280 miçhoes de e-mails para mala direta só 13,99

2009-09-20 Thread carvalho amorim
*Atenção só tem mais 10 peças quem comprou comprou quem não comprou não
compra mais*

* *

Ola,,,



quer divulgar sua empresa ? faça como eu, use o sistema

de mala direta, aquira lista de e-mail com mais de 280 milhoes

de e-mails em dvd + programas de envio em massa, + programa extrartores

de e-mails,...



nao perca tempo compre o seu kit agora mesmo



promoçao de lancamento.



vc pagara apenas R$ 13,99 isso mesmo, apenas 13,99 reais

para aumentar as vendas da sua empresa significamente...



aproveite, acesse... o link abaixo e compre já...



http://comprar.todaoferta.uol.com.br/dvd-com-280-milhoes-de-emails-para-mala-direta-1399-HFEMDDAJRN





nao esqueça a propaganda é a alma do negocio...



cordialmente, cesar carvalho



por favor responda no e-mail abaixo



cesarcarvalho...@ig.com.br



se vc quiser aprender a gelar cerveja em apenas 3 minutos clic no link
abaixo..é brinde...



http://www.easy-share.com/1907246835/cerveja
gelada.txthttp://www.easy-share.com/1907246835/cerveja%20gelada.txt







para não receber mais basta responder com a palavra ‘’remover’’


Gráfico de economia do Squid

2009-09-20 Thread Rafael Moraes
Boa tarde galera,

estou a procura de uma ferramenta para utilizar gráficos de verificação da
economia com o Squid.


Além disso outras coisas como: Processamento, memória e etc que o squid
usa..

Alguma dica?

abraços

Rafael


Re: Remover evolution

2009-09-20 Thread William Pereira de Paula
Seguindo a dica do Rafael a alguns dias atraz!

Rafael Poseddon para mim
mostrar detalhes 18 set (2 dias atrás)

Tente o comando: aptitude keep-all (como root)





2009/9/20 Adriano Carneiro de Moura adrianodemo...@yahoo.com.br

 Pessoal,

 Gosto de usar o icedove e por isso quero remover o evolution, mas ao tentar
 remové-lo, uma vários outros progamas estão sendo desinstalados também, como
 podem ver abaixo:

 Os seguintes pacotes foram automaticamente instalados e não são mais
 requeridos:
   libepc-ui-1.0-1 espeak ekiga gcalctool libpth20 gnome-nettool
 libepc-1.0-1 libgtk-vnc-1.0-0 libgail-gnome-module libportaudio2 pkg-config
 libgnome-mag2
   gucharmap zenity libosp5 gnome-games cheese gnome-network-admin
 gnome-power-manager gnome-cards-data totem-plugins gnome-mag
 gnome-screensaver
   w3c-dtd-xhtml python-gdata gedit python-gtksourceview2
 libpt-1.10.10-plugins-alsa gnome-themes seahorse libggzmod4 totem-common
 vinagre swfdec-gnome
   libpt-1.10.10 libgalago3 festlex-cmu dasher guile-1.8-libs gedit-common
 libdmx1 libbrlapi0.5 finger libatspi1.0-0 libxevie1 gdm-themes gnome-orca
   fast-user-switch-applet arj python-pyatspi libgtksourceview2.0-common eog
 gdm libgtksourceview2.0-0 libavahi-gobject0 gnome-backgrounds dasher-data
   python-brlapi gok espeak-data libggz2 festlex-poslex at-spi vino
 mousetweaks gnome-games-data festvox-kallpc16k libespeak1 libopal-2.2
 totem-gstreamer
   libgnomevfs2-bin libgnome-speech7 gnome-core dmz-cursor-theme
 libcolorblind0 festival libpt-1.10.10-plugins-v4l libgpgme11 libggzcore9
 gconf-editor
   gnome-system-tools gnome-accessibility gnuchess
 gnome-accessibility-themes libavahi-ui0 libestools1.2 gstreamer0.10-tools
 totem-mozilla file-roller
   libspeexdsp1
 Use 'apt-get autoremove' para removê-los.
 Os pacotes a seguir serão REMOVIDOS:
   evolution* evolution-plugins* gnome-desktop-environment*

 Pacotes semalhantes também são removidos ao tentar remover transmisson,
 ekiga.

 Também já tentei
 aptitude unmarkauto
 mas não funcionou.

 Tem algum jeito de remover somente o evolution sem danificar o sistema todo
 ?

 --
 Adriano C. de Moura
 Viva o GNU/Linux
 O complexo nada mais é do que uma fila extensa de simplicidades
 Quem com ferro se fere, tanto bate até que fura
 --
 Veja quais são os assuntos do momento no Yahoo! + Buscados: Top 
 10http://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/-
 Celebridadeshttp://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/celebridades/-
 Músicahttp://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/m%C3%BAsica/-
 Esporteshttp://br.rd.yahoo.com/mail/taglines/mail/*http://br.maisbuscados.yahoo.com/esportes/




-- 
*
*William Pereira de Paula *
*   (67)92654849 *
* williampereiradepa...@gmail.com  *
*


Re: Gráfico de economia do Squid

2009-09-20 Thread Bijani, Thiago
Boa tarde Rafael,
 Acredito que o SquidGraph http://freshmeat.net/projects/squid-graph/e
Munin http://munin.projects.linpro.no/ irão te ajudar bastante. E tem
muita documentação na Internet.

Abrs.,

Thiago Bijani
Mobile: +55 21 7898-9032
Direct Connect: 55*82*44254



2009/9/20 Rafael Moraes raf...@bsd.com.br

 Boa tarde galera,

 estou a procura de uma ferramenta para utilizar gráficos de verificação da
 economia com o Squid.


 Além disso outras coisas como: Processamento, memória e etc que o squid
 usa..

 Alguma dica?

 abraços

 Rafael



Re: Controle de banda!

2009-09-20 Thread Fábio Ricci
Recomendo usar o htb

Segue links úteis sobre o assunto:

http://linux-ip.net/linux-ip.pdf

http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htmhttp://luxik.cdi.cz/%7Edevik/qos/htb/manual/userg.htm

http://luxik.cdi.cz/~devik/qos/htb/manual/theory.htmhttp://luxik.cdi.cz/%7Edevik/qos/htb/manual/theory.htm

http://www.docum.org/docum.org/docs/BB/BB.php

http://www.docum.org/docum.org/docs/htb/

http://www.docum.org/docum.org/tests/htb/index.php

http://lartc.org/howto/



2009/9/19 Júnior Bohn movidoali...@gmail.com

 Boa noite!

 Alguem conhece algum script pronto para controle de banda, preciso do
 seguinte:
 Controlar banda de placas aliases eth0:2 eth0:3 eth0:4 eth0:4 ou de faixas
 de rede.
 Estou usando debian 5.0 e o cbq/shaper não está funcionando bem com alises.
 quero dar 2 mbps para a eth0:2 e 2 mbps para a eth0:3 e assim por diante


 Junior

 --
 100% movido a linux!




-- 

Fábio Damião Barbosa Ricci
Escola Politécnica da Universidade de São Paulo
Engenharia Elétrica - Sistemas Eletrônicos
Laboratório de Sistemas Integráveis - Núcleo de Tecnologia Sem-Fio


Re: Kernel Panic

2009-09-20 Thread Renato S. Yamane

Em 19-09-2009 21:47, Rodolfo escreveu:

eu faço assim:
make
make modules
make modules_install
make install
makeinitramfs -o /boot/initrd.img-2.6.31 /lib/modules/2.6.31
update-grub


Do jeito Debian, basta fazer isso:
$ fakeroot make-kpkg --initrd --revision=custom.1.0 kernel_image

Maiores informações:
http://kernel-handbook.alioth.debian.org

--
Att,
Renato S. Yamane
www.diamondcut.com.br


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



Re: Controle de banda!

2009-09-20 Thread Marcos Ferreira

 Boa noite!

 Alguem conhece algum script pronto para controle de banda, preciso do
 seguinte:
 Controlar banda de placas aliases eth0:2 eth0:3 eth0:4 eth0:4 ou de faixas
 de rede.
 Estou usando debian 5.0 e o cbq/shaper não está funcionando bem com
 alises.
 quero dar 2 mbps para a eth0:2 e 2 mbps para a eth0:3 e assim por diante



Uitilizo o webhtb. É show de bola.

Seguem alguns links:

http://webhtb.sourceforge.net/
http://www.linuxnewmedia.com.br/issue/lm_56_gestao_de_ti_tem_solucao
http://www.vivaolinux.com.br/topico/Debian/Instalacao-WebHTB

atenciosamente,

Marcos Ferreira


Re: Font on google advanced search - Seamonkey - where is it set?

2009-09-20 Thread Chris Jones
 On Thu, Sep 17, 2009 at 11:27:35PM EDT, Chris Jones wrote:
  What I’m seeing is that my usual font was changed everywhere on the page
  except for the keywords entered in step 3. above.

Same behavior with Firefox 3.5.

Anyone seeing this with Opera, Konqueror, Dillo, IE..?

CJ


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



Re: Raid disk delimma

2009-09-20 Thread martin f krafft
also sprach Jack Schneider p...@dp-indexing.com [2009.09.20.0044 +0200]:
 I get to the Give root password for maintenance etc. place and when I
 do it will not allow me to find any logs.  I can run dmesg which looks
 normal.  Anything that that tries to use /var -locks. etc. fails, so
 it's unable to find /dev/md1 and contents..it seems to me... df -h
 finds /md0 but not /md1

Have a look at the output of

  mdadm -Es

and compare that to the ARRAY lines /etc/mdadm/mdadm.conf. Anything
different?

What do you see when you run

  mdadm -Asayes
  vgchange -a

?

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
vulgarity is simply the conduct of other people.
-- oscar wilde


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Re: Raid disk delimma

2009-09-20 Thread thveillon.debian
Jack Schneider wrote:
 Hi, All
 
 Somewhere (about 9/15) in my enthusiasm for Debian, Testing up2date
   kernel 2.6.30-1-amd64,--updating I said (y) where I should have said
 (q). My system will not boot correctly. It halts with: fsck died with
 exit status 8 
 
 I have  4 disks, 2 in raid1, ie. 2 in use - 2 unused
 
 Disks are setup as /dev/md0 --/root (small-ish) partition and /dev/md1
 much  bigger containing /tmp /opt /var and several VirtualBox DVI
 partitions all under lvm2.
 
 I get to the Give root password for maintenance etc. place and when I
 do it will not allow me to find any logs.  I can run dmesg which looks
 normal.  Anything that that tries to use /var -locks. etc. fails, so
 it's unable to find /dev/md1 and contents..it seems to me... df -h
 finds /md0 but not /md1
 
 I have tried to google/linux and man on mdadm etc.  but  ... nothing
 close... I don't know where to go from here...  HELP! or directions,
 Please!
 
 TIA  Jack 
 
 

Hi,

really don't know if it's relevant in your situation, but I was once
stuck with such a situation on a raid1 system (which worked correctly
for a while). Turned out that the filesystem size was incorrect, and was
overlapping with the superblocks (don't know how it happened, must have
been at the raid creation time).
I ran a e2fsck -cc (from a live-cd, takes a while), then resize2fs and
finally fsck on every raid group.

It does the trick, and the system has been running fine ever since (was
± one year ago.)

Hope it helps,

Tom


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



keep a packages daemon from adding to rc.d etc, on upgrade

2009-09-20 Thread Brent Clark

Hiya

Would anyone know how to keep a packages daemon from adding to rc.d etc, 
on upgrade, thats after I ran update.rcd package remove.


Im using heartbeat with LVS (ldirector). For my setup, a while ago, I 
did an update.rcd ldirector remove, but when a release from debian 
stable was released, naturally it got reactived.  I need to keep this 
from running, and let heartbeat manage it.


I thought I could use dpkg-statoverride, but Im not to sure of whats the 
correct method.


If anyone help me, it would be appreciated.

Kind Regards
Brent Clark


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




Re: keep a packages daemon from adding to rc.d etc, on upgrade

2009-09-20 Thread Andrei Popescu
On Sun,20.Sep.09, 10:23:07, Brent Clark wrote:
 Hiya
 
 Would anyone know how to keep a packages daemon from adding to rc.d
 etc, on upgrade, thats after I ran update.rcd package remove.
 
 Im using heartbeat with LVS (ldirector). For my setup, a while ago,
 I did an update.rcd ldirector remove, but when a release from debian
 stable was released, naturally it got reactived.  I need to keep
 this from running, and let heartbeat manage it.

Why don't you just remove the respective package? Many init.d scripts 
I've seen also source some file in /etc (usually in /etc/default ) where 
you can set some variable to inhibit the daemon from starting.

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


signature.asc
Description: Digital signature


[Fwd: Re: Alsa Problem or Audacity Problem?]

2009-09-20 Thread steef



 Original Message 
Subject:Re: Alsa Problem or Audacity Problem?
Resent-Date:Sat, 19 Sep 2009 23:58:38 + (UTC)
Resent-From:debian-user@lists.debian.org
Date:   Sat, 19 Sep 2009 19:57:58 -0400
From:   Thomas H. George li...@tomgeorge.info
To: debian-user@lists.debian.org
References: 	20090918180729.ga24...@tomgeorge.info 
4ab481a3.80...@tjbeauregard.plus.com




On Sat, Sep 19, 2009 at 08:00:51AM +0100, Tim Beauregard wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas H. George wrote:
 Question: Should Audacity have a switch to select between input sources
 or rely on Alsamixer to make the selection?

My (Debian unstable) Audacity 1.3.9 has input selection capabilities as
has every version I've used since 2001.
Edit..Preferences..Devices..Recording..Device.  hw:0,0 is default, and
I've played around with 0,1 and 1,0 when I was using a SoundBlaster
Creative Live breakout box.


My misunderstanding.  In the past I had a version of Audacity which had
a pulldown selection listing line_in, cd, mic and other choices for the
input.  I thought the current pulldowns were just to select the
soundcard. From you comment below I understand that the sound card is using
the input from all these sources simaltaneously and so the ones not
needed must be muted.

This new understanding does not help as I have already experimented with
all the Alsamixer settings without Audacity seeing any signal to record.
I have tried using line_in from my tape deck and lp turntable with the
same negative result.

What did help was the comment about other software.  I found arecord
works flawlessly capturing the input from the tape deck and the
turntable and writing it to .wav files on the hard disk.  Audacity can
load these files so I can edit them before writing them to cd's.  This
is what I wanted to accomplish so mission accomplished.

Thank you for clarifying the operations for me.

Tom


As far as I'm aware alsamixer (1.0.20 on my system) always uses 0,0
unless you tell it to use an alternative device with the switch -D.
Each device will have a separate Capture control for the individual
inputs available on that interface.  I believe Audacity is dependant on
the settings you use here, so unmute everything and set volumes to ~72%.

 Problem: On two Squeeze systems I have found two distinctly different
 versions of Alsamixer both labeled version 1.0.20.  One is capable of
 selecting an input source which Audacity can record, the other cannot.

Do the two systems have identical hardware?  If so, maybe one has inputs
disconnected or there is a hardware fault.

 sources.  While playing a cd I tried selecting capture from cd with no
 effect.  When I switched to capture mix the vumeter bars on Audacity

Maybe you do not have the small wire from the optical drive connected to
the soundcard required for direct audio monitoring when playing CDs.  I
presume you were trying to do this purely for testing purposes.

If you believe Audacity is not functioning correctly there are plenty of
other capture tools available: ecasound, arecord (part of the alsa-utils
package) and rec (part of the sox package) are three examples, which
work beautifully off the command line.

 space bar.  There are also three labels input source with no volume
 bars, just a text entry in place of the volume bar.  The text entries

These are switches to mute the various inputs.

Have you tried alsamixergui?  This may help to understand the available
functions of the chosen device.

If this all doesn't help, maybe tell us what sound device(s) exist is on
the PC you are using.

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

iEYEARECAAYFAkq0gaMACgkQsUUdIDHrdAX5EQCeNexAXnS10bdPxLh+7iGhcQLX
LpsAn0UieqE9SfbU7coqYDGf1HK5fkXv
=q5mP
-END PGP SIGNATURE-


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






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





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




Re: Alsa Problem or Audacity Problem?

2009-09-20 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas H. George wrote:
 soundcard. From you comment below I understand that the sound card is using
 the input from all these sources simaltaneously and so the ones not
 needed must be muted.

The more complex soundcards may have an internal switch meaning that
when one source is connected another becomes unavailable.  Aside from
that scenario I do not believe it is essential to have unused sources muted.

 What did help was the comment about other software.  I found arecord
 works flawlessly capturing the input from the tape deck and the

How frustrating that arecord will work and yet audacity won't.  Try
setting the audacity vu-meter to monitor, then play around with the
alsamixer settings.  This is how I identified the correct alsamixer
settings on my system.

 turntable and writing it to .wav files on the hard disk.  Audacity can
 load these files so I can edit them before writing them to cd's.  This
 is what I wanted to accomplish so mission accomplished.

I presume you aren't trying to record live music-that is when audacity
proves its worth.  Two other excellent resources are
http://lalists.stanford.edu/lau/ and http://forum.audacityteam.org/

Good luck.

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

iEYEARECAAYFAkq1+RYACgkQsUUdIDHrdAV1YwCeI95Ichdfo+YXkrXAZ4mMAbSq
mQYAnAsBQZkKuM9cTfYDGOU5E+JPDjoN
=vzio
-END PGP SIGNATURE-


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



[Fwd: Re: Alsa Problem or Audacity Problem?]

2009-09-20 Thread steef



 Original Message 
Subject:Re: Alsa Problem or Audacity Problem?
Resent-Date:Sat, 19 Sep 2009 23:58:38 + (UTC)
Resent-From:debian-user@lists.debian.org
Date:   Sat, 19 Sep 2009 19:57:58 -0400
From:   Thomas H. George li...@tomgeorge.info
To: debian-user@lists.debian.org
References: 	20090918180729.ga24...@tomgeorge.info 
4ab481a3.80...@tjbeauregard.plus.com




On Sat, Sep 19, 2009 at 08:00:51AM +0100, Tim Beauregard wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thomas H. George wrote:
 Question: Should Audacity have a switch to select between input sources
 or rely on Alsamixer to make the selection?

My (Debian unstable) Audacity 1.3.9 has input selection capabilities as
has every version I've used since 2001.
Edit..Preferences..Devices..Recording..Device.  hw:0,0 is default, and
I've played around with 0,1 and 1,0 when I was using a SoundBlaster
Creative Live breakout box.


My misunderstanding.  In the past I had a version of Audacity which had
a pulldown selection listing line_in, cd, mic and other choices for the
input.  I thought the current pulldowns were just to select the
soundcard. From you comment below I understand that the sound card is using
the input from all these sources simaltaneously and so the ones not
needed must be muted.

This new understanding does not help as I have already experimented with
all the Alsamixer settings without Audacity seeing any signal to record.
I have tried using line_in from my tape deck and lp turntable with the
same negative result.

What did help was the comment about other software.  I found arecord
works flawlessly capturing the input from the tape deck and the
turntable and writing it to .wav files on the hard disk.  Audacity can
load these files so I can edit them before writing them to cd's.  This
is what I wanted to accomplish so mission accomplished.

Thank you for clarifying the operations for me.

Tom


As far as I'm aware alsamixer (1.0.20 on my system) always uses 0,0
unless you tell it to use an alternative device with the switch -D.
Each device will have a separate Capture control for the individual
inputs available on that interface.  I believe Audacity is dependant on
the settings you use here, so unmute everything and set volumes to ~72%.

 Problem: On two Squeeze systems I have found two distinctly different
 versions of Alsamixer both labeled version 1.0.20.  One is capable of
 selecting an input source which Audacity can record, the other cannot.

Do the two systems have identical hardware?  If so, maybe one has inputs
disconnected or there is a hardware fault.

 sources.  While playing a cd I tried selecting capture from cd with no
 effect.  When I switched to capture mix the vumeter bars on Audacity

Maybe you do not have the small wire from the optical drive connected to
the soundcard required for direct audio monitoring when playing CDs.  I
presume you were trying to do this purely for testing purposes.

If you believe Audacity is not functioning correctly there are plenty of
other capture tools available: ecasound, arecord (part of the alsa-utils
package) and rec (part of the sox package) are three examples, which
work beautifully off the command line.

 space bar.  There are also three labels input source with no volume
 bars, just a text entry in place of the volume bar.  The text entries

These are switches to mute the various inputs.

Have you tried alsamixergui?  This may help to understand the available
functions of the chosen device.

If this all doesn't help, maybe tell us what sound device(s) exist is on
the PC you are using.

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

iEYEARECAAYFAkq0gaMACgkQsUUdIDHrdAX5EQCeNexAXnS10bdPxLh+7iGhcQLX
LpsAn0UieqE9SfbU7coqYDGf1HK5fkXv
=q5mP
-END PGP SIGNATURE-


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






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





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




alsa does not (re-)store audio levels

2009-09-20 Thread Liviu Andronic
Dear all
Even more sound trouble. On my system ALSA seems unable to (re-)store
the audio levels for Master. All other levels and switches are
stored and restored as expected, but on start-up Master is always
muted and at 0%.

I tried to work around and set Xfce to run aumix -v60 in terminal at
each start-up, but this seems to have no effect. Strange is that
manually running this same command in a terminal will have the desired
effect.
Could anyone suggest how to make ALSA properly restore audio levels on
start-up, or perhaps to unmute and set Master to a predefined
reasonable level?
Thank you
Liviu




-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail


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



EIP: [c012529d] do_exit+0x40c/

2009-09-20 Thread Paul Cartwright
I started getting this error recently, and I'm not sure why. I found this 
reference to a kernel error, but it says unstable/testing, and it is rather 
OLD..:
https://lists.linux-foundation.org/pipermail/bugme-new/2004-December/011652.html

and these messages were in a terminal window I had up:

paulandcilla kernel: [128618.786600] Call Trace:

Message from sysl...@paulandcilla at Sun Sep 20 07:40:01 2009 ...
paulandcilla kernel: [128618.786622]  [c01254b0] do_group_exit+0x64/0x8d

Message from sysl...@paulandcilla at Sun Sep 20 07:40:01 2009 ...
paulandcilla kernel: [128618.786634]  [c01254e6] sys_exit_group+0xd/0x10

Message from sysl...@paulandcilla at Sun Sep 20 07:40:01 2009 ...
paulandcilla kernel: [128618.786638]  [c0103853] sysenter_past_esp+0x78/0xb1

Message from sysl...@paulandcilla at Sun Sep 20 07:40:01 2009 ...
paulandcilla kernel: [128618.786680]  ===

Message from sysl...@paulandcilla at Sun Sep 20 07:40:01 2009 ...
paulandcilla kernel: [128618.786681] Code: dc 00 00 00 39 c2 75 ce f0 81 05 00 
ea 36 c0 00 00 00 01 fb 0f 1f 84 00 00 00 00 00 90 8d 86 20 01 00 00 39 86 20 
01 00 00 74 04 0f 0b eb fe 39 96 dc 00 00 00 74 04 0f 0b eb fe 8b 5c 24 08 
81 

Message from sysl...@paulandcilla at Sun Sep 20 07:40:01 2009 ...
paulandcilla kernel: [128618.786719] EIP: [c012529d] do_exit+0x40c/0x5bb 
SS:ESP 0068:ea9a1f80



I'm running debian Lenny uptodate.
uname -a
Linux paulandcilla.homelinux.org 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 
2009 i686 GNU/Linux

-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


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



Request for mutual web link

2009-09-20 Thread invitel...@crosslink-builder.com
Dear debian-user

I would like to build a reciprocal website link between www.acopart.org and 
www.archivum.info. I believe that the content in both websites would be of 
great interest to visitors and this could result in increased web traffic and 
improvement in google page rankings for both businesses. Higher page rankings 
would mean more successful search engine listings.

You can register for free with Crosslink builder (and find out your google page 
rank) to build a reciprocal link by clicking on
http://www.crosslink-builder.com/register.asp?reply=willdoout_id=13415website=www.archivum.infof=i

Please let me know if you wish to proceed.

Email replies should be sent to i...@acopart.org

Yours,
shahram

(Email sent to debian-user@lists.debian.org)

If you do not want further emails from www.crosslink-builder.com and you are 
definately not interested in registering for free, then click on 
http://www.crosslink-builder.com/cancel_invite.asp?links_id=352155website=www.archivum.infoemail=debian-u...@lists.debian.org


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



Re: Raid disk delimma

2009-09-20 Thread Jack Schneider
On Sun, 20 Sep 2009 08:37:51 +0200
martin f krafft madd...@debian.org wrote:

 also sprach Jack Schneider p...@dp-indexing.com [2009.09.20.0044
 +0200]:
  I get to the Give root password for maintenance etc. place and
  when I do it will not allow me to find any logs.  I can run dmesg
  which looks normal.  Anything that that tries to use /var -locks.
  etc. fails, so it's unable to find /dev/md1 and contents..it seems
  to me... df -h finds /md0 but not /md1
 
 Have a look at the output of
 
   mdadm -Es
 
 and compare that to the ARRAY lines /etc/mdadm/mdadm.conf. Anything
 different?
 
 What do you see when you run
 
   mdadm -Asayes
   vgchange -a
 
 ?
 
Hi,Martin
Thanks for your reply...

A little more info /home is also on a /dev/md1 partition.  
Re:mdadm -Es
 
 and compare that to the ARRAY lines /etc/mdadm/mdadm.conf. Anything
 different?

There is 'no' difference in the array info UUID's match for both md0 
md1.  

I have yet to try the other commands.  need to see what they mean...8-)

Jack


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



Sharing ppp connection with wlan interface

2009-09-20 Thread Vinícius Massuchetto

Dear all.

I've been trying to serve a ppp0 internet 
connection through a wireless network. I made a 
small script to be ran when i want to do that:


ifdown wlan0
iwconfig wlan0 essid VinaNET mode Ad-Hoc
ifconfig wlan0 192.168.0.254
echo 1  /proc/sys/net/ipv4/ip_forward
/etc/init.d/dnsmasq stop
/etc/init.d/dnsmasq start
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE

The script goes just fine and the client computer 
can see the wireless network but can't connect, it 
only keeps trying:


DHCPDISCOVER on ath0 to 255.255.255.255 port 67 
interval x


Thanks.
--
Vinícius André Massuchetto
http://vinicius.soylocoporti.org.br


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




Re: Sharing ppp connection with wlan interface

2009-09-20 Thread Vinícius Massuchetto

Oh Sorry... I forgot to mention an important info.

Here's my dnsmasq.conf file:

domain-needed
bogus-priv
interface=wlan0
dhcp-range=192.168.0.1,192.169.0.100,12h

Thanks again.
--
Vinícius André Massuchetto
http://vinicius.soylocoporti.org.br

Vinícius Massuchetto escreveu:

Dear all.

I've been trying to serve a ppp0 internet connection through a wireless 
network. I made a small script to be ran when i want to do that:


ifdown wlan0
iwconfig wlan0 essid VinaNET mode Ad-Hoc
ifconfig wlan0 192.168.0.254
echo 1  /proc/sys/net/ipv4/ip_forward
/etc/init.d/dnsmasq stop
/etc/init.d/dnsmasq start
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE

The script goes just fine and the client computer can see the wireless 
network but can't connect, it only keeps trying:


DHCPDISCOVER on ath0 to 255.255.255.255 port 67 interval x

Thanks.
--
Vinícius André Massuchetto
http://vinicius.soylocoporti.org.br



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




using skype with a bluetooth headset

2009-09-20 Thread Micha Feigin
I'm to get skype working with my bluetooth headset

I managed to get it paired using blueman-applet and even get audio on it from 
mplayer using:
player -ao alsa:device=bluetooth ~/Music/When\ I\ Grow\ Up.flac

I setup a .asoundrc file containing:

pcm.bluetooth {
type plug
slave {
pcm bluetooth_hw
}
}

pcm.bluetooth_hw {
type bluetooth
device 00:11:22:33:44:55
profile auto
}

And skype seems to know the bluetooth headset showing both bluetooth and
bluetooth_hw devices (mic and speaker) but when I try to use them I get the
sound output in the spears instead of the headset.

As this is a 64bit system I even tried extracting 
/usr/lib32/alsa-lib/libasound_module_ctl_bluetooth.so
/usr/lib32/alsa-lib/libasound_module_pcm_bluetooth.so
from the 32bit packages but no difference

I tried to install pulseaudio earlier but it was in shambles (kept showing
connection refused messages and wouldn't work).

Any idea on what I'm missing?

Thanks


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



OT: Re: There is no planet B

2009-09-20 Thread Chris
On Sat, 19 Sep 2009 18:04:40 +1200
sam blackmore sig...@greenpeace.org.nz wrote:

 Yup this is a mail bomb - sign on with Greenpeace to help stop
 climate change. You'll win a planet!
 I've just Signed On with thousands of other Kiwis calling for urgent
 action on climate change and I think you should too!
 
 Please click here and join me:
 
 http://www.signon.org.nz/invite/accept/CwwL3GuK
 
 Thanks,
 
 sam
 
 
 
 
 
 You received this email because someone you know sent it to you from
 the GREENPEACE 'Sign On' website.  If you don't want any more invites
 like this from your friends and family click on or paste the link
 below into your browser:
 
 http://www.signon.org.nz/invite/optout/SEw3b2UxaVVzenRVeFJieDI4V1NLZGYrbzZGaDR2ajU3OVJxWis3OFZhST0
 
 
 

You can't stop cyclical stages (please, no more global warming or
climate change terms when in fact it would be correct to use something
like cyclical change or stages).

The earth cools, goes through ice ages (as it has many, many times
before - and will continue to do) - then heats up again (as it has many,
many times before - and will continue to do) and ends ice ages and
everything gets greens and happy again.

You are  simply silly to think that mankind can do more damage than
Mother Earth herself can do so much quicker, efficiently, and will
continue to do all on her own at any one time...

Visa-Vie droughts, floods, earthquakes, volcanoes, plate tectonics,
pole shifting, etc.

I'm waiting for these types to tell us that volcanism, plate tectonics
and pole shifting is also brought on be mankind. When that happens,
then I'll believe in human induced global warming...

-- 
Best regards,

Chris

()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

There's no place like 127.0.0.1


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



Re: Advices regarding hdparm multcount option

2009-09-20 Thread Matus UHLAR - fantomas
On 22.07.09 14:31, Dominique Dumont wrote:
 My Gygabyte motherboard (SB700 with AMD4400+) has poor SATA
 performance. Any disk I/O leads to high system CPU percentage. 
 And the AHCI interrupt is about 1000/s even for low disk usage.
 
 Using hdparm, I've found that all my sata disks have multcount set to 0:
 
 $ sudo hdparm /dev/sdb
 
 /dev/sdb:
  multcount =  0 (off)
  IO_support=  0 (default)
  readonly  =  0 (off)
  readahead = 256 (on)
  geometry  = 38913/255/63, sectors = 625142448, start = 0
 
 As far as I can tell, I should get better performance by setting
 mulcount to 8 or 16. (ie. hdparm -m 16 /dev/sdb)
 
 But, hdparm warns that -m is a dangerous option. 
 
 What is your opinion on this ? Is this really dangerous ? Or is it only
 when playing with too high mulcount value ?

afaik those options only work when DMA is not in use, and using DMA is
usually much faster.

Are you using any kind of hardware RAID? Which kernel do you have?
I think that you are missing good drivers for the sata...

-- 
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
They say when you play that M$ CD backward you can hear satanic messages.
That's nothing. If you play it forward it will install Windows.


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



Re: alsa does not (re-)store audio levels

2009-09-20 Thread Andrei Popescu
On Sun,20.Sep.09, 12:05:17, Liviu Andronic wrote:
 Dear all
 Even more sound trouble. On my system ALSA seems unable to (re-)store
 the audio levels for Master. All other levels and switches are
 stored and restored as expected, but on start-up Master is always
 muted and at 0%.

Do 'alsactl store' and 'alsactl restore' work for root? Do you have the 
package alsa-utils installed?

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: OT: Re: There is no planet B

2009-09-20 Thread Andrei Popescu
On Sun,20.Sep.09, 09:24:06, Chris wrote:

[snip everything]

1. Please do not respond to spam
2. If you do feel an uncontrollable urge to talk about a spam message at 
least do not quote it (not even partially)
3. Your message is offtopic on debian-user, the list in my .sig would 
have been more appropiate (Reply-To set accordingly).

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: OT: Re: There is no planet B

2009-09-20 Thread Andrei Popescu
On Sun,20.Sep.09, 18:27:01, Andrei Popescu wrote:

 3. Your message is offtopic on debian-user, the list in my .sig would 
 have been more appropiate (Reply-To set accordingly).

...now it is.

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: [Xorg Mouse Acceleration is Broken in new Xorg 7.4?] Re: Mouse/keyboard no longer work after apt-get dist-upgrade in testing?

2009-09-20 Thread Justin Piszcz



On Sat, 19 Sep 2009, Justin Piszcz wrote:




On Sat, 19 Sep 2009, Justin Piszcz wrote:




On Sat, 19 Sep 2009, Justin Piszcz wrote:


On Sat, 19 Sep 2009, Justin Piszcz wrote:


On Sat, 19 Sep 2009, Justin Piszcz wrote:



On Sat, 19 Sep 2009, Justin Piszcz wrote:



Solution for now as I need a working desktop:

1. Recover OS from backup before upgrade:
2. Pin kde* and xorg* so they are not upgraded anymore.

In the future/if someone from xorg can respond-- is there a fix/way to 
make the semantics such that 'xset m 20/5 1' is the same as it used to be 
in xorg 7.3?


Justin.


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




Re: OT: Re: There is no planet B

2009-09-20 Thread Lee Winter
On Sun, Sep 20, 2009 at 10:24 AM, Chris rac...@makeworld.com wrote:
 On Sat, 19 Sep 2009 18:04:40 +1200
 sam blackmore sig...@greenpeace.org.nz wrote:

 Yup this is a mail bomb - sign on with Greenpeace to help stop
 climate change. You'll win a planet!

...


 You can't stop cyclical stages (please, no more global warming or
 climate change terms when in fact it would be correct to use something
 like cyclical change or stages).

 The earth cools, goes through ice ages (as it has many, many times
 before - and will continue to do) - then heats up again (as it has many,
 many times before - and will continue to do) and ends ice ages and
 everything gets greens and happy again.

 You are  simply silly to think that mankind can do more damage than
 Mother Earth herself can do so much quicker, efficiently, and will
 continue to do all on her own at any one time...

 Visa-Vie droughts, floods, earthquakes, volcanoes, plate tectonics,
 pole shifting, etc.

 I'm waiting for these types to tell us that volcanism, plate tectonics
 and pole shifting is also brought on be mankind. When that happens,
 then I'll believe in human induced global warming...

Now let's be constructive.  Instead of blaming or punishing humans for
their faults as a way of collecting political power we should be
applying positive behavior modification to motivate constructive
action as follows:

Of course vulcanism, plate tectonics, and pole shifting are the fault
of humans.  In fact sunspots, the 3% variability in the solar output,
the frequency of asteroidal and cometary impacts, and all gamma-ray
bursts within 1K light years of the star Solaris are also the fault of
humans because so far humans failed to do anything to protect the
planet from those disasters.

 -- from an up-coming Scientific American /r/a/n/t/ article by
Tsipsis and Sachs.

The only question really worth debating is how much responsibility we
should accept for the historical destruction of the eco-sphere.  Is it
enough to simply stop the present harmful activity or do we have to
undo the past damage?  And how far back should we look?

If we want to stop the ice ages we have to restore the planet to a
time about 5.5e8 BC when the great oxygenation event destroyed the
greenhouse gasses that were stabilizing the climate.  That caused the
first ice age and contributed to the following ones.

But if we really want a complete restoration we have to go back about
2.5e9 BC to the time before early biological activity first oxygenated
the atmosphere and destroyed the iron-dominated ecology of the oceans.
 All we have left of that ecology is thousands of square miles of
banded iron formations (BIF), which /s/e/e/ google.

Clearly oxygen is the culprit.  When it appears with DHMO then watch out.

Biological activity caused all of those damaging changes.  Many people
think we should fix that.

I ain't one of 'em.

Lee Winter
NP Engineering
Nashua, New Hampshire


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



apt source compilation error

2009-09-20 Thread Peng Yu
Hi,

I downloaded apt_0.6.46.4-0.1+etch1.tar.gz and decompress it. Then I
run ./configure and make. But I get the following error. Could
somebody let me know how to fix the problem?

Regards,
Peng

Compiling contrib/mmap.cc to
/home/pengy/download/linux/debian/etch/admin/apt-0.6.46.4/obj/apt-pkg/mmap.opic
contrib/mmap.cc: In constructor ‘DynamicMMap::DynamicMMap(long
unsigned int, long unsigned int)’:
contrib/mmap.cc:179: error: ‘memset’ was not declared in this scope
contrib/mmap.cc: In member function ‘long unsigned int
DynamicMMap::WriteString(const char*, long unsigned int)’:
contrib/mmap.cc:281: error: ‘strlen’ was not declared in this scope
contrib/mmap.cc:283: error: ‘memcpy’ was not declared in this scope
make[2]: *** 
[/home/pengy/download/linux/debian/etch/admin/apt-0.6.46.4/obj/apt-pkg/mmap.opic]
Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2


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



Re: apt source compilation error

2009-09-20 Thread Sven Joachim
On 2009-09-20 18:40 +0200, Peng Yu wrote:

 I downloaded apt_0.6.46.4-0.1+etch1.tar.gz and decompress it. Then I
 run ./configure and make.

Out of curiosity, why are you doing that?  Apparently you don't use
etch, because...

 Compiling contrib/mmap.cc to
 /home/pengy/download/linux/debian/etch/admin/apt-0.6.46.4/obj/apt-pkg/mmap.opic
 contrib/mmap.cc: In constructor ‘DynamicMMap::DynamicMMap(long
 unsigned int, long unsigned int)’:
 contrib/mmap.cc:179: error: ‘memset’ was not declared in this scope
 contrib/mmap.cc: In member function ‘long unsigned int
 DynamicMMap::WriteString(const char*, long unsigned int)’:
 contrib/mmap.cc:281: error: ‘strlen’ was not declared in this scope
 contrib/mmap.cc:283: error: ‘memcpy’ was not declared in this scope

...this looks like you have a newer C++ compiler than in etch.  What
does g++ --version print?

Sven


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



Re: OT: Re: There is no planet B

2009-09-20 Thread Chris
On Sun, 20 Sep 2009 18:29:53 +0300
Andrei Popescu andreimpope...@gmail.com wrote:

 On Sun,20.Sep.09, 18:27:01, Andrei Popescu wrote:
 
  3. Your message is offtopic on debian-user, the list in my .sig
  would have been more appropiate (Reply-To set accordingly).
 
 ...now it is.
 
 Regards,
 Andrei

I apologize for the back spatter. I don't know what I was thinking.
The spam got the best of me.

-- 
Best regards,

Chris

()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

There's no place like 127.0.0.1


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



Re: keep a packages daemon from adding to rc.d etc, on upgrade

2009-09-20 Thread Gilles Mocellin
On Sun, Sep 20, 2009 at 10:23:07AM +0200, Brent Clark wrote:
 Hiya
 
 Would anyone know how to keep a packages daemon from adding to rc.d
 etc, on upgrade, thats after I ran update.rcd package remove.
 
 Im using heartbeat with LVS (ldirector). For my setup, a while ago,
 I did an update.rcd ldirector remove, but when a release from debian
 stable was released, naturally it got reactived.  I need to keep
 this from running, and let heartbeat manage it.
 
 I thought I could use dpkg-statoverride, but Im not to sure of whats
 the correct method.
 
 If anyone help me, it would be appreciated.

The way I do is to force a stop config at all runlevels for theses
services. If they have a config, it will not be overwritten on upgrade.

Something like :
# update-rc.d -f ldirector remove
This, you have done, but also :

# update-rc.d ldirector stop 0 1 2 3 4 5 6 .

I'v read other means, dealing with policy-rc.d, but I don't
remember clearly what to do.


signature.asc
Description: Digital signature


Support for the Maxtor Onetouch4 Plus

2009-09-20 Thread Dr. George E. Moore
List,

Is there support for the Maxtor Onetouch4 Plus 1TB external drive in
Debian 5.0 release? If not, are there 1TB external drives that are
supported and is there a plan to support the Maxtor drive in some future
releases?

gmoore


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



Re: Support for the Maxtor Onetouch4 Plus

2009-09-20 Thread Eduardo M KALINOWSKI
Dr. George E. Moore wrote:
 List,

 Is there support for the Maxtor Onetouch4 Plus 1TB external drive in
 Debian 5.0 release? If not, are there 1TB external drives that are
 supported and is there a plan to support the Maxtor drive in some future
 releases?
   
Unless this drive behaves in some weird way, it should be supported.
It'll work like any other mass media device that is plugged in.

Do not expect its proprietary backup software to work, though. But there
are plenty of programs for backups in debian.


-- 
I am looking for a honest man.
-- Diogenes the Cynic

Eduardo M KALINOWSKI
edua...@kalinowski.com.br


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



Re: Support for the Maxtor Onetouch4 Plus

2009-09-20 Thread Victor Padro
On Sun, Sep 20, 2009 at 12:58 PM, Dr. George E. Moore
gmoore...@gmail.com wrote:
 List,

 Is there support for the Maxtor Onetouch4 Plus 1TB external drive in
 Debian 5.0 release? If not, are there 1TB external drives that are
 supported and is there a plan to support the Maxtor drive in some future
 releases?

 gmoore


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



I have that drive plugged to a NSLU2 using Debian Lenny and it's NTFS
formatted, I have used in a Debian Lenny PC and an Ubuntu PC too
without any issue.

-- 
Linux User #452368
http://twitter.com/vpadro

Everything that irritates us about others can lead us to an
understanding of ourselves


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



Re: alsa does not (re-)store audio levels

2009-09-20 Thread Liviu Andronic
On 9/20/09, Andrei Popescu andreimpope...@gmail.com wrote:
 Do 'alsactl store' and 'alsactl restore' work for root? Do you have the
  package alsa-utils installed?

Yes, both work as expected: storing and restoring the correct levels.
Also, alsa-utils 1.0.20-3 is installed.
Liviu


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



Re: [Xorg Mouse Acceleration is Broken in new Xorg 7.4?] Re: Mouse/keyboard no longer work after apt-get dist-upgrade in testing?

2009-09-20 Thread Simon Thum
Justin Piszcz wrote:
 Solution for now as I need a working desktop:
 
 1. Recover OS from backup before upgrade:
 2. Pin kde* and xorg* so they are not upgraded anymore.
 
 In the future/if someone from xorg can respond-- is there a fix/way to 
 make the semantics such that 'xset m 20/5 1' is the same as it used to be 
 in xorg 7.3?
Yes. Just as documented under 'advanced options' in
http://xorg.freedesktop.org/wiki/Development/Documentation/PointerAcceleration

For hal:
match key=info.capabilities contains=input.mouse
   merge key=input.x11_options.AccelerationScheme
type=stringlightweight/merge
/match

or the xorg.conf equivalent:

Option AccelerationScheme lightweight

When the old stuff is in effect, all xset m will be 100% identical.
FWIW, the lauchpad stuff sounds more like HW/hotplug/hal problems.

The Sensitivity stuff shouldn't be used, but since you seem to intend
to skip pixels anyway that's a moot point. In general, you may be better
off using a high-res device or somehow increase device resolution (some
mice support that).

HTH,

Simon



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



Re: Support for the Maxtor Onetouch4 Plus

2009-09-20 Thread Tim Beauregard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dr. George E. Moore wrote:
 List,
 
 Is there support for the Maxtor Onetouch4 Plus 1TB external drive in
 Debian 5.0 release? If not, are there 1TB external drives that are

I can't see the ums-onetouch module within the 2.6.26 kernel (current
5.0 kernel), however it exists in the 2.6.30 kernel (current unstable
kernel).  I have a 500GB OneTouch as well as a 750GB one, both of which
I wiped the hidden backup partition by using cfdisk and mkntfs.  I have
no idea whether the button works (I never tested it prior to wiping the
drive), nor whether the 1GB is supported, although I suspect it is.

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

iEYEARECAAYFAkq2d/cACgkQsUUdIDHrdAV2mgCgm1XQ7j/XPNY8ncgsILSenVtl
IaIAn150uz8LdtHxY1MSJgUG/Gs9T+4J
=DncH
-END PGP SIGNATURE-


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



Re: Support for the Maxtor Onetouch4 Plus

2009-09-20 Thread Sven Joachim
On 2009-09-20 20:29 +0200, Eduardo M KALINOWSKI wrote:

 Is there support for the Maxtor Onetouch4 Plus 1TB external drive in
 Debian 5.0 release? If not, are there 1TB external drives that are
 supported and is there a plan to support the Maxtor drive in some future
 releases?
   
 Unless this drive behaves in some weird way, it should be supported.
 It'll work like any other mass media device that is plugged in.

Yes.

 Do not expect its proprietary backup software to work, though. But there
 are plenty of programs for backups in debian.

The onetouch button that gives the drive its name should work in the
sense that you can bind any action to it.  Citing
drivers/usb/storage/Kconfig:

,
| config USB_STORAGE_ONETOUCH
|   tristate Support OneTouch Button on Maxtor Hard Drives
|   depends on USB_STORAGE
|   depends on INPUT=y || INPUT=USB_STORAGE
|   help
| Say Y here to include additional code to support the Maxtor OneTouch
| USB hard drive's onetouch button.
| 
| This code registers the button on the front of Maxtor OneTouch USB
| hard drive's as an input device. An action can be associated with
| this input in any keybinding software. (e.g. gnome's keyboard short-
| cuts)
| 
| If this driver is compiled as a module, it will be named ums-onetouch.
`

Sven


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



Re: alsa does not (re-)store audio levels

2009-09-20 Thread Andrei Popescu
On Sun,20.Sep.09, 19:40:54, Liviu Andronic wrote:
 On 9/20/09, Andrei Popescu andreimpope...@gmail.com wrote:
  Do 'alsactl store' and 'alsactl restore' work for root? Do you have the
   package alsa-utils installed?
 
 Yes, both work as expected: storing and restoring the correct levels.
 Also, alsa-utils 1.0.20-3 is installed.

Is the script /etc/init.d/alsa-utils run on reboot? As far as I can tell 
you should see a Setting up ALSA message at boot.

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: error en debian

2009-09-20 Thread Pedro Insua
On Sat, Sep 19, 2009 at 05:03:17PM +, jonathan godoy wrote:
 
 hola necesito ayda urgente.. acabo de instalar debiaan 5 pero
 tambien tenia instalado ubuntu 9.4 con ext4 y no me aparece en el
 grub!! como hago para que salga en la lista? ahora de plano no me
 agrado debian.. ni la tarjeta inalambrica me reconocio.. adenas aun
 con open office 2.4? y kde 3 como que no pero bueno quien me puede
 ayudar a recuperar  o como añadir ubuntu a la lista del grub! el que
 pueda porfavor si se puede por msn mucho mejor añadime gracias de
 ante mano 

  This is the Debian Users English list, you must send yours questions
  to the Debian Users Spanish list. 

Go to : http://www.debian.org/MailingLists/subscribe

Mark 'debian-user-spanish', put your email address and  then push
'subscribe'. 

  --

  Esta es la Lista de Usuarios de Debian en Inglés, debes de enviar
  tus preguntas a la Lista de Usuarios de Debian en Español.

Ve a: http://www.debian.org/MailingLists/subscribe

Marca 'debian-user-spanish, pon tu dirección de corréo y pulsa en
'subscribe' 

-- 
Porqué loitar e matar, se podes amar e sonhar

/\
\ /  CAMPANHA DA FITA ASCII - CONTRA MAIL HTML
 X   ASCII RIBBON CAMPAIGN - AGAINST HTML MAIL
/ \


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



Re: error en debian

2009-09-20 Thread Victor Padro
2009/9/19 jonathan godoy wildwil...@hotmail.com:
 hola necesito ayda urgente.. acabo de instalar debiaan 5 pero  tambien tenia
 instalado ubuntu 9.4 con ext4 y no me aparece en el grub!! como hago para
 que salga en la lista? ahora de plano no me agrado debian.. ni la tarjeta
 inalambrica me reconocio.. adenas aun con open office 2.4? y kde 3 como que
 no pero bueno quien me puede ayudar a recuperar  o como añadir ubuntu a la
 lista del grub! el que pueda porfavor si se puede por msn mucho mejor
 añadime gracias de ante mano
 
 Connect to the next generation of MSN Messenger  Get it now!

Tu problema es relacionado con ubuntu no con debian, lo que te
recomendaria es que busques un poco de como reestablecer el grub en
ubuntu usando google y que te suscribas a la lista de ubuntu-es(1)
para mas ayuda, y alguien ya lo menciono esta es una lista de ayuda en
ingles no en español, si quieres aprender un poco mas de debian en
español(2), unete a la lista de debian en español.

(1)https://lists.ubuntu.com/mailman/listinfo/ubuntu-es
(2)http://lists.debian.org/debian-user-spanish/

Saludos.

-- 
Linux User #452368
http://twitter.com/vpadro

Everything that irritates us about others can lead us to an
understanding of ourselves


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



Re: no sound in headphones

2009-09-20 Thread Emanoil Kotsev
Liviu Andronic wrote:

 On 9/17/09, Liviu Andronic landronim...@gmail.com wrote:
  an issue that I also encountered in 2.6.26. Although I have sound in
  hte computer speaker, I have none in the headphones. When I plug the
  headphones (or external speakers), the computer speakers are not
  muted, and there is no sound in the external devices.

 The strange part is that in some specific instances, which I did not
 yet learn how to recreate, the plugging in the headphones works as
 expected.
 Any ideas on what might be wrong?
 Liviu

nothing is wrong - you may have many input/outputs. you have to figure out
which controls are for the headphones. Unfortunately it depends on your
card. Mostprobably you have to assign the correct output to your
application. 

In alsamixer I see many headphone controls and if I plug into the headphone
jack it works fine

Or

amixer | grep Head
Simple mixer control 'Headphone',0
Simple mixer control 'Headphone as Line Out',0
Simple mixer control 'Headphone',1

Also you can play with .asounrd

# from http://alsa.opensrc.org/index.php/Dmix
pcm.headset { # playback only on frontpanel headset
 type route
 slave.pcm dmixer
 slave.channels 8
 ttable.0.0 1 # headphones front L
 ttable.1.1 1 # headphones front R
}



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



Re: bi-directional file-synchronization tool

2009-09-20 Thread Emanoil Kotsev
T o n g wrote:

 
 Thanks for your feedback, Emanoil. Could you elaborate more? unison
 looks promising to me, and I've just learned that there are no ocaml
 runtime dependency for it on i386, amd64. So usability is the most
 important issue to me now. Anyone has positive experience with unison?
 
 Thanks
 

I have already forgotten why I decided not to use it, but there wer few
posts with different reasons.

regards


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



Re: recent xterm/terminal(?) change (control-C) shows ^C?

2009-09-20 Thread Emanoil Kotsev
Wayne Topa wrote:



 
 Thanks for the tip! This ^C really bothered me as I copy-paste from
 terminals very often!
 The question is, how do you make this change permanent? I manned stty
 and nothing is mentioned, I straced it and could not find where it makes
 its changes, so how do I make it permanent?
 
 
 Easy way to to it is to put stty -echoctl in your ~./.bashrc file.
 
 Wayne

or in your .profile if all the terminals are affected


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



Re: alsa does not (re-)store audio levels

2009-09-20 Thread Liviu Andronic
On 9/20/09, Andrei Popescu andreimpope...@gmail.com wrote:
 Is the script /etc/init.d/alsa-utils run on reboot? As far as I can tell
  you should see a Setting up ALSA message at boot.

I don't know why the messages are garbled, but this is what I get
ALSA-related in /var/log/boot:
Sun Sep 20 22:42:23 2009: ^[[74G[ ok ]p ALSA...   ^[[80G
[..]
Sun Sep 20 22:42:31 2009:  ^[[33m*^[[39;49m Saved ALSA mixer settings
detected; aumix will not touch mixer.

The first message is probably Setting up ALSA. In any case, the
issue described concerns only the levels of Master. All other
levels, such as Speaker or PCM are properly restored. I start
suspecting that smth mutes Master after the correct levels are
loaded (perhaps Xfce's mixer?).
Liviu


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



Re: no sound in headphones

2009-09-20 Thread Liviu Andronic
On 9/20/09, Emanoil Kotsev delop...@yahoo.com wrote:
 nothing is wrong - you may have many input/outputs. you have to figure out
  which controls are for the headphones. Unfortunately it depends on your
  card. Mostprobably you have to assign the correct output to your
  application.

  In alsamixer I see many headphone controls and if I plug into the headphone
  jack it works fine

In the mixer (both alsa and xfce) I have only one  Headphones volume
control. Probably irrelevant, I also have IEC958 switches and
IEC958 Playback Source options; no idea what these are for.

I am not familiar with JACK. I just tried starting it from qjackctl,
but JACK failed to start.


  amixer | grep Head
  Simple mixer control 'Headphone',0
  Simple mixer control 'Headphone as Line Out',0
  Simple mixer control 'Headphone',1

li...@debian-liv:~$ amixer | grep Head
Simple mixer control 'Headphone',0

This is the relevant part from amixer:
Simple mixer control 'Headphone',0
  Capabilities: pvolume pswitch
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 64
  Mono:
  Front Left: Playback 60 [94%] [-3.00dB] [on]
  Front Right: Playback 60 [94%] [-3.00dB] [on]

As far as I can see here, the headphone levels are just fine. When
headphones are plugged, though, the audio is simply not switched to
these.


  Also you can play with .asounrd

  # from http://alsa.opensrc.org/index.php/Dmix
  pcm.headset { # playback only on frontpanel headset
   type route
   slave.pcm dmixer
   slave.channels 8
   ttable.0.0 1 # headphones front L
   ttable.1.1 1 # headphones front R
  }

Before I try this one, would there be anything I could with the first two?
Thank you
Liviu


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



Re: netstat output

2009-09-20 Thread Javier Barroso
On Sat, Sep 19, 2009 at 3:50 AM, Israel Garcia igalva...@gmail.com wrote:
 netstat output:

 server:~# netstat  -tulp
 Active Internet connections (only servers)
 Proto Recv-Q Send-Q Local Address           Foreign Address
 State       PID/Program name
 tcp        0      0 *:mysql                 *:*
 LISTEN      14399/mysqld
 tcp        0      0 server.domain.:www *:*                   LISTEN
  13109/apache2
 tcp        0      0 *:ssh                   *:*
 LISTEN      1376/sshd
 tcp        0      0 *:afs3-fileserver       *:*
 LISTEN      14626/haproxy
 tcp        0      0 localhost:11000         *:*                 LISTEN
     14537/ruby
 tcp        0      0 localhost:11001         *:*                 LISTEN
     14540/ruby
 tcp        0      0 *:smtp                  *:*
 LISTEN      2146/master
 tcp        0      0 localhost:11002         *:*                 LISTEN
     14543/ruby
 tcp        0      0 *:2812                  *:*
 LISTEN      24723/monit
 tcp6       0      0 [::]:ftp                [::]:*
 LISTEN      26779/proftpd --tcp6
 tcp6       0      0 [::]:ssh                [::]:*
 LISTEN      1376/sshd --tcp6
 udp        0      0 *:41746                 *:*
         14626/haproxy
 udp        0      0 *:45110                 *:*
         833/collectd

 I have not configure tcp6 in my box but as you can see above proftd
 and sshd are listening using proto tcp6. Why?
Maybe you have to disable ipv6

Some hints are in http://lists.debian.org/debian-user/2009/09/msg00621.html

Regards,


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



Grub 1.5 error after update

2009-09-20 Thread Frank
I have googled the problem but can't make head nor tail of the solutions.

During today's update on my testing machine I was asked whether I wanted to
update to grub2. I said OK - after the re boot I picked the chain option. The
boot went well, so I ran the update-from-grub-legacy script. Now I am getting
Grub 1.5 error and the boot goes nowhere.

I booted a live cd and had a look at grub.cfg but can't make head nor tail of 
it.

I also don't see any reference in it to the Ubuntu which I have on hda3. Debian
testing is on hda2.

Can anyone help?

I will have to stay in this live cd and may only be able to read on the
web..which I guess is gonna be a problem.






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



Re: Grub 1.5 error after update

2009-09-20 Thread Frank
Frank beacon at videotron.ca writes:

 
 I have googled the problem but can't make head nor tail of the solutions.
 
 During today's update on my testing machine I was asked whether I wanted to
 update to grub2. I said OK - after the re boot I picked the chain option. The
 boot went well, so I ran the update-from-grub-legacy script. Now I am getting
 Grub 1.5 error and the boot goes nowhere.
 


I have managed to setup a mail reader in this live setup...so
bea...@videotron.ca should reachme

Thanks




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



Re: no sound in headphones

2009-09-20 Thread Emanoil Kotsev
Liviu Andronic wrote:

 On 9/20/09, Emanoil Kotsev delop...@yahoo.com wrote:
 nothing is wrong - you may have many input/outputs. you have to figure
 out
  which controls are for the headphones. Unfortunately it depends on your
  card. Mostprobably you have to assign the correct output to your
  application.

  In alsamixer I see many headphone controls and if I plug into the
  headphone jack it works fine

 In the mixer (both alsa and xfce) I have only one  Headphones volume
 control. Probably irrelevant, I also have IEC958 switches and
 IEC958 Playback Source options; no idea what these are for.
 
 I am not familiar with JACK. I just tried starting it from qjackctl,
 but JACK failed to start.
 
 
  amixer | grep Head
  Simple mixer control 'Headphone',0
  Simple mixer control 'Headphone as Line Out',0
  Simple mixer control 'Headphone',1

 li...@debian-liv:~$ amixer | grep Head
 Simple mixer control 'Headphone',0
 
 This is the relevant part from amixer:
 Simple mixer control 'Headphone',0
   Capabilities: pvolume pswitch
   Playback channels: Front Left - Front Right
   Limits: Playback 0 - 64
   Mono:
   Front Left: Playback 60 [94%] [-3.00dB] [on]
   Front Right: Playback 60 [94%] [-3.00dB] [on]
 
 As far as I can see here, the headphone levels are just fine. When
 headphones are plugged, though, the audio is simply not switched to
 these.
 
 
  Also you can play with .asounrd

  # from http://alsa.opensrc.org/index.php/Dmix
  pcm.headset { # playback only on frontpanel headset
   type route
   slave.pcm dmixer
   slave.channels 8
   ttable.0.0 1 # headphones front L
   ttable.1.1 1 # headphones front R
  }

 Before I try this one, would there be anything I could with the first two?
 Thank you
 Liviu

When starting multimedia application it picks up the default audio device
which is not your headset output.

you can play with aplay -D ... man aplay and findout yourself which device
id the headphone one.

aplay -L
default:CARD=Intel
HDA Intel, STAC92xx Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
HDA Intel, STAC92xx Digital
IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=Intel,DEV=0
HDA Intel, INTEL HDMI
HDMI Audio Output
null
Discard all samples (playback) or generate zero samples (capture)


so if i want to use 7.1 surround system I would use surround71 etc

regards


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



Re: zhone debian sid

2009-09-20 Thread Javier Barroso
On Fri, Sep 18, 2009 at 1:48 AM, A.A. a...@email.it wrote:
 Hi,

 I have installed debian sid and zhone on my freerunner gta02.
 When I run zhone it result:

 Traceback (most recent call last):
   File /usr/bin/zhone, line 74, in ?
     import cairo
 ImportError: No module named cairo

 what's the problem?
It seems like a bug (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547510)

Regards,


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



Re: no sound in headphones

2009-09-20 Thread Emanoil Kotsev
Emanoil Kotsev wrote:

  In the mixer (both alsa and xfce) I have only one  Headphones volume
 control. Probably irrelevant, I also have IEC958 switches and
 IEC958 Playback Source options; no idea what these are for.

IEC958 is optical/digital in/out as far as i know, you probably don't use
it.

You might need to update your alsa utils, libs or whatever or something, at
least I did though I think I saw you are using 1.2.20.

I can switch the output to front, back etc over the mixer. I think front are
the headphones.

regards


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



Grub update problems

2009-09-20 Thread Frank McCormick
I have googled the problem but can't make head nor tail of the solutions.

During today's update on my testing machine I was asked whether I wanted to
update to grub2. I said OK - after the re boot I picked the chain option. The
boot went well, so I ran the update-from-grub-legacy script. Now I am getting
Grub 1.5 error and the boot goes nowhere.

I booted a live cd and had a look at grub.cfg but can't make head nor tail of 
it.

I also don't see any reference in it to the Ubuntu which I have on hda3. Debian
testing is on hda2.

Can anyone help?

p.s. sorry about the duplicate messages.



-- 
Frank McCormick debianl...@videotron.ca


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



Re: Grub 1.5 error after update

2009-09-20 Thread ariestao
 Frank beacon at videotron.ca writes:


 I have googled the problem but can't make head nor tail of the
 solutions.

 During today's update on my testing machine I was asked whether I wanted
 to
 update to grub2. I said OK - after the re boot I picked the chain
 option. The
 boot went well, so I ran the update-from-grub-legacy script. Now I am
 getting
 Grub 1.5 error and the boot goes nowhere.



 I have managed to setup a mail reader in this live setup...so
 bea...@videotron.ca should reachme

 Thanks

Did the same thing and when asked which hda[] it should boot from just hit
enter. I should have put 3 into those brackets in my case, but didn't.
So reinstalled but can't download anyting to get the system going again,
because it's missing glibc-2.9-1 which is a virtual package apparently.

So my system is down for the count, and considering installing again, but
Lenny this time, because it will work.

So wait to see if someone has a fix before you attempt to install testing
again. Because you may hit the same wall.

HTH
Charlie



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



Re: Grub 1.5 error after update

2009-09-20 Thread Frank
aries...@clearmail.com.au wrote:
 Frank beacon at videotron.ca writes:

 I have googled the problem but can't make head nor tail of the
 solutions.

 During today's update on my testing machine I was asked whether I wanted
 to
 update to grub2. I said OK - after the re boot I picked the chain
 option. The
 boot went well, so I ran the update-from-grub-legacy script. Now I am
 getting
 Grub 1.5 error and the boot goes nowhere.


 
 Did the same thing and when asked which hda[] it should boot from just hit
 enter. I should have put 3 into those brackets in my case,

  First of all just fixed my problem...by purging grub-pc in a chroot,
then running a cd of supergrub disc. Dam good thing I had that. That
allowed me to reinstall grub-legacy and everything **seems** to be fine now.

I didn't even see those brackets on the question!!! I too hit enter
figuring the choice was between hda and sda. Sloppy sloppy.




 but didn't.
 So reinstalled but can't download anyting to get the system going again,
 because it's missing glibc-2.9-1 which is a virtual package apparently.
 
 So my system is down for the count, and considering installing again, but
 Lenny this time, because it will work.
 
  I used to run Sid but got tired of it being broken a lot of the time
so I switched to Squeeze. I guess Lenny is really the safest for those
of us who don't want to spend their lives fixing problems.


 So wait to see if someone has a fix before you attempt to install testing
 again. Because you may hit the same wall.
 
   No need for that thank God. What happened to glibc ???




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



Re: passwd: Permission denied ?

2009-09-20 Thread Tzafrir Cohen
On Fri, Sep 18, 2009 at 09:34:12AM +0200, Frank Bonnet wrote:
 Hello

 I'm trying to change a local user passwd as root and I get this error  
 message ... which seems a bit unreal to me ...


 passwd: Permission denied
 passwd: password unchanged


 The machine is running Lenny 64 bits

Two places to look into:

1. /var/log/auth.log
2. /etc/pam.d/passwd 

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
ICQ# 16849754 || friend


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



How do I ensure xdm only starts after /etc/rc.local is finished?

2009-09-20 Thread jidanni
How do I ensure xdm only starts after /etc/rc.local is finished?

What do I need to put into
/etc/init.d/rc.local's
INIT INFO section?

Can I put it there or must I put it into /etc/init.d/xdm's?

I read insserv(8) but it is mishmosh to me.


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



Re: Grub update problems

2009-09-20 Thread Andrei Popescu
On Sun,20.Sep.09, 22:34:23, Frank McCormick wrote:
 
[snip grub2 troubles]

As far as I understand you fixed your problem by going back to grub1.

 I also don't see any reference in it to the Ubuntu which I have on 
 hda3. Debian testing is on hda2.

For the archives, to boot other OSes on your machine just install 
os-prober and run update-grub. In unstable os-prober is recommended by 
grub-common.

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


signature.asc
Description: Digital signature