Capt.Insano

Community Developer
  • Posts

    296
  • Joined

  • Last visited

Everything posted by Capt.Insano

  1. I have been experimenting with it just to ensure it works: I can run a deluge container for example from the command line with: /usr/bin/docker run -d --name="Deluge" --net="bridge" -e TZ="Europe/London" -p 48921-48930:48921-48930/tcp -p 58846:58846/tcp -p 8112:8112/tcp -v "/mnt/cache/Docker/AppData/Deluge":"/config":rw -v "/mnt/user/Downloads/Deluge":"/downloads":rw needo/deluge and the port range 58921-48930 are set up correctly and the container runs. The DockerMan WebUI however still lists all the ports individually like my 2nd screenshot in the OP. Is this even a possible improvement to DockerMan? Thanks again, The Capt.
  2. In the old VM Manager there was the ability to take a snapshot of a Virtual Machine, has this ability not been carried over when VM Manager was merged into core unRAID? OR... am I going blind and not seeing it. I cannot find it anywhere and I have a few Virtual Machines that I would like to save copies of incase anything should happen to them. In the case it was not been carried forward into core unRAID, any chance of getting it back? Thanks, The Capt
  3. Now that Docker supports exposing and forwarding whole port ranges since v 1.6 any chance of updating DockerMan to support same?: What I was thinking was the ability to do this: to eliminate this: from what I have read here (open to correction) a docker container can alse be run with run -d --name="CONTAINERNAME" --net="bridge" -p 59960-59970:59960-59970/tcp -v "VOLUME":"VOLUME":rw Would love some opinions. Thanks, The Capt.
  4. LegacyRuTorrent (rtorrent 0.9.2) also updated with fix for .torrent files over 1MB in size The Capt.
  5. @jonsanc Container updated, would you mind testing? I have updated the nginx and php-fpm file upload limits to 10MB.
  6. I am actually looking for the same advice: I am running 16rc2 (pro) and today started getting some strange behaviour: 1: Parity Check results in the WebUI turning to non-tabbed mode and will not return to normal without restart 2: Docker tells me there is no update to the containers even though I just updated a container of my own on the docker registry. Am I right in thinking this likely a USB issue, or is it rc2 related? If I want to replace my USB with a new one while keeping my pro license what are the steps involved?
  7. Could you PM me a link to a torrent file over 1MB in size? I would like to test some fixes.
  8. swap unrar-free for unrar (non-free) After an issue report on github and some searching, I have learned that rutorrent plays nicer with the non-free version of unrar so I have updated my Dockerfile accordingly. New versions currently building for both ruTorrent and LegacyruTorrent (0.9.2).
  9. ruTorrent 0.9.2 Container fixed Sorry for delay, I have been really busy with work. Due to some incompatibility between DockerMan and a docker repo with an underscore in its name, I have renamed my ruTorrent_0.9.2 repo completely and its Dockerer repo. The container is now called LegacyruTorrent and it correctly shows a context menu when it's icon is clicked. Anyone who wants to use rutorrent 0.9.2, replace your container (just point it at the same folders for /config and /download and it will act like nothing changed)
  10. XML for rutorrent v 0.9.2 updated, I removed the underscores from the Container Name field and the actual name of the .xml itself. I am currently not in a position to test it as I am away from my server, could someone who would be capable of removing the container via the terminal test this xml and ensure that the context menu appears correctly?? Make sure to update repos first. I am still unsure as to why there was an issue with this xml, maybe @gfjardim or @jonp could shed some light on it??
  11. There must be a problem with DockerMan and my naming of the container (maybe Dockerman doesn't like the use of underscore in the container name??) I will edit the .xml ASAP and post an update here. The Capt.
  12. Great idea for a Docker Container. I had been toying with the idea of moving my drives from RFS to XFS and this will hopefully get me to stop putting it off. I had the same problems listed previously about the container not starting unless I removed /etc from the mount list (the /etc mount is still included in the template .xml for this Docker for new users). Once I removed the /etc mount it started no problem. Is it possible to add folders with spaces in their names? I added my folder "TV Shows" (without quotation marks) and when I click calculate I get errors: Errors: "data is undefined" and "XHR Failed for calculateBestFit" I then tried to add the folder as either "TV Shows" (with quoatation marks) or TV/ Shows, but when I click calculate this time it just tells me "Nothing to do". Any ideas? Thanks a Million
  13. rTorrent 0.9.2 based container created and in my repo. Note: It is set up to use same ports as original ruTorrent container so either change ports or stop ruTorrent:latest before installing ruTorrent_0.9.2 container Hope it fixes people's seed and private tracker woes!! let me know, The Capt
  14. I will have a look at making a separate 0.9.2 rtorrent container for those who need it. RE: Download/Upload Speed I have personally had no problems with reduced download/upload speeds with this container. I have migrated from deluge to rtorrent with no drop in speeds. Have you your ports opened? Edit: had only typed download instead of download/upload!
  15. I both agree and respectfully disagree with some of the points made so far: I agree with the ideas of the original post, I think pre-decided general tagnames (allowing multiple tags to be used) as a starting point seem the easiest to implement without a mass of duplicate tags appearing. I think allowing users to create tags initially could result in the following: Problem: Tags for exactly the same classification appearing in many variations due to varied user inputs Eg: "TV", "Tv", "tv", "Television" Solution: As suggested, a list of general classification terms created so that maintainers can choose the term/terms to best describe their container and add these terms (easily) to their container XMLs. New terms would need to be added in the future I imagine with the increased development of docker containers, but we will cross that bridge as we go. I agree with the exclusion of RDP as a category and think the categories suggested in the OP work pretty well but I'm sure there will be further discussion to possibly refine them. Anyway, Great work Squid!! The Capt.
  16. I think I found the answer to your problem: The Sync Plugin of Tonido is set such that the Sync Folder location is "/root/TonidoSync" by default, but we want the Sync folder location to be a subfolder of /unRAID. See my attached image for an example and follow the instructions here to change the location of your sync folder to be a subfolder of /unRAID. On my system (yours will vary) the location of the xml to be changed was /mnt/cache/Docker/AppData/Tonido/profiles\<myprofile>\plugindata\syncserver\syncserverconfig.xml stop the docker, edit the file changing <rowentry> <name>syncfolderlocation</name> <type>string</type> <value>DEFAULT</value> </rowentry> to <rowentry> <name>syncfolderlocation</name> <type>string</type> <value>/unRAID/TonidoFiles/Sync</value> </rowentry> Save file and restart Tonido Docker. Check that folder location is now correctly showing new location. Should work now. the Capt.
  17. Your volume mapping is correct so. If you login to your Tonido server via the webui you should see the blank test.txt file. If you place files in /mnt/user/Tonido they will be accessible via tonido.
  18. Will you run the following: touch /mnt/user/Tonido/test.txt docker exec -it Tonido /bin/bash ls -la /unRAID Post the output. (Using CODE tags if possible for easier reading) If test.txt exists in /unRAID inside the container then your mapping is correct.
  19. Could you do the following: 1: SSH into your unRAID server and post the output of the following commands ls- la /mnt/user ls -la /mnt/user/Tonido 2. Enter the following commands (one after the other) and post the outputs: docker exec -it Tonido /bin/bash ls -la /unRAID The Capt.
  20. I have made an update to the system information plugin. If you have plugin version checking enabled, you will receive a notification, otherwise go to the Plugins tab and press 'Check for Updates'. Great job. Many Thanks, The Capt
  21. Very smooth updateto beta 15, new VM Manager is brilliant. No real problems except 1 cosmetic one: System Profiler > System Overview reports: I certainly do not have ~29GB Memory!! Also the RAM setup is incorrect; I have 4 x 2GB Ram sticks installed. "dmidecode --type memory" command gives me: root@Tower:~# dmidecode --type memory # dmidecode 2.11 SMBIOS 2.4 present. Handle 0x0006, DMI type 5, 24 bytes Memory Controller Information Error Detecting Method: 64-bit ECC Error Correcting Capabilities: None Supported Interleave: One-way Interleave Current Interleave: One-way Interleave Maximum Memory Module Size: 1024 MB Maximum Total Memory Size: 4096 MB Supported Speeds: 70 ns 60 ns 50 ns Supported Memory Types: Standard SDRAM Memory Module Voltage: 2.9 V Associated Memory Slots: 4 0x0007 0x0008 0x0009 0x000A Enabled Error Correcting Capabilities: None Handle 0x0007, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM_B1 Bank Connections: 2 3 Current Speed: 5 ns Type: Unknown EDO Installed Size: 2048 MB (Double-bank Connection) Enabled Size: 2048 MB (Double-bank Connection) Error Status: OK Handle 0x0008, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM_B2 Bank Connections: 6 7 Current Speed: 5 ns Type: Unknown EDO Installed Size: 2048 MB (Double-bank Connection) Enabled Size: 2048 MB (Double-bank Connection) Error Status: OK Handle 0x0009, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM_A1 Bank Connections: 0 1 Current Speed: 5 ns Type: Unknown EDO Installed Size: 2048 MB (Double-bank Connection) Enabled Size: 2048 MB (Double-bank Connection) Error Status: OK Handle 0x000A, DMI type 6, 12 bytes Memory Module Information Socket Designation: DIMM_A2 Bank Connections: 4 5 Current Speed: 5 ns Type: Unknown EDO Installed Size: 2048 MB (Double-bank Connection) Enabled Size: 2048 MB (Double-bank Connection) Error Status: OK Handle 0x0043, DMI type 16, 15 bytes Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 4 GB Error Information Handle: Not Provided Number Of Devices: 4 Handle 0x0044, DMI type 17, 27 bytes Memory Device Array Handle: 0x0043 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM_B1 Bank Locator: Bank0/1 Type: DDR Type Detail: None Speed: 800 MHz Manufacturer: None Serial Number: None Asset Tag: None Part Number: None Handle 0x0045, DMI type 17, 27 bytes Memory Device Array Handle: 0x0043 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM_B2 Bank Locator: Bank2/3 Type: DDR Type Detail: None Speed: 800 MHz Manufacturer: None Serial Number: None Asset Tag: None Part Number: None Handle 0x0046, DMI type 17, 27 bytes Memory Device Array Handle: 0x0043 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM_A1 Bank Locator: Bank4/5 Type: DDR Type Detail: None Speed: 800 MHz Manufacturer: None Serial Number: None Asset Tag: None Part Number: None Handle 0x0047, DMI type 17, 27 bytes Memory Device Array Handle: 0x0043 Error Information Handle: Not Provided Total Width: 64 bits Data Width: 64 bits Size: 2048 MB Form Factor: DIMM Set: None Locator: DIMM_A2 Bank Locator: Bank6/7 Type: DDR Type Detail: None Speed: 800 MHz Manufacturer: None Serial Number: None Asset Tag: None Part Number: None Is this a known issue? Thanks again, The Capt
  22. As per the Community Repositories Updater & Viewer plugin, this is a centralised thread linking to my containers and their individual support threads: CaptInsano's Repository: https://github.com/CaptInsano/docker-containers/tree/templates http://i.imgur.com/AKptFCw.png[/img]FoldingAtHome FoldingAtHome is a project ran by Stanford University to network thousands of computers together, using them to work out the folding of proteins to aid in the research of Alzheimer's, Huntington's, Parkinson's, and many cancers.Support http://i.imgur.com/nD6BNRG.png[/img]DDClient This is a Dockerfile setup for DDClient. Client to update DynDNS serviceSupport http://i.imgur.com/LWfuAG2.png[/img]rTorrent / ruTorrentThis is a container for rTorrent (a powerful and flexible torrent client) and ruTorrent (a web based frontend for rTorrent). ruTorrent contains many plugins to improve rTorrent use including RSS support.Support http://i.imgur.com/i2obdi6.png[/img]TonidoTonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary.Support Big thanks and congrats to Squid and Gfjardim for their great plugin.
  23. For anyone interested; the solution was: In the xml, replace this: <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/mnt/cache/VMs/HDDs/VortexBox/VortexBox.qcow2'/> <backingStore/> <target dev='sda' bus='virtio'/> <alias name='virtio-disk0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> with: <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/mnt/cache/VMs/HDDs/VortexBox/VortexBox.qcow2'/> <backingStore/> <target dev='sda' bus='sata'/> <alias name='sata0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> Now the VM sees the drive as sda correctly.
  24. Does the plugin also now work on beta14b? Thanks for the work!