DSL Embedded :: smbclient get locks up
This was working before.. I don't know why it wont now..
I've even tried a fresh dsl and get same issue..
after connecting with smbclient I can list the directory..
but when I type get or mget file.dsl..
the file is created in my home directory with 0 bytes.
the smbclient locks up.. never downloads it..
I have to CTRL-C to end it..
in the windows batch file i increased -m 64
to -m 256
That increased my RAM..
I also increased my HOME with:
sudo mount -t tmpfs /ramdisk -o remount,rw,size=1024M,nouser,exec /ramdisk
and that fixed the issues i was having
original here.