-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error running sergate as init.d #19
Comments
Which Linux distribution are you running? |
centos. if i run directly the ./sergate starts ok. |
@BotoX
I tried using CentOS to compile these commands and failed.
Can not like this site and then design a script for CentOS, thank you! |
I'm using this on CentOS 6 |
@vdar This is just for the client, but the client only need to modify the |
when i execute "service sergate start" i get this error:
[root@chicago init.d]# service sergate start
/etc/init.d/sergate: line 12: /lib/lsb/init-functions: No such file or directory
that is fixed with
yum install redhat-lsb
and next error is
[root@chicago init.d]# service sergate start
/etc/init.d/sergate: line 29: log_daemon_msg: command not found
/etc/init.d/sergate: line 30: start-stop-daemon: command not found
/etc/init.d/sergate: line 32: log_end_msg: command not found
The text was updated successfully, but these errors were encountered: