search for: sbin_progs

Displaying 3 results from an estimated 3 matches for "sbin_progs".

2003 Jun 16
2
HP-UX and Samba 3.0
Has anyone sucessfully compiled Samba 3 on HP-UX? I have had no luck so far. The LDFLAG that it uses, I believe -g, but I'd have to look, is not supported. ---- _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | | Ryan Novosielski - Jr. UNIX Systems Admin |$&| |__| | | |__/ | \| _| | novosirj@umdnj.edu - 973/972.0922 (2-0922) \__/ Univ. of Med. and Dent. | IST/ACS - NJMS Medical
2010 Apr 20
0
3.4.6 to 3.5.2 difficulties
...0 -0300 @@ -3 +3 @@ -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.4.6.ebuild,v 1.1 2010/02/26 20:11:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.5.2.ebuild,v 1.2 2010/04/08 10:05:23 patrick Exp $ @@ -60 +60 @@ - use ads && use winbind && SBIN_PROGS="${SBINPROGS} bin/winbind_krb5_locator" + use ads && use winbind && SBINPROGS="${SBINPROGS} bin/winbind_krb5_locator" @@ -150,0 +151 @@ + $(use_with client cifsumount) \ diff -U 0 3.4/lmhosts 3.5/lmhosts --- 3.4/lmhosts 2010-02-26 16:11:18.00...
2009 Jun 16
8
Samba 3.0.24 on OpenWRT
...bin, smbd is present but nmbd is not. It is not getting compiled for some reason, and the default samba compilation did not compile it or complain of it not being compiled. I found the target in the Makefile under samba-3.0.24/source - I believe it is called bin/nmbd (line 948), and it is called by SBIN_PROGS (line 157). But it still does not get compiled in with the samba binary. Is the nmbd service required in 3.0.24? If so, why is it not built by default? According to the samba spec: The Samba server is made up of the following daemons: nmbd This daemon handles all name registration and res...