Re: Outil le plus simple pour surveiller des liens ADSL

2014-05-22 Thread Belaïd
Bonjour, J'utilisais Munin que je trouve simple à mettre en place. Il fait un peu plus que de la surveillance des performances réseau mais les fonctionnalités sont activés / désactivés via des plugins Le 20 mai 2014 11:08, Olivier oza.4...@gmail.com a écrit : Bonjour, Je souhaite surveiller

[HS] Script

2014-05-22 Thread Nahliel Steinberg
Bonjour, Je suis confronté à un problème, je dois changer plus de 300 ip dans un fichier de configuration de nagios, le hosts.cfg. Auriez-vous une petite moulinette (script), qui puisse au moins me détecter le champ address : ip pour les changer. J'aimerai faire un read pour une question

Re: [HS] Script

2014-05-22 Thread Sébastien NOBILI
Bonjour, Le jeudi 22 mai 2014 à 8:51, Nahliel Steinberg a écrit : J'aimerai faire un read pour une question posée : quel ip voulez-vous changer : 10.10.1.56 quelle est la nouvelle : 10.10.35.40 Qu'il détecte l'ip à changer et écrive la nouvelle. je ne vois pas du tout comment je peux

Re: [HS] Script

2014-05-22 Thread Belaïd
Bonjour, awk peut faire ça très facilement Le 22 mai 2014 08:51, Nahliel Steinberg marc.n...@gmail.com a écrit : Bonjour, Je suis confronté à un problème, je dois changer plus de 300 ip dans un fichier de configuration de nagios, le hosts.cfg. Auriez-vous une petite moulinette (script), qui

Re: [HS] Script

2014-05-22 Thread Francois Lafont
Bonjour, Le 22/05/2014 08:51, Nahliel Steinberg a écrit : Je suis confronté à un problème, je dois changer plus de 300 ip dans un fichier de configuration de nagios, le hosts.cfg. Auriez-vous une petite moulinette (script), qui puisse au moins me détecter le champ address : ip pour les

Re: [HS] Script

2014-05-22 Thread Nahliel Steinberg
Tu ne disposes pas d'un fichier csv du genre celui ci-dessous ? ip1_à_changer;nouvelle_ip1 ip2_à_changer;nouvelle_ip2 ip3_à_changer;nouvelle_ip3 ... ip300_à_changer;nouvelle_ip300 Parce que 300 saisies à se taper à la main, c'est quand même un peu galère. Si c'est le cas, je verrais bien un

Re: [HS] Script

2014-05-22 Thread Nahliel Steinberg
Le 22/05/14 at 09:29, Belaïd a ecrit: Bonjour, awk peut faire ça très facilement Tu écrirais ça comment ? ;-)) -- Nahliel -- 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

Re: [HS] Script

2014-05-22 Thread Francois Lafont
Le 22/05/2014 09:56, Nahliel Steinberg a écrit : Non pas du tout, j'ai un fichier de configurattion cfg, qui contient un champ address : IP Ok, ça c'est le fichier hosts.cfg. Mais pour changer les IP, il te faut bien un « document » qui te dit cette IP là il faudra la changer en ça, celle-ci

Re: [HS] Script

2014-05-22 Thread Nahliel Steinberg
Tu auras besoin de : - echo - pour afficher du texte - read - pour capturer la saisie de l'utilisateur - sed - pour remplacer dans le(s) fichier(s) Oui pour la partie read, echo, je bloque pour la detection du champ et le remplacement. -- Nahliel -- Lisez la FAQ de la liste

Re: [HS] Script

2014-05-22 Thread Nahliel Steinberg
Le 22/05/14 at 10:04, Francois Lafont a ecrit: Le 22/05/2014 09:56, Nahliel Steinberg a écrit : Non pas du tout, j'ai un fichier de configurattion cfg, qui contient un champ address : IP Ok, ça c'est le fichier hosts.cfg. Mais pour changer les IP, il te faut bien un « document » qui te dit

Re: [HS] Script

2014-05-22 Thread Sébastien NOBILI
Le jeudi 22 mai 2014 à 10:06, Nahliel Steinberg a écrit : Tu auras besoin de : - echo - pour afficher du texte - read - pour capturer la saisie de l'utilisateur - sed - pour remplacer dans le(s) fichier(s) Oui pour la partie read, echo, je bloque pour la detection du champ et le

Re: [HS] Script

2014-05-22 Thread Francois Lafont
Oups, désolé Nahliel, je t'ai répondu en privé au lieu de passer par la mailing list. On la refait. :) Le 22/05/2014 10:07, Nahliel Steinberg a écrit : Le 22/05/14 at 10:04, Francois Lafont a ecrit: Le 22/05/2014 09:56, Nahliel Steinberg a écrit : Non pas du tout, j'ai un fichier de

