To replace failing Windows Server, I configured the Linux one. The two services I need are DNS and WINS, so I installed Bind9 and Samba. But I see that Samba is far from compact, its installation requires Perl + Python. I do not need to share resources with shis server too. In result, I got 900M on HDD. Are there a way to install NMBD only? Without (or with as least as possible) extra packets.
On Wed, 4 Jul 2018 19:22:41 +0000 "Dvorcovoy Dmitry V. via samba" <samba at lists.samba.org> wrote:> To replace failing Windows Server, I configured the Linux one. > > The two services I need are DNS and WINS, so I installed Bind9 and > Samba. > > But I see that Samba is far from compact, its installation requires > Perl + Python. I do not need to share resources with shis server too. > In result, I got 900M on HDD. > > > Are there a way to install NMBD only? Without (or with as least as > possible) extra packets. >What sort of windows server are you trying to replace ? How are you setting up Samba ? Don't think you are going to get far just using nmbd, you will need smbd and almost certainly winbind as well. Rowland
On Wed, 2018-07-04 at 19:22 +0000, Dvorcovoy Dmitry V. via samba wrote:> To replace failing Windows Server, I configured the Linux one. > > The two services I need are DNS and WINS, so I installed Bind9 and Samba. > > But I see that Samba is far from compact, its installation requires Perl + Python. I do not need to share resources with shis server too. In result, I got 900M on HDD. > > > Are there a way to install NMBD only? Without (or with as least as possible) extra packets.The smallest way would be building Samba yourself. Then you could build samba using ./configure --without-python --nonshared-binary=nmbd/nmbd --without-ad-dc But then you trade disk space against the long-term cost of maintaining Samba yourself. I wouldn't recommend it. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Catalyst IT http://catalyst.net.nz/services/samba
Possibly Parallel Threads
- nbmd in middle
- Build some shared libraries, and building exact these libraries directly to binaries at the same time.
- Build some shared libraries, and building exact these libraries directly to binaries at the same time.
- Building rpcclient statically linked?
- Building smbclient 4.3.3 as one executable without shared libraries