David,

Type this command in a terminal window on the server:

sudo chmod a+rx /var/snd

and see if you can play audio on the clients. If not, you may also need to run
this command on the server:

sudo find /var/snd -type f -exec chmod a+r '{}' ';'

(Best to copy and paste that command into the terminal window to get the
proper quote symbols and spacing.)

Hope this helps!

  ~David Klann

On Wed, 2019-08-21 at 21:50 +0200, David Henderson wrote:
> Of course - here are the results...
> 
> [rd@rdcl1 ~]$ ls -la /var
> total 352
> drwxr-xr-x. 24 root      root        4096 Jun 11  2018 .
> dr-xr-xr-x. 25 root      root        4096 Aug 21 20:18 ..
> drwxr-xr-x.  2 root      root        4096 Mar 22  2017 account
> drwxr-xr-x. 15 root      root        4096 Jun 11  2018 cache
> drwxr-xr-x.  2 root      root        4096 Aug 16 19:47 crash
> drwxr-xr-x.  2 root      root        4096 Nov 22  2013 cvs
> drwxr-xr-x.  3 root      root        4096 Jun 11  2018 db
> drwxr-xr-x.  3 root      root        4096 Jun 11  2018 empty
> drwxr-xr-x.  2 root      root        4096 Sep 23  2011 games
> drwxrwx--T.  2 root      gdm         4096 Jun 19  2018 gdm
> drwxr-xr-x. 39 root      root        4096 Aug 18 18:51 lib
> drwxr-xr-x.  2 root      root        4096 Sep 23  2011 local
> drwxrwxr-x.  5 root      lock        4096 Aug 21 20:18 lock
> drwxr-xr-x. 13 root      root        4096 Aug 21 20:19 log
> lrwxrwxrwx.  1 root      root          10 Jun 11  2018 mail -> spool/mail
> drwxr-xr-x.  2 root      root        4096 Sep 23  2011 nis
> drwxr-xr-x.  2 root      root        4096 Sep 23  2011 opt
> drwxr-xr-x.  2 root      root        4096 Sep 23  2011 preserve
> drwxr-xr-x. 31 root      root        4096 Aug 21 20:19 run
> drwxrwx---   4 rivendell rivendell 262144 Aug 18 23:50 snd
> drwxr-xr-x. 14 root      root        4096 Jun 11  2018 spool
> drwxrwxrwt.  2 root      root        4096 Aug 16 19:40 tmp
> drwxr-xr-x.  2 root      root        4096 Jun 21 19:06 win32
> drwxr-xr-x.  7 root      root        4096 Jun 19  2018 www
> drwxr-xr-x.  3 root      root        4096 Jun 11  2018 yp
> [rd@rdcl1 ~]$
> 
> 
> 
> 
> 
> > Sent: Wednesday, August 21, 2019 at 8:41 PM
> > From: "Workino" <[email protected]>
> > To: "David Henderson" <[email protected]>
> > Cc: [email protected]
> > Subject: Re: [RDD] Playback Problem
> > 
> > Please send the output of ls -la /var
> > 
> > 
> > 
> > Sent from my iPhone
> > 
> > > On 21 Aug 2019, at 21:24, David Henderson <[email protected]>
> > > wrote:
> > > 
> > > Thanks again for the help :)
> > > 
> > > Seems it is permissions related as the server displays the contents of
> > > the folder no problem, but the clients don't:
> > > 
> > > 
> > > [rd@rdcl1 ~]$ df -h
> > > Filesystem           Size  Used Avail Use% Mounted on
> > > /dev/sda1             24G  3.8G   19G  17% /
> > > tmpfs                1.7G   76K  1.7G   1% /dev/shm
> > > /dev/sda3            115G   92M  109G   1% /home
> > > 10.0.0.130:/var/snd  1.8T  261G  1.5T  15% /var/snd
> > > [rd@rdcl1 ~]$ ls /var/snd
> > > ls: cannot open directory /var/snd: Permission denied
> > > [rd@rdcl1 ~]$
> > > 
> > > What's the best way to fix this?
> > > 
> > > 
> > > 
> > > 
> > > > Sent: Wednesday, August 21, 2019 at 4:13 PM
> > > > From: "Fred Gleason" <[email protected]>
> > > > To: "Gabriele Fergola" <[email protected]>, "David Henderson" <
> > > > [email protected]>
> > > > Cc: Rivendell-Dev <[email protected]>
> > > > Subject: Re: [RDD] Playback Problem
> > > > 
> > > > > On Wed, 2019-08-21 at 12:26 +0200, Gabriele Fergola wrote:
> > > > > in sheel try to simply do an "ls /var/snd" (without quote)
> > > > > or you can just execute "mount |grep snd" but in this case, u see
> > > > > only if it is mounted but not if it is accessible
> > > > 
> > > > You can also get a list of all mounted filesystems by doing:
> > > > 
> > > >    df -h
> > > > 
> > > > You should see an entry in the resulting list that looks something
> > > > like:
> > > > 
> > > > w.x.y.z:/var/snd            980G   12G 908M   2% /var/snd
> > > > 
> > > > 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
> > > [email protected]
> > > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
> _______________________________________________
> Rivendell-dev mailing list
> [email protected]
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to