Ronnie Sahlberg

Results 244 comments of Ronnie Sahlberg

Good to hear. I think the optimal would be to try to make it automatic for the default case. If no version has been set, then first try nfsv3, as...

https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory On Mon, Oct 26, 2020 at 12:14 PM Selenium wrote: > any update ? I am facing the same issue. > > how do you resolve this issue finnally...

You can set how many times libiscsi will try to reconnect before giving up using : void iscsi_set_reconnect_max_retries(struct iscsi_context *iscsi, int count) This should however default to -1, which means...

No. Not at the moment. Referrals would be difficult, but not impossible, to add to libnfs without a lot of work. The actual referrals themselves would maybe not be super...

I am mac disadvantaged so I can't fix this easily. I suspect there is some other command line utility on osx that does the same thing that exportfs does on...

If rpc_connect_program_async() returns an error then the callback will not be invoked. That is true for all _async() functions. Or did I misunderstand your report?

I see, try this latest patch for master. It should do what you want I think. On Tue, Dec 17, 2019 at 3:41 AM crusader-mike wrote: > rpc_disconnect goes over...

Can you try this with the current master branch. On Mon, Jan 31, 2022 at 10:15 AM fuzzard ***@***.***> wrote: > have seen this failure building for osx as well....

If it solves it I can do a point release tomorrow.