Oscar Armendariz

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Oscar Armendariz's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I'm sure many will think this issue is already answered somewhere, and it might be, but I couldn't find any help. I have been dealing with this issue for about 5 days now :( Long story short, I lost my root password for MariaDB, I've been using only one database in MariaDB and I do have the user and password for that, but not the root password. This means I can't create new users or new databases. I have now backed up my database, and I'm trying to start a fresh copy of MariaDB. So far I have tried to reset the password using "--skip-grant-tables" I have also tried to downgrade MariaDB to an older version, I have deleted the docker.img, removed MariaDB, removed the MariaDB folder, and all those attempts, and some other things that ChatGPT suggested, but no matter what I do, MariaDB will retain original information, meaning, when I remove the docker, and install it again, or even if I click edit on the docker and change username and passwords, nothing happens, the original root password (which I lost) still there. What I want to do now is to remove MariaDB docker, and remove all information so when I install a fresh copy I can start a new database. Like I said, my only database is already backed up, so I'm good on that, I just want to reset the root password. You can probably read a lot of frustration on this message, and that's true, I'm frustrated, I love Unraid because I set this up long ago, and I don't have to mess with it, it just works, but now I need a new application that needs me to create a new database, and that's where my problems began. Let me know what info you need to help me. Thank you all in advance. tower-diagnostics-20231116-1858.zip
  2. I understand, but now that I am in this problem, how do I solve it? How can remove the Cache? Because if I just unassign the Cache and restart the array, when I enable the dockers, none of my dockers appear available. I stopped the array, unassigned the cache, and restarted the array. Then I went to enable my docker, but nothing shows up.
  3. It says: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /usr/local/emhttp/plugins/dynamix/include/Syslog.php on line 18 The attached file is what downloaded. tower-syslog-20230120-2222.zip
  4. Is there another way to get the diagnostics file? I restarted the system, I noticed the log was empty after the restart, I then check to make sure docker and VM's are still disable, and then I ran the mover. When I check the system again, the log was full again. I ran the diagnostics tool, but nothing downloads, I actually got an Ah Snap error. I also noticed that it keeps 'downloading" data from PhotoPrism, but the same 4 files keep cycling. 2023-01-20 15-20-56.mkv
  5. I rebooted, started the array, and run the diagnostic tool, see attached. tower-diagnostics-20230119-1920.zip
  6. The diagnostics has been downloading for a couple of hours now, I'm guessing something is wrong. I did go to look at the shares, and I do see a lot of the files duplicated in the array and cache. I didn't check every single folder, but everything I looked at, is backed up to the array, I didn't see anything in the cache only, meaning, there doesn't seem to be anything on the cache that isn't on the array. Can I remove the cache?
  7. By the way, every time I run the Move command, I do see readings in the cache and writings in the array, but the cache never free up available space.
  8. If using the mover tuning plugin first thing to do is to check its settings or remove it and try without it just to rule it out I just disable it and I will try again. use cache pool option for the share(s) is not correctly set, see here for more details but basically cache=yes moves data from pool to array, cache=prefer moves data from array to pool, cache=only and cache=no options are not touched by the Mover. The two shares with issues are set to yes, so I should be good here. files are open, they already exist or there's not enough space in the destination, enable Mover logging (Settings -> Scheduler -> Mover Settings) and it will show in the syslog what the error is. Do you mean that the files could actually have been moved already, but they also exist in the cache? if so, I can I remove the cache and install a new, bigger size cache? last time I try to remove my cache drive, a bunch of files disappeared, meaning they were not in the array. if it's a not enough space error note that split level overrides allocation method, also minimum free space for the share(s) must be correctly set, usual recommendation is to set it to twice the max file size you expect to copy/move to that share. My array has a lot of space available in both of my drives.
  9. I have read other post and follow every advice I could find, and I'm still having issues. I can't post my log either because it is full and is not logging anymore. I have cache in my app-data and system, and I'm trying to move all to the array. My cache is small, 64 GB. I have turned off all dockers and disable them, I also disable VM, although I don't have any VM's. I have invoked the mover manually and by schedule, and it just doesn't move anything. The bulk of my data that I need move is in Photoprism, but I really want to move all of the data out of the cache, so I can install a bigger cache drive. Although, I will not want any cache if it just going to get full and not move stuff out of there. What info can I provide for someone to help me??
  10. Hi, I've been trying to get PhotoPrism going but I keep getting "fail to connect" when I click WebUI. I created the database in MariaDB using adminer, I follow instructions from: https://docs.photoprism.org/getting-started/advanced/databases/ CREATE DATABASE photoprism CHARACTER SET = 'utf8mb4' COLLATE = 'utf8mb4_unicode_ci'; and CREATE USER 'photoprism'@'%' IDENTIFIED BY 'insecure'; GRANT ALL PRIVILEGES ON photoprism.* to 'photoprism'@'%'; FLUSH PRIVILEGES; in the photoprism settings I selected Network Type: custom:photoprism, I also seleted the storage and data directories. The Photoprims Database Type: I set it up as mysql also the MySQL Database Connection: photoprism:insecure@tcp(MariaDB:3306)/photoprism?parseTime=true (where MariaDB is my ip address shown in adminer. I'm not sure what I'm doing wrong. any help?