Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Dec 1999 11:47:36 -0500 (EST)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/15629: installworld fails due to absent dir: /usr/share/examples/diskless
Message-ID:  <199912221647.LAA35923@cc942873-a.ewndsr1.nj.home.com>

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

>Number:         15629
>Category:       misc
>Synopsis:       installworld fails due to absent dir: /usr/share/examples/diskless
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 22 08:50:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Crist J. Clark
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

	Upgrading a FreeBSD 3.3-STABLE system (1999/10/24 build) to
FreeBSD 3.4-STABLE (CVSup'ed evening of 1999/12/21).

>Description:

	The installworld fails when an installation into a
non-existent directory is attempted,

.
.
.
install -C -c -o root -g wheel -m 644 cvsup/standard-supfile /usr/share/examples/cvsup/standard-supfile
install -C -c -o root -g wheel -m 644 cvsup/www-supfile /usr/share/examples/cvsup/www-supfile
install -C -c -o root -g wheel -m 644 diskless/209.157.86.12/README /usr/share/examples/diskless/209.157.86.12/README
install: mkstemp: /usr/share/examples/diskless/209.157.86.12/INS@8484 for /usr/share/examples/diskless/209.157.86.12/README: No such file or directory
*** Error code 71

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

This directory, /usr/share/examples/diskless, was not created in the
earlier stages of the make-world process since it does not seem to
exist in mtree/BSD.usr.dist.

>How-To-Repeat:

	# rm -r /usr/share/examples/diskless
	# cd /usr/src
	# make world

>Fix:
	
	/usr/share/diskless should be added to the mtree,

--- /usr/src/etc/mtree/BSD.usr.dist     Sat Sep 11 20:09:29 1999
+++ BSD.usr.dist        Wed Dec 22 11:41:08 1999
@@ -273,6 +273,14 @@
             ..
             cvsup
             ..
+           diskless
+                209.157.86.12
+                ..
+                HT.DISKLESS
+                ..
+                HT.STD
+                ..
+            ..
             drivers
             ..
             etc

>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?199912221647.LAA35923>