Damien Zammit, le mer. 24 févr. 2021 22:35:40 +1100, a ecrit: > On 21/2/21 9:21 pm, Samuel Thibault wrote: > > Mmm. I guess that's missing _hurd_init initialization. It would > > be tricky to separate out the really basic pieces from proc/auth > > initialization, I'd say it will be a lot less tricky to just make > > hurd_pci.c use the dir_readdir RPC directly on the root port instead of > > going through the readdir layer. dir_readdir is not that complex to use. > > It seems to be getting stuck on dir_readdir RPC as well: > > dir_readdir...
>From reading the libnetfs/dir-readdir.c source and pci-arbiter/netfs_impl.c source I don't see anything obvious. Probably some prints in there would allow to make sure how far it is going actually. Samuel