hurricanehrndz

Community Developer
  • Posts

    451
  • Joined

  • Last visited

Everything posted by hurricanehrndz

  1. I will make an update to take on a new variable that will set the umask for the container. I would like to know if you have uid and gid setup under the template Sent from my ONEPLUS A3000 using Tapatalk
  2. Which docker image are you using for subsonic Sent from my ONE E1005 using Tapatalk
  3. Yes it will as soon as i can find some free time. Sent from my ONE E1005 using Tapatalk
  4. I will rework it soon. Sorry, life and work have been keeping me super busy.
  5. Except that the logs are stored within the docker image, and eventually the image will fill up due to the log spam if you don't add something like this to the extra parameters: --log-opt max-size=50m --log-opt max-file=1 to limit the size of the log files. Except that the above only works on 6.2+ Errors are only at the beginning and 10 lines at most.
  6. OK...I have not had any negative effects that I notice either... I also tested the Libresonic docker that Binhex created...the errors do not seem to be happening with that Docker....not sure what could be causing them though. Thanks again! After some research it seems that it just messages from Jetty runner on its operation. binhex uses tomcat. http://www.madsonic.org/forum/viewtopic.php?f=62&t=1538
  7. I noticed the errors but haven't seen any negative side effects. So, I have been ignoring them.
  8. Yes i think so, I will try and get something done by the end of the weekend. I was wondering if you could comment on Libresonic. Have you taken a look at the code? Is this something that you can/will provide a docker for? Thanks! Libresonic is up, please test and provide feedback.
  9. You can find the answer here: https://github.com/hurricanehrndz/docker-containers/tree/master/ubooquity#environment-variables
  10. Thanks... I will update and fix soon. I"m just checking this issue right now, are you guys setting the TZ variable?
  11. Use beta template it is updated to version 6. Thank you very much for all your work. Your welcome.
  12. Yes i think so, I will try and get something done by the end of the weekend. I was wondering if you could comment on Libresonic. Have you taken a look at the code? Is this something that you can/will provide a docker for? Thanks! Sorry I thought I had commented. Yes it is something I'm currently working on, in fact I have spent the last two days on it. I can't seem to get libresonic to pick up commandline parameter. So it ignores -Dsubsonic.home, and ignores -Dsubsonic.defaultMusicFolder This presents an issue, since I'm guessing you wish to migrate your existing data. Anyhow, I will proceed and abandoned trying to pass those arguments and hope for the best. I should have something shortly.
  13. Yes i think so, I will try and get something done by the end of the weekend.
  14. Executing a new build. Thanks for the feedback. I know how the issue got introduced now, I was syncing changes I had made to the base template and dbus got removed unnecessarily.
  15. In fact, I don't really have any other log than the subsonic.log which send always the same error. (/subsonic/transcode/ffmpeg) /subsonic/transcode/ffmpeg: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory I have done some experiment inside the subsonic docker and when I tried to execute ffmpeg i've got this error: ffmpeg: error while loading shared libraries: libavdevice.so.57: cannot open shared object file: No such file or directory So I've launched ldconfig to make librarie link refresh but it didn't work. I've read on the internet to reinstall dbus-core but I can't do that from the docker. I'm pretty sure some file/link are missing/broken in the last docker. Thanks for trying to resolve this issue. Seems to me like ffmpeg is not build against dbus core.
  16. Just tested and it doesn't seem to be an issue. please see if you can visit the rss page. https://sourceforge.net/projects/subsonic/rss Thanks for the quick response. That link works for me... However, when I run the update command in a terminal that error still comes up though... Okay I will run some more tests and let you know if I can reproduce the error. Awesome.... Thanks! Sent from my Nexus 6P using Tapatalk Okay, issue was found and fixed. A new build was initiated. Great!! Thanks a lot! I will test and let you know if I have any issues... Edit: Working now.... Thanks again! Sent from my Nexus 6P using Tapatalk Thank you for you feedback, it helps make the container better.
  17. Just to mention this problem occur when I activate transcoding, regardless of the format. Thanks Interesting. Well thank you for the information, do you happen to have any logs so I can through and see what is happening behind the scenes.
  18. Just tested and it doesn't seem to be an issue. please see if you can visit the rss page. https://sourceforge.net/projects/subsonic/rss Thanks for the quick response. That link works for me... However, when I run the update command in a terminal that error still comes up though... Okay I will run some more tests and let you know if I can reproduce the error. Awesome.... Thanks! Sent from my Nexus 6P using Tapatalk Okay, issue was found and fixed. A new build was initiated.
  19. Just tested and it doesn't seem to be an issue. please see if you can visit the rss page. https://sourceforge.net/projects/subsonic/rss Thanks for the quick response. That link works for me... However, when I run the update command in a terminal that error still comes up though... Okay I will run some more tests and let you know if I can reproduce the error.
  20. Hmm, I will have to look into it. I use to supply an ffmpeg version but they are doing a lot changes over there since they are going close source. I use to supply a specific ffmpeg to have flac support that might be out of the question now.