Re: reports from the GPU trenches

2025-09-15 Thread Robert Elz
Date:Mon, 15 Sep 2025 15:41:29 + From:nia Message-ID: | Basically what's in 10 and 11, using xsrc. That is essentially what I have. In that case I'm not sure why you're having problems with the GT730 - it seems OK to me. That's what is generating this mess

Re: Check if file system is clean

2025-09-15 Thread Jose Luis Rodriguez Garcia
You can check if it was unmounted cleanly the filesystem: with dumpfs and looking for the flag clean. But if you want to check if it is clean or consistent you must do a fsck. On Mon, Sep 15, 2025 at 1:36 PM Benny Siegert wrote: > > Hi! > > I would like to run a command to check if a file system

Re: Check if file system is clean

2025-09-15 Thread Benny Siegert
On Mon, Sep 15, 2025 at 1:58 PM Jose Luis Rodriguez Garcia wrote: > > You can check if it was unmounted cleanly the filesystem: with dumpfs > and looking for the flag clean. Thanks, that's exactly what I was looking for! > But if you want to check if it is clean or consistent you must do a fsck.

Re: reports from the GPU trenches

2025-09-15 Thread nia
On Sun, Sep 14, 2025 at 06:25:03PM +0700, Robert Elz wrote: > Nia, are your reports related to the current (as in -10 -11 HEAD) > GPU kernel drivers & netbsd xsrc, or possibly pkgsrc xorg, or to > what is currently being developed to eventually replace all (or much > of) that? Basically what's in

Re: Check if file system is clean

2025-09-15 Thread Matthias Petermann
Hi, On Mon Sep 15, 2025 at 1:36 PM CEST, Benny Siegert wrote: > Hi! > > I would like to run a command to check if a file system is clean, > WITHOUT also running fsck on it. Is there a way to do this? Interesting question... maybe fsdump? ``` northstar# dumpfs /dev/ccd0a | grep clean cgrotor 0

Re: daily `makemandb -Q' drops core

2025-09-15 Thread Van Ly
RVP writes: > On Mon, 8 Sep 2025, Van Ly wrote: > >> >> I checked with Grok on the options for the LANG environment variable and >> expect the next login to be improved. >> > > Don't know what Grok is, but, `locale -a' will list all the valid values for > LANG= and LC_ALL= on Unixes. (NetBSD's