Snakeoil Gear Isolation Beta Series
(02-Apr-2021, 09:08 PM)Snoopy8 Wrote: Confirm CPUSet is now working! Thumbs Up
Played around with enabling/disabling. Not sure why, but sometimes had to select/unselect one of the CPUs before it worked. It was the same in 16.04/1.1.11 but I did not report it previously.
Can you describe the steps so I can reproduce here? Do you mean select/unselect before you can save?

(02-Apr-2021, 09:08 PM)Snoopy8 Wrote: And the surprise was it improved things with Mpd 0.22.3, cleaned up the sound! Smile
Hahaha.. I think cpuset is a bigger tweak than a RT kernel. I just don't know why it changes the sound. Probably because keeping everything in the same CPU somehow makes it better? But if so, why?

Anyway, apologies for the late update. So many things happening and a tad flat out. Anyway, we are in beta stage! Have updated the new installer which should hopefully make the system shut down better now. Also fixed cpuset for 20.04, plus other stuffs... Please try and let me know if it's still broken.

As this is a new approach now, I'll need to update the wiki to include some basic setup info for LMS. Or should I pre-set it? Will experiment with this a bit and see before official release.
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • Bromf
Reply

(03-Apr-2021, 05:13 PM)agent_kith Wrote: Can you describe the steps so I can reproduce here? Do you mean select/unselect before you can save?
Currently have CPUSet enabled with CPU 0,1 for system, 2, 3 for user
Uncheck Isolate music player to (User), Save
Check Isolate music player to (User), Save this gives error message: No tasks are running in (user)
To fix this, select CPU 1, unselect CPU 2, Save CPU set now running properly
 
(03-Apr-2021, 05:13 PM)agent_kith Wrote: Anyway, we are in beta stage! Have updated the new installer which should hopefully make the system shut down better now. Also fixed cpuset for 20.04, plus other stuffs... Please try and let me know if it's still broken.
Just did quick test, installed over Alpha4.  First time I ran the script, stalled at installing Samba.  Reran script and install completed.

As expected, had to redo my mpd.conf.template for my dual outputs (but this should not be a problem for other users).  Mpd appeared OK, and my least favourite myMpd Smartlist remains disabled. LMS volume on LMSWeb was at minimum, had to set to max.  MinimSever started and stopped with no problems.

Well done, 1.2Beta now running.... 
Clap
Reply

1.2.5 Beta running fine here.
Still getting the  "albumcache' not ready error when attempting to search using album art work in  myMPD.

Did some searching and it seems this is a bug in the Version (6.11.0) of myMPD Snakeoil is using and has been fixed for subsequent versions (Current myMPD release is v7.0.1

Is it possible to update myMPD I wonder  ?? I will try an 'apt upgrade mympd' and report :-)
Edit...I can install v7.0.1 but can't get Snakeoil to implement it...defaults to v6.11.0 on boot. Any advice ? :-)

https://github.com/jcorporation/myMPD/issues/451


https://github.com/jcorporation/myMPD/re...tag/v7.0.1
[-] The following 1 user Likes Bromf's post:
  • andyhibbsuk
Reply

(03-Apr-2021, 07:26 PM)Snoopy8 Wrote: Currently have CPUSet enabled with CPU 0,1 for system, 2, 3 for user
Uncheck Isolate music player to (User), Save
Check Isolate music player to (User), Save this gives error message: No tasks are running in (user)
To fix this, select CPU 1, unselect CPU 2, Save CPU set now running properly
 
Have file a bug report here. Tentatively set for 1.2.1, but will try and fix this for the 1.2.0 official.

(03-Apr-2021, 07:26 PM)Snoopy8 Wrote: Just did quick test, installed over Alpha4.  First time I ran the script, stalled at installing Samba.  Reran script and install completed.
I have that issue too. It's actually taking samba a long time to install, why I have no idea as I have blanked out the output. Just wait (prob around 5+ minutes or something) and it will actually follow through.

(03-Apr-2021, 07:26 PM)Snoopy8 Wrote: As expected, had to redo my mpd.conf.template for my dual outputs (but this should not be a problem for other users).  Mpd appeared OK, and my least favourite myMpd Smartlist remains disabled. LMS volume on LMSWeb was at minimum, had to set to max.  MinimSever started and stopped with no problems.

Well done, 1.2Beta now running.... 
Clap
Thanks.. Close to official release now I guess.. Shutdown works fine also?
Snakeoil Operating System - Music, your way!
Reply

(04-Apr-2021, 07:33 AM)Bromf Wrote: 1.2.5 Beta running fine here.
Still getting the  "albumcache' not ready error when attempting to search using album art work in  myMPD.

Did some searching and it seems this is a bug in the Version (6.11.0) of myMPD Snakeoil is using and has been fixed for subsequent versions (Current myMPD release is v7.0.1

Is it possible to update myMPD I wonder  ?? I will try an 'apt upgrade mympd' and report :-)
Edit...I can install v7.0.1 but can't get Snakeoil to implement it...defaults to v6.11.0 on boot. Any advice ? :-)

https://github.com/jcorporation/myMPD/issues/451


https://github.com/jcorporation/myMPD/re...tag/v7.0.1
Nice find. Can you SSH to your computer, and run:
Code:
sudo rm /usr/local/bin/mympd