Re: [HS] Script

2014-05-22 Thread Nahliel Steinberg
Non je n'ai pas de CSV avec les correspondances. Je vais tester ça, je te remercie bcp. Bien à toi -- Nahliel -- 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

Re: [HS] Script

2014-05-22 Thread Stephane Ascoet
Le 22/05/2014 10:27, Francois Lafont a écrit : En tout cas, je répète, si tu as déjà un fichier csv indiquant les correspondances entre les anciennes IP et les nouvelles, il ne faut pas s'embêter à faire un truc interactif à base de read et de (300 !) saisies manuelles. Il faut faire un

Re: [HS] Script

2014-05-22 Thread Philippe Delavalade
Le jeudi 22 mai à 08:51, Nahliel Steinberg a écrit : Bonjour, Je suis confronté à un problème, je dois changer plus de 300 ip dans un fichier de configuration de nagios, le hosts.cfg. Auriez-vous une petite moulinette (script), qui puisse au moins me détecter le champ address : ip pour

Re: [HS] Script

2014-05-22 Thread Nahliel Steinberg
À moins que tu n'attendes qu'on te livre la solution toute prête, si bien que tu n'aies même pas à la comprendre… Pourquoi pas, je gagnerai du temps, envoi là qu'on voit comment tu brilles de tout ton éclat. A+ -- Nahliel -- Lisez la FAQ de la liste avant de poser une question :

Re: [HS] Script

2014-05-22 Thread Sébastien NOBILI
Le jeudi 22 mai 2014 à 11:02, Nahliel Steinberg a écrit : À moins que tu n'attendes qu'on te livre la solution toute prête, si bien que tu n'aies même pas à la comprendre… Pourquoi pas, je gagnerai du temps, envoi là qu'on voit comment tu brilles de tout ton éclat. Je n'ai pas besoin de

Re: [HS] Script

2014-05-22 Thread Stephane Ascoet
Le 22/05/2014 11:02, Nahliel Steinberg a écrit : Pourquoi pas, je gagnerai du temps, envoi là qu'on voit comment tu brilles de tout ton éclat. Typiquement le genre de remarques qui va nous donner tres envie de continuer a t'aider apres t'avoir deja beaucoup aiguille et avoir essaye de

Re: [HS] Script

2014-05-22 Thread Nahliel Steinberg
Bonjour. ça peut être fait comme dit dans d'autres réponses avec sed, awk ou aussi perl. Par contre, il faudrait connaître exactement la structure de ton fichier .cfg à modifier et la structure de ton fichier contenant les modifs à faire ; si tu n'as pas un tel fichier bien structuré, autant

Re: [HS] Script

2014-05-22 Thread Nahliel Steinberg
Bonjour, et ce n'est pas la mer a boire... Par exemple je ferais d'abord ajouter les \ par une premiere passe sur le fichier, puis avec une boucle je genererai les commandes Sed. Plusieurs possibilites... Il semble me souvenir que Sed peut lire les choses a faire depuis un fichier, dans ce cas on

Re: [HS] Script

2014-05-22 Thread Francois Lafont
Le 22/05/2014 11:02, Nahliel Steinberg a écrit : Pourquoi pas, je gagnerai du temps, envoi là qu'on voit comment tu brilles de tout ton éclat. Si tu avais dénié expliquer sous quel format *exactement* tu disposes des modifications à faire (fichier csv, xml, feuille de papier, que sais-je

Re: [HS] Script

2014-05-22 Thread Stephane Ascoet
Le 22/05/2014 11:21, Nahliel Steinberg a écrit : Bref, ça changera jamais, toujours autant de blabla ici, y'en à qui passe leur temps à guéter la moindre petite faille pour sauter dessus. Et toujours autant de parasites qui arrivent en attendant qu'on devine les details de leur probleme,

Re: [HS] Script

2014-05-22 Thread Francois Lafont
Le 22/05/2014 11:30, Francois Lafont a écrit : Si tu avais dénié expliquer sous quel format *exactement* tu Oh, désolé pour cette horreur. Il fallait lire : « si tu avais *daigné* ... » -- François Lafont -- Lisez la FAQ de la liste avant de poser une question :

Re: [HS] Script

2014-05-22 Thread Sébastien NOBILI
Le jeudi 22 mai 2014 à 11:21, Nahliel Steinberg a écrit : Bref, ça changera jamais, toujours autant de blabla ici, y'en à qui passe leur temps à guéter la moindre petite faille pour sauter dessus. Merci encore à ceux qui ont eu l'humilité et le recul pour me répondre. Étant directement

