Problems with bridging firewall

2015-08-03 Thread Andrew Hester

I have an issue where my bridging firewall no longer drops traffic.  Everything 
looks like it should be working but I can still access things I shouldn't.  I 
am wondering if my use case is no longer supported.

This system worked well for years.  When I updated from Debian 6 to Debian 7 ( 
It was really the kernel updates) the bridge no longer passed traffic.  This is 
because I had no VLAN configurations, but the traffic crossing the bridge is 
VLANed.  Apparently the bridge used to just pass the traffic anyway.  My 
understanding is that the bridge now operates more like a switch in that if it 
does not have an interface in that VLAN then it does not forward the traffic.  
Logical to me.  So I reconfigured the bridge to use VLANs and it works well.  
All traffic is VLANed (no untagged VLANs in use) and the traffic passes through 
and services work correctly.

The issue is that even with very specific firewall rules, the traffic is not 
dropped (or there is a duplicate flow) because I am able to access thing that I 
should not be able to.  The firewall rules (with DROP) target are incrementing 
in conjunction with the traffic I generate, but yet I can still access things.  
I tried to change the target to different things, but they are not working 
either.  I tried changing the target to TRACE, but that did not generate any 
output - even though the counters for the rule incremented.  I make use of 
CLASSIFY, and that is not working, and I tried MARK instead and it doesn't work.

When the drop rule for my specific IP increments (only when I access a server) 
and I can still browse a webserver, then that tells me that either:

The traffic is not dropped even though iptables matched it to a drop rule
Or the packet is dropped but there are multiple packets.  But I have not seen 
this in a packet capture.

So is a bridge with VLANs and iptables supported?  Under what circumstances 
would iptables match traffic to a DROP target but not drop the traffic?  Under 
what circumstances would the bridge circumvent iptables?


net.bridge.bridge-nf-call-arptables = 1
net.bridge.bridge-nf-call-iptables = 1
net.bridge.bridge-nf-call-ip6tables = 1
net.bridge.bridge-nf-filter-vlan-tagged = 1
net.bridge.bridge-nf-filter-pppoe-tagged = 0

When I turn off net.bridge.bridge-nf-call-iptables, the iptables rules no 
longer increment.  Turn them on and the rules increment again as expected.



bridge name bridge id   STP enabled interfaces
bra08000.001b21b18c10   yes eth0.1
eth1.1
bra100  8000.001b21b18c10   yes eth0.100
eth1.100
bra102  8000.001b21b18c10   yes eth0.102
eth1.102
brb08000.001b21b18c14   yes eth2.1
eth3.1
brb100  8000.001b21b18c14   yes eth2.100
eth3.100
brb102  8000.001b21b18c14   yes eth2.102
eth3.102


Thanks,
Andy


--
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/62036c7d34ac114faad0b9d10f11ea562be1c...@txexmb01.mouser.lan



Re: Mise à jour flash-player (tar.gz)

2015-08-03 Thread jbernon
C'est curieux. Je ne peux en effet pas lire cette vidéo avec iceweasel, dont 
j'ai désactivé le plugin flash et activé le plugin vlc. En revanche, si je lis 
l'url de la vidéo directement avec vlc, la lecture fonctionne correctement. 

- Mail original -

 De: maderios mader...@gmail.com
 À: debian-user-french@lists.debian.org
 Envoyé: Lundi 3 Août 2015 14:08:31
 Objet: Re: Mise à jour flash-player (tar.gz)

 Le 03/08/2015 13:23, Philippe Gras a écrit :
 
  Le 3 août 2015 à 11:07, Haricophile haricoph...@aranha.fr a écrit
  :

  Amha ce type de video est appelé à disparaître et pas le
  contraire.
 
  C'est le player qui est en flash, pas la vidéo…
 
 La video diffusée par Sky News est en mp4

 --
 Maderios

 --
 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/55bf59bf.2080...@gmail.com


Re: What pulls in the tray of my /dev/sr1 ?

2015-08-03 Thread Stuart Longland
Hi Lisi,
On 04/08/15 08:43, Lisi Reisz wrote:
 On Monday 03 August 2015 23:39:48 Stuart Longland wrote:
 On 28/07/15 22:58, Thomas Schmitt wrote:
 The delay seems a bit long for such an action though.

 My measurements were all between 197 and 200 seconds.
 With some inaccuracy because waiting 3 minutes harms my
 reaction time.

 Silly question, but why does re-loading a disc take more than 197 seconds?
 See the beginning of the thread:
 https://lists.debian.org/1371955517162095...@scdbackup.webframe.org

Yes, I saw the initial post:
 one of my optical drives automatically pulls in its tray if it stands
 out for a few minutes. The four others do not try to byte[sic] my fingers.
 
 The waiting time between manual tray eject and automatic tray load
 is quite reliably 195 to 200 seconds.

To me, a tray automatically retracting itself after being open for more
than a minute sounds a perfectly reasonable damage-prevention measure.

It prevents dust from settling on the tray, thus getting drawn into the
workings of the drive causing problems.  It prevents the tray itself
being damaged from being bumped whilst being left out.

Finally it discourages the tray's misuse by the illiterate (e.g. as a
carry handle or cup holder).

195-200 seconds seems a more than generous amount of time to allow for
the loading or removal of a disc from the tray, including the time
needed to retrieve the disc or return the disc to its storage cover and
perhaps put that cover back on a shelf.

I can think of two possibilities:

1. This is a built-in feature of the drive for the above reasons, and
would happen regardless of what software stack is running.  (Maybe try
boot up GRUB, break into the command prompt, then try the eject timing
experiment.)

2. Some software on the host periodically 'polls' the drive for disc
insertion status, and this triggers that particular drive to retract its
tray to see if a disc has been loaded (while the others just report 'no
disc').
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.


-- 
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/55bff409.8020...@longlandclan.yi.org



Re: What pulls in the tray of my /dev/sr1 ?

2015-08-03 Thread Stuart Longland
On 28/07/15 22:58, Thomas Schmitt wrote:
 The delay seems a bit long for such an action though.
 My measurements were all between 197 and 200 seconds.
 With some inaccuracy because waiting 3 minutes harms my
 reaction time.

Silly question, but why does re-loading a disc take more than 197 seconds?

When the tray ejects for me, it usually takes me no more than about 20
seconds to reach down, take out whatever disc is sitting in the tray,
and/or place another disc in the tray.

Even on laptop CD-ROM drives where you have to press the disc down onto
the spindle, it doesn't take me 3 minutes.
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.


-- 
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/55bfedb4.7040...@longlandclan.yi.org



Re: What pulls in the tray of my /dev/sr1 ?

2015-08-03 Thread Lisi Reisz
On Monday 03 August 2015 23:39:48 Stuart Longland wrote:
 On 28/07/15 22:58, Thomas Schmitt wrote:
  The delay seems a bit long for such an action though.
 
  My measurements were all between 197 and 200 seconds.
  With some inaccuracy because waiting 3 minutes harms my
  reaction time.

 Silly question, but why does re-loading a disc take more than 197 seconds?

 When the tray ejects for me, it usually takes me no more than about 20
 seconds to reach down, take out whatever disc is sitting in the tray,
 and/or place another disc in the tray.

 Even on laptop CD-ROM drives where you have to press the disc down onto
 the spindle, it doesn't take me 3 minutes.

See the beginning of the thread:
https://lists.debian.org/1371955517162095...@scdbackup.webframe.org

Lisi


-- 
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/201508032343.19082.lisi.re...@gmail.com



Re: cannot register @forum

2015-08-03 Thread Stuart Longland
On 03/08/15 20:32, Brian wrote:
 On Mon 03 Aug 2015 at 10:34:31 +0300, eeluve . wrote:
 
 I've no idea which e-mail to use(no info during the error occurance neither
 googling for it myself), cannot register @ http://forums.debian.net/ . I
 states that my e-mail or IP/ISP is blacklisted, without specifying an
 e-mail address to resolve this issue. And I really need the resource, hope
 some of you guys will be able to help.
 
 The HOWTO contact forum moderators/admins under News  Announcements
 will help you.

Brian would seem to have taken care of the forum contact issue, but in
the meantime, there's a forum of sorts, here.

If you've got queries, by all means feel free to ask here too. :-)
-- 
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
  ...it's backed up on a tape somewhere.


-- 
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/55c017b8.9060...@longlandclan.yi.org



pptp-based vpn I am trying to setup pptpd to initiate a connection to

2015-08-03 Thread martin McCormick
ukvpn.ufreevpn.com and I have never seen this work before so I am
not sure what a working setup behaves like. It appears that it
takes a sort of grand tour in which it makes 7 or 8 attempts at
connecting but it ultimately gives up.

One should run the following command to test:

pon ufreevpn debug dump logfd 2 nodetach

