[split] Problem installing minimserver in Snakeoil Firmware - 1.2.1 (Gear Isolation U1)
|
Posts: 10
Threads: 1
Joined: Sep 2020
Reputation:
1
I recently updated to 1.2.1 with Ubuntu 20.04.3 LTS. I am receiving the following output on the system console when I try to download minimserver:
Code: *** Name: minimserver Mode: Installing ***
JDK already installed
--2021-11-09 15:43:01-- http://download.snakeoil-os.net/s/sW8gBNRgSy2HsS7/download
Resolving download.snakeoil-os.net (download.snakeoil-os.net)... 104.21.33.160, 172.67.164.201, 2606:4700:3031::6815:21a0, ...
Connecting to download.snakeoil-os.net (download.snakeoil-os.net)|104.21.33.160|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://download.snakeoil-os.net/s/sW8gBNRgSy2HsS7/download [following]
--2021-11-09 15:43:01-- https://download.snakeoil-os.net/s/sW8gBNRgSy2HsS7/download
Connecting to download.snakeoil-os.net (download.snakeoil-os.net)|104.21.33.160|:443... connected.
ERROR: cannot verify download.snakeoil-os.net's certificate, issued by ‘CN=Cloudflare Inc ECC CA-3,O=Cloudflare\\, Inc.,C=US’:
Unable to locally verify the issuer's authority.
To connect to download.snakeoil-os.net insecurely, use `--no-check-certificate'.
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
/var/www/players/minimserver/install.sh: line 26: /opt/minimserver/bin/startd: No such file or directory
/var/www/players/minimserver/install.sh: line 27: /opt/minimserver/bin/mscript: No such file or directory
/var/www/players/minimserver/install.sh: line 27: /opt/minimserver/bin/stopall: No such file or directory
Install has finished, please click the close button below to exit.
I was able to grab the download using wget and the no certificate modifier, however running the setup shell from my terminal does not fix the issue. I receive similar outputs when I try to download other players. Any suggestions?
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(09-Nov-2021, 11:50 PM)claybomb Wrote: I recently updated to 1.2.1 with Ubuntu 20.04.3 LTS. I am receiving the following output on the system console when I try to download minimserver:
...
I was able to grab the download using wget and the no certificate modifier, however running the setup shell from my terminal does not fix the issue. I receive similar outputs when I try to download other players. Any suggestions? Can you check your computer date/time and make sure it's OK? Just SSH into your Snakeoil machine and run date.
If the time is off by a fair bit the SSL certificates may be deemed invalid. When you say download other players, are they all from https://downloads.snakeoil-os.net? Or from other sources?
Snakeoil Operating System - Music, your way!
Posts: 10
Threads: 1
Joined: Sep 2020
Reputation:
1
11-Nov-2021, 12:09 AM
(This post was last modified: 11-Nov-2021, 05:37 AM by claybomb.)
I ran date and the time matched the result from google. I also tried to update it.
Code: sudo ntpdate time.nist.gov
10 Nov 16:12:32 ntpdate[5088]: adjust time server 132.163.96.6 offset 0.010509 sec
I tried upmpdcli as well. I am only attempting to download from snakeoil, so your download directory is the only source.
I ran blind listening on the same machine without any issues.
I tried reinstalling the firmware from the file sent over WinSCP and received the following:
Code: # Prepping Your System For Snakeoil.
+ Startup script... Already installed
+ Web server... Job for lighttpd.service failed because the control process exited with error code.
See "systemctl status lighttpd.service" and "journalctl -xe" for details.
ERROR
!!!!! ERROR !!!!!
Cannot restart Lighttpd server
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
11-Nov-2021, 06:45 AM
(This post was last modified: 11-Nov-2021, 06:46 AM by agent_kith.)
(11-Nov-2021, 12:09 AM)claybomb Wrote: I ran date and the time matched the result from google. I also tried to update it.
Code: sudo ntpdate time.nist.gov
10 Nov 16:12:32 ntpdate[5088]: adjust time server 132.163.96.6 offset 0.010509 sec
I tried upmpdcli as well. I am only attempting to download from snakeoil, so your download directory is the only source.
I ran blind listening on the same machine without any issues. And you still have the certificate error today? This may be a problem with cloudflare for your region, but I havn't encountered this before. Do you run anything special in your home network? Things like TOR, VPN and what not.
If not, then it means your Ubuntu OS is missing ca-certificates. Try and SSH to your Snakeoil machine, and run the following commands.
Code: sudo apt install ca-certificates --reinstall
(11-Nov-2021, 12:09 AM)claybomb Wrote: I tried reinstalling the firmware from the file sent over WinSCP and received the following:
Code: # Prepping Your System For Snakeoil.
+ Startup script... Already installed
+ Web server... Job for lighttpd.service failed because the control process exited with error code.
See "systemctl status lighttpd.service" and "journalctl -xe" for details.
ERROR
!!!!! ERROR !!!!!
Cannot restart Lighttpd server
Hmm. Can you run this command on your Snakeoil PC, and paste it here?
Code: cat /etc/lighttpd.conf
Snakeoil Operating System - Music, your way!
Posts: 10
Threads: 1
Joined: Sep 2020
Reputation:
1
11-Nov-2021, 02:50 PM
(This post was last modified: 11-Nov-2021, 02:52 PM by claybomb.)
Code: ~$ cat /etc/lighttpd.conf
cat: /etc/lighttpd.conf: No such file or directory
Code: ~$ sudo apt install ca-certificates --reinstall
apt: /usr/local/lib/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /lib/x86_64-linux-gnu/libapt-pkg.so.6.0)
I will try a fresh install tomorrow and provide the outputs again. I am running a normal router internet connection.
Posts: 10
Threads: 1
Joined: Sep 2020
Reputation:
1
11-Nov-2021, 05:00 PM
(This post was last modified: 11-Nov-2021, 05:07 PM by claybomb.)
A fresh install fixed my issues, except now when I try to play tidal through Mconnect I keep getting "Invalid File Location". Any advice? Also, Thank you for your time and dedication to great sound quality!
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(11-Nov-2021, 05:00 PM)claybomb Wrote: A fresh install fixed my issues, except now when I try to play tidal through Mconnect I keep getting "Invalid File Location". Any advice? Also, Thank you for your time and dedication to great sound quality! What player are you using? LMS?
Snakeoil Operating System - Music, your way!
Posts: 10
Threads: 1
Joined: Sep 2020
Reputation:
1
11-Nov-2021, 11:24 PM
(This post was last modified: 12-Nov-2021, 01:38 AM by claybomb.)
minimserver (music server)
upmpdcli (music client)
mconnect (tidal streaming android phone)
This combination worked with the blind listening firmware. I want to stream Tidal as my source.
I tried LMS and got it to work. Definitely, a better way of doing things. However, I don't know if it sounds better than MConnect/Blind listening FW. Call me crazy lol. Sounds smoother, I think I had more resolution before. Maybe that's due to the lack of the exclusive mode setting?! Time to play!
Updated impressions: less fatigue and better bass detail and output. Your observations on the wiki-how are spot on. The MConnect/Blind listening had better soundstage but uneven tonality after hearing LMS/Gear Isolation. If there was a way for the yggdrasil (or any dac) to utilize it's reclocking scheme for different bitrates, instead of always being the same then perhaps another veil could be lifted.
Posts: 2,783
Threads: 178
Joined: Feb 2016
Reputation:
482
Location: Perth, WA
(11-Nov-2021, 11:24 PM)claybomb Wrote: I tried LMS and got it to work. Definitely, a better way of doing things. However, I don't know if it sounds better than MConnect/Blind listening FW. Call me crazy lol. Sounds smoother, I think I had more resolution before. Maybe that's due to the lack of the exclusive mode setting?! Time to play! It might not be, If you're using 20.04. You can alter the process priority of the programs to make them appear to run in real time (They will show as RT when in top), but the underlying OS itself is actually not running in real time.
Also try cpuset, and see how it goes. <- Been meaning to try this on a non RT kernel and hear what the effects are.
(11-Nov-2021, 11:24 PM)claybomb Wrote: Updated impressions: less fatigue and better bass detail and output. Your observations on the wiki-how are spot on. The MConnect/Blind listening had better soundstage but uneven tonality after hearing LMS/Gear Isolation. If there was a way for the yggdrasil (or any dac) to utilize it's reclocking scheme for different bitrates, instead of always being the same then perhaps another veil could be lifted. For me, I actually like raw, non-oversampling DACs. It doesn't sound as "clean" (for a lack of better description), but there is a rawness, and the realism of life to music. Granted I havn't focus on the music side of things for a while since I'm putting my head in to try and finish this Snakeoil. But once that completes, I am going to focus more on getting my 16 bit TDA1541 DAC up and running again.
Happy listening, and thanks for using Snakeoil OS..
Snakeoil Operating System - Music, your way!
|
Users browsing this thread: |
1 Guest(s)
|
|
Welcome
|
You have to register before you can post on our site.
|
SnakeoilOS Mission Statement
|
Our mission is to create a free to use computer OS that is easy to install, intuitive to operate and play music that will connect and engage with you emotionally.
SnakeoilOS gives you the freedom to spend more time on listening, enjoying and exploring music. Wasting time on computers is now a thing of the past! Everything is constantly evolving/improving. Please check back often for updates.
If you like this project, do show your support with a small token donation. All donations collected will be used to run this website, and for purchasing new equipment for the project.
|
|
|