Bug 103799 - samba does not start.
Summary: samba does not start.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Shaun Amott
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-29 07:30 UTC by TsurutaniNaoki
Modified: 2006-10-09 19:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2006-09-29 07:30:15 UTC
	samba(net/samba3) saemon does not start by startup script.
	after setting
		samba_enable="NO"
		smbd_enable="YES"
		nmbd_enable="YES"
		winbindd_enable="NO"
	in rc.conf, I run /usr/local/etc/rc.d/samba with "start" arg.
	but nothing happend.
	I changed samba_enable="YES" in rc.conf and ran it again, it worked.

Fix: 

is setting samba_enable="YES" necessary ?
	if it is true, some comments are required in UPDATING.
	or change script to run like previous way.
How-To-Repeat: 	% /usr/local/etc/rc.d/samba start
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-29 08:42:49 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-10-06 23:59:49 UTC
State Changed
From-To: feedback->open

Maintainer confirms this is a problem and promises to address it in upcoming 
3.0.23d update.
Comment 3 Shaun Amott freebsd_committer freebsd_triage 2006-10-08 22:46:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->shaun

Grab.
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-09 18:50:24 UTC
shaun       2006-10-09 17:50:13 UTC

  FreeBSD ports repository

  Modified files:
    net/samba3           Makefile 
    net/samba3/files     samba.in 
  Added files:
    net/samba3/files     patch-za patch-zb 
  Log:
  - Fix two bugs in the current samba 3.0.23c code, which stopped testparm
    and winbindd from working. [1]
  
  - Fix rc.d script variable checks. [2]
  
  PR:             ports/104200 [1], ports/103799 [2]
  Submitted by:   Timur I. Bakeyev <timur@gnu.org> (maintainer) [1],
                  Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
  
  Revision  Changes    Path
  1.154     +1 -1      ports/net/samba3/Makefile
  1.1       +129 -0    ports/net/samba3/files/patch-za (new)
  1.1       +26 -0     ports/net/samba3/files/patch-zb (new)
  1.4       +9 -6      ports/net/samba3/files/samba.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Shaun Amott freebsd_committer freebsd_triage 2006-10-09 18:51:03 UTC
State Changed
From-To: open->closed

A fix was committed as part of ports/104200.