Dear forum,
Recently I've been noticing my 'syspolicyd' is taking up extremely high (90-100%) CPU usage at startup on macOS catalina 10.15.7. Lately, it takes half an hour or more and it keeps rescanning. This is new and extremely annoying behaviour for me, so I started to check 'Console.app'. Here I get a crash report of 'SoftwareUpdateNotificationManager' (see pastebin below):
pastebin.com
In the past I know that I disable update notifications via the terminal commands:
''softwareupdate --ignore "macOS Catalina"
and
''
#!/bin/bash
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
killall Dock
"
(A picture from my console is added too). Do any of you know what can cause this issue and how to tackle this in the future?
Update: For now it seems to be fixed by doing this:
--Running the below terminal command:
"sudo softwareupdate --reset-ignored"
--SMC reset.
Please feel free to still comment, as I'd like to learn from your response (+ it can be interesting for others). Thanks.
Greetings,
Jerome
Recently I've been noticing my 'syspolicyd' is taking up extremely high (90-100%) CPU usage at startup on macOS catalina 10.15.7. Lately, it takes half an hour or more and it keeps rescanning. This is new and extremely annoying behaviour for me, so I started to check 'Console.app'. Here I get a crash report of 'SoftwareUpdateNotificationManager' (see pastebin below):

Process: SoftwareUpdateNotificationManager [497]Path: - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
In the past I know that I disable update notifications via the terminal commands:
''softwareupdate --ignore "macOS Catalina"
and
''
#!/bin/bash
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
killall Dock
"
(A picture from my console is added too). Do any of you know what can cause this issue and how to tackle this in the future?
Update: For now it seems to be fixed by doing this:
--Running the below terminal command:
"sudo softwareupdate --reset-ignored"
--SMC reset.
Please feel free to still comment, as I'd like to learn from your response (+ it can be interesting for others). Thanks.
Greetings,
Jerome
Attachments
Last edited: