HeadBanger
Forum Supporter

- Joined
- Mar 8, 2020
- Messages
- 33
- Reaction score
- 0
- Points
- 0
Do you have to remove it first from plugins feed RED button to remove .?
Then download plugins again to install.
Where were you getting it as think its default on new images?
Should be installed, menu/setup/network/utilities/samba
#!/bin/bash
opkg update
opkg install packagegroup-base-smbfs-server
exit 0
I prefer to install samba via putty. It doesn't even need a reboot.
Code:#!/bin/bash opkg update opkg install packagegroup-base-smbfs-server exit 0
do you have at least a directory called samba under etc ?
why do you not use simple program as DCC ? Then you can immediatly see directorys and copy from PC etc
yes because yoy FTp to the and from the box DCC_E2 - 2.40 .You will need to make a profile there with config of your box and login with the set password
if itis the same for mips and arm boxes then i can send you backup of my directory.Had problems with samba not starting in the past because a line in config was changed
A shared library is missing.
Check if with putty if you have the package libnetapi1 installed
~# opkg list-installed | grep libnet
If not
~# opkg install libnetapi1
Greetz
/Kalel
maybe look in etc/samba/smb-user.conf if this is right:
[global]
# include = /etc/samba/distro/smb-secure.conf
disable netbios = No
Then reboot box.Worked for me a few updates ago