Re: kern/60623: warning fatigue: fss0: snapshot invalid: forced by unmount
"Taylor R Campbell via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR kern/60623; it has been noted by GNATS. From: Taylor R Campbell <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: kern/60623: warning fatigue: fss0: snapshot invalid: forced by unmount Date: Thu, 20 Aug 2026 18:08:17 +0000 > If an fss(4) snapshot is configured when the system is shut > down, the kernel prints a scary error message > > fss0: snapshot invalid: forced by unmount > > to the console, even though (as far as I can tell) there is > nothing wrong. Correction: If an fss(4) snapshot is configured _and mounted_ [...] > 1. fssconfig fss0 / /.snap > 2. shutdown -p now Correction: 1. fssconfig fss0 / /.snap 2. mount /dev/fss0 /mnt 3. shutdown -p now