Please could somebody help me. I do not know what to do to correct this error in Linux script.
This is the script.
[root@kingstech 2.0]# . ./vars
bash: /usr/share/doc/openvpn-2.2.0/easy-rsa/2.0/whichopensslcnf: Permission denied
NOTE: If you run ./clean-all, I will be doing a rm -rf on /usr/share/doc/openvpn-2.2.0/easy-rsa/2.0/keys
[root@kingstech 2.0]# ./clean-all
bash: ./clean-all: Permission denied
[root@kingstech 2.0]#
generating certificate
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
-
- OpenVpn Newbie
- Posts: 5
- Joined: Thu Dec 08, 2011 8:32 pm
- Mimiko
- Forum Team
- Posts: 1564
- Joined: Wed Sep 22, 2010 3:18 am
Re: generating certificate
chmod 777 /usr/share/doc/openvpn-2.2.0/easy-rsa/2.0/*.*
chmod 777 ./*.*
chmod 777 ./*.*
-
- OpenVpn Newbie
- Posts: 5
- Joined: Thu Dec 08, 2011 8:32 pm
Re: generating certificate
Thanks for help.
This does not solve the problem. still coming up with the same error (permission denied)
This does not solve the problem. still coming up with the same error (permission denied)
- maikcat
- Forum Team
- Posts: 4200
- Joined: Wed Jan 12, 2011 9:23 am
- Location: Athens,Greece
- Contact:
Re: generating certificate
can you verify the permissions using ls -laF ?
Michael.
Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)
Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)
"objects in mirror are losing"
Long live Dino Dini (Kick off 2 Creator)
Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)
"objects in mirror are losing"
-
- OpenVpn Newbie
- Posts: 1
- Joined: Fri May 04, 2012 5:51 am
Re: generating certificate
Greetings to all!
Have anybody solved this problem?
Have anybody solved this problem?
-
- OpenVpn Newbie
- Posts: 1
- Joined: Fri Aug 09, 2013 12:13 pm
Re: generating certificate
I had similar problems when running from USB stick with FAT32.
Moved scripts to Linux filesystem, adjusted vars file for pointing to keys folder.
Solved.
Moved scripts to Linux filesystem, adjusted vars file for pointing to keys folder.
Solved.