You are not logged in.

#1 2009-11-21 20:03:29

poopship21
Member
Registered: 2009-05-13
Posts: 177

exports in ./vars include package-excluded executable: "pkcs11-tool"

as instructed by the howto (http://openvpn.net/index.php/open-sourc … html#quick), i sourced the ./vars script which i left in the top level directory of /usr/share/openvpn/easyrsa/ for convenience:

[au@arroyo1 easy-rsa]$ source ./vars
/usr/share/openvpn/easy-rsa/openssl.cnf: line 10: HOME: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 11: RANDFILE: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 12: openssl_conf: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 17: oid_section: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 18: engines: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 37: default_ca: command not found
dir: cannot access =: No such file or directory
dir: cannot access \:\:KEY_DIR: No such file or directory
/usr/share/openvpn/easy-rsa/openssl.cnf: line 43: certs: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 44: crl_dir: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 45: database: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 46: new_certs_dir: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 48: certificate: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 49: serial: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 50: crl: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 51: private_key: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 52: RANDFILE: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 54: x509_extensions: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 60: default_days: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 61: 30: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 62: default_md: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 63: preserve: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 68: policy: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 72: countryName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 73: stateOrProvinceName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 74: organizationName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 75: organizationalUnitName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 76: commonName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 77: name: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 78: emailAddress: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 84: countryName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 85: stateOrProvinceName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 86: localityName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 87: organizationName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 88: organizationalUnitName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 89: commonName: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 90: name: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 91: emailAddress: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 95: default_bits: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 96: default_keyfile: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 97: distinguished_name: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 98: attributes: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 99: x509_extensions: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 113: string_mask: command not found
/usr/share/openvpn/easy-rsa/openssl.cnf: line 118: syntax error near unexpected token `('
/usr/share/openvpn/easy-rsa/openssl.cnf: line 118: `countryName                 = Country Name (2 letter code)'
NOTE: If you run ./clean-all, I will be doing a rm -rf on /usr/share/openvpn/easy-rsa/keys

the only executables that get exported at the top of ./vars are grep, openssh, and a strange-looking one called "pkcs11-tool" which is not installed and apparently not part of any package known to pacman.  im not sure how the "source" command generates all these "command not found" messages.  it seems like unset variables which are optional in openssl.cnf would be omitted unless debugging was necessary.  i guess "source" is a built-in bash command.  not sure where to go from here.

TIA

Offline

Board footer

Powered by FluxBB