Chkconfig issue after install of VestaCP...
Chkconfig issue after install of VestaCP...
Hi,
So... I decided to install a fresh copy of VestaCP. It goes well, for the most part but this, I see:
vst-install-ubuntu.sh: line 734: chkconfig: command not found
vst-install-ubuntu.sh:: command not found
And seeing the other topic on fail2ban... obviously, chkconfig is no longer available, as seen in that thread. We should do something about that. I'm pretty sure there's something similar to chkconfig for Debian-based servers.
So... I decided to install a fresh copy of VestaCP. It goes well, for the most part but this, I see:
vst-install-ubuntu.sh: line 734: chkconfig: command not found
vst-install-ubuntu.sh:: command not found
And seeing the other topic on fail2ban... obviously, chkconfig is no longer available, as seen in that thread. We should do something about that. I'm pretty sure there's something similar to chkconfig for Debian-based servers.
Re: Chkconfig issue after install of VestaCP...
KeiroD wrote:Hi,
So... I decided to install a fresh copy of VestaCP. It goes well, for the most part but this, I see:
vst-install-ubuntu.sh: line 734: chkconfig: command not found
vst-install-ubuntu.sh:: command not found
And seeing the other topic on fail2ban... obviously, chkconfig is no longer available, as seen in that thread. We should do something about that. I'm pretty sure there's something similar to chkconfig for Debian-based servers.
http://askubuntu.com/questions/221293/w ... -in-ubuntu
Re: Chkconfig issue after install of VestaCP...
I know. I more or less referred to it by saying obviously, chkconfig is no longer available, as seen in that thread. ;)joem wrote:KeiroD wrote:Hi,
So... I decided to install a fresh copy of VestaCP. It goes well, for the most part but this, I see:
vst-install-ubuntu.sh: line 734: chkconfig: command not found
vst-install-ubuntu.sh:: command not found
And seeing the other topic on fail2ban... obviously, chkconfig is no longer available, as seen in that thread. We should do something about that. I'm pretty sure there's something similar to chkconfig for Debian-based servers.
http://askubuntu.com/questions/221293/w ... -in-ubuntu
What I'm trying to say, basically is... we need to either stop checking for chkconfig... or use an alternative. Preferably an alternative. Obviously, I'll have to get used to not using chkconfig. Personally, I prefer chkconfig but I digress.
But yeah. We should do something like that.
Re: Chkconfig issue after install of VestaCP...
KeiroD wrote:I know. I more or less referred to it by saying obviously, chkconfig is no longer available, as seen in that thread. ;)joem wrote:KeiroD wrote:Hi,
So... I decided to install a fresh copy of VestaCP. It goes well, for the most part but this, I see:
vst-install-ubuntu.sh: line 734: chkconfig: command not found
vst-install-ubuntu.sh:: command not found
And seeing the other topic on fail2ban... obviously, chkconfig is no longer available, as seen in that thread. We should do something about that. I'm pretty sure there's something similar to chkconfig for Debian-based servers.
http://askubuntu.com/questions/221293/w ... -in-ubuntu
What I'm trying to say, basically is... we need to either stop checking for chkconfig... or use an alternative. Preferably an alternative. Obviously, I'll have to get used to not using chkconfig. Personally, I prefer chkconfig but I digress.
But yeah. We should do something like that.
I was pointing out the fact you could use sysv-rc-conf which is the same thing just longer to type out.
Re: Chkconfig issue after install of VestaCP...
Oh... a misunderstanding on my part. Whoops. But yeah, you're right. It is a bit longer to type out... but you could also cheat and alias it to chkconfig. *shrug*joem wrote: I was pointing out the fact you could use sysv-rc-conf which is the same thing just longer to type out.