From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 12 18:03:15 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 225EC1065670 for ; Thu, 12 Feb 2009 18:03:15 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 98E3C8FC1A for ; Thu, 12 Feb 2009 18:03:14 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: by fg-out-1718.google.com with SMTP id l26so385651fgb.35 for ; Thu, 12 Feb 2009 10:03:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=pSpx4MgILOmNZbzA+yZfQuhHo+iUtcpkGwWob2F2VUQ=; b=IP5dRJ1funDfUg5eTdnzawRKyK0e2Hwucc5xlw1gDO7yXArNhCoErTdkTpqURWQgRf ZY016RP3rpE7+fOoaKvpX9vm2r5/wXQ6aQa5NHP+rcfZH5etxT1SyDeYHisN6mc5exQi quksFUyV5gAz251UEC9uzry4OhmEe/7GP1p2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=XHsWIT6a2qQvuVCPh2UbKl5gpCkAeLaSYGt7W1bCqj5YFSaEZ201pxue8V3QwC0mOw 2VKzHLI5pp4LY1jZ/Mhqp+0/aP6Bm14xE+ASf8vQVqnMz2KXdk4epbStRfmacZA98TPA I5j87v8ub+USCR7LyJpsNQ1kGqOlYn4xigqIg= MIME-Version: 1.0 Received: by 10.86.76.20 with SMTP id y20mr123996fga.37.1234461793610; Thu, 12 Feb 2009 10:03:13 -0800 (PST) In-Reply-To: References: <671bb5fc0902120857h3b789447q64a8c396728bdbd6@mail.gmail.com> Date: Thu, 12 Feb 2009 19:03:13 +0100 Message-ID: <671bb5fc0902121003i4f9e606drc70e35bb0a91d0f8@mail.gmail.com> From: Alexej Sokolov To: Stefan Lambrev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: strange output in /var/log/messages X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2009 18:03:15 -0000 2009/2/12 Stefan Lambrev > Hi, > On Feb 12, 2009, at 6:57 PM, Alexej Sokolov wrote: > > Hello, > I try now to debug a kernel module and I make some output with printf(9). > But the text appears in /var/log/messages in very strange form: > > Feb 12 17:54:34 myhost kernel: b > Feb 12 17:54:34 myhost kernel: eg > Feb 12 17:54:34 myhost kernel: in > Feb 12 17:54:34 myhost kernel: . > Feb 12 17:54:34 myhost kernel: De > Feb 12 17:54:34 myhost kernel: vice > Feb 12 17:54:34 myhost kernel: U > Feb 12 17:54:34 myhost kernel: ni > Feb 12 17:54:34 myhost kernel: t: > > Could anyone explain the reason of this kind of output. And how can I > correct it? > > > But those kernel messages are displayed properly if you type dmesg? > If yes I think you can blame syslogd. > Yes , dmesg makes correct output :( > > > > Alexej > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > > > -- > Best Wishes, > Stefan Lambrev > ICQ# 24134177 > > > > > >