
dstroot
Members-
Content Count
79 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout dstroot
-
Rank
Newbie
Converted
-
Gender
Undisclosed
-
Awesome Gary! Thanks. May use a Fractal design 804 as the case. Just went on sale...
-
True ... and many of us who build mini-ITX servers are very focused on keeping our power consumption as low as possible. For example, my Q25B system idles under 20w @garycase - hey Gary if you read this I am building a small system in the next couple weeks. No more than four drives and some headroom for a few docker containers. Just looking for MB/CPU and maybe Power Supply advice. What would be the best low(ish) power bang for the buck MB and CPU these days? Since I know you are an ECC memory fan let's assume ECC RAM as well. Thanks!
-
What MB/CPU would people recommend if building in this case today?
-
Copying to new XFS formatted disk in IPMI console best practice.
dstroot replied to dikkiedirk's topic in General Support
To improve the copy speed, add -W (--whole-file), to avoid calculating deltas/diffs of the files. This is the default when both the source and destination are specified as local paths, since the real benefit of rsync's delta-transfer algorithm is reducing network usage. -
I don't know what teracopy is but I think it's a windows program. Why would I pull all my data over a wire to a windows box and then push it back over the wire to a different disk on my unraid array? Why not ssh into you array and use rsync? Something like: `rsync -aAW --progress disk2 disk3` ?
-
I get an email every day with the following: error: skipping "/var/log/docker.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/syslog" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/vsftpd.log" because parent
-
unRAID Server Release 6.0-beta12-x86_64 Available
dstroot replied to limetech's topic in Announcements
I keep getting emails with this: error: skipping "/var/log/docker.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/syslog" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config file to tell logrotate which user/group should be used for rotation. error: skipping "/var/log/vsftpd.log" because parent directory ha -
Anyone having difficulty getting cache-dirs to start? I can't seem to get it rolling. I took the script version out of my go file already.
-
unRAID Server Release 6.0-beta12-x86_64 Available
dstroot replied to limetech's topic in Announcements
Should I remove the old docker plugin? See attached image. -
unRAID Server Release 6.0-beta10a-x86_64 Available
dstroot replied to limetech's topic in Announcements
Got it - thanks for the lightning response -
unRAID Server Release 6.0-beta10a-x86_64 Available
dstroot replied to limetech's topic in Announcements
Before I updated to 10a, version 10 showed I only had one single plugin (unRAID Server OS). After upgrading to 10a the old docker manager plugin seems to have "come back" and says it's out of date. Should I update it or delete it? -
FWIW I'd love to see this sooner rather than later!
-
Thanks Justin!