Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: samba
-
Labels:None
-
Environment:
any environment but redhat/centos. the service name is set properly for those platforms
Description
should be "nmbd" not "nmdb"
https://github.com/opscode/cookbooks/blob/master/samba/recipes/server.rb#L41
svcs = value_for_platform(
["ubuntu", "debian"] => { "default" => ["smbd", "nmdb"] },
["redhat", "centos", "fedora"] => { "default" => ["smb", "nmb"] },
"arch" => { "default" => [ "samba" ] },
"default" => ["smbd", "nmdb"]
)
Activity
Joshua Timberman [Opscode]
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Joshua Timberman [Opscode]
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Joshua Timberman [Opscode]
made changes -
| Workflow | jira [ 14581 ] | New OSS [ 22066 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
9d 8h 59m | 1 | Joshua Timberman [Opscode] | 11/Nov/11 1:42 AM | |||||
|
5d 18h 48m | 1 | Joshua Timberman [Opscode] | 16/Nov/11 8:30 PM |
Fixed in opscode/master and released in samba v0.10.4.