je82

Members
  • Posts

    468
  • Joined

  • Last visited

Everything posted by je82

  1. today jdownloader copy paste bugged out again, it appears to happen if you shutdown unraid and then start it, then start jdownloader docker, it won't accept any copy pastes from outside the docker, it works internally inside the docker. rebooting the docker did not help only way to solve for me was to ssh into the docker and run command: x11vnc -R xk then it starts working instantly. just a heads up, not sure if it helps.
  2. When setting up this container with a unique ip (custom setting) and changing the port to 80, it still only responds on port 8096, i've changed port in docker config: And ive also set port to 80 inside emby: but for whatever reason the emby server still responds and works fine on 8096, it does not work on port 80. ideas? Thanks!
  3. Thanks! I've limited myself to /mnt/user/* so i should be good then, thanks for the heads up here, appreciated!
  4. You're right! The problem with the popup window was that it was cut short, the "ok/cancel" button never appeared, just text, i pressed enter instead this time around and it installed ffmpeg, thanks again sorry for the bad questions.
  5. thanks for the heads up, i have asked you a question in that thread regarding what you wrote.
  6. Can you clarify exactly how this would occur? I have many shares, i use krusader to move files from \\mnt\user\myshare1 to \\mnt\user\myshare2 , how exactly would the files disappear? Example, i just made a move from \\mnt\user\myshare1 to \\mnt\user\myshare2 myshare1 is limited to disk1 in my array. myshare2 is limited to disk2 in my array. i move the file from myshare1 to myshare2 via krusader and file no longer appears on disk1 on the array, it appears on disk2. i am trying to understand what could go wrong here, it appears to work perfectly fine? what more critera do i have to fulfil to trigger this bug?
  7. Sorry to add to the confusion but emby is asking for an update, its stuck at 4.3.0.30 asking to update to 4.3.1.0. When i check the url https://www.archlinux.org/packages/community/any/emby-server/ it appears to be 4.3.1.0 but my emby is not updating. I checked the docker repo for updates but its telling me i am running the latest version. Am i missing something on how to update emby server? Thanks!
  8. Any youtube video with sound, example: https://www.youtube.com/watch?v=1H-HOPiai5Y Trying to download with jdownloader in container:
  9. Found another "issue" with the jdownloader container, when downloading videos from sources such as youtube, ffmpeg is required to merge the sound and video together, is it possible to make ffmpeg library a part of the jdownloader container to give it this capability?
  10. Strange. I don't know why it appears to run via network, i have one share called \\NAS\Incoming and one share called \\NAS\Media moving 300gb from Incoming to Media which both are on the array via a thirdparty on smb3 it goes at 100mb/s (gigabit) which is the speed i am connected with. I edited my main post, please see: I would be interested in something like this. Possible?
  11. This seems useful, i have been moving files from a server via smb and i notice that it takes a lot longer then need be, i though smb3 was smart enough to detect when files are being moved from one share to another locally but seems to only work when you move files from inside a share to another path inside the same share. Anyway, i want to uset his docker, i am however very concerned with the security of having unencrypted VNC on the network be the root admin to all the array file management. If anyone is listening they could snag the vnc password and then access all the data on the array or even worse, delete it! How can i go about securing this docker more, though it is highly unlikely someone would be listening to my lan traffic, i just want to make sure something as easy as listening for unencrypted traffic isn't the weakest link in my security if a hacker should get into my network for whatever reason. Can this vnc be secured with a certificate? Or perhaps, is there a way to disable the delete commands inside Krusader? I only want to use Krusader strictly for moving files internally on the array, no delete needed. Even better would be to password protect the delete commands so you have to enter password everytime you try to delete something. Ideas?
  12. can someone confirm, is this card XG-C100F working on unraid 6.7.2? i really dislike anything that is marketed with "gaming" but it seems widely available, i need to interconnect 2 servers in the rack with faster speeds and this seemed like a good way to go.
  13. The one thing i like the most about Unraid is versatility and ease of use. I've for long been a user in dire need of storage but i've never wanted to use raid due to the nature of how unreliable and expensive it is. Just the fact that in unraid you can start out with 2-3 drives and then slowly add to your pool as you go is amazing. Focus on stability and security is my main focus, my data is extremely worth to me. I would also like to see multiple arrays.
  14. Nice!! Trying out the new containers tonight, thank you for the update!
  15. ah yes, you are right, the other containers i have renamed from the beginning. thanks for the heads up! it works fine now.
  16. ah i get it, ok, weird... other containers have been able to be installed multiple via the CA no problem, thanks for the heads up.
  17. Ah, so the name of the docker has to be different? I renamed the container from the original name of "jDownloader2" to jDownloaderX" just to test and i still cannot install another instance of this docker. As you can see the docker tab tells me "edit" is the only available option to me, no install. What could be blocking me more than the name? Does the data dirr Edit: Also renamed the Appdata path to "jDownloaderX" from jDownloader2 and the issue presists. Since i am using network type: bond0 and a unique ip for each docker, does the port really matter? I have the same port for multiple other "same dockers" with different ip no problem.
  18. Cool, yeah thanks i'd want to include it in my regular backup script rather then using the plugin, just making sure it is an ok way to go, ill figure out the stopping of the containers before running the backup!
  19. Hi, I've just recently started exploring the docker universe and it's pretty handy with all the easily accessible applications in there! I find myself consolidating more and more stuff into dockers and i'm already up to 12 of them now. I need a backup solution. I store the docker configuration data in /mnt/user/appdata/* Can i simply just include the /mnt/user/appdata/* path in my rsync backup script and that's that? Or am i going to run into trouble if i do it like that? Thanks in advance.
  20. Recommend trying usb2.0 if possible, usb suddenly going read only is usb 3.0 bug?
  21. Yeah, i have not been able to re-create the issue with ease. it does happen after awhile when you randomly use various vnc sessions against various targets from many machines. I use VNC a lot to give support and i guess i am stressing the protocol a little extra. I probably have had copy paste issues in other docker containers but this one is the only container that copy paste from outside the container matters. Copy paste from inside the container to inside same container always works, its just the transfer of copy paste from client connected to the server that does not always work. No stress, next time it happens i will run some commands on the shell of the jdownloader sessions to see if these things fix it. EDIT: Oh, i must ask, other docker containers i've used i can install multiple ones, but this jdownloader docker seems to be limited to just one? I would want to install a second one, why is it not possible? What i can do to fix that?
  22. Today i also got problems with VNC copy paste, this is rather common with VNC that copy paste operations stop working randomly, i have no idea why. This however did not resolve when i restarted the container. I tried restarting everything and copy paste would still not operate between any computer and the docker container making me believe the problem was on the docker/unraid side of things because copy paste would work fine between my computer and other vnc hosts. I read here: https://stackoverflow.com/questions/35595598/clipboard-operations-fail-using-tight-vnc That vnc trouble with copy paste can be resolved by installing autocutsel whatever that is, maybe worth a shot? I'm not sure how docker operates but i do believe it uses vnc that is installed in unraid? So it would have to be patched in unraid or in the docker? autocutsel -fork like this #!/bin/bash xrdb $HOME/.Xresources autocutsel -fork startxfce4 & restart vncserver
  23. Found an issue (maybe with VNC rather then this docker) but if you connect from one computer and forget that you've connected to it you cannot connect with a second, vnc only renders a black screen. If you exit the first connection the second connection works and renders the graphics. Perhaps this is more an issue in VNC, i was wondering if there's any possible way to mitigate this by having some kind of idle timer and if idle for x minutes disconnect the session? EDIT: Reading up on it i guess x11vnc is installed inside the container, running command x11vnc -R xkb may resolve temporary copy paste issues, question is how you could make the container continously run this everytime a user disconnects from the vnc session clearing out any copy paste that is being held in memory that may result in issues when a new client connects?
  24. I used this config file, it gives me the same error. Config file contains: <user>icecast</user> <group>icecast</group> This user is not exist within the container according to icecast and it won't boot. Or is it something else that is wrong and it errors out the wrong thing? Should i be looking at something else? I tried a different container for Icecast and all of them give the exact same error, the user/group does not exist, i've tried with user:group nobody:users as this is the user that runs docker containers on unraid but this doesn't work either. Ideas would be welcome, merry christmas!