File Leech Problem

prinzaim4724

New Member
Apr 14, 2014
34
0
0
Hi,

i have a problem using a fileleech option.
I have a problem when I use the File Leech I get an error.

Error: /usr/bin/plowdown: line 749: /home/fsharehome/www/core/page/ajax/core.sh: No such file or directory

/usr/bin/plowdown is the correct directory.
But there is somehow no core.sh in /home/fsharehome/www/core/page/ajax/core.sh

System Logs - Plugin Fileleech

2015-06-15 15:31:50 - Cmd: /usr/bin/plowdown --max-retries=5 --no-plowsharerc --timeout=60 --temp-rename --output-directory=/home/fsharehome/www/files/_tmp/ -a 11987038:71y43b7m http://uploaded.net/file/hwlk934i 2>&1
2015-06-15 15:31:50 - /usr/bin/plowdown: line 69: dirname: command not found
/usr/bin/plowdown: line 71: cd: : No such file or directory
/usr/bin/plowdown: line 75: dirname: command not found
/usr/bin/plowdown: line 80: cd: : No such file or directory
/usr/bin/plowdown: line 749: /home/fsharehome/www/core/page/ajax/core.sh: No such file or directory

I have a CentOS 6.6 (64-bit) server.
I have it installed: yum install plowshare.
I have it installed as shown in the instructions here: https://support.mfscripts.com/public/kb_view/34/
 

prinzaim4724

New Member
Apr 14, 2014
34
0
0
ysmods said:
Try via a ssh terminal window

whereis plowdown

or

locate plowdown
Have I made is /usr/bin/plowdown
I keep getting the same error message

2015-06-17 05:26:09 - Cmd: /usr/bin/plowdown --max-retries=5 --no-plowsharerc --timeout=60 --temp-rename --output-directory=/home/fsharehome/www/files/_tmp/ -a 11987038:71y43b7m http://uploaded.net/file/hwlk934i 2>&1
2015-06-17 05:26:09 - /usr/bin/plowdown: line 69: dirname: command not found
/usr/bin/plowdown: line 71: cd: : No such file or directory
/usr/bin/plowdown: line 75: dirname: command not found
/usr/bin/plowdown: line 80: cd: : No such file or directory
/usr/bin/plowdown: line 749: /home/fsharehome/www/core/page/ajax/core.sh: No such file or directory
 

prinzaim4724

New Member
Apr 14, 2014
34
0
0
[fsharehome@ns331176 ~]$ whereis plowdown
plowdown: /usr/bin/plowdown /usr/share/man/man1/plowdown.1.gz
[fsharehome@ns331176 ~]$ ls /usr/bin/plowdown
/usr/bin/plowdown
[fsharehome@ns331176 ~]$ locate plowdown
/usr/bin/plowdown
/usr/share/bash-completion/completions/plowdown
/usr/share/man/man1/plowdown.1.gz
[fsharehome@ns331176 ~]$
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
/usr/bin/plowdown is not the correct directory, if it was correct you would not have the "No such file or directory" errors.

Try
/usr/share/bash-completion/completions/plowdown
 

prinzaim4724

New Member
Apr 14, 2014
34
0
0
ysmods said:
/usr/bin/plowdown is not the correct directory, if it was correct you would not have the "No such file or directory" errors.

Try
/usr/share/bash-completion/completions/plowdown
Error: sh: /usr/share/bash-completion/completions/plowdown: Permission denied
 

ysmods

New Member
Jan 29, 2013
860
1
0
UK
www.ysmods.com
What is the result if you run this in an SSH terminal window?

Code:
plowdown http://www.rapidshare.com/files/86545320/Tux-Trainer_25-01-2008.rar
 

prinzaim4724

New Member
Apr 14, 2014
34
0
0
ysmods said:
What is the result if you run this in an SSH terminal window?

Code:
plowdown http://www.rapidshare.com/files/86545320/Tux-Trainer_25-01-2008.rar
[fsharehome@ns331176 ~]$ plowdown http://www.rapidshare.com/files/86545320/Tux-Trainer_25-01-2008.rar
Starting download (rapidshare): http://www.rapidshare.com/files/86545320/Tux-Trainer_25-01-2008.rar
curl: couldn't resolve host
Starting download (rapidshare): retry 1/2
curl: couldn't resolve host
Starting download (rapidshare): retry 2/2
curl: couldn't resolve host
Retry limit reached (max=2)
[fsharehome@ns331176 ~]$