IP d'interface débranchée répond au ping

2012-02-26 Thread Alain Rpnpif
Bonjour,

Sous Squeeze modifié par testing, j'ai deux cartes réseaux eth0 et
eth1. Seule eth1 est branchée.

/etc/network/interfaces
allow-hotplug eth1
auto eth1
iface eth1 inet static
address 192.168.1.23
[...]
auto eth0
iface eth0 inet static
address 192.168.1.24


Auriez-vous une idée de la raison qui fait qu'un ping vers
192.168.1.24 (eth0) réponde à partir d'un autre poste du réseau
192.168.1.0 malgré le fait que le câble soit débranché ? Évidemment les
adresses MAC sont différentes.

Cela fait comme si l'interface eth1 avait deux IP différentes, c'est
que dit l'arp sur le poste appelant. Pourtant ifconfig donne la bonne
info.

-- 
Alain Rpnpif

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/20120226134421.44095d8...@chro.home



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Bzzz
On Sun, 26 Feb 2012 14:44:21 +0100
Alain Rpnpif rpn...@free.fr wrote:

 
 Auriez-vous une idée de la raison qui fait qu'un ping vers
 192.168.1.24 (eth0) réponde à partir d'un autre poste du réseau
 192.168.1.0 malgré le fait que le câble soit débranché ? Évidemment les
 adresses MAC sont différentes.
 
 Cela fait comme si l'interface eth1 avait deux IP différentes, c'est
 que dit l'arp sur le poste appelant. Pourtant ifconfig donne la bonne
 info.

Que raconte route?
-- 
ignoranus, n.:
A person who's both stupid and an asshole.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/20120226145835.3aae5bfb@anubis.defcon1



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Bernard Schoenacker
Le Sun, 26 Feb 2012 14:44:21 +0100,
Alain Rpnpif rpn...@free.fr a écrit :

 Bonjour,
 
 Sous Squeeze modifié par testing, j'ai deux cartes réseaux eth0 et
 eth1. Seule eth1 est branchée.
 
 /etc/network/interfaces
 allow-hotplug eth1
 auto eth1
 iface eth1 inet static
   address 192.168.1.23
 [...]
 auto eth0
 iface eth0 inet static
   address 192.168.1.24
 
 
 Auriez-vous une idée de la raison qui fait qu'un ping vers
 192.168.1.24 (eth0) réponde à partir d'un autre poste du réseau
 192.168.1.0 malgré le fait que le câble soit débranché ? Évidemment
 les adresses MAC sont différentes.
 
 Cela fait comme si l'interface eth1 avait deux IP différentes, c'est
 que dit l'arp sur le poste appelant. Pourtant ifconfig donne la bonne
 info.
 

bonjour,



que donne :

 ifconfig |grep HWaddr


 ensuite reprendre le script dispo dans :

 /usr/share/doc/ifupdown/examples/check-mac-address.sh

 et l'exemple suivant :

 zgrep mac /usr/share/doc/ifupdown/examples/network-interfaces.gz



 slt
 bernard


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: 
http://lists.debian.org/20120226151218.191a4d6d.bernard.schoenac...@free.fr



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Alain Rpnpif
Le 26 février 2012, Bzzz a écrit :

 On Sun, 26 Feb 2012 14:44:21 +0100
 Alain Rpnpif rpn...@free.fr wrote:
 
  
  Auriez-vous une idée de la raison qui fait qu'un ping vers
  192.168.1.24 (eth0) réponde à partir d'un autre poste du réseau
  192.168.1.0 malgré le fait que le câble soit débranché ? Évidemment les
  adresses MAC sont différentes.
  
  Cela fait comme si l'interface eth1 avait deux IP différentes, c'est
  que dit l'arp sur le poste appelant. Pourtant ifconfig donne la bonne
  info.
 
 Que raconte route?

/sbin/route -n
Table de routage IP du noyau
Destination  PasserelleGenmask Indic Metric Ref Use Iface
0.0.0.0  192.168.1.30  0.0.0.0   UG  0   0  0   eth1
192.168.1.0  0.0.0.0   255.255.255.0 U   0   0  0   eth1
192.168.1.0  0.0.0.0   255.255.255.0 U   0   0  0   eth0

-- 
Alain Rpnpif

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/20120226141933.c6881d8...@chro.home



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Daniel Huhardeaux

Le 26/02/2012 15:19, Alain Rpnpif a écrit :

Le 26 février 2012, Bzzz a écrit :


On Sun, 26 Feb 2012 14:44:21 +0100
Alain Rpnpifrpn...@free.fr  wrote:


Auriez-vous une idée de la raison qui fait qu'un ping vers
192.168.1.24 (eth0) réponde à partir d'un autre poste du réseau
192.168.1.0 malgré le fait que le câble soit débranché ? Évidemment les
adresses MAC sont différentes.

Cela fait comme si l'interface eth1 avait deux IP différentes, c'est
que dit l'arp sur le poste appelant. Pourtant ifconfig donne la bonne
info.

Que raconte route?

/sbin/route -n
Table de routage IP du noyau
Destination  PasserelleGenmask Indic Metric Ref Use Iface
0.0.0.0  192.168.1.30  0.0.0.0   UG  0   0  0   eth1
192.168.1.0  0.0.0.0   255.255.255.0 U   0   0  0   eth1
192.168.1.0  0.0.0.0   255.255.255.0 U   0   0  0   eth0


Alors c'est normal puisque le fait d'avoir débrancher le câble n'a pas 
baissé l'interface eth0 qui a gardée son adresse IP. Pour que eth0 ne 
réponde pas il faut faire un ifdown eth0, le câble peut alors rester 
connecté.


--
Daniel

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/4f4a4211.1000...@tootai.net



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Alain Rpnpif
Le 26 février 2012, Daniel Huhardeaux a écrit :

  /sbin/route -n
  Table de routage IP du noyau
  Destination  PasserelleGenmask Indic Metric Ref Use Iface
  0.0.0.0  192.168.1.30  0.0.0.0   UG  0   0  0   eth1
  192.168.1.0  0.0.0.0   255.255.255.0 U   0   0  0   eth1
  192.168.1.0  0.0.0.0   255.255.255.0 U   0   0  0   eth0  
 
 Alors c'est normal puisque le fait d'avoir débrancher le câble n'a pas 
 baissé l'interface eth0 qui a gardée son adresse IP. Pour que eth0 ne 
 réponde pas il faut faire un ifdown eth0, le câble peut alors rester 
 connecté.

Oui, d'accord mais ici, le câble n'a jamais été connecté. La
déclaration dans /etc/network/interfaces n'est là que pour permettre
une connexion automatique quand j'y raccorde un câble, ce que permet en
théorie NetworkManager. Mais Daniel, effectivement j'avais un problème
similaire de non-désactivation correcte quand je débranchais le câble à
chaud. Mais ici, jamais de câble. Et je voudrais pour gagner du temps
que la désactivation soit complète et correcte comme cela se fait sur
les autres OS, Linux ou pas. Je garde cette carte réseau en dépannage.

Quelques essais intéressants :
Câble eth0 toujours débranchée.
Au démarrage de Debian Squeeze, eth0 et eth1 sont activées avec les deux
adresses IP transmises au réseau (par eth1 !).
Je désactive le réseau par l'icône de NetworkManager sur la barre de
Gnome (qui doit faire un ifdown en arrière-plan).
Je réactive ensuite le réseau par le même moyen. Et là le câble est bien
détecté comme débranché et seule eth1 est activée (les logs le
confirment). La deuxième adresse IP n'est plus reconnue sur le réseau
comme il se doit.

Donc le problème se situe au démarrage de Debian qui ne détecte pas les
câbles débranchés. Savez-vous quel est le programme qui devrait faire ce
travail au démarrage ? Bien sûr je peux faire un script rc avec un ifup
ou ifdown mais je voudrais corriger ce bogue de façon normale.

-- 
Alain Rpnpif

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/20120226145953.b7ffcd8...@chro.home



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Alain Rpnpif
Le 26 février 2012, Daniel Huhardeaux a écrit :

  /sbin/route -n
  Table de routage IP du noyau
  Destination  PasserelleGenmask Indic Metric Ref Use Iface
  0.0.0.0  192.168.1.30  0.0.0.0   UG  0   0  0   eth1
  192.168.1.0  0.0.0.0   255.255.255.0 U   0   0  0   eth1
  192.168.1.0  0.0.0.0   255.255.255.0 U   0   0  0   eth0  
 
 Alors c'est normal puisque le fait d'avoir débrancher le câble n'a pas 
 baissé l'interface eth0 qui a gardée son adresse IP. Pour que eth0 ne 
 réponde pas il faut faire un ifdown eth0, le câble peut alors rester 
 connecté.

Oui, d'accord mais ici, le câble n'a jamais été connecté. La
déclaration dans /etc/network/interfaces n'est là que pour permettre
une connexion automatique quand j'y raccorde un câble, ce que permet en
théorie NetworkManager. Mais Daniel, effectivement j'avais un problème
similaire de non-désactivation correcte quand je débranchais le câble à
chaud. Mais ici, jamais de câble. Et je voudrais pour gagner du temps
que la désactivation soit complète et correcte comme cela se fait sur
les autres OS, Linux ou pas. Je garde cette carte réseau en dépannage.

Quelques essais intéressants :
Câble eth0 toujours débranchée.
Au démarrage de Debian Squeeze, eth0 et eth1 sont activées avec les deux
adresses IP transmises au réseau (par eth1 !).
Je désactive le réseau par l'icône de NetworkManager sur la barre de
Gnome (qui doit faire un ifdown en arrière-plan).
Je réactive ensuite le réseau par le même moyen. Et là le câble est bien
détecté comme débranché et seule eth1 est activée (les logs le
confirment). La deuxième adresse IP n'est plus reconnue sur le réseau
comme il se doit.

Donc le problème se situe au démarrage de Debian qui ne détecte pas les
câbles débranchés. Savez-vous quel est le programme qui devrait faire ce
travail au démarrage ? Bien sûr je peux faire un script rc avec un ifup
ou ifdown mais je voudrais corriger ce bogue de façon normale.

PS : Daniel, tu devrais mettre un répondre à vers la liste (ou ne pas
en mettre).

-- 
Alain Rpnpif

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/20120226150201.2418bd8...@chro.home



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread yata . jb
  

On Sun, 26 Feb 2012 15:30:41 +0100, Daniel Huhardeaux wrote: 

 Le
26/02/2012 15:19, Alain Rpnpif a écrit :
 
 Le 26 février 2012, Bzzz
a écrit : 
 
 On Sun, 26 Feb 2012 14:44:21 +0100 Alain Rpnpif
wrote: 
 
 Auriez-vous une idée de la raison qui fait qu'un ping
vers 192.168.1.24 (eth0) réponde à partir d'un autre poste du réseau
192.168.1.0 malgré le fait que le câble soit débranché ? Évidemment les
adresses MAC sont différentes. Cela fait comme si l'interface eth1 avait
deux IP différentes, c'est que dit l'arp sur le poste appelant. Pourtant
ifconfig donne la bonne info.
 Que raconte route?
 /sbin/route -n
Table de routage IP du noyau Destination Passerelle Genmask Indic Metric
Ref Use Iface 0.0.0.0 192.168.1.30 0.0.0.0 UG 0 0 0 eth1 192.168.1.0
0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.1.0 0.0.0.0 255.255.255.0 U 0
0 0 eth0
 
 Alors c'est normal puisque le fait d'avoir débrancher le
câble n'a pas 
 baissé l'interface eth0 qui a gardée son adresse IP.
Pour que eth0 ne 
 réponde pas il faut faire un ifdown eth0, le câble
peut alors rester 
 connecté.
 
 -- Daniel

Une possibilié autre, la
machine a l 'IPMI actif , quid d un scan pour voir ce qui est
éventuellement ouvert et d une connexion sur les services ouverts ? 




Links:
--
[1] mailto:rpn...@free.fr


Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Bzzz
On Sun, 26 Feb 2012 15:59:53 +0100
Alain Rpnpif rpn...@free.fr wrote:

 Au démarrage de Debian Squeeze, eth0 et eth1 sont activées avec les deux
 adresses IP transmises au réseau (par eth1 !).
 Je désactive le réseau par l'icône de NetworkManager sur la barre de
 Gnome (qui doit faire un ifdown en arrière-plan).
 Je réactive ensuite le réseau par le même moyen. Et là le câble est bien
 détecté comme débranché et seule eth1 est activée (les logs le
 confirment). La deuxième adresse IP n'est plus reconnue sur le réseau
 comme il se doit.

Et en passant eth0 à allow-hotplug au lieu d'auto?

-- 
  After they got rid of capital punishment, they had to hang twice
  as many people as before.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/20120226161306.377746b5@anubis.defcon1



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread daniel huhardeaux

Le 26/02/2012 15:59, Alain Rpnpif a écrit :

[...]
Donc le problème se situe au démarrage de Debian qui ne détecte pas 
les câbles débranchés. Savez-vous quel est le programme qui devrait 
faire ce travail au démarrage ? Bien sûr je peux faire un script rc 
avec un ifup ou ifdown mais je voudrais corriger ce bogue de façon 
normale. 


Debian n'y est pour rien! J'utilise le fichier interfaces avec 
ifup/ifdown et cela fonctionne (option hotplug)


--
Daniel

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/4f4a4c65.2090...@tootai.net



Re: Problème de mise en veille prolongée (hibernation)

2012-02-26 Thread Mourad Jaber

Le 25/02/2012 15:54, deb-account a écrit :

On 25/02/12 09:37, Mourad Jaber wrote:

Bonjour,

Je rebondis sur le sujet de la mise en veille...
J'ai installé une machine en debian testing (noyau 3.2).

Quand je la met en hibernation, tout se passe bien à l'arrêt, mais la session ne repart 
jamais, le démarrage suivant est un démarrage normal !


Le swap n'est pas sur le même disque que le disque de démarrage, j'ai pensai que cela 
pouvez provenir de là, mais je ne trouve pas d'infos...


Y'a-t-il quelque chose à régler pour que cela fonctionne ?

++

Mourad


Je n'ai pas eu exactement le même problème mais ça pourra peut-être t'aider.
N'arrivant plus à mettre mon portable en veille via suspend-to-disk, j'ai décidé 
d'utiliser la commande hibernate pour me rabattre sur le mode suspend-to-ram.
Pour cela, j'ai modifié le fichier /etc/hibernate/hibernate.conf pour n'utiliser que la 
ligne TryMethod ram.conf
Dans le fichier /etc/hibernate/ram.conf, je n'utilise que la ligne TryMethod 
sysfs-ram.conf.

Peut-être qu'en creusant un peu, tu dois pouvoir activer la mise en veille sur 
disque...
-
Fabien


Il me semble que hibernate est obsolete et pm-utils son remplaçant...

Je n'ai pas de fichier de configuration concernant un quelconque parametrage, cependant y 
aurait-il un parametre à donner à grub pour qu'il initialise le noyau avec la bonne 
partition swap pour effectuer la restauration du système ?


++

Mourad

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/4f4a59d3.8000...@nativobject.net



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Stephane Bortzmeyer
On Sun, Feb 26, 2012 at 02:44:21PM +0100,
 Alain Rpnpif rpn...@free.fr wrote 
 a message of 38 lines which said:

 Auriez-vous une idée de la raison qui fait qu'un ping vers
 192.168.1.24 (eth0) réponde à partir d'un autre poste du réseau
 192.168.1.0 malgré le fait que le câble soit débranché ?

