[support] hurricane's Docker Repository


Recommended Posts

Drop into the command line.

 

and execute the following:

 

docker exec ubooquity udpate

 

Replace ubooquity with the name of your container.

This is the quote from the README.

Maintenance

Upgrading:

If you have installed our systemd service file, you can update by

executing the following command:

 

sudo systemctl restart ubooquity.service

Additionally you can update by:

 

docker exec ubooquity update

Is that not clear in the instructions? If ain't please advise and I will try and make it more clear.

 

The issue is that the container build is based on ubooquity's rss feed, unfortunately it doesn't seem like the developer updates that info. So I will rework the update logic.

 

Since your last statement said the update wouldn't actually work due to the RSS feed I wasn't expecting this to actually work per se. I did expect it to actually run though. Here's what I saw when I tried to run it manually and the command I used.

 

docker exec Ubooquity update

/bin/update: line 4: curl: command not found

Stopping ubooquity...

Updating ubooquity...

/bin/update: line 9: curl: command not found

unzip:  cannot find or open /tmp/, /tmp/.zip or /tmp/.ZIP.

Starting ubooquity...

 

Not sure what it's complaining about though. I can update via the GUI so wouldn't that mean everything is where it needs to be to do it?

Link to comment

Thanks. I will address that as well. Should have something out shortly. Thanks for all your feedback. I love new users because they test the crap out of everything.

 

Awesome! Thanks so much for all the help and all the work you do for us! I sure as hell wouldn't know where to begin with most of this stuff!  :)

Link to comment

Thanks. I will address that as well. Should have something out shortly. Thanks for all your feedback. I love new users because they test the crap out of everything.

 

Awesome! Thanks so much for all the help and all the work you do for us! I sure as hell wouldn't know where to begin with most of this stuff!  :)

 

Yeah, no worries. Feel free to donate if you find it helpful or if you have something to spare.

 

New build was initiated. Hope you have fun and that it works for you.

Link to comment

Thanks. I will address that as well. Should have something out shortly. Thanks for all your feedback. I love new users because they test the crap out of everything.

 

Awesome! Thanks so much for all the help and all the work you do for us! I sure as hell wouldn't know where to begin with most of this stuff!  :)

 

Yeah, no worries. Feel free to donate if you find it helpful or if you have something to spare.

 

New build was initiated. Hope you have fun and that it works for you.

 

Yeah man. It's now seeing my comics again! Donation incoming. Thanks so much!

Link to comment

Yeah docker hub sucks for that, it works on github. https://github.com/hurricanehrndz/docker-containers/tree/master/ubooquity

 

Thank you very for you generosity. PS Feel free to open issues on github too. It's better for me in order to keep track of them and ensure they get resolved in timely manner.

 

You're most welcome! I'll try to remember to open issues on Github in the future.

 

 

Sent from my iPhone using Tapatalk

Link to comment

FYI...

 

Just wanted to try and update Subsonic Docker with command:  docker exec Subsonic update

 

and received:

 

/bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution

 

Seems like there may be an issue with the url is is pulling....

 

Thank you... I will look into it. There might have been a change done on their end. They are changing how it is they structure their project.

Link to comment

FYI...

 

Just wanted to try and update Subsonic Docker with command:  docker exec Subsonic update

 

and received:

 

/bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution

 

Seems like there may be an issue with the url is is pulling....

 

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

Link to comment

FYI...

 

Just wanted to try and update Subsonic Docker with command:  docker exec Subsonic update

 

and received:

 

/bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution

 

Seems like there may be an issue with the url is is pulling....

 

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

Link to comment

Since the last update of the docker ffmpeg stop working on my subsonic docker. I use the 6.0 (build a7857c) version on Unraidv6.

 

[5/26/16 7:15:29 PM EDT]	INFO	TranscodeInputStream	Starting transcoder: /subsonic/transcode/ffmpeg -i /music/Mathieu's music/Les Cowboys Fringants/Break Syndical/01 - En Berne.flac -map 0:0 -b:a 320k -v 0 -f mp3 -
[5/26/16 7:15:29 PM EDT]	INFO	InputStreamReaderThread	(/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

 

Have you an idea how to fix this ?

 

Thanks

Link to comment

FYI...

 

Just wanted to try and update Subsonic Docker with command:  docker exec Subsonic update

 

and received:

 

/bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution

 

Seems like there may be an issue with the url is is pulling....

 

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.

Link to comment

FYI...

 

Just wanted to try and update Subsonic Docker with command:  docker exec Subsonic update

 

and received:

 

/bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution

 

Seems like there may be an issue with the url is is pulling....

 

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

 

 

Link to comment

Thanks for your fast replies.

 

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.

 

Just to mention this problem occur when I activate transcoding, regardless of the format.

 

Thanks

Link to comment

FYI...

 

Just wanted to try and update Subsonic Docker with command:  docker exec Subsonic update

 

and received:

 

/bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution

 

Seems like there may be an issue with the url is is pulling....

 

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.

Link to comment

Thanks for your fast replies.

 

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.

 

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.

Link to comment

FYI...

 

Just wanted to try and update Subsonic Docker with command:  docker exec Subsonic update

 

and received:

 

/bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution

 

Seems like there may be an issue with the url is is pulling....

 

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

 

Link to comment
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.

 

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.

Link to comment

FYI...

 

Just wanted to try and update Subsonic Docker with command:  docker exec Subsonic update

 

and received:

 

/bin/update: line 10: ${$(curl -skL https://sourceforge.net/projects/subsonic/rss |grep link|grep download|grep tar.gz|sed -n s%"\s\+<link>\([^<]*\).*"%"\1"%p|head -1)%/download}: bad substitution

 

Seems like there may be an issue with the url is is pulling....

 

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.

Link to comment

I did a clean reinstall and It still dont work:

 

(/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

 

If you can resolve this issue It would be so nice, right now my subsonic android app don't work because the downsampling use the transcoder. My day are rough without my sweet music :( .

 

Thanks for all.

Link to comment

I did a clean reinstall and It still dont work:

 

(/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

 

If you can resolve this issue It would be so nice, right now my subsonic android app don't work because the downsampling use the transcoder. My day are rough without my sweet music :( .

 

Thanks for all.

 

I will check it out.

Link to comment

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.

 

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.