Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have Ubuntu 12.10 running as a guest in VMware. The host is Windows 7 64-bit. The Ubuntu guest is set up a "bridge", so it should just be seen as a computer that is connected to the same switch as the Windows 7 host.

The host has a folder that is shared as a network share. The Ubuntu mounts the share using cifs on startup with the following fstab entry:

//host.ip.address/files /files cifs credentials=/home/user/.smbcredentials,noserverino,file_mode=0777,dir_mode=0777 0 0 

The share works fine and I can see it in nautilus. The problem is that the folder is being served by nginx and php-fpm.

Sometimes, certain files could not be accessed by nginx or php-fpm for some reason. I have reason to believe that this is due to the cifs share and should be investigated.

Where are the logs for cifs on Ubuntu? How do I turn on logging for cifs?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.