Re: Inloggen op Active directory

2018-08-30 Thread Geert Stappers
On Thu, Aug 30, 2018 at 11:31:30PM +0200, Sjoerd Hiemstra wrote:
> Geert Stappers:
> > Bas Neve:
> > > Met name het onderstaande stuk heeft een hoop duidelijkheid gegeven.
> > >
> > 
> > Opmaak is verloren gegaan.
> > Op welke webpagina staat versie _met opmaak_ ?
> 
> https://wiki.debian.org/AuthenticatingLinuxWithActiveDirectorySssd#PAM
> 

Dank

Groeten
Geert Stappers
-- 
Leven en laten leven



Re: Debian Stretch Am Confused about /dev/dsp

2018-08-30 Thread Dan Ritter
On Thu, Aug 30, 2018 at 03:10:24PM -0500, Martin McCormick wrote:
>   The software I wrote doesn't predate oss but some
> documentation I red years ago that probably does predate oss was
> what I used to wrige some C routines that send and receive sound
> plus use ioctl to set, say, /dev/dsp or /dev/dsp1 for stereo at
> 32000 samples per second.
> 
>   I used that to make a stereo sound card record 2
> independent 8-K 8-bit audio channels from two radio scanners
> 
>   Music stinks when recorded that way but scanner audio has
> such a limited pass band that it sounds pretty decent.
> 
>   Many thanks.
> 
> > It also pointed me to ,
> > if that's of any help.
> 
>   I will save this message and also learn the correct way
> to send and receive audio these days.

I think that 'sox' which can also be called as 'play' or 'rec'
is what you want.

Use rec to record from sound-input, and sox to split it by
channel into two files.

-dsr-



Re: Inloggen op Active directory

2018-08-30 Thread Sjoerd Hiemstra
Geert Stappers:
> Bas Neve:
> > Met name het onderstaande stuk heeft een hoop duidelijkheid
> > gegeven.
> >
> > PAM
> > 
> > Create the file /usr/share/pam-configs/my-ad with the extra PAM
> > items:
> > 
> > Name: Guestline AD user home managementDefault: yesPriority:
> > 127Session-Type: AdditionalSession-Interactive-Only: yesSession:
> >  required pam_mkhomedir.so skel=/etc/skel/ umask=0022
> 
> Opmaak is verloren gegaan.
> Op welke webpagina staat versie _met opmaak_ ?

Bas' bericht heeft ook een html-gedeelte, kun je die niet zichtbaar
maken in NeoMutt, met een externe browser of zo?
Maar het staat ook hier:
https://wiki.debian.org/AuthenticatingLinuxWithActiveDirectorySssd#PAM



Re: Inloggen op Active directory

2018-08-30 Thread Geert Stappers
On Thu, Aug 30, 2018 at 10:03:58PM +0200, Bas Neve wrote:
> Met name het onderstaande stuk heeft een hoop duidelijkheid gegeven. PAM
> 
> Create the file /usr/share/pam-configs/my-ad with the extra PAM items:
> 
> Name: Guestline AD user home managementDefault: yesPriority:
> 127Session-Type: AdditionalSession-Interactive-Only: yesSession:
>  required pam_mkhomedir.so skel=/etc/skel/ umask=0022

Opmaak is verloren gegaan.
Op welke webpagina staat versie _met opmaak_ ?


> Update the PAM configuration to use this file:
> 
> # /usr/sbin/pam-auth-update --package
> 
> SUDO
> 
> Create a file /etc/sudoers.d/ad-linux-admins to allow the members of the 
> *Linux
> Admins* AD group to sudo to root:
> 
> %Linux\ Admins ALL = (ALL) ALL
> 


Groeten
Geert Stappers
-- 
Leven en laten leven



Re: Debian Stretch Am Confused about /dev/dsp

2018-08-30 Thread Martin McCormick
Greg Wooledge  writes:
> /dev/dsp is part of the legacy OSS (Open Sound System) interface.  If
> you play audio using only ALSA, or ALSA + Pulse, you do not need this
> older interface.
> 
> If your software requires the /dev/dsp interface (because it predates
> ALSA), you can try loading the snd-pcm-oss module.  At least, that's
> what the IRC bot says to do.

Thank you.  I am happy to report that adding snd-pcm-oss to
/etc/modules brought the /dev/dsp interfaces back.

I never did a lsmod on the system a week or so ago to see
what was there when I first saw /dev/dsp and /dev/dsp1 and it
could be that the snd-pcm-oss module was loaded as a result of
installing mplayer although mplayer does not need /dev/dsp and
works fine without it.

