yaobinshi / test1

test for scratch
MIT License
0 stars 0 forks source link

upload from URL fails, can't find wget #142

Open yaobinshi opened 9 years ago

yaobinshi commented 9 years ago

Author Name: Mark Donohoe Original Redmine Issue: 45, http://www.fossology.org/issues/45 Original Date: 2011/12/07 Original Assignee: Bob Gobeille


When uploading from a url, the scheduler can't find a wget in mods enabled. The log shows:

2011-12-06 11:14:56 scheduler [2210] :: SIGNALS: Scheduler received alarm signal, checking job states 2011-12-06 11:14:56 scheduler [2210] :: DB: retrieved 1 entries from the job queue 2011-12-06 11:14:56 scheduler [2210] :: DB: jq_pk[12] added: 2011-12-06 11:14:56 scheduler [2210] :: jq_type = wget 2011-12-06 11:14:56 scheduler [2210] :: jq_runonpfile = 0 2011-12-06 11:14:56 scheduler [2210] :: jq_args = 4 - http://fonightly.usa.hp.com/~markd/3files.tar.bz2 -l 1 -R index.html* 2011-12-06 11:14:56 scheduler [2210] :: ERROR agent.c.685: jq_pk 12 jq_type wget does not match any module in mods-enabled 2011-12-06 11:14:56 scheduler [2210] :: JOB[12]: job status changed: JOB_CHECKEDOUT => JOB_FAILED 2011-12-06 11:14:56 scheduler [2210] :: JOB[12]: job removed from system

there is a wget_agent link in /usr/local/mods-enabled

svn version 5177M, on system snape.

yaobinshi commented 9 years ago

Original Redmine Comment Author Name: Mark Donohoe Original Date: 2011/12/15 18:12:36 +0000


Bob fixed this in svn rev: 5163. The fix was verify by Mark.