Jump to content

Pinch

Members
  • Posts

    84
  • Joined

  • Last visited

Posts posted by Pinch

  1. I have been struggling to get gpu passthrough working for some time now, but it just won't work on Unraid.

     

    When ESXi is installed on the system, the gf 1070 will pass through fine to a Windows guest, but the same on Unraid will result in code 43 -- the install is a virtual machine.

     

    Hyper-V has been set to 'no', but despite of this Windows still clearly states the system is a virtual machine in the task manager*. Nothing's hidden from the guest it seems.

     

    Edit: Yeah, turns out Hyper-V should be set to 'yes'. Still didn't fix the problem, but finally got an error in the log.

     

    The hardware:

    Gigabyte Aorus Pro X570 + Asus ROG Strix X570-E Gaming (tried both; same problem)

    Ryzen X3950

    EVGA 1070

     

    I have tried all the xml additions googling help with code 43 will give to no avail.

    Since the OS is saying it's a virtual machine, I'm not suprised by the Nvidia drivers being aware too... -- this must be the issue, right?

    Booting without a VNC gpu will give a black screen.

    ROM has been dumped and set up.

     

     

    Does anyone have any idea why Windows won't get fooled? I am fairly desperate at this point.

     

    *On the 'Performance' tab. If the system's not virtual, it will state whether it is virtualization-capable or not.

  2. Has anyone successfully built the custom drivers?

    I tried twice in two different environments, but got the same script error in both cases.

     

    I don't currently have any of the test environments running, so I am unable to provide the exact error -- for now, I'm just curious if anyone's actually managed to build the drivers using the provided scripts?

  3. 4 hours ago, aptalca said:

    Post your docker run/create command

    Sorry, of course:

    /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d 
    --name='openvpn-as' 
    --net='bridge' -e 
    TZ="Europe/Paris" -e 
    HOST_OS="unRAID" -e 
    'PGID'='100' -e 
    'PUID'='99' -p 
    '943:943/tcp' -p 
    '9443:9443/tcp' -p 
    '1194:1194/udp' -v 
    '/mnt/user/appdata/openvpn-as':'/config':'rw' 
    --cap-add=NET_ADMIN
    'linuxserver/openvpn-as' 

     

    Edit: It's fixed, though now idea why. I reinstalled openvpn-as and it threw the "ERROR: Cannot ioctl TUNSETIFF as0t0: Device or resource busy (errno=16)'" in the webui when trying to start the server. Changing nothing, but perhaps trying to start the server a few more times, it was suddenly running and working.

     

    It's working, but I don't think the problem is solved.

  4. I am completely stumped by this: My OpenVPN-AS has been running perfectly and then out of nowhere stopped working.

     

    When it stopped working I was still able to connect on the TCP port, but after restarting the container a few times, that stopped working too. The unraid server has been restarted to no avail.

     

    The logs showed errors pointing to the interface or ports being already in use, which made no sense to me...

    After having tinkered with some settings (after it stopped working -- setting the container to privileged mode and only listen to UDP on port 1194 in the web ui), I am not seeing any errors in the log, but the server still doesn't listen on the UDP port.

     

    Can anyone explain to me what this means:

    root@Tower:~# netstat -an | grep 943
    tcp6       0      0 :::943                  :::*                    LISTEN
    root@Tower:~# netstat -an | grep 1194
    udp6       0      0 :::1194                 :::*

     

    The web ui (943) is working fine, telnet'ing to 1194 on localhost results in connection refused.

    UNIX is not my strong suit; what am I to gather from the fact that it doesn't appear to 'LISTEN' on port 1194?

     

    If I switch off privileged mode, the errors are back:

    2019-08-07T09:22:20+0200 [stdout#info] OVPN 0 ERR: 'Wed Aug  7 09:22:20 2019 ERROR: Cannot ioctl TUNSETIFF as0t0: Device or resource busy (errno=16)'
    2019-08-07T09:22:20+0200 [stdout#info] Server Agent initialization status:
    2019-08-07T09:22:20+0200 [stdout#info] {
    2019-08-07T09:22:20+0200 [stdout#info]   "errors": {
    2019-08-07T09:22:20+0200 [stdout#info]     "iptables_web": [
    2019-08-07T09:22:20+0200 [stdout#info]       [
    2019-08-07T09:22:20+0200 [stdout#info]         "error", 
    2019-08-07T09:22:20+0200 [stdout#info]         "service failed to start due to unresolved dependencies: set(['web'])"
    2019-08-07T09:22:20+0200 [stdout#info]       ]
    2019-08-07T09:22:20+0200 [stdout#info]     ], 
    2019-08-07T09:22:20+0200 [stdout#info]     "openvpn_0": [
    2019-08-07T09:22:20+0200 [stdout#info]       [
    2019-08-07T09:22:20+0200 [stdout#info]         "error", 
    2019-08-07T09:22:20+0200 [stdout#info]         "process started and then immediately exited: ['Wed Aug  7 09:22:20 2019 ERROR: Cannot ioctl TUNSETIFF as0t0: Device or resource busy (errno=16)']"
    2019-08-07T09:22:20+0200 [stdout#info]       ], 
    2019-08-07T09:22:20+0200 [stdout#info]       [
    2019-08-07T09:22:20+0200 [stdout#info]         "error", 
    2019-08-07T09:22:20+0200 [stdout#info]         "service failed to start or returned error status"
    2019-08-07T09:22:20+0200 [stdout#info]       ]
    2019-08-07T09:22:20+0200 [stdout#info]     ], 
    2019-08-07T09:22:20+0200 [stdout#info]     "web": [
    2019-08-07T09:22:20+0200 [stdout#info]       [
    2019-08-07T09:22:20+0200 [stdout#info]         "error", 
    2019-08-07T09:22:20+0200 [stdout#info]         "process started and then immediately exited: 2019-08-07T09:22:18+0200 [stderr#error] twisted.internet.error.CannotListenError: Couldn't listen on 0.0.0.0:943: [Errno 98] Address already in use."
    2019-08-07T09:22:20+0200 [stdout#info]       ], 
    2019-08-07T09:22:20+0200 [stdout#info]       [
    2019-08-07T09:22:20+0200 [stdout#info]         "error", 
    2019-08-07T09:22:20+0200 [stdout#info]         "service failed to start or returned error status"
    2019-08-07T09:22:20+0200 [stdout#info]       ]
    2019-08-07T09:22:20+0200 [stdout#info]     ]
    2019-08-07T09:22:20+0200 [stdout#info]   }, 

    Netstat is showing the same thing as before. The web ui is loading, but I am unable to sign in using the correct credentials.

     

    What happened? Why did this stop working all of the sudden?

×
×
  • Create New...