|
Description
|
smbd dumped core while joining Windows 2000 domin, please see comments for more information./
1) It's unclear to me as to how the smbd might have crashed since I don't see any smb functions on the stack trace. See below:
bash-3.2$ uname -a
SunOS anthrax 5.11 snv_86 sun4u sparc SUNW,Sun-Fire-V890
bash-3.2$ isainfo
sparcv9 sparc
bash-3.2$ mdb core.smbd.7463
Loading modules: [ libumem.so.1 libc.so.1 libuutil.so.1 libnvpair.so.1 libavl.so.1 ld.so.1 ]
> $C
fe46be40 libc_psr.so.1`memcpy+0x2c(2acdc, 1, 0, 0, 0, a)
fe47bf20 libc.so.1`__door_return+0x60(0, 0, 0, 0, 0, 0)
2) Is your system stable? Is the SMF repository corrupted?
May 1 11:42:17 v240-1 smbd[6723]: [ID 390819 daemon.error] SMF initialization problem: connection to repository broken
Do you have problem running the following command on your system?
svccfg -s smb/server listprop
3) Your comment didn't explicitly mention the successfulness of the domain join operation. Were you able to join the domain? If not, do you have the correct DNS and Kerberos configuration?
4) How did you determine the problem happen at domain join since the script does various things: domain join, map a CIFS share, among with other operations.
Please modify your /etc/syslog.conf to log daemon.debug messages. Refresh syslogd, redo the test, and attach a new /var/adm/messages. Thanks!
Saw similar issue once again please refer to comments for more information.
|