Re: montage nfs

2010-01-23 Thread a.lb
Le samedi 23 janvier 2010, Norbert Ponce a écrit :
 a.lb a écrit :
  Le vendredi 22 janvier 2010, Julien a écrit :
 
   Le jeudi 21 janvier 2010 à 20:49 +0100, a.lb a écrit :
  Bonjour,
  J'ai un curieux problème avec le montage d'une partition nfs.
  Je peux la monter en ligne de commande en tant que utilisateur,
 
  Quelle commande tu lances ?
 
  mount /media/perso -ça monte la partition
  et
  192.168.0.2:/home/perso /media/perso = mount seul l'usager ROOT etc
 
  il te manque un : entre l'adresse IP et le chemin d'accès au montage :
  192.168.0.2:/home/perso /media/perso nfs users,noauto 0 0
 
  Faute de frappe!

 Pour ma part, dans les options de la ligne de fstab, je mets plutôt
 user que users bien que je ne sois pas sûr d'avoir tout compris dans
 le man de mount.
 Par ailleurs, il serait bon de vérifier les droits attribués au
 répertoire perso dans /media/perso.
J'ai changé l'option noauto en auto de ce fait la partition est montée au 
boot,ce qui me convient parfaitement.
Merci



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



wget et ftp_proxy : echec de transmission

2010-01-23 Thread Yann Cohen
Bonjour

Je suis confronté au problème suivant : une station sous debian doit
télécharger des fichiers sur un site FTP sur internet en passant par
un proxy ftp (ftp-proxy) sur un serveur debian.

Hypothèse :
téléchargement via ftp du fichier 'fichier' sur le server ftp 'server'
en utilisant le login 'user' et le mot de passe 'passwd'

si pas de proxy ftp la commande suivante
wget ftp://user:pas...@server/fichier fonctionne correctement

si activation du proxy ftp :
dans iceweasel l'url ftp://u...@server:pas...@ftp-proxy:2121 fonctionne
correctement

en ligne de commande :

export ftp_proxy=ftp-proxy:2121
wget ftp://user:pas...@server/fichier
affiche un compteur de transfert qui n'avance pas...

--2010-01-23 09:35:17--  ftp://u...@server/
Résolution de proxy... 192.168.2.254
Connexion vers proxy|192.168.2.254|:2121...connecté.
requête Proxy transmise, en attente de la réponse...200 Pas d'entête,
HTTP/0.9 assumé Longueur: non spécifié
Sauvegarde en : «index.html.4»

[   = ] 219
--.-K/s  ^C

wget --no-proxy ftp://u...@server:pas...@ftp-proxy:2121/fichier
ne fonctionne pas non plus

ftp://u...@server:pas...@ftp-proxy:2121/Previ_ALADIN_2010012300.txt:
Mauvais numéro de port.

et pas mieux pour
wget --no-proxy ftp://user%40server:pas...@ftp-proxy:2121/fichier

--2010-01-23 09:53:40--
ftp://user%40server:*passwo...@proxy:2121/fichier
= «fichier» Résolution de proxy... 192.168.2.254
Connexion vers proxy|192.168.2.254|:2121...connecté.
Ouverture de session en u...@server...
Établissement de session erroné.


Donc ma question plan A est simple :
Comment faire ce type de transfert avec wget et un proxy ftp ?

Sinon plan B :
quel outil en ligne de commande peut le faire ?


Merci d'avance,

Yann.

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



Kernel panic [was Re: Repository kernel pour Debian]

2010-01-23 Thread David BERCOT
Bonjour,

Comme je n'ai pas trouvé de dépôt tout fait, je suis donc passé à la
phase compilation manuelle ;-)
J'ai donc téléchargé les sources du noyau 2.6.33-rc5 à partir de
kernel.org et j'ai enchaîné avec la méthode suivante :
# cd /opt
# tar --bzip2 -xvf linux-2.6.33-rc5.tar.bz2
# cd linux-2.6.33-rc5
# make menuconfig
# make-kpkg clean
# fakeroot make-kpkg --append-to-version=.`date +%y%m%d` --initrd
kernel-image # cd ..
# dpkg -i
linux-image-2.6.33-rc5.100123_2.6.33-rc5.100123-10.00.Custom_amd64.deb

Tout s'est très bien passé sauf au reboot :
Kernel panic - not syncing: VFS: Unable to mount fs on
unknown-block(0,0)

Bon, après quelques recherches sur Google, cette erreur semble
classique sauf que, si je ne dis pas de bêtise, je ne devrais pas
l'avoir...
Mais j'ai l'impression que mon option '--initrd' lors de la compilation
n'a pas été prise en compte. En effet, dans /boot, je n'ai que :
total 24900
-rw-r--r-- 1 root root  105046 11 janv. 00:55 config-2.6.32-trunk-amd64
-rw-r--r-- 1 root root  107903 23 janv. 08:41 config-2.6.33-rc5.100123
drwxr-xr-x 3 root root4096 23 janv. 10:00 grub
-rw-r--r-- 1 root root 8792970 17 janv. 14:33
initrd.img-2.6.32-trunk-amd64 -rw-r--r-- 1 root root 8438975 17 janv.
10:51 initrd.img-2.6.32-trunk-amd64.bak -rw-r--r-- 1 root root 1617703
11 janv. 00:55 System.map-2.6.32-trunk-amd64 -rw-r--r-- 1 root root
1676029 23 janv. 09:45 System.map-2.6.33-rc5.100123 -rw-r--r-- 1 root
root 2347008 11 janv. 00:54 vmlinuz-2.6.32-trunk-amd64 -rw-r--r-- 1
root root 2392624 23 janv. 09:45 vmlinuz-2.6.33-rc5.100123

Est-ce que je me suis planté quelque part ?
Est-ce que mon option n'est pas bien positionné ?
Est-ce que le problème vient d'ailleurs (j'imagine que, en statique,
sachant que je n'ai pas touché au fichier config, tout doit bien se
charger) ?

Merci d'avance.

David.

Le Fri, 22 Jan 2010 09:03:00 +0100,
deb...@bercot.org a écrit :
Bonjour,

Sachant que je n'ai pas eu beaucoup de succès avec ma question d'hier
(sortie audio via l'HDMI et driver pour cartes ATI), j'ai continué à
creuser et je suis tombé sur ceci :
http://www.linux.com/news/software/linux-kernel/265668-radeon-hdmi-audio-set-for-linux-2633-kernel
Il semblerait donc que, avec un noyau 2.6.33, j'aurais plus de
résultats.

J'ai donc voulu télécharger (via un repository) un tel noyau. Or,
kernel-archive.buildserver.net n'est plus opérationnel depuis fin 2009.

Auriez-vous une autre repository similaire à me recommander ?

Merci d'avance.

David.

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



Driver ATI (radeonhd) : 3D ok mais saccades en 2D...

2010-01-23 Thread David BERCOT
Re-bonjour,

Je continue avec mes questions ;-)
Pour ma carte ATI, j'ai donc compilé le driver radeonhd via la méthode
suivante :
# apt-get install build-essential git-core configure-debian automake
autoconf xorg-dev libtool libdrm-dev libpci-dev  xutils-dev xutils
mesag-dev
# cd /opt
# git clone
git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd
# cd xf86-video-radeonhd/
# ./autogen.sh --prefix=/usr/ --enable-dri
# make
# make install
# nano /etc/X11/xorg.conf
Section Device
Identifier  Configured Video Device
Driver  radeonhd
Option  DRI
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
Device  Configured Video Device
EndSection

Après un reboot, ça fonctionne, et si je lance fgl_glxgears, ça marche
très bien (je verrais plus tard le nombre de frames par seconde).
Toutefois, sous Gnome, quand je déplace une fenêtre, c'est tout
saccadé... Ca semble donc bien marcher en 3D mais moyennement en 2D.

Auriez-vous une explication ? Le début d'une piste de recherche ?

Merci d'avance.

David.

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



Seulement 3 Go de détectés sur 4 !

2010-01-23 Thread David BERCOT
Re-bonjour,

Promis, c'est ma dernière question pour aujourd'hui ;-) En plus, ce
n'est pas vraiment une question Debian, mais bon, sait-on jamais...

Donc, sur mon serveur, j'ai 4 Go composés de 4 barrettes de 1 Go.
Si je retire 2 barrettes, au démarrage, il me détecte bien 2 Go.
Si je retire les 2 autres, il me détecte également 2 Go.
Or, si je remets les 4 barrettes, il n'en trouve plus que... 3 Go !!!

C'est un problème récent (courant 2009, tout était OK) et j'avoue que
je n'y comprends rien du tout.

Avez-vous déjà vu ça ? Auriez-vous une piste de résolution ?

Déjà, j'imagine qu'il va falloir que je teste mes barrettes une par
une, et aussi 3 Go par 3 Go, mais j'ai un peu la flemme ;-)

Merci d'avance (encore !).

David.

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



Re: Kernel panic [was Re: Repository kernel pour Debian]

2010-01-23 Thread tv.deb...@googlemail.com
David BERCOT a écrit :
 Bonjour,
 
 Comme je n'ai pas trouvé de dépôt tout fait, je suis donc passé à la
 phase compilation manuelle ;-)
 J'ai donc téléchargé les sources du noyau 2.6.33-rc5 à partir de
 kernel.org et j'ai enchaîné avec la méthode suivante :
 # cd /opt
 # tar --bzip2 -xvf linux-2.6.33-rc5.tar.bz2
 # cd linux-2.6.33-rc5
 # make menuconfig
 # make-kpkg clean
 # fakeroot make-kpkg --append-to-version=.`date +%y%m%d` --initrd
 kernel-image # cd ..
 # dpkg -i
 linux-image-2.6.33-rc5.100123_2.6.33-rc5.100123-10.00.Custom_amd64.deb
 
 Tout s'est très bien passé sauf au reboot :
 Kernel panic - not syncing: VFS: Unable to mount fs on
 unknown-block(0,0)
 
 Bon, après quelques recherches sur Google, cette erreur semble
 classique sauf que, si je ne dis pas de bêtise, je ne devrais pas
 l'avoir...
 Mais j'ai l'impression que mon option '--initrd' lors de la compilation
 n'a pas été prise en compte. En effet, dans /boot, je n'ai que :
 total 24900
 -rw-r--r-- 1 root root  105046 11 janv. 00:55 config-2.6.32-trunk-amd64
 -rw-r--r-- 1 root root  107903 23 janv. 08:41 config-2.6.33-rc5.100123
 drwxr-xr-x 3 root root4096 23 janv. 10:00 grub
 -rw-r--r-- 1 root root 8792970 17 janv. 14:33
 initrd.img-2.6.32-trunk-amd64 -rw-r--r-- 1 root root 8438975 17 janv.
 10:51 initrd.img-2.6.32-trunk-amd64.bak -rw-r--r-- 1 root root 1617703
 11 janv. 00:55 System.map-2.6.32-trunk-amd64 -rw-r--r-- 1 root root
 1676029 23 janv. 09:45 System.map-2.6.33-rc5.100123 -rw-r--r-- 1 root
 root 2347008 11 janv. 00:54 vmlinuz-2.6.32-trunk-amd64 -rw-r--r-- 1
 root root 2392624 23 janv. 09:45 vmlinuz-2.6.33-rc5.100123
 
 Est-ce que je me suis planté quelque part ?
 Est-ce que mon option n'est pas bien positionné ?
 Est-ce que le problème vient d'ailleurs (j'imagine que, en statique,
 sachant que je n'ai pas touché au fichier config, tout doit bien se
 charger) ?
 
 Merci d'avance.
 
 David.

