Results 1 to 7 of 7
hello all i am new to this forum i am in the process of learning linux and i have came accross this problem i am trying to install camfrog server ...
- 01-07-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 7
Help pleaseee
hello all i am new to this forum i am in the process of learning linux and i have came accross this problem i am trying to install camfrog server for linux on centos 5 and have the server file on the server but when i try and install the file i get this
Rpm-ivh file name
when i put this it says
rootcentos -bash command not found
can any1 help me with this i will even give the person remote access to fix it for me if there a trusted user of the forum thankyou very much vibe
- 01-08-2010 #2
Please post the exact command you are using and the exact output.
If, as you wrote, you did
it is incorrect. Linux is case sensitive, so the R in rpm needs to be lower case. Also, are you running it as root? rpm needs root privileges.Code:Rpm-ivh file name
Code:su rpm -ivh camfrogserver-4.2-1.noarch.rpm
- 01-08-2010 #3
- 01-08-2010 #4Just Joined!
- Join Date
- Jan 2010
- Posts
- 7
thankyou so much
thankyou so much it worked successssfullly omg i am soo happy much appreciated and could i ask what does the su peice stand for ?? and also do you have a email address or msn so i could message you easier next time and once again thanks so much very much appreciated
- 01-08-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 7
one more question
also once i get the configuration setup how do i start the program and stop the program ??? thankyou very much vibe
- 01-08-2010 #6
su allows you to run a shell as a different user. I believe it actually stands for switch user. In this case, su or su - logs you into the shell as the root user. You usually need root privilieges to effect anything outside your home directory. The second option, with the hyphen, also changes to the home directory and to the environmental variables of the new user.
The su Command
I'm completely unfamiliar with camfrog. First time I've ever heard of it was answering your question, so I couldn't tell you how to use it. In general, services are started and stopped from the terminal in RHEL as so (as root)
So in this case, in might be something likeCode:/sbin/service name start /sbin/service name stop
But you'll need to consult whatever user guide or manual the program has.Code:/sbin/service camfrogserver start
How to Start and Stop Services in RHEL/CentOS 5 ?? Linux Mail Server Setup and Howto Guide
- 01-08-2010 #7Just Joined!
- Join Date
- Jan 2010
- Posts
- 7
thankyou so much my friend
i would like to thank reed9 for helping me on my first day of linux and successfully done it all first time with his help much appreciated my friend thankyou very much vibe


Reply With Quote