* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
[not found] <542330051.14192.1507879222393@office.mailbox.org>
@ 2017-10-13 13:16 ` Michael Tremer
2017-10-13 15:41 ` Matthias Fischer
2017-10-13 16:05 ` Matthias Fischer
0 siblings, 2 replies; 12+ messages in thread
From: Michael Tremer @ 2017-10-13 13:16 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3583 bytes --]
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(a)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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-13 13:16 ` HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/ Michael Tremer
@ 2017-10-13 15:41 ` Matthias Fischer
2017-10-13 20:03 ` Michael Tremer
2017-10-13 16:05 ` Matthias Fischer
1 sibling, 1 reply; 12+ messages in thread
From: Matthias Fischer @ 2017-10-13 15:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 895 bytes --]
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-13 13:16 ` HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/ Michael Tremer
2017-10-13 15:41 ` Matthias Fischer
@ 2017-10-13 16:05 ` Matthias Fischer
2017-10-13 20:04 ` Michael Tremer
1 sibling, 1 reply; 12+ messages in thread
From: Matthias Fischer @ 2017-10-13 16:05 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-13 15:41 ` Matthias Fischer
@ 2017-10-13 20:03 ` Michael Tremer
2017-10-13 20:39 ` Matthias Fischer
0 siblings, 1 reply; 12+ messages in thread
From: Michael Tremer @ 2017-10-13 20:03 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]
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.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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-13 16:05 ` Matthias Fischer
@ 2017-10-13 20:04 ` Michael Tremer
0 siblings, 0 replies; 12+ messages in thread
From: Michael Tremer @ 2017-10-13 20:04 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-13 20:03 ` Michael Tremer
@ 2017-10-13 20:39 ` Matthias Fischer
2017-10-16 19:39 ` Michael Tremer
0 siblings, 1 reply; 12+ messages in thread
From: Matthias Fischer @ 2017-10-13 20:39 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]
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
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-13 20:39 ` Matthias Fischer
@ 2017-10-16 19:39 ` Michael Tremer
2017-10-16 19:46 ` ummeegge
2017-10-17 16:19 ` Matthias Fischer
0 siblings, 2 replies; 12+ messages in thread
From: Michael Tremer @ 2017-10-16 19:39 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1790 bytes --]
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.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
>>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-16 19:39 ` Michael Tremer
@ 2017-10-16 19:46 ` ummeegge
2017-10-17 16:19 ` Matthias Fischer
1 sibling, 0 replies; 12+ messages in thread
From: ummeegge @ 2017-10-16 19:46 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1984 bytes --]
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.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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-16 19:39 ` Michael Tremer
2017-10-16 19:46 ` ummeegge
@ 2017-10-17 16:19 ` Matthias Fischer
2017-10-18 11:08 ` Michael Tremer
1 sibling, 1 reply; 12+ messages in thread
From: Matthias Fischer @ 2017-10-17 16:19 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2075 bytes --]
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
>>>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-17 16:19 ` Matthias Fischer
@ 2017-10-18 11:08 ` Michael Tremer
2017-10-18 14:03 ` Matthias Fischer
2017-10-18 14:31 ` Matthias Fischer
0 siblings, 2 replies; 12+ messages in thread
From: Michael Tremer @ 2017-10-18 11:08 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2715 bytes --]
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
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-18 11:08 ` Michael Tremer
@ 2017-10-18 14:03 ` Matthias Fischer
2017-10-18 14:31 ` Matthias Fischer
1 sibling, 0 replies; 12+ messages in thread
From: Matthias Fischer @ 2017-10-18 14:03 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2970 bytes --]
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
>>
>>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/
2017-10-18 11:08 ` Michael Tremer
2017-10-18 14:03 ` Matthias Fischer
@ 2017-10-18 14:31 ` Matthias Fischer
1 sibling, 0 replies; 12+ messages in thread
From: Matthias Fischer @ 2017-10-18 14:31 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 249 bytes --]
On 18.10.2017 13:08, Michael Tremer wrote:
> Hi,
>
> it should download that from
>
> https://source.ipfire.org/releases/ipfire-netboot/
Forget it - my fault! Had to open 443 for 'Devel'-download...
(D&RVF) *Ducking&RunningVeryFast*
Matthias
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2017-10-18 14:31 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <542330051.14192.1507879222393@office.mailbox.org>
2017-10-13 13:16 ` HTTPError: HTTP Error 502: Bad Gateway - http://checkip4.dns.lightningwirelabs.com/ Michael Tremer
2017-10-13 15:41 ` Matthias Fischer
2017-10-13 20:03 ` Michael Tremer
2017-10-13 20:39 ` Matthias Fischer
2017-10-16 19:39 ` Michael Tremer
2017-10-16 19:46 ` ummeegge
2017-10-17 16:19 ` Matthias Fischer
2017-10-18 11:08 ` Michael Tremer
2017-10-18 14:03 ` Matthias Fischer
2017-10-18 14:31 ` Matthias Fischer
2017-10-13 16:05 ` Matthias Fischer
2017-10-13 20:04 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox