From owner-freebsd-questions@freebsd.org Sun Aug 6 11:15:04 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64752DD3821 for ; Sun, 6 Aug 2017 11:15:04 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from mail-pg0-x231.google.com (mail-pg0-x231.google.com [IPv6:2607:f8b0:400e:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E71981B47 for ; Sun, 6 Aug 2017 11:15:04 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: by mail-pg0-x231.google.com with SMTP id v77so23687693pgb.3 for ; Sun, 06 Aug 2017 04:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb-com.20150623.gappssmtp.com; s=20150623; h=sender:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=L5K1SexSMfNwfvD6sQiLF+UX/8nRZh/oCSfaDBcCsbo=; b=vKGMpqhgfFS053iWUb/4k7MTSerC53RGR1osWyGq8NoAF8QsxBfx3IZGqZNsKtEbjd Knh6tiPPciODxSpl7tomaCk3a9m5rAwxVlEXUO/muPTvV3sYf0KJSXo5r3w6eJFUe5Fz fGsS7ZpxhelJKfX3ra+tbzWQFZUl2Od0RMUhgoCMkTYEAJEVuxlop9ZmrK7fyR51/f0+ F4b5zABwH8GiSHvcLS8CCtmwfyNUoVX+4GiG2v4pcJ4BfvNxQxyup/Qo1rQ340Jabq+Z F+jEr+Vuh4ee9cDJT5h2SrDkLzr+dB6PhKnVqfhSv7RiqdHJ7AFzZruNCOslNyis01LA n6Xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:subject:message-id :mime-version:content-transfer-encoding; bh=L5K1SexSMfNwfvD6sQiLF+UX/8nRZh/oCSfaDBcCsbo=; b=nVKJOAhNKMVk2UAqlcUuDKb53hVxBg4UhTBD3ajR8oXUJ6GzugrwIDbG6MP0n/+kBa rANOJ7gh2PFqeoUXCmd+w4V9RXVpfrp7wIMdOZSG6rO4jLqxJ4PlA6HyePmh73wKZvG1 uqxv2qsmIO8l7ApSN0CAQJwZdAV9ZHTYxS8c75N3nmbCwXK/UOalZoonrMX5bbmMQi8h 40t9sM2kUyDJ87UZ2wAuKBQAXXNBXIjD4V+p6LxjVTqHHz1dMBRDm7l7f0Q0y5QLckaw HbPjvA+InU/KlAEUDGDi9AoyBii/Bx2LzN4lyL7yasVMStXkpU1OA0bB0kUd24IbT+Mu Yong== X-Gm-Message-State: AIVw111IeJSdtw7akxogF51TwR72hU0c5vFFOh/bwMTjcvmXm52A8og3 3nOmqtLXsDePRHHWK3Q= X-Received: by 10.84.169.3 with SMTP id g3mr9740713plb.136.1502018102722; Sun, 06 Aug 2017 04:15:02 -0700 (PDT) Received: from rsbsd.rsb.ber ([24.133.238.42]) by smtp.gmail.com with ESMTPSA id d69sm10858896pfl.142.2017.08.06.04.15.00 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 06 Aug 2017 04:15:01 -0700 (PDT) Sender: "Raif S. Berent" Date: Sun, 6 Aug 2017 14:14:47 +0300 From: Beeblebrox To: freebsd-questions@freebsd.org Subject: buildworld wrkdir, ignore error & single-user questions Message-ID: <20170806141447.3449d117@rsbsd.rsb.ber> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 11:15:04 -0000 I have several trivia questions. 1. I build 3 separate worlds (Host, Jails, Poudriere) with different src.co= nf settings (SRCCONF=3Dfile.conf). Is there a way to specify absolute work-= dir path instead of relative? For example: for host, "# make buildworld" goes to /path/obj/path/git/src whereas, "# make buildworld TARGET=3Di386" goes to /path/obj/i386.i386 So I'd like all world builds to go to /path/obj/ and also set custom sub-pa= ths such as: "# make buildworld SRCCONF=3Djails.conf WRKDIR=3D/path/obj/src.j" "# make buildworld SRCCONF=3Dpoudriere.conf WRKDIR=3D/path/obj/src.p" What would be the correct syntax for above? I doubt it, but any easier way to accomplish the above other than shell scr= ipt? 2. Kernel is drm-next, and dmessg gets flooded with this error [drm:radeon_vga_detect] VGA-1: probed a monitor but no|invalid EDID Is there any way to set stdout to ignore or dev/null this flood? 3. Dropping to single user always asks what shell to use "enter for bin/sh or path for shell". Is there a way to=20 a) change default shell for single user=20 b) just go to shell - no confirm c) even if I enter /bin/csh at the above prompt, still goes to /bin/sh, I h= ave to call csh from sh to get a decent shell. --=20 HardenedBSD_amd64_12-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered.