Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

sophos clients win7 no internet this AM feb 5

hey i have a few workstations today that spontaneously around 930am - 10am lost their ability to connect to the network. i also notice that the sophos endpoint icon has changed today from what it was last week. The affected terminals all seem to be win7 but i cant find any other similarities.

 

is this a known issue?

 

last update posted to the machine was 10.8.1 VE3.71.0 Update Successful



This thread was automatically locked due to age.
Parents
  • seems to me the quickest workaround as i now have 20+ workstations affected is to run around with a usb stick, boot into safe mode and disable all the sophos services on affected machines. here is the script i just wrote to do that. once the services are disabled, the machine comes up fine. and they will stay disabled for now. god damnit sophos... Do you really need 15 services??

     

    sc config "Sophos clean service" start= disabled
    sc config "savservice" start= disabled

    sc config "SAVAdminService" start= disabled
    sc config "Sophos AutoUpdate Service" start= disabled

    sc config "Sophos Clean Service" start= disabled

    sc config "Sophos Device Control Service" start= disabled

    sc config "Sophos File Scanner Service" start= disabled

    sc config "Sophos Health Service" start= disabled

    sc config "Sophos MCS Agent" start= disabled

    sc config "Sophos MCS Client" start= disabled

    sc config "Sophos Safestore Service" start= disabled

    sc config "Sophos System Protection Service" start= disabled

    sc config "Sophos Web Control Service" start= disabled

    sc config "swi_service" start= disabled
    sc config "swi_update_64" start= disabled

    sc config "SntpService" start= disabled

Reply
  • seems to me the quickest workaround as i now have 20+ workstations affected is to run around with a usb stick, boot into safe mode and disable all the sophos services on affected machines. here is the script i just wrote to do that. once the services are disabled, the machine comes up fine. and they will stay disabled for now. god damnit sophos... Do you really need 15 services??

     

    sc config "Sophos clean service" start= disabled
    sc config "savservice" start= disabled

    sc config "SAVAdminService" start= disabled
    sc config "Sophos AutoUpdate Service" start= disabled

    sc config "Sophos Clean Service" start= disabled

    sc config "Sophos Device Control Service" start= disabled

    sc config "Sophos File Scanner Service" start= disabled

    sc config "Sophos Health Service" start= disabled

    sc config "Sophos MCS Agent" start= disabled

    sc config "Sophos MCS Client" start= disabled

    sc config "Sophos Safestore Service" start= disabled

    sc config "Sophos System Protection Service" start= disabled

    sc config "Sophos Web Control Service" start= disabled

    sc config "swi_service" start= disabled
    sc config "swi_update_64" start= disabled

    sc config "SntpService" start= disabled

Children
No Data