You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i have problem with exprter
it crash on second request with this message
[2021-04-02T12:01:48Z INFO openvpn_access_exporter] Using file: /usr/local/openvpn_as/etc/db/log.db
thread 'tokio-runtime-worker-0' panicked at 'called Result::unwrap() on an Err value: Error { code: Some(5), message: Some("database is locked") }', src/libcore/result.rs:999:5
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace.
Aborted (core dumped)
and afeter restart it again crush on requests
The text was updated successfully, but these errors were encountered:
Maybe a bug on my exporter... that's error is because the file where is the metrics database of OpenVPN exporter was open by another process... yu can check that you dont have any soft opening that file?
Maybe a bug on my exporter... that's error is because the file where is the metrics database of OpenVPN exporter was open by another process... yu can check that you dont have any soft opening that file?
Hi, i have problem with exprter
it crash on second request with this message
[2021-04-02T12:01:48Z INFO openvpn_access_exporter] Using file: /usr/local/openvpn_as/etc/db/log.db
thread 'tokio-runtime-worker-0' panicked at 'called
Result::unwrap()
on anErr
value: Error { code: Some(5), message: Some("database is locked") }', src/libcore/result.rs:999:5note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace.Aborted (core dumped)
and afeter restart it again crush on requests
The text was updated successfully, but these errors were encountered: