forked from Stonie/acp-commander
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hi, how are you?
There are numerous forum posts how to enable SMB2 on Buffalo NAS systems that by have it on SMB1 from factory. Have also found some for the version I have LS-WVL. All the posts are that one should enable SSH and then edit the file:
/etc/init.d/smb.sh
When I try to go with the -o option:
-o ... open the device by sending 'telnetd' and 'passwd -d root',
thus enabling telnet and clearing the root password
then it fails on my system, like this:
java -jar acp_commander.jar -t 192.168.8.131 -o
Welcome to ACP Commander v0.6 (2021), the tool for Buffalo stock firmware control!
Resetting root password... Password changed.
Starting telnetd...
........Failed!
Unable to detect telnet server.
This could be a firewall issue but more likely this model does not have a telnetd binary installed.
Consider using "-s" as an alternative.
And when I try to use the -s option
-s ... rudimentary interactive shell
starts fine:
java -jar acp_commander.jar -t 192.168.8.131 -s
Welcome to ACP Commander v0.6 (2021), the tool for Buffalo stock firmware control!
Enter commands to device, enter 'exit' to leave
/>
but I do not know which text editor i can use?
vi
/>vi /etc/init.d/smb.sh
A SocketTimeoutException was thrown which usually indicates bad firewall settings.
Check that UDP port 22936 can be used by ACP Commander to send/receive and that your device is powered on and has booted successfully.
[ERROR] Exception: SocketTimeoutException (Receive timed out) [ACP Send/Receive (Packet:8A10 = ACP_CMD)]
crashes the nas so that i need to hard reset it.
So is there some way I could get SSH to LS-WVL or if not then which text editor to use to edit files with the -s option? Or maybe there are other options to get it done?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels