The DDNS-client currently produces a lot of HTTP-errors 502 in the syslog.
Sending request (GET): http://checkip4.dns.lightningwirelabs.com/ Request header: Pragma: no-cache User-agent: IPFireDDNSUpdater/010 Response header (Status Code 502): date: Fri, 13 Oct 2017 06:20:45 GMT content-length: 173 content-type: text/html connection: close server: nginx/1.12.1 Dynamic DNS update for tld.de (Domain-Offensive) throwed an unhandled exception: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ddns/__init__.py", line 164, in _update entry(force=force) File "/usr/lib/python2.7/site-packages/ddns/providers.py", line 162, in __call__ elif self.has_failure or not self.requires_update: File "/usr/lib/python2.7/site-packages/ddns/providers.py", line 207, in requires_update if self.ip_address_changed(self.protocols): File "/usr/lib/python2.7/site-packages/ddns/providers.py", line 284, in ip_address_changed current_address = self.get_address(proto) File "/usr/lib/python2.7/site-packages/ddns/providers.py", line 343, in get_address return self.core.system.get_address(proto) or default File "/usr/lib/python2.7/site-packages/ddns/system.py", line 283, in get_address self._get_address(proto) File "/usr/lib/python2.7/site-packages/ddns/system.py", line 311, in _get_address local_ip_address = self.guess_external_ip_address(proto) File "/usr/lib/python2.7/site-packages/ddns/system.py", line 121, in guess_external_ip_address return self._guess_external_ip_address(url, **kwargs) File "/usr/lib/python2.7/site-packages/ddns/system.py", line 98, in _guess_external_ip_address response = self.send_request(url, timeout=timeout) File "/usr/lib/python2.7/site-packages/ddns/system.py", line 170, in send_request resp = urllib2.urlopen(req, timeout=timeout) File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
File "/usr/lib/python2.7/urllib2.py", line 435, in open HTTPError: HTTP Error 502: Bad Gateway File "/usr/lib/python2.7/urllib2.py", line 548, in http_response File "/usr/lib/python2.7/urllib2.py", line 473, in error File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default HTTPError: HTTP Error 502: Bad Gateway
It's back up.
I had some severe server woes yesterday that affected the whole infrastructure.
In case anything else doesn't work as expected, please let me know.
-Michael
On Fri, 2017-10-13 at 09:20 +0200, dirk.wagner@ipfire.org wrote:
The DDNS-client currently produces a lot of HTTP-errors 502 in the syslog. Sending request (GET): http://checkip4.dns.lightningwirelabs.com
Request header: Pragma: no-cache User-agent: IPFireDDNSUpdater/010 Response header (Status Code 502): date: Fri, 13 Oct 2017 06:20:45 GMT content-length: 173 content-type: text/html connection: close server: nginx/1.12.1 Dynamic DNS update for tld.de (Domain-Offensive) throwed an unhandled exception: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ddns/__init__.py", line 164, in _update entry(force=force) File "/usr/lib/python2.7/site-packages/ddns/providers.py", line 162, in __call__ elif self.has_failure or not self.requires_update: File "/usr/lib/python2.7/site-packages/ddns/providers.py", line 207, in requires_update if self.ip_address_changed(self.protocols): File "/usr/lib/python2.7/site-packages/ddns/providers.py", line 284, in ip_address_changed current_address = self.get_address(proto) File "/usr/lib/python2.7/site-packages/ddns/providers.py", line 343, in get_address return self.core.system.get_address(proto) or default File "/usr/lib/python2.7/site-packages/ddns/system.py", line 283, in get_address self._get_address(proto) File "/usr/lib/python2.7/site-packages/ddns/system.py", line 311, in _get_address local_ip_address = self.guess_external_ip_address(proto) File "/usr/lib/python2.7/site-packages/ddns/system.py", line 121, in guess_external_ip_address return self._guess_external_ip_address(url, **kwargs) File "/usr/lib/python2.7/site-packages/ddns/system.py", line 98, in _guess_external_ip_address response = self.send_request(url, timeout=timeout) File "/usr/lib/python2.7/site-packages/ddns/system.py", line 170, in send_request resp = urllib2.urlopen(req, timeout=timeout) File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen File "/usr/lib/python2.7/urllib2.py", line 435, in open HTTPError: HTTP Error 502: Bad Gateway
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
File "/usr/lib/python2.7/urllib2.py", line 473, in
error
File "/usr/lib/python2.7/urllib2.py", line 407, in
_call_chain
File "/usr/lib/python2.7/urllib2.py", line 556, in
http_error_default
HTTPError: HTTP Error 502: Bad Gateway
Hi,
On 13.10.2017 15:16, Michael Tremer wrote:
I had some severe server woes yesterday that affected the whole infrastructure.
Trying to build current 'net' with 'snort 2.9.11' ( ;-) ) gives me:
***SNIP*** ... Oct 13 15:32:45: Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ipfire-netboot:65: recipe for target '/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz' failed make: *** [/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz] Error 4
ERROR: Download error in ipfire-netboot Check /home/matz/ipfire-2.x/log/_build.ipfire.log for errors if applicable ... ***SNAP***
Can't find this on 'git.ipfire.org:/pub/sources/source-2.x', either.
Missing sources?
Best, Matthias
Hi,
its back now. The web server sometimes struggles to mount that NFS share. I have no idea why.
-Michael
On Fri, 2017-10-13 at 17:41 +0200, Matthias Fischer wrote:
Hi,
On 13.10.2017 15:16, Michael Tremer wrote:
I had some severe server woes yesterday that affected the whole infrastructure.
Trying to build current 'net' with 'snort 2.9.11' ( ;-) ) gives me:
***SNIP*** ... Oct 13 15:32:45: Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ipfire-netboot:65: recipe for target '/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz' failed make: *** [/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz] Error 4
ERROR: Download error in ipfire-netboot Check /home/matz/ipfire-2.x/log/_build.ipfire.log for errors if applicable ... ***SNAP***
Can't find this on 'git.ipfire.org:/pub/sources/source-2.x', either.
Missing sources?
Best, Matthias
On 13.10.2017 22:03, Michael Tremer wrote:
Hi,
its back now. The web server sometimes struggles to mount that NFS share. I have no idea why.
Sorry, but download error remains:
***SNIP*** Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ***SNAP***
Still: missing source on 'git.ipfire.org:/pub/sources/source-2.x'.
Best, Matthias
-Michael
On Fri, 2017-10-13 at 17:41 +0200, Matthias Fischer wrote:
Hi,
On 13.10.2017 15:16, Michael Tremer wrote:
I had some severe server woes yesterday that affected the whole infrastructure.
Trying to build current 'net' with 'snort 2.9.11' ( ;-) ) gives me:
***SNIP*** ... Oct 13 15:32:45: Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ipfire-netboot:65: recipe for target '/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz' failed make: *** [/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz] Error 4
ERROR: Download error in ipfire-netboot Check /home/matz/ipfire-2.x/log/_build.ipfire.log for errors if applicable ... ***SNAP***
Can't find this on 'git.ipfire.org:/pub/sources/source-2.x', either.
Missing sources?
Best, Matthias
Hello,
is this still an issue? Works fine for me.
-Michael
On 13/10/2017 09:39 PM, Matthias Fischer wrote:
On 13.10.2017 22:03, Michael Tremer wrote:
Hi,
its back now. The web server sometimes struggles to mount that NFS share. I have no idea why.
Sorry, but download error remains:
***SNIP*** Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ***SNAP***
Still: missing source on 'git.ipfire.org:/pub/sources/source-2.x'.
Best, Matthias
-Michael
On Fri, 2017-10-13 at 17:41 +0200, Matthias Fischer wrote:
Hi,
On 13.10.2017 15:16, Michael Tremer wrote:
I had some severe server woes yesterday that affected the whole infrastructure.
Trying to build current 'net' with 'snort 2.9.11' ( ;-) ) gives me:
***SNIP*** ... Oct 13 15:32:45: Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ipfire-netboot:65: recipe for target '/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz' failed make: *** [/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz] Error 4
ERROR: Download error in ipfire-netboot Check /home/matz/ipfire-2.x/log/_build.ipfire.log for errors if applicable ... ***SNAP***
Can't find this on 'git.ipfire.org:/pub/sources/source-2.x', either.
Missing sources?
Best, Matthias
Hi all, the 503er has been here disappeared Patchwork and Git and DDNS is available again, also the public directories are now available with HTTPS :-) thanks for that, great work...
Greetings,
UE
Am 16.10.2017 um 21:39 schrieb Michael Tremer:
Hello,
is this still an issue? Works fine for me.
-Michael
On 13/10/2017 09:39 PM, Matthias Fischer wrote:
On 13.10.2017 22:03, Michael Tremer wrote:
Hi, its back now. The web server sometimes struggles to mount that NFS share. I have no idea why.
Sorry, but download error remains: ***SNIP*** Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ***SNAP*** Still: missing source on 'git.ipfire.org:/pub/sources/source-2.x'. Best, Matthias
-Michael On Fri, 2017-10-13 at 17:41 +0200, Matthias Fischer wrote:
Hi, On 13.10.2017 15:16, Michael Tremer wrote:
I had some severe server woes yesterday that affected the whole infrastructure.
Trying to build current 'net' with 'snort 2.9.11' ( ;-) ) gives me: ***SNIP*** ... Oct 13 15:32:45: Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ipfire-netboot:65: recipe for target '/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz' failed make: *** [/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz] Error 4 ERROR: Download error in ipfire-netboot Check /home/matz/ipfire-2.x/log/_build.ipfire.log for errors if applicable ... ***SNAP*** Can't find this on 'git.ipfire.org:/pub/sources/source-2.x', either. Missing sources? Best, Matthias
Hello,
On 16.10.2017 21:39, Michael Tremer wrote:
Hello,
is this still an issue? Works fine for me.
Download seems ok, but "Devel" can't find 'ipfire-netboot-v2.0.tar.gz' on 'git.ipfire.org:/pub/sources/source-2.x'.
Missing source?
Best, Matthias
-Michael
On 13/10/2017 09:39 PM, Matthias Fischer wrote:
On 13.10.2017 22:03, Michael Tremer wrote:
Hi,
its back now. The web server sometimes struggles to mount that NFS share. I have no idea why.
Sorry, but download error remains:
***SNIP*** Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ***SNAP***
Still: missing source on 'git.ipfire.org:/pub/sources/source-2.x'.
Best, Matthias
-Michael
On Fri, 2017-10-13 at 17:41 +0200, Matthias Fischer wrote:
Hi,
On 13.10.2017 15:16, Michael Tremer wrote:
I had some severe server woes yesterday that affected the whole infrastructure.
Trying to build current 'net' with 'snort 2.9.11' ( ;-) ) gives me:
***SNIP*** ... Oct 13 15:32:45: Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar.g... failed: No route to host. failed: Cannot assign requested address. ipfire-netboot:65: recipe for target '/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz' failed make: *** [/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz] Error 4
ERROR: Download error in ipfire-netboot Check /home/matz/ipfire-2.x/log/_build.ipfire.log for errors if applicable ... ***SNAP***
Can't find this on 'git.ipfire.org:/pub/sources/source-2.x', either.
Missing sources?
Best, Matthias
Hi,
it should download that from
https://source.ipfire.org/releases/ipfire-netboot/
I didn't think it makes sense to have another copy of it on the disks. Just wastes valuable kilobytes of space :)
Does it not download when you do ./make.sh downloadsrc?
-Michael
On Tue, 2017-10-17 at 18:19 +0200, Matthias Fischer wrote:
Hello,
On 16.10.2017 21:39, Michael Tremer wrote:
Hello,
is this still an issue? Works fine for me.
Download seems ok, but "Devel" can't find 'ipfire-netboot-v2.0.tar.gz' on 'git.ipfire.org:/pub/sources/source-2.x'.
Missing source?
Best, Matthias
-Michael
On 13/10/2017 09:39 PM, Matthias Fischer wrote:
On 13.10.2017 22:03, Michael Tremer wrote:
Hi,
its back now. The web server sometimes struggles to mount that NFS share. I have no idea why.
Sorry, but download error remains:
***SNIP*** Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar .gz failed: No route to host. failed: Cannot assign requested address. ***SNAP***
Still: missing source on 'git.ipfire.org:/pub/sources/source-2.x'.
Best, Matthias
-Michael
On Fri, 2017-10-13 at 17:41 +0200, Matthias Fischer wrote:
Hi,
On 13.10.2017 15:16, Michael Tremer wrote:
I had some severe server woes yesterday that affected the whole infrastructure.
Trying to build current 'net' with 'snort 2.9.11' ( ;-) ) gives me:
***SNIP*** ... Oct 13 15:32:45: Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0 .tar.gz failed: No route to host. failed: Cannot assign requested address. ipfire-netboot:65: recipe for target '/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz' failed make: *** [/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz] Error 4
ERROR: Download error in ipfire-netboot Check /home/matz/ipfire-2.x/log/_build.ipfire.log for errors if applicable ... ***SNAP***
Can't find this on 'git.ipfire.org:/pub/sources/source-2.x', either.
Missing sources?
Best, Matthias
Hi,
On 18.10.2017 13:08, Michael Tremer wrote:
Hi,
it should download that from
https://source.ipfire.org/releases/ipfire-netboot/
I didn't think it makes sense to have another copy of it on the disks. Just wastes valuable kilobytes of space :)
Does it not download when you do ./make.sh downloadsrc?
Sorry, no chance... Its loads everything but that file still is missing.
Best, Matthias
-Michael
On Tue, 2017-10-17 at 18:19 +0200, Matthias Fischer wrote:
Hello,
On 16.10.2017 21:39, Michael Tremer wrote:
Hello,
is this still an issue? Works fine for me.
Download seems ok, but "Devel" can't find 'ipfire-netboot-v2.0.tar.gz' on 'git.ipfire.org:/pub/sources/source-2.x'.
Missing source?
Best, Matthias
-Michael
On 13/10/2017 09:39 PM, Matthias Fischer wrote:
On 13.10.2017 22:03, Michael Tremer wrote:
Hi,
its back now. The web server sometimes struggles to mount that NFS share. I have no idea why.
Sorry, but download error remains:
***SNIP*** Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0.tar .gz failed: No route to host. failed: Cannot assign requested address. ***SNAP***
Still: missing source on 'git.ipfire.org:/pub/sources/source-2.x'.
Best, Matthias
-Michael
On Fri, 2017-10-13 at 17:41 +0200, Matthias Fischer wrote:
Hi,
On 13.10.2017 15:16, Michael Tremer wrote: > I had some severe server woes yesterday that affected the whole > infrastructure.
Trying to build current 'net' with 'snort 2.9.11' ( ;-) ) gives me:
***SNIP*** ... Oct 13 15:32:45: Building ipfire-netboot -e ipfire-netboot Download: https://source.ipfire.org/releases/ipfire-netboot//ipfire-netboot-v2.0 .tar.gz failed: No route to host. failed: Cannot assign requested address. ipfire-netboot:65: recipe for target '/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz' failed make: *** [/home/matz/ipfire-2.x/cache/ipfire-netboot-v2.0.tar.gz] Error 4
ERROR: Download error in ipfire-netboot Check /home/matz/ipfire-2.x/log/_build.ipfire.log for errors if applicable ... ***SNAP***
Can't find this on 'git.ipfire.org:/pub/sources/source-2.x', either.
Missing sources?
Best, Matthias
On 18.10.2017 13:08, Michael Tremer wrote:
Hi,
it should download that from
Forget it - my fault! Had to open 443 for 'Devel'-download...
(D&RVF) *Ducking&RunningVeryFast* Matthias
Hi again,
On 13.10.2017 15:16, Michael Tremer wrote:
In case anything else doesn't work as expected, please let me know. ...
Trying to open 'https://patchwork.ipfire.org' in browser gives me:
"502 Bad Gateway"
Best, Matthias
And that server had a corrupted file system which I fixed now and it is now back.
-Michael
On Fri, 2017-10-13 at 18:05 +0200, Matthias Fischer wrote:
Hi again,
On 13.10.2017 15:16, Michael Tremer wrote:
In case anything else doesn't work as expected, please let me know. ...
Trying to open 'https://patchwork.ipfire.org' in browser gives me:
"502 Bad Gateway"
Best, Matthias