We have moved! This forum is now read only. (June 03)

New community website: https://community.snakeoil-os.net (June 03)

Join us in the new community by Creating a new account. (June 04)


Snakeoil Gear Isolation Beta Series
(26-Apr-2021, 07:12 PM)agent_kith Wrote:
(26-Apr-2021, 12:12 PM)Bromf Wrote: I've sent 2 files..one from the stock instance where Firefox can't connect and the other from when I start myMPD from an ssh session then connect in the webapp.

This beta is still using the old myMPD that is broken for album art... when you release hopefully it will have the current myMPD version that fixes this ?? Smile
According to the diagnostic files - the Snakeoil RestAPI server session is started when there is still a copy of mympd in /usr/local/bin. And when you delete that binary the OS still expects (think) mympd is supposed to be there.

Reboot your computer and the OS will pick /usr/bin/mympd and will try and start that. Let me know how that goes, and if there's still a problem, generate another diagnostic file, it should not say
 
Code:
mympd: command not found
again. Otherwise something else is going on. Think

mympd  exists only in /usr/local/bin on my system.  There is nothing in /usr/bin for mympd.

Are you saying I should delete the mympd   in /usr/local/bin and  next boot Snakeoil should create those in /usr/bin ?? Happy to try if so Smile.

I also note that at boot ubuntu reports 1 zombie process...not sure if this is related.

Edit I copied mympd from /usr/local/bin to /usr/bin and on rebooting could start  mympd from the webapp Big Grin   only it shows as 'mpd disconnected' at the top of the myMPD page.
Will mess about further... Think Tongue

in /etc/mympd.conf
 
Code:
# myMPD configuration file
#
# SPDX-License-Identifier: GPL-2.0-or-later
# myMPD (c) 2018-2020 Juergen Mang <[email protected]>
# https://github.com/jcorporation/mympd
#

[mpd]
#Connection to mpd, unix socket or host/port, socket preferred
host = 127.0.0.1
port = 6600

#absolut path of music_directory of mpd
#none = no local music_directory
#auto = get music_directory from mpd (only supported, if connected to mpd socke>
musicdirectory = /media/music

#absolut path of mpd playlist_directory
playlistdirectory = /media/playlists

#MPD compiled with regex support
regex = true


[webserver]
#Webserver options
webport = 8080

#Publishes some mpd and myMPD directories
publish = false

#Webdav support, publish must be set to true
webdav = false

[mympd]
Loglevel
#0 = error
#1 = warn
#2 = info
#3 = verbose
#4 = debug
loglevel = 0

#myMPD user
#group is the primary group of this user
user = mympd

#Usage of stickers for play statistics
stickers = false

#Mixrampdb settings in gui
mixramp = false

#Enable system commands defined in syscmds section
syscmds = false

chroot = false
readonly = false


[syscmds]
Shutdown = sudo /sbin/halt
#To use this command add following lines to /etc/sudoers (without #)
#Cmnd_Alias MYMPD_CMDS = /sbin/halt
#mympd ALL=NOPASSWD: MYMPD_CMDS
Reply


Messages In This Thread
Snakeoil Gear Isolation Beta Series - by agent_kith - 01-Jan-2021, 06:56 PM
RE: Snakeoil Gear Isolation Alpha Series - by Eso - 07-Feb-2021, 07:35 AM
RE: Snakeoil Gear Isolation Alpha Series - by Eso - 08-Feb-2021, 04:50 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 10:43 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 04:06 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 04:43 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 11:26 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Feb-2021, 02:45 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 26-Feb-2021, 09:29 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 26-Feb-2021, 04:14 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 27-Feb-2021, 08:13 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 27-Feb-2021, 09:10 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 28-Feb-2021, 08:56 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 01-Mar-2021, 11:47 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 01-Mar-2021, 12:25 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 01-Mar-2021, 02:19 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 08-Mar-2021, 03:18 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 10-Mar-2021, 03:33 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 04-Apr-2021, 07:33 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 04-Apr-2021, 08:32 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 04-Apr-2021, 09:27 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 05-Apr-2021, 11:06 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 05-Apr-2021, 11:38 AM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 05-Apr-2021, 01:04 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 22-Apr-2021, 04:18 PM
RE: Snakeoil Gear Isolation Alpha Series - by Bromf - 25-Apr-2021, 02:35 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 05:05 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 09:30 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 11:38 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 12:12 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 27-Apr-2021, 04:34 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 27-Apr-2021, 07:43 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 26-Apr-2021, 02:45 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 27-Apr-2021, 12:31 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 27-Apr-2021, 02:42 PM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 01-May-2021, 09:20 AM
RE: Snakeoil Gear Isolation Beta Series - by Bromf - 05-May-2021, 04:52 PM

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



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: 2457
[split] Possible To Load Snakeoil OS in ...
Last Post: Snoopy8
09-Jun-2025 06:43 AM
» Replies: 14
» Views: 1722
Snakeoil 1.4.3 (High End U3)
Last Post: hkphantomgtr
05-Jun-2025 03:58 PM
» Replies: 67
» Views: 9692
Snakeoil with Ubuntu Desktop ?
Last Post: Snoopy8
02-Jun-2025 09:38 AM
» Replies: 8
» Views: 1012
Add IR remote control using Flirc USB in...
Last Post: Snoopy8
31-May-2025 03:50 PM
» Replies: 5
» Views: 740
Work In Progress: 1.4.4
Last Post: hkphantomgtr
29-May-2025 11:44 PM
» Replies: 44
» Views: 5583
SQ difference - Raspberry Pi vs x86_64?
Last Post: Snoopy8
27-May-2025 02:16 PM
» Replies: 42
» Views: 6052
Snakeoil 1.4.0 (High End)
Last Post: aabman
25-May-2025 11:35 AM
» Replies: 93
» Views: 15968
new install issues
Last Post: carlodim
23-May-2025 09:56 AM
» Replies: 42
» Views: 5267
Is this project still alive?
Last Post: agent_kith
20-May-2025 03:11 PM
» Replies: 10
» Views: 1360

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