![]() |
|
HELP - cannot configure Minimserver - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: HELP - cannot configure Minimserver (/showthread.php?tid=6326) Pages: 1 2 |
HELP - cannot configure Minimserver - Nayags1 - 12-09-2021 09:08 Any help is much appreciated! I have just converted my QNAP NAS from RAID to JBOD. All data has been reinstalled without problems. I am able to get Linn Kazoo (the Windows App I use to browse my music to direct to my Linn Streamer) to see and recognise the QNAP streaming app. However although I installed MinimServer manually without problem (although it did flash briefly during the installation - "minimserver error could not create a shared folder") and it did create a launch icon on the QNAP control page. Everytime I click on this icon and try to launch it, it fails to connect to the :9790 port. These are the measures I have tried to no avail: 1. disabled the Firewall (Eset Antivirus) 2. Made sure "Use a proxy Server" is off in Windows 10 3. Switching everything off and on again in the sequence recommended on the website Can anyone give me some suggestions as to what I may have missed? Thanks is advance! PS Minimserver was working fine when the setup was previously used as a RAID configuration. RE: HELP - cannot configure Minimserver - simoncn - 12-09-2021 09:50 If MinimServer could not create a shared folder for its its configuration data, it will not be able to run. This problem needs to be solved before you will be able to use MinimServer. Please post the QTS configuration screens that show the storage settings for your JBOD setup. RE: HELP - cannot configure Minimserver - Nayags1 - 12-09-2021 10:04 Thank you Simon. I am not sure which pages on the QTS configuration pages you mean and how do I attach a file or screen grab to this reply? RE: HELP - cannot configure Minimserver - simoncn - 12-09-2021 17:11 I meant the pages (or page) you used when you changed your disk configuration from RAID to JBOD. To attach a file to a forum reply, click the Browse button next to New Attachment on the reply page and select the file you want to attach. After you have done this, click the Add Attachment button. If you don't click Add Attachment, the file will not be attached. You can repeat this to attach multiple files. RE: HELP - cannot configure Minimserver - simoncn - 12-09-2021 17:36 Also, in App Center, please click Volume info (close to the top of the page) and post a screenshot showing what this displays. MinimServer tries to create its configuration shared folder on the volume that was used to install MinimServer. The error message you saw is produced if the MinimServer installer could not create a shared folder on this volume. RE: HELP - cannot configure Minimserver - Nayags1 - 12-09-2021 19:23 (12-09-2021 17:36)simoncn Wrote: Also, in App Center, please click Volume info (close to the top of the page) and post a screenshot showing what this displays.Simon, I am most obliged for your prompt attention to my malady. In view of the frustration I have faced, I removed the JBOD and created a static volume and used all 4 disks in Raid 5. Then I tried to install Minimserver. It told me I needed JRE. So I had to install that. So when I next ran the installation of MinimServer, the same problem started. That is, a failure to create a shared folder. So it must be something else I have done wrong. I have not transferred all my music data back to the simple volume as yet as if you need me to re-do the whole thing, then I can without too much waste of time. Once again, I thank you for your support, Durai. [attachment=2366][attachment=2367][attachment=2368][attachment=2369] RE: HELP - cannot configure Minimserver - simoncn - 12-09-2021 20:34 Thanks very much for posting these screenshots. Please login to a terminal window (ssh or putty) and run the following command: /sbin/getcfg MinimServer Install_Path -d "" -f /etc/config/qpkg.conf What is the output from this command? RE: HELP - cannot configure Minimserver - Nayags1 - 12-09-2021 20:44 (12-09-2021 20:34)simoncn Wrote: Thanks very much for posting these screenshots. Please login to a terminal window (ssh or putty) and run the following command: This is what I got Simon. [~] # /sbin/getcfg MinimServer Install_Path -d "" -f /etc/config/qpkg.conf /share/CACHEDEV1_DATA/.qpkg/MinimServer [~] # RE: HELP - cannot configure Minimserver - simoncn - 12-09-2021 20:59 Thanks for the quick reply. Please try these commands and post the output: ls -l /share/MinimServer /sbin/addshare MinimServer /share/CACHEDEV1_DATA/MinimServer -p -c -gw RE: HELP - cannot configure Minimserver - Nayags1 - 12-09-2021 21:23 (12-09-2021 20:59)simoncn Wrote: Thanks for the quick reply. Please try these commands and post the output: Here is the output Simon [~] # ls -l /share/MinimServer lrwxrwxrwx 1 admin administrators 20 2021-09-12 18:15 /share/MinimServer -> MD0_DATA/MinimServer No output after the second command. |