itshero
Members
-
Joined
-
Last visited
Reputation Activity
-
itshero reacted to Paul in KAV not installing (Agent Missing)Hi everyone,
We've released the KES 10 SP2 MR3 to everyone however the in-place upgrade function remains disabled as it's known to cause problems. We've reached to a conclusion with Kaspersky Labs that the following process is safer to upgrade KES 10 SP1 MR3:
Uninstall KES 10 SP1 MR3 Reboot the computer Upgrade the system to 1903 if it's Windows 10 (if the 1903 update was already installed and it automatically uninstalled KES 10 SP1 MR3 then you need to run the KAV removal tool) Reboot the computer Install Kaspersky (it will automatically deploy KES 10 SP2 MR3) Please let me know how this goes for you.
-Paul
-
itshero reacted to David- in KAV not installing (Agent Missing)As of yesterday morning this issue appears to be resolved for both self hosted servers and pulseway direct customers.
I was able to install Kaspersky on a customers computer!
If you are getting the Agent Missing error you will need to uninstall kaspersky through Pulseway than reinstall it. Worked for me.
-
itshero got a reaction from David- in KAV not installing (Agent Missing)Same issue here!
-
itshero reacted to David- in KAV not installing (Agent Missing)Tried on my test VM, which did previously have Kaspersky installed. Updated windows, uninstalled kaspersky, restarted, installed kaspersky no issues.
So what more can I do?
Install on customers device. Agent missing.
Waa waa
-
itshero reacted to David- in KAV not installing (Agent Missing)Is there a working AV installer now?
Honestly I don't feel like updating windows on a VM tester than installing agent that testing AV installation.
-
itshero reacted to docdisaster in KAV not installing (Agent Missing)Is there an update for the Pro/Free users by now? Iam still not able to update the clients.
-
itshero got a reaction from Jacob Ipsen in Pulseway app isn't sending notifications@Paul That didn't do anything.
Edit:
It works after getting pushed the update... Thanks!
-
itshero got a reaction from Paul in Pulseway app isn't sending notifications@Paul That didn't do anything.
Edit:
It works after getting pushed the update... Thanks!
-
itshero reacted to Paul in Pulseway app isn't sending notificationsWe've released another update (v6.0.1) that addresses the PUSH notification deliverability problems. Please update and check again the PUSH notifications.
You need to launch the app at least once to get the device to register again.
-Paul
-
itshero got a reaction from Jacob Ipsen in Pulseway app isn't sending notificationsI recently got a new phone, which is a Pixel 2 XL and I've noticed I never receive push notifications for when an alert is thrown out in the app. I have had no issues with any other app throwing push notifications and have not modified any settings in how notifications are displayed on my device.
I am on Android v 9.0 currently if that matters.
-
itshero reacted to Jacob Ipsen in Pulseway app isn't sending notificationsThis does nothing. still no notefications !
Please adress this problem, just missed a larger problem i out setup, due to no allerts... i cannot relay on the app if this doesent work !
-
itshero got a reaction from MadsKejser in Pulseway app isn't sending notifications@PulsedAway
Their response has been that it is a bug... WITH the OS itself. Not the case. If that were the case my push notifications would be broken on all of my apps (and that is nowhere near true) Pulseway is the only app with this issue on my phone.
-
itshero got a reaction from MadsKejser in Pulseway app isn't sending notificationsI recently got a new phone, which is a Pixel 2 XL and I've noticed I never receive push notifications for when an alert is thrown out in the app. I have had no issues with any other app throwing push notifications and have not modified any settings in how notifications are displayed on my device.
I am on Android v 9.0 currently if that matters.
-
itshero got a reaction from Jacob Ipsen in Pulseway app isn't sending notifications@Chris
No such luck.
-
itshero got a reaction from Jacob Ipsen in Pulseway app isn't sending notifications@Chris
This isn't the case. That post is from 2017. Current version of Android is 9.0 and in 2017 it was 8.1.
-
itshero got a reaction from Jacob Ipsen in Pulseway app isn't sending notifications@kelton5020
Indeed. I posted on another thread because I never got a reply from a pulseway employee. Apparently they acknowlege the issue, but they aren't getting a reply from their app devs. Obviously a big disconnect between support and their outsourced app developers!
-
itshero got a reaction from Jacob Ipsen in Pulseway app isn't sending notifications@PulsedAway
Their response has been that it is a bug... WITH the OS itself. Not the case. If that were the case my push notifications would be broken on all of my apps (and that is nowhere near true) Pulseway is the only app with this issue on my phone.
-
itshero reacted to Paul in App version 5.4, Pixel XL, stock ROMWe have a Pixel 2 XL ourselves and we've reproduced the issue too.
-Paul
-
itshero got a reaction from Paul in Error in creating taskIndeed it has worked. Thanks for your help.
-
itshero reacted to Paul in Error in creating taskHi,
Thank you for letting us know. This should work now. We just published an update and this happened while some server components were updating. Can you confirm it's working now?
-Paul
-
itshero reacted to Chris in Batch File not executing correctly.Try to use something like this (via PowerShell):
$j = Start-Job -ScriptBlock { TASKKILL /f /im iexplore.exe } Wait-Job $j -Timeout 5 | out-null if ($j.State -eq "Completed") { CD "C:\Program Files (x86)\Internet Explorer" start iexplore.exe }
-
itshero got a reaction from Paul in Batch Scripts being ran showing up as "skipped"Cheers this worked. I didn't see the workstation was indeed offline... I literally solved the issue right after I posted this. Thanks a bunch.
-
itshero reacted to Paul in Batch Scripts being ran showing up as "skipped"Hi there,
We mark a task execution as skipped when there is no online agent that can run the script in the task's scope. Can you check if any agents were online on the scope you've configured for the task?
-Paul