Tuesday, May 16, 2006

creating an flamerobin/firebird live cd [DONE]

follow the guide

https://help.ubuntu.com/community/LiveCDCustomization

in the Customization part (after you do sudo chroot edit)
I decomented the two lines in /etc/apt/sources.list

deb http://archive.ubuntu.com/ubuntu dapper universe
deb-src http://archive.ubuntu.com/ubuntu dapper universe

in the /etc/resolv.conf i have added one nameserver we had on our lan (you need to delete it after you finish customizing the distro)
nameserver 127.0.0.1


before installing firebird is a good idea to stop the firebird on your system
then after you chroot do the following

apt-get install firebird2-super-server firebird2-utils-super ibwebadmin firebird2-examples



install the flamerobin from debian

sudo apt-get install libwxgtk2.6-0
wget http://puzzle.dl.sourceforge.net/sourceforge/flamerobin/flamerobin_0.7.2-1_i386.deb
dpkg -i flamerobin_0.7.2-1_i386.deb

At the end when creating the iso , i named it firebird live cd

sudo mkisofs -r -V "$IMAGE_NAME" -cache-inodes -J -l -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o ../firebird-dapper-live-i386.iso .

And here is the screen shot















..:: ::..:: ::...:: ::...:: ::..:: ::..

Labels: , , , , , ,


Comments:
hi,
I am trying to install postgresql-8.1 in the chrooted environment of xubuntu-6.06.1. I am getting some errors:
#################################
root@proxy:~# apt-get install postgresql-8.1
Reading package lists... Done
Building dependency tree... Done
postgresql-8.1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up postgresql-8.1 (8.1.4-0ubuntu1) ...
Error: cluster configuration already exists
dpkg: error processing postgresql-8.1 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
postgresql-8.1
E: Sub-process /usr/bin/dpkg returned an error code (1)
#######################################

can you help me
 
you need to remove postgresql first
 
Any tips for installing and running mysql inside chroot?
 
what problems do you have with mysql in chroot ??
 
Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?