- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Samba problems with Win2K
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 11:28 AM
01-30-2002 11:28 AM
From a Windows NT machine running Unigraphics 16 I can open files from both servers no problem :-).
When I try to open the same files from a Windows 2000 machine I have no problems pulling files from the HPUX11 server :-), but I cannot pull from the HPUX10.20 server :-(.
I downloaded both samba2.2.2 packages from www.samba.org and are precompiled for HPUX.
When I read the log.smbd file I found the following error messages on both servers so I don???t know if they are relevant or not.
[2002/01/29 13:12:52, 0] smbd/service.c:(370)
daveaa logged in as admin user (root privileges)
[2002/01/29 13:12:52, 0] smbd/service.c:(370)
daveaa logged in as admin user (root privileges)
[2002/01/29 13:56:45, 0] lib/util_sec.c:(77)
Failed to set uid privileges to (-1,-2) now set to (0,0)
[2002/01/29 13:56:45, 0] lib/util.c:(1055)
PANIC: failed to set uid
Am I missing a patch or something?
This maybe a problem to take to samba but I thought one of you gurus might like the challenge :-).
DaveAA2
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 11:25 AM
01-31-2002 11:25 AM
Re: Samba problems with Win2K
I am not sure this is the answer but I had a problem similar once. On the 10.2 machine make sure the "security = server" is set smb.conf file. Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 02:48 AM
02-01-2002 02:48 AM
SolutionAdd a user on the 10.20 box, e.g. "smbguest", with a 'normal' uid (not -1 or 65535) and set "guest account" to "smbguest" in smb.conf.
Don't allow the user to login -- set the shell to /usr/bin/false.
Hope this helps.
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2002 08:24 AM
02-01-2002 08:24 AM
Re: Samba problems with Win2K
That worked perfectly and I am up and running, Thanks. Do we chalk this one up as another unwritten rule?
Again Thanks
DaveAA2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 02:01 AM
02-04-2002 02:01 AM
Re: Samba problems with Win2K
It's what they call an 'undocumented feature' :-\ The 'nobody' user is used by default and this works for Linux systems (nobody maps to uid 99), but doesn't work on most UNIX systems. It's a miracle that it worked "out of the box" on the 11.00 box...
Regards,
Vincent