Thread: debian Vps help

Results 1 to 7 of 7
  1. #1 debian Vps help 
    Banned

    Join Date
    Mar 2012
    Age
    27
    Posts
    1,518
    Thanks given
    473
    Thanks received
    324
    Rep Power
    0
    can someone set my server on my linux vps i have the desktop and Vncserver working.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Invision's Avatar
    Join Date
    Nov 2013
    Posts
    287
    Thanks given
    54
    Thanks received
    303
    Rep Power
    655
    install jre

    install ftp

    xfer your server files over ftp

    make a run.sh file in your servers parent folder like
    Code:
    #!/usr/bin/env bash
    java -cp bin:deps/lib1.jar:deps/lib2.jar -server com.invisionsoft.server.Server
    read -n1 -r ip "Press any key to continue..." key
    change the deps obviously

    open terminal and cd to your server dir and run
    Code:
    chmod a+x run.sh
    right click properties, give it permission to run as program

    now open the file in terminal or exec it from cmd line like
    Code:
    bash run.sh
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Mar 2012
    Age
    27
    Posts
    1,518
    Thanks given
    473
    Thanks received
    324
    Rep Power
    0
    Quote Originally Posted by Invision View Post
    install jre

    install ftp

    xfer your server files over ftp

    make a run.sh file in your servers parent folder like
    Code:
    #!/usr/bin/env bash
    java -cp bin:deps/lib1.jar:deps/lib2.jar -server com.invisionsoft.server.Server
    read -n1 -r ip "Press any key to continue..." key
    change the deps obviously

    open terminal and cd to your server dir and run
    Code:
    chmod a+x run.sh
    right click properties, give it permission to run as program

    now open the file in terminal or exec it from cmd line like
    Code:
    bash run.sh
    Code:
    Usage: java [-options] class [args...]
               (to execute a class)
       or  java [-options] -jar jarfile [args...]
               (to execute a jar file)
    where options include:
        -d32	  use a 32-bit data model if available
        -d64	  use a 64-bit data model if available
        -client	  to select the "client" VM
        -server	  to select the "server" VM
        -jamvm	  to select the "jamvm" VM
        -cacao	  to select the "cacao" VM
        -zero	  to select the "zero" VM
        -hotspot	  is a synonym for the "client" VM  [deprecated]
                      The default VM is server,
                      because you are running on a server-class machine.
    
    
        -cp <class search path of directories and zip/jar files>
        -classpath <class search path of directories and zip/jar files>
                      A : separated list of directories, JAR archives,
                      and ZIP archives to search for class files.
        -D<name>=<value>
                      set a system property
        -verbose[:class|gc|jni]
                      enable verbose output
        -version      print product version and exit
        -version:<value>
                      require the specified version to run
        -showversion  print product version and continue
        -jre-restrict-search | -jre-no-restrict-search
                      include/exclude user private JREs in the version search
        -? -help      print this help message
        -X            print help on non-standard options
        -ea[:<packagename>...|:<classname>]
        -enableassertions[:<packagename>...|:<classname>]
                      enable assertions with specified granularity
        -da[:<packagename>...|:<classname>]
        -disableassertions[:<packagename>...|:<classname>]
                      disable assertions with specified granularity
        -esa | -enablesystemassertions
                      enable system assertions
        -dsa | -disablesystemassertions
                      disable system assertions
        -agentlib:<libname>[=<options>]
                      load native agent library <libname>, e.g. -agentlib:hprof
                      see also, -agentlib:jdwp=help and -agentlib:hprof=help
        -agentpath:<pathname>[=<options>]
                      load native agent library by full pathname
        -javaagent:<jarpath>[=<options>]
                      load Java programming language agent, see java.lang.instrument
        -splash:<imagepath>
                      show splash screen with specified image
    See http://java.sun.com/javase/reference for more details.
    /root/server/run.sh: line 2: deps/poi.jar: Permission denied
    /root/server/run.sh: line 2: deps/netty.jar: Permission denied
    /root/server/run.sh: line 2: deps/mysql.jar: Permission denied
    /root/server/run.sh: line 2: deps/slf4j.jar: Permission denied
    /root/server/run.sh: line 2: deps/slf4j-nop.jar: Permission denied
    /root/server/run.sh: line 2: deps/jython.jar: Permission denied
    /root/server/run.sh: line 2: log4j-1.2.15.jar: command not found
    /root/server/run.sh: line 2: server.Server: command not found
    Reply With Quote  
     

  4. #4  
    Registered Member
    Invision's Avatar
    Join Date
    Nov 2013
    Posts
    287
    Thanks given
    54
    Thanks received
    303
    Rep Power
    655
    post your sh
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Mar 2012
    Age
    27
    Posts
    1,518
    Thanks given
    473
    Thanks received
    324
    Rep Power
    0
    Quote Originally Posted by Invision View Post
    post your sh
    Code:
    #!/usr/bin/env bash
    java -cp bin:deps/GTLVote.jar;deps/poi.jar;deps/netty.jar;deps/mysql.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    read -n1 -r ip "Press any key to continue..." key
    Reply With Quote  
     

  6. #6  
    Registered Member
    Invision's Avatar
    Join Date
    Nov 2013
    Posts
    287
    Thanks given
    54
    Thanks received
    303
    Rep Power
    655
    have to change the way your deps are separated, use : not ;
    Reply With Quote  
     

  7. #7  
    Member
    Join Date
    Jun 2014
    Posts
    74
    Thanks given
    5
    Thanks received
    1
    Rep Power
    0
    Imo, I wouldn't suggest using vnc.
    Use a good SSH client, PuTTY will do for now, also, I recommend you install screen if you haven't already got it installed, if you want any extra help with setting up your VPS I can give you some tips on Skype, you can reach me on skype by "projectcxr".
    #screenordiekthxbai
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [Matrix 718] Need help with Debian VPS
    By Celestial_old in forum Help
    Replies: 2
    Last Post: 09-13-2013, 11:31 PM
  2. debian linux vps help please
    By Yourbad in forum Help
    Replies: 2
    Last Post: 08-17-2013, 10:46 PM
  3. Someone help me setup debian vps? [562]
    By `Lubricant in forum Help
    Replies: 1
    Last Post: 07-22-2011, 03:51 AM
  4. Can some1 help me with my debian vps(linux)
    By heroofown in forum Help
    Replies: 1
    Last Post: 08-07-2010, 08:23 AM
  5. Need help setting up RSPS on Debian VPS
    By homm88 in forum Help
    Replies: 1
    Last Post: 02-07-2010, 07:13 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •