Hallo,
seit der aktuellen Privoxy-Version bekomme ich bei jeder aufzulösenden-Adresse eine Connect failed Meldung des Privoxies.
Ein wenig Suche - debug-Level im conf-File erhöht - hat folgende Fehler gezeigt:
Nov 28 06:03:37.139 00001c02 Request: www.heise.de/security/
Nov 28 06:03:37.139 00001c02 Info: Can not resolve www.heise.de: Bad value for ai_flags
Ein wenig Googlen hat ergeben, dass die Fehlermeldung wohl mit IPv6 zusammenhängt, welches ich nicht nutze, aber in den letzen Anpassungen im Trunk ja an diversen Stellen hinzukam.
"The immediate reason for the problem you see is that the sockaddr_in6
structure changed. Complain the the appropriate working group, they
added an sin6_scope_id field. getnameinfo() tests for the size of the
passed-in address structure (the second parameter marks the size) and
fails if it is too small. You will have to recompile all IPv6 enabled
programs. I'll add a comment about this in the documentation.
But there is another strange things here: why is the program using
gai_strerror to report getnameinfo problems? This is why you see such
a strange error message."
Ich hatte nach dieser Meldung freetz nochmals komplett neu generiert und sicherheitshalber sogar die toolchain neu bauen lassen. Effekt ist der selbe.
Ideen ?
Gruss Chris
seit der aktuellen Privoxy-Version bekomme ich bei jeder aufzulösenden-Adresse eine Connect failed Meldung des Privoxies.
Ein wenig Suche - debug-Level im conf-File erhöht - hat folgende Fehler gezeigt:
Nov 28 06:03:37.139 00001c02 Request: www.heise.de/security/
Nov 28 06:03:37.139 00001c02 Info: Can not resolve www.heise.de: Bad value for ai_flags
Ein wenig Googlen hat ergeben, dass die Fehlermeldung wohl mit IPv6 zusammenhängt, welches ich nicht nutze, aber in den letzen Anpassungen im Trunk ja an diversen Stellen hinzukam.
"The immediate reason for the problem you see is that the sockaddr_in6
structure changed. Complain the the appropriate working group, they
added an sin6_scope_id field. getnameinfo() tests for the size of the
passed-in address structure (the second parameter marks the size) and
fails if it is too small. You will have to recompile all IPv6 enabled
programs. I'll add a comment about this in the documentation.
But there is another strange things here: why is the program using
gai_strerror to report getnameinfo problems? This is why you see such
a strange error message."
Ich hatte nach dieser Meldung freetz nochmals komplett neu generiert und sicherheitshalber sogar die toolchain neu bauen lassen. Effekt ist der selbe.
Ideen ?
Gruss Chris
Zuletzt bearbeitet: