Closed andylenzwx closed 1 year ago
This is probably is due folder/permission issue. Docker is unable to write the database file.
Could you please share the output of
getfacl -R <sentinel-folder-with-config>
?
I've notice that some distro doesn't have acl
installed by default. With the latest commit dvpn-node-spawner handle also this as required package.
Please pull the latest version, destroy the container and start a new one.
I've notice that some distro doesn't have
acl
installed by default. With the latest commit dvpn-node-spawner handle also this as required package.Please pull the latest version, destroy the container and start a new one.
Hey, sorry about the late follow-up --- I have confirmed your suspicions about acl
and confirmed that latest versions have solved the issue. Thanks!
The truncated output from log is attached below. It appears the node gets stuck each restart due to a missing database file at
/root/.sentinelnode/data.db
, which you can see first appear on line 9 of the log output attached.