hello. i have configured samba 3.0.14a for sharing users homes with winbind authenticate. winbind works fine, but i cannot start smbd. it just hatled on startup with following messages: -------- [2005/06/16 12:04:10, 4] param/loadparm.c:lp_load(3938) pm_process() returned Yes [2005/06/16 12:04:10, 3] param/loadparm.c:lp_add_ipc(2401) adding IPC service [2005/06/16 12:04:10, 3] param/loadparm.c:lp_add_ipc(2401) adding IPC service [2005/06/16 12:04:10, 3] printing/pcap.c:pcap_cache_reload(114) reloading printcap cache ------- and winbind log contain repeated lookup for group 'lp' -------- [2005/06/16 12:04:19, 3] nsswitch/winbindd_group.c:winbindd_getgroups(1008) [ 8845]: getgroups lp [2005/06/16 12:04:19, 4] nsswitch/winbindd_group.c:winbindd_getgroups(1037) user 'lp' does not exist [2005/06/16 12:04:19, 3] nsswitch/winbindd_group.c:winbindd_getgroups(1008) [ 8842]: getgroups lp [2005/06/16 12:04:19, 4] nsswitch/winbindd_group.c:winbindd_getgroups(1037) user 'lp' does not exist -------- that stoped when i kill smbd. and finaly i have configured to start without printers :-\ can anyone help with this issue? serves is solaris9. -------- [global] workgroup = SIF server string = proof-of-concept-smbserver security = domain load printers = no log file = /usr/local/samba/var/log.%m max log size = 50 password server = x.x.x.x socket options = TCP_NODELAY dns proxy = no winbind use default domain = yes winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes winbind enum groups = yes nt acl support = yes template homedir = /export/home/%U template shell = /bin/bash encrypt passwords = yes idmap uid = 3000-3500 idmap gid = 3000-3500 passdb backend = tdbsam case sensitive = no netbios name = solarisbox auth methods = winbind winbind separator = + allow trusted domains = yes log level = 4 [homes] comment = Home Directories browseable = no writable = yes [public] comment = Public Stuff path = /export/home/samba public = yes writable = yes printable = no write list = @staff ------------------ vlad/