I can no longer enter the Moode>Configuration>Library. When I click ‘Library’ on the Configuration screen it stops responding and I need to close the webpage and go to http://moode again.
This started happening after I attempted to add an SMB share that is on a hard drive connected to my ASUS router via USB. It is a Samba Ver. 1 and Ver. 2 share.
I have tried restarting the system by removing the power and reconnecting power, but the issue persists.
I am not sure what to try next. Any suggestions? Besides a new install …..
(08-20-2021, 08:30 PM)Thank You, the code returned the following:RaspiOS 10.6 | 5.4.77-v7+ #1371 | armv7l (32-bit) Wrote: Hardware: Allo USBridge SIG [CM3+ Lite 1GB v1.0]
The programs included with moOde are free software; the
exact distribution terms for each program are described
in the individual files in /usr/share/doc/*/copyright.
Moode comes with absolutely no warranties expressed or
implied, or any other guarantees.
08-21-2021, 01:06 AM (This post was last modified: 08-21-2021, 02:20 AM by Chrisjhouse.)
(08-20-2021, 11:17 PM)Tim Curtis Wrote: Its very odd there is no log output after the attempt to mount the SMB share.
It's not obvious to me what might be happening.
Is there a way to force it to stop whatever it is trying to do and restart? When I choose the m menu and then power and either Restart or Shutdown it will show those words in the middle of the screen but it doesn’t actually do anything.
It is not just the Library Configuration Setting that I cannot access. None of the options in Configuration Settings will load. The only button that does anything on that page is Close.
I ended up creating a new image of Moode Audio on a new SD card and booting from that.
I am attempting to add a folder to the library from the SMB share on the hard disk that is connected to my router via USB. After clicking Save it simply hangs and does not proceed.
I then when I reconnect to http://moode and go to Configuration Settings menu none of the option work.
I ended up creating a new image of Moode Audio on a new SD card and booting from that.
I am attempting to add a folder to the library from the SMB share on the hard disk that is connected to my router via USB. After clicking Save it simply hangs and does not proceed.
I then when I reconnect to http://moode and go to Configuration Settings menu none of the option work.
Is there a solution to this problem?
Thank You
I think I found the solution to the above problem.
It was putting in description information after SERVER/Folder (description information) and I did not remove it from the path.
After removing the parentheses and stuff in them it will save fine, but I still cannot mount the volume.
I can add an SMB share from a different server (Ubuntu) and it works fine, so it is something specific to the SMB Server on the Asus Router.
Here is the last part of the log: ( I replaced my username & password with x in the log, but verified that they are correct )
20210821 145839 worker: Job sourcecfg 20210821 145842 sourceMount(): Mount error: (mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)) 20210821 145842 sourceMount(): Command=(mount -t cifs "//PEGASUS/Music/DSD/" -o username="x",password="x",rsize=61440,wsize=65536,iocharset=utf8,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/OrionDSD") 20210821 125842 waitWorker(): Wait (1) 20210821 125842 waitWorker(): End (lib-config, w_active=0) 20210821 125849 waitWorker(): Start (lib-config, w_active=0) 20210821 125849 waitWorker(): End (lib-config, w_active=0) 20210821 130011 waitWorker(): Start (lib-config, w_active=0) 20210821 130011 waitWorker(): End (lib-config, w_active=0) 20210821 130019 sourceMount(): Mount error: (mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)) 20210821 130019 sourceMount(): Command=(mount -t cifs "//PEGASUS/Music/DSD/" -o username="x",password="x",rsize=61440,wsize=65536,iocharset=utf8,ro,dir_mode=0777,file_mode=0777 "/mnt/NAS/OrionDSD") 20210821 130019 waitWorker(): Start (lib-config, w_active=0) 20210821 130019 waitWorker(): End (lib-config, w_active=0) 20210821 130027 waitWorker(): Start (lib-config, w_active=0) 20210821 130027 waitWorker(): End (lib-config, w_active=0) orker(): End (lib-config, w_active=0)
This command is used when creating a Music Source to try and automatically determine the highest SMB protocol supported by the server. If it does not return anything you can try adding the version manually in the Mount flags. Below is the help.
Code:
vers=1.0, 2.0, 3.0, 3.1 etc may be needed and/or sec=ntlm depending on what the NAS device requires.