Precise Puppy resolvconf: Error:

Antivirus, forensics, intrusion detection, cryptography, etc.
Post Reply
Message
Author
User avatar
MaPi
Posts: 22
Joined: Fri 13 Jan 2017, 15:04

Precise Puppy resolvconf: Error:

#1 Post by MaPi »

I get the following error message when I start OpenVPN in LXTerminal:

Sat Jul 1 15:39:42 2017 /etc/openvpn/update-resolv-conf tun0 1500 1570 10.43.10.6 10.43.10.5 init
dhcp-option DNS 209.222.18.222
dhcp-option DNS 209.222.18.218
resolvconf: Error: /etc/resolv.conf isn't a symlink, not doing anything.
Sat Jul 1 15:39:42 2017 Initialization Sequence Completed

How can I solve this problem?

Best Regards

MaPi :?

s243a
Posts: 2580
Joined: Tue 02 Sep 2014, 04:48
Contact:

Re: Precise Puppy resolvconf: Error:

#2 Post by s243a »

MaPi wrote:I get the following error message when I start OpenVPN in LXTerminal:

Sat Jul 1 15:39:42 2017 /etc/openvpn/update-resolv-conf tun0 1500 1570 10.43.10.6 10.43.10.5 init
dhcp-option DNS 209.222.18.222
dhcp-option DNS 209.222.18.218
resolvconf: Error: /etc/resolv.conf isn't a symlink, not doing anything.
Sat Jul 1 15:39:42 2017 Initialization Sequence Completed

How can I solve this problem?

Best Regards

MaPi :?
Is this a script. Maybe try

Code: Select all

sh -x /etc/openvpn/update-resolv-conf tun0 1500 1570 10.43.10.6 10.43.10.5 init
and give us the output. The error message is strange because resolve.conf shouldn't be a symlink.

Post Reply