[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

nov.04.2004 cvs /src bsd.rd after make release(8) - no mount_nfs



  first my GENERIC kernel differs from default by: 

- changed location of gus0 (io/irq/dma)
- using dummy_noops
- using the following to support diskd method in squid:
----
# for diskd support
option          MSGMNB=16384    # max characters per message queue
option          MSGTQL=1024     # max amount of messages in the system
option          MSGSSZ=64       # size of a message segment (Must be 2^N)
----
- option SCSIDEBUG
- option VM86
- option NTFS
- including spkr0 device

  then i went thru the following:

- got cvs from nov 4th 2004, 
- went thru release(8) ( i didn't reboot between step #2 and #3
  (oops))
- copied bsd.rd from $RELEASEDIR to another machine, moved to /bsd
- booted other machine with that bsd.rd-named-bsd 
- went to (U)pgrade; wanted to get install sets from (n)fs,
  upgrade script tells me no mount_nfs in sbin

----( copy from serial console )-------
Sets can be located on a (m)ounted filesystem; a (c)drom, (d)isk or (t)ape
device; or a (f)tp, (n)fs or (h)ttp server.
Where are the upgrade sets? (or 'done') n
/sbin/mount_nfs not found. Cannot mount NFS filesystems.

Sets can be located on a (m)ounted filesystem; a (c)drom, (d)isk or (t)ape
device; or a (f)tp, (n)fs or (h)ttp server.
Where are the upgrade sets? (or 'done') ^Z[1] + Stopped              /upgrade
# ls sbin
ancontrol       dhclient-script ifconfig        mount_ffs       route
apm             disklabel       init            mount_msdos     rtsol
apmd            dmesg           kbd             newfs           umount
ccdconfig       fdisk           mknod           ping            wicontrol
chmod           fsck            mount           ping6           zzz
chown           fsck_ffs        mount_cd9660    reboot
dhclient        halt            mount_ext2fs    restore
---------------------------------------

  i didn't mess around with the contents of the ramdisk miniroot
  prior/during/after the make build / make release.

  i checked /usr/src/distrib/miniroot/list and i think mount_nfs is
  supposed to be in there:

#       $OpenBSD: list,v 1.33 2004/10/02 14:47:12 krw Exp $
#       $NetBSD: list,v 1.4.4.1 1996/06/20 20:30:26 pk Exp $
<snip>
LINK    instbin                 sbin/ifconfig
LINK    instbin                 sbin/init
LINK    instbin                 sbin/mknod
LINK    instbin                 sbin/mount
LINK    instbin                 sbin/mount_cd9660
LINK    instbin                 sbin/mount_ffs
LINK    instbin                 sbin/mount_nfs
LINK    instbin                 sbin/newfs sbin/mount_mfs

  i checked floppy36.fs by using vnconfig, then mounting it, 
  then copying the 'bsd' out, and gzcat'ing it | hexdump -C
  and looked for the mount_* programs, and don't see mount_nfs

---
00176930  6f 74 00 00 17 00 00 00  10 00 08 04 68 61 6c 74  |ot..........halt|
00176940  00 00 00 00 17 00 00 00  14 00 08 08 69 66 63 6f  |............ifco|
00176950  6e 66 69 67 00 c8 e2 d7  17 00 00 00 10 00 08 04  |nfig............|
00176960  69 6e 69 74 00 00 00 00  17 00 00 00 10 00 08 05  |init............|
00176970  6d 6b 6e 6f 64 00 00 00  17 00 00 00 10 00 08 05  |mknod...........|
00176980  6d 6f 75 6e 74 00 00 00  17 00 00 00 18 00 08 0c  |mount...........|
00176990  6d 6f 75 6e 74 5f 63 64  39 36 36 30 00 9e a4 e9  |mount_cd9660....|
001769a0  17 00 00 00 14 00 08 09  6d 6f 75 6e 74 5f 66 66  |........mount_ff|
001769b0  73 00 e2 d7 17 00 00 00  14 00 08 0b 6d 6f 75 6e  |s...........moun|
001769c0  74 5f 6d 73 64 6f 73 00  17 00 00 00 18 00 08 0c  |t_msdos.........|
001769d0  6d 6f 75 6e 74 5f 65 78  74 32 66 73 00 9e a4 e9  |mount_ext2fs....|
001769e0  17 00 00 00 10 00 08 04  70 69 6e 67 00 00 00 00  |........ping....|
001769f0  17 00 00 00 10 00 08 05  6e 65 77 66 73 00 00 00  |........newfs...|
00176a00  17 00 00 00 10 00 08 07  72 65 73 74 6f 72 65 00  |........restore.|
--- 

  kept grepping through it and i find the .c cvs revision headers for
  mount_{ffs,msdos,ext2fs,cd9660}.c and mount.c; but no mount_nfs.c

  can someone please verify if i screwed up?

  jared

[ openbsd 3.6 GENERIC ( oct 12 ) // i386 ]



Visit your host, monkey.org