Snakeoil Forums

Full Version: MPD player not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yesterday I tried to update to version 1.2.13 and there was a problem, the MPD player does not start unlike Squeezelite, the status is a flashing red cross. How to solve this problem?

[Image: 2024-09-24-17h23-32.png]


[Image: 2024-09-24-17h31-48.png]
Below LOGI 

**** 2024-09-24T17:22:19
**** MPD (0.22.9)

Start Player: cd /var/www;_NAME="MPD" _OUTPUT="hw:0,0" _FORMAT="dop" _OPTIONS=""  /var/www/players/mpd-v22/init /var/www/players/mpd-v22 2>&1;/var/www/players/mpd-v22/start /var/www/players/mpd-v22 2>&1;
mpd: dl-call-libc-early-init.c:37: _dl_call_libc_early_init: Assertion `sym != NULL' failed.
/var/www/players/mpd-v22/start: line 6:  1975 Aborted                 "$1/${PROGRAM_FILE}" "$CONFIG_FILE" --stderr 2>&1

I use platform PC and before I use SO 1.1.1 version more then one year without any problems.

LUTEK.
You are running software versions which are no longer supported. Suggest you try SnakeOil 1.3.0 on Ubuntu 22.04 LTE instead.
I see. Is there any step by step instructions on how to do this? I'm a complete noob when it comes to Linux systems.
Sorry that the Wiki is out of date.  I am assuming you know how to use Windows and some of the tools. You will need to attach a monitor and keyboard to the computer that will run SnakeOil (SO).

On Win computer, install Ubuntu 22.04 Server LTS on a USB stick. Then put USB stick on SO computer and follow  instructions to install Ubuntu 22.04 LTS.   If you are not sure of the steps, follow this:
https://ubuntu.com/tutorials/install-ubu...1-overview
For step 2, download the 22.04 server version (SO cannot use 24.04)
https://releases.ubuntu.com/jammy/

Once you have Ubuntu 22.04 LTS running on SO computer, run the following command
bash -c "$(wget -qLO - https://artifacts.snakeoil-os.net/artifa...staller.sh)"
More info here:
https://www.snakeoil-os.net/forums/Threa...ents-1-3-0
Thank you very much, I think it will help many people starting their adventure with Snakeoil. Smile
(26-Sep-2024, 02:17 PM)lutek71 Wrote: [ -> ]Thank you very much, I think it will help many people starting their adventure with Snakeoil. Smile

Ok.
1. server started
2. putty is working.
3. connection established
4. login to ubuntu successful.
5. pasted command  bash -c " $(wget -qLO - https://artifacts.snakeoil-os.net/artifa...staller.sh)" from here.

[Image: 2024-09-26-22h18-46.png]
6. and...... nothing happens.


[Image: 2024-09-26-22h11-37.png]

Am I doing something wrong?

Ok used SUDO APT INSTALL also problem Sad

(27-Sep-2024, 04:21 AM)Lutek Wrote: [ -> ]
(26-Sep-2024, 02:17 PM)lutek71 Wrote: [ -> ]Thank you very much, I think it will help many people starting their adventure with Snakeoil. Smile

Ok.
1. server started
2. putty is working.
3. connection established
4. login to ubuntu successful.
5. pasted command  bash -c " $(wget -qLO - https://artifacts.snakeoil-os.net/artifa...staller.sh)" from here.

[Image: 2024-09-26-22h18-46.png]
6. and...... nothing happens.


[Image: 2024-09-26-22h11-37.png]

Am I doing something wrong?

Ok used SUDO APT INSTALL also problem Sad

[Image: 2024-09-26-22h41-56.png]
Looks like you need to modify the wget call for the appropriate device.

something like
bash -c "$(wget -qLO - https://artifacts.snakeoil-os.net/artifa...4-1.3.1.sh

if you browse to this page
https://artifacts.snakeoil-os.net/artifacts/installer/
you will see the various options for releases and architectures.

If you're installing to a standard 64 bit X-86/AMD64 and using Ubuntu 22.04 as a base then the line above should work.

(I've not had to install for a while and I know AK was updating some items so hope this works for you)
It looks like there is a bug here and will need @agent_kith to resolve.