Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2002 00:50:04 +0900 (JST)
From:      n-kogane@syd.odn.ad.jp
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   misc/43455: can't execute MAKEDEV in fixit floppy. II
Message-ID:  <200209281550.AAA03269@kces1.koganemaru.co.jp>

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

>Number:         43455
>Category:       misc
>Synopsis:       can't execute MAKEDEV in fixit floppy. II
>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 09:10:02 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.
	Replace "misc/43451: can't execute MAKEDEV in fixit floppy."
>How-To-Repeat:
	# cd /mnt/dev ; cp MAKEDEV /dev
	# ./MAKEDEV ad0s2a
>Fix:

--- src/release/sysinstall.orig/install.c	Thu Jul  4 06:19:29 2002
+++ src/release/sysinstall/install.c	Sun Sep 29 00:40:00 2002
@@ -443,6 +443,7 @@
 	msgConfirm("Unable to create an /etc directory!  Things are weird on this floppy..");
     else if ((symlink("/mnt2/etc/spwd.db", "/etc/spwd.db") == -1 && errno != EEXIST) ||
 	     (symlink("/mnt2/etc/protocols", "/etc/protocols") == -1 && errno != EEXIST) ||
+	     (symlink("/mnt2/etc/group", "/etc/group") == -1 && errno != EEXIST) ||
 	     (symlink("/mnt2/etc/services", "/etc/services") == -1 && errno != EEXIST))
 	msgConfirm("Couldn't symlink the /etc/ files!  I'm not sure I like this..");
     if (!file_readable(TERMCAP_FILE))

>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?200209281550.AAA03269>