grywalsr

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by grywalsr

  1. 1) I had no idea I was giving away some secret by posting the full file name.  (What kind of lame security is that anyway PLEX team?).

    2) I had no idea there was some history between the makers of the PLEX/unraid/docker stuff and the PLEX team which I think in some way resulted in the (to me) cryptic answers I got to my first inquiry.

    3) I (in general) have no idea :-) really no context.  So when I got answers that expected that I had a clue, like "use lsio's plex", I went looking for an "Idiots guide".

    4) I am still disappointed that the archive file I got from PLEX had zero instructions (no README.TXT) file in it to get me started.  At least back in the day something like that was standard.

    5) And you where not kidding when you said the search feature in the forum is confusing.

     

    So I will put in the sweat equity, read the pages of forum posts, figure out how to install the right version of the Plex docker, figure out how to configure it to use the beta version, and when I do I will write that "Idiots guide" and post it.  I just hope the PLEX DVR is worth it, I have to get a replacement for WMC.

  2. PLEX DVR was recently introduced: https://www.plex.tv/features/dvr/

     

    I have been running PLEX as a docker (the Limetech version) for a while, it works fine, but I've really been looking for a WMC/DVR replacement for my HDHOMERUNs ever since windows 10 came out and they announced the death of WMC.  This looks like it might be the trick!

     

    Anyhow I bought a PLEX pass today and was surprised to find I could download an UNRAID version of Plex DVR from the Plex forums.  The file is called: PlexMediaServer-???????????????????-x64-UnRAID.txz but there are no instructions on what to do with it.  I tried installing it as an UNRAID plugin but that only produced an XML error.  Has anyone got this to work with UNRAID and how exactly did you do it?

     

  3. The Perc6i controllers are in raid mode and it appears I need to flash them to IT mode.  I've looked around this thread and googled around last evening but I have yet to find a complete set of instructions.  Can someone point me to a solid set of instructions to flash these controllers to be compatible with unraid?  Thanks.

     

    Any luck getting a PERC6/i (or PERC6/e) flashed into IT mode for JBOD?

     

    Unfortunately not.  I have read many threads that describe it in general but I have yet to find a solid set of instructions with the EXACT firmware version to use.  I'm a bit frustrated.

  4. I have built a couple of small <6 disk unraid servers in the past but I picked up a Dell Power Edge FS 12 server cheap and want to upgrade.  It has:

     

    2x AMD 2373EE Operton Quad Core Processors (2.1GHZ)

    16x 4GB ECC DDR2 Memory (64GB Total)

    2x 400GB 10K SATA Drives with Caddy

    10x 3.5" Caddy

    1x Dual Port Onboard NIC

    2x Perc6i RAID Controller

    1x 350W Hot Swap Power Supply

    1x Set of Rack Rails

     

    The Perc6i controllers are in raid mode and it appears I need to flash them to IT mode.  I've looked around this thread and googled around last evening but I have yet to find a complete set of instructions.  Can someone point me to a solid set of instructions to flash these controllers to be compatible with unraid?  Thanks.

  5. I'm looking to back up my MacOS computers to my UnRaid server.  My thought was to use rsync, with rsync running on my UnRaid server in "server" mode.  This works except for the lack of the -E (--extended-attributes) flag on the UnRaid side, which prevents me from getting a byte for byte copy of my  MacOS disks.  This article describes how to patch the rsync source and produce a linux binary http://www.oreillynet.com/cs/user/view/cs_msg/66237?page=last with the Apple extensions. I unfortunately do not have a full linux server to build the patched rsync myself.  Has anyone already done this?  Does it work with UnRaid?  Do you have a binary you can share?