![]() |
[BETA] v0.1.5-pre-release-20161002 - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Off Topic (https://forums.snakeoil-os.net/Forum-Off-Topic) +--- Forum: Archived Threads (https://forums.snakeoil-os.net/Forum-Archived-Threads) +---- Forum: Archives: Snakeoil Firmwares (https://forums.snakeoil-os.net/Forum-Archives-Snakeoil-Firmwares) +---- Thread: [BETA] v0.1.5-pre-release-20161002 (/Thread-BETA-v0-1-5-pre-release-20161002) |
v0.1.5-pre-release-20161002 - agent_kith - 02-Oct-2016 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:
DOWNLOAD ![]() ![]() VIDEO Follow this video if you don't know how to upgrade firmware: RE: v0.1.5-pre-release-20161002 - Chanh - 06-Oct-2016 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. RE: v0.1.5-pre-release-20161002 - agent_kith - 07-Oct-2016 (06-Oct-2016, 10:23 PM)Chanh Wrote: Agent Kith, thanks for the update.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. ![]() RE: v0.1.5-pre-release-20161002 - psergy - 08-Oct-2016 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. RE: v0.1.5-pre-release-20161002 - agent_kith - 09-Oct-2016 (08-Oct-2016, 03:57 PM)psergy Wrote: I have issues with updating mpd (19 and git) database in this FW version.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? RE: v0.1.5-pre-release-20161002 - psergy - 09-Oct-2016 Here it is: Code: snakeoil@snakeoil:~$ df -h In my case command Code: sudo sysctl fs.inotify.max_user_watches=32768 And this is update logs after: Code: ==> /var/tmp/stderr <== Then switched to MPD V17 and it works fine. Reverted to v0.1.5-pre-release-20160904: mpd v19 db update works. RE: v0.1.5-pre-release-20161002 - agent_kith - 09-Oct-2016 (09-Oct-2016, 02:19 PM)psergy Wrote: Then switched to MPD V17 and it works fine. thanks for the info.. Hopefully I'd be able to fix this in the next release. |