Re: PC éteint qui consomme[identifié]

2012-11-18 Thread François Boisson

 
 Peut-on alors créer ce fichier et y inclure ? :
 HWCLOCKACCESS=no
 
Oui, c'est ce que j'ai fait

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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121118101602.734d7c0947c004a276cb7...@maison.homelinux.net



Re: PC éteint qui consomme[identifié]

2012-11-18 Thread François Boisson
hwclock lit les fichiers /etc/default/rcS et /etc/default/hwclock.

Je n'ai vu nulle part l'option HWCLOCKACCESS définie par défaut (ce qui
revient à la mettre à yes, oui, ok, etc)

J'ai effectivement crée le fichier et ça convient.

En fait concrétement, outre le rajout de cette opotion, j'ai un
fichier /etc/rc.local contenant

#!/bin/bash
if [ -d /etc/scripts.d ] ; then
for f in $(ls  /etc/scripts.d | grep -v ~$) ; do
/etc/scripts.d/$f 
done
fi
exit 0

qui exécute ce qui est dans /etc/scripts.d au démarrage.
Dans /etc/scripts.d, j'ai un fichier economie contenant

#!/bin/sh
/sbin/ethtool -s eth0 wol d
acpitool -w | grep enabled \
 | grep -v LID | sed -e '1,$s/ *\([0-9]*\)\..*$/\1/' 
\ 
 | xargs -n 1 acpitool -W

qui stoppe toutes les causes de réveil automatique sauf le
relevé de l'écran (LID) que je veux conserver.

Je me demande si le problème ne viendrait pas du temps
que met le noyau pour mettre à jour l'horloge système?

François Boisson (pas satisfait car ne comprenant pas 
tout à fait le lien) 

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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121118102442.6f3b0c3e629734603b261...@maison.homelinux.net



Re: PC éteint qui consomme[identifié]

2012-11-18 Thread François Boisson
Si je regarde le noyau (arch/x86/kernel/rtc.c), il semble que la mise à jour
de l'horloge se fait exactement 500ms après la demande ce qui est long.  Je
vais voir si il ne suffit pas de rajouter 1s de délai lors de l'extinction de
la machine...

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
Archive: 
http://lists.debian.org/20121118112325.31eab2c16dd87d4f6c369...@maison.homelinux.net



Re: PC éteint qui consomme[identifié]

2012-11-18 Thread C. Mourad Jaber

Le 18/11/2012 11:23, François Boisson a écrit :

Si je regarde le noyau (arch/x86/kernel/rtc.c), il semble que la mise à jour
de l'horloge se fait exactement 500ms après la demande ce qui est long.  Je
vais voir si il ne suffit pas de rajouter 1s de délai lors de l'extinction de
la machine...

François Boisson

Ce serait effectivement plus logique !
Pour mettre quand même à jour l'horloge matériel...

++

Mourad

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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/50a8e37c.1020...@nativobject.net



Re: PC éteint qui consomme[identifié]

2012-11-18 Thread François Boisson
Le Sun, 18 Nov 2012 14:32:44 +0100
C. Mourad Jaber m...@nativobject.net a écrit:

 Le 18/11/2012 11:23, François Boisson a écrit :
  Si je regarde le noyau (arch/x86/kernel/rtc.c), il semble que la mise à
  jour de l'horloge se fait exactement 500ms après la demande ce qui est
  long.  Je vais voir si il ne suffit pas de rajouter 1s de délai lors de
  l'extinction de la machine...
 
  François Boisson
 Ce serait effectivement plus logique !
 Pour mettre quand même à jour l'horloge matériel...

Bon, ça n'est pas ça. C'est donc un pbm plus compliqué du noyau.
Je vais faire un message nouveau rapport de bug.

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
Archive: 
http://lists.debian.org/20121118160757.26de214e8f077d5a52c5b...@maison.homelinux.net



Re: Souci de serveur MySQL après passage Lenny--Squeeze

2012-11-18 Thread pmenier

Le 18/11/2012 08:45, Olivier Kazmierowski a écrit :

Bonjour,

