samba 3.0alpah13 - problems/questions

David Edward Shapiro David.Edward.Shapiro at btitele.com
Fri Jan 25 16:44:04 GMT 2002


Hello,

I wanted to use the new samba that is out.  I have a few questions:

1. When I try the new net rpc join command, it pops up a password prompt (my
nt admin added my server to the nt domain on the pdc).  Whose password is it
asking for?  He tried his nt domain root password, but that got a message
about there being some problem with the user or password.  He sees in his
event log the attempt from my solaris 8 sparc unix box, and it shows that it
tried to log in as ROOT.  Why doesn't the command work when he types in the
root password for the nt pdc server?

2. I used smbpasswd to add root.  I then tried smbclient -L hostname_here,
and it gave the following output:

incorrect size for /usr/local/samba/lib/upcase.dat - got 0 expected 131072
incorrect size for /usr/local/samba/lib/lowcase.dat - got 0 expected 131072
creating lame upcase table
creating lame lowcase table
incorrect size for /usr/local/samba/lib/valid.dat - got 0 expected 65536
creating default valid table
incorrect size for /usr/local/samba/lib/valid.dat - got 0 expected 65536
creating default valid table
added interface ip=10.1.5.238 bcast=255.255.255.255 nmask=0.0.0.0
added interface ip=10.1.5.210 bcast=255.255.255.255 nmask=0.0.0.0
wins_srv_died(): Could not mark WINS server 127.0.0.1 down.
Address not found in server list.
error connecting to 10.1.5.238:445 (Connection refused)
Password: 
Doing spnego session setup (blob length=75)
OS=[Unix] Server=[Samba]
tree connect failed: SUCCESS - 0

What is up with the 0 sized dat files?  Why is it using 127.0.0.1 as the
WINS server.  My smb.conf was configured to use our department's wins
server's ip address.  Why is the tree connect failing.  What is the Server=
say samba instead of the name of my unix server (or is that correct?)?
Anyway, no shares show.  

I tried to start nmbd, but that failed too.  It just does not run and shows
no errors.  I ran a truss on it, and it did whine about something, although
I do not know what:

rk(0x00109568)                                 = 0
open64("/usr/local/samba/lib/valid.dat", O_RDONLY) Err#2 ENOENT
brk(0x00109568)                                 = 0
brk(0x00119568)                                 = 0
open64("/usr/local/samba/lib/valid.dat", O_RDONLY) Err#2 ENOENT
brk(0x00119568)                                 = 0
brk(0x00129568)                                 = 0
stat64("/usr/local/samba/lib/smb.conf", 0xFFBEECC8) = 0
brk(0x00129568)                                 = 0
brk(0x0012B568)                                 = 0
open64("/usr/local/samba/lib/smb.conf", O_RDONLY) = 4
fstat64(4, 0xFFBEEBE8)                          = 0
read(4, " #   S a m b a   c o n f".., 568)      = 568
close(4)                                        = 0
stat64("", 0xFFBEED38)                          Err#2 ENOENT
stat64("/usr/local/samba/lib/smb.conf", 0xFFBEE8C0) = 0
time()                                          = 1012005187
open("/usr/share/lib/zoneinfo/US/Eastern", O_RDONLY) = 4
read(4, " T Z i f\0\0\0\0\0\0\0\0".., 8192)     = 1250
close(4)                                        = 0
getuid()                                        = 0 [0]
fstat64(3, 0xFFBEEFF8)                          = 0
brk(0x0012B568)                                 = 0
brk(0x0012D568)                                 = 0
write(3, " [ 2 0 0 2 / 0 1 / 2 5  ".., 63)      = 63
getuid()                                        = 0 [0]
write(3, "     E R R O R :   ' w i".., 60)      = 60
getuid()                                        = 0 [0]
write(3, "     a r e   c o n f l i".., 44)      = 44
llseek(0, 0, SEEK_CUR)                          = 1068608
_exit(10)

The smb.conf is set as such:

[global]
        workgroup = INS
        netbios name = EXCEL
        netbios aliases = EXCEL
        interfaces = 10.1.5.238/32, 10.1.5.210/32
        security = DOMAIN
        password server = PDC
        log file = /usr/local/samba/var/log.%m
        max log size = 50
        os level = 65
        wins server = 10.1.1.244
        wins support = Yes
        admin users = excelsior
        share modes = No







More information about the samba mailing list