Raf1888

Members
  • Posts

    5
  • Joined

  • Last visited

Raf1888's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi there, I consider to subscribe PIA's VPN offering, mostly for torrenting using binhex's delugevpn docker image. But I'm still hesitating because I didn't see anything on PIA's support portal regarding bypassing NAT settings through openvpn config files. On their portal, there is stuff mentioned to do so, using their own VPN client, or using a bunch of bash scripts, but nothing about config files. Can anyone confirm what Cpt. Chaz said above ?
  2. Hi there, Better answering late than never. I tried again the day after, and everything was working fine. @saarg : So u were right. I most likely had been temporary banned for setting a too low value for the daemon variable... Thx again !
  3. Hi saarg, Thx for your answer and for the help. So ddclient should be running "out of the box" with the default template configuration. Thus, I removed any modification I did, and this is what I get : Docker run command : root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='ddclient' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/user/appdata/ddclient':'/config':'rw' 'linuxserver/ddclient' And this is the docker log : [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services Setting up watches. [services.d] done. Watches established. WARNING: file /var/cache/ddclient/ddclient.cache, line 3: Invalid Value for keyword 'ip' = '' WARNING: skipping update of ||Here's my private dyndns|| from <nothing> to ||My.Private.IP.Here|| WARNING: last updated <never> but last attempt on Thu Apr 1 12:08:43 2021 failed. WARNING: Wait at least 5 minutes between update attempts. The third last WARNING in this log obviously report the problem... Here's the ddclient.conf file, mounted in /config : daemon=300 syslog=yes pid=/var/run/ddclient/ddclient.pid protocol=dyndns2 ssl=yes use=web server=infomaniak.com login=|myprivateID| password=|myprivatepasswd| |myprivatedyndns| Do you need anything else ?🙂
  4. Hi there ! I have several questions about how to use this docker image. First : AFAIK ddclient is not started when the docker container is turned up. A "ps -a" in a shell in the container does not show anything related to ddclient. Did I miss something ? Then : A "ddclient" command in the same shell seems to work fine as long as my ddclient.conf file is in /etc/ddclient. For this, I need to fix the default app template, replacing /config mount by /etc/ddclient. Is that normal ? Final : How to make ddclient being turned up when the container is revived ? Thanks for reading !
  5. Hi everyone, I bought UnRaid a few days ago and even if it's a great piece of software, I'm experiencing the firsts troubles with it, regarding GPU passthrough. First of all / Disclaimer : Yeah I tried to read topics on this forum before posting, and viewed some videos from SpaceInvader One. As I'm not very comfortable with english (I speak french, and some Linux stuff in english can be uneasy to me), if I missed some usefull topics, feel free to let me know. Let's start with the begining, the hardware part : Motherboard : AsRock x570m (2.30 BIOS vers.) CPU : Ryzen 5 3600X GPU : NVidia 710m PCIe 1x 1Gb (This is the only GPU in my bare metal hardware, as I don't have a IGPU) Regarding the OS : Unraid 6.9 Booting in legacy mode About virtualization : VT-d and IOMMU enabled The video and audio controller of my NVidia card are in the same IOMMU group and binded to vfio driver at boot (using the menu Tools --> System devices in UnRaid's webGUI). You can find the details in vfio.log in attachement. About VMs : Tried to pass the NVidia GPU to 2 VMs (running Windows and Linux Mint), of course not at the same time. Dumped my vBios rom and set the path for it in each VM xml configuration file, as suggested by SpaceInvader in https://www.youtube.com/watch?v=QlTVANDndpM I also set the in xml file for each one, to plug the Video and Audio part of this device into the same virtual bus and virtual slot for each guest VM. You can find the xml template and the VM log in mint.xml and mint.log in attachement for the Linux Mint VM. A lspci in the guest Mint VM shows that they effectively are plugged in the same virtual PCIe slot. You can find the kernel log in the dmesg file in attachement. So what happened ? Well ... usual error 43 for the NVidia GPU in windows WM after the drivers got installed. In linux VM : the bootsplash screen (using plymouth) display correctly in the VM as far as the Nouveau driver is in use for the GPU. After that, a black screen and nothing more. This is suggesting that the GPU passthrough is, as least, partially set up, but not entirely working. If I install the NVidia driver in the Mint VM, I got a permanent black screen. Any help is gladly appreciated ! Thx in advance, Raf dmesg mint.log mint.xml vfio.log