After upgrading from alpha18 to beta2 ports 139 and 445 are no longer bound

Thomas Hood jdthood at gmail.com
Wed Jul 11 03:39:38 MDT 2012


On Wed, Jul 11, 2012 at 12:47 AM, Denis Cardon
<denis.cardon at tranquil-it-systems.fr> wrote:
> if it is the same package as on debian wheezy
> (samba4_4.0.0~beta2+dfsg1-1_i386.deb), then the package is probably missing
> the smbd/nmbd binaries. On a fresh install, "dpkg -L samba4 | grep smbd"
> returns nothing.
>
> Last week I had to "make install" from the deb source package to get the
> corresponding binaries, and then everything was fine. It looks like a
> packaging problem.


I am running alpha18 which also lacks smbd but does work. It's the
"samba" binary that listens on ports 139 and 445 in alpha18 but fails
to do so in beta2.

# netstat -nl4p|grep ':\(139\|445\)'
tcp        0      0 127.0.0.1:139           0.0.0.0:*
LISTEN      1403/samba
tcp        0      0 172.17.1.2:139          0.0.0.0:*
LISTEN      1403/samba
tcp        0      0 127.0.0.1:445           0.0.0.0:*
LISTEN      1403/samba
tcp        0      0 172.17.1.2:445          0.0.0.0:*
LISTEN      1403/samba
# dpkg -l samba4 | grep ^ii
ii  samba4      4.0.0~alpha18.dfsg1-4ubuntu2     SMB/CIFS file, NT
domain and active directory server (version 4)

-- 
Thomas Hood


More information about the samba-technical mailing list