Re: grub selecteren in multiboot

2015-05-05 Thread Frank Voncken


 
 Ik zie niets raars. Is bootinfoscript een script van Ubuntu?


Dat weet ik niet. Het staat in debian pakketten (boot-script-info). Zie
ook website: http://bootinfoscript.sourceforge.net/

Frank


Re: OT log ldap sacar login errados

2015-05-05 Thread Manolo Díaz
El martes, 5 may 2015, a las 14:23 UTC+2 horas,
Edward Villarroel (EDD) escribió:

buenos dias comunidad les escribo por que ya me carga loco como hacer esto
y necesito de su ayuda el caso es el siguiente tengo un montones de gb de
lineas de log que analizar con un script y no le allo la caida

un fragmento del log


[02/Feb/2012:07:26:26 -0430] conn=59204765 op=35 msgId=37 - BIND
dn=cn=operation1,cn=747414741edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:27 -0430] conn=59203830 op=291 msgId=293 - BIND
dn=cn=operation1,cn=edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59205693 op=3 msgId=5 - BIND
dn=cn=operation1,cn=7418529edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59205693 op=3 msgId=5 - RESULT err=49
tag=97 nentries=0 etime=0
[02/Feb/2012:07:26:28 -0430] conn=59203208 op=54 msgId=56 - BIND
dn=cn=operation1,cn=edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59201544 op=180 msgId=182 - BIND
dn=cn=operation1,cn=999edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59203166 op=72 msgId=74 - BIND
dn=cn=operation1,cn=1edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59204744 op=55 msgId=57 - BIND
dn=cn=operation1,cn=45454545454edd,ou=my,c=ve,o=empresa method=128
version=3

Nota: op=3 msgId=5  (cambia)

el caso es que de esas 2 lineas un una BIND necesito el cn y de RESULT
necesito es el err=49 para contar cuantos hay para un cn en especifico
pero lo unico que los relaciona es conn=

y ademas también necesito la fecha y la hora...

para que log tenga esa forma ejecuto el comando:


cat access.201202* | grep -i -e edd -e err=49 | grep -e RESULT -e
BIND | grep -v err=0


aja pero solo necesito esos contar las lineas resul de un usuario
datos de  7418529edd
por ejemplo


son como 300GB de log que debo procesar favor ayudar


Edward Villarroel:  @Agentedd

grep tiene una opción con la que te devuelve el _número de líneas_ con
coincidencia (-c).

Por cierto, en lugar de comenzar por
cat access.201202* | grep -i -e edd -e err=49
puedes usar
grep -i -e edd -e err=49 access.201202*
y evitas una tubería.

Saludos.
-- 
Manolo Díaz


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



Re: grub selecteren in multiboot

2015-05-05 Thread Frank Voncken
Sjoerd Hiemstra schreef op di 05-05-2015 om 12:45 [+0200]:

 Frank Voncken schreef:
  Kennelijk heb ik discussie losgemaakt. Ik heb toch maar output
  gemaakt: fdisk -lu en RESULTS.txt gecreëerd door bootinfoscript. Zie
  bijlagen. Het zou me gerust stellen als er geen rare dingen in zitten.
 
 De boel staat alleen wat onlogisch en onoverzichtelijk door elkaar.
 Maar ja, een negatieve invloed op de werking heeft dat niet.
 
 Zo komt op de eerste HD na sda1 eerst sda3 als extended partitie;
 daarna nog sda2 als gewone partitie. In sda3 staan achtereenvolgens
 sda5, sda7, sda6. Zoals daar ook al vermeld staat: Partition table
 entries are not in disk order.

Mmm, een rommeltje, inderdaad. Ik heb op sda naast Windows verschillende
distro's gehad, leuk om eens uit te proberen. Ik zal volgende keer, bij
een nieuwe distro, eens wat meer aandacht geven aan partities op sda.

 
 Op de tweede HD na sda1 nog een kleine extended partitie sdb2, die
 geheel in beslag wordt genomen door sdb5. Die extended partitie was
 niet nodig geweest.
 sdb5 is dan ook nog eens swap, terwijl sda6 ook al swap is. Alle
 Linux-installaties hadden van dezelfde swap-partitie gebruik kunnen
 maken.

Vreemd. Ik heb de Debian-installer automatisch over heel sdb laten
installeren (geen manuele installatie dus). Kennelijk is het een en
andere niet geheel netjes gedaan?

 
 Erg curieus vind ik de eerste twee menu-entries:
 
Windows Vista (loader) (op /dev/sda1)
Windows Vista (loader) (op /dev/sda2)
 
 Kom je via beide entries in dezelfde Vista terecht?

Op sda1 is normale Windows, op sda2 is recovery van Windows, is alleen
voor noodgevallen en die blijf ik dan ook van af. Maar ja, Windows
gebruik ik uiterst zelden. Ik heb daar een software van Signcall
(www.signcall.nl, ik ben doof) die alleen op Windows draait. Maar ook
dat gebruik ik zelden, de meeste communicatie gaat via Signcall-app op
mijn mobiele telefoon (deze app is overigens onder GNU Public License
V3, ik weet niet hoe het zit voor de desktop-versie, maar dat is een
andere verhaal).


 Zelf heb ik een Windows-installatie op een partitie op sdb. Maar bij
 Windows kan dat alleen als er ook een 'loader' op een partitie van sda
 staat. Die neemt maar betrekkelijk weinig ruimte in beslag: ca. 100 MB.
 Maar bij jou staan ze zo te zien beide op sda. Dus een aparte 'loader'
 was niet nodig geweest.
 

Kortom, een zooitje dus. Maar ja, het werkt wel allemaal soepel in de
praktijk. Achteraf in partities rommelen is soms riskant als ik niet
heel goed weet wat ik doe. Een andere keer als ik daar tijd voor heb.

Groeten,
Frank



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Camaleón
El Mon, 04 May 2015 15:12:45 -0300, Gonzalo Rivero escribió:

(...)

 No estoy de acuerdo con los que dicen de una instalación desde cero,
 esto es debian, no windows o ubuntu 

¿Y qué tiene Debian de especial en ese aspecto? Pues nada :-)

La elección de instalar o actualizar un sistema no es un dilema técnico 
(todos los sistemas operativos que citas permiten actualizarse a otra 
versión) sino estratégico. Yo nunca actualizo los sistemas operativos que 
administro, siempre realizo instalaciones nuevas y en Debian 
concretamente, lo hago en paralelo manteniendo siempre la versión 
anterior disponible.

Saludos,

-- 
Camaleón


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



Orca (era: Cómo pasar de Wheezy a Jessie)

2015-05-05 Thread Camaleón
El Mon, 04 May 2015 21:23:02 +0200, Rafael Cantos Villanueva escribió:

 Actualizar con dist-upgrade no debe de dar ningún problema. El problema
 que yo tengo es por accesibilidad, simplemente.
 Eso sí, parece que al actualizar me ha cambiado la configuración del
 lector Orca pues ahora no lee ventanas en las que entro como
 superusuario.

¿Y te funciona con el usuario convencional? 

No sé cómo funciona Orca pero se me ocurre que quizá necesites 
habilitarlo para el usuario root.

Saludos,

-- 
Camaleón


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



Mailinglist

2015-05-05 Thread Geert Stappers
On Mon, May 04, 2015 at 10:43:34PM +0200, Paul van der Vlis wrote:
 Hallo Patrick,

Hallo Mailinglist,


 Op 04-05-15 om 18:16 schreef Patrick Ruytings:
  Dag iedereen,
  
  Ik heb nog geen ervaring met mailinglists. Dus extra info is welkom.

Vergelijk een mailinglist met een groep mensen. Ze hebben iets gesamenlijks.
Aansluiten bij zo een groep mensen doe je omdat je het gesamenlijke ook ziet.

Benader / beschouw een ML dat ook als een groep waar je aan wilt deelnemen.

  Jullie vragen om op de lijst te antwoorden.

Ja, dat is inderdaad het idee van mailinglist ...


 Doe ik het nu dan correct?
 
 Wat je doet is bovenposten. Dat wordt veelal niet zo erg gewaardeerd in
 mailinglijsten. De bedoeling is eigenlijk dat je ingaat op de
 opmerkingen van iemand anders, en daar wat onder schrijft.

Waar het om gaat is dat lezen in de discussie volgorde mogelijk is.
Doe NIET de aanname dat men de eerdere bericht heeft gelezen.

Eigenlijk: Laat merken dat je beseft dat veel mensen aanschrijft.
Dat je aan de tijd van veel mensen komt. Het is inderdaad even wennen
dat je naar 1 e-mailadres stuurt en dat je bericht op veel plaats komt.

Een van die plaatsen kan het een e-mailarchief zijn. En als je via
een searchengine daar komt, dan wil je zeker van boven naar beneden
kunnen lezen.


 Mocht je een mailinglijst niet zo prettig vinden, dan kun je deze
 mailinglijst (en vele andere) overigens ook lezen via Gmane.
 Dat biedt een webinterface en een usenet-interface (nieuws):
 http://dir.gmane.org/gmane.linux.debian.user.dutch

Dat is een omweg. Mailinglists hoeven helemaal niet via een webserver.


Groeten
Geert Stappers
-- 
Leven en laten leven


signature.asc
Description: Digital signature


OT log ldap sacar login errados

2015-05-05 Thread Edward Villarroel (EDD)
buenos dias comunidad les escribo por que ya me carga loco como hacer esto
y necesito de su ayuda el caso es el siguiente tengo un montones de gb de
lineas de log que analizar con un script y no le allo la caida

un fragmento del log


[02/Feb/2012:07:26:26 -0430] conn=59204765 op=35 msgId=37 - BIND
dn=cn=operation1,cn=747414741edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:27 -0430] conn=59203830 op=291 msgId=293 - BIND
dn=cn=operation1,cn=edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59205693 op=3 msgId=5 - BIND
dn=cn=operation1,cn=7418529edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59205693 op=3 msgId=5 - RESULT err=49
tag=97 nentries=0 etime=0
[02/Feb/2012:07:26:28 -0430] conn=59203208 op=54 msgId=56 - BIND
dn=cn=operation1,cn=edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59201544 op=180 msgId=182 - BIND
dn=cn=operation1,cn=999edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59203166 op=72 msgId=74 - BIND
dn=cn=operation1,cn=1edd,ou=my,c=ve,o=empresa method=128 version=3
[02/Feb/2012:07:26:28 -0430] conn=59204744 op=55 msgId=57 - BIND
dn=cn=operation1,cn=45454545454edd,ou=my,c=ve,o=empresa method=128
version=3

Nota: op=3 msgId=5  (cambia)

el caso es que de esas 2 lineas un una BIND necesito el cn y de RESULT
necesito es el err=49 para contar cuantos hay para un cn en especifico
pero lo unico que los relaciona es conn=

y ademas también necesito la fecha y la hora...

para que log tenga esa forma ejecuto el comando:


cat access.201202* | grep -i -e edd -e err=49 | grep -e RESULT -e
BIND | grep -v err=0


aja pero solo necesito esos contar las lineas resul de un usuario
datos de  7418529edd
por ejemplo


son como 300GB de log que debo procesar favor ayudar


Edward Villarroel:  @Agentedd


Re: grub selecteren in multiboot

2015-05-05 Thread Paul van der Vlis
Op 05-05-15 om 12:57 schreef Jan-Rens Reitsma:

 Ik weet niet of het geschikt is voor wat anders dan Debian.  Maar
 Debian's os-prober is veelal wel in staat om andere OS-en te vinden, dus
 als je grub weet te herstellen ben je er eigenlijk.
 
 Dat vind ik goed nieuws. Als ik het goed begrijp kun je een verprutste
 boot partitie tegenwoordig vrij gemakkelijk repareren. Volgens mij was
 dat een aantal jaren geleden nog heel anders.

Nee, je moe(s)t alleen weten hoe. Als ik een nieuw type systeem inricht,
ga ik eerst kijken of en hoe ik er met de Debian rescue in kan komen
voor geval van boot-problemen.

Nieuw is wel het oplossen van UEFI problemen, voor als de boot-optie
debian opeens verdwenen is. Dat is me al een paar keer gebeurd. Uit
mijn aantekeningen:
--
booten met debian-installer-usbstick in UEFI mode
kies voor de rescue mode en beantwoord vragen
open een shell in /dev/sda2
mount /dev/sda1 /boot/efi
efibootmgr  #nu staat er geen debian bij
grub-install --bootloader-id debian /dev/sda
efibootmgr  #nu moet er debian bij staan
exit
reboot
--

 Je zult overigens wel per OS moeten testen of os-prober van Debian het
 vind, maar meestal zal dat geen probleem zijn.

 Als je de multi-arch iso gebruikt, kies dan wel de goede architectuur.
 32-bits rescue zal niet werken op een 64-bits systeem en omgekeerd.

 Je kunt toch 32-bits FreeBSD en Fedora installeren op een multiboot
 systeem waar al Windows en 64-bits Debian op staat?

 Het rescue systeem is bedoeld om Debian te benaderen, maar wellicht
 werkt het prima bij andere Linux disro's. Maar je zult wel de juiste
 architectuur moeten gebruiken. Ik verwacht dat BSD niet zal werken, maar
 daar heb ik eigenlijk onvoldoende verstand van.
 
 Voor mij is het vooral belangrijk om te weten dat het geen heksentoer
 meer is om een boot partitie voor Debian te herstellen.

Dat is inderdaad geen probleem.

Probeer maar eens te booten in de rescue mode, en open een shell in de
root. Daarna kun je natuurlijk iets als grub-install --recheck
/dev/sda doen. Of update-grub. Het herstellen van grub is overigens
ook meteen een keuze-optie.

 (Ik heb onlangs de tool chain uit hoofdstuk 5 van LFS gecompileerd, dus
 ik ben aardig op weg LFS. Het idee dat ik aan het eind van hoofdstuk 7
 de boot loader moet configureren ontnam mij de lust om met hoofdstuk 6
 verder te gaan.)

Wel leuk LFS. Maar heb het zelf nooit gedaan.

Groet,
Paul.


-- 
Paul van der Vlis Linux systeembeheer, Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5548ac7e.8000...@vandervlis.nl



Re: Mailinglist

2015-05-05 Thread Paul van der Vlis
Op 05-05-15 om 13:29 schreef Geert Stappers:

 Mocht je een mailinglijst niet zo prettig vinden, dan kun je deze
 mailinglijst (en vele andere) overigens ook lezen via Gmane.
 Dat biedt een webinterface en een usenet-interface (nieuws):
 http://dir.gmane.org/gmane.linux.debian.user.dutch
 
 Dat is een omweg. Mailinglists hoeven helemaal niet via een webserver.

Mailinglists zorgen voor veel e-mail in je mailbox, daarom hebben ze
best een hoge drempel.

De laatste tijd gebruik ik vooral usenet om mailinglists te lezen. Dat
is vooral erg handig bij mailinglists met een hoog volume die ik maar
weinig lees, zoals de kernel mailinglijst.

Een ander voordeel van Gmane is, dat je ook goed door oudere berichten
kunt bladeren.

Een nadeel van Gmane is, dat ze hun eigen naamgeving gebruiken. Daardoor
is het soms lastig te vinden hoe een mailinglist in Gmane heet.

Groet,
Paul.


-- 
Paul van der Vlis Linux systeembeheer, Groningen
http://www.vandervlis.nl


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5548af0f.8060...@vandervlis.nl



Re: grub selecteren in multiboot

2015-05-05 Thread Jan-Rens Reitsma

On 05/05/2015 02:32 PM, Frank Voncken wrote:




Ik zie niets raars. Is bootinfoscript een script van Ubuntu?


Dat weet ik niet. Het staat in debian pakketten (boot-script-info). Zie
ook website: http://bootinfoscript.sourceforge.net/


Ik begrijp al waar het misverstand vandaan komt!

$ apt-cache search boot-info-script

levert meer op dan:

$ apt-cache search bootinfoscript


Frank


Mvg,
Jan-Rens.


--
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5548bc67.4020...@gmail.com



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread David Wright
Quoting Charles Kroeger (ckro...@frankensteinface.com):
 On Tue, 05 May 2015 04:00:02 +0200
 David Wright deb...@lionunicorn.co.uk wrote:
 
  Does   dmesg | grep -i firmware   show the firmware being loaded?
 
 root@mundo:/home/charles# dmesg | grep -i firmware[1.400040] platform
 microcode: firmware: agent loaded amd-ucode/microcode_amd.bin into
 memry[   25.257358] usb 7-2: ath9k_htc: Firmware htc_9271.fw
 requested[   25.268624] usb 7-2: firmware: agent loaded htc_9271.fw into
 memoryroot@mundo:/home/charles#
 
 Yes it's there, the ath9k_htc_9271.fw

What do /sbin/iwconfig and /sbin/ifconfig show?

Cheers,
David.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505130437.GA5597@alum



Re: irqbalance affinity problem

2015-05-05 Thread Johann Spies
On 5 May 2015 at 15:32, Pol Hallen de...@fuckaround.org wrote:


 Can you do some benchmarks with/without those options?


Good suggestion. Thanks.

Regards
Johann

-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)


Re: Debian 8 no arranca tras instalación

2015-05-05 Thread libreydivagante
Que grafica tiene quien tiene el problema?

