From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DFDEA138CD0 for ; Fri, 22 May 2015 14:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F68AE08D4; Fri, 22 May 2015 14:32:30 +0000 (UTC) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B42FAE0891 for ; Fri, 22 May 2015 14:32:28 +0000 (UTC) Received: by wgfl8 with SMTP id l8so19668912wgf.2 for ; Fri, 22 May 2015 07:32:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:organization:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=XMcCZRKdJlE5nAVRALsOSnA86bRoYrzdFgjdoCC8D7E=; b=wt0MW88NXY/gIbS9nv+bnxVGOxMPK1v1q2xpjkCIEm6aVm0t63M56f1U41aCBrRy/L VeREOLmbEQM1e6mVXQf5OT/EjTrWM7J7oIKrJ/XhwBa8IC0VJZ6m482qPh4GRtM2fLFj yJNuRZZTHGK79PfZ18MV9vs4vJE2PLQU/0ZnvwvOQ5Vm6lOBbKjApAGxlLOG1I6oB5kE wFQOALWoDuYbutdUNyL1TnpFF74HdQqLjJboK1Hw6YPoxT0l0Vnkw7wgrItY0IZpx0cZ RLB8VVyUWW/i6zZ5Lj+txe7V3bUw143Eu8pdZvDTz05fl0dhUS+f7WBKRZhIpJj2XND+ Cibw== X-Received: by 10.180.84.8 with SMTP id u8mr8253621wiy.39.1432305147662; Fri, 22 May 2015 07:32:27 -0700 (PDT) Received: from bzpc.localnet ([2.176.99.228]) by mx.google.com with ESMTPSA id o5sm8046608wia.0.2015.05.22.07.32.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 May 2015 07:32:26 -0700 (PDT) From: Behrouz Khosravi To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [~and64] Headsup for google-chrome users Date: Fri, 22 May 2015 19:02:38 +0430 Message-ID: <4698111.lOhD99AV9J@bzpc> Organization: None User-Agent: KMail/4.14.3 (Linux/3.18.12-gentoo_3; KDE/4.14.3; x86_64; ; ) In-Reply-To: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: 35f168dc-94e2-4506-9046-ecea600f2033 X-Archives-Hash: fef916be55d9df50ac517c79f548c132 On Thursday, May 21, 2015 05:55:52 AM walt wrote: Thanks. I also saw that message, but after checking the kernel, ignored it! > I just wasted some time figuring out this mess: > > I just updated google-chrome, which printed this confusing warning message: > > "CONFIG_USED_NS not seen when it should be" > > First, there's a typo: it should read "CONFIG_USER_NS" > ^ > > Then, after I figured out that CONFIG_USER_NS is a kernel config item, > requiring reinstallation of my kernel, I wasted more time figuring out > (for the n'th time) that you shouldn't just change a single kernel config > item and do "make" because that shortcut can break important things. > > No, you should do "make clean" first, and then do "make" etc. > > Then, after finishing that mess, you then need to re-install ati-drivers > (if you use them) because CONFIG_USER_NS breaks the ati-drivers too. > > So, re-install ati-drivers, reboot, etc, all of which will make you late > for work, like I am now :p