Hi! I think I had the same problem but with Latex / PDFLatex instead of Eclipse oder Subeclipse: It seemed that sometimes I can run pdflatex on mounted samba-share and sometimes not. We found out that the permission on the samba-share (on the share itself and on the subdirs) have to be "760" and that the error occurs with file-mod "777". So in my fstab the line is:
//ipORnameMACHINE/theDIR /media/MOUNTDIR cifs defaults,uid=1000,gid=1000,credentials=/home/USER/.smbcredentials,umask=760 0 0 In my case, I have a file for authorization over network.It's named ".smbcredentials", saved in my home-directory and includes username=MYUSERNAME password=MYPASSWORD -- Eclipse warns always "permission denied" on samba https://bugs.launchpad.net/bugs/214053 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
