[Bug 649189] [NEW] Samba fails to bind IPv6 on boot
Alex Kiernan
649189 at bugs.launchpad.net
Mon Sep 27 19:50:18 BST 2010
Public bug reported:
Binary package hint: samba
On cold boot, smbd/nmbd just bind to IPv4:
$ netstat -an|grep 445
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
$ netstat -an|grep 139
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
Once the box is fully up (IPv6 is statically configured in
/etc/network/interfaces on the box in question), when restarted they
both correctly listen on IPv6:
$ sudo service nmbd restart
nmbd start/running, process 3107
$ sudo service smbd restart
smbd start/running, process 3113
$ netstat -an|grep 139
tcp6 0 0 :::139 :::* LISTEN
$ netstat -an|grep 445
tcp6 0 0 :::445 :::* LISTEN
This is samba 2:3.4.7~dfsg-1ubuntu3.2 on Ubuntu 10.04.1 LTS
** Affects: samba (Ubuntu)
Importance: Undecided
Status: New
--
Samba fails to bind IPv6 on boot
https://bugs.launchpad.net/bugs/649189
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
More information about the Ubuntu-server-bugs
mailing list