Code Monkey home page Code Monkey logo

Comments (14)

FezVrasta avatar FezVrasta commented on September 3, 2024

I'm on CentOS as well, I'm going to merge a PR to fix the lot of stuff in debian/ubuntu. then we'll have to write an alternative daemon for centos, because it uses a different init method.

this is the PR:#23

I'm waiting for some changes from the author before I can push

from ark-server-tools.

ProfX66 avatar ProfX66 commented on September 3, 2024

Alright, sounds good, I'm avail for any testing of the centos stuff once you have it made.

from ark-server-tools.

Sispheor avatar Sispheor commented on September 3, 2024

It should be ok now with the last version

from ark-server-tools.

ProfX66 avatar ProfX66 commented on September 3, 2024

I am now receiving a similar but different error: http://pastebin.com/raw.php?i=BRDAQUWP

Also on centos 7 . /lib/lsb/init-functions does not exist, I modified it to . /etc/init.d/functions because that's where my daemon functions seem to be located.

from ark-server-tools.

Sispheor avatar Sispheor commented on September 3, 2024

can you try to add this line on the top of the file

#!/bin/bash

2015-06-21 21:03 GMT+02:00 ProfX66 [email protected]:

I am now receiving a similar but different error:
http://pastebin.com/raw.php?i=BRDAQUWP

Also on centos 7 . /lib/lsb/init-functions does not exist, I modified it
to . /etc/init.d/functions because that's where my daemon functions seem
to be located.


Reply to this email directly or view it on GitHub
#27 (comment)
.

Nicolas MARCQ

from ark-server-tools.

ProfX66 avatar ProfX66 commented on September 3, 2024

Received a different exit code but same type of error: http://pastebin.com/raw.php?i=4Zw37wRp

from ark-server-tools.

Sispheor avatar Sispheor commented on September 3, 2024

Even with SELINUX disabled?

from ark-server-tools.

ProfX66 avatar ProfX66 commented on September 3, 2024

Yes, SELINUX is disabled on the system.

from ark-server-tools.

Sispheor avatar Sispheor commented on September 3, 2024

Ok, I didn't try the script on this system. Maybe /lib/lsb/init-functions doesn't exist on CentOS7.

@FezVrasta Do we provide support for both Debian and RH familly? ARK dev seems to support only Ubuntu 14.04 from now.

from ark-server-tools.

FezVrasta avatar FezVrasta commented on September 3, 2024

Yes I'd love to support support for both. I have a CentOS 6.6 system and honestly I think the RHEL family is the best suited for servers (imho).

from ark-server-tools.

Sispheor avatar Sispheor commented on September 3, 2024

I can see you have an error with log_daemon_msg
/lib/lsb/init-functions doesn't seem to work well under bash. Can you try with this shell:

#!/bin/sh 

instead of

#!/bin/bash

Does the file /lib/lsb/init-functions exist?

from ark-server-tools.

ProfX66 avatar ProfX66 commented on September 3, 2024

No change.

The entire /lib/lsb directory does not exist.

Is there a library I'm missing? or is it just another centos oddity?

from ark-server-tools.

Sispheor avatar Sispheor commented on September 3, 2024

I think the current script will only work on Debian family system. I work on RH version and I'll push it when ready.

from ark-server-tools.

FezVrasta avatar FezVrasta commented on September 3, 2024

continue on #30

from ark-server-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.