When I shut down the system and restarted it today, i did
do lsmod looking for snd-pcm-oss and it was not there.  After
placingthe name of the module in /etc/modules, I rebooted so as
to start from scratch and it was there along with /dev/dsp and
/dev/dsp1 for the usb device which now works like a charm.

I must read up on how to code for not needing /dev/dspx
to fix the real issue here.

The software I wrote doesn't predate oss but some
documentation I red years ago that probably does predate oss was
what I used to wrige some C routines that send and receive sound
plus use ioctl to set, say, /dev/dsp or /dev/dsp1 for stereo at
32000 samples per second.

I used that to make a stereo sound card record 2
independent 8-K 8-bit audio channels from two radio scanners

Music stinks when recorded that way but scanner audio has
such a limited pass band that it sounds pretty decent.

Many thanks.

> It also pointed me to ,
> if that's of any help.

I will save this message and also learn the correct way
to send and receive audio these days.

Martin



Re: Inloggen op Active directory

2018-08-30 Thread Bas Neve
Met name het onderstaande stuk heeft een hoop duidelijkheid gegeven. PAM

Create the file /usr/share/pam-configs/my-ad with the extra PAM items:

Name: Guestline AD user home managementDefault: yesPriority:
127Session-Type: AdditionalSession-Interactive-Only: yesSession:
 required pam_mkhomedir.so skel=/etc/skel/ umask=0022

Update the PAM configuration to use this file:

# /usr/sbin/pam-auth-update --package

SUDO

Create a file /etc/sudoers.d/ad-linux-admins to allow the members of the *Linux
Admins* AD group to sudo to root:

%Linux\ Admins ALL = (ALL) ALL


Graag ontvang ik een bevestiging retour.

Met vriendelijke groet,

Bas Neve
bastiaann...@gmail.com
316 14 12 00 71









Op do 30 aug. 2018 om 15:58 schreef Bas Neve :

> De configuratie van de PAM modules verloopt anders dan bij Redhat.
> Door de pagina te volgen werd PAM automatisch geconfigureerd.
>
> Het andere issue treed nog steeds op. Bij een poging om het domein te
> verlaten word de KDC nie gevonden. Het resultaat is dat de machine niet
> meer te zien is in directory. Voor mij is dat voldoende.
>
> Mvgr,
> Bas
>
>
>
>
>
> Graag ontvang ik een bevestiging retour.
>
> Met vriendelijke groet,
>
> Bas Neve
> bastiaann...@gmail.com
> 316 14 12 00 71
>
>
>
>
>
>
>
>
>
> Op do 30 aug. 2018 om 15:32 schreef René de Groot :
>
>> Hallo Bas,
>>
>> Dat is goed om te horen! Maar even uit nieuwgierigheid, (en handig voor
>> de archieven mocht iemand in de toekomst hier tegenaan lopen) Wat
>> veroorzaakte nu je probleem?
>>
>> Groet,
>>
>> René de Groot
>>
>> --
>> *From:* Bas Neve 
>> *Sent:* Wednesday, August 29, 2018 4:41 PM
>> *To:* debian-user-dutch@lists.debian.org
>> *Subject:* Re: Inloggen op Active directory
>>
>> *HIGH5 Rene de Groot. AD Integratie werkt !!!*
>>
>> Graag ontvang ik een bevestiging retour.
>>
>> Met vriendelijke groet,
>>
>> Bas Neve
>> bastiaann...@gmail.com
>> 316 14 12 00 71
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Op di 28 aug. 2018 om 15:35 schreef Bas Neve :
>>
>> Beste mensen,
>>
>> Inloggen op een active directory domein vanuit Debian95 lukt niet.
>> Voor diverse Unix varianten zijn er tools hiervoor beschikbaar zoals
>> auth-config op Redhat, Ubuntu heeft pam-auth-update Suse yast. Een
>> confiuratie tool voor Debian heb ik echter nog iet gevonden.
>>
>> Iemand een idee ?
>>
>> Graag ontvang ik een bevestiging retour.
>>
>> Met vriendelijke groet,
>>
>> Bas Neve
>> bastiaann...@gmail.com
>> 316 14 12 00 71
>>
>>
>>
>>
>>
>>
>>
>>


Re: mailing list vs "the futur"

2018-08-30 Thread Joe
On Thu, 30 Aug 2018 13:35:35 - (UTC)
Dan Purgert  wrote:

> Joe wrote:
> > On Thu, 30 Aug 2018 09:49:06 - (UTC)
> > Dan Purgert  wrote:  
> >> Isn't that what Facebook, et. al. already do? It's AOL all over
> >> again. 
> > Not quite yet. I can still invent a completely new protocol, send
> > you the details, and we can exchange data over the Net using it.
> > One day, ISPs will pass nothing but http/s.
> >  
> Hm, seems like that'd break quite a lot of things that're important to
> business -- SMTP, SFTP, FTP[*], AS2 ... 

Businesses are heavy users of Office 365, recent MS server
infrastructure practically requires it. Bill Gates has been wanting to
rent out software practically from the beginning. Files are all kept in
'the cloud'. Even my accountant has outsourced all IT, and she's
practically a one-woman-band.

-- 
Joe



Re: What is Firefox on Debian Stretch nearest future?

2018-08-30 Thread local10
Aug 30, 2018, 11:15 AM by nemomm...@gmail.com:

> I hope it's faster than the previous releases. It was/is dog slow.
>
What do you do with Firefox that it's so slow? Firefox has lots of problems but 
its speed was never a problem for me, even on older PCs.

In my experience people who complain about Firefox speed are just not bright 
enough to install Noscript and/or Ublock Origin, so they load 15+ different 
tracking scripts for every page they open, so yeah, in this case perhaps it is 
slow.

Regards,



Re: Debian Stretch Am Confused about /dev/dsp

2018-08-30 Thread Greg Wooledge
On Thu, Aug 30, 2018 at 12:14:57PM -0500, Martin McCormick wrote:
>   After successfully installing stretch on a system, there
> was no /dev/dsp.  I needed to play some mp3 files and so
> installed mplayer.  [...]

/dev/dsp is part of the legacy OSS (Open Sound System) interface.  If
you play audio using only ALSA, or ALSA + Pulse, you do not need this
older interface.

If your software requires the /dev/dsp interface (because it predates
ALSA), you can try loading the snd-pcm-oss module.  At least, that's
what the IRC bot says to do.

It also pointed me to ,
if that's of any help.



Debian Stretch Am Confused about /dev/dsp

2018-08-30 Thread Martin McCormick
After successfully installing stretch on a system, there
was no /dev/dsp.  I needed to play some mp3 files and so
installed mplayer.  The mp3's played and I also discovered
/dev/dsp for the on-board sound chip and /dev/dsp1 for a USB card
which began to work when used with an application I wrote that is
a few years old and makes use of /dev/dsp.

I was thankful that the install of mplayer and several
dependent libraries seemed to have restored the dsp devices so I
powered down the system and have brought it up today to find that
once again, no /dev/dsp.  Something got turned on during the
installation process that doesn't default to on.  Where should I
look as I can do that quicker than I can rewrite the application
to do whatever you must do these days to speak to a sound device.

The system has alsa-utils but I was under the impression
that these days, one should not install alsa-base.  As I
reported, this system is capable of /dev/dsp but it seems to have
lost it again.  That is why I am confused.

Thanks for any constructive suggestions.
Martin McCormick



Bug#907640: compiz: Migrating to compiz-reloaded?

2018-08-30 Thread Samuel Thibault
Package: compiz
Severity: important

Hello,

The launchpad upstream for compiz has switched to light maintenance mode
and will not make further development since Ubuntu has stopped using it.

How do people feel about switching to compiz-reloaded?

https://gitlab.com/compiz