Hello, kernel package dans les versions sup à 12.* nécessite un peu de
configuration, regarde dans
/usr/share/kernel-package/examples/etc/kernel/*.d

et copie les scripts dont tu peux avoir besoin dans les répertoires
correspondant de /etc/kernel/*.d, ici ce sont les scripts initramfs
que tu cherches.

Le README de kernel-package explique tout ça (en Anglais), sinon en
Français il y a un topo là
http://www.linuxpedia.fr/doku.php/debian/debian_compilation_noyau

Par défault l'initrd n'est pas créé, même avec l'option ad-hoc.

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



Re: Seulement 3 Go de détectés sur 4 !

2010-01-23 Thread Grégory Bulot
David BERCOT deb...@bercot.org à écrit le Sat, 23 Jan 2010 11:14:12
+0100
 Re-bonjour,
 
 Promis, c'est ma dernière question pour aujourd'hui ;-) En plus, ce
 n'est pas vraiment une question Debian, mais bon, sait-on jamais...
 
 Donc, sur mon serveur, j'ai 4 Go composés de 4 barrettes de 1 Go.
 Si je retire 2 barrettes, au démarrage, il me détecte bien 2 Go.
 Si je retire les 2 autres, il me détecte également 2 Go.
 Or, si je remets les 4 barrettes, il n'en trouve plus que... 3 Go !!!
 
 C'est un problème récent (courant 2009, tout était OK) et j'avoue que
 je n'y comprends rien du tout.

J'ai failli répondre mettre à jour ton bios, et j'ai lus une 2ième
fois : les 4Go étaient reconnus avant sur cette machine avec le même
kernel (genre smp )?

 
 Avez-vous déjà vu ça ? Auriez-vous une piste de résolution ?
 
 Déjà, j'imagine qu'il va falloir que je teste mes barrettes une par
 une, et aussi 3 Go par 3 Go, mais j'ai un peu la flemme ;-)

Memtest rulez . bon courage

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



Re: Seulement 3 Go de détectés sur 4 !

2010-01-23 Thread tv.deb...@googlemail.com
David BERCOT a écrit :
 Re-bonjour,
 
 Promis, c'est ma dernière question pour aujourd'hui ;-) En plus, ce
 n'est pas vraiment une question Debian, mais bon, sait-on jamais...
 
 Donc, sur mon serveur, j'ai 4 Go composés de 4 barrettes de 1 Go.
 Si je retire 2 barrettes, au démarrage, il me détecte bien 2 Go.
 Si je retire les 2 autres, il me détecte également 2 Go.
 Or, si je remets les 4 barrettes, il n'en trouve plus que... 3 Go !!!
 
 C'est un problème récent (courant 2009, tout était OK) et j'avoue que
 je n'y comprends rien du tout.
 
 Avez-vous déjà vu ça ? Auriez-vous une piste de résolution ?
 
 Déjà, j'imagine qu'il va falloir que je teste mes barrettes une par
 une, et aussi 3 Go par 3 Go, mais j'ai un peu la flemme ;-)
 
 Merci d'avance (encore !).
 
 David.
 
Salut,
Changement de noyau entre temps ? D'architecture ? De bios ?
En x86 il faut un noyau avec PAE activé, en x86_64 (amd64) ça devrait
être reconnu directement.
Les bios ont souvent des options de gestion de la mémoire qui ne sont
pas nécessairement compatibles avec toutes les références de barrettes
(canal double (dual channel) par exemple).
Autre possibilité, les cartes mères lâches parfois de façon bizarre,
j'ai eu le cas d'un slot mémoire utilisable seul ou avec une autre
barrette de mémoire, mais pas avec les quatre emplacements occupés.
Peu de temps après trois emplacements sur quatre ont lâchés, direction
recyclage...

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



Re: Pour que le son sorte d'un autre PC...

2010-01-23 Thread Franck Joncourt
On Wed, Jan 20, 2010 at 11:29:54PM +0100, Pierre Allken-Bernard wrote:
 Le 20/01/2010 à 23:26:36, Jean-Yves F. Barbier a écrit :
  Franck Joncourt a écrit :
  ... 
   Tu devrais aussi pouvoir le faire en redirigeant /dev/dsp, et en utilisant
   netcat sur les deux machines, l'une en écoute, l'autre en transmission.
   
   A essayer je pense.
  
  wai, parce que pulseaudio en stable, c'est la misère
 
 Oui, j'ai désinstallé pulseaudio, je ne sais plus pourquoi mais 
 je sais qu'il y avait une raison.
 Par contre, /dev/dsp et netcat c'est abstrait pour moi.
 J'ai essayé nc en lisant les exemples de la doc et j'en suis
 à avoir deux terminaux, un sur chaque PC, synchronisés (ce qu'on
 entre sur l'un s'affiche sur l'autre). Quelqu'un a le courage de
 m'expliquer lentement ?

Je n'ai pas trop le temps de vérifier mais tu peux essayer quelque chose comme
cela:

http://www.linuxforums.org/articles/having-fun-with-netcat-_268.html

-- 
Franck Joncourt


signature.asc
Description: Digital signature


Syncro Ipaq-Evolution

2010-01-23 Thread alain vanranst
Bonjour,
j'aimerais savoir s'il est possible de synchroniser Evolution (contacts,
tâches ...) avec un HP iPaq.
Les infos que j'ai pu trouvées sont un peu floues et contradictoires.
Un retour d'expérience ?
Merci.


Re: NVIDIA Geforce GTX 260M - Écran Noir

2010-01-23 Thread Jean-François Pirlet
Bonjour,

A priori, tu dois suivre à peu près la même démarche que pour un SLi :
lorsqu'il y a plusieurs cartes graphiques, le pilote nVidia ne parvient
pas à détecter celle qu'il doit utiliser. La démarche est expliquée,
entre autres, sur la docu d'Ubuntu
(http://doc.ubuntu-fr.org/nvidia_sli). Ca marche également sous Debian
(aucun problème chez moi, sur une Sid avec un SLi).

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



Re: manipulation des fichiers avec accent impossible sur clé usb en vfat

2010-01-23 Thread Jean-Yves F. Barbier
fabrice régnier a écrit :
 Je précise:
 
 FR-PORT:/media# cat /proc/mounts | grep usb
 /dev/sdb /media/usb0 vfat
 rw,nosuid,nodev,noexec,noatime,fmask=,dmask=,allow_utime=0022,codepage=cp437,iocharset=utf8
 0 0
 
 Peut-être que c'est le code page qui est à changer au mount ? ou
 l'iocharset ?

apparemment les 2

-- 
Kansas, where the men are men, the sheep are scared and the women are grateful.

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



compiler le driver nvidia proprio avec un kernel 2.6.33-rc

2010-01-23 Thread giggz
Bonjour,

je n'arrive pas à compiler le driver nvidia proprio à partir du run
(190.53) avec un kernel 2.6.33-rc. Pas de pb avec les noyau jusqu'à
2.6.32 mais ensuite j'ai un message d'erreur comme quoi il ne trouve pas
la version du noyau dans les sources. J'indique les sources avec
--kernel-source-path.

Avez vous une idée ? rencontrez vous aussi ce problème avec un 2.6.33-rc
et le driver nvidia ?

Merci d'avance
GiGGz

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



Re: compiler le driver nvidia proprio avec un kernel 2.6.33-rc

2010-01-23 Thread Jean-Yves F. Barbier
giggz a écrit :
 je n'arrive pas à compiler le driver nvidia proprio à partir du run
 (190.53) avec un kernel 2.6.33-rc. Pas de pb avec les noyau jusqu'à
 2.6.32 mais ensuite j'ai un message d'erreur comme quoi il ne trouve pas
 la version du noyau dans les sources. J'indique les sources avec
 --kernel-source-path.
 
 Avez vous une idée ? rencontrez vous aussi ce problème avec un 2.6.33-rc
 et le driver nvidia ?

le kernel évoluant, certaines primitives apparaissent ou disparaissent;
par ex. je viens de compiler un 2.6.32.4 et le drv de nvidia (site pas 
debian / pour une geforce3) me crachait une erreur à cause d'un symbole
manquant; la version suivante a bien compilée.

par conséquent, il-y-a des chances qu'il te faille attendre que la 
version nvidia suivante soit sortie (mais l'installer nvidia est 
souvent plus à jour que le package debian)

-- 
Obviously the only rational solution to your problem is suicide.

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



Re: Seulement 3 Go de détectés sur 4 !

2010-01-23 Thread Vincent MAUGE
Le 23 janvier 2010 11:38, tv.deb...@googlemail.com
tv.deb...@googlemail.com a écrit :
 David BERCOT a écrit :
 Re-bonjour,

 Promis, c'est ma dernière question pour aujourd'hui ;-) En plus, ce
 n'est pas vraiment une question Debian, mais bon, sait-on jamais...

 Donc, sur mon serveur, j'ai 4 Go composés de 4 barrettes de 1 Go.
 Si je retire 2 barrettes, au démarrage, il me détecte bien 2 Go.
 Si je retire les 2 autres, il me détecte également 2 Go.
 Or, si je remets les 4 barrettes, il n'en trouve plus que... 3 Go !!!

 C'est un problème récent (courant 2009, tout était OK) et j'avoue que
 je n'y comprends rien du tout.

 Avez-vous déjà vu ça ? Auriez-vous une piste de résolution ?

 Déjà, j'imagine qu'il va falloir que je teste mes barrettes une par
 une, et aussi 3 Go par 3 Go, mais j'ai un peu la flemme ;-)

 Merci d'avance (encore !).

 David.

 Salut,
 Changement de noyau entre temps ? D'architecture ? De bios ?
 En x86 il faut un noyau avec PAE activé, en x86_64 (amd64) ça devrait
 être reconnu directement.
 Les bios ont souvent des options de gestion de la mémoire qui ne sont
 pas nécessairement compatibles avec toutes les références de barrettes
 (canal double (dual channel) par exemple).
 Autre possibilité, les cartes mères lâches parfois de façon bizarre,
 j'ai eu le cas d'un slot mémoire utilisable seul ou avec une autre
 barrette de mémoire, mais pas avec les quatre emplacements occupés.
 Peu de temps après trois emplacements sur quatre ont lâchés, direction
 recyclage...

 --

Salut

Si tu es avec un noyau 32 bits, il faut installer le noyau avec pae ou
bigmem suivant la terminologie (support de 4G et plus). Le paquet
générique correspondant sous debian est linux-image-2.6-686-bigmem.


Vincent

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



Re: compiler le driver nvidia proprio avec un kernel 2.6.33-rc

2010-01-23 Thread François Boisson
Le Sat, 23 Jan 2010 12:24:49 +0100
giggz giggzou...@gmail.com a écrit:

 Bonjour,
 
 je n'arrive pas à compiler le driver nvidia proprio à partir du run
 (190.53) avec un kernel 2.6.33-rc. Pas de pb avec les noyau jusqu'à
 2.6.32 mais ensuite j'ai un message d'erreur comme quoi il ne trouve pas
 la version du noyau dans les sources. J'indique les sources avec
 --kernel-source-path.
 
 Avez vous une idée ? rencontrez vous aussi ce problème avec un 2.6.33-rc
 et le driver nvidia ?

Pas eu de problèmes jusqu'à 2.6.32, n Lexplication de Jean Yves est la bonne?.
Par contre tu peux faire ça à la debian via module assistant avec les paquets
adequats que tu trouveras sur

http://boisson.homeip.net/debian/Nvidia

François Boisson

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



Re: compiler le driver nvidia proprio avec un kernel 2.6.33-rc

2010-01-23 Thread Jean-Yves F. Barbier
François Boisson a écrit :
...
 Par contre tu peux faire ça à la debian via module assistant avec les paquets
 adequats que tu trouveras sur
 
 http://boisson.homeip.net/debian/Nvidia

le packageur fou a encore frappé :D

-- 
If you don't have time to do it right, where are you going to find the time
to do it over?

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



Re: compiler le driver nvidia proprio avec un kernel 2.6.33-rc

2010-01-23 Thread David Prévot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 23/01/2010 11:16, François Boisson wrote:

 Par contre tu peux faire ça à la debian via module assistant avec les paquets
 adequats que tu trouveras sur
 
 http://boisson.homeip.net/debian/Nvidia

190.53 vient d'atteindre Sid :

http://www.khensu.org/index.php?itemid=244

Amicalement

David

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

iEYEARECAAYFAktbFUoACgkQ18/WetbTC/o1CgCcCKNE7nGLT2U4PbEpf6NIUUu1
aVAAoI7NT0nT8xYkwgV/u/v4xogl/eCR
=vBFm
-END PGP SIGNATURE-

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



Re: compiler le driver nvidia proprio avec un kernel 2.6.33-rc

2010-01-23 Thread giggz
François Boisson a écrit :
 Le Sat, 23 Jan 2010 12:24:49 +0100
 giggz giggzou...@gmail.com a écrit:
 
 Bonjour,

 je n'arrive pas à compiler le driver nvidia proprio à partir du run
 (190.53) avec un kernel 2.6.33-rc. Pas de pb avec les noyau jusqu'à
 2.6.32 mais ensuite j'ai un message d'erreur comme quoi il ne trouve pas
 la version du noyau dans les sources. J'indique les sources avec
 --kernel-source-path.

 Avez vous une idée ? rencontrez vous aussi ce problème avec un 2.6.33-rc
 et le driver nvidia ?
 
 Pas eu de problèmes jusqu'à 2.6.32, n Lexplication de Jean Yves est la bonne?.

je n'ai aucun problème avec le 2.6.32...juste à partir du 2.6.33rc. et
j'ai aussi des problèmes avec ce même noyau et le kernel-package de
lenny. il plante à la compilation pour une histoire de version
aussi...je suis obligé d'utiliser le kernel-package d'unstable.

 Par contre tu peux faire ça à la debian via module assistant avec les paquets
 adequats que tu trouveras sur
 
 http://boisson.homeip.net/debian/Nvidia
 

je vais regarder ça. Quelles sont les étapes ? corriges moi si je me
trompe :
- ./NVIDIA.run --uninstall
- mettre dans sources.list ton dépot et configurer la chose
- installer : nvidia-glx (le dev est aussi nécessaire ?); le
nvidia-kernel-source
- m-a a-i nvidia-kernel (faut il faire m-a prepare/update ?)

c'est tout ?

Sinon : est ce que tu mets ton dépot à jour ? où c'est jsute exceptionnel ?

Merci d'avance
Guillaume

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



Re: [HS] Méta moteur de recherche.

2010-01-23 Thread Antoine

Pour l'instant...

-  Gspot est un applet pour gnome, installable sous xfce via 
xfce4-xfapplet-plugin, avec une  documentation très (trop ?) concise. Je 
n'ai pas réussi à le faire fonctionner, sous xfce et je n'ai pas 
l'intention de changer de windows manager.


- Teardrop s'installe au final correctement mais il refuse de récupérer 
la liste des moteurs de recherche sous squeeze, ce qui se fait sans 
difficulté sous lenny (par contre impossible d'invoquer iceweasel à 
partir de l'icone du systray sous lenny). La configuration des moteurs 
de recherche se fait avec des fichiers xml. Là je sèche pour en ajouter 
de nouveaux.


- Pinot sous squeeze propose évidemment des moteurs plus à jour que sous 
lenny, mais j'ai l'impression que les réponses restent limitées à 10 
articles par moteurs...


J'aurais en tout cas appris quelques trucs bien utiles pour affiner les 
recherches avec apt-cache.


Merci pour les différentes réponses.

Antoine


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



certmaster

2010-01-23 Thread Frédéric ZULIAN
Bonjour,

Je viens de faire un upgrade et mauvaise surpise :

Paramétrage de certmaster (0.25-1) ...
insserv: Service network has to be enabled to start service certmasterd
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg : erreur de traitement de certmaster (--configure) :
 le sous-processus script post-installation installé a retourné une
 erreur de sortie d'état 1
 Des erreurs ont été rencontrées pendant l'exécution :
  certmaster

Une idée ?


-- 
--
Frédéric ZULIAN
http://www.zulian.com

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



[testing] plus de wifi

2010-01-23 Thread Gaëtan PERRIER
Bonsoir,

Je viens de m'apercevoir que le wifi ne fonctionne plus sur mon pc
portable en testing (Gnome). Le module wifi est un intel 3945:

Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan]
Network Connection (rev 02)

un lsmod | grep iwl me donne:

iwl394545717  0 
iwlcore67306  1 iwl3945
mac80211  121381  2 iwl3945,iwlcore
cfg80211   86910  3 iwl3945,iwlcore,mac80211
led_class   1757  3 iwl3945,iwlcore,sdhci

Donc ça semble ok. Mais la led reste éteinte et pas de connexion.
Je me demande si ça ne serait pas lié au passage en 2.6.32, bien que le
retour en 2.6.30 ne résout pas le problème.

Une idée de la cause du problème?

Gaëtan

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



[HS] pilotes Lexmark

2010-01-23 Thread Gaëtan PERRIER
Salut,

Quelqu'un a-t-il un retour d'expérience sur les pilotes Lexmark pour
Linux? C'est du libre ou du propriétaire comme Epson?

Merci.
 
Gaëtan

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



Re: [HS] pilotes Lexmark

2010-01-23 Thread corbie
Le samedi 23 janvier 2010, Gaëtan PERRIER a écrit :
 Salut,
 
 Quelqu'un a-t-il un retour d'expérience sur les pilotes Lexmark pour
 Linux? C'est du libre ou du propriétaire comme Epson?
 Merci.
 Gaëtan
--

Lexmark :
Méfies toi des (rares) pilotes pour Linux :
souvent ils ne fonctionnent pas en version 64 bits.
(32 bits oui)

http://openprinting.org/printer_list.cgi

te donnera la liste des drivers compatibles,
mais le site oublie d'indiquer ce détail.

J'ai dû remettre une imprimante-scanner modèle X-1150 à la cave ...
Seul le scanner fonctionnait très bien.

Bonne nuit.

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



Re: [testing] plus de wifi

2010-01-23 Thread Daniel Huhardeaux

Gaëtan PERRIER a écrit :

Bonsoir,
  

Bonsoir

[...]
Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan]
Network Connection (rev 02)
  

[...]

Je suis avec SID et le même chipset, en 2-6-32 et n'ai aucun problème. 
D'ailleurs depuis le 2.6.29-2 le driver est stable si l'on est pas dans 
un environnement BSS.

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



[Resolu] Re: [testing] plus de wifi

2010-01-23 Thread Gaëtan PERRIER
Le Sat, 23 Jan 2010 22:43:21 +0100
Daniel Huhardeaux no-s...@tootai.net a écrit:

 
 Gaëtan PERRIER a écrit :
  Bonsoir,

 Bonsoir
  [...]
  Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan]
  Network Connection (rev 02)

 [...]
 
 Je suis avec SID et le même chipset, en 2-6-32 et n'ai aucun
 problème. D'ailleurs depuis le 2.6.29-2 le driver est stable si l'on
 est pas dans un environnement BSS.
 -- 
 Daniel
 

Je viens de trouver, c'est lié à une mise à jour acpi. Maintenant il
faut installer le paquet rfkill.

Gaëtan

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



nvidia multicard, SLI et EDID

2010-01-23 Thread Keven Chaussé

Bonjour,

Premièrement merci à ceux qui m'ont répondu j'ai réussi à arranger 
quelque problème je crois.


J'ai l'impression que ça s'est améliorer, maintenant quand je fais 
startx l'écran reste noir mais ne s'éteint pas comme au début. Donc je 
crois que ça commence à s'améliorer. Je comprend un peux mieux mon 
matériel donc voici un petit résumé:


Mon ordinateur portable contient deux carte graphique

Nvidia Geforce 9400 PCI:04:00:0
Nvidia Geforce gtx 260m PCI:02:00:0 (Ma carte principale, l'autre me 
sert seulement sur batterie)


Bon j'ai activer le support multicard dans mon xorg.conf ainsi que SLI.
Dans mon Xorg.0.log ça me dit que SLI n'as pas pu se configurer et que 
le serveur x ne trouve pas le EDID de mon écran.
Voici les lignes d'erreurs et les warning du Xorg.0.log:  (Je met le 
reste avec mon xorg.conf en pièce jointe)


(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 
'vmmouse' will be disabled.

(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)

(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support

(EE) Jan 23 15:22:04 NVIDIA(0): Failed to find a valid SLI configuration.
(EE) Jan 23 15:22:04 NVIDIA(0): Invalid SLI configuration 1 of 1:
(EE) Jan 23 15:22:04 NVIDIA(0): GPUs:
(EE) Jan 23 15:22:04 NVIDIA(0): 1) NVIDIA GPU at PCI:2:0:0
(EE) Jan 23 15:22:04 NVIDIA(0): 2) NVIDIA GPU at PCI:4:0:0
(EE) Jan 23 15:22:04 NVIDIA(0): Errors:
(EE) Jan 23 15:22:04 NVIDIA(0): - Unsupported GPU
(EE) Jan 23 15:22:04 NVIDIA(0): - GPU architectures do not match
(EE) Jan 23 15:22:04 NVIDIA(0): - GPU implementations do not match
(EE) Jan 23 15:22:04 NVIDIA(0): - GPU PCI IDs do not match
(EE) Jan 23 15:22:04 NVIDIA(0): - GPU video memory sizes do not match
(WW) Jan 23 15:22:04 NVIDIA(0): Failed to find a valid SLI configuration 
for the NVIDIA
(WW) Jan 23 15:22:04 NVIDIA(0): graphics device PCI:2:0:0. Please 
see Chapter 25:
(WW) Jan 23 15:22:04 NVIDIA(0): Configuring SLI and Multi-GPU 
FrameRendering in the README

(WW) Jan 23 15:22:04 NVIDIA(0): for troubleshooting suggestions.
(EE) Jan 23 15:22:04 NVIDIA(0): Only one GPU will be used for this X screen.
(II) Jan 23 15:22:04 NVIDIA(GPU-0): No display devices connected; 
falling back to: CRT-0
(WW) Jan 23 15:22:04 NVIDIA(GPU-0): Unable to read EDID for display 
device CRT-0


(WW) Jan 23 15:22:04 NVIDIA(0): Unable to get display device CRT-0's 
EDID; cannot compute DPI

(WW) Jan 23 15:22:04 NVIDIA(0): from CRT-0's EDID.

(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for Macintosh mouse button emulation

Merci pour tout

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.4-dsa-amd64 x86_64 Debian
Current Operating System: Linux debian 2.6.30-2-amd64 #1 SMP Fri Sep 25 
22:16:56 UTC 2009 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.30-2-amd64 
root=UUID=345287c8-16e1-4ade-bd0b-38617eb53fc3 ro single
Build Date: 20 January 2010  11:36:07PM
xorg-server 2:1.7.4-2 (bui...@brahms.debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sat Jan 23 15:22:01 2010
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout X.org Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins,
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(**) ModulePath set to /usr/lib/xorg/modules
(**) Extension Composite is enabled
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' 
will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(II) Loader magic: 0x7c1600
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0

Re: [Resolu] Re: [testing] plus de wifi

2010-01-23 Thread Daniel Huhardeaux

Gaëtan PERRIER a écrit :

[...]
Je viens de trouver, c'est lié à une mise à jour acpi. Maintenant il
faut installer le paquet rfkill
Ce paquet n'est pas installé sur mes machines et ne serait valable qu'a 
partir du 2.6.31. En contrepartie -peut être- j' utilise wpasupplicant.


--
Daniel Huhardeaux   _   _ _ _
enum   +33 368 460 088 (_  __) _  ) _  (_  __) _  _(_)  +48 222 472 472
iaxtel  1-700-849-6983  / / / // / // / / / / /_/ / /  GIZMO,SKYPE,GTALK
sip/iax:callto 1...@sip./_/ ( ___( ___/ /_/ (_/ (_/_/.net   tootaiNET

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



Re: nvidia multicard, SLI et EDID

2010-01-23 Thread Jean-Yves F. Barbier
Keven Chaussé a écrit :

 J'ai l'impression que ça s'est améliorÉ, maintenant quand je fais
 startx l'écran reste noir mais ne s'éteint pas comme au début. Donc je
 crois que ça commence à s'améliorer. Je comprend un peux mieux mon
 matériel donc voici un petit résumé:
 
 Mon ordinateur portable contient deux carteS graphiqueS
 
 Nvidia Geforce 9400 PCI:04:00:0
 Nvidia Geforce gtx 260m PCI:02:00:0 (Ma carte principale, l'autre me
 sert seulement sur batterie)
 
 Bon j'ai activÉ le support multicard dans mon xorg.conf ainsi que SLI.
 Dans mon Xorg.0.log ça me dit que SLI n'as pas pu se configurer et que
 le serveur x ne trouve pas le EDID de mon écran.

ça ne risque pas, tu lui indiques de mauvaises coordonnées de bus PCI pour
les CG: il ne peut pas lire d'EDID si la CG n'est pas configurée.

 Voici les lignes d'erreurs et les warning du Xorg.0.log:  (Je met le
 reste avec mon xorg.conf en pièce jointe)

...
ces 2 lignes te donnent les adresses PCI à modifier dans les sections
PCI (telles qu'affichées) | lignes: '# --- A MODIFIER'
 (EE) Jan 23 15:22:04 NVIDIA(0): 1) NVIDIA GPU at PCI:2:0:0
 (EE) Jan 23 15:22:04 NVIDIA(0): 2) NVIDIA GPU at PCI:4:0:0 
...
 (WW) Jan 23 15:22:04 NVIDIA(0): graphics device PCI:2:0:0. Please
 see Chapter 25:
 (WW) Jan 23 15:22:04 NVIDIA(0): Configuring SLI and Multi-GPU
 FrameRendering in the README
 (WW) Jan 23 15:22:04 NVIDIA(0): for troubleshooting suggestions.
 (EE) Jan 23 15:22:04 NVIDIA(0): Only one GPU will be used for this X
 screen.

de ce que j'en sais, MutiGPU c'est pour UNE CG multi-têtes, par pour
plusieurs CGs.

 (II) Jan 23 15:22:04 NVIDIA(GPU-0): No display devices connected;
 falling back to: CRT-0
 (WW) Jan 23 15:22:04 NVIDIA(GPU-0): Unable to read EDID for display
 device CRT-0
 
 (WW) Jan 23 15:22:04 NVIDIA(0): Unable to get display device CRT-0's
 EDID; cannot compute DPI
 (WW) Jan 23 15:22:04 NVIDIA(0): from CRT-0's EDID.

Il manque la section Screen, où tu dois désigner la CG (Device),
le Monitor, la profondeur de couleurs et les résolutions voulues.

-- 
In breeding cattle you need one bull for every twenty-five cows, unless
the cows are known sluts.
-- Johnny Carson

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



Re: [Resolu] Re: [testing] plus de wifi

2010-01-23 Thread Jean-Yves F. Barbier
Daniel Huhardeaux a écrit :
 Gaëtan PERRIER a écrit :
 [...]
 Je viens de trouver, c'est lié à une mise à jour acpi. Maintenant il
 faut installer le paquet rfkill
 Ce paquet n'est pas installé sur mes machines et ne serait valable qu'a
 partir du 2.6.31. En contrepartie -peut être- j' utilise wpasupplicant.
 
nan: ça dépend du type de Cte WIFI: certaines sont OFF par défaut, auquel
cas il faut rfkill pour la réveiller.

-- 
All things that are, are with more spirit chased than enjoyed.
-- Shakespeare, Merchant of Venice

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



Re: nvidia multicard, SLI et EDID

2010-01-23 Thread Keven Chaussé

Le 23-01-10 17:30, Jean-Yves F. Barbier a écrit :

Keven Chaussé a écrit :

   

J'ai l'impression que ça s'est améliorÉ, maintenant quand je fais
startx l'écran reste noir mais ne s'éteint pas comme au début. Donc je
crois que ça commence à s'améliorer. Je comprend un peux mieux mon
matériel donc voici un petit résumé:

Mon ordinateur portable contient deux carteS graphiqueS

Nvidia Geforce 9400 PCI:04:00:0
Nvidia Geforce gtx 260m PCI:02:00:0 (Ma carte principale, l'autre me
sert seulement sur batterie)

Bon j'ai activÉ le support multicard dans mon xorg.conf ainsi que SLI.
Dans mon Xorg.0.log ça me dit que SLI n'as pas pu se configurer et que
le serveur x ne trouve pas le EDID de mon écran.
 

ça ne risque pas, tu lui indiques de mauvaises coordonnées de bus PCI pour
les CG: il ne peut pas lire d'EDID si la CG n'est pas configurée.

   

Voici les lignes d'erreurs et les warning du Xorg.0.log:  (Je met le
reste avec mon xorg.conf en pièce jointe)
 

...
ces 2 lignes te donnent les adresses PCI à modifier dans les sections
PCI (telles qu'affichées) | lignes: '#--- A MODIFIER'
   

(EE) Jan 23 15:22:04 NVIDIA(0): 1) NVIDIA GPU at PCI:2:0:0
(EE) Jan 23 15:22:04 NVIDIA(0): 2) NVIDIA GPU at PCI:4:0:0
 

...
   

(WW) Jan 23 15:22:04 NVIDIA(0): graphics device PCI:2:0:0. Please
see Chapter 25:
(WW) Jan 23 15:22:04 NVIDIA(0): Configuring SLI and Multi-GPU
FrameRendering in the README
(WW) Jan 23 15:22:04 NVIDIA(0): for troubleshooting suggestions.
(EE) Jan 23 15:22:04 NVIDIA(0): Only one GPU will be used for this X
screen.
 

de ce que j'en sais, MutiGPU c'est pour UNE CG multi-têtes, par pour
plusieurs CGs.

   

(II) Jan 23 15:22:04 NVIDIA(GPU-0): No display devices connected;
falling back to: CRT-0
(WW) Jan 23 15:22:04 NVIDIA(GPU-0): Unable to read EDID for display
device CRT-0

(WW) Jan 23 15:22:04 NVIDIA(0): Unable to get display device CRT-0's
EDID; cannot compute DPI
(WW) Jan 23 15:22:04 NVIDIA(0): from CRT-0's EDID.
 

Il manque la section Screen, où tu dois désigner la CG (Device),
le Monitor, la profondeur de couleurs et les résolutions voulues.

   



Ok, bon j'ai modifier mon xorg.conf. ça ne fonctionne toujours pas 
(désespoir!)


Je n'ai pas les meme erreurs cependant.
(je met encore en pièce jointe mon xorg.conf, (l'option meta c'est un 
essai que je faisais , ça ne marche pas que je le mette ou non, la 
réolution de mon écran est bien 1920x1200 et non 1920x1080)


Il n'y a que des warning plus d'erreur c'est déjà ça mais ça ne 
fonctionne pas. :S
Pour le metamode c un essai pour configurer mon écran, je ne sais pas si 
je l'utilise bien et est-ce cela que je dois utiliser?


Merci

(WW) xf86OpenConsole: setsid failed: Operation not permitted
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(WW) Jan 23 17:50:39 NVIDIA(GPU-0): Unable to read EDID for display 
device CRT-0
(WW) Jan 23 17:50:39 NVIDIA(0): Option UseDisplayDevice requested 
DFP, but no unused DFPs

(WW) Jan 23 17:50:39 NVIDIA(0): are available.
(WW) Jan 23 17:50:39 NVIDIA(0): Unable to find any of the requested 
display device  in the
(WW) Jan 23 17:50:39 NVIDIA(0): list of available display devices 
CRT-0.

(WW) Jan 23 17:50:39 NVIDIA(0): Invalid display device in Mode Description
(WW) Jan 23 17:50:39 NVIDIA(0): DFP:1920x1200+0+0
(WW) Jan 23 17:50:39 NVIDIA(0): Not using mode description 
DFP:1920x1200+0+0; unable to map

(WW) Jan 23 17:50:39 NVIDIA(0): to display device
(WW) Jan 23 17:50:39 NVIDIA(0): No valid modes for 
CRT:1920x1200_60,DFP:1920x1200+0+0;

(WW) Jan 23 17:50:39 NVIDIA(0): removing.
(WW) Jan 23 17:50:39 NVIDIA(0):
(WW) Jan 23 17:50:39 NVIDIA(0): Unable to validate any modes; falling 
back to the default mode

(WW) Jan 23 17:50:39 NVIDIA(0): nvidia-auto-select.
(WW) Jan 23 17:50:39 NVIDIA(0):
(WW) Jan 23 17:50:39 NVIDIA(0): Unable to get display device CRT-0's 
EDID; cannot compute DPI

(WW) Jan 23 17:50:39 NVIDIA(0): from CRT-0's EDID.

(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for Logitech USB Receiver
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for SynPS/2 Synaptics TouchPad
(EE) ioctl EVIOCGNAME failed: Inappropriate ioctl for device
(EE) PreInit returned NULL for Macintosh mouse button emulation
Section ServerFlags
Option  DontZap   False
EndSection

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
#   InputDeviceMouse0 CorePointer
#   InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
ModulePath   /usr/lib/xorg/modules
FontPath /usr/share/fonts/X11/misc
#FontPath /usr/share/fonts/X11/cyrillic
FontPath /usr/share/fonts/X11/100dpi/:unscaled
FontPath /usr/share/fonts/X11/75dpi/:unscaled
FontPath 

Re: nvidia multicard, SLI et EDID

2010-01-23 Thread Jean-Yves F. Barbier
Keven Chaussé a écrit :

 Ok, bon j'ai modifiÉ mon xorg.conf. ça ne fonctionne toujours pas
 (désespoir!)
 
 Je n'ai pas les memeS erreurs cependant.
 (je metS encore en pièce jointe mon xorg.conf, (l'option meta c'est un
 essai que je faisais , ça ne marche pas que je le mette ou non, la
 réolution de mon écran est bien 1920x1200 et non 1920x1080)
 
 Il n'y a que des warning plus d'erreur c'est déjà ça mais ça ne
 fonctionne pas. :S
 Pour le metamode c un essai pour configurer mon écran, je ne sais pas si
 je l'utilise bien et est-ce cela que je dois utiliser?
 
 Merci
 
 (WW) xf86OpenConsole: setsid failed: Operation not permitted
anormal: le user est-il bien dans le groupe video et les droits de
/dev/nvidia* (s'ils sont là) sont-ils à root:video c440?

 (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
encore plus anormal: /var/run doit contenir acpid.pid  acpid.socket

...
 (WW) Jan 23 17:50:39 NVIDIA(0): Option UseDisplayDevice requested
 DFP, but no unused DFPs
 (WW) Jan 23 17:50:39 NVIDIA(0): are available.

 (WW) Jan 23 17:50:39 NVIDIA(0): Unable to find any of the requested
 display device  in the
 (WW) Jan 23 17:50:39 NVIDIA(0): list of available display devices
 CRT-0.
seul CRT-0 semble dispo

 (WW) Jan 23 17:50:39 NVIDIA(0): Invalid display device in Mode Description
invalide
 (WW) Jan 23 17:50:39 NVIDIA(0): DFP:1920x1200+0+0
 (WW) Jan 23 17:50:39 NVIDIA(0): Not using mode description
 DFP:1920x1200+0+0; unable to map
 (WW) Jan 23 17:50:39 NVIDIA(0): to display device
 (WW) Jan 23 17:50:39 NVIDIA(0): No valid modes for
 CRT:1920x1200_60,DFP:1920x1200+0+0;
 (WW) Jan 23 17:50:39 NVIDIA(0): removing.

 (WW) Jan 23 17:50:39 NVIDIA(0): Unable to validate any modes; falling
 back to the default mode
 (WW) Jan 23 17:50:39 NVIDIA(0): nvidia-auto-select.
 (WW) Jan 23 17:50:39 NVIDIA(0):
 (WW) Jan 23 17:50:39 NVIDIA(0): Unable to get display device CRT-0's
 EDID; cannot compute DPI
si c'est ce qui le bloque, il faut lui fournir les données.
dans la section Monitor: 
DisplaySize   larg_visible_en_mm   haut_visible_en_mm

et puisqu'EDID ne passe pas, il faut aussi lui fournir (même section):
HorizSync nn.0 - nn.0   (en KHz)
VertRefresh   nn.0 - nn.0   (en Hz)

ces valeurs se trouvent dans le manuel, ou sur le net


commente toutes les options non-basiques pour l'instant.

il vaut tjrs mieux attribuer la 2nde carte, puisque de toute façon,
c'est la section Screen qui décide laquelle est utilisée.

et si tu n'es pas sur et certain que c'est la bonne carte, inverse
les cartes dans cette section.

-- 
Many a woman hasn't realized that she was raped until the check bounced.

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



oops

2010-01-23 Thread Jean-Yves F. Barbier
Jean-Yves F. Barbier a écrit :
 (WW) xf86OpenConsole: setsid failed: Operation not permitted
 anormal: le user est-il bien dans le groupe video et les droits de
 /dev/nvidia* (s'ils sont là) sont-ils à root:video c440?

c660

-- 
Spare no expense to save money on this one.
-- Samuel Goldwyn

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



Color en maquina virtual kvm.

2010-01-23 Thread fernando sainz
Hola:

A ver si alguno tiene una explicación para esta curiosidad.
(he buscado un poco en internet pero no he visto nada al respecto)

Tengo una máquina virtual con Sid corriendo en kvm sobre Lenny.

Abro en ambas unos xterm con el color de fondo lightgrey (211,211,211)
A simple vista noto que los colores son distintos.
ejecuto xcolorsel en la maquina host (Lenny) y capturo el color de ambas:
Lenny - light grey
Sid (kvm) - grey80 (204,204,204)

Lo curioso es que si ejecuto xcolorsel en la maquina virtual (Sid) me
dice que el color es light grey.
(Lógico por otra parte, porque este es el color que le pasé al
ejecutar el xterm.
  xterm -sb -sl 500 -j -ls -fn 7x14  -fg black -bg lightgray  )

Parece que la máquina virtual modifica ligeramente los colores...
Pues nada, una curiosidad para el fin de semana.

Saludos.


--
Fernando.


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



Fwd: FW: Denuncia de perdidas doc.- SIDEX

2010-01-23 Thread Ricardo Adolfo Sánchez Arboleda
Ricardo Adolfo Sánchez Arboleda
Linux Registered User #474919
Debian GNU/Linux Squeeze/sid \n \l
Máquina  #394093_User #143


La meta es conseguir, defender y mantener nuestra libertad



Para su información


 El Sistema de Información de Documentos y Elementos Extraviados,
 Sidex, funcionará desde el portal de la Policía Nacional.





 Desde este miércoles, si una persona pierde sus documentos o es
 víctima de robo, no tendrá que acercarse a una estación de Policía y
 poner el denuncio; lo podrá hacer por la Internet y gracias al Sistema
 de Información de Documentos y Elementos Extraviados, Sidex.

 La Policía Nacional en conjunto con Microsoft diseñó este sistema para
 que las personas puedan denunciar la pérdida o robo de documentos u
 objetos personales de forma online.

 Sidex funcionará desde hoy en el portal de la Policía Nacional
 (www.policia.gov.co). Las personas podrán registrar sus datos,
 diligenciar los documentos extraviados, la hora de la pérdida e
 incluir su información de contacto. En unos segundos el usuario
 obtendrá la constancia con el número consecutivo que le permitirá
 dirigirse a la Registraduría, a su entidad prestadora de salud o a la
 compañía de celular para realizar sus trámites.

 Con el sistema, la Policía Nacional también pretende sistematizar y
 consolidar información que le permita llevar estadísticas de los
 documentos que se pierden con más frecuencia. De igual forma, con el
 reporte de datos la Policía podrá identificar las zonas y las épocas
 más recurrentes de hurtos, y tomar medidas para aplicar nuevas
 políticas de seguridad.

 Según el coronel Jairo Gordillo Rojas, responsable de la Oficina de
 Telemática de la Policía Nacional, Sidex es un procedimiento
 económico, eficiente y expedito que reemplazará un trámite cada vez
 más obsoleto. Gracias al cruce de información con otras bases de
 datos, el usuario podrá encontrar el documento reportado.

 Desde un plano judicial con el Sidex, se pretende que la Policía pueda
 evitar actividades ilícitas como el fraude y las suplantaciones de
 identidad. De igual forma, esta nueva manera de tener información
 digital le ayudará al cuerpo policial a confirmar antecedentes
 penales.
 Web para diligenciar la denuncias:
 http://webrp.policia.gov.co/constancia/publico/
 Desarrollo por eGattaca con plataforma Microsoft
 Documentos que se pueden reportar:
 Carnet de EPS
 Carnet estudiantil
 Cedula de ciudadanía
 Cedula de extranjería
 Cedula militar
 Certificado judicial
 Contraseña
 Libreta militar
 Licencia de conducción
 Pasaporte
 Seguro obligatorio
 Tarjeta de conducta
 Tarjeta de crédito
 Tarjeta de identidad
 Tarjeta de propiedad
 Tarjeta de reservista
 Tarjeta Profesional
 Elementos que se pueden reportar:
 Tipo, No. de serie, Modelo, Marca, Descripción
 Beeper
 Computador Portátil
 GPS
 IPOD
 MP4
 Sellos
 SIM Card – Chip Celular
 Teléfono celular
 USB


Discover the new Windows Vista Learn more!


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



Re: Grupo de trabajo fijo a maquinas con güi ndous

2010-01-23 Thread Yoandy Melero

Creo que lo primero que debes decirnos es si tu tienes control sobre esas 
maquinas.
Tienes contraseña del usuario administrador de windows tu solo???

En caso de ser asi puedes usar directivas que solo el usuario fulano cambie el 
grupo
de trabajo.

La otra via es montar un dominio como te dicen los amigos. (Creo qeu esta via es
mejor y controlas mas.)

Y si tu eres el administrador de red creo que los tecnicos por ley y por logica 
se
subordinan a ti en esa parte.
Y si cambian de nuevo les digo que si vuelve a pasar deniagas esa IP en tu 
server. y
al diablo la conexion con el mundo exterior.

La primera solucion es tu palabra como jefe.

Saludos.



 El día 21 de enero de 2010 13:46, Javier Barroso
 javibarr...@gmail.com escribió:
 2010/1/21 Felix Perez felix.listadeb...@gmail.com

 El día 21 de enero de 2010 11:24, Lic. Novel Miniet Fonseca
 listadeb...@fcmb.grm.sld.cu escribió:
  Hola a todos
 
 
  No he podido darle solución a la siguiente situación y necesito dentro
  de
  sus posibilidades y conocimientos que me ayuden.
 
 
  Tengo una red güindous detrás de mis servidores Lenny. Lo que sucede es
  que
  los técnicos de los laboratorios a cada rato cambian el Grupo de Trabajo
  y a
  la hora de visualizar la red hay tremendo reguero, y  lo que necesito es
  implementar algún programa o algo que si no pertenecen al Grupo de
  trabajo
  que yo designe, por ejemplo FCMB, no puedan navegar u obtener una IP y
  obligarlos a que no cambien más ese parámetro.
 
  Espero me haya explicado bien.
 
 
 Esto es un problema de windows no de dhp.
 Hace unos días hiciste la misma pregunta y no comentaste nada.
 Incluso te envié información a tu correo acerca de dhcp.
 Por las características de windows y del grupo de trabajo no creo que
 puedas limitar lo que buscas, lo que necesitas es un dominio y eso lo
 puedes hacer con samba y ldap.

 ¿Realmente se puede con samba y ldap hacer lo que él quiere hacer ??

 Con LDAP y samba podrá montar un dominio, pero luego, ¿cómo se aplicaría la
 directiva sobre cuál ordenador tiene internet y cuál no ?

 La problemática según entiendo, es obligar a los usuarios a pertenecer
 a un grupo dado y que no cambie esto, lo de la IP e internet sería
 para forzar que no efectuen dichos cambios.  Con un dominio estarian
 obligados si quiren acceder a los recursos compartidos por el server
 entre ellos interne (squid, acls, etc).  Faltan datos para poder dar
 una ayuda más certera.

 Saludos


 --
 usuario linux  #274354
 normas de la lista: http://wiki.debian.org/NormasLista


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



***
**
**Yoandy Melero García
**Administrador de red
**WEB: http://www.eia.cfg.rimed.cu
**Tel: (043) 510803
**E-Mail: yoa...@eia.cfg.rimed.cu
**S.O: Debian Lenny 100%
**
***


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



Re: Color en maquina virtual kvm.

2010-01-23 Thread Camaleón
El Sat, 23 Jan 2010 14:57:03 +0100, fernando sainz escribió:

 Tengo una máquina virtual con Sid corriendo en kvm sobre Lenny.
 
 Abro en ambas unos xterm con el color de fondo lightgrey (211,211,211) A
 simple vista noto que los colores son distintos. ejecuto xcolorsel en la
 maquina host (Lenny) y capturo el color de ambas: Lenny - light grey
 Sid (kvm) - grey80 (204,204,204)

(...)

Sí que es curioso :-?

Lo primero que se me ocurre es que se deba a una ¿limitación/bug? del 
controlador gráfico que estás usando en la máquina virtual con sid, que 
no sea capaz de interpretar el color lightgray como tal porque no tenga 
codificado así en su paleta de color y conmute automáticamente a uno que 
sea similar (gray80).

¿Has probado si te respeta/mantiene ese color si lo pasas directamente 
como parámetro al xterm de la máquina virtual? 

Es decir, el lightgray lo deberías obtener también así:

***
xterm -sb -sl 500 -j -ls -fn 7x14  -fg black -bg rgb:d3d3/d3d3/d3d3
***

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



Re: Color en maquina virtual kvm.

2010-01-23 Thread fernando sainz
El día 23 de enero de 2010 16:49, Camaleón noela...@gmail.com escribió:
 El Sat, 23 Jan 2010 14:57:03 +0100, fernando sainz escribió:

 Tengo una máquina virtual con Sid corriendo en kvm sobre Lenny.

 Abro en ambas unos xterm con el color de fondo lightgrey (211,211,211) A
 simple vista noto que los colores son distintos. ejecuto xcolorsel en la
 maquina host (Lenny) y capturo el color de ambas: Lenny - light grey
 Sid (kvm) - grey80 (204,204,204)

 (...)

 Sí que es curioso :-?

 Lo primero que se me ocurre es que se deba a una ¿limitación/bug? del
 controlador gráfico que estás usando en la máquina virtual con sid, que
 no sea capaz de interpretar el color lightgray como tal porque no tenga
 codificado así en su paleta de color y conmute automáticamente a uno que
 sea similar (gray80).

 ¿Has probado si te respeta/mantiene ese color si lo pasas directamente
 como parámetro al xterm de la máquina virtual?

 Es decir, el lightgray lo deberías obtener también así:

 ***
 xterm -sb -sl 500 -j -ls -fn 7x14  -fg black -bg rgb:d3d3/d3d3/d3d3
 ***

 Saludos,

 --
 Camaleón



(Se me fué al privado, lo siento... esto del gmail)

Yo también imagino que será algo de la emulación de la tarjeta
gráfica, pero no deja de resultarme curioso que pase esto...

lightgrey es un sinónimo de el rgb correspondiente, y lo entiende y
usa porque como digo el xcolorsel ejecutado en la máquina virtual
identifica el color como lightgray, lo que pasa es que en el monitor
es pintado como grey80.

Así no puedo usar la máquina virtual para retoque fotográfico, porque
los colores no son reales. :-)

por si sirve de algo, la máquina virtual la inicializo con el
parámetro -std-vga cuando la reinicie probaré sin el.


Saludos.

--
Fernando.


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



¡Ven y únete a Mi Lista Multinivel!

2010-01-23 Thread MiListaMultinivel
Mi Lista Multinivel: Te enseño a generar dinero totalmente gratis


ATENCION REGISTRATE YA A http://www.hyifund.com/?id=19084 PLAN DE INVERCION 
GRATUITO, CUANDO TE REGISTRAS TE REGALAN 2,50 DOLARES, CERO TRABAJO, 400%ANUAL, 
SIN INVERTIR, SOLO REGISTRATE

Haz clic en el siguiente vínculo para unirte:
http://milistamultinivel.ning.com/?xgi=4LIOWhmFcfbPh3xg_source=msg_invite_net

If your email program doesn't recognize the web address above as an active link,
please copy and paste it into your web browser



Ya son miembros en Mi Lista Multinivel
sandra alejandra toranzo, Krystyna Danuta Sobon, Richard Conde, Oscar Tapia, 
Antonio Robles Martin



Sobre Mi Lista Multinivel
Con solo 10 minutos al dia, vas a generar muchisimo dinero siguiendo los pasos 
de mi guia

633 miembros



Para controlar los correos electrónicos que recibes en la esquina, o para 
salirte, ve a:
http://milistamultinivel.ning.com/?xgo=U-yQvgeYbyPjA1e0xZDVemzOMawuLZi-sfaBGy3fuk9hztuZE2Ih9XhiSU7P-iWlbHWBpV4VSOVcaxeW3484bgxg_source=msg_invite_net

Re: Reenvio de correo con postfix

2010-01-23 Thread Camaleón
El día 23 de enero de 2010 13:50, Yoandy Melero escribió:

(reenvío a la lista)

 Te paso un ejemplo que he encontrado buscando en Google para sustituir 
el
 nombre del remitente:

 ***
 /^From:.*usua...@dominio\.com/ REPLACE From: Usuario
 ***



 hermano se puede hacer de esta forma???

 /^From:.*usua...@subdominio\.dominio\.com/ REPLACE From: Usuario


 Perdona que te pregunte pero no puedo hacer las pruebas ahora en 
servidor y no tengo
 otra maquina disponible para ello.


 Puedo hacer varias reglas de este tipo???

 /^From:.*usua...@dominio\.com/ REPLACE From: Usuario
 /^From:.*ju...@dominio2\.com/ REPLACE From: elquequiera
 /^From:.*pe...@dominio2\.com/ REPLACE From: juan


 Seria asi?


 Saludos cordiales.

Tendrás que probarlo, no te puedo asegurar que funcione como esperas :-)

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



OT: Sistema SIDEX (Era: Denuncia de perdidas doc.- SIDEX)

2010-01-23 Thread Camaleón
El Sat, 23 Jan 2010 10:42:53 -0500, Ricardo Adolfo Sánchez Arboleda
escribió:

 Para su información


 El Sistema de Información de Documentos y Elementos Extraviados, Sidex,
 funcionará desde el portal de la Policía Nacional.

(...)

 Web para diligenciar la denuncias:
 http://webrp.policia.gov.co/constancia/publico/

Buff, casi resulta más seguro que el documento siga extraviado que tener 
que introducir los datos en esa aplicación :-P

La idea es buena, pero la implementación, mejorable.

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



Duda sobre dhcp

2010-01-23 Thread maedca
Hola amigos de la lista les escribo porque tengo un servidor dhcp en debían 
leni todo bien pero quisiera saber cómo ver que ips ha asignado el servidor 
porque lo tengo dando ip a una red inalambrica 
--Mensaje original--
De: Camaleón
Remitente: news
Para: debian-user-spanish@lists.debian.org
Asunto: Re: Reenvio de correo con postfix
Enviado: 23 Ene 2010 12:38 PM

El día 23 de enero de 2010 13:50, Yoandy Melero escribió:

(reenvío a la lista)

 Te paso un ejemplo que he encontrado buscando en Google para sustituir 
el
 nombre del remitente:

 ***
 /^From:.*usua...@dominio\.com/ REPLACE From: Usuario
 ***



 hermano se puede hacer de esta forma???

 /^From:.*usua...@subdominio\.dominio\.com/ REPLACE From: Usuario


 Perdona que te pregunte pero no puedo hacer las pruebas ahora en 
servidor y no tengo
 otra maquina disponible para ello.


 Puedo hacer varias reglas de este tipo???

 /^From:.*usua...@dominio\.com/ REPLACE From: Usuario
 /^From:.*ju...@dominio2\.com/ REPLACE From: elquequiera
 /^From:.*pe...@dominio2\.com/ REPLACE From: juan


 Seria asi?


 Saludos cordiales.

Tendrás que probarlo, no te puedo asegurar que funcione como esperas :-)

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



Enviado desde mi BlackBerry de Movistar

Re: Duda sobre dhcp

2010-01-23 Thread Camaleón
El Sat, 23 Jan 2010 17:51:00 +, maedca escribió:

 Hola amigos de la lista les escribo porque tengo un servidor dhcp en
 debían leni todo bien pero quisiera saber cómo ver que ips ha asignado
 el servidor porque lo tengo dando ip a una red inalambrica 

Me parece que el más reciente lo tienes en /var/lib/dhcp3/dhcpd.leases. 
Es un archivo de texto plano, con un cat lo puedes leer.

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



¡Ven y únete a negocios en Web Site!

2010-01-23 Thread javier fernandez aliaga
negocios en Web Site: Publicidades de WebSites


¡Ven y únete el negocios en Web Site!

javier fernandez aliaga

Haz clic en el vínculo siguiente para participar:
http://negociosenwebsite.ning.com/?xgi=09sFFFB1uh5dLgxg_source=msg_invite_net

If your email program doesn't recognize the web address above as an active link,
please copy and paste it into your web browser



Ya son miembros el negocios en Web Site
Rita, Julio Avila, silvia ines iacovelli, vane, IGNACIO RICO



Sobre negocios en Web Site
Inscritos en mas de 1500 buscadores Red de Publicidades de negocios en la Web, 
Tus negocios , tus ganancias AQUI

44 miembros 
16 fotos 
6 entradas de blog



Para controlar los emails que recibes en la esquina, o para salirte, ve a:
http://negociosenwebsite.ning.com/?xgo=CxnIYqpIJzv2FVuIseItXfxrh5N785iRFuFjqHsSE8N/vk-N3gp8bwOO2foDjzlFsmX5CXfQQPmnYzZ9bG9b7Qxg_source=msg_invite_net

OT: Pregunta mysql

2010-01-23 Thread Marc Aymerich
Estaba comprobando las tablas temporales que se crean en disco con un
simple SHOW STATUS LIKE 'Created_tmp_disk_tables'; Pero m'he he
encontrado por ahí gente que lo consulta con  /*!5 global */  así:
SHOW /*!5 global */ STATUS LIKE 'Created_tmp_disk_tables'; .

