You are not logged in.
Pages: 1
Running SliTaz 4.0 on a NAS server; recently added a Windows 10 client so require SMB3, so I've installed Samba 3.6.7 from the SliTaz 5.0 repository.
On trying to start Samba from the init.d Samba script, I get several errors from the script as follows
[c]root@slitaz:~# ../etc/init.d/samba restart
../etc/init.d/samba: line 12: _: not found
../etc/init.d/samba: line 12: _: not found
../etc/init.d/samba: line 71: _: not found
../etc/init.d/samba: line 71: action: not found
[ OK ]
../etc/init.d/samba: line 12: _: not found
../etc/init.d/samba: line 71: action: not found
/usr/sbin/smbd: error while loading shared libraries: libgnutls.so.30: cannot open shared object file: No such file or directory
[ OK ]
../etc/init.d/samba: line 71: action: not found
[ OK ][/c]
The script should be the one from the 3.6.7 package, it's dated May 2016, although I didn't check the date on the previous version (3.5.8)
Any ideas why this doesn't start correctly?
Offline
Samba-4.1 is the first version that supports SMBv3
Offline
I could do that, but given that Samba 3.6.7.supports SMB3 I would rather do it the secure way.
Offline
Sorry, just spotted the 1st line of your reply (for some reason Firefox wasn't correctly displaying the threads yesterday). It appears that my man pages in my system are for the latest package versions, even if I don't have the latest packages installed; I don't know if they were updated when I installed the browser required to open them.
Looks like I can ignore the error I'm getting as 3.6.7 isn't any use to me!
Offline
So I've now installed the Samba 4.6.14 package from the 'next' repository and installed it, and I have exactly the same problem with the init.d/samba script; clearly the issue is with my environment, e.g I'm missing a command interpreter even though this is a shell script. Any ideas why the shell isn't correctly processing these lines:
[c]12 DESC="$(_ '%s server' Samba)"
71 esac[/c]
Offline
Do no mix packages of different repos, this broke dependecy on your installation.
The correct alternative is build directly from source code...
error reported was created of less function of tazpanel and busybox...
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]