LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-09-2011, 12:40 PM   #1
Cosis
LQ Newbie
 
Registered: Jan 2011
Posts: 1

Rep: Reputation: 0
Kernel 2.6.37 and mounting CIFS with password


Hi there,

Just upgraded (my Worksation) to Kernel 2.6.37, but can't mount CIFS shares with password any longer - CIFS shares without password works fine.

Tried upgrading Samba (on my server), which holds the shares i'm mounting, to version 3.5.6 - but same result.

Workstation: (Which I just upgraded to 2.6.37)
OS: LFS-6.5 (LinuxFromScratch)
Kernel: 2.6.37 #1 SMP Sun Jan 9 16:21:11 CET 2011 i686 pentium3 i386 GNU/Linux
(Upgraded from 2.6.32.9 where it worked fine)
IP: 192.168.65.253
mount: util-linux-ng 2.19

Server:
OS: LFS-6.1
Kernel: 2.6.23.8 #7 Wed Mar 11 19:35:30 CET 2009 i686 athlon-4 i386 GNU/Linux
IP: 192.168.65.1

The mount information is held inside /etc/fstab:

//192.1658.65.1/Private /mnt/Boomer/Private cifs username=cosis,password=password

Trying to mount the share:

[root@Cosis ~$ mount /mnt/Boomer/Private/
mount: block device //192.168.65.1/Private is write-protected, mounting read-only
mount: cannot mount block device //192.168.65.1/Private read-only

I have included all encryption modules (not only those required by CIFS) in the kernel, but it still fails :-(

In the log (see below) from my server (Boomer) there's a specific error I belive is the cause:

convert_string_talloc: Conversion error: Incomplete multibyte sequence(¼&W_ʦ=Å)

I belive the CIFS module in the 2.6.37 kernel has changed the way it sends passwords at mount time, but haven't been able to track down what has changed or how to use it properly.

Mounting the same share from Windows (with password) works fine! (And it doesn't produce the "incomplete multibyte sequence" error).

As a test I compiled the 2.6.37 kernel with the .config file from my 2.6.32.9 kernel, but it still wouldn't mount using passwords - only those not using passwords mounted.

And yes - I have checked and updated the password several times using "smbpasswd" on my server :-)

Any help is welcome :-)

Best Regards
Michael



In dmesg (Workstation):

fs/cifs/cifsfs.c: Devname: //192.168.65.1/Private flags: 0
fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 409 with uid: 0
fs/cifs/connect.c: Username: cosis
fs/cifs/connect.c: UNC: \\192.168.65.1\Private ip: 192.168.65.1\Private
fs/cifs/connect.c: Existing tcp session with server found
fs/cifs/connect.c: CIFS VFS: in cifs_get_smb_ses as Xid: 410 with uid: 0
fs/cifs/connect.c: Existing smb sess not found
fs/cifs/connect.c: Security Mode: 0x2 Capabilities: 0x80f3fd TimeAdjust: -3600
fs/cifs/sess.c: sess setup type 1
fs/cifs/transport.c: For smb_command 115
fs/cifs/transport.c: Sending smb: total_len 222
fs/cifs/connect.c: rfc1002 length 0x64
fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
fs/cifs/sess.c: Guest login
fs/cifs/sess.c: UID = 0
fs/cifs/sess.c: bleft 54
fs/cifs/sess.c: serverOS=Unix
fs/cifs/sess.c: serverNOS=Samba 3.5.6
fs/cifs/sess.c: serverDomain=WORKGROUP
fs/cifs/sess.c: ssetup freeing small buf f2fc3d40
fs/cifs/connect.c: CIFS Session Established successfully
fs/cifs/connect.c: CIFS VFS: leaving cifs_get_smb_ses (xid = 410) rc = 0
fs/cifs/connect.c: file mode: 0x1ed dir mode: 0x1ed
fs/cifs/connect.c: CIFS VFS: in cifs_get_tcon as Xid: 411 with uid: 0
fs/cifs/transport.c: For smb_command 117
fs/cifs/transport.c: Sending smb: total_len 116
fs/cifs/connect.c: rfc1002 length 0x27
fs/cifs/netmisc.c: Mapping smb error code 2 to POSIX err -13
fs/cifs/connect.c: CIFS VFS: leaving cifs_get_tcon (xid = 411) rc = -13
fs/cifs/connect.c: CIFS Tcon rc = -13
fs/cifs/connect.c: cifs_put_smb_ses: ses_count=1

fs/cifs/connect.c: CIFS VFS: in cifs_put_smb_ses as Xid: 412 with uid: 0
fs/cifs/cifssmb.c: In SMBLogoff for session disconnect
fs/cifs/transport.c: For smb_command 116
fs/cifs/transport.c: Sending smb: total_len 43
fs/cifs/connect.c: rfc1002 length 0x2b
fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 409) rc = -13
CIFS VFS: cifs_mount failed w/return code = -13
fs/cifs/cifsfs.c: Devname: //192.168.65.1/Private flags: 1
fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 413 with uid: 0
fs/cifs/connect.c: Username: cosis
fs/cifs/connect.c: UNC: \\192.168.65.1\Private ip: 192.168.65.1\Private
fs/cifs/connect.c: Existing tcp session with server found
fs/cifs/connect.c: CIFS VFS: in cifs_get_smb_ses as Xid: 414 with uid: 0
fs/cifs/connect.c: Existing smb sess not found
fs/cifs/connect.c: Security Mode: 0x2 Capabilities: 0x80f3fd TimeAdjust: -3600
fs/cifs/sess.c: sess setup type 1
fs/cifs/transport.c: For smb_command 115
fs/cifs/transport.c: Sending smb: total_len 222
fs/cifs/connect.c: rfc1002 length 0x64
fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
fs/cifs/sess.c: Guest login
fs/cifs/sess.c: UID = 0
fs/cifs/sess.c: bleft 54
fs/cifs/sess.c: serverOS=Unix
fs/cifs/sess.c: serverNOS=Samba 3.5.6
fs/cifs/sess.c: serverDomain=WORKGROUP
fs/cifs/sess.c: ssetup freeing small buf f2fc01c0
fs/cifs/connect.c: CIFS Session Established successfully
fs/cifs/connect.c: CIFS VFS: leaving cifs_get_smb_ses (xid = 414) rc = 0
fs/cifs/connect.c: file mode: 0x1ed dir mode: 0x1ed
fs/cifs/connect.c: CIFS VFS: in cifs_get_tcon as Xid: 415 with uid: 0
fs/cifs/transport.c: For smb_command 117
fs/cifs/transport.c: Sending smb: total_len 116
fs/cifs/connect.c: rfc1002 length 0x27
fs/cifs/netmisc.c: Mapping smb error code 2 to POSIX err -13
fs/cifs/connect.c: CIFS VFS: leaving cifs_get_tcon (xid = 415) rc = -13
fs/cifs/connect.c: CIFS Tcon rc = -13
fs/cifs/connect.c: cifs_put_smb_ses: ses_count=1

