X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 24 Jul 2018 11:57 AM by  Vipool Rathod
idl/envi hangs on multiuser Linux system - lockfile(s) in /tmp/Harris/License/
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Vipool Rathod



New Member


Posts:5
New Member


--
19 Jan 2018 11:04 AM
    The lock files seem to be in /tmp/Harris/License/ and following the naming convention of

    .cllsem_FCU[8 digits].lock
    .cllsem_FLT_[8 digits].lock
    .cllsem_shmFCU[8 digits].lock

    Took out the 8 digit number in case it's license related. In particular, when running 'strace idl', idl hangs on the '_FCU' dot file:
    ...
    open("/tmp/Harris/License/.cllsem_FCU[8 digits].lock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 7
    fcntl(6, F_SETLKW, {l_type=F_WRLCK, l_whence=SEEK_CUR, l_start=0, l_len=0}
    ...

    This is a RHEL7 system with SELinux enabled.

    Jenny Bloom



    New Member


    Posts:11
    New Member


    --
    01 Feb 2018 09:27 PM
    When you say ENVI and IDL hang on the system, what specifically do you see occurring with your usage?
    Are multiple users attempting access at once?

    Vipool Rathod



    New Member


    Posts:5
    New Member


    --
    24 Jul 2018 11:57 AM
    Apologies for the late reply.

    Yes, user1 is running idl and another user tries to start a session, but it hangs. When doing a 'strace idl', the command hangs on trying to open/create a lock file in the /tmp/Harris/... path. Running into this again today. My temp solution is to delete the /tmp/Harris/License directory.
    You are not authorized to post a reply.