We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.8.0
Shipped configuration.
Only at the first start dionaea shows the following error message.
Traceback (most recent call last): File "lib/dionaea/python/dionaea/services.py", line 66, in start daemons = service.start(addr, iface=iface, config=srv.get("config", {})) File "lib/dionaea/python/dionaea/sip/__init__.py", line 89, in start daemon = SipSession(proto=proto, config=config) File "lib/dionaea/python/dionaea/sip/__init__.py", line 574, in __init__ self.config = SipConfig(config=config) File "lib/dionaea/python/dionaea/sip/extras.py", line 93, in __init__ self._cur.execute("CREATE TABLE IF NOT EXISTS sdp (name STRING, sdp STRING)") sqlite3.OperationalError: database is locked
Install dionaea and run it for the first time or remove the SQLite database of the sip service.
No error.
The text was updated successfully, but these errors were encountered:
Is there any workaround ?
Sorry, something went wrong.
Current workaround is to disable SIP service.
No branches or pull requests
ISSUE TYPE
DIONAEA VERSION
CONFIGURATION
Shipped configuration.
OS / ENVIRONMENT
SUMMARY
Only at the first start dionaea shows the following error message.
STEPS TO REPRODUCE
Install dionaea and run it for the first time or remove the SQLite database of the sip service.
EXPECTED RESULTS
No error.
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: