Here is what I have.


radio@seth:/usr/local/libexec$ df -TH
Filesystem     Type      Size  Used Avail Use% Mounted on
/dev/root      ext4       32G  3.6G   27G  12% /
devtmpfs       devtmpfs  459M  4.1k  459M   1% /dev
none           tmpfs     4.1k     0  4.1k   0% /sys/fs/cgroup
none           tmpfs      92M  848k   91M   1% /run
none           tmpfs     5.3M     0  5.3M   0% /run/lock
none           tmpfs     459M   24M  435M   6% /run/shm
none           tmpfs     105M   25k  105M   1% /run/user
/dev/mmcblk0p1 vfat       63M  4.9M   58M   8% /media/radio/324A-3901
radio@seth:/usr/local/libexec$ ls -alrt /var/snd
total 1900
drwxr-xr-x 15 root  root         4096 Mar 18 08:11 ..
drwxrwxrwx  2 radio rivendell    4096 Mar 18 08:14 .
-rw-rw-rw-  1 radio radio     1933368 Mar 18 08:14 999999_001.wav
radio@seth:/usr/local/libexec$ grep "^Audio" /etc/rd.conf
AudioOwner=radio
AudioGroup=rivendell


On Tue, Mar 22, 2016 at 1:46 AM, David Klann <dkl...@linux.com> wrote:

>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hey Seth,
>
> This sounds suspiciously like a permissions issue with the audio file
> directory (usually /var/snd). This directory should be owned by the user
> specified in /etc/rd.conf as "AudioOwner". The directory should also
> have group ownership matching the group in the setting "AudioGroup" in
> /etc/rd.conf. Finally, the directory should have its permission "mode"
> set to either "755" or "775". If changing that directory to the above
> ownership and permissions doesn't help, please post the output of the
> following commands:
>
> df -Th
> ls -alrt /var/snd
> grep "^Audio" /etc/rd.conf
>
> Hope this helps!
>
>   ~David Klann
>
>
>
>
> On 03/21/2016 12:19 PM, Seth Stevenson wrote:
> > Hi all,
> >
> > Sorry for the flood of questions lately. Getting a lot of problems
> solved and I appreciate it.
> >
> > I now have an issue with import in rdlibrary. The import shows
> complete, but no audio is actually there; just metadata.  The is no
> files in var/snd either. A search seemed to indicate I need to do this.
> >
> > chown root:root rdxport.cgi
> > chmod 4755 rdxport.cgi
> >
> >
> > I've done this and it didn't help. My rdxport.cgi is root root with
> rwsr-xr-x permissions. Is this my problem?
> >
> > --
> > Seth Stevenson
> >
> >
> > _______________________________________________
> > Rivendell-dev mailing list
> > Rivendell-dev@lists.rivendellaudio.org
> > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
>
> iF4EAREIAAYFAlbwM3MACgkQZtxZ++32cNjuAQEAmS7kWJJ1QdJ1yMRj1ovyc9XF
> gMFIG29ErNxd+5Ct+eABAIzQxsXnGeisQ8qEsZjDKcaQQ/eC7/r5+Ba6cULbVdO2
> =YLjR
> -----END PGP SIGNATURE-----
>
>


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

Reply via email to