That should use the Ubuntu installed mympd. And that should work. Let me know how it goes. I will update myMPD to 7.01 for the next beta.
Snakeoil Operating System - Music, your way!
Reply

(04-Apr-2021, 08:12 AM)agent_kith Wrote:
(04-Apr-2021, 07:33 AM)Bromf Wrote: 1.2.5 Beta running fine here.
Still getting the  "albumcache' not ready error when attempting to search using album art work in  myMPD.

Did some searching and it seems this is a bug in the Version (6.11.0) of myMPD Snakeoil is using and has been fixed for subsequent versions (Current myMPD release is v7.0.1

Is it possible to update myMPD I wonder  ?? I will try an 'apt upgrade mympd' and report :-)
Edit...I can install v7.0.1 but can't get Snakeoil to implement it...defaults to v6.11.0 on boot. Any advice ? :-)

https://github.com/jcorporation/myMPD/issues/451


https://github.com/jcorporation/myMPD/re...tag/v7.0.1
Nice find. Can you SSH to your computer, and run:
 
Code:
sudo rm /usr/local/bin/mympd

That should use the Ubuntu installed mympd. And that should work. Let me know how it goes. I will update myMPD to 7.01 for the next beta.

That clears the old myMPD and reports the new version installed.
However when I select myMPD  in the player page I get...
Quote:Firefox can’t establish a connection to the server at 192.168.1.1:8080.
Reply

(04-Apr-2021, 08:00 AM)agent_kith Wrote: Shutdown works fine also?
Have not seen any problems with shutdown for a while...
[-] The following 1 user Likes Snoopy8's post:
  • agent_kith
Reply

myMPD not starting using 7.0.1
 
Code:
ldd /usr/local/bin/mympd
    linux-vdso.so.1 (0x00007fff352c1000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f94293c2000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9429273000)
    libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f9429200000)
    libssl.so.1.1 => /lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f942916d000)
    libcrypto.so.1.1 => /lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f9428e97000)
    libid3tag.so.0 => /lib/x86_64-linux-gnu/libid3tag.so.0 (0x00007f9428e7c000)
    libFLAC.so.8 => /lib/x86_64-linux-gnu/libFLAC.so.8 (0x00007f9428e3c000)
    liblua5.3.so.0 => /lib/x86_64-linux-gnu/liblua5.3.so.0 (0x00007f9428e01000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9428c0f000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f94294c2000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f9428c09000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f9428bed000)
    libogg.so.0 => /lib/x86_64-linux-gnu/libogg.so.0 (0x00007f9428be0000)
 
Code:
sudo mympd
[sudo] password for blunder:
01:24:28 NOTICE   mympd     Starting myMPD 7.0.1
01:24:28 NOTICE   mympd     Libmympdclient 1.0.5 based on libmpdclient 2.20.0
01:24:28 NOTICE   mympd     Mongoose 7.3
01:24:28 NOTICE   mympd     Parsing config file: /etc/mympd.conf
01:24:28 WARN     mympd     Unkown config option: webserver - webport
01:24:28 WARN     mympd     Unkown config option: webserver - webdav
01:24:28 NOTICE   mympd     Setting loglevel to EMERG
2021-04-04 01:24:28  E mongoose.c:2902:mg_open_l Failed to listen on http://0.0.0.0:80, errno 98
2021-04-04 01:24:28  I mongoose.c:2307:mg_mgr_fr All connections closed
these entries seem to be the problem..
01:30:48 WARN     mympd     Unkown config option: webserver - webport
01:30:48 WARN     mympd     Unkown config option: webserver - webdav
Reply

(04-Apr-2021, 09:27 AM)Bromf Wrote: myMPD not starting using 7.0.1
OK.. You can re-run the installer to get by the old broken myMPD.

Have successfully built custom 7.0.1.. But will run some tests to make sure it still works. Hopefully I can come up with a quick module for you to get things up and running.

So far, all positive listening with 20.04 with this new beta?
Snakeoil Operating System - Music, your way!
Reply

(05-Apr-2021, 09:54 AM)agent_kith Wrote: So far, all positive listening with 20.04 with this new beta?
As you know, CPUSet made a difference when fixed in Alpha4. Note for when you are fixing CPUSet bug; you may want to recheck that all Mympd processes are running in user CPUs.

I did not hear a change with Beta5, but must admit I was not looking hard! Very content with 1.2 so far... Smile
[-] The following 1 user Likes Snoopy8's post:
  • agent_kith
Reply



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  1.4.0 Beta 3 agent_kith 12 155 29-Dec-2024, 11:36 AM
Last Post: agent_kith
  1.4.0 Beta 2 agent_kith 11 138 26-Dec-2024, 10:36 AM
Last Post: agent_kith
  1.4.0 Beta 1 agent_kith 12 133 22-Dec-2024, 10:19 AM
Last Post: agent_kith
  Snakeoil 1.3.0 Alpha 1 (aarm64) agent_kith 41 783 31-Dec-2023, 10:30 PM
Last Post: hkphantomgtr
  Measures 1.3.0 Beta 1 (Last test hopefully. agent_kith 73 1,080 23-Dec-2023, 09:17 AM
Last Post: hkphantomgtr



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


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