ryujin921

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by ryujin921

  1. can't run the Phoronix Test Suite.. "phoronix-test-suite: not found" what am i missing?
  2. Oh gosh, my bad! Thanks for making that clear, I totally understand why you would wait for a more "stable" release, makes perfect sense. Really appreciate your effort!
  3. About the nvme's, you're better off with SK hynix P41. Faster (and currently cheaper) than them firecudas. About the few pcie slots, you can always use m.2 to pcie riser cables. one of them is already shared with the gen3 m.2 slot btw
  4. neither worked for me, tried both but was still for some reason or another writing the log file to nextcloud share not within the appdata. so i combined both ideas and it worked! in the config file i added: 'logfile' => '/var/log/nextcloud.log', 'logfile_audit' => '/var/log/audit.log', then in the nextcloud's own console i did touch and chown abc for both files so i ran: sudo touch /var/log/nextcloud.log sudo chown abc /var/log/nextcloud.log sudo touch /var/log/audit.log sudo chown abc /var/log/audit.log restarted the container and voila! its now logging to within the appdata, no more disk spin ups!
  5. is there a way to schedule when it runs? am aware of the interval setting; but i would rather have a specific time (rather than just an offset) so it would run a short while after the mover. currently its spinning up my disks in awkward times.