Mads
Kolkjær Sørensen wrote:
Marcel de Reuver skrev:
Mads Kolkjær Sørensen schreef:
Marcel de Reuver skrev:
Mads Kolkjær Sørensen wrote:
D: Undefined variable.
Change
# This variable should point to
# the top level of the easy-rsa
# tree.
export D=`/etc/openvpn/`
into: export D=`pwd`
-------------------------------------------------------------------------
I have solve the permission problem thanks.
but stil get
server# ./vars
export: Command not found.
D: Undefined variable.
server#
when trying too run "vars"
this is the frist export part of my vars file
# This variable should point to
# the top level of the easy-rsa
# tree.
export D=`pwd`
Use bash as your command shell.
get this when I use bash
server# bash vars
NOTE: when you run ./clean-all, I will be doing a rm -rf on
/etc/openvpn/easy-rsa/keys
vars: line 40: Export: command not found
server#
server#
and this when I use "sh"
[root@server /etc/openvpn/easy-rsa]# sh
# . ./vars
NOTE: when you run ./clean-all, I will be doing a rm -rf on
/etc/openvpn/easy-rsa/keys
Export: not found
csh
server# ./vars
export: Command not found.
export: Command not found.
export: Command not found.
NOTE: when you run ./clean-all, I will be doing a rm -rf on
/etc/openvpn/easy-rsa/keys
Export: Command not found.
export: Command not found.
export: Command not found.
export: Command not found.
export: Command not found.
export: Command not found.
server#
anyone that can help?
solved it.
there was Export insted for export in vars
|
begin:vcard
fn;quoted-printable:Mads Kolkj=C3=A6r S=C3=B8rensen
n;quoted-printable:Kolkj=C3=A6r S=C3=B8rensen;Mads
email;internet:mskolkjaer@xxxxxxxxxxxxx
tel;cell:+45 40 53 84 54
x-mozilla-html:TRUE
version:2.1
end:vcard
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|