El 05/05/15 a las 10:41, Camaleón escibió:
 El Tue, 05 May 2015 09:10:37 +0200, Antonio escribió:
 
 El 04/05/2015 a las 16:27, Camaleón escribió:
 
 (...)
 
 yo creo que debe ser algo del driver de la tarjeta,
 Si fuera eso entiendo que tampoco podrías iniciar la sesión con
 startx :-?

 esta noche probaré más cosas, la pantalla de carga apenas muestra dos
 líneas, una de ellas avisando de un bug relacionado con la bios, y ahí
 se queda. La bios la actualice y no ha cambiado nada, me queda cambiar
 la configuración del xorg como me sugerían en otro mensaje.
 Ese mensaje de la BIOS podría ser indicativo o un mero aviso sin
 importancia. Conviene que subas un pantallazo del inicio a ver si
 sacamos algo en claro.


 Ayer arranque en modo depuración y generé el archivo de configuración
 del Xorg, que no existia con un Xorg -configure, los copie a /etc/X11
 modifique el controlador noveau (creo recordar hablo de memoria) por
 vesa, reinicie y en modo normal sigue sin cargar.
 
 El archivo de configuración de Xorg no es necesario ya que el servidor X 
 se configura automáticamente. Por otra parte, un error en el servidor 
 gráfico o un problema con la tarjeta gráfica no impide la carga normal 
 del sistema aunque te deje en una fría terminal.
 
 Sigo pensando que el hecho de que en modo rescate funcione es una pista 
 relevante... si te animas podrías probar lo siguiente: inicia en modo 
 rescate y en lugar de startx ejecuta init 3 a ver qué sucede.
 
 Sacar un pantallazo lo tengo difícil en el arranque da los mensajes de
 la bios, comienza a leer discos y ahí se queda. 
 
 Una foto con la cámara del móvil bastará.
 
 Intentaré sacar los logs y pegarlos aquí pero no lo tengo fácil ya que
 es mi pc de casa y cuando llego es bastante tarde y tengo poco tiempo.
 También es curioso que arranco con un xubuntu live (última versión) y
 tampoco me carga.
 
 ¿Una LiveCD tampoco carga? ¿Hasta dónde llega o dónde se queda?
 
 Pues entonces también podría ser algún problema con el kernel (que 
 necesite de algún parámetro para poder, es posible que tengas que 
 desactivar alguna opción
 
 Os sigo informando de mis avances, muchas gracias.
 
 Ok :-)
 
 Saludos,
 


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5548c901.7050...@gmail.com



Re: OT log ldap sacar login errados

2015-05-05 Thread Camaleón
El Tue, 05 May 2015 07:53:38 -0430, Edward Villarroel (EDD) escribió:

(ese html...)

 buenos dias comunidad les escribo por que ya me carga loco como hacer
 esto y necesito de su ayuda el caso es el siguiente tengo un montones de
 gb de lineas de log que analizar con un script y no le allo la caida
 
 un fragmento del log
 
 
 [02/Feb/2012:07:26:26 -0430] conn=59204765 op=35 msgId=37 - BIND
 dn=cn=operation1,cn=747414741edd,ou=my,c=ve,o=empresa method=128
 version=3 

(...)

 para que log tenga esa forma ejecuto el comando:
 
 
 cat access.201202* | grep -i -e edd -e err=49 | grep -e RESULT -e
 BIND | grep -v err=0
 
 
 aja pero solo necesito esos contar las lineas resul de un usuario datos
 de  7418529edd por ejemplo
 
 
 son como 300GB de log que debo procesar favor ayudar

Pues añade una tubería al final del último grep wc -l para saber el 
número de coincidencias.

Saludos,

-- 
Camaleón


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



Re: irqbalance affinity problem

2015-05-05 Thread Pol Hallen

May  5 12:26:28 kbase /usr/sbin/irqbalance: irq 104 affinity_hint subset
empty
May  5 12:26:28 kbase /usr/sbin/irqbalance: irq 105 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 98 affinity_hint subset
empty

[...]

which kernel do you use?

Pol


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

Archive: https://lists.debian.org/5548be0a.5020...@fuckaround.org



Replicar Servidor.

2015-05-05 Thread Hugo Cosme
Pessoal, bom dia!
Já faz alguns dias que trouxe uma questão aqui na lista com relação a
clonagem de servidores, foi quase que unânime com relação ao uso do
Clonezilla, até ai tudo bem funcionou perfeitamente.
Agora preciso colocar esse segundo servidor em produção de forma Redundante
ao primeiro... existe alguma configuração ou software que eu possa usar
para isso?
Utilizo o Debian 7 com uma aplicação em php e mysql.


Re: irqbalance affinity problem

2015-05-05 Thread Pol Hallen

What do I look for in the Bios (which is not an easy path to walk on the
server)?


it's too hard remember exaclty settings of bios...


I can then in /etc/default/irqbalance put OPTIONS = --intpolicy=ignore
but I am not sure what the effect will be on the server performance.


might be useful do audit of system and undestand if these messages are 
only some warnings (so you can serenely ignore it setting: 
--intpolicy=ignore) or no.



Do you have knowledge of such a setting?


many many years ago.

Can you do some benchmarks with/without those options?

Pol


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

Archive: https://lists.debian.org/5548c673.3070...@fuckaround.org



Solved : Upgrade to Jessie : some network problems

2015-05-05 Thread Nicolas FRANCOIS
Le Mon, 4 May 2015 11:52:18 +0200,
Petter Adsen pet...@synth.no a écrit :

 Are you sure you might not have gotten a different IP address after
 the upgrade? And what does the line for /mnt/nfssave in /etc/fstab on
 the client and the appropriate line in /etc/exports on the server say?

That solved the trick :-(

I had static IPs on all my network, so I thought the updgrade to Jessie
would keep it this way. But I have two wifi routeurs on my network that
provide DHCP to the wifi net, and clearly ALSO on the wired net.

Thank you for pointing me on this one, I was starting to become
crazy ;-)

\bye

-- 

Nicolas FRANCOIS  |  /\ 
http://nicolas.francois.free.fr   | |__|
  X--/\\
We are the Micro$oft.   _\_V
Resistance is futile.   
You will be assimilated. darthvader penguin


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505151540.3a767...@gaston.baronie.vez



Re: irqbalance affinity problem

2015-05-05 Thread Johann Spies
On 5 May 2015 at 15:11, Pol Hallen de...@fuckaround.org wrote:

 Linux kbase 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01)
 x86_64 GNU/Linux


 have you tried with other kernels and/or check bios settings?


Thanks for your attention to my question.

No.  I do not want to reboot the server often.

What do I look for in the Bios (which is not an easy path to walk on the
server)?


I see in the changelog of the Debian package that the suggested solution as
showed by the Ubuntu bug report was accepted as part of the Debian
Package.

I can then in /etc/default/irqbalance put OPTIONS = --intpolicy=ignore

but I am not sure what the effect will be on the server performance.

Do you have knowledge of such a setting?

The error message suggests that subset is the default choice for this
setting.



Regards
Johann


On 5 May 2015 at 15:24, Johann Spies johann.sp...@gmail.com wrote:



 On 5 May 2015 at 15:11, Pol Hallen de...@fuckaround.org wrote:

 Linux kbase 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01)
 x86_64 GNU/Linux


 have you tried with other kernels and/or check bios settings?


 Thanks for your attention to my question.

 No.  I do not want to reboot the server often.

 What do I look for in the Bios (which is not an easy path to walk on the
 server)?


 I see in the changelog of the Debian package that the suggested solution
 as showed by the Ubuntu bug report was accepted as part of the Debian
 Package.

 I can then in /etc/default/irqbalance put OPTIONS = --intpolicy=ignore

 but I am not sure what the effect will be on the server performance.

 Do you have knowledge of such a setting?

 The error message suggests that subset is the default choice for this
 setting.


 Regards
 Johann


 --
 Because experiencing your loyal love is better than life itself,
 my lips will praise you.  (Psalm 63:3)




-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)


Re: Debian 8 no arranca tras instalación

2015-05-05 Thread Camaleón
El Tue, 05 May 2015 09:10:37 +0200, Antonio escribió:

 El 04/05/2015 a las 16:27, Camaleón escribió:

(...)

 yo creo que debe ser algo del driver de la tarjeta,
 Si fuera eso entiendo que tampoco podrías iniciar la sesión con
 startx :-?

 esta noche probaré más cosas, la pantalla de carga apenas muestra dos
 líneas, una de ellas avisando de un bug relacionado con la bios, y ahí
 se queda. La bios la actualice y no ha cambiado nada, me queda cambiar
 la configuración del xorg como me sugerían en otro mensaje.
 Ese mensaje de la BIOS podría ser indicativo o un mero aviso sin
 importancia. Conviene que subas un pantallazo del inicio a ver si
 sacamos algo en claro.


 Ayer arranque en modo depuración y generé el archivo de configuración
 del Xorg, que no existia con un Xorg -configure, los copie a /etc/X11
 modifique el controlador noveau (creo recordar hablo de memoria) por
 vesa, reinicie y en modo normal sigue sin cargar.

El archivo de configuración de Xorg no es necesario ya que el servidor X 
se configura automáticamente. Por otra parte, un error en el servidor 
gráfico o un problema con la tarjeta gráfica no impide la carga normal 
del sistema aunque te deje en una fría terminal.

Sigo pensando que el hecho de que en modo rescate funcione es una pista 
relevante... si te animas podrías probar lo siguiente: inicia en modo 
rescate y en lugar de startx ejecuta init 3 a ver qué sucede.

 Sacar un pantallazo lo tengo difícil en el arranque da los mensajes de
 la bios, comienza a leer discos y ahí se queda. 

Una foto con la cámara del móvil bastará.

 Intentaré sacar los logs y pegarlos aquí pero no lo tengo fácil ya que
 es mi pc de casa y cuando llego es bastante tarde y tengo poco tiempo.
 También es curioso que arranco con un xubuntu live (última versión) y
 tampoco me carga.

¿Una LiveCD tampoco carga? ¿Hasta dónde llega o dónde se queda?

Pues entonces también podría ser algún problema con el kernel (que 
necesite de algún parámetro para poder, es posible que tengas que 
desactivar alguna opción

 Os sigo informando de mis avances, muchas gracias.

Ok :-)

Saludos,

-- 
Camaleón


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



Re: OT log ldap sacar login errados

2015-05-05 Thread fernando sainz
El día 5 de mayo de 2015, 14:23, Edward Villarroel (EDD)
edward.villarr...@gmail.com escribió:
 buenos dias comunidad les escribo por que ya me carga loco como hacer esto y
 necesito de su ayuda el caso es el siguiente tengo un montones de gb de
 lineas de log que analizar con un script y no le allo la caida

 un fragmento del log


 [02/Feb/2012:07:26:26 -0430] conn=59204765 op=35 msgId=37 - BIND
 dn=cn=operation1,cn=747414741edd,ou=my,c=ve,o=empresa method=128 version=3
 [02/Feb/2012:07:26:27 -0430] conn=59203830 op=291 msgId=293 - BIND
 dn=cn=operation1,cn=edd,ou=my,c=ve,o=empresa method=128 version=3
 [02/Feb/2012:07:26:28 -0430] conn=59205693 op=3 msgId=5 - BIND
 dn=cn=operation1,cn=7418529edd,ou=my,c=ve,o=empresa method=128 version=3
 [02/Feb/2012:07:26:28 -0430] conn=59205693 op=3 msgId=5 - RESULT err=49
 tag=97 nentries=0 etime=0
 [02/Feb/2012:07:26:28 -0430] conn=59203208 op=54 msgId=56 - BIND
 dn=cn=operation1,cn=edd,ou=my,c=ve,o=empresa method=128 version=3
 [02/Feb/2012:07:26:28 -0430] conn=59201544 op=180 msgId=182 - BIND
 dn=cn=operation1,cn=999edd,ou=my,c=ve,o=empresa method=128 version=3
 [02/Feb/2012:07:26:28 -0430] conn=59203166 op=72 msgId=74 - BIND
 dn=cn=operation1,cn=1edd,ou=my,c=ve,o=empresa method=128 version=3
 [02/Feb/2012:07:26:28 -0430] conn=59204744 op=55 msgId=57 - BIND
 dn=cn=operation1,cn=45454545454edd,ou=my,c=ve,o=empresa method=128
 version=3

 Nota: op=3 msgId=5  (cambia)

 el caso es que de esas 2 lineas un una BIND necesito el cn y de RESULT
 necesito es el err=49 para contar cuantos hay para un cn en especifico
 pero lo unico que los relaciona es conn=

 y ademas también necesito la fecha y la hora...

 para que log tenga esa forma ejecuto el comando:


 cat access.201202* | grep -i -e edd -e err=49 | grep -e RESULT -e BIND
 | grep -v err=0


 aja pero solo necesito esos contar las lineas resul de un usuario datos de
 7418529edd por ejemplo


 son como 300GB de log que debo procesar favor ayudar


 Edward Villarroel:  @Agentedd


No entiendo tu idioma :-)

Si lo que quieres es contar lineas, añade: | wc -l

S2.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAGw=rhj2xjjfggjsdj4vw8jzsst9znmtog38gef+qpqgdyy...@mail.gmail.com



Re: irqbalance affinity problem

2015-05-05 Thread Johann Spies
On 5 May 2015 at 14:56, Pol Hallen de...@fuckaround.org wrote:


 which kernel do you use?


Linux kbase 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) x86_64
GNU/Linux

Regards
Johann
-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)


Re: irqbalance affinity problem

2015-05-05 Thread Pol Hallen

Linux kbase 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01)
x86_64 GNU/Linux


have you tried with other kernels and/or check bios settings?

Pol


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

Archive: https://lists.debian.org/5548c182.8020...@fuckaround.org



Re: ACPI y smsc47m1

2015-05-05 Thread Frederit Mogollon
Hola, gracias por responder.



 a pesar que entiendo poco y nada... y siendo que vos mismo encontraste
 la informacion de que este problema se arrastra de una version ya
 antigua del kernel linux...
   yo acabo de solucionar problemas de consumo desmedido de cpu y alguna
 cosita mas en wheezy actualizando al kernel 3.16 que se encuentra en los
 wheezy-backports...

En el poco tiempo, unos 5 años, tratando con Debian GNU/Linux y 2 años
antes con Ubuntu, he aprendido a buscar primero y preguntar después,
además de ser una de las normas de la lista, lo que ha permitido
adquirir paulatinamente conocimientos que no son de mi principal campo
de acción.

Por lo que dices, suena interesante bajar el kernel 3.16 para hacer la
prueba. Antes leeré e intentaré comprender las notas de liberación de
ese kernel, para ver si hay algo respecto a acpi y/o smsc47m1.

Algo me da que pensar que sos de aquellos que no quieren saber nada
 con los backports, pero dada la situacion podes probar y obviamente,
 sin desinstalar el kernel 3.2..


Acepto que me guste la estabilidad, robustez y eficiencia, además que
Jessie me dió dolores de cabeza en esta máquina tratando de
instalarlo, algo relacionado con systemd. Ya no recuerdo. Lo que si
creo recordar, sin estar totalmente seguro, es que había un aviso
similar en el inicio sobre el módulo smsc47m1.

Pero, también tengo wheezy-backports enlistado en el fichero sources.list. :)


 -doy por sentado que ya sabes como hacerlo...-


Lo hice hace tiempo, cuando estaba entrando en el mundo de GNU y
Linux, con la distro de la empresa surafricana.
Con un repaso al libro del administrador, la wiki de Debian, el foro
de esDebian y por supuesto, de esta prodigiosa lista, que siempre anda
sacando de apuros a más de uno, lo lograré. Y luego les cuento.

Saludos

fdm


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



Re: Default virtualhost on Debian Jessie with Apache 2.4.10

2015-05-05 Thread Bob Proulx
Daniel Bareiro wrote:
 Marco Stoecker wrote:
  I do have the same issue. I disabled the default config in
  sites-enabled (which in fact removed the symbolic link to the
  000-default.conf in sites-available) and did a restart of apache, but
  still the default page is showing up. I there another way to disable the
  default site? I'd like to have only the mailman site enabled.
 
 Thanks for confirm the behavior that I had mentioned. I don't remember
 this happening with Apache 2.2.22 on Debian Wheezy. So at the beginning
 of this thread I had asked whether it is likely that this configuration
 is compiled into Apache.

I cannot reproduce the behavior that you have reported.  I had
previously tested on my Sid system.  I just now debootstrap'd a
pristine Jessie 8 system and tested and apache2 is not listening to
port 80 after performing the following configuration which was
previously discussed in this thread.

Ensure that no web server is running in the host environment.

  service apache2 stop
  service nginx stop
  service ... stop  # ... any other installed web servers ...
  wget -O/dev/null -S http://127.0.0.1/
  --2015-05-05 17:01:51--  http://127.0.0.1/
  Connecting to 127.0.0.1:80... failed: Connection refused.
  ... Good.  No web servers are running as verified above. ...

Then set up a pristine test case system in a chroot.

  debootstrap jessie /srv/chroot/jessie http://http.debian.net/debian
  mount -o bind /proc /srv/chroot/jessie/proc
  chroot /srv/chroot/jessie su -
  apt-get install apache2
  ln -sfn ../sites-available/default-ssl.conf 
/etc/apache2/sites-enabled/000-default.conf
  a2enmod ssl
  sed --in-place '/^Listen 80/s/^/# /' /etc/apache2/ports.conf
  service apache2 restart

At that point apache is running.  It is not listening on port 80.

  # wget -O/dev/null -S http://127.0.0.1/
  --2015-05-05 17:01:51--  http://127.0.0.1/
  Connecting to 127.0.0.1:80... failed: Connection refused.

It is listening on port 443 with ssl.

  # wget -O/dev/null -S -q --no-check-certificate https://127.0.0.1/
HTTP/1.1 200 OK
Date: Tue, 05 May 2015 23:01:14 GMT
Server: Apache/2.4.10 (Debian)
Last-Modified: Tue, 05 May 2015 22:47:53 GMT
ETag: 2b60-5155d780793dc
Accept-Ranges: bytes
Content-Length: 11104
Vary: Accept-Encoding
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html

Please double check and ensure that you have accomplished all of the
required steps again.  I feel certain that one of them has been left
out.

If you still think there is a problem then try the above steps to
reproduce it using a pristine system.  Then compare the pristine
environment to the problem environment.

Bob


signature.asc
Description: Digital signature


bad ABI version?

2015-05-05 Thread Dale Harris
I'm running sid. I can't currently install xserver-xorg-video-intel.  I get:

# apt-get install --reinstall xserver-xorg-video-intel
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-video-intel : Depends: xorg-video-abi-18
 E: Unable to correct problems, you have held broken packages.


However, looks like abi-18 is old, looks like the latest should be 19.
Because when I run Xorg -configure, I get:

(EE) module ABI major version (15) doesn't match the server's version
(19)


Is xserver-xorg-core just out of date?  Any suggestions on how to fix
this? I did try reinstalling xserver-xorg-core but with no luck.

