Page 1 of 1
.unicode_cache_XXXXXXX.dat file generation
Posted: Thu Mar 31, 2016 5:28 pm
by prateekgogia
Hi
I am using VPN bridge and every time I start the bridge, it creates a .unicode_cache_XXXXXXX.dat file in /tmp/ folder. I want to understand the use for this file and is there a way to cache it in some other location ??
Thanks
Prateek
Re: .unicode_cache_XXXXXXX.dat file generation
Posted: Wed Apr 20, 2016 8:02 am
by thisjun
The file is cache of machine internal representation of string resource of UTF-8.
If you want to change place, please change TMP environment variable.
Re: .unicode_cache_XXXXXXX.dat file generation
Posted: Wed May 18, 2016 6:35 pm
by prateekgogia
Thanks for help. Sorry, for late reply.
Re: .unicode_cache_XXXXXXX.dat file generation
Posted: Thu May 19, 2016 12:56 am
by prateekgogia
Hi
I tried the fix you suggested, but the .unicode file still gets created in the /tmp/ folder. Here are the changes I tried:
#echo $tmp
/var/log/test
#echo $TMP
/var/log/test
This is the version of SoftEther :
SoftEther VPN Command Line Management Utility (vpncmd command)
Version 4.18 Build 9570 (English)
Compiled 2015/07/26 15:19:27 by yagi at pc30
Copyright (c) SoftEther VPN Project. All Rights Reserved.
Still missing something ?
Thanks
Prateek
Re: .unicode_cache_XXXXXXX.dat file generation
Posted: Fri May 27, 2016 8:30 am
by thisjun