You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feb 15 11:35:03 (1739619303.966285) sockd[5336]: error: serverinit(): sched_getscheduler(2): failed to retrieve current cpuscheduling policy: Function not implemented
Feb 15 11:35:03 (1739619303.966462) sockd[5336]: alert: mother[1/1]: shutting down
musl implements the sched_{set,get}scheduler functions as stubs.
Unfortunately, dante fails if the functions are available but return an
error, which is always the case for musl. Force it to think setscheduler
isn't available (var appropriated from Alpine).
The text was updated successfully, but these errors were encountered:
According to void-linux/void-packages#28184 :
The text was updated successfully, but these errors were encountered: