![]() |
[SOLVED] Permission problems with 8.xx - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Permission problems with 8.xx (/showthread.php?tid=5104) |
RE: Permission problems with 8.xx - Phosphoric - 10-05-2022 Code: pi@moode:/ $ ls -l /media (10-05-2022, 04:53 PM)Tim Curtis Wrote: What is output from the following commands on the 192.168.x.x system? Hope I got that right! RE: Permission problems with 8.xx - Phosphoric - 10-05-2022 (10-05-2022, 05:00 PM)TheOldPresbyope Wrote:(10-05-2022, 04:41 PM)Phosphoric Wrote:(10-05-2022, 04:18 PM)TheOldPresbyope Wrote: @Phosphoric Thanks Kent, I've set up a fresh install so frequently now that I always configure system first which includes SMB enable before I do a power cycle and then on to audio, then library and finally network to set up my wireless connection. I just find it strange that it works perfectly with no intervention from me on ver.76x but not ver. 8xx. Maybe I should try another download of 8.20, perhaps that's not right. I got my download from moodeaudio's own site. I'll try that now. RE: Permission problems with 8.xx - Tim Curtis - 10-05-2022 (10-05-2022, 05:05 PM)Phosphoric Wrote: Looks good. Now from your Linux Mint box try the commands below. Code: sudo mkdir /mnt/Test RE: Permission problems with 8.xx - Phosphoric - 10-05-2022 (10-05-2022, 05:35 PM)Tim Curtis Wrote:Thanks Tim,(10-05-2022, 05:05 PM)Phosphoric Wrote: test.txt appeared in my Moode playe media file. Is that good? I'm currently downloading a fresh version of 8.20 to try from scratch again. I won't overwrite the version that we are working on at the moment though. RE: Permission problems with 8.xx - Tim Curtis - 10-05-2022 Yes, that as good. It proves that the SMB share on your 192.168.x.x system is functioning properly and allowing writes when mounted in "rw" mode. Not sure why your Mint box is giving errors when trying to access the share via its network manager. RE: Permission problems with 8.xx - Phosphoric - 10-05-2022 (10-05-2022, 06:00 PM)Tim Curtis Wrote: Yes, that as good. It proves that the SMB share on your 192.168.x.x system is functioning properly and allowing writes when mounted in "rw" mode. Thanks again Tim. I've just tried a fresh download of 8.20 just in case. Sadly still the same. Thanks to you and TheOldPresbyope for your help today, I'll try again tomorrow, have to get back to family duties now. ![]() RE: Permission problems with 8.xx - Phosphoric - 10-06-2022 (10-05-2022, 06:13 PM)Phosphoric Wrote:(10-05-2022, 06:00 PM)Tim Curtis Wrote: Yes, that as good. It proves that the SMB share on your 192.168.x.x system is functioning properly and allowing writes when mounted in "rw" mode. Well, I've spent a good amount of time on the wonder web today in a fruitless search for a solution to my connection problem with mo0de 8.20. I am not inclined to alter too much the set up of my existing Linux Mint 20 PC as it connects flawlessly to mo0de 7.6x, my RPI NAS and two other Linux based computers. I can either revert to mo0de 7.6x which works fine or accept the limitations of 8.20 and only be able to update my music library by removing my USB mounted sd card and plugging it in to my Linux PC directly. I'm looking forward to trying 8.2.1 when released with the feature to keep trying to reconnect to a lost source. At the moment my whole wifi, broadband, TV, Audio,Mo0de streamer and other bits are all turned off at night from a single power switch to save energy. On switching on in the morning the mo0de streamer boots before the wifi has got settled so I lose the connection to my NAS which takes ages for me to manually restore the library. So thanks for the help and watch this space, maybe a solution will appear. ![]() ![]() RE: Permission problems with 8.xx - Tim Curtis - 10-06-2022 Try setting a longer IP address timeout in System Config. The default is 90 secs but it can be up to 180 secs. Thats a three minute wait for an IP address to be assigned. It's very odd that have to completely regenerate the Library just because an IP address was not assigned. The mount will of course fail but once its re-mounted the Library should appear again as it was before. RE: Permission problems with 8.xx - TheOldPresbyope - 10-06-2022 @Phosphoric You said Quote:I am not inclined to alter too much the set up of my existing Linux Mint 20 PC as it connects flawlessly to mo0de 7.6x, my RPI NAS and two other Linux based computers. I'm perplexed. I have now brought up a moOde 7.6.0 player side-by-side with my 8.2.0 players. I don't see a difference in SMB behavior beyond the need in 8.2.0 to enable the SMB file service explicitly, at least in the quick tests I've done. In both versions, on first attempt to open the player's SMB share(s) via the host icon that appears in my Linux Mint 20.3 File Manager I have to declare myself registered user pi/(the password I gave user pi on my moOde player). After than I can continue to access shares even if I swap out USB drives on the players. As before, I've tested with both a single-partition USB thumbdrive with a VFAT file system and a two-partition uSD card with moOde image on it (VFAT/ext4). I can both read and write to the file systems on the USB partitions. [Some software says "VFAT", some "FAT32", although FAT32 is actually an extension of VFAT.] In both versions, I can also ssh to the moOde player as user pi/(the password I gave this user) and read the mounted USB partition(s). I can write to them only as root, however, which is easily done with the sudo command. As an aside and as I've said previously, Linux Mint and/or the Caja File Manager that's part of the MATE desktop environment I'm using seem to cache the SMB credentials so it remembers them when I revisit a host. That has to be considered when interpreting test scenarios. Regards, Kent RE: Permission problems with 8.xx - Nutul - 10-06-2022 (10-06-2022, 06:03 PM)Tim Curtis Wrote: Try setting a longer IP address timeout in System Config. The default is 90 secs but it can be up to 180 secs. Thats a three minute wait for an IP address to be assigned. Hi all, just to add to the soup... from my Linux Mint I connect to moOde this way: sftp://pi@moode-lounge.local/ I add a bookmark after I successfully connect using one of the icons that "Network" offers me; the other one being possibly SMB (but I think now it is disabled) Cheers, A. |