[Bug-wget] [bug #55229] memory exhausted even though stating: Omitting download

2018-12-15 Thread Tim Ruehsen
Follow-up Comment #4, bug #55229 (project wget): We fixed several memleaks since wget 1.18. Please try to reproduce with the latest version (1.20). Maybe there is (or was ?) an issue that results in loading the last file (see your log) completely into memory. This is just a wild guess and not rep

[Bug-wget] [bug #55229] memory exhausted even though stating: Omitting download

2018-12-15 Thread Fenevad Kan
Follow-up Comment #3, bug #55229 (project wget): Hi Tim, I tried -np option, it helps indeed in my case, but I guess it is still an issue, if I also want other ISOs from other than the current path. I also checked --spider option you used, in that case the problem wont occur, so it must behave di

[Bug-wget] How to show a user specified string to represent a file with wget --show-progress

2018-12-15 Thread Peng Yu
Hi, The following command only show '-' as the file in the output. $ wget -q --show-progress https://httpbin.org/get -O- | gzip > /tmp/1.txt.gz -100%[>] 266 --.-KB/sin 0s But since the output is piped to a different file, I'd rather manually specify a string (m

[Bug-wget] [bug #55229] memory exhausted even though stating: Omitting download

2018-12-15 Thread Tim Ruehsen
Follow-up Comment #2, bug #55229 (project wget): $wget --spider -nd -m https://quantum-mirror.hu/mirrors/pub/centos/7.6.1810/isos/x86_64/ -P ISO/ -np -A "*.iso" 2>&1|grep iso$ --2018-12-15 13:22:27-- https://quantum-mirror.hu/mirrors/pub/centos/7.6.1810/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso

[Bug-wget] [bug #55229] memory exhausted even though stating: Omitting download

2018-12-15 Thread Tim Ruehsen
Follow-up Comment #1, bug #55229 (project wget): Well, you download possibly *everything* from http://quantum-mirror.hu, at least all *.iso files. As I understood, you are only interested in isos from .../7.6.1810/isos/x86_64/, then you should try -np/--no-parent. This makes wget to stay in that

[Bug-wget] [bug #55229] memory exhausted even though stating: Omitting download

2018-12-15 Thread Fenevad Kan
URL: Summary: memory exhausted even though stating: Omitting download Project: GNU Wget Submitted by: fenevadkan Submitted on: Sat 15 Dec 2018 09:28:03 AM UTC Category: Memory Leak