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.

TheJoshGriffith

Members
  • Joined

  • Last visited

  1. These steps don't appear to work any more. Setting the skip grant tables option forces the process to exit on startup. Is there a solution already to this? Following suggestions made previously, here is what happens with the advised setup, also the same output as using mariadb-safe instead of mysqld_safe (the recommendation another user made): root@Harris:/mnt/user/grafana-data# docker logs -f mariadb [migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 99 User GID: 100 ─────────────────────────────────────── Linuxserver.io version: 11.4.8-r0-ls203 Build-date: 2026-01-20T07:53:31+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... UMASK must be a 3-digit mode with an additional leading 0 to indicate octal. The first digit will be corrected to 6, the others may be 0, 2, 4, or 6. UMASK corrected from 022 to 0640 ... Warning: World-writable config file '/config/custom.cnf' is ignored Warning: World-writable config file '/config/custom.cnf' is ignored 260130 18:39:59 mysqld_safe Logging to '/config/databases/1c674088524c.err'. 260130 18:39:59 mysqld_safe Starting mariadbd daemon with databases from /config/databases Connection to localhost (::1) 3306 port [tcp/mysql] succeeded! ##################################################################################### # # # Logrotate Instructions # # # # Add the following to /config/custom.cnf under [mysqld]: # # log_error = /config/log/mysql/mariadb-error.log # # # # Login to the SQL shell inside the container using: # # mariadb -uroot -p<PASSWORD> # # And run the following command: # # GRANT ALL ON *.* TO root@localhost IDENTIFIED VIA unix_socket WITH GRANT OPTION ; # # # # Restart the container to apply the changes. # # # # You can read more about root@localhost permissions here: # # https://mariadb.com/kb/en/authentication-from-mariadb-10-4/ # # # ##################################################################################### [ls.io-init] done. /usr/bin/mysqld_safe: Deprecated program name. It will be removed in a future release, use 'mariadbd-safe' instead 260130 18:40:00 mysqld_safe Logging to '/var/lib/mysql/1c674088524c.err'. 260130 18:40:00 mysqld_safe Starting mariadbd daemon with databases from /var/lib/mysql Caught SIGTERM signal! And if I try to add only --skip-grant-tables: root@Harris:/mnt/user/grafana-data# docker logs -f mariadb [migrations] started [migrations] no migrations found ─────────────────────────────────────── ██╗ ███████╗██╗ ██████╗ ██║ ██╔════╝██║██╔═══██╗ ██║ ███████╗██║██║ ██║ ██║ ╚════██║██║██║ ██║ ███████╗███████║██║╚██████╔╝ ╚══════╝╚══════╝╚═╝ ╚═════╝ Brought to you by linuxserver.io ─────────────────────────────────────── To support LSIO projects visit: https://www.linuxserver.io/donate/ ─────────────────────────────────────── GID/UID ─────────────────────────────────────── User UID: 99 User GID: 100 ─────────────────────────────────────── Linuxserver.io version: 11.4.8-r0-ls203 Build-date: 2026-01-20T07:53:31+00:00 ─────────────────────────────────────── [custom-init] No custom files found, skipping... UMASK must be a 3-digit mode with an additional leading 0 to indicate octal. The first digit will be corrected to 6, the others may be 0, 2, 4, or 6. UMASK corrected from 022 to 0640 ... Warning: World-writable config file '/config/custom.cnf' is ignored Warning: World-writable config file '/config/custom.cnf' is ignored 260130 18:41:09 mysqld_safe Logging to '/config/databases/3941b1a7fd4f.err'. 260130 18:41:09 mysqld_safe Starting mariadbd daemon with databases from /config/databases Connection to localhost (::1) 3306 port [tcp/mysql] succeeded! ##################################################################################### # # # Logrotate Instructions # # # # Add the following to /config/custom.cnf under [mysqld]: # # log_error = /config/log/mysql/mariadb-error.log # # # # Login to the SQL shell inside the container using: # # mariadb -uroot -p<PASSWORD> # # And run the following command: # # GRANT ALL ON *.* TO root@localhost IDENTIFIED VIA unix_socket WITH GRANT OPTION ; # # # # Restart the container to apply the changes. # # # # You can read more about root@localhost permissions here: # # https://mariadb.com/kb/en/authentication-from-mariadb-10-4/ # # # ##################################################################################### [ls.io-init] done. /run/s6/basedir/scripts/rc.init: line 91: --skip-grant-tables: not foundAnother edit: Just tried adding skip-grant-options to custom.cnf, still no luck. Everything starts up, but no dice getting in. It still demands a password.
  2. I'm gonna be really awkward here and ask... What would be the recommended way to do this? My best guess is simply to `mv` them in a terminal but I've a feeling that'd break something. Could I instead copy them from the array then delete off of the array? Do I need to stop the array to do so? Sorry for the awkwardness, I just don't want to risk bricking anything. I've been extremely hesitant to do much tinkering so far for exactly that reason, and it's left me in this state where I didn't know how to fix the problems I couldn't quite identify!
  3. Thanks both, so I had a disk installed for cache but it didn't previously work - I've just set that up and it seems fine now. With the cache disk simply enabled, do I need to do something to tell the system to use the cache disk for appdata, domains, and system shares? Or will it automatically cache any data written to the array and copy it later? Having already set this up, I see that there is now an appdata directory on the cache, but when copying files whilst the copy speed is superbly fast, the files don't appear on the cache disk browser, so I'm hesitant. This does seem to have largely resolved the slowness issue, at least. I paused the parity check, will resume it shortly, but need to setup some more applications first.
  4. Hey, First time here. Diagnostics attached. Effectively, I've had some issues with unraid being superbly slow, especially on IO operations, for a few weeks now. I can't really pinpoint when it first started, but it's gotten to the point that I can no longer use my server. The average estimated finish for the current parity check (just had to power cycle as the whole system was unresponsive) is about 80 days, fluctuating up to about 130 and down to about 50. The drives I've used are generally new, but there is a mix of older ones. Let me know if there is other information which may be helpful, or if there's anything obviously wrong with my setup. Hardware specs, I'm sure are in the diagnostics, but approximate to: AMD Ryzen 9 3900x 32GB DDR4 memory (can't remember speed, but probably 2400MHz) X570 chipset The hard drives are running mostly straight from SATA ports, but some are wired into a PCI-e expansion. Most drives are ST8000DM004, with a few 4TB of similar models. Any assistance appreciated, thanks in advance. harris-diagnostics-20230622-1215.zip

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.