-- 
Dale Harris
rod...@maybe.org
rod...@gmail.com
/.-)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/caebw9tycynoa+aqwm9b5pq-+p9g0ir9y+ggvrgbr_cqqxpw...@mail.gmail.com



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread David Wright
Quoting Charles Kroeger (ckro...@frankensteinface.com):
 
 root@mundo:/home/charles# ifconfig -a
 eth0  Link encap:Ethernet  HWaddr 00:1b:21:4f:60:49  
   inet addr:192.168.0.102  Bcast:192.168.0.255  Mask:255.255.255.0
   inet6 addr: fe80::21b:21ff:fe4f:6049/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:1051 errors:0 dropped:0 overruns:0 frame:0
   TX packets:502 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX bytes:291611 (284.7 KiB)  TX bytes:82072 (80.1 KiB)
   Interrupt:17 Memory:fbfe-fc00 
 
 loLink encap:Local Loopback  
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:65536  Metric:1
   RX packets:55 errors:0 dropped:0 overruns:0 frame:0
   TX packets:55 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0 
   RX bytes:15256 (14.8 KiB)  TX bytes:15256 (14.8 KiB)
 
 wlan0 Link encap:Ethernet  HWaddr 00:c0:ca:72:68:d4  
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
 
 wlan0:avahi Link encap:Ethernet  HWaddr 00:c0:ca:72:68:d4  
   inet addr:169.254.10.111  Bcast:169.254.255.255  Mask:255.255.0.0
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
 
 root@mundo:/home/charles# lsmod | grep ath
 ath9k_htc  52702  0 
 ath9k_common   12687  1 ath9k_htc
 ath9k_hw  341687  2 ath9k_common,ath9k_htc
 ath21417  3 ath9k_common,ath9k_htc,ath9k_hw
 mac80211  358182  1 ath9k_htc
 cfg80211  319971  3 ath,mac80211,ath9k_htc
 usbcore   134993  6
 usb_storage,ohci_hcd,ehci_hcd,ehci_pci,usbhid,ath9k_htc

At this stage, I would run wicd-curses (not as root) and type P.
I would make sure the Wireless and Wired Interfaces were correctly
named wlan0 and eth0, set automatic reconnection and any other options
I wanted, save that, scan for APs with Fn5, select one and press -
to configure it. I would remove the ethernet cable because I have
that set to take priority. After saving the configuration, I'd press
Return and hope to have a wireless connection come up.

It's too long since I bothered to configure all this through
/etc/network/interfaces, which reminds me: for wicd to manage
the network, you should comment all but
  auto lo
  iface lo inet loopback
in that file.

Cheers,
David.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150506030242.GA20972@alum



Re: bug report

2015-05-05 Thread Umarzuki Mochlis
could be debian-installer package?

2015-05-06 11:13 GMT+08:00 Nader nad...@gmail.com:
 hi, I need to report a bug in the debian installation system. I do not
 know the name of the package that reportbug needs. Please let me know
 how to proceed.


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



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



Re: no root file system after encryption

2015-05-05 Thread David Christensen

On 05/05/2015 10:34 AM, Juha Heinanen wrote:

Here are the steps I made.
Detect disk results in screen where the disk that I try to partition
shows pri/log 15.8 GB FREE SPACE.


I will assume you have a 16 GB drive with no other partitions.



I select it and on the next screen, I select Create a new partition.
This is going to be /boot and I set the size to 16MB and select primary.
On Partition settings screen, I choose Use as Ext2, Mount point /boot, and
Bootable flag on.  Then I choose Done setting up the partition.



That is much too small.  The Wheezy machine I'm typing on has 512 MB for 
/boot (~18 MB used).  Why ext2?  I use ext4.




Next I select to automatically partition the remaining free space that
results in two logical partitions 15.1 GB ext4 mount point / and 693.1
MB swap.


Don't select automatic -- do everything manually.  You want to create a 
second primary partition at the beginning for swap (I allocate 512 MB), 
use it as physical volume for encryption, with a random encryption key. 
 Then create a third primary partition at the beginning for root (I 
allocate 13.4 GB), use it as a physical volume for encryption, with 
passphrase encryption key.  Then configure the encrypted volumes. 
sda2_crypt will end up as swap.  Then configure sda3_crypt as as root.



David


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

Archive: https://lists.debian.org/554963b6.5080...@holgerdanske.com



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread Charles Kroeger
On Wed, 06 May 2015 01:10:02 +0200
Brian a...@cityscape.co.uk wrote:

 Please post the outputs of
 
   ifconfig -a
 
 and
 
   lsmod | grep ath


root@mundo:/home/charles# ifconfig -a
eth0  Link encap:Ethernet  HWaddr 00:1b:21:4f:60:49  
  inet addr:192.168.0.102  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe4f:6049/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1051 errors:0 dropped:0 overruns:0 frame:0
  TX packets:502 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:291611 (284.7 KiB)  TX bytes:82072 (80.1 KiB)
  Interrupt:17 Memory:fbfe-fc00 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:65536  Metric:1
  RX packets:55 errors:0 dropped:0 overruns:0 frame:0
  TX packets:55 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:15256 (14.8 KiB)  TX bytes:15256 (14.8 KiB)

wlan0 Link encap:Ethernet  HWaddr 00:c0:ca:72:68:d4  
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0:avahi Link encap:Ethernet  HWaddr 00:c0:ca:72:68:d4  
  inet addr:169.254.10.111  Bcast:169.254.255.255  Mask:255.255.0.0
  UP BROADCAST MULTICAST  MTU:1500  Metric:1



root@mundo:/home/charles# lsmod | grep ath
ath9k_htc  52702  0 
ath9k_common   12687  1 ath9k_htc
ath9k_hw  341687  2 ath9k_common,ath9k_htc
ath21417  3 ath9k_common,ath9k_htc,ath9k_hw
mac80211  358182  1 ath9k_htc
cfg80211  319971  3 ath,mac80211,ath9k_htc
usbcore   134993  6
usb_storage,ohci_hcd,ehci_hcd,ehci_pci,usbhid,ath9k_htc

-- 
CK


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



Encrypted DVDs Do Not Autoplay

2015-05-05 Thread Daniel Casey

I have installed Debian 8 (Cinnamon desktop) from a live DVD.

When I insert an Audio CD or a non-encrypted DVD into the drive a window 
will appear asking me what I want to do.  I know how to change the 
settings to cause the disk to automatically play with a particular 
program (e.g. VLC).


However, when I insert an encrypted DVD into the drive this window does 
not appear.


I am, however, able to open VLC and play the encrypted DVD without any 
problems.


Although this is not a hardship, I would like to learn how to resolve it.

Thanks,

Daniel


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

Archive: https://lists.debian.org/55497248.9090...@q.com



bug report

2015-05-05 Thread Nader
hi, I need to report a bug in the debian installation system. I do not
know the name of the package that reportbug needs. Please let me know
how to proceed.


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



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread Brian
On Tue 05 May 2015 at 17:10:31 -0400, Charles Kroeger wrote:

 On Tue, 05 May 2015 21:30:02 +0200
 Brian a...@cityscape.co.uk wrote:
 
  You could try
  
ifconfig wlan0 up
  
  to activate the interface before following the remainder of the advice
  given.
  
 I tried that but it complained about not being able to find wlan0

Please post the outputs of

  ifconfig -a

and

  lsmod | grep ath


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/0605201526.33c8d3d65...@desktop.copernicus.demon.co.uk



Re: kdm et clavier sans fil en qwerty

2015-05-05 Thread haricoph...@aranha.fr
Le Tue, 05 May 2015 07:29:40 +0200,
Nicolas nico...@tycho.fr a écrit :

 Du coup je ne sais pas trop quoi matcher. Pas Logitech Unifying 
 Device en tout cas. Keyboard suffirait ? J'ai des doutes...

Pas sûr, si tu discrimine sur clavier/souris. Mais tu aura des
informations plus claires avec lshw ou hwinfo

hwinfo --keyboard
hwinfo --mouse

-- 
haricoph...@aranha.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: https://lists.debian.org/20150506011235.1ecd228a@azuki.aranha



Re: Security updates for wheezy breaking my FAI-installation

2015-05-05 Thread Alexis


Christian Seiler christ...@iwakd.de writes:

Ok, since there appears to be some kind of confusion, I'll 
explain.


[snip comprehensive explanatory/summary of what the various 
official Debian repos are used for]


Thank you very much for all this - it's greatly appreciated! i'd 
like to suggest that this summary (or at least some parts thereof) 
be put on the Debian Wiki, e.g. as an 'OfficialRepositories' page 
(which seems to not exist, currently), and that it be linked to 
from various relevant pages. i feel this information is too 
valuable to perhaps get lost amongst the welter of emails to this 
list. :-)


Thanks again!


Alexis.


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

Archive: https://lists.debian.org/87twvqib51@gmail.com



Re: Colorized Prompts Problem - Thanks for the Deconstruction

2015-05-05 Thread Thomas H. George
On Mon, May 04, 2015 at 12:31:15PM -0500, David Wright wrote:
 Quoting Thomas H. George (li...@tomgeorge.info):
  On Mon, May 04, 2015 at 06:54:40AM +, Bonno Bloksma wrote:
   Hi,
   
I entered the following in .bashrc

   PS1='\033[01;33m\h:\w\$ \033[00m'   

to colorize the prompt (very handy to find the prompt when a command
fills the console screen with lines of text)

