On Saturday 17 December 2005 22:55, Frank Steinborn wrote: > > > ===> libexec/bootpd (install) > > > install -s -o root -g wheel -m 555 bootpd /usr/libexec > > > strip: /usr/libexec/bootpd: Memory exhausted > Melvyn Sopacua wrote: > > strip /usr/libexec/bootpd > > strip: '/usr/libexec/bootpd': No such file
alright: cp /usr/obj/usr/src/libexec/bootpd/bootpd /tmp/ strip /tmp/bootpd If that works, rm -rf /usr/obj and redo. See if memory is still exhausted after installworld, but do it in single user mode if you didn't. -- Melvyn Sopacua [EMAIL PROTECTED] FreeBSD 6.0-STABLE Qt: 3.3.5 KDE: 3.4.3 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