pppd options in effect:
debug   # (from command line)
nodetach# (from command line)
persist # (from /etc/ppp/peers/ufreevpn)
logfd 2 # (from command line)
dump# (from command line)
noauth  # (from /etc/ppp/peers/ufreevpn)
remotename ukvpn.ufreevpn.com   # (from /etc/ppp/peers/ufreevpn)
# (from /etc/ppp/peers/ufreevpn)
pty pptp ukvpn.ufreevpn.com --nolaunchpppd  # (from 
/etc/ppp/peers/ufreevpn)
lcp-echo-failure 4  # (from /etc/ppp/options)
lcp-echo-interval 30# (from /etc/ppp/options)
hide-password   # (from /etc/ppp/options)
ipparam ukvpn.ufreevpn.com  # (from /etc/ppp/peers/ufreevpn)
defaultroute# (from /etc/ppp/peers/ufreevpn)
usepeerdns  # (from /etc/ppp/peers/ufreevpn)
nobsdcomp   # (from /etc/ppp/peers/ufreevpn)
nodeflate   # (from /etc/ppp/peers/ufreevpn)
require-mppe-128# (from /etc/ppp/peers/ufreevpn)
noipx   # (from /etc/ppp/options)
using channel 69
Using interface ppp0
Connect: ppp0 -- /dev/pts/2
sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x71258109 pcomp accomp]
rcvd [LCP ConfReq id=0x1 asyncmap 0x0 auth chap MS-v2 magic 0x6ade22e2 
pcomp accomp]
No auth is possible
sent [LCP ConfRej id=0x1 auth chap MS-v2]
sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x71258109 pcomp accomp]
rcvd [LCP ConfAck id=0x1 asyncmap 0x0 magic 0x71258109 pcomp accomp]
rcvd [LCP ConfReq id=0x2 asyncmap 0x0 magic 0x6ade22e2 pcomp accomp]
sent [LCP ConfAck id=0x2 asyncmap 0x0 magic 0x6ade22e2 pcomp accomp]
sent [LCP EchoReq id=0x0 magic=0x71258109]
MPPE required, but MS-CHAP[v2] auth not performed.
sent [LCP TermReq id=0x2 MPPE required but not available]
rcvd [LCP ConfAck id=0x1 asyncmap 0x0 magic 0x71258109 pcomp accomp]
rcvd [LCP TermReq id=0x3 peer refused to authenticate]
sent [LCP TermAck id=0x3]
rcvd [LCP TermAck id=0x2]
Connection terminated.
using channel 70

It repeats this routine through 7 more channels. What
does one see when it works?

Thank you.

Martin McCormick


-- 
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/20150804012931.RBJX8837.txofep01.suddenlink.net@localhost



Re: Falha ao instalar libreoffice no debian sid (dependências não encontradas)

2015-08-03 Thread Dennis Gonçalves
Bom,

eu pesquisei um pouco mais agora a noite, com mais tempo, sobre este
problema das dependências. O problema é que o libstc++6 (v 5.2.1) está
quebrando vários pacotes. Dentre eles o libboost-date-time1.55.0, que é
dependência da instalação do libreoffice - apesar do default no debian ser
o libboost-date-time1.58. Acho que o ideal seria atualizar o libreoffice
para depender da versão nova.
Mas, aparentemente só eu estou tendo este problema, pois não tem nenhum bug
deste tipo reportado.

Alguém sabe como contornar isso?

Obrigado,
Dennis

Em 3 de agosto de 2015 14:42, Dennis Gonçalves camaradaden...@gmail.com
escreveu:

 Olá a todos,

 esta é minha primeira postagem nesta lista, apesar de ser um usuário de
 debian há quase 8 anos.

 Meu problema é o seguinte: tenho uma instalação sid com plasma 5 no meu
 desktop (amd64). Apesar dos problemas que tem sido relatados na transição
 do KDE 4 para o plasma 5, eu tenho usado o plasma há umas duas semanas com
 tudo funcionando direitinho. Acabei tendo que instalar alguns pacotes da
 experimental, mas não vejo nenhum bug até agora.

 Só que hoje fui atualizar o sistema com apt-get upgrade + apt-get
 dist-upgrade. este último comando instalou o gcc 5 sobre o 4.9 e acusou a
 necessidade de remover os pacotes do libreoffice (e mais alguns do muon e
 akonadi).

 Deixei rolar, pensando em instalar o libreoffice depois (os outros não
 uso). Mas agora, quando entro apt-get install libreoffice, o output é o
 seguinte:


 # apt-get install libreoffice
 Lendo listas de pacotes... Pronto
 Construindo árvore de dependências
 Lendo informação de estado... Pronto
 Alguns pacotes não puderam ser instalados. Isto pode significar que
 você solicitou uma situação impossível ou, se você está usando a
 distribuição instável, que alguns pacotes requeridos não foram
 criados ainda ou foram retirados da Incoming.
 A informação a seguir pode ajudar a resolver a situação:

 Os pacotes a seguir têm dependências desencontradas:
 libreoffice : Depende: libreoffice-base mas não será instalado
   Depende: libreoffice-calc mas não será instalado
   Depende: libreoffice-core (= 1:5.0.0~rc5-1) mas não será
 instalado
   Depende: libreoffice-draw mas não será instalado
   Depende: libreoffice-impress mas não será instalado
   Depende: libreoffice-math mas não será instalado
   Depende: libreoffice-report-builder-bin mas não será
 instalado
   Depende: libreoffice-writer mas não será instalado
   Depende: libreoffice-avmedia-backend-gstreamer mas não será
 instalado ou
libreoffice-avmedia-backend-vlc mas não será
 instalado
   Depende: python3-uno (= 4.4.0~beta2) mas não será instalado
 E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.


 Procurei em bug reports e em várias listas do debian, mas não achei
 nenhuma referência a isto. Alguém tem alguma ideia?

 Obrigado,
 Dennis

 ps: se precisar de mais informações podem pedir.
 ps2: não sei se o problema é o gcc e também não acho que seja o plasma, só
 citei para referência...

 --




 *JORNAL BRASIL DE FATOUma visão Popular do Brasil e do Mundo *
 *assine! *http://www.brasildefato.com.br
 http://www.brasildefato.com.br/v01/agencia


 *EDITORA EXPRESSÃO POPULARLivros bons, de boa qualidade e a preço de custo*
 http://www.expressaopopular.com.br
 http://www.expressaopopular.com.br/loja/




-- 




*JORNAL BRASIL DE FATOUma visão Popular do Brasil e do Mundo *
*assine! *http://www.brasildefato.com.br


*EDITORA EXPRESSÃO POPULARLivros bons, de boa qualidade e a preço de custo*
http://www.expressaopopular.com.br
http://www.expressaopopular.com.br/loja/


Re: sound stopped working after upgrade

2015-08-03 Thread Chris Bannister

[Please don't top post, it makes it hard to follow and reply.]

On Mon, Aug 03, 2015 at 12:48:36PM -0700, Mike Izbicki wrote:
 The list of modules helped a bunch!  I modprobed them one-by-one and
 after running `modprobe snd_hda_intel` a bunch of new devices showed
 up and sound started working.
 
 Thanks!

So you have to do that every time you boot? 
I wonder why the modules aren't being loaded in the first place.

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


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



Re: What pulls in the tray of my /dev/sr1 ?

2015-08-03 Thread Chris Bannister
On Tue, Aug 04, 2015 at 09:06:49AM +1000, Stuart Longland wrote:
 
 To me, a tray automatically retracting itself after being open for more
 than a minute sounds a perfectly reasonable damage-prevention measure.
 
 It prevents dust from settling on the tray, thus getting drawn into the
 workings of the drive causing problems.  It prevents the tray itself
 being damaged from being bumped whilst being left out.
 
 Finally it discourages the tray's misuse by the illiterate (e.g. as a
 carry handle or cup holder).

That sounds like Windoze thinking. I, personaly, would hate the idea
that the disc tray may automatically retract without notice.

Doesn't fit in with the Linux/Unix philosophy at all.

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


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



Re: cannot register @forum

2015-08-03 Thread Brian
On Mon 03 Aug 2015 at 10:34:31 +0300, eeluve . wrote:

 I've no idea which e-mail to use(no info during the error occurance neither
 googling for it myself), cannot register @ http://forums.debian.net/ . I
 states that my e-mail or IP/ISP is blacklisted, without specifying an
 e-mail address to resolve this issue. And I really need the resource, hope
 some of you guys will be able to help.

The HOWTO contact forum moderators/admins under News  Announcements
will help you.


-- 
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/03082015113043.4f34cbc9d...@desktop.copernicus.demon.co.uk



Timeout, on access to MTA/25, from offsite over SSH tunnel

2015-08-03 Thread Ron Leach

List good morning,

I am trying to access our MTA from offsite over an SSH tunnel, but the 
MUA (Thunderbird) is reporting a timeout on accessing the MTA.


The server is Wheezy; sshd is running; the tunnel is set up to 
terminate on the same server that runs the MTA (exim), as well as 
running other services; exim is running; the same SSH tunnel works 
fine for access over the tunnel to other services (sftp, imap) on the 
same server.  Additionally, when not using a tunnel, offsite devices 
can access the MTA without difficulty; exim is allowing connections. 
The server host is behind a NAT (forwarding of port 22 is working fine 
to this server) and the server LAN address is 192.168.0.199


The device running the MUA is usually a laptop (and the same symptoms 
occur whether a laptop is running Windows/Putty, Fedora/gSTM, or 
Wheezy/gSTM), and the laptops are set to tunnel to the server (using a 
DNS lookup) and create a Dynamic tunnel on (say) port .


The MUA is set to proxy over localhost port  (this picks up the 
SSH tunnel).  The MUA's IMAP server configuration is 192.168.0.199 
(note that this is also the host that the SSH tunnel terminates on) 
and access to the IMAP mail store over the SSH tunnel works without 
problems.  This indicates that the MUA proxy is working, that the 
tunnel is working, that the MUA's IMAP server configuration is ok and 
its access to the IMAP service is working.


The MUA's outbound email server is also configured as 192.168.0.199. 
(The MTA and the IMAP server are both running on this server, 
192.168.0.199.)  Access to the MTA, over the SSH tunnel, for outbound 
email results in the MUA reporting an access timeout, and this is 
before any STARTTLS or any login attempt.


I wondered whether there might be some 'routing' problem on the 
server, at the point of the SSH tunnel output (as it were) that meant 
that a packet for 192.168.0.199 - which is itself - takes a long time 
to get to itself, or even gets lost.  So I did another test, logging 
in to the server (not over a tunnel, just from the LAN) and issued:


$ telnet 192.168.0.199 25

which was followed by a delay of around a couple of seconds or so before

220 mail.domain.tld ESMTP Exim 4.80 Mon, 03 Aug 2015, 08:37 +0200

which looks good - except, possibly, for the delay.  I checked again, 
this time using localhost instead of 192.168.0.199:


$ telnet localhost 25

which was followed by a delay of around a second before

220 mail.domain.tld ESMTP Exim 4.80 Mon, 03 Aug 2015, 08:39 +0200