The only problem occurs when the next entry is more than one line.  In 
that
case the entry wraps around without moving to a new line.
   
   I had the same problem using the prompt I found at first, I think it is 
   the same you are using. It seems there is a problem in closing the ANSI 
   code string.
   Someone else gave me this:
 PS1='\[\e[0;31m\]${debian_chroot:+($debian_chroot)}\h:\w\$\[\e[m\] '
   This does not have the problem, I have been using this now for over a 
   year, no problems at all.
   
   Bonno Bloksma
   
  Thank you, this works while nothing else did.  The sequences to start
  and end coloring are different and the colors are different too.
 
 Perhaps it's worth deconstructing this into its constituents:
 
 '\[\e[0;31m\]${debian_chroot:+($debian_chroot)}\h:\w\$\[\e[m\] '
 
 Take out ${debian_chroot:+($debian_chroot)}
 As explained before, this prints the value of $debian_chroot but uses
 the :+ trick to avoid printing () when $debian_chroot is empty/unset.
 
 '\[\e[0;31m\]\h:\w\$\[\e[m\] '
 
 Take out the two \[ and \] brackets.
 As explained before, these brackets must enclose anything that doesn't
 advance the cursor, ie the colouring strings. That tells bash to
 ignore those strings in calculating how much room the prompt has taken
 up. That's the fix for your original complaint.
 
 '\e[0;31m\h:\w\$\e[m '
 
 Take out \h:\w\$ and that space at the end.
 That's the prompt that you want to see coloured. (In your original,
 the space at the end of the prompt was coloured too.)
 
 '\e[0;31m' and '\e[m'
 
 Now all that remains is colour-on and colour-off.
 
 Off: Where you had \033[00m this has \e[m because the 00 before the
 m is unnecessary (blank is zero), and \e is a clearer way of writing
 the ESCape character (octal 33) in more modern versions of bash.
 (The latter eliminates one source of confusion: the mixture of octal
 and decimal numbers.)
 
 On: Similarly, where you had \033[01;33m this has \e[0;31m which,
 as pointed out below, changes the foreground colour to normal red.
 So you should set it back to \e[1;33m
 
 It is harmless, but that leading 0 that you had in 01;33m could be a
 cause for confusion; the numbers before the m are *decimal* whereas
 \033 is octal. So 33m actually means 30 + 3 m where 30 is the
 foreground colour, 3 is the yellow, and m is colouring rather than,
 say, moving the cursor.
 
 Cheers,
 David.
 
Your explanation is very helpful, converts the jumble I copied from a
website into a logical sequence of instructions. I really appreciate
being able to understand the meaning of the prompt.

Tom

 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/20150504173115.GA12593@alum
 
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505135311.ga26...@tomgeorge.info



Re: Orca (era: Cómo pasar de Wheezy a Jessie)

2015-05-05 Thread Manolo Díaz
El martes, 5 may 2015, a las 16:24 UTC+2 horas,
Rafael Cantos Villanueva escribió:

Buenas

Sí, con el usuario normal no hay problema alguno.
Cuando instalé Wheezy, la configuración de Orca permitía manipular 
ventanas como super usuario normalmente, ahora esto no va así. tengo que 
estudiarlo a fondo, a ver qué ha sucedido.
En las instalaciones típicas de Orca, hasta que probé con Debian, Orca 
solo funcionaba en modo sin privilegios, y cuando se abría una ventana 
como superusuario este no hablaba. había alguna configuración especial 
que sí lo hacía, modificando cosas, pero había que ejecutar otro proceso 
distinto, es decir, había que ejecutar orca con privilegios de superusuario.

Saludos

Rafa

Pues es una deficiencia notable de la aplicación: puede ser
precisamente el administrador del sistema quién necesite ese tipo de
ayuda para realizar tareas de administración. Parece que hay otra
herramienta para ello, kaccessible, del escritorio KDE.

Saludos.
-- 
Manolo Díaz


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



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Manolo Díaz
El martes, 5 may 2015, a las 15:29 UTC+2 horas,
Camaleón escribió:

 No estoy de acuerdo con los que dicen de una instalación desde cero,
 esto es debian, no windows o ubuntu   

¿Y qué tiene Debian de especial en ese aspecto? Pues nada :-)

Ubuntu no sé, pero con Windows hay una diferencia esencial: que Debian
tiene por meta que todo el repositorio se actualice sin problemas (a
excepción de los paquetes abandonados, claro). Esto es una garantía
para los que no usamos o apenas usamos aplicaciones externas. Esto no
sucede con los que usan Microsoft, que prácticamente nunca están
seguros de que la actualización vaya a ir bien porque muchas de la
aplicaciones que usan no han sido sometidas a ese test.

Así que sí, sí tiene algo de especial, y mucho esfuerzo en conseguirlo.

Saludos.
-- 
Manolo Díaz


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



Re: Replicar Servidor.

2015-05-05 Thread Gustavo S. L.
Bom dia Hugo. Se entendi sua questão penso que procura por alta
disponibilidade. Nesse sentido, poderia usar DRBD para tratar o
armazenamento em baixo nível, OCFS2 como sistema de arquivos, e assim já
tendo um cluster, usar o pacemaker com Corosync, LCMC para gerenciamento
gráfico, e para concluir balanceamento de carga com LVS.

Não é uma solução simples e lhe exigirá um tempo lendo a documentação
destes projetos, tentando tutoriais, etc, mas certamente, caso seja o que
você procura, lhe trará redundância com qualidade, controle e gerenciamento.


att Gustavo Soares de Lima

2015-05-05 10:13 GMT-03:00 Hugo Cosme hugu...@gmail.com:

 Pessoal, bom dia!
 Já faz alguns dias que trouxe uma questão aqui na lista com relação a
 clonagem de servidores, foi quase que unânime com relação ao uso do
 Clonezilla, até ai tudo bem funcionou perfeitamente.
 Agora preciso colocar esse segundo servidor em produção de forma
 Redundante ao primeiro... existe alguma configuração ou software que eu
 possa usar para isso?
 Utilizo o Debian 7 com uma aplicação em php e mysql.



Enc: Re: Re: Re: Re: Debian Jessie X Firebird - Resolvido

2015-05-05 Thread riesdra
não tinha pensado nisto,
valeu, obrigado.

Ricardo Libanio





 Em Ter, 05 Mai 2015 11:23:02 -0300 hamacker lt;sirhamac...@gmail.comgt; 
escreveu  

Como você comentou a linha do Listen, então o default foi assumido, e este por 
sua vez liberou para todos o serviço.

Então, o que você passou é resultado da configuração adotada pelo empacotador, 
que explicitou esse argumento de configuração.

Minha experiencia mostra que a maioria dos serviços no Debian/Ubuntu vem dessa 
forma, isto é, liberando apenas o localhost. 
Possivelmente é uma diretriz seguida pelos empacotadores e alguém deve ter 
alertado ao empacotador do FirebirdSQL que isso oferecia risco de segurança - 
minha opinião - , afinal, se você instala por exemplo, o ambiente LAMP, o MySQL 
na maior parte das vezes só precisa atender o localhost, se você instala e ele 
fica aberto a todos, você pode comprometer o serviço desnecessariamente.


Só uma dica, ao inves de comentar a linha, use o Listen para deixar explicito 
quem deve acessar o serviço, ex: 192.168.1.0/24 ou se for para liberar 
indiscriminadamente a todos então use eth0. Não usar explicitamente esse 
argumento de configuração, faz o sistema usar o default que pode mudar de uma 
versão para outra durante as próximas atualizações.


inte+



Em 27 de abril de 2015 19:29, riesdra lt;ries...@zoho.comgt; escreveu:
valeu Anderson, era isto mesmo comentei a linha que libera o localhost, 
reiniciei, e resolvido porta aberta e telnet via rede conectando.

por que será que nunca precisei fazer isto nas instalações anteriores?

mas, muito obrigado.Ricardo Libanio





 Em Seg, 27 Abr 2015 17:42:19 -0300 Anderson Eckhardt 
lt;ander.sama...@gmail.comgt; escreveu  

Ricardo, 

No primeiro link que o Antonio enviou é mencionado que por padrão apenas 
localhost( * firebird server listens only on the loopback interface)  


Verifica o arquivo firebird.conf pelo parâmetro #RemoteBindAddress =  
(lembre-se de reiniciar o serviço)


Abs.
 

Em 27 de abril de 2015 17:33, riesdra lt;ries...@zoho.comgt; escreveu:
então
se usar nome_servidor retorna fechado
se usar 127.0.0.1 ou localhost retorna aberto

não entendi isto

Ricardo Libanio





 Em Seg, 27 Abr 2015 17:08:53 -0300 Flavio Menezes dos 
Reislt;flavio-r...@pge.rs.gov.brgt; escreveu  

Riesdra,


Roda um nmap de outra máquina com esta que tem o firebird instalado, como alvo:

# nmap firebirdserver -p 3050


Assim terás certeza de que o servidor firebird está escutando nesta porta.





Em 27 de abril de 2015 15:53, riesdra lt;ries...@zoho.comgt; escreveu:
o que será que pode ser então?

tem alguma ideia do que verificar?, pois na minha visão seria firewall, mas não 
esta ativo.

Ricardo Libanio





 Em Seg, 27 Abr 2015 15:26:32 -0300 Antonio 
Terceirolt;terce...@debian.orggt; escreveu  

On Mon, Apr 27, 2015 at 02:13:52PM -0300, riesdra wrote: 
gt; Olá, 
gt; 
gt; fiz uma instalação do debian 8 recem lançado em modo texto, instalei o 
firebird2.5-super como de costume, o serviço esta rodando e ao consultar o com 
nmap a porta 3050 esta aberta, mas via rede esta fechada, não dá conexão no 
terminal via telnet. 
gt; 
gt; não tenho firewall instalado, não sei se tem algo a mais a fazer, pois 
antes eu instalava e ja ficava normal, serviço rodando, e porta respondendo via 
rede. 
gt; 
gt; será que agora por causa do systemd tem algo mais a fazer? 
 
o systemd não tem nada com isso, foram só os defaults que mudaram no 
próprio pacote: 
http://sources.debian.net/src/firebird2.5/2.5.3.26778.ds4-5/debian/NEWS/?hl=10:17#L10
 
 
-- 
Antonio Terceiro lt;terce...@debian.orggt; 











-- 
Flávio Menezes dos Reis
Procuradoria-Geral do Estado do RS
Seção de Infraestrutura de Rede - Assessoria de Informática

Analista de Informática
(51) 3288-1764





 
 









 







 





Systemd Problem: No VGA after /etc/init.d/gdm3 start

2015-05-05 Thread Thomas H. George
Entered /etc/init.d/gdm3 start from a root console. Response was to
check systemctl status gdm.service and journalctl -xn. A script of the
output of these entries:


Script started on Tue 05 May 2015 10:58:05 AM EDT
Zebra:~# systemctl status gdm.service
● gdm.service - GNOME Display Manager
   Loaded: loaded (/lib/systemd/system/gdm.service; enabled)
   Active: failed (Result: start-limit) since Tue 2015-05-05 
10:57:11 EDT; 1min 28s ago
  Process: 1920 ExecStartPre=/bin/sh -c [ $(cat 
/etc/X11/default-display-manager 2/dev/null) = /usr/sbin/gdm3 ] 
(code=exited, status=1/FAILURE)

May 05 10:57:09 Zebra systemd[1]: gdm.service: control process exited, 
code=exited status=1
May 05 10:57:09 Zebra systemd[1]: Failed to start GNOME Display 
Manager.
May 05 10:57:09 Zebra systemd[1]: Unit gdm.service entered failed 
state.
May 05 10:57:09 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
Invalid argument
May 05 10:57:11 Zebra systemd[1]: gdm.service start request repeated too 
quickly, refusing to start.
May 05 10:57:11 Zebra systemd[1]: Failed to start GNOME Display 
Manager.
May 05 10:57:11 Zebra systemd[1]: Unit gdm.service entered failed 
state.
May 05 10:57:11 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
Invalid argument
Zebra:~# journalctl -xn

-- Logs begin at Tue 2015-05-05 10:37:24 EDT, end at Tue 2015-05-05 10:57:11 
EDT. --
May 05 10:57:08 Zebra systemd[1]: Unit gdm.service entered failed 
state.
May 05 10:57:08 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
Invalid argument
May 05 10:57:09 Zebra systemd[1]: gdm.service: control process exited, 
code=exited status=1
May 05 10:57:09 Zebra systemd[1]: Failed to start GNOME Display 
Manager.
-- Subject: Unit gdm.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit gdm.service has failed.
-- 
-- The result is failed.
May 05 10:57:09 Zebra systemd[1]: Unit gdm.service entered failed 
state.
May 05 10:57:09 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
Invalid argument
May 05 10:57:11 Zebra systemd[1]: gdm.service start request repeated too 
quickly, refusing to start.
May 05 10:57:11 Zebra systemd[1]: Failed to start GNOME Display 
Manager.
-- Subject: Unit gdm.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit gdm.service has failed.
-- 
-- The result is failed.
May 05 10:57:11 Zebra systemd[1]: Unit gdm.service entered failed 
state.
May 05 10:57:11 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
Invalid argument

Zebra:~# exit

Script done on Tue 05 May 2015 10:59:22 AM EDT


How do I correct this problem?

Tom


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505151314.ga27...@tomgeorge.info



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Camaleón
El Tue, 05 May 2015 14:55:45 +, Carlos Manuel Escalona Villeda
escribió:

 El mar., 5 de may. de 2015 a la(s) 9:50 a. m., Camaleón
 noela...@gmail.com
 escribió:

(...)

  La diferencia que tiene Debian es que te deja elegir.

 Windows y Ubuntu también te permiten elegir.

 windows sólo te permite comprar una licencia nueva e instalar de nuevo,
 sólo conserva los archivos de usuario pero  pierdes programas,
 controladores y configuraciones de sistema.

Eso no es cierto.

 Ubuntu te deja elegir y lo intenta, en verdad lo intenta, pero fracasa
 jajajjaja.

Tampoco es cierto.

Que no te gusten es una cosa, que no permitan actualizaciones es otra 
bien distinta ;-)

Saludos,

-- 
Camaleón


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



Re: mdadm - RAID1- desconectas un disco y no arrancas

2015-05-05 Thread Roberto Leon Lopez
El 4/5/2015, a las 18:26, Camaleón noela...@gmail.com escribió:

El Mon, 04 May 2015 18:20:00 +0200, Roberto Leon Lopez escribió:

El día 4 de mayo de 2015, 17:16, Camaleón noela...@gmail.com escribió:


(...)

ufff esto no es lo que me gustaría la verdad cuando el servidor no lo
tienes delante y tienes que indicarle a otra persona por teléfono lo
que tiene que hacer y más difícil que me expliquen que es lo que
tienen en pantalla!!!

If any discrepancy is found, the array will not automatically be run,
though the presence of a --run can override this caution.


(...)

Creo que no aplica en este caso, ese texto se refiere a cuando estás
creando un nivel de raid.

Es verdad que en la doc aparece esto en la creación especificación
missing, pero es lo mismo que pasa en la realidad.


Eso es porque algo te falta, de veras, ese asunto del RAID ya está más
que solucionado y tanto el kernel como GRUB2 están preparados para lidiar
con mdadm y un único disco en RAID 1 cuando el otro disco se pone
pocho :-)

He encontrado que podría arrancar el sistema aunque el RAID esté
degradado , hay que indicar en grub al kernel con
bootdegraded=[true|false] , o cambiar initramfs/conf.d/mdadm , he
probado a pasar el parámetro al kernel y seguimos igual, intervención
manual y montado /dev/md0 / , pero el resto del los raid1 definidos para
/home /tmp no los monta...


Es posible que tengas que configurar o definir qué volúmenes quieres
montar automáticamente tras un fallo en uno de los discos pero que el
sistema es capaz de arrancar con uno sólo, eso tenlo por seguro.

Saludos,

-- 
Camaleón


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


Parece que he encontrado el procedimiento para un buen arranque, el RAID lo
arranca degradado y entonces te pasa a la shell de initramfs, desde ahí
podría recuperar el RAID con un tercer disco para formar parte del RAID.

Al salir de dicha shell con exit te arranca el sistema y cada mdX aparece
con el disco removed!!!

Un saludo y gracias por conversar.


Re: OT log ldap sacar login errados (solucionado)

2015-05-05 Thread Edward Villarroel (EDD)
queria solo las lineas que tienen en comun la columna conn=...

lo solucione con el siguiente comando: en awk

gawk '($7 == BIND)  ($8 ~ //) {edd=$3;print $1,$3,$7,$8} ($7 ==
RESULT)  ($8 == err=49)  ($3 == edd) {print $1,$3,$7,$8}'
access.201202*

Edward Villarroel:  @Agentedd


Re: Re: Re: Re: Debian Jessie X Firebird - Resolvido

2015-05-05 Thread hamacker
Como você comentou a linha do Listen, então o default foi assumido, e este
por sua vez liberou para todos o serviço.
Então, o que você passou é resultado da configuração adotada pelo
empacotador, que explicitou esse argumento de configuração.
Minha experiencia mostra que a maioria dos serviços no Debian/Ubuntu vem
dessa forma, isto é, liberando apenas o localhost.
Possivelmente é uma diretriz seguida pelos empacotadores e alguém deve ter
alertado ao empacotador do FirebirdSQL que isso oferecia risco de segurança
- minha opinião - , afinal, se você instala por exemplo, o ambiente LAMP, o
MySQL na maior parte das vezes só precisa atender o localhost, se você
instala e ele fica aberto a todos, você pode comprometer o serviço
desnecessariamente.

Só uma dica, ao inves de comentar a linha, use o Listen para deixar
explicito quem deve acessar o serviço, ex: 192.168.1.0/24 ou se for para
liberar indiscriminadamente a todos então use eth0. Não usar explicitamente
esse argumento de configuração, faz o sistema usar o default que pode mudar
de uma versão para outra durante as próximas atualizações.

inte+

Em 27 de abril de 2015 19:29, riesdra ries...@zoho.com escreveu:

 valeu Anderson, era isto mesmo comentei a linha que libera o localhost,
 reiniciei, e resolvido porta aberta e telnet via rede conectando.

 por que será que nunca precisei fazer isto nas instalações anteriores?

 mas, muito obrigado.


 *Ricardo Libanio*


  Em Seg, 27 Abr 2015 17:42:19 -0300 *Anderson Eckhardt
 ander.sama...@gmail.com ander.sama...@gmail.com* escreveu 

 Ricardo,

 No primeiro link que o Antonio enviou é mencionado que por padrão apenas
 localhost( * firebird server listens only on the loopback interface)

 Verifica o arquivo firebird.conf pelo parâmetro #RemoteBindAddress =
  (lembre-se de reiniciar o serviço)

 Abs.

 Em 27 de abril de 2015 17:33, riesdra ries...@zoho.com escreveu:

 então
 se usar nome_servidor retorna fechado
 se usar 127.0.0.1 ou localhost retorna aberto

 não entendi isto



 *Ricardo Libanio*


  Em Seg, 27 Abr 2015 17:08:53 -0300 *Flavio Menezes dos
 Reisflavio-r...@pge.rs.gov.br flavio-r...@pge.rs.gov.br* escreveu
 

 Riesdra,

 Roda um nmap de outra máquina com esta que tem o firebird instalado, como
 alvo:
 # nmap firebirdserver -p 3050

 Assim terás certeza de que o servidor firebird está escutando nesta porta.



 Em 27 de abril de 2015 15:53, riesdra ries...@zoho.com escreveu:

 o que será que pode ser então?

 tem alguma ideia do que verificar?, pois na minha visão seria firewall,
 mas não esta ativo.



 *Ricardo Libanio*


  Em Seg, 27 Abr 2015 15:26:32 -0300 *Antonio
 Terceiroterce...@debian.org terce...@debian.org* escreveu 

 On Mon, Apr 27, 2015 at 02:13:52PM -0300, riesdra wrote:
  Olá,
 
  fiz uma instalação do debian 8 recem lançado em modo texto, instalei o
 firebird2.5-super como de costume, o serviço esta rodando e ao consultar o
 com nmap a porta 3050 esta aberta, mas via rede esta fechada, não dá
 conexão no terminal via telnet.
 
  não tenho firewall instalado, não sei se tem algo a mais a fazer, pois
 antes eu instalava e ja ficava normal, serviço rodando, e porta respondendo
 via rede.
 
  será que agora por causa do systemd tem algo mais a fazer?

 o systemd não tem nada com isso, foram só os defaults que mudaram no
 próprio pacote:

 http://sources.debian.net/src/firebird2.5/2.5.3.26778.ds4-5/debian/NEWS/?hl=10:17#L10

 --
 Antonio Terceiro terce...@debian.org






 --
 Flávio Menezes dos Reis
 Procuradoria-Geral do Estado do RS
 Seção de Infraestrutura de Rede - Assessoria de Informática
 Analista de Informática
 (51) 3288-1764









Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Carlos Manuel Escalona Villeda
es cuestión de gustos, yo acostumbro personalizar bastante mis sistemas,
así que para no tener que recrear nuevamente toda la configuración tras
hacer una instalación fresca prefiero hacer actualizaciones.

La diferencia que tiene Debian es que te deja elegir.

El mar., 5 de may. de 2015 a la(s) 8:30 a. m., Camaleón noela...@gmail.com
escribió:

 El Mon, 04 May 2015 15:12:45 -0300, Gonzalo Rivero escribió:

 (...)

  No estoy de acuerdo con los que dicen de una instalación desde cero,
  esto es debian, no windows o ubuntu

 ¿Y qué tiene Debian de especial en ese aspecto? Pues nada :-)

 La elección de instalar o actualizar un sistema no es un dilema técnico
 (todos los sistemas operativos que citas permiten actualizarse a otra
 versión) sino estratégico. Yo nunca actualizo los sistemas operativos que
 administro, siempre realizo instalaciones nuevas y en Debian
 concretamente, lo hago en paralelo manteniendo siempre la versión
 anterior disponible.

 Saludos,

 --
 Camaleón


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




[SOLVED] Re: New Jessie Install: Laptop fan doesn't run

2015-05-05 Thread Ralph Katz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 05/04/2015 11:01 PM, Glen Reesor wrote:
 On 2015-05-03 16:00, Glen Reesor wrote:
 
 
 On 2015-05-03 14:20, Ralph Katz wrote:
 Please don't top post; it makes following the thread harder. My
 reply follows below...
 
 On 05/02/2015 07:23 PM, Glen Reesor wrote:
 I've done some more research, and it appears that the fan
 control is only happening at boot, in *both* the installed
 system and the livecd. So if the machine is hot at boot,
 the fan runs and stays running regardless of temperature
 changes. If the machine is cool at boot, the fan doesn't
 run, regardless of temperature changes.
 
 I've discovered interesting behavior with the sensors
 command and acpi -t.
 
 Sensors currently shows: acpitz-virtual-0 Adapter: Virtual
 device temp1:+40.0°C  (crit = +100.0°C) -
 This never changes after boot
 
 coretemp-isa- Adapter: ISA adapter Core 0:
 +56.0°C  (high = +100.0°C, crit = +100.0°C) Core 1:
 +57.0°C  (high = +100.0°C, crit = +100.0°C)
 
 However acpi -t shows: Thermal 0: ok, 40.0 degrees C
 
 The temp1 line reported by sensors never changes after
 boot, and neither does the output from acpi -t. So it looks
 like acpi is looking at the wrong temperature, as it's only
 the Core 0 and Core 1 temperatures that change.
 
 On 2015-05-02 10:02, Glen Reesor wrote:
 Some more information...
 
 I have confirmed that the fan runs when the Jessie livecd
 is running, but the fan doesn't run for amd64 or i386
 installations. I've compared syslog, daemon.log, and
 lsmod and found:
 
 syslog: Both livecd and amd64 installation have these
 lines: kernel: [0.020564] CPU0: Thermal monitoring
 enabled (TM1) kernel: [0.943898] thermal LNXTHERM:00:
 registered as thermal_zone0 kernel: [0.943904] ACPI:
 Thermal Zone [TZ01] (50 C)
 
 syslog: There is a slight difference in the following
 line: livecd: kernel: [3.144083] acpi device:3a:
 registered as cooling_device0 amd64: kernel: [
 8.712124] acpi device:3a: registered as cooling_device2
 
 lsmod has slight differences: livecd: thermal
 17343  0 thermal_sys27122  3
 video,thermal,processor
 
 amd64: thermal17559  0 thermal_sys
 27642  3 video,thermal,processor
 
 In daemon.log, the amd64 installation has the following
 lines (but they may be the result of installing the
 sensors package, which the livecd does not have): May  2
 08:36:48 amd64 sensors[492]: acpitz-virtual-0 May  2
 08:36:48 amd64 sensors[492]: Adapter: Virtual device May
 2 08:36:48 amd64 sensors[492]: temp1: +0.0°C  (crit =
 +100.0°C) May  2 08:36:48 amd64 sensors[492]:
 coretemp-isa- May  2 08:36:48 amd64 sensors[492]:
 Adapter: ISA adapter May  2 08:36:48 amd64 sensors[492]:
 Core 0: +25.0°C  (high = +100.0°C, crit = +100.0°C) May
 2 08:36:48 amd64 sensors[492]: Core 1: +26.0°C  (high =
 +100.0°C, crit = +100.0°C)
 
 Any help would be greatly appreciated.
 
 Glen
 
 On 2015-04-30 20:40, Glen Reesor wrote:
 I have done a fresh install of Jessie on an old Acer
 laptop and the fan never runs, so it overheats.
 Interestingly, the fan *does* run while Jessie is being
 installed.
 
 Has anyone had similar problems? Does anyone have
 suggestions on how to diagnose this?
 
 Thanks.
 
 Glen, I'm not sure how much this will help, but my old Acer laptop 
 running Jessie seems to be fine out of the box.  Here are some 
 comparable outputs [pasted as quotes to prevent line wrapping]:
 
 ralph@spike2 ~$ zgrep sensors /var/log/daemon.log* 
 /var/log/daemon.log.1:Apr 27 15:48:53 spike2 sensors[864]: 
 acpitz-virtual-0 /var/log/daemon.log.1:Apr 27 15:48:53
 spike2 sensors[864]: Adapter: Virtual device 
 /var/log/daemon.log.1:Apr 27 15:48:53 spike2 sensors[864]: 
 temp1:+50.0°C  (crit = +87.0°C) 
 /var/log/daemon.log.1:Apr 27 15:48:53 spike2 sensors[864]: 
 temp2:+45.0°C  (crit = +105.0°C) 
 /var/log/daemon.log.1:Apr 27 15:48:53 spike2 sensors[864]: 
 coretemp-isa- /var/log/daemon.log.1:Apr 27 15:48:53
 spike2 sensors[864]: Adapter: ISA adapter 
 /var/log/daemon.log.1:Apr 27 15:48:53 spike2 sensors[864]:
 Core 0:   +44.0°C  (high = +85.0°C, crit = +85.0°C) 
 /var/log/daemon.log.1:Apr 27 15:48:53 spike2 sensors[864]:
 Core 1:   +47.0°C  (high = +85.0°C, crit = +85.0°C) 
 ralph@spike2 ~$ acpi -t -i Thermal 0: ok, 39.0 degrees C 
 Thermal 0: trip point 0 switches to mode critical at
 temperature 105.0 degrees C Thermal 1: ok, 39.0 degrees C 
 Thermal 1: trip point 0 switches to mode critical at
 temperature 87.0 degrees C Thermal 1: trip point 1 switches
 to mode passive at temperature 83.0 degrees C ralph@spike2
 ~$
 Have you checked bug reports or searched the archives for hints?
 A quick search will give you some clues: 
 https://duckduckgo.com/?q=site%3Adebian.org+fan+controlt=debian
 
 Also some packages may help, check out fancontrol and thinkfan.
 There are others.
 
 Keep us posted.  And please reply below this post so discussion
 flows logically.
 
 Good luck!
 
 Ralph
 
 

Re: mdadm - RAID1- desconectas un disco y no arrancas

