Solved Ban manager

Discussion in 'Bukkit Help' started by csextra, Apr 24, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    martian3333

    No, that command assumes that you are in the folder ~ or /home/<name>/ and that a folder exists there called Downloads/ and that when you downloaded the file that it went into Downloads/ please replace Downloads and ~/Downloads/ with the location that you downloaded the file to.
     
  2. Offline

    csextra

    no such file or directorie
     
  3. Offline

    martian3333

    csextra when you downloaded the file from java.com... where did you save it to?
     
  4. Offline

    csextra

    to the desktop
     
  5. Offline

    martian3333

    Okay, well I'm just going on a hunch here.

    cd ~/Desktop && tar xvzf ~/Desktop/jre-7u21-linux-i586.tar.gz
     
  6. Offline

    csextra

    grrr... no such file or directory
     
  7. Offline

    martian3333

    Then maybe this:
    cd ~ && tar xvzf ~/jre-7u21-linux-i586.tar.gz
     
  8. Offline

    csextra

    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
     
  9. Offline

    martian3333

    Debian/Linux are case sensitive, to the filename must be exactly as it is shown.
     
  10. Offline

    csextra

    hmm. so what i need to do now?
     
  11. Offline

    martian3333

    Did you try the command again ensuring the filename was typed in the proper case? And if so did it succeed?
     
  12. Offline

    csextra

    no such file or directory
     
  13. Offline

    martian3333

    Okay, I need to know the exact path to this file. I can't be anymore help unless you can give me that.
     
  14. Offline

    csextra

    you need to know this?
     

    Attached Files:

  15. Offline

    csextra

  16. Offline

    martian3333

    Well that's a good start, click "Extract to" and extract it to either /home/<yourname>/ or to /home/<yourname>/Desktop and remember if ANY letters are capital and which ones.
     
  17. Offline

    csextra

    im extracted in Desktop
     
  18. Offline

    martian3333

    Step 1 and 2 should now be complete. Now in a terminal, please continue with step 3. I understand the spaces are probably hard to see on here, but maybe you're cutting and pasting anyway.
    sudo mkdir -p -v /opt/java/32
    cd Downloads && tar xvzf ~/Downloads/jre-7u21-linux-i586.tar.gz
    sudo mv -v ~/Desktop/jre1.7.0_21 /opt/java/32
    sudo update-alternatives --install "/usr/bin/java" "java" "/opt/java/32/jre1.7.0_21/bin/java" 1
    sudo update-alternatives --set java /opt/java/32/jre1.7.0_21/bin/java
     
  19. Offline

    csextra

    3 step (no such file or directory) like and 2 step... :(

    Have you got an skype it was more easyer to chat.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  20. Offline

    martian3333

    Well, I don't know where your Desktop folder is located, it would normally be ~/Desktop but for all I know it's /Desktop or in some other place. I guess I should have asked which window manager you're using so I could at least guess at what your file system structure might be. If you know the exact path to your deskop folder in the terminal that's what you need to be using.

    csextra
    I'm not at home right now and can't use skype here, or else I would have already recommended that to avoid wasting all this server space. Honestly I thought it was going to go a lot smoother than this.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  21. Offline

    csextra

    Hm im going Zygis/Desktop
     
  22. Offline

    martian3333

    Look, I can skype with you in an hour. My skype name is the same as my username on here. Tag an op or something and maybe they'll delete this mess.
     
  23. Offline

    csextra

    i add in skype... accept
     
Thread Status:
Not open for further replies.

Share This Page