tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kernel messages and rump



On Wed, Jan 12, 2011 at 04:53:57PM +0200, Antti Kantee wrote:
> > [...]
> > but even with RUMP_VERBOSE I never see the uprintf(). Where does it do, and
> > is there a way to make rump print it (I guess it should just go to
> > stderr) ?
> 
> It goes to the same place as for any process without a tty: the bitbucket.
> 
> To properly support uprintf, there are at least two things to consider:
> 
>   1) is the calling process local or remote
>   2) does the kernel include rumpkern_tty support
> 
> If you want a quick solution, file a PR and add ifdefs to the uprint
> routines in subr_prf.c to make them behave like kprintf(TOCONS).

I can live with it for now; having the uprintf output somewhere could help
for atf tests though. I have filled kern/44378 about this.

-- 
Manuel Bouyer <bouyer%antioche.eu.org@localhost>
     NetBSD: 26 ans d'experience feront toujours la difference
--


Home | Main Index | Thread Index | Old Index