Crash Log pfSense 2.4.4-p2 Hyper-V 2012R2
-
Hello, sorry if this isn't the right place to post a crash log, but I din't found a crash reports section on the forum
I Have two pfSenses running on Hyperv 2012r2 on two places with a ipsec tunnel
One of them is OK, never had any issues, same Hyper-V, same host hardware
The other keeps showing the following crash reports on the gui, strangely it seems to happen outside working hours as we didn't noticed any interruption
Can this log provide any clue as what might be the cause? its kinda cryptic to me
Thanks!
[0_1549458540198_pfSense-2.4.4-p2-Crash.txt](Uploading 100%)
-
Not sure the log went in, let me try again
-
@fernandodx-0
panic: ufs_dirbad: /: bad dir ino 11396829 at offset 0: mangled entry
Trying to mount root from ufs:/dev/ufsid/5c34eaf2058615e7 [rw]...
WARNING: / was not properly dismounted
WARNING: /: mount pending error: blocks 696 files 0- boot in Single user mode
- fsck -y /
or
fsck -t ufs -y /dev/ufsid/5c34eaf2058615e7
https://www.netgate.com/docs/pfsense/hardware/troubleshooting-disk-check-errors-fsck.html
-
Yes that^
All of those crashes are
Panic String: ufs_dirbad: /: bad dir
They are all filesystem issues that should be correctable with a few manual FSCK passes.
Be sure to run it at least three times.Steve
-
Will do that
Thank you both very much!