mirror of
https://github.com/evgeny-gridasov/openvpn-otp.git
synced 2026-04-25 21:35:54 +03:00
[GH-ISSUE #10] Segmentation fault #5
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-otp#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gwstj on GitHub (Feb 5, 2016).
Original GitHub issue: https://github.com/evgeny-gridasov/openvpn-otp/issues/10
Hi,
I tried your code on Debian 8.3 and compiled
1864afdas follows:./autogen.sh
./configure --prefix=/usr
make
sudo make install
I have used the following libraries:
When starting openvpn it terminates with a segmentation fault:
Openvpn has the following configuration:
The otp-secrets file has:
Any idea what's wrong here?
Thanks
Stefan
@evgeny-gridasov commented on GitHub (Feb 6, 2016):
Thanks for reporting. I'll have a look.
from the logs: OTP-AUTH: otp_secrets=/etc/openvpn/default/otp-secrets
Segmentation fault
Does /etc/openvpn/default/otp-secrets file exist? Or is it a symlink to /etc/openvpn/otp-secrets ?
@fabn commented on GitHub (Feb 6, 2016):
I wanted to try this library and I got the same identical issue.
File
/etc/openvpn/otp-secretsexists, it's a regular file with this contentRunning on ubuntu 14.04 (in docker) plugin compiled from master branch right now.
@evgeny-gridasov commented on GitHub (Feb 7, 2016):
Thanks for reporting it, I will fix it asap.
Meanwhile you may rollback to
0567fdda9auntil I fix it.
On Sun, Feb 7, 2016 at 1:28 AM, Fabio Napoleoni notifications@github.com
wrote:
@evgeny-gridasov commented on GitHub (Feb 7, 2016):
Looks like it's been fixed in
1781f7acc1Could please everyone confirm? I will test the fix tonight.
@gwstj commented on GitHub (Feb 8, 2016):
I can confirm that it is fixed. Thanks you very much.