rcampbell

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by rcampbell

  1. Hello, I would like to request OpenBB Terminal. This is an Open Source Financial Research tool like BloomBerg Terminal. Below is some information about the project. Website Links: https://openbb.co/ https://my.openbb.co/app/terminal https://docs.openbb.co/ Youtube: https://github.com/OpenBB-finance/OpenBBTerminal Thank you
  2. I recently used the unBalance plugin (awesome plugin by the way!), and am having a small subsequent issue I'm hoping someone can help me solve. For context, I used the plugin to move data from one disk to the remaining disks so that the empty disk could be wiped and encrypted. Rince and repeat till all disks are encrypted, job done. During that process, there were some permission issues detected by unBalance so I ran the fix permissions and continued to move the files. The lingering problem is that now on every other reboot of the host, Shares don't load, Docker doesn't start and show's no containers, and VM's doesn't start and show's no VM's. I reboot the host again and everything is fine till the next reboot. I'm not sure where to begin looking to troubleshoot this but my suspicion is there may be some outdated file that reference the database of shares, conainers and VM's and perhaps this outdated file is pointing to a previous location that doesn't exist any more. As to why it may attempt to load this file every other reboot I'm not sure. I may be way off on my suspicion so I'll open it up to you experts to provide some ideas, I appreciate any help.
  3. I was able to have someone physically restart the box for me. Turned it back on and was running fine for a few hours running three containers and two VM's. When I started a particular VM I lost the GUI again and could no longer access the original two VM's. I forced the third VM to stop using 'virsh destroy [vm]' but could not access the original two VM's. I tried to shutdown the original two VM's using 'virsh shutdown' and 'virsh destroy', but neither of them worked. Is there a way to retrieve logs to see what might be the cause of the problem? I'm sure it has to do with libvert, QEMU, network bridges or hardware pass through. Whats the best way to dig further to find the cause? These links describe a similar problem not able to use Virsh to control the VM's. https://www.redhat.com/archives/libvirt-users/2014-February/msg00032.html https://www.redhat.com/archives/libvirt-users/2016-April/msg00092.html Edit: Additional info, links
  4. Seems to be some issues with the above mentioned containers, could we have an official Unraid webvirtmgr docker container to manager VM's?
  5. Looks like there are a few containers here that do this:
  6. Is there another way I can force docker and libvert to stop? Libvirt is unable to connect to hypervisor and docker is stuck at 'stopping docker...' root@shr-unraid1:~# /etc/rc.d/rc.libvirt stop error: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory Waiting on VMs to shutdownerror: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory error: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory Stopping libvirtd... error: failed to connect to the hypervisor error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory virtlogd is not running... root@shr-unraid1:~# /etc/rc.d/rc.docker stop stopping docker ... 'Docker stop' also does not stop the containers, I have to break out to retrieve the command line again. root@shr-unraid1:~# docker stop Zoneminder aptalca/zoneminder-1.29^C
  7. I'm having some issues with Unraid, the GUI stops being responsive after a while and the hosted VM's also become unresponsive as I can't ping their IP's. I can still SSH to the host. The server is remote to me so I can't manually power it off to restart it. Is there a way I can retrieve logs to see what is causing this? How do I restart the machine remotely via command line? I assume there must be a procedure to stop Docker, stop KVM, turn off the array then issue a reboot command. Could someone please help me with these commands?
  8. I'd like to request more manageability of the VM's through the web interface, with access to features such as managing snapshots, network interfaces per VM, and storage, migrations, monitoring. This project here seems to be simple but functional in these areas for VM management, and is open source. Perhaps it can be implemented or used as a template? https://github.com/retspen/webvirtmgr/wiki/Screenshots
  9. I keep getting a file permission problem when I try to delete files in a certain subfolder. The subfolder in question is my Torrent download folder and I am using the linuxserver/Deluge docker container to download torrents. The error is: you need permission from [xxx] to make changes to this file. If I delete the file through the Deluge webgui - it works fine (remove torrent -> remove with data). But I am not the only person in the household using the torrent server so if someone else forgets to choose the remove with data option, we get left with a bunch of completed torrent files. I see the error message when I try to delete these files via windows (mapped drive). The SMB share permissions in Unraid for this folder are set correctly, I have read/write access for my account. To get around this I simply SSH to Unraid, do a chmod 777 -R on the Torrent download folder which changes the permissions on all files and subfolders, then delete the files from windows. Before I chmod the files, the permissions look like this: root@unraid:/mnt/user/Torrent/Downloads# ls -l total 0 drwxr-xr-x 1 nobody users 290 Dec 9 21:33 [filename] When a new download is started, the same permissions apply so I have to do this all over again in a few days time as completed torrent files get left behind. Is this a problem with Deluge or Unraid not settings permissions properly? How can I fix this permanently?
  10. I keep getting a file permission problem when I try to delete files in a certain subfolder. The subfolder in question is my Torrent download folder and I am using the linuxserver/Deluge docker container to download torrents. The error is: you need permission from [xxx] to make changes to this file. If I delete the file through the Deluge webgui - it works fine (remove torrent -> remove with data). But I am not the only person in the household using the torrent server so if someone else forgets to choose the remove with data option, we get left with a bunch of completed torrent files. I see the error message when I try to delete these files via windows (mapped drive). The SMB share permissions in Unraid for this folder are set correctly, I have read/write access for my account. To get around this I simply SSH to Unraid, do a chmod 777 -R on the Torrent download folder which changes the permissions on all files and subfolders, then delete the files from windows. Before I chmod the files, the permissions look like this: root@unraid:/mnt/user/Torrent/Downloads# ls -l total 0 drwxr-xr-x 1 nobody users 290 Dec 9 21:33 [filename] When a new download is started, the same permissions apply so I have to do this all over again in a few days time as completed torrent files get left behind. Is this a problem with Deluge or Unraid not settings permissions properly? How can I fix this permanently?
  11. Ok thanks RobJ, just wanted to make sure it was a known issue.
  12. My unraid server kept crashing and after some troubleshooting, I determined it was due to CPU core number 0 hitting 100%. The fix in my case was to change the VM's so they were not using core 0, it hasn't crashed since. Has anyone else noticed a similar issue?
  13. I changed the permissions on the whole /config folder and it seems to be working: root@shr-unraid1:/mnt/user/Config/OpenVPN/bin# chmod 777 /mnt/user/Config/OpenVPN -R
  14. I recently upgraded to 6.2 and now the OpenVPN container won't start. Below is the error log, and the permissions for the folder/files. Are these permissions correct? If not what should they be? ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-time: executing... [cont-init.d] 20-time: exited 0. [cont-init.d] 30-config: executing... [cont-init.d] 30-config: exited 0. [cont-init.d] 40-openvpn-init: executing... [cont-init.d] 40-openvpn-init: exited 0. [cont-init.d] 50-interface: executing... /var/run/s6/etc/cont-init.d/50-interface: line 9: /config/scripts/confdba: Permission denied /var/run/s6/etc/cont-init.d/50-interface: line 10: /config/scripts/confdba: Permission denied /var/run/s6/etc/cont-init.d/50-interface: line 11: /config/scripts/confdba: Permission denied /var/run/s6/etc/cont-init.d/50-interface: line 12: /config/scripts/confdba: Permission denied [cont-init.d] 50-interface: exited 126. [cont-init.d] done. [services.d] starting services [services.d] done. ./run: line 3: /config/scripts/openvpnas: Permission denied ./run: line 3: /config/scripts/openvpnas: Permission denied ./run: line 3: /config/scripts/openvpnas: Permission denied ./run: line 3: /config/scripts/openvpnas: Permission denied ./run: line 3: /config/scripts/openvpnas: Permission denied ./run: line 3: /config/scripts/openvpnas: Permission denied ./run: line 3: /config/scripts/openvpnas: Permission denied root@shr-unraid1:/mnt/user/Config/OpenVPN# ls -l total 72 drwxrwxrwx 1 nobody users 64 Aug 5 15:44 bin/ drwxrwxrwx 1 nobody users 166 Aug 5 15:44 doc/ drwxrwxrwx 1 nobody users 208 Aug 10 07:46 etc/ -rw-rw-rw- 1 nobody users 447 Jul 6 16:07 exports drwxrwxrwx 1 nobody users 18 Aug 5 15:44 include/ -rw-rw-rw- 1 nobody users 11513 Aug 5 15:44 init.log drwxrwxrwx 1 nobody users 1334 Aug 5 15:44 lib/ -rw-rw-rw- 1 nobody users 54308 Aug 7 22:37 license.txt drwxrwxrwx 1 nobody users 26 Sep 23 03:38 log/ drwxrwxrwx 1 nobody users 82 Aug 5 15:44 sbin/ drwxrwxrwx 1 nobody users 678 Aug 5 15:44 scripts/ root@shr-unraid1:/mnt/user/Config/OpenVPN/scripts# ls -l total 136 -rw-rw-rw- 1 nobody users 406 Aug 5 15:44 authcli -rw-rw-rw- 1 nobody users 403 Aug 5 15:44 bridge -rw-rw-rw- 1 nobody users 406 Aug 5 15:44 certool -rw-rw-rw- 1 nobody users 406 Aug 5 15:44 confdba -rw-rw-rw- 1 nobody users 2737 Aug 5 15:44 db-update-1.8 -rw-rw-rw- 1 nobody users 400 Aug 5 15:44 dbcvt -rw-rw-rw- 1 nobody users 403 Aug 5 15:44 dnscli -rw-rw-rw- 1 nobody users 421 Aug 5 15:44 dnsfo_active -rw-rw-rw- 1 nobody users 424 Aug 5 15:44 dnsfo_standby -rw-rw-rw- 1 nobody users 403 Aug 5 15:44 iosvod -rw-rw-rw- 1 nobody users 400 Aug 5 15:44 liman -rw-rw-rw- 1 nobody users 403 Aug 5 15:44 logdba -rw-rw-rw- 1 nobody users 403 Aug 5 15:44 mandep -rw-rw-rw- 1 nobody users 406 Aug 5 15:44 netinfo -rw-rw-rw- 1 nobody users 412 Aug 5 15:44 openvpnas -rw-rw-rw- 1 nobody users 454 Aug 5 15:44 openvpnas_deferred_init -rw-rw-rw- 1 nobody users 439 Aug 5 15:44 openvpnas_gen_init -rw-rw-rw- 1 nobody users 466 Aug 5 15:44 openvpnas_gen_init_deferred -rw-rw-rw- 1 nobody users 436 Aug 5 15:44 openvpnas_gen_pam -rw-rw-rw- 1 nobody users 415 Aug 5 15:44 openvpncc -rw-rw-rw- 1 nobody users 421 Aug 5 15:44 openvpncdisp -rw-rw-rw- 1 nobody users 427 Aug 5 15:44 openvpncnode -rw-rw-rw- 1 nobody users 415 Aug 5 15:44 ovpnpasswd -rw-rw-rw- 1 nobody users 391 Aug 5 15:44 sa -rw-rw-rw- 1 nobody users 400 Aug 5 15:44 sacli -rw-rw-rw- 1 nobody users 409 Aug 5 15:44 signtool -rw-rw-rw- 1 nobody users 281 Aug 5 15:44 sqlite3 -rw-rw-rw- 1 nobody users 421 Aug 5 15:44 sshrpc_agent -rw-rw-rw- 1 nobody users 421 Aug 5 15:44 ucarp_active -rw-rw-rw- 1 nobody users 424 Aug 5 15:44 ucarp_standby -rw-rw-rw- 1 nobody users 427 Aug 5 15:44 update_as_conf -rw-rw-rw- 1 nobody users 424 Aug 5 15:44 update_va_ver -rw-rw-rw- 1 nobody users 406 Aug 5 15:44 userdba -rw-rw-rw- 1 nobody users 394 Aug 5 15:44 web
  15. I'm using it as a Datastore for Veeam replica's, it seems to be copying fast (gigabit network) without any issues so far. You may be experiencing slow backups due to gehtto-vcb which I believe does not use ESX's backup API or CBT.
  16. My previous settings didn't work, I could mount and read the volume, but I couldn't write to it. Ive added the NFS options as suggested and Read/Write are working. Thank you both for your help. Updated settings below. Unraid NFS share set as follows: Sharename: ESX_Datastore Export: Yes Security: Private Rule: 172.16.0.3(sec=sys,rw,no_root_squash,insecure) <- ESX server IP VMWare settings: NFS Version: NFS 3 Datastore Name: Unraid_ESX_Datastore Folder: /mnt/user/ESX_Datastore Server: 172.16.0.4 <- unRaid server IP
  17. Thanks for your help Tim, I was able to get it mounted. The showmount command was very useful in determining if the share was active after making a change in unRaid. I found a bug in unRaid's NFS implementation, if you have more than one IP in the 'Rule' box the share is not active (eg: 172.16.0.3(rw),172.16.0.18(rw)). I was only able to mount using NFS v3. Below are my final settings for anyone else having trouble: Unraid NFS share set as follows: Sharename: ESX_Datastore Export: Yes Security: Private Rule: 172.16.0.3(rw) <- ESX server IP VMWare settings: NFS Version: NFS 3 Datastore Name: Unraid_ESX_Datastore Folder: /mnt/user/ESX_Datastore Server: 172.16.0.4 <- unRaid server IP
  18. I'm trying to mount an NFS share as a datastore on ESX, but I keep getting an error. Unraid NFS share set as follows: Sharename: ESX_Datastore Export: Yes Security: Private Rule: 172.16.0.3(rw),172.16.0.18(rw) <- these IP's are the ESX and vCenter servers When adding the datastore in VMware I am using these settings: NFS Version: NFS 3 or NFS Version: NFS 4.1 (see below for corresponding error) Datastore Name: Unraid_ESX_Datastore Folder: /ESX_Datastore Server: 172.16.0.4 <- unRaid server IP If I choose NFS 3 the VMware error is "An error occurred during host configuration. NFS mount 172.16.0.4:/ESX_Datastore failed: The mount request was denied by the NFS server. Check that the export exists and that the client is permitted to mount it." If I choose NFS 4.1 the VMware error is "An error occurred during host configuration. Operation failed, diagnostics report: Sysinfo error on operation returned status : Timeout. Please see the VMkernel log for detailed error information" What is the correct version of NFS I should be using? Am I doing something wrong?