So, on this server, using 'localhost' to access some running service 
on the machine is a second or so faster than using its LAN IP address. 
 Incidentally, this server employs a geo-stationary satellite and its 
DNS resolution is over the satellite link.  I wondered whether the 
server might be doing a DNS lookup for 192.168.0.199, but it wouldn't, 
would it?


May I ask the list for some advice how to avoid the timeout?  I'm open 
to suggestions as to how to alter the arrangements while keeping 
outbound email from the laptops over an SSH tunnel.  If possible, I'd 
like to keep the MUA configurations as 192.168.0.199 because that 
means the MUA would continue to work even if a different tunnel is 
used that terminates on some other LAN machine - but I am open to 
reconsidering that.


I'd be grateful for any suggestions or insights,

regards, Ron


--
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/55bf3865.8010...@tesco.net



Re: Mise à jour flash-player (tar.gz)

2015-08-03 Thread Haricophile
Le Sun, 02 Aug 2015 20:49:36 +0200,
maderios mader...@gmail.com a écrit :

 Ce type de vidéo est impossible à visionner sans flashplayer, donc le 
 bidule adobe, même si le html5 est apparu sur youtube, n'est pas prêt
 de disparaître.

Amha ce type de video est appelé à disparaître et pas le contraire. 

-- 
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/20150803110715.67cbbe59@azuki.aranha



Re: systemd

2015-08-03 Thread Haricophile
Le Sun, 2 Aug 2015 17:05:54 +0200,
Benoit B benoit...@gmail.com a écrit :

 Mais j'ai lu que certains environnement de bureau en dépendent.

Certains c'est Gnome, il suffit de regarder chez Gentoo qui ne propose
pas systemD par défaut sauf pour Gnome ou c'est obligatoire.

J'avais vu passer un thread de chez Gnome ou ils disaient en gros que
les problèmes de compatibilité ou autres était secondaires par
rapport à leur capacité à fournir des fonctionnalités et un bon code.

Ils sont quelque peu ego-centrés et savent mieux que tout le monde
ce qui est bon pour vous... il y a du Mac dans Gnome.

-- 
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/20150803110500.69ce4ab9@azuki.aranha



adobe flash player in iceweasel does not work anymore in jessie

2015-08-03 Thread Staszek
Hi

I have upgraded from Wheezy to Jessie and my Adobe Flash Player in
Iceweasel stopped working:

$ iceweasel

(process:6255): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

###!!! [Parent][MessageChannel::Call] Error: Channel timeout: cannot
send/recv

$

When on Wheezy, I installed it manually by just copying
libflashplayer.so to .mozilla/plugins .
It doesn't work anymore, why?

Thanks!

I prefer to avoid non-free, therefore I created a separate user for
libflashplayer.so which I downloaded from adobe.com. The page:
http://www.adobe.com/uk/software/flash/about/ shows that I am having the
latest version installed (11.2.202.491).

-- 
http://people.eisenbits.com/~stf/
http://www.eisenbits.com/

OpenPGP: 9EC2 5620 2355 B1DC 4A8F  8C79 0EC7 C214 E5AE 3B4E


-- 
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/55bf452d.2090...@eisenbits.com



Re: Downloading an entire task for installing offline

2015-08-03 Thread Some Body
Bonjour,

Le 3 août 2015 07:39, Stéphane GARGOLY stephane.garg...@gmail.com a écrit
:

 Bonjour à tous les utilisateurs et développeurs de Debian :

 Ne serait-il donc pas possible de faire profiter - même de façon
 temporaire - à
 ton ordinateur portable de cette connexion illimitée (à l'Internet) dont
 bénéficie déjà ton ordinateur fixe ?


J'ai essayé, mais je n'a pas trouvé de moyen simple : la connexion
illimitée du PC fixe est fournie par un modem Ethernet sans Wifi, alors que
mon PC portable n'a pas de prise Ethernet. Et le fixe n'a pas de Wifi pour
partager sa connexion.


 Sinon, de façon alternative à la solution proposée par Bernard et à partir
 de
 ton ordinateur fixe (et de sa connexion illimitée), pourquoi ne pas
 télécharger
 (et graver) une image complète d'installation telle qu'il est proposé à la
 page suivante http://www.debian.org/CD/http-ftp/ ?

 Je conseille la variante DVD - voir note A ci-après - pour être sûr d'avoir
 une installation complète de son système GNU/Linux avec l'environnement de
 bureau GNOME. :-)

 Note A : la première - sur les trois proposés pour chacun des deux
 architectures i386 et amd64 (à choisir) - devrait suffire.


J'ai fouillé un peu plus hier soir dans les images de Debian, et je suis
tombé sur ces images complètes que j'avais oubliées ; j'ai donc installé
Debian+GNOME avec l'image 1. Mon problème est donc réglé.

J'ai bien lu la doc donnée par Bernard, mais je n'y ai pas trouvé comment
configurer ces outils pour utiliser les dépôts de Debian et pas d'Ubuntu
(puisque le PC fixe est sous Ubuntu), sans changer les dépôts du système
(ce qui produirait une mini-tornade dans le système qui n'aimerait pas trop
ça j'imagine).

Merci à tous pour votre aide :)


Re: systemd

2015-08-03 Thread Fabien R
On 02/08/2015 17:05, Benoit B wrote:
 Suffirait-il d'installer upower pour pouvoir désintaller systemd sans
 casser la dépendance entre autre avec  policykit ?

Il s'agit de le désactiver, pas de le desinstaller.
J'utilise KDE avec les paquets suivants:

# apt-show-versions |grep systemd
libpam-systemd:i386/stable 215-17+deb8u1 uptodate
libsystemd0:i386/stable 215-17+deb8u1 uptodate
systemd:i386/stable 215-17+deb8u1 uptodate
systemd-shim:i386/stable 9-1 uptodate

# apt-show-versions |grep policy
policykit-1:i386/stable 0.105-8 uptodate

--
Fabien

-- 
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/55bf14cc.9000...@free.fr



Hibernation in Jessie with Thinkpad T420

2015-08-03 Thread dave


Can someone help me understand why hibernation won't work in Jessie on my 
Thinkpad T420?  If I try, the machine reboots instead.  Looking at 
https://wiki.debian.org/InstallingDebianOn/Thinkpad/T420/jessie, I see a 
question mark by the line item for hibernation.  I could use more 
information.


--
David Griffith
d...@661.org

A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


--
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/alpine.deb.2.02.1508030641150.6...@nyx.feedle.net



Re: Kerberos-secured NFSv4: nss_getpwnam: name '8' does not map into domain

2015-08-03 Thread jonas

[I sent this mail already on the 28th of July, but apparently it didn't
reach the mailinglist because of mail problems on my side, thus I send
the mail again now.]

Am 2015-07-22 01:31, schrieb Christian Seiler:

Hi there,


Hi Christian,

first, thanks again for this very extensive response. It helped me a lot
in better understanding the issue.

I did some further debugging in the meantime. In short, I'm able to
reproduce the issue on two of my systems. Please see below.


On 07/10/2015 01:02 PM, Jonas Meurer wrote:

Am 2015-07-08 15:34, schrieb Jonas Meurer:

I've another annoying issue with my new Kerberos-secured NFSv4 setup.
Sometimes when Exim4 writes to the mounted NFS share, it fails to set
owner and permissions on the written file. Exim4 runs as local user
Debian-exim:Debian-exim but tries to set owner of created files on
the NFS share to 'mail:mail'. Both the local user Debian-exim and
the local user mail are authenticated against the Kerberos server and
principals 'debian-e...@domain.org' as well as 'm...@domain.org' do
exist.


Below's some debugging output of rpc.idmapd on the Kerberos-/NFS-
Server.


Ok, these long entries explain what's happening from the server
perspective - and the server does everything correct here. First of
all, this has nothing do with Kerberos, but with NFSv4's idmapping.


Good to know that the problem is a client-side one :)


Let me back up a little. [...]

