make installworld problem

OxY oxy at field.hu
Sat May 13 23:42:49 PDT 2006


noexec was the problem, thanks!

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


> On 5/13/06, OxY <oxy at 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 at freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
>> To unsubscribe, send any mail to 
>> "freebsd-hackers-unsubscribe at freebsd.org"
>>
>
> Your /tmp has noexec set in fstab , ya might want to throw make
> installkernel KERNCONF=FOO  before the reboot also.
> 



More information about the freebsd-hackers mailing list