IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> kleaner (pid xxxx) %date% %time%.log
Reload
post 23.06.2009 16:13
Post #1


Advanced Member
******

Group: Gold beta testers
Posts: 998
Joined: 11.07.2005
From: ::::: Dronten ::::: The Netherlands




Why does the KLAgent alway's create a log file in the Windows\Temp folder after a reboot...?
for eg. kleaner (pid 1608) 2009-06-22 23-19-17.log


--------------------
Go to the top of the page
 
+Quote Post
Vitaly Belyakov
post 23.06.2009 16:25
Post #2


Advanced Member
*****

Group: KL Russia
Posts: 618
Joined: 24.12.2007
From: Moskau




QUOTE(Reload @ 23.06.2009 17:13) *
Why does the KLAgent alway's create a log file in the Windows\Temp folder after a reboot...?
for eg. kleaner (pid 1608) 2009-06-22 23-19-17.log


It is log from Kleaner utility, which is used for remote deinstallation.
Go to the top of the page
 
+Quote Post
Reload
post 24.06.2009 09:12
Post #3


Advanced Member
******

Group: Gold beta testers
Posts: 998
Joined: 11.07.2005
From: ::::: Dronten ::::: The Netherlands




Is the kleaner running after every reboot of the server (restart klagent services) ?


--------------------
Go to the top of the page
 
+Quote Post
dawinci
post 25.06.2009 18:12
Post #4


Support specialist
****

Group: KL Germany
Posts: 294
Joined: 4.06.2008
From: Ingolstadt




Problem caused by NetworkAgent .1710 cleanapi.dll. Try replacing with attached one.

Furthermore after applying new dll it is possible to enable or disable logging:
HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\Kleaner
''TraceEnable'' 0 = off 1 = on

__
kurgan2 provided a vbs script with copies the required dll from network share. script should be used with gpo/loginscript/...

<snip>

Const OverwriteExisting = TRUE
Set objFSO = CreateObject("Scripting.FileSystemObject")

rem local path and filename to copy to
Set objLocalFile = objFSO.GetFile("c:\path\filename")
dtmLocalDate = objLocalFile.DateLastModified

rem remote path and filename to copy from
Set objServerFile = objFSO.GetFile("\\servername\path\filename")
dtmServerDate = objServerFile.DateLastModified

rem check if file is newer
If dtmLocalDate < dtmServerDate Then
objFSO.CopyFile objServerFile.Path, objLocalFile.Path, OverwriteExisting
End If
</snip>
Attached File(s)
Attached File  cleanapi.rar ( 245K ) Number of downloads: 4
 
Go to the top of the page
 
+Quote Post
Reload
post 28.06.2009 21:52
Post #5


Advanced Member
******

Group: Gold beta testers
Posts: 998
Joined: 11.07.2005
From: ::::: Dronten ::::: The Netherlands




QUOTE(dawinci @ 25.06.2009 17:12) *
Problem caused by NetworkAgent .1710 cleanapi.dll. Try replacing with attached one.

Furthermore after applying new dll it is possible to enable or disable logging:
HKEY_LOCAL_MACHINE\SOFTWARE\KasperskyLab\Kleaner
''TraceEnable'' 0 = off 1 = on
Set objServerFile = objFSO.GetFile("\\servername\path\filename")
dtmServerDate = objServerFile.DateLastModified


tnx, will try the new version...

Update 29/06/2009:

Indeed, the new cleanapi.dll will do the trick...
b.t.w. there is a .exe at HQ with the option to use the Admin Kit for deployment.

This post has been edited by Reload: 29.06.2009 21:51


--------------------
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 22.11.2009 09:37