2015-05-05 Thread Camaleón
El Tue, 05 May 2015 10:24:42 +0200, ZorroPlateado escribió:

 El 4/5/2015, a las 18:26, Camaleón noela...@gmail.com escribió:

(...)

 He encontrado que podría arrancar el sistema aunque el RAID esté
 degradado , hay que indicar en grub al kernel con
 bootdegraded=[true|false] , o cambiar initramfs/conf.d/mdadm , he
 probado a pasar el parámetro al kernel y seguimos igual, intervención
 manual y montado /dev/md0 / , pero el resto del los raid1 definidos
 para /home /tmp no los monta...
 
 Es posible que tengas que configurar o definir qué volúmenes quieres
 montar automáticamente tras un fallo en uno de los discos pero que el
 sistema es capaz de arrancar con uno sólo, eso tenlo por seguro.

 Es verdad que los volúmenes tras un fallo hay que volver a activarlos
 con:
 
 vgchange -a y nombre_de_grupo
 
 Pero el /tmp esta montado sobre una simple partición en RAID1 y tampoco
 la monta.

La partición /tmp es especial, mira a ver si la tienes definida como 
volátil (tmpfs) y revisa los registros (dmesg, syslog), te dirán qué se 
monta y qué no.

 El sistema tiene el mismo comportamiento sea una Debian 8 o Centos 7,
 por eso me hace pensar que es así lo de montar un raid degradado es
 algo opcional y no viene por defecto pero puede ser cambiado….
 
 Buscaré algo más de doc pero tras varias horas incansables es posible
 que tenga que tirar la toalla.
 
 Un saludo y gracias

Un RAID 1, sea por hardware o software, tiene que tener un comportamiento 
completamente transparente para el sistema, por lo que si fuerzas una 
caída (o simplemente desconectas uno de los discos) el otro tiene que 
seguir trabajando como si nada, aparte de notificarte la caída y en caso 
de reinicio, lo mismo, tiene que iniciar y trabajar con normalidad.

Saludos,

-- 
Camaleón


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



Re: Orca (era: Cómo pasar de Wheezy a Jessie)

2015-05-05 Thread Rafael Cantos Villanueva

Buenas

Sí, con el usuario normal no hay problema alguno.
Cuando instalé Wheezy, la configuración de Orca permitía manipular 
ventanas como super usuario normalmente, ahora esto no va así. tengo que 
estudiarlo a fondo, a ver qué ha sucedido.
En las instalaciones típicas de Orca, hasta que probé con Debian, Orca 
solo funcionaba en modo sin privilegios, y cuando se abría una ventana 
como superusuario este no hablaba. había alguna configuración especial 
que sí lo hacía, modificando cosas, pero había que ejecutar otro proceso 
distinto, es decir, había que ejecutar orca con privilegios de superusuario.


Saludos

Rafa


---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5548d2a4.1060...@rafaelcantos.es



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Carlos Manuel Escalona Villeda
windows sólo te permite comprar una licencia nueva e instalar de nuevo,
sólo conserva los archivos de usuario pero  pierdes programas,
controladores y configuraciones de sistema.

Ubuntu te deja elegir y lo intenta, en verdad lo intenta, pero fracasa
jajajjaja.

El mar., 5 de may. de 2015 a la(s) 9:50 a. m., Camaleón noela...@gmail.com
escribió:

 El Tue, 05 May 2015 14:19:30 +, Carlos Manuel Escalona Villeda
 escribió:

  El mar., 5 de may. de 2015 a la(s) 8:30 a. m., Camaleón
  noela...@gmail.com
  escribió:
 
  El Mon, 04 May 2015 15:12:45 -0300, Gonzalo Rivero escribió:
 
  (...)
 
   No estoy de acuerdo con los que dicen de una instalación desde cero,
   esto es debian, no windows o ubuntu
 
  ¿Y qué tiene Debian de especial en ese aspecto? Pues nada :-)

 (...)

  es cuestión de gustos, yo acostumbro personalizar bastante mis sistemas,
  así que para no tener que recrear nuevamente toda la configuración tras
  hacer una instalación fresca prefiero hacer actualizaciones.
 
  La diferencia que tiene Debian es que te deja elegir.

 Windows y Ubuntu también te permiten elegir.

 Saludos,

 --
 Camaleón


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




Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Camaleón
El Tue, 05 May 2015 17:01:38 +0200, Manolo Díaz escribió:

 El martes, 5 may 2015, a las 15:29 UTC+2 horas,
 Camaleón escribió:
 
 No estoy de acuerdo con los que dicen de una instalación desde cero,
 esto es debian, no windows o ubuntu

¿Y qué tiene Debian de especial en ese aspecto? Pues nada :-)
 
 Ubuntu no sé, 

Yo sí, es igualico que en Debian pero con más gráficos.

 pero con Windows hay una diferencia esencial: que Debian
 tiene por meta que todo el repositorio se actualice sin problemas (a
 excepción de los paquetes abandonados, claro). 

(...)

¿Y crees que los 20.000 ingenieros de Microsoft se tocan las narices 
cuando sacan un sistema operativos nuevo, no hacen pruebas ni verifican 
el procedimiento de actualización, no tienen beta testers (pagados y 
sin pagar), etc...?

Venga ya ;-)

Windows y Ubuntu se pueden actualizar exactamente igual que Debian, y los 
fallos que tengan tras la actualización serán los mismos que los que 
pueda tener Debian por mucho interés desinteresado que pongamos los 
debianitas.

Saludos,

-- 
Camaleón


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



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Camaleón
El Tue, 05 May 2015 14:19:30 +, Carlos Manuel Escalona Villeda
escribió:

 El mar., 5 de may. de 2015 a la(s) 8:30 a. m., Camaleón
 noela...@gmail.com
 escribió:
 
 El Mon, 04 May 2015 15:12:45 -0300, Gonzalo Rivero escribió:

 (...)

  No estoy de acuerdo con los que dicen de una instalación desde cero,
  esto es debian, no windows o ubuntu

 ¿Y qué tiene Debian de especial en ese aspecto? Pues nada :-)

(...)

 es cuestión de gustos, yo acostumbro personalizar bastante mis sistemas,
 así que para no tener que recrear nuevamente toda la configuración tras
 hacer una instalación fresca prefiero hacer actualizaciones.
 
 La diferencia que tiene Debian es que te deja elegir.

Windows y Ubuntu también te permiten elegir.

Saludos,

-- 
Camaleón


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



Re: no root file system after encryption

2015-05-05 Thread Juha Heinanen
Here are the steps I made.

Detect disk results in screen where the disk that I try to partition
shows pri/log 15.8 GB FREE SPACE.

I select it and on the next screen, I select Create a new partition.
This is going to be /boot and I set the size to 16MB and select primary.
On Partition settings screen, I choose Use as Ext2, Mount point /boot, and
Bootable flag on.  Then I choose Done setting up the partition.

Next I select to automatically partition the remaining free space that
results in two logical partitions 15.1 GB ext4 mount point / and 693.1
MB swap.

Next I choose Configure encrypted volumes and get a screen that tells
that before encrypted volumes can be configured, current partitioning
scheme has to be written to disk.  I then go ahead and select yes to
write the changes to disk.

After writing is done, I get screen that has two entries: Create
encrypted volumes and Finish.  I choose the first and on next screen
select the ext4 device and swap device to encrypt.  Then I get screen
that shows partition settings of the ext4 partition.  Mount point is /
as it should.  I choose the defaults except not to erase data and then
Done with setting up the partition.

Then I do the same with the swap partition and after that I again get
the screen that has two choices: Create encrypted volumes and Finish.
Now I choose the latter and get screens that ask for encryption password
for both of the encrypted partitions.

After that I get again the main Partition disk screen.  It now shows
three partitions:

#1 primary 14.7 MB   ext2 /boot
#5 logical 15.1 GB   crypto   (sdc5_crypt)
#6 logical 693.1 MB  crypto   (sdc5_crypt)

Then I select Finish partitioning and write changes to disk. That
results in red screen complaining No root file system Please correct
this from the partitioning menu.

What went wrong?  Why the root mount point disappeared? Why didn't the
process tell me earlier that something is wrong?  Or is it so that the
installer is broken?

-- Juha


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21832.65306.873002.567...@tutpro.com



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Carlos Manuel Escalona Villeda
La mayor parte de las ganancias de Microsoft por sus sistemas operativos no
proviene de la venta de licencias, sino de las certificaciones de
compatibilidad.

Si tu creas una aplicación y quieres que esta sea compatible con el nuevo
sistema operativo antes de que salga a la luz entonces contactas con
microsoft para realizar pruebas de certificación.

Estas pruebas tienen costo y, una vez depurado tu código, puedes lucir un
lindo icono de Compatible con window XX en las cajas de tu producto.

Cada cambio de sistema operativo puede suponer pérdidas de millones de
dólares debido a incompatibilidad para las grandes empresas, así que estas
pagan una buena cantidad por pasar esta certificación.

Las empresas pequeñas prefieren esperar a que surja una beta o a que se
publique la versión final para adaptar su software.

Así que las aplicaciones instaladas por los usuarios tienen garantizada la
compatibilidad asegurada sólo para productos provenientes de las grandes
empresas (debidamente actualizadas), pero tus programas que descargaste por
allí de alguna web de programas gratis muy probablemente dejarán de
funcionar.

El mar., 5 de may. de 2015 a la(s) 11:57 a. m., Camaleón noela...@gmail.com
escribió:

 El Tue, 05 May 2015 18:34:37 +0200, Manolo Díaz escribió:

  El martes, 5 may 2015, a las 17:19 UTC+2 horas,
  Camaleón escribió:
 
  pero con Windows hay una diferencia esencial: que Debian tiene por
  meta que todo el repositorio se actualice sin problemas (a excepción
  de los paquetes abandonados, claro).
 
 (...)
 
 ¿Y crees que los 20.000 ingenieros de Microsoft se tocan las narices
 cuando sacan un sistema operativos nuevo, no hacen pruebas ni verifican
 el procedimiento de actualización, no tienen beta testers (pagados y
 sin pagar), etc...?
 
 Venga ya ;-)
 
  Eso es tan falaz como si yo respondiera a lo siguiente:
 
los 20.000 ingenieros de Microsoft se tocan las narices cuando
 sacan
un sistema operativos nuevo
 
  A pesar de que es textual no tiene nada que ver con lo que quieres
  decir. Es lo que tiene suprimir convenientemente parte del texto.

 Bueno Manolo, no voy a discutir por eso. Como supongo que has seguido el
 hilo, ya sabrás a dónde quería llegar: que tanto Debian como Ubuntu o
 Windows se pueden actualizar sin problemas y permiten al usuario decidir
 si instalar desde cero o actualizar el sistema existente.

 Saludos,

 --
 Camaleón


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




Live Build - Panneau de controle cinnamon sans paramètres régionaux

2015-05-05 Thread kayl
Bonsoir,
j'ai créé une Debian Live avec le bureau cinnamon. Le problème c'est que 
lorsque je vais dans le panneau de contrôle,je trouve tout sauf l'icône des 
Paramètres régionaux.

J'utilise live-build v4.0.3-1

Voici mon fichier config:
#!/bin/sh

set -e

lb config noauto \
 --architectures i386 \
 --linux-flavours 486 \
 --distribution jessie \
 --archive-areas main contrib non-free \
 --debian-installer live \
 --debian-installer-gui true \
 --bootappend-live boot=live config locales=fr_FR.UTF-8,en_US.UTF-8 
keyboard-layouts=fr,us \
 --apt apt \
 --apt-secure true \
 --apt-options --force-yes --yes \
 --firmware-binary false \
 --firmware-chroot false \
 ${@}

et voici le contenu de mon fichier live.list.chroot:
live-boot live-config live-config-systemd debian-keyring tasksel tasksel-data 
laptop-detect task-desktop task-french task-french-desktop aspell-fr 
task-cinnamon-desktop cinnamon-l10n cinnamon-screensaver cinnamon-session 
cinnamon-session-common cinnamon-control-center locales


y-a-t-il un paquet que j'aurais oublié de mettre ?

--
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: 
https://lists.debian.org/1889738954.3179880.1430860826929.javamail.zim...@laposte.net



Re: ACPI y smsc47m1

2015-05-05 Thread libreydivagante
a pesar que entiendo poco y nada... y siendo que vos mismo encontraste 
la informacion de que este problema se arrastra de una version ya 
antigua del kernel linux...
 yo acabo de solucionar problemas de consumo desmedido de cpu y alguna 
cosita mas en wheezy actualizando al kernel 3.16 que se encuentra en los 
wheezy-backports...


  Algo me da que pensar que sos de aquellos que no quieren saber nada 
con los backports, pero dada la situacion podes probar y obviamente, 
sin desinstalar el kernel 3.2..


-doy por sentado que ya sabes como hacerlo...-

Saludos desde el sur.

El 05/05/15 a las 17:48, Frederit Mogollon escibió:

Buenas tardes listeros.

En esta ocasión solo paso a comentar sobre algo relacionado con la PC
desde la que trabajo.
Hardware:
M/B Intel D850GB con dos ventiladores que mantienen circulando aire en el case.
CPU Intel Pentium IV 1.7 GHz con un ventilador.
GPU GeForce MX/MX 400 NV11 con un ventilador.
RAM 512 MB con un ventilador.
HD 10 GB con 3 particiones: / (4.5 GB), Swap (~500 MB) y /home (4.4 GB).

Software principal:
S.O. Debian GNU/Linux Wheezy 7.8 con kernel 3.2.0-4-686-pae y con
x11-xkb-utils 7.7~1.
IceWM 1.3.7 con numlockx 1.2-4.
PCManFM 1.2.3.
Conky-all 1.9.0-2

La cuestión es que tenía con el sistema trabajando bien (aún
terminando de configurar IceWM). Notaba que al encender la PC, una de
las líneas de la información en pantalla al inicio, decía algo así
como que no se había cargado el módulo smsc47m1 porque no se
encontraba dispositivo...

Al consultar sobre ese módulo, leí que está relacionado con el control
de ventilador para el enfriamiento del hardware. Al ver la información
aportada por conky indicaba que la CPU estaba a 41ºC y la M/B a 35ºC.

Bueno, pensaba vagamente entonces, uno de las siguientes pasos de
optimización de mi sistema será desinstalar o deshabilitar ese módulo
para que no aparezca más ese aviso... Cosa que tenía pendiente de
hacer.

Pero hoy, al reiniciar el ordenador luego de terminar de editar un
fichero de configuración de icewm, noté que el applet de volumen en la
barra de tareas había desaparecido, que había una ventana pequeña en
la esquina superior izquierda de la pantalla que no hallé forma de
saber que era (ni mirando el htop), además de que el teclado no
funcionaba.

Al hacer un dmesg | tail decía algo de un aparente conflicto con
ACPI y smsc47m1, pero no lo guardé; torpeza mía...

Al hacer un dmesg | grep smsc47m1 obtuve lo siguiente:

tesistas@Tesistas:~$ dmesg | grep smsc47m1
[   12.893666] smsc47m1: Found SMSC LPC47M10x/LPC47M112/LPC47M13x
[   12.893694] ACPI: resource smsc47m1 [io  0x0804] conflicts with
ACPI region RNTR [io 0x800-0x80a]

Hice la respectiva búsqueda en la gran red y al parecer es una suerte
de bug no oficial desde el kernel 2.6.31 en el que hay problemas con
los sensores, según lo encontrado en los siguientes enlaces (entre
otro par que no anoté):
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/478762
https://bbs.archlinux.org/viewtopic.php?id=83452
https://wiki.archlinux.org/index.php/Lm_sensors_(Español)

Siguiendo lo sugerido en los sitios antes mencionados, edité el
fichero /etc/default/grub
modificando la línea:

GRUB_CMDLINE_LINUX_DEFAULT=quiet

por

GRUB_CMDLINE_LINUX_DEFAULT=acpi_enforce_resources=lax quiet

reinicié el equipo, y aunque al entrar ya estaba todo de vuelta a la
normalidad en la interfaz gráfica, al hacer de nuevo un dmesg obtuve
lo mismo que antes:

tesistas@Tesistas:~$ dmesg | grep smsc47m1
[   15.655807] smsc47m1: Found SMSC LPC47M10x/LPC47M112/LPC47M13x
[   15.655835] ACPI: resource smsc47m1 [io  0x0804] conflicts with
ACPI region RNTR [io 0x800-0x80a]


Para complementar la información arriba expuesta, les pego aquí las
salidas de varias órdenes que le dí a la terminal:

tesistas@Tesistas:~$ sudo acpi --everything
[sudo] password for tesistas:
No support for device type: power_supply
No support for device type: power_supply
Cooling 0: Processor 0 of 0

tesistas@Tesistas:~$ lsmod | grep -i -e thermal -e wmi
mxm_wmi12467  1 nouveau
wmi13051  2 mxm_wmi,nouveau
thermal_sys17752  2 processor,video
-
tesistas@Tesistas:~$ lsmod | grep fan
NO DEVUELVE NADA

tesistas@Tesistas:~$ sensors
adm1025-i2c-0-2d
Adapter: SMBus I801 adapter at efa0
in0:  +2.49 V  (min =  +0.00 V, max =  +3.32 V)
Vcore:+1.72 V  (min =  +0.00 V, max =  +2.99 V)
+3.3V:+3.25 V  (min =  +2.97 V, max =  +3.63 V)
+5V:  +5.18 V  (min =  +4.50 V, max =  +5.50 V)
VCC:  +3.32 V  (min =  +2.97 V, max =  +3.63 V)
CPU Temp: +42.0°C  (low  =  +0.0°C, high = +127.0°C)
M/B Temp: +37.0°C  (low  =  +0.0°C, high = +127.0°C)
cpu0_vid:+1.750 V


Re: Systemd Problem: No VGA after /etc/init.d/gdm3 start

2015-05-05 Thread Darac Marjal
On Tue, May 05, 2015 at 11:13:15AM -0400, Thomas H. George wrote:
 Entered /etc/init.d/gdm3 start from a root console. Response was to
 check systemctl status gdm.service and journalctl -xn. A script of the
 output of these entries:
 
 
 Script started on Tue 05 May 2015 10:58:05 AM EDT
 Zebra:~# systemctl status gdm.service
 ● gdm.service - GNOME Display Manager
