LINUX.ORG.RU

Установка Realplexor-а


0

1

Я в линуксе полный нуб. Пытаюсь поставить Dklab Realplexor на серв по данной инструкции:

cd /opt
wget http://github.com/DmitryKoterov/dklab_realplexor/tarball/master
tar zxf realplexor.tar.gz
mv realplexor/ dklab_realplexor

# Now deal with an init-script.
ln -s /opt/dklab_realplexor/dklab_realplexor.init /etc/init.d/dklab_realplexor
chkconfig --add dklab_realplexor
chkconfig dklab_realplexor on
service dklab_realplexor start
Когда дохожу до команды chkconfig --add dklab_realplexor выдаёт ошибку: -bash: chkconfig: command not found

Вот всё, что я делал:

DmitryKoterov-dklab_realplexor-399b83a.tar.gz 
root@vps2124:/opt# tar zxf *realplexor*.tar.gz
root@vps2124:/opt# ls
DmitryKoterov-dklab_realplexor-399b83a 
DmitryKoterov-dklab_realplexor-399b83a.tar.gz 
root@vps2124:/opt# mv *realplexor*/ dklab_realplexor
root@vps2124:/opt# ls
DmitryKoterov-dklab_realplexor-399b83a.tar.gz  dklab_realplexor 
root@vps2124:/opt# ln -s /opt/dklab_realplexor/dklab_realplexor.init /
etc/init.d/dklab_realplexor
ln: creating symbolic link `/etc/init.d/dklab_realplexor': File exists
root@vps2124:/opt# chkconfig --add dklab_realplexor
-bash: chkconfig: command not found
root@vps2124:/opt#  

Что я делаю не так?

так разобрался, надо было установить chkconfig

теперь после запуска команды: root@vps2124:/opt# chkconfig --add dklab_realplexor Выдаёт, и дальше не ставится:

insserv: warning: script 'S16webmin' missing LSB tags and overrides
insserv: warning: script is corrupt or invalid: /etc/init.d/../rc6.d/S
00vzreboot
insserv: warning: script 'S16loopback' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (0) of script `halt' overw
rites defaults (empty).
insserv: warning: current start runlevel(s) (0 6) of script `umountfs'
overwrites defaults (empty).
insserv: warning: current start runlevel(s) (0 6) of script `umountnfs
.sh' overwrites defaults (empty).
insserv: warning: current start runlevel(s) (0 6) of script `umountroo
t' overwrites defaults (empty).
insserv: warning: current start runlevel(s) (0 6) of script `sendsigs'
overwrites defaults (empty).
insserv: warning: current stop runlevel(s) (S) of script `mountall.sh'
overwrites defaults (empty).
insserv: warning: current start runlevel(s) (6) of script `reboot' ove
rwrites defaults (empty).
insserv: warning: script 'webmin' missing LSB tags and overrides
insserv: warning: script 'loopback' missing LSB tags and overrides
dklab_realplexor 0:off 1:off 2:on 3:on 4:on 5:on 6:
off

oneprist
() автор топика

chkconfig - это редхатовская утилита. Дистр-то у тебя какой?

mv ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.