Es la primera vez que veo esto en una senténcia. ¿alguien podria
sugerirme lo que es o como buscarlo? Pués el resultado de ejecutarlo
con o sín es bién distinto:

mysql SHOW /*!5 global */ STATUS LIKE 'Created_tmp_disk_tables';
+-++
| Variable_name   | Value  |
+-++
| Created_tmp_disk_tables | 394754 |
+-++
1 row in set (0.00 sec)

mysql SHOW STATUS LIKE 'Created_tmp_disk_tables';
+-+---+
| Variable_name   | Value |
+-+---+
| Created_tmp_disk_tables | 0 |
+-+---+
1 row in set (0.00 sec)


Saludos y muchas gracias!

-- 
Marc
Sent from Auckland,Auk,New Zealand,


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



hacer salva de correos a icedove

2010-01-23 Thread yordanis

Saludos a todos listeros

Necesito realizar una salva a todos mis correos guardados de forma local 
en mi pc con debian 5.03  instalado. Utilizo el gestor de mensajería 
Icedove 2.0.0.22


--

Yordanis Peláez Figueroa
adminDME Santo Domingo, Villa Clara
web  http://www.yordanisp.tk
Ubuntu User#26077
GNU/Linux user  #459987 (http://counter.li.org)
In Ro0t We TrUsT



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



