segator

Members
  • Posts

    175
  • Joined

  • Last visited

Everything posted by segator

  1. I am looking for a solution I can have the benefits of unraid + snapshots - JBOD - Parity Drive - Only spin up disks where files been used are located - See all drives as a single volume - If 1 or more disk fail only lose data of these disks. - SSD Cache Write Disk -Also would be interesting have SSD Cache Read Disk (avoid spin up drives on more readed data) - Snapshots For the moment I only be able to have all this features using glusterFS + LVM, but I would like to have the simplicity of unraid OS(Pendrive OS based), UI and notifications of disk failures and SMART
  2. OS: Unraid 6.2 Pro CPU: Dual Xeon E5-2670 - SR0KX stepping Motherboard: Asrock EP2C602 RAM: 32GB ECC buffered 1333 mhz quad rank Case: nanoxia deep silence 5 Drive Capacity: 16x3.5 (5 hot plug 11 intern) (Motherboard only have 14 sata, I will need a HBA in the future), 1 have 5.25 bay empty so I can add a enclosure 6x2.5 if i want Power Supply: EVGA SuperNova 850G2 Fans: 1 Rear, 2 cpu fan, 3 HDD fan Parity Drive: 8TB Seagate Archive Data Drives: 8TB seagate archive 2x2TB Seagate 4TB WD red 6TB WD Red 2x3TB WD Green Cache Drive: 1TB Seagate (normal drive) Array Capacity: 28TB Services: Plex,Deluge,TVHeadend,Jenkins(automated video encoding to microHD after download),Rancher(Docker host clustering UI),(Test Purpose)Windows 2012 Server, Centos, RancherOS, Windows 7(Rendering machine),crashplan,duplicati Used for media center and cloud storage server and lab-server, I usually work with simulating clusters to test different cases so I need to create multiple VM. And My GF need a lot of power to do 3d render. I know the case it's not the best but I can't handle waste 300$ for a case... and I had some problems find cheap cases with EEB form factor this case can handle with the 5x3 enclosure 16 HDD, for me it's enough. very very silent!!! it's difficult to know the server is turned on by ear. very good performance, first days I was trying to have 2 VM gaming and work perfect! no errors about power consumption I'm more or less over 100W in idle and 370W at full
  3. Hi sorry it's 850W the psu about maybe i'm wrong but i thought your power supply is limited to the sai output, it isn't? my sig is fine is exactly the machine were i having this trouble. I though the problem was the power supply but I changed the sata cable of the 3 drive that I get disconnections and changed to an other sata controller, ran parity check and no errors and no disconnections. It's weird to think about this 3 cables have problems, and I have more HDD pluged to this "problematic sata controller" and are working fine. So i'm not sure what is the problem
  4. as far as i know it's not possible you need to passthru whole usb controller or single divices, but I remember someone talking in other forum about some usb hub with integrated usb controller(maybe works)
  5. I just have working DSM 6.0.2 on unraid, check xpenology forum. Mandatory set eth to e1000 and HDD to sata I pushing this guys to add the virtio drivers work pretty fine, but my first objective to install xpenology was to use the new feature of DSM6 "hyperbackup" but DSM doesn't like to create backups from NFS sources(yes i have my unraid shared folders mounted with NFS) maybe exist a way to cheat the OS to think it's hard drive directory not a mounted FS. Incremental/deduped + encryption + versioned backups on different cloud providers the major feature is that you can see a timeline in the file explorer with all the version of a single file/folder. so it's very interesting for me this feature. anyone know an webapp or something to do exactly the same? Example --> https://global.download.synology.com/download/Package/img/HyperBackup/1.2.1-0235/screenshot_04.png
  6. Wow, when they are going to deliver? I'm thinking to buy 2(I'm from spain and amazon.de send to spain )
  7. Hi 2 week's ago I changed my server to more powerfull server with dual xeon e5-2670. was working pretty fine but yesterday the parity check was activated(1 every month the first running on this server) And surprise I get on 3 drives multiple read/write errors, the powersupply have 700W but I have a sai with 480W, could be the problem? because doesn't have sense to have 3 drivers with errors. I restarted the server and now i'm getting a drive disabled, Maybe the sata cables, maybe the controller? I have the MB http://www.asrockrack.com/general/productdetail.asp?Model=EP2C602 what should I do, i don't think have any problem with the HDD, checking the S.M.A.R.T data all is fine. EDIT: I checked the HDD, all are fine, i suspect something releated with the PSU because the 3 HDD are connected to the same PSU electric cable(the typical cable with 3 sata connectors) For now I replaced the sata cables and conected this 3 HDD to different controller.(SAS controller)
  8. Depends on what do you want exactly you should set one thing or other The problem is that xpenology don't have the kvm virtio drivers, for this reason you need to set as a sata/scsi or ide device(best sata, because have better performance than scsi or ide) If you want to create a virtual disk(single file inside your unraid system must be in the cache or outside the array!) you can set something like that <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/disks/SSD/VM/Xpenology/vdisk1.img'/> <target dev='sda' bus='sata'/> <boot order='2'/> <address type='drive' controller='1' bus='0' target='0' unit='0'/> </disk> you also can passthru a disk to the VM or a LVM partition. What I did? create a virtual disk (file image) and inside the Xpenology use NFS to have access to unraid Shares) and yes you can use download station fiel station with your unraid shares but the performance it's not the best. anyway you need to create a vdisk to allow xpenology to have space to write the OS files and applications
  9. hda is used by the ISO, why do you want to change the vdisk to hda?
  10. Hi this is my XML i have 2 vdisks one running on my SSD "unasigned" and other running on my 1tb cache disk. <domain type='kvm'> <name>Xpenology</name> <uuid>430099b3-50e1-c662-4346-fd88160550a7</uuid> <metadata> <vmtemplate name="Custom" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>1048576</memory> <currentMemory unit='KiB'>1048576</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>4</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> </cputune> <os> <type arch='x86_64' machine='pc-q35-2.3'>hvm</type> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='4' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/disks/SSD/VM/Xpenology/vdisk1.img'/> <target dev='sda' bus='sata'/> <boot order='2'/> <address type='drive' controller='1' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/software/KVM/XPEnoboot_DS3615xs_5.2-5644.5.iso'/> <target dev='hda' bus='sata'/> <readonly/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/cache/VM-Cache/Xpenology/vdisk2.img'/> <target dev='hdb' bus='sata'/> <boot order='4'/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='sata' index='1'> <address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/> </controller> <controller type='sata' index='2'> <address type='pci' domain='0x0000' bus='0x02' slot='0x05' function='0x0'/> </controller> <controller type='sata' index='3'> <address type='pci' domain='0x0000' bus='0x02' slot='0x07' function='0x0'/> </controller> <controller type='sata' index='4'> <address type='pci' domain='0x0000' bus='0x07' slot='0x05' function='0x0'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <controller type='pci' index='3' model='pci-bridge'> <address type='pci' domain='0x0000' bus='0x01' slot='0x02' function='0x0'/> </controller> <controller type='pci' index='4' model='pci-bridge'> <address type='pci' domain='0x0000' bus='0x01' slot='0x03' function='0x0'/> </controller> <controller type='pci' index='5' model='pci-bridge'> <address type='pci' domain='0x0000' bus='0x01' slot='0x04' function='0x0'/> </controller> <controller type='pci' index='6' model='pci-bridge'> <address type='pci' domain='0x0000' bus='0x01' slot='0x05' function='0x0'/> </controller> <controller type='pci' index='7' model='pci-bridge'> <address type='pci' domain='0x0000' bus='0x01' slot='0x06' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:e6:78:64'/> <source bridge='br0'/> <model type='e1000'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <interface type='bridge'> <mac address='52:54:00:e6:78:63'/> <source bridge='virbr0'/> <model type='e1000'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </interface> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <video> <model type='cirrus' vram='16384' heads='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x02' slot='0x06' function='0x0'/> </memballoon> </devices> </domain>
  11. Hi guys I supose that you like as me wants to have a very low powered NAS with lot of TB of media and have running a plex server. But the main problem is low power = slow transcoding. So I view a topic in the Plex forum talking about remote Transcoding, the guy who talk about it had a script in python to execute transcoding in remote machines. So awesome. the main problem is that you needed to setup it manually. I wanted to have it automatically using cloud computing. it's for this reason that I wanted to do a proof of concept and I create a plex docker with this automtic feature If you want to try it and give me some feedback or help me with the development. go ahead here is the sources and the docker and docker compose. The dockers are in docker hub ready to use. I couldn't do it work over unraid I needed to create a KVM with an ubuntu. The problem it's the NFS server docker it seems that not work over unraid I don't know why, i'm not an expert, if you can help me I appreciate it. here is the link with all.(This is my first project on github, tell me if I have something wrong) https://github.com/segator/PlexRemoteTranscoderDocker Thank guys
  12. I have working pretty well xpenology KVM over unraid. The key to have KVM working is change the virtio harddrive to scsi o sata virtual model and virtio network to e1000. I don't know exactly but in a proxmox server it works with virtio network & scsi HDD but in unraid 6.1 need to be scsi/sata and e1000. About using your unraid shares in Xpenology for now the only way I find out is using NFS, it works pretty well, maybe it would be better use 9p kvm sharing but I cannot be able to do it work in Xpenology I suppose kernel need to be ready to that and seems it's not the case with xpenology. About your problem instalation that the system tell to you that no HDD is because you have the virtio driver, change it to scsi/sata and it works.(you need to modify the KVM xml file)
  13. Hi guys, I'm thinking the posibility to join my personal game machine with my NAS. But i want to know if its possible to shutdown the GPU when the VM that have the GPU passthru is powered off. I don't want to have the gpu 24/7 if I only use my personal computer 2 o 3h x day. I have a gforce gtx 780ti the motherboard and cpu to be decided (I'm open to suggestions) I've thinking on i7 6700K and 32GB RAM and a 2x ibm m1015 to plug my 12 HDD drives
  14. HI to everyone. I have Xpenology VM with NFS mount from unraid Host, work fine but the performance is poor I only get 30MB-60MB/s of upload-download. I wanted the hard drive unraid system + Xpenology web UI. for online it's work pretty fine but if I planing of use smb/NFS from xpenology in LAN performance it's poor. I have the network in e1000 because the virtio driver is not recognized by xpenology and the HDD is in SCSI driver because the virtio is not recognized too. Any of you have the same system as me? do you know how to improve the speed? Thank you guys.
  15. Hi guys I was trying to make works cache_dirs plugins but when enabled always is scanning my disks with the find command so I disabled. I was playing with cache pressure 0 in one server (non unraid) an works perfect first time ls -l -R take it's time but second and thirst time it's almost instant. but when I set the sames values (cache presure 0 and swappiness) don't work always spin up disks and access to get the dir information with ls -l -R.. I want to avoid that applicaitons that scan directories spin up the drives. I have 4GB of ram and when I use the ls -l -R first time when finish I get 2GB free Ideas? thanks
  16. Well I checked while cache dirs is running and I have 3,5GB free acording to free -m command information If you're using windows explorer to check, be aware that it will inspect the files which is not part of what is cached, just the directory entries. You need to use a file client that wont inspect the files themselves. The best way to check if a disk directory is part of the cache is using a linux command shell and typing "ls /mnt/user/share/dir/subdir" or "ls /mnt/disk#/share/dir/subdir". If the disk is spundown and cached by cachedirs it should not spin up using that command. You're right, I have a binded smb directory to my windows computer, it's seems it's the problem. When i Start my computer the NAS drives automatically spin up. Using NFS it work fine, it's possible to use my cache drive as a read cache? something like NFS cachefsd that works very well I have read cached 1TB of my most viewed media in one server with plex installed.
  17. Well I checked while cache dirs is running and I have 3,5GB free acording to free -m command information
  18. Hi guys, I have this plugin installed but it seems that not work so good for me. I hear the drive every few seconds working and if I have look and the drive is spin down every time that I acced to a smb directory the disks spin up this is the log Mar 28 11:19:12 segator cache_dirs: Starting cache_dirs: Mar 28 11:19:12 segator cache_dirs: Arguments=-u -m 2 -M 5 -d 999 -i aina -i aportes -i encodings -i home\ video -i movies -i music -i photos -i segator -i software -i stcugat -i steamLibrary -i temporal -$ Mar 28 11:19:12 segator cache_dirs: Cache Pressure=10 Mar 28 11:19:12 segator cache_dirs: Max Scan Secs=5, Min Scan Secs=2 Mar 28 11:19:12 segator cache_dirs: Scan Type=adaptive Mar 28 11:19:12 segator cache_dirs: Max Scan Depth=999 Mar 28 11:19:12 segator cache_dirs: Use Command='find -noleaf' Mar 28 11:19:12 segator cache_dirs: Version=2.1.1 Mar 28 11:19:12 segator cache_dirs: ---------- Caching Directories --------------- Mar 28 11:19:12 segator cache_dirs: aina Mar 28 11:19:12 segator cache_dirs: aportes Mar 28 11:19:12 segator cache_dirs: encodings Mar 28 11:19:12 segator cache_dirs: home video Mar 28 11:19:12 segator cache_dirs: movies Mar 28 11:19:12 segator cache_dirs: music Mar 28 11:19:12 segator cache_dirs: photos Mar 28 11:19:12 segator cache_dirs: segator Mar 28 11:19:12 segator cache_dirs: software Mar 28 11:19:12 segator cache_dirs: stcugat Mar 28 11:19:12 segator cache_dirs: steamLibrary Mar 28 11:19:12 segator cache_dirs: temporal Mar 28 11:19:12 segator cache_dirs: tvshow
  19. Hi guys, I a happy owner of unraid from 2 years ago. I played a lot with my server and install things that i shouldn't installed. this cause that now I see some errors related to plugins and VM-KVM web ui doesn't work i can't create VM. So I want to reinstall unraid but I don't want to lose data and shares. all the apps are dockerized so it's not a big deal to "reinstall the dockers" I don't care if I need to regenerate parity data, 1 month ago last parity check. Guys how I should do it? -I don't want lose data -I don't want lose shares -I don't want lose unraid Licence Thanks!
  20. Hi to everyone, happy new year all of you!! I'm a happy owner of a unraid since 2013 But today i have seen syslog for maintanance and i get this errors I should worry about something? All it's seems work fine. The system is on my sign below. The S.O is the lastest version of unraid6 Jan 5 16:09:54 aina kernel: Mem-Info: Jan 5 16:09:54 aina kernel: active_anon:214161 inactive_anon:84329 isolated_anon:0 Jan 5 16:09:54 aina kernel: active_file:313840 inactive_file:319159 isolated_file:0 Jan 5 16:09:54 aina kernel: unevictable:0 dirty:47044 writeback:24844 unstable:0 Jan 5 16:09:54 aina kernel: slab_reclaimable:24323 slab_unreclaimable:15390 Jan 5 16:09:54 aina kernel: mapped:70116 shmem:222281 pagetables:4198 bounce:0 Jan 5 16:09:54 aina kernel: free:5125 free_pcp:271 free_cma:0 Jan 5 16:09:54 aina kernel: Node 0 DMA free:14948kB min:28kB low:32kB high:40kB active_anon:908kB inactive_anon:32kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15900k$ Jan 5 16:09:54 aina kernel: lowmem_reserve[]: 0 3211 3914 3914 Jan 5 16:09:54 aina kernel: Node 0 DMA32 free:5092kB min:6384kB low:7980kB high:9576kB active_anon:660488kB inactive_anon:269472kB active_file:1076092kB inactive_file:1074800kB unevictable:0kB isolated(anon):0kB isolated(file):0kB pres$ Jan 5 16:09:54 aina kernel: lowmem_reserve[]: 0 0 702 702 Jan 5 16:09:54 aina kernel: Node 0 Normal free:460kB min:1396kB low:1744kB high:2092kB active_anon:195248kB inactive_anon:67812kB active_file:179268kB inactive_file:201836kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present$ Jan 5 16:09:54 aina kernel: lowmem_reserve[]: 0 0 0 0 Jan 5 16:09:54 aina kernel: Node 0 DMA: 3*4kB (UM) 3*8kB (UE) 4*16kB (UEM) 2*32kB (UE) 5*64kB (UEM) 1*128kB (E) 2*256kB (UE) 1*512kB (E) 3*1024kB (UEM) 3*2048kB (UEM) 1*4096kB (R) = 14948kB Jan 5 16:09:54 aina kernel: Node 0 DMA32: 885*4kB (UEM) 80*8kB (UEM) 17*16kB (UMR) 0*32kB 0*64kB 1*128kB (R) 0*256kB 1*512kB (R) 0*1024kB 0*2048kB 0*4096kB = 5092kB Jan 5 16:09:54 aina kernel: Node 0 Normal: 39*4kB (M) 0*8kB 1*16kB (R) 1*32kB (R) 3*64kB (R) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 396kB Jan 5 16:09:54 aina kernel: 855474 total pagecache pages Jan 5 16:09:54 aina kernel: 0 pages in swap cache Jan 5 16:09:54 aina kernel: Swap cache stats: add 0, delete 0, find 0/0 Jan 5 16:09:54 aina kernel: Free swap = 0kB Jan 5 16:09:54 aina kernel: Total swap = 0kB Jan 5 16:09:54 aina kernel: 1041665 pages RAM Jan 5 16:09:54 aina kernel: 0 pages HighMem/MovableOnly Jan 5 16:09:54 aina kernel: 35463 pages reserved Jan 5 16:09:54 aina kernel: in:imklog: page allocation failure: order:0, mode:0x20 Jan 5 16:09:54 aina kernel: CPU: 0 PID: 1174 Comm: in:imklog Not tainted 4.1.13-unRAID #1 Jan 5 16:09:54 aina kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./C2550D4I, BIOS P2.10 08/06/2014 Jan 5 16:09:54 aina kernel: 0000000000000020 ffff88012fc03bc8 ffffffff815f12b0 000000000000c4ee Jan 5 16:09:54 aina kernel: 0000000000000000 ffff88012fc03c58 ffffffff810b57ac ffff88012fc03d68 Jan 5 16:09:54 aina kernel: 00000000ffffffff 0000000000000002 0000000100000000 ffff88012fff9b00 Jan 5 16:09:54 aina kernel: Call Trace: Jan 5 16:09:54 aina kernel: <IRQ> Jan 5 16:09:54 aina kernel: swapper/1: page allocation failure: order:0, mode:0x20 Jan 5 16:09:54 aina kernel: [<ffffffff815f12b0>] dump_stack+0x4c/0x6e Jan 5 16:09:54 aina kernel: [<ffffffff810b57ac>] warn_alloc_failed+0x102/0x116 Jan 5 16:09:54 aina kernel: [<ffffffff810b8456>] __alloc_pages_nodemask+0x66c/0x7b6 Jan 5 16:09:54 aina kernel: [<ffffffff81501e24>] __alloc_page_frag+0xa4/0x119 Jan 5 16:09:54 aina kernel: [<ffffffff81506dd5>] __alloc_rx_skb+0x4c/0xe1 Jan 5 16:09:54 aina kernel: [<ffffffff81506eb9>] __napi_alloc_skb+0x1b/0x3c Jan 5 16:09:54 aina kernel: [<ffffffffa00c8c94>] igb_poll+0x47c/0xc5b [igb] Jan 5 16:09:54 aina kernel: [<ffffffff81060d83>] ? check_preempt_curr+0x48/0x6c Jan 5 16:09:54 aina kernel: [<ffffffff815110da>] net_rx_action+0xe0/0x230 Jan 5 16:09:54 aina kernel: [<ffffffff8104a559>] __do_softirq+0xc9/0x1be Jan 5 16:09:54 aina kernel: [<ffffffff8104a7df>] irq_exit+0x3d/0x82 Jan 5 16:09:54 aina kernel: [<ffffffff8100ca62>] do_IRQ+0xb3/0xcd Jan 5 16:09:54 aina kernel: [<ffffffff815f74ae>] common_interrupt+0x6e/0x6e Jan 5 16:09:54 aina kernel: <EOI> [<ffffffff815f63ec>] ? _raw_spin_unlock_irq+0x36/0x48 Jan 5 16:09:54 aina kernel: [<ffffffff8107788f>] do_syslog+0x248/0x44e Jan 5 16:09:54 aina kernel: [<ffffffff81148f85>] kmsg_read+0x28/0x4f Jan 5 16:09:54 aina kernel: [<ffffffff8113eb1d>] proc_reg_read+0x47/0x69 Jan 5 16:09:54 aina kernel: [<ffffffff810fd7e1>] __vfs_read+0x23/0xad Jan 5 16:09:54 aina kernel: [<ffffffff81114033>] ? __fget+0x6c/0x78 Jan 5 16:09:54 aina kernel: [<ffffffff810fdd33>] vfs_read+0x84/0x11d Jan 5 16:09:54 aina kernel: [<ffffffff810fe543>] SyS_read+0x42/0x86 Jan 5 16:09:54 aina kernel: [<ffffffff815f69ae>] system_call_fastpath+0x12/0x71 Jan 5 16:09:54 aina kernel: Mem-Info: Jan 5 16:09:54 aina kernel: CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.1.13-unRAID #1 Jan 5 16:09:54 aina kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./C2550D4I, BIOS P2.10 08/06/2014 Jan 5 16:09:54 aina kernel: 0000000000000020 ffff88012fc83bc8 ffffffff815f12b0 00000000510c510c Jan 5 16:09:54 aina kernel: active_anon:214161 inactive_anon:84329 isolated_anon:0 Jan 5 16:09:54 aina kernel: active_file:313840 inactive_file:319159 isolated_file:0 Jan 5 16:09:54 aina kernel: unevictable:0 dirty:47044 writeback:24844 unstable:0 Jan 5 16:09:54 aina kernel: slab_reclaimable:24323 slab_unreclaimable:15390 Jan 5 16:09:54 aina kernel: mapped:70116 shmem:222281 pagetables:4198 bounce:0 Jan 5 16:09:54 aina kernel: free:5125 free_pcp:271 free_cma:0 Jan 5 16:09:54 aina kernel: Node 0 Jan 5 16:09:54 aina kernel: Jan 5 16:09:54 aina kernel: DMA free:14948kB min:28kB low:32kB high:40kB active_anon:908kB inactive_anon:32kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15900kB mlock$ Jan 5 16:09:54 aina kernel: lowmem_reserve[]: 0 3211 3914 Jan 5 16:09:54 aina kernel: 0000000000000000 ffff88012fc83c58 ffffffff810b57ac ffff88012fc00000 Jan 5 16:09:54 aina kernel: 00000000ffffffff 0000000000015ec0 0000000100000000 ffff88012fff9b00 Jan 5 16:09:54 aina kernel: Call Trace: Jan 5 16:09:54 aina kernel: <IRQ> [<ffffffff815f12b0>] dump_stack+0x4c/0x6e Jan 5 16:09:54 aina kernel: 3914 Jan 5 16:09:54 aina kernel: [<ffffffff810b57ac>] warn_alloc_failed+0x102/0x116 Jan 5 16:09:54 aina kernel: Node 0 DMA32 free:5092kB min:6384kB low:7980kB high:9576kB active_anon:660488kB inactive_anon:269472kB active_file:1076092kB inactive_file:1074800kB unevictable:0kB isolated(anon):0kB isolated(file):0kB pres$ Jan 5 16:09:54 aina kernel: lowmem_reserve[]: 0 0 Jan 5 16:09:54 aina kernel: [<ffffffff81501e24>] __alloc_page_frag+0xa4/0x119 Jan 5 16:09:54 aina kernel: 702 702 Jan 5 16:09:54 aina kernel: Node 0 Normal free:460kB min:1396kB low:1744kB high:2092kB active_anon:195248kB inactive_anon:67812kB active_file:179268kB inactive_file:201836kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present$ Jan 5 16:09:54 aina kernel: [<ffffffff81506dd5>] __alloc_rx_skb+0x4c/0xe1 Jan 5 16:09:54 aina kernel: [<ffffffff81506eb9>] __napi_alloc_skb+0x1b/0x3c Jan 5 16:09:54 aina kernel: lowmem_reserve[]: Jan 5 16:09:54 aina kernel: [<ffffffffa00c8c94>] igb_poll+0x47c/0xc5b [igb] Jan 5 16:09:54 aina kernel: 0 0 0 Jan 5 16:09:54 aina kernel: [<ffffffff815110da>] net_rx_action+0xe0/0x230 Jan 5 16:09:54 aina kernel: [<ffffffff8104a559>] __do_softirq+0xc9/0x1be Jan 5 16:09:54 aina kernel: [<ffffffff8104a7df>] irq_exit+0x3d/0x82 Jan 5 16:09:54 aina kernel: [<ffffffff8100ca62>] do_IRQ+0xb3/0xcd Jan 5 16:09:54 aina kernel: [<ffffffff815f74ae>] common_interrupt+0x6e/0x6e Jan 5 16:09:54 aina kernel: <EOI> [<ffffffff8101273e>] ? native_sched_clock+0x28/0x8e Jan 5 16:09:54 aina kernel: 0 Jan 5 16:09:54 aina kernel: Node 0 DMA: 3*4kB Jan 5 16:09:54 aina kernel: [<ffffffff814dd3ad>] ? cpuidle_enter_state+0xb9/0x114 Jan 5 16:09:54 aina kernel: [<ffffffff814dd343>] ? cpuidle_enter_state+0x4f/0x114 Jan 5 16:09:54 aina kernel: [<ffffffff814dd42a>] cpuidle_enter+0x12/0x14 Jan 5 16:09:54 aina kernel: [<ffffffff810728ac>] cpu_startup_entry+0x1e2/0x2b2 Jan 5 16:09:54 aina kernel: [<ffffffff810324d4>] start_secondary+0x10e/0x12c Jan 5 16:09:54 aina kernel: Mem-Info: Jan 5 16:09:54 aina kernel: (UM) 3*8kB (UE) 4*16kB (UEM) Jan 5 16:09:54 aina kernel: active_anon:214161 inactive_anon:84329 isolated_anon:0 Jan 5 16:09:54 aina kernel: active_file:313840 inactive_file:319159 isolated_file:0 Jan 5 16:09:54 aina kernel: unevictable:0 dirty:47044 writeback:24844 unstable:0 Jan 5 16:09:54 aina kernel: slab_reclaimable:24323 slab_unreclaimable:15390 Jan 5 16:09:54 aina kernel: mapped:70116 shmem:222281 pagetables:4198 bounce:0 Jan 5 16:09:54 aina kernel: free:5125 free_pcp:271 free_cma:0 Jan 5 16:09:54 aina kernel: 2*32kB (UE) Jan 5 16:09:54 aina kernel: Node 0 5*64kB (UEM) Jan 5 16:09:54 aina kernel: DMA free:14948kB min:28kB low:32kB high:40kB active_anon:908kB inactive_anon:32kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15984kB managed:15900kB mlock$ Jan 5 16:09:54 aina kernel: 1*128kB (E) 2*256kB Jan 5 16:09:54 aina kernel: lowmem_reserve[]: 0 3211 3914 3914 Jan 5 16:09:54 aina kernel: Node 0 DMA32 free:5092kB min:6384kB low:7980kB high:9576kB active_anon:660488kB inactive_anon:269472kB active_file:1076092kB inactive_file:1074800kB unevictable:0kB isolated(anon):0kB isolated(file):0kB pres$ Jan 5 16:09:54 aina kernel: lowmem_reserve[]:(UE) 1*512kB Jan 5 16:09:54 aina kernel: 0 0 702 702 Jan 5 16:09:54 aina kernel: Node 0 Normal free:460kB min:1396kB low:1744kB high:2092kB active_anon:195248kB inactive_anon:67812kB active_file:179268kB inactive_file:201836kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present$ Jan 5 16:09:54 aina kernel: lowmem_reserve[]: 0 0 0 0 Jan 5 16:09:54 aina kernel: Node 0 DMA: (E) 3*4kB (UM) 3*8kB (UE) 4*16kB Jan 5 16:09:54 aina kernel: 3*1024kB (UEM) 3*2048kB (UEM) 1*4096kB (R) = 14948kB Jan 5 16:09:54 aina kernel: Node 0 DMA32: 885*4kB (UEM) 80*8kB (UEM) 17*16kB (UMR) 0*32kB 0*64kB 1*128kB (R) 0*256kB 1*512kB (R) 0*1024kB 0*2048kB 0*4096kB = 5092kB Jan 5 16:09:54 aina kernel: Node 0 Normal: 39*4kB (UEM) 2*32kB Jan 5 16:09:54 aina kernel: (M) 0*8kB 1*16kB (R) 1*32kB (R) 3*64kB (R) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 396kB Jan 5 16:09:54 aina kernel: 855474 total pagecache pages Jan 5 16:09:54 aina kernel: 0 pages in swap cache Jan 5 16:09:54 aina kernel: Swap cache stats: add 0, delete 0, find 0/0 Jan 5 16:09:54 aina kernel: Free swap = 0kB Jan 5 16:09:54 aina kernel: Total swap = 0kB Jan 5 16:09:54 aina kernel: 1041665 pages RAM Jan 5 16:09:54 aina kernel: 0 pages HighMem/MovableOnly Jan 5 16:09:54 aina kernel: 35463 pages reserved Jan 5 16:09:54 aina kernel: (UE) 5*64kB (UEM) 1*128kB (E) 2*256kB (UE) 1*512kB (E) 3*1024kB (UEM) 3*2048kB (UEM) 1*4096kB (R) = 14948kB Jan 5 16:09:54 aina kernel: Node 0 DMA32: 885*4kB (UEM) 80*8kB (UEM) 18*16kB (UMR) 0*32kB 0*64kB 1*128kB (R) 0*256kB 1*512kB (R) 0*1024kB 0*2048kB 0*4096kB = 5108kB Jan 5 16:09:54 aina kernel: Node 0 Normal: 39*4kB (M) 0*8kB 1*16kB (R) 1*32kB (R) 3*64kB (R) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 396kB Jan 5 16:09:54 aina kernel: 855474 total pagecache pages Jan 5 16:09:54 aina kernel: 0 pages in swap cache Jan 5 16:09:54 aina kernel: Swap cache stats: add 0, delete 0, find 0/0 Jan 5 16:09:54 aina kernel: Free swap = 0kB Jan 5 16:09:54 aina kernel: Total swap = 0kB Jan 5 16:09:54 aina kernel: 1041665 pages RAM Jan 5 16:09:54 aina kernel: 0 pages HighMem/MovableOnly Jan 5 16:09:54 aina kernel: 35463 pages reserved
  21. yesterday one disk crash and fill all the log partition, i change the disk and all it's working fine but NFS don't work in syslog I see this Dec 22 10:16:04 aina emhttp: shcmd (131): pidof rpc.mountd &> /dev/null Dec 22 10:16:04 aina emhttp: Start NFS... Dec 22 10:16:04 aina emhttp: shcmd (132): /etc/rc.d/rc.nfsd start |& logger Dec 22 10:16:04 aina logger: Starting NFS server daemons: Dec 22 10:16:04 aina logger: /usr/sbin/exportfs -r Dec 22 10:16:04 aina logger: /usr/sbin/rpc.nfsd 8 Dec 22 10:19:17 aina logger: rpc.nfsd: writing fd to kernel failed: errno 110 (Connection timed out) Dec 22 10:19:17 aina logger: rpc.nfsd: unable to set any sockets for nfsd Dec 22 10:19:17 aina logger: /usr/sbin/rpc.mountd the web ui it's not responsive in 5-10 minutes, it seems that in this time it take a timeout and all works fine(except NFS) the array its working fine via smb/dockers.. etc any idea?
  22. I used VM creation web UI of unraid lot of times and always works fine, but yesterday I removed a VM and the add buton now dont work, i click it and nothing happens. i have seen the chrome console and appear this next error. implode(): Invalid arguments passed in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(276) I think the problem it should be something about failed deletion of the old VM, don't know but it doesn't work and now i need to create VM any help? thank guys!
  23. are there any way to shutdown PCIE devices that have been passthru when the VM is not running? it could be interesting because the high power consumption that this type of system's do with 2 o 3 GPU.
  24. it seems very well , but if you only have 1 usb controller and 1 SATA controller and you want to passthru some USB devices to one VM and other to other VM and passthru 1 SSD to one VM and other SSD to other VM, how you could do it? i remember 2 or 3 month ago I tested it system but i had lot of problems with usb.
  25. did you try to access through ipmi whhen this error happens? do you have access? did you upgrade bios firmware and sata controller? it's very necesary because exist an error that makes unraid unestable.(HDD link lose) I have same MB with last unraid 6 version and all work very very fine.