Kloxo installation help required.

Discussion in 'Site & Server Administration' started by angel eyes, Jun 20, 2012.

  1. #1
    I am trying to install Kloxo on vps. As it requires to disable SELinux by editing /etc/sysconfig/selinux on server, I am unable to find /etc.

    All i see is the following screenshot,

    [​IMG]

    Uploaded with ImageShack.us

    Help me out ......
     
    Solved! View solution.
    angel eyes, Jun 20, 2012 IP
  2. #2
    Hello there,

    From that screen shot, it looks like you are in the /root directory, you need to go back one more to be able to see the /etc directory.

    Regards,
    Chris
     
    RHS-Chris, Jun 20, 2012 IP
  3. angel eyes

    angel eyes Active Member

    Messages:
    386
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #3
    thanks alot chris. actually its the first time i am managing a vps :)
    thanks alot
     
    angel eyes, Jun 20, 2012 IP
  4. InnovusHost

    InnovusHost Peon

    Messages:
    136
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'd recommend admining your server with SSH and a simple text editor such as nano instead of FTP.
     
    InnovusHost, Jun 20, 2012 IP
  5. Cheapvpsoffers

    Cheapvpsoffers Member

    Messages:
    59
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #5
    Instead of editing the file, you can always use setenforce command to enable or disable the selinux
     
    Cheapvpsoffers, Jun 21, 2012 IP
  6. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #6
    That will only work for the current session, if you reboot, and have not disabled it as per the OP, it will become active again.

    Regards,
    Chris
     
    RHS-Chris, Jun 21, 2012 IP
  7. ViperBlood

    ViperBlood Well-Known Member

    Messages:
    678
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    130
    #7
    if you want i can install fresh kloxo for you....free
     
    ViperBlood, Jun 21, 2012 IP
  8. angel eyes

    angel eyes Active Member

    Messages:
    386
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #8
    Its working fine now. thanks all for the help.
     
    angel eyes, Jun 24, 2012 IP
  9. Harijith

    Harijith Peon

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Glad to know its working fine now. You can always contact your hosting provider for help.
     
    Harijith, Jul 2, 2012 IP
  10. WordPressBlogNetwork

    WordPressBlogNetwork Member

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #10
    You can use this command on linux to disable

    
    echo "selinux=disabled" > /etc/sysconfig/selinux   
    setenforce 0  
    
    Code (markup):
    after that run that run

    sh ./kloxo-installer.sh --type=master
    or
    sh ./kloxo-installer.sh --type=slave
     
    WordPressBlogNetwork, Jul 19, 2012 IP