Re: Un équivalent du PAO autocad, mais Libre

2014-05-22 Thread andre_debian
On Wednesday 21 May 2014 23:13:22 Sébastien Dinot wrote: andre_deb...@numericable.fr a écrit : Je recherche un équivalent du PAO autocad (proprio), mais Libre, capable de faire de la 3D. Cerise sur le gâteau, pouvant tourner sous Mac et/ou Windows, sinon tant pis si c'est que sous Linux.

Re: Un équivalent du PAO autocad, mais Libre

2014-05-22 Thread Serge SMEESTERS
Salut, Les informations à propos de FreeCAD[1] sont intéressantes et positives, en effet. Sinon, je m’apprêtais à réagir sur le terme équivalent et plus précisément le concept d' un logiciel libre équivalent à tel logiciel privateur. Le logiciel privateur en question (AutoCAD[2]) est fort

Disque Zombie

2014-05-22 Thread MERLIN Philippe
Bonjour, Suite à une mise à jour en testing i386, je vois apparaître un disque amovible de 0 octets, ce n'est pas grave mais c'est gênant et cela fait désordre. Savez vous comment se débarrasser de ce message qui apparaît sous kde? A l'avance Merci. Philippe MERLIN -- Lisez la FAQ de la liste

Re: [HS] Script

2014-05-22 Thread Nicolas Mitran
Bonjour, je lis la liste avec intérêt depuis un petit moment déjà et je pioche au besoin les infos quand un sujet traité m'interpelle. J'ai été saisi par celui ci parce que j'ai été moi même confronté à ce besoin, autrement dit d'effectuer un ping sur une liste d'adresse IP et de stocker le

Re: Disque Zombie

2014-05-22 Thread honeyshell
Bonjour Philippe, Peux tu nous donner ton fichier /etc/fstab? -- 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,

Re: Disque Zombie

2014-05-22 Thread MERLIN Philippe
Le jeudi 22 mai 2014, 15:44:45 honeyshell a écrit : Bonjour Philippe, Peux tu nous donner ton fichier /etc/fstab? Merci pour l'idée, je joins le fichier fstab en pj, en l'examinant je me suis aperçu qu'il existait un /dev/floppy et lorsque je clique sur le disque amovible 0 octets ils me

Re: Disque Zombie

2014-05-22 Thread honeyshell
Si tu n'as qu'un seul disque dur dans ton pc, alors la ligne d'hdb3 doit te poser problème. Si c'est bien le cas, il suffit de rajouter # devant la ligne UUID=79... et de redémarrer. # /dev/hdb3 /mnt/hdb3 ext3 defaults 0 0 UUID=79edefcb-f1ab-4e40-b081-8bd0e07a2fe2 /mnt/hdb3 ext3 defaults

Re: Disque Zombie

2014-05-22 Thread MERLIN Philippe
Le jeudi 22 mai 2014, 17:22:18 honeyshell a écrit : Si tu n'as qu'un seul disque dur dans ton pc, alors la ligne d'hdb3 doit te poser problème. Si c'est bien le cas, il suffit de rajouter # devant la ligne UUID=79... et de redémarrer. # /dev/hdb3 /mnt/hdb3 ext3 defaults 0 0

Re: Un équivalent du PAO autocad, mais Libre

2014-05-22 Thread pascalv
2014-05-10 22:02 GMT+02:00 andre_deb...@numericable.fr: Bonsoir à tous, Je recherche un équivalent du PAO autocad (proprio), mais Libre, capable de faire de la 3D. Cerise sur le gâteau, pouvant tourner sous Mac et/ou Windows, sinon tant pis si c'est que sous Linux. * Pour la 3D, peut-être

Re: Un équivalent du PAO autocad, mais Libre

2014-05-22 Thread pascalv
2014-05-22 17:21 GMT+02:00 pasc...@sdf.lonestar.org: 2014-05-10 22:02 GMT+02:00 andre_deb...@numericable.fr: Bonsoir à tous, Je recherche un équivalent du PAO autocad (proprio), mais Libre, capable de faire de la 3D. Cerise sur le gâteau, pouvant tourner sous Mac et/ou Windows, sinon tant

Re: Un équivalent du PAO autocad, mais Libre

2014-05-22 Thread •‿•
Le 22 mai 2014 17:29, pasc...@sdf.lonestar.org a écrit : 2014-05-22 17:21 GMT+02:00 pasc...@sdf.lonestar.org: 2014-05-10 22:02 GMT+02:00 andre_deb...@numericable.fr: Bonsoir à tous, Je recherche un équivalent du PAO autocad (proprio), mais Libre, capable de faire de la 3D. Cerise

