Cronjob / Wget Error :: /bin/sh: /usr/bin/wget: Permission Denied
Apr 11, 2008
Cronjob is not working for a script on a clients cpanel account:
He set it up to grab from the path below and it is giving this error:
/bin/sh: /usr/bin/wget: Permission denied
The cronjob that is running is:
/usr/bin/wget -O - -q [url]
This is a cpanel box with centos 5
View 14 Replies
ADVERTISEMENT
Mar 13, 2007
I have this Strange problem with the server.
Whenever i try to wget a file onto server it gives ERROR
Quote:
Resolving superb-west.dl.sourceforge.net... failed: Name or service not known.
If i use the FTP command on SSH. It still gives ERROR
Quote:
"ftp: xxxx.xxxx.net unknown host
Not connected.
Not connected.
Interactive mode off.
Not connected."
Even Paypal cant call back. Some users are facing problems where they have billing Scripts and scripts cant trace callback from Paypal
View 1 Replies
View Related
Jun 4, 2009
each time I try to change things on file [php.ini] using shell, I get this massage
[ Error writing /usr/local/lib/php.ini: Permission denied ]
how to change Permission for that file, and what Permissions it should be.
I have root access for the server
View 14 Replies
View Related
Nov 7, 2008
I made a copy of my forum's root folder using SSH command: cp -r forum forum123
Then I tried to update the new (forum123) folder with the latest files from vBulletin.
And it gave me a permission denied error. For test purpose, I went to the original folder and uploaded one of the new files there and it worked flawlessly.
Why am I not able to upload files to the copied folder? I've been doing this since like for ever, this is the first time I've encountered such an error.
View 4 Replies
View Related
Apr 14, 2008
For one of may domains I'm receiving the following error when someone tries to send mail to it. Also I never receive the mail as it seems to just sit on the server. When the permission were changed on the file, it seemed to have changed back on its on when ever a new address is added. Any solutions?
421 fopen('users/assign') failed (#5.7.10) Permission denied
Code:
-rw------- 1 root qmail 2772 Apr 22 10:38 assign
Plesk+CentOs
View 4 Replies
View Related
May 4, 2007
so after successfully installing and testing litespeed last night along on alternate port 1080 on my cpanel setup, I try to look at my cpanel's awstats this morning and:
Error: Couldn't open server log file "/usr/local/apache/domlogs/example.net" : Permission denied
(awstats has worked fine for 5 weeks now)
Googling for this shows other people with similar problem in the past but unfortunately no answers
I tried chmod -R 644 /usr/local/apache/domlogs
and looks like the owners are still correct
I'm at a loss and really screwed if I can't easily fix soon... any ideas?
(as a side note, litespeed has stopped working properly too but I've killed it for now)
View 3 Replies
View Related
Jan 5, 2015
This is a fresh plesk12 installation on a kvm vps on centos 6.6
We used the migration and transfer tool to copy data from another server. After the full migration without changing any setting from the configuration files, any mail account hosted on this server cannot receive emails.
Here is the error from the log file:
Jan 5 14:58:16 postfix/pipe[10082]: 9B1651C296D: to=<user@mydomain.com>, relay=plesk_virtual, delay=312, delays=312/0.03/0/0.16, dsn=4.3.0, status=deferred (temporary failure. Command output: pipe: fatal: pipe_command: execvp /usr/lib64/plesk-9.0/postfix-local: Permission denied )
Same error using either webmail or mail client. I have also tried to change from postfix to qmail and vice versa but without any success...
View 2 Replies
View Related
Mar 2, 2007
I have this big file i want to transfer to my server. The Direct Link to file is being masked by PHP.
The URL is "/download.php?file=1" and requires Authentication.
Is there any way...i can wget or download the file to server
View 8 Replies
View Related
Mar 8, 2007
A customer is currently using wget on my server. I read it's not secure to leave this enabled.
I was wondering how to disable this and then re-enable it just when this specific customer needs to use it?
View 8 Replies
View Related
May 5, 2015
Not sure what is going on with Plesk.. I've modified and saved a specific service plan with the session.save_path to have a location by default to be /tmp/ and for some reason it isn't changing all customers accounts with the modified settings of the location to be /tmp/. In order to resolve the issue, I'd have to manually change the "default" option on each websites php settings session.save_path to /tmp/ instead of Plesk syncing the correct settings based on the modification. Because of so, I am receiving the following error below on a customers website below:
Warning: Unknown: open(/var/lib/php/session/sess_f9bffgv0ddrjo9geb6frhut5d7, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/session) in Unknown on line 0
After making changes, I've tried the following in command line:
service php-fpm restart
service httpd restart
service psa restart
None which have resolved the issue.
View 1 Replies
View Related
Jun 24, 2015
Recently we had to rollback the Plesk database and Plesk version files to their pre-upgrade state, and rerun the upgrade procedure as it is described in the knowledge base [URL] ..... The update process then worked smoothly and we are now using the newest version 12.0.18 on CentOS 6 with the newest microupdates 1200150615.10.
But right after this update procedure we are not able to access some domains with the filemanager anymore. The browser shows the following error message:
Internal error: filemng: opendir failed: Permission denied System error 13: Permission denied
Message filemng: opendir failed: Permission denied System error 13: Permission denied
File Agent.php
Line 243
Type PleskUtilExceptio
The logfile: /usr/local/psa/admin/logs/panel.log is a bit more detailed
[URL] ....
What I did so far was the following:
1.) I checked out the knowledge base, specifically this entry was worth looking at. But /usr/local/psa/bin/repair --restore-vhosts-permissions didn't solve the problem.
2.) I found a similar problem in the discussion board but the approaches they took weren't successful in my case.
Due to the fact that the file manager worked before the rollback of the database and the major upgrade, I think there might be a connection.
From my point of view the permission settings should be right. Other domains using exactly the same permissions and they are working fine.
# ll /var/www/vhosts/system/domain.com/
total 20K
drwxr-x--- 2 root psaserv 4,0K 24. Jun 02:13 conf
drwxr-xr-x 2 root root 4,0K 8. Jan 2014 etc
drwx------ 2 psaadm root 4,0K 24. Jun 03:43 logs
[Code] ....
View 1 Replies
View Related
Jan 21, 2007
I am trying to move filename.tar.gz from server A to Server B with root at both, i have moved filename into a web accessable folder and chmod the file 755, when i go to wget filename from server A I get...
View 14 Replies
View Related
Jul 2, 2009
I just accidentally removed wget on my server via rpm
How do I reinstall it back using rpm?
I try yum install wget but it doesn't work
I'm using centOS5.
View 7 Replies
View Related
Jul 28, 2009
I'm trying to do is wget images, however, i'm not sure how to do it 100% right...
what ive got is a index.html page that has images(thmubs) that link to the full size images. how do i grab the full size images?
Example of links on the page:
<a href="images/*random numbers*.jpg" target="_blank"><img border=0 width=112 height=150 src="images/tn_*random numbers*.jpg" style="position:relative;left:3px;top:3px" /></a>
i tried
wget -A.jpg -r -l1 -np URLHERE
View 1 Replies
View Related
May 18, 2009
why when i wget large files around 300/500Mb in size the load on server goes 2.00+
View 7 Replies
View Related
Jan 27, 2007
I've just did a 'wget' on a file that's quiet large (2.3GB), and now I'm wanting to serve the file through one of my accounts. The ownership and permissions of the file have already been changed to reflect the specific account; however, when I browse to the file through the web it will not pick up the filesize nor allow me to download the file stating 403 - Forbidden Access.
Is there some setting that needs to be changed to allow users to download a file of this size? or am I missing a permission command?
View 2 Replies
View Related
May 14, 2007
Does anyone know any linux software that would chop up a video file for you?
View 14 Replies
View Related
Apr 4, 2007
My crontab uses Wget to access a PHP file. It works just fine; however, the only problem is that each time the crontab is run it creates a file in the root of my site called filename.php.10XX
filename is the name of the file that Wget runs and 10xx is just the number of times the tab has been run.
How can I prevent these files from being created?
View 3 Replies
View Related
Jan 28, 2007
Its been so long since i used it i have forgot, I need to transfer backups to my new server so i can then install them.
But i have forgot what wget command to use.
View 1 Replies
View Related
Dec 28, 2007
I can't find wget on a hosting. SSH command find / -name wget returns with nothing, however wget works properly on a hosting, what could the problem be?
View 14 Replies
View Related
Aug 7, 2007
Hello, I don't know how to use crontab to run PHP without using wget and lynx
1) The PHP script can run via SSH command line mode without problem
2) I can use crontab to run the PHP script with wget or lynx.
However,
3) The script will not run if i using below entry
1 2 * * * php /path/to/script/crontest.php
1 2 * * * php -q /path/to/script/crontest.php
1 2 * * * php -f /path/to/script/crontest.php
1 2 * * * /usr/local/bin/php - /path/to/script/crontest.php
1 2 * * * /usr/local/bin/php -f /path/to/script/crontest.php
1 2 * * * /usr/local/bin/php -q /path/to/script/crontest.php
View 6 Replies
View Related
May 24, 2009
i have been under DDoS attacks, and what it does is it will have different servers wget
a certain file so it's all pretty much with HTTP.
for example: i had 10000 wget site.com/file.rar from ip x.x.x.x
and then same wget from ip y.y.y.y.
now question is how could i block this?
is it a way on apache2 to limit Downloads per IP (example 1 gb /IP)?
View 12 Replies
View Related
Oct 29, 2009
i try to backup a folder with many .tar files,
i use mget,the seppd is about 1MB/s,
but wget is about 5-7MB/s,
View 4 Replies
View Related
Jun 21, 2008
Hi I was following this guide:
[url]
Now command "wget" don't work anymore ... any ideas what is wrong with this guide ? I did exactly as it said.
View 10 Replies
View Related
Feb 11, 2008
i have one download site.with direct link.
i want another servers can`t with run wget [url]
transfer to self servers
How may?
my server is cpanel,apache,
View 1 Replies
View Related
Dec 2, 2007
I been trying to get this file using wget but it uses some sort of advance Authentication that I cant get around using wget it doesnt use cookies it uses some Authentication method.
How can I login to that website using wget? the form field names are usernamlc and passlc if I can some how post those two usign wget I can get the download link.
View 3 Replies
View Related
Sep 28, 2007
I did a wget get on a file today and i didnt specify where i wanted it to go, eg cd /dir1/dir2
Where does it keep the files i wget.
I am running Cpanel/whm,
View 2 Replies
View Related
Feb 10, 2008
Will there be a prominent security issue if I enable wget for a user?
And where would I find the user/group file to add that user?
View 7 Replies
View Related
Jan 10, 2008
I have a backup file at my old server like:
[url]
What is the command line I have to give to get this file by wget to my new server?
Please keep in mind that I have to give my old server user/password in this command line.
View 2 Replies
View Related
Jul 16, 2007
I am trying to move over a client from Verio's hosting to my VPS. The verio control panel looks very amateurish and there is no option to do a full account backup. There is no SSH either.
I tried wget -r ftp://user:pass@hostname/directory/* which was mentioned in another WHT thread, but after it gets connected, it shows the following and stops there:
Quote:
Logging in as accountname ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /directoryname ... done.
==> PASV ...
Can anyone suggest a command that will work? There is only about 35 MB of files there, but I spent hours yesterday trying to download through FTP.
View 5 Replies
View Related