Jump to content
3 posts in this topic

Recommended Posts

com.apple.apfsd.wbc_drain prevents system to go to sleep.

manual sleep and wake works fine.

pid 61(UserEventAgent): [0x00000163000b81db] 01:09:56 BackgroundTask named: "com.apple.apfsd.wbc_drain"

does someone knows what kind of process that is?

My system is the Haswell desktop. DP10 - iMac 2015

Mojave is ok

Edited by verleihnix
  • 4 weeks later...

I searched the net and found hints about WBC which points to FusionDrive.

So I detached the main drive (Mojave FusionDrive)

Without it, the process does not kick in.

Edited by verleihnix
  • 4 months later...

I am back to Fusion Drive Catalina 10.15.3. The problem still exits.

Even real Macs have this issue.

Now I wrote a shell script which kills the coresponding pid UserEventAgent.

May be this is not so sophisticated, but it works.

It will be called every 10min by root cron job.

 

sudo crontab -e

*/10 * * * *     /usr/local/bin/kill_UserEeventAgent.sh >> /var/log/script_output.log 2>&1

 

 

kill_UserEeventAgent.sh

Edited by verleihnix
  • Like 1
×
×
  • Create New...