Subject: Re: Two X servers running simultaneously using wscons
To: None <muc-lists-netbsd-help@moderators.muc.de>
From: Michael Core <520079546242-0001@t-online.de>
List: netbsd-help
Date: 04/07/2002 01:05:24
Ingolf Steinbach wrote:

> BTW, I sometimes see "usl_detachtimeout" kernel messages.
> Should I worry about them? 

It means the cpu is very loaded, nothing more. Well, it can be a problem
if you must reach the console.

> How can I avoid them?

# gdb --write /netbsd
(gdb) set wscompat_usl_synctimeout=20
(gdb) q

20 seconds should be enough for most cases.