On Monday 26 March 2012, Guy Curtis wrote: > Ok, so I have double checked permissions and i definatley > have apache active but i cannot import any files into > rivendell. I am on version 2.1.3 and I do not know how to > fix this problem. Can somebody help me, has somebody else > had this issue and worked out how to solve it?
Did you just upgrade?? It looks a problem I had a month ago, after an upgrade. The problem was an old file was still around from the previous version. There is a file left over from the old version that needs to be removed. The file to remove is: /etc/apache2/conf.d/rd-bin.conf Then restart apache with the command: /etc/init.d/apache2 restart It has been replaced by: /etc/rivendell/apache.conf and a symlink to it: /etc/apache2/conf.d/rivendell The existence of the old one blocks the new one. Also ... another place I have seen something like this, sometimes, is disk full. I recall a similar message when /tmp is full. Rivendell requires a LARGE amount of space in /tmp, especially if it is doing normalization. If you use debian, with split partitions of the default sizes, the space alloted to /tmp is not sufficient. The obvious solution is to put /tmp on a partition that has enough space. Audacity has this issue too, even more so. The configuration I use now has /tmp on the same partition as /var/snd, which obviously must be big because that's where all of the sound files are. _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
