Re: error http 500 while uploading files

2014-04-10 Thread Giovanni
howdy! So, in a nutshell, all I have to do is set the ownership to nobody, group to nogroup, permissions to mode 771 ..right? 2014-04-10 0:33 GMT+02:00 Maxim Solodovnik solomax...@gmail.com: Actually it depends on answer: which user are you using to start red5 Usually we all start it using

Re: error http 500 while uploading files

2014-04-10 Thread Alvaro
...yes to try... chown -R nobody /your_OM_path/ ... El jue, 10-04-2014 a las 10:45 +0200, Giovanni escribió: howdy! So, in a nutshell, all I have to do is set the ownership to nobody, group to nogroup, permissions to mode 771 ..right? 2014-04-10 0:33 GMT+02:00 Maxim

Re: OM 3.1 running check - external ping

2014-04-10 Thread Peter Dähn
Hi Balazs, I use this little script via cron... so you just need to check if the server in general is alive... this works for me... /#! /bin/bash// //DATUM=`date +%Y-%m-%d_%H:%M`// ///sbin/start-stop-daemon --status --pidfile /var/run/red5-highperf.pid// //RETVAL=$?// // if [ $RETVAL -ne 0 ]

Re: error http 500 while uploading files

2014-04-10 Thread Giovanni
We did it guys! I set the ownership to nobody and permission 774 to the hole red5 folder, now it works! Thank you! 2014-04-10 11:21 GMT+02:00 Alvaro zurca...@gmail.com: ...yes to try... chown -R nobody /your_OM_path/ ... El jue, 10-04-2014 a las 10:45 +0200, Giovanni escribió: