Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36465 - wrong init.d scripts for samba
Summary: wrong init.d scripts for samba
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on: 48871
Blocks:
  Show dependency tree
 
Reported: 2003-12-24 21:52 UTC by Bash
Modified: 2004-06-11 07:10 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pathc file to fix the bug (samba.diff,291 bytes, patch)
2004-05-01 03:53 UTC, Till Maas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bash 2003-12-24 21:52:35 UTC
So... snmbd & nmbd must be started with -D options for background use
for this there is option "-D"...  I think it is more correct and not very noise in log

Dec 25 08:42:33 devnull smbd[1328]: [2003/12/25 08:42:33, 0] smbd/server.c:main(835)
Dec 25 08:42:33 devnull smbd[1328]:   standard input is not a socket, assuming -D option
Dec 25 08:42:33 devnull nmbd[1330]: [2003/12/25 08:42:33, 0] nmbd/nmbd.c:main(827)
Dec 25 08:42:33 devnull nmbd[1330]:   standard input is not a socket, assuming -D option


Reproducible: Always
Steps to Reproduce:
1. /etc/init.d/samba start
2.
3.

Actual Results:  
log warn

Expected Results:  
-D options
Comment 1 Till Maas 2004-05-01 03:53:25 UTC
Created attachment 30439 [details, diff]
pathc file to fix the bug

just adds -- -D in /etc/init.d/samba
Usage: patch /etc/init.d/samba samba.diff
Comment 2 Christian Andreetta (RETIRED) gentoo-dev 2004-05-15 09:01:13 UTC
thanks for the patch :)
suggestion included in proposed ebuild for samba 3.0.4 (please see bug 48871)
Comment 3 Christian Andreetta (RETIRED) gentoo-dev 2004-06-11 07:10:51 UTC
fixed in bug 48871