Il faudrait connaître la topologie du réseau (où eth1 est-il branché ?
J'ai l'impression qu'il n'existe qu'un seul réseau physique) mais, a
priori, c'est tout à fait normal. Sur Linux, contrairement à IOS,
débrancher le câble réseau ne supprime pas l'adresse IP et la machine
continue donc normalement à y répondre.

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/20120226194912.ga18...@sources.org



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Pascal Hambourg
Salut,

Alain Rpnpif a écrit :
 
 Sous Squeeze modifié par testing, j'ai deux cartes réseaux eth0 et
 eth1. Seule eth1 est branchée.
 
 /etc/network/interfaces
 allow-hotplug eth1
 auto eth1
 iface eth1 inet static
   address 192.168.1.23
 [...]
 auto eth0
 iface eth0 inet static
   address 192.168.1.24
 
 Auriez-vous une idée de la raison qui fait qu'un ping vers
 192.168.1.24 (eth0) réponde à partir d'un autre poste du réseau
 192.168.1.0 malgré le fait que le câble soit débranché ?

Oui : le postulat adopté sous Linux selon lequel les adresses locales
(configurées sur les interfaces de la machine) appartiennent à la
machine et sont utilisables sur toutes les interfaces. On appelle cela
weak host model. C'est totalement vrai en IPv4 (à l'exception de
127.0.0.0/8 qui n'est utilisable que sur une interface de loopback),
mais avec quelques restrictions en IPv6 à cause des adresses multicast
utilisées pour la découverte du voisinage (équivalent de ARP qui utilise
l'adresse de broadcast).

 Cela fait comme si l'interface eth1 avait deux IP différentes, c'est
 que dit l'arp sur le poste appelant.

En fait c'est comme si la machine avait deux adresses IP, ce qui est
bien le cas.

Au passage c'est risqué de configurer le même préfixe (sous-réseau) sur
deux interface dont une est déconnectée : il y avait une chance sur deux
que le noyau décide de router les paquets sortants destinés à ce
sous-réseau par l'interface déconnectée.

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/4f4a99da.8090...@plouf.fr.eu.org



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Pascal Hambourg
Alain Rpnpif a écrit :
 
 Donc le problème se situe au démarrage de Debian qui ne détecte pas les
 câbles débranchés. Savez-vous quel est le programme qui devrait faire ce
 travail au démarrage ?

Il me semble que ifplugd est prévu pour ce genre de choses.

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/4f4a9a3f.6020...@plouf.fr.eu.org



Re: IP d'interface débranchée répond au ping

2012-02-26 Thread Alain Rpnpif
Le 26 février 2012, Pascal Hambourg a écrit :

 Salut,
 
 
 Oui : le postulat adopté sous Linux selon lequel les adresses locales
 (configurées sur les interfaces de la machine) appartiennent à la
 machine et sont utilisables sur toutes les interfaces. On appelle cela
 weak host model. C'est totalement vrai en IPv4 (à l'exception de
 127.0.0.0/8 qui n'est utilisable que sur une interface de loopback),
 mais avec quelques restrictions en IPv6 à cause des adresses multicast
 utilisées pour la découverte du voisinage (équivalent de ARP qui utilise
 l'adresse de broadcast).
 
  Cela fait comme si l'interface eth1 avait deux IP différentes, c'est
  que dit l'arp sur le poste appelant.
 
 En fait c'est comme si la machine avait deux adresses IP, ce qui est
 bien le cas.
 
 Au passage c'est risqué de configurer le même préfixe (sous-réseau) sur
 deux interface dont une est déconnectée : il y avait une chance sur deux
 que le noyau décide de router les paquets sortants destinés à ce
 sous-réseau par l'interface déconnectée.
 

OK, merci de vos réponses.
Allow-hotpkug ne résout pas le problème. Il me semble pourtant qu'à
l'époque où j'utilisais Mandriva, un câble déconnecté ne permettait pas
d'activer une interface réseau. C'est aussi le cas d'ubuntu 10 mais
c'est vrai qu'il était en dhcp donc sans adresse IP au départ.
Par contre la déconnexion et reconnexion à chaud fonctionne bien sur
cette Debian.

Je vais voir du côté de ifplugd et aussi changer la config du réseau.

Merci.

-- 
Alain Rpnpif

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/fr/FrenchLists

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
Archive: http://lists.debian.org/20120226212618.73debd7...@chro.home



Re: Ampliar particion /tmp o redireccionarla

2012-02-26 Thread Camaleón
El Sat, 25 Feb 2012 16:07:40 -0500, Gabo escribió:

 2012/2/24 Camaleón noela...@gmail.com:

(...)

 Esta solución salió de mentiras, porque sí crea y direcciona la caché
 hacia la carpeta, incluso la llena de cosas de internet, el problema
 es que igual se sigue llenando la /tmp y cuando está llena vuelve a
 detenerse la descarga.

 Entonces el problema que tienes es otro. Tendrás que ver por qué se te
 llena el directorio /tmp, ya que con cada reinicio del sistema se vacía
 automáticamente.
 
 El /tmp se llena con los videos de youtube o cosas así y se vacía sólo
 con cerrar el navegador.

Hum... no siempre.

Desde hace ya varias versiones, Firefox almacena la cache temporal en el 
directorio del perfil del usuario, ya no usa /tmp. 

Y Chrome debe hacer algo similar pero por la documentación que estoy 
viendo me parece que usaste el parámetro incorrecto (en lugar de --user-
data-dir tenías que poner --disk-cache-dir, la primera variable debe 
ser para especificar la ubicación de los archivos de configuración del 
usuario, la segunda es la que te permite definir el almacén de archivos 
temporales).

 ¿Qué tamaño tienes asignado al directorio temporal?
 
 Apenas le asigné 450 MB, pero con lo que hice lo agrandé 2,4 GB

Eso es muy poco. Te puede dar problemas (y no sólo Chrome) hasta para 
realizar cualquier operación de descompresión de un archivo que sea de 
gran tamaño.

 Yo te recomendaría que le dieras una solución permanente al problema
 del espacio en el directorio temporal porque vas a tener que conectar
 el disco externo de manera permanente :-/
 
 Hice eso porque siempre tengo ese disco ahí conectado, nunca lo
 desconecto, tanto es así que hace algún tiempo, mucho antes de empezar
 este hilo, ajusté este disco para que se monte automáticamente.
 
 Gracias por tus observaciones. Por ahora creo tener solucionado el
 problema permanentemente con lo del disco usb que prácticamente lo tengo
 como parte del hardware del compu, mas adelante, si me da lata hago lo
 el enlace simbólico, esa es tal vez la mejor opción. Por ahora la
 solución que ya tengo ha estado funcionando.

Quizá deberías plantearte mantener /tmp en el disco del sistema o incluso 
si tienes gran cantidad de RAM, en una unidad virtual (tmpfs), porque 
el acceso al USB será más lento... Bueno, hagas lo que hagas ahora ya 
tienes más opciones ;-)

Saludos,

-- 
Camaleón


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



Re: [SOLUCIONADO] Re: Problemas con frecuentes interrupciones en disco duro, aparece el error ata2: lost interrupt (Status 0x50).

2012-02-26 Thread Javier Silva
El día 25 de febrero de 2012 19:07, Camaleón noela...@gmail.com escribió:
 El Sat, 25 Feb 2012 13:26:25 -0430, José Maldonado escribió:

 El día 25 de febrero de 2012 13:17, Camaleón noela...@gmail.com
 escribió:

 (...)

 El parecido con el mensaje inicial no es ninguna coincidencia
 (problemas con READ DMA), mi disco duro está muriendo y mi Debian
 posiblemente muera con el, por un buen tiempo, creo que lo mejor será
 dejarlo por un rato y buscarme una buena tarjeta madre (ya no tengo
 puertos SATA y no voy a comprarme un disco IDE con lo caros que están)
 y otro buen disco duro para seguir en la faena, he cambiado el asunto
 a SOLUCIONADO, les agradezco por toda la ayuda en este caso.

 Me parece que estás adelantando acontecimientos.

 Para realizar un análisis del disco duro utiliza las herramientas del
 fabricante además de ejecutar un test completo (longtest) con smartctl
 y revisa los valores catalogados como pre-fail.

 Es posible, lo que hice por el momento fue cambiarlo de puerto IDE,
 cambiar el cable y desactivar el otro puerto IDE, si no da problemas
 consideraré que aún le queda vida y que es seguro usarlo por un tiempo
 más.

 Para quedarte más tranquilo puedes descargar la aplicación de
 verificación del disco duro que tiene WD en su página (Data Lifeguard
 Diagnostic Tools), creo que tienen una versión ISO que se ejecuta como
 una LiveCD.


El disco de utilidades de WD que te comenta Camaleón detecta estos
posibles errores en el disco, pero ten cuidado que hay una de las
opciones que es agresiva con los datos del disco, esto es, que lo
borra todo. Pero si mi memoria no me falla, te avisa antes de que
sigas con el proceso, por lo que lee atentamente todos los mensajes
que te vayan apareciendo.

La ISO se denomina Data Lifeguard Diagnostic for DOS (CD).

Esta utilidad inicia una sesión de DOS, por lo que si alguien lo
prueba y tiene un disco SATA, debe modificar la BIOS antes de iniciar
para pasarlos a modo IDE y tras las verificaciones, volver a dejar la
configuración que hubiese.

No es tu caso, ya que tu disco es IDE.

Sólo funciona con discos Western Digital, pero se pueden encontrar
diferentes utilidades para otros fabricantes (Seagate, Maxtor,
Smasung, etc).

Saludos,
Javier Silva

 Saca una copia de seguridad de los datos antes de nada.

 Saludos,

 --
 Camaleón


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



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



Fallo en autenticación sobre SAMBA.

2012-02-26 Thread JAP
Estimados:

Se me ha presentado un problema curioso, dada una curiosa situación.
En mi trabajo se usa una red Win2003 Server con un dominio ADS.
Mi Debian no tiene inconvenientes para manejarse.
Excepto este fin de semana, en que he tenido que venir a trabajar, y el
servidor de red se ha caído.
Por esta situación, los demonios nmbd, smbd y winbindd se quedan
colgados al arranque y no hay Cristo que me permita iniciar la máquina
aunque más no sea en modo local por consola.
El sistema inicia, se inicia el gestor X kdm, pero no reconoce ninguna
contraseña, ni la de red SAMBA ni la local. Además, la tty1 se queda
colgada tratando de iniciar nmbd smbd o winbindd, y no tengo acceso a
otra consola.

La solución fue arrancar en modo recuperación y eliminar (apt-get
remove samba winbind) esos paquetes y los que tiene asociados, por lo
que estoy trabajando en modo local.

Antes de hacer esto, hice la prueba de:
1º Desconectar físicamente la red de la máquina (desenchufé el cable).
2º Desactivé la interfaz de red que me conecta a ella
(/etc/network/interfaces).

Y el problema persiste. Al parecer, si el servidor PDC de la red está
caído, los demonios del sistema SAMBA se quedan colgados, congelando el
sistema, lo cual me causa muy mala leche.

Las preguntas:
a) ¿Hay alguna forma de lograr que esto no suceda?, es decir, evitar que
los demonios se cuelguen.
b) Si lo anterior no es posible, ¿hay alguna forma de iniciar los
demonios a demanda?, es decir, que cada vez que arranque me pregunte
si quiero iniciarlos; si tienen un temporizador, mejor.
c) ¿Hay alguna forma de que mi gestor X kdm reconozca el problema al
momento de la autenticación y salte a un login normal?
d) ¿Hay alguna forma de lograr aunque sea un acceso a consola cuando aún
no ha terminado de iniciar el sistema?, porque desde allí podría matar
el proceso que me causa problemas.

Muchas gracias.

JAP
Linux japws25 3.0.0-2-amd64 #1 SMP Wed Nov 2 04:50:05 UTC 2011 x86_64
GNU/Linux



-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1330257801.4140.14.ca...@ibbaw250.rina.armada



Re: remasterizar el debian lenny,

2012-02-26 Thread Camaleón
El Sun, 26 Feb 2012 07:48:09 -0500, Armando Felipe Fuentes Denis escribió:

(has secuestrado un hilo, abro uno nuevo)

 alguien podria pasarme algun manual de como hacerlo pues no tengo
 conocimiento ninguno, o algun sitio donde hablen de como hacerlo

http://lmgtfy.com/?q=debian+remaster

Ojo, que lenny ya no tiene soporte de parches de seguridad.

Saludos,

-- 
Camaleón


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



Re: dos placas dentro de un debian netinstall

2012-02-26 Thread alexissaucedo
Lo logre puse a andar las 2 sin conflicto, pero por q sera que la placa wan 
anda barvara y la LAN anda muy lenta? Casi falla las conexiones lan de lo lento 
que anda, le puse solamente en las configuraciones ip y mascara de red.

Muchisimas gracias! 
Enviado desde mi BlackBerry de Personal

-Original Message-
From: Javier Silva fjsil...@gmail.com
Date: Sat, 25 Feb 2012 02:35:43 
To: Lista Debiandebian-user-spanish@lists.debian.org
Subject: Re: dos placas dentro de un debian netinstall

2012/2/25 El Ale... alexissauc...@gmail.com:
 gente buenas noches tengo un problemita, tengo dos redes una que hace
 lan (la necesito para configurar equipos) y otra WAN la uso para
 entrar por fuera. La config que tengo es el siguiente.

 auto lo eth0 eth1
 iface lo inet loopback

 # The primary network interface
 #auto eth0
 iface eth0 inet static
 address 192.168.1.3
 netmask 255.255.255.0
 network 192.168.1.0
 broadcast 192.168.1.255
 gateway 192.168.1.10
 # dns-* options are implemented by the resolvconf package, if installed
 dns-nameservers 200.93.216.2

 iface eth1 inet static
 address 209.85.29.5
 netmask 255.255.255.248
 network 200.93.231.0
 broadcast 200.93.231.159
 gateway 200.93.231.153
 # dns-* options are implemented by the resolvconf package, if installed
 dns-nameservers 200.93.216.2

 pero el tema es que me anda una y me tira la otra (me la desabilita) o
 al revez.¿alguna idea para que pueda usar las dos simultaneas?.

 Muchas gracias!


Hola Alexis,
estás configurando ambas tarjetas con sus respectivas puertas de
enlace por defecto y dns servers para cada una de ellas.

Debes utilizar el valor gateway para una de ellas, la que tenga
conexión con el router.

Imagina que le pides una dirección de una red que no corresponde a
ninguna de las 2 subredes, ¿por qué interface crees que saldrá la
petición?

Saludos,
Javier Silva.

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



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



Ayuda con usuarios creados

2012-02-26 Thread academia
Después de la instalación de mi Debian 6 agregué varios usuarios de esta
forma:

# adduser NOMBRE_USUARIO

Me puse a explorar desde uno de estos usuarios creados y me dirigí al menú
donde dice:

Acerca de mi

Pues me encuentro que cada uno de estos usuarios puede cambiar desde aquí
su contraseña sin pedir derechos administrativos, así de simple. Alguien
pudiera explicarme qué hacer para que no ocurra esto, es decir que solo yo
como adminisistrador pueda hacerlo. Esto lo necesito para mi trabajo en
varias estaciones, pues está concebido que sea así.

Se admiten cuantas soluciones sugieran,

Saludos


Saludos,

==**==
M.Sc. Saúl Giniebra Muñoz
Profesor/Admin-Red Academia de Artes Plásticas
Pinar del Río. Cuba



--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/52596.10.0.1.2.1330267122.squir...@www.correo.pinarte.cult.cu



Re: dos placas dentro de un debian netinstall

2012-02-26 Thread JAP
El dom, 26-02-2012 a las 14:09 +, alexissauc...@gmail.com escribió:

 -Original Message-
 From: Javier Silva fjsil...@gmail.com
 Date: Sat, 25 Feb 2012 02:35:43 
 To: Lista Debiandebian-user-spanish@lists.debian.org
 Subject: Re: dos placas dentro de un debian netinstall
 
 2012/2/25 El Ale... alexissauc...@gmail.com:
  gente buenas noches tengo un problemita, tengo dos redes una que hace
  lan (la necesito para configurar equipos) y otra WAN la uso para
  entrar por fuera. La config que tengo es el siguiente.
 
  auto lo eth0 eth1
  iface lo inet loopback
 
  # The primary network interface
  #auto eth0
  iface eth0 inet static
  address 192.168.1.3
  netmask 255.255.255.0
  network 192.168.1.0
  broadcast 192.168.1.255
  gateway 192.168.1.10
  # dns-* options are implemented by the resolvconf package, if installed
  dns-nameservers 200.93.216.2
 
  iface eth1 inet static
  address 209.85.29.5
  netmask 255.255.255.248
  network 200.93.231.0
  broadcast 200.93.231.159
  gateway 200.93.231.153
  # dns-* options are implemented by the resolvconf package, if installed
  dns-nameservers 200.93.216.2
 
  pero el tema es que me anda una y me tira la otra (me la desabilita) o
  al revez.¿alguna idea para que pueda usar las dos simultaneas?.
 
  Muchas gracias!
 
 
 Hola Alexis,
 estás configurando ambas tarjetas con sus respectivas puertas de
 enlace por defecto y dns servers para cada una de ellas.
 
 Debes utilizar el valor gateway para una de ellas, la que tenga
 conexión con el router.
 
 Imagina que le pides una dirección de una red que no corresponde a
 ninguna de las 2 subredes, ¿por qué interface crees que saldrá la
 petición?
 
 Saludos,
 Javier Silva.
 
 Lo logre puse a andar las 2 sin conflicto, pero por q sera que la placa wan 
 anda barvara y la LAN anda muy lenta? Casi falla las conexiones lan de lo 
 lento que anda, le puse solamente en las configuraciones ip y mascara de red.
 
 Muchisimas gracias! 
 Enviado desde mi BlackBerry de Personal
 
 

¿Cómo arreglaste el tema del encaminamiento?
Porque si no lo has hecho del todo bien, puede ser la causa de la lentitud de 
la red cableada.
Yo tengo un sistema con dos redes distintas, y lo he solucionado así:

---
# /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
 auto lo
 iface lo inet loopback


# LOCAL
 auto eth1
 allow-hotplug eth1
 iface eth1 inet dhcp
 post-up route del default
 post-up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.6.1.254 dev eth1

# INTERNET
 auto eth2
 allow-hotplug eth2
 iface eth2 inet dhcp
 post-up route add default gw 192.168.1.1
---

Los post-up instruyen al sistema de enrutamiento para que:
post-up route del default: elimine el default de la red interna, dado que 
allí tengo un segmento acotado.
post-up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.6.1.254 dev eth1: para 
el segmento 10.0.0.0 la compuerta es la red interna.

post-up route add default gw 192.168.1.1: para el resto, o sea la internet, va 
por la compuerta de esa red.

Tips: 
1 - Desinstalá todo paquete que tenga la frase network-manager. Son paquetes 
buenos de configuraciones automágicas, pero sólo sirven si tenés una sola red.
2 - Asegurate de tener instalado el paquete resolvconf. Con los post-up del 
enrutamiento, resolvconf dinámico se las apaña para encontrar los DNS correctos.

Espero que te sea útil.

JAP






-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1330267841.3073.10.ca...@ibbaw250.rina.armada



Re: Ayuda con usuarios creados

2012-02-26 Thread Raphael Verdugo P.
2012/2/26  acade...@pinarte.cult.cu:
 Después de la instalación de mi Debian 6 agregué varios usuarios de esta
 forma:

 # adduser NOMBRE_USUARIO



 Pues me encuentro que cada uno de estos usuarios puede cambiar desde aquí
 su contraseña sin pedir derechos administrativos,





