razor

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by razor

  1. Unraid make it so easy to expand your storage and manage everything from one single UI, I love it. I would love to see some enhancements around organization of VMs and Docker containers. The ability to setup groups and organize VMs with 1 click power on-off groups and auto-start groups.
  2. Thanks. I'll start testing some of the mentioned hardware and see if I can narrow it down.
  3. Lately I have been getting read errors on my disks. Now I would have though my one of my disks could be failing, however it appears to happen to all of my disks. From what I can tell, the SMART stats on them appear to be healthy. I switched out my SAS controller and the issue came back. Could it be my back plane going bad? I attached my log files. server-diagnostics-20190724-2026.zip
  4. Thanks. I'll give it a shot after this weekend and report back
  5. I am trying to replace my desktop by putting my 1080 ti and my western digital black nvme into my X9DRi-LN4F+ system. I have dual 2680v2 and I am getting terrible nvme performance when running a crystalDiskMark benchmark. 272 MB/s write compared to almost 3,000 MB/s write when native in my desktop. Is this an issue with my motherboard or the passthrough? I have both the video card and the nvme on CPU1 PCI-e x16 3.0 slots. I have also tried the CPU2 slots. I have the CPU isolated and pinned to that VM. does anyone have any suggestions? -Thanks
  6. @CHBMB Are you actively working on this? If so, I have an extra system I can test on and would be more than happy to run tests.
  7. FYI, I was able to get it working without any issues once I created the windows 10 as an OVMF bios.
  8. I'm attempting to passthrough my new P2000 to a windows 10 vm for Plex transcoding, but I cannot get rid of the error 43. I have had this working with no issues on a gtx960 without any special changes. I have tried with hyper-v off and on and I have installed the latest nvidia drivers . Below is my current config. If anyone could help, that would be appreciated. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='8'> <name>Windows 10</name> <uuid>hidden</uuid> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="windows.png" os="windows10"/> </metadata> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='13'/> <vcpupin vcpu='1' cpuset='29'/> <vcpupin vcpu='2' cpuset='15'/> <vcpupin vcpu='3' cpuset='31'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-3.0'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> </hyperv> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='2' threads='2'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/VMs/Windows 10/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/ISO/Windows.iso'/> <backingStore/> <target dev='hda' bus='ide'/> <readonly/> <boot order='2'/> <alias name='ide0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/ISO/virtio-win-0.1.160-1.iso'/> <backingStore/> <target dev='hdb' bus='ide'/> <readonly/> <alias name='ide0-0-1'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <alias name='usb'/> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <alias name='usb'/> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <alias name='usb'/> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='pci' index='1' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='1'/> <alias name='pci.1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </controller> <controller type='ide' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/user/videos/'/> <target dir='unraid'/> <alias name='fs0'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x04' function='0x0'/> </filesystem> <interface type='bridge'> <mac address='52:54:00:60:e0:e2'/> <source bridge='br0'/> <target dev='vnet1'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/2'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/2'> <source path='/dev/pts/2'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-8-Windows 10/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <graphics type='vnc' port='5901' autoport='yes' websocket='5701' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <alias name='video0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </video> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x81' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x81' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> </domain>
  9. Yes, reformatting to XFS has helped. I haven't had this issue since then.
  10. I just updated and I keep getting "undefined function session_start()" for one of my sites. Was this compiled with --disable-session? EDIT: Nevermind, I see with php -i "Session Support => enabled" Not sure why I'm getting this error.
  11. Awesome. Thanks for the quick reply. I manually added it and that was what I was missing. Sent from my SM-G930U using Tapatalk
  12. In Aptalca's docker I was able to load simplexml_load_file() but in this version it does not appear to be enabled. I get the following error: "PHP message: PHP Warning: simplexml_load_file(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP?" Can this be enabled?
  13. I can't wait to beta test for you. Should be awesome.
  14. I ended up copying everything off my cache and reformating to XFS. I'll see if this helps. thanks!
  15. Actually, yes. At one point my cache drive was full. I copied off the data and freed up a lot of space. That was a few weeks ago before this error started happening. I'll have a look at the wiki here
  16. Ok. I trimmed only the end out of the log, which was just repeating of the same error.
  17. Ok. I trimmed the log down and it is now smaller. Thanks for the help.
  18. Can't the file is over the limit when I try to upload it.
  19. I've had this issue two days in a row. My shares all disappear randomly. When i ssh into unraid the /mnt/disk(1-6) are fine and the data is there, but the /mnt/user has 0 files and appears to have unmounted. In the diagnostics I see something about too many files open. My Diagnostics are too large to attach. Below is a sample of the syslog1.log where the error starts. Jun 1 19:46:45 Tower kernel: mdcmd (85): spindown 3 Jun 1 22:10:29 Tower shfs/user: shfs_rmdir: rmdir: /mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions/plex-transcode-gv1kqrt94re-6039e9aa-1b57-44d7-8c0b-9d6ce42b5e46 (39) Directory not empty Jun 1 22:14:17 Tower kernel: mdcmd (86): spindown 4 Jun 1 22:31:49 Tower shfs/user: shfs_rmdir: rmdir: /mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions/plex-transcode-b2dgt8qnzs1e6887zhun2ke29-8b82c6bf-2964-4813-8d3e-456ace321abb (39) Directory not empty Jun 1 22:32:04 Tower shfs/user: shfs_rmdir: rmdir: /mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions/plex-transcode-b2dgt8qnzs1e6887zhun2ke29-8b82c6bf-2964-4813-8d3e-456ace321abb (39) Directory not empty Jun 1 22:46:07 Tower kernel: mdcmd (87): spindown 2 Jun 1 23:16:51 Tower kernel: mdcmd (88): spindown 4 Jun 1 23:33:03 Tower shfs/user: shfs_rmdir: rmdir: /mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions/plex-transcode-7d438f80f598fb3bd242464bf4788861-fefc4ade-c177-46e2-b8b5-659f55b18d7f (39) Directory not empty Jun 1 23:33:03 Tower shfs/user: shfs_rmdir: rmdir: /mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions/plex-transcode-7d438f80f598fb3bd242464bf4788861-fefc4ade-c177-46e2-b8b5-659f55b18d7f (39) Directory not empty Jun 1 23:33:08 Tower shfs/user: shfs_rmdir: rmdir: /mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions/plex-transcode-fe600e482d1b23c74c041fe29a3013fa-be741eab-d2f3-4fc5-98c2-14b7399b3931 (39) Directory not empty Jun 1 23:33:08 Tower shfs/user: shfs_rmdir: rmdir: /mnt/cache/appdata/plex/Library/Application Support/Plex Media Server/Cache/Transcode/Sessions/plex-transcode-fe600e482d1b23c74c041fe29a3013fa-be741eab-d2f3-4fc5-98c2-14b7399b3931 (39) Directory not empty Jun 2 00:16:15 Tower kernel: mdcmd (89): spindown 3 Jun 2 01:16:32 Tower shfs/user: shfs_open: open: /mnt/cache/appdata/Bjonness406-PlexRequestsNet-cartoons/PlexRequests.sqlite (24) Too many open files Jun 2 01:16:32 Tower shfs/user: shfs_open: open: /mnt/cache/appdata/Bjonness406-PlexRequestsNet-cartoons/PlexRequests.sqlite (24) Too many open files Jun 2 01:16:32 Tower shfs/user: shfs_open: open: /mnt/disk1/downloads/nzbget/nzbget.log (24) Too many open files Jun 2 01:16:32 Tower shfs/user: shfs_open: open: /mnt/cache/downloads/nzbget/queue/33482 (24) Too many open files The too many open files continues like that until i reboot the entire server. At that point everything is back to normal.
  20. Last night I started to get an issue. No matter what I do, I cannot access my plex server. -set permissions -remove docker and reinstall -remove all config files and start from scratch My logs always look identical and I cannot reach my plex server. Oddly though, if I visit the local web page, it shows the plex gui and I can access other servers, just not the local one. *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/10_add_user_abc.sh... ------------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io We do accept donations at: https://www.linuxserver.io/donations ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- *** Running /etc/my_init.d/10_dbus.sh... *** Running /etc/my_init.d/20_apt_update.sh... *** Running /etc/my_init.d/30_update_plex.sh... Plex token not avalible, please login *** Running /etc/my_init.d/90_chown_plex_owned_files.sh... *** Running /etc/my_init.d/999_advanced_script.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 43 Starting Plex Media Server. Starting Avahi daemon Starting dbus-daemon Process 70 died: No such process; trying to remove PID file. (/var/run/avahi-daemon//pid) Found user 'avahi' (UID 104) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.31 starting up. dbus_bus_get_private(): Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused WARNING: Failed to contact D-Bus daemon. avahi-daemon 0.6.31 exiting. dbus[56]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted 6 3000 /config/Library/Application Support d May 31 11:24:57 Tower syslog-ng[54]: syslog-ng starting up; version='3.5.3' May 31 11:24:57 Tower syslog-ng[54]: syslog-ng starting up; version='3.5.3' Starting Avahi daemon Found user 'avahi' (UID 104) and group 'avahi' (GID 107). Successfully dropped root privileges. avahi-daemon 0.6.31 starting up. No service file found in /etc/avahi/services. *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. *** socket() failed: Address family not supported by protocol Failed to create IPv6 socket, proceeding in IPv4 only mode socket() failed: Address family not supported by protocol Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1. New relevant interface virbr0.IPv4 for mDNS. Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1. New relevant interface docker0.IPv4 for mDNS. Joining mDNS multicast group on interface br0.IPv4 with address 192.168.1.199. New relevant interface br0.IPv4 for mDNS. Network interface enumeration completed. Registering new address record for 192.168.122.1 on virbr0.IPv4. Registering new address record for 172.17.0.1 on docker0.IPv4. Registering new address record for 192.168.1.199 on br0.IPv4. Registering HINFO record with values 'X86_64'/'LINUX'. Server startup complete. Host name is Tower.local. Local service cookie is 2943209480. Guess I figured it out. Somehow it lost the token and I had to re-authenticate the server. I could not do this from my vpn, I had to be on a computer within the network.
  21. I'm looking at purchasing a server that comes with the LSI 9261-8i card. Does anyone know if this card is supported in unraid 6+? Thanks!
  22. Edit.... This is the wrong subforum I'm looking at purchasing a server that comes with the LSI 9261-8i card. Does anyone know if this card is supported in unraid 6+? Thanks!