From owner-freebsd-current@FreeBSD.ORG Fri Dec 31 23:31:25 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D2071065693; Fri, 31 Dec 2010 23:31:25 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id EBCF88FC15; Fri, 31 Dec 2010 23:31:24 +0000 (UTC) Received: by yxh35 with SMTP id 35so5243163yxh.13 for ; Fri, 31 Dec 2010 15:31:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=lhRncjF6PWzo+MKDvmowfl0AzNwYzBafsrqDTlbPPK8=; b=LFQf5zBjarQ+p/yOMf7roBk5h5oOxjPMzSoQeLAyJWIuUs2iey5iGp4ILBP2JFhlFv EIC5edZHPytThJ/M2BGDZ4H49OcD5lKYHdSIcZnNRT7OYWSv8Zy14UGvQdBIXEk34MvP n70hBZgrOTwxbWmO6wofOmqjkdEcAjXidsXK8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ryNjH9xRWlwCnvcXlhwAfMzt+0RbzwmIEiR+x9HzqLlmH9Z6uOQdGAXB7zJv0hjJQu zgUHloV9kX0vGvk5FGS6KBRlSE/MVmxOD3AGYw3QlPMW/pst7rVSUyX5js9a+uhoNM+4 N6ySYsA4d5CFm30sCli2lE45YVUVvHUp62p9s= MIME-Version: 1.0 Received: by 10.100.138.16 with SMTP id l16mr10261688and.0.1293836615818; Fri, 31 Dec 2010 15:03:35 -0800 (PST) Received: by 10.100.163.13 with HTTP; Fri, 31 Dec 2010 15:03:35 -0800 (PST) In-Reply-To: References: Date: Sat, 1 Jan 2011 01:03:35 +0200 Message-ID: From: George Liaskos To: =?UTF-8?Q?Ren=C3=A9_Ladan?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: current@freebsd.org Subject: Re: userland weirdness between r216351 and r216738 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2010 23:31:25 -0000 On Fri, Dec 31, 2010 at 11:35 PM, Ren=C3=A9 Ladan wrote: > Hi, > > somewhere between 9.0-amd64 r216351 and r216738, I've noticed some > userland weirdness. > Symptoms are: > - pseudo-random number generator not starting, preventing ssh(d) from wor= king > - fonts in X.org (xfce4) missing or replaced > - mouse only working when hald is running > > I don't know if the above symptoms are somehow related, or what causes th= em. > The kernel is GENERIC without (u)lpt and umass and with these modules loa= ded: > =C2=A0fdescfs.ko > =C2=A0if_iwn.ko > =C2=A0snd_hda.ko > =C2=A0sound.ko > =C2=A0umass.ko > =C2=A0iwn5000fw.ko > =C2=A0nvidia.ko (256.53) > =C2=A0linux.ko > =C2=A0cuse4bsd.ko > =C2=A0atapicam.ko > =C2=A0linprocfs.ko > > Kernel and world are compiled with > FreeBSD clang version 2.8 (tags/RELEASE_28 115870) 20101007 > > Reverting to r216351 (kernel, world, mergemaster) brought things back to = normal. > I can do a binary search if desired. Did someone else also see this? > > Happy 2011, > Rene Yeap, i had the same issue two days ago. I was getting errors from ssh (PRNG is not seeded), kdm4 could not start et= c. I did a csup after ten minutes and recompiled with gcc. Happy 2011!