Successfull install on DOMu
working
i can confirm i have installed centos5.3 + PIAF on domu.
okay so i have a base domu that i build from , it is just a clean install of core centos 5.3
this is what i did.
yum -y groupinstall admin-tools base base-x core development-libs development-tools dns-server ftp-server mail-server mysql network-server server-cfg smb-server sound-and-video system-tools web-server x-software-development
yum -y install kernel-xen-devel php-mysql php php-gd php-mbstring php-pear php-mysql php-pear-db perl perl-libwww-perl perl-Date-Manip perl-DBD-mysql perl-DBI perl-Net-DNS perl-suidperl perl-XML-Parser audiofile-devel dhcp gd lm_sensors mc mysql-devel gcc-c++ automake xinetd t*f*t*p-server joe vim-enhanced
cd /tmp
get piafdl-0.1-1.noarch.rpm ## available inside the PIAF iso
get piafxtras-0.1-1.noarch.rpm ## available inside the PIAF iso
rpm -Uvh piafdl-0.1-1.noarch.rpm
rpm -Uvh piafxtras-0.1-1.noarch.rpm
/usr/local/sbin/piafdl 14
### now you will need to install your kernel-xen-devel
uname -r ### this will tell you what kernel you have mine is 2.6.18-128.el5xen
### i found my kernal here.
http://rpm.pbone.net/index.php3?stat=3&limit=5&srodzaj=3&dl=40&search=kernel-xen-devel
wget
ftp://ftp.pbone.net/mirror/ftp.cent...ntOS/kernel-xen-devel-2.6.18-128.el5.i686.rpm
rpm -i kernel-xen-devel-2.6.18-128.el5.i686.rpm
cd /usr/src/zaptel/kernel
make install
make config
genzaptelconfig
## tying to start zt dummy will maybe crash your domu, so heres what i did next . from dom0
xm shutdown <my-piaf-domu> , if that doesnt work xm destory <my-piaf-domu>. now we have to edit the zt dummy file . so we need to start the domu , but not start zaptel , then edit the file then start zaptel and configure , okay so from dom0 xm create -c <my-piaf-domu>
press i for interactive startup... just press yes to everything untill you get to zaptel press no, then press continue for the remaining services.
as per lmatter's post . do this
edit /usr/src/zaptel/kernel/ztdummy.c and comment out #define USE_RTC, then cd /usr/src/zaptel and "make install"
now reboot
all working
i have a working domu+config the file is 5GB but i can upload it to a central server if somebody wants to share it.
darren at sra dot net dot au