Loaded: loaded (/lib/systemd/system/gdm.service; enabled)
Active: failed (Result: start-limit) since Tue 2015-05-05 
 10:57:11 EDT; 1min 28s ago
   Process: 1920 ExecStartPre=/bin/sh -c [ $(cat 
 /etc/X11/default-display-manager 2/dev/null) = /usr/sbin/gdm3 ] 
 (code=exited, status=1/FAILURE)
 
 May 05 10:57:09 Zebra systemd[1]: gdm.service: control process exited, 
 code=exited status=1
 May 05 10:57:09 Zebra systemd[1]: Failed to start GNOME Display 
 Manager.
 May 05 10:57:09 Zebra systemd[1]: Unit gdm.service entered failed 
 state.
 May 05 10:57:09 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
 Invalid argument
 May 05 10:57:11 Zebra systemd[1]: gdm.service start request repeated 
 too quickly, refusing to start.
 May 05 10:57:11 Zebra systemd[1]: Failed to start GNOME Display 
 Manager.
 May 05 10:57:11 Zebra systemd[1]: Unit gdm.service entered failed 
 state.
 May 05 10:57:11 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
 Invalid argument
 Zebra:~# journalctl -xn
 
-- Logs begin at Tue 2015-05-05 10:37:24 EDT, end at Tue 2015-05-05 10:57:11 
EDT. --
 May 05 10:57:08 Zebra systemd[1]: Unit gdm.service entered failed 
 state.
 May 05 10:57:08 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
 Invalid argument
 May 05 10:57:09 Zebra systemd[1]: gdm.service: control process exited, 
 code=exited status=1
 May 05 10:57:09 Zebra systemd[1]: Failed to start GNOME Display 
 Manager.
 -- Subject: Unit gdm.service has failed
 -- Defined-By: systemd
 -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 -- 
 -- Unit gdm.service has failed.
 -- 
 -- The result is failed.
 May 05 10:57:09 Zebra systemd[1]: Unit gdm.service entered failed 
 state.
 May 05 10:57:09 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
 Invalid argument
 May 05 10:57:11 Zebra systemd[1]: gdm.service start request repeated 
 too quickly, refusing to start.
 May 05 10:57:11 Zebra systemd[1]: Failed to start GNOME Display 
 Manager.
 -- Subject: Unit gdm.service has failed
 -- Defined-By: systemd
 -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
 -- 
 -- Unit gdm.service has failed.
 -- 
 -- The result is failed.
 May 05 10:57:11 Zebra systemd[1]: Unit gdm.service entered failed 
 state.
 May 05 10:57:11 Zebra systemd[1]: Failed to enqueue OnFailure= job: 
 Invalid argument
 
Zebra:~# exit
 
 Script done on Tue 05 May 2015 10:59:22 AM EDT
 
 
 How do I correct this problem?

I'd look first at /var/log/Xorg.0.log. GDM isn't reporting any errors
(at least nothing useful) so it might be X itself failing (for example a
X-driver/kernel-driver mismatch could cause this).

 
 Tom
 
 
 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/20150505151314.ga27...@tomgeorge.info
 

-- 
For more information, please reread.


signature.asc
Description: Digital signature


Re: Replicar Servidor.

2015-05-05 Thread Lucas Martinez
Você pode utilizar: Heartbeat

https://www.google.com.br/search?q=Heartbeat%2Bmysqlie=utf-8oe=utf-8gws_rd=crei=XfJIVZmVB4XdsAS5ooDQBw#q=Heartbeat%2Bmysql%2Bdebain





*Lucas Martinez Bio  Portfolio: http://lucasmartinez.branded.me/
http://lucasmartinez.branded.me/c**elular: 19- 9 8169 4848*





Em 5 de maio de 2015 10:13, Hugo Cosme hugu...@gmail.com escreveu:

 Pessoal, bom dia!
 Já faz alguns dias que trouxe uma questão aqui na lista com relação a
 clonagem de servidores, foi quase que unânime com relação ao uso do
 Clonezilla, até ai tudo bem funcionou perfeitamente.
 Agora preciso colocar esse segundo servidor em produção de forma
 Redundante ao primeiro... existe alguma configuração ou software que eu
 possa usar para isso?
 Utilizo o Debian 7 com uma aplicação em php e mysql.



Re: no root file system after encryption

2015-05-05 Thread Juha Heinanen
David Christensen writes:

 This video shows creating an unencrypted /boot partition and an 
 encrypted partition with LVM with swap and root:
 
  https://www.youtube.com/watch?v=Z9pn2PYbDdA

I'll watch the video, but I was not planing to use LVM and my problem is
related to non-LVM partition encyrption.

 Briefly -- to obtain encrypted file systems, the process is to create 
 partitions, mark them as encrypted volumes, configure the encrypted 
 volumes, and then put LVM and/or file systems into the encrypted
 volumes.

And that does not work as I tried to describe.  After I have properly
configured encrypted root partition (mount point is /) and then write the
partition to disk, the mount point has disappeared and I get the error
message No root file system defined.  When I have more time, I'll send
detailed email about the steps.

-- Juha




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21832.62828.97395.37...@tutpro.com



Re: no root file system after encryption

2015-05-05 Thread Juha Heinanen
Patrick Bartek writes:

 More details of exactly what you did would help. That is. Did you use
 LVM or Primary/Logical partitioning? Which partitions did you encrypt?
 You didn't encrypt /boot did you?  Did you let the installer handle the
 partitioning and encryption or did you set up encryption after the OS
 installation.  Etc.

Ok, I'll try again and report all the details.

-- Juha


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/21832.62889.957561.197...@tutpro.com



Re: Systemd Problem: No VGA after /etc/init.d/gdm3 start

2015-05-05 Thread Thomas H. George
On Tue, May 05, 2015 at 05:54:53PM +0200, Michael Biebl wrote:
 Am 05.05.2015 um 17:13 schrieb Thomas H. George:
  Entered /etc/init.d/gdm3 start from a root console. Response was to
  check systemctl status gdm.service and journalctl -xn. A script of the
  output of these entries:
  
  
  Script started on Tue 05 May 2015 10:58:05 AM EDT
  Zebra:~# systemctl status gdm.service
  ● gdm.service - GNOME Display Manager
 Loaded: loaded (/lib/systemd/system/gdm.service; enabled)
 Active: failed (Result: start-limit) since Tue 2015-05-05 
  10:57:11 EDT; 1min 28s ago
Process: 1920 ExecStartPre=/bin/sh -c [ $(cat 
  /etc/X11/default-display-manager 2/dev/null) = /usr/sbin/gdm3 ] 
  (code=exited, status=1/FAILURE)
 
 [..]
 
  How do I correct this problem?
 
 
 What does /etc/X11/default-display-manager say?
 dpkg-reconfigure gdm3 and selecting gdm3 as default display manager
 should fix the problem.

No luck. This did restore the login screen but as soon as I logged the
screen went blank and the no vga signal found.
 -- 
 Why is it that all of the instruments seeking intelligent life in the
 universe are pointed away from Earth?
 



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505162850.ga28...@tomgeorge.info



Re: Systemd Problem: No VGA after /etc/init.d/gdm3 start

2015-05-05 Thread Michael Biebl
Am 05.05.2015 um 17:13 schrieb Thomas H. George:
 Entered /etc/init.d/gdm3 start from a root console. Response was to
 check systemctl status gdm.service and journalctl -xn. A script of the
 output of these entries:
 
 
 Script started on Tue 05 May 2015 10:58:05 AM EDT
 Zebra:~# systemctl status gdm.service
 ● gdm.service - GNOME Display Manager
Loaded: loaded (/lib/systemd/system/gdm.service; enabled)
Active: failed (Result: start-limit) since Tue 2015-05-05 
 10:57:11 EDT; 1min 28s ago
   Process: 1920 ExecStartPre=/bin/sh -c [ $(cat 
 /etc/X11/default-display-manager 2/dev/null) = /usr/sbin/gdm3 ] 
 (code=exited, status=1/FAILURE)

[..]

 How do I correct this problem?


What does /etc/X11/default-display-manager say?
dpkg-reconfigure gdm3 and selecting gdm3 as default display manager
should fix the problem.
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Motorola Bluetooth adaptor not working on jessie

2015-05-05 Thread Ayan Agrawal
Hi all. I have an HP pavillion dv6 6131tx laptop late 2011 laptop with Motorola 
Bluetooth 3.0 hs adaptor. It works fine on Windows but not on Debian Jessie (64 
bit gnome) (I have both windows and debian installed as dual boot). Bluetooth 
menu shows on the panel. It also tries to search for devices but is not able to 
do so nor does my laptop's bluetooth shows up on any bluetooth device although 
I have set it visisble. Another fact: I can't turn it off from the panel. I 
then googled it to get some idea and came to know running lspci command tells 
information about pci buses and devices and I ran it and found that bluetooth 
device doesn't show up there too. I am new to Linux and Debian. Any help is 
highly appreciated.
P.S. It used to work on Wheezy 7.8.

Thanks folks!


Re: no root file system after encryption

2015-05-05 Thread Patrick Bartek
On Mon, 04 May 2015, Juha Heinanen wrote:

 I'm trying to install debian jessie with three partitions: /boot, /,
 and swap.  i'm able to create and encrypt the partitions fine, but
 when I then try to changes to disk, installer complains:
 
   No root file system defined, please correct this from partitioning
 menu.
 
 The second partition had / as its mount point before the encryption.
 Why was it lost?  What is the correct procedure to create the
 encrypted partitions?
 
 Also, looks like it is not possible to correct anything from
 partitioning menu because of the encryption.

More details of exactly what you did would help. That is. Did you use
LVM or Primary/Logical partitioning? Which partitions did you encrypt?
You didn't encrypt /boot did you?  Did you let the installer handle the
partitioning and encryption or did you set up encryption after the OS
installation.  Etc.

B


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505094423.469a3...@debian7.boseck208.net



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Manolo Díaz
El martes, 5 may 2015, a las 17:19 UTC+2 horas,
Camaleón escribió:

 pero con Windows hay una diferencia esencial: que Debian
 tiene por meta que todo el repositorio se actualice sin problemas (a
 excepción de los paquetes abandonados, claro).   

(...)

¿Y crees que los 20.000 ingenieros de Microsoft se tocan las narices 
cuando sacan un sistema operativos nuevo, no hacen pruebas ni verifican 
el procedimiento de actualización, no tienen beta testers (pagados y 
sin pagar), etc...?

Venga ya ;-)

Eso es tan falaz como si yo respondiera a lo siguiente:

los 20.000 ingenieros de Microsoft se tocan las narices cuando
sacan un sistema operativos nuevo

A pesar de que es textual no tiene nada que ver con lo que
quieres decir. Es lo que tiene suprimir convenientemente parte
del texto.

Saludos.
-- 
Manolo Díaz


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



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread libreydivagante
y que importa que sea falaz? No nos vamos a rasgar las vestiduras por ello!

 la falacia no es una mentira, es solo una pequeña posibilidad...

:)

Y como que de este asunto ya estamos hasta las narices...
El flaco que hizo la pregunta ya debe haber instalado debian sid a esta
altura..


El 05/05/15 a las 13:34, Manolo Díaz escibió:
 El martes, 5 may 2015, a las 17:19 UTC+2 horas,
 Camaleón escribió:
 
 pero con Windows hay una diferencia esencial: que Debian
 tiene por meta que todo el repositorio se actualice sin problemas (a
 excepción de los paquetes abandonados, claro).   

 (...)

 ¿Y crees que los 20.000 ingenieros de Microsoft se tocan las narices 
 cuando sacan un sistema operativos nuevo, no hacen pruebas ni verifican 
 el procedimiento de actualización, no tienen beta testers (pagados y 
 sin pagar), etc...?

 Venga ya ;-)
 
 Eso es tan falaz como si yo respondiera a lo siguiente:
 
   los 20.000 ingenieros de Microsoft se tocan las narices cuando
   sacan un sistema operativos nuevo
 
 A pesar de que es textual no tiene nada que ver con lo que
 quieres decir. Es lo que tiene suprimir convenientemente parte
 del texto.
 
 Saludos.
 


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5548f200.5070...@gmail.com



Re: Cómo pasar de Wheezy a Jessie

2015-05-05 Thread Camaleón
El Tue, 05 May 2015 18:34:37 +0200, Manolo Díaz escribió:

 El martes, 5 may 2015, a las 17:19 UTC+2 horas,
 Camaleón escribió:
 
 pero con Windows hay una diferencia esencial: que Debian tiene por
 meta que todo el repositorio se actualice sin problemas (a excepción
 de los paquetes abandonados, claro).

(...)

¿Y crees que los 20.000 ingenieros de Microsoft se tocan las narices
cuando sacan un sistema operativos nuevo, no hacen pruebas ni verifican
el procedimiento de actualización, no tienen beta testers (pagados y
sin pagar), etc...?

Venga ya ;-)
 
 Eso es tan falaz como si yo respondiera a lo siguiente:
 
   los 20.000 ingenieros de Microsoft se tocan las narices cuando 
sacan
   un sistema operativos nuevo
 
 A pesar de que es textual no tiene nada que ver con lo que quieres
 decir. Es lo que tiene suprimir convenientemente parte del texto.

Bueno Manolo, no voy a discutir por eso. Como supongo que has seguido el 
hilo, ya sabrás a dónde quería llegar: que tanto Debian como Ubuntu o 
Windows se pueden actualizar sin problemas y permiten al usuario decidir 
si instalar desde cero o actualizar el sistema existente.

Saludos,

-- 
Camaleón


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



Re: no root file system after encryption

2015-05-05 Thread David Christensen

On 05/04/2015 11:02 AM, Juha Heinanen wrote:

I'm trying to install debian jessie with three partitions: /boot, /, and
swap.  i'm able to create and encrypt the partitions fine, but when I
then try to changes to disk, installer complains:
   No root file system defined, please correct this from partitioning menu.
The second partition had / as its mount point before the encryption.
Why was it lost?  What is the correct procedure to create the encrypted
partitions?
Also, looks like it is not possible to correct anything from
partitioning menu because of the encryption.


This video shows creating an unencrypted /boot partition and an 
encrypted partition with LVM with swap and root:


https://www.youtube.com/watch?v=Z9pn2PYbDdA


Briefly -- to obtain encrypted file systems, the process is to create 
partitions, mark them as encrypted volumes, configure the encrypted 
volumes, and then put LVM and/or file systems into the encrypted volumes.



David


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

Archive: https://lists.debian.org/5548f241.3050...@holgerdanske.com



Exim4: émettre avec cont...@exemple.fr plutôt que r...@exemple.fr

2015-05-05 Thread Olivier
Bonjour,

J'ai plusieurs machines qui émettent des alertes (pas trop souvent quand
même ;- avec Exim4.
L'adresse de l'émetteur est :  r...@exemple.fr

Je sais comment changer l'émetteur de r...@exemple.fr à r...@foobar.com
mais ne sais pas comment changer à cont...@exemple.fr.

Le doc d'Exim4 est très bien faite mais s'adresse sans doute à des
administrateurs beaucoup plus chevronnés que moi en la matière.

Avez-vous une piste ?

Si cela peut aider à affiner votre recommandation:
- je n'ai pas de compte utilisateur contact sur la machine,
- je peux accepter que tous les emails sortants sortent comme provenant de
cont...@exemple.fr
- j'ai des machines sous de multiples versions de Debian (de Lenny à
Jessie).

Merci d'avance.


Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread Charles Kroeger
On Tue, 05 May 2015 15:10:02 +0200
David Wright deb...@lionunicorn.co.uk wrote:

 What do /sbin/iwconfig and /sbin/ifconfig show?

