From owner-freebsd-current@FreeBSD.ORG Fri Dec 31 22:00:14 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 3B7E9106566C for ; Fri, 31 Dec 2010 22:00:14 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id DB3858FC08 for ; Fri, 31 Dec 2010 22:00:13 +0000 (UTC) Received: by qyk8 with SMTP id 8so12347000qyk.13 for ; Fri, 31 Dec 2010 14:00:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=2pAdLZSRs+oaicQRXjxo3CEScW6wz5ytL4BBszTP264=; b=K40IZp/SuMf5CrGtA1MhgJBdggMDzLiizC+kM0FYgtJURWvfPS9mPz6CzWQyiYqadY J8uizjS6YlEUuZcxQT+8ocf0LzDlUXr54N8bQmQf/2ut4LDp53q6KX0u6MaZzLlcILxa WQns+3BhiFmFsXUSQt9mz4QTPtNWAqcWc8B/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=idxCQStgqJMwIADel2pa48ZKiMOpgq6n3fLoLxLbvDJPX2B/9pDeiT/nWWtksN6Oi7 n4RxzRBiKsBG59ZCJ+9IFpLDBkpbS24gL9htd8jS3EcJ8f3kCdAfRYR78QqWySjqbJeN jJvoTYTEF9wKOrwm1QtCpUiTIYbNtFg2Fkvhs= MIME-Version: 1.0 Received: by 10.229.183.135 with SMTP id cg7mr9709260qcb.38.1293831305932; Fri, 31 Dec 2010 13:35:05 -0800 (PST) Sender: r.c.ladan@gmail.com Received: by 10.229.222.14 with HTTP; Fri, 31 Dec 2010 13:35:05 -0800 (PST) Date: Fri, 31 Dec 2010 22:35:05 +0100 X-Google-Sender-Auth: uRiuSZxL9yTx6x3aQWJ2rQ2cjzI Message-ID: From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: 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 22:00:14 -0000 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 working - 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 them. The kernel is GENERIC without (u)lpt and umass and with these modules loaded: fdescfs.ko if_iwn.ko snd_hda.ko sound.ko umass.ko iwn5000fw.ko nvidia.ko (256.53) linux.ko cuse4bsd.ko atapicam.ko linprocfs.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