ConfigMgr 2012 R2 – WSUS sync fails with HTTP 503 errors

ConfigMgr 2012 R2 – WSUS sync fails with HTTP 503 errors

Ran into this issue with ConfigMgr 2012 R2 where it was unable to synchronize Software Update Point with the WSUS server. A review of the component status messages for the SMS_WSUS_SYNC_MANAGER component on the primary site server reveals errors related to WSUS synchronization which are similar to the following: [su_note note_color=”#efacad”]Message ID: 6703 WSUS Synchronization […]

Continue Reading

“Host SMBus controller not enabled!”

CentOS guest instances in VMware sometimes come up with the boot error message: piix4_smbus 0000:00:007.3: Host SMBus controller not enabled! This error is being caused because VMware doesn’t actually provide that level interface for CPU access, but Ubuntu try to load the kernel module anyway. How to fix it: sudo nano /etc/modprobe.d/blacklist.conf add the line: blacklist […]

Continue Reading