How to run "service cabal start" on ubuntu?

Results 1 to 6 of 6
  1. #1
    Enthusiast kilawin is offline
    MemberRank
    Sep 2007 Join Date
    PhilippinesLocation
    25Posts

    How to run "service cabal start" on ubuntu?

    Anyone knows how to run "service cabal start" on ubuntu? or command how to start cabal server?
    If someone knows how to make cabal server on ubuntu share your guide pls...
    I have my working cabal server on Centos, i just only want to try it on ubuntu.. help me pls..:frusty:
    Last edited by cypher; 29-08-08 at 07:47 PM. Reason: added a proper title


  2. #2
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: How to run "service cabal start" on ubuntu?

    I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.

  3. #3
    Enthusiast kilawin is offline
    MemberRank
    Sep 2007 Join Date
    PhilippinesLocation
    25Posts

    Re: How to run "service cabal start" on ubuntu?

    awts sorry.. wrong section:lookaroun. thank you sir.

  4. #4
    space omen is offline
    MemberRank
    Aug 2003 Join Date
    LondonLocation
    1,088Posts
    So is there a solution to ubuntu "service cabal start" ?

    okay I managed to get something working but something else broke ...
    copy the files from etc/rc.d/init.d to etc/init.d

    Code:
    cp /etc/rc.d/init.d/cabal /etc/init.d/cabal
    cp /etc/rc.d/init.d/cabal_server /etc/init.d/cabal_server
    cp /etc/rc.d/init.d/functions /etc/init.d/functions
    now the command "service cabal start" should work, if it doesn't do this;
    Code:
    sudo gedit /etc/cabal/server_list
    #change

    Code:
    GlobalDBAgent
    DBAgent_24
    GlobalMgrSvr
    ChatNode_24
    LoginSvr_01
    CashDBAgent
    WorldSvr_24_01
    #to
    Code:
    usr/bin/GlobalDBAgent
    usr/bin/DBAgent_24
    usr/bin/GlobalMgrSvr
    usr/bin/ChatNode_24
    usr/bin/LoginSvr_01
    usr/bin/CashDBAgent
    usr/bin/WorldSvr_24_01
    Last edited by cypher; 04-09-08 at 09:33 AM. Reason: fixed dbl post

  5. #5
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: How to run "service cabal start" on ubuntu?

    I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.

  6. #6
    space omen is offline
    MemberRank
    Aug 2003 Join Date
    LondonLocation
    1,088Posts

    Re: How to run "service cabal start" on ubuntu?

    I managed to get the server running - will post results and how to later.



Advertisement