Hi there,
when doing the setup for an aplication with paster (i.e: paster setup-
app test.ini) on a directory mounted over NFS the process is stuck
forever, hanging.
I believe there is a syscall for locking files that is not working due
to the networked file system implementation.
doing a strace on the process I get the following:
fcntl64(3, F_SETLK64, {type=F_RDLCK, whence=SEEK_SET,
start=1073741824, len=1}, 0xbff74810) = -1 ENOLCK (No locks available)
nanosleep({0, 1000000}, NULL) = 0
repeated over and over, and this would need a solution.
Thanks!
Alvaro
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---