Snakeoil Gear Isolation Beta Series
|
Posts: 457
Threads: 30
Joined: Oct 2016
Reputation:
100
Location: Pacific
26-Apr-2021, 09:30 AM
(This post was last modified: 26-Apr-2021, 09:58 AM by Bromf.)
(26-Apr-2021, 07:55 AM)agent_kith Wrote: (26-Apr-2021, 05:05 AM)Bromf Wrote: rebooting does not solve it.
The initial 1.2.6 install gave this error but it was not present when I tried the install a second time after re-installing alsa-utils. There is no need to install alsa-utils. As Snakeoil comes with it's own ALSA. Having said that, install alsa-utils in theory wouldn't do anything because the Snakeoil version of alsa-utils should always be picked up first.
(26-Apr-2021, 05:05 AM)Bromf Wrote: Code: + Install Snakeoil RestAPI server... OK
+ Installing Snakeoil blob, please be patient... chmod: cannot access '/usr/local/bin/curl': No such file or directory
Ah ha!!! Have you mounted a network share on /media/music? And it does not have write permissions? I'm unsure why that didn't error out (it should). Let me know if you have a network share mounted.
If yes, can you temporarily unmount the network share manually, then run the installer and see if u have any problems afterwards?
No, no network share...so nothing to unmount... Just tried a complete new install of ubuntu and the latest beta and had exactly the same error .
and checking /media gives this..
Code: blunder@snakeoilxover:/media$ ls
cdrom music playlists
and here is /usr/local/bin contents
Code: blunder@snakeoilxover:/usr/local/bin$ ls
aconnect alsa_unmute arecordmidi cyclictest new_issue
alsabat amidi aseqdump iecset snakeoil-server.sh
alsaloop amixer aseqnet lms_remote speaker-test
alsamixer aplay axfer minimserver_remote.sh uhubctl
alsatplg aplaymidi curl mpd_remote.sh
alsaucm arecord curl-config mympd
Posts: 2,951
Threads: 192
Joined: Feb 2016
Reputation:
639
Location: Perth, WA
26-Apr-2021, 10:31 AM
(This post was last modified: 26-Apr-2021, 10:44 AM by agent_kith.)
(26-Apr-2021, 09:30 AM)Bromf Wrote: No, no network share...so nothing to unmount... Just tried a complete new install of ubuntu and the latest beta and had exactly the same error .
and checking /media gives this.. Can ignore that missing curl error. It will be fixed in beta 3.
Can I do a team viewer session on your setup to figure out what the problem is? PM to you on the way.
Also, can you modify this file (/etc/rc.local) and make it look like this. exit 0 should be at the end.
Code: #!/bin/bash
sleep 5 && /usr/local/bin/new_issue &
/usr/local/bin/snakeoil-server.sh &
exit 0
To edit the file, run
Code: sudo nano /etc/rc.local
Save the file and reboot and the problem should go away.
Snakeoil Operating System - Music, your way!
Posts: 457
Threads: 30
Joined: Oct 2016
Reputation:
100
Location: Pacific
26-Apr-2021, 11:38 AM
(This post was last modified: 26-Apr-2021, 11:49 AM by Bromf.)
(26-Apr-2021, 10:31 AM)agent_kith Wrote: (26-Apr-2021, 09:30 AM)Bromf Wrote: No, no network share...so nothing to unmount... Just tried a complete new install of ubuntu and the latest beta and had exactly the same error .
and checking /media gives this.. Can ignore that missing curl error. It will be fixed in beta 3.
Can I do a team viewer session on your setup to figure out what the problem is? PM to you on the way.
Also, can you modify this file (/etc/rc.local) and make it look like this. exit 0 should be at the end.
Code: #!/bin/bash
sleep 5 && /usr/local/bin/new_issue &
/usr/local/bin/snakeoil-server.sh &
exit 0
To edit the file, run
Code: sudo nano /etc/rc.local
Save the file and reboot and the problem should go away.
Progress !!  boots and the Rest API web app is functional  . All good excepting that myMPD does not connect.
Quote:Firefox can’t establish a connection to the server at 192.168.1.3:8080.
It is the permissions again...if I ssh into snakeoil and run 'sudo mympd' then mympd starts and then I return to the webapp and select mympd as the 'remote control' and it opens ib Firefox .
Posts: 2,951
Threads: 192
Joined: Feb 2016
Reputation:
639
Location: Perth, WA
(26-Apr-2021, 11:38 AM)Bromf Wrote: It is the permissions again...if I ssh into snakeoil and run 'sudo mympd' then mympd starts and then I return to the webapp and select mympd as the 'remote control' and it opens ib Firefox . That is strange. mympd works fine here.
Can you generate a diagnostic file and send it to me? Hopefully this will be captured in the diagnostics file.
Snakeoil Operating System - Music, your way!
Posts: 457
Threads: 30
Joined: Oct 2016
Reputation:
100
Location: Pacific
(26-Apr-2021, 11:56 AM)agent_kith Wrote: (26-Apr-2021, 11:38 AM)Bromf Wrote: It is the permissions again...if I ssh into snakeoil and run 'sudo mympd' then mympd starts and then I return to the webapp and select mympd as the 'remote control' and it opens ib Firefox . That is strange. mympd works fine here.
Can you generate a diagnostic file and send it to me? Hopefully this will be captured in the diagnostics file.
I've sent 2 files..one from the stock instance where Firefox can't connect and the other from when I start myMPD from an ssh session then connect in the webapp.
This beta is still using the old myMPD that is broken for album art... when you release hopefully it will have the current myMPD version that fixes this ??
Cheers, Bob
Posts: 2,951
Threads: 192
Joined: Feb 2016
Reputation:
639
Location: Perth, WA
(26-Apr-2021, 12:12 PM)Bromf Wrote: I've sent 2 files..one from the stock instance where Firefox can't connect and the other from when I start myMPD from an ssh session then connect in the webapp.
This beta is still using the old myMPD that is broken for album art... when you release hopefully it will have the current myMPD version that fixes this ?? 
Cheers, Bob Will look at the diagnostics files soonish. And yes, will update with new myMPD in beta 3 for testing.
Snakeoil Operating System - Music, your way!
Posts: 89
Threads: 7
Joined: Mar 2019
Reputation:
15
(26-Apr-2021, 10:31 AM)agent_kith Wrote: (26-Apr-2021, 09:30 AM)Bromf Wrote:
Code: #!/bin/bash
sleep 5 && /usr/local/bin/new_issue &
/usr/local/bin/snakeoil-server.sh &
exit 0
To edit the file, run
Code: sudo nano /etc/rc.local
Save the file and reboot and the problem should go away. It worked!!!! Web App is open and good to go!
Roon Bridge works just fine though I won't get a chance to hear it for a couple days
Squeezelite seems to show up in Roon as well 
Unfortunately, upmpdcli refuses to install and says:
Code: Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Hit:5 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian stretch InRelease
Reading package lists...
Changing software configuration...
*** Name: upmpdcli Mode: Installing ***
/usr/bin/dirmngr
Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Hit:3 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian stretch InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package upmpdcli-tidal
E: Unable to locate package upmpdcli-gmusic
Failed to disable unit: Unit file upmpdcli.service does not exist.
Failed to stop upmpdcli.service: Unit upmpdcli.service not loaded.
Install finished with errors, please review the above output for reasons.
Great to see it up and running though and I can't wait to test drive it with Roon when I get some time!!
Thanks again agent_kith for all of your hard work!!!
Posts: 2,951
Threads: 192
Joined: Feb 2016
Reputation:
639
Location: Perth, WA
(26-Apr-2021, 01:25 PM)mkysimes Wrote: It worked!!!! Web App is open and good to go! Working on this as we speak. Will run out a new beta 3 closer to end of the week.
(26-Apr-2021, 01:25 PM)mkysimes Wrote: Unfortunately, upmpdcli refuses to install and says: Don't have a lot of quota left for the month so I can only test this when I'm more confident on what's happening in WA next week. My internet quota is a bit suss, will have to investigate and see what the problem is. 250 GB per month is a lot for me and never had it run out before. So something is definitely fishy here. Esp now that it's two months in a row.
Once I have that bandwidth I can test this install and see what's wrong.
Snakeoil Operating System - Music, your way!
Posts: 457
Threads: 30
Joined: Oct 2016
Reputation:
100
Location: Pacific
26-Apr-2021, 02:45 PM
(This post was last modified: 26-Apr-2021, 02:49 PM by Bromf.)
Stay safe and well... You're all still in lock-down in Perth ? but perhaps can work your day job remotely ?
Donation sent...:-) Have a beer or two on me....:-)
All the best to you and yours...
Bob
(step up the rest of you users ;-) this man puts in unbelievable hours and efforts for you !!...)
Posts: 2,951
Threads: 192
Joined: Feb 2016
Reputation:
639
Location: Perth, WA
(26-Apr-2021, 02:45 PM)Bromf Wrote: Stay safe and well... You're all still in lock-down in Perth ? but perhaps can work your day job remotely ? Unless things change, lock down ends tonight.
Unsure about day job, if no emails by tonight I'll just go tomorrow and see what happens.
(26-Apr-2021, 02:45 PM)Bromf Wrote: Donation sent...:-) Have a beer or two on me....:-)
All the best to you and yours...
Bob
(step up the rest of you users ;-) this man puts in unbelievable hours and efforts for you !!...) Thanks  Stay safe.
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.
|
Latest Threads
|
Work In Progress: 1.4.4
Last Post: Snoopy8
Today 10:52 AM
» Replies: 4
» Views: 75
|
new install issues
Last Post: Snoopy8
Yesterday 01:08 PM
» Replies: 7
» Views: 161
|
Wiki update - need your help!
Last Post: Snoopy8
16-Apr-2025 01:59 PM
» Replies: 6
» Views: 139
|
Connecting Spotify to SnakeOil
Last Post: Snoopy8
16-Apr-2025 01:55 PM
» Replies: 10
» Views: 234
|
No audio devices on RPi5 with latests bu...
Last Post: hkphantomgtr
13-Apr-2025 05:29 PM
» Replies: 13
» Views: 326
|
Misc. sharing for building Raspberry Pi ...
Last Post: hkphantomgtr
13-Apr-2025 12:47 PM
» Replies: 2
» Views: 101
|
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
10-Apr-2025 10:57 PM
» Replies: 11
» Views: 761
|
[split] Snakeoil 1.4.3 (High End U3)
Last Post: agent_kith
09-Apr-2025 03:45 PM
» Replies: 1
» Views: 68
|
SQ difference - Raspberry Pi vs x86_64?
Last Post: agent_kith
09-Apr-2025 03:41 PM
» Replies: 15
» Views: 1051
|
Bind Mount in REST
Last Post: agent_kith
09-Apr-2025 03:13 PM
» Replies: 3
» Views: 88
|
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.
|
|
|