Re: strange installworld issue

2007-03-20 Thread Simon Chang

On 3/20/07, Jonathan Horne <[EMAIL PROTECTED]> wrote:

im trying to installworld on a machine that is having its first update.
buildworld and kernel completed without any errors, and installkernel seemed
just fine.  however, when i installworld, this is the error i get:

phoenix# make installworld
mkdir -p /tmp/install.7QbDbVE1
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.7QbDbVE1;  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.7QbDbVE1
/usr/obj/usr/src/make.i386/make -f Makefile.inc1 reinstall
awk: Permission denied
"/usr/src/Makefile.inc1", line 101: warning: "awk
'/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'
/usr/include/osreldate.h" returned non-zero status
echo:Permission denied
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

the machine is:
phoenix# uname -a
FreeBSD phoenix 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 11:15:11
EST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PHOENIX  i386

...but i believe its an AMD64 running i386.  obivously, this was done once
successfully, but it was done by my partner (but following my directions).  i
will note, that i am doing it in full multiuser mode, and not in single user (as
the cannonical method dictates), but at this point, im not totally sure my
current mode is where my problem lies.

can anyone help decipher this error message?



It looks like the installworld fails because of some permissions issue
(see the several permissions denied messages just before the stop
errors).  Either:

1)  You did not become root when you were attempting to do this,
2)  Some of your binaries had the system immutable flags set,
3)  Some other crazy stuff going on.

I have heard Dan Langille say that he could do an installworld without
dropping down to single user before (he wrote a tutorial on
www.freebsddiary.org where he talked about buildworld on a fast box
and installworld on a slow box).  But just so that we can compare
apples to apples, you should try doing it in single-user mode to
start.

SC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: strange installworld issue

2007-03-20 Thread Christian Walther

Did you reboot to single user mode before you did the installworld?
In this case you've probably forgotten to remount / rw.

HTH
Christian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: strange installworld issue

2007-03-20 Thread Derek Ragona

You may have foobar sources, or your awk isn't there.

check your awk.  If awk is ok, I'd suggest deleteing /usr/src and pulling 
down fresh sources.  If you do this be sure to save your kernel 
configuration file.


-Derek


At 10:33 AM 3/20/2007, Jonathan Horne wrote:

im trying to installworld on a machine that is having its first update.
buildworld and kernel completed without any errors, and installkernel seemed
just fine.  however, when i installworld, this is the error i get:

phoenix# make installworld
mkdir -p /tmp/install.7QbDbVE1
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.7QbDbVE1;  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.7QbDbVE1
/usr/obj/usr/src/make.i386/make -f Makefile.inc1 reinstall
awk: Permission denied
"/usr/src/Makefile.inc1", line 101: warning: "awk
'/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'
/usr/include/osreldate.h" returned non-zero status
echo:Permission denied
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

the machine is:
phoenix# uname -a
FreeBSD phoenix 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 11:15:11
EST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PHOENIX  i386

...but i believe its an AMD64 running i386.  obivously, this was done once
successfully, but it was done by my partner (but following my directions).  i
will note, that i am doing it in full multiuser mode, and not in single 
user (as

the cannonical method dictates), but at this point, im not totally sure my
current mode is where my problem lies.

can anyone help decipher this error message?

thanks,
jonathan




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


strange installworld issue

2007-03-20 Thread Jonathan Horne
im trying to installworld on a machine that is having its first update.
buildworld and kernel completed without any errors, and installkernel seemed
just fine.  however, when i installworld, this is the error i get:

phoenix# make installworld
mkdir -p /tmp/install.7QbDbVE1
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.7QbDbVE1;  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.7QbDbVE1
/usr/obj/usr/src/make.i386/make -f Makefile.inc1 reinstall
awk: Permission denied
"/usr/src/Makefile.inc1", line 101: warning: "awk
'/^#define[[:space:]]*__FreeBSD_version/ { print $3 }' 
/usr/include/osreldate.h" returned non-zero status
echo:Permission denied
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

the machine is:
phoenix# uname -a
FreeBSD phoenix 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 11:15:11
EST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PHOENIX  i386

...but i believe its an AMD64 running i386.  obivously, this was done once
successfully, but it was done by my partner (but following my directions).  i
will note, that i am doing it in full multiuser mode, and not in single user (as
the cannonical method dictates), but at this point, im not totally sure my
current mode is where my problem lies.

can anyone help decipher this error message?

thanks,
jonathan



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: strange installworld issue

2007-03-20 Thread Jonathan Horne

> im trying to installworld on a machine that is having its first update.
> buildworld and kernel completed without any errors, and installkernel seemed
> just fine.  however, when i installworld, this is the error i get:
>
> phoenix# make installworld
> mkdir -p /tmp/install.7QbDbVE1
> 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.7QbDbVE1;  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.7QbDbVE1
> /usr/obj/usr/src/make.i386/make -f Makefile.inc1 reinstall
> awk: Permission denied
> "/usr/src/Makefile.inc1", line 101: warning: "awk
> '/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'
> /usr/include/osreldate.h" returned non-zero status
> echo:Permission denied
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> the machine is:
> phoenix# uname -a
> FreeBSD phoenix 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 11:15:11
> EST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PHOENIX  i386
>
> ...but i believe its an AMD64 running i386.  obivously, this was done once
> successfully, but it was done by my partner (but following my directions).  i
> will note, that i am doing it in full multiuser mode, and not in single user 
> (as
> the cannonical method dictates), but at this point, im not totally sure my
> current mode is where my problem lies.
>
> can anyone help decipher this error message?
>
> thanks,
> jonathan

oops, checked google second, should have checked first.  found my issue:

/dev/ad4s1e /tmpufs rw,noexec   2   2

cheers,
jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


strange installworld issue

2007-03-20 Thread Jonathan Horne
im trying to installworld on a machine that is having its first update.
buildworld and kernel completed without any errors, and installkernel seemed
just fine.  however, when i installworld, this is the error i get:

phoenix# make installworld
mkdir -p /tmp/install.7QbDbVE1
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.7QbDbVE1;  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.7QbDbVE1
/usr/obj/usr/src/make.i386/make -f Makefile.inc1 reinstall
awk: Permission denied
"/usr/src/Makefile.inc1", line 101: warning: "awk
'/^#define[[:space:]]*__FreeBSD_version/ { print $3 }'
/usr/include/osreldate.h" returned non-zero status
echo:Permission denied
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

the machine is:
phoenix# uname -a
FreeBSD phoenix 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 11:15:11
EST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PHOENIX  i386

...but i believe its an AMD64 running i386.  obivously, this was done once
successfully, but it was done by my partner (but following my directions).  i
will note, that i am doing it in full multiuser mode, and not in single user (as
the cannonical method dictates), but at this point, im not totally sure my
current mode is where my problem lies.

can anyone help decipher this error message?

thanks,
jonathan




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"