Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2006 08:42:42 +0200
From:      "OxY" <oxy@field.hu>
To:        <freebsd-hackers@freebsd.org>
Subject:   Re: make installworld problem
Message-ID:  <000d01c67721$9a2b1a60$0201a8c0@oxy>
References:  <000801c6771f$dc108700$0201a8c0@oxy> <6aa237460605132340i7cd81af1ofdc83e717a773e9f@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
noexec was the problem, thanks!

----- Original Message ----- 
From: "whistles" <4whistles@gmail.com>
To: "OxY" <oxy@field.hu>
Sent: Sunday, May 14, 2006 8:40 AM
Subject: Re: make installworld problem


> On 5/13/06, OxY <oxy@field.hu> wrote:
>> hi!
>>
>> i just wanted to upgrade one of my servers to 6.1-release, used cvsup to
>> fetch 6.1-rel, then
>> make buildworld
>> make buildkernel
>> reboot
>> mergemaster -p
>> make installworld
>>
>> but when i start make installworld i got error...
>> i tried to delete the whole /usr/obj and did a make buildworld again, 
>> didn't helped..
>> dunno what's the matter, on other machines this problem doesn't appear..
>>
>> here's the error log:
>>
>> seismic-10 root# make installworld
>> mkdir -p /tmp/install.MXqa872H
>> for prog in [ awk cap_mkdb cat chflags chmod chown  date echo egrep find 
>> grep install-info  ln lockf make mkdir mtree mv pwd_mkdb rm sed sh sysctl 
>> test true uname wc zic; do  cp `which $prog` /tmp/install.MXqa872H;  done
>> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386 
>> CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin 
>> GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font 
>> GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac 
>> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.MXqa872H 
>> make -f Makefile.inc1 reinstall
>> make: Permission denied
>> *** Error code 126
>>
>> Stop in /usr/src.
>> *** Error code 1
>>
>> Stop in /usr/src.
>> _______________________________________________
>> freebsd-hackers@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>> To unsubscribe, send any mail to 
>> "freebsd-hackers-unsubscribe@freebsd.org"
>>
>
> Your /tmp has noexec set in fstab , ya might want to throw make
> installkernel KERNCONF=FOO  before the reboot also.
> 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000d01c67721$9a2b1a60$0201a8c0>