Hello, Joan Lledó via Bug reports for the GNU Hurd, le dim. 08 déc. 2019 09:04:09 +0100, a ecrit: > demo@debian:~$ remap /servers/bus/pci /home/jlledom/gnu/servers/bus/pci > -- rpctrace -o /home/demo/demo.log env > LD_LIBRARY_PATH=/home/jlledom/gnu/lib /home/jlledom/gnu/bin/lspci > > After this, I can see in the rpc trace that RPCs are being sent to the > main arbiter. Any idea on why this happens?
rpctrace shows you what the program is doing. It would indeed request servers/bus/pci from its root. But here the root is the remap translator, which will remap that before actually providing a port. Samuel