Eso es correcto, no hay error, cada usuario puede cambiar su contraseña.

Deberias cambiar a MAC(mandatory Access control) o  aplicar alguna
regla SELinux para evitar el uso de adduser.
Otra cosa que puedes hacer es colocar en una jaula a tus usuarios y
negarles programas como adduser




-- 
Raphael Verdugo P.
Unix Admin  Developer
raphael.verd...@gmail.com


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



Re: Ayuda con usuarios creados

2012-02-26 Thread Camaleón
El Sun, 26 Feb 2012 09:38:42 -0500, academia escribió:

 Después de la instalación de mi Debian 6 agregué varios usuarios de esta
 forma:
 
 # adduser NOMBRE_USUARIO
 
 Me puse a explorar desde uno de estos usuarios creados y me dirigí al
 menú donde dice:
 
 Acerca de mi
 
 Pues me encuentro que cada uno de estos usuarios puede cambiar desde
 aquí su contraseña sin pedir derechos administrativos, así de simple.
 Alguien pudiera explicarme qué hacer para que no ocurra esto, es decir
 que solo yo como adminisistrador pueda hacerlo. Esto lo necesito para mi
 trabajo en varias estaciones, pues está concebido que sea así.
 
 Se admiten cuantas soluciones sugieran,

Mmm, podrías configurar una directiva (seguramente a través de PAM o con 
chage -m) que evite que los usuarios cambien la contraseña durante x 
tiempo (donde x = 1000 años :-P)

Saludos,

-- 
Camaleón


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



Re: dos placas dentro de un debian netinstall

2012-02-26 Thread Camaleón
El Sun, 26 Feb 2012 14:09:02 +, alexissaucedo escribió:

(ese top-posting...)

 Lo logre puse a andar las 2 sin conflicto, pero por q sera que la placa
 wan anda barvara y la LAN anda muy lenta? Casi falla las conexiones lan
 de lo lento que anda, le puse solamente en las configuraciones ip y
 mascara de red.

Pon la salida de ip ro.

Saludos,

-- 
Camaleón


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



Re: dos placas dentro de un debian netinstall

2012-02-26 Thread alexissaucedo
Asi la tengo configurada ahora

 auto lo eth0 eth1
iface lo inet loopback

(INTERNET)
# The primary network interface
#auto eth0
iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.10

(LAN)
iface eth1 inet static
address 209.85.29.5
netmask 255.255.255.248
network 200.93.231.0

Obviamente que la config que me pasaste no la voy a poder hacer mientras este 
en remoto, podria acaso probar con alguna config en remoto? Ya que tengo esa pc 
en otro sitio al cual no tengo acceso este mes por problemas de distancia.

Mil gracias! 

Enviado desde mi BlackBerry de Personal

-Original Message-
From: JAP javier.debian.bb...@gmail.com
Date: Sun, 26 Feb 2012 11:50:41 
To: Lista Debiandebian-user-spanish@lists.debian.org
Subject: Re: dos placas dentro de un debian netinstall

El dom, 26-02-2012 a las 14:09 +, alexissauc...@gmail.com escribió:

 -Original Message-
 From: Javier Silva fjsil...@gmail.com
 Date: Sat, 25 Feb 2012 02:35:43 
 To: Lista Debiandebian-user-spanish@lists.debian.org
 Subject: Re: dos placas dentro de un debian netinstall
 
 2012/2/25 El Ale... alexissauc...@gmail.com:
  gente buenas noches tengo un problemita, tengo dos redes una que hace
  lan (la necesito para configurar equipos) y otra WAN la uso para
  entrar por fuera. La config que tengo es el siguiente.
 
  auto lo eth0 eth1
  iface lo inet loopback
 
  # The primary network interface
  #auto eth0
  iface eth0 inet static
  address 192.168.1.3
  netmask 255.255.255.0
  network 192.168.1.0
  broadcast 192.168.1.255
  gateway 192.168.1.10
  # dns-* options are implemented by the resolvconf package, if installed
  dns-nameservers 200.93.216.2
 
  iface eth1 inet static
  address 209.85.29.5
  netmask 255.255.255.248
  network 200.93.231.0
  broadcast 200.93.231.159
  gateway 200.93.231.153
  # dns-* options are implemented by the resolvconf package, if installed
  dns-nameservers 200.93.216.2
 
  pero el tema es que me anda una y me tira la otra (me la desabilita) o
  al revez.¿alguna idea para que pueda usar las dos simultaneas?.
 
  Muchas gracias!
 
 
 Hola Alexis,
 estás configurando ambas tarjetas con sus respectivas puertas de
 enlace por defecto y dns servers para cada una de ellas.
 
 Debes utilizar el valor gateway para una de ellas, la que tenga
 conexión con el router.
 
 Imagina que le pides una dirección de una red que no corresponde a
 ninguna de las 2 subredes, ¿por qué interface crees que saldrá la
 petición?
 
 Saludos,
 Javier Silva.
 
 Lo logre puse a andar las 2 sin conflicto, pero por q sera que la placa wan 
 anda barvara y la LAN anda muy lenta? Casi falla las conexiones lan de lo 
 lento que anda, le puse solamente en las configuraciones ip y mascara de red.
 
 Muchisimas gracias! 
 Enviado desde mi BlackBerry de Personal
 
 

¿Cómo arreglaste el tema del encaminamiento?
Porque si no lo has hecho del todo bien, puede ser la causa de la lentitud de 
la red cableada.
Yo tengo un sistema con dos redes distintas, y lo he solucionado así:

---
# /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
 auto lo
 iface lo inet loopback


# LOCAL
 auto eth1
 allow-hotplug eth1
 iface eth1 inet dhcp
 post-up route del default
 post-up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.6.1.254 dev eth1

# INTERNET
 auto eth2
 allow-hotplug eth2
 iface eth2 inet dhcp
 post-up route add default gw 192.168.1.1
---

Los post-up instruyen al sistema de enrutamiento para que:
post-up route del default: elimine el default de la red interna, dado que 
allí tengo un segmento acotado.
post-up route add -net 10.0.0.0 netmask 255.0.0.0 gw 10.6.1.254 dev eth1: para 
el segmento 10.0.0.0 la compuerta es la red interna.

post-up route add default gw 192.168.1.1: para el resto, o sea la internet, va 
por la compuerta de esa red.

Tips: 
1 - Desinstalá todo paquete que tenga la frase network-manager. Son paquetes 
buenos de configuraciones automágicas, pero sólo sirven si tenés una sola red.
2 - Asegurate de tener instalado el paquete resolvconf. Con los post-up del 
enrutamiento, resolvconf dinámico se las apaña para encontrar los DNS correctos.

Espero que te sea útil.

JAP






-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1330267841.3073.10.ca...@ibbaw250.rina.armada



Re: Ayuda con usuarios creados

2012-02-26 Thread Rodolfo Vargas





 De: acade...@pinarte.cult.cu acade...@pinarte.cult.cu
Para: debian-user-spanish@lists.debian.org 
Enviado: Domingo 26 de febrero de 2012 9:38
Asunto: Ayuda con usuarios creados
 
Después de la instalación de mi Debian 6 agregué varios usuarios de esta
forma:

# adduser NOMBRE_USUARIO

man useradd

Me puse a explorar desde uno de estos usuarios creados y me dirigí al menú
donde dice:

Acerca de mi

Pues me encuentro que cada uno de estos usuarios puede cambiar desde aquí
su contraseña sin pedir derechos administrativos, así de simple. Alguien

Porque son propietarios de su cuenta

pudiera explicarme qué hacer para que no ocurra esto, es decir que solo yo
como adminisistrador pueda hacerlo. Esto lo necesito para mi trabajo en

Les estas quitando derechos a los usuarios, no me parece correcto..., que yo 
sepa root puede crear cuentas y puede borrar hacer practicamente todo, pero ya 
meterse y tener control total sobre un usuario restringiendole practicamebte 
hasta de poder cambair su passwd no creo que sea buena práctica

varias estaciones, pues está concebido que sea así.

Pues las políticas estan segun yo no son muy buenas, por algo debian u otro SO 
permiten hacer eso por defecto, son buenas prácticas.

Se admiten cuantas soluciones sugieran,

Para enterarse más al respecto leer man useradd, saludos.

Saludos


Saludos,

==**==
M.Sc. Saúl Giniebra Muñoz
Profesor/Admin-Red Academia de Artes Plásticas
Pinar del Río. Cuba



--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/52596.10.0.1.2.1330267122.squir...@www.correo.pinarte.cult.cu

Re: Fallo en autenticación sobre SAMBA.

2012-02-26 Thread Camaleón
El Sun, 26 Feb 2012 09:03:21 -0300, JAP escribió:

 Se me ha presentado un problema curioso, dada una curiosa situación. En
 mi trabajo se usa una red Win2003 Server con un dominio ADS. Mi Debian
 no tiene inconvenientes para manejarse. Excepto este fin de semana, en
 que he tenido que venir a trabajar, y el servidor de red se ha caído.

Mmm, ¿qué se ha caído, el servidor que permite a los usuarios 
autentificarse e iniciar sesión o tu samba?

 Por esta situación, los demonios nmbd, smbd y winbindd se quedan
 colgados al arranque y no hay Cristo que me permita iniciar la máquina
 aunque más no sea en modo local por consola. El sistema inicia, se
 inicia el gestor X kdm, pero no reconoce ninguna contraseña, ni la de
 red SAMBA ni la local. Además, la tty1 se queda colgada tratando de
 iniciar nmbd smbd o winbindd, y no tengo acceso a otra consola.
 
 La solución fue arrancar en modo recuperación y eliminar (apt-get remove
 samba winbind) esos paquetes y los que tiene asociados, por lo que estoy
 trabajando en modo local.

Qué radical... a ver, ¿no podías iniciar en modo seguro (init 1)? Esto lo 
puedes forzar desde el menú de arranque de GRUB, entras en modo de 
edición (e) y añades 1 en la línea del kernel, F10 para continuar con 
el proceso de arranque. Así no iniciará la red ni samba ni ná, pero al 
menos podrás acceder al sistema... siempre y cuando no necesites tirar 
del PDC para iniciar la sesión local, claro.

 Antes de hacer esto, hice la prueba de: 1º Desconectar físicamente la
 red de la máquina (desenchufé el cable). 2º Desactivé la interfaz de red
 que me conecta a ella (/etc/network/interfaces).
 
 Y el problema persiste. Al parecer, si el servidor PDC de la red está
 caído, los demonios del sistema SAMBA se quedan colgados, congelando el
 sistema, lo cual me causa muy mala leche.

Hombre, si lo necesitas para autentificar tu servidor, es normal :-?

¿Por qué estaba caído el PDC de la red? Si dependes de él, tendrás que 
tenerlo conectado las 24 horas los 365 días y buscar algún equipo de 
respaldo en caso de fallo del servidor principal.

 Las preguntas:
 a) ¿Hay alguna forma de lograr que esto no suceda?, es decir, evitar que
 los demonios se cuelguen.

Primero tendrás que ver por qué se quedan pillados, pero dependerá de la 
configuración que tengas de samba, es decir, ¿depende tu samba del PDC 
ese que dices que no está disponible? ¿permite samba que especifiques una 
configuración alternativa si el PDC no está accesible?

 b) Si lo anterior no es posible, ¿hay alguna forma de iniciar los
 demonios a demanda?, es decir, que cada vez que arranque me pregunte
 si quiero iniciarlos; si tienen un temporizador, mejor. 

Puedes desactivarlos para que no se inicien al arrancar el equipo e 
iniciarlos manualmente pero me parece un poco cutre :-)

 c) ¿Hay alguna forma de que mi gestor X kdm reconozca el problema al
 momento de la autenticación y salte a un login normal? 

Ni idea...

 d) ¿Hay alguna forma de lograr aunque sea un acceso a consola cuando
 aún no ha terminado de iniciar el sistema?, porque desde allí podría
 matar el proceso que me causa problemas.

¿Probaste el acceso remoto (ssh)?

Saludos,

-- 
Camaleón


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



Re: dos placas dentro de un debian netinstall

2012-02-26 Thread Javier Silva
El día 26 de febrero de 2012 15:09,  alexissauc...@gmail.com escribió:
 Lo logre puse a andar las 2 sin conflicto, pero por q sera que la placa wan 
 anda barvara y la LAN anda muy lenta? Casi falla las conexiones lan de lo 
 lento que anda, le puse solamente en las configuraciones ip y mascara de red.


Tal vez te falte activar el ip_forward entre tarjetas, para comprobar
si está activado, puedes hacer:

# cat /proc/sys/net/ipv4/ip_forward

Si te devuelve 0 es que no está activado, puedes activarlo de manera
permanente editando el archivo /etc/sysctl.conf, busca una línea con:

#net.ipv4.ip_forward = 1

y quita el comentario del principio de línea.

Para activarlo sin reiniciar el equipo, puedes hacer lo siguiente:

# sysctl -w net.ipv4.ip_forward=1

Saludos,
Javier Silva.


 Muchisimas gracias!
 Enviado desde mi BlackBerry de Personal

 -Original Message-
 From: Javier Silva fjsil...@gmail.com
 Date: Sat, 25 Feb 2012 02:35:43
 To: Lista Debiandebian-user-spanish@lists.debian.org
 Subject: Re: dos placas dentro de un debian netinstall

 2012/2/25 El Ale... alexissauc...@gmail.com:
 gente buenas noches tengo un problemita, tengo dos redes una que hace
 lan (la necesito para configurar equipos) y otra WAN la uso para
 entrar por fuera. La config que tengo es el siguiente.

 auto lo eth0 eth1
 iface lo inet loopback

 # The primary network interface
 #auto eth0
 iface eth0 inet static
 address 192.168.1.3
 netmask 255.255.255.0
 network 192.168.1.0
 broadcast 192.168.1.255
 gateway 192.168.1.10
 # dns-* options are implemented by the resolvconf package, if installed
 dns-nameservers 200.93.216.2

 iface eth1 inet static
 address 209.85.29.5
 netmask 255.255.255.248
 network 200.93.231.0
 broadcast 200.93.231.159
 gateway 200.93.231.153
 # dns-* options are implemented by the resolvconf package, if installed
 dns-nameservers 200.93.216.2

 pero el tema es que me anda una y me tira la otra (me la desabilita) o
 al revez.¿alguna idea para que pueda usar las dos simultaneas?.

 Muchas gracias!


 Hola Alexis,
 estás configurando ambas tarjetas con sus respectivas puertas de
 enlace por defecto y dns servers para cada una de ellas.

 Debes utilizar el valor gateway para una de ellas, la que tenga
 conexión con el router.

 Imagina que le pides una dirección de una red que no corresponde a
 ninguna de las 2 subredes, ¿por qué interface crees que saldrá la
 petición?

 Saludos,
 Javier Silva.

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



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



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



Re: Fallo en autenticación sobre SAMBA.

2012-02-26 Thread Cristian Mitchell
El día 26 de febrero de 2012 14:58, Camaleón noela...@gmail.com escribió:
 El Sun, 26 Feb 2012 09:03:21 -0300, JAP escribió:

 Se me ha presentado un problema curioso, dada una curiosa situación. En
 mi trabajo se usa una red Win2003 Server con un dominio ADS. Mi Debian
 no tiene inconvenientes para manejarse. Excepto este fin de semana, en
 que he tenido que venir a trabajar, y el servidor de red se ha caído.

 Mmm, ¿qué se ha caído, el servidor que permite a los usuarios
 autentificarse e iniciar sesión o tu samba?

 Por esta situación, los demonios nmbd, smbd y winbindd se quedan
 colgados al arranque y no hay Cristo que me permita iniciar la máquina
 aunque más no sea en modo local por consola. El sistema inicia, se
 inicia el gestor X kdm, pero no reconoce ninguna contraseña, ni la de
 red SAMBA ni la local. Además, la tty1 se queda colgada tratando de
 iniciar nmbd smbd o winbindd, y no tengo acceso a otra consola.

 La solución fue arrancar en modo recuperación y eliminar (apt-get remove
 samba winbind) esos paquetes y los que tiene asociados, por lo que estoy
 trabajando en modo local.

 Qué radical... a ver, ¿no podías iniciar en modo seguro (init 1)? Esto lo
 puedes forzar desde el menú de arranque de GRUB, entras en modo de
 edición (e) y añades 1 en la línea del kernel, F10 para continuar con
 el proceso de arranque. Así no iniciará la red ni samba ni ná, pero al
 menos podrás acceder al sistema... siempre y cuando no necesites tirar
 del PDC para iniciar la sesión local, claro.

 Antes de hacer esto, hice la prueba de: 1º Desconectar físicamente la
 red de la máquina (desenchufé el cable). 2º Desactivé la interfaz de red
 que me conecta a ella (/etc/network/interfaces).

 Y el problema persiste. Al parecer, si el servidor PDC de la red está
 caído, los demonios del sistema SAMBA se quedan colgados, congelando el
 sistema, lo cual me causa muy mala leche.

 Hombre, si lo necesitas para autentificar tu servidor, es normal :-?

 ¿Por qué estaba caído el PDC de la red? Si dependes de él, tendrás que
 tenerlo conectado las 24 horas los 365 días y buscar algún equipo de
 respaldo en caso de fallo del servidor principal.

 Las preguntas:
 a) ¿Hay alguna forma de lograr que esto no suceda?, es decir, evitar que
 los demonios se cuelguen.

 Primero tendrás que ver por qué se quedan pillados, pero dependerá de la
 configuración que tengas de samba, es decir, ¿depende tu samba del PDC
 ese que dices que no está disponible? ¿permite samba que especifiques una
 configuración alternativa si el PDC no está accesible?

 b) Si lo anterior no es posible, ¿hay alguna forma de iniciar los
 demonios a demanda?, es decir, que cada vez que arranque me pregunte
 si quiero iniciarlos; si tienen un temporizador, mejor.

 Puedes desactivarlos para que no se inicien al arrancar el equipo e
 iniciarlos manualmente pero me parece un poco cutre :-)

 c) ¿Hay alguna forma de que mi gestor X kdm reconozca el problema al
 momento de la autenticación y salte a un login normal?

 Ni idea...

 d) ¿Hay alguna forma de lograr aunque sea un acceso a consola cuando
 aún no ha terminado de iniciar el sistema?, porque desde allí podría
 matar el proceso que me causa problemas.

 ¿Probaste el acceso remoto (ssh)?

 Saludos,

 --
 Camaleón


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