Note that Linux always uses uids internally in the kernel to store user
credentials, so what happens is that the sender of a NFSv4 packet takes
the uid, translates it into a string representation containing an @,
and then sends that over the netowrk - the receiver translates it back
into a uid and uses that in its own data structures. (Btw. if you run
ls to show a directory listing, ls will translate it back into a string
representation, possibly a different one, so you may see a username
instead of just a number. So on NFS three different translations will
happen if you type ls -l somewhere: 1. server: uid - nfs-name,
2. client (kernel): nfs-name - uid and 3. client (ls): uid - name.
nfs-name is typically the same as name with just an @nfs4-domain at
the end, but doesn't have to be.)

This is what the idmapping on both the server and the client is about:
to tell the NFSv4 server and client implementations how to do this type
of translation.


Ok, understood. So something goes wrong with idmapping on the client.


Now let's get back to those log messages:

Jul 10 10:46:59 nfs1 rpc.idmapd[4946]: nfsdcb: authbuf=gss/krb5i
authtype=user
Jul 10 10:46:59 nfs1 rpc.idmapd[4946]: nfs4_name_to_uid: calling
nsswitch-name_to_uid
Jul 10 10:46:59 nfs1 rpc.idmapd[4946]: nss_getpwnam: name '8' domain
'freesources.org': resulting localname '(null)'


Here we have to look at two source codes: idmapd (part of nfs-utils)
and libnfsidmap (its own package). idmapd is just a wrapper around that
library and implements a simple event loop around a couple of pipes it
uses to communicate with the kernel. The nfsdcb function is the handler
that processes idmapping requests and replies to them (set up in [1],
function body in [2]). Note that it just reads the request, parses it
and then calls a function to do the actual mapping (imconv), which
itself then calls into the libnfsidmap library.

Since you can setup multiple different idmappings, those are
implemented in a similar manner to plugins in libnfsidmap. In your
case, you are using the 'nss' plugin (name service switch, the libc
mechanism normal programs use to lookup users and groups, typically
in /etc/passwd and /etc/group). That contains the function nss_getpwnam
that is called (as you can see from the debug message), whose body is
found in [3].

There you can see where the log message comes from:

IDMAP_LOG(4, (nss_getpwnam: name '%s' domain '%s': 
  resulting localname '%s'\n, name, domain, localname));

If you backtrace everything through the call stack of both libnfsidmap
and idmapd, the 'name' veriable contains the data idmapd got from the
kernel, and if you went digging into the kernel source, you'd see that
it just takes the raw data it got from the NFS client and passes it on
to the idmapper.

So that means that if you look at your log message, the NFS client
transmitted the string '8' (it's a 1-byte UTF-8 string with a single
digit, it's not a binary representation of that number!) to the server;
the server passed that string on to the idmapper, the idmapper then
notices oh dear, it doesn't contain an @, and so it says nope,
sorry, can't translate that. See the quoted RFC as to why that
behavior is correct.

Compare that to the case where everything worked:

Jul 10 10:50:34 nfs1 rpc.idmapd[4946]: nss_getpwnam: name
'm...@freesources.org' domain 'freesources.org': resulting localname
'mail'


Here you can see that the owner name that was transmitted by the NFS
client was 'm...@freesources.org' (and not simply '8'), so that does
contain an @; 

Re: High Availability Cluster Help

2015-08-03 Thread Leslie Rhorer
On Sunday, August 2, 2015 at 5:00:04 PM UTC-5, Gilles Mocellin wrote:
 Le 02/08/2015 23:18, Leslie Rhorer a écrit :
  [...]
 
  ha.cf:
  logfile /var/log/ha-log
  logfacility local0
  keepalive 2
  deadtime 30
  warntime 10
  initdead 120
  udpport 694
  auto_failback on
  nodeRAID-Server
  nodeBackup
  nodeThermostat
  ping192.168.1.117
  ping192.168.1.118
  respawn hacluster /usr/lib/heartbeat/ipfail
  deadping 10
 
  authkeys:
  auth 2
  2 sha1 HI!
 
 Hi !
 
 This is a config file for heartbeat v1, not pacemaker...

I know that.  It's what comes with Debian Wheezy and Jessie.

 Pacemaker is database driven (successor of heartbeat v2).

I wasn't aware of that.  The documentation I have covered all says Pacemaker is 
to be used as the cluster manager for Heartbeat.  I'm going to have to complile 
Pacemaker (or whatever) on the Jessie machines, but I wasn't planning to do so 
on the Pi.  There the version of Pacemaker is 1.1.7, and it is deployed along 
with Heartbeat.  This puts me even further back from where I need to be.  I 
need some details, please.


--
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/6127bf17-bef0-4252-a4f3-dcd2f7c21...@googlegroups.com



Re: [Resolu]: exim vs connexion TLS

2015-08-03 Thread Pierre Malard

 Le 2 août 2015 à 14:18, Jean-Marc jean-m...@6jf.be a écrit :
 
 Sun, 2 Aug 2015 13:55:39 +0200
 Jean-Marc jean-m...@6jf.be écrivait :
 
 
 Ça fonctionne mieux sur le port 587.
 
 Merci Erwan.
 
 L'envoi fonctionne.
 
 En maintenant, j'abuse un peu de votre bonté.
 
 Mais mon fournisseur me retourne une erreur parce que exim utilise 
 userlocal@nom.localdomain comme expéditeur (normal).
 
 Donc, si je remplace ça par userlo...@mondomaine.be, cela va fonctionner.
 
 Quelqu'un sait comment faire cela proprememnt ?
 
 Et si j'abuse vraiment, je reprendrai mes lunettes et je me replongerai dans 
 la doc.
 
 Merci d'avance.
 
 Jean-Marc jean-m...@6jf.be

Là, ce n’est pas certain. Tout dépend de la configuration SMTP du relais (ton 
FAI). Il se peut qu’il teste l’adresse inversée du domaine annoncé et refuse la 
connexion si celle-ci ne correspond pas à ton IP. Il faut faire le test...

--
Pierre Malard

   « Il n'y a pas de Paradis, mais il faut tâcher de mériter qu'il y en ait un 
! »
 Jules Renard (1864-1910) - Journal, 10 septembre 
1903
   |\  _,,,---,,_
   /,`.-'`'-.  ;-;;,_
  |,4-  ) )-,_. ,\ (  `'-'
 '---''(_/--'  `-'\_)   πr

perl -e '$_=q#: 3|\ 5_,3-3,2_: 3/,`.'''`''' 5-.  ;-;;,_:  |,A-  ) )-,_. ,\ 
(  `'''-''': '''-3'''2(_/--'''  `-'''\_): 
24πr::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print'
- -- Ce message n’engage que son auteur --



signature.asc
Description: Message signed with OpenPGP using GPGMail


cannot register @forum

2015-08-03 Thread eeluve .
I've no idea which e-mail to use(no info during the error occurance neither
googling for it myself), cannot register @ http://forums.debian.net/ . I
states that my e-mail or IP/ISP is blacklisted, without specifying an
e-mail address to resolve this issue. And I really need the resource, hope
some of you guys will be able to help.


Re: Jessie-Comportement bizarre du pavé numérique

2015-08-03 Thread Sylvain L. Sauvage
Le dimanche 2 août 2015, 20:07:38 claude poupelier a écrit :
 Soir,
 
 Merci pour la réponse.
 
 Bien vu, effectivement la réponse
 
 claude@debian-jessie:~$ setxkbmap -query
 rules:  evdev
 model:  pc105
 layout: fr,us,fr,fr
 variant:latin9,,oss,oss
 options:keypad:atm
 claude@debian-jessie:~$
 
 Et maintenant sans abuser quel est le remède?

  Ben, c’était dit : vérifie /etc/default/keyboard et cherche 
dans la conf. de Gnome…

  Et si tu cherches 'xbk options gnome', tu tombes rapidement 
là-dessus :
https://wiki.archlinux.org/index.php/GNOME#XkbOptions_keyboard_options

  Il semble donc que, dans leur grande sagesse, les dévs Gnome 
ont décidé que les options xkb ne méritaient pas d’apparaître 
dans une GUI. Il faut passer par dconf trucmuche.
  (Ce qui amène à se demander comment elle est arrivée là cette 
option…)

-- 
 Sylvain Sauvage

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

Pour vous DESABONNER, envoyez un message avec comme objet unsubscribe
vers debian-user-french-requ...@lists.debian.org
En cas de soucis, contactez EN ANGLAIS listmas...@lists.debian.org
Archive: https://lists.debian.org/2145953.lrprSlAtqP@earendil



jessie crashes (icedove? graphics card driver?) + crappy fonts

2015-08-03 Thread Staszek
Hi

After upgrading from Wheezy to Jessie, the machine started to crash
randomly (several times a day).

Once I even had some kind of error log on the screen, but didn't manage
to take a photo of it, and after the (automatic) reboot there was no
trace of it in syslog.

2 of the crashes today occured when switching to the workspace with
icedove. Icedove was unsuccessfully trying to redraw itself for about 5
seconds, and then SYSTEM CRASH!

What is going on here?

I suspect graphics card driver but I have no clue. Oh except that the
upgrade also caused fonts on the web (for example, Wikipedia article
headers) look crappy.

This is what I have:

# lspci -nn | grep -i vga
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G86M
[Quadro NVS 140M] [10de:0429] (rev a1)

$ dpkg-query --list | grep -i nvid
$ dpkg-query --list | grep -i nouv
rc  libdrm-nouveau1a:amd642.4.40-1~deb7u2
   amd64Userspace interface to nouveau-specific kernel DRM
services -- runtime
ii  libdrm-nouveau2:amd64 2.4.58-2
   amd64Userspace interface to nouveau-specific kernel DRM
services -- runtime
ii  xserver-xorg-video-nouveau1:1.0.11-1
   amd64X.Org X server -- Nouveau display driver

Any ideas?
Thanks!

-- 
http://people.eisenbits.com/~stf/
http://www.eisenbits.com/

OpenPGP: 9EC2 5620 2355 B1DC 4A8F  8C79 0EC7 C214 E5AE 3B4E


-- 
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/55bf803d.5000...@eisenbits.com



Re: Consulta Impresion

2015-08-03 Thread Camaleón
El Sun, 02 Aug 2015 16:55:22 -0300, Sebastian Oldani escribió:

 On 02/08/15 16:47, Manolo Díaz wrote:
 El domingo, 2 ago 2015, a las 21:01 UTC+2 horas,
 Sebastian Oldani escribió:

 Hola, les hago una consulta, cuando instalé debian 8, desmarque la
 casilla instalar printer server, y ahora necesito imprimir y cuando
 quiero agregar una impresora me dice que el servicio del sistema de
 impresión no esta disponible.

 En conclusión que paquete tengo que instalar?, cups?,

 Ese quizá sea el más usado últimamente. Hay otros que podrían servirte,
 como lpr o lprng.

 ese viene por defecto en debian 8?.

 Sí.

 Gracias!!, era para instalar el que venia por defecto no mas!

Para saber qué paquetes incluye puedes consultar la lista de paquetes de 
la tarea:

https://packages.debian.org/jessie/task-print-server

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.08.03.15.01...@gmail.com



Re: Necesito Simple Screen Recorder para Dbian 8.1

2015-08-03 Thread Camaleón
El Sun, 02 Aug 2015 17:43:57 -0400, cpp escribió:

 Para hacer Videos Tutoriales yo utilizaba Simple Screen Recorder (Debian
 7 Wheezy) que un colega me dio el paquete (ssr-0.3.1.tar.gz) Traté de
 instalarlo en Debian 8 y no tuve resultados positivos.

En los repos oficiales de Debian tienes otras alternativas, por si 
quieres probar un aplicativo distinto.

 Alguien pudiera ayudarme cómo conseguir este paquete para Debian 8.1?
 Aclaro, NO TENGO INTERNET. El paquete ssr-0.3.1.tar.gz que me dieron
 pesa unos 1.5 MB. Si me lo pudieran pasar por mi correo u otra
 alternativa al respecto.

