Re: [gentoo-user] ttyUSB not showing up

2017-03-12 Thread Walter Dnes
On Sat, Mar 11, 2017 at 09:47:30PM -0700, the...@sys-concept.com wrote > I have serial to USB converter, want to connect fax/modem to it. I have a USB connector that plugs into a phone outlet in the wall for emergency internet connectivity via dialup. 43 kbps is painfully slow, but better than

Re: [gentoo-user] DNS from dialup or wifi for broadband connection?

2017-03-12 Thread Alarig Le Lay
Hi, On dim. 12 mars 03:18:59 2017, Walter Dnes wrote: > * Another option, if you know the alternate DNS server address in > advance, set up routing of the /32 (for the alternate DNS server) > to ppp0 or wlan0 with higher priority than the default route. This > doesn't require any iptables m

[gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-12 Thread tuxic
Hi, finally I am on my new root...only a few steps need to be done. One is: For my tablet I need a temporary wireless access point just to be fired up for some software updates and thats it. For that I used create_ap (Link: https://github.com/oblique/create_ap) which does a nice job on my old r

Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-12 Thread gentoo-user
On 17-03-12 at 15:29, tu...@posteo.de wrote: > Hi, > > finally I am on my new root...only a few steps need to be done. > [..] > and this is, where me trouble starts: > > Hostapd wants: > # required by net-wireless/hostapd-2.6::gentoo[ssl] > # required by hostapd (argument) > >=dev-libs/openssl-0

[gentoo-user] Building mongodb-3.4.2 scons error

2017-03-12 Thread Dick Middleton
I'm trying to install mongodb 3.4.2 and have a troublesome scons error when linking the mongo shell. collect2: error: ld returned 1 exit status scons: *** [build/opt/mongo/mongo] Error 1 scons: building terminated because of errors. build/opt/mongo/mongo failed: Error 1 * ERROR: dev-db/mongodb-3.

Re: [gentoo-user] Building mongodb-3.4.2 scons error

2017-03-12 Thread Helmut Jarausch
What's your glibc? If it is version 2.24 or 2.25 you probably need the following patch --- a/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp.ORIG 2017-02-01 20:00:25.0 +0100 +++ b/src/mongo/db/storage/mmap_v1/mmap_v1_engine.cpp 2017-02-09 17:14:07.153905985 +0100 @@ -50,6 +50,8

Re: [gentoo-user] Building mongodb-3.4.2 scons error

2017-03-12 Thread Dick Middleton
On 03/12/17 17:49, Helmut Jarausch wrote: > What's your glibc? If it is version 2.24 or 2.25 you probably need the > following patch It's 2.23-r3. Maybe I should upgrade; next level is 2.24-r1 I applied your patch as given (that was a learning experience) but sadly it didn't help. Error is the

[gentoo-user] invitation to gentobb project

2017-03-12 Thread Ural
Hello guys. I am sorry about a bit of offtopic, but if everyone is interested, I am inviting anyone into https://github.com/edannenberg/gentoo-bb project discussion thread here: https://github.com/edannenberg/gentoo-bb/issues/102, where we user Docker as engine and Gentoo GNU/Linux as host OS. We h

Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-12 Thread tuxic
On 03/12 03:36, gentoo-u...@c-14.de wrote: > On 17-03-12 at 15:29, tu...@posteo.de wrote: > > Hi, > > > > finally I am on my new root...only a few steps need to be done. > > > [..] > > and this is, where me trouble starts: > > > > Hostapd wants: > > # required by net-wireless/hostapd-2.6::gentoo