Snakeoil 1.4.3 (High End U3)
|
Posts: 9
Threads: 0
Joined: Jan 2025
Reputation:
3
Location: Wollongong
Without being able to chop and change between 1.4.0 & 1.4.3 I couldn't say that the later was obviously better, but it's good and I have no inclination to go back to 1.4.0.
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
Apologies. Have clarified in the first post on what people need to if they are yet to create the Snakeoil repository. Hopefully that will stop some confusion. Things should get better over the next few iterations..
Snakeoil Operating System - Music, your way!
Posts: 829
Threads: 46
Joined: Mar 2019
Reputation:
239
Location: Melbourne, Australia
Checked MPD on Pi5 for Wiki writeup. - myMPD required a reboot before it could be used. Is this normal?
- M.A.L.P. works ok
- MpDroid no longer available on Google store
- MAFA not working Binding socket to network 275 failed: EPERM. Using same 6600 port as M.A.L.P. which works. @"hkphantomgtr" have not used it for a while. Is there something I need to change? Or something required in SnakeOil?
Posts: 580
Threads: 29
Joined: Jan 2019
Reputation:
178
(28-Apr-2025, 06:39 PM)Snoopy8 Wrote: Checked MPD on Pi5 for Wiki writeup. - myMPD required a reboot before it could be used. Is this normal?
- M.A.L.P. works ok
- MpDroid no longer available on Google store
- MAFA not working Binding socket to network 275 failed: EPERM. Using same 6600 port as M.A.L.P. which works. @"hkphantomgtr" have not used it for a while. Is there something I need to change? Or something required in SnakeOil?
Snoopy8, I didn't use it for 2 years, too. Only recently I test the Pi5 then I installed mpd and MAFA again. I only input the name in this box (no ".local" is needed) of below screen cap, then MAFA works as before.
Posts: 829
Threads: 46
Joined: Mar 2019
Reputation:
239
Location: Melbourne, Australia
28-Apr-2025, 08:46 PM
(This post was last modified: 28-Apr-2025, 09:09 PM by Snoopy8.)
(28-Apr-2025, 07:01 PM)hkphantomgtr Wrote: Snoopy8, I didn't use it for 2 years, too. Only recently I test the Pi5 then I installed mpd and MAFA again. I only input the name in this box (no ".local" is needed) of below screen cap, then MAFA works as before. Thank you for the quick reply.
I tried using the host name instead of the IP address and MAFA came up with the same error. Also, tried it on my NUC. No success.
@"agent_kith" I suspect this is something to do with how SnakeOil networking is set up and MAFA cannot resolve the network address nor my hostname. Why hostname works for @"hkphantomgtr" and not me?
Note that MAFA is the best Gui App for MPD by a long way, actively developed. MpDroid is not on Google Play, may be able to side load???, MALP no longer developed?
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(28-Apr-2025, 08:46 PM)Snoopy8 Wrote: @"agent_kith" I suspect this is something to do with how SnakeOil networking is set up and MAFA cannot resolve the network address nor my hostname. Why hostname works for @"hkphantomgtr" and not me? It's a configurable option in your DNS server. If you specify a domain (e.g. domain.com), and you setup your DNS query to "autofill" then you can just enter the hostname. If that is left blank you have to specify the full domain for lookup to work properly.
I think 6600 may be used, so you may have to uninstall that MPD remote before you can use MAFA.
I will re-look into MPD control alternatives in the future. For now just need to finish off the existing tickets.
Snakeoil Operating System - Music, your way!
Posts: 829
Threads: 46
Joined: Mar 2019
Reputation:
239
Location: Melbourne, Australia
(29-Apr-2025, 09:51 AM)agent_kith Wrote: It's a configurable option in your DNS server. If you specify a domain (e.g. domain.com), and you setup your DNS query to "autofill" then you can just enter the hostname. If that is left blank you have to specify the full domain for lookup to work properly.
I think 6600 may be used, so you may have to uninstall that MPD remote before you can use MAFA.
I will re-look into MPD control alternatives in the future. For now just need to finish off the existing tickets. Still no go. I had a manual DNS setup (using NordVPN servers) and changed it to auto (but don't have a place to specify domain). I tried it on my NUC without myMPD installed but it did not work. I have to learn more about how DNS works etc.. Please create a ticket to remind yourself to investigate MPD clients. It is not urgent for me because I am using LMS/ Squeezelite.
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(29-Apr-2025, 11:56 AM)Snoopy8 Wrote: Still no go. I had a manual DNS setup (using NordVPN servers) and changed it to auto (but don't have a place to specify domain). I tried it on my NUC without myMPD installed but it did not work. I have to learn more about how DNS works etc.. Please create a ticket to remind yourself to investigate MPD clients. It is not urgent for me because I am using LMS/ Squeezelite. Yeah, things probably will not work if you use NordVPN DNS servers. What might work is if you setup your own DNS server (e.g. AdGuard) which then query NordVPN servers.
BTW, Unifi gateways now allows you to route devices (or VLANs) via a VPN route while everything else can go out your ISP. This is a real game changer.
Also, task created here. Currently in backlog though.
Snakeoil Operating System - Music, your way!
Posts: 580
Threads: 29
Joined: Jan 2019
Reputation:
178
02-May-2025, 12:23 AM
(This post was last modified: 02-May-2025, 12:35 AM by hkphantomgtr.)
I found I can't change the hostname thru this webui in Pi5.
I've tried the following commands but got no luck.
Code: bash
sudo hostnamectl set-hostname new-hostname
I've checked with these commands, it's changed, but after reboot, it's still the same.
Even I edited the configuration files can't fix it.
Code: bash
sudo nano /etc/hostname
Code: bash
sudo nano /etc/hosts
Code: bash
sudo systemctl restart systemd-hostnamed
Would you please help? Thanks a lot, AK.
Posts: 3,025
Threads: 193
Joined: Feb 2016
Reputation:
705
Location: Perth, WA
(02-May-2025, 12:23 AM)hkphantomgtr Wrote: I found I can't change the hostname thru this webui in Pi5. This could be a bug in the WebApp.. Will check it later today or in the weekend to confirm.
Snakeoil Operating System - Music, your way!
|
Users browsing this thread: 2 Guest(s)
|
Our Sponsors
|
{myadvertisements[zone_4]} |
|
Latest Threads
|
Android Firefox issues with forum
Last Post: agent_kith
10-Jun-2025 04:45 PM
» Replies: 21
» Views: 2308
|
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1638
|
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 9378
|
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 957
|
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 712
|
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 5495
|
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 5877
|
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 15577
|
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 4831
|
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 1295
|
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.
|
|
|