Re: netbsd crashes when using fat filesys

2024-05-02 Thread xuser
Yes it is that netbsd will crash on driver errors And I found the problem it was that solaris autofs driver would mount an LBA fat 32 as CHS fat32 And so disabling automount support in solaris fixed it. Thank you. On Thu, 2 May 2024, Martin Husemann wrote: On Thu, May 02, 2024 at 08:12:06PM

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Michael van Elst
rhia...@falu.nl (Rhialto) writes: >$ sudo ./rump_msdos -o rw -o rump ./efi.img /tmp/t >rump_msdos: "./efi.img" is a relative path. >rump_msdos: using "/mnt/scratch/scratch/tmp/xcrash/efi.img" instead. >[ 1.000] entropy: ready >terminal 2: >$ cd /tmp/t >$ ls -l >total 4 >drwxr-xr-x 1

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Rhialto
On Thu 02 May 2024 at 20:10:10 -, Michael van Elst wrote: > rhia...@falu.nl (Rhialto) writes: > > >I had something similar recently when doing a rename of a file on a FAT > >file system (in this case my /efi file system). Fortunately I had it > >mounted with -o rump, because it was 100%

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Michael van Elst
rhia...@falu.nl (Rhialto) writes: >I had something similar recently when doing a rename of a file on a FAT >file system (in this case my /efi file system). Fortunately I had it >mounted with -o rump, because it was 100% repeatable. >I filed http://gnats.netbsd.org/58146 for it. Maybe that's

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Martin Husemann
On Thu, May 02, 2024 at 08:12:06PM +0200, Martin Husemann wrote: > On Thu, May 02, 2024 at 08:04:28PM +0200, Rhialto wrote: > > I filed http://gnats.netbsd.org/58146 for it. > > Why do you think those issue are related? Sounds very unlikely to me. To ellaborate on this: - the original issue

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Martin Husemann
On Thu, May 02, 2024 at 08:04:28PM +0200, Rhialto wrote: > I filed http://gnats.netbsd.org/58146 for it. Why do you think those issue are related? Sounds very unlikely to me. Martin

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Rhialto
On Thu 02 May 2024 at 11:41:13 +0200, Martin Husemann wrote: > On Wed, May 01, 2024 at 05:08:04PM +, xuser wrote: > > This is as much as a I can give you > > It say some thing about invalid fats > > i cant see much because the screen go blank > > As for the core dump i don't have enough swap

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Lucifer
there's gotta be a better way to debug this On Thu, May 2, 2024 at 5:41 AM Martin Husemann wrote: > On Wed, May 01, 2024 at 05:08:04PM +, xuser wrote: > > This is as much as a I can give you > > It say some thing about invalid fats > > i cant see much because the screen go blank > > As for

Re: Please forgive a blatant plug: I reviewed v10 for the Reg

2024-05-02 Thread Hauke Fath (SPG)
On 2024-05-02 11:44, Liam Proven wrote: This is not so much about the binaries about about the ABI for libc and other core libs. But I suspec this works better than you think, if one arranges for the other libs and deals with elf tags. You are missing my point. I am not asking "are they

Re: Please forgive a blatant plug: I reviewed v10 for the Reg

2024-05-02 Thread Jay Patel
https://archive.fosdem.org/2023/schedule/event/bsd_driver_harmony/attachments/slides/5976/export/events/attachments/bsd_driver_harmony/slides/5976/BSD_Driver_Harmony_FOSDEM.pdf Talk from Last year  Yahoo Mail: Search, organise, conquer On Thu, 2 May 2024 at 3:14 pm, Liam Proven wrote: On

Re: Please forgive a blatant plug: I reviewed v10 for the Reg

2024-05-02 Thread Liam Proven
On Wed, 1 May 2024 at 12:31, Greg Troxel wrote: > > Liam Proven writes: > > > Step 1: a binary interoperability standard, so apps from any BSD can > > execute on any other BSD (on the same CPU architecture, obviously.) > > This is not so much about the binaries about about the ABI for libc and >

Re: netbsd crashes when using fat filesys

2024-05-02 Thread Martin Husemann
On Wed, May 01, 2024 at 05:08:04PM +, xuser wrote: > This is as much as a I can give you > It say some thing about invalid fats > i cant see much because the screen go blank > As for the core dump i don't have enough swap space Can you provdie an image of a filesystem that shows this bug?

Partitions thought

2024-05-02 Thread Jay Patel
Hello, Just an idea of partitions if this is possible and good to implement! For eg. Default install will partition HDD as -> wd0a / "main" where base NetBSD system files and folders resides -> wd0b /N/ where "/home" and extended custom configs of system /etc for rc.local. most important why

Re: Pkgsrc issue

2024-05-02 Thread Don Lee
I truly appreciate the efforts of everyone on this list who has dedicated so much time and energy toward providing me with NetBSD and its packaged software. NetBSD has been good to me. Thank you. -dgl- > On Apr 27, 2024, at 2:43 PM, Greg Troxel wrote: > > Don Lee writes: > >> I have extra

Re: netbsd crashes when using fat filesys

2024-05-02 Thread xuser
This is as much as a I can give you It say some thing about invalid fats i cant see much because the screen go blank As for the core dump i don't have enough swap space On Wed, 1 May 2024, Martin Husemann wrote: On Tue, Apr 30, 2024 at 10:25:09PM +, xuser wrote: Netbsd crashes when using