dahlenu

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by dahlenu

  1. On 10/2/2019 at 12:10 AM, jabajames said:

    Once that is done you have to include the private key you received when you generated the CSR for your domain onto the end of the file also. So the end result should be a .pem file containing:

    - your certificate

    - the chain of certificates that assures yours

    - your private key

     

    Thanks, this worked fine with my setup (currently running 6.9.0-rc2). Just using the cert didn't work, but the cert + chain + key worked beautifully. I should perhaps add that I created my own CA for local systems (my home LAN), and have then created certs for local boxes using this special CA. Load the CA-cert and all local boxes work fine with HTTPS.

  2. This thread made me try out unRAID on a newly purchased QNAP TS-453D. I hooked up a monitor and keyboard, held down F2 during startup to enter BIOS, changed boot order to make 'UEFI: my usb drive" first and it worked beautifully. As far as I can tell unRAID recognizes all hardware correctly, except for the fan, but that is set to "auto" in BIOS (and it's spinning), so I think it doesn't matter. I'm very pleasantly surprised!

    • Like 1
  3. It seems any file or directory on my unRAID server that has a non-ASCII character in it isn't displayed at all in my client ("AirVideo" on iPad), i.e. it isn't listed at all.

     

    Would this be a problem with the airvideo media server plugin or the client app?

     

    Renaming or making symbolic links works.

     

    Its an old issue with the linux server, not the plugin and I´m afraid without a solution.

     

    Actually, I just solved it!

     

    I was trying to debug the server by starting the AirVideoServerLinux.jar manually from the command line, and discovered it was suddenly working. I guessed it was my locale setting that made it work, so I added a locale setting in the "airvideo_start" function inside /boot/config/plugins/airvideo_overbyrn.plg. After a restart it still works. Joy and happiness.

     

    Here's the start of the "airvideo_start" function (line 205 in the version I have):

    airvideo_start()
    {
      LC_ALL=en_US.UTF-8
      export LC_ALL
    
      # no-op if not enabled
      if [ $SERVICE != "enable" ]; then
        return
      fi
    ...
    

    Having a UTF-8 locale setting seems to be the trick.

  4. Well, I didn't get to do all that I was planning but have worked with and been very happy with the Asus C60M1-I.  Threw a couple older hard drives in there for preclear.  Added to the array and moved a bunch of non-essential files over.  Don't have a parity drive installed yet as I'm waiting on a couple RMAs and a preclear.  Only possible issue that I know of is that I had a preclear stall on one drive but think it's probably a bad drive.  Started it again and it seems to be working fine now though. 

    I've attached my syslog if you want to take a look.  Any questions you have, let me know.

    I also have built a system using Asus C60M1-I. It works great! But I would like to monitor MB/CPU temperatures and the sensors command doesn't give much info. I guess the OS can't read all the sensors. Are there drivers to make that possible?

    The only info I get from sensors is this:

    root@MEDIA:~# sensors
    k10temp-pci-00c3
    Adapter: PCI adapter
    temp1:       +42.2 C  (high = +70.0 C, crit = +100.0 C)  
    
    root@MEDIA:~# 
    

  5. Mounting two drives from an OS X Lion client with either AFP or SMB and copying a file between the two will crash the system after a couple of minutes. The copy aborts and telnet clients are disconnected and the system cannot be reached via http or telnet. Reset button only way out. Will revert to rc2 and test same copy.

  6. I've not been able to do a backup with Time Machine to a user share. It works fine to a disk share.

     

    If I mount afp://server/disk14 and point Time Machine to "disk14" it works, but if I create a user share "TM" with only disk14 included and mount as afp://server/TM and point Time Machine to "TM", the backup fails after a couple of GB.

     

    I'm using unRAID 5b14. In both cases I export AFP as "Yes (Time Machine)" with security "Private" and disable SMB export.

     

    Anyone with similar experience who have found a workaround/fix?

  7. Hello everybody!

     

    I have built a system almost exactly as the "MD-1510/LI" from Lime Technology. There are three 5-in-3 drive cages, each with their own fan. The case has two large fans and there is also the CPU fan.

     

    Is there a fan control system with drivers for Linux? My ideal setup would be individual control of all fans based on temperature readings. For example, one could use the highest drive temperature for each drive cage to control that cage's fan, and one could use temperature sensors on the motherboard to control the chassis fans.

     

    There are many fan controllers with manual control on the market (e.g. Zalman ZM-MFC1), but I'm looking for a programmable system, which can adjust fan speed depending on temperature inputs.

     

    I have replaced the stock fans in the drive cages with Noctua NF-R8's which made a huge difference, but one is always looking for the perfect solution...