Jump to content

Pducharme

Community Developer
  • Posts

    1,012
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Pducharme

  1. Finaly, it worked by itself. But, it's super-slow. It doesn't get pass 800KB/sec... on my previous "cheap" VPN included in my Usenet, I hit 22MB/Sec (my connexion can get 110MB/sec, it's Gigabit Internet). I thought AirVPN would be an Upgrade Also, I took AirVPN just for the sole option of the "Remote Port Forwarding" they offer. It seems that I cannot set the forwarded ports anywhere ? ex: I forwarded port 3004-3008 in AirVPN site, so those are my "incoming" ports, to be used to be "connectable" on torrent trackers. I tried setting that in the rTorrent UI, but since the iptables doesn't open them, it just don't work How can I have it working? Do I need to modify a script in the docker ? Thank you !
  2. I have the same kind of thing in my Log too, and it just doesn't work. Since you knew already how to use AirVPN, can you reply my questions ? 1. Do I need to specify a User/pass or only providing the .opvpn is enough ? 2. How to tell the Docker what are the AirVPN forwarded ports ? Thanks,
  3. trying to switch my rutorrentVPN from a cheap VPN (that was working, but not provide any Port Forwarding for Torrenting) to AirVPN. I have my AirVPN.opvpn file, then I remove VPN_USER and VPN_PASS, change the VPN_PORT to match the included port in the .opvpn file (443), change the VPN_REMOTE to match too. Seems the docker doesn't start OK... Any idea ? ** EDIT ** Ok, I tried starting from scratch. Still can't make it work! tried both rtorrentVPN and DelugeVPN. 1. using AirVPN, is that right I don't provide VPN_USER and VPN_PASS ? 2. How can I tell the Docker what Ports are Forwarded by AirVPN (in my case, I forward 3004,3005,3006,3007 and 3008). I suppose it need to only be added to the IPtables rules, but isn't there a Variable to edit for that ? 3. True that doesn't need to forward ports on my Router (since it's in the VPN) ?
  4. Hi guys, I just updated my docker to UniFi 5.2.9 released monday. Always backup your current settings before upgrading then at first launch, restore the backup from the wizard.
  5. how to get last release ? Plugins page say that version from 2016-10-02 is the latest (initial release). Also, just upgrade Unraid to 6.2.1 version that was just made available. Seems to work fine.
  6. Ok, UniFi Video docker updated to 3.4.0 (latest). The UniFi docker is already at the latest 5.0.7 version since a while.
  7. I had to change to lime-tech docker of PLEX Media Server because LS.io one doesn't transcode anymore for me. I even deleted the docker + image, and still, when I reinstalled it, same issue. It just give an error when need to transcode anything. Direct Play wasn't affected. Very strange Issue. I don't know if it's the update to 1.1.2.x of PLEXPass version or anything else, but moving to LimeTech official docker worked again on 1.0.3. Also, I tried using the VERSION to set it to the 1.0.3.xxxxx but even with that, when I started it, it always say "No need to upgrade" and stay on the broken version (!).
  8. Lian-Li PC-A77, with 4 kit of 5-in-3, this is what I have : https://www.dropbox.com/s/31tbamml69xk6le/server_front.jpg?dl=0 https://www.dropbox.com/s/lzkmpbbx5drceqy/server_side.jpg?dl=0
  9. Hi, using the NextCloud docker. First, it's still see 9.0.51 as the latest, but NextCloud stable is 9.0.53. Small issue, don't really care about the version. My real issue is that I added the Local External Storage to one of my Mount and it doesn't allow re-sharing (the share option is disable). I check the "administration" page, and the re-sharing option is enable... I can share something that I put in the Root or in a folder I create in the nextcloud, but just not the one from any "share" from the Local External Storage. Thanks !
  10. Yes, do not use the Internal IP of the docker, but the IP of your Unraid host instead. (ie. 192.168.x.x and not 172.16.10.26)
  11. Nope, i don't understand why that happen. seems to be a docker issue.
  12. Where did you change that ? i'm maintaining the docker, if I need to change something on the docker, let me know and I can update the dockerfile.
  13. Yes, I saw that it always think there is an update. I really don't know why it does that. I have that behavior with 2-3 other dockers too...
  14. Hi, I deciced to move away from the owncloud Docker for multiple reasons. I was looking for a good appliance VM with Owncloud and automated updates, webmin, other enhencements over the official owncloud VM. It's where I found the great site techandme.se. They create and maintain multiple VM appliances; one of them is an "owncloud VM". Getting started 1. Get the "Ubuntu 16.04 main (or mirror) Preinstalled Owncloud (PHP 7.0)" from this site : https://www.techandme.se/pre-configured-owncloud-installaton/ 2. Extract the ZIP or RAR to a folder on your cache drive (or SSD where you want to store the VMs) I suggest : /mnt/cache/VMs/Disks/owncloud/ 3. Logon in SSH to your Unraid box with root and convert the vmdk using this command : qemu-img convert -p -f vmdk -O raw /mnt/cache/VMs/Disks/owncloud/owncloud.vmdk /mnt/cache/VMs/Disks/owncloud/owncloud.img 4. When the conversion is completed, delete the VMDK and other VMware files (*.vmdk, *.vmx, etc) in the /mnt/cache/VMs/Disks/owncloud/ folder and keep only the new "owncloud.img" 5. create a new VM that point to a Ubuntu template. You can use my XML provided below. 7. Boot the VM and follow the Install scripts questions, it's all automated! VM details from my XML : 1 CPU, 2 Core (6 and 7) - change to the core you want to pin 2GB RAM, max 3GB RAM - change to RAM you want, 2GB works fine for me br0 network - give an IP from your router, accessible from the LAN VNC passwd is 'test', keymap is 'fr-ca' - change to what you want 9p Mount: /unraid (point to /mnt/user) Code of the XML : <domain type='kvm' id='4'> <name>Owncloud</name> <uuid>581679d8-547d-5591-e63e-60b274d871da</uuid> <description>Owncloud VM (techandme.se)</description> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>3145728</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='6'/> <vcpupin vcpu='1' cpuset='7'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu> <topology sockets='1' cores='2' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <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/cache/VMs/Disks/owncloud/owncloud.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <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'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2'/> <alias name='pci.2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </controller> <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/user/'/> <target dir='unraid'/> <alias name='fs0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </filesystem> <interface type='bridge'> <mac address='52:54:00:2a:5f:99'/> <source bridge='br0'/> <target dev='vnet0'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/1'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/1'> <source path='/dev/pts/1'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-Owncloud/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='5900' autoport='yes' websocket='5700' listen='0.0.0.0' keymap='fr-ca'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </memballoon> </devices> </domain> Configuring 9P Sharing (passthrough of Unraid /mnt/user) : 1. Login on the newly build VM using the ocadmin user and the password you setup in the first boot of the VM. 2. become root by typing sudo -i 3. Create the folder /mnt/unraid: mkdir /mnt/unraid 4. type the following command to go inside the fstab file : nano /etc/fstab 5. On the last blank line of file fstab, add the following : unraid /mnt/unraid 9p rw,dirsync,relatime,trans=virtio,version=9p2000.L,posixacl,cache=loose 0 0 6. Quit & save the fstab file (ctrl+x, Yes to save). 7. Reboot the VM. reboot The new sharing should work and in your Owncloud, you should be able to use "External Storage Support" to point a "local" share to the /mnt/unraid/WhateverFolderYouDesire.
  15. I see that error too, but the docker works for me, so I don't really know. I found out that it take about 30sec or 1 minute before the web UI is accessible after a start.
  16. Already did. But I can't download it anymore! My docker compiled OK on Docker.io, but when I try to add it on Unraid, I aways get this message : Can someone try and let me know if it worked for them ? Dont forget to backup the Settings Before! so you can do the restore. Finally, updated and working., now UniFi 5.0.6 available for everyone
  17. works fine now. Used the Smdion instructions (except that I had to remove a trailing "/").
  18. Hi! Since the last update to PlexPy (they change the connection to a page instead of a Popup), I can't use plexPy behind a reverse proxy anymore... it just doesn't load anything. Any idea ?
  19. On new install, its to have the wizard running when launching the Web gui. On update, it's to let you put back the backup settings you did before updatIng the docker.
  20. I don't have this file, what to do then? You can create the file and just put a single line with the setting I said.
  21. UniFi docker Update. 4.8.18 now in the UniFi docker. 1. Backup your settings using the UniFi docker. 2. Update the docker. 3. Add back the "is_default=true" in the "system.properties" file in the appdata/UniFi folder. 4. Restart the docker and connect to the Web GUI. Wizard is displayed. 5. Select the link in the GUI to restore a backup and then load the file you backed-up.
  22. I just got an email from Code42 that says that on May 16th, they will stop supporting Operating System I have. They send me to a link saying that : Supported Linux using: Kernel version 2.6.32 or later and glibc version 2.9 or later Supported Not Supported Linux Kernel version 2.6.13 or earlier glibc version 2.4 or earlier latest version supported 4.4.1
  23. Hi, I removed the VERSION=plexpass and the /transcode I had previously. I'm a PLEXPASS for Life but now, even if it says there is a new PLEX server available, it never update if I restart the docker. Did I miss something ? Also, the changes said it should ask me to login to PLEX when i'll install the new image and "detect" if I'm a PlexPass customer or not and if so, update automatically... this doesn't work for me. It never ask to "login", nor install the latest version. I'll try using VERSION=latest, maybe that was also required (?) ** EDIT ** Looks like I needed VERSION=latest.
  24. I'll look into it, but I don't have any of that hardware. You'll have to do the testing yourself
×
×
  • Create New...