activ

Community Developer
  • Posts

    126
  • Joined

  • Last visited

Everything posted by activ

  1. Update februari 2018: I no longer have the possibility to keep supporting this docker. If anyone wants to take over please feel free, grab my stuff from GitHub and make your own. Overview: Support for Docker image arch-lazylibrarian in the activ repo. Application: LazyLibrarian https://github.com/DobyTang/LazyLibrarian Docker Hub: https://hub.docker.com/r/activ/arch-lazylibrarian/ GitHub: https://github.com/activ/arch-lazylibrarian Credit: Most of the work was done by Binhex making the arch-base image.
  2. Thanks, did the housekeeping and updates the image to include your changes. Should also be in CA soon. I had to go for a newer repo as the fixed date one got me an old version of Transmission I didn't want and I didn't like the idea of grabbing an installer from some random place. So this seemed like the cleanest solution. I've actually also been thinking about creating a more efficient vpn setup where one openvpn docker can serve multiple other dockers running things like Transmission and Sabnzbd, but I think that would probably end up being something that is not compatible with the Unraid UI.
  3. Update februari 2018: I no longer have the possibility to keep supporting this docker. If anyone wants to take over please feel free, grab my stuff from GitHub and make your own. I will leave the current state online, because I know people are using it. Overview: Support for Docker image arch-transmissionvpn in the activ repo. Application: Transmission - https://www.transmissionbt.com/ Docker Hub: https://hub.docker.com/r/activ/arch-transmissionvpn GitHub: https://github.com/activ/docker-templates Credit: Most of the work was done by Binhex making the arch-rtorrentvpn image, I just messed with his work and replaced rtorrent by Transmission.
  4. Variables in a conf file are not normally processed in Linux, this is not a docker issue. You could have the conf file edited with the current value of the variable during startup using sed if you really want to be able to set things up this way.
  5. Okay, for people reading this: The dockerhub link is now public and it is: https://hub.docker.com/r/activ/arch-transmissionvpn/ And for easy use in Unraid: https://github.com/activ/docker-templates
  6. Okay, so I did in fact make a transmissionvpn docker based on the rutorrent one. I can make de repo public, but only if Binhex wants me to as I only modified his stuff. (Just let me know what you want Binhex)
  7. Okay, so probably nothing that I did then. Thanks.
  8. It is my own repo and the build is not automated. I made the repo on dockerhub this morning and uploaded the image.
  9. Not sure what you mean by an official repository, the image is on Dockerhub and the xml file on github. Both only have this one thing on that I'm trying to create.
  10. Hi, I'm trying to make my very own docker image for the first time, and it's coming along nicely, but on issue I'm having is that the version column in the Unraid UI always says "update available". Can anyone give me a hint on why this could be? It's working fine for all other docker images. Thanks, activ
  11. It takes a lot of work to change to have a different app inside the Docker. I took DelugeVPN and forked it and it spent about 2 days adding Flexget to it. Lots of testing to make sure everything works. I only did it to make my setup the way it needed it. Activ learn how use Dockers and exchange Deluge for Transmission yourself. Sent from my XT1563 using Tapatalk Okay, didn't think it was that much work. No worries, I'll do it myself.
  12. Thanks, that's exactly the info I was missing. I was moving from /user/incomplete to /user/complete, I'll change it.
  13. Hi, I have a problem with caching that I cannot really get my head around. I have one share with caching that files reside in while getting downloaded, then when the download is finished the download client moves them to another share that doesn't have caching enabled. Now I have noticed that after the move the files are still in /mnt/cache, which is not really that big and gets filled up with files that I don't want to still be there. Anyone have any idea about how I can troubleshoot or fix this? Thanks, activ
  14. What is wrong with deluge and rtorrent? Nothing, I just prefer Transmission
  15. Hi Binhex, I really like the vpn dockers you have made, but could you also do one with Transmission? so pretty much like rTorrentVPN, but with Transmission instead of rTorrent. Thanks, activ
  16. This is exactly what happens when I try to run my windows vm. If you look in the forums you will see threads mentioning similar problems. I believe it's most likely a bug in the beta's. Only way I have found to get the system responsive again is a reboot.
  17. Hey, I'm fairly new here as well, but maybe I can help. What you want is actually fairly simple and quite close to what I'm doing. Couchpotato and Sonarr don't actually download anything by themselves so I'll skip those. That leaves sabnzbd and Transmission, they both have a configurable incomplete and finished folder for downloads. So if you want none of the download stuff on the cache disk you could put the docker image and the appdata on the cache disk and create shares with caching disabled for the incomplete and finished downloads. I personally have a share with caching enabled for the incomplete downloads as that process benefits a lot from caching, and then have the finished downloads on an uncached share. Hope this helps, activ
  18. Update: Think I found the cause of the problem. The $VPN_CONFIG variable contains: /config/openvpn/nl2.nordvpn.com.udp1194.ovpn /config/openvpn/._nl2.nordvpn.com.udp1194.ovpn That does not seems right to me. Shouldn't it be: /config/openvpn/nl2.nordvpn.com.udp1194.ovpn ? Update 2: Further inspection reveals that there are in fact two two file in that folder and removing the one with ._ in front fixes the problem. But I'm not sure why that file is there or what it's for. Anyone know what it is and if removal is safe?
  19. I'm having a tricky problem, the vpn won't connect when the script tries to start it. The error that I get is: 2016-04-09 13:51:51,894 DEBG 'start-script' stdout output: Options error: In [CMD-LINE]:1: Error opening configuration file: /config/openvpn/nl2.nordvpn.com.udp1194.ovpn /config/openvpn/._nl2.nordvpn.com.udp1194.ovpn Use --help for more information. If I manually start openvpn using /usr/bin/openvpn --cd /config/openvpn --config "/config/openvpn/nl2.nordvpn.com.udp1194.ovpn" --mute-replay-warnings --keepalive 10 60 it works fine. Any ideas ? Thanks, activ
  20. The VM was shutdown when I made the change, and at this point starting the VM will have it booting but during the boot the crash occurs so I never got to the point anymore where I can see device manager. I wanted to upload a new diagnostics file but the forum won't let me as the file is too big.
  21. I have tried using the emulated CPU, but the result is the same.
  22. I have assigned only one. (CPU 0) In stalled the drivers from the downloaded iso (for everything missing a driver in Windows) The xml is here: <domain type='kvm'> <name>Windows 10</name> <uuid>d9ccf481-92ab-f7be-4fca-1e090ab127a2</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>1</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> </cputune> <os> <type arch='x86_64' machine='pc-i440fx-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/d9ccf481-92ab-f7be-4fca-1e090ab127a2_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor id='none'/> </hyperv> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='1' threads='1'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/VMS/Windows 10/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/Windows10.iso'/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/virtio-win-0.1.112-1.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'/> <controller type='ide' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:79:7a:e6'/> <source bridge='br0'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <target port='0'/> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <source mode='connect'/> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> </domain> Okay, will try asap and let you know.
  23. Hey, thanks for the reply. I'm not sure what you mean by Windows 10 xml, I used the template that was in Unraid and a standard Microsoft Windows 10 image. I'm new to Unraid, but if you could point me towards the xml I'll dig it up. I managed to install Windows, do the driver install and at some point after that the first crash occurred. At the time I didn't realise the Windows VM was causing the issue though. So I kind off had it working, but not for very long.
  24. No ideas at all on how to solve this? Or did I say something wrong in my post?
  25. Hey, I have a problem, where everytime I start the Windows 10 VM I created the whole array stops working. The unraid web UI stops responding etc. The powerdown script doesn't even manage to do a shutdown, it just creates the zip and after the shutdown notification nothing happens. I can only shut the system down with the power button. Can you please advise on what is going wrong here? The diagnostic file is attached and I am running version 6.2.0-beta20. p.s. In case you see the libvirt daemon going down, that was me trying to fix the lockup. I also tried to stop the Windows 10 VM from the commandline using virsh. Hope you can help Thanks, activ tower-diagnostics-20160401-2055.zip