bugFree Software Directory - Bugs: bug #54080, ./doall.sh:42:error: "wget -x...

 
 

bug #54080: ./doall.sh:42:error: "wget -x --continue -i downloadlist" returned 8

Submitter:  David Hedlund <beloved>
Submitted:  Thu 07 Jun 2018 01:14:31 PM UTC
   
 
Category:  None Severity:  4 - Important
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 08 Jun 2018 02:22:00 PM UTC, comment #3: 

David, I want you to investigate this further.
Focus on the failing command, run it on it's own.
Figure out what it is supposed to accomplish,
and if it partly succeeding, and try to figure out
why it might be failing. Tell me all the things
you considered. I told you a bunch
of things that might help, you didn't mention any of
them.

Ian Kelling <iank>
Group administrator
Fri 08 Jun 2018 12:06:30 PM UTC, comment #2: 

FINISHED --2018-06-08 13:42:08--
Total wall clock time: 1h 1m 29s
Downloaded: 49607 files, 260M in 18s (14,1 MB/s)
++ echo './doall.sh:42:error: "wget -v -x --continue -i downloadlist" returned 8'
./doall.sh:42:error: "wget -v -x --continue -i downloadlist" returned 8


Thank you Ian, but I'm sorry, I didn't get any additional output at all by using the -v option.

David Hedlund <beloved>
Group Member
Thu 07 Jun 2018 02:54:07 PM UTC, comment #1: 

I'm not sure what is causing this. Please try to figure this out
yourself using the following tips:

Try running with verbose mode to see if that gives you any clues.

wget -v -x --continue -i downloadlist

You could be getting hit with a rate limit, or an intermediate
connection problem.

look in man/info wget and look for options about reusing the same
connection (this can help avoid rate limiting), retrying, and waiting
between dowloads (this also can help avoid rate limiting). Also, it
seems the command can be repeated and pick up where it left off if only
some of the downloads finished, so you can try altering the script to
retry several times in the case that wget fails.

Ian Kelling <iank>
Group administrator
Thu 07 Jun 2018 01:14:31 PM UTC, original submission:  

git clone beloved@git.sv.gnu.org:/srv/git/directory.git
cd directory/
$ ./doall.sh
...
FINISHED --2018-06-06 01:47:27--
Total wall clock time: 1h 3m 41s
Downloaded: 49608 files, 260M in 30s (8,64 MB/s)
++ echo './doall.sh:42:error: "wget -x --continue -i downloadlist"
returned 8'
./doall.sh:42:error: "wget -x --continue -i downloadlist" returned 8
cd ..
rm -fr directory


git clone beloved@git.sv.gnu.org:/srv/git/directory.git
cd directory/
$ ./doall.sh
...
FINISHED --2018-06-06 19:35:53--
Total wall clock time: 1h 7m 25s
Downloaded: 49607 files, 260M in 34s (7,63 MB/s)
++ echo './doall.sh:42:error: "wget -x --continue -i downloadlist" returned 8'
./doall.sh:42:error: "wget -x --continue -i downloadlist" returned 8
cd ..
rm -fr directory


git clone beloved@git.sv.gnu.org:/srv/git/directory.git
cd directory/
$ ./doall.sh
...
FINISHED --2018-06-07 11:30:40--
Total wall clock time: 1h 2m 52s
Downloaded: 49608 files, 260M in 24s (10,6 MB/s)
++ echo './doall.sh:42:error: "wget -x --continue -i downloadlist" returned 8'
./doall.sh:42:error: "wget -x --continue -i downloadlist" returned 8
cd ..
rm -fr directory


git clone beloved@git.sv.gnu.org:/srv/git/directory.git
cd directory/
$ ./doall.sh
...
FINISHED --2018-06-07 12:25:18--
Total wall clock time: 43m 30s
Downloaded: 49608 files, 260M in 19s (14,0 MB/s)
++ echo './doall.sh:42:error: "wget -x --continue -i downloadlist" returned 8'
./doall.sh:42:error: "wget -x --continue -i downloadlist" returned 8
cd ..
rm -fr directory


Ian said that the above wget error prevents me to execute the export.py script:

$ python export.py pandoc
Traceback (most recent call last):
  File "export.py", line 419, in <module>
    main()
  File "export.py", line 402, in main
    data = PkgData()
  File "export.py", line 59, in _init_
    self.cpf = cp_store['cp_files']
  File "/usr/lib/python2.7/dist-packages/pandas/io/pytables.py", line 413, in _getitem_
    return self.get(key)
  File "/usr/lib/python2.7/dist-packages/pandas/io/pytables.py", line 622, in get
    raise KeyError('No object named %s in the file' % key)
KeyError: 'No object named cp_files in the file'
Closing remaining open files:cp.h5...done

David Hedlund <beloved>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by iank (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-09-19 iank Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code