Que metodo de autenticacion usas?
root en consola sea utentica?
como fue la falla del servidor?


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


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



Re: Fallo en autenticación sobre SAMBA.

2012-02-26 Thread Angel Claudio Alvarez
El dom, 26-02-2012 a las 09:03 -0300, JAP escribió:
 Estimados:
 
 Se me ha presentado un problema curioso, dada una curiosa situación.
 En mi trabajo se usa una red Win2003 Server con un dominio ADS.
 Mi Debian no tiene inconvenientes para manejarse.
 Excepto este fin de semana, en que he tenido que venir a trabajar, y el
 servidor de red se ha caído.
 Por esta situación, los demonios nmbd, smbd y winbindd se quedan
 colgados al arranque y no hay Cristo que me permita iniciar la máquina
 aunque más no sea en modo local por consola.
 El sistema inicia, se inicia el gestor X kdm, pero no reconoce ninguna
 contraseña, ni la de red SAMBA ni la local. Además, la tty1 se queda
 colgada tratando de iniciar nmbd smbd o winbindd, y no tengo acceso a
 otra consola.
 
 La solución fue arrancar en modo recuperación y eliminar (apt-get
 remove samba winbind) esos paquetes y los que tiene asociados, por lo
 que estoy trabajando en modo local.
 
 Antes de hacer esto, hice la prueba de:
 1º Desconectar físicamente la red de la máquina (desenchufé el cable).
 2º Desactivé la interfaz de red que me conecta a ella
 (/etc/network/interfaces).
 
 Y el problema persiste. Al parecer, si el servidor PDC de la red está
 caído, los demonios del sistema SAMBA se quedan colgados, congelando el
 sistema, lo cual me causa muy mala leche.
 
 Las preguntas:
 a) ¿Hay alguna forma de lograr que esto no suceda?, es decir, evitar que
 los demonios se cuelguen.

Si, no ejecutarlos en el arranque

 b) Si lo anterior no es posible, ¿hay alguna forma de iniciar los
 demonios a demanda?, es decir, que cada vez que arranque me pregunte
 si quiero iniciarlos; si tienen un temporizador, mejor.
Si. scriptenado

 c) ¿Hay alguna forma de que mi gestor X kdm reconozca el problema al
 momento de la autenticación y salte a un login normal?
 d) ¿Hay alguna forma de lograr aunque sea un acceso a consola cuando aún
 no ha terminado de iniciar el sistema?, porque desde allí podría matar
 el proceso que me causa problemas.
 
No. Lo que tenes que hacer es configurar bien las librerias de
autenticacion PAM, para que la autenticacion contra el PDC no sea
requerida. Man pam.d


 Muchas gracias.
de nada

 
 JAP
 Linux japws25 3.0.0-2-amd64 #1 SMP Wed Nov 2 04:50:05 UTC 2011 x86_64
 GNU/Linux
 
 
 



-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1330298724.2577.3.ca...@gabita2.angel-alvarez.com.ar



Re: dos placas dentro de un debian netinstall

2012-02-26 Thread alexissaucedo
Hice el ip forward y salio corriendo! Millon de gracias a todos gente anda pero 
barvaro!

Un abrazo! 
Enviado desde mi BlackBerry de Personal

-Original Message-
From: Javier Silva fjsil...@gmail.com
Date: Sun, 26 Feb 2012 19:59:48 
To: Lista Debiandebian-user-spanish@lists.debian.org
Subject: Re: dos placas dentro de un debian netinstall

El d=C3=ADa 26 de febrero de 2012 15:09,  alexissauc...@gmail.com escribi=
=C3=B3:
 Lo logre puse a andar las 2 sin conflicto, pero por q sera que la placa w=
an anda barvara y la LAN anda muy lenta? Casi falla las conexiones lan de l=
o lento que anda, le puse solamente en las configuraciones ip y mascara de =
red.


Tal vez te falte activar el ip_forward entre tarjetas, para comprobar
si est=C3=A1 activado, puedes hacer:

# cat /proc/sys/net/ipv4/ip_forward

Si te devuelve 0 es que no est=C3=A1 activado, puedes activarlo de manera
permanente editando el archivo /etc/sysctl.conf, busca una l=C3=ADnea con:

#net.ipv4.ip_forward =3D 1

y quita el comentario del principio de l=C3=ADnea.

Para activarlo sin reiniciar el equipo, puedes hacer lo siguiente:

# sysctl -w net.ipv4.ip_forward=3D1

Saludos,
Javier Silva.


 Muchisimas gracias!
 Enviado desde mi BlackBerry de Personal

 -Original Message-
 From: Javier Silva fjsil...@gmail.com
 Date: Sat, 25 Feb 2012 02:35:43
 To: Lista Debiandebian-user-spanish@lists.debian.org
 Subject: Re: dos placas dentro de un debian netinstall

 2012/2/25 El Ale... alexissauc...@gmail.com:
 gente buenas noches tengo un problemita, tengo dos redes una que hace
 lan (la necesito para configurar equipos) y otra WAN la uso para
 entrar por fuera. La config que tengo es el siguiente.

 auto lo eth0 eth1
 iface lo inet loopback

 # The primary network interface
 #auto eth0
 iface eth0 inet static
 address 192.168.1.3
 netmask 255.255.255.0
 network 192.168.1.0
 broadcast 192.168.1.255
 gateway 192.168.1.10
 # dns-* options are implemented by the resolvconf package, if installed
 dns-nameservers 200.93.216.2

 iface eth1 inet static
 address 209.85.29.5
 netmask 255.255.255.248
 network 200.93.231.0
 broadcast 200.93.231.159
 gateway 200.93.231.153
 # dns-* options are implemented by the resolvconf package, if installed
 dns-nameservers 200.93.216.2

 pero el tema es que me anda una y me tira la otra (me la desabilita) o
 al revez.=C2=BFalguna idea para que pueda usar las dos simultaneas?.

 Muchas gracias!


 Hola Alexis,
 est=C3=A1s configurando ambas tarjetas con sus respectivas puertas de
 enlace por defecto y dns servers para cada una de ellas.

 Debes utilizar el valor gateway para una de ellas, la que tenga
 conexi=C3=B3n con el router.

 Imagina que le pides una direcci=C3=B3n de una red que no corresponde a
 ninguna de las 2 subredes, =C2=BFpor qu=C3=A9 interface crees que saldr=
=C3=A1 la
 petici=C3=B3n?

 Saludos,
 Javier Silva.

 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmaster@lists.debia=
n.org
 Archive: http://lists.debian.org/CAAuvQccwQ4bDxf6Wz-_ToCTpuXctr8rKBe-z8h=
c8t20k...@mail.gmail.com



 --
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmaster@lists.debian=
.org
 Archive: http://lists.debian.org/CAOg_h5ZhLwV-VO6cWHyEEdyQuY-ME-gqUXYoaHZ=
rdbz5kg7...@mail.gmail.com



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



[OFF TOPIC] Skype vs Opciones Libres

2012-02-26 Thread EULALIO LOPEZ
Buen dia listeros,
Aqui un off topic, les cuento, resulta que quiero contratar un numero en
skype para que me puedan marcar  (en México) a skype y poder desviarlo al
celular o contestar en la computadora etc, tambien quisiera contratar un
plan para llamadas nacionales, y asi poder prescindir del servicio de
telmex(México), ustedes han tenido alguna experiencia con estos servicios,
y bueno conocen alguna ocpion libre que me de estos servicios.

Como siempre gracias y saludos!

-- 
Tenga la bondad de ser feliz sin molestar a los demás.
Eulalio López @zotoluco3
zotoluco.wordpress.com


Re: [OFF TOPIC] Skype vs Opciones Libres

2012-02-26 Thread Edwin Carrillo
Saludos

Revisa ekiga

El 27/02/12, EULALIO LOPEZ eulaliolope...@gmail.com escribió:
 Buen dia listeros,
 Aqui un off topic, les cuento, resulta que quiero contratar un numero en
 skype para que me puedan marcar  (en México) a skype y poder desviarlo al
 celular o contestar en la computadora etc, tambien quisiera contratar un
 plan para llamadas nacionales, y asi poder prescindir del servicio de
 telmex(México), ustedes han tenido alguna experiencia con estos servicios,
 y bueno conocen alguna ocpion libre que me de estos servicios.

 Como siempre gracias y saludos!

 --
 Tenga la bondad de ser feliz sin molestar a los demás.
 Eulalio López @zotoluco3
 zotoluco.wordpress.com



-- 

Gracias
calam - Edwin Carrillo
ca...@esdebian.org
311 279 4973


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



[no subject]

2012-02-26 Thread Rodolfo
Bom dia a Todos,


Estou precisando de informações e ajuda, segue abaixo o que preciso:

1 - Estou montando um servidor FTP em linux, porém, esse servidor será uma
máquina virtual DENTRO de um windows xp. Tipo, eu estou numa rede, dominio,
dentro da empresa onde trabalho, uso um desktop com windows xp sp3, quero
montar dentro desse sistema que uso, 1 servidor FTP em Linux, e quero
conseguir acessar esse servidor pelo sistema windows e por qualquer outra
maquina de rede da empresa.  Tem como ? Alguem pode me da informações de
como fazer ? Muito obrigado =D


2 - Eu sei como montar o servidor FTP, minha dúvida é em relação em como
fazer para outras maquinas da rede conseguirem acessar esse servidor dentro
da maquina virtual, usando a rede da empresa. Uso o VirtualBox, queria
saber como tenho que marcar essa conexao, Bridge, Internal Network e
etc. quais configurações de IP que devo usar, etc.




Abraços.


Curso de Massagem Indiana

2012-02-26 Thread Leila P
Metodologia: 

Aulas teóricas: Power point, apostilas e vídeos comentados. 
Práticas e vivências:Meditação,Yoga e treinamento quinzenal supervisionado.

Duração e horários:
  
11 meses: Um final de semana por mês:
Sabado:  8h às 12h e das 14h ás 18h.
Domingo: 8h as 13:30

Encontro quinzenal para supervisão: Dia e horário a combinar

Avaliação:

Realizadas periodicamente de forma escrita, oral
Seminário e monografia ao final do curso.

Carga horária: 220 horas.

Para Maiores detalhes:

http://www.pranadhama.blogspot.com

Obs: Caso não queira mais receber esse email, favor nos notificar.


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/38713-220122026162735562@srv-a12710e1871



Desligar máquina pelo GDM

2012-02-26 Thread Rafael Cunha
Olá

Na tela de login do GDM existe um icone referido como Ações. Que
abre uma janelinha de opções como: reiniciar, desligar, e outras mais.
Quando marco desligar máquina, e dou ok ele apenas fecha o GDM e cai
no terminal.

Sabem o que pode ser isso?

-- 
[]s Rafael Cunha
linux user #399164


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CA+0ytfW7SV7+8k0MD7dSNq99rZunWG+n88n=AHAws6qJ6=b...@mail.gmail.com



Re:

2012-02-26 Thread Rodolfo
Obrigado a todos =D

Foi mais simples do que eu pensei, coloquei em modo bridge, e Vuala
*-*...funcionou de prima

So fiz ifconfig eth0 up depois dhclient eth0 e ja ficou conectado e
funcional.

Pra entrar no ftp entrei pelo explorer usando o endereço:
ftp://MEU_IPftp://meu_ip/e pronto, coloquei o usuário e a senha
funfou..Uhu.


VALEU LISTA :D





Em 26 de fevereiro de 2012 19:36, Gabriel Ricardo
gricard...@gmail.comescreveu:

 Bridge, e as configurações de IP depende de sua rede..

 Se tem DHCP, se não coloca fixo.

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



 Em 26 de fevereiro de 2012 10:37, Rodolfo rof20...@gmail.com escreveu:

  Bom dia a Todos,


 Estou precisando de informações e ajuda, segue abaixo o que preciso:

 1 - Estou montando um servidor FTP em linux, porém, esse servidor será
 uma máquina virtual DENTRO de um windows xp. Tipo, eu estou numa rede,
 dominio, dentro da empresa onde trabalho, uso um desktop com windows xp
 sp3, quero montar dentro desse sistema que uso, 1 servidor FTP em Linux, e
 quero conseguir acessar esse servidor pelo sistema windows e por qualquer
 outra maquina de rede da empresa.  Tem como ? Alguem pode me da informações
 de como fazer ? Muito obrigado =D


 2 - Eu sei como montar o servidor FTP, minha dúvida é em relação em como
 fazer para outras maquinas da rede conseguirem acessar esse servidor dentro
 da maquina virtual, usando a rede da empresa. Uso o VirtualBox, queria
 saber como tenho que marcar essa conexao, Bridge, Internal Network e
 etc. quais configurações de IP que devo usar, etc.




 Abraços.





Re: Re: How to avoid screen blanking?

2012-02-26 Thread Felix Koop
I have set that to 30 min also, but 30 min would be ok. My screen
currently blanks after 30 seconds and that is way to early.

-- 
Mit freundlichen Grüßen

Felix Koop



Am Samstag, den 25.02.2012, 17:23 -0600 schrieb Selim T. Erdogan: 
 Felix Koop, 25.02.2012:
  I have tried in dconf-editor to find a setting in
  org.gnome.settings-daemon.plugins.power without success. Even
  deactivating the whole plugin does not seem to help. :-(
 
 Under org.gnome.settings-daemon.plugins.power, try changing
 sleep-display-ac and sleep-display-battery.  
 
 I have my screen going off after 30 minutes and these are set to 1800.  
 Now I went to System Settings (from the upper right hand corner in 
 gnome-classic, or you can just run gnome-control-center) and chose 
 Screen.  After changing that to 5 minutes, the values in the 
 dconf-editor are now 300.
 
 I guess you can just change the settings in gnome-control-center, 
 without bothering with dconf-editor. :)



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1330243106.6135.1.ca...@jupiter.fkoop.de



Re: Re: Re: How to avoid screen blanking?

2012-02-26 Thread Felix Koop
I looked at the 3 idle-dim keys and deselected idle-dim-ac and
idle-dim-battery (btw this is a desktop machine and should never be on
battery). Also I changed idle-dim-time to 3600, but no success. The
screen always blanks after 30 s of inactivity.

-- 
Mit freundlichen Grüßen

Felix Koop





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1330243614.6135.4.ca...@jupiter.fkoop.de



Re: New computer planned

2012-02-26 Thread Ralf Mardorf
On Sat, 2012-02-25 at 20:00 -0500, Celejar wrote:
 On Fri, 24 Feb 2012 15:22:32 +0100
 Martin Steigerwald mar...@lichtvoll.de wrote:
 
  Am Dienstag, 21. Februar 2012 schrieb Celejar:
   Curt Howland howl...@priss.com wrote:
   
   ...
   
It is my understanding that the Intel-based graphics cards work
perfectly well with the standard Linux drivers, if you want to stay
purely open-source.
   
   That's what everyone says, but it's not as true as it might be. Squeeze
   is shipping X stuff / drivers that cause GPU crashes on my (2007 era)
   Thinkpad T61 with Intel GM965 graphics:
   
   https://bugs.freedesktop.org/show_bug.cgi?id=44478
  
  Did you every try with backported X stuff and drivers if available? Or 
  Wheezy?
 
 Yes - I updated my X stuff from backports, and I haven't seen the
 problem since.
 
  Squeeze stuff is rather old by now.
 
 Fair enough - I'm just saying that perhaps we shouldn't go around
 saying that linux support for Intel is perfect, when Debian stable is
 shipping badly broken software for mature and not obsolete hardware.
 
 Celejar

To funny, I didn't read all Debian digest, but marked them as To Do,
while we had a discussion on Linux audio users list about the dropped nv
driver. We, the Linux community seemingly are trapped into a graphics
issue. I like to cross post this and I won't add any comment.

Anyway, please take a look at
http://lists.linuxaudio.org/pipermail/linux-audio-user/2012-February/date.html 
, thread Linux 3.2.0-rt Kernels on Debian Repos!.

I can't resist: :D ... :p,
Ralf


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



Re: New computer planned

