-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
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
Panel crash #366
Comments
Hi, if you check the requirements it says Python 3.10 or above, maybe that is the reason? The error states that it could not commit to the sqlite DB, maybe due to permissions on the filesystem, but as you would
|
This is due to the nature of async access of SQLite.. I'm trying to fix this issue |
Refer to #354 |
Thank you, but for the time being is there a workaround for the users? |
@sohrabp72, do you mind trying out this branch?
|
This is not the case. |
I would not as many peers are connected and I have no backup of the panel, any problem on the way makes trouble. |
Describe The Problem
After removing more than 10 peers it pannel crashs.
After restricting and allowing some peers this crash happened again.
Expected Error / Traceback
To Reproduce
Normally installed on the server, no docker.
OS Information:
Sample of your
.conf
file[Interface]
Address = 10.252.1.0/24
PreUp = sysctl -w net.ipv4.ip_forward=1
PreUp = iptables -t mangle -A PREROUTING -i wg0 -j MARK --set-mark 0x30
PreUp = iptables -t nat -A POSTROUTING ! -o wg0 -m mark --mark 0x30 -j MASQUERADE
PostDown = iptables -t mangle -D PREROUTING -i wg0 -j MARK --set-mark 0x30
PostDown = iptables -t nat -D POSTROUTING ! -o wg0 -m mark --mark 0x30 -j MASQUERADE
ListenPort = 26840 (port is changed for security reasons)
PrivateKey = ABCD
[Peer]
PublicKey = 7GacYlIQdZNIeK7N364Ix7WNBrVv4FiyqEsRW/9Wqys=
AllowedIPs = 10.252.1.15/32
Endpoint = 127.0.0.1:54134
The text was updated successfully, but these errors were encountered: