Samba non-functional on boot.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
samba (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Even though nmbd and smbd are running after boot, Samba service is unavailable.
=======
ps axf |grep mbd
2467 ? Ss 0:00 smbd -F
2469 ? S 0:00 \_ smbd -F
2478 ? Ss 0:00 nmbd -D
=======
Samba does not allow connections from other systems and nmap from another system does not list ports 139 and 445 as open.
Restarting both nmbd and smbd after boot makes Samba service available and nmap now shows ports open:
=======
PORT STATE SERVICE
139/tcp open netbios-ssn
445/tcp open microsoft-ds
=======
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: samba 2:3.6.3-1ubuntu1
ProcVersionSign
Uname: Linux 3.2.0-18-generic x86_64
NonfreeKernelMo
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Fri Mar 9 14:35:50 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
ProcEnviron:
TERM=screen
SHELL=/bin/bash
PATH=(custom, no user)
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in samba (Ubuntu): | |
importance: | Undecided → High |
Changed in samba (Ubuntu): | |
status: | Expired → Confirmed |
What does 'netstat -l' say, does it list anything for smbd and nmbd?