Ask a Question related to FreeBSD, Design and Development.
-
Viren Patel #1
Compiling linux_base in jail fails
Hello. I am trying to install linux_base inside a jail and
it fails with the following:
#make
===> Extracting for linux_base-rh-7.3
=> Checksum OK for
rpm/rh-7.3/glibc-common-2.2.5-44.legacy.3.i386.rpm.
=> Checksum OK for
rpm/rh-7.3/glibc-2.2.5-44.legacy.3.i386.rpm.
=> Checksum OK for
rpm/rh-7.3/redhat-release-7.3-1.noarch.rpm.
=> Checksum OK for rpm/rh-7.3/setup-2.5.12-1.noarch.rpm.
=> Checksum OK for rpm/rh-7.3/filesystem-2.1.6-2.noarch.rpm.
=> Checksum OK for rpm/rh-7.3/basesystem-7.0-2.noarch.rpm.
=> Checksum OK for rpm/rh-7.3/termcap-11.0.1-10.noarch.rpm.
=> Checksum OK for rpm/rh-7.3/db1-1.85-8.i386.rpm.
=> Checksum OK for rpm/rh-7.3/db3-3.3.11-6.i386.rpm.
=> Checksum OK for rpm/rh-7.3/gdbm-1.8.0-14.i386.rpm.
=> Checksum OK for rpm/rh-7.3/glib-1.2.10-5.i386.rpm.
=> Checksum OK for rpm/rh-7.3/glib2-2.0.1-2.i386.rpm.
=> Checksum OK for rpm/rh-7.3/libtermcap-2.0.8-28.i386.rpm.
=> Checksum OK for rpm/rh-7.3/bash-2.05a-13.i386.rpm.
=> Checksum OK for rpm/rh-7.3/bzip2-libs-1.0.2-2.i386.rpm.
=> Checksum OK for rpm/rh-7.3/bzip2-1.0.2-2.i386.rpm.
=> Checksum OK for rpm/rh-7.3/libstdc++-2.96-110.i386.rpm.
=> Checksum OK for
rpm/rh-7.3/compat-libstdc++-6.2-2.9.0.16.i386.rpm.
=> Checksum OK for rpm/rh-7.3/ncurses-5.2-26.i386.rpm.
=> Checksum OK for rpm/rh-7.3/info-4.1-1.i386.rpm.
=> Checksum OK for rpm/rh-7.3/fileutils-4.1-10.i386.rpm.
=> Checksum OK for rpm/rh-7.3/grep-2.5.1-1.i386.rpm.
=> Checksum OK for rpm/rh-7.3/popt-1.6.4-7x.18.i386.rpm.
=> Checksum OK for rpm/rh-7.3/readline-4.2a-4.i386.rpm.
=> Checksum OK for rpm/rh-7.3/setserial-2.17-5.i386.rpm.
=> Checksum OK for rpm/rh-7.3/slang-1.4.5-2.i386.rpm.
=> Checksum OK for rpm/rh-7.3/sh-utils-2.0.11-14.i386.rpm.
=> Checksum OK for rpm/rh-7.3/rpm-4.0.4-7x.18.i386.rpm.
=> Checksum OK for rpm/rh-7.3/zlib-1.1.3-25.7.i386.rpm.
=> Checksum OK for
rpm/rh-7.3/XFree86-libs-4.3.0-78.EL.tj.i386.rpm.
===> linux_base-rh-7.3 depends on executable: rpm - found
LC_ALL=C rpm --initdb --root
/usr/ports/emulators/linux_base/work/linux_base-rh-7.3
--dbpath /var/lib/rpm
kern.fallback_elf_brand: -1
sysctl: kern.fallback_elf_brand: Operation not permitted
ELF binary type "0" not known.
execution of glibc-2.2.5-44.legacy.3 script failed, exit
status 255
*** Error code 1
Stop in /usr/ports/emulators/linux_base.
Any ideas on how to get linux emulator running inside a
jail? Thanks.
--
Viren Patel
Chemistry & Biochemistry
University of Texas at Austin
Viren Patel Guest
-
#39765 [NEW]: cross compiling for arm fails for PHP > 5.1.0
From: reto dot galante at solarmax dot com Operating system: Debian Linux (Sarge) PHP version: 5.2.0 PHP Bug Type: Compile... -
#39765 [Opn->Fbk]: cross compiling for arm fails for PHP > 5.1.0
ID: 39765 Updated by: tony2001@php.net Reported By: reto dot galante at solarmax dot com -Status: Open... -
problems getting a jail running on 5.3-RELEASE using man 8 jail
I am running a 5.3-RELEASE-p5 machine. $uname -a FreeBSD twinmp.tcbug.org 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Wed Feb 9 16:54:40 CST 2005... -
#24950 [Com]: Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails
ID: 24950 Comment by: cunha17 at uol dot com dot br Reported By: fschulze at more-radio dot de Status: Feedback... -
#24950 [NEW]: Compiling PHP --with-oci8 --with oracle (Oracle 9i) fails
From: fschulze at more-radio dot de Operating system: Solaris8 PHP version: 4.3.2 PHP Bug Type: Compile Failure Bug... -
Jason Henson #2
Re: Compiling linux_base in jail fails
On 02/25/05 10:53:03, Viren Patel wrote:
Use base-8, 7 is old and has security issues I hear. Check> ===> linux_base-rh-7.3 depends on executable: rpm - found
> LC_ALL=C rpm --initdb --root
> /usr/ports/emulators/linux_base/work/linux_base-rh-7.3
> --dbpath /var/lib/rpm
> kern.fallback_elf_brand: -1
> sysctl: kern.fallback_elf_brand: Operation not permitted
> ELF binary type "0" not known.
> execution of glibc-2.2.5-44.legacy.3 script failed, exit
> status 255
> *** Error code 1
>
> Stop in /usr/ports/emulators/linux_base.
>
> Any ideas on how to get linux emulator running inside a
> jail? Thanks.
>
/usr/ports/UPDATING. It seems to me the sysctl kern.fallback_elf_brand
is being changed, but you can't do that in a jail. Just do it as root.
Then it would be avaliable to all programs, even those you might be
running in a jail.
Jason Henson Guest



Reply With Quote

