unlock crypt php error post

kikotte

Explorer
Joined
Oct 1, 2017
Messages
75
Hi,

Got this error lucky so it didn't hurt.

kidHvyN.png


All I did was restart server.
 

pro lamer

Guru
Joined
Feb 16, 2018
Messages
626

kikotte

Explorer
Joined
Oct 1, 2017
Messages
75
Is it working after that restart?

Sent from my phone

The error came up when I started up FreeNAS, but could only press F5 to reload the page.

Everything seems to work.
 

pro lamer

Guru
Joined
Feb 16, 2018
Messages
626
I'm shyly suspecting boot pool problems. Can you post results of zpool status?

Sent from my phone
 

kikotte

Explorer
Joined
Oct 1, 2017
Messages
75
I'm shyly suspecting boot pool problems. Can you post results of zpool status?

Sent from my phone


Code:
root@freenas:~ # zpool status
  pool: Store2
 state: ONLINE
  scan: scrub repaired 0 in 0 days 08:48:37 with 0 errors on Sun Apr 28 08:48:38 2019
config:

        NAME                                                STATE     READ WRITE CKSUM
        Store2                                              ONLINE       0     0     0
          mirror-0                                          ONLINE       0     0     0
            gptid/9d17bcbc-066b-11e8-b8a8-0cc47a5808e8.eli  ONLINE       0     0     0
            gptid/9df33389-066b-11e8-b8a8-0cc47a5808e8.eli  ONLINE       0     0     0
          mirror-1                                          ONLINE       0     0     0
            gptid/a03134f9-066b-11e8-b8a8-0cc47a5808e8.eli  ONLINE       0     0     0
            gptid/a0f17bac-066b-11e8-b8a8-0cc47a5808e8.eli  ONLINE       0     0     0
          mirror-2                                          ONLINE       0     0     0
            gptid/a3334340-066b-11e8-b8a8-0cc47a5808e8.eli  ONLINE       0     0     0
            gptid/a3f64588-066b-11e8-b8a8-0cc47a5808e8.eli  ONLINE       0     0     0
          mirror-4                                          ONLINE       0     0     0
            gptid/5d4a0fd3-1312-11e8-b729-0cc47a5808e8.eli  ONLINE       0     0     0
            gptid/c6661339-5f65-11e9-95b6-3cfdfea22e66.eli  ONLINE       0     0     0
          mirror-5                                          ONLINE       0     0     0
            gptid/612876f0-1312-11e8-b729-0cc47a5808e8.eli  ONLINE       0     0     0
            gptid/61eacf52-1312-11e8-b729-0cc47a5808e8.eli  ONLINE       0     0     0
          mirror-6                                          ONLINE       0     0     0
            gptid/65096079-1312-11e8-b729-0cc47a5808e8.eli  ONLINE       0     0     0
            gptid/65d19969-1312-11e8-b729-0cc47a5808e8.eli  ONLINE       0     0     0
        logs
          mirror-3                                          ONLINE       0     0     0
            gptid/a4d713ca-066b-11e8-b8a8-0cc47a5808e8.eli  ONLINE       0     0     0
            gptid/a549c4e3-066b-11e8-b8a8-0cc47a5808e8.eli  ONLINE       0     0     0

errors: No known data errors

  pool: freenas-boot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:00:10 with 0 errors on Tue Apr 30 03:45:10 2019
config:

        NAME        STATE     READ WRITE CKSUM
        freenas-boot  ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            da24p2  ONLINE       0     0     0
            da25p2  ONLINE       0     0     0

errors: No known data errors
root@freenas:~ #
 
Top