Everything posted by tmchow
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Your disk is a 3TB disk and there seems to be an issue with formatting disks 2TB and larger. I found a 2TB in my collection and will do some testing to see if I can reproduce the issue. I previously was able to successfully format it using this plugin (but before I used the preclear beta plugin). Is it an intermittent problem to not be able to format larger than 2TB disks?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I'm trying to format a disk that was previously able to be format and mounted, but seems to no longer be able to. In between I ran the "preclear" plugin, as I was going to add the drive to my array but changed my mind and now want it mounted outside the array. Apr 11 22:01:40 Clearing partition table of disk '/dev/sdc'. Apr 11 22:01:40 Reloading disk '/dev/sdc' partition table. Apr 11 22:01:40 Creating a 'gpt' partition table on disk '/dev/sdc'. Apr 11 22:01:40 Creating a primary partition on disk '/dev/sdc'. Apr 11 22:01:40 Formatting disk '/dev/sdc' with 'xfs' filesystem. Apr 11 22:01:40 Reloading disk '/dev/sdc' partition table. The UI now shows this, but it never changes state after the format to allow me to mount it or rename the mount point. (I've his "Rescan" and nothing changes either) any ideas?
-
Which to use--- Turbo Write or Normal Write
Surprised this thread hasn't gotten more activity. I learned a ton from it, and have subscribed to see what other, more knowledgeable users, will say.
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
FYI, after a bit of wrestling, I got SSH working in the Snoopy Ubuntu docker. I had to: 1. Generate SSH keys with: sudo ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_rsa_key sudo ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key 3. (Optional) Edited /etc/ssh/sshd_config to change my port from 22 to another port number (I used 1111) so it didn't interfere with the other SSH servers I have behind my router. Don't forget to forward port 22 (or whatever custom port you choose) in your router config.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
What is the most common use case for using this plugin? I've seen references of running dockers and VMs from it, but given how relatively cheap SSDs are for cache drives, it seems far easier to just use cache-only shares for that. Is it for cases where you don't want to involve perf hit from using the array or involving the parity drive such as seeding torrents? Since torrent seeds could be huge, I can see why someone wouldn't want to put those files on the cache drive (and the speed of an SSD isn't as important for seeding torrents). Would love to hear about people's use cases for this.
-
[Support] Linuxserver.io - OpenVPN AS
Got OpenVPN-AS installed yesterday and started the webGUI. I stopped the docker this morning as I wasn't set with config and didn't want it running for no reason. I got home tonight, restarted it and it can't seem to start. It dies after it tries to pull files for update. here is snippet of last lines from docker log: Get:26 http://mirrors.accretive-networks.net trusty/restricted amd64 Packages [16.0 kB] Get:27 http://mirrors.accretive-networks.net trusty/multiverse amd64 Packages [169 kB] Get:28 http://mirrors.accretive-networks.net trusty/main amd64 Packages [1,743 kB] Get:29 http://mirrors.accretive-networks.net trusty/restricted amd64 Packages [16.0 kB] Get:30 http://mirrors.accretive-networks.net trusty/universe amd64 Packages [5,859 kB] Hit http://mirrors.accretive-networks.net trusty/universe Sources [7,926 kB] Hit http://mirrors.accretive-networks.net trusty/multiverse Sources [211 kB] Err http://mirrors.accretive-networks.net trusty/main amd64 Packages 406 Not Acceptable Err http://mirrors.accretive-networks.net trusty/restricted amd64 Packages 406 Not Acceptable Err http://mirrors.accretive-networks.net trusty/universe Sources 406 Not Acceptable Err http://mirrors.accretive-networks.net trusty/multiverse Sources 406 Not Acceptable
-
[Support] binhex - Deluge
Thanks, can't believe I Missed that. One weird thing is that the torrent file is named "file.torrent". I'm guessing subsequent torrents downloaded will have a problem since they use the same filename. Even if they don't, and for some reason it's incremented, I dislike this since I don't know which torrent file is which. Not sure if this is due to Deluge, or the Remote Torrent Adder chrome extension. I've verified the private torrent site I'm downloading from doesn't have the torrent file named file.torrent. It's in the format of stuff like "SomeMovie.2016.x264.torrent". Update: Figured out the problem was the "Remote Torrent Adder" extension, which always used file.torrent filename. I switched to the DelugeSiphon plugin and the original filename was passed through.
-
[Support] binhex - Deluge
the answer to that, is wherever you have configured it to store them :-), if you havent configured it then i think it doesnt store them at all, but you can tell it to do this, its all in the webui config. I have these configurations set: Looking at /mnt/cache/appdata/deluge and /mnt/cache/downloads/deluge/, no .torrent files are there.
-
[Support] Linuxserver.io - Plex Media Server
FYI, Linuxserver successfully downloads now. Just switched from LimeTech to Linuxserver using these instructions: http://lime-technology.com/forum/index.php?topic=41609.msg394769#msg394769
-
[Support] Linuxserver.io - Plex Media Server
I got mine working too by just using LimeTech's. I really want to switch to Linuxserver to get plexpass and easier updating, and it seems that switching between Limetech and Linuxserver are the easiest variatns to switch between because they do the permissioning automatically. The thing your post solves for me is my lack of remote access. I've been tearing my hair our for hours trying to figure out why it doesn't work and I have jumbo frames enabled! Disabled it and remote access worked. Thank you!
-
[Support] Linuxserver.io - Plex Media Server
Are you able to able any other dockers? Is your server connected to the internet? have you tried pinging google to make sure? I can definitely install other dockers. This happens with only the linuxserver dockers (at least the ones I've tried: Plex and nzbget)
-
[Support] Linuxserver.io - Plex Media Server
Are you able to able any other dockers? Is your server connected to the internet? have you tried pinging google to make sure? I can definitely install other dockers. This happens with only the linuxserver dockers (at least the ones I've tried: Plex and nzbget)
-
[Support] Linuxserver.io - Plex Media Server
Are you able to able any other dockers? Is your server connected to the internet? have you tried pinging google to make sure? I can definitely install other dockers. This happens with only the linuxserver dockers (at least the ones I've tried: Plex and nzbget)
-
[Support] binhex - Deluge
Super basic question, but where does Deluge store the .torrent files that are active? I got it installed in a docker and able to queue torrents for download successfully through the "Remote Torrent Adder" chrome extension. However, I have no idea where the .torrent file actually is stored?
-
[Support] Linuxserver.io - Plex Media Server
Ugh, still having issues and can't install Plex.
-
[Support] Linuxserver.io - Plex Media Server
Still getting the error today 3/24 @ 10:33AM PST. IMAGE ID [3ae61bd06450]: Pulling image (latest) from linuxserver/plex. Pulling image (latest) from linuxserver/plex, endpoint: https://registry-1.docker.io/v1/. Pulling dependent layers. IMAGE ID [f7eef3e8d2a5]: Pulling metadata. Error pulling dependent layers. IMAGE ID [3ae61bd06450]: Error pulling image (latest) from linuxserver/plex, endpoint: https://registry-1.docker.io/v1/, HTTP code 400. Error pulling image (latest) from linuxserver/plex, HTTP code 400. TOTAL DATA PULLED: 0 B Then IMAGE ID [3ae61bd06450]: Pulling image (latest) from linuxserver/plex. Pulling image (latest) from linuxserver/plex, endpoint: https://registry-1.docker.io/v1/. Pulling dependent layers. IMAGE ID [f7eef3e8d2a5]: Pulling metadata. Error pulling dependent layers. IMAGE ID [3ae61bd06450]: Error pulling image (latest) from linuxserver/plex, endpoint: https://registry-1.docker.io/v1/, HTTP code 400. Error pulling image (latest) from linuxserver/plex, HTTP code 400. TOTAL DATA PULLED: 0 B
-
[Support] Linuxserver.io - Plex Media Server
Yep, ditto for me on the HTTP 400 error. Any quick solution to resolve this or am I dead in the water? IMAGE ID [3ae61bd06450]: Pulling image (latest) from linuxserver/plex. Pulling image (latest) from linuxserver/plex, endpoint: https://registry-1.docker.io/v1/. Pulling dependent layers. IMAGE ID [f7eef3e8d2a5]: Pulling metadata. Error pulling dependent layers. IMAGE ID [3ae61bd06450]: Error pulling image (latest) from linuxserver/plex, endpoint: https://registry-1.docker.io/v1/, HTTP code 400. Error pulling image (latest) from linuxserver/plex, HTTP code 400. TOTAL DATA PULLED: 0 B
-
Silverstone DS380 thread?
Good advice, just did this to bump the temp/power ratio. Moved everything up one step, and the HDs are running cooler. Screenshot at idle with no load: When the parity check was still going on, they hit 45-47C. Someone else mentioned I should try cover my "swiss cheese" holes in my drive cage to improve cooling so i'm going to cover them with some gaffer tape if I see the temps creeping up or I add more drives which will no doubt raise temps. I just realized this last night, and my mistake was assuming that magically the fans would be linked to the array temp which doesn't make sense.
-
Speedtest.net for unRAID 6.1+
Thanks for creating this plugin. Super helpful as I debug stuff for my network config. Is there any similar plugin to test local network throughput on my LAN?
-
Silverstone DS380 thread?
Running at Full is raging loud, too loud for me. Is there an easy way to tweak the bios settings to different fan levels to see the speed change? Or do I need to set the level, save and reboot to see the change?
-
Silverstone DS380 thread?
I have a new Silverstone DS380 server built with 4 Western Digital Red NAS drives (1 parity + 3 array) and a Samsung EVO 250GB SSD for caching. I'm using an Asrock E3C224D4I-14S which I fit in thanks to some great info on Reddit about creating new standouts to lower the motherboard so an SFX power supply would still fit. I replaced the stock DS380 case fans for 3 Noctua NF-F12 PWM 120mm fans, which could be driven each by a mobo fan connector without a splitter since the E3C224D4I-14 has enough connectors. I also did the "skirt" hack that placed a piece of cardboard next to the dual side fans to direct airflow more directly to the drive cage. Unraid is reporting that my drives are low 40s to start with, with one drive at 45C which has me worried. After about 30 mins of running (with basically no load), they are not reporting at mid to high 40s. This has be super worried. I installed an IPMI plugin to unraid to get the fan, mobo and CPU temps and here's what I'm seeing: I would've expected the fans to be spinning faster than that, so not sure if that's the reason why the temps are so hot. I double checked in the BIOS that the fans are indeed set to "Smart fan" mode. When the system starts up, they spin much faster as you can hear them all going full blast, but after Unraid starts to boot, the fans slow down and the system is noticeably quieter. Any suggestions where to start looking to "debug" this heat situation?
-
Silverstone DS380 thread?
What is the consensus on the best fans to run in a DS380 to replace stock fans, when it's operating as a NAS? I'll be doing the "skirt" mod as that is unequivocally the best thing to do for cooling. I'm Planning on running it with an Asock E3C226D2I motherboard, which only controls PWM fans. There aren't enough headers to control 3 fans, so have to also get a 1-to-2 splitter. I've seen mention of the Noctua NF-S12B redux-1200 PWM fans, but also more recently the "Gentle Typhoon" 1250 PWMs. It'll be sitting in my living room so looking for balance of quiet and cooling capability. I know there's no one single best fan, but hoping to tap the hive mind here on at least how to make the choice of which fans to replace.
-
SFF Silverstone DS380 Build
@Heffa: This is the perfect thread as I've stumbled upon nearly the exact same config out of coincidence. I'm building my first UnRaid box, upgrading from a HP Proliant N40L running Windows server + DrivePool. That box has been running for a year with no problems (except 1 failed HD), but it doesn't have enough horsepower to transcode video when I'm traveling. All our in-house devices (Roku 3 and Raspberry Pi 2 running Rasplex) all do DirectPlay. This thread is super helpful because of the smaller items like advice in SATA cable length (25cm vs 15cm). One important, but small, question is what fan splitter did you get? Did you just need to get a 1-to-2 splitter or more than that? I'm looking at this one: http://www.amazon.com/SilverStone-Technology-Sleeved-Splitter-CPF01/dp/B00B46XKKQ/ref=sr_1_1?ie=UTF8&qid=1457409769&sr=8-1&keywords=4+pin+fan+splitter