NetBSD-Bugs archive

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

Re: bin/56643: problem with restore(8)



The following reply was made to PR bin/56643; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/56643: problem with restore(8)
Date: Sun, 23 Jan 2022 08:53:47 -0800 (PST)

 One more piece of information that might be relevant...
 
 In addition to running a kernel without UFS_EXTATTR enabled, this
 kernel also does not have UFS or FFS built-in!  Instead, these
 two _modules_ are "pushed" by the boot-loader (along wiwth wapbl):
 
  	# modstat | grep '[uf]fs'
  	ffs              vfs      boot     -        0   96569 ufs,wapbl
  	ufs              misc     boot     a        1   75629 wapbl
  	# cat /boot.cfg
  	load=ufs
  	load=wapbl
  	load=ffs
  	menu=Boot normally:rndseed /var/db/entropy-file;boot
  	menu=Boot single user:rndseed /var/db/entropy-file;boot -s
  	menu=Drop to boot prompt:prompt
  	menu=Run memory test:boot /usr/pkg/mdec/memtestplus
 
  	default=1
  	timeout=5
  	clear=1
  	#
 
 
 
 +--------------------+--------------------------+----------------------+
 | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:    |
 | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost    |
 | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost  |
 | & Network Engineer |                          | pgoyette99%gmail.com@localhost |
 +--------------------+--------------------------+----------------------+
 


Home | Main Index | Thread Index | Old Index