Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

StevenD

Community Developer
  • Joined

Everything posted by StevenD

  1. I haven't actually done any testing with a USB key yet. I have a VMDK that 6.3.5 was installed on. It booted just fine, and I could access the GUI via the IP in the console. Obviously I couldnt set up an array or anything, but I could at least boot and access the GUI. I upgraded that VMDK to 6.4.0, and it I get the error listed above. I planned on doing some more testing with another USB key today, but for some reason, neither my 2nd or 3rd key are licensed. I own three unraid Pro licenses, so I need to get that worked out first.
  2. Read my post again. There is no network.cfg file. There are no .cfg files at all.
  3. I have 6.4.0 booting in a VMDK, but I get a cannot find device "bond0" error. I do not get this error and everything works as expected on 6.3.5. I need to try it with a passthrough USB next to see if it can read the network.cfg from a USB. Right now /boot/config only contains an ssh folder, but if I mount the VMDK on another VM, there is a network.cfg file. I was looking forward to nginx, so I hope we can get this working. If not, I will live out my days on 6.3.5 as I'm not willing to run unRAID as baremetal right now. That would be a huge waste of resources for me.
  4. Shortly after it becomes "final." Read through this thread. @zeron does not create new packages for beta releases.
  5. Thanks. I might play around with this someday. I ended up deploying the NextCloud VM and mapped my unRAID storage to it. Its working just fine with my LDAP users.
  6. That should be "plugin", not "plugins". https://raw.githubusercontent.com/dmacias72/IPMI-unRAID/master/plugin/ipmi.plg
  7. It worked one time in the past. If I remember correctly, it was still under lsiodev when it worked.
  8. Except, that it doesn't work anymore. The only references to this issue I see are with Alpine. Is it not possible to implement a workaround/fix in the Docker?
  9. @CHBMB A bit more research. It seems it may be an issue with Alpine?? https://github.com/docker-library/php/issues/240 This in the nextcloud.log led me to the link above: iconv(): Wrong charset, conversion from `UTF-8' to `ASCII//TRANSLIT' is not allowed at /config/www/nextcloud/apps/user_ldap/lib/Access.php#1203 iconv(): Wrong charset, conversion from `UTF-8' to `ASCII//TRANSLIT' is not allowed at /config/www/nextcloud/apps/user_ldap/lib/Access.php#1203
  10. I have done a bit more digging on this issue. Nobody on the Nextcloud forum has helped either. I went to deploy another Nextcloud Community VM, and I happened to notice a message run across the screen as I was installing. I'm wondering if this might be an issue? Is it possible that the Docker (for either Nextcloud or MyMaria) is not using/allowing the proper encoding? This is the message I saw: This is from my Docker Nextcloud log: {"reqId":"redacted","level":3,"time":"2017-05-22T21:38:39+00:00","remoteAddr":"10.1.1.9","user":"ncadmin","app":"PHP","method":"GET","url":"\/index.php\/settings\/users\/users?offset=0&limit=50&gid=&pattern=","message":"iconv(): Wrong charset, conversion from `UTF-8' to `ASCII\/\/TRANSLIT' is not allowed at \/config\/www\/nextcloud\/apps\/user_ldap\/lib\/Access.php#1203","userAgent":"Mozilla\/5.0 (Windows NT 10.0; WOW64; Trident\/7.0; rv:11.0) like Gecko","version":"12.0.0.29"} {"reqId":"redacted","level":3,"time":"2017-05-23T12:15:01+00:00","remoteAddr":"","user":"--","app":"PHP","method":"--","url":"--","message":"iconv(): Wrong charset, conversion from `UTF-8' to `ASCII\/\/TRANSLIT' is not allowed at \/config\/www\/nextcloud\/apps\/user_ldap\/lib\/Access.php#1203","userAgent":"--","version":"12.0.0.29"}
  11. I'm having a bit of trouble with LDAP, connecting to AD. It used to work, but then I rebooted unRAID once, and it never worked again. I have re-built the Nextcloud and MariaDB dockers 20+ times to no avail. I deployed the official Nextcloud VM (https://github.com/nextcloud/vm), and LDAP works fine. As far as I can tell, I have configured the LDAP settings the same on both. Both are running v12.0.0. On the unRAID docker, I get this error, which I do not get on the VM: Error while running background job (InvalidArgumentException): uid must not be an empty string! uid for 'cn=leslie,ou=domain users,dc=<domainname>,dc=org' must not be an empty string Here is the LDAP config on the Docker: root@1f59ecae9dc1:/config/www/nextcloud$ sudo -u abc php7 occ ldap:show-config +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Configuration | s01 | +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | hasMemberOfFilterSupport | 1 | | hasPagedResultSupport | | | homeFolderNamingRule | | | lastJpegPhotoLookup | 0 | | ldapAgentName | CN=svc_nextcloud,OU=Service.Accounts,DC=<domainname>,DC=org | | ldapAgentPassword | *** | | ldapAttributesForGroupSearch | | | ldapAttributesForUserSearch | | | ldapBackupHost | | | ldapBackupPort | | | ldapBase | DC=<domainname>,DC=org | | ldapBaseGroups | DC=<domainname>,DC=org | | ldapBaseUsers | DC=<domainname>,DC=org | | ldapCacheTTL | 600 | | ldapConfigurationActive | 1 | | ldapDefaultPPolicyDN | | | ldapDynamicGroupMemberURL | | | ldapEmailAttribute | | | ldapExperiencedAdmin | 0 | | ldapExpertUUIDGroupAttr | | | ldapExpertUUIDUserAttr | samaccountname | | ldapExpertUsernameAttr | samaccountname | | ldapGidNumber | gidNumber | | ldapGroupDisplayName | cn | | ldapGroupFilter | | | ldapGroupFilterGroups | | | ldapGroupFilterMode | 0 | | ldapGroupFilterObjectclass | | | ldapGroupMemberAssocAttr | member | | ldapHost | 10.1.1.3 | | ldapIgnoreNamingRules | | | ldapLoginFilter | (&(&(|(objectclass=person)(objectclass=user))(|(|(memberof=CN=NextCloud.Users.ALL,OU=Groups,DC=<domainname>,DC=org)(primaryGroupID=15108))))(|(samaccountname=%uid)(|(mailPrimaryAddress=%uid)(mail=%uid))(|(displayName=%uid)(distinguishedName=%uid)))) | | ldapLoginFilterAttributes | displayName;distinguishedName | | ldapLoginFilterEmail | 1 | | ldapLoginFilterMode | 0 | | ldapLoginFilterUsername | 1 | | ldapNestedGroups | 0 | | ldapOverrideMainServer | | | ldapPagingSize | 500 | | ldapPort | 389 | | ldapQuotaAttribute | | | ldapQuotaDefault | | | ldapTLS | 0 | | ldapUserDisplayName | displayName | | ldapUserDisplayName2 | mail | | ldapUserFilter | (&(|(objectclass=person)(objectclass=user))(|(|(memberof=CN=NextCloud.Users.ALL,OU=Groups,DC=<domainname>,DC=org)(primaryGroupID=15108)))) | | ldapUserFilterGroups | NextCloud.Users.ALL | | ldapUserFilterMode | 0 | | ldapUserFilterObjectclass | person;user | | ldapUuidGroupAttribute | auto | | ldapUuidUserAttribute | auto | | turnOffCertCheck | 0 | | turnOnPasswordChange | 0 | | useMemberOfToDetectMembership | 1 | +-------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Here is the LDAP config on the VM: root@nextcloudvm:/var/www/nextcloud# sudo -u www-data ./occ ldap:show-config +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | Configuration | +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | hasMemberOfFilterSupport | 1 | hasPagedResultSupport | | homeFolderNamingRule | | lastJpegPhotoLookup | 0 | ldapAgentName | CN=svc_nextcloud,OU=Service.Accounts,DC=<domainname>,DC=org | ldapAgentPassword | *** | ldapAttributesForGroupSearch | | ldapAttributesForUserSearch | | ldapBackupHost | | ldapBackupPort | | ldapBase | DC=<domainname>,DC=org | ldapBaseGroups | DC=<domainname>,DC=org | ldapBaseUsers | DC=<domainname>,DC=org | ldapCacheTTL | 600 | ldapConfigurationActive | 1 | ldapDefaultPPolicyDN | | ldapDynamicGroupMemberURL | | ldapEmailAttribute | mail | ldapExperiencedAdmin | 0 | ldapExpertUUIDGroupAttr | | ldapExpertUUIDUserAttr | samaccountname | ldapExpertUsernameAttr | samaccountname | ldapGidNumber | gidNumber | ldapGroupDisplayName | cn | ldapGroupFilter | | ldapGroupFilterGroups | | ldapGroupFilterMode | 0 | ldapGroupFilterObjectclass | | ldapGroupMemberAssocAttr | member | ldapHost | 10.1.1.3 | ldapIgnoreNamingRules | | ldapLoginFilter | (&(&(|(objectclass=person)(objectclass=user))(|(|(memberof=CN=NextCloud.Users.ALL,OU=Groups,DC=<domainname>,DC=org)(primaryGroupID=15108))))(|(samaccountname=%uid)(|(mailPrimaryAddress=%uid)(mail=%uid))(|(displayName=%uid)(distingu | ldapLoginFilterAttributes | displayName;distinguishedName | ldapLoginFilterEmail | 1 | ldapLoginFilterMode | 0 | ldapLoginFilterUsername | 1 | ldapNestedGroups | 0 | ldapOverrideMainServer | | ldapPagingSize | 500 | ldapPort | 389 | ldapQuotaAttribute | | ldapQuotaDefault | | ldapTLS | 0 | ldapUserDisplayName | displayname | ldapUserDisplayName2 | mail | ldapUserFilter | (&(|(objectclass=person)(objectclass=user))(|(|(memberof=CN=NextCloud.Users.ALL,OU=Groups,DC=<domainname>,DC=org)(primaryGroupID=15108)))) | ldapUserFilterGroups | NextCloud.Users.ALL | ldapUserFilterMode | 0 | ldapUserFilterObjectclass | person;user | ldapUuidGroupAttribute | auto | ldapUuidUserAttribute | auto | turnOffCertCheck | 0 | turnOnPasswordChange | 0 | useMemberOfToDetectMembership | 1 +-------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- root@nextcloudvm:/var/www/nextcloud# Please let me know if there are other logs I can upload. Thanks!!
  12. Any idea why I would get this on a brand new Nextcloud install? root@nas:/mnt/cache/appdata# docker exec -it nextcloud sudo -u abc php /config/www/nextcloud/occ help sudo: php: command not found
  13. Yeah...fan control was what I was specifically looking for. I can read the sensor info on my X9 board with the plugin.
  14. Did you ever get this to work with the SuperMicro X9 ?
  15. Nope. My setup has been the same for about a year. I have Pauvens alpha script, but it didnt give me any improvement, so I went back to default. i did realize the other day that both on my controllers are on CPU1, so im goes ng to open up my box and move one of the controllers to another slot controlled by CPU0.
  16. E5-2670s. Im running under ESX, but Ive passed thru plenty of cores. I also ran one parity build on baremetal the other day and it was the same speed. my parity checks were over 100MB/s
  17. I have dual Xeons, and my parity check/build times are slower. Its even more noticeable now that I'm migrating to 8TB drives.
  18. Built for 6.3.1 Thanks, Zeron!
  19. Just haven't had time. I have finished the front end part a while ago but need to finish the fan script portion. I had planned working on it the last couple weeks and fix the issues with the dual socket systems. However I had to address security concerns for plugins to be compliant with 6.3. Most of mine worked fine. Just had to harden the code and tweak some things. This is really the last one I have to go through since it's the biggest code wise. You can read about it the rc9 thread. Thanks! Let me know if you need any assistance with testing or anything. I have three different X9 boards and an X10.
  20. Is there anything I can do to help get support for SuperMicro boards?
  21. Thanks a ton, Zeron!
  22. Thanks, Zeron. Unfortunately, we are now up to 6.2.4, with kernel 4.4.30.
  23. Just thought I would report in. My first monthly parity check ran with dual parity. 2016-10-04, 14:14:50 10 hr, 44 min, 49 sec 103.4 MB/s OK I'm pretty happy with the results. Here are my current tunables: Tunable (nr_requests): 8 Tunable (md_num_stripes): 2048 Tunable (md_sync_window): 1024 Tunable (md_sync_thresh): 994
  24. https://mega.nz/#!WFQHGaDb!p7i9Tt2hS-yfOtWBjhzp_SPlRv6hcl9YTUv3w8ODIDI Will this work is ESXi 6.0? Yes

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.