2012-02-26 Thread Ralf Mardorf
On Sun, 2012-02-26 at 06:03 +0100, Kai-Martin Knaak wrote:
 Celejar wrote:
 
  Squeeze stuff is rather old by now.
  
  Fair enough - I'm just saying that perhaps we shouldn't go around
  saying that linux support for Intel is perfect, when Debian stable is
  shipping badly broken software for mature and not obsolete hardware.
  
 Well, this is the way the debian release cycle works. If you want a
 distro with a fixed six month release period, then you may be better
 off with ubuntu. In case you just need more recent versions of stuff, 
 there is always testing, which is not as fragile as it sounds.
   
 ---)kaimartin(---

Again, read
http://lists.linuxaudio.org/pipermail/linux-audio-user/2012-February/date.html 
, thread Linux 3.2.0-rt Kernels on Debian Repos!.

What Debian should we install, to get a working system?

Go with stable if you use NVIDIA, you are an idiot if you use NVIDIA,
use Intel and install Debian, but not stable :D???

Cool! I dropped my Debian install for other reasons.

- Ralf


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



Re: Need help on missing Dia shape icons

2012-02-26 Thread Camaleón
On Wed, 15 Feb 2012 14:36:20 -0600, luger wrote:

 Camaleón wrote:
 On Tue, 14 Feb 2012 21:35:04 -0600, luger wrote:

 I just installed the dia package, dia starts up fine but immediately
 gives me a warning:

 failed to load icon for file
/usr/share/dia/shapes/Flowchart/display.png
   cause=Couldn't recognize the image file format for file
 '/usr/share/dia/shapes/Flowchart/display.png'

 and also tells me there are 49 more messages.

 (...)

 The rest of the messages also point to PNG files?

 How about running the application (dia) from an empty/clean user?

 Although the error above seems like pointing to some sort of package/
 library (libgdk-pixbuf2.0-0 or maybe libpng12-0) corruption :-?


 Thanks Camaleón,
 
 Yes, the rest of the (error) messages do point to the various other
 shape files and all have .png extension.
 
 Tried creating user guest, then started dia from that user.  Exactly
 same results.
 
 I completely uninstalled and then reinstalled libgdk-pixbuf2.0-0,
 libpng12-0, along with dia, dia-common, dia-libs, and
 dia-shapes.  Before reinstalling, removed /usr/share/dia and the
 .dia configuration directory under the username I'm using.  Still no
 change in either dia or synaptic.
 
 I cannot help but think my synaptic problem is related, so I tried
 starting synaptic from a konsole window (as root) and it displayed a lot
 of similar messages, only they were in reference to xpm files.  Here's a
 typical synaptic message:
 
 synaptic:3454): Gtk-WARNING **: Could not load image
 'synaptic_mini.xpm': Couldn't recognize the image file format for file
 '/usr/share/synaptic/gtkbuilder/synaptic_mini.xpm'

Does the same happen when you run kdesu synaptic?
 
 I note that the two lib packages you mentioned are used by a multitude
 of applications and include some that I know are working satisfactory.
 
 OK, something is messed up, either through my error or from upgrading
 Wheezy.  All suggestions welcome.

IIRC, there was a recent update for some pixbuf packages. Should this 
update still does not solve the issue, I would go to Debian BTS to open a 
bug report for this. Maybe not a bug at all, but at least you will get a 
better direction on where the problem can lay and how to solve it.

Greetings,

-- 
Camaleón


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



Re: Programming in debian..HELP

2012-02-26 Thread Camaleón
On Wed, 15 Feb 2012 18:33:46 -0500, Tony Baldwin wrote:

(correcting the top-posting style)

 On Wed, Feb 15, 2012 at 10:20 PM, Camaleón noela...@gmail.com wrote:
 
  On Wed, 15 Feb 2012 18:14:58 +0530, Bijoy Lobo wrote:
 
   I am looking to learn some Linux programming skills, My current
   situation is like, I have to integrate Third-party software with
   software like squid and iptables. The third party vendors have
   provided me with SDKs and I have no idea on  how to get them
   working with squid and iptables.
 
  I think you'll get more pointers to the right docs should you say
  what programming language uses -or are available- for that SDK
  (python, perl, c, c++...). Perl and Python are usuals for dealing
  with netfilter stack.

 The SDKs which i have header (.h) files which ask me to compile my app
 using them
 
 
 That didn't answer the question.
 The question was which programming language are you using.

Well, if he has to deal with header files there's a high chance he needs 
to review his C/C++ skills.

Saludos,

-- 
Camaleón


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



Re: notify osd stop working

2012-02-26 Thread Camaleón
On Mon, 20 Feb 2012 10:31:00 +0530, J. Bakshi wrote:

 On Thu, 16 Feb 2012 10:14:34 +0530
 J. Bakshi baksh...@gmail.com wrote:
 
 Hello,
 
 I did a upgrade yesterday and among the other the osd was been upgraded
 too. Since then the osd stops working. I have also tested by
 
 notify-send hello
 
 But not notification at all.
 
 Presently the notification packages I have
 
 ``
 dpkg -l | grep osd
 
 rc  libxosd2 2.2.14-2 X On-Screen Display library - runtime 
 ii  notify-osd   0.9.32-1 daemon that displays passive pop-up 
 notifications
 
 `
 
 Any suggestion to fix the notification is very much appreciated. I am
 missing my pidgin, claws  all notifications :-(

Hmmm, wheezy has now notify-osd (0.9.32-2).
 
 Any idea please ??

Nope, sorry :-(

Check if a previous version works fine and if so, you can report a bug 
against the updated package.

Greetings,

-- 
Camaleón


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



Re: Bind errors in syslog

2012-02-26 Thread Camaleón
On Thu, 16 Feb 2012 14:05:23 +, Tony van der Hoff wrote:

 From time to time, folloing appears in my syslog. Always in pairs,
 always 10 mins apart:
 
 Feb 16 13:44:41 tony-lx inetd[1870]: tftp/udp: bind: Address already in use 
 Feb 16 13:54:41 tony-lx inetd[1870]: tftp/udp: bind: Address already in use
 
 Any suggestions as to what I can do to track down the cause of these
 messages?

I would start by reviewing the inetd config file and check if another 
running service has been configured to use the same ip/udp port than tftp 
service. If there is none, it could be that tftp (or inetd) is being 
tried to run several times, maybe triggered from a second service/
daemon instance :-?

Also, review the current connections with netstat -puan.

Greetings,

-- 
Camaleón


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



Re: Since I've installed Firefox in ~, every update results in a reset

2012-02-26 Thread Camaleón
On Thu, 16 Feb 2012 22:22:28 +0100, Merciadri Luca wrote:

 Quite everything is in the title. I'm running Debian Lenny (yes, I know,
 time to switch..., but haven't had time yet), and I precedently
 installed Firefox in ~/ for various reasons.
 
 The problem is not here. The problem is that every time an update is
 done, or even quite often (I don't know if each time this happens this
 is an update as it would mean updates are very frequent!) the Firefox
 starts as if it was installed for the first time (e.g. no history, no
 bookmarks, etc.), except that
 1) my plugins/add-ons are still recognized and used, 
 2) my default webpage (start page) is still OK.
 
 What could explain this problem?

That's really weird :-?

Even deleting Firefox itself does not remove the user files which are 
stored on a separate folder under the user's profile (~/.firefox) so I 
can't see why that happens to you... unless you are using a specific 
profile for your user and after the update, you have to point firefox to 
load that profile.

Greetings,

-- 
Camaleón


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



Re: Firefox and PDF incompatibility

2012-02-26 Thread Camaleón
On Fri, 17 Feb 2012 12:22:35 +0100, Merciadri Luca wrote:

 When opening PDFs documents in Firefox (e.g. by clicking on a PDF link
 in a webpage), it sometimes happens to my Firefox to stuck when loading
 the PDF. The PDF seems to be completely downloaded, but does not load in
 the acrobat plug-in. However, Firefox is still stable and responds
 correctly in other tabs.

Yes, that's a long time known issue :-(

 It looks like there's some issue with the Firefox-acrobat reader plugin.
 I noticed this on other computers running Linux and Firefox, even on
 different distros and acroread versions.
 
 I am running Firefox 10.0.1., but have got the same problem on Firefox
 10.0. I am running acroread 9.0 but tried with other versions as well.

I guess you should now be now running 10.0.2 :-)

Well, for your problem, it is known that Acrobat plugin does not work 
very well in linux (and if you ask me, I'd tell neither it does on 
windows...) so what I usually do is:

a/ Using Evince (or another PDF viewer of your liking), that works like a 
charm :-)

b/ Should I need to use Acrobat Reader, do not use the plugin, just tell 
Firefox to open the PDF file separately, not embedded within the browser.

Greetings,

-- 
Camaleón


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



Re: CUPS on Sid printing blank sheets

2012-02-26 Thread Camaleón
On Fri, 17 Feb 2012 18:02:27 -0600, Nate Bargmann wrote:

 I just noticed that my Sid box is printing blank sheets from CUPS to my
 Brother HL-5240 printer.  It is connected to the network using an Axis
 540+ print server which provides an LPD interface.  I can print a text
 document using a2ps but anything from Iceweasel or LibreOffice results
 in a blank sheet.  It seems as though printing to PDF is working using
 the cups-pdf package.
 
 Printing is working fine on my Wheezy laptop, using the same printer and
 PPD file, so this seems like a Sid issue at the moment even with the
 latest PPD from openprinting.org.

Try with the last good version of the package in Sid and if it works, 
just open a bug report.

Greetings,

-- 
Camaleón


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



Re: Supported touchscreen monitors

2012-02-26 Thread Camaleón
On Sun, 19 Feb 2012 08:35:19 +0100, talf...@virgilio.it wrote:

(no html please)

 I would need to know if I can use a touchscreen monitor type LG
 T1710B-BN. This use is thought for an old people who has difficulty to
 use a mouse.Could this be possible? If not which supported monitor can I
 use?Actually I am using Squeeze stable distribution.Thanks in advance
 for any helpFrancesco

This is something up to Xorg and what devices it does support (there are 
several input driver for touchscreens, e.g. xserver-xorg-input-evtouch, 
xserver-xorg-input-elographics, and so on...) so I would ask at the 
Xorg mailing list¹, they could guide you better on this.

¹http://lists.freedesktop.org/mailman/listinfo/xorg

Greetings,

-- 
Camaleón


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



Re: wheezy updates status question

2012-02-26 Thread Camaleón
On Mon, 20 Feb 2012 09:15:03 -0500, Jude DaShiell wrote:

 deb http://ftp.us.debian.org/debian squeeze-updates main Is put into the
 /etc/apt/sources.list file by the installation system on espeakup
 distribution at least so it makes sense that it would be discontinued
 for wheezy testing.

I wonder why the package adds that source for testing but if that's so 
you can open a bug report to inform the packagers :-?

OTOH, squeeze-updates is fine for the stable flavor.

Greetings,

-- 
Camaleón


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



Re: How to avoid screen blanking?

2012-02-26 Thread Henrique de Moraes Holschuh
On Sat, 25 Feb 2012, Felix Koop wrote:
 I tried xset dpms force off but that would blank the screen directly.
 xset -dpms will switch dpms off (at least according to xset q, but
 will not stop the blanking. Same with xset s off or xset s 0. Both

Those only work with good screensavers.  Fluff/bling screensavers like the
gnome and kde ones do not abide to it.  And they're not safe to use for
screen locking either (race conditions).

If you want something that *works*, especially for screen locking, switch to
xscreensaver in blank mode.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: debian-multimedia bugs reporting.

2012-02-26 Thread Camaleón
On Mon, 20 Feb 2012 19:30:47 +0700, Sthu Deus wrote:

 What's the practice of sending bug reports against packages from
 debian-multimedia? 

***
http://debian-multimedia.org/faq.php#q6

Q.How to report a bug ?
A. If the bug is related to packaging you can send me a bug report, 
otherwise the best is to contact the upstream author.
***

 - From its web page I get it as to:
 
 . developers list
 
 . developers of the software.
 
 It is the first time I try to help w/ the repo/software, and I did
 direct it to
 
 mplayer2-dev-ow...@mplayer2.org

Why that mailing list?

http://www.mplayerhq.hu/DOCS/HTML/en/bugreports_where.html

 but they rejected it because I'm not subscribed. And I do not want to.

You can post using a web browser through Gmane:

http://dir.gmane.org/gmane.comp.video.mplayer.user

 So, what's the practice - just few words?

What kind of bug is it?

Greetings,

-- 
Camaleón


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



Re: Adjusting sound file volume

2012-02-26 Thread Celejar
On Sat, 25 Feb 2012 21:48:31 -0700
Bob Proulx b...@proulx.com wrote:

 Marc Shapiro wrote:
  I know that sox can adjust the volume of a sound file and I have
  used it before, but... sox will not read this file.  It is an .m4a
  file that someone else recorded and sent to us.  Sox and play will
  not read it, the error when  try to adjust the volume is:
  
  :~$ sox -v 0.1 Kedushah.m4a Kedushah.mp3
  sox FAIL formats: can't open output file `Kedushah.mp3': SoX was
  compiled without MP3 encoding support
 
 The problem is that the mpeg formats are patented.  They are not
 freely available.
 
   http://en.wikipedia.org/wiki/MP3
 
 That prevents them from being available in Debian.  It doesn't meet
 the DFSG.
 
 If you get the version of sox built with the non-free mp3 libraries
 then it should play it.  I have not installed it but I believe that
 such a version is available from the http://debian-multimedia.org/
 Marillat site.  Please be kind to them and use a mirror to keep their
 bandwidth use reasonable.

Is it really true that mp3 playback, as opposed to encoding, is not
available without software from multimedia? I have no repos in my
apt.sources except for the official squeeze + backports, and mplayer
plays mp3s fine.

Celejar


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



Re: status bar colour

2012-02-26 Thread Camaleón
On Mon, 20 Feb 2012 17:26:07 +, richard wrote:

 The top horizontal bar in the gnome-shell, white on black ish, no
 complaints except the calendar, is there anyway of changing to something
 readable, grey on black is hard to read for me ?

You can now use themes :-)

Anyway, this has to be controlled by /usr/share/gnome-shell/theme/gnome-
shell.css, I had to tweak many things from here to make gnome-shell 
usable :-)

Make a backup copy of the original file before making any change.

Greetings,

-- 
Camaleón


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



Re: New computer planned

2012-02-26 Thread Celejar
On Sun, 26 Feb 2012 06:03:46 +0100
Kai-Martin Knaak k...@lilalaser.de wrote:

 Celejar wrote:
 
  Squeeze stuff is rather old by now.
  
  Fair enough - I'm just saying that perhaps we shouldn't go around
  saying that linux support for Intel is perfect, when Debian stable is
  shipping badly broken software for mature and not obsolete hardware.
  
 Well, this is the way the debian release cycle works. If you want a
 distro with a fixed six month release period, then you may be better
 off with ubuntu. In case you just need more recent versions of stuff, 
 there is always testing, which is not as fragile as it sounds.

I understand the Debian release cycle, and have understood it for
years, along with the tradeoffs involved in choosing the various
flavors. Once again, I'm just pointing out that we shouldn't go around
telling everyone that support for Intel hardware is so idyllic if our
Stable version doesn't support mature, non-obsolete, popular chipsets.

Celejar


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



Re: iceweasle download window

2012-02-26 Thread Camaleón
On Tue, 21 Feb 2012 11:23:03 +0800, lina wrote:

 Since last time I clear list in the pop-up download  window, there is
 no more downloading item shown as before.
 
 The download still proceed but with blank window. (please see:
 https://docs.google.com/open?id=0B93SVRfpVVg3ZmUyYjA4NmYtZWI3NS00MTkxLTg4NGUtZTJlNThlZGI0MGEw
 )
 
 Thanks for some advice to let it show the items downloading or
 downloaded.

I would start with this:

Downloads not visible in Download Manager
http://kb.mozillazine.org/Downloads_not_visible_in_Download_Manager

Greetings,

-- 
Camaleón


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



Re: CUPS on Sid printing blank sheets

2012-02-26 Thread Nate Bargmann
* On 2012 26 Feb 06:43 -0600, Camaleón wrote:
 
 Try with the last good version of the package in Sid and if it works, 
 just open a bug report.

Two bugs are open in this topic, 660348 (mine) and 660420 (Mike's).
Both of us have tried the latest update (1.5.2-5) and Mike sees help
with the Generic PS 1 driver and I see no improvement with the HL-5240
PPD.

We're following it closely.  Fortunately, Mike's report is marked Grave
to prevent the latest CUPS update (1.5.2) from moving into Testing.

- Nate 

-- 

The optimist proclaims that we live in the best of all
possible worlds.  The pessimist fears this is true.

Ham radio, Linux, bikes, and more: http://www.n0nb.us


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120226132851.gb2...@n0nb.us



Re: [OT] GUI handler for executeable scripts.

2012-02-26 Thread Camaleón
On Wed, 22 Feb 2012 09:55:14 -0800, peasthope wrote:

 An executeable script /home/peter/Desktop/script.sh appears as an icon
 in the LXDE desktop.  A double-click on it, starts it executing.   In a
 Fedora system I use, a double -click on such an icon produces a dialogue
 offering choices: [Run in Terminal] [Display] [Cancel] [Run].  I'd guess
 that this handler is available in Debian also.  Will someone tell me its
 name please.

I also get the prompt for what to do with an .sh file in Debian when 
running inside a GNOME session.

As you're using LXDE this has to be controlled by its file manager, 
PCManFM.

Greetings,

-- 
Camaleón


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



Re: [LAU] New computer planned

2012-02-26 Thread Robin Gareus
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 02/26/2012 09:52 AM, Ralf Mardorf wrote:
[..]
 What Debian should we install, to get a working system?
 
 Go with stable if you use NVIDIA, you are an idiot if you use NVIDIA,
 use Intel and install Debian, but not stable :D???

http://jaqque.sbih.org/kplug/apt-pinning.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk9KNPQACgkQeVUk8U+VK0KV+gCfbd0LIWKEC7Q5gkGqRwhkJqDc
vTgAnRNeM4OqR53+0t9S65y+/g9FTmma
=chuZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f4a34f5.1080...@gareus.org



Re: Wireless connection not working

2012-02-26 Thread Gustavo J Mata
A few weeks ago I asked for help concerning difficulties with the wireless
connection of a Dell Inspiron 700m. At the time I had to squeeze Debian in
10 Gb of hard disk and 512 Mb of memory.

I've just upgraded the HD to 160 GB and memory to 2 GB. This allowed me to
install a full desktop envinronment. Wifi, configured with Gnome's Network
Manager, is now working like a charm.

Thanks to all for your help!

Gustavo J. Mata



On Tue, Jan 31, 2012 at 5:07 PM, Shaun Jones mister.s.jo...@gmail.comwrote:



 On Tue, Jan 31, 2012 at 3:30 PM, Camaleón noela...@gmail.com wrote:

 On Tue, 31 Jan 2012 16:47:30 -0430, Gustavo J Mata wrote:

  Hi,  I have installed Debian 6.03 in a Dell Inspiron 700m. My wireless
  connection is not working.
 
  I'm using the WCID network manager under the LXDE desktop manager. (I
  have 500 Mb of memory and 5.5 GB o disk space).
 
  My Linksys router is configured to use WAP 2 Personal security.
 
  Any hints?

 Yes... what kind of wireless adapter does your computer use? Maybe you
 need to install a closed firmware to get the card working :-?

 http://wiki.debian.org/WiFi

 Greetings,

 --
 Camaleón


 --


  I know when I install xfce it uses wicd as well and I need to remove it
 and install gnome-networkmanager to get my wireless working. WICD does not
 even see my wireless network.  So figured it was a bug and I have the same
 router and same security configuration as you. So that would be my fix
 remove wicd and install network-manager.



 --
 Mister Jones






-- 
«La ignorancia, aliada con el poder, es el más feroz enemigo que puede
tener la justicia.» (James Baldwin)

Visite mi Blog en Apartaderos http://apartaderos.blogspot.com


Re: iceweasle download window

2012-02-26 Thread lina
On Sun, Feb 26, 2012 at 9:29 PM, Camaleón noela...@gmail.com wrote:
 On Tue, 21 Feb 2012 11:23:03 +0800, lina wrote:

 Since last time I clear list in the pop-up download  window, there is
 no more downloading item shown as before.

 The download still proceed but with blank window. (please see:
 https://docs.google.com/open?id=0B93SVRfpVVg3ZmUyYjA4NmYtZWI3NS00MTkxLTg4NGUtZTJlNThlZGI0MGEw
 )

 Thanks for some advice to let it show the items downloading or
 downloaded.

 I would start with this:

 Downloads not visible in Download Manager
 http://kb.mozillazine.org/Downloads_not_visible_in_Download_Manager

Thanks, follow the advice of the link, I checked  Remember download history,

Didn't see you (precisely speaking your emails) for a while, hope all
is good with you,

Best wishes,

 Greetings,

 --
 Camaleón


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



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



Re: Relavant mailing list - Debian Live CD????

2012-02-26 Thread Camaleón
On Thu, 23 Feb 2012 20:17:44 -0600, Richard Owlett wrote:

 In the past month I'm certain that I saw a reference to a Live CD 
 mailing list.
 IIRC it was in a sig.
 I don't see it at http://www.debian.org/MailingLists/ 

It is indeed there:

http://lists.debian.org/completeindex.html

 Its evidently not an official list ;) Guidance please.

Uh, why not? Debian Live is an official flavour.

Greetings,

-- 
Camaleón


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



Re: Windows screws up Linux's clock -- solved for the Windows-naive

2012-02-26 Thread Hendrik Boom
On Tue, 21 Feb 2012 22:31:38 -0500, Doug wrote:

 On 02/21/2012 08:36 PM, Don deJuan wrote:

 In windows open regedit go to:
 HKLM\SYSTEM\CurrentControlSet\__Control
\TimeZoneInformation
 add a DWORD with name of RealTimeIsUniversal exactly as
 its entered
 there and set the value to 1. Now you can have windows
 time play nice
 with any linux distro, no matter if you use localtime or
 UTC.


 In accordance with Juan's instructions somewhere in this thread, I went
 to Google
 and got slightly more detailed instructions, which I am going to repeat
 here, for
 those who are as faked out as I was.  (I'm not a Windows expert--I'm not
 really
 a Linux expert, either, but I'm probably more familiar with PCLINUXOS
 than with
 XP.  So here it is, from lifehacker.com/5742148. . . .

Thanks.  Very clear instructions, for a non-Windows user.  There's only 
one program I boot WIndows for - and that's Adobe Digital Editions.  Why 
*I* should have to run Adobe Digital Editions in order to get my 
purchased ebook encrypted instead of the bookstore escapes me.

Just a few click-notes, while I'm doing it:

I'm using WIndows XP.

 
 STARTType in regedit.exe HKEY_LOCAL_MACHINE\SYSTEM\Current Control
STARTRUN. not just START
 Set\Control\Time Zone Information
 
 Right click anywhere in the right-hand panel, select NEWDWORD Value
 Type in the box (no spaces, no quotes) RealTimeIsUniversal double
 click, change value from 0 to 1, select hexadecimal if not already
 selected. 
click on OK
close registry editor

 Close window--you're done.
 
 It's real easy, but you have to actually do it to realize that.
 
 Thank you to Mr. deJuan for finding this fix and passing it on.
 
 --doug



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



lost

2012-02-26 Thread pastor alexander

i bought the multi dvd set of debian 32 bit and 64 bit
and after a week of them cocking up i put them in the bin.
i wanted an archive to put on my hard drive so i could assemble different  
distros including straight debian without

downloading the same files 100 times.
the disks were hostile and badly presented.
next i downloaded the weekly multiarch weekly 3.7 gig
not even a bloody desktop, you must be joking.
keeps asking for other dvds i dont have.
I have never come across a distro with more promise or power than debian.
mint failed to satisfy, as did mepis, both good mind you.
I have been remastering distros for my clients for years from pclinuxos  
without a problem.
the live debian squeeze disk works like a charm. but i want the multiarch  
with trimmings.

i spent at least a week in your wiki, its simply too big.
get me started please.
this is the only distro i have a problem with. this is the only community  
i have not got a sensible response from so far.

i propose to
start with multiarch
add bootcd for easy remastering
add liquorix as a menu option during boot for my games and multimedia
i already have a similar system setup under pclinuxos and it is very  
popular. and easy to do.
maybe i am not good enough for this distro but i have been a contract  
programmer for years and would like to assist this community if i can get  
up to speed. am willing to submit my distro as a resume if desired.

regards Pastor Alexander


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

Archive: http://lists.debian.org/blu0-smtp10350dc4a69e7cbb8bf26e6d9...@phx.gbl



Re: debian-multimedia bugs reporting.

2012-02-26 Thread Rob Owens
Stu, I forwarded it to the debian-multimedia list this morning.  I'll
keep you posted.

-Rob

On Fri, Feb 24, 2012 at 03:04:37PM +0700, Sthu Deus wrote:
 Good time of the day, Rob.
 
 
 You worte:
 
 I've emailed bugs to the debian-multimedia email list, but they were
 for stuff that didn't affect upstream.
 
 If you want to send me the bug report, I'll send it to the d-m email
 list.
 
 Thank You very much for Your help! Though it seems me weird that they
 made their work this way...
 
 Here is the report:
 
 ===
 Package: mplayer2
 Version: 1:2.0~git20120128-0.0
 Severity: normal
 
 
 Mplayer2 uses 100% CPU when paused on a video file.
 When unpaused - CPU usage becomes normal again, until next pause.
 
 For the musical files - it is alright.
 
 The package is from debian-multimedia repo.
 
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers testing
   APT policy: (990, 'testing'), (900, 'stable-updates'), (900, 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.2.0-1-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages mplayer2 depends on:
 ii  liba52-0.7.4  0.7.4-16
 ii  libaa11.4p5-39
 ii  libasound21.0.24.1-4
 ii  libaudio2 1.9.3-4
 ii  libbluray11:0.2.1+git20111208.63e308d-1
 ii  libbs2b0  3.1.0+dfsg-2
 ii  libbz2-1.01.0.6-1
 ii  libc6 2.13-26
 ii  libcaca0  0.99.beta17-2.1
 ii  libcdparanoia03.10.2+debian-10
 ii  libdca0   0.0.5-5
 ii  libdirectfb-1.2-9 1.2.10.0-4.3
 ii  libdv41.0.0-4
 ii  libdvdnav44.2.0-1
 ii  libdvdread4   4.2.0-1
 ii  libenca0  1.13-4
 ii  libfaad2  2.7-7
 ii  libfontconfig12.8.0-3.1
 ii  libfreetype6  2.4.8-1
 ii  libfribidi0   0.19.2-1
 ii  libgcc1   1:4.6.2-12
 ii  libggi2   1:2.2.2-5.1
 ii  libggiwmh00.3.2-2.1
 ii  libgif4   4.1.6-9
 ii  libgl1-mesa-glx [libgl1]  7.11.2-1
 ii  libjack-jackd2-0 [libjack-0.116]  1.9.8~dfsg.1-1
 ii  libjpeg8  8d-1
 ii  liblircclient00.9.0~pre1-1
 ii  libmad0   0.15.1b-7
 ii  libmng1   1.0.10-3
 ii  libncurses5   5.9-4
 ii  libogg0   1.2.2~dfsg-1
 ii  libopencore-amrnb00.1.2-1
 ii  libpng12-01.2.46-5
 ii  libpulse0 1.0-4
 ii  libsdl1.2debian   1.2.15-1
 ii  libsmbclient  2:3.6.3-1
 ii  libspeex1 1.2~rc1-3
 ii  libstdc++64.6.2-12
 ii  libsvga1  1:1.4.3-31
 ii  libtheora01.1.1+dfsg.1-3
 ii  libtinfo5 5.9-4
 ii  libvdpau1 0.4.1-3
 ii  libvorbis0a   1.3.2-1.1
 ii  libx11-6  2:1.4.4-4
 ii  libxext6  2:1.3.0-3
 ii  libxinerama1  2:1.1.1-3
 ii  libxss1   1:1.2.1-2
 ii  libxt61:1.1.1-2
 ii  libxv12:1.0.6-2
 ii  libxvidcore4  3:1.3.2-0.4
 ii  libxxf86dga1  2:1.1.2-1
 ii  libxxf86vm1   1:1.1.1-2
 ii  zlib1g1:1.2.3.4.dfsg-3
 
 mplayer2 recommends no packages.
 
 mplayer2 suggests no packages.
 
 -- no debconf information
 ===
 
 
 Sthu.
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/4f47449d.09b5cc0a.2ab7.7...@mx.google.com


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



Re: OT: Which tools can extract metadata from .ape, .m4a, .wv formats?

2012-02-26 Thread Camaleón
On Fri, 24 Feb 2012 15:13:51 +0700, Sthu Deus wrote:

 Can You recommend a command line tool(s) that can extract metadata from
 .ape, .m4a, .wv - musical file formats?
 
 Before times I did use mplayer2 until I met 24bit files - in this case
 it failed w/ codec error.
 
 Searching through the web I did find answer to my question - people
 suggest tools to convert/decompress rather than metadata extraction
 only.

eyed3? id3tool? id3?

EasyTag or ExFalso could be another option but these are GUI based.

Greetings,

-- 
Camaleón


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



Re: Chromium, the sync server is busy, please try again later (6.0.472.63 (59945) Built on Debian 6.0, running on Debian 6.0.4)

2012-02-26 Thread Camaleón
On Fri, 24 Feb 2012 22:45:22 +0100, Bernard van de Koppel wrote:

 Hi,

Hi. Please, no html formatted messages, thanks :-)

 I ran into an issue, where chromium in my Debian laptop won't sync with
 my my profile.
 I already removed the date from the google dashboard (
 https://www.google.com/dashboard/?hl=nl), but this does not seem to
 help.
 
 Signing in to the account works fine (before and after the stop
 synchronisation and remove data from google (translate from dutch)). But
 after the configure sync window, I get  the error The sync server is
 busy, please try again later.

Have you already checked if the account has been confirmed? This usually 
means that your e-mail address is properly verified. 

Are you seeing further errors/warnings on your account settings?

Greetings,

-- 
Camaleón


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



Re: lost

2012-02-26 Thread Rob Owens
On Mon, Feb 27, 2012 at 01:44:35AM +1100, pastor alexander wrote:
 i bought the multi dvd set of debian 32 bit and 64 bit
 and after a week of them cocking up i put them in the bin.
 i wanted an archive to put on my hard drive so i could assemble
 different distros including straight debian without
 downloading the same files 100 times.
 the disks were hostile and badly presented.
 next i downloaded the weekly multiarch weekly 3.7 gig
 not even a bloody desktop, you must be joking.
 keeps asking for other dvds i dont have.
 I have never come across a distro with more promise or power than debian.
 mint failed to satisfy, as did mepis, both good mind you.
 I have been remastering distros for my clients for years from
 pclinuxos without a problem.
 the live debian squeeze disk works like a charm. but i want the
 multiarch with trimmings.
 i spent at least a week in your wiki, its simply too big.
 get me started please.
 this is the only distro i have a problem with. this is the only
 community i have not got a sensible response from so far.
 i propose to
   start with multiarch
   add bootcd for easy remastering
   add liquorix as a menu option during boot for my games and multimedia
 i already have a similar system setup under pclinuxos and it is very
 popular. and easy to do.
 maybe i am not good enough for this distro but i have been a
 contract programmer for years and would like to assist this
 community if i can get up to speed. am willing to submit my distro
 as a resume if desired.
 regards Pastor Alexander
 
I've never used a multiarch dvd, so I can't really help you there.  But
let me tell you what works for me:

I download the netinst CD for whatever architecture I need.  It is small
(something like 160 MB).  During the installation, it will download from
the internet whatever files you need that aren't on that CD.

Once your first installation is complete, set up that machine as a proxy
for apt (the tool which handles the download and installation of debian
packages).  I use apt-cacher-ng and it works well.

Now during subsequent installations, you can tell the installer to use
this as your apt proxy: 

http://ip_or_name_of_first_installation:3142

Your subsequent installations will download files from the proxy machine, 
and if the proxy machine doesn't have them it will download them and
save them for future use.

This method makes very efficient use of internet bandwidth, and gets
your installations done pretty fast (with no changing of CDs/DVDs).

Good luck!  Post back if you have trouble.

-Rob


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



Re: Mutt and HTML signatures

2012-02-26 Thread Camaleón
On Sat, 25 Feb 2012 15:27:09 -0300, Daniel Bareiro wrote:

 I was never very fond of sending emails in HTML format, but recently I
 changed of job and when my boss saw I was using a company's signature
 without the company logo, he asked me to put the pictures in the
 signature. It seemed more a psychological than a real problem...

I feel your pain :-)
 
 Is there any way to use HTML signatures with Mutt? More than 10 years
 that I use Mutt and I would not like having to change it just for this.
 I tried using a signature file with HTML code, but after reviewing the
 receipt of the message, HTML code is seen rather than rendering.

Sure! You can just create html encoding messages with Ctrl+T (default 
combo) and change the Content-Type: header field to text/html instead 
text/plain. Then write down (or append) html code tags on your message -
or signature template- and that should be all.

Greetings,

-- 
Camaleón


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



Re: OT: Which tools can extract metadata from .ape, .m4a, .wv formats?

2012-02-26 Thread Sthu Deus
Good time of the day, Celejar.


Thank You for Your time and answer.

 Can You recommend a command line tool(s) that can extract metadata
 from .ape, .m4a, .wv - musical file formats?
 
 Before times I did use mplayer2 until I met 24bit files - in this
 case it failed w/ codec error.
 
 Searching through the web I did find answer to my question - people
 suggest tools to convert/decompress rather than metadata extraction
 only.

Not sure exactly what you mean by 'extraction', but if you want to
dump / display the metadata, try 'mediainfo'.

That's it! Thanks again.


Sthu.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4f4a4e75.969ccc0a.29b9.2...@mx.google.com



Re: lost

2012-02-26 Thread Lisi
On Sunday 26 February 2012 15:17:43 Rob Owens wrote:
  this is the only

  community i have not got a sensible response from so far.

The responses you got to the one other post from you that I could find were 
certainly helpful, and it is hard for me to see what was not sensible.

Telling those who help you that they are sensible is not a very good way of 
asking for help.

I can't help you myself because I don't know the answers to your questions, 
but perhaps the trouble is that you like the way that PCLinuxOS does things 
and want Debian to do the same things the same way.  Which Debian of course 
does not do.

If PCLinuxOS is so good, and does what you want, and Debian in practice is so 
bad and uncooperative, why are you switching?

Lisi


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



[1/2OT] something about sed

2012-02-26 Thread lina
Hi,

sorry a bit off-topic,

sed -e 's/\([^ ]*\)\([ ]*\)\([^ ]*\)/\3\2\1/g'
GNU Linux is cool
Linux GNU cool is

I don't know why

$ echo GNU linux is cool | sed -e 's/\([^ ]*\)\([ ]*\)\([^ ]*\)/\3\2\1/g'
GNU linux is cool

It doesn't work.

Thanks for any suggestions,

Best regards,


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



aptitude ndoessn't ask permission

2012-02-26 Thread Hendrik Boom
I just did an
   aptitude safe-upgrade
and aptitude just went ahead and did it, instead of showing the list of 
packages it wanted to add/update/remove and asking permission.

This appears to be new behaviour.  Is it a change of specs?  Or has some 
configuration been damaged?

I have to take special precautions every time a kernel is updated, 
because grub always seems to match up my kernels and root partitions 
wrong unless I hand-edit menu.lst.

-- hendrik


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



Re: Re: How to avoid screen blanking?

2012-02-26 Thread Felix Koop
if you look at the beginning of the thread, you see that I especially do
not want any screen blanking. 

Unfortunately it seems that it is not a screensaver issue, because I
killed any screensaver process running and the blanking still does
happen. Any idea who might be the culprit?
I am using Gnome3 on SID and I have the effect since a couplke of days
only. So something must have been changed in the last week or 2.

-- 
Mit freundlichen Grüßen

Felix Koop





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1330270760.19336.3.ca...@jupiter.fkoop.de



Re: Exim : change hostname in SMTP greeting

2012-02-26 Thread Camaleón
On Sat, 25 Feb 2012 10:38:41 +, Shaun wrote:

 I ran my domain through a DNS health checker type site, just to make
 sure I fix any issues. The only 'problem' was that it said the SMTP
 greeting on my MXs doesn't match that listed as the FQDN for the domain.
 That's because I tend to run many services on the same box so
 technically it has many hostnames.

So you basically want to change the SMTP greeting?

 Now if I want mail.mydomain.com in the DNS for the MX record but it's
 hostname (hostname -f) is foobar.mydomain.com then if I don't want to
 change it's hostname can I not set something in Exim?  I tried setting
 
 MAIN_HARDCODE_PRIMARY_HOSTNAME='mail.mydomain.com' in
 update-exim4.conf.conf after some Googling. I did a restart and exim4
 complained with :
 
 Stopping MTA for restart:undocumented line
 MAIN_HARDCODE_PRIMARY_HOSTNAME='mail.mydomain.com' found in
 /etc/exim4/update-exim4.conf.conf, generating exim macro
  exim4_listener.
 Restarting MTA: exim4.
 
 But then, strangely, it seems to work if I do an nc localhost 25.

The above seems to indicate the used variable is not recognized, at least 
in that config file... Mmm, I've found this:

1.2.3. How does exim find out its host name to use in HELO/EHLO?
http://wiki.debian.org/PkgExim4UserFAQ#How_does_exim_find_out_its_host_name_to_use_in_HELO.2BAC8-EHLO.3F

So I'm not sure you really wanted to do this because editing the primary 
hostname for a MUA will make deep changes on what hosts can send/relay 
from/to destinations :-/
 
 So question: Is this the right (Debian) way of doing it?
 
 Just want my domain to pass all the checks for a correct configuration
 :)

