Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trouble with new 2.6.18-gentoo-r2 kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Positive
n00b
n00b


Joined: 16 Nov 2006
Posts: 1

PostPosted: Thu Nov 16, 2006 12:40 pm    Post subject: Trouble with new 2.6.18-gentoo-r2 kernel Reply with quote

Hi all!

I've just compiled the new gentoo kernel and found that my cifs filesystems doesn't mount now.

Code:

# mount.cifs //storage/share /mnt/ml --user=positive
Password:
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)


The same while mounting with "mount -t cifs" command.

dmesg output with "echo 1 > /proc/fs/cifs/cifsFYI":
Code:

 fs/cifs/cifsfs.c: Devname: //storage/share flags: 64
 fs/cifs/connect.c: CIFS VFS: in cifs_mount as Xid: 14 with uid: 0
 fs/cifs/connect.c: Username: positive
 fs/cifs/connect.c: UNC: \\storage\share ip: 192.168.80.12
 fs/cifs/connect.c: Socket created
 fs/cifs/connect.c: sndbuf 16384 rcvbuf 87380 rcvtimeo 0x7fffffff
 fs/cifs/connect.c: Demultiplex PID: 10940
 fs/cifs/connect.c: Existing smb sess not found
 fs/cifs/cifssmb.c: secFlags 0x7
 fs/cifs/transport.c: For smb_command 114
 fs/cifs/transport.c: Sending smb of length 56
 fs/cifs/connect.c: rfc1002 length 0x75)
 fs/cifs/cifssmb.c: Dialect: 0
 fs/cifs/cifssmb.c: negprot rc 0
 fs/cifs/connect.c: Security Mode: 0x3 Capabilities: 0x1f3fd Time Zone: 65356
 fs/cifs/sess.c: sess setup type 1
 fs/cifs/transport.c: For smb_command 115
 fs/cifs/transport.c: Sending smb:  total_len 274
 fs/cifs/connect.c: rfc1002 length 0x27)
 fs/cifs/netmisc.c:  !!Mapping smb error code 5 to POSIX err -13 !!
 fs/cifs/misc.c: Null buffer passed to cifs_small_buf_release
 fs/cifs/sess.c: ssetup rc from sendrecv2 is -13
 fs/cifs/sess.c: ssetup freeing small buf f7de4300
 CIFS VFS: Send error in SessSetup = -13
 fs/cifs/connect.c: No session or bad tcon
 fs/cifs/connect.c: CIFS VFS: leaving cifs_mount (xid = 14) rc = -13
 CIFS VFS: cifs_mount failed w/return code = -13


My kernel config part:
Code:

CONFIG_SMB_FS=y
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="cp866"
CONFIG_CIFS=y
CONFIG_CIFS_STATS=y
CONFIG_CIFS_STATS2=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_DEBUG2=y


It all was working with 2.6.16 kernel. I'm in confusion, cifs fs is essentail for me.
Thanks in advance.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum