[gentoo-user] Using kconfig-hardened-check.py - no sound

2018-06-25 Thread Adam Carter
I have used the kernel config checking script from https://github.com/a13xp0p0v/kconfig-hardened-check/blob/master/kconfig-hardened-check.py on three systems. Two are fine, but one has lost audio. The driver is loaded, but aplay -L and /dev/snd are missing devices. Here's the changes in the new,

Re: [gentoo-user] warning (different signature type) when doing ssh

2018-06-25 Thread Mick
On Monday, 25 June 2018 22:40:48 BST allan gottlieb wrote: > On Mon, Jun 25 2018, Mick wrote: > > On Monday, 25 June 2018 10:19:07 BST Marc Joliet wrote: > >> Am Montag, 25. Juni 2018, 03:10:57 CEST schrieb allan gottlieb: > >> > I have two laptops call them A and B both running gentoo. > >> > I

Re: [gentoo-user] Re: Slow python execution

2018-06-25 Thread Klaus Ethgen
The results are even more sever when using the same python version on the same system. I did call `python2 -m cProfile -s $sort =ansible-doc -l` twice on both systems. Once with tottime and the second time with cumulative as $sort. The results are 66 seconds on Debian and 736 seconds on Gentoo.

Re: [gentoo-user] Problems updating glibc-2.26-r7

2018-06-25 Thread wabe
Mike Gilbert wrote: [...] > >> You're trying to make a multilib glibc, and your kernel does not > >> support one of the resulting ABIs (most likely > >> CONFIG_IA32_EMULATION needs to be turned on in the kernel > >> configuration to be able to run x86 binaries on an amd64 install). > >> > >>

Re: [gentoo-user] warning (different signature type) when doing ssh

2018-06-25 Thread allan gottlieb
On Mon, Jun 25 2018, Mick wrote: > On Monday, 25 June 2018 10:19:07 BST Marc Joliet wrote: >> Am Montag, 25. Juni 2018, 03:10:57 CEST schrieb allan gottlieb: >> > I have two laptops call them A and B both running gentoo. >> > I recently did on each an emerge --sync after a long absence. >> > >>

Re: [gentoo-user] Re: Slow python execution

2018-06-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, Am Mo den 25. Jun 2018 um 22:02 schrieb Ian Zimmerman: > > I did some profiling now. > > > Any idea why there is that difference in call time? > > Is it the same upstream version of python? You never really stated this > in the thread. I

Re: [gentoo-user] Problems updating glibc-2.26-r7

2018-06-25 Thread Mike Gilbert
On Sat, Jun 23, 2018 at 1:21 PM, wabe wrote: > "Andreas K. Huettel" wrote: > >> Am Freitag, 22. Juni 2018, 20:11:51 CEST schrieb wabe: >> > Hi folks, >> > >> > I have a problem and didn't find a solution yet. >> > >> > Upgrading glibc from 2.25-r11 to 2.26-r7 doesn't work. It says >> > >> >

[gentoo-user] Re: Slow python execution

2018-06-25 Thread Ian Zimmerman
On 2018-06-25 20:37, Klaus Ethgen wrote: > I did some profiling now. > Any idea why there is that difference in call time? Is it the same upstream version of python? You never really stated this in the thread. -- Please don't Cc: me privately on mailing lists and Usenet, if you also post the

Re: [gentoo-user] Slow python execution

2018-06-25 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I did some profiling now. `ansible-doc -l` that runs on debian under 10 seconds, need around 60 seconds on Gentoo. The top most stuff on Gentoo is: ncalls tottime percall cumtime percall filename:lineno(function) 384/1

Re: [gentoo-user] Re: gcc failed to compile, mpfr-4 compiled successfully...

2018-06-25 Thread tuxic
On 06/25 12:33, Nikos Chantziaras wrote: > On 25/06/18 09:37, Arve Barsnes wrote: > > On 25 June 2018 at 04:19, wrote: > > > I think, my attempt to play with words despite the fact that I am no > > > native speaker ;) has spent some confusion (or I understand something > > > wrong right now: > >

Re: [gentoo-user] warning (different signature type) when doing ssh

2018-06-25 Thread Mick
On Monday, 25 June 2018 10:19:07 BST Marc Joliet wrote: > Am Montag, 25. Juni 2018, 03:10:57 CEST schrieb allan gottlieb: > > I have two laptops call them A and B both running gentoo. > > I recently did on each an emerge --sync after a long absence. > > > > The large emerge --update @world's

[gentoo-user] Re: gcc failed to compile, mpfr-4 compiled successfully...

2018-06-25 Thread Nikos Chantziaras
On 25/06/18 09:37, Arve Barsnes wrote: On 25 June 2018 at 04:19, wrote: I think, my attempt to play with words despite the fact that I am no native speaker ;) has spent some confusion (or I understand something wrong right now: In my make,conf this is set ACCEPT_KEYWORDS="~amd64" so I am

Re: [gentoo-user] warning (different signature type) when doing ssh

2018-06-25 Thread Marc Joliet
Am Montag, 25. Juni 2018, 03:10:57 CEST schrieb allan gottlieb: > I have two laptops call them A and B both running gentoo. > I recently did on each an emerge --sync after a long absence. > > The large emerge --update @world's finally finished on each machine. One > new behavior is that > > If

Re: [gentoo-user] gcc failed to compile, mpfr-4 compiled successfully...

2018-06-25 Thread Peter Humphrey
On Sunday, 24 June 2018 19:49:02 BST Rich Freeman wrote: > On Sun, Jun 24, 2018 at 2:28 PM wrote: > > Since the unstable packages of today are the stable packages of > > tommorrow one needs to bite the bullet (and hopefully this sentence > > is not complete nonsense...I am no native speaker...not

Re: [gentoo-user] gcc failed to compile, mpfr-4 compiled successfully...

2018-06-25 Thread Arve Barsnes
On 25 June 2018 at 04:19, wrote: > I think, my attempt to play with words despite the fact that I am no > native speaker ;) has spent some confusion (or I understand something > wrong right now: > > In my make,conf this is set > > ACCEPT_KEYWORDS="~amd64" > > so I am on unstable. The actual