If you see this error in ‘File conversion details’of Clipbucket admin_area, to resolve the error do the following :Download presets from : www.mediasoftpro.com/downloads/Presets.zipUnzip and upload the presets to /usr/local/share/ffmpeg folderThats all.. now you are good to upload videos to your Clipbucket site. If you have any questions, let me know.
SecurityException in Application.cpp:188: Do not have root privileges. Executable not setuid root?
Last month I came across a situation where all websites on a server were throwing Internal Server errors. Upon checking error logs I found “SecurityException in Application.cpp:188: Do not have root privileges. Executable not setuid root?” in the logs and a quick googling lead me to the cause of the error. The error was because […]
Enable ftp root access – proftpd
Open proftpd.conf (The default location for this file is /etc/proftpd.conf or /usr/local/etc/proftpd.conf, depending on your installation) add turn on rootloginRootLogin onRestart ftpDone..