Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    7

    Smile 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

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Please post the exact command you are using and the exact output.

    If, as you wrote, you did
    Code:
    Rpm-ivh file name
    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:
    su
    rpm -ivh camfrogserver-4.2-1.noarch.rpm

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651

  4. #4
    Just 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

  5. #5
    Just 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

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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)
    Code:
    /sbin/service name start
    /sbin/service name stop
    So in this case, in might be something like
    Code:
    /sbin/service camfrogserver start
    But you'll need to consult whatever user guide or manual the program has.
    How to Start and Stop Services in RHEL/CentOS 5 ?? Linux Mail Server Setup and Howto Guide

  7. #7
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...