No hay paquete para Debian 8.1, lo que veo son archivos para Ubuntu y Mint 
(formato PPA, 0.3.3) y también el código fuente en GitHub para compilar.

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.08.03.15.09...@gmail.com



Re: Conexión remota

2015-08-03 Thread Camaleón
El Mon, 03 Aug 2015 14:21:57 +0200, José Tomás Mateo Ruiz escribió:

 Tengo un servidor  debian 8 de archivos e impresora en un pueblo, y a 60
 Km en otro una oficina con 3 clientes windows 7 es posible la conexión
 con el servidor a trabes de internet.

Sí, y como dispones de varios servicios (archivos e impresión) quizá te 
convendría configurar una VPN. Pero como tengan que recoger las copias 
impresas a 60 Km. no les va a hacer mucha gracia :-P

Saludos,

-- 
Camaleón


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



Re: Detalles para una revista online

2015-08-03 Thread Camaleón
El Mon, 03 Aug 2015 18:55:30 +0200, Altair Linux escribió:

 Leyendo la revista, no. Pero para publicar grabaciones en video de lo
 que se haga en plan demostracion, pues parece una buena idea.

Aún así, los prácticos siempre es mejor hacerlos en formato de texto, 
accesible para copia/pega de comandos... no sé, creo que estás planteando 
todo al revés :-)

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.08.03.17.04...@gmail.com



Re: Write access to USB

2015-08-03 Thread notoneofmy

On 08/03/2015 07:21 PM, anxious...@gmail.com wrote:

Perhaps related to my issue posted to debian.maint.kde about a week ago?

I happened upon a debian-installer bug report which points out that if one 
needs firmware from a stick during installation a line such as

/dev/sdb1   /media/usb0 autorw,user,noauto  0   0

may be left behind in /etc/fstab by the installer. Commenting this out allows 
the expected writable kde mount point to be used.

anxiousmac

Thanks a lot.

This line is not in mine.

This is really frustrating. Plus another issue I'm about to write about 
nownot a fan of Jessie this minute.



--
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/55bfb2e2.1060...@gmx.de



Re: Re: Bizarre issue: USB 3 disconnecting and dying

2015-08-03 Thread Ingo Ferchland

Hello,

had the same issue (unknown partition table) right now.
Mounting the HDD directly via SATA gave me the HDD back.

In my case the USB2SATA controller in the external HDD case seems to be 
broken.


Regards Ingo


--
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/55bfb41b.8090...@hw12.de



Re: Root cheio

2015-08-03 Thread Dennis Gonçalves
Olá pessoal, desculpe pegar a conversa andando mas eu vi esta questão no
site no website e talvez possa dar um pitaco...

Concordo que é melhor não fazer gambiarras criando links simbólicos. Uma
sugestão que eu daria para o Gabriel é criar uma nova partição
redimensionando o home e montá-la em /usr.

Ou seja, tira uns 15GB da home, usando o tutorial que você já postou; cria
um sistema ext4 nela; move tudo que estiver em /usr para esta nova
partição; edita o /etc/fstab para montar a nova partição em /usr no próximo
boot. Reboot.

Acho que assim fica bom sem ter que instalar tudo denovo.

Outra coisa, você ficou sem espaço ao tentar compilar o kernel porque,
dependendo das configurações, a compilação toma muito espaço mesmo (até uns
7GB). Para este problema específico uma saída é compilar em /home.

até,
Dennis

-- 




*JORNAL BRASIL DE FATOUma visão Popular do Brasil e do Mundo *
*assine! *http://www.brasildefato.com.br
http://www.brasildefato.com.br/v01/agencia


*EDITORA EXPRESSÃO POPULARLivros bons, de boa qualidade e a preço de custo*
http://www.expressaopopular.com.br
http://www.expressaopopular.com.br/loja/


Re: systemd

2015-08-03 Thread Guillaume Caron
On Mon, Aug 03, 2015 at 11:05:00AM +0200, Haricophile wrote:
 Le Sun, 2 Aug 2015 17:05:54 +0200,
 Benoit B benoit...@gmail.com a écrit :
 
  Mais j'ai lu que certains environnement de bureau en dépendent.
 
 Certains c'est Gnome, il suffit de regarder chez Gentoo qui ne propose
 pas systemD par défaut sauf pour Gnome ou c'est obligatoire.
 
 J'avais vu passer un thread de chez Gnome ou ils disaient en gros que
 les problèmes de compatibilité ou autres était secondaires par
 rapport à leur capacité à fournir des fonctionnalités et un bon code.
 
 Ils sont quelque peu ego-centrés et savent mieux que tout le monde
 ce qui est bon pour vous... il y a du Mac dans Gnome.
 
 -- 
 haricoph...@aranha.fr 

Je ne vois pas en quoi vouloir placer comme priorité les fonctionnalités et la 
qualité du code est ego-centré.
C'est une démarche en soit, tout projet doit faire des choix parfois 
criticables, de là à penser que les devs savent mieux que tout le monde...

M'enfin comme on dit Don't feed the troll ;-)


-- 
Guillaume


signature.asc
Description: Digital signature


Re: sound stopped working after upgrade

2015-08-03 Thread briand
On Mon, 3 Aug 2015 09:16:16 -0700
Mike Izbicki m...@izbicki.me wrote:

 
 I also just ran the `alsaloop` program, which gave the following
 output not related to /dev/dsp:
 ```
 ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card
 playback hw:0,0 open error: No such file or directory
 Loopback initialization failure.
 ```

sure looks like a device not presest error.  that could still be that the right 
module isn't getting loaded.  but how to figure that out i'm not sure.

 
  Do they show that the channels are unmuted ?
 
 Yes

