Downloading http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb (180 bytes) .. Failed to upgrade from www.webmin.com : Failed to read HTTP response line
Ubuntu 22.04.1
Bugs: #5581
Give it another try ... this might have been due to load on our download server.
still happening
On 8/28/22 03:23, Jamie Cameron wrote:
Give it another try ... this might have been due to load on our download server. [bugs:#5581] https://sourceforge.net/p/webadmin/bugs/5581/ failed to read HTTP response line Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Sat Aug 27, 2022 02:16 AM UTC Owner: nobody Downloading http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb (180 bytes) .. Failed to upgrade from www.webmin.com : Failed to read HTTP response line Ubuntu 22.04.1 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webadmin/bugs/5581/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ -- cordially
[bugs:#5581] https://sourceforge.net/p/webadmin/bugs/5581/ failed to read HTTP response line
Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Sat Aug 27, 2022 02:16 AM UTC Owner: nobody
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webadmin/bugs/5581/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
cordially
Charlie Schindler +66 9 1083 7897
Can you download that file manually in your browser, and then upgrade from an uploaded file?
that ofc worked.
On 8/29/22 03:07, Jamie Cameron wrote:
Can you download that file manually in your browser, and then upgrade from an uploaded file? [bugs:#5581] https://sourceforge.net/p/webadmin/bugs/5581/ failed to read HTTP response line Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Sat Aug 27, 2022 08:23 PM UTC Owner: nobody Downloading http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb (180 bytes) .. Failed to upgrade from www.webmin.com : Failed to read HTTP response line Ubuntu 22.04.1 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webadmin/bugs/5581/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ -- cordially
Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Sat Aug 27, 2022 08:23 PM UTC Owner: nobody
What if in Webmin you go to Tools -> Upload and Download, and download the URL http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb to your /tmp directory?
download using the link in the browser and install using dpkg did work.
but using the Tools - Upload and Download gave:
Download failed : Failed to read HTTP response line
On 8/30/22 11:39, Jamie Cameron wrote:
What if in Webmin you go to Tools -> Upload and Download, and download the URL http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb to your /tmp directory? [bugs:#5581] https://sourceforge.net/p/webadmin/bugs/5581/ failed to read HTTP response line Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Sun Aug 28, 2022 08:07 PM UTC Owner: nobody Downloading http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb (180 bytes) .. Failed to upgrade from www.webmin.com : Failed to read HTTP response line Ubuntu 22.04.1 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webadmin/bugs/5581/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ -- cordially
Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Sun Aug 28, 2022 08:07 PM UTC Owner: nobody
Can you download the same file using the wget command at the command line on your Ubuntu system?
wget
wget works.
but: connection reset by peer in headers, after retry it works
kschindl@belgarathUbuntu:~/Downloads$ wget http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb --2022-09-01 07:38:01-- http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb Resolving prdownloads.sourceforge.net (prdownloads.sourceforge.net)... 204.68.111.105 Connecting to prdownloads.sourceforge.net (prdownloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying.
--2022-09-01 07:38:02-- (try: 2) http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb Connecting to prdownloads.sourceforge.net (prdownloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://downloads.sourceforge.net/project/webadmin/webmin/2.000/webmin_2.000_all.deb [following] --2022-09-01 07:38:03-- http://downloads.sourceforge.net/project/webadmin/webmin/2.000/webmin_2.000_all.deb Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://jaist.dl.sourceforge.net/project/webadmin/webmin/2.000/webmin_2.000_all.deb [following] --2022-09-01 07:38:03-- http://jaist.dl.sourceforge.net/project/webadmin/webmin/2.000/webmin_2.000_all.deb Resolving jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)... 150.65.7.130, 2001:df0:2ed:feed::feed Connecting to jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)|150.65.7.130|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 28441788 (27M) [application/octet-stream] Saving to: ‘webmin_2.000_all.deb’
webmin_2.000_all.deb 100%[==========================================================>] 27.12M 3.55MB/s in 8.9s
2022-09-01 07:38:13 (3.06 MB/s) - ‘webmin_2.000_all.deb’ saved [28441788/28441788]
On 8/31/22 11:41, Jamie Cameron wrote:
Can you download the same file using the |wget| command at the command line on your Ubuntu system? [bugs:#5581] https://sourceforge.net/p/webadmin/bugs/5581/ failed to read HTTP response line Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Tue Aug 30, 2022 04:39 AM UTC Owner: nobody Downloading http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb (180 bytes) .. Failed to upgrade from www.webmin.com : Failed to read HTTP response line Ubuntu 22.04.1 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webadmin/bugs/5581/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ -- cordially
Can you download the same file using the |wget| command at the command line on your Ubuntu system?
Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Tue Aug 30, 2022 04:39 AM UTC Owner: nobody
Is there any kind of proxy or firewall between your system and the rest of the internet?
no proxy, the standard firewall of the high speed modem.
this was never an issue in updates before. and also i do not have any problems with other downloads, be it with browser, steam and other apps.
On 9/1/22 10:43, Jamie Cameron wrote:
Is there any kind of proxy or firewall between your system and the rest of the internet? [bugs:#5581] https://sourceforge.net/p/webadmin/bugs/5581/ failed to read HTTP response line Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Wed Aug 31, 2022 04:41 AM UTC Owner: nobody Downloading http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb (180 bytes) .. Failed to upgrade from www.webmin.com : Failed to read HTTP response line Ubuntu 22.04.1 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webadmin/bugs/5581/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ -- cordially
Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Wed Aug 31, 2022 04:41 AM UTC Owner: nobody
I'm not sure what's going on here, sorry ... I'm not able to reproduce this problem.
thx
strange. maybe webmin shoult be more tolerant, same as wget, which managed to download after a retry?
On 9/2/22 10:10, Jamie Cameron wrote:
I'm not sure what's going on here, sorry ... I'm not able to reproduce this problem. [bugs:#5581] https://sourceforge.net/p/webadmin/bugs/5581/ failed to read HTTP response line Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Thu Sep 01, 2022 03:43 AM UTC Owner: nobody Downloading http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb (180 bytes) .. Failed to upgrade from www.webmin.com : Failed to read HTTP response line Ubuntu 22.04.1 Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/webadmin/bugs/5581/ To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ -- cordially
Status: open Group: 2.000 Created: Sat Aug 27, 2022 02:16 AM UTC by karl schindler Last Updated: Thu Sep 01, 2022 03:43 AM UTC Owner: nobody
Log in to post a comment.
Give it another try ... this might have been due to load on our download server.
still happening
On 8/28/22 03:23, Jamie Cameron wrote:
Charlie Schindler
+66 9 1083 7897
Related
Bugs: #5581
Can you download that file manually in your browser, and then upgrade from an uploaded file?
that ofc worked.
On 8/29/22 03:07, Jamie Cameron wrote:
Charlie Schindler
+66 9 1083 7897
Related
Bugs: #5581
What if in Webmin you go to Tools -> Upload and Download, and download the URL http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb to your /tmp directory?
download using the link in the browser and install using dpkg did work.
but using the Tools - Upload and Download gave:
Download failed : Failed to read HTTP response line
On 8/30/22 11:39, Jamie Cameron wrote:
Charlie Schindler
+66 9 1083 7897
Related
Bugs: #5581
Can you download the same file using the
wgetcommand at the command line on your Ubuntu system?wget works.
but: connection reset by peer in headers, after retry it works
kschindl@belgarathUbuntu:~/Downloads$ wget
http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb
--2022-09-01 07:38:01--
http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb
Resolving prdownloads.sourceforge.net (prdownloads.sourceforge.net)...
204.68.111.105
Connecting to prdownloads.sourceforge.net
(prdownloads.sourceforge.net)|204.68.111.105|:80... connected.
HTTP request sent, awaiting response... Read error (Connection reset by
peer) in headers.
Retrying.
--2022-09-01 07:38:02-- (try: 2)
http://prdownloads.sourceforge.net/sourceforge/webadmin/webmin_2.000_all.deb
Connecting to prdownloads.sourceforge.net
(prdownloads.sourceforge.net)|204.68.111.105|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location:
http://downloads.sourceforge.net/project/webadmin/webmin/2.000/webmin_2.000_all.deb
[following]
--2022-09-01 07:38:03--
http://downloads.sourceforge.net/project/webadmin/webmin/2.000/webmin_2.000_all.deb
Resolving downloads.sourceforge.net (downloads.sourceforge.net)...
204.68.111.105
Connecting to downloads.sourceforge.net
(downloads.sourceforge.net)|204.68.111.105|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location:
http://jaist.dl.sourceforge.net/project/webadmin/webmin/2.000/webmin_2.000_all.deb
[following]
--2022-09-01 07:38:03--
http://jaist.dl.sourceforge.net/project/webadmin/webmin/2.000/webmin_2.000_all.deb
Resolving jaist.dl.sourceforge.net (jaist.dl.sourceforge.net)...
150.65.7.130, 2001:df0:2ed:feed::feed
Connecting to jaist.dl.sourceforge.net
(jaist.dl.sourceforge.net)|150.65.7.130|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28441788 (27M) [application/octet-stream]
Saving to: ‘webmin_2.000_all.deb’
webmin_2.000_all.deb
100%[==========================================================>]
27.12M 3.55MB/s in 8.9s
2022-09-01 07:38:13 (3.06 MB/s) - ‘webmin_2.000_all.deb’ saved
[28441788/28441788]
On 8/31/22 11:41, Jamie Cameron wrote:
Charlie Schindler
+66 9 1083 7897
Related
Bugs: #5581
Is there any kind of proxy or firewall between your system and the rest of the internet?
no proxy, the standard firewall of the high speed modem.
this was never an issue in updates before. and also i do not have any
problems with other downloads, be it with browser, steam and other apps.
On 9/1/22 10:43, Jamie Cameron wrote:
Charlie Schindler
+66 9 1083 7897
Related
Bugs: #5581
I'm not sure what's going on here, sorry ... I'm not able to reproduce this problem.
thx
strange. maybe webmin shoult be more tolerant, same as wget, which
managed to download after a retry?
On 9/2/22 10:10, Jamie Cameron wrote:
Charlie Schindler
+66 9 1083 7897
Related
Bugs: #5581