Leaderboard

Popular Content

Showing content with the highest reputation on 05/25/19 in all areas

  1. I'm no Docker expert but I'm attempting to add my unRAID server into a Docker Swarm I've got configured on my network. I'm able to join but I get network errors when I attempt to coordinate client\worker containers on my unRAID server. There's a script for checking the Docker configuration named check-config.sh and when I run this it looks like just a single module is missing and near as I can tell it explains my networking issues. I've seen other threads where people have compiled their own kernels to get around this but since I also run the NVIDIA kernel it's not something I'd like to tackle myself. We've got pretty slick container support now and I'm hoping this module was simply one that wasn't thought of when compilation was done for some reason. The line that gets printed as missing when I check the config is as follows: CONFIG_NETFILTER_XT_MATCH_IPVS: missing This comes out of the "generally needed" section and is the only module there not installed. Thanks!
    1 point
  2. Hello, i have been debian for years and i would like to pass on a complete system like your unraid product. I currently have a Hp Dl380 G7 with an 8 Hdd bay. I also use external hdd usb (6 hdd) time to buy me bay network. So I have two questions for now: 1) Unraid is compatible with the HP DL380 G7 2x Xeon [email protected], 6-Core, 16GB PC3-10600R (4x2), 8xSFF, DVD-RW, P410i / 1G, 2x750W 2) Which license do you advise me? Thank you in advance for your advice. I remain at your disposal for any questions you may have to ask me. Georges Christophe
    1 point
  3. The decode script should become unnecessary here in the next couple of months. The Plex team has mentioned on their forum that they are working on adding the decode function.
    1 point
  4. @RoderickBasinB The url for the beta plugin is different, as I didn't wanted it to show as update until 6.7.0 was officially released. The beta plugin looks for updates at the same github url as the normal version or CA. Once I pushed the beta version to github as new official release yesterday, it got made available as update in the plugin settings (no matter if old or beta) and it is now available in CA or for manually installing it from github https://github.com/SlrG/unRAID/raw/master/Plugins/ProFTPd.plg. The beta version link is now obsolete. It provides the now old beta version with old version number, which is essentially the same as the new official version with a new version number. I guess when you tried to install from CA it was before I pushed the beta version to github as new official release and so you got the old version still. I hope this explains what was happening.
    1 point
  5. I tested the Dynamix S3 Sleep plugin with "Set WOL options before sleep" set to "g" this did not fix the issue. Entering the "ethtool -s eth0 wol g" command into the "Custom commands before sleep" field does allow for WOL to work when the system goes to sleep due to the plugin.
    1 point
  6. You may try static the DNS setting in ETH0, there are some odd in 6.7 if dhcp.
    1 point
  7. Or report it upstream to IPS I mean, it's a bug in their software.....
    1 point
  8. Right now run these commands: docker exec -it nextcloud bash sudo -u abc touch /config/log/nextcloud.log chmod 777 /config/log/nextcloud.log then edit config.php in /mnt/cache/appdata/nextcloud/www/config/config.php and include these two lines 'loglevel' => 1, 'logfile' => '/config/log/nextcloud.log', and restart your container. Now as /config is really /mnt/cache/appdata/nextcloud and remember that /mnt/user/ = array disks and cache disk and /mnt/user0 = array disks without cache disk your log file for nextcloud will be in /mnt/user/appdata/nextcloud/log/ and called nextcloud.log Because you had the log directory partially on the array there was every chance that if that was where the nextcloud.log file was it would continue to write to the array even with just the config.php changes. By removing that rogue /mnt/user0/appdata/nextcloud directory and setting use cache disk to prefer it will stop that from happening again
    1 point
  9. v6.7.0rc1-swarm.zip Here's a version of v6.7.0rc1 with the swarm patch applied. The check config script will still show it as missing the above two modules but they are included, but the script checks the contents of /usr/src/linux-4.19.43-Unraid/.config which I haven't changed as that would require unpacking bzroot. Instead I applied the patch above and just recreated bzmodules and bzfirmware The proof will be if it works or not. v6.7.0rc1-swarm.zip
    1 point
  10. In my experience, @limetech are far more likely to respond to a request which clearly states the requirement, which, in this case is a kernel module, than just a plain "Can we get docker swarm?" Problem with the second question is it's an unknown quantity of what needs to be done and why this is important? Just remember Unraid can't be everything to everyone, and whilst some decisions might seem arbitrary, there may be good reasons why stuff isn't changed upstream. For instance if adding that kernel module breaks something else, it's a no go. As some useful information, here's the output of the above script. root@server:~# wget https://raw.githubusercontent.com/moby/moby/master/contrib/check-config.sh --2019-05-25 12:00:31-- https://raw.githubusercontent.com/moby/moby/master/contrib/check-config.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.16.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.16.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10314 (10K) [text/plain] Saving to: ‘check-config.sh’ check-config.sh 100%[===================>] 10.07K --.-KB/s in 0s 2019-05-25 12:00:31 (208 MB/s) - ‘check-config.sh’ saved [10314/10314] root@server:~# chmod +x check-config.sh root@server:~# ./check-config.sh warning: /proc/config.gz does not exist, searching other paths for kernel config ... info: reading kernel config from /usr/src/linux-4.19.41-Unraid/.config ... Generally Necessary: - cgroup hierarchy: properly mounted [/sys/fs/cgroup] - CONFIG_NAMESPACES: enabled - CONFIG_NET_NS: enabled - CONFIG_PID_NS: enabled - CONFIG_IPC_NS: enabled - CONFIG_UTS_NS: enabled - CONFIG_CGROUPS: enabled - CONFIG_CGROUP_CPUACCT: enabled - CONFIG_CGROUP_DEVICE: enabled - CONFIG_CGROUP_FREEZER: enabled - CONFIG_CGROUP_SCHED: enabled - CONFIG_CPUSETS: enabled - CONFIG_MEMCG: enabled - CONFIG_KEYS: enabled - CONFIG_VETH: enabled (as module) - CONFIG_BRIDGE: enabled - CONFIG_BRIDGE_NETFILTER: enabled - CONFIG_NF_NAT_IPV4: enabled (as module) - CONFIG_IP_NF_FILTER: enabled (as module) - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled - CONFIG_NETFILTER_XT_MATCH_IPVS: missing - CONFIG_IP_NF_NAT: enabled (as module) - CONFIG_NF_NAT: enabled (as module) - CONFIG_NF_NAT_NEEDED: enabled - CONFIG_POSIX_MQUEUE: enabled Optional Features: - CONFIG_USER_NS: enabled - CONFIG_SECCOMP: enabled - CONFIG_CGROUP_PIDS: enabled - CONFIG_MEMCG_SWAP: enabled - CONFIG_MEMCG_SWAP_ENABLED: enabled (cgroup swap accounting is currently enabled) - CONFIG_LEGACY_VSYSCALL_EMULATE: enabled - CONFIG_BLK_CGROUP: enabled - CONFIG_BLK_DEV_THROTTLING: enabled - CONFIG_IOSCHED_CFQ: enabled - CONFIG_CFQ_GROUP_IOSCHED: enabled - CONFIG_CGROUP_PERF: enabled - CONFIG_CGROUP_HUGETLB: missing - CONFIG_NET_CLS_CGROUP: missing - CONFIG_CGROUP_NET_PRIO: missing - CONFIG_CFS_BANDWIDTH: enabled - CONFIG_FAIR_GROUP_SCHED: enabled - CONFIG_RT_GROUP_SCHED: enabled - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) - CONFIG_IP_VS: missing - CONFIG_IP_VS_NFCT: missing - CONFIG_IP_VS_PROTO_TCP: missing - CONFIG_IP_VS_PROTO_UDP: missing - CONFIG_IP_VS_RR: missing - CONFIG_EXT4_FS: enabled (as module) - CONFIG_EXT4_FS_POSIX_ACL: enabled - CONFIG_EXT4_FS_SECURITY: missing enable these ext4 configs if you are using ext3 or ext4 as backing filesystem - Network Drivers: - "overlay": - CONFIG_VXLAN: enabled (as module) Optional (for encrypted networks): - CONFIG_CRYPTO: enabled - CONFIG_CRYPTO_AEAD: enabled - CONFIG_CRYPTO_GCM: enabled (as module) - CONFIG_CRYPTO_SEQIV: enabled - CONFIG_CRYPTO_GHASH: enabled (as module) - CONFIG_XFRM: enabled - CONFIG_XFRM_USER: enabled - CONFIG_XFRM_ALGO: enabled - CONFIG_INET_ESP: enabled - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled - "ipvlan": - CONFIG_IPVLAN: missing - "macvlan": - CONFIG_MACVLAN: enabled (as module) - CONFIG_DUMMY: missing - "ftp,tftp client in container": - CONFIG_NF_NAT_FTP: missing - CONFIG_NF_CONNTRACK_FTP: missing - CONFIG_NF_NAT_TFTP: enabled (as module) - CONFIG_NF_CONNTRACK_TFTP: enabled - Storage Drivers: - "aufs": - CONFIG_AUFS_FS: missing - "btrfs": - CONFIG_BTRFS_FS: enabled - CONFIG_BTRFS_FS_POSIX_ACL: enabled - "devicemapper": - CONFIG_BLK_DEV_DM: enabled (as module) - CONFIG_DM_THIN_PROVISIONING: enabled (as module) - "overlay": - CONFIG_OVERLAY_FS: enabled - "zfs": - /dev/zfs: missing - zfs command: missing - zpool command: missing Limits: - /proc/sys/kernel/keys/root_maxkeys: 1000000 root@server:~#
    1 point
  11. It is in the config directory/folder. Before you modify it in any way, I would suggest that you do two things. First, make a backup copy of your entire flash drive. You can do this from the Main page. Click on Flash under the Device column. Under the 'Flash Device Settings', you will find the backup button. Second, make a copy of the network,cfg file in its folder. That will make it easy to recover if you need to revert back to your original configuration.
    1 point
  12. @CHBMB LOL that's asking for a lot attention... but indeed no reason to make different requests for the same thing.
    1 point
  13. Having Unraid with Docker Swarm or another orchestrator as standard would be nice to reduce applications downtime when doing OS updates (with multiple machines) or container updates.
    1 point
  14. @bonienl This topic has been bumped in three different places this morning, here, here, and here. I would suggest the topic here is the most appropriate one as it actually defines the kernel requirements to run swarm, although I haven't tested (and am not going to as I have zero interest in swarm on Unraid.) From an Unraid-Nvidia plugin I can state that my position is we won't add it. The project was never designed to modify Unraid any more than add drivers and enable the ability to utilise them in containers, and I'm not modifying .config every time I build a new release as I have to do that with the DVB kernel releases and it's a PITA. If @limetech wish to include the module in the kernel then Unraid-Nvidia will naturally follow being downstream.
    1 point
  15. Glad you got everything working to your liking!!
    1 point
  16. I would love this to be added as well. Maybe the team building the NVIDIA kernel could add it if unraid is unwilling to add it though it would be great to know why they don't want to add it.
    1 point
  17. Wow, that tweak does work on Deluge! Very nice. However, on each launch, I need to enable the plug-in, apply the settings and pause & resume the torrents for it to work. Does it do that for you as well? As for QB, I'm not sure which settings you're disabling exactly. Set Proxy Server Type to (none)? It's already on that for me. Edit: however, in QB, simply changing 'Enabled protocol' from 'TCP and UTP' to 'TCP' has unlocked my speeds. But that wasn't what you were referring to, right? I'm sorry, it's late and I'm tired and I should go to bed instead of wrestling my server, but I don't wanna.
    1 point
  18. Does pressing a key on the keyboard restore the video? I would begin troubleshooting by directly connecting the keyboard and monitor to a single server to eliminate any peculiarities of the KVM switch.
    1 point
  19. 197 Current_Pending_Sector -O--C- 037 037 000 - 10472 Yup Its toast
    1 point
  20. Yes this will for sure be done
    1 point
  21. The script to check the Docker configuration can be found here-> https://github.com/moby/moby/blob/master/contrib/check-config.sh
    1 point
  22. Get rid of IPS? I know, I know, but sometimes get frustrated with this forum software and the disappearing posts from the unread list, the copy/paste problems, the 3 page long code blocks without a scroll bar, etc...
    1 point
  23. I may be running into the too it seems! This is also doubly weird in that I've already got the NVIDIA kernel loaded. Working with a friend to slave my server into a swarm and running into networking issues. 6.70- RC7, any chance for release we could get swarm enabled if it's not already? From what I can tell there's only one module that needs to be added? CONFIG_NETFILTER_XT_MATCH_IPVS: missing
    1 point
  24. I had the same problem using the downloaded Windows 10 iso, but I typed "exit", which took me to the BIOS and I selected the EFI DVD Rom drive (or something like that - it was the first boot option) and the install started.
    1 point