Re: [RDD] "unable to create destination file" - Debian 8 fresh install

2018-07-17 Thread Fred Gleason
On Jul 17, 2018, at 12:42, le père Léon  wrote:

> (I must say I did not configure Apache since I don't know the relation 
> between the c++-qt3-mysql Rivendell application and Apache..)

In which case, a great many things won’t work (including import).

You basically need to provide two things in the ‘./configure’ invocation that 
relate to Apache:

--libexecdir=

Where  is the directory in which the place the Rivendell web CGI 
components.

--sysconfdir=

Where  is the directory in which to place Apache configuration 
files.

Unfortunately, each distro tends to be a law unto itself with regard to these 
items, so there is no sane way to auto detect them. As an example, on RHEL-ish 
systems, the full invocation is:

./configure --prefix=/usr --libdir=/usr/lib64 
--libexecdir=/var/www/rd-bin --sysconfdir=/etc/httpd/conf.d

Cheers!


|--|
| Frederick F. Gleason, Jr. |  Chief Developer |
|   |  Paravel Systems |
|--|
|  A room without books is like a body without a soul. |
| -- Cicero|
|--|___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] "unable to create destination file" - Debian 8 fresh install

2018-07-17 Thread rivdev
Hello,

My first thought was to make sure there's enough disk space left.  There 
probably is, but that's the first thing I thought of.

The command df -h will show disk usage in human-readable format.

Next, I'd try to touch a file in /var/snd as the rd user:

touch /var/snd/testfile

That will attempt to create the file as the rd user in /var/snd.

Steve

On Tue, Jul 17, 2018 at 06:42:43PM +0200, le père Léon wrote:
> Sounds like these words have already been read..
> 
> Under Debian 8 (thanks to many tricks I finally succeeded in compiling and
> launching Rivendell !!)
> .. import does not work :
>  "unable to create destination file"
> 
> It does not even work when /var/snd is 0777 mode.
> 
> (I must say I did not configure Apache since I don't know the relation
> between the c++-qt3-mysql Rivendell application and Apache..)
> 
> -- 
> Léon.
> 
> ___
> Rivendell-dev mailing list
> Rivendell-dev@lists.rivendellaudio.org
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


[RDD] "unable to create destination file" - Debian 8 fresh install

2018-07-17 Thread le père Léon

Sounds like these words have already been read..

Under Debian 8 (thanks to many tricks I finally succeeded in compiling 
and launching Rivendell !!)

.. import does not work :
 "unable to create destination file"

It does not even work when /var/snd is 0777 mode.

(I must say I did not configure Apache since I don't know the relation 
between the c++-qt3-mysql Rivendell application and Apache..)


--
Léon.

___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev