kortina

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by kortina

  1. Thank you JorgeB. I feel a bit silly that I missed this.
  2. attached. Thank you for your time, it is most appreciated nas-diagnostics-20230616-2224.zip
  3. I am having some trouble with my array... I have a few older 8TB drives... It looks like one has failed, however when I change it over to another disk the interface wont let me choose the spare drive!? I can reboot, and the drive is then able to be selected... Parity attempts to rebuild, but the GUI says 'Unmountable: Wrong or no file system' Any ideas what I might be doing wrong? Thanks in advance
  4. looking for a bit of scripting help... I am trying to fetch a TV Guide (xml file) that is around 40Mb. The server is unreliable. using this: curl -L --limit-rate 200K "http://provider.url/epg?username=un&password=pw" --speed-time 15 --speed-limit 1000 -o /mnt/user/appdata/tvheadend/data/cronIPTV_EPG.xml I have run this multiple times my so I know the syntax is OK. but about 3 in 5 fail!!! output: curl: (28) Operation too slow. Less than 1000 bytes/sec transferred the last 15 seconds How do I wrap this command in a loop so that it will try 10 times if it falls over with the "operation too slow" error?
  5. Thanks for the pointer. To complete the story, this config is working November 2018 - Unraid 6.5.3, TVHeadEnd 4.3-1517~g7fc6cba4d, NGINX Config Type: Variable Name: RUN_OPTS Key: RUN_OPTS Value: --http_root /pvr **note that there is NO equals sign in the value NGINX: location /pvr { proxy_pass http://192.168.0.88:9981; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } (Assuming that your unraid - tvheadend docker has the ip of 192.168.0.88)
  6. Hi guys, I am having trouble setting up a NGINX reverse proxy for TVHeadEnd. I followed some instructions back on P33. It seems that when I create the variables with unraid, it is not producing the correct command line: I have attached some images that highlight the issue. I have read on this page that there needs to be an equals sign between the http_root and value for the root. https://github.com/tvheadend/tvheadend/blob/master/docs/markdown/faqs.md#q-access-tvheadend-through-http-proxy --name='tvheadend' --net='bridge' -e TZ="Australia/Sydney" -e HOST_OS="unRAID" -e 'PGID'='100' -e 'PUID'='99' -e '--http_root '='/pvr' -p '9981:9981/tcp' Any ideas what I am doing wrong?
  7. Any plans to support https://github.com/buzzfeed/sso ? Looks like the oauthproxy2 project is dead.
  8. Hi Guys, I have an idea that I wanted to share. I am hosting a Retro gaming night soon, and was hoping to emulate TWO Amiga computers (connected via a Null Modem cable) I am comfortable with Windows and WinUAE, I can probably get the Video pass-through and 15khz output happening. Is there a way to create two virtual 'COM' ports, pass one to each VM... but JOIN the COM ports (like you would with a NULL Modem cable)?
  9. No luck with the RAM in DIMM2A. Tried my 4 sticks, and also tried two more from a friend (same ones). No answer from the Supermicro email address. Looks like it is time to buy the same board again.
  10. I have reached out to SuperMicro, suggestions: 1) Remove the power and try again. (No change) 2) Put just 1 stick of RAM in DIMM2A, try each stick. It is good to know that the update and same RAM is working for you. I will try option 2, but don't like my luck. Have also cleared the CMOS.
  11. Hi Guys, I have a X9SCM-F-O I updated the BIOS to the latest version (X9SCM4.109 - R2.1) This has bricked my server. I now get 5 short beeps, 1 long. (no POST) My suspicion is that the server is no longer detecting the RAM that I have - Kingston (KVR1333D3E9SK2/8G) - 16Gb I have tried a single stick, but with no luck. Without being able to POST, I cant do anything! Any suggestions?
  12. I thought that I would chime in and give my thoughts... I have been running unRAID for about 3 years 4.7, and recently upgraded to 5.0 and then 5.05. I run a 7 disk system on a Supermicro C2SEE system with a AOC-SASLP-MV8, Celeron 430 / 2Gb. I chose this hardware for the best support, least problem, low power. This is exactly what I wanted out of a file server. More recently I have built a Xeon 1230 / Supermicro / 16Gb hypervisor box (Win2012R2-HyperV). I run a full time Win8.1 VM which I use to record TV, Sickbeard, Couchpotato, SAB and a bunch of other tools. I am most confident with Windows, but like the idea of having a rock-solid file server for my "Production" XBMC clients. It is not the fact that it is Linux based, it is the fact that it is an appliance that does ONE job very very well. The only time unRAID gets rebooted, is when I need to swap a disk. Moving forward, I have had great service out of the hardware and the fact that it will not support x64 based unRAID 6.0 is not a big deal. In real world terms this hardware is old and has already returned it's value to me. I don't run plugins on unRAID. The main reason is because I do not want to sarifice any of the following: 1) My time in keeping up with the quirks 2) Stability of unRAID 3) Upgrade path for unRAID I have read countless threads during the v5 development where uncompatible plugins were the cause of issue. unRAID 6.0 with an included hypervisor would suit me well. I could run a full time Windows "utility" machine, and consolidate my hardware to just 1 box. This is important to my powerbill, my time. and the stability of my home network. Plugins have been underutilised by me because they do not inspire confidence. Keeping other apps isolated off to an additional VM moves them away from being in the realm of support for Tom, allowing him to focus on what is the core product. This is a good idea. Look forward to seeing where the development goes!
  13. That's why they are optional. Which is why I beleive that basic email alerting (Disk Full, Overheat, Parity Check Required, Disk with errors, etc...) should be included in the base product.
  14. Upgraded from 4.7 to 5.0 no problems The Good: Followed the instructions to format USB and copy the vital config. Ran the new-permissions script (took 4h 10m) Upgraded the web-gui (looks much nicer) *Changed my 2Tb parity drive to a brand new 3Tb drive (BIOS decided to change the boot order to this drive!?) Removed an error prone 1.5Tb drive and recycled the old 2Tb parity. The Missing: unRAID still does not email basic warnings... Dead Drive, Overheat, Almost Full, Parity Check older than x days, SMART report on reboot unRAID doesn't have a scheduled Parity Check (Montly?) Thanks for all of the hard work Tom. I am really happy with unRAID, just taking the time to give recommendations on what I think is important for the less technical user. What Next? Replace another old 1.5Tb drive with a fresh 3Tb (going to re-use the 1.5Tb in my PVR solution) Might try and run a version of unRAID with TVHeadend baked in, as it would be nice to have an XBMC-PVR backend. Wait for the plugin stuff to be finished PS - I didn't run any of the Beta/RC versions, my unRAID server is "Production" at home and the wife would NOT like the media server to be unavailable. While the forum seemed very good and responsive to the 'current' beta/rc I feel that I would have had to continue to run on the bleeding edge, while running the availability gauntlet for my home media. PPS - I don't like running plugins, as they seem to open the door to reliability issues.
  15. I am going to chime in again... as it seems that there are more than a few users who have different priorities to my own. Why? -Support for 3Tb drives With support for 3Tb drives, I will not need to upgrade PSU, Case, Sata controller. This is will be at least $300 (AUD) I understand that many users have used the 5.0beta and 5.0RC series and have had mostly good results. I am not keen to move to a beta or RC system mostly because of support. While the beta is fairly fresh it will be supported well on the forum, but the interest from the communitiy in a specific beta like "5.0-rc5-r8168 " will dwindle and leave its users in out in the cold. I have followed the series of beta and RC releaseses and have seen how progressing the beta's has created bugs for some, with the followup beta to introduce show stopper bugs. EG: You need to move on from a particular RC0 version to fix bug A. You cant move to RC1 as there is a critical bug that makes it not compatible with your hardware RC2 could be months away with little to no feedback from Tom as to where it is at. You need to stay on the bleeding edge to get any support from the forum (or stay on 4.7). Version 5.0 final will help the community, it will mark a reference point and the community will widely accept this version (with any bugs) and there can be documented wiki pages that point out any faults and work arounds. Version 5.0 final will help those who are not keen to fall into limbo in terms of longer term support. While this may not be super important to linux guru's it is a bit to much for those who are a bit fresh and like to treat unRAID as an appliance. unRaid is super reliable for me, this is very important unRaid 4.7 is well supported, this is important to me I can't touch 5.0beta or 5.0RC as my unRAID system is the heart of my media solution (XBMC) at home, and my wife would be very shitty if it became unreliable/unavailable.
  16. Hi Tom, I have been using 4.7 on my old rig for just over 2 years. I built it as a copy of your default build at the time (Supermicro C2SEE), using parts available to Australia. I would love to see a 5.0 final for the following reasons: 1) Support for 3Tb drives This is important as the drives are cost effective, and it will eliminate expensive upgrade path (bigger PSU, bigger case, additional SATA = >$300) 2) Updated SMB (v2) There have been considerable updates to SMB on Windows clients (eg Win8), but also from my media players (Openelec). Newer SMB support should mean faster read performance. 3) Chasing your tail It seems that unRaid development has been chasing its tail for a while now. Upgrade the kernal to support x... then y breaks. This could go on forever. 4) Could you please summarise the "Slow write" issue? I started reading the 12 page thread, but it might be easier for everyone if it was easily quantified about who might be effected. I would be happy to see V5, then see v5.1beta's with experimental kernals for those with performance issues or who would like to be on the bleeding edge. Regards, Kortina
  17. I guess that I could use ESXi, but I was hoping to do it all on Windows to help learn HyperV.
  18. I actually have 4 NICs in the server! Two on the Supermicro board (one not supported by WinServer, thanks Intel) A dual port Intel Pro NIC. I am not sharing any NIC between host and hyper-v. The NIC is just the first hurdle too, there is no way to pass USB to the guest so I have no idea on how to use a licensed copy of unraid It would be nice to use just one server at home.
  19. Hi, I am currently running the Release Candidate of Windows Server 2012, with the Hyper-V role installed. I have had some success in getting a Virtualised unraid server running, but I have hit a snag with the Network. UnRaid doesn't seem to support the Network card that is offered by the Hyper-V Host. This is a bit odd, because the Hyper-V integration components are supposed to be part of the Linux kernel: http://www.thomasmaurer.ch/2012/03/install-ubuntu-12-04-on-hyper-v/ For those of you who are interested, here is how I created the bootable unraid VM: (Please note that this is all done from a Win2012 server using powershell) Step 1) Create a Disk to hold the unraid OS. This would typically be your USB drive, but since there is no USB pass-through we will create a 1GB Disk. PS C:\Users\Administrator> new-vhd UNRAID.vhd 1GB ComputerName : FRACTAL Path : C:\Users\Administrator\UNRAID.vhd VhdFormat : VHD VhdType : Dynamic FileSize : 8192 Size : 1073741824 MinimumSize : LogicalSectorSize : 512 PhysicalSectorSize : 512 BlockSize : 2097152 ParentPath : FragmentationPercentage : 0 Alignment : 1 Attached : False DiskNumber : IsDeleted : False Number : Step2) We now need to attach the VHD to the host, so that we can partition it and get it ready for unraid PS C:\Users\Administrator> mount-vhd unraid.vhd Step3) Now that this disk is attached to the host, we need to partition it. PS C:\Users\Administrator> diskpart DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 111 GB 0 B * Disk 1 Online 111 GB 0 B Disk 2 Online 931 GB 0 B * Disk 3 Offline 1397 GB 0 B Disk 4 Online 1397 GB 0 B Disk 5 Online 1024 MB 1024 MB DISKPART> select disk 5 Disk 5 is now the selected disk. Step4) Now that we have selected the newly created disk, we need to create a partition, mark it as active. DISKPART> create partition primary DiskPart succeeded in creating the specified partition. DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- * Partition 1 Primary 1022 MB 64 KB DISKPART> select partition 1 Partition 1 is now the selected partition. DISKPART> active DiskPart marked the current partition as active. Step5) Now we need to format the partition, label the disk and assign it a letter so that the host can write data to it. DISKPART> list volume Volume ### Ltr Label Fs Type Size Status Info ---------- --- ----------- ----- ---------- ------- --------- -------- Volume 0 C NTFS Partition 111 GB Healthy Boot Volume 1 Recovery NTFS Partition 300 MB Healthy Hidden Volume 2 FAT32 Partition 100 MB Healthy System Volume 3 D VHDs NTFS Partition 111 GB Healthy Volume 4 E OneTB NTFS Partition 931 GB Healthy Volume 5 F OneFiveTB_1 NTFS Partition 1397 GB Healthy Volume 6 RAW Partition 1022 MB Healthy DISKPART> select volume 6 Volume 6 is the selected volume. DISKPART> format FS=FAT LABEL=UNRAID 100 percent completed DiskPart successfully formatted the volume. DISKPART> assign letter=J DISKPART> exit Leaving DiskPart... Step6) Now that we have the drive ready, we need to copy unraid to the drive and make it bootable. PS C:\Users\Administrator\downloads> copy-item 'C:\Users\Administrator\Downloads\unRAID Server 4.7 AiO\*' -Destination J:\ -recurse PS C:\Users\Administrator\downloads> cd j: PS J:\> PS J:\> .\syslinux.exe -ma J: -f Step7) Now we need to dismount the Disk, so that it can be attached to a Virtual PS J:\> cd c:\ PS C:\> PS C:\> Dismount-VHD C:\Users\Administrator\UNRAID.vhd Step8) Create a VM, attach the newly created disk, add a network interface. PS C:\> Get-VMSwitch Name SwitchType NetAdapterInterfaceDescription ---- ---------- ------------------------------ Intel NIC1 vSwitch External Intel(R) PRO/1000 PT Dual Port Network Connection Intel NIC2 SRIOV External Intel(R) PRO/1000 PT Dual Port Network Connection #2 PS C:\> New-VM -Name "UnRaid47" -MemoryStartupBytes 2GB -VHDPath C:\Users\Administrator\UNRAID.vhd -SwitchName "Intel NIC2 SRIOV" Name State CPUUsage(%) MemoryAssigned(M) Uptime Status ---- ----- ----------- ----------------- ------ ------ UnRaid47 Off 0 0 00:00:00 Operating normally PS C:\> Start-VM -Name UnRaid47 The VM starts in an extremely short time... but logging in as root and running ifconfig shows only the loopback address (127.0.0.1) Any ideas? Tested with 4.7, 5.0RC5 and RC6_Test2
  20. Yep, they are the first thing that I tried.
  21. Hi, I know that this is the unRaid forum, I have a great 4.7 rig (C2SEE, 1.8Ghz, 5 Disk). I have recenty got an additional server for home, I am a Microsoft Engineer and I am need a Win server at home to test out the new Server2012 stuff. I have installed the Release Candidate (and Beta) on my X9SCM-F-O rig, but only one of the NIC's seem to work: The board has both 82579LM and 82574L, for the life of me I have tried everything to get the second NIC working. Has anyone used this board with Windows and got the second NIC working? My Aim: Run Server2012, assign 1 Nic to HyperV, attempt to passthrough 5 discs and run unRaid virtualized. Why not VMWare? Cause I am a Windows guy, and I want to try and use the new features.
  22. Probably best to look over the entire article: http://blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx No this is not just simple mirroring. Options: Mirroring Triple Mirror Parity Protected Hot Spare The Parity Protected bit is a bit smarter than unRaid, whereby each drive is split into 256meg chunks. Each chunk needs to have parity or mirror somewhere, just not on the same disc. This overcomes the issues of Parity or Mirror data being located on just one alternate disc. EG: 6x2tb drives Mirror = 6tb of usable space Triple Mirror = 4tb of usable space Parity = 10tb of usable space Parity + hotspare = 8tb of usable space @prostuff1 SMB2.2 is WAAAAAY better than SMB2, I imagine that it will take some time before the Linux world catches up and implements 2.2 as most of the features are aimed at the Enterprise, in particular storage for HyperV and SQL. SMB1 and SMB2 already work well in a switched 1Gb (home) network. The overheads are outwieghed by the simplicity and functionality of Windows boxes Home users will not care about SMB2.2 Power Users / Home Test Labs / Infrastructure Tests will care about SMB2.2 as it will allow the storage and VM Host jobs to be separated into a configuration that matches business use. Dont get me wrong, I love unRaid, it is doing a great job. Storage Spaces is appealing because I can do much more with TWO Windows servers 1 x VM Host (many cores and ram) 1 x Storage box (many SATA connections and disc) With this I can emulate a business environment and spin up 10's of VMs without any issues.
  23. There are a few features that are making me rethink unRaid. UnRaid 4.7 has been a rock solid platform for me for the last 2 years. Win8+Spaces claimed benifits: SMB2.2: While not strictly a "Storage Spaces" feature, Windows8 will have an SMB2.2 stack that is vastly improved. see: http://msdn.microsoft.com/en-us/library/windows/hardware/hh457617.aspx This demonstrates 4300MB/Sec from a 12 disc SSD array (wow) Notification: No doubt that you will be able to set up an "Event Drive" task within task scheduler. To email you when a drive fails Emergency repair: While a disc has failed, storage spaces will reshuffle your data to keep you protected from a second failure... When a pool disk fails, Storage Spaces identifies the impacted slabs for all spaces utilizing the failed disk, and reallocates them to any available hot-spare disk or to any other suitable disk within the pool (hot-spares are reserved disks within the pool, only to be used as automatic replacements for failed disks). This self-healing is done automatically and transparently so as to minimize the need for manual intervention. We’ve also optimized for speed to prevent data loss from multiple hardware failures at the same time 3Tb Drive Support: Great news for those who want the biggest array for the least # of sata ports These are all killer features for me...
  24. Good news and bad... First of all, my server runs headless. So I ran the pre clear script from a Telnet session. I was worried about the session dropping so I set my Win7 PC to not sleep, just in case. This didn't stop my wife restarting the pc... Preclear results = unknown. Needed the server back online, so just added to the array and started. It is all good now. Kicked off a diagnosis of the old drives (2x1.5Tb) in my test 5.12b Opteron. Here are the results from the pre clear, but I don't really know how to read them? Some insight would be helpful preclear_rpt__WD-WMAVU1534156_2011-10-27.txt preclear_rpt__WD-WMAVU1747118_2011-10-27.txt
  25. Thanks Joe. I have taken the advise from both posts and started the Pre-Clear. I have also taken the array offline to ensure that there is less risk to the unprotected array. I also have fired up my trust OLD Opteron (nForce4?) box, and I am running the preclear over two 1.5Tb drives that I suspect have issues. In a seperate rig, on a seperate PSU and different cables it should ensure that the Pre-Clear gives accurate results of the drives health. Also I have installed 5.12b on the non-production Operton box, added the "Simple Features" package to the GO script and enabled email alerts... VERY impressive! I cant wait for v5 to go final and revamp my trusty 4.7 box.