Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2002 22:37:52 +0900 (JST)
From:      n-kogane@syd.odn.ne.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/43451: can't execute MAKEDEV in fixit floppy.
Message-ID:  <200209281337.WAA03011@kces1.koganemaru.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         43451
>Category:       misc
>Synopsis:       can't execute MAKEDEV in fixit floppy.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 28 06:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nobuyuki Koganemaru
>Release:        FreeBSD 4.7-RC i386
>Organization:
KOGANEMARU Computer Engineering Service Corporation.
>Environment:
System: FreeBSD kcesx20.koganemaru.co.jp 4.7-RC FreeBSD 4.7-RC #2: Sun Sep 22 23:57:58 JST 2002 root@kcesx20.koganemaru.co.jp:/usr/obj/usr/src.stable/sys/GENERIC i386

>Description:
	can't execute MAKEDEV in fixit floppy.
>How-To-Repeat:
	# cd /mnt/dev ; cp MAKEDEV /dev
	# cd /dev ; ./MAKEDEV ad0s2a
>Fix:

--- src/release.orig/Makefile	Wed Aug 14 02:02:58 2002
+++ src/release/Makefile	Sat Sep 28 22:15:09 2002
@@ -717,7 +717,8 @@
 	@cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=fixit \
 		DIR=${RD}/fixitfd/stand ZIP=false
 	@( cd ${RD}/fixitfd/dev && \
-		sed -e '/^PATH/s/^/#/' ${RD}/trees/bin/dev/MAKEDEV > MAKEDEV && \
+		sed -e 's/root:wheel/root:0/' -e 's/root:kmem/root:2/' -e 's/root:operator/root:5/' \
+		${RD}/trees/bin/dev/MAKEDEV > MAKEDEV && \
 		chmod 755 MAKEDEV && \
 		sh MAKEDEV fixit )
 	@cp ${RD}/trees/bin/etc/spwd.db ${RD}/trees/bin/etc/group \


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209281337.WAA03011>