Date: Wed, 23 Dec 1998 23:24:56 -0500 From: Benjamin Schurman <brs@mediaone.net> To: freebsd-questions@FreeBSD.ORG Subject: kernel install problem Message-ID: <3681C218.EEC336B2@mediaone.net>
next in thread | raw e-mail | index | archive | help
--------------C22F43C355EC7195C59A9DED
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I have recently run into some trouble when I recompile my kernel and try
to install it. I have sucessfully done this before on the same machine.
(A Pentium 166MMX running FreeBSD 2.2.7) However, I can now build the
kernel sucessfully but when I type make install I get the following
error message:
mulva# make install
chflags noschg /kernel
mv /kernel /kernel.old
PATH=${PATH}:/sbin:/usr/sbin; if [ `sysctl -n kern.bootfile` = /kernel
] ; then sysctl -w kern.bootfile=/kernel.old ; if [ -f
/var/db/kvm_kernel.db ] ; then mv -f /var/db/kvm_kernel.db
/var/db/kvm_kernel.old.db ; fi fi
kern.bootfile: /kernel -> /kernel.old
install -c -m 555 -o root -g wheel -fschg kernel /
install: invalid option -- f
Try `install --help' for more information.
*** Error code 1
Stop.
I have been able to do this in the past and I did not install a new
version of install. Any help is greatly appreciated.
Thanks,
->Benjamin Schurman
--
Benjamin Ryder Schurman
brs@mediaone.net
--------------C22F43C355EC7195C59A9DED
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I have recently run into some trouble when I recompile my kernel
and try to install it. I have sucessfully done this before on the
same machine. (A Pentium 166MMX running FreeBSD 2.2.7) However,
I can now build the kernel sucessfully but when I type make install
I get the following error message:
<p>mulva# make install
<br>chflags noschg /kernel
<br>mv /kernel /kernel.old
<br>PATH=${PATH}:/sbin:/usr/sbin; if [ `sysctl -n kern.bootfile`
= /kernel ] ; then sysctl -w kern.bootfile=/kernel.old ; if
[ -f /var/db/kvm_kernel.db ] ; then mv -f /var/db/kvm_kernel.db /var/db/kvm_kernel.old.db
; fi fi
<br>kern.bootfile: /kernel -> /kernel.old
<br>install -c -m 555 -o root -g wheel -fschg kernel /
<br>install: invalid option -- f
<br>Try `install --help' for more information.
<br>*** Error code 1
<p>Stop.
<p> I have been able to do this in the past and I did not
install a new version of install. Any help is greatly appreciated.
<p>Thanks,
<br>->Benjamin Schurman
<br>
<pre>--
Benjamin Ryder Schurman
brs@mediaone.net</pre>
<p> </html>
--------------C22F43C355EC7195C59A9DED--
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3681C218.EEC336B2>
