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 276AE138A6C for ; Sun, 19 Apr 2015 00:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1447AE095B; Sun, 19 Apr 2015 00:34:30 +0000 (UTC) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.227]) by pigeon.gentoo.org (Postfix) with ESMTP id B630DE0950 for ; Sun, 19 Apr 2015 00:34:28 +0000 (UTC) Received: from [142.196.200.180] ([142.196.200.180:43500] helo=navi.localnet) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 9A/60-29784-418F2355; Sun, 19 Apr 2015 00:34:28 +0000 From: Fernando Rodriguez To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Strange new behavior from the "mount" command Date: Sat, 18 Apr 2015 20:33:05 -0400 Message-ID: <3398594.KigUUE6dli@navi> User-Agent: KMail/4.14.3 (Linux/3.19.3; KDE/4.14.3; x86_64; ; ) In-Reply-To: References: <1737884.HMIx8dUkP1@bluering> 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-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 X-Archives-Salt: a2a0ea78-99c1-4ae6-bfec-15b15578c1f4 X-Archives-Hash: 24105322547d44be4b9302da54e0f451 On Saturday, April 18, 2015 3:59:15 PM walt wrote: > > execve("/bin/mount", ["mount"], [/* 61 vars */]) = 0 > > That number 61 on the 'bad' machine is 48, though, and I don't know where > that odd-looking string of characters is generated or what it means. To me > it looks like a comment in a file of 'c' code. > > Still stumped :( That would be the number of environment variables passed to execve. strace is just trying not to be too noisy. Are there any differences in the options used in fstab between both machines, Especially the auto or noauto options or if one of them is using labels. The mount(8) man page may have more hints. -- Fernando Rodriguez