Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: dedicated server + gamepanel redhat  (Read 4120 times)

0 Members and 1 Guest are viewing this topic.

Pservers

    Topic Starter


    Starter

    dedicated server + gamepanel redhat
    « on: September 02, 2010, 11:33:25 PM »
    Hello to you.
    Well let me explain .. I have a dedicated server (Redhat) and gamepanel (opbase) to manage a game server .. the gamepanel is hosted on another dedicated server. gamepanel communicates with the dedicated server. I need to install the sceen and sftp 2 thing's done.I need to install the dedicated server on the gamepanel root:password and ip  all that is done the game panel communicate whit the dedicated server .
    The problem is that I am unable to ftp created a user with the gamepanel because I have this error:

    "Write" permission check failed.

    Check folder / file permissions.
    chown-Rf server1: server1 / home/server1

    here is a picture:





    throughout the game server and the user folder in the ftp home / user

    I am sure this is ez to fix but i am really newbie on linux

    think you be able to help me?

    sorry for my bad english..
    « Last Edit: September 02, 2010, 11:44:44 PM by Pservers »

    meta1203



      Rookie

      Thanked: 1
      Re: dedicated server + gamepanel redhat
      « Reply #1 on: September 03, 2010, 03:59:48 PM »
      Have you tried just what it told you to do? It wants you to run this command in the terminal:
      Code: [Select]
      sudo chown -Rf server1:server1 /home/server1That should clear you up. Post back if that does not work.