Hello my brain is going crazy, i'm searching the whole day for an answer
My Hosttool:
-
PHP: 5.3.2-1ubuntu4.7 - OK
- allow_url_fopen = On - OK
- allow_url_include = Off - OK
- magic_quotes_gpc = Off - OK
- memory_limit = 134217728 - OK
- post_max_size = 83886080 - OK
- upload_max_filesize = 83886080 - OK
- register_globals = Off - OK
- safe_mode = Off - OK
- short_open_tag = On - OK
- disable_functions = - OK
- php module: curl = curl - OK
- php module: gd = gd - OK
- php module: mbstring = mbstring - OK
- php module: xsl = xsl - OK
-
MySQL: 5.1.41-3ubuntu12.10 - OK
-
Web-server: Apache
-
my Cron is
/usr/lib/php5 -q /var/www/vhosts/url/httpdocs/periodic/cron.php
But the Videos are not uploades an still "processing"
some ideas? ore more Infos?
|
what size is the video you are uploading?
what are the permissions on ffmpeg
what are the permissions on the files directory for videos
what is the file ext you are uploading?
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Here we go again. 
This might help as well. So many prior topics on this.
Video Processing Help
and more Video Help
ManOfTeal.COM a Proud UNA site, six years running strong! |
this has been discussed countless times. and each time this happens, we see a new post. though i must say, its further between with the posts about video processing.
Here we go again. 
This might help as well. So many prior topics on this.
Video Processing Help
and more Video Help
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Hey yes i know that threads but nothing helps
so is some time away, and i think my problem is follow:
is correct, that job ich checked by hoster "hosteurope"
I'm using Plesk 10 with Resellers (all by my own with different Websites)
All resellers have shell bin/bash
But the Job send mail that: -: /usr/lib/php5: No such file or directory
so ist a problem in security but which one..... dont be angry i know about the threads but i cant find the answer for my problem right now since 8 hours
|
In one of the searches provided to you by Newton, I show you how to troubleshoot/configure cron jobs:
http://www.boonex.com/n/Troubleshooting_Dolphin_Videos_Migrations_RMS
A good place to check and make sure your file paths are correct is to edit your header.inc.php file and locate the path to PHP and your ROOT path. Together, these form your cron job statement. As stated in the tutorial linked above, some hosts require that you call your local php.ini file inside the cron statement.
Nothing to see here |
Hey thanks Zarcon
i checked it out requirements all OK
All Videos removed
cache cleaned up
disable_functions is empty in php.ini
the Path to php5 and to cron.php is correct, the hoster said it too
ich checked the whole list an now: the video is being processed and cron said "no file or....."
in Putty i can see php5 path in etc / lib /
an cron.php in /var/www/vhosts/url/httpdocs/periodic/
the erros in cron is that the path to php5 is no directory, i dont understand that error :/
So maybe its a problen in PLESK itself?!
The hoster said the path is correct only the Rights for the reseller isnt cooret, he need /Bin/Bash in shell for using php5, is set it in PLESK10 to bin/bash but no change in results, im searching now for more ideas otherwise im going mad an jump out of the window ^^
|
Have you checked the permissions on ffmpeg.exe? Try setting it to either 777 or 755 and see if that works. Nothing to see here |
Anduin,
Do you have a valid email in the cron setup? That is an easy way to start figuring out where the problem is. If you have a valid email there and the cron ISN'T setup correctly you will get 1 error email per minute. If it IS setup correctly you will get 1 email around midnight telling you the cron cleaned up the db.
If you are getting the clean up email then you should also get one from FFMpeg every time it processes a video.
So setup a valid email and see what happens... if you get flooded with errors then you know the cron is your problem.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
Hey Thanks 4 all ure help, im so happy about it,...
so i chekced the Cron in Putty and the output is follow:
Hallo, ja habe es gemacht hier das ergebniss
PHP Warning: Directive 'safe_mode' is deprecated in PHP 5.3 and greater in Unknown on line 0
<font color="red">safe_mode is On, disable it</font> <br />
Please go to the <br />
<a href="http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter">Dolphin Troubleshooter</a> <br />
but safe_mode in info.php:
safe_mode local: Off master: Off
i think thats the core of the problem, or?
|
Problem closed an may someone helps the following Info:
the /etc/php5/cli have a second php.ini for a local Cronjob so there must be the safe_mode set to off too :-9
|
yeah, that has been a problem on a few instances. when running a custom path on php5, then you need to ensure the entire server is in compliance with the requirements of dolphin.
i had written this, then of course my session timed out here on the forum, so i am posting it anyhow. its most likely no longer relevant, but may help somebody who is using plesk:
see ya when you hit the sidewalk :)
can we get that on video?
Hey thanks Zarcon
i checked it out requirements all OK
All Videos removed
cache cleaned up
disable_functions is empty in php.ini
the Path to php5 and to cron.php is correct, the hoster said it too
ich checked the whole list an now: the video is being processed and cron said "no file or....."
in Putty i can see php5 path in etc / lib /
an cron.php in /var/www/vhosts/url/httpdocs/periodic/
the erros in cron is that the path to php5 is no directory, i dont understand that error :/
So maybe its a problen in PLESK itself?!
The hoster said the path is correct only the Rights for the reseller isnt cooret, he need /Bin/Bash in shell for using php5, is set it in PLESK10 to bin/bash but no change in results, im searching now for more ideas otherwise im going mad an jump out of the window ^^
i have seen plesk panel wreak mortal havoc on cron jobs. i too have written many instructions on cron setup. though i despise plesk, so nothing i have written is plesk related specifically. i do know that i have seen crond die many deaths unexplained when running dolphin on a plesk controlled environement.
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |