ich habe ein Debian Jessie neu auf einem PC installiert. (Linux kiste 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64 GNU/Linux) Ich habe 2x VPN (Dateien und Einstellungen *.conf) Anbieter. Unter Win7, UBUNTU und Wheezy kann ich die einfach importieren und "sicher Surfen".
- network-manager
network-manager-gnome
network-manager-gnome-vpn
Code: Alles auswählen
kernel: [ 1525.710278] nm-connection-e[1742]: segfault at bb2090 ip 0000000000bb2090 sp 00007fff28f01bb8 error 15
Code: Alles auswählen
kernel: [ 1563.322985] nm-connection-e[1757]: segfault at 180b770 ip 000000000180b770 sp 00007fff34037878 error 15
Code: Alles auswählen
root@kiste:/home/user# cd /home/user/openvpn/vpn_isp_0/openvpn/
root@kiste:/home/user/openvpn/vpn_isp_0/openvpn# openvpn --config vpn_isp_0.conf
Tue Feb 10 14:19:56 2015 DEPRECATED OPTION: --tls-remote, please update your configuration
Tue Feb 10 14:19:56 2015 DEPRECATED OPTION: --tls-remote, please update your configuration
Options error: --up script fails with '/etc/openvpn/vpn_isp_0.up': No such file or directory
Options error: Please correct this error.
Use --help for more information.
Wenn ich den Segfault im Internet suche bekomme ich Informationen zu älteren Problemen
Launchpad
Debian Bugs
Auf Grund des "bugs.debian.org" Bugreport habe ich mal in /etc/network/interfaces reingeschaut
Code: Alles auswählen
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
Was kann ich noch machen um mein (Open) VPN unter Jessie benutzen zu können?