Le 20/08/2018 à 16:30, Fred Gleason a écrit :
On Aug 19, 2018, at 19:44, le père Léon <news.l...@free.fr <mailto:news.l...@free.fr>> wrote:

rdimport considers everything is OK and returns 0, it does insert new record in CART and CUTS tables, but does not write the file in /var/snd.

I suspect a write access problem between Apache and the rivendell user/group, but have no log reporting that.

Is the target system using SELinux by any chance? If so, and you have it running in ‘enforcing’ mode, then you’ll need to ensure that the ‘/var/snd’ directory has been properly tagged to allow writes from Apache. A quick way to check would be to run ‘sestatus’ from a root shell. If you get back a message that says the current mode is ‘enforcing’, then try dropping it into permissive mode by doing ‘setenforce permissive’ and see if that clears the problem.

# apt -y install policycoreutils
# sestatus
SELinux status:                 disabled

SELinux would really be disabled by default..


--
Léon.

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

Reply via email to