scavern

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by scavern

  1. I've setup a network bridge and assigned it to a VM, but no matter what I do I cannot get an IP via DHCP? If it uses the private bridge (which I am assuming is NAT) it works fine, but I need to have this VM on my network. Any suggestions?
  2. Transport endpoint not connected is driving me nuts. I'm pretty sure it has to do with the number of open files. I am accessing a number or NFS shares from a bunch of servers, and every now and then when I am copying all shares would just disappear.. Adding ulimit to the go file hasn't helped me at all. I just added watch limit now, curious to see how that goes.
  3. i've got it running in a vm in virtualbox and set to startup when virtualbox launches
  4. nvm managed to fix it Seems my VirtualBox.xml file was zero bytes... copied old one back. root@Tower:/boot/custom/vbox# mv VirtualBox.xml-prev VirtualBox.xml
  5. :'( I recently had a power outage. When my UnRAID server came back up all was fine... except for VirtualBox. It looks like the extensions won't install for some reason. I have deleted the installation folder and re-installed the plugin but there is no change... This is the output from when I try to manually install the extension. root@Tower:/boot/config/plugins/virtualbox# VBoxManage extpack install --replace Oracle_VM_VirtualBox_Extension_Pack-4.2.10.vbox-extpack VBoxManage: error: Failed to create the VirtualBox object! VBoxManage: error: Start tag expected, '<' not found. VBoxManage: error: Location: '/root/.VirtualBox/VirtualBox.xml', line 1 (0), column 1. VBoxManage: error: /home/vbox/tinderbox/4.2-lnx32-rel/src/VBox/Main/src-server/VirtualBoxImpl.cpp[525] (nsresult VirtualBox::init()) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component VirtualBox, interface IVirtualBox
  6. Sadly adding ulimit did not resolve my problem. Shares are still being dismounted. :'(
  7. Really ? Because my go looks like below, so I assumed I could do mounts before packages are installed on boot... root@Tower:~# cat /boot/config/go #!/bin/bash # Start the Management Utility ulimit -n 20000;/usr/local/sbin/emhttp & /boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c
  8. Cool, and I could still add it to the go script to launch before the plugins ?
  9. Hi, I'm struggling to mount an external USB drive at boot. Initially I just added the mount command to the go script, however I have now found out that the drive assignment changes on each boot... I'm pretty sure I'm being stupid here, and there is a quick and easy way to do this
  10. Thanks - don't know how I missed that ! I did some cleanup on my server - removing packages I don't need etc, and configured ulimit to 20000 . Will continue to monitor.
  11. NFS and SAMBA shares appear to be unmounting on my unRAID build and I have no idea why... I normally just reboot the NAS and they appear again. The server is up at the time, there is no drop in network connectivity, all the drives are mounted without any errors. I've included an extract from syslog below at the point it disconnects... any suggestions ? Mar 29 14:00:40 Tower kernel: nfsd: non-standard errno: -107 Mar 29 14:01:40 Tower last message repeated 2 times Mar 29 14:02:10 Tower kernel: nfsd: non-standard errno: -107 Mar 29 14:02:28 Tower emhttp: get_filesystem_status: statfs: /mnt/user/acbackup Transport endpoint is not connected Mar 29 14:02:28 Tower emhttp: get_filesystem_status: statfs: /mnt/user/downloads Transport endpoint is not connected Mar 29 14:02:28 Tower emhttp: get_filesystem_status: statfs: /mnt/user/packages Transport endpoint is not connected Mar 29 14:02:28 Tower emhttp: get_filesystem_status: statfs: /mnt/user/remixes Transport endpoint is not connected