If it still works after rebooting, then it is setup successfully.
That looks perfectly fine. Now, just to exercise how it is done, check the status of the running server as in my previous postâŚ
Okay, so I rebooted the Ubuntu and its working now.
I went into settings to check Roon ARC and here is what I find. This was accessible earlier.
Should I add some firewall exclusions?
I didnât have to set the firewall here. But are the Core IP and Port still the same?
Thanks so much Martin, I appreciate you responding :). The guys pointed this out earlier and now I have managed to get it running againâŚwith the caveat on ARC per my last post
I canât help you with ARC support, I havenât set it up myself and donât use it. But at least your screenshot seems to indicate that you were able to connect to your running Roon Core server from a Remote⌠So, the server installation was successful and all is ok on this front.
Nice. Thatâs a different port number though. I wonder where that 5050 came from.
I had manually changed to 5050 a while ago, i suspect there was some kind of conflict. In any case, its now reset and working again . Thanks so much !!
A post was split to a new topic: ARC Connection Error (Du Telecom in Dubai)
Hi, newbie question
I have installed UBUNTU server and am having trouble with the roonserver installation.
When I get to:
sudo chmod +x roonserver-installer-linuxx64.sh
I get error: âcannot access âroonserver-installer-linuxx64.shâ : no such file or directoryâ
downloading the easy installer seemed to go fine (curl -0 https://download.roonlabs.net/builds/roonserver-installer-linuxx64.sh)
What can I do?
So itâs telling you it canât find the file. If you type ls -alh
and paste the output here Iâll take a look. Also try `find / -type f -name âroonserver-installer-linuxx64.shâ'. Again stick the output here and Iâll take a look.
Iâd try sudo chmod +x ./roonserver-installer-linuxx64.sh
And probably DOH from me, just got in from work travel and far from my sharpest.
Edit Tab completion takes uncertainty away and is faster to boot
Didnât work same no such file or directory message
In your posted directory listing there is no installation script. Therefore the error message.
You may have downloaded the script into another directory. You could just try the previous download step again and then post once more the directory listing to make sure the installation file is present.
Wasnât there just recently a discussion about replacing curl
through wget
because of reasons (snap curl
has no write access to most directories, is not allways available) in the actual installer? Can it be that the very same reasons make the installation attempt for the installer script go poof? Does the installation document need an actualization? I think it doesnât make sense to replace curl
, which may not even be available on all installations, through wget
in the actuall installer and then leave curl in the install document.
As a test:
wget -O roonserver-installer-linuxx64.sh https://download.roonlabs.net/builds/roonserver-installer-linuxx64.sh
Does this command to download the installer work (or show a reason why it fails)?
Perhaps the script contains curl
commands, so same problem. These could be replaced with wget
as well.
Edit Indeed it does, but just the one instance.