|
|
2009-10-19
, 06:06
|
|
Posts: 194 |
Thanked: 39 times |
Joined on Sep 2008
|
#42
|
Hmm, I think you get this error because you don't have Bash installed which the script requires, and Busybox /bin/sh is not compatible with Bash scripts.
Therefore you must install Bash from Application Manager.
After installed, from x-term execute:
$ whereis bash
Now you know where bash is located (probably either /bin/bash or /usr/bin/bash ...) now edit /etc/openvpn/update-resolv-conf and make sure on top to replace whatever it says to
#!/path/to/bash
Where /path/to/bash is what whereis told you.
PS: Whatever was the result of the host and ping commands?
|
|
2009-10-19
, 06:13
|
|
|
Posts: 3,397 |
Thanked: 1,212 times |
Joined on Jul 2008
@ Netherlands
|
#43
|
I installed bash, but the the whereis command comes up empty. I even went into root and did whereis bash. They both say "not found"
|
|
2009-10-19
, 06:27
|
|
Posts: 194 |
Thanked: 39 times |
Joined on Sep 2008
|
#44
|
|
|
2009-10-19
, 09:28
|
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#45
|
| The Following User Says Thank You to TA-t3 For This Useful Post: | ||
|
|
2009-10-20
, 00:15
|
|
Posts: 194 |
Thanked: 39 times |
Joined on Sep 2008
|
#46
|
|
|
2009-10-20
, 11:22
|
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#47
|
|
|
2009-10-21
, 00:07
|
|
Posts: 194 |
Thanked: 39 times |
Joined on Sep 2008
|
#48
|
|
|
2009-10-21
, 06:06
|
|
Posts: 2 |
Thanked: 0 times |
Joined on Oct 2009
|
#49
|
|
|
2009-10-21
, 09:36
|
|
Posts: 2 |
Thanked: 0 times |
Joined on Oct 2009
|
#50
|
Therefore you must install Bash from Application Manager.
After installed, from x-term execute:
$ whereis bash
Now you know where bash is located (probably either /bin/bash or /usr/bin/bash ...) now edit /etc/openvpn/update-resolv-conf and make sure on top to replace whatever it says to
#!/path/to/bash
Where /path/to/bash is what whereis told you.
PS: Whatever was the result of the host and ping commands?
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!