help regarding the installation of onesis in opensolaris

32 views
Skip to first unread message

sreevani...@gmail.com

unread,
Jun 7, 2009, 9:14:10 AM6/7/09
to xcpu mailing list
hello everyone,
I am a in my third year of college and a newbie to linux.I have chosen
to port oneSIS to opensolaris repository,which is listed in the to-be
ported page on the link :

I downloaded the tar ball for onesis in opensolaris 5.11 which is
running in a virtualbox and extracted the contents of it.The manual/
documentation which came along with onesis gave the following
instructions to install :
cd oneSIS-2.0.1
make install

once i run this command i get the following error:
------------------------------------------------------------------------------------------------------------------------------------------------------------------

sreevani@myopensolaris:~/Download/oneSIS-2.0.1$ pfexec bash
sreevani@myopensolaris:~/Download/oneSIS-2.0.1# make install
Makefile:155: warning: overriding commands for target `/etc/xcpu/
admin_key.pub'
Makefile:151: warning: ignoring old commands for target `/etc/xcpu/
admin_key.pub'
cd oneSIS.pm && perl Makefile.PL / INSTALLSITEMAN3DIR=//usr/share/man/
man3 && make
Writing Makefile for oneSIS
make[1]: Entering directory `/export/home/sreevani/Download/
oneSIS-2.0.1/oneSIS.pm'
Manifying blib/man3/oneSIS.3
make[1]: Leaving directory `/export/home/sreevani/Download/
oneSIS-2.0.1/oneSIS.pm'
install -m 755 -d //sbin; \
install -m 755 -d //etc; \
install -m 755 -d //etc/oneSIS; \
install -m 755 -d //usr/share/oneSIS/initramfs-templates; \
install -m 755 -d //usr/share/oneSIS/xcpu-templates; \
install -m 755 -d //usr/share/oneSIS/distro-patches; \
install -m 755 -d //usr/share/oneSIS/includes; \
install -m 755 -d //usr/share/oneSIS/doc; \
install -m 755 ./rc.preinit \
./mk-sysimage \
./mk-initramfs-oneSIS \
./mk-xcpu-oneSIS \
./mk-diskful \
./copy-rootfs \
./pwr \
./consl \
./sync-node \
./update-node \
./pxe-config \
./myclass \
./myprops \
./mirror-image \
//sbin; \
install -m 644 ./initramfs-templates/initramfs-x86.tar.gz //usr/
share/oneSIS/initramfs-templates; \
install -m 644 //usr/share/oneSIS/xcpu-templates; \
install -m 644 ./distro-patches/debian.patch ./distro-patches/
fedora-2.patch ./distro-patches/gentoo.patch ./distro-patches/
redhat-7.1.patch ./distro-patches/redhat-7.3.patch ./distro-patches/
redhat-8.0.patch ./distro-patches/redhat-9.0.patch ./distro-patches/
redhat-el-as4.patch ./distro-patches/redhat-el-as4u4.patch ./distro-
patches/redhat-el-as5.patch ./distro-patches/redhat-el-as5-u2.patch ./
distro-patches/redhat-el-ws3-u3.patch ./distro-patches/redhat-el-ws3-
u4.patch ./distro-patches/suse-10.1.patch ./distro-patches/
suse-9.1.patch ./distro-patches/ubuntu.patch //usr/share/oneSIS/distro-
patches; \
install -m 644 ./includes/CONSOLECMD-conman.oneSIS ./includes/
POWERCMD-powerman.oneSIS ./includes/sysimage.conf.rhel4 ./includes/
sysimage.conf.rhel5 //usr/share/oneSIS/includes; \
install -m 644 doc/oneSIS-manual.pdf //usr/share/oneSIS/doc; \
cp -ap doc/oneSIS-manual-onepage //usr/share/oneSIS/doc/oneSIS-
manual; \
if [ ! -e //etc/sysimage.conf ]; then \
install -m 644 ./sysimage.conf.empty //etc/sysimage.conf; \
fi; \
if [ ! -e //etc/oneSIS/initramfs.conf ]; then \
install -m 644 ./initramfs.conf //etc/oneSIS/initramfs.conf; \
fi; \
if [ ! -e //etc/oneSIS/xcpu.conf ]; then \
install -m 644 ./xcpu.conf //etc/oneSIS/xcpu.conf; \
fi; \
install -m 644 ./sysimage.conf.empty ./sysimage.conf.sample //etc/
oneSIS; \
cd oneSIS.pm && make pure_install
find: stat() error ./mk-xcpu-oneSIS: No such file or directory
./rc.preinit installed as //sbin/rc.preinit
./initramfs-templates/initramfs-x86.tar.gz installed as //usr/share/
oneSIS/initramfs-templates/initramfs-x86.tar.gz
find: cycle detected for /lib/secure/32/
find: cycle detected for /lib/32/
find: cycle detected for /lib/crypto/32/
find: cycle detected for /usr/lib/lwp/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/
find: cycle detected for /usr/lib/secure/32/
find: cycle detected for /usr/lib/link_audit/32/
find: cycle detected for /usr/lib/32/
find: cycle detected for /usr/lib/elfedit/32/

install: xcpu-templates was not found anywhere!
./distro-patches/debian.patch installed as //usr/share/oneSIS/distro-
patches/debian.patch
./includes/CONSOLECMD-conman.oneSIS installed as //usr/share/oneSIS/
includes/CONSOLECMD-conman.oneSIS
doc/oneSIS-manual.pdf installed as //usr/share/oneSIS/doc/oneSIS-
manual.pdf
find: stat() error //etc/oneSIS/xcpu.conf: No such file or directory
find: cycle detected for /lib/secure/32/
find: cycle detected for /lib/32/
find: cycle detected for /lib/crypto/32/
find: cycle detected for /usr/lib/lwp/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/
find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/
find: cycle detected for /usr/lib/secure/32/
find: cycle detected for /usr/lib/link_audit/32/
find: cycle detected for /usr/lib/32/
find: cycle detected for /usr/lib/elfedit/32/

install: xcpu.conf was not found anywhere!
./sysimage.conf.empty installed as //etc/oneSIS/sysimage.conf.empty
make[1]: Entering directory `/export/home/sreevani/Download/
oneSIS-2.0.1/oneSIS.pm'
Writing //usr/lib/site_perl/5.8.4/i86pc-solaris-64int/auto/
oneSIS/.packlist
make[1]: Leaving directory `/export/home/sreevani/Download/
oneSIS-2.0.1/oneSIS.pm'
---------------------------------------------------------------------------------------------------------------------------------------------------------
Here is the output of the make install command.I am a newbie and do
not know how to proceed or go about.tmpfs and devfs is supported by
this opensolaris kernel.
I have installed open solaris in a virtualbox with 1036MB of RAM.the
architecture of my machine is x86 and the host operating system is
Ubuntu 8.10.Please help me out .
Reply all
Reply to author
Forward
0 new messages