^?ELF^B^A^A^@^@^@^@^@^@^@^@^@^B^@^@^A^@^@^@\^Y@^@^@^@^@^@@^@^@^@^@^@^@^@Xb^@^@^@^@^@^@^@^@^@^@@^@8^@
^@@^@^\^@^[^@^F^@^@^@^E^@^@^@@^@^@^@^@^@^@^@@^@@^@^@^@^@^@@^@@^@^@^@^@^@ø^A^@^@^@^@^@^@ø^A^@^@^@^@^@^@^H^@^@^@^@^@^@^@^C^@^@^@^D^@^@^@8^B^@^@^@^@^@^@8^B@^@^@^@^@^@8^B@^@^@^@^@^@^\^@^@^@^@^@^@^@^\^@^@^@^@^@^@^@^A^@^@^@^@^@^@^@^A^@^@^@^E^@^@^@^@^@^@^@^@^@^@^@^@^@@^@^@^@^@^@^@^@@^@^@^@^@^@8cX^@^@^@^@^@^@8cX^@^@^@^@^@^@^@^@
^@^@^@^@^@^A^@^@^@^F^@^@^@^H^^@^@^@^@^@^@^H^`^@^@^@^@^@^H^`^@^@^@^@^@h^C^@^@^@^@^@^@X^E^@^@^@^@^@^@^@^@
^@^@^@^@^@^B^@^@^@^F^@^@^@0^^@^@^@^@^@^@0^`^@^@^@^@^@0^`^@^@^@^@^@°^A^@^@^@^@^@^@°^A^@^@^@^@^@^@^H^@^@^@^@^@^@^@^D^@^@^@^D^@^@^@T^B^@^@^@^@^@^@T^B@^@^@^@^@^@T^B@^@^@^@^@^@D^@^@^@^@^@^@^@D^@^@^@^@^@^@^@^D^@^@^@^@^@^@^@Påtd^D^@^@^@(S^@^@^@^@^@^@(S@^@^@^@^@^@(S@^@^@^@^@^@¼^@^@^@^@^@^@^@¼^@^@^@^@^@^@^@^D^@^@^@^@^@^@^@Qåtd^F^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^H^@^@^@^@^@^@^@Råtd^D^@^@^@^H^^@^@^@^@^@^@^H^`^@^@^@^@^@^H^`^@^@^@^@^@ø^A^@^@^@^@^@^@ø^A^@^@^@^@^@^@^A^@^@^@^@^@^@^@/lib64/ld-linux-x86-64.so.2^@^D^@^@^@^P^@^@^@^A^@^@^@GNU^@^@^@^@^@^B^@^@^@^F^@^@^@^Z^@^@^@^D^@^@^@^T^@^@^@^C^@^@^@GNU^@94T¡V8d7Í¡8c86^E97V^ZX¦ÒÜä%^@^@^@7^@^@^@^@^@^@^@'^@^@^@^@^@^@^@+^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@
@
@
@
@
@   
   @
  @ 
 @  

/sbin/iwconfig [noeol][converted] 56L, 33541C 


^?ELF^B^A^A^@^@^@^@^@^@^@^@^@^B^@^@^A^@^@^@¾7@^@^@^@^@^@@^@^@^@^@^@^@^@H^D^A^@^@^@^@^@^@^@^@^@@^@8^@
^@@^@^[^@^Z^@^F^@^@^@^E^@^@^@@^@^@^@^@^@^@^@@^@@^@^@^@^@^@@^@@^@^@^@^@^@ø^A^@^@^@^@^@^@ø^A^@^@^@^@^@^@^H^@^@^@^@^@^@^@^C^@^@^@^D^@^@^@8^B^@^@^@^@^@^@8^B@^@^@^@^@^@8^B@^@^@^@^@^@^\^@^@^@^@^@^@^@^\^@^@^@^@^@^@^@^A^@^@^@^@^@^@^@^A^@^@^@^E^@^@^@^@^@^@^@^@^@^@^@^@^@@^@^@^@^@^@^@^@@^@^@^@^@^@84ë^@^@^@^@^@^@84ë^@^@^@^@^@^@^@^@
^@^@^@^@^@^A^@^@^@^F^@^@^@^Pî^@^@^@^@^@^@^Pî`^@^@^@^@^@^Pî`^@^@^@^@^@H^U^@^@^@^@^@^@98#^@^@^@^@^@^@^@^@
 
^@^@^@^@^@^B^@^@^@^F^@^@^@(î^@^@^@^@^@^@(î`^@^@^@^@^@(î`^@^@^@^@^@Ð^A^@^@^@^@^@^@Ð^A^@^@^@^@^@^@^H^@^@^@^@^@^@^@^D^@^@^@^D^@^@^@T^B^@^@^@^@^@^@T^B@^@^@^@^@^@T^B@^@^@^@^@^@D^@^@^@^@^@^@^@D^@^@^@^@^@^@^@^D^@^@^@^@^@^@^@Påtd^D^@^@^@¼Î^@^@^@^@^@^@¼Î@^@^@^@^@^@¼Î@^@^@^@^@^@ô^C^@^@^@^@^@^@ô^C^@^@^@^@^@^@^D^@^@^@^@^@^@^@Qåtd^F^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^P^@^@^@^@^@^@^@Råtd^D^@^@^@^Pî^@^@^@^@^@^@^Pî`^@^@^@^@^@^Pî`^@^@^@^@^@ð^A^@^@^@^@^@^@ð^A^@^@^@^@^@^@^A^@^@^@^@^@^@^@/lib64/ld-linux-x86-64.so.2^@^D^@^@^@^P^@^@^@^A^@^@^@GNU^@^@^@^@^@^B^@^@^@^F^@^@^@
 
^@^@^@^D^@^@^@^T^@^@^@^C^@^@^@GNU^@^S^_9hjMOö«©_Òv.³£Q85J¤^B^@^@^@K^@^@^@^A^@^@^@^F^@^@^@^@^A^@^@^@^@^@^B^@^@^@^@K^@^@^@9ò8b^\^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^M^B^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@83^B^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@8c^@^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@×^A^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@Í^B^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@Â^B^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@·^@^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@8e^A^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@Ç^@^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@$^@^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^R^A^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@96^@^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@@^@^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@²^B^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@I^B^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@q^B^@^@^R^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^
/sbin/ifconfig [noeol][converted] 320L, 87918C

Are you a machine that's got loose out there and posing as a good natured
Englishman?

-- 
CK












 and /sbin/ifconfig show?
 
 Cheers,
 David.
 
 


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



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread Charles Kroeger
On Tue, 05 May 2015 12:10:02 +0200
Brian a...@cityscape.co.uk wrote:

 The non-free firmware-atheros package has the firmware for the adapter.

I have the 'firmware-atheros' package installed. I take it that's the free
non-working version of the non-free package

I have non-free sources in my sources.list wonder why it didn't show up?

You don't have a location for this do you?

I'll also have a look out there.

Thanks for the suggestion.  That may solve the problem.

-- 
CK


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



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread Brian
On Tue 05 May 2015 at 14:49:18 -0400, Charles Kroeger wrote:

 On Tue, 05 May 2015 12:10:02 +0200
 Brian a...@cityscape.co.uk wrote:
 
  The non-free firmware-atheros package has the firmware for the adapter.
 
 I have the 'firmware-atheros' package installed. I take it that's the free
 non-working version of the non-free package
 
 I have non-free sources in my sources.list wonder why it didn't show up?
 
 You don't have a location for this do you?
 
 I'll also have a look out there.
 
 Thanks for the suggestion.  That may solve the problem.

I mentioned firmware-atheros because it is in the Debian archives and
not because getting the firmware file your adapter needs from elsewhere
is a problem. In fact, I don't believe what you have is a problem.

You could try

  ifconfig wlan0 up

to activate the interface before following the remainder of the advice
given.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/05052015201449.b01cf93a2...@desktop.copernicus.demon.co.uk



Re: Debian 8 no arranca tras instalación

2015-05-05 Thread Antonio

El 04/05/2015 a las 16:27, Camaleón escribió:

El Mon, 04 May 2015 16:13:15 +0200, Antonio escribió:


El 04/05/2015 a las 15:50, Camaleón escribió:

(...)


Si arranco en modo depuración, consigo arrancar e incluso lanzar el
entorno gráfico con startx. Pero no se me ocurre que arreglar para que
arranque en modo normal.

Hum... en modo depuración no se cargan la mayoría de servicios (init 1)
pero si dices que un startx inicia la sesión gráfica sin problemas no
parece que se trate de eso. ¿Has instalado un gestor de sesiones
(gdm/kdm/
slim...)?


Gracias por la respuesta, instale todo lo que es el cd1 para xfce con lo
cual seguro que tengo gestor de sesiones,

Hum... verifícalo mejor (dpkg -l | grep -i manager).


yo creo que debe ser algo del driver de la tarjeta,

Si fuera eso entiendo que tampoco podrías iniciar la sesión con
startx :-?


esta noche probaré más cosas, la pantalla de carga apenas muestra dos
líneas, una de ellas avisando de un bug relacionado con la bios, y ahí
se queda. La bios la actualice y no ha cambiado nada, me queda cambiar
la configuración del xorg como me sugerían en otro mensaje.

Ese mensaje de la BIOS podría ser indicativo o un mero aviso sin
importancia. Conviene que subas un pantallazo del inicio a ver si sacamos
algo en claro.

Saludos,

Ayer arranque en modo depuración y generé el archivo de configuración 
del Xorg, que no existia con un Xorg -configure, los copie a /etc/X11 
modifique el controlador noveau (creo recordar hablo de memoria) por 
vesa, reinicie y en modo normal sigue sin cargar.


Sacar un pantallazo lo tengo difícil en el arranque da los mensajes de 
la bios, comienza a leer discos y ahí se queda. Intentaré sacar los logs 
y pegarlos aquí pero no lo tengo fácil ya que es mi pc de casa y cuando 
llego es bastante tarde y tengo poco tiempo. También es curioso que 
arranco con un xubuntu live (última versión) y tampoco me carga.


Os sigo informando de mis avances, muchas gracias.


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55486ced.3030...@gmail.com



Re: Jessie: XFCE4 Desktop background stopped working

2015-05-05 Thread Johann Spies
Andre N Batista wrote:


 I suspect this might be a bug on the upgrade process. About two weeks
 ago a user whom I help had a similar complaint.

 What I found out was: xfdesktop had crashed and the system was
 configured to auto save sessions so it wasn't being brought up even
 after restarting the system.

 The solution was just:

 $ xfdesktop 

 Anyone else?



Thanks!  That fixed the problem.  Which files did xfdesktop change?


Now I can move back to XFCE4 again after using Gnome for a few days. :)

Regards
Johann.
-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)


Re: mdadm - RAID1- desconectas un disco y no arrancas

2015-05-05 Thread ZorroPlateado

 El 4/5/2015, a las 18:26, Camaleón noela...@gmail.com escribió:
 
 El Mon, 04 May 2015 18:20:00 +0200, Roberto Leon Lopez escribió:
 
 El día 4 de mayo de 2015, 17:16, Camaleón noela...@gmail.com escribió:
 
 (...)
 
 ufff esto no es lo que me gustaría la verdad cuando el servidor no lo
 tienes delante y tienes que indicarle a otra persona por teléfono lo
 que tiene que hacer y más difícil que me expliquen que es lo que
 tienen en pantalla!!!
 
 If any discrepancy is found, the array will not automatically be run,
 though the presence of a --run can override this caution.
 
 (...)
 
 Creo que no aplica en este caso, ese texto se refiere a cuando estás
 creando un nivel de raid.
 
 Es verdad que en la doc aparece esto en la creación especificación
 missing, pero es lo mismo que pasa en la realidad.
 
 Eso es porque algo te falta, de veras, ese asunto del RAID ya está más 
 que solucionado y tanto el kernel como GRUB2 están preparados para lidiar 
 con mdadm y un único disco en RAID 1 cuando el otro disco se pone 
 pocho :-)
 
 He encontrado que podría arrancar el sistema aunque el RAID esté
 degradado , hay que indicar en grub al kernel con
 bootdegraded=[true|false] , o cambiar initramfs/conf.d/mdadm , he
 probado a pasar el parámetro al kernel y seguimos igual, intervención
 manual y montado /dev/md0 / , pero el resto del los raid1 definidos para
 /home /tmp no los monta...
 
 Es posible que tengas que configurar o definir qué volúmenes quieres 
 montar automáticamente tras un fallo en uno de los discos pero que el 
 sistema es capaz de arrancar con uno sólo, eso tenlo por seguro.
 
 Saludos,
 
 -- 
 Camaleón
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/pan.2015.05.04.16.26...@gmail.com
 

Es verdad que los volúmenes tras un fallo hay que volver a activarlos con:

vgchange -a y nombre_de_grupo

Pero el /tmp esta montado sobre una simple partición en RAID1 y tampoco la 
monta.

El sistema tiene el mismo comportamiento sea una Debian 8 o Centos 7, por eso 
me hace
pensar que es así lo de montar un raid degradado es algo opcional y no 
viene por defecto
pero puede ser cambiado….

Buscaré algo más de doc pero tras varias horas incansables es posible que tenga 
que tirar
la toalla.

Un saludo y gracias

--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/d1b06d6b-25f9-4a81-873c-d516875ae...@gmail.com



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread David Wright
Quoting Charles Kroeger (ckro...@frankensteinface.com):
 On Tue, 05 May 2015 15:10:02 +0200
 David Wright deb...@lionunicorn.co.uk wrote:
 
  What do /sbin/iwconfig and /sbin/ifconfig show?
 
 ^?ELF^B
[...]

Perhaps I wasn't clear!

iwconfig and ifconfig are programs that you run. Because /sbin isn't
in the user's $PATH, you need to prefix with the pathname.

You might see output like

wlan0 IEEE 802.11abg  ESSID:foo
  Mode:Managed  Frequency:2.462 GHz  Access Point: 44:...
  Bit Rate=54 Mb/s   Tx-Power=15 dBm
  Retry short limit:7   RTS thr:off   Fragment thr:off
  Power Management:off
  Link Quality=69/70  Signal level=-41 dBm
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:59   Missed beacon:0

lono wireless extensions.

eth0  no wireless extensions.

and

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:65536  Metric:1
  RX packets:1131 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1131 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:101396 (99.0 KiB)  TX bytes:101396 (99.0 KiB)

wlan0 Link encap:Ethernet  HWaddr 00:...
  inet addr:192.168.1.15  Bcast:192.168.1.255
  Mask:255.255.255.0
  inet6 addr: fe80.../64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:481394 errors:0 dropped:0 overruns:0 frame:0
  TX packets:393808 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:362857903 (346.0 MiB)  TX bytes:61878630 (59.0 MiB)

Cheers,
David.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505202606.GA13802@alum



ACPI y smsc47m1

2015-05-05 Thread Frederit Mogollon
Buenas tardes listeros.

En esta ocasión solo paso a comentar sobre algo relacionado con la PC
desde la que trabajo.
Hardware:
M/B Intel D850GB con dos ventiladores que mantienen circulando aire en el case.
CPU Intel Pentium IV 1.7 GHz con un ventilador.
GPU GeForce MX/MX 400 NV11 con un ventilador.
RAM 512 MB con un ventilador.
HD 10 GB con 3 particiones: / (4.5 GB), Swap (~500 MB) y /home (4.4 GB).

Software principal:
S.O. Debian GNU/Linux Wheezy 7.8 con kernel 3.2.0-4-686-pae y con
x11-xkb-utils 7.7~1.
IceWM 1.3.7 con numlockx 1.2-4.
PCManFM 1.2.3.
Conky-all 1.9.0-2

La cuestión es que tenía con el sistema trabajando bien (aún
terminando de configurar IceWM). Notaba que al encender la PC, una de
las líneas de la información en pantalla al inicio, decía algo así
como que no se había cargado el módulo smsc47m1 porque no se
encontraba dispositivo...

Al consultar sobre ese módulo, leí que está relacionado con el control
de ventilador para el enfriamiento del hardware. Al ver la información
aportada por conky indicaba que la CPU estaba a 41ºC y la M/B a 35ºC.

Bueno, pensaba vagamente entonces, uno de las siguientes pasos de
optimización de mi sistema será desinstalar o deshabilitar ese módulo
para que no aparezca más ese aviso... Cosa que tenía pendiente de
hacer.

Pero hoy, al reiniciar el ordenador luego de terminar de editar un
fichero de configuración de icewm, noté que el applet de volumen en la
barra de tareas había desaparecido, que había una ventana pequeña en
la esquina superior izquierda de la pantalla que no hallé forma de
saber que era (ni mirando el htop), además de que el teclado no
funcionaba.

Al hacer un dmesg | tail decía algo de un aparente conflicto con
ACPI y smsc47m1, pero no lo guardé; torpeza mía...

Al hacer un dmesg | grep smsc47m1 obtuve lo siguiente:

tesistas@Tesistas:~$ dmesg | grep smsc47m1
[   12.893666] smsc47m1: Found SMSC LPC47M10x/LPC47M112/LPC47M13x
[   12.893694] ACPI: resource smsc47m1 [io  0x0804] conflicts with
ACPI region RNTR [io 0x800-0x80a]

Hice la respectiva búsqueda en la gran red y al parecer es una suerte
de bug no oficial desde el kernel 2.6.31 en el que hay problemas con
los sensores, según lo encontrado en los siguientes enlaces (entre
otro par que no anoté):
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/478762
https://bbs.archlinux.org/viewtopic.php?id=83452
https://wiki.archlinux.org/index.php/Lm_sensors_(Español)

Siguiendo lo sugerido en los sitios antes mencionados, edité el
fichero /etc/default/grub
modificando la línea:

GRUB_CMDLINE_LINUX_DEFAULT=quiet

por

GRUB_CMDLINE_LINUX_DEFAULT=acpi_enforce_resources=lax quiet

reinicié el equipo, y aunque al entrar ya estaba todo de vuelta a la
normalidad en la interfaz gráfica, al hacer de nuevo un dmesg obtuve
lo mismo que antes:

tesistas@Tesistas:~$ dmesg | grep smsc47m1
[   15.655807] smsc47m1: Found SMSC LPC47M10x/LPC47M112/LPC47M13x
[   15.655835] ACPI: resource smsc47m1 [io  0x0804] conflicts with
ACPI region RNTR [io 0x800-0x80a]


Para complementar la información arriba expuesta, les pego aquí las
salidas de varias órdenes que le dí a la terminal:

tesistas@Tesistas:~$ sudo acpi --everything
[sudo] password for tesistas:
No support for device type: power_supply
No support for device type: power_supply
Cooling 0: Processor 0 of 0

tesistas@Tesistas:~$ lsmod | grep -i -e thermal -e wmi
mxm_wmi12467  1 nouveau
wmi13051  2 mxm_wmi,nouveau
thermal_sys17752  2 processor,video
-
tesistas@Tesistas:~$ lsmod | grep fan
NO DEVUELVE NADA

tesistas@Tesistas:~$ sensors
adm1025-i2c-0-2d
Adapter: SMBus I801 adapter at efa0
in0:  +2.49 V  (min =  +0.00 V, max =  +3.32 V)
Vcore:+1.72 V  (min =  +0.00 V, max =  +2.99 V)
+3.3V:+3.25 V  (min =  +2.97 V, max =  +3.63 V)
+5V:  +5.18 V  (min =  +4.50 V, max =  +5.50 V)
VCC:  +3.32 V  (min =  +2.97 V, max =  +3.63 V)
CPU Temp: +42.0°C  (low  =  +0.0°C, high = +127.0°C)
M/B Temp: +37.0°C  (low  =  +0.0°C, high = +127.0°C)
cpu0_vid:+1.750 V

adm1031-i2c-0-2c
Adapter: SMBus I801 adapter at efa0
fan1:   0 RPM  (min =  330 RPM, div = 8)
fan2:4218 RPM  (min =  330 RPM, div = 8)
M/B Temp: +37.0°C  (low  =  +0.0°C, high = +80.0°C)
   (crit = +81.0°C)
temp2:+34.8°C  (low  =  +0.0°C, high = +80.0°C)
   (crit = +81.0°C)
temp3:+41.4°C  (low  =  +0.0°C, high = +80.0°C)
   (crit = +81.0°C)
--
tesistas@Tesistas:~$ cat /proc/ioports | grep ACPI
0400-0403 : ACPI PM1a_EVT_BLK
0404-0405 : ACPI PM1b_CNT_BLK

Re: Exim4: émettre avec cont...@exemple.fr plutôt que r...@exemple.fr

2015-05-05 Thread Eddy F.
Le  5 mai 2015 à 19:05 (+0200)
Olivier oza.4...@gmail.com a écrit:


 
 Si cela peut aider à affiner votre recommandation:
 - je n'ai pas de compte utilisateur contact sur la machine,
 - je peux accepter que tous les emails sortants sortent comme
 provenant de cont...@exemple.fr
 - j'ai des machines sous de multiples versions de Debian (de Lenny à
 Jessie).
 
 Merci d'avance.

Une possibilité est d'utiliser le fichier /etc/email-addresses avec une
ligne telle que

root: cont...@exemple.fr

mais cela aura comme effet que tous les mails envoyés par root
utiliseront cette adresse. D'après ce que tu dis, cela peut convenir.

Maintenant il existe peut-être un moyen plus subtil qui permette de
régler cela dans certains cas précis seulement ? Je laisse cela à
d'autres qui connaissent mieux que moi.

-- 
Eddy F.

-- 
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: https://lists.debian.org/20150505193543.21382...@ely.home



Re: nombre de dominio en red interna

2015-05-05 Thread sio2

Ya te han respondido bien a pachas entre Camaleón (poner un DNS)
y Santiago (modificar todos los ficheros /etc/hosts).

Yo me decantaría por la opción de Camaleón, pero no instalando bind
porque en este caso es matar moscas a cañonazos. Para esa tontería,
vale con instalar dnsmasq y añadir la resolución que quieras para esa ip
en el /etc/hosts de la máquina en que instales dnsmasq:

192.168.100.34   miservidorwen.lan

Esa máquina la configuras para que use servidores DNS externos y los
clientes para que usen tal máquina como servidor DNS: de esa forma la
entrada que escribiste la compartirá con el resto; y el resto de nombres
se resolverán normalmente.

-- 
   -- Hoy he reñido a un hostelero.
-- ¿Por qué? ¿Cuándo? ¿Dónde? ¿Cómo?
-- Porque cuando donde como
   sirven mal, me desespero
  --- Tomás de Iriarte ---


-- 
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505184525.ga25...@cubo.casa



Re: Orca (era: Cómo pasar de Wheezy a Jessie)

2015-05-05 Thread Rafael Cantos Villanueva
Lamentablemente el único lector funcional al cien por cien, y que mejor 
funciona es Orca para Gnome




---
El software de antivirus Avast ha analizado este correo electrónico en busca de 
virus.
http://www.avast.com


--
To UNSUBSCRIBE, email to debian-user-spanish-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5549093a.1060...@rafaelcantos.es



irqbalance affinity problem

2015-05-05 Thread Johann Spies
On our server with 32 cores we see this in /var/log/syslog.

May  5 12:26:28 kbase /usr/sbin/irqbalance: irq 104 affinity_hint subset
empty
May  5 12:26:28 kbase /usr/sbin/irqbalance: irq 105 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 98 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 99 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 100 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 101 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 102 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 103 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 104 affinity_hint subset
empty
May  5 12:26:38 kbase /usr/sbin/irqbalance: irq 105 affinity_hint subset
empty

I have seen a related bugreport on Ubuntu(
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1328556), but I
am not convinced that the solution it suggests is the correct one.  What
will be the effect if I put

HINTPOLICY=ignore

in /etc/default/irqbalance
on the system?

Regards
Johann
-- 
Because experiencing your loyal love is better than life itself,
my lips will praise you.  (Psalm 63:3)


Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread Brian
On Mon 04 May 2015 at 19:39:33 -0400, Charles Kroeger wrote:

 After using this adapter for a few months (18 months ago) I committed out all 
 my
 wireless lines in /etc/network/interfaces and stopped using it because it kept
 breaking the connection at odd times.
 
 I have to take a trip and this computer goes with me where I'll need to use 
 WiFi and
 so I uncommitted out my network interfaces file,  loaded the firmware (from 
 the
 think penguin help site) plugged in the adapter but nothing happens.

The non-free firmware-atheros package has the firmware for the adapter.
 
 # The loopback network interface
 
 auto lo
 
 iface lo inet loopback
 
 # The primary network interface
 
 allow-hotplug eth0
 
 iface eth0 inet dhcp
 
 auto wlan0

I'd be inclined to have 'allow-hotplug wlan0'.

 iface wlan0 inet dhcp
 wpa-ssid my ssid, a  dlink-dir825 
 wpa-psk my passphrase
 
 I followed these instructions for the latest  firmware at the think penguin 
 help
 site for this adapter:
 
 cd /lib/firmware
 
 wget 
 https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_9271.fw
 wget 
 https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw
 
 rebooted the computer
 
 however..the adapter is still not connected 

It's very surprising a reboot didn't bring up the interface.

 this after ifup wlan0:
 
 # ifup wlan0
 wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
 run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
 Failed to bring up wlan0.
 
 any suggestions to what might be missing here?

Most of the on-screen message you saw? :)

Check if the supplicant is running; 'ps ax | grep wpa'. Terminate it
with 'wpa_cli terminate'. Retry 'ifup wlan0'.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/05052015105754.eb9ae86d3...@desktop.copernicus.demon.co.uk



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread Charles Kroeger
On Tue, 05 May 2015 22:30:02 +0200
David Wright deb...@lionunicorn.co.uk wrote:

 Perhaps I wasn't clear!
 
 iwconfig and ifconfig are programs that you run. Because /sbin isn't
 in the user's $PATH, you need to prefix with the pathname.

I get this from #ifconfig

root@mundo:/home/charles# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:1b:21:4f:60:49  
  inet addr:192.168.0.102  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe4f:6049/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:21946 errors:0 dropped:0 overruns:0 frame:0
  TX packets:12589 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:12859474 (12.2 MiB)  TX bytes:1590982 (1.5 MiB)
  Interrupt:17 Memory:fbfe-fc00 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:65536  Metric:1
  RX packets:72 errors:0 dropped:0 overruns:0 frame:0
  TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:17302 (16.8 KiB)  TX bytes:17302 (16.8 KiB)

and this from #iwconfig

root@mundo:/home/charles# iwcofig
bash: iwcofig: command not found
root@mundo:/home/charles# iwconfig
eth0  no wireless extensions.

lono wireless extensions.

Thanks for the suggestion David, just fun'in you there.

-- 
CK


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



Fwd: problemas con la suspensión debian 8

2015-05-05 Thread laura
hola

Estoy teniendo problemas con la suspensión en mi portátil Lenovo G500s.
Hasta ahora estaba utilizando la testing, y ahora que han actualizado a la
Debian 8 me aparecen los problemas de suspensión en el portátil.

Os explico, anteriormente cuando cerraba el portátil, es decir, bajaba la
pantalla, el portátil entraba en suspensión y cuando lo volvía a abrir pues
estaba todo en orden. Ahora cuando cierro parece que vaya a entrar en
suspensión, empieza a parpadear un diodo que lo indica, pero al cabo de
apenas 5 segundos vuelve a despertar, aunque nadie lo haya tocado. También
he probado a quitarle la conexión ethernet y por si acaso los dispositivos
conectados via usb también los quité para probar si hacía lo mismo. He
probado a poner una extensión que me agrega un botón para suspender el
portátil desde el propio menú de salida, pero el ordenador reacciona igual
de mal.

He leído en algún otro correo de la lista que es interesante ver algunos
logs como : /var/log/pm-powersave.log

El domingo me encontré con este mismo caso y el log del pm-powersave me
daba esto que sigue, pero actualmente ese log está _vacío_ .


Running hook /usr/lib/pm-utils/power.d/95hdparm-apm false:

/dev/sda:
 setting Advanced Power Management level to 0xfe (254)
 APM_level  = 254
/usr/lib/pm-utils/power.d/95hdparm-apm false: success.

Running hook /usr/lib/pm-utils/power.d/anacron false:
/usr/lib/pm-utils/power.d/anacron false: success.

Running hook /usr/lib/pm-utils/power.d/disable_wol false:
Setting Wake On Lan for eth0 to enable...Done.
/usr/lib/pm-utils/power.d/disable_wol false: success.

Running hook /usr/lib/pm-utils/power.d/intel-audio-powersave false:
Setting power savings for snd_hda_intel to 0...Done.
/usr/lib/pm-utils/power.d/intel-audio-powersave false: success.

Running hook /usr/lib/pm-utils/power.d/laptop-mode false:
Laptop mode disabled.
/usr/lib/pm-utils/power.d/laptop-mode false: success.

Running hook /usr/lib/pm-utils/power.d/pci_devices false:
Setting Host Bridge :00:00.0 to on
Setting Audio device :00:1b.0 to on
Setting Ethernet device :02:00.0 to on
Setting Wireless device :03:00.0 to on
/usr/lib/pm-utils/power.d/pci_devices false: success.

Running hook /usr/lib/pm-utils/power.d/pcie_aspm false:
sh: echo: I/O error
/usr/lib/pm-utils/power.d/pcie_aspm false: success.

Running hook /usr/lib/pm-utils/power.d/sata_alpm false:
Setting SATA ALPM on host0 to max_performance...Done.
Setting SATA ALPM on host1 to max_performance...Done.
Setting SATA ALPM on host2 to max_performance...Done.
Setting SATA ALPM on host3 to max_performance...Done.
Setting SATA ALPM on host4 to max_performance...Done.
Setting SATA ALPM on host5 to max_performance...Done.
/usr/lib/pm-utils/power.d/sata_alpm false: success.

Running hook /usr/lib/pm-utils/power.d/sched-powersave false:
**sched policy powersave OFF
/usr/lib/pm-utils/power.d/sched-powersave false: success.

Running hook /usr/lib/pm-utils/power.d/usb_bluetooth false:
Setting /sys/bus/usb/devices/1-1.3 to on
/usr/lib/pm-utils/power.d/usb_bluetooth false: success.

Running hook /usr/lib/pm-utils/power.d/wireless false:
cat: /sys/class/net/wlan0/device/enabled: No existe el fichero o el
directorio
/usr/lib/pm-utils/power.d/wireless false: success.

Running hook /usr/lib/pm-utils/power.d/xfs_buffer false:
/usr/lib/pm-utils/power.d/xfs_buffer false: not applicable.

Running hook /usr/lib/pm-utils/power.d/95hdparm-apm false:

/dev/sda:
 setting Advanced Power Management level to 0xfe (254)
 APM_level  = 254
/usr/lib/pm-utils/power.d/95hdparm-apm false: success.

Running hook /usr/lib/pm-utils/power.d/anacron false:
/usr/lib/pm-utils/power.d/anacron false: success.

Running hook /usr/lib/pm-utils/power.d/disable_wol false:
Setting Wake On Lan for eth0 to enable...Done.
/usr/lib/pm-utils/power.d/disable_wol false: success.

Running hook /usr/lib/pm-utils/power.d/intel-audio-powersave false:
Setting power savings for snd_hda_intel to 0...Done.
/usr/lib/pm-utils/power.d/intel-audio-powersave false: success.

Running hook /usr/lib/pm-utils/power.d/laptop-mode false:
Laptop mode disabled.
/usr/lib/pm-utils/power.d/laptop-mode false: success.

Running hook /usr/lib/pm-utils/power.d/pci_devices false:
Setting Host Bridge :00:00.0 to on
Setting Audio device :00:1b.0 to on
Setting Ethernet device :02:00.0 to on
Setting Wireless device :03:00.0 to on
/usr/lib/pm-utils/power.d/pci_devices false: success.

Running hook /usr/lib/pm-utils/power.d/pcie_aspm false:
sh: echo: I/O error
/usr/lib/pm-utils/power.d/pcie_aspm false: success.

Running hook /usr/lib/pm-utils/power.d/sata_alpm false:
Setting SATA ALPM on host0 to max_performance...Done.
Setting SATA ALPM on host1 to max_performance...Done.
Setting SATA ALPM on host2 to max_performance...Done.
Setting SATA ALPM on host3 to max_performance...Done.
Setting SATA ALPM on host4 to max_performance...Done.
Setting SATA ALPM on host5 to max_performance...Done.

Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread Charles Kroeger
On Tue, 05 May 2015 21:30:02 +0200
Brian a...@cityscape.co.uk wrote:

 You could try
 
   ifconfig wlan0 up
 
 to activate the interface before following the remainder of the advice
 given.
 
I tried that but it complained about not being able to find wlan0

-- 
CK 


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



Re: Penguin Wireless N USB Adapter TPE-N150USBL

2015-05-05 Thread David Wright
Quoting Charles Kroeger (ckro...@frankensteinface.com):
 On Tue, 05 May 2015 21:30:02 +0200
 Brian a...@cityscape.co.uk wrote:
 
  You could try
  
ifconfig wlan0 up
  
  to activate the interface before following the remainder of the advice
  given.
  
 I tried that but it complained about not being able to find wlan0

That was the idea behind running iwconfig and ifconfig with no
arguments: to see if there was a wireless interface present. There's
always the possibility that it's called something silly like eth1.

After this step, I think I'd rmmod and modprobe the kernel module and
watch kern.log for messages to see if it finds anything.

Cheers,
David.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505214940.GA15504@alum



Re: grub selecteren in multiboot

2015-05-05 Thread Sjoerd Hiemstra
Frank Voncken schreef:
 Kennelijk heb ik discussie losgemaakt. Ik heb toch maar output
 gemaakt: fdisk -lu en RESULTS.txt gecreëerd door bootinfoscript. Zie
 bijlagen. Het zou me gerust stellen als er geen rare dingen in zitten.

De boel staat alleen wat onlogisch en onoverzichtelijk door elkaar.
Maar ja, een negatieve invloed op de werking heeft dat niet.

Zo komt op de eerste HD na sda1 eerst sda3 als extended partitie;
daarna nog sda2 als gewone partitie. In sda3 staan achtereenvolgens
sda5, sda7, sda6. Zoals daar ook al vermeld staat: Partition table
entries are not in disk order.

Op de tweede HD na sda1 nog een kleine extended partitie sdb2, die
geheel in beslag wordt genomen door sdb5. Die extended partitie was
niet nodig geweest.
sdb5 is dan ook nog eens swap, terwijl sda6 ook al swap is. Alle
Linux-installaties hadden van dezelfde swap-partitie gebruik kunnen
maken.

Erg curieus vind ik de eerste twee menu-entries:

   Windows Vista (loader) (op /dev/sda1)
   Windows Vista (loader) (op /dev/sda2)

Kom je via beide entries in dezelfde Vista terecht?
Zelf heb ik een Windows-installatie op een partitie op sdb. Maar bij
Windows kan dat alleen als er ook een 'loader' op een partitie van sda
staat. Die neemt maar betrekkelijk weinig ruimte in beslag: ca. 100 MB.
Maar bij jou staan ze zo te zien beide op sda. Dus een aparte 'loader'
was niet nodig geweest.


-- 
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505124514.0245a0a8.shiems...@kpnplanet.nl



Re: grub selecteren in multiboot

2015-05-05 Thread Jan-Rens Reitsma

On 05/04/2015 07:02 PM, Paul van der Vlis wrote:

Hoi Jan-Rens,

Op 04-05-15 om 17:35 schreef Jan-Rens Reitsma:

On 05/04/2015 05:20 PM, Paul van der Vlis wrote:

Op 04-05-15 om 14:21 schreef Jan-Rens Reitsma:


Volgens mij had je beter eerst een grubrescue iso-image en een rescue-CD
kunnen maken met:

# grub-mkrescue --output=grub-img.iso


Ik doe dat nooit.


Ook niet als je een Linux- of een BSD-distro installeert die je nog niet
kent?


Ik installeer alleen Debian.


Heel verstandig! ;-)

 Maar als ik wat anders zou gaan proberen

zou ik het ook niet doen denk ik, tenzij ik wist van problemen.


Ik zou de grub-img.iso-file aanmaken voor de zekerheid.




De Debian-installer heeft ook een heel mooi rescue systeem, dat gebruik
ik. Zit achter advanced. Het enige nadeel is dat het wat veel vragen
stelt zoals de timezone en een machinenaam e.d. Je kunt er ook allerlei
meer ingewikkelde dingen mee doen, zoals RAID, LVM en encryptie.


Kun je met de advanced optie van Debian ook Xubuntu, LFS of NetBSD
installeren?


Die rescue is niet bedoeld om iets te installeren, maar om problemen op
te lossen van een al geinstalleerd systeem. Vaak gaat het dan om
boot-problemen. Je kunt er wel grub mee installeren.


Ik begrijp wat je bedoelt. Ik zat een beetje langs je heen te praten.



Ik weet niet of het geschikt is voor wat anders dan Debian.  Maar
Debian's os-prober is veelal wel in staat om andere OS-en te vinden, dus
als je grub weet te herstellen ben je er eigenlijk.


Dat vind ik goed nieuws. Als ik het goed begrijp kun je een verprutste 
boot partitie tegenwoordig vrij gemakkelijk repareren. Volgens mij was 
dat een aantal jaren geleden nog heel anders.




Je zult overigens wel per OS moeten testen of os-prober van Debian het
vind, maar meestal zal dat geen probleem zijn.


Als je de multi-arch iso gebruikt, kies dan wel de goede architectuur.
32-bits rescue zal niet werken op een 64-bits systeem en omgekeerd.


Je kunt toch 32-bits FreeBSD en Fedora installeren op een multiboot
systeem waar al Windows en 64-bits Debian op staat?


Het rescue systeem is bedoeld om Debian te benaderen, maar wellicht
werkt het prima bij andere Linux disro's. Maar je zult wel de juiste
architectuur moeten gebruiken. Ik verwacht dat BSD niet zal werken, maar
daar heb ik eigenlijk onvoldoende verstand van.


Voor mij is het vooral belangrijk om te weten dat het geen heksentoer 
meer is om een boot partitie voor Debian te herstellen.


(Ik heb onlangs de tool chain uit hoofdstuk 5 van LFS gecompileerd, dus 
ik ben aardig op weg LFS. Het idee dat ik aan het eind van hoofdstuk 7 
de boot loader moet configureren ontnam mij de lust om met hoofdstuk 6 
verder te gaan.)


Groeten,
Jan-Rens.


--
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5548a223.7060...@gmail.com



Re: Debian Jessie en VirtualBox

2015-05-05 Thread Jan-Rens Reitsma

On 05/04/2015 06:16 PM, Patrick Ruytings wrote:

Dag iedereen,


Dag Patrick,


Ik heb nog geen ervaring met mailinglists. Dus extra info is welkom.
Jullie vragen om op de lijst te antwoorden. Doe ik het nu dan correct?


Volgens mij had je de Debian package met VirtualBox Guest Additions met

# apt-get install virtualbox-guest-additions-iso

kunnen installeren/downloaden. De VBoxGuestAdditions.iso wordt dan in

/usr/share/virtualbox/

neergezet.

De software op de VirtualBox Guest Additions CD kun je vanuit het window 
van een gast-OS in VirtualBox installeren zoals eerder door Paul en 
Sjoerd aangegeven is.


Om de Guest Additions te kunnen gebruiken moet je eerst een gast-OS in 
VirtualBox installeren en opstarten. De scripts op de CD hoef je niet te 
runnen.



Ik werk met Google mail.


Geen probleem. :-)

Mvg,
Jan-Rens.


--
To UNSUBSCRIBE, email to debian-user-dutch-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/5548a312.6040...@gmail.com