I made a Back up of a site but when I tried to restore it, it won´t do it, and it gives me this error message in the aegir views:
Database import failed: Could not open required defaults file: /dev/fd/3 Fatal error in defaults handling. Program aborted ERROR 1045 (28000): Access denied for user 'aegir'@'localhost' (using password: NO)
The site is a Drupal 6 , and the aegir version 1.7 I´m usisng debian6
thanks for your help
Comments
Comment #1
steven jones commentedAre you by any chance using 'Hosting queue runner', if so, restart the queue runner and see if that sorts your problem.
Comment #2
Anonymous (not verified) commentedAlso ensure that udev is installed on your server (presuming it is, or else the original backup task would've failed, but mentioning it in case it was removed later)
Comment #3
alby111 commentedThanks a lot Steven Jones and Mig5
Looking into the /dev/ directory I noticed that I didn´t have /dev/fd. But fd was in the directory:
/proc/self/fd/. So I made link this way : ln -s /proc/self/fd /dev/fd. and then the error was gone and I was able to clone and restore.
Comment #4
Robin Millette commented