Snakeoil Firmware - 1.2.6 (Gear Isolation U6)
|
Posts: 457
Threads: 30
Likes Received: 180 in 135 posts
Likes Given: 154
Joined: Oct 2016
Reputation:
100
Location: Pacific
Not working here....info as requested :-)
bob@snakeoil:~$ sudo apt install libid3tag0
[sudo] password for bob:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libid3tag0 is already the newest version (0.15.1b-14).
libid3tag0 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bob@snakeoil:~$ ldd /usr/local/bin/mympd
/usr/local/bin/mympd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/bin/mympd)
/usr/local/bin/mympd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/mympd)
linux-vdso.so.1 (0x00007ffd6fb08000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fad7c291000)
libpcre2-8.so.0 => /lib/x86_64-linux-gnu/libpcre2-8.so.0 (0x00007fad7c201000)
libid3tag.so.0 => /lib/x86_64-linux-gnu/libid3tag.so.0 (0x00007fad7c1e6000)
libFLAC.so.8 => /lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007fad7c1a8000)
liblua5.3.so.0 => /lib/x86_64-linux-gnu/liblua5.3.so.0 (0x00007fad7c16d000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fad7bf7b000)
/lib64/ld-linux-x86-64.so.2 (0x00007fad7c4c7000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fad7bf56000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fad7bf3a000)
libogg.so.0 => /lib/x86_64-linux-gnu/libogg.so.0 (0x00007fad7bf2d000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fad7bf27000)
bob@snakeoil:~$
Posts: 39
Threads: 6
Likes Received: 6 in 6 posts
Likes Given: 13
Joined: Mar 2019
Reputation:
0
22-Aug-2022, 03:14 PM
(This post was last modified: 22-Aug-2022, 04:04 PM by seafoodlover.)
(22-Aug-2022, 08:49 AM)agent_kith Wrote: (21-Aug-2022, 07:33 PM)seafoodlover Wrote: got an error My bad, try this
Code: sudo apt install libid3tag0
Have amended post to add the extra 0. thx, but the myMPD still has connection error [Quick update: After I do all the updates and upgraded to Ubuntu 22.04.1 LTS, myMPD works again]
ray@musicserver:~$ ldd /usr/local/bin/mympd
/usr/local/bin/mympd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/bin/mympd)
/usr/local/bin/mympd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/mympd)
linux-vdso.so.1 (0x00007fffbfb76000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1f195eb000)
libpcre2-8.so.0 => /lib/x86_64-linux-gnu/libpcre2-8.so.0 (0x00007f1f1955 b000)
libid3tag.so.0 => /lib/x86_64-linux-gnu/libid3tag.so.0 (0x00007f1f195400 00)
libFLAC.so.8 => /lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007f1f19502000)
liblua5.3.so.0 => /lib/x86_64-linux-gnu/liblua5.3.so.0 (0x00007f1f194c70 00)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1f192d5000)
/lib64/ld-linux-x86-64.so.2 (0x00007f1f19820000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1f192b 0000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f1f19294000)
libogg.so.0 => /lib/x86_64-linux-gnu/libogg.so.0 (0x00007f1f19287000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1f19281000)
Posts: 3,025
Threads: 193
Likes Received: 1,257 in 818 posts
Likes Given: 688
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(22-Aug-2022, 10:59 AM)Bromf Wrote: Not working here....info as requested :-)
/usr/local/bin/mympd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/bin/mympd)
/usr/local/bin/mympd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/mympd) That's the issue. Have to build mympd as dynamic and it seems to be breaking things. :/
What version of Ubuntu are you using?
Snakeoil Operating System - Music, your way!
Posts: 457
Threads: 30
Likes Received: 180 in 135 posts
Likes Given: 154
Joined: Oct 2016
Reputation:
100
Location: Pacific
(22-Aug-2022, 04:14 PM)agent_kith Wrote: (22-Aug-2022, 10:59 AM)Bromf Wrote: Not working here....info as requested :-)
/usr/local/bin/mympd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/bin/mympd)
/usr/local/bin/mympd: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/bin/mympd) That's the issue. Have to build mympd as dynamic and it seems to be breaking things. :/
What version of Ubuntu are you using? Ubuntu 20.04 server legacy.
No probs...I will do as @ seafoodlover has and do a reinstall with 22.04 :-)
Will try that tomorrow and report.
Posts: 457
Threads: 30
Likes Received: 180 in 135 posts
Likes Given: 154
Joined: Oct 2016
Reputation:
100
Location: Pacific
Finally had a chance to try a reinstall using 22.04....the install went fine....initially the same connection problem but after a couple of reboots and several more attempts I was able to connect to and use MPD
I'm playing currently and will see if I can reconnect next boot.
Posts: 3,025
Threads: 193
Likes Received: 1,257 in 818 posts
Likes Given: 688
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(18-Aug-2022, 08:25 PM)Snoopy8 Wrote: Dashboard showing 1.2.6 loaded successfully, but Update is not detecting correctly and saying there is a new version 1.2.6 This is fixed.
(18-Aug-2022, 08:25 PM)Snoopy8 Wrote: Browse is missing progress screen with F12 when copy/replace Ram. All other Browse issues in Beta have been fixed. This is intentional. Copy/replace to RAM is now done in it's own thread. As such don't really need a progress screen anymore. This progress screen is now only showing up when you are uploading files.
(18-Aug-2022, 08:25 PM)Snoopy8 Wrote: SnakeOil/Hardware : unable to delete existing process priorities (have not checked this for a while!) Can't re-create this. Can you double check and see if it's still the case? Will need more information on how to re-create this so I can fix it.
Snakeoil Operating System - Music, your way!
Posts: 829
Threads: 46
Likes Received: 305 in 243 posts
Likes Given: 510
Joined: Mar 2019
Reputation:
239
Location: Melbourne, Australia
(30-Aug-2022, 11:00 AM)agent_kith Wrote: (18-Aug-2022, 08:25 PM)Snoopy8 Wrote: Browse is missing progress screen with F12 when copy/replace Ram. All other Browse issues in Beta have been fixed. This is intentional. Copy/replace to RAM is now done in it's own thread. As such don't really need a progress screen anymore. This progress screen is now only showing up when you are uploading files. Good that it is now a thread in the background. I will update Wiki.
(30-Aug-2022, 11:00 AM)agent_kith Wrote: (18-Aug-2022, 08:25 PM)Snoopy8 Wrote: SnakeOil/Hardware : unable to delete existing process priorities (have not checked this for a while!) Can't re-create this. Can you double check and see if it's still the case? Will need more information on how to re-create this so I can fix it.  I have quite a few process priorities that I no longer need. When I delete one of them, Save button remains greyed out. Yes, just rechecked that problem is still there.
Posts: 3,025
Threads: 193
Likes Received: 1,257 in 818 posts
Likes Given: 688
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(30-Aug-2022, 12:03 PM)Snoopy8 Wrote: I have quite a few process priorities that I no longer need. When I delete one of them, Save button remains greyed out. Yes, just rechecked that problem is still there. What browser are you using? This works for me. Deleting a process priority entry will always uncheck the save button.
Can you force a browser refresh and see if the problem goes away? I've also checked the meta tags and confirmed the latest WebApp is supposed to not cache the pages now, but that'll only work if the WebApp is refreshed in the first place (sort of a chicken and egg problem).
If it's still not working for you, please generate a diagnostics file and send it over to me. I'll have a look and see what the problem is.
Snakeoil Operating System - Music, your way!
Posts: 829
Threads: 46
Likes Received: 305 in 243 posts
Likes Given: 510
Joined: Mar 2019
Reputation:
239
Location: Melbourne, Australia
(30-Aug-2022, 04:05 PM)agent_kith Wrote: Can you force a browser refresh and see if the problem goes away? I've also checked the meta tags and confirmed the latest WebApp is supposed to not cache the pages now, but that'll only work if the WebApp is refreshed in the first place (sort of a chicken and egg problem).
If it's still not working for you, please generate a diagnostics file and send it over to me. I'll have a look and see what the problem is. Using Firefox on Win 11. Also checked with Edge. Still have problem. Diagnostics file sent.
Posts: 3,025
Threads: 193
Likes Received: 1,257 in 818 posts
Likes Given: 688
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
31-Aug-2022, 11:01 AM
(This post was last modified: 31-Aug-2022, 11:14 AM by agent_kith.)
(30-Aug-2022, 06:21 PM)Snoopy8 Wrote: Using Firefox on Win 11. Also checked with Edge. Still have problem. Diagnostics file sent. Interesting my configuration doesn't do this, but yours do  . At least now I can re-create this.
This will be fixed in 1.2.7.
Edit: Can you post a screenshot of your hardware page? Something is not configured properly, that's why the "Save" button is disabled. I will add a note to the right saying what the problem is in 1.2.7. But will be good to know what is wrong before I push this new update.
Note: Any card with a red header = problem with config
Snakeoil Operating System - Music, your way!
|
Possibly Related Threads… |
Thread |
Author |
Replies |
Views |
Last Post |
|
Snakeoil Firmware - 1.2.13 (Gear Isolation U13) |
agent_kith |
4 |
4,430 |
06-Sep-2023, 07:59 AM
Last Post: agent_kith
|
|
Snakeoil Firmware - 1.2.12 (Gear Isolation U12) |
agent_kith |
0 |
1,146 |
11-Jun-2023, 04:17 PM
Last Post: agent_kith
|
|
Snakeoil Firmware - 1.2.11 (Gear Isolation U11) |
agent_kith |
39 |
14,591 |
29-May-2023, 11:10 PM
Last Post: pikachullk
|
|
Snakeoil Firmware - 1.2.10 (Gear Isolation U10) |
agent_kith |
18 |
7,656 |
14-Feb-2023, 01:55 AM
Last Post: uglymusic
|
|
Snakeoil Firmware - 1.2.9 (Gear Isolation U9) |
agent_kith |
2 |
1,787 |
31-Dec-2022, 06:19 PM
Last Post: ea59
|
Users browsing this thread: 1 Guest(s)
|
Latest Threads
|
Android Firefox issues with forum
Last Post: agent_kith
10-Jun-2025 04:45 PM
» Replies: 21
» Views: 2030
|
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1509
|
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 8888
|
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 903
|
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 654
|
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 4981
|
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 5400
|
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 14856
|
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 4397
|
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 1168
|
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.
|
|
|