commands hung forever #84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
There is problem with smbclient >= 4.7.
You may try my fork with a patch regarding this problem (https://github.com/icewind1991/SMB/pull/78)
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
smbclient --version Version 4.11.9I just ran into this problem as well and I don't think it has something to do with the version.
I get the problem in an alpine 3.12 LXC container with smbclient 4.12.9
In a qemu VM of the musl (which alpine also uses) version of void linux with smbclient 4.13.3 it works fine.
And also in an Ubuntu 20.10 LXC container with smbclient 4.12.5-Ubuntu it works fine.
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.