View previous topic :: View next topic |
Author |
Message |
audiodef Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/121230830564ba822c25c21.jpg)
Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
Posted: Mon Apr 19, 2010 6:38 pm Post subject: smbpasswd panic error [SOLVED] |
|
|
Trying to do smbpasswd -a (username), I get this:
Code: |
No builtin nor plugin backend for guest found
PANIC (pid 23563): pdb_get_methods_reload: failed to get pdb methods for backend guest
BACKTRACE: 7 stack frames:
#0 smbpasswd(log_stack_trace+0x2d) [0xb737e22d]
#1 smbpasswd(smb_panic+0x2d) [0xb737e34d]
#2 smbpasswd(+0x18bdb3) [0xb7331db3]
#3 smbpasswd(initialize_password_db+0x24) [0xb7334aa4]
#4 smbpasswd(main+0x50e) [0xb722e32e]
#5 /lib/libc.so.6(__libc_start_main+0xe6) [0xb6fe5bb6]
#6 smbpasswd(+0x87821) [0xb722d821]
Can not dump core: corepath not set up
|
What is this and is this fixable, or is this a bug and I should downgrade? _________________ decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Last edited by audiodef on Tue Apr 20, 2010 12:43 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Rexilion Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/13156532244b6fe587ac03b.jpg)
Joined: 17 Mar 2009 Posts: 1044
|
Posted: Tue Apr 20, 2010 7:35 am Post subject: |
|
|
Can you post the output of:
Code: | cat /etc/samba/smb.conf | grep -i security |
I think you have set the security to 'share' which maps all shares to a guest user (or something like that). There you don't need users and that is why smbpasswd is *probably* complaining. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
audiodef Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/121230830564ba822c25c21.jpg)
Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|