Help to fix a bug on the arbiter

2020-04-10 Thread Joan Lledó via Bug reports for the GNU Hurd
Hello, I'm blocked trying to solve a bug I found in the option parsing of the arbiter, at: http://git.savannah.gnu.org/cgit/hurd/hurd.git/tree/pci-arbiter/options.c#n135 strtol() returns 0 if it wasn't able to convert the input, for instance, -d jj will set h->curset->domain to 0, which means gi

Re: Running rump for the / filesystem

2020-04-10 Thread Samuel Thibault
Damien Zammit, le ven. 10 avril 2020 17:15:30 +1000, a ecrit: > In my own words, the changes that are needed: > > 1. libpciaccess needs to check if pci-arbiter's task_bootstrap_port is set > and if it is, use it instead of /servers/bus/pci > > 2. pci-arbiter needs to call task_set_special_port on

Re: Running rump for the / filesystem

2020-04-10 Thread Damien Zammit
Hi Samuel, On 9/12/19 10:08 am, Samuel Thibault wrote: > I have been thinking about how to get rump running for the / filesystem. > ... > I'm thinking that the same can be used for the rump translator, > something like: > > module rump --fs-server-task='${fs-task}' '$(task-create)' '$(task-resume