ok . i get caught by that one all the time :-(

 
  Do you have 1 and only 1 audio sink ? If not you may have a problem with 
  pulseaudio not sending audio to the correct sink.
 
 How do I check this?  When I run alsamixer and hit F6 to select the
 sound card I get two options: default and enter device name.

well i've done just the way you did- see if alsamixer allows selection of more 
than one device.

also too. 

aplay -L
pacmd list-sinks

 
  Also check dmesg for any references to audio devices.
 
 Running `dmesg | grep -i audio` gives no output.  (The -i makes grep
 case insensitive.)
 

well, sorry to say I don't have any other ideas.  I have provided a list of all 
the modules loaded in my system just for reference.

generally the on-board audio chipsets are not too much trouble.

i guess you're just lucky.

Brian

snd_usb_audio 135354  2 
snd_usbmidi_lib23388  1 snd_usb_audio
snd_rawmidi26806  1 snd_usbmidi_lib
snd_seq_device 13132  1 snd_rawmidi
snd_hda_codec_hdmi 45118  1 
snd_hda_codec_realtek67127  1 
snd_hda_codec_generic63181  1 snd_hda_codec_realtek
snd_hda_intel  26327  8 
snd_hda_controller 26646  1 snd_hda_intel
snd_hda_codec 104463  5 
snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
snd_hwdep  13148  2 snd_usb_audio,snd_hda_codec
snd_pcm88662  5 
snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
snd_timer  26614  1 snd_pcm
snd_mixer_oss  22042  1 
snd65244  31 
snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_mixer_oss
soundcore  13026  3 snd,snd_hda_codec
usbcore   195340  6 
snd_usb_audio,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid,xhci_hcd


-- 
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/20150803120004.6ac57...@cedar.deldotd.com



Re: Detalles para una revista online

2015-08-03 Thread Altair Linux
Leyendo la revista, no. Pero para publicar grabaciones en video de lo
que se haga en plan demostracion, pues parece una buena idea.


-- 
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/CA+HdPfJphu8gntif48=bdrhax-e8h6-+zpkscf0246jjiac...@mail.gmail.com



Re: High Availability Cluster Help

2015-08-03 Thread Erick Ocrospoma
Hi,

On 2 August 2015 at 16:18, Leslie Rhorer lrho...@mygrande.net wrote:

 I need a little (or maybe more than a little) advice and guidance on
 setting up a High Availablity cluster on some Debian machines.  I've read
 through the man pages and the config files, but I'm falling short of
 understanding everything I need to do.  I am still in the process of
 obtaining all the software, so I don't yet have the full process plan laid
 out, let alone all configured, but I know I already need some help, so
 thanks in advance.

 First of all, let me outline the situation.  I've written an HVAC control
 suite that works with a number of wireless thermostats to control the air
 handlers in my house.  I have one device which monitors the status lines
 from the thermostats, and a second device that controls relays that open
 and close the air vents as needed and turns on or off the appropriate air
 handlers as needed.  Each of those devices have an IP address and are
 controlled by a simple binary ( c program ).  The binary sits in memory and
 polls the contact monitor every couple of seconds and then using the data
 obtained from the monitor writes the data to the relays and outputs the
 information to a couple of small data files for use by some scripts that
 provide CL and Web status of the systems.  One of these scripts has to run
 once a minute or so in order to maintain a historical record of how much
 time each unit spends running.  I have the Web data online at

 http://fletchergeek.homelinux.net

 for anyone who would like to see.

 Right now I have the binary and the CL scripts running on a little
 Raspbery Pi (hostname Thermostat), but I don't want to have my Air
 Conditioning fail if the little RPi is down or for whatever reason not
 talking to either of the two terminal devices.  I have two servers
 (hostnames RAID-Server and Backup), either of which can take over in that
 event.  If one or both of the terminal devices are unavailable to all three
 servers, then I want to be alerted to the fact.  By my understanding so
 far, this means the three servers need to be set up as cluster members and
 the two terminal devices set up as pseudo-cluster ping devices.  I have a
 set of scripts that restart the binary if it hangs and reports to me if it
 has to restart the binary more than 5 times in a row, but I believe all
 that can be handled by the cluster manager (or is it directly handled by
 Heartbeat?).  Right now a cron job handles running the data collection
 correlation once a minute, but I take it that function will have to be
 taken over by a script that runs continuously on the active cluster node.
 That's about as far as I have gotten though.

 Both big machines are running Debian Jessie, while the RPi is running
 Raspbian, a Wheezy derivative.  To my understanding, Pacemaker is the best
 cluster management system for this purpose, but evidently one of the
 libraries used by Pacemaker did not make it to the Jessie distro, so the
 entire package has been removed from the distro.


That's true, it is due to some issue with the HA dev team, it is sad to
have non-updated cluster packages with Jessie. Both Corsync and Pacemaker
upstream versions are far away from Debian upsteam, which leads a lot of
risks due to patches and fixes on upstream.

While it should not be the solution, you could use Wheezy instead of
Jessie. Other possibility is to use Ubuntu, which, if I'm not wrong, comes
with Corosync 2.x and Pacemaker 1.11.x


 Unless something has changed in the last couple of months, evidently I am
 going to have to compile from source on those to machines.  Pacemaker
 should be available on the RPi, but it will no doubt be a different version
 than that running on the Jessie machines.  Will that create issues?


AFAIK Working with different versions of Pacemaker and/or Corosync is not
recommend.



 Below is what I have so far on one of the Jessie machines.  I know it is
 not complete, and may not be entirely correct.  After confirming / fixing
 the below files, I think my next step is setting up haresources, but I'm
 quite unsure what needs to be set up in that file.  Once that gets done,
 where do I go from there?

 ha.cf:
 logfile /var/log/ha-log
 logfacility local0
 keepalive 2
 deadtime 30
 warntime 10
 initdead 120
 udpport 694
 auto_failback on
 nodeRAID-Server
 nodeBackup
 nodeThermostat
 ping192.168.1.117
 ping192.168.1.118
 respawn hacluster /usr/lib/heartbeat/ipfail
 deadping 10

 authkeys:
 auth 2
 2 sha1 HI!


 --
 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/f9cea4e9-de12-48d7-b7b5-3fcf4b79f...@googlegroups.com




-- 



~ Happy install !





Erick.

---

IRC :   zerick
Blog: http://zerick.me
About :  http://about.me/zerick
Linux User ID :  549567


Falha ao instalar libreoffice no debian sid (dependências não encontradas)

2015-08-03 Thread Dennis Gonçalves
Olá a todos,

esta é minha primeira postagem nesta lista, apesar de ser um usuário de
debian há quase 8 anos.

Meu problema é o seguinte: tenho uma instalação sid com plasma 5 no meu
desktop (amd64). Apesar dos problemas que tem sido relatados na transição
do KDE 4 para o plasma 5, eu tenho usado o plasma há umas duas semanas com
tudo funcionando direitinho. Acabei tendo que instalar alguns pacotes da
experimental, mas não vejo nenhum bug até agora.

Só que hoje fui atualizar o sistema com apt-get upgrade + apt-get
dist-upgrade. este último comando instalou o gcc 5 sobre o 4.9 e acusou a
necessidade de remover os pacotes do libreoffice (e mais alguns do muon e
akonadi).

Deixei rolar, pensando em instalar o libreoffice depois (os outros não
uso). Mas agora, quando entro apt-get install libreoffice, o output é o
seguinte:


# apt-get install libreoffice
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isto pode significar que
você solicitou uma situação impossível ou, se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram retirados da Incoming.
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
libreoffice : Depende: libreoffice-base mas não será instalado
  Depende: libreoffice-calc mas não será instalado
  Depende: libreoffice-core (= 1:5.0.0~rc5-1) mas não será
instalado
  Depende: libreoffice-draw mas não será instalado
  Depende: libreoffice-impress mas não será instalado
  Depende: libreoffice-math mas não será instalado
  Depende: libreoffice-report-builder-bin mas não será
instalado
  Depende: libreoffice-writer mas não será instalado
  Depende: libreoffice-avmedia-backend-gstreamer mas não será
instalado ou
   libreoffice-avmedia-backend-vlc mas não será
instalado
  Depende: python3-uno (= 4.4.0~beta2) mas não será instalado
E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.


Procurei em bug reports e em várias listas do debian, mas não achei nenhuma
referência a isto. Alguém tem alguma ideia?

Obrigado,
Dennis

ps: se precisar de mais informações podem pedir.
ps2: não sei se o problema é o gcc e também não acho que seja o plasma, só
citei para referência...

-- 




*JORNAL BRASIL DE FATOUma visão Popular do Brasil e do Mundo *
*assine! *http://www.brasildefato.com.br
http://www.brasildefato.com.br/v01/agencia


*EDITORA EXPRESSÃO POPULARLivros bons, de boa qualidade e a preço de custo*
http://www.expressaopopular.com.br
http://www.expressaopopular.com.br/loja/


Re: High Availability Cluster Help

2015-08-03 Thread Miles Fidelman

A few comments, below:

Leslie Rhorer wrote:

I need a little (or maybe more than a little) advice and guidance on setting up 
a High Availablity cluster on some Debian machines.  I've read through the man 
pages and the config files, but I'm falling short of understanding everything I 
need to do.  I am still in the process of obtaining all the software, so I 
don't yet have the full process plan laid out, let alone all configured, but I 
know I already need some help, so thanks in advance.

First of all, let me outline the situation.  I've written an HVAC control suite 
that works with a number of wireless thermostats to control the air handlers in 
my house.  I have one device which monitors the status lines from the 
thermostats, and a second device that controls relays that open and close the 
air vents as needed and turns on or off the appropriate air handlers as needed. 
 Each of those devices have an IP address and are controlled by a simple binary 
( c program ).  The binary sits in memory and polls the contact monitor every 
couple of seconds and then using the data obtained from the monitor writes the 
data to the relays and outputs the information to a couple of small data files 
for use by some scripts that provide CL and Web status of the systems.  One of 
these scripts has to run once a minute or so in order to maintain a historical 
record of how much time each unit spends running.  I have the Web data online at

http://fletchergeek.homelinux.net

for anyone who would like to see.

Right now I have the binary and the CL scripts running on a little Raspbery Pi 
(hostname Thermostat), but I don't want to have my Air Conditioning fail if the 
little RPi is down or for whatever reason not talking to either of the two 
terminal devices.  I have two servers (hostnames RAID-Server and Backup), 
either of which can take over in that event.  If one or both of the terminal 
devices are unavailable to all three servers, then I want to be alerted to the 
fact.  By my understanding so far, this means the three servers need to be set 
up as cluster members and the two terminal devices set up as pseudo-cluster 
ping devices.  I have a set of scripts that restart the binary if it hangs and 
reports to me if it has to restart the binary more than 5 times in a row, but I 
believe all that can be handled by the cluster manager (or is it directly 
handled by Heartbeat?).  Right now a cron job handles running the data 
collection correlation once a minute, but I take it that function will have to 
be taken over by a script that runs continuously on the active cluster node.  
That's about as far as I have gotten though.

Both big machines are running Debian Jessie, while the RPi is running Raspbian, 
a Wheezy derivative.  To my understanding, Pacemaker is the best cluster 
management system for this purpose, but evidently one of the libraries used by 
Pacemaker did not make it to the Jessie distro, so the entire package has been 
removed from the distro.  Unless something has changed in the last couple of 
months, evidently I am going to have to compile from source on those to 
machines.  Pacemaker should be available on the RPi, but it will no doubt be a 
different version than that running on the Jessie machines.  Will that create 
issues?



My familiarity with pacemaker is in the more common cluster setup - 
mirroring virtual machine stack (in my case, Xen), and it's associated 
disks (using DRBD) - for automatic failover of entire virtual machines.  
Haven't tried using pacemaker by itself for application level failover.


One way to set things up would be simply to set up mirrored virtual 
machines, and let failover be handled at that level (you could use 
pacemaker or the Remus funcationlity of later Xen implementations).


You might also look at pure application layer redundancy - pacemaker 
might or might not help you - you might be better off just running two 
copies of your scripts with some basic synchronization and 
primary/secondary logic.  (Personally, I'd do this in Erlang, which 
makes this kind of application rather trivial).


For more pacemaker help, check out the resources at 
http://clusterlabs.org/, and maybe pose this query on the linux-ha email 
list.


Hopes this helps,

Miles Fidelman

--
In theory, there is no difference between theory and practice.
In practice, there is.    Yogi Berra



--
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/55bf9859.8000...@meetinghouse.net



Re: Write access to USB

2015-08-03 Thread notoneofmy
On 15-08-02 4:33 PM, notoneofmy wrote:
 I format, ext2, or ext3, a USB using gparted, which is started as root,
 and can only be, in the Terminal.

 Once formatted and partition created, I cannot write to the USB stick,
 unless I issue a Chown 777 command in terminal.

 However, in the Terminal, I'm able mkdir xyz and it works

 I cannot do this in the File Manager. I'm on Jessie with xfce4.

 The stick itself is automatically mounted after gparted is done with it.

 It did not use to be like this.

 Thanks in advance.
This is just a bump to the above described issue.

And if you're reading this, I should tell you about a great app I found
today. It's called recoll

It's in the repo. (just thought I'd tell others)


-- 
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/55bf9c5c.9020...@gmx.de



Re: Write access to USB

2015-08-03 Thread anxiousmac
On Monday, 3 August 2015 18:00:05 UTC+1, notoneofmy  wrote:
 On 15-08-02 4:33 PM, notoneofmy wrote:
  I format, ext2, or ext3, a USB using gparted, which is started as root,
  and can only be, in the Terminal.
 
  Once formatted and partition created, I cannot write to the USB stick,
  unless I issue a Chown 777 command in terminal.
 
  However, in the Terminal, I'm able mkdir xyz and it works
 
  I cannot do this in the File Manager. I'm on Jessie with xfce4.
 
  The stick itself is automatically mounted after gparted is done with it.
 
  It did not use to be like this.
 
  Thanks in advance.
 This is just a bump to the above described issue.
 
 And if you're reading this, I should tell you about a great app I found
 today. It's called recoll
 
 It's in the repo. (just thought I'd tell others)
 
 
 -- 
 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/55bf9c5c.9020...@gmx.de

