how to set client installer to chmod +x citrixvpn-linux-2.4-i386.sh

Asked by Conwell Boccia

I am trying to install citrix vpn client for linux. Instructions to Change the installer to become an executable application. The command is $ chmod +x citrixvpn-linux-2.4-i386.sh. File is in Downloads. Don't know what to do from here... this is what I get:
bash: Sudo: file not found

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Gord Allott
Solved:
Last query:
Last reply:
Revision history for this message
Conwell Boccia (cboccia) said :
#1

I am obviously a beginner but fully committed to Ubuntu philosophy

Revision history for this message
Justin (justinv) said :
#2

when you open the terminal you need to navigate to the folder you have the file in. cd ~/Downloads and then run your chmod command.

Hope this helps..

Revision history for this message
Conwell Boccia (cboccia) said :
#3

tried but got this

conwell@ubuntu:~$ cd~/Downloads
bash: cd~/Downloads: No such file or directory

Revision history for this message
Justin (justinv) said :
#4

note the space between cd and ~/Downloads

Revision history for this message
Conwell Boccia (cboccia) said :
#5

Tried with & without the space character

conwell@ubuntu:~$ cd ~/Downloads
bash: cd: /home/conwell/Downloads: No such file or directory
conwell@ubuntu:~$ cd~/Downloads
bash: cd~/Downloads: No such file or directory
conwell@ubuntu:~$

Revision history for this message
Conwell Boccia (cboccia) said :
#6

Here is the download link. The Downloads folder pops up on the desktop with downloaded file highlighted.

https://access.docs.bshsi.org/citrixvpn-linux-2.4-i386.sh

Revision history for this message
Justin (justinv) said :
#7

where is the file? if it is on the desktop, then when you open the terminal you need to type cd Desktop. If it is in some other place, then you need to type cd <someotherplace> eg: cd /home/conwell/downloads

The chmod command will only work when you can type:

ls

and the name of the file citrixvpn....sh appears. ie: you are in the directory where the file is.

Revision history for this message
Conwell Boccia (cboccia) said :
#8

Thanks.
I got to the desktop where the file is located $ ran the first comand.

The next step is Set root privileges. The command is $ su . When I type su I am asked for a password. I enter my same, only logon password and I get this:

su: Authentication failure
conwell@ubuntu:~/Desktop$

Is it expecting some other password? I´ve tried several

Revision history for this message
Gord Allott (gordallott) said :
#9

