TNG 1.3 Problems

Paul Noah paulnoah at noah.cnchost.com
Wed Mar 29 02:32:47 GMT 2000


Hello

Running a RedHat 6.1 system and SambaTNG 1.3 I have encounter the following 
problems
smb.conf follows

******************************************************************
1) smbpasswd -a root
consistently leads to a core dump.  log is here
Using smbpasswd from 2.0.7pre2 works fine

[root at myserver bin]# ./smbpasswd -a root
doing parameter log file = /opt/samba/log/log.%m
doing parameter max log size = 50
doing parameter socket options = TCP_NODELAY
doing parameter domain logons = Yes
doing parameter os level = 65
doing parameter preferred master = True
doing parameter local master = yes
doing parameter domain master = True
doing parameter wins support = Yes
doing parameter guest account = nobody
doing parameter admin users = su
doing parameter interfaces = 192.168.0.11/24
doing parameter hosts allow = localhost, 192.168.0.0/255.255.255.0
doing parameter printing = bsd
doing parameter min print space = 2000
doing parameter time server = yes
doing parameter vfs option =
pm_process() returned Yes
lp_servicenumber: couldn't find homes
codepage_initialise: client code page = 850
load_client_codepage: loading codepage 850.
Adding chars 0x85 0xb7 (l->u = True) (u->l = True)
Adding chars 0xa0 0xb5 (l->u = True) (u->l = True)
Adding chars 0x83 0xb6 (l->u = True) (u->l = True)
Adding chars 0xc6 0xc7 (l->u = True) (u->l = True)
Adding chars 0x84 0x8e (l->u = True) (u->l = True)
Adding chars 0x86 0x8f (l->u = True) (u->l = True)
Adding chars 0x91 0x92 (l->u = True) (u->l = True)
Adding chars 0x87 0x80 (l->u = True) (u->l = True)
Adding chars 0x8a 0xd4 (l->u = True) (u->l = True)
Adding chars 0x82 0x90 (l->u = True) (u->l = True)
Adding chars 0x88 0xd2 (l->u = True) (u->l = True)
Adding chars 0x89 0xd3 (l->u = True) (u->l = True)
Adding chars 0x8d 0xde (l->u = True) (u->l = True)
Adding chars 0xa1 0xd6 (l->u = True) (u->l = True)
Adding chars 0x8c 0xd7 (l->u = True) (u->l = True)
Adding chars 0x8b 0xd8 (l->u = True) (u->l = True)
Adding chars 0xd0 0xd1 (l->u = True) (u->l = True)
Adding chars 0xa4 0xa5 (l->u = True) (u->l = True)
Adding chars 0x95 0xe3 (l->u = True) (u->l = True)
Adding chars 0xa2 0xe0 (l->u = True) (u->l = True)
Adding chars 0x93 0xe2 (l->u = True) (u->l = True)
Adding chars 0xe4 0xe5 (l->u = True) (u->l = True)
Adding chars 0x94 0x99 (l->u = True) (u->l = True)
Adding chars 0x9b 0x9d (l->u = True) (u->l = True)
Adding chars 0x97 0xeb (l->u = True) (u->l = True)
Adding chars 0xa3 0xe9 (l->u = True) (u->l = True)
Adding chars 0x96 0xea (l->u = True) (u->l = True)
Adding chars 0x81 0x9a (l->u = True) (u->l = True)
Adding chars 0xec 0xed (l->u = True) (u->l = True)
Adding chars 0xe7 0xe8 (l->u = True) (u->l = True)
Adding chars 0x9c 0x0 (l->u = False) (u->l = False)
Added interface ip=192.168.0.11 bcast=192.168.0.255 nmask=255.255.255.0
New SMB password:
Retype new SMB password:
search by name: root
startfileent: opening file /etc/smbpasswd
getfileline: skipping comment or blank line
getfileline: skipping comment or blank line
getfileline: skipping comment or blank line
getsmbfilepwent: returning passwd entry for unix user root, unix uid 0
unixuser:root uid:0 acb:10
pwdb_smb_map_names: unix root nt NULL unix 0 nt-1
lookupsmbpwnam: unix user name root
lookupsmbpwuid: unix uid 0
initialising map /etc/domainuser.map
file_modified: /etc/domainuser.map modified
load_name_map: Scanning name map /etc/domainuser.map
Read line |root=Administrator|
make_name_entry:,Administrator,root
unix_name_to_nt_name_info: unix_name:root
unix_name_to_nt_name_info: unix gid:0
map_domain_name_to_sid: overriding blank name to
Segmentation fault (core dumped)

******************************************************************
2) I had an NT SP6a workstation running on a Samba 2.07pre2 domain
I changed to a Sama-TNG 1.3 domain.  NT WKS was unable to switch
back to the 2.07 domain claiming some security problems.  Microsoft
recommends use of NETDOM 1.7 or above to rejoin a domain.  NETDOM had
no effect on the TNG1.3 domain.

******************************************************************
3) Windows 2000 is unable to join the TNG 1.3 domain
"The Specified domain does not exist or could not be contacted"
NT SP6a was able to connect.

from NT
C:\>net view  /d:MYDOMAIN
Server Name            Remark

---------------------------------------------------
\\W2KCOMPUTER
\\NTCOMPUTER
\\MYSERVER                SambaTNG 1.3
The command completed successfully.

from Linux
[root at MYSERVER bin]# ./smbclient -L myserver
Added interface ip=192.168.0.11 bcast=192.168.0.255 nmask=255.255.255.0
Password:

         Sharename      Type      Comment
         ---------      ----      -------
         public         Disk
         profile        Disk
         IPC$           IPC       IPC Service (SambaTNG 1.3)

         Server               Comment
         ---------            -------
         MYSERVER             SambaTNG 1.3

         Workgroup            Master
         ---------            -------
         MYDOMAIN


Paul

---------------------SMB.CONF-------------------------------
# Global parameters
[global]
         workgroup = MYDOMAIN
         server string = SambaTNG 1.3
         encrypt passwords = Yes
         security = user
         smb passwd file = /etc/smbpasswd
         domain user map = /etc/domainuser.map
         log level = 2
         log file = /opt/samba/log/log.%m
         max log size = 50
         #socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
         socket options = TCP_NODELAY
         domain logons = Yes
         os level = 65
         preferred master = True
         local master = yes
         domain master = True
         wins support = Yes
         guest account = nobody
         admin users = su
         interfaces = 192.168.0.11/24
         hosts allow = localhost, 192.168.0.0/255.255.255.0
         printing = bsd
         min print space = 2000
         time server = yes
         vfs option =

[netlogon]
         comment = Domain logon service
         path = /opt/samba/netlogon
         browseable = No

[homes]
         comment = Home Directories
         read only = No
         create mask = 0755
         browseable = No
         writable = yes

[public]
         path = /home/samba/data
         guest account = nobody
         admin users =
         read only = No
         guest ok = Yes

[profile]
         path = /opt/samba/profile
         read only = No
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the samba-ntdom mailing list