jed-users mailing list

[2007 Date Index] [2007 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: this is my strace dump


Jörg Sommer <joerg@xxxxxxxxxxxx> wrote:
>> symlink("ryan@desktop.30793", "/mnt/dump/.#t.txt") =3D -1 EOPNOTSUPP (Ope=
>ration not supported)
>
>Symlinks aren't supported on CIFS, so JED can't create a lock file.

In that case, symlink should return with errno set to EPERM:

       EPERM  The filesystem containing newpath does not support the  creation
              of symbolic links.

There is no mention in the man page for symlink about EOPNOTSUPP.  I
do not know if this is a bug in the linux CIFS code or a documentation
bug.  Nevertheless, adding support for this return value is not in the
version in the svn repository.  Hopefully that solves the problem.
Thanks, --John

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2007 date index] [2007 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]