Re: hacer salva de correos a icedove

2010-01-23 Thread Felipe Rivas
El 24/01/10 02:40, yordanis escribió:
 Saludos a todos listeros
 
 Necesito realizar una salva a todos mis correos guardados de forma local
 en mi pc con debian 5.03  instalado. Utilizo el gestor de mensajería
 Icedove 2.0.0.22
 

Estan en la carpeta ~/.mozilla-thunderbird

Para respaldarlos solo los comprimes y listo

$ tar cf backup.tar ~/.mozilla-thunderbird
$ gzip backup.tar



-- 
Felipe Rivas
Jabber  : cy...@jabber.org
Skype   : frivas.ici
ICQ : 282317602


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



http://mysqldump.azundris.com/archives/68-Monitoring-MySQL.html

2010-01-23 Thread Felipe Rivas
 Estaba comprobando las tablas temporales que se crean en disco con un
 simple SHOW STATUS LIKE 'Created_tmp_disk_tables'; Pero m'he he
 encontrado por ahí gente que lo consulta con  /*!5 global */  así:
 SHOW /*!5 global */ STATUS LIKE 'Created_tmp_disk_tables'; .
 
 Es la primera vez que veo esto en una senténcia. ¿alguien podria
 sugerirme lo que es o como buscarlo? Pués el resultado de ejecutarlo
 con o sín es bién distinto:
 
 mysql SHOW /*!5 global */ STATUS LIKE 'Created_tmp_disk_tables';
 +-++
 | Variable_name   | Value  |
 +-++
 | Created_tmp_disk_tables | 394754 |
 +-++
 1 row in set (0.00 sec)
 
 mysql SHOW STATUS LIKE 'Created_tmp_disk_tables';
 +-+---+
 | Variable_name   | Value |
 +-+---+
 | Created_tmp_disk_tables | 0 |
 +-+---+
 1 row in set (0.00 sec)
 
 Saludos y muchas gracias!
 
 -- 
 Marc
 Sent from Auckland,Auk,New Zealand,
 
 -- 
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org 

