I tried to install Samba ver2.2.2 during the initial stage of ./configure and the following warning/error were encountered: Warning: No automated network interface determination Error: no seteuid method available configure: error: summary failure Aborting config How can I resolved the above to configure again? Note: The UNIX box is HP9000 L2000/44 HP-UX 11.0 (64bit) Thks, Ron CAUTION - This message may contain privileged and confidential information intended only for the use of the addressee named above. If you are not the intended recipient of this message you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. If you have received this message in error please notify AMCOR TWINPAK - NORTH AMERICA INC. immediately. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of AMCOR TWINPAK - NORTH AMERICA INC -------------- next part -------------- HTML attachment scrubbed and removed
I am getting this error in the client log file. Why.
Error : UNIX and SMB uids in password files do not match for user
'walliske'!
[2002/03/22 07:03:48, 0] smbd/password.c:(513)
I am running samba on HP-UX 11.00 and the client is a standalone w2k laptop.
Here is a copy of my smb.config file
[global]
workgroup = UNIX
netbios name = AMBER
security = SERVER
encrypt passwords = Yes
map to guest = Bad Password
username map = /etc/opt/samba/user.map
log file = /usr/local/samba/log.%m
preferred master = Yes
domain master = Yes
[data]
path = /data
writeable = Yes
[printers]
path = /tmp/spool
printable = Yes
I have created a map file and used smbpasswd to change users password to
match unix and w2k.
Mike Allmer
Technical Support Specialist
TRW Aeronautical Systems
(701) 253-7556
mike.allmer@trw.com
-------------- next part --------------
HTML attachment scrubbed and removed
Hi Mike,
Means just what it says - the uid field in your /etc/passwd file (or in your
nis database) for the user walliske
is DIFFERENT than the uid field in your /usr/local/samba/private/smbpasswd
file entry for user walliske.
do a grep walliske /usr/local/samba/private/smbpasswd
and a grep walliske /etc/passwd (or ypcat passwd|grep walliske) and make
the uid fields in both files
match.
Hope this helps,
Don
-----Original Message-----
From: ALLMER, Mike (Jamestown) [mailto:Mike.Allmer@trw.com]
Sent: Friday, March 22, 2002 10:45 AM
To: 'samba@samba.org'
Subject: [Samba] Configuration error
I am getting this error in the client log file. Why.
Error : UNIX and SMB uids in password files do not match for user
'walliske'!
[2002/03/22 07:03:48, 0] smbd/password.c:(513)
I am running samba on HP-UX 11.00 and the client is a standalone w2k laptop.
Here is a copy of my smb.config file
[global]
workgroup = UNIX
netbios name = AMBER
security = SERVER
encrypt passwords = Yes
map to guest = Bad Password
username map = /etc/opt/samba/user.map
log file = /usr/local/samba/log.%m
preferred master = Yes
domain master = Yes
[data]
path = /data
writeable = Yes
[printers]
path = /tmp/spool
printable = Yes
I have created a map file and used smbpasswd to change users password to
match unix and w2k.
Mike Allmer
Technical Support Specialist
TRW Aeronautical Systems
(701) 253-7556
mike.allmer@trw.com
-------------- next part --------------
HTML attachment scrubbed and removed