How to avoid wget hanging












0















I use a gsm modem to download image files sent to it via mms. From my debian box at home it works with no problem. However, whenever I try it from my deban box at my office I get:



wget -d -r --tries=2 --bind-address=25.234.65.247 http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710
Setting --recursive (recursive) to 1
Setting --tries (tries) to 2
Setting --bind-address (bindaddress) to 25.234.65.247
DEBUG output created by Wget 1.16 on linux-gnu.

URI encoding = ‘UTF-8’
URI encoding = ‘UTF-8’
Enqueuing http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710 at depth 0
Queue count 1, maxcount 1.
[IRI Enqueuing ‘http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710’ with ‘UTF-8’
Dequeuing http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710 at depth 0
Queue count 0, maxcount 1.
--2018-12-20 09:32:51-- http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710
Resolving ttnmmsget.msg.eng.t-mobile.com (ttnmmsget.msg.eng.t-mobile.com)... 208.54.99.202
Caching ttnmmsget.msg.eng.t-mobile.com => 208.54.99.202
Connecting to ttnmmsget.msg.eng.t-mobile.com (ttnmmsget.msg.eng.t-mobile.com)|208.54.99.202|:80... Releasing 0x08c080b8 (new refcount 0).
Deleting unused 0x08c080b8.
Closed fd 4
failed: Connection timed out.
Releasing 0x08c07fc8 (new refcount 1).
Retrying.


It eventually gives up after how ever many tries I set with tries=n. Any ideas on what could be causing this and how to fix it?










share|improve this question























  • Works for me (well, it connects and gets a 308...). Possibly a firewall somewhere? Can you ping the server?

    – xenoid
    Dec 21 '18 at 8:12











  • Welcome cross posted stackoverflow.com/questions/53873871/…

    – GAD3R
    Dec 21 '18 at 11:47











  • @xenoid Thanks for the reply. Yes, I can ping it. ping -I ppp0 ttnmmsget.msg.eng.t-mobile.com PING ttnmmsget.msg.eng.t-mobile.com (208.54.99.202) from 25.33.197.248 ppp0: 56(84) bytes of data. 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=1 ttl=53 time=929 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=2 ttl=53 time=529 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=3 ttl=53 time=528 ms

    – gatorreina
    Dec 21 '18 at 13:34













  • I think this might be my problem: nmap 25.234.85.66 -p 80 Starting Nmap 6.47 ( nmap.org ) at 2018-12-21 08:11 CST Nmap scan report for 25.234.85.66 Host is up (0.00012s latency). PORT STATE SERVICE 80/tcp closed http I take it I need to open port 80. Any idea how to do that?

    – gatorreina
    Dec 21 '18 at 14:26
















0















I use a gsm modem to download image files sent to it via mms. From my debian box at home it works with no problem. However, whenever I try it from my deban box at my office I get:



wget -d -r --tries=2 --bind-address=25.234.65.247 http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710
Setting --recursive (recursive) to 1
Setting --tries (tries) to 2
Setting --bind-address (bindaddress) to 25.234.65.247
DEBUG output created by Wget 1.16 on linux-gnu.

URI encoding = ‘UTF-8’
URI encoding = ‘UTF-8’
Enqueuing http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710 at depth 0
Queue count 1, maxcount 1.
[IRI Enqueuing ‘http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710’ with ‘UTF-8’
Dequeuing http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710 at depth 0
Queue count 0, maxcount 1.
--2018-12-20 09:32:51-- http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710
Resolving ttnmmsget.msg.eng.t-mobile.com (ttnmmsget.msg.eng.t-mobile.com)... 208.54.99.202
Caching ttnmmsget.msg.eng.t-mobile.com => 208.54.99.202
Connecting to ttnmmsget.msg.eng.t-mobile.com (ttnmmsget.msg.eng.t-mobile.com)|208.54.99.202|:80... Releasing 0x08c080b8 (new refcount 0).
Deleting unused 0x08c080b8.
Closed fd 4
failed: Connection timed out.
Releasing 0x08c07fc8 (new refcount 1).
Retrying.


It eventually gives up after how ever many tries I set with tries=n. Any ideas on what could be causing this and how to fix it?










share|improve this question























  • Works for me (well, it connects and gets a 308...). Possibly a firewall somewhere? Can you ping the server?

    – xenoid
    Dec 21 '18 at 8:12











  • Welcome cross posted stackoverflow.com/questions/53873871/…

    – GAD3R
    Dec 21 '18 at 11:47











  • @xenoid Thanks for the reply. Yes, I can ping it. ping -I ppp0 ttnmmsget.msg.eng.t-mobile.com PING ttnmmsget.msg.eng.t-mobile.com (208.54.99.202) from 25.33.197.248 ppp0: 56(84) bytes of data. 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=1 ttl=53 time=929 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=2 ttl=53 time=529 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=3 ttl=53 time=528 ms

    – gatorreina
    Dec 21 '18 at 13:34













  • I think this might be my problem: nmap 25.234.85.66 -p 80 Starting Nmap 6.47 ( nmap.org ) at 2018-12-21 08:11 CST Nmap scan report for 25.234.85.66 Host is up (0.00012s latency). PORT STATE SERVICE 80/tcp closed http I take it I need to open port 80. Any idea how to do that?

    – gatorreina
    Dec 21 '18 at 14:26














0












0








0








I use a gsm modem to download image files sent to it via mms. From my debian box at home it works with no problem. However, whenever I try it from my deban box at my office I get:



wget -d -r --tries=2 --bind-address=25.234.65.247 http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710
Setting --recursive (recursive) to 1
Setting --tries (tries) to 2
Setting --bind-address (bindaddress) to 25.234.65.247
DEBUG output created by Wget 1.16 on linux-gnu.

URI encoding = ‘UTF-8’
URI encoding = ‘UTF-8’
Enqueuing http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710 at depth 0
Queue count 1, maxcount 1.
[IRI Enqueuing ‘http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710’ with ‘UTF-8’
Dequeuing http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710 at depth 0
Queue count 0, maxcount 1.
--2018-12-20 09:32:51-- http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710
Resolving ttnmmsget.msg.eng.t-mobile.com (ttnmmsget.msg.eng.t-mobile.com)... 208.54.99.202
Caching ttnmmsget.msg.eng.t-mobile.com => 208.54.99.202
Connecting to ttnmmsget.msg.eng.t-mobile.com (ttnmmsget.msg.eng.t-mobile.com)|208.54.99.202|:80... Releasing 0x08c080b8 (new refcount 0).
Deleting unused 0x08c080b8.
Closed fd 4
failed: Connection timed out.
Releasing 0x08c07fc8 (new refcount 1).
Retrying.


It eventually gives up after how ever many tries I set with tries=n. Any ideas on what could be causing this and how to fix it?










share|improve this question














I use a gsm modem to download image files sent to it via mms. From my debian box at home it works with no problem. However, whenever I try it from my deban box at my office I get:



wget -d -r --tries=2 --bind-address=25.234.65.247 http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710
Setting --recursive (recursive) to 1
Setting --tries (tries) to 2
Setting --bind-address (bindaddress) to 25.234.65.247
DEBUG output created by Wget 1.16 on linux-gnu.

URI encoding = ‘UTF-8’
URI encoding = ‘UTF-8’
Enqueuing http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710 at depth 0
Queue count 1, maxcount 1.
[IRI Enqueuing ‘http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710’ with ‘UTF-8’
Dequeuing http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710 at depth 0
Queue count 0, maxcount 1.
--2018-12-20 09:32:51-- http://ttnmmsget.msg.eng.t-mobile.com/mms/wapenc?T=mavodi-1-13b-61-4-9c-6610710
Resolving ttnmmsget.msg.eng.t-mobile.com (ttnmmsget.msg.eng.t-mobile.com)... 208.54.99.202
Caching ttnmmsget.msg.eng.t-mobile.com => 208.54.99.202
Connecting to ttnmmsget.msg.eng.t-mobile.com (ttnmmsget.msg.eng.t-mobile.com)|208.54.99.202|:80... Releasing 0x08c080b8 (new refcount 0).
Deleting unused 0x08c080b8.
Closed fd 4
failed: Connection timed out.
Releasing 0x08c07fc8 (new refcount 1).
Retrying.


It eventually gives up after how ever many tries I set with tries=n. Any ideas on what could be causing this and how to fix it?







linux debian wget






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Dec 20 '18 at 16:08









gatorreinagatorreina

11




11













  • Works for me (well, it connects and gets a 308...). Possibly a firewall somewhere? Can you ping the server?

    – xenoid
    Dec 21 '18 at 8:12











  • Welcome cross posted stackoverflow.com/questions/53873871/…

    – GAD3R
    Dec 21 '18 at 11:47











  • @xenoid Thanks for the reply. Yes, I can ping it. ping -I ppp0 ttnmmsget.msg.eng.t-mobile.com PING ttnmmsget.msg.eng.t-mobile.com (208.54.99.202) from 25.33.197.248 ppp0: 56(84) bytes of data. 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=1 ttl=53 time=929 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=2 ttl=53 time=529 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=3 ttl=53 time=528 ms

    – gatorreina
    Dec 21 '18 at 13:34













  • I think this might be my problem: nmap 25.234.85.66 -p 80 Starting Nmap 6.47 ( nmap.org ) at 2018-12-21 08:11 CST Nmap scan report for 25.234.85.66 Host is up (0.00012s latency). PORT STATE SERVICE 80/tcp closed http I take it I need to open port 80. Any idea how to do that?

    – gatorreina
    Dec 21 '18 at 14:26



















  • Works for me (well, it connects and gets a 308...). Possibly a firewall somewhere? Can you ping the server?

    – xenoid
    Dec 21 '18 at 8:12











  • Welcome cross posted stackoverflow.com/questions/53873871/…

    – GAD3R
    Dec 21 '18 at 11:47











  • @xenoid Thanks for the reply. Yes, I can ping it. ping -I ppp0 ttnmmsget.msg.eng.t-mobile.com PING ttnmmsget.msg.eng.t-mobile.com (208.54.99.202) from 25.33.197.248 ppp0: 56(84) bytes of data. 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=1 ttl=53 time=929 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=2 ttl=53 time=529 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=3 ttl=53 time=528 ms

    – gatorreina
    Dec 21 '18 at 13:34













  • I think this might be my problem: nmap 25.234.85.66 -p 80 Starting Nmap 6.47 ( nmap.org ) at 2018-12-21 08:11 CST Nmap scan report for 25.234.85.66 Host is up (0.00012s latency). PORT STATE SERVICE 80/tcp closed http I take it I need to open port 80. Any idea how to do that?

    – gatorreina
    Dec 21 '18 at 14:26

















Works for me (well, it connects and gets a 308...). Possibly a firewall somewhere? Can you ping the server?

– xenoid
Dec 21 '18 at 8:12





Works for me (well, it connects and gets a 308...). Possibly a firewall somewhere? Can you ping the server?

– xenoid
Dec 21 '18 at 8:12













Welcome cross posted stackoverflow.com/questions/53873871/…

– GAD3R
Dec 21 '18 at 11:47





Welcome cross posted stackoverflow.com/questions/53873871/…

– GAD3R
Dec 21 '18 at 11:47













@xenoid Thanks for the reply. Yes, I can ping it. ping -I ppp0 ttnmmsget.msg.eng.t-mobile.com PING ttnmmsget.msg.eng.t-mobile.com (208.54.99.202) from 25.33.197.248 ppp0: 56(84) bytes of data. 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=1 ttl=53 time=929 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=2 ttl=53 time=529 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=3 ttl=53 time=528 ms

– gatorreina
Dec 21 '18 at 13:34







@xenoid Thanks for the reply. Yes, I can ping it. ping -I ppp0 ttnmmsget.msg.eng.t-mobile.com PING ttnmmsget.msg.eng.t-mobile.com (208.54.99.202) from 25.33.197.248 ppp0: 56(84) bytes of data. 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=1 ttl=53 time=929 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=2 ttl=53 time=529 ms 64 bytes from mca6336d0.tmodns.net (208.54.99.202): icmp_seq=3 ttl=53 time=528 ms

– gatorreina
Dec 21 '18 at 13:34















I think this might be my problem: nmap 25.234.85.66 -p 80 Starting Nmap 6.47 ( nmap.org ) at 2018-12-21 08:11 CST Nmap scan report for 25.234.85.66 Host is up (0.00012s latency). PORT STATE SERVICE 80/tcp closed http I take it I need to open port 80. Any idea how to do that?

– gatorreina
Dec 21 '18 at 14:26





I think this might be my problem: nmap 25.234.85.66 -p 80 Starting Nmap 6.47 ( nmap.org ) at 2018-12-21 08:11 CST Nmap scan report for 25.234.85.66 Host is up (0.00012s latency). PORT STATE SERVICE 80/tcp closed http I take it I need to open port 80. Any idea how to do that?

– gatorreina
Dec 21 '18 at 14:26










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1386329%2fhow-to-avoid-wget-hanging%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1386329%2fhow-to-avoid-wget-hanging%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Сан-Квентин

Алькесар

Josef Freinademetz