@anonymous: This behavior is expected since ypwhich tries to connect to ypbind. ypwhich waits for response from ypbind until timeout expires and then ends with: Can't communicate with ypbind.
When ypwhich waits for ypbind until timeout (60sec),
can't cancel ypwhich with CTRL-C(SIGINT) on version libnsl2,
while on the version libnsl(1) can cancel with CTRL-C.
I prefer libnsl(1) behavior.
anyway, the bug fix is great.
This update has been submitted for testing by mmuzila.
If without ypbind, and ypdomainname is set, then ypcat, ypmatch, etc. immediately return with "domain not bound" error. That is expected, great !
But ypwhich still hangs. ypwhich should also return immediately with "domain not bound" error.
@anonymous: This behavior is expected since ypwhich tries to connect to ypbind. ypwhich waits for response from ypbind until timeout expires and then ends with:
Can't communicate with ypbind
.When ypwhich waits for ypbind until timeout (60sec), can't cancel ypwhich with CTRL-C(SIGINT) on version libnsl2, while on the version libnsl(1) can cancel with CTRL-C. I prefer libnsl(1) behavior. anyway, the bug fix is great.
This update has been pushed to testing.
works for me
no regressions noted
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
The update works for me.
karma: +1
works for me
This update has been submitted for batched by bodhi.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.