Jump to content

Keith Womack

Community Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Posts posted by Keith Womack

  1. When you're running the wget command are you logged in as SU? if not try the same command but as

     

    sudo wget https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft_server.jar

     

    Hey thanks, I was able to get it downloaded.

    How I did it was, I had to add the user minecraft to the sudo user group .. by this command

    visudo
    

    (and then add minecraft to the sudo group to look like this)

    # Allow members of group sudo to execute any command
    %sudo ALL=(ALL:ALL) ALL
    %minecraft ALL=(ALL:ALL) ALL
    

    saved and exit out

  2. Hey thanks for your help, I got past that part.. but I do get another error when it installs the java in the beginning.

    here is a paste of the error.. is this going to hurt me?

    Any advice would be great..
     

     

    Login@myserver sudo ./oab-java.sh
    oab-java.sh v0.2.3 - Create a local 'apt' repository for Sun Java 6 and/or Oracle Java 7 packages.
    Copyright (c) Martin Wimpress, http://flexion.org. MIT License
    
    By running this script to download Java you acknowledge that you have
    read and accepted the terms of the Oracle end user license agreement.
    
    * http://www.oracle.com/technetwork/java/javase/terms/license/
    
    If you want to see what this is script is doing while it is running then execute
    the following from another shell:
    
    tail -f /home/demo/oab-java.sh.log
    
    [x] Installing Java build requirements success
    [x] Making build directories success
    [x] Removing clones of http://github.com/rraptorr/sun-java6 success
    [x] Cloning http://github.com/rraptorr/sun-java6 success
    [x] Checking out v6.38-1 success
    [x] Getting Java SE download page success
    [x] Getting previous releases download page success
    [x] Downloading jdk-6u38-linux-i586.bin : failed
    Showing the last 5 lines from the logfile (/home/demo/oab-java.sh.log)...
    4218's retcode: 0
    success
    [x] Downloading jdk-6u38-linux-i586.bin : http://: Invalid host name.
    4237's retcode: 1
    failed
    

     





    I found the issue, the java file had been updated from V0.2.3 to v 0.2.6

    like this

     

     

    wget https://github.com/flexiondotorg/oab-java6/raw/0.2.6/oab-java.sh -O oab-java.sh

     





    That worked for me.

×
×
  • Create New...