- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- samba password error
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
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
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
тАО07-12-2004 02:09 AM
тАО07-12-2004 02:09 AM
Starting SMB services
smbd started
nmbd started
# ps -ef | grep smb
root 29244 1 0 15:51:19 ? 0:00 /usr/local/samba/sbin/nmbd -D -s /usr/local/samba/lib/smb.co
root 29273 4442 0 15:52:20 pts/2 0:00 grep smb
root 29242 1 0 15:51:18 ? 0:00 /usr/local/samba/sbin/smbd -D -s /usr/local/samba/lib/smb.co
# ./smbstatus
sessionid.tdb not initialised
Service pid machine Connected at
-------------------------------------------------------
No locked files
# ./smbclient -L localhost -U nobody
Password:
session setup failed: Call returned zero bytes (EOF)
LOG ERROR MESSAGE:
[2004/07/12 16:03:17, 0] passdb/pdb_smbpasswd.c:getsmbfilepwent(430)
getsmbfilepwent: malformed password entry (no terminating :)
[2004/07/12 16:03:17, 0] lib/util_sec.c:assert_gid(113)
Failed to set gid privileges to (-1,-2) now set to (0,0) uid=(0,0)
[2004/07/12 16:03:17, 0] lib/util.c:smb_panic(1400)
PANIC: failed to set gid
[2004/07/12 16:03:17, 0] lib/fault.c:fault_report(36)
===============================================================
[2004/07/12 16:03:17, 0] lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 6 in pid 812 (3.0.2a)
Please read the appendix Bugs of the Samba HOWTO collection
[2004/07/12 16:03:17, 0] lib/fault.c:fault_report(39)
===============================================================
[2004/07/12 16:03:17, 0] lib/util.c:smb_panic(1400)
PANIC: internal error
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 02:10 AM
тАО07-12-2004 02:10 AM
Re: samba password error
Load smb config files from /usr/local/samba/lib/smb.conf
Processing section "[homes]"
Processing section "[public]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
workgroup = MYGROUP
server string = Samba Server
security = SHARE
log file = /usr/local/samba/var/log.%m
max log size = 50
dns proxy = No
[homes]
comment = Home Directories
read only = No
[public]
path = /home
read only = No
guest only = Yes
guest ok = Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 02:28 AM
тАО07-12-2004 02:28 AM
Re: samba password error
maybe you should make the following entry in the global section :
password server =
and additionally make the requested entries in the smbpasswd file
HTH
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 02:40 AM
тАО07-12-2004 02:40 AM
Re: samba password error
Share level security isn't a good idea for Samba, especially for users' home directories. If you really do want to use this security method I'd suggest you take a look at the section of the O'Reilly Using Samba book that discusses this.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 02:46 AM
тАО07-12-2004 02:46 AM
SolutionShould have:
http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8725AA
Can you increase logging level to 2 in your smb.conf file, restart samba, and try again.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2004 02:50 AM
тАО07-12-2004 02:50 AM
Re: samba password error
have you registered user nobody via smbpasswd ? (smbpasswd -a nobody)
if local autentication is used (without global option "password server")
all users have to have smb account, try it and post result
br jan