-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commands hung forever #84
Comments
There is problem with smbclient >= 4.7. |
Is there any other fix than trying to find old that 4.7 version? |
At leas in my case pecl install smbclient helped. Now running |
I just ran into this problem as well and I don't think it has something to do with the version. So I guess it has something to do with how alpine compiles smbclient. For example, the Alpine version is the only version without readline support. |
Hi,
I have tried to use this class from docker (7.2-fpm-alpine3.6) container, but for some reason all commands like dir seems to just hung forever. I have managed to debug a little bit and it seems to get stuck just when execute tries to write some data. For example listShares works without problems.
Im using wrapper with smbclient version 4.6.16. I downgraded from version 4.8 as I noticed there was some issues discussed just few days ago.
Does anybody have any idea hot to debug this problem? Users has read/write permissions for this file share. Could it be related to Alpine linux (BusyBox)
The text was updated successfully, but these errors were encountered: