Snakeoil Firmware - 1.2.6 (Gear Isolation U6)
#11
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:~$
Reply

#12
(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)
Reply

#13
(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!
Reply

#14
(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.
[-] The following 1 user Likes Bromf's post:
  • agent_kith
Reply

#15
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 Cool

I'm playing currently and will see if I can reconnect next boot.
[-] The following 1 user Likes Bromf's post:
  • agent_kith
Reply

#16
(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. Thanks
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • Snoopy8
Reply

#17
(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. Thanks
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.
Reply

#18
(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!
Reply

#19
(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.
Reply

#20
(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 Huh. 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!
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  Snakeoil Firmware - 1.2.13 (Gear Isolation U13) agent_kith 4 2,179 06-Sep-2023, 07:59 AM
Last Post: agent_kith
  Snakeoil Firmware - 1.2.12 (Gear Isolation U12) agent_kith 0 658 11-Jun-2023, 04:17 PM
Last Post: agent_kith
  Snakeoil Firmware - 1.2.11 (Gear Isolation U11) agent_kith 39 6,109 29-May-2023, 11:10 PM
Last Post: pikachullk
  Snakeoil Firmware - 1.2.10 (Gear Isolation U10) agent_kith 18 3,383 14-Feb-2023, 01:55 AM
Last Post: uglymusic
  Snakeoil Firmware - 1.2.9 (Gear Isolation U9) agent_kith 2 905 31-Dec-2022, 06:19 PM
Last Post: ea59



Users browsing this thread:
1 Guest(s)

[-]
Our Sponsors

[-]
Welcome
You have to register before you can post on our site.

Username/Email:


Password:





[-]
Latest Threads
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: agent_kith
26-Mar-2024 12:04 PM
» Replies: 13
» Views: 626
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 149
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 71
MP3 Not Playing
Last Post: Coacharnold
10-Mar-2024 10:25 AM
» Replies: 3
» Views: 52
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 195
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 41
Announcing Snakeoil Measurements 1.3.0
Last Post: agent_kith
26-Feb-2024 10:02 PM
» Replies: 94
» Views: 4140
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 69
Snakeoil Music server & Snakeoil its own...
Last Post: Snoopy8
17-Feb-2024 11:20 AM
» Replies: 8
» Views: 365
RoonBridge (64 bit only)
Last Post: scrarfussi
15-Feb-2024 08:26 PM
» Replies: 3
» Views: 4125

[-]
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.


Powered By MyBB, © 2002-2024. Theme © Melroy van den Berg.