fs/cifs/connect.c: CIFS VFS: in cifs_put_smb_ses as Xid: 416 with uid: 0
fs/cifs/cifssmb.c: In SMBLogoff for session disconnect
fs/cifs/transport.c: For smb_command 116
fs/cifs/transport.c: Sending smb: total_len 43
fs/cifs/connect.c: rfc1002 length 0x2b
fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 413) rc = -13
CIFS VFS: cifs_mount failed w/return code = -13

From the samba-log (on my server - Boomer):

[2011/01/09 19:38:16.146617, 3] smbd/process.c:1485(process_smb)
Transaction 113 of length 222 (0 toread)
[2011/01/09 19:38:16.146798, 3] smbd/process.c:1294(switch_message)
switch message SMBsesssetupX (pid 363) conn 0x0
[2011/01/09 19:38:16.146843, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.146900, 3] smbd/sesssetup.c:1436(reply_sesssetup_and_X)
wct=13 flg2=0xd001
[2011/01/09 19:38:16.146961, 3] smbd/sesssetup.c:1639(reply_sesssetup_and_X)
Domain=[] NativeOS=[Linux version 2.6.37] NativeLanMan=[CIFS VFS Client for Linux] PrimaryDomain=[]
[2011/01/09 19:38:16.147003, 3] smbd/sesssetup.c:1655(reply_sesssetup_and_X)
sesssetupX:name=[]\[cosis]@[cosis]
[2011/01/09 19:38:16.147144, 3] smbd/sesssetup.c:140(check_guest_password)
Got anonymous request
[2011/01/09 19:38:16.147221, 3] auth/auth.c:216(check_ntlm_password)
check_ntlm_password: Checking password for unmapped user []\[]@[] with the new password interface
[2011/01/09 19:38:16.147260, 3] auth/auth.c:219(check_ntlm_password)
check_ntlm_password: mapped user is: []\[]@[]
[2011/01/09 19:38:16.147333, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.147375, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/01/09 19:38:16.147410, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.147485, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.147559, 4] lib/substitute.c:504(automount_server)
Home server: 192.168.65.1
[2011/01/09 19:38:16.147616, 4] lib/substitute.c:504(automount_server)
Home server: 192.168.65.1
[2011/01/09 19:38:16.147666, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.147702, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/01/09 19:38:16.147735, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.147782, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.147928, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.147966, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/01/09 19:38:16.148000, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.148042, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.148080, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.148113, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.148361, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.148408, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.148449, 3] auth/auth.c:265(check_ntlm_password)
check_ntlm_password: guest authentication for user [] succeeded
[2011/01/09 19:38:16.148968, 3] smbd/process.c:1485(process_smb)
Transaction 114 of length 116 (0 toread)
[2011/01/09 19:38:16.149033, 3] smbd/process.c:1294(switch_message)
switch message SMBtconX (pid 363) conn 0x0
[2011/01/09 19:38:16.149071, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.149141, 4] smbd/reply.c:786(reply_tcon_and_X)
Client requested device type [?????] for share [Private]
[2011/01/09 19:38:16.149215, 3] lib/access.c:362(only_ipaddrs_in_list)
only_ipaddrs_in_list: list has non-ip address (192.168.65.)
[2011/01/09 19:38:16.149253, 3] lib/access.c:396(check_access)
check_access: hostnames in host allow/deny list.
[2011/01/09 19:38:16.149316, 2] lib/access.c:406(check_access)
Allowed connection from cosis (192.168.65.253)
[2011/01/09 19:38:16.149709, 3] lib/charcnv.c:635(convert_string_talloc)
convert_string_talloc: Conversion error: Incomplete multibyte sequence(¼&W_ʦ=Å)
[2011/01/09 19:38:16.149754, 3] lib/charcnv.c:644(convert_string_talloc)
convert_string_talloc: Conversion error: Illegal multibyte sequence(Å)
[2011/01/09 19:38:16.149792, 3] lib/charcnv.c:258(convert_string_internal)
convert_string_internal: Conversion error: Incomplete multibyte sequence(¼&W_ʦ=Å)
[2011/01/09 19:38:16.149828, 3] lib/charcnv.c:279(convert_string_internal)
convert_string_internal: Conversion error: Illegal multibyte sequence(Å)
[2011/01/09 19:38:16.150298, 3] auth/auth.c:216(check_ntlm_password)
check_ntlm_password: Checking password for unmapped user [WORKGROUP]\[cosis]@[cosis] with the new password interface
[2011/01/09 19:38:16.150341, 3] auth/auth.c:219(check_ntlm_password)
check_ntlm_password: mapped user is: [BOOMER]\[cosis]@[cosis]
[2011/01/09 19:38:16.150394, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.150434, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/01/09 19:38:16.150467, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.150566, 4] lib/substitute.c:504(automount_server)
Home server: 192.168.65.1
[2011/01/09 19:38:16.150628, 4] lib/substitute.c:504(automount_server)
Home server: 192.168.65.1
[2011/01/09 19:38:16.150679, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.150716, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.150749, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.150804, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.150856, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.150892, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.150927, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.150975, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.151118, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.151158, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.151191, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.151242, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.151298, 4] lib/substitute.c:504(automount_server)
Home server: 192.168.65.1
[2011/01/09 19:38:16.151395, 4] lib/substitute.c:504(automount_server)
Home server: 192.168.65.1
[2011/01/09 19:38:16.151444, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.151480, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.151514, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.151562, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.151694, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.151732, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.151765, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.151807, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 3
[2011/01/09 19:38:16.151843, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 2
[2011/01/09 19:38:16.151876, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 3
[2011/01/09 19:38:16.152012, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.152056, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.152103, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.152144, 3] ../libcli/auth/ntlm_check.c:437(ntlm_password_check)
ntlm_password_check: Lanman passwords NOT PERMITTED for user cosis
[2011/01/09 19:38:16.152178, 4] ../libcli/auth/ntlm_check.c:473(ntlm_password_check)
ntlm_password_check: Checking LMv2 password with domain WORKGROUP
[2011/01/09 19:38:16.152238, 4] ../libcli/auth/ntlm_check.c:503(ntlm_password_check)
ntlm_password_check: Checking LMv2 password with upper-cased version of domain WORKGROUP
[2011/01/09 19:38:16.152292, 4] ../libcli/auth/ntlm_check.c:533(ntlm_password_check)
ntlm_password_check: Checking LMv2 password without a domain
[2011/01/09 19:38:16.152341, 4] ../libcli/auth/ntlm_check.c:566(ntlm_password_check)
ntlm_password_check: Checking NT MD4 password in LM field
[2011/01/09 19:38:16.152623, 3] ../libcli/auth/ntlm_check.c:585(ntlm_password_check)
ntlm_password_check: LM password, NT MD4 password in LM field and LMv2 failed for user cosis
[2011/01/09 19:38:16.152659, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.152693, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/01/09 19:38:16.152725, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.152772, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.152812, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.152882, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/01/09 19:38:16.152917, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.152954, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.152989, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153022, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.153069, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153110, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.153145, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153179, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 0
[2011/01/09 19:38:16.153242, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153347, 4] lib/substitute.c:504(automount_server)
Home server: 192.168.65.1
[2011/01/09 19:38:16.153400, 4] lib/substitute.c:504(automount_server)
Home server: 192.168.65.1
[2011/01/09 19:38:16.153447, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.153483, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153515, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.153562, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153609, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.153644, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153676, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.153722, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153763, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.153797, 3] smbd/uid.c:429(push_conn_ctx)
push_conn_ctx(0) : conn_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153830, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 2
[2011/01/09 19:38:16.153880, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 1
[2011/01/09 19:38:16.153967, 3] smbd/sec_ctx.c:418(pop_sec_ctx)
pop_sec_ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.154015, 2] auth/auth.c:314(check_ntlm_password)
check_ntlm_password: Authentication for user [cosis] -> [cosis] FAILED with error NT_STATUS_WRONG_PASSWORD
[2011/01/09 19:38:16.154090, 2] smbd/service.c:626(create_connection_server_info)
Invalid username/password for [Private]
[2011/01/09 19:38:16.154131, 1] smbd/service.c:678(make_connection_snum)
create_connection_server_info failed: NT_STATUS_WRONG_PASSWORD
[2011/01/09 19:38:16.154176, 3] smbd/error.c:80(error_packet_set)
error packet at smbd/reply.c(795) cmd=117 (SMBtconX) NT_STATUS_WRONG_PASSWORD
[2011/01/09 19:38:16.154692, 3] smbd/process.c:1485(process_smb)
Transaction 115 of length 43 (0 toread)
[2011/01/09 19:38:16.154750, 3] smbd/process.c:1294(switch_message)
switch message SMBulogoffX (pid 363) conn 0x0
[2011/01/09 19:38:16.154788, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.154831, 3] smbd/reply.c:2061(reply_ulogoffX)
ulogoff, vuser id 0 does not map to user.
[2011/01/09 19:38:16.154870, 3] smbd/reply.c:2074(reply_ulogoffX)
ulogoffX vuid=0
[2011/01/09 19:38:16.161433, 3] smbd/process.c:1485(process_smb)
Transaction 116 of length 222 (0 toread)
[2011/01/09 19:38:16.161479, 3] smbd/process.c:1294(switch_message)
switch message SMBsesssetupX (pid 363) conn 0x0
[2011/01/09 19:38:16.161514, 3] smbd/sec_ctx.c:310(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2011/01/09 19:38:16.161554, 3] smbd/sesssetup.c:1436(reply_sesssetup_and_X)
wct=13 flg2=0xd001
[2011/01/09 19:38:16.161607, 3] smbd/sesssetup.c:1639(reply_sesssetup_and_X)
Domain=[] NativeOS=[Linux version 2.6.37] NativeLanMan=[CIFS VFS Client for Linux] PrimaryDomain=[]
[2011/01/09 19:38:16.161645, 3] smbd/sesssetup.c:1655(reply_sesssetup_and_X)
sesssetupX:name=[]\[cosis]@[cosis]
[2011/01/09 19:38:16.161772, 3] smbd/sesssetup.c:140(check_guest_password)
Got anonymous request
[2011/01/09 19:38:16.161845, 3] auth/auth.c:216(check_ntlm_password)
check_ntlm_password: Checking password for unmapped user []\[]@[] with the new password interface
[2011/01/09 19:38:16.161885, 3] auth/auth.c:219(check_ntlm_password)
check_ntlm_password: mapped user is: []\[]@[]
[2011/01/09 19:38:16.161951, 3] smbd/sec_ctx.c:210(push_sec_ctx)
push_sec_ctx(0, 0) : sec_ctx_stack_ndx = 1
 
Old 01-16-2011, 03:04 PM   #2
ciotog
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Slackware current
Posts: 728
Blog Entries: 2

Rep: Reputation: 43
https://bugs.launchpad.net/ubuntu/+s...mba/+bug/95460
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cifs not mounting on boot mitchell2345 Linux - Software 17 12-16-2011 10:58 AM
mount -t cifs without password ericyao Linux - Server 3 01-30-2010 06:50 AM
Mounting cifs qns khaos83 SUSE / openSUSE 2 06-08-2008 09:47 PM
Mounting CIFS as normal user abovett Linux - Networking 2 05-18-2006 04:58 PM
CIFS Mounting Problem victorhe Linux - Networking 0 03-29-2004 12:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration