in reply to Re: How do I kill a stuck lock on a file?
in thread How do I kill a stuck lock on a file?

I tried creating a simple test program with open(), flock() and sleep() but I can't reproduce the error. Grrr...

When I run the original program, though, I still get the same error. All the hosts are NFS mounting the filesystem on which the file I'm trying to lock, reside.

This could posssibly be a bug in Solaris8 since if I run the same program under Linux, it runs without the error.

  • Comment on Re: Re: How do I kill a stuck lock on a file?