I am running Ubuntu with VirtualBox on Windows 10. Current CVS source tree is shared by Windows 10 file system which is NTFS file system. Ubuntu system mount shared directory of the Windows 10 to ~/sandbox.
Problem is that CVS tried to access file name ".new.cpxkeybd." -- there is '.' at the end of file name. Below is list of directory: chwon@chwon-VirtualBox:~/sandbox/mcci/usb/usbkern/app/hiddemo/catportx$ ls -la total 76 drwxrwxrwx 1 chwon chwon 4096 Nov 7 18:31 . drwxrwxrwx 1 chwon chwon 4096 Nov 7 13:17 .. -rwxrwxrwx 1 chwon chwon 1089 Nov 24 2009 catportx_resource.rc -rwxrwxrwx 1 chwon chwon 2438 Dec 27 2014 cpxdefs.h -rwxrwxrwx 1 chwon chwon 4822 Nov 9 2017 cpxmain.c drwxrwxrwx 1 chwon chwon 4096 Nov 7 13:23 CVS -rwxrwxrwx 1 chwon chwon 4142 Nov 7 13:25 .new.catportx -rwxrwxrwx 1 chwon chwon 17003 Nov 7 13:25 .new.cpxkeybd -rwxrwxrwx 1 chwon chwon 14018 Nov 7 18:31 .new.cpxmouse -rwxrwxrwx 1 chwon chwon 1624 Jan 25 2016 UsbMakefile.inc I tried to ls as below. First ls without '.' at the end of file name, second ls with '.' at the end. chwon@chwon-VirtualBox:~/sandbox/mcci/usb/usbkern/app/hiddemo/catportx$ ls .new.catportx .new.catportx chwon@chwon-VirtualBox:~/sandbox/mcci/usb/usbkern/app/hiddemo/catportx$ ls .new.catportx. ls: cannot access .new.catportx.: No such file or directory Please check why CVS adding '.' at the end of file name. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802162 Title: "Operation not permitted" error when update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cvs/+bug/1802162/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