Basically they restarted from the 0.8.8 version to avoid all recent
changes which have apparently introduced issues (see
http://compiz-debian.tuxfamily.org/ ). We can probably just take the
packaging from tuxfamily and work in hand with them to maintain it
officially in Debian.

Of course, since this is an older (but maintained) version, some
recent features are not there. Perhaps people can check, by installing
packages from tuxfamily, that everything they need is there?

Samuel



Re: What is Firefox on Debian Stretch nearest future?

2018-08-30 Thread Patrick Bartek
On Thu, 30 Aug 2018 09:28:35 +0200
Stefan K  wrote:

> Hi,
> 
> Debian will be upgrade to Firefox 60.2 esr.,it will be available at
> 2018-09-05
> [snip]

I hope it's faster than the previous releases. It was/is dog slow.
That's one of the reasons I switched to Firefox Quantum. Have had no
problems with it running on either Wheezy or Stretch.

FWIW: Chrome is my primary browser, but it is not compatible with some
sites I frequent, but Quantum works fine on them.  ESR does, too, just
slowly. 

B



Re: sobre direccionamiento de sitios web

2018-08-30 Thread Armando Victor Corona Ramos
¡Gracias! muchas gracias!
funciona perfecto


El mar., 28 ago. 2018 a las 12:41, remgasis remgasis ()
escribió:

>
> acl NewYork src 1.1.0.0/14
> acl Miami   src 2.2.0.0/14
>
> tcp_outgoing_address 10.2.3.4 NewYork   -> Todo el tráfico de
> la red 1.1.0.0/14 sale por 10.2.3.4
> tcp_outgoing_address 11.2.3.4 Miami-> Todo el tráfico
> de la red 2.2.0.0/14 sale por 11.2.3.4
>
> -
>
> Esto debería funcionar:
>
> acl org  dstdomain "/etc/squid/domains.org"
> acl net  dstdomain "/etc/squid/domains.net"
>
> tcp_outgoing_address 10.2.3.4 org   -> Todo el tráfico
> de los dominios del archivo domains.org salen por 10.2.3.4
> tcp_outgoing_address 11.2.3.4 net-> Todo el
> tráfico de los dominios del archivo domains.net salen por 11.2.3.4
>
>


Re: Re : keymap et caractères liés

2018-08-30 Thread Jean-Michel OLTRA


Bonjour,


Le jeudi 30 août 2018, nicolas.patr...@gmail.com a écrit...



> J’ai oublié qu’on peut avoir ces caractères avec AltGr (ce que permet le
> .Xmodmap) mais aussi avec Compose (WinDroite chez moi).  On ne sait pas,
> en fait, quelle méthode foire chez Bernard.

Oui, WinDroite, mais je préfère dire « Menu » !

-- 
jm



Re: What is Firefox on Debian Stretch nearest future?

2018-08-30 Thread Juan R. de Silva
On Thu, 30 Aug 2018 09:28:35 +0200, Stefan K wrote:

> Hi,
> 
> Debian will be upgrade to Firefox 60.2 esr.,it will be available at
> 2018-09-05
> 
> more information about this:
> https://www.debian.org/releases/stretch/amd64/release-notes/ch-
information.html#browser-security
>  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006 (chapter
>  "About stable releases")

Thanks Stefan



Re : keymap et caractères liés

2018-08-30 Thread nicolas . patrois
Le 30/08/2018 15:43:55, Jean-Michel OLTRA a écrit :

> J'ai un clavier qwerty UK. J'ai défini une touche compose sur la
> touche menu (keycode 135) dans mon ~/.xmodmaprc et ce fichier est chargé au
> démarrage de mon WM.
> C'est un coup à prendre pour avoir les accents et les ligatures é æ œ

J’ai oublié qu’on peut avoir ces caractères avec AltGr (ce que permet le 
.Xmodmap) mais aussi avec Compose (WinDroite chez moi).
On ne sait pas, en fait, quelle méthode foire chez Bernard.

nicolas patrois : pts noir asocial
-- 
RÉALISME

M : Qu'est-ce qu'il nous faudrait pour qu'on nous considère comme des humains ? 
Un cerveau plus gros ?
P : Non... Une carte bleue suffirait...



Re: Inloggen op Active directory

2018-08-30 Thread Bas Neve
De configuratie van de PAM modules verloopt anders dan bij Redhat.
Door de pagina te volgen werd PAM automatisch geconfigureerd.

Het andere issue treed nog steeds op. Bij een poging om het domein te
verlaten word de KDC nie gevonden. Het resultaat is dat de machine niet
meer te zien is in directory. Voor mij is dat voldoende.

Mvgr,
Bas





Graag ontvang ik een bevestiging retour.

Met vriendelijke groet,

Bas Neve
bastiaann...@gmail.com
316 14 12 00 71









Op do 30 aug. 2018 om 15:32 schreef René de Groot :

> Hallo Bas,
>
> Dat is goed om te horen! Maar even uit nieuwgierigheid, (en handig voor de
> archieven mocht iemand in de toekomst hier tegenaan lopen) Wat veroorzaakte
> nu je probleem?
>
> Groet,
>
> René de Groot
>
> --
> *From:* Bas Neve 
> *Sent:* Wednesday, August 29, 2018 4:41 PM
> *To:* debian-user-dutch@lists.debian.org
> *Subject:* Re: Inloggen op Active directory
>
> *HIGH5 Rene de Groot. AD Integratie werkt !!!*
>
> Graag ontvang ik een bevestiging retour.
>
> Met vriendelijke groet,
>
> Bas Neve
> bastiaann...@gmail.com
> 316 14 12 00 71
>
>
>
>
>
>
>
>
>
> Op di 28 aug. 2018 om 15:35 schreef Bas Neve :
>
> Beste mensen,
>
> Inloggen op een active directory domein vanuit Debian95 lukt niet.
> Voor diverse Unix varianten zijn er tools hiervoor beschikbaar zoals
> auth-config op Redhat, Ubuntu heeft pam-auth-update Suse yast. Een
> confiuratie tool voor Debian heb ik echter nog iet gevonden.
>
> Iemand een idee ?
>
> Graag ontvang ik een bevestiging retour.
>
> Met vriendelijke groet,
>
> Bas Neve
> bastiaann...@gmail.com
> 316 14 12 00 71
>
>
>
>
>
>
>
>


Re: keymap et caractères liés

2018-08-30 Thread Jean-Michel OLTRA


Bonjour,


Le jeudi 30 août 2018, Bernard Schoenacker a écrit...


> avec mon clavier je n'arrive pas à obtenir certains 
> caractères comme par exemple ae et oe copyright 

> bref j'ai déjà essayé de faire quelque chose mais c'est 
> comme si rien n'était fait

J'ai un clavier qwerty UK. J'ai défini une touche compose sur la touche menu
(keycode 135) dans mon ~/.xmodmaprc et ce fichier est chargé au démarrage de
mon WM.
C'est un coup à prendre pour avoir les accents et les ligatures é æ œ

-- 
jm



Re: mailing list vs "the futur"

2018-08-30 Thread Dan Purgert
Joe wrote:
> On Thu, 30 Aug 2018 09:49:06 - (UTC)
> Dan Purgert  wrote:
>> Isn't that what Facebook, et. al. already do? It's AOL all over again.
>>
> Not quite yet. I can still invent a completely new protocol, send you
> the details, and we can exchange data over the Net using it. One day,
> ISPs will pass nothing but http/s.
>
Hm, seems like that'd break quite a lot of things that're important to
business -- SMTP, SFTP, FTP[*], AS2 ... 

[*] Please you one last holdout using our ancient FTP service, let's
move to the 21st century and use SFTP, please?
-- 
|_|O|_| Registered Linux user #585947
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: 05CA 9A50 3F2E 1335 4DC5  4AEE 8E11 DDF3 1279 A281



Re: keymap et caractères liés

2018-08-30 Thread Thomas Savary
Bonjour, Bernard,

Si tu ne veux pas passer à BÉPO, mais rester sur une AZERTY, utilise la 
disposition fr-oss 
(« Français (variante, touches mortes Sun »).

Alt. Gr. + A → æ
Alt. Gr. + Maj. + A → Æ
Alt. Gr. + O → œ
Alt. Gr. + Maj. + O → Œ
Alt. Gr. + G → ’
Alt. Gr. + C → ©
 
et bien d’autres…

Bonne fin de journée !
Thomas Savary
Le Grand Plessis
F-85340 L’Île-d’Olonne
Tél. 06 22 82 61 34
www.correctionpro.fr
www.compo85.fr

jeudi 30 août 2018, à 14:22:52 CEST, Bernard Schoenacker a écrit :
> - Mail original -
> 
> > De: "nicolas patrois" 
> > À: debian-user-french@lists.debian.org
> > Envoyé: Jeudi 30 Août 2018 14:17:28
> > Objet: Re : keymap et caractères liés
> > 
> > Le 30/08/2018 14:01:29, Bernard Schoenacker a écrit :
> > > avec mon clavier je n'arrive pas à obtenir certains
> > > caractères comme par exemple ae et oe copyright 
> > > 
> > > bref j'ai déjà essayé de faire quelque chose mais c'est
> > > comme si rien n'était fait
> > 
> > Dans mon .Xmodmap, j’ai ça par exemple pour la touche A :
> > keycode  24 = a A a A ae AE
> > 
> > Je ne sais pas pourquoi il y a besoin de six colonnes au lieu de
> > quatre mais ça marche.
> > 
> > nicolas patrois : pts noir asocial
> > --
> > RÉALISME
> > 
> > M : Qu'est-ce qu'il nous faudrait pour qu'on nous considère comme des
> > humains ? Un cerveau plus gros ?
> > P : Non... Une carte bleue suffirait...
> 
> bonjour,
> 
> attention, ce sont les caractères liés qui posent problème
> 
> merci
> slt
> bernard




Re : Re : keymap et caractères liés

2018-08-30 Thread nicolas . patrois
Le 30/08/2018 14:22:52, Bernard Schoenacker a écrit :

> bonjour,

> attention, ce sont les caractères liés qui posent problème

Oui, je les ai (æÆ).
Tu peux voir la disposition en tapant xmodmap -pk, la liste des codes est ici :
/usr/include/X11/keysymdef.h

nicolas patrois : pts noir asocial
-- 
RÉALISME

M : Qu'est-ce qu'il nous faudrait pour qu'on nous considère comme des humains ? 
Un cerveau plus gros ?
P : Non... Une carte bleue suffirait...



Re: mailing list vs "the futur"

2018-08-30 Thread Joe
On Thu, 30 Aug 2018 09:49:06 - (UTC)
Dan Purgert  wrote:

> Joe wrote:
> > On Wed, 29 Aug 2018 12:24:42 -0500
> > John Hasler  wrote:
> >  
> >> tomás writes:  
> >> > Well, I've succeeded already with a few people moving from
> >> > gmail/outlook to posteo.de. Every little bit counts.
> >> 
> >> I'm sure we're losing ground, though.  
> >
> > If we get to the point where the majority dictates what Internet
> > facilities the rest may use, we've lost all the ground there is.
> >  
> Isn't that what Facebook, et. al. already do? It's AOL all over again.
> 
> 

Not quite yet. I can still invent a completely new protocol, send you
the details, and we can exchange data over the Net using it. One day,
ISPs will pass nothing but http/s.

-- 
Joe



Re: Re : keymap et caractères liés

2018-08-30 Thread Bernard Schoenacker



- Mail original -
> De: "nicolas patrois" 
> À: debian-user-french@lists.debian.org
> Envoyé: Jeudi 30 Août 2018 14:17:28
> Objet: Re : keymap et caractères liés
> 
> Le 30/08/2018 14:01:29, Bernard Schoenacker a écrit :
> 
> > avec mon clavier je n'arrive pas à obtenir certains
> > caractères comme par exemple ae et oe copyright 
> 
> > bref j'ai déjà essayé de faire quelque chose mais c'est
> > comme si rien n'était fait
> 
> Dans mon .Xmodmap, j’ai ça par exemple pour la touche A :
> keycode  24 = a A a A ae AE
> 
> Je ne sais pas pourquoi il y a besoin de six colonnes au lieu de
> quatre mais ça marche.
> 
> nicolas patrois : pts noir asocial
> --
> RÉALISME
> 
> M : Qu'est-ce qu'il nous faudrait pour qu'on nous considère comme des
> humains ? Un cerveau plus gros ?
> P : Non... Une carte bleue suffirait...
> 
>

bonjour,

attention, ce sont les caractères liés qui posent problème

merci
slt
bernard





Re : keymap et caractères liés

2018-08-30 Thread nicolas . patrois
Le 30/08/2018 14:01:29, Bernard Schoenacker a écrit :

> avec mon clavier je n'arrive pas à obtenir certains 
> caractères comme par exemple ae et oe copyright 

> bref j'ai déjà essayé de faire quelque chose mais c'est 
> comme si rien n'était fait

Dans mon .Xmodmap, j’ai ça par exemple pour la touche A :
keycode  24 = a A a A ae AE

Je ne sais pas pourquoi il y a besoin de six colonnes au lieu de quatre mais ça 
marche.

nicolas patrois : pts noir asocial
-- 
RÉALISME

M : Qu'est-ce qu'il nous faudrait pour qu'on nous considère comme des humains ? 
Un cerveau plus gros ?
P : Non... Une carte bleue suffirait...



Re: mailing list vs "the futur"

2018-08-30 Thread Gene Heskett
On Thursday 30 August 2018 05:53:32 Dan Purgert wrote:

> Gene Heskett wrote:
> > On Wednesday 29 August 2018 11:53:50 Dan Purgert wrote:
> >> Gene Heskett wrote:
> >> > On Wednesday 29 August 2018 08:25:36 Dan Purgert wrote:
> >> >> Gene Heskett wrote:
> >> >> > On Wednesday 29 August 2018 06:37:25 Dan Purgert wrote:
> >> >> >> (as an aside, whoever came up with HTML-based email should be
> >> >> >> tarred and feathered).
> >> >> >
> >> >> > Emasculated would be even better. :(
> >> >>
> >> >> perhaps ... but at least tarred and feathered would be a visible
> >> >> reminder to the rest of the "hey this is a great idea, nothing
> >> >> can ever go wrong" crowd.
> >> >
> >> > I dunno Dan, tar does wash off, with enough kerosene or
> >> > turpentine.
> >>
> >> Set the person responsible on fire then?
> >
> > Thats a thought, but LE would take a very dim view, and I'd druther
> > not spend my fading time where I'd get a stripped tan.
>
> "But Judge, he's the guy that facilitated the email scammers to get
> your banking credentials and take all your money ..."

ROTFLMAO!

-- 
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page 



keymap et caractères liés

2018-08-30 Thread Bernard Schoenacker
bonjour,

avec mon clavier je n'arrive pas à obtenir certains 
caractères comme par exemple ae et oe copyright 

bref j'ai déjà essayé de faire quelque chose mais c'est 
comme si rien n'était fait


merci
slt
bernard



[Résolu] Re: Wifi : impossible de me connecter en PEAP/MSCHAPv2 [enfin, ça dépend]

2018-08-30 Thread David BERCOT
Bonjour,

Au cas où ça arriverait à quelqu'un d'autre, j'ai trouvé l'explication à
mon problème.
Cela vient tout simplement de la version d'OpenSSL.

Ainsi, lors de l'installation initiale en Debian testing, OpenSSL est en
version 1.1.0h-4.
Je passais ensuite en SID qui faisait basculer OpenSSL en version
1.1.1~~pre9-1, et là, ma connexion Wifi ne fonctionnait plus (du moins,
sur l'exemple évoqué) !

Il y a donc une évolution dans cette bibliothèque qui empêche ma
connexion. Je ne sais pas trop comment signaler ce problème mais je vais
creuser un peu...

David.

P.S. : via le pinning, j'ai bloqué OpenSSL sur testing et tout roule...

Le 24/08/2018 à 17:39, David BERCOT a écrit :
> Bonjour,
> 
> A tout hasard, je vous expose mon problème (comme j'ai testé la plupart
> de ce qui est proposé sur Internet, je n'y crois pas trop, mais sait-on
> jamais ;-)).
> 
> J'ai donc installé une Debian Sid sur un Dell XPS 9365.
> Et là, tout fonctionne bien...
> Puis je change de disque, je ré-installe la même version de Debian avec
> les mêmes paquets, je ré-injecte mon /home et toute ma configuration, et
> là, impossible de me connecter en Wifi sur mon réseau d'entreprise.
> Le message qui revient le plus souvent est le suivant :
> wlp60s0: deauthenticating from xx:xx:xx:xx:xx:xx by local choice
> (Reason: 3=DEAUTH_LEAVING)
> Dans la configuration mise en place au niveau de Network Manager, je
> suis en WPA et WPA2 d'entreprise, EAP sécurisé (PEAP), aucun certificat
> CA requis, version PEAP automatique et MSCHAPv2.
> Or, la veille, sur le même ordinateur, juste avant le changement de
> disque, ça fonctionnait parfaitement !
> J'ai donc du mal à remettre en question le matériel, le firmware et même
> la configuration puisque tout est identique (à l'exception, peut-être,
> de quelques paquets Debian mis à jour dans l'intervalle).
> 
> Chose surprenante, sur un autre SSID (Eduroam pour ceux qui
> connaissent), la configuration est identique, les bornes Wifi utilisées
> sont les mêmes, et il n'y a donc que le serveur Radius qui change, et
> là, ça fonctionne !
> 
> J'ai essayé les choses suivantes :
> - iw reg set FR + /etc/default/crda [REGDOMAIN=FR]
> - quelques options dans
> /usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service et
> fi.epitest.hostap.WPASupplicant.service
> - ln -s /dev/null /etc/systemd/network/99-default.link (pour avoir un
> nom plus court : wlan0 au lieu de wlp60s0 si jamais ce dernier était
> jugé un peu long)
> - noyau plus ancien (4.17.0-2) et plus récent (4.18.0-rc4)
> et je pense que j'en oublie...
> 
> Bref, auriez-vous une piste ?
> 
> Merci d'avance.
> 
> David.
> 
> 



Re: Network issue

2018-08-30 Thread Reco
Hi.

On Thu, Aug 30, 2018 at 06:38:50AM -0400, Michael Stone wrote:
> On Thu, Aug 30, 2018 at 07:32:24AM +0300, Reco wrote:
> > On Wed, Aug 29, 2018 at 06:43:00PM -0400, Michael Stone wrote:
> > > On Wed, Aug 29, 2018 at 09:58:47PM +0300, Reco wrote:
> > > > 3) e1000e may be bad, but vmxnet3 will make oom-killer an everyday
> > > > reality. SR-IOV is a way to go.
> > > 
> > > everyday? really? when did you last try this?
> > 
> > Saw the problem with my own eyes yesterday.
> > 
> > Relatively low amount of free RAM (like 64M out of 16G) and a oom killer
> > stack trace containing tcp_sendmsg + some vmxnet3 NICs.
> > 
> > Those RHEL kernels are outright broken then it comes to memory
> > management.
> 
> Well, this is a debian list...

So? The kernel is a kernel, even if it's a RedHat fork.

Besides, I did not bring VMWare into this thread. In fact, VMWare has
nothing to do with OPs problem.

Reco



Re: Network issue

2018-08-30 Thread Michael Stone

On Thu, Aug 30, 2018 at 07:32:24AM +0300, Reco wrote:

On Wed, Aug 29, 2018 at 06:43:00PM -0400, Michael Stone wrote:

On Wed, Aug 29, 2018 at 09:58:47PM +0300, Reco wrote:
> 3) e1000e may be bad, but vmxnet3 will make oom-killer an everyday
> reality. SR-IOV is a way to go.

everyday? really? when did you last try this?


Saw the problem with my own eyes yesterday.

Relatively low amount of free RAM (like 64M out of 16G) and a oom killer
stack trace containing tcp_sendmsg + some vmxnet3 NICs.

Those RHEL kernels are outright broken then it comes to memory
management.


Well, this is a debian list...



Re: mailing list vs "the futur"

2018-08-30 Thread Dan Purgert
Gene Heskett wrote:
> On Wednesday 29 August 2018 11:53:50 Dan Purgert wrote:
>
>> Gene Heskett wrote:
>> > On Wednesday 29 August 2018 08:25:36 Dan Purgert wrote:
>> >> Gene Heskett wrote:
>> >> > On Wednesday 29 August 2018 06:37:25 Dan Purgert wrote:
>> >> >> (as an aside, whoever came up with HTML-based email should be
>> >> >> tarred and feathered).
>> >> >
>> >> > Emasculated would be even better. :(
>> >>
>> >> perhaps ... but at least tarred and feathered would be a visible
>> >> reminder to the rest of the "hey this is a great idea, nothing can
>> >> ever go wrong" crowd.
>> >
>> > I dunno Dan, tar does wash off, with enough kerosene or turpentine.
>>
>> Set the person responsible on fire then?
>
> Thats a thought, but LE would take a very dim view, and I'd druther not 
> spend my fading time where I'd get a stripped tan. 
>
"But Judge, he's the guy that facilitated the email scammers to get your
banking credentials and take all your money ..."


-- 
|_|O|_| Registered Linux user #585947
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: 05CA 9A50 3F2E 1335 4DC5  4AEE 8E11 DDF3 1279 A281



Re: mailing list vs "the futur"

2018-08-30 Thread Dan Purgert
Joe wrote:
> On Wed, 29 Aug 2018 12:24:42 -0500
> John Hasler  wrote:
>
>> tomás writes:
>> > Well, I've succeeded already with a few people moving from
>> > gmail/outlook to posteo.de. Every little bit counts.  
>> 
>> I'm sure we're losing ground, though.
>
> If we get to the point where the majority dictates what Internet
> facilities the rest may use, we've lost all the ground there is.
>
Isn't that what Facebook, et. al. already do? It's AOL all over again.


-- 
|_|O|_| Registered Linux user #585947
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: 05CA 9A50 3F2E 1335 4DC5  4AEE 8E11 DDF3 1279 A281



Re: What is Firefox on Debian Stretch nearest future?

2018-08-30 Thread Stefan K
Hi,

Debian will be upgrade to Firefox 60.2 esr.,it will be available at 2018-09-05

more information about this:
https://www.debian.org/releases/stretch/amd64/release-notes/ch-information.html#browser-security
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815006 (chapter "About 
stable releases")


On Wednesday, August 29, 2018 7:23:56 PM CEST Juan R. de Silva wrote:
> Hi folks,
> 
> As far as I understend Mozilla is going to stop supporting Firefox ESR 59 
> this 
> August. Does it mean that Firefox Quantum is comming to Debian Stretch before 
> long? Is any information available?
> 
> Thanks
> 
> 
>