- Revenera Community
- :
- FlexNet Embedded
- :
- FlexNet Embedded Forum
- :
- How to change temp diectory location for license client code?
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi,
On the Linux platform, the license library use /tmp as the default temporary location. However we have customers who do not have write permission on /tmp older. This creates a problem and it throws an error message
Error in FNE protocol: PosixMutexImpl::PosixMutexImpl: Could not verify lockfile directory access rights: No such file or directory.
I tried setting the TMPDIR=/home/user1/tmp env variable, but still it is failing
Is there anyway I can change the default temporary directory location for license code? I
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @rooblebabu I don't think this is allowed and /temp can't be overridden, the reason is that we don't provide the ability to override it. Feel free to refer to:
- FHS: http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s18.html
- POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap10.html#tag_10_01
Best Regards,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @rooblebabu I don't think this is allowed and /temp can't be overridden, the reason is that we don't provide the ability to override it. Feel free to refer to:
- FHS: http://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s18.html
- POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap10.html#tag_10_01
Best Regards,