DivideBy0

Members
  • Posts

    480
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. DivideBy0's post in Finetune a share to write to cache only was marked as the answer   
    I could play with the syslog file size? Now is set to 5Megs. Maybe if I drop it to 1 or 2 Megs will work better? Thinking if I limit the size then syslog will start writing new files on cache and when the movers kick in it will just move the completed ones.
     
    Well I ended up with a custom script that does it all for me daily.
     
    #!/bin/bash
    sh /etc/rc.d/rc.rsyslogd stop
    for file in /mnt/cache/NVME-LOGS/*; do
        mv "$file" "/mnt/disk7/LOGS/$(date +"%Y%m%d_%H%M%S")_$(basename "$file")"
    done
    sh /etc/rc.d/rc.rsyslogd start
  2. DivideBy0's post in Boot always stuck on "/bzroot…ok" was marked as the answer   
    It worked for me.  Try to do it via the IPMI GUI which works as good as the command line.
  3. DivideBy0's post in (SOLVED) Upgrade from 6.9.2 to 6.11.1 stuck at bzroot, now what? was marked as the answer   
    Downgraded the BIOS to 1.6 from 1.7 and that fixed the problem. Weird
  4. DivideBy0's post in (SOLVED) UnRaid 6.9.2 won't boot - what's next? was marked as the answer   
    Turned out to be a bad / busted / failed USB drive
  5. DivideBy0's post in (SOLVED) MAC USB Flash Creator ain't workie? was marked as the answer   
    Scratch that. Bad / Failed USB drive.