Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Unsolved]CIFS VFS: Unexpected lookup error -12
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
lyallp
Veteran
Veteran


Joined: 15 Jul 2004
Posts: 1557
Location: Adelaide/Australia

PostPosted: Wed May 11, 2011 1:02 pm    Post subject: [Unsolved]CIFS VFS: Unexpected lookup error -12 Reply with quote

I have just started receiving this error.
I am mounting a file share from a Windows 7 Ultimate 64bit (brand new install, fully patched up)
/etc/fstab line is
Code:
//trans-pc/D      /mnt/trans-pc/d      cifs    defaults,user,rw,file_mode=0770,dir_mode=0770,iocharset=iso8859-1,credentials=/etc/samba/private/auth.trans-pc.lyall,noauto,gid=smb,noserverino            0 0

Then, I am trying to copy stacks of photos across using
Code:
cp --no-preserve=all --no-clobber --update --verbose --recursive --force --no-dereference  "${DIGICAM_PICS}/Digicam Pics" "${mountPoint}"

Things go along swimmingly for a while, then cp suddenly starts reporting
Code:
`/mnt/disk_02/Digicam Pics/The Pics/2006-01/(2006_01_02 14_20_39) p1020794.jpg' -> `/mnt/trans-pc/d/Digicam Pics/The Pics/2006-01/(2006_01_02 14_20_39) p1020794.jpg'
cp: cannot create regular file `/mnt/trans-pc/d/Digicam Pics/The Pics/2006-01/(2006_01_02 14_20_39) p1020794.jpg': Cannot allocate memory

The /var/log/messages contains
Code:
May 11 22:20:01 lyalls-pc kernel: CIFS VFS: Unexpected lookup error -12

I was running gentoo-sources 2.6.36-r8, I upgraded to 2.6.37-r4, same error.

Suggestions?
_________________
...Lyall


Last edited by lyallp on Sun Jun 19, 2011 5:15 am; edited 2 times in total
Back to top
View user's profile Send private message
lyallp
Veteran
Veteran


Joined: 15 Jul 2004
Posts: 1557
Location: Adelaide/Australia

PostPosted: Sat Jun 11, 2011 6:56 am    Post subject: Reply with quote

I am now running 2.6.38-gentoo-r6, I just received the same error.

Interestingly, I unmount the share, attempt to re-mount it and then I receive

Code:
IFS VFS: Send error in SessSetup = -12
CIFS VFS: cifs_mount failed w/return code = -12

_________________
...Lyall
Back to top
View user's profile Send private message
lyallp
Veteran
Veteran


Joined: 15 Jul 2004
Posts: 1557
Location: Adelaide/Australia

PostPosted: Sun Jun 19, 2011 5:11 am    Post subject: Reply with quote

Found the problem.

I had some files with question marks and double quotes in their filenames.

I use NTFS-3g and it quite happily allowed them to be created on my local disk and my USB external NTFS disk, but when I tried to copy the files to a windows share, where the windows machine was Windows 7, things went wrong.

Personally, I think an error such as "Cannot create file" would be preferable to CIFS VFS generating suprious messages and then not working until the system is re-booted. I am not sure where I should post this as a bug, kernel or in the Windows 7 share code, as it is apparently ok to create these characters in filenames if the program uses the Unicode API.

Edit:

Hmmm. Problem re-occurred, and I had cleaned up all the 'illegal' chars... back to square one.
_________________
...Lyall
Back to top
View user's profile Send private message
friesia
Apprentice
Apprentice


Joined: 23 Mar 2007
Posts: 202

PostPosted: Sat Dec 10, 2011 9:48 am    Post subject: Reply with quote

I found a solution.

Quote:
In HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management, set the LargeSystemCache key to 1 (hex).

In HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters, set the Size key to 3 (hex)


And then you have to restart some services and dependencies, or in my case I restarted Windows 7.
Back to top
View user's profile Send private message
lyallp
Veteran
Veteran


Joined: 15 Jul 2004
Posts: 1557
Location: Adelaide/Australia

PostPosted: Sun Dec 11, 2011 6:20 am    Post subject: Reply with quote

Are you suggesting I have to change the registry settings on the target Win 7 machines? (the ones whose share I mount)?
_________________
...Lyall
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