ProphetSe7en

Members
  • Posts

    120
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

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

ProphetSe7en's Achievements

Apprentice

Apprentice (3/14)

8

Reputation

  1. I can not get this to work. 11/08/2022 10:51:44 PM 🔐 SSL_MODE has set to FULL, setting the web server to work in HTTPS only... 11/08/2022 10:51:44 PM 11/08/2022 10:51:44 PM In PackageManifest.php line 178: 11/08/2022 10:51:44 PM 11/08/2022 10:51:44 PM The /var/www/html/bootstrap/cache directory must be present and writable. 11/08/2022 10:51:44 PM 11/08/2022 10:51:44 PM 11/08/2022 10:51:44 PM s6-rc: warning: unable to start service laravel-automations: command exited 1 11/08/2022 10:51:44 PM /run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
  2. I hated the wait and the lack of any progressbar during the script. So I decided to create a new config and just remove the drive, then let parity rebuild. Still take a lot of time, but at least now I know how long it takes.
  3. No issues. Replaced parity a few days ago and everything is ok. Only reason I wanted to use this method was to keep parity. Emulating a drive and rebuilding it with a new 18TB drive would probably take around 40 hours or so. So I figured that zeroing out a 4 TB drive would be much faster. Apparently its not! I saw spaceinvaderone`s video on shrinking array. For his 1 TB drive it tok 3-4 hours, so why should a 4 TB drive take over 10 times that?
  4. I am using the method to shrink array and keep parity valid. The drive I am zeroing out is only 4 TB, so I thought it would be finished in 12-14 hours or so. But now, 32 hours later it is still running. So I am wondering how long this process usually takes.
  5. Qucik question. If I set share A to exclude disk 1, will that cause any issues with the files that already are on disk 1 and are used in that share? Say I have a share named TV. Here are all my tv-shows. I now want to exclude new files from going to disk 1 so I set the tv share to exclude disk 1. What will then happen to the files already on disk 1 for my TV share? If show A has 2 episodes on disk 1 and the rest on disk 2, will I now be missing the 2 episodes that are located on disk 1 since this disk is excluded from the share, or will exclude disk 1 only affect new files I get after setting it to exclude disk 1? I know that if I exclude the disk from global share the episodes will be missing, so want to know if it is the same when set on share lvl Hope this make any sense
  6. So how can I add all my array fans to this script? I have 4 fans, but the script only list one ARRAY_FAN=/sys/class/hwmon/hwmon2/pwm3 So I want to add pwm3-6 to the ARRAY_FAN variable, and not only pwm3
  7. Tried to figure out the chevereto docker. Where is the images stored. Where is the php.ini to change max upload size etc. All I could find where others asking the same questions. So if anyone is using this docker this is how I solved it. First change this path so the images are on one of theshares Add this path to get the php.ini available for editing. You need this to change the limits for uploads etc Then you can add/edit the php.ini memory_limit = 256M; upload_max_filesize = 100M; post_max_size = 100M; Finally you can change the limits in the settings without getting an error.
  8. Trying to figure out if anything has changed since last time I tried to get system temp and fan auto control to work. I have a MSI Z590 Torpedo motherboard. From my understanding I need to use these drivers, but not sure how to get it done. Do I need to edit any files? Do I install something manually etc? modprobe nct6683 force_id=0xd592
  9. So this is the case. I want to remove 2 drives from my array and replace my parity drive with a larger one. The 2 drives I want to remove from my array are completely empty. So I thought I should use the script to zero out my drives. I created the clear-me folder. on disk1. But now I also got a share that is called clear-me that has cache:preferer. This also means that I got a clear-me folder on cache drive. So I assume that somewhere I did something wrong in the process So I was wondering if it would be better to all this in one process. disk 1 and 2 are completely empty. So can I just remove those drives and replace parity in one operation since parity have to rebuild anyway if I use the "Remove Drives Then Rebuild Parity Method"? Something like this: New config - Retain current configuration - all Unassign disk1 and disk2 Replace parity with the new parity drive Start array and let parity rebuild on new parity drive
  10. Is it possible to get the files in .mkv and h265, or is this something I need to use a seperate container for to process the mp4 file that metube grabs?
  11. Can the dashboard part be made optional? I like the plugin but I don't like the way it works on the dashboard.
  12. Try the NCT6687 plug-in, that's the only thing that worked for me.