Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70609 - samba-3.0.8 doesn't install any winbind binaries
Summary: samba-3.0.8 doesn't install any winbind binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-09 14:04 UTC by f5d8fd51ed1e804c9e8d0357e8614e0493b06e96
Modified: 2004-11-11 08:10 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description f5d8fd51ed1e804c9e8d0357e8614e0493b06e96 2004-11-09 14:04:35 UTC
after emerging samba-3.0.8 and trying to restart samba daemon I get:
root (/etc/init.d): /etc/init.d/samba restart
 * samba -> start: smbd  ...           [ ok ]
 * samba -> start: nmbd  ...           [ ok ]
 * samba -> start: winbind  ...
start-stop-daemon: stat /usr/sbin/winbindd: No such file or directory    [ !! ]
 * Error: stopping services (see system logs)
 * samba -> stop: smbd  ...            [ ok ]
 * samba -> stop: nmbd  ...            [ ok ]
 * samba -> stop: winbind  ...
start-stop-daemon: stat /usr/sbin/winbindd: No such file or directory    

after taking a quick look at what has been installed I get:

root (/etc/init.d): equery files samba | grep winbind
/usr/lib/python2.3/site-packages/samba/winbind.so
/usr/share/doc/samba-3.0.8/examples/nss/nss_winbind.c
/usr/share/doc/samba-3.0.8/examples/nss/nss_winbind.h
/usr/share/doc/samba-3.0.8/swat/help/Samba-HOWTO-Collection/idmap_winbind_no_loop.png
/usr/share/doc/samba-3.0.8/swat/help/Samba-HOWTO-Collection/winbind.html
/usr/share/doc/samba-3.0.8/swat/help/winbindd.8.html
/usr/share/man/man8/winbindd.8.gz

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 f5d8fd51ed1e804c9e8d0357e8614e0493b06e96 2004-11-09 14:28:38 UTC
ah.. just found it myself... now the "winbind" USE flag is needed to get winbind stuff built.

that's fine, but why the init scripts aren't propperly modified to reflect this change?
so when there is no winbind flag, the init script shouldn't try to startup winbind....
Comment 2 Michael Glauche (RETIRED) gentoo-dev 2004-11-11 05:21:43 UTC
the startup scripts just do what is in the config file (/etc/conf.d/samba), did you run etc-update and change that file ?

anyway, i'm closing the bug, as you got it working 
Comment 3 f5d8fd51ed1e804c9e8d0357e8614e0493b06e96 2004-11-11 08:10:18 UTC
I'm not aware that etc-update noted anything about changes to /etc/conf.d/samba ... 
But I might be wrong with that...