-
Content Count
1179 -
Joined
-
Last visited
-
Days Won
4
ken-ji last won the day on June 27 2018
ken-ji had the most liked content!
Community Reputation
187 Very GoodAbout ken-ji
-
Rank
Advanced Member
Converted
-
Gender
Male
-
Location
Philippines
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Well I had a parity check run then and the speeds got capped to the slow 60MBs so its not the DiskSpeed-Docker's fault I think.
-
I'm wondering if anybody with an LSI card using the mpt3sas driver has noticed any speed issues? I'm using a LSI SAS9206-16E HBA and its dual linked to an expander / enclosure - ARC-4036 I've had this setup for a long while now and I've always gotten the maximum speed out of all my HDDs from it. But when I upgraded to 6.9.2 this weekend, half of my drives on the HBA started running at 60MBs only compared to the usual ~200MBs When I reverted back to 6.9.1 the drives all ran at their max speed When I have time, I'll try to upgrade again and see if the problem occu
-
[SOLVED] How to create a virtual nic for internal/isolated use only?
ken-ji replied to bastl's topic in General Support
You can try making a request to Limetech, but you'll need to know what you need exactly (I'm not sure either) -
[SOLVED] How to create a virtual nic for internal/isolated use only?
ken-ji replied to bastl's topic in General Support
I think most users here limit VMs and dockers at the router level, which would have better control of the network than Unraid itself. I could do that with my Mikrotik router, but I never needed to. -
[SOLVED] How to create a virtual nic for internal/isolated use only?
ken-ji replied to bastl's topic in General Support
The error: "Specified qdisc not found" indicates that the qdisc modules are not installed/available. So this would probably be unsupported unless the modules are compiled and loaded in (either by Limtech or some plugin) -
The first time docker engine starts up (or you've blown away the local-kv.db file) it picks a /16 network for the default docker0 network it starts from 172.17.0.0/16 and keeps going to 172.18.0.0/16 until it gives up The criteria for picking is the subnet is not used by the local machine, which is odd - so probably your USB ethernet adapter dropped off or wasn't connected when the docker engine last started up You're screen shots indicate the a bad config: * br2 is 172.17.0.0/24 (which is a subset of 172.17.0.0/16 * you have 3 default gateways (which will invariably confus
-
Unraid also has SFTP, you just need to either enable root access via SSH by: * assigning root password or * adding ssh public key for root to login
-
For data points: I'm using 4x 8TB N300 (about 1y 10m poweron time old) I've haven't seen any weird SMART attribute ever, so it's probably just the firmware on them.
-
[6.8.3] [6.9.0] [6.9.1] shfs seems to ignore permissions
ken-ji commented on ken-ji's report in Stable Releases
Changed Status to Solved -
[6.8.3] [6.9.0] [6.9.1] shfs seems to ignore permissions
ken-ji commented on ken-ji's report in Stable Releases
This seems to have fixed the issue. -
Please only allow SMS as a final resort - no need to perpetuate the horribly flawed scheme where you need to wait a 3rd party to deliver the codes to you when it could get intercepted midway or even failed delivery. Other apps as alternatives for the OTP generation * Microsoft Authenticator (has automatic multi device support and recovery) * KeeWeb - stores the seeds in a KeePass kdbx file * AuthPass * Yubico Authenticator (stores the seeds with a Yubikey)
-
Chiming in that I'm running a i7-7700 also with UHD630 iGPU using it with Emby with iGPU transcoding as well and my server's rock stable (Unraid bugs not withstanding) - I've only rebooted it to enable VFIO binding and recover from a bad package install (newer Slackware packages don't work as they updated glibc but Limetech didn't)
-
[6.8.3] [6.9.0] [6.9.1] shfs seems to ignore permissions
ken-ji commented on ken-ji's report in Stable Releases
@limetech Seems like a bug with shfs itself: root@MediaStore:/mnt/user/Downloads# echo x > a root@MediaStore:/mnt/user/Downloads# chmod 600 a root@MediaStore:/mnt/user/Downloads# ls -l a -rw------- 1 root root 2 Mar 23 21:44 a root@MediaStore:/mnt/user/Downloads# ls -l /mnt/cache/Downloads/a -rw------- 1 root root 2 Mar 23 21:44 /mnt/cache/Downloads/a root@MediaStore:/mnt/user/Downloads# cat a x root@MediaStore:/mnt/user/Downloads# su nobody -s /bin/sh nobody@MediaStore:/mnt/user/Downloads$ cat a x nobody@MediaStore:/mnt/user/Downloads$ cat /mnt/cache/Downloads/a cat: /mnt/cache/Do