RuneAudio+R e2 - An improved version of RuneAudio

Raspberry Pi related support

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby Toube » 26 Sep 2019, 20:13

cmh714 wrote:
Toube wrote:Hi cmh714,

sorry what options did you use, can explain in details / steps thanks?

-Toube


so for options I just used "ro,nolock" without the quotes, that gives me a fstab that looks like this:
192.168.2.144:/nfs/Public/Shared\040Music /mnt/MPD/NAS/WD nfs x-systemd.automount,ro,nolock 0 0
192.168.2.144:/nfs/My_Passport_0820-1/Music /mnt/MPD/NAS/WD_Passport nfs x-systemd.automount,ro,nolock 0 0

and mount shows:
192.168.2.144:/nfs/Public/Shared Music on /mnt/MPD/NAS/WD type nfs (ro,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.2.144,mountvers=3,mountport=43276,mountproto=udp,local_lock=all,addr=192.168.2.144)
192.168.2.144:/nfs/My_Passport_0820-1/Music on /mnt/MPD/NAS/WD_Passport type nfs (ro,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.2.144,mountvers=3,mountport=43276,mountproto=udp,local_lock=all,addr=192.168.2.144)


Thanks
Toube
 
Posts: 131
Joined: 10 Oct 2018, 08:10

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby cmh714 » 26 Sep 2019, 20:35

and for clarification the "\040" in the middle of my first mount is due to the fact that I have a space in the folder name so Shared Music comes out as Shared\040Music...the scripts took care of that for me....

Toube wrote:
cmh714 wrote:
Toube wrote:Hi cmh714,

sorry what options did you use, can explain in details / steps thanks?

-Toube


so for options I just used "ro,nolock" without the quotes, that gives me a fstab that looks like this:
192.168.2.144:/nfs/Public/Shared\040Music /mnt/MPD/NAS/WD nfs x-systemd.automount,ro,nolock 0 0
192.168.2.144:/nfs/My_Passport_0820-1/Music /mnt/MPD/NAS/WD_Passport nfs x-systemd.automount,ro,nolock 0 0

and mount shows:
192.168.2.144:/nfs/Public/Shared Music on /mnt/MPD/NAS/WD type nfs (ro,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.2.144,mountvers=3,mountport=43276,mountproto=udp,local_lock=all,addr=192.168.2.144)
192.168.2.144:/nfs/My_Passport_0820-1/Music on /mnt/MPD/NAS/WD_Passport type nfs (ro,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.2.144,mountvers=3,mountport=43276,mountproto=udp,local_lock=all,addr=192.168.2.144)


Thanks
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby rern » 29 Sep 2019, 10:15

New Release - RuneAudio+R e1.2

System-wide upgrade

- All latest packages (400+ upgraded)
- Latest kernel 4.19.75
- Now pacman -Syu will not break the system.
- Pesistent database and all settings (Some settings from R+R e1.1 will not be restored.)
- Improve NAS mounts
- Fix AirPlay and UPnP bugs

The image file: RuneAudio+R_e1.2.img.xz

rern
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby cmh714 » 29 Sep 2019, 15:39

I just noticed that at the top of my Addons page I have this error:   e1.1 Warning: file_put_contents(/srv/http/data/system/version): failed to open stream: No such file or directory in /srv/http/addonslist.php on line 3

And, the Update button is greyed out and I cant update....

As always, appreciate ALL the effort @rern

***EDIT: Fixed the error by creating the file, still have the Updates button greyed out.....
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby cmh714 » 29 Sep 2019, 16:24

rern wrote:New Release - RuneAudio+R e1.2

System-wide upgrade

- All latest packages (400+ upgraded)
- Latest kernel 4.19.75
- Now pacman -Syu will not break the system.
- Pesistent database and all settings (Some settings from R+R e1.1 will not be restored.)
- Improve NAS mounts
- Fix AirPlay and UPnP bugs

The image file: RuneAudio+R_e1.2.img.xz

rern


Just flashed, has the same Updating problem as I mentioned above, so this wont install the Addons....the update button is greyed out.

**EDIT: Also MPD Settings dont stick for me. I can see and select my external DAC but it wont stick and keeps reverting to the Analog output

Mounting NFS is still a bit of a mystery :) The mounts still dont show up in the UI but are in the Library....OOPS, spoke too soon, this is broken.....
The directory gets created, but there is nothing in fstab so it does NOT get mounted.....

LAST edit :) so fstab gets the right mount, it just required a reboot for everything to work and the Library index to be updated....
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby RolandBlaze » 29 Sep 2019, 16:54

rern wrote:New Release - RuneAudio+R e1.2

System-wide upgrade

- All latest packages (400+ upgraded)
- Latest kernel 4.19.75
- Now pacman -Syu will not break the system.
- Pesistent database and all settings (Some settings from R+R e1.1 will not be restored.)
- Improve NAS mounts
- Fix AirPlay and UPnP bugs

The image file: RuneAudio+R_e1.2.img.xz

rern


Awsome work, thanks v much :)
RuneAudio+R e6 20201108 
Raspberry Pi 4 Model B Rev 1.
User avatar
RolandBlaze
 
Posts: 31
Joined: 14 Oct 2017, 10:52

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby klassikmann » 29 Sep 2019, 16:59

I started from scratch with the new image and the thumbdrive containing the 1.1 extra directories. Migration to the new format for the extra directories successful, configuration of 1.2 straight-forward.

klassikmann
RPI 3B + HifiBerry Digi+ Pro + rAudio-1
klassikmann
 
Posts: 182
Joined: 27 Apr 2016, 18:36

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby cmh714 » 29 Sep 2019, 17:06

hmmm, then interesting that I am having so many issues....I started fresh, used the same USB didnt change anything....but nothing seems to want to "stick" for me. Even changing things in Library Tools, my UI doesnt change and if I go back to the page everything is selected again....

very strange
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby rern » 29 Sep 2019, 18:10

Update 20190929
- Fix - NAS mounts to not require a reboot
- Fix - missing version number

rern


@cmh714,

It migth be the permission. Try:
Code: Select all
mnt=$( df | grep /dev/sda1 | awk '{print $NF}' )
dirdata="$mnt/data"
chown -R http:http "$dirdata"
chown -R mpd:audio "$dirdata/mpd"
Last edited by rern on 30 Sep 2019, 02:32, edited 2 times in total.
rAudio @ https://github.com/rern/rAudio-1
Raspberry Pi 4B
Raspberry Pi 3B > SMSL M8 DAC
Raspberry Pi Zero W
User avatar
rern
 
Posts: 723
Joined: 14 Jul 2016, 08:15

Re: RuneAudio+R e1 - An improved version of RuneAudio

Postby cmh714 » 29 Sep 2019, 18:58

Appreciate the post @rern...tried several things so wasnt sure on how what you posted would work and it didnt so I started over. New flash, new format of USB, and now I completely f'ed up :) never had so many damn problems before. I do see that the perms after flash dont match what you posted but when I try to chown I am not able to change ownership and so far havent figure it out :)

Probably my biggest problem is that I cant get the MPD Settings to stick on my external DAC, and I never had that issue before.

Going to start clean one more time.....
cmh714
 
Posts: 470
Joined: 04 May 2014, 03:06

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 1 guest