[BETA] v0.1.5-pre-release-20161002
#1
Here's a quick update. Hopefully when my development server is fully online I can start to do more.

Also, I'd be archiving the older beta firmwares from the threads as they are talking up a lot of space. I'd still keep copies of them for download somewhere. This is necessary to reduce the disk usage and bloat, every thread has about 40+ MB of attachments and they do add up. (Update: Moved to another web hosting so no need to archive old files now)

CHANGELOG
Changes since v0.1.5-pre-release-20160904
  • Updated Squeezelite Ralph to latest commit
  • Updated mpd-git to latest commit
  • Updated mpd-v19 to 0.19.19
  • Potentially fixed a bug when RoonServer isn't starting
  • Potentially fixed a problem when moving one SSD/HDD from one computer to another
  • Only show "Start LMS: Yes|No" messages when you are using Squeezelite players
 
DOWNLOAD

.fw   snakeoil-0.1.5-pre-release-20161002-i686.fw (Size: 18.58 MB / Downloads: 19)
.fw   snakeoil-0.1.5-pre-release-20161002-amd64.fw (Size: 19.07 MB / Downloads: 48)


VIDEO
Follow this video if you don't know how to upgrade firmware:
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • Chanh

#2
Agent Kith, thanks for the update.

It appears, snakeoil/squeezelite is unable to play DSD 11.2MHz. I wonder if any one else out there are more sucessful with 11.2MHz or Quad DSD files via a Quad DSD capable DAC? I played it via Accuphase DC-950, and DAC does not have a locked in....

Cheers.

#3
(06-Oct-2016, 10:23 PM)Chanh Wrote: Agent Kith, thanks for the update.

It appears, snakeoil/squeezelite is unable to play DSD 11.2MHz. I wonder if any one else out there are more sucessful with 11.2MHz or Quad DSD files via a Quad DSD capable DAC? I played it via Accuphase DC-950, and DAC does not have a locked in....

Cheers.
Does Ralph support it? Could well be a LMS configuration.

Players that might work would be NAA (requires manual start for the moment) or perhaps JRiver (requires manual installation). Hard to test when I don't have a 950.  [Image: baeh.gif]
Snakeoil Operating System - Music, your way!

#4
I have issues with updating mpd (19 and git) database in this FW version.
MPD chashes with error in syslog:
snakeoil kernel: mpd[3770]: segfault at 0 ip 00007f5d8a0b84c3 sp 00007f5d813be578 error 4 in libavutil.so.52.3.0[7f5d8a0a8000+1e000]

Before that had problem in /var/tmp/syserror:
errno: Failed to register /media/music/nas/...: inotify_add_watch() has failed: No space left on device

But it was fixed by increasing max_user_watches.

#5
(08-Oct-2016, 03:57 PM)psergy Wrote: I have issues with updating mpd (19 and git) database in this FW version.
MPD chashes with error in syslog:
snakeoil kernel: mpd[3770]: segfault at 0 ip 00007f5d8a0b84c3 sp 00007f5d813be578 error 4 in libavutil.so.52.3.0[7f5d8a0a8000+1e000]

Before that had problem in /var/tmp/syserror:
errno: Failed to register /media/music/nas/...: inotify_add_watch() has failed: No space left on device

But it was fixed by increasing max_user_watches.
Can you log in via ssh to the computer and run a df? And see if you have run out of space in any of your mounts?
Snakeoil Operating System - Music, your way!

#6
Here it is: 
Code:
snakeoil@snakeoil:~$ df -h
Filesystem                  Size  Used Avail Use% Mounted on
udev                        488M  4,0K  488M   1% /dev
tmpfs                        98M  556K   98M   1% /run
/dev/sda1                    29G  2,0G   25G   8% /
none                        5,0M  4,0K  5,0M   1% /run/lock
none                        490M     0  490M   0% /run/shm
none                        100M     0  100M   0% /run/user
192.168.1.50:/export/Music  2,7T  1,6T  1,2T  57% /media/music/nas
It is not problem with free space but with linux config. http://unix.stackexchange.com/questions/...it-reached
In my case command
Code:
 sudo sysctl fs.inotify.max_user_watches=32768 
fixes 'No space left on device'

And this is update logs after:
Code:
==> /var/tmp/stderr <==
ffmpeg/flac: Could not find codec parameters (Audio: flac, 0 channels)
ffmpeg/flac: Could not find codec parameters (Audio: flac, 0 channels)
ffmpeg/flac: Estimating duration from bitrate, this may be inaccurate
ffmpeg/flac: Could not find codec parameters (Audio: flac, 0 channels)
ffmpeg/flac: Estimating duration from bitrate, this may be inaccurate
+425 same rows

