ABHIONLINUX
Site useful for linux administration and web hosting

2011/04/09

How to install qt-faststart with ffmpeg


You can follow the steps given below to install qt-ffmpeg with ffmpeg. For this steps to work out, you should have a working ffmpeg installation in your server.

# svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
# cd ffmpeg
# ./configure
# make
#make tools/qt-faststart
#cp -a tools/qt-faststart /usr/bin/




2011/04/04

Spool file is locked (another process is handling this message) : Unable to send emails ,exim




There are many resons for this error. They may be due to dns, firewall.

Please try the fix given below.

#cd /var/spool/exim4/db
# mv * /backup
move all the files to a backup folder

#/etc/init.d/exim restart

This should fix the issue. If this doesnt fix the issue, please try by restarting the firewall. Firewall may be blocking your emails.