I don't know Exim too much (I'm a Postfix fellow) but it seems there is a 
variable that takes cares of the welcome message (dc_smtp_banner) 
although not sure if this will make your DNS tool checker happier :-)

Greetings,

-- 
Camaleón


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



Re: [1/2OT] something about sed

2012-02-26 Thread Javier Barroso
On Sun, Feb 26, 2012 at 4:30 PM, lina lina.lastn...@gmail.com wrote:
 Hi,

 sorry a bit off-topic,

 sed -e 's/\([^ ]*\)\([ ]*\)\([^ ]*\)/\3\2\1/g'
 GNU Linux is cool
 Linux GNU cool is
No here ...


 I don't know why

 $ echo GNU linux is cool | sed -e 's/\([^ ]*\)\([ ]*\)\([^ 
 ]*\)/\3\2\1/g'
 GNU linux is cool

 It doesn't work.

Remove  and , from substitution, and sustitute * by \+, and
you can use  * without have to use [ ]*

sed -e 's/\([^ ]\+\)\( \+\)\([^ ]\+\)/\3\2\1/g'

or using extended regular expressions, you can remove all escape stuff :

sed -re 's/([^ ]+)( +)([^ ]+)/\3\2\1/g'

I hope this help


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



Re: iceweasle download window

2012-02-26 Thread Camaleón
On Sun, 26 Feb 2012 22:12:27 +0800, lina wrote:

 On Sun, Feb 26, 2012 at 9:29 PM, Camaleón noela...@gmail.com wrote:
 On Tue, 21 Feb 2012 11:23:03 +0800, lina wrote:

 Since last time I clear list in the pop-up download  window, there
 is no more downloading item shown as before.

 The download still proceed but with blank window. (please see:
 https://docs.google.com/open?id=0B93SVRfpVVg3ZmUyYjA4NmYtZWI3NS00MTkxLTg4NGUtZTJlNThlZGI0MGEw
 )

 Thanks for some advice to let it show the items downloading or
 downloaded.

 I would start with this:

 Downloads not visible in Download Manager
 http://kb.mozillazine.org/Downloads_not_visible_in_Download_Manager
 
 Thanks, follow the advice of the link, I checked  Remember download
 history,

Ah, hope all is now good then.
 
 Didn't see you (precisely speaking your emails) for a while, hope all is
 good with you,

Yes, thanks, just busier than it should :-)

Greetings,

-- 
Camaleón


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



Re: [1/2OT] something about sed

2012-02-26 Thread Allan Wind
On 2012-02-26 23:30:55, lina wrote:
 $ echo GNU linux is cool | sed -e 's/\([^ ]*\)\([ ]*\)\([^ 
 ]*\)/\3\2\1/g'
 GNU linux is cool

What is it that you are trying to do?  The regex is looking for 

optional non-spaceoptional spaceoptional non-space

and as there are no  in the input nothing matches.  The -n 
argument to sed quite useful to see this in which case you use 
the p command to print what matches.


/Allan
-- 
Allan Wind
Life Integrity, LLC
http://lifeintegrity.com


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



Problems installing/getting Debian (was: lost)

2012-02-26 Thread Camaleón
On Mon, 27 Feb 2012 01:44:35 +1100, pastor alexander wrote:

Next time try to choose a meaningful subject.

 i bought the multi dvd set of debian 32 bit and 64 bit and after a week
 of them cocking up i put them in the bin. 

You bought them and something went bad? Then reclaim to the store, you 
can make use of what's called product guarantee.

 i wanted an archive to put on
 my hard drive so i could assemble different distros including straight
 debian without downloading the same files 100 times. the disks were
 hostile and badly presented. next i downloaded the weekly multiarch
 weekly 3.7 gig not even a bloody desktop, you must be joking. keeps
 asking for other dvds i dont have. 

You need to be more precise in your claims so we can help.

- From where did you download the ISO file?
- When are you getting the message of insert the next DVD?

 I have never come across a distro
 with more promise or power than debian. mint failed to satisfy, as did
 mepis, both good mind you. I have been remastering distros for my
 clients for years from pclinuxos without a problem.
 the live debian squeeze disk works like a charm. but i want the
 multiarch with trimmings.
 i spent at least a week in your wiki, its simply too big. get me started
 please.
 this is the only distro i have a problem with. 

It is still not clear what the problem is...

 this is the only community i have not got a sensible response from so
 far. i propose to
   start with multiarch
   add bootcd for easy remastering
   add liquorix as a menu option during boot for my games and
 multimedia

You can open wishlist bug reports for that feautures to be added. Good 
luck with that :-P

 i already have a similar system setup under pclinuxos and it is very
 popular. and easy to do.
 maybe i am not good enough for this distro but i have been a contract
 programmer for years and would like to assist this community if i can
 get up to speed. am willing to submit my distro as a resume if desired.
 regards Pastor Alexander

I maybe too dense today but what's the main problem you are experiencing?

Greetings,

-- 
Camaleón


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



Re: Two sound cards. SOLVED

2012-02-26 Thread Sian Mountbatten

On 24/02/12 02:30, Ralf Mardorf wrote:

On Thu, 2012-02-23 at 12:47 +, Brian wrote:

On Thu 23 Feb 2012 at 11:42:59 +, Sian Mountbatten wrote:


Does anybody know how I can make the CA0106 card on my m/c the default
sound card? At the moment, card 0 is the Intel ICH5. I know it's
something to do with modprobe. Removing the two kernel modules and then
entering the CA0106 module as card 0.

Does anybody know the details?


This should start you off:

http://lists.debian.org/debian-user/2011/09/msg00285.html


If it shouldn't be outdated, I suspect directly using the link in your
link is what does the job:
http://alsa.opensrc.org/FAQ042




With people's help, the matter is now SOLVED. The CA0106 is card 0 and 
is the default sound card. TVM for all your help.



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

Archive: http://lists.debian.org/jidlov$4qj$1...@speranza.aioe.org



Re: [1/2OT] something about sed

2012-02-26 Thread lina

On Monday 27,February,2012 12:14 AM, Javier Barroso wrote:

On Sun, Feb 26, 2012 at 4:30 PM, linalina.lastn...@gmail.com  wrote:

Hi,

sorry a bit off-topic,

sed -e 's/\([^ ]*\)\([ ]*\)\([^ ]*\)/\3\2\1/g'
GNU Linux is cool
Linux GNU cool is

No here ...



I don't know why

$ echo GNU linux is cool | sed -e 's/\([^ ]*\)\([ ]*\)\([^ ]*\)/\3\2\1/g'
GNU linux is cool

It doesn't work.


Remove  and, from substitution, and sustitute * by \+, and
you can use  * without have to use [ ]*


I read it from a book and didn't get why use 



sed -e 's/\([^ ]\+\)\( \+\)\([^ ]\+\)/\3\2\1/g'


Thanks, I tried, sed -e 's/\([^ ]\+\) \([^ ]\+\) \([^ ]\+\)/\3 \2 \1/g'



or using extended regular expressions, you can remove all escape stuff :

sed -re 's/([^ ]+)( +)([^ ]+)/\3\2\1/g'


Ha ... I didn't realize the -r can be used.

sed -re 's/([^ ]+) ([^ ]+) ([^ ]+)/\3 \2 \1/g'



I hope this help


Thanks again for your help. I was a bit lost when reading other's work, 
... now better. ^_^





Best regards,


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

Archive: http://lists.debian.org/4f4a6017.4090...@gmail.com



Re: [1/2OT] something about sed

2012-02-26 Thread lina

On Monday 27,February,2012 12:16 AM, Allan Wind wrote:

On 2012-02-26 23:30:55, lina wrote:

$ echo GNU linux is cool | sed -e 's/\([^ ]*\)\([ ]*\)\([^ ]*\)/\3\2\1/g'
GNU linux is cool


What is it that you are trying to do?  The regex is looking for


It's an example from a book. I just clumsily wish to get some 
improvement by understanding some examples.




optional non-spaceoptional spaceoptional non-space

and as there are no  in the input nothing matches.  The -n
argument to sed quite useful to see this in which case you use
the p command to print what matches.


Thanks,

Best regards,



/Allan



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

Archive: http://lists.debian.org/4f4a6234.8030...@gmail.com



DVD will not play

2012-02-26 Thread Sian Mountbatten

Hi All!

Recently, I bought a DVD from Amazon entitled Those Magnificent Men in 
Their Flying Machines. I've loaded it into a DVD drive and tried to 
action it. No matter which program, I use, the damn thing won't work. I 
even tried loading up Windows 7, but Windows Media Center wouldn't read 
the thing. It said it had no audio copy protection.


Well, I've tried KDE Kaffeine, Bangarang, Dragon Player, Gmerlin Player, 
SMPlayer and vlc. All to no avail. Three times I've consigned it to the 
rubbish bin and three times hoiked it out again.


What next should I try?


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

Archive: http://lists.debian.org/jidn29$98r$1...@speranza.aioe.org



Re: wheezy updates status question

2012-02-26 Thread Jude DaShiell
I tried using reportbug to report the bug that on the kernel that prevents 
serial ATA drives from being recognized several times and every time I did 
that, I get back a reject message complaining that there's no package tag 
in the body of my message.  I allowed reportbug to make its own headings 
and didn't interfere with any of those yet this continues to happen.  So 
in preparation for the next time I try this, what is the format for that 
package tag?  I'll write it in myself.On Sun, 26 Feb 2012, Camale?n wrote:

 On Mon, 20 Feb 2012 09:15:03 -0500, Jude DaShiell wrote:
 
  deb http://ftp.us.debian.org/debian squeeze-updates main Is put into the
  /etc/apt/sources.list file by the installation system on espeakup
  distribution at least so it makes sense that it would be discontinued
  for wheezy testing.
 
 I wonder why the package adds that source for testing but if that's so 
 you can open a bug report to inform the packagers :-?
 
 OTOH, squeeze-updates is fine for the stable flavor.
 
 Greetings,
 
 


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


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



Re: kernel bug and reportbug bug

2012-02-26 Thread Camaleón
On Fri, 24 Feb 2012 18:39:36 -0500, Jude DaShiell wrote:

 I had a successful install of slackware 13.0 on my nVidia CK804 Serial
 ATA drive.  Before doing so, I had a failed install of debian on that
 drive with debian causing much banging of the drive before throwing
 drive detection failed message and dropping me into media change dialog.

You mean Debian installer was not able to detect your hard disk?

 Of course, the cd door wouldn't open so doing alt-f2 allowed me to
 eject but dropping back to alt-f1 I'm back to the media change dialog
 where the same disk as is already in the cd drive is being requested.  I
 can't break out to main menu so can't adjust down to low priority
 messages or turn on debugging logs either.  

Installer dmesg logs can be accessed at one tty (I never remember where 
exactly, tty4 or tty6), maybe you can try that to see what's going on.

Anyway, I would start over the installalation process.

 Finally I can't get my local version of reportbug to connect to the
 server either.  

Mmm, does that mean you already were able to install Debian?

As per reportbug, you can manually configure it to customize your e-mail 
server settings.

 I was told I ought to file a bug against the debian
 kernel since the drivers my disk needs are in the kernel but for some
 reason don't work.  This is the lspci -v output from slackware 13.0 too.
 00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
 Kernel driver in use: AMD_IDE
 00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller
 (rev a3) 00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA
 Controller (rev a3)

(...)

Mmm... it seems there are two set of controllers, the first one with pure 
IDE and the latter with some kind of SATA-IDE emulation.

I guess you have connected the hard disk to the IDE port, right? Or is 
that the optical DVD/CD? OTOH, Slackware seems to load AMD_IDE kernel 
module for the IDE port, but I'm not sure if Debian use the same 
module :-?

Greetings,

-- 
Camaleón


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



Re: iceweasle download window

2012-02-26 Thread lina

On Monday 27,February,2012 12:18 AM, Camaleón wrote:

On Sun, 26 Feb 2012 22:12:27 +0800, lina wrote:


On Sun, Feb 26, 2012 at 9:29 PM, Camaleónnoela...@gmail.com  wrote:

On Tue, 21 Feb 2012 11:23:03 +0800, lina wrote:


Since last time I clear list in the pop-up download  window, there
is no more downloading item shown as before.

The download still proceed but with blank window. (please see:
https://docs.google.com/open?id=0B93SVRfpVVg3ZmUyYjA4NmYtZWI3NS00MTkxLTg4NGUtZTJlNThlZGI0MGEw
)

Thanks for some advice to let it show the items downloading or
downloaded.


I would start with this:

Downloads not visible in Download Manager
http://kb.mozillazine.org/Downloads_not_visible_in_Download_Manager


Thanks, follow the advice of the link, I checked  Remember download
history,


Ah, hope all is now good then.


Yes, ha... I am kinda of blaming myself, many times treated things as 
simple weird but not as problems potentially could be solved, and 
worse is that many times I made wrong judgments and reasoning. Luckily 
this thing I could realize which parts I was wrong, but other things 
might I have never got a chance to know which direction my perspective 
was horribly wrong.





Didn't see you (precisely speaking your emails) for a while, hope all is
good with you,


Yes, thanks, just busier than it should :-)


Take care of yourself,

Best wishes,



Greetings,




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

Archive: http://lists.debian.org/4f4a654b.40...@gmail.com



Re: kernel bug and reportbug bug

2012-02-26 Thread Jude DaShiell
I have one instance of debian working on an ide drive and slackware 
installed on the serial ATA drive instance.  I don't know how connections 
were done on this machine since I didn't install the serial ATA drive but 
can find out. On Sun, 26 Feb 2012, Camale?n wrote:

 On Fri, 24 Feb 2012 18:39:36 -0500, Jude DaShiell wrote:
 
  I had a successful install of slackware 13.0 on my nVidia CK804 Serial
  ATA drive.  Before doing so, I had a failed install of debian on that
  drive with debian causing much banging of the drive before throwing
  drive detection failed message and dropping me into media change dialog.
 
 You mean Debian installer was not able to detect your hard disk?
 
  Of course, the cd door wouldn't open so doing alt-f2 allowed me to
  eject but dropping back to alt-f1 I'm back to the media change dialog
  where the same disk as is already in the cd drive is being requested.  I
  can't break out to main menu so can't adjust down to low priority
  messages or turn on debugging logs either.  
 
 Installer dmesg logs can be accessed at one tty (I never remember where 
 exactly, tty4 or tty6), maybe you can try that to see what's going on.
 
 Anyway, I would start over the installalation process.
 
  Finally I can't get my local version of reportbug to connect to the
  server either.  
 
 Mmm, does that mean you already were able to install Debian?
 
 As per reportbug, you can manually configure it to customize your e-mail 
 server settings.
 
  I was told I ought to file a bug against the debian
  kernel since the drivers my disk needs are in the kernel but for some
  reason don't work.  This is the lspci -v output from slackware 13.0 too.
  00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev a2)
  Kernel driver in use: AMD_IDE
  00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller
  (rev a3) 00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA
  Controller (rev a3)
 
 (...)
 
 Mmm... it seems there are two set of controllers, the first one with pure 
 IDE and the latter with some kind of SATA-IDE emulation.
 
 I guess you have connected the hard disk to the IDE port, right? Or is 
 that the optical DVD/CD? OTOH, Slackware seems to load AMD_IDE kernel 
 module for the IDE port, but I'm not sure if Debian use the same 
 module :-?
 
 Greetings,
 
 


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


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



