Try this:
cd /var/tmp
chmod 777 conf_queue # make file usable by all
now retry the config
if it still fails, try this:
mv conf_queue conf_queue.old # rename the file
Now retry the configure
- if it works, be happy
- if it does not work, do this:
mv conf_queue.old conf_queue # move the file back
steve