fibreiv

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by fibreiv

  1. External GPU and Plex. Is there any external GPU enclosures I can put a P2000 in that I can do GPU pass-through to a Plex docker container? Thanks in advance!
  2. I am looking for information on how to move my Plex and tautulli containers and Windows VM from my current running UnRaid 6.6.7 server to a new on running 6.6.7. Thanks, Brett
  3. nzbgetvpn is giving the following error: Error response from daemon: driver failed programming external connectivity on endpoint nzbgetvpn (d33975b9767d5da5b947041d7e16a98c6486eaed978724af4f4dd55039d37382): Bind for 0.0.0.0:6789 failed: port is already allocated I had it all up and running using it fine for over a month and then all the sudden it was downloading and froze so I tried to restart the container and it wouldn't so I finally just ended up restarting the whole server but it would not come up so I removed and readded the container but that's the message I get. Thanks much!
  4. I am pretty sure I tried to access the share via the ip and it didn’t work either but I will confirm. I would think if I used just the ip of the card that connects to my network it would only connect to the droboserver on that ip but I guess I could be wrong on that. Thanks
  5. root@UnRaid:/usr/local/emhttp/plugins/unassigned.devices/include# /bin/ping -c 1 -W 1 DROBOSERVER ping: unknown host DROBOSERVER root@UnRaid:/usr/local/emhttp/plugins/unassigned.devices/include# /usr/bin/nmblookup DROBOSERVER 192.168.86.5 DROBOSERVER<00> 192.168.50.1 DROBOSERVER<00> Well that doesn't seem right. I know the 192.168.50.1 is the cable between the Drobo and the Network card that is only bound to the VM. the 192.168.86.5 is it's IP on my network, 192.168.86.4 is my UnRaid server. Hope this helps, thanks!
  6. Here is the diagnostic after the file has been replaced. unraid-diagnostics-20181117-1033.zip
  7. Should I extract the file and replace the current lib.php file with the one in lib.zip? Thanks!
  8. I have UnRaid 6.6.5 running on a Dell R710 server with 1 network card connected to my network and the other directly connected to a DroboElite for iSCSI. I have a Plex Docker container which needs to talk to the Drobo but since UnRaid doesn't support iSCSI I have a Windows 2016 VM setup in UnRaid as well. It has the following configuration and is working perfectly connecting to the internet, my intranet and to the iSCSI Drobo. Network Bridge 1 goes to my network and that's the card that has the IP is connect to to manage. 2nd Network card is bound to 1 card that is a cable between it and the DroboElite. I have that card passed through to the VM. Using the mount -cif
  9. I have UnRaid 6.6.5 running on a Dell R710 server with 1 network card connected to my network and the other directly connected to a DroboElite for iSCSI. I have a Plex Docker container which needs to talk to the Drobo but since UnRaid doesn't support iSCSI I have a Windows 2016 VM setup in UnRaid as well. It has the following configuration and is working perfectly connecting to the internet, my intranet and to the iSCSI Drobo. Network Bridge 1 goes to my network and that's the card that has the IP is connect to to manage. 2nd Network card is bound to 1 card that is a cable between it and the DroboElite. I have that card passed through to the VM. Using the mount -t cifs command I am able to mount the Drobo fine from the terminal so I know all the networking is working and I am also able to add it to the docker container and Plex see the content and it works. It's just the unassigned devices I can't seem to get it mount the share. I use the buttons to populates the server and share and it finds everything ok but it doesn't mount. I have tried both with NFS and SMB shares. NFS it gives me the mount button but doesn't do anything. Log shows this error "nRaid unassigned.devices: Error: Remote SMB/NFS server '192.168.86.5' is offline and share '192.168.86.5://PlexMedia' cannot be mounted." when I try in mount it in the logs. Windows shows the NFS share as 192.168.86.5:/PlexMedia without the second / in it. Not sure if that matters. SMB has the mount button grayed out after adding it. I'm not sure where to go from here with making it work in the webgui. I really didn't want to have to manually do it in the terminal but I can. Thanks much!
  10. Hey, sorry for being rude. Just gotten frustrated that I haven't been able to get this working. I will put together a detailed summary to try and clear up confusion on my issue. I do appropriate the help.
  11. I am not trying to be rude but almost every comment/suggestion I’ve gotten would have been answered if someone review the whole message thread. If you refer to the picture I posted on Wednesday you can see the mount button is grayed out. System is fully booted and I am just trying to mount a share.
  12. I have confirmed that using mount -t cifs command from the terminal mounts the share just fine and I am able to successfully pass it to my Plex docker container without an issue. It appears that it's just an issue with unassigned devices.
  13. Linux 4.18.17-unRAID. Last login: Wed Nov 14 13:04:23 -0600 2018 on /dev/pts/0. root@UnRaid:~# cd /bin root@UnRaid:/bin# ping Usage: ping [-aAbBdDfhLnOqrRUvV] [-c count] [-i interval] [-I interface] [-m mark] [-M pmtudisc_option] [-l preload] [-p pattern] [-Q tos] [-s packetsize] [-S sndbuf] [-t ttl] [-T timestamp_option] [-w deadline] [-W timeout] [hop1 ...] destination root@UnRaid:/bin# ping -c 1 -W 1 192.168.86.5 PING 192.168.86.5 (192.168.86.5) 56(84) bytes of data. 64 bytes from 192.168.86.5: icmp_seq=1 ttl=128 time=0.431 ms --- 192.168.86.5 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.431/0.431/0.431/0.000 ms root@UnRaid:/bin# ^C root@UnRaid:/bin#
  14. Here is my diag file. Also my Windows Server VM has a static IP already. First thing I did when setting it up. unraid-diagnostics-20181115-1213.zip
  15. Ok, I can definitely assign a static IP to the docker container but that doesn't address the actual issue that unassigned devices can't mount SMB or NFS shares.
  16. I have network access with both UnRaid and in the Windows VM just fine. But I did check and it is already set to br0.
  17. The Windows VM can bring up the UnRaid webui in it's browser just fine. I have been able to mount the SMB manually in the Linux console and was able to view all the files but when I tried to add it to Plex it just showed the root folder and everything else was empty. The goal of having it setup this way is that I have a DroboElite 8 disk unit that only supports iSCSI. From what I have read UnRaid doesn't support iSCSI so in order to get it working without having to have more hardware then is necessary I thought I would just pass the device through a Windows VM since Windows supports it out of the box and then I can share the device out of Windows back to UnRaid using either SMB or NFS since Windows Server 2016 supports both of those and so does UnRaid. If there is a better option to get iSCSI device passed to docker containers that I'm open to other solutions as well but if I'm not way off my rocker this should just work. Windows share to UnRaid's Unassigned Devices plugin. Thanks Much!
  18. Sorry for the confusion. The log was when I was trying NFS but SMB wants the name. Neither work for some odd reason and I have stumped. I'm new to UnRaid and am excited to get my Plex container up and running but have gotten stuck on this issue to pass through my iSCSI DroboElite to UnRaid containers. I have also tried just sharing a folder on the c:\ drive of the Windows Server 2016 to rule out something weird with iSCSI but get the same results. Just a side note, the Windows Server is a VM inside UnRaid. Thanks!
  19. As I had mentioned I used the buttons that let unraid find the server and the shares. But, yes, they are both on the same network ip wise.
  20. Upgraded to 6.6.5 and tried to readd the SMB share and this is what I get. I even click the "search for servers" and the "load shares" to confirm it was seeing everyting.
  21. I have unRaid 6.6.3 and for the life of me I can't get Unassigned Disks to connect to SMB or NFS. My NFS share shows green bubble but when I click mount it fails. I hit the "Search for Server" button and selected the server and then hit "Load Shares" and selected the share. No Luck. As this share is on a Windows 2016 server I have also tried SMB but when I select server, put in admin creds for server, hit load shares, select share it gives me a gray dot next to smb and the "mount" button is gray and not orange. Any help would be greatly appreciated. Thanks! Nov 14 11:15:30 UnRaid unassigned.devices: Mount SMB/NFS command: mount -t nfs -o defaults '192.168.86.5://PlexMedia' '/mnt/disks/PlexMedia' Nov 14 11:15:30 UnRaid unassigned.devices: Mount of '192.168.86.5://PlexMedia' failed. Error message: mount.nfs: mounting 192.168.86.5://PlexMedia failed, reason given by server: No such file or directory Nov 14 11:16:15 UnRaid sudo: root : TTY=pts/1 ; PWD=/mnt/disks ; USER=root ; COMMAND=/usr/bin/chmod +777 PlexMedia/ Nov 14 11:16:20 UnRaid rpcbind[31397]: connect from 127.0.0.1 to getport/addr(status) Nov 14 11:16:20 UnRaid unassigned.devices: Mount SMB/NFS command: mount -t nfs -o defaults '192.168.86.5://PlexMedia' '/mnt/disks/PlexMedia' Nov 14 11:16:20 UnRaid unassigned.devices: Mount of '192.168.86.5://PlexMedia' failed. Error message: mount.nfs: mounting 192.168.86.5://PlexMedia failed, reason given by server: No such file or directory