VIDEOCHAT  ::   FAQ  ::   Поиск  ::   Регистрация  ::   Вход

OpenVZ + CentOS5 + Asterisk

Новичком считается только что прочитавший «Астериск - будущее телефонии»
http://asterisk.ru/knowledgebase/books
и пытающийся сделать большее

Модераторы: april22, Zavr2008

Ответить
Аватара пользователя
johnsilver182
Сообщения: 54
Зарегистрирован: 20 авг 2012, 07:58

OpenVZ + CentOS5 + Asterisk

Сообщение johnsilver182 »

Hi All

Прочитал
http://asteriskonvps.com/how-to-install ... -server-2/
Мне бы каменты на русском по пунктам , кто что может


Install on a 64Bit centos 5.X ranges Do not do this installation on Centos
Пример для Centos 5 !!!!

1. Remove 32 bit they may cause hard to find problems
Изгнать 32 битные пакеты ???

yum remove *.i?86
yum clean all
yum grouplist installed

2. Copy and paste everything below and repeat the pasting 9 times (this is faster tht pasing one by one) \
Зачем - не совсем понятно

yum groupremove 'DNS Name Server'
yum groupremove 'Editors'
yum groupremove 'Legacy Network Server'
yum groupremove 'Mail Server'
yum groupremove 'Network Servers'
yum groupremove 'System Tools'
yum groupremove 'Text-based Internet'
yum groupremove 'Web Server'
yum groupremove 'Windows File Server'

3. Prevent 32bit packages from being installed
Запрет на установку каких либо 32bit пакетов

# yum install -y nano
nano /etc/yum.conf
Add the following line
exclude=*.i?86
press (Ctrl-x> y >Enter)

4. Now update the base install
yum -y update

5. Install Asterisk/FreePBX required packages, other useful packages, and their dependencies
yum groupinstall core
yum groupinstall base
yum install gcc gcc-c++ wget bison mysql-devel mysql-server php php-mysql php-pear php-pear-DB php-mbstring nano tftp-server httpd make ncurses-devel libtermcap-devel sendmail sendmail-cf caching-nameserver sox newt-devel libxml2-devel libtiff-devel php-gd audiofile-devel gtk2-devel subversion


6. Get rid of some unnecessary packages.
Удалить некоторые ненужные пакеты
yum remove yum-updatesd cups cups-lpd redhat-lsb autofs pcsc-lite smartmontools cpuspeed

7. Shutdown unnecessary daemon brcm-iscsi
Удалить какой то упоротый сервис

chkconfig iscsi off
chkconfig iscsid off
service iscsid stop
service iscsi stop

Первая ошибка , надеюсь что так и надо
service iscsi stop [FAILED]

8. Replace syslog with the improved and backwards compatible rsyslog
Заменили syslog каким то более крутым rssyslog
yum -y install rsyslog
chkconfig syslog off
chkconfig rsyslog on
service syslog stop
service rsyslog start

9. To prevent problems that can occur in an OpenVZ VPS if udev is ever updated do the following:
Что то важно но непойму !!

nano /etc/rc.local
add the following lines:
/bin/rm -rf /dev/null
/bin/rm -rf /dev/random
/bin/rm -rf /dev/tty*
/bin/rm -rf /dev/pty*
/bin/mknod -m 0666 /dev/null c 1 3
/bin/mknod -m 0644 /dev/random c 1 8
/sbin/MAKEDEV tty
/sbin/MAKEDEV pty
press (Ctrl-x> y >Enter)

10. Disable SELINUX
Запретить неведомую херню SELINUX

nano /etc/selinux/config
Look for SELINUX=enforcing and edit to say SELINUX=disabled
press (Ctrl-x> y >Enter)

11.Make sure selinux is turned off for this session
Проверить выключили ли SELINUX
setenforce 0

12 Enable the tftp server on startup if required (for configuring phones on LAN or VPN)
Непонял зачем FTP , пропустил

nano /etc/xinetd.d/tftp
change “disable=yes” to “disable=no”
press (Ctrl-X>y>ENTER)

13. Set timezone:
Временная зона \ Азия наш ДОМ !!
ln -sf /usr/share/zoneinfo/Asia/Yekaterinburg /etc/localtime
Asterisk 1.18.11.0
Ответить
© 2008 — 2025 Asterisk.ru
Digium, Asterisk and AsteriskNOW are registered trademarks of Digium, Inc.
Design and development by PostMet-Netzwerk GmbH