Re: DVD will not play

2012-02-26 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

You need package libdvdcss2  to see DVDs with copy protection. You can get it 
from Debian  multimedia repo.


After you have installed it, most of videoplayers should be able to play it.

Sian Mountbatten poenik...@fastmail.co.uk wrote:

Hi All!

Recently, I bought a DVD from Amazon entitled Those Magnificent Men in

Their Flying Machines. I've loaded it into a DVD drive and tried to
action it. No matter which program, I use, the damn thing won't work. I

even tried loading up Windows 7, but Windows Media Center wouldn't read

the thing. It said it had no audio copy protection.

Well, I've tried KDE Kaffeine, Bangarang, Dragon Player, Gmerlin
Player,
SMPlayer and vlc. All to no avail. Three times I've consigned it to the

rubbish bin and three times hoiked it out again.

What next should I try?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact
listmas...@lists.debian.org
Archive: http://lists.debian.org/jidn29$98r$1...@speranza.aioe.org

Mika Suomalainen
 gpg --keyserver keyserver.ubuntu.com --recv-keys 03D41B0D C0151D5C
 gpg --keyserver keyserver.ubuntu.com --recv-keys 8751C396
-BEGIN PGP SIGNATURE-
Version: APG v1.0.8

iQFYBAEBCABCBQJPSmZLOxxNaWthIFN1b21hbGFpbmVuIChzLm1pa2E5NUBnbWFp
bC5jb20pIDxzLm1pa2E5NUBnbWFpbC5jb20+AAoJEGfQ7zLAFR1c4RgH/RZRmL09
Ked718PpBqYvmfvvt9Mc7tTVX0wp5czQlbAYbNZOK+BatUPFT2FdfC7YgKh/Du5b
dWXSzLfR+OJ/RpixIML1LHZ8s5zx9w42cN5LKOmBVvo+Ctuv5nufJylU0VofHE16
pZjav431XrETY/JVQOvT4+Pls+bwcfCn06/G/CZ1V/MgcK4vgsRca5KUqR710/rp
l9Hgluoi8pLQg+fnpFtIjH+8lSOfWesr3eUY+z80Nf7LrDzWXXYt7ek8YQrFIoX8
nfGgpFICgiMJVZgHLlpDpak47j5DDvavPW1tNoTwdicCry/9PW6nb2W+VOqZ+pXD
CCTOJae4NgOnmI0=
=WEw4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/a1db7380-1155-4fc4-9975-2bfd4954c...@email.android.com



Re: when an xterm starts, it always starts in ~/Documents

2012-02-26 Thread Camaleón
On Sat, 25 Feb 2012 01:59:16 +, Sian Mountbatten wrote:

 Whenever I start an xterm, I notice that it starts in ~/Documents rather
 than in the home directory. Why is that? Where is it set?
 
 And can it be set to the HOME directory?

Weird... are you running xterm inside GNOME or KDE session? Have you 
tried with another console (gnome-terminal or konsole)? Does the same 
happen when you go fall to init 1 from a tty and run xterm from there?

It could be that some environmental variable is taking preference over 
xterm settings but I'm running GNOME in up-to-date testing and this is 
not happening here :-?

Greetings,

-- 
Camaleón


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



Re: wheezy updates status question

2012-02-26 Thread Camaleón
On Sun, 26 Feb 2012 11:57:49 -0500, Jude DaShiell wrote:

(a bottom-posting style it reads better :-P)

 On Sun, 26 Feb 2012, Camale?n wrote:
 
 On Mon, 20 Feb 2012 09:15:03 -0500, Jude DaShiell wrote:
 
  deb http://ftp.us.debian.org/debian squeeze-updates main Is put into
  the /etc/apt/sources.list file by the installation system on espeakup
  distribution at least so it makes sense that it would be discontinued
  for wheezy testing.
 
 I wonder why the package adds that source for testing but if that's so
 you can open a bug report to inform the packagers :-?
 
 OTOH, squeeze-updates is fine for the stable flavor.

 I tried using reportbug to report the bug that on the kernel that
 prevents serial ATA drives from being recognized several times and every
 time I did that, I get back a reject message complaining that there's no
 package tag in the body of my message.  

Have you configured reportbug to be run in expert mode or something like 
that? I would reconfigure it from scratch and be sure to select a 
novice style for the wizard, this way it will ask you all the required 
data to properly fill the bug report and also add the required tags.

But hey, this is a different issue that has been treated in another 
thread, let's not mix up things ;-)

 I allowed reportbug to make its own headings and didn't interfere with
 any of those yet this continues to happen.  So in preparation for the
 next time I try this, what is the format for that package tag?  I'll
 write it in myself.

This is explained in detail at Debian's wiki:

http://www.debian.org/Bugs/Reporting.en.html

It's hard to get the first time but once you get used to, it can be also 
very quick. I use this method quite often...

Greetings,

-- 
Camaleón


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



Re: Re: How to avoid screen blanking?

2012-02-26 Thread Rob Owens
On Sun, Feb 26, 2012 at 04:39:20PM +0100, Felix Koop wrote:
 if you look at the beginning of the thread, you see that I especially do
 not want any screen blanking. 
 
 Unfortunately it seems that it is not a screensaver issue, because I
 killed any screensaver process running and the blanking still does
 happen. Any idea who might be the culprit?
 I am using Gnome3 on SID and I have the effect since a couplke of days
 only. So something must have been changed in the last week or 2.
 
You might want to try installing another window manager, just to check
if it's a Gnome3 issue or a system issue.  Fluxbox and Openbox are small
packages with not many dependencies, and they don't come with their own
screensaver.  If you use one of those, and your problem goes away, then
we can concentrate on Gnome3 as the culprit.  If not, then it is more of
a system-level problem.

With both Fluxbox and Openbox, you right-click on the desktop to get a
menu (which will allow you to log out).

-Rob


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



Guake

2012-02-26 Thread Frank McCormick


I recently started to use guake again after a long time. I notice it 
comes up without a top window frame. Is this the normal appearance or a 
bug ?


--
Cheers
Frank


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

Archive: http://lists.debian.org/4f4a7325.90...@videotron.ca



Re: DVD will not play

2012-02-26 Thread Camaleón
On Sun, 26 Feb 2012 16:36:28 +, Sian Mountbatten wrote:

 Recently, I bought a DVD from Amazon entitled Those Magnificent Men in
 Their Flying Machines. I've loaded it into a DVD drive and tried to
 action it. No matter which program, I use, the damn thing won't work. I
 even tried loading up Windows 7, but Windows Media Center wouldn't read
 the thing. It said it had no audio copy protection.
 
 Well, I've tried KDE Kaffeine, Bangarang, Dragon Player, Gmerlin Player,
 SMPlayer and vlc. All to no avail. Three times I've consigned it to the
 rubbish bin and three times hoiked it out again.
 
 What next should I try?

Launch whatever media player you prefer from command line and read the 
output :-)

Greetings,

-- 
Camaleón


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



Re: kernel bug and reportbug bug

2012-02-26 Thread Camaleón
On Sun, 26 Feb 2012 12:05:12 -0500, Jude DaShiell wrote:

(please, post at the bottom :-) )

 On Sun, 26 Feb 2012, Camale?n wrote:

(...)

  I was told I ought to file a bug against the debian kernel since the
  drivers my disk needs are in the kernel but for some reason don't
  work.  This is the lspci -v output from slackware 13.0 too. 00:06.0
  IDE interface: nVidia Corporation CK804 IDE (rev a2) Kernel driver in
  use: AMD_IDE
  00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller
  (rev a3) 00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA
  Controller (rev a3)
 
 (...)
 
 Mmm... it seems there are two set of controllers, the first one with
 pure IDE and the latter with some kind of SATA-IDE emulation.
 
 I guess you have connected the hard disk to the IDE port, right? Or is
 that the optical DVD/CD? OTOH, Slackware seems to load AMD_IDE kernel
 module for the IDE port, but I'm not sure if Debian use the same module
 :-?

 I have one instance of debian working on an ide drive and slackware
 installed on the serial ATA drive instance.  

Then... is Debian working fine? Did you finally install it?

 I don't know how connections were done on this machine since I didn't
 install the serial ATA drive but can find out. 

Well, if Debian is running on the IDE disk and Slack on the SATA there's 
no need to investigate further :-)

Greetings,

-- 
Camaleón


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



Re: temperature

2012-02-26 Thread Camaleón
On Tue, 21 Feb 2012 19:56:20 +0100, Zbigniew Komarnicki wrote:

 which package to use to see the hardware temperature on AMD FX(tm)-6100
 Six-Core Processor and GPU using  Debian Squeeze, Linux 2.6.32-5-amd64

lm-sensors? :-)

 I use 'sensors' (first I use 'sensors-detect' to detect it) and widgets
 on KDE Desktop, but there no information about CPU temperature and also
 no information about GPU temperature. I have the following card: GeForce
 with CUDA GTX 550Ti MSI 1GB 2xDVI  mHDMI (PCI-E) Cyclone II

I don't know if lm-sensors can read the temps for nvidia cards when using 
the closed source driver. Are you using nuvó or nvidia's own driver for 
your VGA card?

(btw, nvidia driver provides an utility -nvidia-settings- to read the 
card temps)

 I have a water cooling system.
 
 I got:
 # sensors
 it8720-isa-0228

It seems that you have only loaded one kernel module (it87). Did 
sensors-detect suggest any additional modules to load?

(...)
 fan1:  0 RPM  (min =0 RPM) 
 fan2:  0 RPM  (min =0 RPM) 
 fan3:587 RPM  (min =0 RPM) 
 fan4:  0 RPM  (min =0 RPM) 

These are the detected fan sensors. As you're using a water cooling system, 
having only one fan enabled can be right but does this match with your 
current chassis configuration?

 temp1:   +31.0°C  (low  = +127.0°C, high = +127.0°C) sensor = thermistor 
 temp2:   +27.0°C  (low  = +127.0°C, high = +127.0°C)  sensor = thermal 
 diode
 temp3:   +27.0°C  (low  = +127.0°C, high = +60.0°C)  sensor = thermal 
 diode

And here are the detected temps. I'm not familiar with AMD micros but temp1
can be for CPU, temp2 for the chipset and temp3 for the cabinet though they 
seem to be very low... Are these temps matching the BIOS values?

Greetings,

-- 
Camaleón


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



Re: Adjusting sound file volume

2012-02-26 Thread Bob Proulx
Celejar wrote:
 Bob Proulx wrote:
  If you get the version of sox built with the non-free mp3 libraries
  then it should play it.  I have not installed it but I believe that
  such a version is available from the http://debian-multimedia.org/
  Marillat site.  Please be kind to them and use a mirror to keep their
  bandwidth use reasonable.
 
 Is it really true that mp3 playback, as opposed to encoding, is not
 available without software from multimedia? I have no repos in my
 apt.sources except for the official squeeze + backports, and mplayer
 plays mp3s fine.

The original poster was actually talking about an m4a file which is a
file type that I have run into problems with before.  Apple has made
those files popular.  And it was in relation to sox.  And then I was
sloppy because when I tried the command on Squeeze I got the following
error:

  $ sox -v 0.5 foo.m4a foo.wav
  [aac @ 0x944bdf0]SBR not implemented. Update your FFmpeg version to
  the newest one from SVN. If the problem still occurs, it means that
  your file has a feature which has not been implemented.

The sox version in Squeeze does not handle m4a files.  [If you see
sox FAIL formats: no handler for file extension `m4a' then you need
libsox-fmt-all installed.  Which I needed when I tested this on a
clean Squeeze system.]

However you are right that the original poster said he got:

  $ sox -v 0.1 Kedushah.m4a Kedushah.mp3
  sox FAIL formats: can't open output file `Kedushah.mp3': SoX was
  compiled without MP3 encoding support

Which is a different error and is talking about the encoding.  I was
distracted by the original poster's comments that various utilities
would not read the file and didn't realize that in this case the
problem was writing (encoding) the file.  With the above error it is
clear that the version flavor of the program is either from Wheezy/Sid
or from debian-multimedia.org.

Marc, In which case you should try using sox with a different output
file format.

  $ sox -v 0.1 Kedushah.m4a Kedushah.wav
Or
  $ sox -v 0.1 Kedushah.m4a Kedushah.ogg

Also since the above is simply using ffmpeg it makes sense that sox
and ffmpeg would have the same capabilities.  In Squeeze the ffmpeg
program will not read m4a files.  If you try it you will find these
same messages emitted.

  [aac @ 0x93ed160]SBR not implemented. Update your FFmpeg version to
  the newest one from SVN. If the problem still occurs, it means that
  your file has a feature which has not been implemented.

However the version from debian-multimedia.org can read the file
file.  I also just tested Sid a moment ago and the Sid version can
also read the file file.  So whatever the state of the situation today
for Squeeze it will be a somewhat different situation for Wheezy.

And finally back to mplayer.  I just tested mplayer in Squeeze and it
did play m4a files fine.  So you are absolutely correct on that
point. :-)

But given that mplayer would play the m4a file then hopefully the
advice I gave to use it to convert to wav and then use sox to adjust
the volume that way would still have been reasonable.  Even if I was
sloppy about the rest of the analysis.  :-) :-)

Bob


signature.asc
Description: Digital signature


Re: [1/2OT] something about sed

2012-02-26 Thread Bob Proulx
lina wrote:
 Javier Barroso wrote:
 or using extended regular expressions, you can remove all escape stuff :
 sed -re 's/([^ ]+)( +)([^ ]+)/\3\2\1/g'
 
 Ha ... I didn't realize the -r can be used.
 
 sed -re 's/([^ ]+) ([^ ]+) ([^ ]+)/\3 \2 \1/g'

Lina, I am dissappointed and hurt that my messages aren't of high
enough quality to make the cut for your reading.  What may I do to
improve them?  :-)

  http://lists.debian.org/debian-user/2012/02/msg01583.html

Bob


signature.asc
Description: Digital signature


Re: Installing Windows with Debian already installed

2012-02-26 Thread Brian
On Sun 26 Feb 2012 at 13:34:12 -0430, Gustavo J Mata wrote:

I recently installed Debian on a new hard disk. Although I rarely used
Windows I kept a 20 Gb partition to +install it, just in case.

I've found out that if I do install Windows, I won't be able to boot
Debian. Although it appears that this +can be fixed, I want to make sure
I know what I'm doing before risking having to start all over again.

Any hints?

Have you got a USB stick handy? Using fdisk make a Linux primary
partition on it, or part of it. Format the partiton ext2 (mkfs.ext2).

Mount the partition you have created:

   mount /dev/sdb1 /mnt

Install GRUB to the MBR of the stick:

   grub-install --boot-directory=/mnt/boot /dev/sdb

This will create /boot/grub on the stick and put GRUB's files there.

Copy /boot/grub/grub.cfg to /mnt/boot/grub/grub.cfg. Boot from the USB
stick. Can you get into your expected Debian?

The sdb is on my machine (not yours) and I'm using testing. I'm unsure
whether --boot-directory is --root-directory on Squeeze. Read the manual
for this.

I've no idea what Windows does when it installs but if it leaves the
other partitions undisturbed you should be able to get Debian running
and put GRUB back on the hard disk's MBR.


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



Re: Installing Windows with Debian already installed

2012-02-26 Thread Hans-J. Ullrich
Am Sonntag, 26. Februar 2012 schrieb Brian:
 On Sun 26 Feb 2012 at 13:34:12 -0430, Gustavo J Mata wrote:
 
 I recently installed Debian on a new hard disk. Although I rarely used
 Windows I kept a 20 Gb partition to +install it, just in case.
 
 I've found out that if I do install Windows, I won't be able to boot
 Debian. Although it appears that this +can be fixed, I want to make sure
 I know what I'm doing before risking having to start all over again.
 
 Any hints?
 
 Have you got a USB stick handy? Using fdisk make a Linux primary
 partition on it, or part of it. Format the partiton ext2 (mkfs.ext2).
 
 Mount the partition you have created:
 
mount /dev/sdb1 /mnt
 
 Install GRUB to the MBR of the stick:
 
grub-install --boot-directory=/mnt/boot /dev/sdb
 
 This will create /boot/grub on the stick and put GRUB's files there.
 
 Copy /boot/grub/grub.cfg to /mnt/boot/grub/grub.cfg. Boot from the USB
 stick. Can you get into your expected Debian?
 
 The sdb is on my machine (not yours) and I'm using testing. I'm unsure
 whether --boot-directory is --root-directory on Squeeze. Read the manual
 for this.
 
 I've no idea what Windows does when it installs but if it leaves the
 other partitions undisturbed you should be able to get Debian running
 and put GRUB back on the hard disk's 

Hi Gustavo,

in this case I am using R.I.P. (Rescue is Possible), which is a livefile-CD for 
those purposes. Also you can use the debian installer CD in rescue mode as 
well, but my tries did not succeed with it (just because I was not quite 
experienced with it).

RIP includes a detailed manual, how to restore grub on the drive again.

Just google for RIP, it is free and open source. 

Good luck!

Hans 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201202262057.13768.hans.ullr...@loop.de



  1   2   >