Snakeoil Forums

Full Version: Snakeoil Firmware - 1.2.6 (Gear Isolation U6)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
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:~$
(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)
(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?
(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.
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.
(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
(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.
(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.
(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.
(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
Pages: 1 2 3