Hello Friends:<br><br>I'm running into issues with using fcntl on a 64 bit servers.<br><br>Python version: 2.4.3<br><br>system Arch: # uname -m<br>x86_64<br><br><br>code keeps erroring out with:<br><br>fcntl.fcntl(fd, rhn_fcntl.F_SETLKW, UNLOCK)<br>
IOError: [Errno 22] Invalid argument<br><br>The same python code block runs fine on a i386/686.<br><br>Does anyone have any thoughts? Is this a known issue? any workarounds?<br><br>Any suggestions appreciated.<br><br>Thanks,<br>
~ PK<br>