Perhaps related to my issue posted to debian.maint.kde about a week ago?

I happened upon a debian-installer bug report which points out that if one 
needs firmware from a stick during installation a line such as 

/dev/sdb1   /media/usb0 autorw,user,noauto  0   0 

may be left behind in /etc/fstab by the installer. Commenting this out allows 
the expected writable kde mount point to be used. 

anxiousmac


-- 
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/180506cf-8a2d-4363-bb87-df2d20764...@googlegroups.com



Re: Mise à jour flash-player (tar.gz)

2015-08-03 Thread maderios

Le 03/08/2015 13:23, Philippe Gras a écrit :


Le 3 août 2015 à 11:07, Haricophile haricoph...@aranha.fr a écrit :



Amha ce type de video est appelé à disparaître et pas le contraire.


C'est le player qui est en flash, pas la vidéo…


La video diffusée par Sky News  est en mp4

--
Maderios

--
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/55bf59bf.2080...@gmail.com



Conexión remota

2015-08-03 Thread José Tomás Mateo Ruiz

Buenas tardes:

Tengo un servidor  debian 8 de archivos e impresora en un pueblo, y a 60  
Km en otro una oficina con 3 clientes windows 7 es posible la conexión con  
el servidor a trabes de internet.


--
(·)
/|\  José Tomás Mateo Ruiz
\_/_  50550 Aragón España


--
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/op.x2skmveph1h...@prad-vigilancia.dominio.rpb



Re: Conexión remota

2015-08-03 Thread Eduardo Venegas Astete
2015-08-03 9:21 GMT-03:00 José Tomás Mateo Ruiz jtma...@gmail.com:

 Buenas tardes:

 Tengo un servidor  debian 8 de archivos e impresora en un pueblo, y a 60
 Km en otro una oficina con 3 clientes windows 7 es posible la conexión con
 el servidor a trabes de internet.

 --
 (·)
 /|\  José Tomás Mateo Ruiz
 \_/_  50550 Aragón España


 --
 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/op.x2skmveph1h...@prad-vigilancia.dominio.rpb


Instalando un servidor ssh en Debian, como openssh server, y conectándote
desde los equipos con Windows mediante un cliente ssh, como Putty.


Re : adobe flash player in iceweasel does not work anymore in jessie

2015-08-03 Thread MENGUAL Jean-Philippe
Hi,

Likely the upgrade broke your manual installation. You should install the 
flashplugin-nonfree package from non-free repo. Anyway be careful, you probably 
will need to enable manually when needed in Iceweasel, as it is disabled by 
default due to various security problems. Maybe they are now fixed but it was 
this before I remove it. To upgrade the plugin, issue: 
update-flashplugin-nonfree --install

regards 


Jean-Philippe MENGUAL

HYPRA, progressons ensemble

Tél.: 01 84 73 06 61

Mail: cont...@hypra.fr

Site Web: http://www.hypra.fr

- Staszek stf.list.ot...@eisenbits.com a écrit :
 Hi
 
 I have upgraded from Wheezy to Jessie and my Adobe Flash Player in
 Iceweasel stopped working:
 
 $ iceweasel
 
 (process:6255): GLib-CRITICAL **: g_slice_set_config: assertion
 'sys_page_size == 0' failed
 
 ###!!! [Parent][MessageChannel::Call] Error: Channel timeout: cannot
 send/recv
 
 $
 
 When on Wheezy, I installed it manually by just copying
 libflashplayer.so to .mozilla/plugins .
 It doesn't work anymore, why?
 
 Thanks!
 
 I prefer to avoid non-free, therefore I created a separate user for
 libflashplayer.so which I downloaded from adobe.com. The page:
 http://www.adobe.com/uk/software/flash/about/ shows that I am having the
 latest version installed (11.2.202.491).
 
 -- 
 http://people.eisenbits.com/~stf/
 http://www.eisenbits.com/
 
 OpenPGP: 9EC2 5620 2355 B1DC 4A8F  8C79 0EC7 C214 E5AE 3B4E
 
 
 -- 
 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/55bf452d.2090...@eisenbits.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/1137996362.42346817.1438600650720.javamail.r...@zimbra63-e11.priv.proxad.net



Re: Mise à jour flash-player (tar.gz)

2015-08-03 Thread Philippe Gras

Le 3 août 2015 à 11:07, Haricophile haricoph...@aranha.fr a écrit :

 Le Sun, 02 Aug 2015 20:49:36 +0200,
 maderios mader...@gmail.com a écrit :
 
 Ce type de vidéo est impossible à visionner sans flashplayer, donc le 
 bidule adobe, même si le html5 est apparu sur youtube, n'est pas prêt
 de disparaître.
 
 Amha ce type de video est appelé à disparaître et pas le contraire. 

C'est le player qui est en flash, pas la vidéo…

 
 -- 
 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/20150803110715.67cbbe59@azuki.aranha
 

--
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/0240461f-aa21-4952-af0e-e26910af5...@worldonline.fr



Re: X Server fails to start

2015-08-03 Thread Sven Arvidsson
On Sun, 2015-08-02 at 15:46 -0700, ydld1p...@sneakemail.com wrote:
 Last Friday I used aptitude to update the software on my old Dell 
 Precision Workstation 340, which is running Debian's testing 
 distribution.  After the update completed, I rebooted and X Server 
 failed to start.  At the end of /var/log/Xorg.0.log (attached)  I see 
 
 the following error messages:
 
 [  1627.901] (EE) Screen(s) found, but none have a usable 
 configuration.
 [  1627.901] (EE)
 Fatal server error:
 [  1627.901] (EE) no screens found(EE)
 [  1627.901] (EE)
 
 According to lspci, I have the following video card
 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. 
 [AMD/ATI] Rage 128 PRO Ultra AGP 4x
 and it is attached to a UltraSharp U2410 (24 inch LCD display). 
 Before 
 the software update, the X Server was working fine, driving the 
 display 
 at 1920x1200.  I don't have an xorg.conf, although after doing some 
 search to try to diagnose the problem and find a solution I ran Xorg 
 
 -configure to create one, and tried tweeking it to get the X Server 
 working, but was failed.
 
 Any help diagnosing the problem and finding a solution would be 
 appreciated.
 
  - Peter Canning

Testing does break from time to time, so no surprises there.

There are a couple of other warnings and errors earlier in the log
(grep for EE and WW) but I'm not sure if that is what's causing
problems.

You might want to check your logs and see exactly what packages were
upgraded, check if there are any known regressions and maybe even
downgrade.

Did you also upgrade the kernel? If so, try using the older kernel.


-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 6FAB5CD5




signature.asc
Description: This is a digitally signed message part


RE: VLAN config on Jessie

2015-08-03 Thread Bonno Bloksma
Hi,

 On 30/07/15 23:14, Arno Schuring wrote:
 This configures an untagged connection, which is not the same as vlan 
 1. Also, there's no need to set that broadcast address manually, it's 
 inferred from the netmask.
 auto eth1.2
 iface eth1.2 inet static
 address 192.168.100.254
 netmask 255.255.255.0
 vlan-raw-device eth1


 I want vlan 1 to be the default hence I decared it as eth1 not 
 eth1.1
 That is most likely wrong. You set a default interface by 
 configuring the default gateway with the lowest metric. Other than 
 that, there's no default between network interfaces.


 Im not talking about the default route Im talking about how it should 
 handle ethernet frames with no vlan tag arriving on eth1


I have a similar setup but the untagged network is the management network 
for the APs. All traffic on the WiFi network is done in VLANS. That is how I 
have it setup.
So in that case you should have 3 definitions on eth1 (assuming traffic for the 
clients is using VLAN 10 and 11)
auto eth1 eth1.10 eth1.11
iface eth1 inet static
  address .
  etc
iface eth1.10 inet static
  address .
  etc
iface eth1.11 inet static
  address .
  etc

This should also prevent any miscommunication when clients are part of the 
management network.
The management network does not NEED to be a separate network. In my case I 
combine it with another network which has restricted access.

Also be aware that I have found VLAN aware routing on a Debian machine to be 
slower then straight interface routing. However, my last test was on an old 
Lenny system so that might have been improved.

Bonno Bloksma



--
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/89d1798a7351d040b4e74e0a043c69d7ea74e...@einexch-01.tio.nl



Re: scanner not recognized

2015-08-03 Thread Johann Spies
I found that I could not use my Lide (I think it is a 10 - I am not at home
right now) on USB-3 ports but it works without a problem on USB-2.  Try all
the ports on your computer.

Regards
Johann

On 1 August 2015 at 17:26, Frank McCormick debianl...@videotron.ca wrote:

 It's been a while since I used the Canon LIDE 20 scanner attached to my
 Debian Sid system. Today I found out it's not being recognized.
 LSUSB doesn't find it on the scan of USB ports. I suspect the kernel
 module is not being loaded. How can I find out which module is
 needed and how do I make sure it's loaded on every boot ?



 --
 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/55bce52d.3040...@videotron.ca




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


Re: scanner not recognized

2015-08-03 Thread Frank McCormick

On 03/08/15 09:44 AM, Johann Spies wrote:

I found that I could not use my Lide (I think it is a 10 - I am not at
home right now) on USB-3 ports but it works without a problem on USB-2.
Try all the ports on your computer.

Regards
Johann

On 1 August 2015 at 17:26, Frank McCormick debianl...@videotron.ca
mailto:debianl...@videotron.ca wrote:

It's been a while since I used the Canon LIDE 20 scanner attached to
my Debian Sid system. Today I found out it's not being recognized.
LSUSB doesn't find it on the scan of USB ports. I suspect the kernel
module is not being loaded. How can I find out which module is
needed and how do I make sure it's loaded on every boot ?






I tried all the USB ports on this machine. None of them worked. 
They are all USB 2.0 ports.


Cheers


--
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/55bf740f.9000...@videotron.ca



Re: sound stopped working after upgrade