El primer comando que mencionas (mysql SHOW /*!5...) es un comando
interno utilizado para benchmark. Lo mas probable es que genere 5
registros aleatorios y mide el rendimiento...

El segundo mide el status real. Pero sino tienes consultas o algo
trabajando te saldra 0

Saludos


Fuente:
http://mysqldump.azundris.com/archives/68-Monitoring-MySQL.html


-- 
Felipe Rivas
Jabber  : cy...@jabber.org
Skype   : frivas.ici
ICQ : 282317602


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



Re: OT: Pregunta mysql

2010-01-23 Thread Felipe Rivas
 Estaba comprobando las tablas temporales que se crean en disco con un
 simple SHOW STATUS LIKE 'Created_tmp_disk_tables'; Pero m'he he
 encontrado por ahí gente que lo consulta con  /*!5 global */  así:
 SHOW /*!5 global */ STATUS LIKE 'Created_tmp_disk_tables'; .
 
 Es la primera vez que veo esto en una senténcia. ¿alguien podria
 sugerirme lo que es o como buscarlo? Pués el resultado de ejecutarlo
 con o sín es bién distinto:
 
 mysql SHOW /*!5 global */ STATUS LIKE 'Created_tmp_disk_tables';
 +-++
 | Variable_name   | Value  |
 +-++
 | Created_tmp_disk_tables | 394754 |
 +-++
 1 row in set (0.00 sec)
 
 mysql SHOW STATUS LIKE 'Created_tmp_disk_tables';
 +-+---+
 | Variable_name   | Value |
 +-+---+
 | Created_tmp_disk_tables | 0 |
 +-+---+
 1 row in set (0.00 sec)
 
 Saludos y muchas gracias!
 
 -- 
 Marc
 Sent from Auckland,Auk,New Zealand,
 
 -- 
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org 

El primer comando que mencionas (mysql SHOW /*!5...) es un comando
interno utilizado para benchmark. Lo mas probable es que genere 5
registros aleatorios y mide el rendimiento...

El segundo mide el status real. Pero sino tienes consultas o algo
trabajando te saldra 0

Saludos


Fuente:
http://mysqldump.azundris.com/archives/68-Monitoring-MySQL.html


-- 
Felipe Rivas
Jabber  : cy...@jabber.org
Skype   : frivas.ici
ICQ : 282317602


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



Imagenes a video con audio con ffmpeg

2010-01-23 Thread rantis cares
Estimada lista:

He leido el manual de ffmpeg, sin embargo no puedo resolver un pequeño
problemiga:

- Tengo un audio en formato ogg, que dura 9 minutos.
- Tengo una sola imagen en formato png

mediante el siguiente comando hago que la imagen quede empalmada con el
audio, es decir, creo un video con extension avi. Pero la imagen pasa
demasiado rápido y yo quiero que esa unica imagen dure el mismo tiempo que
el audio. En pocas palabras, que la imagen arranque cuando el audio
arranque, que la imagen desaparezca cuando termine el audio.

ffmpeg -f image2 -i image.png 01.avi

¿Alguna sugerencia?

Rantiscares


Google Earth: problemas com arquivos kmz e kml gerados no G.E. do Windows

2010-01-23 Thread Antonio Olinto

Olá!

Estou com o seguinte problema:

Quando abro um arquivo de localizações kmz ou kml gerado pelo Google 
Earth do Windows os pontos caem nos lugares errados. Por exemplo, um 
ponto que deveria estar em Bertioga, litoral de São Paulo, foi parar 
depois de Campos do Jordão, quase em Minas Gerais.


Está certo que Linux e Windows são mundos diferentes ... mas isso já é 
exagero!


Alguém sabe como contornar este problema?

Obrigado,

Antônio


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



Re: [OFF] Banco do Brasil e Iceweasel

2010-01-23 Thread Gunther Furtado
Em Tue, 19 Jan 2010 19:37:33 -0200,
Still still.debian.l...@gmail.com escreveu:

 * Konnichiwa Heitor Moraes-sama:
  Vai ver é porque existem um zilhão de distribuições com multiplas
  versões correntes e trilhões de browser.
  Fora os quadrilhões de métodos para setar o jre, e o Debian que
  ainda inventa mais um release do Firefox.
 
   Não é esse o problema. O problema é que o BB utiliza o java
 i386 nos servidores, daí, não temos compatibilidade com o java AMD64.
   Como eu informei antes, no netbook funciona perfeitamente. No
 desktop e no notebook, que são AMD64, não.
 

Só para constar: acabei de acessar o BB usando Opera com icedtea em um
debian squeeze sobre um processador powerpc.

Abraço,

Gunther


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



Re: [OFF] Banco do Brasil e Iceweasel

2010-01-23 Thread Gunther Furtado
Em Sat, 23 Jan 2010 09:25:43 -0200,
Gunther Furtado gunfurt...@gmail.com escreveu:

 Em Tue, 19 Jan 2010 19:37:33 -0200,
 Still still.debian.l...@gmail.com escreveu:
 
  * Konnichiwa Heitor Moraes-sama:
   Vai ver é porque existem um zilhão de distribuições com multiplas
   versões correntes e trilhões de browser.
   Fora os quadrilhões de métodos para setar o jre, e o Debian que
   ainda inventa mais um release do Firefox.
  
  Não é esse o problema. O problema é que o BB utiliza o java
  i386 nos servidores, daí, não temos compatibilidade com o java
  AMD64. Como eu informei antes, no netbook funciona perfeitamente. No
  desktop e no notebook, que são AMD64, não.
  
 
 Só para constar: acabei de acessar o BB usando Opera com icedtea em um
 debian squeeze sobre um processador powerpc.
 

(quase) em tempo: Faltou dizer que é 32bits

 Abraço,
 
 Gunther


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



Arquivos com permissões corrompidas

2010-01-23 Thread Junior Polegato - Linux

Bom dia!

  Pessoal, já tive esse problema tempos atrás e consegui resolver, 
mas agora não estou conseguindo lembrar/encontrar os comandos, alguém 
pode dar uma força aí de como apagar esses arquivos?



/var/run# ls -al
ls: impossível acessar acpid.pid: Manipulador de arquivo NFS corrompido
ls: impossível acessar motd: Manipulador de arquivo NFS corrompido
ls: impossível acessar acpid.socket: Manipulador de arquivo NFS corrompido
total 96
drwxr-xr-x 14 rootroot4096 Jan 23 10:09 .
drwxr-xr-x 14 rootroot4096 Mai 23  2009 ..
-?  ? ?   ?  ?? acpid.pid
s?  ? ?   ?  ?? acpid.socket
-?  ? ?   ?  ?? motd


[]'s
  Junior Polegato


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



Re: Mobile GM965/GL960 Integrated Graphics Controller (Re: Intelfb...)

2010-01-23 Thread Helio Loureiro
2010/1/22 Vitor Eduardo Souza lança vitored...@yahoo.com.br


   A algum tempo estou tentado  configurar o suporte à gráfico no meu i25 da
 intelbras. Ele vem com a Mobile GM965/GL960 Integrated Graphics Controller,
 uma placa on-board da Intel que parece não ser bem suportada pela versão
 lenny do Debian.



Do Xorg 7.3 pra cima já tem um sistema de identificação das placas intel.
Em geral, deixar o xorg.conf vazio é suficiente pra resolver isso.

Existe também a troca da arquitetura de aceleração do GL, de UXA para EXA
(algo assim), que se vc estiver usando um xorg.conf antigo, pode estar
utilizando os parâmetros errados.


-- 
[]´s
Helio Loureiro
http://helio.loureiro.eng.br
http://hloureiro.multiply.com
http://twitter.com/helioloureiro


Re: instalar MySQL

2010-01-23 Thread Helio Loureiro
 Sua descrição está muito genérica. Poste o erro do make e, se
 possível, as opções de configuração de compilação que você está
 utilizando.

Pra viver no bleeding-edge, usando tudo do mais recente, eu não
recomendaria Debian, que prima pela estabilidade.

Aliás, pra compilar dos fontes, eu recomendaria usar FreeBSD.

-- 
[]´s
Helio Loureiro
http://helio.loureiro.eng.br
http://hloureiro.multiply.com
http://twitter.com/helioloureiro


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



Res: Arquivos com permissões corrompidas

2010-01-23 Thread Kleber Leal
Use o fsck

# mount / -o remount,ro
# fsck -f /


 Kléber Leal


--
Não à pirataria. Sim ao Software Livre.



- Mensagem original 
De: Junior Polegato - Linux li...@juniorpolegato.com.br
Para: Lista de Debian debian-user-portuguese@lists.debian.org
Enviadas: Sábado, 23 de Janeiro de 2010 10:06:50
Assunto: Arquivos com permissões corrompidas

Bom dia!

  Pessoal, já tive esse problema tempos atrás e consegui resolver, mas 
agora não estou conseguindo lembrar/encontrar os comandos, alguém pode dar uma 
força aí de como apagar esses arquivos?


/var/run# ls -al
ls: impossível acessar acpid.pid: Manipulador de arquivo NFS corrompido
ls: impossível acessar motd: Manipulador de arquivo NFS corrompido
ls: impossível acessar acpid.socket: Manipulador de arquivo NFS corrompido
total 96
drwxr-xr-x 14 rootroot4096 Jan 23 10:09 .
drwxr-xr-x 14 rootroot4096 Mai 23  2009 ..
-?  ? ?   ?  ?? acpid.pid
s?  ? ?   ?  ?? acpid.socket
-?  ? ?   ?  ?? motd


[]'s
  Junior Polegato


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


  

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


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



File system for linux and windows

2010-01-23 Thread Bhasker C V

Hi,

This may not be debian-specific question, but with the group expertise, 
I think this would be a good reference for

anybody.

I think this question has been debated a lot but still there is no clear
information on what to do.

The question is, if you want to share data between linux and windows 
what is the best file system to use[plus adding

security complexity].

Using Ext3 on windows is good but has its limitations. This does not work
unless the ext3 file system is on a partition. The limitation comes when
using applications like freeOTFE which can read LUKS volumes. The volume 
is mounted as a drive but not detected as a disk

by any of the written
ext3 drivers in windows.

Using NTFS on linux and windows is cool. I have consistently seen that 
when there are large number of files, undoubtably,
ntfs volume goes corrupt and chkdsk simply removes files and creates 
data loss. I do not have any clue on when the FS goes
corrupt (either when writing using linux or when using in windows - Used 
ntfs (kernel), ntfs-3g ... all in vain).


Anyone can recommend VFAT. FAT32 being supported by XP and well 
supported by linux makes it a good candidate. The problem
with FAT32, I guess (correct me if I am wrong), there is no support for 
case-sensitive file names in the FAT32 file system.


So, the question... what FS to use which is good and reliable in both 
windows and also linux  ?


Is there any file system in linux which can work in windows also 
(meaning it can be read and optionally written-to in

windows even if the
FS is not in a partition) ?


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




Re: console resolution

2010-01-23 Thread Chris Jones
On Sat, Jan 23, 2010 at 01:15:39AM EST, Chris Jones wrote:

[..]

 I the above question the bizarre joke, or was this meant as a reply to a
 different post?

s/I the above/Is the above/


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



Re: elinks to be REMOVED from squeeze?

2010-01-23 Thread Freeman
On Fri, Jan 22, 2010 at 09:32:26PM -0500, Chris Jones wrote:
 On Fri, Jan 22, 2010 at 09:09:40PM EST, Freeman wrote:
 
 [..]
 
  Is there really even a point to filing a bug report against something
  when the fix is upstream?
 
 What makes you think the bug is upstream?
 

Literally speaking, the idea that it

| is only a bug if the package doesn't track correctly

seems well worked out. In stable that would still be less than ideal since
it is a finished product.  However our context seems to be a testing system
and a mixed-stable system.

I hadn't thought much of it and scarfed libtre5 from sid. Will it not
install to lenny?

 I recently installed the 0.13 git version of ELinks to resolve an
 unrelated issue and since lenny does not feature libtre5, the
 ./configure step gave me a warning and I was able to compile ELinks.
 
 The resulting ELinks version does not have the regex search capability
 on the search dialog, which is not a major problem where I'm concerned
 since in some 4-5 years of daily utilization of ELinks, I have never
 needed it.
 

Right, libtre5:

| a regexp matching library with approximate matching.


 I don't see why a dependency that would deprive you of an obscure
 optional feature such as this, which by the way is correctly handled by
 the stock ELinks install, would prevent installation of the debian
 package. 
 

Possibly one reason aptitude will still download a broken package despite
that the force option is gone?

 As to the reason why ELinks of late requires libtre5, I suspect it has
 something to do with Unicode support, which has been vastly improved in
 recent versions. 
 

Yes. I hope it will not be an elinks issue. I am fond of both elinks and
Unicode.

 I am not going to investigate this, but the output of 'git log' against
 my git clone strongly suggests this.
 

Very different bug definitions. Mine regards testing, compels me to
ascertain info and maybe file a report.  Your's regards mixed-stable, seems
to involve triangulation and esoteric discussion.  :)

-- 
Kind Regards,
Freeman


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



Re: console resolution

2010-01-23 Thread tv.deb...@googlemail.com
Nima Azarbayjany wrote:
 
 set gfxpayload=keep will tell Grub2 to hand off the graphics settings
 to the kernel, which if configured properly will carry them forward.
 There are some other settings to tweak as well, insmod vbe and whatnot
 in the appropriate file, but that's about the gist of it. The nice
 thing is it makes for very smooth transitions when switching from
 terminal to x, as the display settings (if correctly configured) are
 already applied, thus, no ugly flashing of the screen and delay.

 Best,
 Arthur
 
 Would you please explain how and where to insert this into Grub's
 configuration?  I played with /etc/default/grub and update-grub but no
 success.
 
 Jeffrey Cao wrote in another post that grub2 can support the traditional
 vga kernel option by means of editing /etc/default/grub and adding the
 line

 GRUB_CMDLINE_LINUX=vga=xxx

 and then running update-grub to update /boot/grub/grub.cfg.  But I
 haven't tried it myself.  I'm not going to de-install lilo and install
 grub2 to find out.  But next time I try a Squeeze install from scratch,
 I might give it a try.  
 I tried this one but it too didn't work.  It says that vga=xxx is
 deprecated.
 
 Jeffrey Cao wrote in another post that grub2 can support the traditional
 vga kernel option by means of editing /etc/default/grub and adding the
 line

 GRUB_CMDLINE_LINUX=vga=xxx

 and then running update-grub to update /boot/grub/grub.cfg.  But I
 haven't tried it myself.  I'm not going to de-install lilo and install
 grub2 to find out.  But next time I try a Squeeze install from scratch,
 I might give it a try.  
 This one did not work as well.
 
 I guess I'm going to install grub1 for now.
 
 Nima
 

Hi, I use a slightly different way, I put:

GRUB_GFXMODE=1440x900 640x480

in /etc/defaults/grub (native resolution first, fall-back one isn't
necessary, it's the default).

Then in /etc/grub.d/00_header I add gfxpayload=keep to this section
(around line 80):
[...]
if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then
  set gfxmode=${GRUB_GFXMODE}
  set gfxpayload=keep   here it is

  insmod gfxterm
  insmod ${GRUB_VIDEO_BACKEND}

  if terminal_output gfxterm ; then true ; else
[...]
It's working for me on Debian Squeeze and Ubuntu, but needs to be
updated if 00_header is overwritten during update (not often). It's just
a workaround until gfxpayload= is picked up in /etc/default/grub.

My 2 cents.


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



Re: Recommended method to install Firefox 3.6 in Lenny (64 bits)

2010-01-23 Thread mess-mate

Sven Hoexter wrote:


On Fri, Jan 22, 2010 at 09:39:27PM +0100, Sven Joachim wrote:
  

On 2010-01-22 21:02 +0100, Camaleón wrote:


As Mozilla has stopped the support (no more security patches) for Firefox 
releases 3.5 (in August 2010, 3.5 will also be dropped), and Lenny is 
shipped with 3.0.6 (this situation was properly advised on Releases 
Notes), I wonder what could be the best way to install the latest Firefox 
64 bits version.
  

I'm afraid the answer is build it from source yourself.  There's no
official 64-bit tarball (and most likely there won't be any before
Firefox 4.0), and builds from other distributions will likely require
newer libraries than available in Lenny.



Alexander Reichle-Schmehl added Iceweasel 3.5 and the complementing
xulrunner release to backports.org a few days ago. So far I can see build
packages for amd64 and ppc.
https://buildd.debian.org/status/package.php?p=iceweaselsuite=lenny-backports

If and when backports of Iceweasel 3.6 will be available depends on when
it will enter testing and if it's possible to build it on lenny.

Sven
  


The latest firefox is 3.7.

I'm running firefox 3.6 Beta4 and it runs as a charm (amd64).

http://www.mozilla.com/en-US/firefox/3.6/releasenotes/

mess-mate


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




File system for linux and windows

2010-01-23 Thread Bhasker C V

Hi,

 This may not be debian-specific question, but with the group expertise, I 
think this would be a good reference for anybody.


 I think this question has been debated a lot but still there is no clear
information on what to do.

 The question is, if you want to share data between linux and windows what 
is the best file system to use[plus adding security complexity].


 Using Ext3 on windows is good but has its limitations. This does not work
unless the ext3 file system is on a partition. The limitation comes when
using applications like freeOTFE which can read LUKS volumes. The volume 
is mounted as a drive but not detected as a disk by any of the written

ext3 drivers in windows.

 Using NTFS on linux and windows is cool. I have consistently seen that 
when there are large number of files, undoubtably, ntfs volume goes 
corrupt and chkdsk simply removes files and creates data loss. I do not 
have any clue on when the FS goes corrupt (either when writing using linux 
or when using in windows - Used ntfs (kernel), ntfs-3g ... all in vain).


 Anyone can recommend VFAT. FAT32 being supported by XP and well supported 
by linux makes it a good candidate. The problem with FAT32, I guess 
(correct me if I am wrong), there is no support for case-sensitive file 
names in the FAT32 file system.


 So, the question... what FS to use which is good and reliable in both 
windows and also linux  ?


 Is there any file system in linux which can work in windows also 
(meaning it can be read and optionally written-to in windows even if the

FS is not in a partition) ?


Bhasker C V
Registered linux user #306349



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




Re: elinks to be REMOVED from squeeze?

2010-01-23 Thread Chris Jones
On Sat, Jan 23, 2010 at 03:43:42AM EST, Freeman wrote:
 On Fri, Jan 22, 2010 at 09:32:26PM -0500, Chris Jones wrote:
  On Fri, Jan 22, 2010 at 09:09:40PM EST, Freeman wrote:
  
[..]

 I hadn't thought much of it and scarfed libtre5 from sid. Will it not
 install to lenny?

Probably would, but I'm not that hot on regex's, and besides I had some
real worries with ELinks, so ignored the libtre issue.

  I recently installed the 0.13 git version of ELinks to resolve an
  unrelated issue and since lenny does not feature libtre5, the
  ./configure step gave me a warning and I was able to compile ELinks.
  
  The resulting ELinks version does not have the regex search capability
  on the search dialog, which is not a major problem where I'm concerned
  since in some 4-5 years of daily utilization of ELinks, I have never
  needed it.
  
 
 Right, libtre5:
 
 | a regexp matching library with approximate matching.

It looks like it is _the_ regex library in GNU/linux at this point, and
that it provides advanceds feature such as approximate matching on top
of the 'regular' :-) stuff.

  I don't see why a dependency that would deprive you of an obscure
  optional feature such as this, which by the way is correctly handled by
  the stock ELinks install, would prevent installation of the debian
  package. 

 Possibly one reason aptitude will still download a broken package despite
 that the force option is gone?

I am not familiar with aptitude, but I would assume that there are good
reasons libtre5 is not yet part of testing. 

  As to the reason why ELinks of late requires libtre5, I suspect it has
  something to do with Unicode support, which has been vastly improved in
  recent versions. 

 Yes. I hope it will not be an elinks issue. I am fond of both elinks and
 Unicode.

I tend to stick with stable and end up compiling from source the latest
versions of the half dozen applications I use on a daily basis and
running them out of /usr/local.  Probably not a very debian-ish
approach, but then the parts of the system I know nothing about are rock
solid, and as to the stuff I compile myself, I either know enough about
it to fix it, or know where and who to look up in case it breaks.

  I am not going to investigate this, but the output of 'git log' against
  my git clone strongly suggests this.
 
 Very different bug definitions. Mine regards testing, compels me to
 ascertain info and maybe file a report.  Your's regards mixed-stable, seems
 to involve triangulation and esoteric discussion.  :)

:-)

Seriously, the thing is that as explained above, the applications that I
use often enough to run into bugs are not debian-packaged, so the bug
reports would only concern the upstream developers. Leaves stuff like
hardware issues, and minor annoyances that are usually not worth
reporting.

CJ


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



Re: Unable to start tightvncserver

2010-01-23 Thread Bhasker C V

On Sat, 23 Jan 2010, Foss User wrote:


On Sat, Jan 23, 2010 at 3:03 AM, Eric Gerlach
egerl...@feds.uwaterloo.ca wrote:

On Fri, Jan 22, 2010 at 12:07:57AM +0530, Foss User wrote:

foss...@squeeze:~$ ps -aef | grep 4847
fossist     4987  3680  0 00:02 pts/3    00:00:00 grep 4847

foss...@squeeze:~$ netstat -na | grep tcp | grep 59
foss...@squeeze:~$


If you run the ps command again at this point, is it still running (btw, pgrep
is helpful for this type of command)?  Have you check the vncserver logs (I
can't recall off the top of my head where they are... maybe ~/.vnc)?  I assume
you have network interfaces up and running.


Yes, I have included the VNC server logs in my original post. If you
see in the logs, it is unable to find some font directories and thus
ignoring those paths. Could it be a reason for the problem?

Here are the logs again for your convenience:

foss...@squeeze:~$ cat .vnc/squeeze\:1.log
22/01/10 00:01:33 Xvnc version TightVNC-1.3.9
22/01/10 00:01:33 Copyright (C) 2000-2007 TightVNC Group
22/01/10 00:01:33 Copyright (C) 1999 ATT Laboratories Cambridge
22/01/10 00:01:33 All Rights Reserved.
22/01/10 00:01:33 See http://www.tightvnc.com/ for information on TightVNC
22/01/10 00:01:33 Desktop name 'X' (squeeze:1)
22/01/10 00:01:33 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t
22/01/10 00:01:33 Listening for VNC connections on TCP port 5901
Font directory '/usr/X11R6/lib/X11/fonts/misc' not found - ignoring
Font directory '/usr/share/fonts/X11/cyrillic' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/cyrillic' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/100dpi/:unscaled' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/75dpi/:unscaled' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Type1' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/100dpi' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/75dpi' not found - ignoring

Seeing this, are the font directories installed properly ?
If yes, I could remember that there was an issue with starting vnc on 
fedora which could be fixed by finding the 'fixed' font directory and 
passing the name of that directory as an arguement to the tightvnc server

something like

  [tight]vncserver -fp path  :1





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



Bhasker C V
Registered linux user #306349
Fedora Ambassador: Bhaslinux


Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-23 Thread Graham
On Sat, 23 Jan 2010 11:07:41 +0800
Umarzuki Bin Mochlis Moktar umarz...@gmail.com wrote:

 i had enabled lenny-backports but aptitude -t lenny-backports install
 iceweasel installs Iceweasel 3.0.6

There isn't an iceweasel package in Backports, so you're stuck with
the one in Lenny... unless you want to backport it yourself from
debian source packages found in Sid or Testing (doable, but not easy for
the novice). Either stick with what you have in Lenny or just get the
Firefox tarball from Mozilla, extract it into your home directory (or
put it in /opt and link to it from /usr/local/bin), then run it from
there. Putting it in your home directory will mean that it'll be easy
for it to auto-update.


Graham


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



Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-23 Thread Umarzuki Mochlis
2010/1/23 Graham savagebiscu...@googlemail.com

 On Sat, 23 Jan 2010 11:07:41 +0800
 Umarzuki Bin Mochlis Moktar umarz...@gmail.com wrote:

  i had enabled lenny-backports but aptitude -t lenny-backports install
  iceweasel installs Iceweasel 3.0.6

 There isn't an iceweasel package in Backports, so you're stuck with
 the one in Lenny... unless you want to backport it yourself from
 debian source packages found in Sid or Testing (doable, but not easy for
 the novice). Either stick with what you have in Lenny or just get the
 Firefox tarball from Mozilla, extract it into your home directory (or
 put it in /opt and link to it from /usr/local/bin), then run it from
 there. Putting it in your home directory will mean that it'll be easy
 for it to auto-update.


my mistake, the package is for amd64 and powerpc
http://packages.debian.org/search?suite=lenny-backportssearchon=nameskeywords=iceweasel



 Graham


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




-- 
Regards,

Umarzuki Mochlis
http://debmal.my


Re: File system for linux and windows

2010-01-23 Thread Nick Douma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 23-1-2010 9:13, Bhasker C V wrote:
 Hi,
 
 This may not be debian-specific question, but with the group expertise,
 I think this would be a good reference for
 anybody.
 
 I think this question has been debated a lot but still there is no clear
 information on what to do.
 
 The question is, if you want to share data between linux and windows
 what is the best file system to use[plus adding
 security complexity].

I have two 1TB drives, both with two partitions on them. One drive has
two EXT3 partitions, the other two NTFS.

 
 Using Ext3 on windows is good but has its limitations. This does not work
 unless the ext3 file system is on a partition. The limitation comes when
 using applications like freeOTFE which can read LUKS volumes. The volume
 is mounted as a drive but not detected as a disk
 by any of the written
 ext3 drivers in windows.

I would expect that the problem does not occur when the encrypted
partition is NTFS.

 
 Using NTFS on linux and windows is cool. I have consistently seen that
 when there are large number of files, undoubtably,
 ntfs volume goes corrupt and chkdsk simply removes files and creates
 data loss. I do not have any clue on when the FS goes
 corrupt (either when writing using linux or when using in windows - Used
 ntfs (kernel), ntfs-3g ... all in vain).

I have never had a corrupted NTFS partition from using it with ntfs-3g.
I've been using the setup I described above for years now, and the NTFS
partitions are used intensively on both Windows and Linux as download
partitions (usenet, torrents, etc).

 
 Anyone can recommend VFAT. FAT32 being supported by XP and well
 supported by linux makes it a good candidate. The problem
 with FAT32, I guess (correct me if I am wrong), there is no support for
 case-sensitive file names in the FAT32 file system.

Don't expect NTFS to be case-sensitive either when using it with
Windows. I had two identically named folders, only with a single letter
in a different case. Windows could not distinguish between the two folders.

I would not use FAT32 if you didn't have to. It fragments like mad, and
has no built in journaling to protect from data loss in case of a power
outage.

 
 So, the question... what FS to use which is good and reliable in both
 windows and also linux  ?

Really depends on what OS you are using the most. Using EXT3 means you
lose the security information when using it with Windows. The same with
NTFS and Linux. Both just ignore the information. If this is not an
issue, then I would suggest using NTFS, because Windows supports it
natively, and ntfs-3g is still being developed, unlike the EXT3 drivers
for Windows.

 
 Is there any file system in linux which can work in windows also
 (meaning it can be read and optionally written-to in
 windows even if the
 FS is not in a partition) ?
 

I have no real experience with this, but I have a file-based Truecrypt
partition in NTFS, and use them with both Linux and Windows.

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkta6usACgkQkPq5zKsAFiiTTgCfW59xkr9qesGrjFUoGAJDwC/3
00sAn1Mz2pqWEF0PAsYiYriDYxRODi99
=YDym
-END PGP SIGNATURE-


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



Re: How Does One force Use of DSA Keys under Linux?

2010-01-23 Thread Jim Barnes
Martin McCormick wrote:
   I recently needed to clear out some old entries from the
 .ssh/known_hosts file on a Debian system and discovered that I
 couldn't tell which system key was which because they were all
 type rsa keys instead of the type DSA keys which do contain a
 field with either the host name or its IP address.
 
 Is there a way in Linux to make ssh get the type DSA host keys?
 I presently see the following message when adding a new host to
 known_hosts:
 
 Warning: Permanently added 'remote.host.okstate.edu,192.168.8.9' (RSA)
  to the list of known hosts.
 
   When a FreeBSD system connects to a Debian host as an
 example, it automatically knows to add the dsa host key.
 
   This is no show stopper by any means, but why is this
 happening? Thanks.
 

Not dependant on RSA vs DSA, but the value HashKnownHosts in
/etc/ssh/ssh_config

man ssh_config

HashKnownHosts
Indicates that ssh(1) should hash host names and addresses when they are
added to ~/.ssh/known_hosts.  These hashed names may be used normally by
ssh(1) and sshd(8), but they do not reveal identifying information
should the file's contents be disclosed.  The default is ``no''.  Note
that existing names and addresses in known hosts files will not be
converted automatically, but may be manually hashed using ssh-keygen(1).

HTH,
-- 
Jim Barnes


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



Re: File system for linux and windows

2010-01-23 Thread Bhasker C V

Nick Douma wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 23-1-2010 9:13, Bhasker C V wrote:
  

Hi,

This may not be debian-specific question, but with the group expertise,
I think this would be a good reference for
anybody.

I think this question has been debated a lot but still there is no clear
information on what to do.

The question is, if you want to share data between linux and windows
what is the best file system to use[plus adding
security complexity].



I have two 1TB drives, both with two partitions on them. One drive has
two EXT3 partitions, the other two NTFS.

  

Using Ext3 on windows is good but has its limitations. This does not work
unless the ext3 file system is on a partition. The limitation comes when
using applications like freeOTFE which can read LUKS volumes. The volume
is mounted as a drive but not detected as a disk
by any of the written
ext3 drivers in windows.



I would expect that the problem does not occur when the encrypted
partition is NTFS.

  

Using NTFS on linux and windows is cool. I have consistently seen that
when there are large number of files, undoubtably,
ntfs volume goes corrupt and chkdsk simply removes files and creates
data loss. I do not have any clue on when the FS goes
corrupt (either when writing using linux or when using in windows - Used
ntfs (kernel), ntfs-3g ... all in vain).



I have never had a corrupted NTFS partition from using it with ntfs-3g.
I've been using the setup I described above for years now, and the NTFS
partitions are used intensively on both Windows and Linux as download
partitions (usenet, torrents, etc).
  
I think this is the near best solution. This is the 3rd time I am trying 
to capture all data (around 10,000 files)
from my linux box into the luks ntfs partition. Everything works fine. 
There is no file corruption. But it all
starts to cruble the moment you use chkdsk. Chkdsk starts deleting lots 
of files and says they are corrupt
and then on the next run it salvages files saying they are orphaned. On 
total, I lose a lot of files.
  

Anyone can recommend VFAT. FAT32 being supported by XP and well
supported by linux makes it a good candidate. The problem
with FAT32, I guess (correct me if I am wrong), there is no support for
case-sensitive file names in the FAT32 file system.



Don't expect NTFS to be case-sensitive either when using it with
Windows. I had two identically named folders, only with a single letter
in a different case. Windows could not distinguish between the two folders.

I would not use FAT32 if you didn't have to. It fragments like mad, and
has no built in journaling to protect from data loss in case of a power
outage.

  

So, the question... what FS to use which is good and reliable in both
windows and also linux  ?



Really depends on what OS you are using the most. Using EXT3 means you
lose the security information when using it with Windows. The same with
NTFS and Linux. Both just ignore the information. If this is not an
issue, then I would suggest using NTFS, because Windows supports it
natively, and ntfs-3g is still being developed, unlike the EXT3 drivers
for Windows.

  

Is there any file system in linux which can work in windows also
(meaning it can be read and optionally written-to in
windows even if the
FS is not in a partition) ?




I have no real experience with this, but I have a file-based Truecrypt
partition in NTFS, and use them with both Linux and Windows.

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkta6usACgkQkPq5zKsAFiiTTgCfW59xkr9qesGrjFUoGAJDwC/3
00sAn1Mz2pqWEF0PAsYiYriDYxRODi99
=YDym
-END PGP SIGNATURE-


  



--
Bhasker C V
Registered Linux user: #306349 (counter.li.org)
Fedora Ambassador: Bhaslinux


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




Re: cannot install iceweasel 3.5 from lenny-backports

2010-01-23 Thread Graham
On Sat, 23 Jan 2010 20:13:26 +0800
Umarzuki Mochlis umarz...@gmail.com wrote:

 my mistake, the package is for amd64 and powerpc
 http://packages.debian.org/search?suite=lenny-backportssearchon=nameskeywords=iceweasel

No, it's my mistake. I didn't properly check with the Debian packages
page (hadn't sipped my morning coffee ;) ), so thought that there was no
Iceweasel 3.5.6 package for any architecture.

Still, if you need the latest, you could always get the tarball from
Mozilla.


Graham


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



Re: Strange work of eth0.

2010-01-23 Thread Sthu Deus
Thank You for Your time and answer, Todd:

This generally happens when ifupdown wasn't called to enable the
interface.

If not through

# /sbin/ifup eth0

then how?


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



Re: How to configure Mutt to ask before downloading attachments

2010-01-23 Thread Camaleón
On Wed, 20 Jan 2010 15:18:32 -0500, Chris Jones wrote:

 On Wed, Jan 20, 2010 at 12:22:45PM EST, Camaleón wrote:

  This bug is ancient but sounds like what you are reporting:
  
  http://dev.mutt.org/trac/ticket/663

(...)
 
 I also posted the question to mutt-users mailing list but still no
 reply.
 
 Or mutt-dev.. asking for a status.. :-)

And so I did a day ago.

Still no response neither from mutt-user nor mutt-dev :-(

 I'm not familiar with their bug tracking system, but I'm surprised this
 hasn't been take care of some way or other.
 
 Sounds like a legitimate request in the context of IMAP.

Yes, so I think.

Greetings,

-- 
Camaleón


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



Re: Recommended method to install Firefox 3.6 in Lenny (64 bits)

2010-01-23 Thread Camaleón
On Fri, 22 Jan 2010 16:50:57 -0600, Boyd Stephen Smith Jr. wrote:

 On Friday 22 January 2010 16:28:37 Camaleón wrote:

 So, do you think the package will be available in backports for stable
 release (Lenny) or just indicates the package is being tested for
 another branch (unstable/testing)? :-?

(...)
 
 As far as iceweasel availability in backports goes, see Sven Hoexter's
 message.

Okay, thanks for your detailed response, I really appreciate it :-)

I think I'll wait a bit to see if it gets available under backports and 
try to update from there. 

I just have arrived to Debian (switched from openSUSE) and I'm still not 
so skilled with the requirements for package compilation in this 
distribution.

Greetings,

-- 
Camaleón


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



Re: File system for linux and windows

2010-01-23 Thread Rob Owens
On Fri, Jan 22, 2010 at 10:28:26PM +, Bhasker C V wrote:
 Hi,

  This may not be debian-specific question, but with the group expertise, 
 I think this would be a good reference for anybody.

  I think this question has been debated a lot but still there is no clear
 information on what to do.

  The question is, if you want to share data between linux and windows 
 what is the best file system to use[plus adding security complexity].

  Using Ext3 on windows is good but has its limitations. This does not work
 unless the ext3 file system is on a partition. The limitation comes when
 using applications like freeOTFE which can read LUKS volumes. The volume  
 is mounted as a drive but not detected as a disk by any of the written
 ext3 drivers in windows.

  Using NTFS on linux and windows is cool. I have consistently seen that  
 when there are large number of files, undoubtably, ntfs volume goes  
 corrupt and chkdsk simply removes files and creates data loss. I do not  
 have any clue on when the FS goes corrupt (either when writing using 
 linux or when using in windows - Used ntfs (kernel), ntfs-3g ... all in 
 vain).

  Anyone can recommend VFAT. FAT32 being supported by XP and well 
 supported by linux makes it a good candidate. The problem with FAT32, I 
 guess (correct me if I am wrong), there is no support for case-sensitive 
 file names in the FAT32 file system.

  So, the question... what FS to use which is good and reliable in both  
 windows and also linux  ?

  Is there any file system in linux which can work in windows also  
 (meaning it can be read and optionally written-to in windows even if the
 FS is not in a partition) ?

I don't know of any others.  But if you have a network you can certainly
have a network drive that is writable by both Linux and Windows.  (using
Samba).

But I expect you're probably in a dual-boot situation where you're
trying to share files on a single computer between the 2 OS's.  For that
I've always used FAT32, and it seems to work well.  I don't like using
it, especially after MS sued Tom Tom over their use of FAT32.  Not that
I'm worried about getting sued, but I'd like to shun MS technology in
protest.

-Rob

-Rob


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



Re: console resolution

2010-01-23 Thread Stephen Powell
On 2010-01-22 at 18:11:38 -0500, Chris Jones wrote:
 PIII 650MHz - 386M of RAM - ATI Rage Mobility (Mach64).

That is *lightning fast* compared to my slowest machine,
a PII 266 MHz with a very slow hard drive.  And the saddest
thing is, until about three years ago, it was my fastest machine!

The bottom line is this: with a true text-mode virtual console,
the conversion of characters to pixels on the screen is done in
the video hardware itself.  The main CPU doesn't have to do it.
That's what the video card's text mode is designed to do, and it
does it very well.  In graphics mode the conversion from characters
to pixels is done by the main CPU chip.  My philosophy is to let
the video hardware do what it was designed to do and free the
main CPU chip for other uses.  There are times when graphics mode
is needed, of course.  But editing text or perusing text isn't
one of them.

To each his own.

Peace.


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



Re: How to configure Mutt to ask before downloading attachments

2010-01-23 Thread S. Fishpaste
On Sat, 23 Jan 2010 14:30:04 + (UTC), Camaleón in gmane.linux.debian.user 
wrote:
 On Wed, 20 Jan 2010 15:18:32 -0500, Chris Jones wrote:

 On Wed, Jan 20, 2010 at 12:22:45PM EST, Camaleón wrote:

  This bug is ancient but sounds like what you are reporting:
  
  http://dev.mutt.org/trac/ticket/663

 (...)
  
 I also posted the question to mutt-users mailing list but still no
 reply.
 
 Or mutt-dev.. asking for a status.. :-)

 And so I did a day ago.

 Still no response neither from mutt-user nor mutt-dev :-(

Try comp.mail.mutt (I beleive that's the right address, search for
mutt if it isn't). The newsgroup has been active.



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



Octave compiled with debug symbols?

2010-01-23 Thread George
I installed the lenny Octave package and this is what I get:

octave:1 octave_config_info (CXXFLAGS)
ans = -O2 -g

Does this mean that Octave was built with debug symbols? If so, why?


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



Re: Re: console resolution

2010-01-23 Thread Nima Azarbayjany
It's weird but it's not working for me.  Somehow update-grub (as well as 
update-grub2, in case they are different) ignore all modifications to 
/etc/default/grub.  I'm giving up.  Should I report a bug?



Hi, I use a slightly different way, I put:

GRUB_GFXMODE=1440x900 640x480

in /etc/defaults/grub (native resolution first, fall-back one isn't
necessary, it's the default).

Then in /etc/grub.d/00_header I add gfxpayload=keep to this section
(around line 80):
[...]
if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then
  set gfxmode=${GRUB_GFXMODE}
  set gfxpayload=keep   here it is

  insmod gfxterm
  insmod ${GRUB_VIDEO_BACKEND}

  if terminal_output gfxterm ; then true ; else
[...]
It's working for me on Debian Squeeze and Ubuntu, but needs to be
updated if 00_header is overwritten during update (not often). It's just
a workaround until gfxpayload= is picked up in /etc/default/grub.

My 2 cents.
  



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




Re: File system for linux and windows

2010-01-23 Thread Camaleón
On Fri, 22 Jan 2010 22:28:26 +, Bhasker C V wrote:

(...)

   So, the question... what FS to use which is good and reliable in both
 windows and also linux  ?
 
   Is there any file system in linux which can work in windows also
 (meaning it can be read and optionally written-to in windows even if the
 FS is not in a partition) ?

I wonder if nowadays UDF could be used to deal with this problematic :-?

Greetings,

-- 
Camaleón


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



Debian per Packard Bell

2010-01-23 Thread Gbriele Tortella
Salve ho acquistato da qualche mese un computer Packard Bell modello
DOTS.IT/010  S/N: LUB900B03193045F0D1601 (se va sul sito ed inserisceil
serial number le escono tutte le specifiche) ho bisogno di formattarlo e
volevo installarci una versione di Linux volevo sapere quale versione posso
istallare sul mio PC? La versione Debian andrebbe bene? Esiste qualche
software sostitutivo per MSN? I software Packard Bell che vadano bene con
Linux e dove li trovo? Grazie della cortese attenzione.


dormant package maintainer

2010-01-23 Thread T o n g
Hi,

What's the recommended way to deal with dormant package maintainer?

The following bug has been reported for over 2 years, which is an 
extremely easy fix. Patch is also available.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431297

However, the problem still remains:

$ mp3rename -v -p f1.mp3 
mp3rename: invalid option -- 'p'
Mp3rename

please comment. 
thanks

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


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



Re: ddrescue-like tool at filesystem level

2010-01-23 Thread T o n g
On Wed, 20 Jan 2010 18:14:08 +0100, ludovico van wrote:

 so, is there a tool like ddrescue, which ignores errors (and maybe
 retries to read the bad blocks), but working at the filesystem level,
 so i can copy only selected files?

 I think the problem is next step -- if such program does exist, and you
 salvaged several hundred/thousand files, but about half are broken.
 What would you do next?
 
 well, i start enjoying the good half of my files... ;-)

Ok, then check out dar_cp from the dar package.

   dar_cp is similar to the standard 'cp' command, except it
   does not stop copying when an I/O error is met. Instead,
   it skips a bit further and continues to copy the rest of
   the file, as much as possible.

-- 
Tong (remove underscore(s) to reply)
  http://xpt.sourceforge.net/techdocs/
  http://xpt.sourceforge.net/tools/


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



x.509 gpgsm and kmail

2010-01-23 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, Debian Users.

A friend of mine asked if I could send him encrypted mail using X.509, 
rather than OpenPGP which I normally use.

Apparently, gpgsm is used for X.509, and shows up in kmail so I figure 
the capabilities are there.

Google is useful, but all I found were problems. gpgsm-gencert.sh is 
supposedly the method to use to make a key, but the documentation is 
so sparse as to make it impossible for someone that doesn't already 
know how to use it. The documentation on GnuPG.org is merely the man 
pages.

Would someone have a pointer to a real example for generating a key, 
or at least decent instructions?

Curt-

- -- 
The Magistrate, enrobed in taxes, condemns the thief in stolen rags.

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

iQEVAwUBS1s9BS9Y35yItIgBAQIV6Qf/TpO1VNMjkvD6PrHaX/0TYFeiUbA9+c9d
j6Fa6E0S/X5Y05DDeshHxjllcbBOT8OAE97yOBaScUfNM+CBGFMXPO2r7avM4G9J
nKPiBgeHr3Ay0248RB9LhpDlvrCH5rCIyA4ww4x9iyeeb59ZiQLnOoVr7uJ5cad6
qn5dbxWhv2t/oimGUP5XogvW2cHVFqlTwJaS1Qht7IYxwFo8sjRtE7G2dCmwLqiM
P4hMUZjd7ZciBzhsm9Fnoe+wsb6nrqR+qNMiD3ryG0joS2zrCOIt7CqUwrmS0LRT
PqFetEdpuT5JZwBvLGx8DDOzick5ZLgKbk9p5M3U0624wMAEvuYgTQ==
=t5M6
-END PGP SIGNATURE-


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



Re: x.509 gpgsm and kmail

2010-01-23 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 23 January 2010, Curt Howland was heard to say:
 Hi, Debian Users.

 A friend of mine asked if I could send him encrypted mail using
 X.509, rather than OpenPGP which I normally use.

Ok, to continue the discussion, it turns out that (DN) 
means Distinguished Names the _best_ description of Distinguished 
Names that I found was Microsoft's:

http://msdn.microsoft.com/en-us/library/aa366101(VS.85).aspx

And once I'd put in CN=Curt Howland the keygen process worked. One 
of the problems is that the --list-keys display doesn't use the 
term Name (DN) anywhere, so there's no way to know what field is 
being referred to in the keygen question.

Next step is importing and using the key, but what a mess. The 
original PGP was easier to use than this, maybe because it wasn't 
written by people who already know what they're doing.

Second System Syndrome.

Curt-

- -- 
The Magistrate, enrobed in taxes, condemns the thief in stolen rags.

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

iQEVAwUBS1tBay9Y35yItIgBAQJJ2gf+Nt887oJiIteVWXUGdq9XgZY9M4N0OZAL
T3ZyMWsOjn+G7iYFMfO0edGZ/DOsiTuPtuBB3+FdcK75+fgJ2Yah8PMgwwtqCkKK
y5C/RqKLimUNVgvfySWcpsGUKfKm8516uRh+o7dx8OBLDeWRFxMr8u1mlNZIhJaZ
DFDh2xVUKvnxFr3J+PeiOyG4ygzhUCNErbG8vUN0VggqsYc/HGeR3puRipEFZ8H1
Qeq5L3FTUNXl25u7UJ3kKiEdqu1iwdcgWDc9IvtrbP4opSmcdzfTp8c5Ef6c2utA
SHm6oPXBQ32kpV0PpDNny7iMpt3oGN+NBLVVr2bwpa+4icPRXBRrLw==
=2P5T
-END PGP SIGNATURE-


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



Re: Re: console resolution

2010-01-23 Thread Tom H
 It's weird but it's not working for me.  Somehow update-grub (as well as
 update-grub2, in case they are different) ignore all modifications to
 /etc/default/grub.  I'm giving up.  Should I report a bug?

Are you making all the changes that have been suggested?

In  short:

In
/etc/default/grub
add
GRUB_GFXPAYLOAD=keep
on the line after
GRUB_GFXMODE=resolution

In
/etc/grub.d/00_header
add
if [ x${GRUB_GFXPAYLOAD} = x ] ; then GRUB_GFXPAYLOAD=640x480 ; fi
on the line after
if [ x${GRUB_GFXMODE} = x ] ; then GRUB_GFXMODE=640x480 ; fi

In
/etc/grub.d/00_header
add
set gfxpayload=${GRUB_GFXPAYLOAD}
on the line after
set gfxmode=${GRUB_GFXMODE}

Run
update-grub
or
update-grub2


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



Re: Octave compiled with debug symbols?

2010-01-23 Thread Sven Joachim
On 2010-01-23 18:08 +0100, George wrote:

 I installed the lenny Octave package and this is what I get:

 octave:1 octave_config_info (CXXFLAGS)
 ans = -O2 -g

 Does this mean that Octave was built with debug symbols?

Yes.

 If so, why?

Because it makes debugging octave bugs possible?  Note that the debug
symbols are stripped from the installed binaries and moved to a separate
octavex.y-dbg package.

See also the Debian Policy manual:

http://www.debian.org/doc/debian-policy/ch-files.html#s10.1

Sven


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



Re: File system for linux and windows

2010-01-23 Thread Bhasker C V

Camaleón wrote:

On Fri, 22 Jan 2010 22:28:26 +, Bhasker C V wrote:

(...)

  

  So, the question... what FS to use which is good and reliable in both
windows and also linux  ?

  Is there any file system in linux which can work in windows also
(meaning it can be read and optionally written-to in windows even if the
FS is not in a partition) ?



I wonder if nowadays UDF could be used to deal with this problematic :-?
  
Tried it. UDF from udftools(1.0.0b2 ) on etch creates an UDF which is 
not working with windows.
I am then left only with an option to use the backup only with linux. 
For data in windows, ntfs partitions
can be mounted in linux and then copied over to the backup disk. The 
external disk can _only_ be used in

linux and not in windows.

Greetings,

  



--
Bhasker C V
Registered Linux user: #306349 (counter.li.org)
Fedora Ambassador: Bhaslinux


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




ext3 mkfs issues with a fresh file system ?

2010-01-23 Thread Bhasker C V

Hi all,

This is strange.
I created a file system on top of luks and does not have any data yet.
The very first fsck gives an error in the freshly created file system !


$ sudo mke2fs -j /dev/mapper/cryptvol
mke2fs 1.41.2 (02-Oct-2008)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
19537920 inodes, 78142677 blocks
3907133 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
2385 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
   32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
   4096000, 7962624, 11239424, 2048, 23887872, 71663616

Writing inode tables: done   
Creating journal (32768 blocks): done

Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
$ sudo e2fsck -f -C0 /dev/mapper/cryptvol
e2fsck 1.41.2 (02-Oct-2008)
Superblock has an invalid ext3 journal (inode 8).
Cleary?


--
Bhasker C V
Registered Linux user: #306349 (counter.li.org)
Fedora Ambassador: Bhaslinux


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




Re: ext3 mkfs issues with a fresh file system ?

2010-01-23 Thread Bhasker C V

Bhasker C V wrote:

Hi all,

This is strange.
I created a file system on top of luks and does not have any data yet.
The very first fsck gives an error in the freshly created file system !


$ sudo mke2fs -j /dev/mapper/cryptvol
mke2fs 1.41.2 (02-Oct-2008)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
19537920 inodes, 78142677 blocks
3907133 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
2385 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
   32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 
2654208,

   4096000, 7962624, 11239424, 2048, 23887872, 71663616

Writing inode tables: done   Creating journal 
(32768 blocks): done

Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
$ sudo e2fsck -f -C0 /dev/mapper/cryptvol
e2fsck 1.41.2 (02-Oct-2008)
Superblock has an invalid ext3 journal (inode 8).
Cleary?



on etch .
K 2.6.32
ext3:mke2fs 1.41.2 (02-Oct-2008)

--
Bhasker C V
Registered Linux user: #306349 (counter.li.org)
Fedora Ambassador: Bhaslinux


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




Compilation error

2010-01-23 Thread Mike Viau











Hi there,

I seem to have run into what I hope to be a common compliation error that I 
unfortunatly can not get past. The problem is with very basic C libraries. In 
the xen project Im compiling there is a crc32.c source file where zutil.h is 
included (this seems to link up). Then inside zutil.h file, the standard c 
libraries stdlib.h and string.h are inlcuded but these files can not be found. 

Error output can be seen below.

I am running Debian Lenny x86_64 and have installed many pacakges in an attempt 
to satifiy the many dependancies for the xen-3.4.2 tar.gz which include. Also 
if anyone happens to have a more barebone debain dependancy list that works to 
compile all features of the latest version of xen, please let me know :)



Dependancies installed:

build-essential make gcc gcc-multilib libc6-dev libc6 module-init-tools bzip2 
dpkg-dev apt-src apt-build sudo fakeroot auto-apt devscripts dh-make 
module-assistant rubygems zlib1g-dbg zlib1g-dev python python-dev 
python-twisted python-xml python-pyopenssl python-pam libncurses-dev 
libncurses5-dbg libncursesw5-dev libncursesw5-dbg openssl openssl-blacklist 
openssl-blacklist-extra libcurl4-openssl-dev libcurl3-dbg manpages-dev 
glibc-doc bridge-utils iproute iproute-dev libvncserver-dev libsdl-dev 
libjpeg62-dev x11-common libx11-dev xserver-xorg-dev bcc bin86 gawk transfig 
tgif texinfo pciutils-dev pciutils mercurial newlib-source



Error output:

In file included from crc32.c:29:
zutil.h:23:22: error: string.h: No such file or directory
In file included from zutil.h:24,
 from crc32.c:29:
/root/xen_source/xen-3.4.2/stubdom/../extras/mini-os/include/posix/stdlib.h:4:25:
 error: stdlib.h: No such file or directory
make[2]: *** [crc32.o] Error 1
make[2]: Leaving directory `/root/xen_source/xen-3.4.2/stubdom/zlib-x86_64'
make[1]: *** [cross-root-x86_64/x86_64-xen-elf/lib/libz.a] Error 2
make[1]: Leaving directory `/root/xen_source/xen-3.4.2/stubdom'
make: *** [install-stubdom] Error 2
r...@localhost:/root/xen_source/xen-3.4.2# zutil.h:23:22: error: string.h: No 
such file or directory
bash: zutil.h:23:22:: command not found
 


Thank You.

-M


  
_
Say Happy New Year with Messenger for Mobile.
http://go.microsoft.com/?linkid=9706117

Re: File system for linux and windows

2010-01-23 Thread Alex Samad
On Sat, Jan 23, 2010 at 01:30:59PM +, Bhasker C V wrote:
 Nick Douma wrote:

[snip]

 Using NTFS on linux and windows is cool. I have consistently seen that
 when there are large number of files, undoubtably,
 ntfs volume goes corrupt and chkdsk simply removes files and creates
 data loss. I do not have any clue on when the FS goes
 corrupt (either when writing using linux or when using in windows - Used
 ntfs (kernel), ntfs-3g ... all in vain).
 
 I have never had a corrupted NTFS partition from using it with ntfs-3g.
 I've been using the setup I described above for years now, and the NTFS
 partitions are used intensively on both Windows and Linux as download
 partitions (usenet, torrents, etc).
 I think this is the near best solution. This is the 3rd time I am
 trying to capture all data (around 10,000 files)
 from my linux box into the luks ntfs partition. Everything works
 fine. There is no file corruption. But it all
 starts to cruble the moment you use chkdsk. Chkdsk starts deleting
 lots of files and says they are corrupt
 and then on the next run it salvages files saying they are orphaned.

I have used ntfs (the ntfs-3g package, not the kernel ntfs drivers -
there is a difference), and I have never had any problems - that weren't
media related - faulty sector

are you sure your use the fuse package, and doing a proper umount ?

[snip]

 On total, I lose a lot of files.


signature.asc
Description: Digital signature


Re: x.509 gpgsm and kmail

2010-01-23 Thread Alex Samad
On Sat, Jan 23, 2010 at 01:35:23PM -0500, Curt Howland wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Saturday 23 January 2010, Curt Howland was heard to say:
  Hi, Debian Users.
 
  A friend of mine asked if I could send him encrypted mail using
  X.509, rather than OpenPGP which I normally use.

have a look at cacert.org, create a cert there, I believe there is a
form to fill in.

I haven't heard about gsgsm, but do a look up on smime, I believe mutt
can handle gpg + smime.

smine uses x509 certs

 
 Ok, to continue the discussion, it turns out that (DN) 
 means Distinguished Names the _best_ description of Distinguished 
 Names that I found was Microsoft's:
 
 http://msdn.microsoft.com/en-us/library/aa366101(VS.85).aspx
 
 And once I'd put in CN=Curt Howland the keygen process worked. One 
 of the problems is that the --list-keys display doesn't use the 
 term Name (DN) anywhere, so there's no way to know what field is 
 being referred to in the keygen question.
 
 Next step is importing and using the key, but what a mess. The 
 original PGP was easier to use than this, maybe because it wasn't 
 written by people who already know what they're doing.
 
 Second System Syndrome.
 
 Curt-
 
 - -- 
 The Magistrate, enrobed in taxes, condemns the thief in stolen rags.
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 
 iQEVAwUBS1tBay9Y35yItIgBAQJJ2gf+Nt887oJiIteVWXUGdq9XgZY9M4N0OZAL
 T3ZyMWsOjn+G7iYFMfO0edGZ/DOsiTuPtuBB3+FdcK75+fgJ2Yah8PMgwwtqCkKK
 y5C/RqKLimUNVgvfySWcpsGUKfKm8516uRh+o7dx8OBLDeWRFxMr8u1mlNZIhJaZ
 DFDh2xVUKvnxFr3J+PeiOyG4ygzhUCNErbG8vUN0VggqsYc/HGeR3puRipEFZ8H1
 Qeq5L3FTUNXl25u7UJ3kKiEdqu1iwdcgWDc9IvtrbP4opSmcdzfTp8c5Ef6c2utA
 SHm6oPXBQ32kpV0PpDNny7iMpt3oGN+NBLVVr2bwpa+4icPRXBRrLw==
 =2P5T
 -END PGP SIGNATURE-
 
 

-- 
The Tree of Learning bears the noblest fruit, but noble fruit tastes bad.


signature.asc
Description: Digital signature


expanding a luks volume

2010-01-23 Thread Alex Samad
Hi

subject says it all I have a lv, which i have used luks to encrypt and
now I would like to extend it.

I am guessing the process is going to involve coping the files over to
another partition and then back again ?

Alex


-- 
It would be helpful if we opened up ANWR (Arctic National Wildlife Refuge). I 
think it's a mistake not to. And I would urge you all to travel up there and 
take a look at it, and you can make the determination as to how beautiful that 
country is.

- George W. Bush
03/29/2001
White House press conference


signature.asc
Description: Digital signature


occorrenze stringa

2010-01-23 Thread roberto
ciao a tutti
c'e' qualche utility che permette di contare quante volte una parola
si ripete in un file di testo ?

grazie !
-- 
roberto


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



string occurrences

2010-01-23 Thread roberto
hello
is there any linux built-in utilities to count how many times a string
occur in a text file ?

ps: sorry for the italian post
-- 
roberto


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



Re: [SOT] Preview pane settings Icedove/ Thunderbird

2010-01-23 Thread Dotan Cohen
On 22 January 2010 21:42, Eric Gerlach egerl...@feds.uwaterloo.ca wrote:
 On Tue, Jan 12, 2010 at 04:23:10PM -0500, Tim Tebbit wrote:
 AG wrote:
 
  In Icedove (Thunderbird) v2.0.0.22 on Debian testing is there an option
  to automatically jump to the bottom of an email using the preview pane
  to read it?   Anybody been able to make that happen, and if so how?

 Not that I am aware of. space is more than fast enough for me. Between
 space, n, and t I have nearly mouse free operation.

 If you really want to go keyboard-only there's Muttator
 (http://vimperator.org/muttator).  I've never used it (happily using mutt
 itself), but I loves my vimperator.


++Vimperator, using it now, and I am not even a real VIM user!

Muttator is not quite ready yet, from what I understand.


-- 
Dotan Cohen

http://what-is-what.com
http://gibberish.co.il


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



Re: ext3 mkfs issues with a fresh file system ?

2010-01-23 Thread Bhasker C V

Bhasker C V wrote:

Bhasker C V wrote:

Hi all,

This is strange.
I created a file system on top of luks and does not have any data yet.
The very first fsck gives an error in the freshly created file system !


$ sudo mke2fs -j /dev/mapper/cryptvol
mke2fs 1.41.2 (02-Oct-2008)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
19537920 inodes, 78142677 blocks
3907133 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=0
2385 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
   32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 
2654208,

   4096000, 7962624, 11239424, 2048, 23887872, 71663616

Writing inode tables: done   Creating journal 
(32768 blocks): done

Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.
$ sudo e2fsck -f -C0 /dev/mapper/cryptvol
e2fsck 1.41.2 (02-Oct-2008)
Superblock has an invalid ext3 journal (inode 8).
Cleary?



on etch .
K 2.6.32
ext3:mke2fs 1.41.2 (02-Oct-2008)


hardware issue ... please ignore...

--
Bhasker C V
Registered Linux user: #306349 (counter.li.org)
Fedora Ambassador: Bhaslinux


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




Re: string occurrences

2010-01-23 Thread Brian Ryans
Quoting roberto on 2010-01-23 15:33:53:
 is there any linux built-in utilities to count how many times a string
 occur in a text file ?

I don't know of any actual utilities to do so, but there's a handy
little pipeline that I use as a generic string-counter that, so far,
works for all files I've tried, printable or not.

$ strings $yourFile | grep -oe '$yourString' | wc -l

where $your{File,String} are the file you want to search, and the string
(actually a regex) you want to search for, respectively.

These are extremely powerful commands, and from my experience are all
fairly universal. For more information, see their relevant manpages:
strings(1), grep(1), and wc(1).

-- 
   _
   ASCII Ribbon Campaign Against  ( )   Brian Ryans
  HTML E-mail and V-cards  Xbrianlry...@gmail.com
www.asciiribbon.org   / \   GPG Public Key 0xC11213D0
 Key Fingerprint: 8B2A 54C4 E275 8CFD 8A7D 5D0B 0AD0 B014 C112 13D0


signature.asc
Description: Digital signature


Re: File system for linux and windows

2010-01-23 Thread Bhasker C V

Alex Samad wrote:

On Sat, Jan 23, 2010 at 01:30:59PM +, Bhasker C V wrote:
  

Nick Douma wrote:



[snip]

  

Using NTFS on linux and windows is cool. I have consistently seen that
when there are large number of files, undoubtably,
ntfs volume goes corrupt and chkdsk simply removes files and creates
data loss. I do not have any clue on when the FS goes
corrupt (either when writing using linux or when using in windows - Used
ntfs (kernel), ntfs-3g ... all in vain).


I have never had a corrupted NTFS partition from using it with ntfs-3g.
I've been using the setup I described above for years now, and the NTFS
partitions are used intensively on both Windows and Linux as download
partitions (usenet, torrents, etc).
  

I think this is the near best solution. This is the 3rd time I am
trying to capture all data (around 10,000 files)
from my linux box into the luks ntfs partition. Everything works
fine. There is no file corruption. But it all
starts to cruble the moment you use chkdsk. Chkdsk starts deleting
lots of files and says they are corrupt
and then on the next run it salvages files saying they are orphaned.



I have used ntfs (the ntfs-3g package, not the kernel ntfs drivers -
there is a difference), and I have never had any problems - that weren't
media related - faulty sector

are you sure your use the fuse package, and doing a proper umount ?
  
I think I need to run a complete block scan on the disk to check for bad 
sectors. This could also be a

problem with the disk.

[snip]

  

On total, I lose a lot of files.




--
Bhasker C V
Registered Linux user: #306349 (counter.li.org)
Fedora Ambassador: Bhaslinux


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




  1   2   >