Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 01 May 2014 03:31:57 +0200
From: Stefan de Konink <stefan@...ink.de>
To: <musl@...ts.openwall.com>
Subject: Re: Requirement for proper DNS resolving / source port = 0

On Thursday, May 1, 2014 3:19:57 AM CEST, Rich Felker wrote:
> One further idea -- could you send the output of strace (using the -o
> option to write a log file, and -f if the program you're using is
> multithreaded or forking) showing a failed lookup? This might help
> understand what's happening.

...got it with some sleepdeprivation.

The problem was that I disabled CONFIG_PROC_SYSCTL, this resulted in the 
fact that /proc/sys was not mounted and probably 
net.ipv4.ip_local_port_range could not be used.

I don't know if any of the musl and/or busybox code explicitly depends on 
this. But it is one out of two problems [1] that I am breaking my head over 
today.

Thanks for your quick reply, it is very appreciated.


Stefan

[1] https://bugzilla.kernel.org/show_bug.cgi?id=75201

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.