1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  3. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Linux Can't start server, dedicatedserver.sh not found

Discussion in 'Server Help' started by Coookie, Apr 19, 2013.

  1. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    I don't have any problems with wubi ...
    But I have trouble with running .sh files (KAGdedi not found ect...)
    You can help ? :)
    (If what you say is real, then I can't run many files in my wubi-Linux ? :QQ: )
     
  2. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
    Mb you need start it from KAG server dir?
     
  3. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    It's what I do...
    chmod +x .../KAG
    bash /dedicatedserver.sh
     
  4. SnIcKeRs

    SnIcKeRs Bison Rider

    Messages:
    148
    snickers@snickers-P67A-UD3P-B3:~$ cd '/home/snickers/Games/KAG_SERVER'
    snickers@snickers-P67A-UD3P-B3:~/Games/KAG_SERVER$ ./dedi*.sh

    1.Open terminal (ctrl+alt+t)
    2.Type cd, then drop folder to terminal, press Enter
    3.Type ./dedi*.sh , Enter
     
  5. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    Gonna test later.
    Anyway, thx for cd ! :eek:
    </br>--- merged: Apr 19, 2013 3:24 PM ---</br>
    Nah, won't work.
    I know, I'm a noob, but there's the error:

    arthur@ubuntu:~/Pulpit/KAG$ bash dedicatedserver.sh
    Running KAG dedicated server
    dedicatedserver.sh: line 4: ./KAGdedi: No such file or directory
     
  6. master4523

    master4523 Masterful KAG Guard Global Moderator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    378
    You didn't follow what he wrote, that's why it doesn't work.
     
  7. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    I followed, wanna a video ? :>:(:
    </br>--- merged: Apr 19, 2013 3:32 PM ---</br>
    There are some precisions:

    #!/bin/bash
    echo "Running KAG dedicated server"
    ./KAGdedi autostart Scripts//dedicated_autostart3.gm autoconfig Scripts/dedicated_autoconfig3.gm

    I do in the terminal (CTRL + ALT + T ...:p )

    cd *path to kag*
    ./dedi*.sh

    Results:
    Running KAG dedicated server
    ./dedicatedserver.sh: line 3: ./KAGdedi: No such file or directory

    HELP MEH!!! :QQ:
     
  8. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    write ./KAGdedi instead of ./dedi*.sh
     
  9. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    with the cd *path to kag*:

    arthur@ubuntu:~/Pulpit/KAG$ ./KAGdedi
    bash: ./KAGdedi: No such file or directory
    </br>--- merged: Apr 19, 2013 3:38 PM ---</br>
    I REPRECISE THERE IS A KAGdedi ! I downloaded the linux server !!!
    </br>--- merged: Apr 19, 2013 3:41 PM ---</br>
    Any help ???
     
  10. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    Try:
    apt-get install ia32-libs
     
  11. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    Results: Permission dednied.

    X3
     
  12. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    sudo apt-get install ia32-libs
     
  13. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    I don't know why...
    (I have admin commands on my computer so, really don't know what happens!)
     
  14. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    moved to new topic in attempt to clean kscript topic.
     
  15. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    Okay, output:

    Error, this should help to fix:
    ia32-libs : Needs: ia32-libs-multiarch but cannot be downloaded.
    E: cannot fix problems, stopped damaged packets.
    </br>--- merged: Apr 19, 2013 4:18 PM ---</br>
    with the sudo, I wrote the code, and it started checking, and error on downloading:

    You need ia32-libs-multiarch but cannot be downloaded.
     
  16. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    write
    su -
    you need to fill in pass (you don't see you're typing) of the root account (account 'arthur')
    after you can do
    sudo apt-get install gcc-4.7-multilib
    after try to download the 32libs again and
    ./KAGdedi
     
  17. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    hmm what's the output on: uname -a
     
  18. Coookie

    Coookie Shopkeep Stealer

    Messages:
    81
    Output:

    arthur@ubuntu:~/Pulpit/KAG$ su - arthur
    Password:
    arthur@ubuntu:~$ apt-get install ia32-libs
    E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
    E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
    </br>--- merged: Apr 19, 2013 4:22 PM ---</br>
    Output:

    Linux ubuntu 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
     
  19. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    So you aren't, login with
    su -
     
  20. Downburst

    Downburst Mindblown Global Moderator Forum Moderator Donator Tester

    Messages:
    1,813
    you shouldnt have added arthur, but what he tells you to do should give the same output as the sudo command.