Suite à une mise à jour chaotique d'un serveur Lenny en Squeeze
(http://www.debian-fr.org/erreur-udev-mi ... 40969.html
http://www.debian-fr.org/erreur-udev-mise-a-jour-lenny-squeeze-t40969.html),
je constate que certaines choses ne fonctionnent pas comme il le faudrait. En
effet, le serveur MySQL ne semble pas lancé.
En faisant un mysqld restart, j'obtiens comme réponse mysqld : Too many 
arguments.
En faisant un ps aux | grep mysql, j'obtiens :
Image http://www.heberger-image.fr/images/44827_mysqlCapture.png.html
Enfin, en faisant un mysql -v, je constate que le serveur MysSQL est resté en
version 5.0 et n'a pas été mis à jour en version 5.1

Pourriez-vous me conseiller ?

Cordialement
Olivier Kazmierowski

Bonjour,

Il faut que tu précises: mysql-server-5.1 dans ton apt-get install.

De plus méfie-toi du fichier de conf (/etc/mysql/my.cnf) qui peut contenir des 
instructions non reconnues par la nouvelle version. Pour un premier démarrage tu 
peux activer les logs via ce fichier (et les désactiver lorsque tout fonctionnera).


#log   = /var/log/mysql/mysql.log

Patrick


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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/k8b556$tj1$1...@ger.gmane.org



[un peu HS ?] Iceweasel n'affiche pas la cartographie du Vendée Globe

2012-11-18 Thread Giraud Jean Louis
Bonjour,
Je suis sous Squeeze avec Xfce comme environnement de bureau et
Iceweasel 3.5.12 comme navigateur internet et je suis désolé car
lorsque je clique sur l'onglet cartographie sur le site du Vendée
Globe j'obtiens une page blanche avec juste le bandeau du haut où
figure le chronomètre. 
Si quelqu'un a une idée pour résoudre ce problème il aura droit à toute
ma reconnaissance. 

-- 
Cordialement

Jean-Louis Giraud

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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20121118200250.11b6b...@new-host.home



Re: [un peu HS ?] Iceweasel n'affiche pas la cartographie du Vendée Globe

2012-11-18 Thread Bzzz
On Sun, 18 Nov 2012 20:02:50 +0100
Giraud Jean Louis giraud_jean-lo...@orange.fr wrote:

 lorsque je clique sur l'onglet cartographie sur le site du Vendée
 Globe j'obtiens une page blanche avec juste le bandeau du haut où
 figure le chronomètre. 

As-tu autorisé cookies  JS?

-- 
Pérus Punaise je me laverai plus souvent les cheveux...
Darky T'as des poux, Pérus ?

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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/20121118201556.61de90a0@anubis.defcon1



Re: [un peu HS ?] Iceweasel n'affiche pas la cartographie du Vendée Globe

2012-11-18 Thread Gaëtan PERRIER
Le Sun, 18 Nov 2012 20:02:50 +0100
Giraud Jean Louis giraud_jean-lo...@orange.fr a écrit:

 Bonjour,
 Je suis sous Squeeze avec Xfce comme environnement de bureau et
 Iceweasel 3.5.12 comme navigateur internet et je suis désolé car
 lorsque je clique sur l'onglet cartographie sur le site du Vendée
 Globe j'obtiens une page blanche avec juste le bandeau du haut où
 figure le chronomètre. 
 Si quelqu'un a une idée pour résoudre ce problème il aura droit à toute
 ma reconnaissance. 
 

Salut,

Avec Iceweasel 16.0.2, j'ai aussi une page blanche mais la carte s'affiche
après 15 ou 20 secondes (il affiche transfert de données en cours en bas).

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
Archive: http://lists.debian.org/20121118202053.c95b51299ec17ac8ef542...@neuf.fr



Re: [un peu HS ?] Iceweasel n'affiche pas la cartographie du Vendée Globe

2012-11-18 Thread Mourad Jaber

Le 18/11/2012 20:02, Giraud Jean Louis a écrit :

Bonjour,
Je suis sous Squeeze avec Xfce comme environnement de bureau et
Iceweasel 3.5.12 comme navigateur internet et je suis désolé car
lorsque je clique sur l'onglet cartographie sur le site du Vendée
Globe j'obtiens une page blanche avec juste le bandeau du haut où
figure le chronomètre.
Si quelqu'un a une idée pour résoudre ce problème il aura droit à toute
ma reconnaissance.


J'ai bien peur que la version 3.5 soit une pièce de musée !

Très peu de site internet sont testés sur cette version, donc il est tout à fait possible 
que tu te retrouve avec de plus en plus d'incompatibilités...


Il est peut-être temps de penser aux backports pour passer en iceweasel 10...

Chez moi en iceweasel 16 le site fonctionne très bien, avec une bonne 
réactivité.

++

Mourad

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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: http://lists.debian.org/50a95da5.8040...@nativobject.net



Re: batch imagemagick ?

2012-11-18 Thread philippe L
Bonjour,

J'ai réussi à bidouiller çà :
#!/bin/bash

function f_image-fusion {
composite -gravity center mail4b.png $1 ${1%jpg}jpeg
}
{
  find . -maxdepth 0 -type f -name *.jpg
  echo EOF
} | {
 while true; do
 read -r i
 test $i = EOF  break
 f_image-fusion $i
done
}

Je n'arrive pas à l'exécuter ailleurs que dans mon /home/  et il ne
parcours pas tous les répertoires ( malgré plusieur modification de
maxdepth),  comment déplacer l'exécution sur un disque USB externe, et
modifier la sortie ?
( Je suis OK pour chmod sur le DD externe, et la partition est en FAT )

Merci

Ptilou

Le 13/11/12, Sylvain L. Sauvagesylvain.l.sauv...@free.fr a écrit :
 Le mardi 13 novembre 2012 à 08:42:37, ptilou a écrit :
 Bonjour,

 ’soir,

   Quand tu as plusieurs questions, fais plusieurs fils, surtout
 quand elles n’ont rien à voir entre elles.

 Debian AMD-64, installé hier, qui fait que MS ne trouve plus
 son MBR ! ( Peut-être c'est moi ? )

   Manque d’info.

 Je tape :  composite -gravity center
 /home/ptilou/kipcool-mail.png  /home/ptilou/rose.png :
 compose_rejoin.png J'ai :

 composite: unable to open image `:': P  @
 error/blob.c/OpenBlob/2489.

 Quelqu'un peut eclairsir mes lacunes ?

   Ben il te le dit : « : » n’est pas un fichier. Enlève le
 « : », il ne sert pas dans composite mais dans convert (et
 d’autres).

 Accessoirement comment déclarer : rose.png comme *.png dans
 un script pour que l'opération ce répéte sur tous les
 fichiers png ?

   man bash ou man zsh ou man dash, etc., et regarde la syntaxe
 de « for ». En gros :
 for f in *.png; do
composite -gravity center kipcool.png $f $f+kipcool.png
 done

 Euh comment avoir le C de copieryte suivie de

 « copyright »

 la licence CC ?

 Plusieurs solutions :
   1. utilise simplement (C), c’est le terme « copyright » (en
 français dans le texte) qui est important ;
   2. Compose + O + c (et d’autres compositions) ;
   3. AltGr + c en fr-oss ;

 PS: comment transformer les caractéres point d'intérogation
 dans la sortie eroné en caractéres compréhensible par
 l'humain lambda ?

   L’affichage n’est pas forcément erroné, c’est juste que les
 octets à afficher ne correspondent pas à des caractères valides.
 Soit ils ne sont pas valides seulement dans l’encodage utilisé
 (p.ex. afficher des caractères étendus latin-1 dans de l’UTF-8),
 soit ils ne sont valides nulle part (p.ex. des caractères de
 code ( 32)).
   Là, ça ressemble plutôt à du binaire…

 --
  Sylvain Sauvage

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

 Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
 vers debian-user-french-requ...@lists.debian.org
 En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/201211132000.14292.sylvain.l.sauv...@free.fr



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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK0GvMzV0-WCJG1+BmLgWTptXGWN=UKEkuF=d+kw_8m-g87...@mail.gmail.com



Re: The Debian Administrator's Handbook

2012-11-18 Thread Zaki Akhmad
2012/11/14 Iwan Setiawan s...@kuliax.org:
 Pada 11/09/12 17:54, Izharul Haq menulis:

 Salam,

 Buku The Debian Administrator's Handbook telah tersedia, silahkan menuju
 alamat http://deb.li/DEBHB, bila ada yang berminat membantu
 menerjemahkan silahkan diutarakan disini :)


 Waktu buku debian-handbook muncul, tertarik untuk menerjemahkannya. Bukunya
 bagus. Hanya masalah waktu saja yang belum ditentukan untuk mulai
 menerjemahkan :D

 Sampai sekarang masih tergabung di milis debian-handbook-translators

Cuplikan buku :-D

http://blogs.itb.ac.id/zakiakhmad/2012/10/31/budaya-unix/

Buku pegangan Debian telah lama dirilis. Lama? Ah tidak juga. Ya,
Internet dengan karakternya yang cepat seolah membuat informasi
menjadi cepat usang. Sebenarnya, baru bulan Mei ini buku ini dirilis.
Begitu mengetahuinya, saya pun segera berbagi kabar di milis debian
Indonesia.

Bagi yang belum mengunduh, bisa akses via cermin lokal di sini.

Karakter pengguna Internet di Indonesia yang saya ketahui pada
umumnya, hanya hangat-hangat di awal. Maksudnya, buku ini sudah dari
bulan Mei dirilis, lalu lantas orang beramai-ramai mengunduhnya. Tapi
berapa orang yang benar-benar sudah membacanya?

Hihihi saya sendiri pun baru minggu lalu berusaha membaca dengan baik
buku ini. Jadi saya termasuk orang yang hangat-hangat tahi ayam juga
dong. Anggap saja dengan tulisan ini, saya mau mengobati kebiasaan
buruk tersebut.

Pada halaman 476, tulisan dalam kotak, membuat saya berpikir lebih
dalam. Tulisan ini mengenai, apa yang sudah saya tulis dalam judul.
Tentang melakukan satu hal, dan lakukan satu hal tersebut dengan baik.

Unix memiliki program-program kecil yang berfungsi sangat baik. Bahkan
fungsinya begitu spesifik, dan program ini berani mengatakan ia tidak
mampu melakukan hal selain kemampuannya. Diberikan contoh program
grep, wc, sort. Lalu libpng yang hanya mampu membaca dan menulis citra
PNG saja, tidak citra lainnya.

Kalau UNIX sudah melakukan di sistem operasi, sudahkan kita melakukan
satu hal  melakukan hal tersebut dengan baik di dunia nyata?

-- 
Zaki Akhmad


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



sobre sua festa

2012-11-18 Thread consultora evemtos
Bom dia, 
 
Qual é a data de seu próximo evento e onde se realizará?
 
Meu nome é Margarida, sou consultora de festas e eventos e quero te dar uma 
sugestão: Inclua uma das seguintes atrações e garanta sucesso total (te 
forneço de graça todos os contatos e orçamentos, o preço é ótimo):
 
Shows Musicais:
Show especial Natal + Q Feliz 
Show Animadíssimo de Festas de Confraternização Happy New Year 
Tributo Sobre a Vida e Obra de Elvis Presley 
Show sobre a obra de Frank Sinatra 
Outras atrações sob-medida para você.
Outros Serviços para seus eventos: 
DJs, Celebridaes, Presenças VIPs, Grupos de Dança, Fotógrafos, Buffets, etc.
Aguardo seu pedido de orçamento sem compromisso.
 
Margarida
i...@the-number-one.org
Telefones: + (21) 2548-3508, (21) 9617-6886 tim, (21) 8881-4565 oi
Atendemos a todo o Brasil e Exterior


Holddelete del spam y reenvio del correo lícito

2012-11-18 Thread jors

Buenas listeros,

Con postfix + spamassassin estoy intentando hacer (en un proxy de salida 
de correo) que aquellos correos que spamassassin catalogue y marque como 
spam (en sus cabeceras), postfix los ponga en la cola de deferred para 
posteriormente revisarlos (y si son lícitos, marcarlos como ham y 
reencolarlos para su envío; y viceversa, marcándolos como spam y 
descartándolos).


Para esto, tengo lo siguiente en los respectivos ficheros de config:

/etc/postfix/master.cf:
smtp inet n - - - - smtpd -o content_filter=spamassassin
spamassassin unix - n n - - pipe
	user=spamd argv=/usr/bin/spamc -f -e /usr/sbin/sendmail -oi -f 
${sender} ${recipient}


/etc/postfix/main.cf:
header_checks = regexp:/etc/postfix/header_checks

/etc/postfix/header_checks:
/^X-Spam-Flag: YES/ HOLD ThisMailIsOnHold!

Spamassassin funciona y el header_check también, porque los correos con 
el X-Spam-Flag a YES son puestos en hold/deferred. Pero si luego trato 
de volver a poner estos correos en hold/deferred en la cola de envios, 
vuelve a entrar en el filtro del header_checks y de nuevo a ponerlo en 
hold (y así en un bucle infinito), con lo que el correo núnca llega a salir.


¿Alguna idea de cómo hacer lo que pretendo?

Salutedes,
jors


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



Re: Sobre drupal7

2012-11-18 Thread Roberto Quiñones
2012/11/17 Cosme Domínguez Díaz cosme.dd...@gmail.com:
 El 17/11/12 03:29, cosme escribió:

 Notice: Undefined index: mediafront en mediafront_views_get_options()
 (línea 164


 Es un error conocido del módulo MediaFront:

 http://drupal.org/node/1818150

 Al parecer está arreglado en la rama en desarrollo del módulo.

 Si no me equivoco, creo que este es el commit que solucionar el problema:

 Fixed an error in the module for getting views options.
 http://drupalcode.org/project/mediafront.git/blobdiff/68f1c8bd017557f556ac5a0977310edbdd616296..9be5ed4:/mediafront.module


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


y creo que esto corresponde a un OT, pero màs aun no tiene relaciòn a
esta lista y màs bien podrias ver este tema en alguna de las listas de
drupal.

Regards
-- 

Roberto Quiñones

Owner - Service Manager and System
ACShell.NET – Internet Services
robe...@acshell.net - www.acshell.net
San Martin #311 Santiago – CL (Chile)
+560981361713



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



sobre sua festa

2012-11-18 Thread consultora evemtos
Bom dia, 
 
Qual é a data de seu próximo evento e onde se realizará?
 
Meu nome é Margarida, sou consultora de festas e eventos e quero te dar uma 
sugestão: Inclua uma das seguintes atrações e garanta sucesso total (te 
forneço de graça todos os contatos e orçamentos, o preço é ótimo):
 
Shows Musicais:
Show especial Natal + Q Feliz 
Show Animadíssimo de Festas de Confraternização Happy New Year 
Tributo Sobre a Vida e Obra de Elvis Presley 
Show sobre a obra de Frank Sinatra 
Outras atrações sob-medida para você.
Outros Serviços para seus eventos: 
DJs, Celebridaes, Presenças VIPs, Grupos de Dança, Fotógrafos, Buffets, etc.
Aguardo seu pedido de orçamento sem compromisso.
 
Margarida
i...@the-number-one.org
Telefones: + (21) 2548-3508, (21) 9617-6886 tim, (21) 8881-4565 oi
Atendemos a todo o Brasil e Exterior


Re: Boa tarde

2012-11-18 Thread Thiago Cangussu
Instala o pacote fglrx-driver e configura com o comando aticonfig --initial.

Maiores informações:
http://wiki.debian.org/ATIProprietary



Em 18 de novembro de 2012 17:05, Carlos Alberto Junior
carlosjr@gmail.com escreveu:
 Galera é o seguinte comprei um dell 5423 e instalei o wheezy nele queria
 saber com vocês se tem como instalar a placa ATI Radeon 7500/7600 series?

 fico no aguardo vlw

 --
 Carlos Alberto
 E-mail / Gtalk: carlosjr@gmail.com
 Twitter: @carlosjrlinux
 Websites: Comunidade Linux Indaiatuba / Central Livre






--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAGneWBN5YeJQW_-zZj-rvScN1rdOuYB=LD9YqDug3nnK=6x...@mail.gmail.com



Re: Power Management kernel 3.2

2012-11-18 Thread FHRB Toledo
Senhores,

Apenas para constar. Resolvi o problema!

Carreguei os módulos processor, thermal e ac e tudo parece OK.

Obrigado pelas sugestões.

att,
FH

2012/11/12 FHRB Toledo fernandohtol...@gmail.com

 Desculpem Colegas,

 Pelo que havia lido no google, achei que esse fosse um problema
 recorrente no kernel novo e não me atentei a necessidade de maiores
 especificações.

 Acredito que a saída do meu lspci seja informativa do meu hardware... caso
 seja necessárias maiores informações, fico a disposição.

 lspci:

 fhtoledo@laptop:~$ lspci
 00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM
 Controller (rev 09)
 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
 processor Graphics Controller (rev 09)
 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
 Family USB xHCI Host Controller (rev 04)
 00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series
 Chipset Family MEI Controller #1 (rev 04)
 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
 Family USB Enhanced Host Controller #2 (rev 04)
 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset
 Family High Definition Audio Controller (rev 04)
 00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family
 PCI Express Root Port 1 (rev c4)
 00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family
 PCI Express Root Port 2 (rev c4)
 00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family
 PCI Express Root Port 4 (rev c4)
 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
 Family USB Enhanced Host Controller #1 (rev 04)
 00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller
 (rev 04)
 00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port
 SATA Controller [AHCI mode] (rev 04)
 00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus
 Controller (rev 04)
 02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230
 (rev c4)
 03:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v2.0
 Gigabit Ethernet (rev c0)

 att,
 FH

 2012/11/11 Gunther Furtado gunfurt...@gmail.com

 Dom, 11.11.2012, FHRB Toledo disse:

  Senhores,
 
  Alguém sabe como fazer o power management da bateria funcionar
  corretamente com o kernel do Debian testing 3.2?
 

 No meu hardware tudo funciona belezinha!


  O monitor da bateria, quando plugada, acusa sempre energia em 100%,
  mas a luz do indicador no laptop fica vermelho piscando que pelo
  manual do laptop é indicativo de que ela está descarregada.
 
  Quando o laptop está desplugado o monitor no gnome acusa que ela está
  100% descarregada e a luz vermelho piscando permanece...
 
  Qualquer sugestão de como fazer isso funcionar corretamente é bem
  vinda.
 
  Obrigado... !
 
  att,
  FH


 --

 Cuando la guática pide comídica
 Pone al cristiánico firme y guerrérico
 Por sus poróticos y sus cebóllicas,
 No hay regimiéntico que los deténguica
 Si tienen hámbrica los populáricos. Violeta Parra

 Gunther Furtado
 Curitiba - Paraná - Brasil
 gunfurt...@gmail.com
 skype:gunfurtado


 --
 To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive:
 http://lists.debian.org/2012223104.29de6...@shrknemo.gbmc.net





Assinem a petição para a Adobe sempre fazer a versão mais recente do Adobe Reader para Linux.

2012-11-18 Thread Juliano Cesar
Vamos divulgar e 
assinar http://www.change.org/pt-BR/peti%C3%A7%C3%B5es/adobe-systems-incorporated-we-want-to-always-have-the-latest-version-of-adobe-reader-on-linux

Se alguém tiver uma ideia de uma melhor descrição em inglês e portarmos a 
descrição em vários idiomas, pode ser que isso dê certo.

A meta é de 2 milhões de assinaturas, sabemos que existem alternativas de 
leitores de PDF, mas nenhum se compara ao Adobe Reader, é uma pena que a Adobe 
parou de atualizar a sua versão para Linux.

Re: Como faço para responder?

2012-11-18 Thread Juliano Cesar
Assim?



 De: Sinval Júnior sinva...@gmail.com
Para: Juliano Cesar cetapsao...@yahoo.com.br 
Enviadas: Domingo, 18 de Novembro de 2012 17:20
Assunto: Re: Como faço para responder?
 

Chegou Juliano

Ao encaminhar esta mensagem, por favor:
1 - Apague meu endereço eletrônico;
2 - Encaminhe como Cópia Oculta (Cco ou BCc) aos seus destinatários. Dificulte 
assim a disseminação de vírus, spams e banners.

#=+
#!/usr/bin/env python
nome = 'Sinval Júnior'
email = 'sinvalju arroba gmail ponto com'
print nome
print email
#==+



Em 16 de novembro de 2012 22:12, Juliano Cesar cetapsao...@yahoo.com.br 
escreveu:

Apenas testando se vem a resposta.




 De: Gunther Furtado gunfurt...@gmail.com
Para: Juliano Cesar cetapsao...@yahoo.com.br 
Cc: debian-user-portuguese@lists.debian.org 
Enviadas: Sexta-feira, 16 de Novembro de 2012 22:10
Assunto: Re: Como faço para responder?
 

Sex, 16.11.2012, Juliano
 Cesar disse:

 Havia criado um tópico, um cara me respondeu, dai tentei responder
 ele, e não deu, esse mailto não funciona aqui. achei complicado isso
 aqui, fórum pra nerds é meio complicado pra mim.

Mas a questão é: você quer aprender?

abs.,

-- 

Cuando la guática pide comídica
Pone al cristiánico firme y guerrérico
Por sus poróticos y sus cebóllicas,
No hay regimiéntico que los deténguica
Si tienen hámbrica los populáricos. Violeta Parra

Gunther Furtado
Curitiba - Paraná - Brasil
gunfurt...@gmail.com
skype:gunfurtado


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of
 unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121116221008.0cb7a...@shrknemo.gbmc.net





Re: Assinem a petição para a Adobe sempre fazer a versão mais recente do Adobe Reader para Linux.

2012-11-18 Thread Jack Jr

Por mim Adobe que vá para o inferno. =)

Jack Pogorelsky Junior
*Eng° Mecânico (CREA-RS 136845)
*http://www.pogorelsky.net
Tel. +55 (51) 97842748
Email: j...@sulmail.com mailto:j...@sulmail.com

Em 18-11-2012 20:43, Juliano Cesar escreveu:
Vamos divulgar e assinar 
http://www.change.org/pt-BR/peti%C3%A7%C3%B5es/adobe-systems-incorporated-we-want-to-always-have-the-latest-version-of-adobe-reader-on-linux


Se alguém tiver uma ideia de uma melhor descrição em inglês e 
portarmos a descrição em vários idiomas, pode ser que isso dê certo.


A meta é de 2 milhões de assinaturas, sabemos que existem alternativas 
de leitores de PDF, mas nenhum se compara ao Adobe Reader, é uma pena 
que a Adobe parou de atualizar a sua versão para Linux.




Re: Assinem a petição para a Adobe sempre fazer a versão mais recente do Adobe Reader para Linux.

2012-11-18 Thread Luiz Henrique Rauber Rodrigues
sou muito mais o okular

Em 18 de novembro de 2012 22:53, Jack Jr cska1...@gmail.com escreveu:

  Por mim Adobe que vá para o inferno. =)

 Jack Pogorelsky Junior
 *Eng° Mecânico (CREA-RS 136845)
 *http://www.pogorelsky.net
 Tel. +55 (51) 97842748
 Email: j...@sulmail.com

  Em 18-11-2012 20:43, Juliano Cesar escreveu:

  Vamos divulgar e assinar
 http://www.change.org/pt-BR/peti%C3%A7%C3%B5es/adobe-systems-incorporated-we-want-to-always-have-the-latest-version-of-adobe-reader-on-linux

  Se alguém tiver uma ideia de uma melhor descrição em inglês e portarmos
 a descrição em vários idiomas, pode ser que isso dê certo.

  A meta é de 2 milhões de assinaturas, sabemos que existem alternativas
 de leitores de PDF, mas nenhum se compara ao Adobe Reader, é uma pena que a
 Adobe parou de atualizar a sua versão para Linux.





-- 
att.

Luiz Henrique Rauber Rodrigues
Consultor - Gerenciamento de Projetos, TI e Estratégia
51 9850 0533 - 55 8412 0309 - RS
luiz.rau...@bruderrauber.com - bruderrauber.com
luiz.rau...@gmail.com - luizrauber.blogspot.com

// Economizar também é conscientização ambiental, não imprima este e-mail
se desnecessário


Re: Assinem a petição para a Adobe sempre fazer a versão mais recente do Adobe Reader para Linux.

2012-11-18 Thread Sinval Júnior
2X, nem para Windows e Mac vale a pena.

Ao encaminhar esta mensagem, por favor:
1 - Apague meu endereço eletrônico;
2 - Encaminhe como Cópia Oculta (Cco ou BCc) aos seus destinatários.
Dificulte assim a disseminação de vírus, spams e banners.

#=+
#!/usr/bin/env python
nome = 'Sinval Júnior'
email = 'sinvalju arroba gmail ponto com'
print nome
print email
#==+


Em 18 de novembro de 2012 22:53, Jack Jr cska1...@gmail.com escreveu:

  Por mim Adobe que vá para o inferno. =)

 Jack Pogorelsky Junior
 *Eng° Mecânico (CREA-RS 136845)
 *http://www.pogorelsky.net
 Tel. +55 (51) 97842748
 Email: j...@sulmail.com

  Em 18-11-2012 20:43, Juliano Cesar escreveu:

  Vamos divulgar e assinar
 http://www.change.org/pt-BR/peti%C3%A7%C3%B5es/adobe-systems-incorporated-we-want-to-always-have-the-latest-version-of-adobe-reader-on-linux

  Se alguém tiver uma ideia de uma melhor descrição em inglês e portarmos
 a descrição em vários idiomas, pode ser que isso dê certo.

  A meta é de 2 milhões de assinaturas, sabemos que existem alternativas
 de leitores de PDF, mas nenhum se compara ao Adobe Reader, é uma pena que a
 Adobe parou de atualizar a sua versão para Linux.





Re: Assinem a petição para a Adobe sempre fazer a versão mais recente do Adobe Reader para Linux.

2012-11-18 Thread Vinicius

Eles tambem pararam de atualizar o flash player 4 linux

isso não me preocupa, sempre existirão alternativas

Vinicius

Em 18-11-2012 22:53, Jack Jr escreveu:

Por mim Adobe que vá para o inferno. =)

Jack Pogorelsky Junior
*Eng° Mecânico (CREA-RS 136845)
*http://www.pogorelsky.net
Tel. +55 (51) 97842748
Email: j...@sulmail.com mailto:j...@sulmail.com

Em 18-11-2012 20:43, Juliano Cesar escreveu:
Vamos divulgar e assinar 
http://www.change.org/pt-BR/peti%C3%A7%C3%B5es/adobe-systems-incorporated-we-want-to-always-have-the-latest-version-of-adobe-reader-on-linux


Se alguém tiver uma ideia de uma melhor descrição em inglês e 
portarmos a descrição em vários idiomas, pode ser que isso dê certo.


A meta é de 2 milhões de assinaturas, sabemos que existem 
alternativas de leitores de PDF, mas nenhum se compara ao Adobe 
Reader, é uma pena que a Adobe parou de atualizar a sua versão para 
Linux.






Re: Assinem a petição para a Adobe sempre fazer a versão mais recente do Adobe Reader para Linux.

2012-11-18 Thread Jack Jr

Gnash tem muito a melhorar. Mas é o que eu uso

Jack Pogorelsky Junior
*Eng° Mecânico (CREA-RS 136845)
*http://www.pogorelsky.net
Tel. +55 (51) 97842748
Email: j...@sulmail.com mailto:j...@sulmail.com

Em 18-11-2012 23:51, Vinicius escreveu:

Eles tambem pararam de atualizar o flash player 4 linux

isso não me preocupa, sempre existirão alternativas

Vinicius

Em 18-11-2012 22:53, Jack Jr escreveu:

Por mim Adobe que vá para o inferno. =)

Jack Pogorelsky Junior
*Eng° Mecânico (CREA-RS 136845)
*http://www.pogorelsky.net
Tel. +55 (51) 97842748
Email: j...@sulmail.com mailto:j...@sulmail.com

Em 18-11-2012 20:43, Juliano Cesar escreveu:
Vamos divulgar e assinar 
http://www.change.org/pt-BR/peti%C3%A7%C3%B5es/adobe-systems-incorporated-we-want-to-always-have-the-latest-version-of-adobe-reader-on-linux


Se alguém tiver uma ideia de uma melhor descrição em inglês e 
portarmos a descrição em vários idiomas, pode ser que isso dê certo.


A meta é de 2 milhões de assinaturas, sabemos que existem 
alternativas de leitores de PDF, mas nenhum se compara ao Adobe 
Reader, é uma pena que a Adobe parou de atualizar a sua versão para 
Linux.








Re: Assinem a petição para a Adobe sempre fazer a versão mais recente do Adobe Reader para Linux.

2012-11-18 Thread Alonso Genis
El 18/11/2012, a las 20:43, Juliano Cesar cetapsao...@yahoo.com.br escribió:

 sabemos que existem alternativas de leitores de PDF, mas nenhum se compara ao 
 Adobe Reader, é uma pena que a Adobe parou de atualizar a sua versão para 
 Linux.

Oi, fiquei curioso por saber as coisas que o Adobe Reader tem e as alternativas 
não.

Abraço!
AG



Thunar, USB-sticks and big files

2012-11-18 Thread Andreas Rönnquist
Hi guys!

I have a problem copying big files to an USB-stick using thunar in
Debian Stable. Doing the actual copying is mostly fine and no error is
printed, but when unmounting the USB memory (I guess it is then the
files are actually copied) - the device pretty much always times out,
giving an error message, and the copied files are not readable. 

I do this to copy ripped DVD's to USB memory for viewing in a TV with
USB connection - the result is that if the files are copied using
Thunar, it fails, the files are not readable by the TV, but if copying
using terminal and a simple cp, it works just fine.

Has anybody seen similar results - is there anything to be done to
solve it?

Nothing extremely serious, I can still copy the files using terminal as
I said, but it would be nice to have it working using only Thunar too.

-- Andreas Rönnquist
mailingli...@gusnan.se
gus...@gusnan.se


signature.asc
Description: PGP signature


Re: Password problem confirmed as repeatable - was [Re: Newbie password problem(s)]

2012-11-18 Thread Chris Bannister
On Sun, Nov 18, 2012 at 12:46:38AM +0900, Osamu Aoki wrote:
 Hi,
 
 On Sat, Nov 17, 2012 at 06:31:50AM -0600, Richard Owlett wrote:
 ...
  I've been a computer user since before Mr. Torvalds was born. I
  just never had reason to have contact with *nix. Even when working
  for DEC I was much more into analog than digital.
 
 I see.  I guess you were a VMS or some mainframe user...
 
 As for apt-zip:
  http://alioth.debian.org/projects/apt-zip
  http://packages.qa.debian.org/a/apt-zip.html
  http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=apt-zip
 
 It seems somewhat stalled.  You may wish to takeover project to update
 it to be compatible with current apt repository.  The last update was
 2008.

There is also apt-offline, which I think is still being maintained.
http://apt-offline.alioth.debian.org/

I have used it successfully in the past.

-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


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



OpenVPN setup woes

2012-11-18 Thread Tony van der Hoff
Hi all,

I'm trying, without much success so far, to set up an OpenVPN server on
my Squeeze VPS.

I used the howto at
http://wiki.debian.org/openvpn%20for%20server%20and%20client as my guide.

However, it appears to be blocked by the firewall on that system:
Nov 18 11:47:52 vanderhoff kernel: Shorewall:net2fw:DROP:IN=eth0 OUT=
MAC=00:16:3e:00:00:01:fe:ff:ff:ff:ff:ff:08:00 SRC=xx.xx.xx.xx
DST=yy.yy.yy.yy LEN=42 TOS=0x00 PREC=0x00 TTL=55 ID=0 DF PROTO=UDP
SPT=58626 DPT=1194 LEN=22

(x and y refer to the server and the local address respectively)

Due to total lack of experience in configuring a firewall, I'm terrified
of breaking it, and denying myself access, or worse, letting in miscreants.

So, can anyone suggest how to proceed from here?
Cheers,

-- 
Tony van der Hoff| mailto:t...@vanderhoff.org
Buckinghamshire, England |


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



Re: OpenVPN setup woes

2012-11-18 Thread Chris Bannister
On Sun, Nov 18, 2012 at 12:01:13PM +, Tony van der Hoff wrote:
 Hi all,
 
 I'm trying, without much success so far, to set up an OpenVPN server on
 my Squeeze VPS.
 
 I used the howto at
 http://wiki.debian.org/openvpn%20for%20server%20and%20client as my guide.
 
 However, it appears to be blocked by the firewall on that system:
 Nov 18 11:47:52 vanderhoff kernel: Shorewall:net2fw:DROP:IN=eth0 OUT=
 MAC=00:16:3e:00:00:01:fe:ff:ff:ff:ff:ff:08:00 SRC=xx.xx.xx.xx
 DST=yy.yy.yy.yy LEN=42 TOS=0x00 PREC=0x00 TTL=55 ID=0 DF PROTO=UDP
 SPT=58626 DPT=1194 LEN=22
 
 (x and y refer to the server and the local address respectively)
 
 Due to total lack of experience in configuring a firewall, I'm terrified
 of breaking it, and denying myself access, or worse, letting in miscreants.
 
 So, can anyone suggest how to proceed from here?
 Cheers,

A google search using the terms shorewall openvpn (without the
quotes):

Web Results 1 - 10 of about 96,900 for shorewall openvpn
First hit:
http://www.shorewall.net/OPENVPN.html


-- 
If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing. --- Malcolm X


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



Re: Password problem confirmed as repeatable - was [Re: Newbie password problem(s)]

2012-11-18 Thread Richard Owlett

Chris Bannister wrote:

On Sun, Nov 18, 2012 at 12:46:38AM +0900, Osamu Aoki wrote:

Hi,

On Sat, Nov 17, 2012 at 06:31:50AM -0600, Richard Owlett wrote:
...

I've been a computer user since before Mr. Torvalds was born. I
just never had reason to have contact with *nix. Even when working
for DEC I was much more into analog than digital.


I see.  I guess you were a VMS or some mainframe user...

As for apt-zip:
  http://alioth.debian.org/projects/apt-zip
  http://packages.qa.debian.org/a/apt-zip.html
  http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=apt-zip

It seems somewhat stalled.  You may wish to takeover project to update
it to be compatible with current apt repository.  The last update was
2008.


There is also apt-offline, which I think is still being maintained.
http://apt-offline.alioth.debian.org/

I have used it successfully in the past.



Version 1.2 was announced on this list back in April.
As to DEC, we had a PDP-11  running either RT-11 or RSX-11M 
- forget which - doing data collection.
As to the reference in the last couple of posts, I've seen 
many but not all. My initial approach to Linux was

Read much, download little ;)



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

Archive: http://lists.debian.org/50a8d344.1000...@cloud85.net



Re: Thunar, USB-sticks and big files

2012-11-18 Thread Osamu Aoki
Hi,

On Sun, Nov 18, 2012 at 11:58:29AM +0100, Andreas Rönnquist wrote:
 Hi guys!
 
 I have a problem copying big files to an USB-stick using thunar in
...

 I do this to copy ripped DVD's to USB memory for viewing in a TV with
...
 Nothing extremely serious, I can still copy the files using terminal as
 I said, but it would be nice to have it working using only Thunar too.

You see this list talking the same problem :-)
You are hitting 4GB limit of FAT.

Reformat USB stick with
 * ext2/3/4 if moving around Linux.
 * Darwin UFS, I think, for Mac
 * NTFS for Windows ...

Osamu



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



Re: Thunar, USB-sticks and big files

2012-11-18 Thread Andreas Rönnquist
 Hi,
 
 On Sun, Nov 18, 2012 at 11:58:29AM +0100, Andreas Rönnquist wrote:
  Hi guys!
  
  I have a problem copying big files to an USB-stick using thunar in
 ...
 
  I do this to copy ripped DVD's to USB memory for viewing in a TV
  with
 ...
  Nothing extremely serious, I can still copy the files using
  terminal as I said, but it would be nice to have it working using
  only Thunar too.
 
 You see this list talking the same problem :-)
 You are hitting 4GB limit of FAT.
 
 Reformat USB stick with
  * ext2/3/4 if moving around Linux.
  * Darwin UFS, I think, for Mac
  * NTFS for Windows ...
 

(No need to CC the replies to me, I read the list)

But I am not nowhere near using 4GB... Files are around 700MB each, and 
one of the tried USB sticks is only 2GB big, so I would guess that
doesn't apply? - and as I said, it works just fine when doing the same
thing in a terminal.

Copying works just fine in both terminal and Thunar, but when
unmounting the device (I guess its at this point the files are actually
written to the device), the action times out (and the resulting
files are not properly readable) when using Thunar, but not when using
the terminal.

/Andreas


signature.asc
Description: PGP signature


Re: help with keyboard, lost at GDM-login?

2012-11-18 Thread lalberts
Hello,

still I am running my squeeze with the accessibility screen-keyboard..
i can now sudo from the terminal.. to install packages..
so there is a solution possible without reinstall the whole system..
linuxmint13?  that is my problem, who is to give the stability i use to have
with ubuntu until 12.04.
i did a dpkg-reconfigure keyboard-configuration
without results.. the xconf must be Ok..  but still no progress..
i found somewhere some udev messages: can not connect to socket ...
udev already running..  or these kind of things..
it is not easy without keyboard to drive the squeeze.

thanks for your help

lukas




--
View this message in context: 
http://debian.2.n7.nabble.com/help-with-keyboard-lost-at-GDM-login-tp2803000p2806204.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1353245638336-2806204.p...@n7.nabble.com



Re: IMAP4/POP3 server that supports mbox?

2012-11-18 Thread David Guntner
staticsafe grabbed a keyboard and wrote:
 On 11/18/2012 0:07, David Guntner wrote:
 mouss grabbed a keyboard and wrote:

 it actually works well with postfix (dovecot provides a simple 
 authentication solution for postfix).

 What do you mean by that?
 
 He means SASL auth. [1]

Oh really?  Dovecot provides a method for allowing SASL Auth?  I never
could get that to work with my current setup, not that it's been that
important to me.  I'll have to look into the link you provided below to
read up on that (just because I haven't had a need for it, I'm one of
those it would be nice if it *did* work types :-) ).  Thanks!

 dovecot also has Sieve support. with that, you shouldn't need
 procmail anymore...

 Well, that might be the case, but I'm completely unfamiliar with
 Sieve, while I can practically write Procmail recipes in my sleep.
 :-)  So as long as it doesn't interfere with Procmail, it's cool.
 grin
 
 Of course, you can either set the mailbox_command (if you are the only
 user)[2] or use a .forward file. Like so:
 
 |/usr/bin/procmail

Yup, the current setup using mailbox_command; the new one will, too. :-)

 [1] - http://www.postfix.org/SASL_README.html#server_dovecot
 [2] - http://www.postfix.org/postconf.5.html#mailbox_command

Thanks again!

   --Dave





signature.asc
Description: OpenPGP digital signature


Re: help with keyboard, lost at GDM-login?

2012-11-18 Thread lalberts
i found some similar problems on the net:


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593083

sounds very familiar to me..
i am going to look at this rc2 file.. if i can manage it with my
screen-keyb.

lukas




--
View this message in context: 
http://debian.2.n7.nabble.com/help-with-keyboard-lost-at-GDM-login-tp2803000p2806224.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1353247155968-2806224.p...@n7.nabble.com



Re: help with keyboard, lost at GDM-login?

2012-11-18 Thread lalberts
YES...

i removed the symlink to S03udev in /etc/rc2.d  and that was it...

keyboard is back..

and yes, 
i did change the marked services in administration.. yes udev was off, and
it thought i put everything on ON.
but the mistake came afterward with libvirt..

who is interrested in my log files..
how can i contribute to the bug-report?

lukas



--
View this message in context: 
http://debian.2.n7.nabble.com/help-with-keyboard-lost-at-GDM-login-tp2803000p2806244.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1353250059912-2806244.p...@n7.nabble.com



ACPI issues: backlight keys, etc.

2012-11-18 Thread ed mente
Hi,

I'm currently running this laptop with acpi=off as this is the only way
to control the backlight with the keys while in console mode in FB. Can
I retain control over the backlight if ACPI is ON?

When ACPI is ON the Fn keys have no effect. More here: 
http://comments.gmane.org/gmane.linux.acpi.devel/56974 

Thanks in advance.

-- Best regards, Ed


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



Dovecot configuration issues for IMAP/POP3 (squeeze)

2012-11-18 Thread David Guntner
Thanks to those who pointed me in that direction, I've now got Dovecot
running on my test system.  However, I've got some issues that I'm
hoping someone here can help out with.  I did a bunch of googling to
find some of what I needed, but I'm not sure how to adjust things at
this point (and some stuff I couldn't find).

For anti-abuse purposes on a number of services, I use fail2ban, which
needs to read from log files.  So far, so good.

I've discovered, somewhat to my dismay, that Dovecot will just sit there
and cheerfully let you keep making attempts to login - even after I had
put in 7 bad entries, it still left the connection open to keep on
trying.  That really doesn't help legitimate mail programs that had a
bad password put in by mistake, but it does help scripts/bots that are
trying a brute-force attack.  So for part one of my current problem, is
there an option that can be put into the config file to tell it to
disconnect after {x} bad login attempts?

Part 2 of my current problem has to do with the actual logging of the
bad login attempts.  It wasn't doing it at first, but then I did find
the auth_verbose option to allow for the logging of bad attempts.  I
turned that on - and to my dismay, found that the log entry it produces
is pretty much useless for something that fail2ban can hook into.  If
you login successfully or log  out yourself after bad attempts, it says
imap-login or pop3-login (which *would* be something that fail2ban
can use).  However, with auth_verbose=yes, the bad attempts are all
prefaced with auth-worker(default) for either type of connection.
This is useless for fail2ban purposes, for reasons which should be
pretty obvious. :-)  So - is there a way to get auth_verbose to show
which service (IMAP/POP3) is being accessed?

  --Dave



signature.asc
Description: OpenPGP digital signature


Re: help with keyboard, lost at GDM-login?

2012-11-18 Thread lalberts
i do not know..

the network-manager didnot start.. or what else,

like the keyboard did not.. some udev bug to my mind..

i removed S03udev from /etc/rc2.d  and the problem was solved..

so easy..  when somebody already had the problem and the net never forgets
and google finds whatyouarelookingfor..

lukas



--
View this message in context: 
http://debian.2.n7.nabble.com/help-with-keyboard-lost-at-GDM-login-tp2803000p2806267.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1353252151379-2806267.p...@n7.nabble.com



Re: help with keyboard, lost at GDM-login?

2012-11-18 Thread lalberts
sorry for messing up the thread too..

not only my laptop..

lukas



--
View this message in context: 
http://debian.2.n7.nabble.com/help-with-keyboard-lost-at-GDM-login-tp2803000p2806269.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1353252270422-2806269.p...@n7.nabble.com



Re: help with keyboard, lost at GDM-login?

2012-11-18 Thread lalberts
that would have been the right point to answer ?



--
View this message in context: 
http://debian.2.n7.nabble.com/help-with-keyboard-lost-at-GDM-login-tp2803000p2806270.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1353252329047-2806270.p...@n7.nabble.com



ACPI issues: backlight and more

2012-11-18 Thread ed mente
Hi,

I'm currently running this laptop with acpi=off as this is the only way
to control the backlight with the keys while in console mode in the
Framebuffer.

How can I retain control over the backlight if ACPI is ON?

Besides, as you can see from the logs below I have all kinds of ACPI
issues beside the backlight keys. Among them is 3-fold reduced battery
life (compared to Windows)

Thanks in advance for any advice you may have.

Here is very detailed description of the problem:

[1.] 
Cannot control the backlight with the Fn keys in console mode

[2.]  

While under console backlight cannot be controlled using the
Fn+UpDownArrows keyboard keys, under X the backlight can be set with
them. 

The backlight can be set using setpci. 

[3.] 
backlight, Samsung N220, console

[4.]
Linux version 3.6.3 (root at clterm) (gcc version 4.6.3 (Ubuntu/Linaro
4.6.3-1ubuntu5) ) #6 SMP Sun Oct 28 16:46:38 EET 2012

[5.]

dmesg: http://pastebin.com/Nww26tRk
syslog: http://pastebin.com/RneFCkuu

[7.1.]

~ $ cat /proc/cpuinfo 

Linux clterm 3.6.3 #6 SMP Sun Oct 28 16:46:38 EET 2012 x86_64 x86_64
x86_64 GNU/Linux

Gnu C  4.6
Gnu make   3.81
binutils   2.22
util-linux 2.20.1
mount  support
module-init-tools  3.16
e2fsprogs  1.42
PPP2.4.5
Linux C Library2.15
Dynamic linker (ldd)   2.15
Procps 3.2.8
Net-tools  1.60
Kbd1.15.2
Sh-utils   8.13
wireless-tools 30
Modules Loaded ntfs dm_mod lpc_ich mfd_core samsung_backlight

[7.2.]
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU N450   @ 1.66GHz
stepping: 10
microcode   : 0x105
cpu MHz : 1000.000
cache size  : 512 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht
tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl 
aperfmperf pni dtes64 monitor
ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
bogomips: 3325.00
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU N450   @ 1.66GHz
stepping: 10
microcode   : 0x105
cpu MHz : 1000.000
cache size  : 512 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 0
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht
tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl 
aperfmperf pni dtes64 monitor
ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
bogomips: 3325.00
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

[7.3.]

~ $ cat /proc/modules 
ntfs 87400 - - Live 0x
dm_mod 64616 - - Live 0x
lpc_ich 10357 - - Live 0x
mfd_core 2689 - - Live 0x
samsung_backlight 1022 - - Live 0x (O)

[7.4.]

~ $ cat /proc/ioports 
-0cf7 : PCI Bus :00
  -001f : dma1
  0020-0021 : pic1
  0040-0043 : timer0
  0050-0053 : timer1
  0060-0060 : keyboard
  0062-0062 : EC data
  0064-0064 : keyboard
  0066-0066 : EC cmd
  0070-0071 : rtc0
  0080-008f : dma page reg
  00a0-00a1 : pic2
  00c0-00df : dma2
  00f0-00ff : fpu
  04d0-04d1 : pnp 00:01
  0800-080f : pnp 00:01
0cf8-0cff : PCI conf1
0d00-fdff : PCI Bus :00
  1000-107f : pnp 00:01
1000-1003 : ACPI PM1a_EVT_BLK
1004-1005 : ACPI PM1a_CNT_BLK
1008-100b : ACPI PM_TMR
1010-1015 : ACPI CPU throttle
1020-1020 : ACPI PM2_CNT_BLK
1028-102f : ACPI GPE0_BLK
1030-1033 : iTCO_wdt
1060-107f : iTCO_wdt
  1180-11bf : pnp 00:01
  164e-174c : pnp 00:01
  1820-183f : :00:1d.0
1820-183f : uhci_hcd
  1840-185f : :00:1d.1
1840-185f : uhci_hcd
  1860-187f : :00:1d.2
1860-187f : uhci_hcd
  1880-189f : :00:1d.3
1880-189f : uhci_hcd
  18a0-18bf : :00:1f.3
18a0-18bf : i801_smbus
  18c0-18cf : :00:1f.2
18c0-18cf : ahci
  18d0-18d7 : :00:02.0
  18d8-18db : :00:1f.2
18d8-18db : ahci
  18dc-18df : :00:1f.2
18dc-18df : ahci
  18e0-18e7 : :00:1f.2
18e0-18e7 : ahci
  18e8-18ef : :00:1f.2
18e8-18ef : ahci
  2000-2fff : PCI Bus :09
2000-20ff : :09:00.0
  2000-20ff : sky2
  3000-3fff : PCI Bus 

Graphic-Card-Resolution in GUI affects blanking virtual-consoles (tty1 etc.)

2012-11-18 Thread Herbert Schwarzer

Following issue occurs (in both flavours Squeeze as well as Wheezy):
Running amd64 KDE-Environment.
It does not matter running nouveau-graphics-driver or nvidia-graphics-driver 
(the Debian way ...)
If I switch from KDE-GUI (tty7) to virtual-consoles (tty1 .. tty6) and login 
in text-mode -- after a few seconds, theese virtual-consoles will go BLANK.
The past year I've read a lot of online-doc's maybe concerning this problem,
but theese articles may not hit the core issue I believe.
For me now it seems to be clear:
Only if the graphics-card-resolution is left as standard (in my case this 
seems to be 1600x1200) then a switch to tty1-6 does not affect in blanking 
virtual consoles - ONLY if I change the resolution to a lower value (ie. 
1400x1050  or other ones ...)  the issue of 'blank virtual consoles' occurs.

So this is not a heavy problem, because one can say: it only makes the 
virtual-console quiet unusable - why use it ??
Well, sometimes I  WANT use vt's !

Any idea ?

greetings
Herbert


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



Re: Thunar, USB-sticks and big files

2012-11-18 Thread Neal Murphy
On Sunday, November 18, 2012 07:57:09 AM Andreas Rönnquist wrote:
  Hi,
  
  On Sun, Nov 18, 2012 at 11:58:29AM +0100, Andreas Rönnquist wrote:
   Hi guys!
   
   I have a problem copying big files to an USB-stick using thunar in
  
  ...
  
   I do this to copy ripped DVD's to USB memory for viewing in a TV
   with
  
  ...
  
   Nothing extremely serious, I can still copy the files using
   terminal as I said, but it would be nice to have it working using
   only Thunar too.
  
  You see this list talking the same problem :-)
  You are hitting 4GB limit of FAT.
  
  Reformat USB stick with
  
   * ext2/3/4 if moving around Linux.
   * Darwin UFS, I think, for Mac
   * NTFS for Windows ...
 
 (No need to CC the replies to me, I read the list)
 
 But I am not nowhere near using 4GB... Files are around 700MB each, and
 one of the tried USB sticks is only 2GB big, so I would guess that
 doesn't apply? - and as I said, it works just fine when doing the same
 thing in a terminal.
 
 Copying works just fine in both terminal and Thunar, but when
 unmounting the device (I guess its at this point the files are actually
 written to the device), the action times out (and the resulting
 files are not properly readable) when using Thunar, but not when using
 the terminal.
 
 /Andreas

Try 'sync' after the write is supposedly complete; see what happens when the 
system actually tries to write to the device. Open a shell and 'tail -f 
/var/log/messages' to see if anything is griping about the device during 
writes.

Hmmm. You *are* waiting for the cached data to be flushed to the drive before 
unplugging it, right?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201211181231.01744.neal.p.mur...@alum.wpi.edu



Re: IpTables Displays Ultra Slow

2012-11-18 Thread Pascal Hambourg
Hello,

Hamlin DSouza a écrit :
 
 The -n option doesn't resolve the the ip address's hence faster.
 
 For the slow login, ie takes a while to get the password prompt: add 
 UseDNS no in /etc/ssh/sshd_config and reload ssh service ssh reload

The common cause seems to be related to DNS lookup failure with timeout.
Maybe the resolver (resolv.conf and related files) is not properly
setup, or iptables is blocking DNS requests and/or replies.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50a91ed3.3020...@plouf.fr.eu.org



Re: OpenVPN setup woes

2012-11-18 Thread peasthope
Tony,

From:   Tony van der Hoff t...@vanderhoff.org
Date:   Sun, 18 Nov 2012 12:01:13 +
 I'm trying, without much success so far, to set up an OpenVPN server on
 my Squeeze VPS.

Here OpenVPN works with static key encryption.  These notes might help.
http://carnot.pathology.ubc.ca/NetworksPage.html

By the way, this excerpt from the openvpn.man might 
be pertinent.
   --tls-server
  Enable  TLS  and  assume server role during TLS handshake.  Note
  that OpenVPN is designed as  a  peer-to-peer  application.   The
  designation of client or server is only for the purpose of nego-
  tiating the TLS control channel.

Regards, ... Peter E.

-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +13606390202  Bcc: peasthope at shaw.ca  http://carnot.yi.org/  
http://members.shaw.ca/peasthope/index.html#Itinerary 


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



Re: need how to for debian 6 with postfix

2012-11-18 Thread mouss
Le 18/11/2012 08:51, Muhammad Yousuf Khan a écrit :
 sorry, i mistakenly send the last message to your personal account. so
 i am sending it again to this list
 
 [snip]
 
 what type of packages do i want.
 
 i could not find package postfix-tls
 
 so what i installed is posfix and dovecot-imap
 since i am using dovecot SASL i didnt install other packages except
 the 2 above and postfix-tls did not found.
 

you already have SASL and TLS support in your postfix. see below.


 then reload postfix and try

 telnet localhost 25
 EHLO testme
 QUIT

 after the EHLO command, you should see two lines tarting with 220-AUTH

 
 yes i did that and my ehlo shows this
 
 250-mailsrv.mydomain.com
 250-PIPELINING
 250-SIZE 1024
 250-VRFY
 250-ETRN
 250-STARTTLS

so you have TLS.

 250-AUTH PLAIN LOGIN

so you have SASL AUTH
 250-AUTH=PLAIN LOGIN

and the broken sasl auth (support old ms outofluck and possibly other
borkware out there ;-p)


 250-ENHANCEDSTATUSCODES
 250-8BITMIME
 250 DSN
 

 note 1: comment out the submission service in master.cf and configure
 your mail clients to use port 587 (the standard submission port). this
 way you separate submitted mail traffic from the rest.

 
 what do you mean by submission would you please explain a bit. so help
 me understand this.
 

submission is the same as smtp (the protocol to transfer mail), but is
designated for outgoing mail. when having both inbound and outbound
mail, it is nice to separate inblund mail (port 25) and outbound (port
587), but this is not necessary. you can use port 25 for both  (but if a
single postfix handles both, then separatin these allows you to havae
specific config for the submission service .. ). now, keep this for a
next step!

 
 

 note 2: the next step for configure TLS and only allow authentication
 for TLS protected sessions:
 smtpd_tls_auth_only = yes
 
 does it requires postfix-tls package as i saw in old howtos. i can not
 find this package in debian 6. even i try to find debian repo. maybe i
 am doing some mistake. would you guide me on this please.
 

you already have TLS support. if you add the line above, then your EHLO
won't show the AUTH anymore: they will only appear once a TLS session
has ben established. this prevents clients from sending passwords in the
clear. again, keep this for a next step...

 
 

 see
 http://www.postfix.org/TLS_README.html




 you can paste the output of
 postconf -n
 one pastebin or the like and send the URL. (note the '-n' in the
 command: this will show locally modified parameters only).
 
 ok ill do that as soon as i get to office and configure this.
 
 Thanks
 




 
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50a92a0a.9050...@ml.netoyen.net



Re: need how to for debian 6 with postfix

2012-11-18 Thread mouss
Le 18/11/2012 08:52, Muhammad Yousuf Khan a écrit :
 this is ubuntu's official doc.
 https://help.ubuntu.com/community/PostfixDovecotSASL#Installation
 i also followed this but no help at all. still i can send messages
 with out authentication.
 
 

wait!
if you mean sending mail using a command line on the same box (for
exampl, by running the sendmail command), then yes, this is normal.

you need to try with an smtp client (thunderbird and the like).

PS. you already asked on the postfix-users list, and that's the right
place since your issue is not specific to Debian. so let's keep the
discussion there!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50a92a9f.5050...@ml.netoyen.net



Re: Thunar, USB-sticks and big files

2012-11-18 Thread Andreas Rönnquist
 Try 'sync' after the write is supposedly complete; see what happens
 when the system actually tries to write to the device. Open a shell
 and 'tail -f /var/log/messages' to see if anything is griping about
 the device during writes.
 
 Hmmm. You *are* waiting for the cached data to be flushed to the
 drive before unplugging it, right?
 

hmm, I now I have tried several different USB-sticks, and I still have
the problem (It perhaps isn't quite as serious as I believed though)...

If having copied a big file, unmounting through Thunar pretty much
always results in the following error message:

 Failed unmounting 'Devicename'
 Did not receive a reply. Possible causes include: the remote
 application did not send a reply, the message bus security policy
 blocked the reply, the reply timeout expired, or the network
 connection was broken.

- after a short while (way before the actual writing is done) - But, if
I keep waiting for some time _after_ this, the data is still written to
the device as it should. However, it doesn't give any clue whatsoever
to when it actually is finished writing the files to the device, so it
is easy to (by mistake) physically take the USB-stick before the data is
actually written.

However, I do have one USB-stick, that actually lights up a LED during
copying, making it pretty easy to spot when it is safe to remove it and
not, but I kind of wish that that sort of feature wouldn't be necessary
to safely use an USB-stick...

If I don't copy any files, or just copy small files, I get that
standard It's now safe to remove the device when unmounting - This
is what I expect in the scenario with bigger files described above
too after copying is done, but no...

-- Andreas Rönnquist
mailingli...@gusnan.se
gus...@gusnan.se


signature.asc
Description: PGP signature


Re: Thunar, USB-sticks and big files

2012-11-18 Thread Neal Murphy
On Sunday, November 18, 2012 01:43:54 PM Andreas Rönnquist wrote:
  Try 'sync' after the write is supposedly complete; see what happens
  when the system actually tries to write to the device. Open a shell
  and 'tail -f /var/log/messages' to see if anything is griping about
  the device during writes.
  
  Hmmm. You *are* waiting for the cached data to be flushed to the
  drive before unplugging it, right?
 
 hmm, I now I have tried several different USB-sticks, and I still have
 the problem (It perhaps isn't quite as serious as I believed though)...
 
 If having copied a big file, unmounting through Thunar pretty much
 
 always results in the following error message:
  Failed unmounting 'Devicename'
  Did not receive a reply. Possible causes include: the remote
  application did not send a reply, the message bus security policy
  blocked the reply, the reply timeout expired, or the network
  connection was broken.
 
 - after a short while (way before the actual writing is done) - But, if
 I keep waiting for some time _after_ this, the data is still written to
 the device as it should. However, it doesn't give any clue whatsoever
 to when it actually is finished writing the files to the device, so it
 is easy to (by mistake) physically take the USB-stick before the data is
 actually written.
 
 However, I do have one USB-stick, that actually lights up a LED during
 copying, making it pretty easy to spot when it is safe to remove it and
 not, but I kind of wish that that sort of feature wouldn't be necessary
 to safely use an USB-stick...
 
 If I don't copy any files, or just copy small files, I get that
 standard It's now safe to remove the device when unmounting - This
 is what I expect in the scenario with bigger files described above
 too after copying is done, but no...

The current version of teh command line umount does seem to wait until all 
data are flushed to the drive before exiting; older versions, IIRC, didn't 
necessarily wait.

Hmmm. You said 'timeout'. Could it be that Thunar doesn't wait long enough? 
See if there's a way to increase that timeout. 10 seconds generally ought to 
be long enough, unless you have a *very* slow flash drive.

Or, if there's a way to do it, tell Thunar to mount using -o sync; this 
should disable caching (that is, make the effective policy 'write-through'). 
Writes will be slower, but you won't have to wait for the flush to complete 
when unmounting.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201211181419.48442.neal.p.mur...@alum.wpi.edu



Re: Dovecot configuration issues for IMAP/POP3 (squeeze)

2012-11-18 Thread mouss
Le 18/11/2012 16:34, David Guntner a écrit :
 Thanks to those who pointed me in that direction, I've now got
 Dovecot running on my test system.  However, I've got some issues
 that I'm hoping someone here can help out with.  I did a bunch of
 googling to find some of what I needed, but I'm not sure how to
 adjust things at this point (and some stuff I couldn't find).
 
 For anti-abuse purposes on a number of services, I use fail2ban,
 which needs to read from log files.  So far, so good.
 
 I've discovered, somewhat to my dismay, that Dovecot will just sit
 there and cheerfully let you keep making attempts to login - even
 after I had put in 7 bad entries, it still left the connection open
 to keep on trying.  That really doesn't help legitimate mail
 programs that had a bad password put in by mistake, but it does
 help scripts/bots that are trying a brute-force attack.  So for
 part one of my current problem, is there an option that can be put
 into the config file to tell it to disconnect after {x} bad login
 attempts?

auth_failure_delay
see http://wiki.dovecot.org/MainConfig
http://www.dovecot.org/list/dovecot/2009-November/044262.html

the value is doubled after every bad attempt (from a given IP), until
a limit is reached (15 seconds).


 
 Part 2 of my current problem has to do with the actual logging of
 the bad login attempts.  It wasn't doing it at first, but then I
 did find the auth_verbose option to allow for the logging of bad
 attempts.  I turned that on - and to my dismay, found that the log
 entry it produces is pretty much useless for something that
 fail2ban can hook into.  If you login successfully or log  out
 yourself after bad attempts, it says imap-login or pop3-login
 (which *would* be something that fail2ban can use).  However, with
 auth_verbose=yes, the bad attempts are all prefaced with
 auth-worker(default) for either type of connection. This is
 useless for fail2ban purposes, for reasons which should be pretty
 obvious. :-)  So - is there a way to get auth_verbose to show which
 service (IMAP/POP3) is being accessed?

why care? why not consider that {pop3+imap} is a single service group?
after all, they're using the same logins/passwords, no?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50a93b14.2030...@ml.netoyen.net



Re: SD card formatting problem

2012-11-18 Thread Russell L. Harris
 On Saturday 17 November 2012 10:36:07 you wrote:

 I have a 32GB sd card that I have been trying to use as a transfer
 disk for a 19GB file.

If you must interface with Window$, you should look at the Debian
package ntfs-3g; there is a manual page and a wiki
(www.debian.org/NTFS).

As an experiment:

(1) I used a laptop running Window$7 to reformat a new (FAT32) 32Gbyte
SDHC; I used the laptop because it had an internal SD slot.  In the
format dialogue, I gave the device a label (SDHC-NTFS), and I
UNchecked the quick format box.  It appears that a full format is
necessary if the file system is being changed from FAT or FAT32 to
NTFS.  The formatting process took a half hour or longer; thankfully,
M$ included a progress bar.

(2) I plugged the newly-formatted SDHC into a SIIG USB Multi Card
Reader (USB2) and then I plugged the cable of the reader into a USB
socket (USB2) on a desktop running Debian Squeeze.  In a few seconds,
a File Browser (Nautilus 2.30.1) window opened, displaying the
(empty) contents of the SDHC device.  With the command /cat/etc/mtab
I discovered that the SDHC was mounted at /media/SDHC-NTFS.

(3) Using the dd command, I created on the hard drive of the desktop
an ISO image from a software installation DVD.

(4) I used rsync to copy the ISO image from the hard drive to the
SDHC card.

(5) I plugged the SDHC card into the SD slot of the W$7 laptop, but
W$7 was unable to access the card; instead, W$7 requested permission
to format the card.

(6) I returned to the Debian desktop machine and used mkfs.ntfs to
reformat the SDHC card.

(7) I repeated step #4.

(8) I repeated step #5, with the same result.

(9) I then removed the SDHC card from the W$7 laptop, plugged the card
into a card reader (this time, a SIIG USB 3.0 Multi Card Reader),
which happened to be at hand, and I used the Disk Utility 2.30.1 to
verify that the file system of the card still was clean.

(10) I then plugged the cable of the same card reader into a USB port
of the W$7 laptop.  The card was recognized immediately, and the ISO
image was displayed by Window$ Explorer.

(11) As a final check, I then plugged the SDHC card into the SIIG USB2
card reader, and plugged the cable of the reader into the W$7 laptop.
Again, the ISO image was displayed by Window$ Explorer.

I do not understand why the internal card reader of the W$7 laptop
was unable to read the card.  A reader which I purchased years ago
worked with SD but not with SDHC; however, the internal reader of the
W$7 laptop is able to read FAT32 SDHC cards.

RLH



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



ACPI issues: backlight keys

2012-11-18 Thread ed mente
Hi,

I'm currently running with the kernel parameter acpi=off as this is the
only way I found to control the laptop's backlight with the keys while
in console mode in the Framebuffer.

How can I retain control over the backlight if ACPI is ON?

Besides, as you can see from the logs below, I have all kinds of ACPI
issues beside the backlight keys. Among them is 3-fold reduced battery
life (compared to Windows)

Thanks in advance for any advice you may have.


--probem description--
[1.] 
Cannot control the backlight with the Fn keys in console mode

[2.]  

While under console backlight cannot be controlled using the
Fn+UpDownArrows keyboard keys, under X the backlight can be set with
them. 

The backlight can be set using setpci. 

[3.] 
backlight, Samsung N220, console

[4.]
Linux version 3.6.3 (root at clterm) (gcc version 4.6.3 (Ubuntu/Linaro
4.6.3-1ubuntu5) ) #6 SMP Sun Oct 28 16:46:38 EET 2012

[5.]

dmesg: pastebin.com/Nww26tRk
syslog: pastebin.com/RneFCkuu

[7.1.]

~ $ cat /proc/cpuinfo 

Linux clterm 3.6.3 #6 SMP Sun Oct 28 16:46:38 EET 2012 x86_64 x86_64
x86_64 GNU/Linux

Gnu C  4.6
Gnu make   3.81
binutils   2.22
util-linux 2.20.1
mount  support
module-init-tools  3.16
e2fsprogs  1.42
PPP2.4.5
Linux C Library2.15
Dynamic linker (ldd)   2.15
Procps 3.2.8
Net-tools  1.60
Kbd1.15.2
Sh-utils   8.13
wireless-tools 30
Modules Loaded ntfs dm_mod lpc_ich mfd_core samsung_backlight

[7.2.]
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU N450   @ 1.66GHz
stepping: 10
microcode   : 0x105
cpu MHz : 1000.000
cache size  : 512 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 1
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht
tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl 
aperfmperf pni dtes64 monitor
ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
bogomips: 3325.00
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 28
model name  : Intel(R) Atom(TM) CPU N450   @ 1.66GHz
stepping: 10
microcode   : 0x105
cpu MHz : 1000.000
cache size  : 512 KB
physical id : 0
siblings: 1
core id : 0
cpu cores   : 0
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat clflush dts acpi mmx fxsr sse sse2 ss ht
tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl 
aperfmperf pni dtes64 monitor
ds_cpl est tm2 ssse3 cx16 xtpr pdcm movbe lahf_lm dtherm
bogomips: 3325.00
clflush size: 64
cache_alignment : 64
address sizes   : 32 bits physical, 48 bits virtual
power management:

[7.3.]

~ $ cat /proc/modules 
ntfs 87400 - - Live 0x
dm_mod 64616 - - Live 0x
lpc_ich 10357 - - Live 0x
mfd_core 2689 - - Live 0x
samsung_backlight 1022 - - Live 0x (O)

[7.4.]

~ $ cat /proc/ioports 
-0cf7 : PCI Bus :00
  -001f : dma1
  0020-0021 : pic1
  0040-0043 : timer0
  0050-0053 : timer1
  0060-0060 : keyboard
  0062-0062 : EC data
  0064-0064 : keyboard
  0066-0066 : EC cmd
  0070-0071 : rtc0
  0080-008f : dma page reg
  00a0-00a1 : pic2
  00c0-00df : dma2
  00f0-00ff : fpu
  04d0-04d1 : pnp 00:01
  0800-080f : pnp 00:01
0cf8-0cff : PCI conf1
0d00-fdff : PCI Bus :00
  1000-107f : pnp 00:01
1000-1003 : ACPI PM1a_EVT_BLK
1004-1005 : ACPI PM1a_CNT_BLK
1008-100b : ACPI PM_TMR
1010-1015 : ACPI CPU throttle
1020-1020 : ACPI PM2_CNT_BLK
1028-102f : ACPI GPE0_BLK
1030-1033 : iTCO_wdt
1060-107f : iTCO_wdt
  1180-11bf : pnp 00:01
  164e-174c : pnp 00:01
  1820-183f : :00:1d.0
1820-183f : uhci_hcd
  1840-185f : :00:1d.1
1840-185f : uhci_hcd
  1860-187f : :00:1d.2
1860-187f : uhci_hcd
  1880-189f : :00:1d.3
1880-189f : uhci_hcd
  18a0-18bf : :00:1f.3
18a0-18bf : i801_smbus
  18c0-18cf : :00:1f.2
18c0-18cf : ahci
  18d0-18d7 : :00:02.0
  18d8-18db : :00:1f.2
18d8-18db : ahci
  18dc-18df : :00:1f.2
18dc-18df : ahci
  18e0-18e7 : :00:1f.2
18e0-18e7 : ahci
  18e8-18ef : :00:1f.2
18e8-18ef : ahci
  2000-2fff : PCI Bus :09
2000-20ff : :09:00.0
  2000-20ff : sky2
  3000-3fff : PCI Bus :05
  

Re: Dovecot configuration issues for IMAP/POP3 (squeeze)

2012-11-18 Thread David Guntner
(This accidentally went directly to mouss instead of back to the list -
resending)

mouss grabbed a keyboard and wrote:
 Le 18/11/2012 16:34, David Guntner a écrit :
 I've discovered, somewhat to my dismay, that Dovecot will just sit
 there and cheerfully let you keep making attempts to login - even
 after I had put in 7 bad entries, it still left the connection open
 to keep on trying.  That really doesn't help legitimate mail
 programs that had a bad password put in by mistake, but it does
 help scripts/bots that are trying a brute-force attack.  So for
 part one of my current problem, is there an option that can be put
 into the config file to tell it to disconnect after {x} bad login
 attempts?
 
 auth_failure_delay
 see http://wiki.dovecot.org/MainConfig
 http://www.dovecot.org/list/dovecot/2009-November/044262.html
 
 the value is doubled after every bad attempt (from a given IP), until
 a limit is reached (15 seconds).

According to the text on that wiki page:

Number of seconds to delay before replying to failed authentications.

That seems to coincide with what I've observed about how long it takes
to come back to you with a that ain't right reply when you put in the
wrong information.  I read the message posted at the list archive you
reference above, and that confirms it as well - basically it will keep
increasing how long it will send back the wrong message after each bad
attempt (up to a given limit).

That's not what I want - I need a way to have it CLOSE the connection
after {x} number of bad attempts (three is usually a good number).  In
other words (for example), you put in a bad username/password three
times, and it closes the connection and logs it.

Assuming I could get a meaningful log entry with each bad attempt, I
could have fail2ban act - but that's still pretty useless since as far
as I understand it; telling iptables to DROP a given IP address doesn't
do anything to a connection that's already open.  Someone please feel
free to correct me if my understanding on that is not correct. :-)

 Part 2 of my current problem has to do with the actual logging of
 the bad login attempts.  It wasn't doing it at first, but then I
 did find the auth_verbose option to allow for the logging of bad
 attempts.  I turned that on - and to my dismay, found that the log
 entry it produces is pretty much useless for something that
 fail2ban can hook into.  If you login successfully or log  out
 yourself after bad attempts, it says imap-login or pop3-login
 (which *would* be something that fail2ban can use).  However, with
 auth_verbose=yes, the bad attempts are all prefaced with
 auth-worker(default) for either type of connection. This is
 useless for fail2ban purposes, for reasons which should be pretty
 obvious. :-)  So - is there a way to get auth_verbose to show which
 service (IMAP/POP3) is being accessed?
 
 why care? why not consider that {pop3+imap} is a single service group?
 
 after all, they're using the same logins/passwords, no?

That may be the case, but the access comes in on different ports.
Fail2ban works by setting up filtering rules through iptables, and will
route traffic on a given port from a badly-behaving IP address to a DROP
instruction in the firewall.  The filters that you set up within
fail2ban is for one service (port) for each filter.  So for that reason,
it needs to care about which service is being abused.

I've noticed that when I issue a quit after putting in bad information
when trying either port, it does log the entry with pop3-login: or
imap-login: and an abort message complaining about an auth failure.  I
could use a string like that to trigger a fail2ban action - but only if
Dovecot itself closes the connection after a certain number of bad
attempts.  I'm not real comfortable with Dovecot at the moment, since as
it currently stand, the silly thing will just stand there with the door
wide open, allowing you to just keep trying.  That's not good from a
security standpoint.

 --Dave








signature.asc
Description: OpenPGP digital signature


Re: cp, but preserve the dest attribute

2012-11-18 Thread Sven Joachim
On 2012-11-18 02:52 +0100, T o n g wrote:

 cp -a, or rsync -a, or cpio normally preserve the source attribute and 
 set the destination attribute accordingly. Now my question is, is there 
 any way for me to preserve the destination attribute and disregard the 
 source attribute. Any way to make it possible, cp/rsync/cpio or something 
 else?

Should be doable with cp using suitable --no-preserve=… options.

Cheers,
   Sven


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



Re: debmirror failing to download sources (*.orig.*)

2012-11-18 Thread Zenaan Harkness
On 11/18/12, Osamu Aoki os...@debian.org wrote:
 On Sat, Nov 17, 2012 at 08:20:57PM +1100, Zenaan Harkness wrote:

 Please check:
  /etc/debmirror.conf
  ~/.debmirror.conf

Neither exist.
Also, dpkg -L debmirror only shows /usr/bin/debmirror and various docs
in /usr/share, so it appears /etc/debmirror.conf is not created by
dpkg.

I have reduced my example to a single arch/section/dist combo (with
--nocleanup) to simplify output, changed to http method, and removed
rsync-extra. My apologies, in hindsight, I should have done all this
the first time, except for rsync-extra which I didn't know about till
now anyway.

So here's a full session:
$ nice /usr/bin/debmirror --source --rsync-extra=none --nocleanup
--exclude-deb-section=games --exclude-deb-section=debug
--exclude-deb-section=news --verbose --progress --arch=i386
--section=main --dist=sid --host=ftp.iinet.net.au --method=http
--root=debian/debian /public/debian/debian
Warning: --rsync-extra is not configured to mirror the trace files.
 This configuration is not recommended.
Mirroring to /public/debian/debian from http://ftp.iinet.net.au/debian/debian/
Arches: i386
Dists: sid
Sections: main
Including source.
Pdiff mode: use
Will NOT clean up.
Attempting to get lock ...
Getting meta files ...
[  0%] Getting: dists/sid/Release... #** GET
http://ftp.iinet.net.au/debian/debian/dists/sid/Release == 200 OK
(6s)
ok
[  0%] Getting: dists/sid/Release.gpg... #** GET
http://ftp.iinet.net.au/debian/debian/dists/sid/Release.gpg == 200 OK
ok
gpgv: Signature made Mon 19 Nov 2012 01:17:53 EST using RSA key ID 473041FA
gpgv: Good signature from Debian Archive Automatic Signing Key
(6.0/squeeze) ftpmas...@debian.org
[  0%] Getting: dists/sid/main/binary-i386/Packages.diff/Index...
  #** GET 
http://ftp.iinet.net.au/debian/debian/dists/sid/main/binary-i386/Packages.diff/Index
== 200 OK (1s)
ok
[  0%] Getting:
dists/sid/main/binary-i386/Packages.diff/2012-11-18-1409.46.gz...
  #** GET 
http://ftp.iinet.net.au/debian/debian/dists/sid/main/binary-i386/Packages.diff/2012-11-18-1409.46.gz
== 200 OK
ok
dists/sid/main/binary-i386/Packages patched with
dists/sid/main/binary-i386/Packages.diff/2012-11-18-1409.46.gz
[  0%] Getting: dists/sid/main/binary-i386/Packages.gz...#**
GET http://ftp.iinet.net.au/debian/debian/dists/sid/main/binary-i386/Packages.gz
== 200 OK (9s)
ok
[ 52%] Getting: dists/sid/main/source/Sources.diff/Index...  #**
GET 
http://ftp.iinet.net.au/debian/debian/dists/sid/main/source/Sources.diff/Index
== 200 OK (1s)
ok
[ 52%] Getting:
dists/sid/main/source/Sources.diff/2012-11-18-1409.46.gz...  #**
GET 
http://ftp.iinet.net.au/debian/debian/dists/sid/main/source/Sources.diff/2012-11-18-1409.46.gz
== 200 OK
ok
dists/sid/main/source/Sources patched with
dists/sid/main/source/Sources.diff/2012-11-18-1409.46.gz
[ 52%] Getting: dists/sid/main/source/Sources.gz...  #** GET
http://ftp.iinet.net.au/debian/debian/dists/sid/main/source/Sources.gz
== 200 OK (9s)
ok
Parsing Packages and Sources files ...
Get Translation files ...
Files to download: 488 kiB
[ 97%] Getting:
pool/main/g/graphite-carbon/graphite-carbon_0.9.10-2_all.deb...
  #** GET 
http://ftp.iinet.net.au/debian/debian/pool/main/g/graphite-carbon/graphite-carbon_0.9.10-2_all.deb
== 200 OK
ok
[ 97%] Getting: pool/main/u/upstart/upstart_1.6-2_i386.deb...#**
GET 
http://ftp.iinet.net.au/debian/debian/pool/main/u/upstart/upstart_1.6-2_i386.deb
== 200 OK (1s)
ok
Downloaded 16 MiB in 166s at 100.78 kiB/s.
Everything OK. Moving meta files ...
All done.

$ ll /public/debian/debian/pool/main/h/hal
total 1.9M
204K -rw-rw-r-- 1 204K 2012-03-25 11:33 hal-doc_0.5.14-8_all.deb
468K -rw-rw-r-- 1 465K 2012-03-25 11:33 hal_0.5.14-8_amd64.deb
456K -rw-r--r-- 1 456K 2012-03-25 12:02 hal_0.5.14-8_i386.deb
104K -rw-rw-r-- 1 103K 2012-03-25 11:33 libhal-dev_0.5.14-8_amd64.deb
100K -rw-r--r-- 1 100K 2012-03-25 12:02 libhal-dev_0.5.14-8_i386.deb
 88K -rw-rw-r-- 1  88K 2012-03-25 11:33 libhal-storage-dev_0.5.14-8_amd64.deb
 88K -rw-r--r-- 1  88K 2012-03-25 12:02 libhal-storage-dev_0.5.14-8_i386.deb
 88K -rw-rw-r-- 1  87K 2012-03-25 11:33 libhal-storage1_0.5.14-8_amd64.deb
 88K -rw-r--r-- 1  88K 2012-03-25 12:02 libhal-storage1_0.5.14-8_i386.deb
100K -rw-rw-r-- 1  99K 2012-03-25 11:33 libhal1_0.5.14-8_amd64.deb
 96K -rw-r--r-- 1  96K 2012-03-25 12:02 libhal1_0.5.14-8_i386.deb

$ find /public/debian/debian/ | grep orig\\.
/public/debian/debian/pool/non-free/a/agrep/agrep_4.17.orig.tar.gz
/public/debian/debian/pool/non-free/a/album/album_4.06.orig.tar.gz
/public/debian/debian/pool/non-free/a/abs-guide/abs-guide_6.5.orig.tar.gz
/public/debian/debian/pool/non-free/a/abyss/abyss_1.3.4.orig.tar.gz
/public/debian/debian/pool/non-free/a/album-data/album-data_4.05.orig.tar.gz
/public/debian/debian/pool/contrib/a/afbinit/afbinit_1.0.orig.tar.gz


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

Is it possible to recover PG-8.4 databases from raw data?

2012-11-18 Thread Ennio-Sr
Hi all,

having messed up my GNU/Linux installation (squeeze/wheezy/sid) I had to
reinstall it but forgot to dump my PG database. I do have a fair recent
dump in my laptop but 

I would like to know whether it is still possible to recover

from raw data, i.e. files in '/var/lib/postgresql/8.4/main'
which I copied  to a backup disk before *re-formatting /var  /usr* dirs
while installing Debian/Squeeze.
More than a necessity this is a challenge that I took to learn a bit
more about how things work in postgresql.

I read in docs that Debian sets thing a bit different from the simple
postgresql installation, so this should be the right NG to ask for help.

That said my system is now running under:

Linux 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686 GNU/Linux
postgresql-8.4/squeeze uptodate 8.4.13-0squeeze1
postgresql-client-8.4/squeeze uptodate 8.4.13-0squeeze1
postgresql-client-common/squeeze uptodate 113+squeeze1
postgresql-common/squeeze uptodate 113+squeeze1

a cluster was created in the same directory as before and I overwrote it
with the files in my backup disk.
I created user in the new installed pg-8.4 and, after starting pg, I see
that:
user$ psql mydb
does work, mut no data are found:

Target width for wrapped format is 100.
Output format is wrapped.
No relations found.
  List of databases
   Name|  Owner   | Encoding | Collation | Ctype |   Access privileges   
---+--+--+---+---+---
 mydb  | ennio| LATIN1   | en_US | en_US | 
 postgres  | postgres | LATIN1   | en_US | en_US | 
 template0 | postgres | LATIN1   | en_US | en_US | =c/postgres
 : postgres=CTc/postgres
 template1 | postgres | LATIN1   | en_US | en_US | =c/postgres
 : postgres=CTc/postgres
(4 rows)

In an old post by Tom Lane, one of the PG's authors, I read that copying
old files in the same dir should work. So I'm wondering why it didn't
work in my case.

To this respect I fear this could be related to the situation I had
before re-installation.
AAMOF I tried to install pg-9.1 (from wheezy) but pg_upgradecluster
didn't work,(*) so I came back to previous 8.4 version (but probably I
didn't downgrade postgresql-client as well.
As I continued to use mydb without noticing any irregularity I was not
aware of any problem until, trying to downgrade to squeeze all wheezy
packages, I removed postgresql-client 9.1 sure that it was useless as I
was running pg-8.4 :-(.
After a rboot I realized the mess caused by that removal and so decided
to re-install squeeze from scratch

May be I should install postgres-client/wheezy to see if Tom Lane's
suggestion works?

Do you have any similar experience?

Thanks for your attention.
Regards, Ennio


(*)
This is the impasse emerging from that upgrading:

postgresql/wheezy uptodate 9.1+134wheezy1
postgresql-client/wheezy uptodate 9.1+134wheezy1
postgresql-client-common/wheezy uptodate 134wheezy1
Linux deby.ei.hnet 2.6.32-trunk-686 #1 SMP Sun Jan 10 06:32:16 UTC 2010
i686 GNU/Linux]

I upgraded pg_8.4 to 9.1 and run pg_upgradecluster but if I try to
connect with:
$ psql mydb -p 5433  (to make sure everything is ok) I get:

psql: FATAL:  role ennio does not exist

su - postgres   createuser ennio, warns:

createuser: creation of new role failed: ERROR:  role ennio already exists

Trying to ocnnect as postgres (psql -p 5433) I get the warning in
subject.


-- 
[Perche' usare Win$ozz (dico io) se ...anche uno sciocco sa farlo.   \\?//
 Fa' qualche cosa di cui non sei capace!  (diceva Henry Miller) ](°|°)
[Why use Win$ozz (I say) if ... even a fool can do that.  )=(
 Do something you aren't good at! (as Henry Miller used to say) ]


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121118220625.ga7...@deby.ei.hnet



Re: Dovecot configuration issues for IMAP/POP3 (squeeze)

2012-11-18 Thread Glenn English

On Nov 18, 2012, at 2:00 PM, David Guntner wrote:

 That's not what I want - I need a way to have it CLOSE the connection
 after {x} number of bad attempts (three is usually a good number).  In
 other words (for example), you put in a bad username/password three
 times, and it closes the connection and logs it.
 
 Assuming I could get a meaningful log entry with each bad attempt, I
 could have fail2ban act - but that's still pretty useless since as far
 as I understand it; telling iptables to DROP a given IP address doesn't
 do anything to a connection that's already open.  Someone please feel
 free to correct me if my understanding on that is not correct. :-)

I use Linux and IPtables and fail2ban, and the way it seems to work here is: 
There's an IPtables rule that checks for and accepts established connection 
packets, but fail2ban inserts its block chain in front of that, at the very top 
of the Input chain. So a packet from a wayward IP is blocked/dropped if 
fail2ban doesn't like it, before the fact that this is an established 
connection is discovered. So if you had f2b watching for bad logins, I think 
you'd get exactly what you want, assuming you could get meaningful log entries. 
(I wrote my IPtables packet filter, though, so others are almost certainly 
different.)

OTOH, some of the bad attempts I get don't log the remote IP, so they aren't 
meaningful to f2b and don't get blocked...

-- 
Glenn English





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/173642db-5f05-489c-8c84-c4db49cbe...@slsware.com



Re: Squeeze on a EEE PC 901, trackpad problems

2012-11-18 Thread Guido Martínez
Hi,

I had the same issue with my EEE 701. I had to change the config file
for the synaptics module
(/usr/share/X11/xorg.conf.d/50-synaptics.conf). Here's how I have it
now:

Section InputClass
Identifier touchpad catchall
Driver synaptics
MatchIsTouchpad on
Option TapButton1 1
Option RBCornerButton 3
EndSection

The two option lines specify left-click on single-finger tap and a
right-click when tapping the right bottom corner.

Hope this helps. Good luck.
Guido

On Sat, Nov 17, 2012 at 12:05 AM, zxcvbob zxcv...@charter.net wrote:
 I just installed Debian with the Xfce desktop on a EEE PC model 901.
 I've got things working pretty well, but I can't enable tap-to-click on
 the trackpad.  I go to Settings-Mouse in the Xfce menu, and there is no
 tab or checkbox for tapping.  I'm guessing I need to enable something in X?

 (I just barely know what I'm talking about) I've run Ubuntu Linux
 before, but that was preconfigured.  I have never tried to set everything up
 myself.

 Thanks, Bob


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



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



Re: Dovecot configuration issues for IMAP/POP3 (squeeze)

2012-11-18 Thread Chris Davies
David Guntner dav...@akamail.net wrote:
 Fail2ban works by setting up filtering rules through iptables, and will
 route traffic on a given port from a badly-behaving IP address to a DROP
 instruction in the firewall.

 it needs to care about which service is being abused.

I'm pretty sure my version (or maybe it's just my configuration) takes
the attitude that it doesn't really matter what port is being poked,
fail2ban just blocks that IP address.

Chris


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/b63on9xvpm@news.roaima.co.uk



Installing Lenny on PowerMac?

2012-11-18 Thread Rick Thomas


I have a temporary need to install Lenny on a PowerMac G4 so I can run  
some tests on a fresh installation for a user who is unable (for  
various reasons) to upgrade to Squeeze at this time.


When I run the netinst installer CD all seems well until it wants to  
setup sources.list.  Then it dies claiming to be unable to determine  
code-name for release. (I don't remember the exact wording of the  
error message, but the intent is clear.)


Is there a work-around for this that would allow me to do my testing?

Would I have better luck with a DVD, where I wouldn't need to get  
anything from the network mirrors until after the installation is  
complete?


Thanks!

Rick


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

Archive: http://lists.debian.org/49400222-4490-45b2-ad83-382bb0d5b...@pobox.com



Re: Dovecot configuration issues for IMAP/POP3 (squeeze)

2012-11-18 Thread David Guntner
Glenn English grabbed a keyboard and wrote:
 
 On Nov 18, 2012, at 2:00 PM, David Guntner wrote:
 Assuming I could get a meaningful log entry with each bad attempt,
 I could have fail2ban act - but that's still pretty useless since
 as far as I understand it; telling iptables to DROP a given IP
 address doesn't do anything to a connection that's already open.
 Someone please feel free to correct me if my understanding on that
 is not correct. :-)
 
 I use Linux and IPtables and fail2ban, and the way it seems to work
 here is: There's an IPtables rule that checks for and accepts
 established connection packets, but fail2ban inserts its block chain
 in front of that, at the very top of the Input chain. So a packet
 from a wayward IP is blocked/dropped if fail2ban doesn't like it,
 before the fact that this is an established connection is discovered.
 So if you had f2b watching for bad logins, I think you'd get exactly
 what you want, assuming you could get meaningful log entries. (I
 wrote my IPtables packet filter, though, so others are almost
 certainly different.)

Without seeing your config files, I have no idea how you have it set up.
 I've been running it for years on my existing system and set it up
according to the instructions.  Filters config files are set up for
particular ports like this, and fail2ban injects its own chains into the
main INPUT chain in iptables when it starts.

On that existing system, my iptables currently looks like this:

 # iptables --list
 Chain INPUT (policy ACCEPT)
 target prot opt source   destination
 fail2ban-ftp  tcp  --  anywhere anywhere tcp dpt:ftp
 fail2ban-postfix  tcp  --  anywhere  anywhere tcp dpt:smtp
 fail2ban-pop3  tcp  --  anywhere anywhere tcp dpt:pop3
 fail2ban-imap  tcp  --  anywhere anywhere tcp 
 dpt:imap2
 fail2ban-sasl  tcp  --  anywhere anywhere tcp dpt:smtp
 fail2ban-SSH  tcp  --  anywhere anywhere tcp dpt:ssh
 
 Chain FORWARD (policy ACCEPT)
 target prot opt source   destination
 
 Chain OUTPUT (policy ACCEPT)
 target prot opt source   destination
 
 Chain fail2ban-SSH (1 references)
 target prot opt source   destination
 RETURN all  --  anywhere anywhere
 
 Chain fail2ban-ftp (1 references)
 target prot opt source   destination
 RETURN all  --  anywhere anywhere
 
 Chain fail2ban-imap (1 references)
 target prot opt source   destination
 RETURN all  --  anywhere anywhere
 
 Chain fail2ban-pop3 (1 references)
 target prot opt source   destination
 RETURN all  --  anywhere anywhere
 
 Chain fail2ban-postfix (1 references)
 target prot opt source   destination
 RETURN all  --  anywhere anywhere
 
 Chain fail2ban-sasl (1 references)
 target prot opt source   destination
 DROP   all  --  rrcs-50-84-168-222.sw.biz.rr.com  anywhere
 DROP   all  --  firstt3.lnk.telstra.net  anywhere
 DROP   all  --  wsip-24-249-159-209.tu.ok.cox.net  anywhere
 DROP   all  --  64.52.155.10 anywhere
 DROP   all  --  mail.ifsi.comanywhere
 DROP   all  --  c-98-211-191-10.hsd1.fl.comcast.net  anywhere
 DROP   all  --  23-25-216-129-static.hfc.comcastbusiness.net  anywhere
 DROP   all  --  host18-100-static.241-95-b.business.telecomitalia.it  
 anywhere
 DROP   all  --  static-149-136-145-212.ipcom.comunitel.net  anywhere
 DROP   all  --  173-162-251-81-NewEngland.hfc.comcastbusiness.net  
 anywhere
 DROP   all  --  9.Red-80-39-125.staticIP.rima-tde.net  anywhere
 DROP   all  --  74.11.126.243anywhere
 DROP   all  --  adsl-068-213-103-027.sip.jan.bellsouth.net  anywhere
 DROP   all  --  mail.jccyofrockland.org  anywhere
 DROP   all  --  adsl-108-71-19-30.dsl.hstntx.sbcglobal.net  anywhere
 DROP   all  --  50.121.152.110   anywhere
 DROP   all  --  208-53-75-36.static.chico.ca.digitalpath.net  anywhere
 DROP   all  --  wsip-98-189-122-23.oc.oc.cox.net  anywhere
 DROP   all  --  tollgate123.demon.co.uk  anywhere
 DROP   all  --  static-31-84-61-95.ipcom.comunitel.net  anywhere
 DROP   all  --  net-93-64-210-123.cust.dsl.vodafone.it  anywhere
 DROP   all  --  75-149-2-246-Pennsylvania.hfc.comcastbusiness.net  
 anywhere
 DROP   all  --  39.Red-79-144-62.dynamicIP.rima-tde.net  anywhere
 DROP   all  --  mail2.servicesfuneraires.fr  anywhere
 DROP   all  --  75-151-109-166-Washington.hfc.comcastbusiness.net  
 anywhere
 DROP   all  --  72.Red-80-37-10.staticIP.rima-tde.net  anywhere
 DROP   all  --  sacrtt6.lnk.telstra.net  anywhere
 DROP   all  --  70.43.109.131.nw.nuvox.net  anywhere
 DROP   all  --  74-84-111-214.client.mchsi.com  anywhere
 DROP   all  --  

Re: Dovecot configuration issues for IMAP/POP3 (squeeze)

2012-11-18 Thread David Guntner
David Guntner grabbed a keyboard and wrote:
[Lots of fail2ban stuff]

Well, holy cow!  That's what I get for starting a conversation. :-)  I'm
not the type to just ask a question or answer replies and just sit there
waiting, I start mucking around and googling more and stuff.  Just
discovered that fail2ban has *multiport* support for iptables - it can
be set up to filter chains control more than one port with a single
filter command.

I further discovered that the Dovecot website itself has filter and jail
rules for fail2ban to work with its log entries.

So yea, if I can set up a filter rule that says something along the
lines of if you see this, block traffic for that IP address on the
following ports..., that will do the trick!  Yay! :-)

Now, if I can just figure out a way to get Dovecot to close the
connection when there's too many bad attempts  I'll have to do some
more testing; maybe the fail2ban chain through iptables will close an
existing connection as was suggested might be the case in another reply

Ooooh, the possibilities! :-D

  --Dave




signature.asc
Description: OpenPGP digital signature


Re: Installing Lenny on PowerMac?

2012-11-18 Thread Philipp Kern
On Sun, Nov 18, 2012 at 04:10:29PM -0800, Rick Thomas wrote:
 Would I have better luck with a DVD, where I wouldn't need to get
 anything from the network mirrors until after the installation is
 complete?

Yes.

Kind regards
Philipp Kern 


signature.asc
Description: Digital signature


Re: Squeeze on a EEE PC 901, trackpad problems

2012-11-18 Thread zxcvbob
Thanks Guido, that works great.  I thought it would be something at that 
level but had no idea where to find it.


Also thanks to the other posters who pointed me to the wiki and the manual.

Best regards,
Bob


Guido Martínez wrote:

Hi,

I had the same issue with my EEE 701. I had to change the config file
for the synaptics module
(/usr/share/X11/xorg.conf.d/50-synaptics.conf). Here's how I have it
now:

Section InputClass
Identifier touchpad catchall
Driver synaptics
MatchIsTouchpad on
Option TapButton1 1
Option RBCornerButton 3
EndSection

The two option lines specify left-click on single-finger tap and a
right-click when tapping the right bottom corner.

Hope this helps. Good luck.
Guido

On Sat, Nov 17, 2012 at 12:05 AM, zxcvbob zxcv...@charter.net wrote:

I just installed Debian with the Xfce desktop on a EEE PC model 901.
I've got things working pretty well, but I can't enable tap-to-click on
the trackpad.  I go to Settings-Mouse in the Xfce menu, and there is no
tab or checkbox for tapping.  I'm guessing I need to enable something in X?

(I just barely know what I'm talking about) I've run Ubuntu Linux
before, but that was preconfigured.  I have never tried to set everything up
myself.

Thanks, Bob


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







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

Archive: http://lists.debian.org/agtnf6fe7e...@mid.individual.net



Re: (SOLVED) Dovecot configuration issues for IMAP/POP3 (squeeze)

2012-11-18 Thread David Guntner
David Guntner grabbed a keyboard and wrote:
 David Guntner grabbed a keyboard and wrote:
 [Lots of fail2ban stuff]
 
 Well, holy cow!  That's what I get for starting a conversation. :-)  I'm
 not the type to just ask a question or answer replies and just sit there
 waiting, I start mucking around and googling more and stuff.  Just
 discovered that fail2ban has *multiport* support for iptables - it can
 be set up to filter chains control more than one port with a single
 filter command.
 
 I further discovered that the Dovecot website itself has filter and jail
 rules for fail2ban to work with its log entries.
 
 So yea, if I can set up a filter rule that says something along the
 lines of if you see this, block traffic for that IP address on the
 following ports..., that will do the trick!  Yay! :-)
 
 Now, if I can just figure out a way to get Dovecot to close the
 connection when there's too many bad attempts  I'll have to do some
 more testing; maybe the fail2ban chain through iptables will close an
 existing connection as was suggested might be the case in another reply
 
 Ooooh, the possibilities! :-D

Well, waa hoo! :-)  Upon further testing, it seems that when fail2ban
decides you're gone and adds an iptables DROP for you, you drop. grin

I added the filter on the page I found for Dovecot  fail2ban that I
mentioned above, and then added an extra failregexp entry that looks for
the auth-worker(default) log entry, and presto - after I put in a few
bad attempts, fail2ban kicked in and all of a sudden I found myself
kicked out.  Success! :-)

Thanks again to those who helped out!

 --Dave




signature.asc
Description: OpenPGP digital signature


systemd intermittent startup

2012-11-18 Thread Zenaan Harkness
Is this the best place for systemd assistance?

First, systemd worked.
Now it hangs on bootup, with the following messages:
Loading, please wait...
systemd-fsck[249]: /dev/sda5: clean, ...
plus one similar fsck msg.

After a minute or two it asks me for root pwd or to Ctrl-D for normal
bootup. I can get a root prompt, but normal bootup just appears to
hang again...

So I now edit grub entry and use /sbin/init to log in to post this.

Looking at syslog, I get these sorts of red-colored entries (when
viewed with vim):

Nov 19 14:31:12 localhost kernel: [0.045814] x2apic not enabled,
IRQ remapping init failed
Nov 19 14:31:12 localhost kernel: [0.723077]  pci:00: ACPI
_OSC request failed (AE_SUPPORT), returned control mask: 0x0d
Nov 19 14:31:12 localhost kernel: [4.793539] iwlwifi :03:00.0:
request for firmware file 'iwlwifi-6000g2a-5.ucode' failed.
Nov 19 14:31:12 localhost kernel: [4.811507] [drm] MTRR allocation
failed.  Graphics performance may suffer.
Nov 19 14:31:12 localhost kernel: [7.202959] EXT4-fs (sda5):
re-mounted. Opts: errors=remount-ro

Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving './DNSKEY/IN': 192.33.4.12#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving './NS/IN': 192.33.4.12#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving './DNSKEY/IN': 2001:500:1::803f:235#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving './NS/IN': 2001:500:1::803f:235#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving './DNSKEY/IN': 192.36.148.17#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving './NS/IN': 192.36.148.17#53
N
...
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving 'B.ROOT-SERVERS.NET//IN': 192.33.4.12#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving 'B.ROOT-SERVERS.NET//IN': 2001:500:1::803f:235#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving 'D.ROOT-SERVERS.NET//IN': 2001:500:1::803f:235#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving 'C.ROOT-SERVERS.NET//IN': 192.33.4.12#53
Nov 19 14:31:12 localhost named[2353]: error (network unreachable)
resolving 'D.ROOT-SERVERS.NET//IN': 192.36.148.17#53
Nov
...

Then there's it gets into time gap territory - of about 12s first,
then 20s, then 5s etc as seen from this point:
Nov 19 14:31:15 localhost dbus[2425]: [system] Successfully activated
service 'org.freedesktop.UPower'
Nov 19 14:31:27 localhost acpid: client 2946[0:0] has disconnected
Nov 19 14:31:46 localhost acpid: client connected from 2946[0:0]
Nov 19 14:31:46 localhost acpid: 1 client rule loaded
Nov 19 14:31:51 localhost dbus[2425]: [system] Activating service
name='org.freedesktop.UDisks' (using servicehelper)
Nov 19 14:31:51 localhost dbus[2425]: [system] Successfully activated
service 'org.freedesktop.UDisks'
Nov 19 14:32:05 localhost kernel: [   62.696092] usb 3-1.4: new
full-speed USB device number 5 using ehci_hcd

Perhaps it's too early for systemd and its bootup time improvements
(of course, not booting up takes a lot longer :) ??

TIA
Zanaan


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



Re: need how to for debian 6 with postfix

2012-11-18 Thread Muhammad Yousuf Khan
On Sun, Nov 18, 2012 at 11:36 PM, mouss mo...@ml.netoyen.net wrote:
 Le 18/11/2012 08:52, Muhammad Yousuf Khan a écrit :
 this is ubuntu's official doc.
 https://help.ubuntu.com/community/PostfixDovecotSASL#Installation
 i also followed this but no help at all. still i can send messages
 with out authentication.



 wait!
 if you mean sending mail using a command line on the same box (for
 exampl, by running the sendmail command), then yes, this is normal.

 you need to try with an smtp client (thunderbird and the like).

 PS. you already asked on the postfix-users list, and that's the right
 place since your issue is not specific to Debian. so let's keep the
 discussion there!

i wanted to discuss things there. but the configuration help and tips
people giving me there. i already went though by it and with not luck.
so i thought i might be mistaking somewhere due to platform
difference. therefore i am here to ask about howto specifically for
the Debian squeeze. so no confusion will left in my mind about the
version and platform.

Thanks.


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



GDM3 very slow to load gnome

2012-11-18 Thread Daniel Dalton
Hi, 

I've installed gnome using tasksel and I'm running debian wheezy. 
I've used rcconf and ticked gdm3 to start on boot. 
However, it takes an incredibly long time to load gnome. From the point
where gdm3 is invoked to the desktop coming up (I have auto log in), is
over a minute. I am using a core I5 2.4 GHZ machine with 4 Gb of ram so
I'd expect it to be a bit faster. My netbook seems to load the GUI in
about half the time it takes on this machine. 
Does anyone know how I can solve this problem? 

It seems that the first time I invoke gdm3 whether it be automatically
on a boot or if I disable it from auto starting and then run the init
script myself is very slow, but restarting the gdm3 server after the
first time it has been started works in about 15-20 seconds. 
So it is just the very first time each boot gdm3 is ran which is causing
me these problems. 
I'm also using gnome 3, but I've set it to use fallback mode since I'm
blind and rather the old interface for accessibility, but I thought that
couldn't be the problem. 

Thank you for any help. 
Daniel 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121119060658.ga4...@gwsc.vic.edu.au



ACPI issues: backlight and more

2012-11-18 Thread ed mente
Hi,

I'm currently running Linux with acpi=3Doff as this is the only way to
control the backlight with the Fn keys on the laptop while in console
mode in the Framebuffer.

Can I retain control over the backlight if ACPI is ON?

I have Linux version 3.6.3 and I run it on Samsung N220. The CPU is
Intel(R) Atom(TM) CPU N450 @ 1.66GHz.=20

Sorry if you find the question irrelevant to this list. Any help would
be appreciated.

-- Best regards, Ed


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



Re: systemd intermittent startup

2012-11-18 Thread ed mente
Have you tried booting from another device and fsck on your root and
boot partitions?


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



Re: help with keyboard, lost at GDM-login?

2012-11-18 Thread lalberts
lastest news..

some troubles with iwlwifi are still remaining.
my wifi was stable before all those troubles.. it is not anymore.
after a while it does even fail, and only a shutdown helps.. logout is not
enough.
after hibernate, also the wifi fails..

i love Debian... :-(

lukas



--
View this message in context: 
http://debian.2.n7.nabble.com/help-with-keyboard-lost-at-GDM-login-tp2803000p2806785.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1353307771479-2806785.p...@n7.nabble.com



Re: systemd intermittent startup

2012-11-18 Thread Zenaan Harkness
I shall try that tonight, thanks, but didn't think it necessary since it says,
each time I try to boot, fsck appears result in clean (see above).


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