Hi,
I've been a happy FreeBSD user since the days of 1.1.5.1, but lately I'm having trouble with my 11.0-RELEASE-p2 server. It keeps giving fsck and softupdates errors. Even the point that it prevents a proper reboot ( tricky for a server on a remote location).
Of course I manually ran fsck from single user mode, and it says it fixed the problem. However after a reboot the problem immediately returns:
The result of smartctl is:
Please help
I've been a happy FreeBSD user since the days of 1.1.5.1, but lately I'm having trouble with my 11.0-RELEASE-p2 server. It keeps giving fsck and softupdates errors. Even the point that it prevents a proper reboot ( tricky for a server on a remote location).
Of course I manually ran fsck from single user mode, and it says it fixed the problem. However after a reboot the problem immediately returns:
Code:
# fsck /usr
** /dev/gpt/usrfs (NO WRITE)
** Last Mounted on /usr
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
UNALLOCATED I=6156805 OWNER=smokeping MODE=100644
SIZE=499 MTIME=Feb 13 09:12 2017
FILE=/local/var/smokeping/__sortercache/data.Curl.storable
UNEXPECTED SOFT UPDATE INCONSISTENCY
REMOVE? no
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
UNREF FILE I=6156843 OWNER=smokeping MODE=100644
SIZE=0 MTIME=Feb 13 09:12 2017
RECONNECT? no
CLEAR? no
** Phase 5 - Check Cyl groups
FREE BLK COUNT(S) WRONG IN SUPERBLK
SALVAGE? no
SUMMARY INFORMATION BAD
SALVAGE? no
BLK(S) MISSING IN BIT MAPS
SALVAGE? no
1068163 files, 3897382 used, 21903328 free (201736 frags, 2712699 blocks, 0.8% fragmentation)
------------------
Code:
smartctl -l selftest /dev/ada0
smartctl 6.5 2016-05-07 r4318 [FreeBSD 11.0-RELEASE-p2 amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, [URL='http://www.smartmontools.org']www.smartmontools.org[/URL]
=== START OF READ SMART DATA SECTION ===
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed without error 00% 47681 -
# 2 Extended offline Interrupted (host reset) 70% 47675 -
# 3 Short offline Completed without error 00% 7066 -
Please help