Re: Changer le stockage pop de kmail

2014-05-22 Thread Arathor
Le 21/05/2014 21:09, Sylvain L. Sauvage a écrit : Dans « Informations personnelles », je n’ai que deux types de ressources proposées : contact et calendrier. Je ne vois pas où je peux changer le répertoire de stockage de kmail. Je suis dans la même situation que toi : dans les modules

Re: Un équivalent du PAO autocad, mais Libre

2014-05-22 Thread Bernard Schoenacker
Le Thu, 22 May 2014 18:38:15 +0200, (•‿•) Dhénin Jean-Jacques dhe...@gmail.com a écrit : Le 22 mai 2014 17:29, pasc...@sdf.lonestar.org a écrit : 2014-05-22 17:21 GMT+02:00 pasc...@sdf.lonestar.org: 2014-05-10 22:02 GMT+02:00 andre_deb...@numericable.fr: Bonsoir à tous, Je

Re: Un équivalent du PAO autocad, mais Libre

2014-05-22 Thread Sylvain L. Sauvage
’soir, puisque tout le monde en est à sortir son logiciel préféré, moi je dis : Leocad ! Et si, ça répond à la question : c’est en 3D et ça permet d’assembler des pièces… de Lego :oP -- Sylvain Sauvage

Re: Changer le stockage pop de kmail

2014-05-22 Thread Sylvain L. Sauvage
Le jeudi 22 mai 2014, 19:17:55 Arathor a écrit : […] Oups, après vérification il s’agit de kmail 1.13… Ah, ha ! Désolé, je pensais que kde 4 = kmail 2. Ça dépend de la version. Pour Debian, je crois que c’était arrivé autour de kdepim 4.9. Du coup, la question devient : comment

Re: Un équivalent du PAO autocad, mais Libre

2014-05-22 Thread Sébastien Dinot
pasc...@sdf.lonestar.org a écrit : * LibreCAD http://librecad.org Jonathan Wiedermann nous a indiqué hier soir qu'il utilisait LibreCAD en complément de FreeCAD car l'édition de plans 2D était bien plus fluide dans LibreCAD et il disposait d'une plus grande liberté d'agencement des cotations.

Ne pas démarrer gconfd