2015-08-03 Thread Mike Izbicki
The list of modules helped a bunch!  I modprobed them one-by-one and
after running `modprobe snd_hda_intel` a bunch of new devices showed
up and sound started working.

Thanks!

On Mon, Aug 3, 2015 at 12:00 PM,  bri...@aracnet.com wrote:
 On Mon, 3 Aug 2015 09:16:16 -0700
 Mike Izbicki m...@izbicki.me wrote:


 I also just ran the `alsaloop` program, which gave the following
 output not related to /dev/dsp:
 ```
 ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card
 playback hw:0,0 open error: No such file or directory
 Loopback initialization failure.
 ```

 sure looks like a device not presest error.  that could still be that the 
 right module isn't getting loaded.  but how to figure that out i'm not sure.

 
  Do they show that the channels are unmuted ?

 Yes

 ok . i get caught by that one all the time :-(


  Do you have 1 and only 1 audio sink ? If not you may have a problem with 
  pulseaudio not sending audio to the correct sink.

 How do I check this?  When I run alsamixer and hit F6 to select the
 sound card I get two options: default and enter device name.

 well i've done just the way you did- see if alsamixer allows selection of 
 more than one device.

 also too.

 aplay -L
 pacmd list-sinks


  Also check dmesg for any references to audio devices.

 Running `dmesg | grep -i audio` gives no output.  (The -i makes grep
 case insensitive.)


 well, sorry to say I don't have any other ideas.  I have provided a list of 
 all the modules loaded in my system just for reference.

 generally the on-board audio chipsets are not too much trouble.

 i guess you're just lucky.

 Brian

 snd_usb_audio 135354  2
 snd_usbmidi_lib23388  1 snd_usb_audio
 snd_rawmidi26806  1 snd_usbmidi_lib
 snd_seq_device 13132  1 snd_rawmidi
 snd_hda_codec_hdmi 45118  1
 snd_hda_codec_realtek67127  1
 snd_hda_codec_generic63181  1 snd_hda_codec_realtek
 snd_hda_intel  26327  8
 snd_hda_controller 26646  1 snd_hda_intel
 snd_hda_codec 104463  5 
 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
 snd_hwdep  13148  2 snd_usb_audio,snd_hda_codec
 snd_pcm88662  5 
 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
 snd_timer  26614  1 snd_pcm
 snd_mixer_oss  22042  1
 snd65244  31 
 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_mixer_oss
 soundcore  13026  3 snd,snd_hda_codec
 usbcore   195340  6 
 snd_usb_audio,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid,xhci_hcd


-- 
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/cakkzouxjn4sgapg3uof37k9mvcqhyqingdkpacupzpprzsn...@mail.gmail.com



Re: Root cheio

2015-08-03 Thread Thiago T. Faioli
Boa tarde Dennis

 Se conselho fosse bom vendiamos a preço de ouro... Mas serve de ponto de
observação para uma nova decisão  ;)

 Começa denovo! Você ja sabe que da pra contornar os erros de planejamento!

 Faça uma nova instalação:

 -  Como será um computador pessoal, opta por /var, /tmp, e /home fora do
 /.  E se preferir, pode separar também o /usr/local mas só se for fazer
muitas instalações de programas que não são parte da distribuição...

 Ficaria assim:

/
/var
/usr/local (opcional)
/tmp
/home

 Claro, tudo isso sobre LVM! É interessante deixar 10% do seu disco
desalocado para manejar um crescimento inesperado dos sistemas de
arquivos...

 Não separe o usr do root(/) isso pode gerar complicações num momento de
crise/recuperação de desatre. Quando separado de /, a inicialização fica
mais complexa porque o boot faz uso de comonentes críticos para o
funcionamento em /usr ... Claro que as tecnologias usadas no ambiente
implicam diretamente no problema poder existir ou não... Mas acredito ser
uma boa prática

referências

http://www.tldp.org/HOWTO/Partition/
https://www.debian.org/releases/stable/amd64/apcs05.html.en#idp54200912

flw

*Thiago Torres Faioli*

*Mobile phone:* +55 (31) 8449-4065
*Phone:* 1-800-9908273 - Extension: 0011
*Telefone:* 3003-5410 - Ramal: 0011
*Skype/Hangouts:* thiago.fai...@gmail.com

Em 3 de agosto de 2015 16:10, Dennis Gonçalves camaradaden...@gmail.com
escreveu:

 Olá pessoal, desculpe pegar a conversa andando mas eu vi esta questão no
 site no website e talvez possa dar um pitaco...

 Concordo que é melhor não fazer gambiarras criando links simbólicos. Uma
 sugestão que eu daria para o Gabriel é criar uma nova partição
 redimensionando o home e montá-la em /usr.

 Ou seja, tira uns 15GB da home, usando o tutorial que você já postou; cria
 um sistema ext4 nela; move tudo que estiver em /usr para esta nova
 partição; edita o /etc/fstab para montar a nova partição em /usr no próximo
 boot. Reboot.

 Acho que assim fica bom sem ter que instalar tudo denovo.

 Outra coisa, você ficou sem espaço ao tentar compilar o kernel porque,
 dependendo das configurações, a compilação toma muito espaço mesmo (até uns
 7GB). Para este problema específico uma saída é compilar em /home.

 até,
 Dennis

 --




 *JORNAL BRASIL DE FATOUma visão Popular do Brasil e do Mundo *
 *assine! *http://www.brasildefato.com.br
 http://www.brasildefato.com.br/v01/agencia


 *EDITORA EXPRESSÃO POPULARLivros bons, de boa qualidade e a preço de custo*
 http://www.expressaopopular.com.br
 http://www.expressaopopular.com.br/loja/




Missing qt modules in python2.7

2015-08-03 Thread Gary Roach

Hi all,

My IDE is throwing the following error on start up:


Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/ninja_ide/core/plugin_manager.py, 
line 319, in load
dir_name)
  File /usr/lib/python2.7/dist-packages/ninja_ide/core/plugin_manager.py, 
line 297, in _load_module
(module, reason))
PluginManagerException: Error loading ipythonconsole: No module named 
qt.console.rich_ipython_widget


I found the following in python3:

/usr/lib/python3/dist-packages/IPython/qt/console/rich_ipython_widget.py

In the python2.7 library directory, I found:

/usr/lib/python2.7/dist-packages/IPython...

No qt directory is listed.

Obviously, my IDE is using python 2.7 and can't find the qt directory 
because it doesn't exist.


How do I fix this.

Debian linux jessie distribution with KDE desktop

Gary R


--
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/55bfbbcf.8020...@verizon.net



Re: sound stopped working after upgrade

2015-08-03 Thread Nicolas George
Le sextidi 16 thermidor, an CCXXIII, Bruno Schneider a écrit :
 Therefore, I'm starting to think it is an ALSA problem. But I don't
 know where to continue my search for errors.

I gave a few hints about the tools to use for that in this message:

https://lists.debian.org/debian-user/2015/07/msg00648.html

 $ grep Codec /proc/asound/card1/codec#0
 Codec: Realtek ALC269VB

I do not know what codec means exactly in that context, but I am quite
sure that it is the least useful information for troubleshooting basic
issues. I would say that it is only useful when there is a problem directly
in the kernel code.

Regards,

-- 
  Nicolas George


signature.asc
Description: Digital signature


Re: VLAN config on Jessie

2015-08-03 Thread Andrew Wood

On 03/08/15 14:44, Bonno Bloksma wrote:

I have a similar setup but the untagged network is the management network 
for the APs. All traffic on the WiFi network is done in VLANS. That is how I 
have it setup.
So in that case you should have 3 definitions on eth1 (assuming traffic for the 
clients is using VLAN 10 and 11)
auto eth1 eth1.10 eth1.11
iface eth1 inet static
   address .
   etc
iface eth1.10 inet static
   address .
   etc
iface eth1.11 inet static
   address .
   etc

This should also prevent any miscommunication when clients are part of the 
management network.
The management network does not NEED to be a separate network. In my case I 
combine it with another network which has restricted access.

Also be aware that I have found VLAN aware routing on a Debian machine to be 
slower then straight interface routing. However, my last test was on an old 
Lenny system so that might have been improved.

Bonno Bloksma



So eth1 needs its own IP separate from eth1.1 and eth1.2? Can this be on 
the same subnet as eth1.1 or not?
eth1 (as opposed to eth1.1 and 1.2) isnt really 'used' so to speak so it 
would just be a dummy IP.



--
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/55bfd021.4080...@perpetualmotion.co.uk



Re: sound stopped working after upgrade

2015-08-03 Thread briand
On Mon, 3 Aug 2015 12:48:36 -0700
Mike Izbicki m...@izbicki.me wrote:

 The list of modules helped a bunch!  I modprobed them one-by-one and
 after running `modprobe snd_hda_intel` a bunch of new devices showed
 up and sound started working.
 
 Thanks!
 

outstanding!

Very glad to have been able to help.

Brian


-- 
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/20150803125309.3e6e2...@cedar.deldotd.com



Re: sound stopped working after upgrade

2015-08-03 Thread Bruno Schneider
I have a problem that is similar to Mike's, but I'm using Debian
testing (stretch).

One day, sound stopped working and I just can't make it work again.

I'm been looking mostly into pulseaudio for any misconfigurations but
everything seems ok. Running pacmd list-sinks show my HDMI output
and front speakers. Front speakers are not muted.

I also managed to run pulseaudio verbosely pulseaudio -v
--log-target=stderr after stopping the autospawn and can't see
anything helpful.

Therefore, I'm starting to think it is an ALSA problem. But I don't
know where to continue my search for errors.

My soundcard is a ALC269VB which seems to be detected by ALSA

$ grep Codec /proc/asound/card1/codec#0
Codec: Realtek ALC269VB

I have snd_hda_intel and snd_hda_codec_realtek modules loaded.

-- 
Bruno Schneider


-- 
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/CAP1wdQvazOMrp2Rk=_d+v8tdfFQX2R1Wj6feRLKZSCS=vea...@mail.gmail.com