==> /var/log/syslog <==
Oct  9 09:02:32 snakeoil kernel: mpd[6391]: segfault at 0 ip 00007f002c05b4c3 sp 00007f0023361628 error 4 in libavutil.so.52.3.0[7f002c04b000+1e000]

==> /var/log/kern.log <==
Oct  9 09:02:32 snakeoil kernel: mpd[6391]: segfault at 0 ip 00007f002c05b4c3 sp 00007f0023361628 error 4 in libavutil.so.52.3.0[7f002c04b000+1e000]

==> /var/log/apport.log <==
ERROR: apport (pid 6392) Sun Oct  9 09:02:33 2016: called for pid 5685, signal 11, core limit 0
ERROR: apport (pid 6392) Sun Oct  9 09:02:33 2016: executable: /var/www/players/mpd-v19.x/mpd (command line "/var/www/players/mpd-v19.x/mpd /var/www/scratch/mpd.conf --stderr")
ERROR: apport (pid 6392) Sun Oct  9 09:02:33 2016: is_closing_session(): no DBUS_SESSION_BUS_ADDRESS in environment
ERROR: apport (pid 6392) Sun Oct  9 09:02:33 2016: apport: report /var/crash/_var_www_players_mpd-v19.x_mpd.33.crash already exists and unseen, doing nothing to avoid disk usage DoS
 

Then switched to MPD V17 and it works fine.

Reverted to v0.1.5-pre-release-20160904: mpd v19 db update works.
[-] The following 1 user Likes psergy's post:
  • agent_kith

#7
(09-Oct-2016, 02:19 PM)psergy Wrote: Then switched to MPD V17 and it works fine.

Reverted to v0.1.5-pre-release-20160904: mpd v19 db update works.

thanks for the info.. Hopefully I'd be able to fix this in the next release.
Snakeoil Operating System - Music, your way!
[-] The following 1 user Likes agent_kith's post:
  • psergy



Bookmarks

Possibly Related Threads…
Thread Author Replies Views Last Post
  [BETAv0.1.5-pre-release-20161216 agent_kith 24 20,129 11-Jan-2017, 09:08 PM
Last Post: Chanh
  [BETAv0.1.5-pre-release-20161203 agent_kith 11 10,663 04-Dec-2016, 05:49 PM
Last Post: psergy
  [BETAv0.1.5-pre-release-20161120 agent_kith 1 2,529 20-Nov-2016, 08:13 PM
Last Post: Chanh
  [BETAv0.1.5-pre-release-20160904 agent_kith 3 5,428 10-Sep-2016, 09:53 AM
Last Post: agent_kith
  [BETAv0.1.5-pre-release-20160801 agent_kith 7 8,568 25-Aug-2016, 07:49 AM
Last Post: agent_kith



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
ZimaBoard 2x NIC, 2x SATA, 2x USB, 1x PC...
Last Post: agent_kith
26-Mar-2024 12:04 PM
» Replies: 13
» Views: 605
LMS Upgrade ?
Last Post: uglymusic
15-Mar-2024 09:14 PM
» Replies: 7
» Views: 147
Squeezebox shutdown
Last Post: TripleX
13-Mar-2024 07:34 AM
» Replies: 4
» Views: 69
MP3 Not Playing
Last Post: Coacharnold
10-Mar-2024 10:25 AM
» Replies: 3
» Views: 52
Fail to install myMPD
Last Post: hkphantomgtr
03-Mar-2024 08:45 PM
» Replies: 9
» Views: 195
Intel HFI Driver Can "Save Tons Of CPU C...
Last Post: hkphantomgtr
28-Feb-2024 09:15 PM
» Replies: 0
» Views: 41
Announcing Snakeoil Measurements 1.3.0
Last Post: agent_kith
26-Feb-2024 10:02 PM
» Replies: 94
» Views: 4124
More Problems with Squeezelite in 1.3
Last Post: Coacharnold
17-Feb-2024 09:47 PM
» Replies: 2
» Views: 69
Snakeoil Music server & Snakeoil its own...
Last Post: Snoopy8
17-Feb-2024 11:20 AM
» Replies: 8
» Views: 364
RoonBridge (64 bit only)
Last Post: scrarfussi
15-Feb-2024 08:26 PM
» Replies: 3
» Views: 4123

[-]
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-2024. Theme © Melroy van den Berg.