Bobat

Members
  • Posts

    50
  • Joined

  • Last visited

Everything posted by Bobat

  1. I'm having some issues getting Upstatsboard running behind the reverse proxy properly. I had Upstatsboard running as a docker for a long time with no issues, so I know my basic config is good. When I put it behind the reverse proxy so I can access it via https://mydomain.com/status it sort of works, but all of the formatting and graphics look like they're getting stripped out. For the most part, I'm using a stripped down version of the example config of reverse-proxy that was posted at the top of the thread and I haven't touched my Upstatsboard config. The ssl config seems to be fine too, I don't get any complaints from Chrome about the certificates or anything. proxy-config.conf: <VirtualHost *:443> ServerName www.mydomain.com ServerAlias mydomain.com ServerAdmin webmaster@localhost DocumentRoot /var/www SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM SSLCertificateFile /config/ssl.crt SSLCertificateKeyFile /config/ssl.key SSLCertificateChainFile /config/server.pem <Location /status> ProxyPass http://192.168.1.7:8024 ProxyPassReverse http://192.168.1.7:8024 AuthUserFile /config/.htpasswd AuthType Basic AuthName "UpStatsBoard - Proxy" Require valid-user </Location> </VirtualHost>
  2. It looks like they're currently being mounted 755 which should give me permissions when logged in as root. 660 would actually take away the execute permissions, so I don't think that's it. I tried the b3 work around (setting the share to private and putting in the string supplied by limetech), but same result.
  3. I'm on b4. Autofs is finding all of my exported NFS shares from unraid, but I can't access any of them: [root@IronicsArchVM_v4 user]# ls -l total 0 drwxr-xr-x 2 root root 0 Apr 2 02:50 Apps drwxr-xr-x 2 root root 0 Apr 2 02:50 Backups drwxr-xr-x 2 root root 0 Apr 2 02:50 Documents drwxr-xr-x 2 root root 0 Apr 2 02:50 Incoming drwxr-xr-x 2 root root 0 Apr 2 02:50 Installs drwxr-xr-x 2 root root 0 Apr 2 02:50 Kids_Movies drwxr-xr-x 2 root root 0 Apr 2 02:50 Kids_TV drwxr-xr-x 2 root root 0 Apr 2 02:50 Movies drwxr-xr-x 2 root root 0 Apr 2 02:50 Music drwxr-xr-x 2 root root 0 Apr 2 02:50 Photos drwxr-xr-x 2 root root 0 Apr 2 02:50 TV_Shows drwxr-xr-x 2 root root 0 Apr 2 02:50 Videos [root@IronicsArchVM_v4 user]# [root@IronicsArchVM_v4 user]# [root@IronicsArchVM_v4 user]# cd Videos -bash: cd: Videos: No such file or directory [root@IronicsArchVM_v4 user]# Anyone have any ideas on what to check?
  4. fdisk -l -u /dev/sdx Where x is the letter of the drive you want to check. If the drive is 4k-aligned you'll see something like this: Device Boot Start End Blocks Id System /dev/sda1 64 976773167 488386552 83 Linux Partition 1 does not end on cylinder boundary. If the drive is not 4k-aligned you'll see something like this: Device Boot Start End Blocks Id System /dev/sdc1 63 2930277167 1465138552+ 83 Linux Partition 1 does not end on cylinder boundary. Note the different start numbers.
  5. Depends on your criteria and budget. They both have similar power specs on the +12v rail (52 for the Corsair, 54 for the SS), so unRAID wise I think they would perform similarly. The SS is modular while the Corsair is not. The SS is 80-plus Gold certified while the Corsair is just "regular" 80-plus certified so the SS is slightly more power efficient. So if easier cable management and the power efficiency gains are worth the ~$30 price difference to you, then go with the SS.
  6. I'm in a similar set-up. What I've been doing is manually creating the directory structure on /mnt/cache to mimic the directory structure on the ultimate destination share and let mover do it's thing overnight. The only downside is that mover removes the directory when it's done, so if you have frequently used share directories (/TV_Shows or /Movies in my case) you need to create them every time. I haven't looked into it, but there's probably a way to modify the mover script to leave the empty directories after moving the files.
  7. Stumbled upon this by accident at my local Micro Center when I was trying to hunt down a Centurion 590. Black Lian Li PC-A77F for $147.25 + tax, pickup only: http://www.microcenter.com/single_product_results.phtml?product_id=0335714 Almost everywhere else I looked this was case was at least $300. It looks like a lot of locations are sold out, but it's a great deal if you have a Micro Center near you and they happen to have one in stock. 12 exposed bays, quiet fans, I'm a happy camper.
  8. I have three of those Samsung's in my array currently, and I just precleared and installed a WD20EARS the other day. Just as a point of reference, preclear time on the WD was 26 hours for me. I don't have the logs from when I precleared the Samsungs, but I remember it being in the 20-22 hour range.
  9. I've been running one of these with an Intel Celeron E3300 since November. Converted over from a WHS machine. No problems at all, and it's been running pretty much 24x7 the whole time. Pros: 6 SATA ports on the mainboard, cheap ($$$) Cons: Only 1 PCI express slot (x16), so I'm somewhat limited when it comes time to add extra controller cards If I were buying new, I'd probably look for something with more PCIe slots, but no complaints on its performance so far.
  10. Potentially interested as well, depending on price.
  11. I went through this exact transition (WHS->UnRAID) a few months ago. You may already have found this out, but there's nothing really all that special about how WHS stores data. As others have said, once you mount the disks as NTFS you'll find all of your data under \DE\Shares on each disk. Simple as that.