404fox

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

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

404fox's Achievements

Noob

Noob (1/14)

0

Reputation

  1. There is a possibility of breakage if you're referring to major versions 12.x, 13.x, etc... 11.x versions should have no issues and are still supported officially. However, as of November, version 10 has been dropped, and 11 is likely to follow within the next year or so.
  2. The rebuild finished successfully, now running a parity check. Thanks. Do you think I could do anything with the old disk 4?
  3. root@BigBong:~# xfs_repair -v /dev/md4 Phase 1 - find and verify superblock... bad primary superblock - inconsistent filesystem geometry information !!! attempting to find secondary superblock... .found candidate secondary superblock... verified secondary superblock... writing modified primary superblock - block cache size set to 735560 entries sb realtime bitmap inode value 18446744073709551615 (NULLFSINO) inconsistent with calculated value 129 resetting superblock realtime bitmap inode pointer to 129 sb realtime summary inode value 18446744073709551615 (NULLFSINO) inconsistent with calculated value 130 resetting superblock realtime summary inode pointer to 130 Phase 2 - using internal log - zero log... zero_log: head block 3035810 tail block 3035810 - scan filesystem freespace and inode maps... sb_icount 0, counted 1504704 sb_ifree 0, counted 5195 sb_fdblocks 976277679, counted 40592957 - found root inode chunk Phase 3 - for each AG... - scan and clear agi unlinked lists... - process known inodes and perform inode discovery... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - process newly discovered inodes... Phase 4 - check for duplicate blocks... - setting up duplicate extent list... - check for inodes claiming duplicate blocks... - agno = 0 - agno = 3 - agno = 2 - agno = 1 Phase 5 - rebuild AG headers and trees... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - reset superblock... Phase 6 - check inode connectivity... - resetting contents of realtime bitmap and summary inodes - traversing filesystem ... - agno = 0 - agno = 1 - agno = 2 - agno = 3 - traversal finished ... - moving disconnected inodes to lost+found ... Phase 7 - verify and correct link counts... Note - stripe unit (0) and width (0) were copied from a backup superblock. Please reset with mount -o sunit=<value>,swidth=<value> if necessary XFS_REPAIR Summary Sun Jun 26 07:52:29 2022 Phase Start End Duration Phase 1: 06/26 07:48:35 06/26 07:48:36 1 second Phase 2: 06/26 07:48:36 06/26 07:48:38 2 seconds Phase 3: 06/26 07:48:38 06/26 07:50:43 2 minutes, 5 seconds Phase 4: 06/26 07:50:43 06/26 07:50:44 1 second Phase 5: 06/26 07:50:44 06/26 07:50:46 2 seconds Phase 6: 06/26 07:50:46 06/26 07:52:28 1 minute, 42 seconds Phase 7: 06/26 07:52:28 06/26 07:52:28 Total run time: 3 minutes, 53 seconds done Here is the result. It worked, and the emulated contents can be read without issue. Should I go for rebuilding to the replacement disk?
  4. bigbong-diagnostics-20220626-0709.zip The menu for disk 4 doesn't have any other options.
  5. I shut down and restarted to swap the drives back, and I forgot that this would cause the array to start normally once it started. As a result, a number of writes were made although I didn't change any data myself (docker containers?). I proceeded with the process anyways. All data contents appear good. When unassigned from the array, the contents of disk 4 do not appear within the pool. Additionally, old disk 4 is now "Unmountable" although it can still be mounted and read with unassigned devices plugin. I don't know if it can rebuild disk 4 to a replacement in this state, although I suppose it could have a chance at recovering errored-out data as opposed to simply copying old disk 4 to the replacement.
  6. Yes, that is true. Even before I reset the stats, it was at zero on the disks.
  7. bigbong-diagnostics-20220626-0410.zip Here Thank you for checking it out. This disk is currently not in a disabled state. Since it now has a value for current pending sector I'm assuming it needs to go.
  8. I bought a 4TB disk to replace the oldest and smallest disk in my array. I did this by unassigning the old drive, shutting down, physically replacing the disk, assigning the new disk to that slot, and then initiating a rebuild. While this rebuild was happening, I got read errors on another 4TB disk. The rebuild process is now stuck at 99.9%. That disk had read errors before, but I had foolishly ignored it since SMART showed no bad values or issues with extended tests and I replaced the corrupted files afterwards. The way I see it, there are two possibilities: 1. Revert my replacement back to the 1TB disk, and then use the new disk to replace the disk with errors. 2. Accept the loss of some data and recover it from another source. I don't know what it is yet though. I wouldn't know how to do either of those things though. Also, is it even necessary for the rebuild to go past 1TB? (I reset the stats at some point to see if that might do something out of desperation.) bigbong-diagnostics-20220625-0642.zip
  9. Can't assign custom port, trying to use postgres. Log: Connecting to database [email protected]:5432:3306 Error: Could not connect to the database!
  10. I have the same issue and this same output in my syslog as well: root: /mnt/user/system/docker/docker.img is in-use, cannot mount You can get around this immediately by deleting the docker.img and rebuilding it See Official Guide to Restoring your Docker Applications in a New Image File
  11. Thanks, I just wanted to look for some server settings since it doesn't seem there are any within szurubooru's gui. Haven't had any issues running it.
  12. Thanks for this. Is there any list of options for the config.yaml file? Or a default config with all the settings available? I tried creating a blank config but it wouldn't start. I don't see anything about configuration options on szurubooru github, but maybe I just don't know where to look.