2014-05-22 Thread Erwan David
Je constate qu'il y a en permanence un démon gconfd qui bouffe des ressources pour rien. Comment faire qpour qu'il ne soit démarré que si je lance un programme qui en a besoinb (sur ma machine seul chromium l'amène) ? -- Lisez la FAQ de la liste avant de poser une question :

Serveur OpenVPN avec plusieurs IP pour agréger de la bande passante

2014-05-22 Thread Olivier
Bonjour, J'ai un serveur Wheezy chez OVH (gamme SoYouStart) doté d'une IP principale et de deux secondaires (dites IP Failover). J'ai une machine Wheezy connectée à un LAN sur lequel sont installés deux modem-routeurs vers le Net. Le but ultime est de faire de l'aggrégation de bande passante

Re: Serveur OpenVPN avec plusieurs IP pour agréger de la bande passante

2014-05-22 Thread Olivier Lange
SAlut, On test ca actuellement pour un client: http://www.mlvpn.fr/ Olivier -- Solutions de téléphonie (trunk, centrex, SIP) pour TPE / PME / Administration Solutions d'hébergement HA sur demande et personnalisée http://www.visionweb-online.fr Le 22 mai 2014 23:33, Olivier oza.4...@gmail.com a

Re: Listado de directorio de archivos en forma más elegante

2014-05-22 Thread Juan Guil
El día 21 de mayo de 2014, 18:18, Miguel Matos unefistano...@gmail.com escribió: Hola a la lista. Todavía sigo abocado al proyecto del servidor casero de pruebas; pero, para ser honesto, el formato que muestra el directorio en Apache es muy bárbaramente atroz, y perdonen la ofensa (quería

Re: No puedo montar un HDD en Debian Jessie

2014-05-22 Thread AqaIb8
On Jueves, 22 de mayo de 2014 00:49:59 Sergio Bessopeanetto escribió: El 21/05/14 13:55, AqaIb8 escribió: Esta línea: /dev/sdc1 /media/usb0 autorw,user,noauto 0 0 Ponla así, con un asterisco al principio: #/dev/sdc1 /media/usb0 autorw,user,noauto 0

Re: No puedo montar un HDD en Debian Jessie

2014-05-22 Thread Sergio Bessopeanetto
El 21/05/14 10:15, Camaleón escribió: ... Prueba a montar ese disco desde alguna versión LiveCD que tenga un kernel superior al que lleva Jessie a ver qué te dice. Saludos, Perdón por la demora en contestar pero me ocupo cuando puedo o tengo ganas ya que esta instalación es a nivel hobby.

Re: Tela touchscreen

2014-05-22 Thread China
Eu vejo as specs e procuro se tem ou não suporte. Se não tiver, não compro. Teve uma vez que comprei sem suporte, mas as specs eram liberadas, foi questão de dias para estar incorporado o suporte nativo feito pela comunidade. Mas sem specs livres é difícil comprar. Uma vez comprei um netbook com

Não tenho lixeira

2014-05-22 Thread Márcio Vinícius Pinheiro
Olá, eu tenho uma partição NTFS que já está configura no fstab para montar na inicialização do sistema: /dev/sda4/media/Doideirantfsdefaults00 Funciona normalmente exceto por um detalhe: ela não possui lixeira. No Nautilus, para qualquer arquivo que tento apagar (através do

[Portal Aprendendo Linux] INSTALANDO UM CERTIFICADO SSL NO APACHE2

2014-05-22 Thread Henrique Fagundes
Galera, Colaborando com a comunidade e a quem interessar, segue o novo artigo do meu site: http://www.aprendendolinux.com/instalando-um-certificado-ssl-no-apache2/ Atenciosamente, Henrique Fagundes henri...@linuxadmin.com.br Skype: magnata-br-rj Linux User: 475399

Re: want to revert back to gnome classic mode.

2014-05-22 Thread David Dušanić
21.05.2014, 11:27, Muhammad Yousuf Khan sir...@gmail.com: Thanks Joe, David , Chirs and all . actually login screen step worked for me. even i am also trying xfce4. can i make gnome classic default loging environment? Yes, you can. Usually your display manager should take the last option you

Re: want to revert back to gnome classic mode.

2014-05-22 Thread David Dušanić
 If I remember correctly LXDE is going through a  transition to Qt. Maybe  the reason why? There were some intermittent issues with those menu options in xfce a little while ago but I thought they were related to lightdm/systemd issues. In any event it all seems to work fine now. Yes, it

Re: Accelerated driver for Intel video driver?

2014-05-22 Thread Tom H
On Wed, May 21, 2014 at 6:52 AM, Pertti Kosunen pertti.kosu...@pp.nic.fi wrote: On 21.5.2014 2:43, Brad Alexander wrote: I apologize, I thought I had specified, the machine in question is running a relatively recent version of sid. I have not been upgrading as much until some of this chaos

Re: Anyone using exim with fastmail.fm's smtp server as smart host?

2014-05-22 Thread Brian
We may as well have a record that this thread is related to https://lists.debian.org/87sio62xt1@newsguy.com On Wed 21 May 2014 at 22:38:52 -0400, Harry Putnam wrote: Klaus klaus.doering...@gmail.com writes: The server (mail.messagingengine.com) doesn't respond to ping nor to an

Re: Accelerated driver for Intel video driver?

2014-05-22 Thread Pertti Kosunen
On 22.5.2014 11:15, Tom H wrote: You must've missed the recent thread about systemd-sysv being pulled in by certain dependencies and replacing sysvinit with systemd. What was the name of this thread? Must be some desktop related packages, my few headless systems still have only sysv stuff?

Re: Accelerated driver for Intel video driver?

2014-05-22 Thread Brian
On Thu 22 May 2014 at 12:49:43 +0300, Pertti Kosunen wrote: On 22.5.2014 11:15, Tom H wrote: You must've missed the recent thread about systemd-sysv being pulled in by certain dependencies and replacing sysvinit with systemd. What was the name of this thread?

Re: problems with ntp syncronization in wheezy

2014-05-22 Thread Chris Davies
Leonardo Cuyar Morales leona...@softel.cu wrote: I just installed debian wheezy amd64. After having set ntp configurations in /etc/default/ntpdate file, like: - set the ntp server - do not read /etc/ntp.conf file the same configuration I did in squeeze, my result was wheezy does not get

Spamhaus Blacklist

2014-05-22 Thread basti
Hello, I use the spamhaus blacklist for exim (CHECK_RCPT_IP_DNSBLS). First of all what are the differences between CHECK_RCPT_IP_DNSBLS and CHECK_RCPT_DOMAIN_DNSBLS ?? Make it sense to use both? if yes can I also use zen.spamhaus.org for this? Is there also a way to report spam servers to

Spamhaus Blacklist

2014-05-22 Thread basti
Hello, Iuse the spamhaus blacklist for exim (CHECK_RCPT_IP_DNSBLS). First of all what are the differences between CHECK_RCPT_IP_DNSBLS and CHECK_RCPT_DOMAIN_DNSBLS ?? Make it sense to use both? if yes can I also use zen.spamhaus.org for this? Is there also a way to report spam servers to

Re: Spamhaus Blacklist

2014-05-22 Thread Henning Follmann
On Thu, May 22, 2014 at 12:44:49PM +0200, basti wrote: Hello, I use the spamhaus blacklist for exim (CHECK_RCPT_IP_DNSBLS). First of all what are the differences between CHECK_RCPT_IP_DNSBLS and CHECK_RCPT_DOMAIN_DNSBLS ?? Make it sense to use both? if yes can I also use zen.spamhaus.org

Re: Spamhaus Blacklist

2014-05-22 Thread Jan Ingvoldstad
On Thu, May 22, 2014 at 12:06 PM, basti mailingl...@unix-solution.de wrote: Actually I get some spam from 84.19.164.45but this ip is not blocked at the moment. Forward the message including all headers to the abuse contact for the IP address. You can look this up using whois. whois

Re: Accelerated driver for Intel video driver?

2014-05-22 Thread Brad Alexander
Hi...OP here... Does anyone have any suggestions on the original problem with video on the Intel drivers on this Dell laptop? Thanks, --b On Thu, May 22, 2014 at 6:22 AM, Brian a...@cityscape.co.uk wrote: On Thu 22 May 2014 at 12:49:43 +0300, Pertti Kosunen wrote: On 22.5.2014 11:15, Tom

Re: problems with ntp syncronization in wheezy

2014-05-22 Thread Leonardo Cuyar Morales
I don't use ntp.conf, I set the ntp servers addresses in NTPSERVERS option in /etc/default/ntpdate. I saw today that after a whole day my host got synchronized, that's the reason I still like my old ntpdate/cron scheme. Once I set it, I get synchronization right away. I could do this by

Console font

2014-05-22 Thread john s.
How can I increase the size of the console font? -- John Song - via Penguin Powered Desktop. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: Console font

2014-05-22 Thread Francesco Ariis
On Thu, May 22, 2014 at 09:34:21AM -0400, john s. wrote: How can I increase the size of the console font? It depends on your terminal emulator. I suppose it's gnome-terminal. Can you check and report back? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

Re: Console font

2014-05-22 Thread Curt
On 2014-05-22, Francesco Ariis fa...@ariis.it wrote: On Thu, May 22, 2014 at 09:34:21AM -0400, john s. wrote: How can I increase the size of the console font? It depends on your terminal emulator. I suppose it's gnome-terminal. Can you check and report back? I interpret console to mean

Re: Spamhaus Blacklist

2014-05-22 Thread Mr. Queue
On 5/22/2014 6:16 AM, Henning Follmann wrote: I thought that this is handled via ACLs. And not by Debian. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Parasole + Długopisy z nadrukiem GRATIS!

2014-05-22 Thread Judyta Sas
Parasole z nadrukiem + długopisy GRATIS! http://parasoletanie.pl Cennik: 100 parasoli z nadrukiem 1 kolor - 10,80 zł netto/szt. + 100 długopisów z nadrukiem 1 kolor GRATIS! 200 parasoli z nadrukiem 1 kolor - 9,50 zł netto/szt. + 200 długopisów z nadrukiem 1 kolor GRATIS! 300 parasoli z

Re: want to revert back to gnome classic mode.

2014-05-22 Thread Muhammad Yousuf Khan
Yes, it is always is gnome 3 shell. On Thu, May 22, 2014 at 12:55 PM, David Dušanić ivanovne...@gmail.comwrote: If I remember correctly LXDE is going through a transition to Qt. Maybe the reason why? There were some intermittent issues with those menu options in xfce a little

wireless can DHCP but not DNS?

2014-05-22 Thread Tom Roche
summary: box ethernets via wire, but all wireless fails, including known-good providers: `ifconfig -a` shows a wireless IP#, but `nslookup` fails. How to fix or debug? details: I'm running LMDE UP8 https://en.wikipedia.org/wiki/Linux_Mint#Linux_Mint_Debian_Edition

Re: wireless can DHCP but not DNS?

2014-05-22 Thread Brian
On Thu 22 May 2014 at 15:08:36 -0400, Tom Roche wrote: Mostly I'd like to know, 1. How to fix or debug the newer laptop? You could test whether the same problem occurs with a wired connecton. You could try pinging the router and somewhere outside your network by IP. You could compare (and

Re: wireless can DHCP but not DNS?

2014-05-22 Thread Filip
On Thu, 22 May 2014 15:08:36 -0400 Tom Roche tom_ro...@pobox.com wrote: summary: box ethernets via wire, but all wireless fails, including known-good providers: `ifconfig -a` shows a wireless IP#, but `nslookup` fails. How to fix or debug? details: I'm running LMDE UP8

Re: friends laptop, no mic found

2014-05-22 Thread Bob Holtzman
On Thu, May 22, 2014 at 10:47:25AM -0400, Rodney D. Myers wrote: A friend got fed up with windos, and I have Debian Testing on his laptop right now. Everything, except noted below works great. The only problem I am running into is with Skype, and having it not find mic found. I'm told it

Re: Spamhaus Blacklist

2014-05-22 Thread Bob Holtzman
On Thu, May 22, 2014 at 01:47:50PM +0200, Jan Ingvoldstad wrote: On Thu, May 22, 2014 at 12:06 PM, basti mailingl...@unix-solution.de wrote: Actually I get some spam from 84.19.164.45but this ip is not blocked at the moment. Forward the message including all headers to the abuse contact

Re: Console font

2014-05-22 Thread john s.
On Thu, 22 May 2014 16:06:47 +0200 Francesco Ariis fa...@ariis.it wrote: On Thu, May 22, 2014 at 09:34:21AM -0400, john s. wrote: How can I increase the size of the console font? It depends on your terminal emulator. I suppose it's gnome-terminal. Can you check and report back? --

Re: Spamhaus Blacklist

2014-05-22 Thread Jan Ingvoldstad
On Thu, May 22, 2014 at 10:15 PM, Bob Holtzman hol...@cox.net wrote: On Thu, May 22, 2014 at 01:47:50PM +0200, Jan Ingvoldstad wrote: On Thu, May 22, 2014 at 12:06 PM, basti mailingl...@unix-solution.de wrote: Actually I get some spam from 84.19.164.45but this ip is not blocked at the

Re: Console font (solved)

2014-05-22 Thread john s.
On Thu, 22 May 2014 14:19:24 + (UTC) Curt cu...@free.fr wrote: On 2014-05-22, Francesco Ariis fa...@ariis.it wrote: On Thu, May 22, 2014 at 09:34:21AM -0400, john s. wrote: How can I increase the size of the console font? It depends on your terminal emulator. I suppose it's

Re: Console font

2014-05-22 Thread Filip
On Thu, 22 May 2014 16:10:08 -0400 john s. jrs...@cogeco.ca wrote: On Thu, 22 May 2014 16:06:47 +0200 Francesco Ariis fa...@ariis.it wrote: On Thu, May 22, 2014 at 09:34:21AM -0400, john s. wrote: How can I increase the size of the console font? It depends on your terminal

Re: Console font

2014-05-22 Thread wes
On Thu, 22 May 2014, john s. wrote: On Thu, May 22, 2014 at 09:34:21AM -0400, john s. wrote: How can I increase the size of the console font? This is a new install without no desktop ie. just the base installion so we're talking about the font in the vt (virtual terminal). do you have the

KDE locks up periodically

2014-05-22 Thread Gary Dale
I'm running Debian/Jessie on an AMD64 system. The problem I'm having is that every several minutes or so, KDE lock ups. It doesn't totally freeze but applications might get slow or even stop responding entirely for a minute or two. Dolphin is particularly bad. It seems to lock up the longest.

Re: want to revert back to gnome classic mode.

2014-05-22 Thread Linux-Fan
On 05/22/2014 03:10 AM, Horatio Leragon wrote: From: Linux-Fan ma_sys...@web.de To: debian-user@lists.debian.org Sent: Thursday, May 22, 2014 2:51 AM Subject: Re: want to revert back to gnome classic mode. Just like any other package. # aptitude install fluxbox The very machine

Re: Spamhaus Blacklist

2014-05-22 Thread Joe
On Thu, 22 May 2014 22:27:28 +0200 Jan Ingvoldstad frett...@gmail.com wrote: I'm saying: Send an _e-mail_ to the abuse contact point for the IP address block owner. Don't simply blacklist. Well, feel free to add the IP address in question to a local blacklist, but if you can't be

Need advice about an error messange that worries me in Wheezy

2014-05-22 Thread Paul E Condon
I have a small home office LAN on which I run Wheezy. I have an old HP5MP (which was renamed HP-Laserjet-5MP several years after I purchased it). I use CUPS to manage the connection between the computer and the printer. The printer is connected to an old Dell that still has the Centronics

Re: Spamhaus Blacklist

2014-05-22 Thread John Hasler
Joe writes: But you normally only get one spam at a time from one ISP, which suggests they do spot the problem themselves fairly quickly... It suggests that the spammers are quite sophisticated in their use of their bots. -- John Hasler jhas...@newsguy.com Elmwood, WI USA -- To

Re: wireless can DHCP but not DNS?

2014-05-22 Thread Tom Roche
Tom Roche Thu, 22 May 2014 15:08:36 -0400 summary: box ethernets via wire, but all wireless fails, including known-good providers: `ifconfig -a` shows a wireless IP#, but `nslookup` fails. How to fix or debug? Brian Thu, 22 May 2014 20:46:38 +0100 You could compare (and post)

Re: Iceweasel and DRM

2014-05-22 Thread Steve Litt
On Sun, 18 May 2014 22:31:18 -0400 Jerry Stuckle jstuc...@attglobal.net wrote: ... Copyright violations are rampant on the web. Thank you for refraining from calling that piracy. OK, since you insist, I'll call it what it is - piracy. I didn't think you were _such_ a contrarian.

Re: FSF condemns partnership between Mozilla and Adobe to support Digital Restrictions Management

2014-05-22 Thread Steve Litt
On Tue, 20 May 2014 00:17:06 +1200 Richard Hector rich...@walnut.gen.nz wrote: And in the case where the copyright has elapsed? The main point, rather than my additional comment? Richard Few of us will be alive when Jerry's works go out of copyright, given that even if he died this very

Re: want to revert back to gnome classic mode.

2014-05-22 Thread Steve Litt
On Wed, 21 May 2014 16:30:13 +1000 Chris Angelico ros...@gmail.com wrote: On Wed, May 21, 2014 at 3:54 PM, Muhammad Yousuf Khan sir...@gmail.com wrote: i have just installed debian 7 and i am feeling a bit uncomfortable with the new look (unity type) i want the all time old menu gnome

Re: Spamhaus Blacklist

2014-05-22 Thread Jerry Stuckle
On 5/22/2014 4:15 PM, Bob Holtzman wrote: On Thu, May 22, 2014 at 01:47:50PM +0200, Jan Ingvoldstad wrote: On Thu, May 22, 2014 at 12:06 PM, basti mailingl...@unix-solution.de wrote: Actually I get some spam from 84.19.164.45but this ip is not blocked at the moment. Forward the message

Re: Anyone using exim with fastmail.fm's smtp server as smart host?

2014-05-22 Thread Harry Putnam
First off, so many thanks are due to posters on this thread. You've reduced a really vast amount of docu into a few paragraphs of just the right stuff for my situation. With my muddled thinking incomplete background, I would have a been a very long time getting to the stage offered in this

does gpg gpg2 use same gpg.conf file in home directory what are the best practices to create gpg2 signature ?

2014-05-22 Thread war.dhan
hi debian-users, good morning ! i am planning to create a gpg2 key. i have googled and read some articles ideas on the web. i have some comprehensions doubts about creation use of gpg2 key. i request members to provide your valuable advice suggestions if possible warnings :) [1] i have

Re: does gpg gpg2 use same gpg.conf file in home directory what are the best practices to create gpg2 signature ?

2014-05-22 Thread Chris Bannister
On Fri, May 23, 2014 at 08:34:39AM +0530, war.dhan wrote: ... You'll probably have better luck on a gnupg mailing list: https://www.gnupg.org/documentation/mailing-lists.html -- If you're not careful, the newspapers will have you hating the people who are being oppressed, and loving the people

Setting up a home gateway/router

2014-05-22 Thread csanyipal
Hi, I wish to set up my home headless power pc box as a gateway/router ( GW ). I can connect to it with SSH only. Before, I set up this GW to get an IP address from my ISP with dhcp.client. Now, I ask a static IP address for this GW and don't know how to setup eth0 interface so I can connect to

Re: Setting up a home gateway/router

2014-05-22 Thread Vincent W. Chen
On Thu, May 22, 2014 at 9:57 PM, csanyi...@gmail.com wrote: Hi, I wish to set up my home headless power pc box as a gateway/router ( GW ). I can connect to it with SSH only. Before, I set up this GW to get an IP address from my ISP with dhcp.client. Now, I ask a static IP address for

Re: Need advice about an error messange that worries me in Wheezy

2014-05-22 Thread Sven Joachim
On 2014-05-23 00:41 +0200, Paul E Condon wrote: Under Wheezy, every time I print a document I get and error message which reads verbatim: p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot

Re: want to revert back to gnome classic mode.

2014-05-22 Thread Charlie
On Thu, 22 May 2014 21:54:37 -0400 Steve Litt sent: On Wed, 21 May 2014 16:30:13 +1000 Chris Angelico ros...@gmail.com wrote: On Wed, May 21, 2014 at 3:54 PM, Muhammad Yousuf Khan sir...@gmail.com wrote: i have just installed debian 7 and i am feeling a bit uncomfortable with the