NetBSD-Bugs archive

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

Re: port-sparc64/54810: sparc64 pool_redzone_check errors during install



The following reply was made to PR port-sparc64/54810; it has been noted by GNATS.

From: Harold Gutch <logix%foobar.franken.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-sparc64/54810: sparc64 pool_redzone_check errors during install
Date: Sat, 24 Oct 2020 09:57:41 +0200

 --hxkXGo8AKqTJ+9QI
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi,
 
 can you try this diff?  NTFS got added implicitly when all file
 systems were moved from GENERIC to conf/filesystems.conf in r1.216,
 and that is when for me these messages started to show up.
 
 I just went through 3 rounds of installing sparc64 with my change in
 Qemu (albeit with a source tree from a few months ago) without any
 issues.  After going back to the vanilla GENERIC, I got the panic
 again when extracting base.
 
 In the long run it would of course still be nice if the actual issue
 in NTFS could be fixed, but either way, I don't see it being of much
 use in sparc64 GENERIC, so IMHO it might as well just be disabled
 there.
 
 
   Harold
 
 --hxkXGo8AKqTJ+9QI
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=diff
 
 --- src/sys/arch/sparc64/conf/GENERIC.orig	2020-09-27 15:48:54.000000000 +0200
 +++ src/sys/arch/sparc64/conf/GENERIC	2020-10-23 23:43:34.907070000 +0200
 @@ -148,6 +148,7 @@
  
  ## File systems.
  include "conf/filesystems.config"
 +no file-system NTFS
  
  ## File system options.
  options 	NFSSERVER	# Sun NFS-compatible filesystem server
 
 --hxkXGo8AKqTJ+9QI--
 



Home | Main Index | Thread Index | Old Index