you need to enter sudo instead of su, sudo works differently to su. (find info here: https://help.ubuntu.com/community/RootSudo)

for everything it says you need to have 'root privileges' you need to prefix the command with sudo. for example if it says you have to run the command './yourfile.sh' then you would run 'sudo ./yourfile.sh'

it will ask you for your password but you can use your login password.

Revision history for this message
Conwell Boccia (cboccia) said :
#10

Thanks for all of the help. One step closer, now asking about iptables. If I say ¨n¨ it says ïnstall the packages. If I say ¨Y¨ it asks for location. Haven´t a clue here.

This software requires iptables to be installed. Is it installed? [yes or no]
y

What is the location of your linux kernel source? [/usr/src/linux]

Revision history for this message
Best Gord Allott (gordallott) said :
#11

you will have to install the kernel headers, sudo apt-get install linux-headers-generic and then find the directory that its installed in (/usr/src/linux-headers-2.6.24-16 or something like that)

Revision history for this message
Conwell Boccia (cboccia) said :
#12

Thanks, Gord. You guys are great! Hope I learn enough to help someday.

Revision history for this message
Jeffrey C. Robbins (jrobbins-messerlikramer) said :
#13

Gord, I'm using an XO computer running Ubuntu Intrepid off my SD card. I am trying to connect to my office VPN, which uses the Citrix VPN. I have downloaded and made executable the citrixvpn-linux-2.4-i386.sh script. I also downloaded linux-headers-generic. When I run the cintrixvpn script, here's what I get after accepting the Citrix license:

This software requires iptables to be installed. Is it installed? [yes or no]
yes

What is the location of your linux kernel source? [/usr/src/linux]
/usr/src/linux-headers-2.6.27-9

Determining distribution... detected Linux--unknown.
Unpacking (17754+1129770+20=1147544)...
1129790
Checksumming...
0
0
Extracting...
Installing...
install: cannot stat `/tmp/.net6/net6vpnd': No such file or directory
install: cannot stat `/tmp/.net6/net6vpnd..init': No such file or directory
install: cannot stat `/tmp/.net6/net6vpn': No such file or directory
Installing ip_queue kernel module...
./citrixvpn-linux-2.4-i386.sh: 393: gcc: not found
Adding net6vpnd to default runlevel...
Starting daemon
./citrixvpn-linux-2.4-i386.sh: 416: /etc/init.d/net6vpnd: not found
Cleaning up...
Done.
olpc@OLPC:~/Desktop$

So, this is something to do with net6vpnd, but I have no clue.

Citrix reports that it discontinued support for the newer linux kernels. See http://forums.citrix.com/thread.jspa?threadID=105624. Are you aware of any workaround? JCR

Revision history for this message
Conwell Boccia (cboccia) said :
#14

I got this from Gord some time ago. Although I made some progress, I was never able to get the Citrix VPN Client completely installed & working. I love Ubuntu & the whole philosphy but installing programs can be a real pain.

Gord Allott proposed the following answer:
you will have to install the kernel headers, sudo apt-get install linux-
headers-generic and then find the directory that its installed in
(/usr/src/linux-headers-2.6.24-16 or something like that)

Hope this helps,
--
Conwell Boccia
<email address hidden>

---- "Jeffrey C. Robbins" <email address hidden> wrote:
> Your question #48881 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/48881
>
> Jeffrey C. Robbins posted a new comment:
> Gord, I'm using an XO computer running Ubuntu Intrepid off my SD card.
> I am trying to connect to my office VPN, which uses the Citrix VPN. I
> have downloaded and made executable the citrixvpn-linux-2.4-i386.sh
> script. I also downloaded linux-headers-generic. When I run the
> cintrixvpn script, here's what I get after accepting the Citrix license:
>
> This software requires iptables to be installed. Is it installed? [yes or no]
> yes
>
> What is the location of your linux kernel source? [/usr/src/linux]
> /usr/src/linux-headers-2.6.27-9
>
> Determining distribution... detected Linux--unknown.
> Unpacking (17754+1129770+20=1147544)...
> 1129790
> Checksumming...
> 0
> 0
> Extracting...
> Installing...
> install: cannot stat `/tmp/.net6/net6vpnd': No such file or directory
> install: cannot stat `/tmp/.net6/net6vpnd..init': No such file or directory
> install: cannot stat `/tmp/.net6/net6vpn': No such file or directory
> Installing ip_queue kernel module...
> ./citrixvpn-linux-2.4-i386.sh: 393: gcc: not found
> Adding net6vpnd to default runlevel...
> Starting daemon
> ./citrixvpn-linux-2.4-i386.sh: 416: /etc/init.d/net6vpnd: not found
> Cleaning up...
> Done.
> olpc@OLPC:~/Desktop$
>
> So, this is something to do with net6vpnd, but I have no clue.
>
> Citrix reports that it discontinued support for the newer linux kernels.
> See http://forums.citrix.com/thread.jspa?threadID=105624. Are you aware
> of any workaround? JCR
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Conwell Boccia (cboccia) said :
#15

Terminal is Ubuntu version of Windows command prompt. You have to enter the mnemonic commands as instructed.

By the way, I never did get the Citrix client fully installed. There may be a newer, easier install
--
Conwell Boccia
318 Leonard Road
Portsmouth, VA 23701
<email address hidden>

---- Karen <email address hidden> wrote:
> Your question #48881 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/48881
>
> Description changed to:
> I am trying to install citrix vpn client for linux. Instructions to
> Change the installer to become an executable application. The command is
> $ chmod +x citrixvpn-linux-2.4-i386.sh. File is in Downloads. What the
> heck is a "terminal" and how do I open it?
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Conwell Boccia (cboccia) said :
#16

Gord Allott proposed the following answer:
you will have to install the kernel headers, sudo apt-get install linux-
headers-generic and then find the directory that its installed in
(/usr/src/linux-headers-2.6.24-16 or something like that)

--
Conwell Boccia
318 Leonard Road
Portsmouth, VA 23701
<email address hidden>

---- Karen <email address hidden> wrote:
> Your question #48881 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/48881
>
> Description changed to:
> I am trying to install citrix vpn client for linux. Instructions to Change the installer to become an executable application. The command is $ chmod +x citrixvpn-linux-2.4-i386.sh. File is in Downloads. Don't know what to do from here... this is what I get:
> bash: Sudo: file not found
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Conwell Boccia (cboccia) said :
#17

Jeffrey C. Robbins posted a new comment:
Gord, I'm using an XO computer running Ubuntu Intrepid off my SD card.
I am trying to connect to my office VPN, which uses the Citrix VPN. I
have downloaded and made executable the citrixvpn-linux-2.4-i386.sh
script. I also downloaded linux-headers-generic. When I run the
cintrixvpn script, here's what I get after accepting the Citrix license:

This software requires iptables to be installed. Is it installed? [yes or no]
yes

What is the location of your linux kernel source? [/usr/src/linux]
/usr/src/linux-headers-2.6.27-9

Determining distribution... detected Linux--unknown.
Unpacking (17754+1129770+20=1147544)...
1129790
Checksumming...
0
0
Extracting...
Installing...
install: cannot stat `/tmp/.net6/net6vpnd': No such file or directory
install: cannot stat `/tmp/.net6/net6vpnd..init': No such file or directory
install: cannot stat `/tmp/.net6/net6vpn': No such file or directory
Installing ip_queue kernel module...
./citrixvpn-linux-2.4-i386.sh: 393: gcc: not found
Adding net6vpnd to default runlevel...
Starting daemon
./citrixvpn-linux-2.4-i386.sh: 416: /etc/init.d/net6vpnd: not found
Cleaning up...
Done.
olpc@OLPC:~/Desktop$

So, this is something to do with net6vpnd, but I have no clue.

Citrix reports that it discontinued support for the newer linux kernels.
See http://forums.citrix.com/thread.jspa?threadID=105624. Are you aware
of any workaround? JCR

--
Conwell Boccia
318 Leonard Road
Portsmouth, VA 23701
<email address hidden>

---- Karen <email address hidden> wrote:
> Your question #48881 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/48881
>
> Description changed to:
> I am trying to install citrix vpn client for linux. Instructions to Change the installer to become an executable application. The command is $ chmod +x citrixvpn-linux-2.4-i386.sh. File is in Downloads. Don't know what to do from here... this is what I get:
> bash: Sudo: file not found
>
> --
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Conwell Boccia (cboccia) said :
#18

Your question #48881 on Ubuntu changed:
https://answers.edge.launchpad.net/ubuntu/+question/48881

    Status: Open => Answered

Gord Allott proposed the following answer:
you need to enter sudo instead of su, sudo works differently to su.
(find info here: https://help.ubuntu.com/community/RootSudo)

for everything it says you need to have 'root privileges' you need to
prefix the command with sudo. for example if it says you have to run the
command './yourfile.sh' then you would run 'sudo ./yourfile.sh'

it will ask you for your password but you can use your login password.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.edge.launchpad.net/ubuntu/+question/48881/+confirm?answer_id=8

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.edge.launchpad.net/ubuntu/+question/48881

--
Conwell Boccia
318 Leonard Road
Portsmouth, VA 23701
<email address hidden>

---- Karen <email address hidden> wrote:
> Your question #48881 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/48881
>
> Description changed to:
> I am trying to install citrix vpn client for linux. Instructions to Change the installer to become an executable application. The command is $ chmod +x citrixvpn-linux-2.4-i386.sh. File is in Downloads. Don't know what to do from here... this is what I get:
> bash: Sudo: file not found
>
> --
> You received this question notification because you are a direct
> subscriber of the question.