LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Install cyberoam 24online client on ubuntu ultimate edition 1.9 (https://www.linuxquestions.org/questions/linux-newbie-8/install-cyberoam-24online-client-on-ubuntu-ultimate-edition-1-9-a-705394/)

kamrakaran 02-17-2009 10:50 AM

Install cyberoam 24online client on ubuntu ultimate edition 1.9
 
Hii..
can someone please tell me how to install cyberoam 24online client on ubuntu ultimate edition 1.9(64 bit). I unzipped the installation file..and "crclient" folder is created ,it has a "readme" and "crclient" file . But i cannot proceed further. I am a new linux user.

snowman81 02-17-2009 11:20 AM

What type of file is cclient? And what is Ubuntu ultimate edition? I've never heard of it.


NM, I found the "ultimate edition"

knudfl 02-17-2009 12:49 PM

Welcome to LQ.

How about reading the text in README ? ?

And if there is no hints in the text, we will have to guess :

For a Linux version :

'chmod +x ./crclient'

'./crclient' ( or may be 'sudo ./crclient' )
....

kamrakaran 02-20-2009 04:54 AM

Thanx 4 ur help..but i dunno wat kind of file it is. Also the command (chmod +x...) is not working... Anyways ..one more doubt..when i type SU on the terminal ..it asks for a password.. i hav tried several passwors including--
1)blank psswd
2)ubuntu
but none is working..it says "authentication failure"..wat should i do??

linuxlover.chaitanya 02-20-2009 05:35 AM

You will need the password that you used to login. Once you login use the command "ls -l" without quotes to see if the file is executable or not.

Udi 02-20-2009 05:49 AM

The su command won't work in Ubuntu because the superuser account is password-disabled (for security reasons, so that noone will be able to guess the root password).

In order to run processes with superuser privileges, precede the command with 'sudo'. You will be prompted for a password - but this time they mean YOUR password. If you are a user in the sudoers file (the default user that you created in the Ubuntu installation is automatically in the sudoers file) you will be granted superuser privileges for the command you typed.

To know what kind of file crclient is - run the command 'file crclient'. It should respond with "32bit executable" or "bash shell script" or some other kind of classification. If it's an executable or a script you should be able to run it with:

sudo ./crclient

Also there is no reason why the command "sudo chmod +x ./crclient" won't work - you must have typed something wrong.


All times are GMT -5. The time now is 09:41 PM.