Page 42 of 66

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 21 Feb 2019, 19:32
by jlynton
Vhond wrote:Still sometimes the mounting problem after rebooting the RPI. Removing the mount and adding it again 'solves' the problem but that mustn't be the way...

I have this problem too, I have to re-create all mount after every boot since the latest gitpull.

Is the following any help?

root@runeaudio(rw):~# redis-cli hgetall mount_2
1) "name"
2) "Classical"
3) "id"
4) "2"
5) "type"
6) "nfs"
7) "address"
8) "10.24.57.25"
9) "remotedir"
10) "volume1/Public/Audio/Music/Classical"
11) "username"
12) ""
13) "password"
14) ""
15) "charset"
16) ""
17) "rsize"
18) "8192"
19) "wsize"
20) "16384"
21) "options"
22) "ronoctonoexec"
23) "error"
24) "mount.nfs: an incorrect mount option was specified"

Previously I was on the version where you had just fixed the changing fonts in the UI, everything was fine then.

I notice that the non-working mounts give (under "options") "ronoctonoexec", while the re-created, working mounts give "ro,nocto,noexec". If I change ronoctonoexec to ro,nocto,noexec under the mount's advanced options, then save, it immediately reverts to ronoctonoexec.

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 21 Feb 2019, 20:19
by janui
Hi jlynton,
jlynton wrote:...I have this problem too, since the latest gitpull. Is the following any help?...
Yes, thanks, this is great.
A fix has been published,
You need to upgrade using git pull to get it, see the first post in this thread for instructions.
janui

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 21 Feb 2019, 20:40
by janui
Hi Vhond,
Vhond wrote:What kind of diagnostics do you prefer?
First please upgrade the player, I introduced a bug in the previous update. Sorry about that. I have posted a fix, see here: runeaudio-0-5-beta-for-all-raspberry-pi-models-t6532-410.html#p27349

For diagnostics, please run these commands via SSH after a successful mount and save the output until it goes wrong. First run this:
Code: Select all
redis-cli --scan | grep mount_
Then for each value returned run this:
Code: Select all
redis-cli hgetall mount_x
Where mount_x is the value returned by the previous command. Remove any password information if it is shown.
And also the output of this:
Code: Select all
grep -i -E 'cifs|nfs' /proc/mounts

When it boots and fails to mount, run the commands again and post the successful and failed situation.
Many thanks in advance.
janui

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 21 Feb 2019, 22:19
by jlynton
janui wrote:Hi jlynton,
jlynton wrote:...I have this problem too, since the latest gitpull. Is the following any help?...
Yes, thanks, this is great.
A fix has been published,
You need to upgrade using git pull to get it, see the first post in this thread for instructions.
janui

Thanks Janui, works perfectly now, and wonderful that you could fix it so promptly!

In case anyone else needs to know, this is what I did:

1. Upgraded using gitpull
2. Waited for the reboot, still nothing mounted.
3. On the "Sources" page, went to each mount, and in the Advanced settings section changed ronoctonoexec to ro,nocto,noexec then saved. After saving, each mount mounted itself, so I waited for the Library to update.
4. Just to be sure, I then rebooted, and saw that every mount had remounted.

Excellent!

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 22 Feb 2019, 16:11
by Vhond
I did the Gitpull, mount was found after reboot. Hope this will last forever. Thx foor the quick support and thx for jlynton for his input. :D

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 24 Feb 2019, 13:55
by washburn_it
Hi,

I installed the version 0.5 (janui-20180903) in a Pi 3B, everything installed correctly but...eventhough the selected output is HDMI I can't hear the sound of any file.
The Raspberry is connected to a Samsung TV through HDMI but the output is silent.
If I connect the output jack, instead, I can hear the music even if it's pretty low with volume control set to 100.
Nothing with HDMI.
What can I check?
Thank you, regards.

UPDATE: since I have an HiFiBerry DAC+ Standard I tried to install the module but I noticed that everytime I selected a kernel module from settings, after applying the choice, the kernel module displayed was different from th one selected...i.e. I selected "HiFi Berry DAC+ Standard", after clicking "apply" It showed "PIFI Dac Plus" that is not what I selected.
Anyway...after some tries and reboot, I took the module off, selected "I2S disabled" and then, after rebooting, HDMI out started to reproduce sound.

Roberto

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 24 Feb 2019, 18:18
by ceejayemm
Hi

Not sure if this is a 0.5b problem or a Enhanced UI (Rern) problem but will start here, if it turns intoa Enhanced UI issue I will create a new ticket there.

I flashed a new SC card this morning, using 20180903_runeaudio_rpiB2.img.gz and updated it to -8 using the \Dev gitpull options. All seemed well and then I applied the Rern Enhanced UI update also via the \Dev options. Again all seemed well. I configured and updated my library, again all fine. I then started adding Web Radio items as shown in webradio1.jpg below but none of these would work. I reapplied the Rern EUI as there seemed to be some fixes for web radio items. I then added the 'BBC Radio 2 DASH1' item which DOES work OK (?). Checking the folder \MusicStoreWebradio this only shows the BBC Radio 2 DASH1.pls entry. I cannot delete any of these web radio entries at all, including the BBC Radio 2 DASH1 entry

WebRadio1.jpg
WebRadio1.jpg (107.63 KiB) Viewed 1708 times


I am also now finding that the \Dev pages are also scrambled as shown below:

Dev1.jpg
Dev1.jpg (145.06 KiB) Viewed 1708 times


I am using a Chrome browser via Windows 10 Pro 64bit for all connections to my RuneAudio setup running on a Raspberry PI 3

Thanks for any help to fix my problems.

Chris

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 25 Feb 2019, 10:45
by janui
Hi washburn_it,
washburn_it wrote:I installed the version 0.5 (janui-20180903) in a Pi 3B, everything installed correctly but...
Some of the problems which you mention have already been fixed. You need to upgrade to the latest patch level with a git pull. There are upgrade instructions in the first post in this thread.
If any problems persist, please post the details.
janui

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 25 Feb 2019, 10:48
by janui
Hi ceejayemm,
ceejayemm wrote:Not sure if this is a 0.5b problem or a Enhanced UI (Rern) problem but will start here, if it turns into a Enhanced UI issue I will create a new ticket there.
Thanks for the post. If you could retest without Rern’s Addons I will look into any problems which you discover.
janui

Re: RuneAudio 0.5-beta for most Raspberry Pi models

PostPosted: 25 Feb 2019, 17:01
by alecs123
hello... last week I just arrived from a 2 week trip, before I left, i turned off all my equipment. When turned on back again my RBPi3 with runeaudio and janui version -6 won't boot completely, I could telnet so I did a git pull... and won't boot at all.
so downloaded the last version, did a full image to card and now it shows me: janui-20180903-0 but the first post relates to version 9.
It works ok, but after several minutes (about one hour) idle it shuts off completely and have to unplug and reboot to get it working again.
my questions are: is there something wrong with the version 0 I have? and is this new behavior for shutting down?
Thanks