jmztaylor

Members
  • Posts

    246
  • Joined

  • Last visited

Community Answers

  1. jmztaylor's post in PLEX: Unable to set up server: sqlite3_statement_backend::prepare: database disk image is malformed was marked as the answer   
    I've had issues restoring from backups with Plex.  But for me to get it to work I had to delete multiple files and then only restore the 2 .db files and start plex again.
     
    Of course make backups of these files first.
     
    Shutdown plex
     
    Delete: 
    com.plexapp.plugins.library.blobs.db
    com.plexapp.plugins.library.blobs.db-shm
    com.plexapp.plugins.library.blobs.db-wal
    com.plexapp.plugins.library.db
    com.plexapp.plugins.library.db-shm
    com.plexapp.plugins.library.db-wal
     
    Restore ONLY (copy from backup):
    com.plexapp.plugins.library.blobs.db
    com.plexapp.plugins.library.db
     
    Start plex again.  See if that works for you.  If the other DB files in that directory are not corrupted you might be able to restore one of the dated ones that are in this folder.  Also make sure the date stamps you restore are the same dates.
  2. jmztaylor's post in How to disable shutdown double beep sound in unRAID? was marked as the answer   
    If you dont care about a beep coming from unraid at all you can add 
     
    mv /bin/beep /bin/beep.bak  
    to your /boot/config/go file just above
     
    /usr/local/sbin/emhttp &  
    And once you reboot the beep will be gone.
  3. jmztaylor's post in Issue installing Win 11 was marked as the answer   
    Switching to Q35 solved the issue.
  4. jmztaylor's post in Sonarr, Radarr and Bazarr permission issues was marked as the answer   
    You need to have the same path within the containers.  My setup is similar.  For example, for Bazarr instead of mounting /movies and /tv separately, only mount /mnt/user/Media to something like /media inside the container.  Then just point Bazarr to /media/Movies for that and /media/TV Shows for tv.  Do that for the rest also.
  5. jmztaylor's post in Cache pool errors was marked as the answer   
    Meh, I can't read I guess.  Verify=388 means that many errors.  After running correcting scrub everything is fine now it seems.
  6. jmztaylor's post in Error on reboot was marked as the answer   
    This was enough to get rid of the error
     
    touch /usr/local/emhttp/state/flashbackup.ini  
  7. jmztaylor's post in ssh: connect to host port 22: Connection refused was marked as the answer   
    If I am looking at this right SSH access is turned of in settings->management access
  8. jmztaylor's post in Way to transfer datas from one unraid server to another quickly? was marked as the answer   
    I don't venture much into different copying techniques but I always use this.
     
    Logged into destination server
    rsync -avzP --progress root@sourceIP:/mnt/user/WHATEVER_SHARE/ /mnt/user/WHATEVER_SHARE/  
    And any failures can easily be picked back up by running the command again.  Once its done I would recommend running again to make sure no data changed on the source server in the meantime.
  9. jmztaylor's post in Physically Rearrange Parity Disk Location was marked as the answer   
    Unraid doesn't care which ports things are hooked up to.  Unraid only cares about the identifier (model+serial?) that shows up in unraid.  I have moved drives between controllers and unraid doesn't care.  It still worked without issue.  Not sure if that was what you are looking for or not.
  10. jmztaylor's post in Advice on best practice for migrating existing data to new array. was marked as the answer   
    Basically both are the same.  But I would do A as it would allow the system to evenly write to all the disks.  Then you won't have the issue of parity running and you are trying to copy stuff over.  Or waiting for parity to complete to copy data over