<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Larsks</id>
	<title>OpenVZ Virtuozzo Containers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Larsks"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/Larsks"/>
	<updated>2026-06-10T04:40:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Installing_Trixbox_2.0_in_CentOS_VE&amp;diff=2685</id>
		<title>Installing Trixbox 2.0 in CentOS VE</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Installing_Trixbox_2.0_in_CentOS_VE&amp;diff=2685"/>
		<updated>2007-01-25T04:29:20Z</updated>

		<summary type="html">&lt;p&gt;Larsks: Minor spelling/grammar changes in opening paragraphs.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
Here is what I did to installed Trixbox 2.0 in a CentOS VE.  I found quite a bit of information scattered over the web and even one in the OpenVZ Forum.  Note that my installation doesn't use any hardware such as Zaptel.  I still see a warning about &amp;quot;can't load zaptel&amp;quot;, but I have still been able to use my VEs.  Yes, I have installed several of these.&lt;br /&gt;
&lt;br /&gt;
== Basic Steps ==&lt;br /&gt;
Here are the basic steps with details later:&lt;br /&gt;
# Create VE from CentOS Template.&lt;br /&gt;
# Add character device /dev/tty9 to VE&lt;br /&gt;
# Install rpmforge &amp;amp; apt&lt;br /&gt;
# Add DAG repository&lt;br /&gt;
# Install yum&lt;br /&gt;
# Install speex and libspeex-devel&lt;br /&gt;
# Download Trixbox 2.0 tar.gz file (not ISO) and extract to /var/trixbox_load&lt;br /&gt;
# Change to /var/trixbox_load and run install.sh script&lt;br /&gt;
   NOTE: You may need to run the script several times.  Just seems like YUM doesn't &lt;br /&gt;
         install all the packages at the same time.  I am not sure what's up here.&lt;br /&gt;
&lt;br /&gt;
== Detailed Steps ==&lt;br /&gt;
# Create VE from CentOS Template.&lt;br /&gt;
#* eg. vzctl create 204 --ostemplate centos-4-i386-default --config vps-basic&lt;br /&gt;
# Add character device /dev/tty9 to VE&lt;br /&gt;
#* eg. vzctl set 204 --devices c:4:9:rw --save&lt;br /&gt;
#* NOTE: If you are using zaptel or capi, then you will need to add those devices to the VE&lt;br /&gt;
# Install rpmforge &amp;amp; apt&lt;br /&gt;
#* You may check for the most recent release of rpmforge and apt.  If you encounter error running rpm, you may need a newer rpm (rpm-4.3.3-18_nonptl.i386.rpm) which u can find in Google.&lt;br /&gt;
## Intall RPMFORGE&lt;br /&gt;
#* SITE=&amp;quot;http://dag.wieers.com/packages/rpmforge-release/&amp;quot;&lt;br /&gt;
#* rpm -Uvh ${SITE}/rpmforge-release-0.3.6-1.el4.rf.i386.rpm &lt;br /&gt;
## Install APT&lt;br /&gt;
##* STIE=&amp;quot;http://dag.wieers.com/packages/apt/&amp;quot;&lt;br /&gt;
##* rpm -Uvh ${SITE}/apt-0.5.15lorg3.2-1.el4.rf.i386.rpm &lt;br /&gt;
# Add DAG repository for yum&lt;br /&gt;
#* rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt&lt;br /&gt;
#* mkdir -p /etc/yum.repos.d&lt;br /&gt;
#* Create a file /etc/yum.repos.d/dag.repo, with:&lt;br /&gt;
#*:   [dag]&lt;br /&gt;
#*:   name=Dag RPM Repository for Red ht Enterprise Linux&lt;br /&gt;
#*:   baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag&lt;br /&gt;
#*:   gpgcheck=1&lt;br /&gt;
#*:   enabled=1&lt;br /&gt;
# Install yum&lt;br /&gt;
## Try installing yum via apt-get&lt;br /&gt;
##* apt-get update&lt;br /&gt;
##* apt-get install yum&lt;br /&gt;
## If that failed, then try doing the easy way. :)&lt;br /&gt;
##* rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4&lt;br /&gt;
##* SITE=http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS&lt;br /&gt;
##*: rpm -Uvh ${SITE}/yum-2.4.3-1.c4.noarch.rpm ${SITE}/libxml2-python-2.6.16-6.i386.rpm ${SITE}/python-elementtree-1.2.6-4.2.1.i386.rpm  ${SITE}/python-sqlite-1.1.7-1.2.i386.rpm   ${SITE}/rpm-python-4.3.3-18_nonptl.i386.rpm  ${SITE}/python-urlgrabber-2.9.8-2.noarch.rpm  ${SITE}/centos-release-4-4.2.i386.rpm ${SITE}/sqlite-3.3.3-1.2.i386.rpm&lt;br /&gt;
##*: NOTE: the whole thing is just one long command, use '\' to break it up.&lt;br /&gt;
# Install speex and libspeex-devel&lt;br /&gt;
#* rpm -Uvh ${SITE}/speex-1.0.4-4.i386.rpm ${SITE}/speex-devel-1.0.4-4.i386.rpm&lt;br /&gt;
# Download [http://www.trixbox.org Trixbox 2.0] tar.gz file (not ISO) and extract to /var/trixbox_load&lt;br /&gt;
# Change to /var/trixbox_load&lt;br /&gt;
#* mkdir /var/trixbox_load&lt;br /&gt;
#* tar zxf trixbox-2.0.tar.gz -C /var/trixbox_load/&lt;br /&gt;
#  Run install.sh script&lt;br /&gt;
## I find that I need to run this script several time, 2 or 3, and that it is best to reboot before running the first time.&lt;br /&gt;
##* cd /var/trixbox_load/&lt;br /&gt;
##* ./install.sh&lt;br /&gt;
&lt;br /&gt;
== Resources - Links where I got my info. ==&lt;br /&gt;
# http://www.eukhost.com/forums/archive/index.php/t-839.html&lt;br /&gt;
# http://www.trixbox.org/modules/newbb/viewtopic.php?topic_id=7992&amp;amp;forum=1&lt;br /&gt;
# http://www.trixbox.org/modules/newbb/viewtopic.php?viewmode=thread&amp;amp;topic_id=4622&amp;amp;forum=2&amp;amp;post_id=33831#33831&lt;br /&gt;
# http://helpdesk.peoplehost.com/index.php?_m=knowledgebase&amp;amp;_a=viewarticle&amp;amp;kbarticleid=45&amp;amp;nav=0,6&lt;br /&gt;
# http://wiki.garylaw.net/doku.php?id=technical:unix:linux:yum&lt;br /&gt;
# http://rudyegenias.wordpress.com/2006/12/19/installing-yum-in-bayanihan-linux-server-2006/&lt;br /&gt;
# http://rpm.pbone.net/index.php3 (use this to find any rpm)&lt;br /&gt;
# http://www.trixbox.org/modules/newbb/viewtopic.php?topic_id=8352&amp;amp;forum=1&amp;amp;viewmode=flat&amp;amp;order=ASC&amp;amp;start=10&amp;amp;&lt;br /&gt;
&lt;br /&gt;
[[Category:HOWTO]]&lt;/div&gt;</summary>
		<author><name>Larsks</name></author>
		
	</entry>
</feed>