Displaying 5 results from an estimated 5 matches for "dishkyaao".
2015 Jan 08
1
compile only samba file server components
is it possible to compile only smbd(file server) components with samba
source 4.1.12?
having -without-ad-dc and -without-winbind options in configure, still see
other commponents compiled.
using following steps to compile on AIX 6.1 with XLC.
unset LIBPATH
unset LD_LIBRARY_PATH
export InstallDir=/opt/samba
export OBJECT_MODE=64
export CC="/opt/IBM/xlC/13.1.0/bin/xlc_r -g"
export
2015 Jan 08
3
Smbd dumps core while starting
Only looking for file server solution. export LIBPATH=/opt/samba/lib
/opt/samba/sbin/smbd ?D
cat smb.conf
[global]
security = ads
password server = *
workgroup = ABC.NET
username map = /etc/opt/samba/users.map
encrypt passwords = yes
client ntlmv2 auth = yes
client lanman auth = no
client plaintext auth = no
lanman auth = no
ntlm auth = no
server signing = auto
max protocol = SMB2
;Enter
2015 Jan 13
0
Smbd dumps core while starting
Getting coredump for net join as well. Kinit to the user works on the server.
# ./net ads join -U ab44543
Enter ab44543's password:
Illegal instruction(coredump)
# gdb -dbx /opt/samba/bin/net core
GNU gdb (GDB) 7.5
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to
2015 Jan 08
2
Smbd dumps core while starting
Samba version : samba-4.1.12, AIX 6.1,
compilation(configure, make clean install) was ok. but smbd not starting.
gdb --dbx /opt/samba/sbin/smbd /root/core
Core was generated by `smbd'.
Program terminated with signal 4, Illegal instruction.
#0 0x0000000000000000 in ?? ()
(gdb) where
#0 0x0000000000000000 in ?? ()
#1 0x0900000008406760 in regdb_init () at
2015 Jan 08
3
Smbd dumps core while starting
updated smb.conf, still same error. details below.
# cat /etc/samba/smb.conf
[global]
workgroup = NAMDEV
realm = NAMDEV.NSROOTDEV.NET <http://namdev.nsrootdev.net/>
client ldap sasl wrapping = seal
;username map = /etc/opt/samba/users.map
encrypt passwords = yes
client ntlmv2 auth = yes
client lanman auth = no
client plaintext auth = no
lanman auth = no
ntlm auth