From owner-freebsd-questions@freebsd.org Sun Nov 22 03:50:45 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1476647B779 for ; Sun, 22 Nov 2020 03:50:45 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [IPv6:2001:470:0:19b::b869:801b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "www.holgerdanske.com", Issuer "www.holgerdanske.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CdxC73NN3z4W0j for ; Sun, 22 Nov 2020 03:50:43 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from 99.100.19.101 (99-100-19-101.lightspeed.frokca.sbcglobal.net [99.100.19.101]) by holgerdanske.com with ESMTPSA (TLS_AES_128_GCM_SHA256:TLSv1.3:Kx=any:Au=any:Enc=AESGCM(128):Mac=AEAD) (SMTP-AUTH username dpchrist@holgerdanske.com, mechanism PLAIN) for ; Sat, 21 Nov 2020 19:50:39 -0800 Subject: Re: [SOLVED] Re: "zpool attach" problem To: freebsd-questions@freebsd.org References: <202011212233.0ALMXfvE022876@sdf.org> From: David Christensen Message-ID: Date: Sat, 21 Nov 2020 19:50:36 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <202011212233.0ALMXfvE022876@sdf.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CdxC73NN3z4W0j X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of dpchrist@holgerdanske.com has no SPF policy when checking 2001:470:0:19b::b869:801b) smtp.mailfrom=dpchrist@holgerdanske.com X-Spamd-Result: default: False [-2.01 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:470:0:19b::b869:801b:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2001:470:0:19b::b869:801b:from:127.0.2.255]; ARC_NA(0.00)[]; NEURAL_HAM_SHORT(-0.91)[-0.914]; DMARC_NA(0.00)[holgerdanske.com]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2020 03:50:45 -0000 On 2020-11-21 14:33, Scott Bennett via freebsd-questions wrote: > Hi David, > Thanks for your reply. I was about to respond to my own message to say that the > issue has been resolved, but I saw your reply first. However, I respond below to > your comments and questions, as well as stating what the problem turned out to be. I suspect that we all have similar stories. :-) It sounds like we both have small SOHO networks. My comments below reflect such. Spreading two ZFS pools and one GEOM RAID (?) across six HDD's is not something that I would do or recommend. I also avoid raidzN. I suggest that you backup, wipe, create one pool using mirrors, and restore. Apply the GPT partitioning scheme and create one large partition with 1 MiB alignment on each of the six data drives. When partitioning, some people recommend leaving a non-trivial amount of unused space at the end of the drive -- say 2% to 5% -- to facilitate replacing failed drives with somewhat smaller drives. I prefer to use 100% and will buy a pair of identical replacements if faced with that situation. Label your partitions with names that correlate with your ZFS storage architecture [3]. Always use the labels for administrative commands; never use raw device nodes. (I encrypt the partitions and use the GPT label GELI nodes when creating the pool, below.) Create a zpool with three mirrors -- a first mirror of two 2 TB drive partitions, a second mirror of two 2 TB drive partitions, and a third mirror of the 3 TB drive and the 4 TB drive partitions. That should give you about the same available space as your existing raidz2. Consider buying a spare 4 TB (or two) and putting it on the shelf. Better yet, connect it to the machine and tell ZFS to use it as a spare. Buy 4 TB drives going forward. Adding a solid-state cache device or partition can noticeably improve read responsiveness (e.g. both sequential and random latency). After the initial hits, both my Samba and CVS services are snappy. I expect solid-state log devices would similarly help write performance, but have not tried it yet. David [3] https://b3n.org/zfs-hierarchy/ From owner-freebsd-questions@freebsd.org Sun Nov 22 14:24:31 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4623846A328 for ; Sun, 22 Nov 2020 14:24:31 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CfCGQ3xygz3JXX for ; Sun, 22 Nov 2020 14:24:30 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id E2CB95C0117 for ; Sun, 22 Nov 2020 09:24:29 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 22 Nov 2020 09:24:29 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= date:from:to:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm1; bh=mPMIarhPU0hslL8ieEFIRi2MaAu pUe+x7wWWZ7qRfTg=; b=rWQS77RIpwkY3umEfb0NR10Yx600w1xFTDAYdkQY4o+ JMyJMi3oEjqJJ2lYXYp16tDasNo8z1z1IcP/bC20cBGjHMCchJgvAaXBt7YL5uI4 /XSCGtxoiZQADnNZBlbtofDj4wDaqOV7SgQ2SBvQyayqShNBQBXlNg0bZcgflicY qEgeQLCuHzTUgbGqWm87evVE/1v94bP9fmDW9OYoHDjIHqeeoHk49GMf1J/bAC3F uDZsxGhQkEhGJ8uWOZp8dBlRXPRVtjv4yrbRmuxRkHlnRDyskt81TVQWXEHWX7Su 3v0TY/O0P0XeC7hmfsctVk/U9fet3Y9HF5CyBiz1Zfw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=mPMIar hPU0hslL8ieEFIRi2MaAupUe+x7wWWZ7qRfTg=; b=IFpye+akLb64z4NZ11To++ JffMFLGNnbmMrZmrsOR1oXtSemBPh4pJF1cgoD94ybbk0LowUSr6Zbnh5wSf99BI nxpQAjOsXhltw9xpaI9wNgT+/vakCPcxgMS9VSAJmAbMp6M1hpdkS4Vw1KXWEZps GYjm2C1btNRdrBr23gW319o228uPfYH4x1GEmF+CXkzu639sFCP8lZ4wMyw3LLuX DSIKjJUaWzhG7fLJUXMksr9jxPFE1KKxdve+i74wPJTeE0cqSYkPAf/NoFAhY/g/ PkezQnWNSoyaLQ781KyXvg+cGv0ERJz42Mo/qBoBHaHog1rM7NtNDw6erhfIUa7g == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudeggedgieehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkfhggtggujgesghdtre ertddtvdenucfhrhhomhepthgvtghhqdhlihhsthhsuceothgvtghhqdhlihhsthhsseii hiigshhtrdhnvghtqeenucggtffrrghtthgvrhhnpedtheeigfdvudefkeekvddtfedvte dttdekuddvgeevlefftdekffdujedvhfduteenucfkphepkedvrdejtddrledurddutddu necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthgvtg hhqdhlihhsthhsseiihiigshhtrdhnvght X-ME-Proxy: Received: from rpi4.local (fws.zyxst.net [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 5431F3064AA7 for ; Sun, 22 Nov 2020 09:24:29 -0500 (EST) Date: Sun, 22 Nov 2020 14:24:27 +0000 From: tech-lists To: freebsd-questions@freebsd.org Subject: Re: Feedback for a small server project Message-ID: Mail-Followup-To: freebsd-questions@freebsd.org References: <20201113011300.0291aebb@uni-dortmund.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pam5y/OhYUdwWV8Z" Content-Disposition: inline In-Reply-To: <20201113011300.0291aebb@uni-dortmund.de> X-Rspamd-Queue-Id: 4CfCGQ3xygz3JXX X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zyxst.net header.s=fm1 header.b=rWQS77RI; dkim=pass header.d=messagingengine.com header.s=fm1 header.b=IFpye+ak; dmarc=none; spf=pass (mx1.freebsd.org: domain of tech-lists@zyxst.net designates 66.111.4.28 as permitted sender) smtp.mailfrom=tech-lists@zyxst.net X-Spamd-Result: default: False [-5.70 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[66.111.4.28:from]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.28]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[zyxst.net:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[66.111.4.28:from]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_IN_DNSWL_LOW(-0.10)[66.111.4.28:from]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[zyxst.net:s=fm1,messagingengine.com:s=fm1]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[zyxst.net]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[66.111.4.28:from:127.0.2.255]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2020 14:24:31 -0000 --pam5y/OhYUdwWV8Z Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri, Nov 13, 2020 at 01:13:00AM +0100, Christian Baer wrote: >- energy cost > Electricity is annoyingly expensive in Germany (a kWh costs ~30 > Eurocents). So the fact that this computer needs a relatively small > amount of electricity (compared to the alternative) is a good factor > for me. I'm using a rpi4/8GB as a sshd bastion host, for running poudriere building packages [1] for less-powered pi(e)s, and is the place where I use email (mutt). It's the only local machine I run 24/7. After much tweaking and optimisation, I have found it very stable [2]. It runs recent -current and the kernel/world has debugging turned off. [1] this runs daily. I've seen loads in top of over 10 and it doesn't=20 miss a beat. Has FLIRC case for cooling, no fan. Max cpu temps ive=20 seen have been 70 degC but that was at 28 degC ambient. It has a 1TB spinning rust attached via powered usb3 bus. [2] stability required for its primary purpose --=20 J. --pam5y/OhYUdwWV8Z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAl+6dJIACgkQs8o7QhFz NAVRsA/8DSC4PxgfOKfiD9uGeRir7FCTmFNdP7d2DwpS2AuhXvBa0WBW+SgZ+nlC +qOoiMein1WUztpUyBrzCTbUcydxWu9wG/NRl3LdSzTMqTf6t5Wah5q6eCywV0O2 WMlDtM2fOd1yMg/TG2fxGEzqsjZUNWtu5E2d/knLJSEAUtCIVSdD+tqmQoCX7SM3 5AVAbIb4Wg4U0Aari4cpaLLMTJR0ijGZEsrhUX6tXNxGYAG1GQIVhQQLTtY2vRSO hgEe+HiOfEdqTQEmsFJvgU7MSBkBgbb8J6K/bFi32gMkhWbTVvC2r8Y9TMyxZsPI ugWdVAL+PUnjOuL6/5XBRj/h/weiXO8zFrGLsZZ5HnO1n59a5DrB1HhU0nZtcdzC d49J67MeKFohwnv8g0AqL+qignq4uCRGNi6/Zj42OV2gxcyAzeuo8cdvoO/8NWI8 q2kCnZh4D3uKZCLYvkAtMyFegyxkYCfCOybC+qvi9PF4iucUdhnWGiSY3vWlw4OW HlVU287s7zysU/jX8Q6D7li/w/8FvRgdIgJu5/zKvUQJahwrWCmaE0ZEnGIuDZWY w50MsiPgh/8CORmHdPRb8upyMJSCw+QXtvxwjw8G5aq15BPtWu851x2Gv1cLAMbQ 8El4PwzdtMQVoOjIwSNuOliJwVmGzRD0TuoI10SIRKVlcHhV30I= =Z01C -----END PGP SIGNATURE----- --pam5y/OhYUdwWV8Z-- From owner-freebsd-questions@freebsd.org Sun Nov 22 17:31:30 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2484446EE05 for ; Sun, 22 Nov 2020 17:31:30 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CfHQ919rSz3lPT for ; Sun, 22 Nov 2020 17:31:28 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 414BC5C011B for ; Sun, 22 Nov 2020 12:31:28 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 22 Nov 2020 12:31:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= date:from:to:subject:message-id:mime-version:content-type; s= fm1; bh=qwCtMEAVVROoxyGM0onnEnQXAttFBOpEkI9TPJkr59Y=; b=aXqqcZAD DXhAzgRHIWhKbWeTZmP7tGZPoJAPDCiiaE/RYCqN11cGX6x0mzkNQ8G6RoHri263 ik/GBinQMbGtw4Ag/GLgDJaPAbBVBMWI2gW7NCOYn0VyXe61tafU1kUNBv3ztmow OqpRgv/Cae2d0AX9LWH2LM3BK1UZY/436K8x7hj/I4BKyZtQ8flet9Ku0BFk1MMl 8srrXE//oHBNSQ8h+wZo6tWHAzHVUUVr6ysFVclKqyiwtlADJkroDRlE5AibRiyO cshVRhDEEWgB7vR+9c4T/Tt1JP73BcW+HcPBOTFCr4zoxdFOnoRJz5SPiBzsYl5R e9Eifoe1VgDKJQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=qwCtMEAVVROoxyGM0onnEnQXAttFB OpEkI9TPJkr59Y=; b=J4N2I212P8s9u3+n3Pvws1x29msInk/RHuwLEwEUOBPzj 595m++7zD9X+SXp0IJ5CfMfgAeXy8mR5eL+o22Klgc8XAiy/BiSrmU0YSXs2LFAK ++nQhcaD7RrBZNYh6QshOEAH5XzmhWbxbLLbLRrd52P0fH9m7tL9ArvWtuT/X+14 eye55z/PZKI8z/hrR4A3UOMK+EWiQuaX9R6rOhLeu5JiO2MMN4q7g7jy+HuII3Dv XurI5+7yKy2afBfHAGJBphzJaEwngJciY30wnDL0VXMkwvYBwRYfskCAxIGLKDlQ NZrYiNM61QtxRQGlWGb1N6BZRwC97A4QeiZMlTkjw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudeggedguddthecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfggtggusehgtderre dttddvnecuhfhrohhmpehtvggthhdqlhhishhtshcuoehtvggthhdqlhhishhtshesiiih gihsthdrnhgvtheqnecuggftrfgrthhtvghrnhepvefghffftdefkeelleehtdejledvhf dvgeeijeevfffguddvhfetgeejueejueeinecukfhppeekvddrjedtrdeluddruddtuden ucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehtvggthh dqlhhishhtshesiiihgihsthdrnhgvth X-ME-Proxy: Received: from rpi4.local (fws.zyxst.net [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id AAAC03064AA7 for ; Sun, 22 Nov 2020 12:31:27 -0500 (EST) Date: Sun, 22 Nov 2020 17:31:26 +0000 From: tech-lists To: freebsd-questions@freebsd.org Subject: why does www/qt5-webengine enforce a soundsystem ? Message-ID: Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="9wxP95osGT9pLV17" Content-Disposition: inline X-Rspamd-Queue-Id: 4CfHQ919rSz3lPT X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zyxst.net header.s=fm1 header.b=aXqqcZAD; dkim=pass header.d=messagingengine.com header.s=fm1 header.b=J4N2I212; dmarc=none; spf=pass (mx1.freebsd.org: domain of tech-lists@zyxst.net designates 66.111.4.29 as permitted sender) smtp.mailfrom=tech-lists@zyxst.net X-Spamd-Result: default: False [-4.70 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[66.111.4.29:from]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.29]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[zyxst.net:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[66.111.4.29:from]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_IN_DNSWL_LOW(-0.10)[66.111.4.29:from]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[zyxst.net:s=fm1,messagingengine.com:s=fm1]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[zyxst.net]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[66.111.4.29:from:127.0.2.255]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2020 17:31:30 -0000 --9wxP95osGT9pLV17 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, as subject: why does www/qt5-webengine options enforce a soundsystem? I don't use alsa or pulseaudio or sndio that i'm aware of. As far as I=20 can tell, this partucular system just has OSS which works fine. If all three selectable (pulseaudio, alsa and sndio) are deselected it gives an invalid config error. OSS isn't on the menu. Can I get round this? thanks, --=20 J. --9wxP95osGT9pLV17 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAl+6oGUACgkQs8o7QhFz NAWw4w//RQnE4HeKE+gM7UiX1hBhW4aEP5Umb8kdDjW5fCQL4ng7svy+T4M48m8s J6ewcoBM+T3Lr48/5TcQqCVGCZn72UMGnJa7YKrWhztnSMwZnzQSrMxQjy4vII36 wgs+wf2MLLeeeugUIa7jnP57Wn/vuKtd7kScmdcVihArYc9Zo9zqGNpM+59O9grB UbRWw7re5BNJrm3SdgQE40MXcq8yLCJHMNbsGELx76f3A5SikuTPuaEC1a0HNOFZ Kl1GOu0ZCNn8bthPOjiOFtu5ue2uJJ7a0cSe6AQmGiNbXNXV30bwwHtVzgb0P8et mgyeD1W4BPXhOPbr+WCIbIxOMmiV8jSYlHS4MdjrYXNJX1tRITRDwCI5eMqwsb8K XTOyK+NXYLMztky5ekQJNfm3XIC53tf0slic7mYhBJ7gXhqTtLDvWXBmDHI17xHh ZU7nqt9nhJmQrzH1Il+wQyv13Lyd17u7SXduh9QCsnFLupVDYj4lBMF1Y6MXsYwX BtkIo7mBx6AJm0z8Hqd4sqPwbg0YqfgU4viNIkrvpNDQoPu7ddxZQ5EwcU5tgCHJ PVU7mxyEA6oAv3YFT1mVZ9Lz7ZLQuYt1N3NF6dqodqf9jSWmwqfsaTH46oC/FDjN 8pKVwyxrjUmypab8+ZhFNm1ragQtyqtCcVl2BrFwDcgDnnA7Mcc= =OES8 -----END PGP SIGNATURE----- --9wxP95osGT9pLV17-- From owner-freebsd-questions@freebsd.org Sun Nov 22 20:00:12 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1703C472B4A for ; Sun, 22 Nov 2020 20:00:12 +0000 (UTC) (envelope-from lari.sihto@gmail.com) Received: from mail-lj1-x233.google.com (mail-lj1-x233.google.com [IPv6:2a00:1450:4864:20::233]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CfLjl2xktz3v2w for ; Sun, 22 Nov 2020 20:00:11 +0000 (UTC) (envelope-from lari.sihto@gmail.com) Received: by mail-lj1-x233.google.com with SMTP id i17so15764442ljd.3 for ; Sun, 22 Nov 2020 12:00:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=+FNkj4NLNCefczInwKNX54nbmeYbvhVjezF6TSt/zVk=; b=bSE7nAt4FlIygCFuEWGB7mr61YUkScX/+/BihpGhGjyBDq9QY3Os1JqjLMAx31Tv3Y B0TgUn68byjgsNOOzVGOsAviZtU3wlNNZ0VMlRwoY7K6NlN8co/M/5bx6dT4dKJMlGE1 H3o69DonBTnUhd/msg31ye4eMQ9CEFguDCO346aNvJnvdh7AHn5X5RG4bHY+E8PsJv3p vwItiPTN5bmIhJ68RE/68qkkhDxSuJ07U9UnL/nKxwZ30F2jPomkotR40/J2x73xO+iZ l+yaVWiy6GSSOamvXbRo1L0/EXUeTMtvrVQY6qEIsgWU7ouNqhtMGPViRvYycFPHs4q8 /czA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=+FNkj4NLNCefczInwKNX54nbmeYbvhVjezF6TSt/zVk=; b=PiD3hnqf0/HKuZgHW6el/N/vIO5AK0ZY9U6WYiFMbdiAn8W+ECae/mI1Mdx2KtWqUh CAQ3pWjTRhNcwe3wcmxQNMSlRgyHF1VCQewSF29y/UpIFKnE4y+wlbnzI5JeJBtPCNFv PETSBRqnDC11dlI+OkXCkc/I/buAjtQ6WPDaxsO3quLET6vuhCNHQSIEz1qPyVhjl+mI hHt3h2qibX7E9JEU7u8CirR3JGfUqZhW3AKt2J3u0Pdl5GHGk5s7M90mCWSzI1ipUAx5 GCV7INC/FNg7ZfVGdC2yH8g4BrnFGi/uhDxAetFsSXnAC/0ZafODlwP2kW/97aykJ+ZJ MB8g== X-Gm-Message-State: AOAM533k0L8iQoOU/WXsf9W3pZXyRm6N2Pm7SpZTg1vyprERQx9jrSvd bJlxx1vKFxke6a59EZI81Rq3KRk60v7kucCFw588RNx4q+jDcA== X-Google-Smtp-Source: ABdhPJyW4ugk3IX8QglHQjEpP2hDFoJbnIeNhhOCypU9gVHEbunQgVBuWQ3jV9Vvf0zp8XOw/5wNUwv7IOD1/leVb7s= X-Received: by 2002:a2e:7306:: with SMTP id o6mr11179156ljc.306.1606075208864; Sun, 22 Nov 2020 12:00:08 -0800 (PST) MIME-Version: 1.0 From: Lari Sihto Date: Sun, 22 Nov 2020 21:59:57 +0200 Message-ID: Subject: kernel threads To: freebsd-questions@freebsd.org X-Rspamd-Queue-Id: 4CfLjl2xktz3v2w X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=bSE7nAt4; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of larisihto@gmail.com designates 2a00:1450:4864:20::233 as permitted sender) smtp.mailfrom=larisihto@gmail.com X-Spamd-Result: default: False [-4.00 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::233:from]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::233:from:127.0.2.255]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::233:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2020 20:00:12 -0000 Hi, just wondering if there is some technical or philosophical reason as to why the freebsd operating system doesn't seem to use kernel-space threads like some other unix-like operating systems do. To my knowledge the need for kernel threads arises when the kernel code needs to sleep in kernel which one cannot do. Kernel threads seem to fix that problem. Have been wondering this for a long time and I hope someone here knows the reasoning behind this implementation detail be it just performance related or something along the line of "no-one just haven't been up to implementing that kind of a functionality"? Thanks From owner-freebsd-questions@freebsd.org Sun Nov 22 22:06:09 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9FEA54767D7 for ; Sun, 22 Nov 2020 22:06:09 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CfPW43xZ2z4XHl for ; Sun, 22 Nov 2020 22:06:08 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8E6C95C005B for ; Sun, 22 Nov 2020 17:06:03 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 22 Nov 2020 17:06:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= date:from:to:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm1; bh=pidhrW2z+Srh2E0v3eSv5U84c8U syyw9xyFdlWPYDpQ=; b=s626oicgpIguk2V09TK7UFT7gpHSTh6M8Q9j7+sgOrc 1YsoMWfJs5YlmE0BKE8hCb0yJe8yxsUGdKR5QaablfnSd4wn3C2xeqbQQ213aeG0 e6VH9tQf633/ir515ukIzympRkwJdgqzdiLWtrLxKbuDRmJ4jvi3OrnsPlaNe9pU z4N5yxQi3YQIrEvAvlSve6RtLoDXrZNKj7gJQpPieG4FolvnOTszxrSwuje4E7Fo cFvHaziZScw6EGt4VEWGqO43wMnogxI8429EDqoMhy7Vg9Pj/11xSEa1Y2a0SZqW uLzFPQOgOqXwmNVW1kAzKPtxmJGS2k9Yc2V2Q8LjDlQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=pidhrW 2z+Srh2E0v3eSv5U84c8Usyyw9xyFdlWPYDpQ=; b=d9IFDnpT2IUZQMsvoMxwb5 wNi5UHH81vdeXALWmdF/3al0jLOZwy9TMhgcHc2YOzqj0Y9tW7qLfXWfT8HfRTJr ksJ4zpxGjgvJJDV1mqfh089WEcwPTuVLZ2CRHFrzrt6gtF8FCsYFoXBK06wLO5gZ HHpPU/kknPvBYN77tfywf1uycA6E+64pY9uT+kjX9RpOn4a9QFsXdSR6o/tGG/sw D+PCx7ewm8HxKfv1Xh0FY4SLTDka1V6J9hoceJkvM8aLFvut0YT8aNWE4E5RHpil 2INYcrYyeJM/eVEPjCbSWIT+VzyBOdcY0bSSjFMprfhFmnatYLvR9AAcM/+IREjQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudeggedgudeitdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehgtd erredttddvnecuhfhrohhmpehtvggthhdqlhhishhtshcuoehtvggthhdqlhhishhtshes iiihgihsthdrnhgvtheqnecuggftrfgrthhtvghrnheptdehiefgvddufeekkedvtdefvd ettddtkeduvdegveelffdtkeffudejvdfhudetnecukfhppeekvddrjedtrdeluddruddt udenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehtvg gthhdqlhhishhtshesiiihgihsthdrnhgvth X-ME-Proxy: Received: from rpi4.local (fws.zyxst.net [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 06B3D328005E for ; Sun, 22 Nov 2020 17:06:02 -0500 (EST) Date: Sun, 22 Nov 2020 22:06:01 +0000 From: tech-lists To: freebsd-questions@freebsd.org Subject: Re: usb harddisk not working Message-ID: Mail-Followup-To: freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="L2coHLhgXZY8dNR4" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4CfPW43xZ2z4XHl X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zyxst.net header.s=fm1 header.b=s626oicg; dkim=pass header.d=messagingengine.com header.s=fm1 header.b=d9IFDnpT; dmarc=none; spf=pass (mx1.freebsd.org: domain of tech-lists@zyxst.net designates 66.111.4.25 as permitted sender) smtp.mailfrom=tech-lists@zyxst.net X-Spamd-Result: default: False [-5.70 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[66.111.4.25:from]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.25]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[zyxst.net:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[66.111.4.25:from]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_IN_DNSWL_LOW(-0.10)[66.111.4.25:from]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[zyxst.net:s=fm1,messagingengine.com:s=fm1]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[zyxst.net]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[66.111.4.25:from:127.0.2.255]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2020 22:06:09 -0000 --L2coHLhgXZY8dNR4 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've found that it can take a little time for the usb/usb3=20 subsytem to finish its hw probing after boot. This causes=20 problems if there's attached usb3/zfs storage you want=20 automatically started on boot. The following lines in=20 /boot/loader.conf helped me: kern.cam.boot_delay=3D"20000" # 20s delay for usb3 to wake up vfs.root_mount_always_wait=3D1 # give usb time to settle before zfs --=20 J. --L2coHLhgXZY8dNR4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAl+64MAACgkQs8o7QhFz NAWKbQ//cqxAFWHEjJeAuFGGgMAA0DC5oAjD0Aw3qBioaUPW7NLFP1E/gAHowzhP hTHWWANcp3UAme8cSxBzCN3g3Cy/2P0CujV1Kx3umkym8h3F7QVFx0RswBBmcyWb H7yruZ69G3uGgr7BmmBH4Yn2bxOxTxIMLoe0OJhncxg2niGoxkaC4iMgYFqzHISI ID5NRqyg5gA6IwAWL1RVY7rqaGfAHIGRHYwNuJrc7M59cVR30ol7L9n5e0jy7yc1 m5/gp1/VNtU0HaGMi+H1imzAcfLlFsvUtxLq0N6LApJNvpHB2rSZIIgRJ3OSE7w+ KPJG/CJlSDjAMzd6tBuWldZf04ffJWw+1TmfDEA9RTTczb05YjEdBOM/jvGIUKWW 4nma3on/pYbYrPJy1MK9Sji3SQEF/K6i93IUM5QGcGfKwEBwp2hmUqceYLvOMxFP GJimwHNITxmKimCjLtD1/qaLOHcJBwcXtWaUmEg56cUhtKCDfxPc9MWlLIIOb06S VOcZDYYmHKkqNSCQIPdnO6UCsIiTCJwg5P6rY92wkrJBpcEpaGv8H47CP+EepXaI /6g+t6RuUDgkAUD+oJTZKHATjuX92CI20by2yQ7i9cjlQP3i/nKeNH+CLyDbANBN kFoXvojl7QioCDYkqzwDTUOjKhk2CrfJlNBNmbTyyM2YYhr5+wg= =r0QN -----END PGP SIGNATURE----- --L2coHLhgXZY8dNR4-- From owner-freebsd-questions@freebsd.org Mon Nov 23 00:27:51 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 041CE47A3F0 for ; Mon, 23 Nov 2020 00:27:51 +0000 (UTC) (envelope-from dewayne@heuristicsystems.com.au) Received: from hermes.heuristicsystems.com.au (hermes.heuristicsystems.com.au [203.41.22.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2560 bits) client-digest SHA256) (Client CN "hermes.heuristicsystems.com.au", Issuer "Heuristic Systems Type 4 Host CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CfSfY0n8Nz4fQp for ; Mon, 23 Nov 2020 00:27:48 +0000 (UTC) (envelope-from dewayne@heuristicsystems.com.au) Received: from [10.0.5.3] (noddy.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.15.2/8.15.2) with ESMTPSA id 0AN0QQ1G066795 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Mon, 23 Nov 2020 11:26:26 +1100 (AEDT) (envelope-from dewayne@heuristicsystems.com.au) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=heuristicsystems.com.au; s=hsa; t=1606091186; x=1606695987; bh=bG2EGoRssW0QF3xWuMhblebRXxvCplEkP1CeKd64O7U=; h=From:To:Subject:Message-ID:Date; b=NKp5W3xQMserbQatwDWQwmhC9hfoYIi9a4Gn6+EzWgDWABKpWsNubno6c1Bg2p/7j IcTTjej1XDK7iD4oppoCiVwzj61hDG6wE4x5Rfko0XLB47gyTB9z+hSg3bPnpyj5s2 aZGa69qlJFLKdrCFVeZDem1fkf5S6HLo5s2N/tp8YLxst3tilAC66 X-Authentication-Warning: b3.hs: Host noddy.hs [10.0.5.3] claimed to be [10.0.5.3] From: Dewayne Geraghty To: "freebsd-questions@freebsd.org" Subject: Audit & capscicum on FreeBSD 12.2Stable Message-ID: <9824de4c-852a-28c5-eb0a-8ef4b5c6bbda@heuristicsystems.com.au> Date: Mon, 23 Nov 2020 11:17:50 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:78.0) Gecko/20100101 Thunderbird/78.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CfSfY0n8Nz4fQp X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=heuristicsystems.com.au header.s=hsa header.b=NKp5W3xQ; dmarc=none; spf=pass (mx1.freebsd.org: domain of dewayne@heuristicsystems.com.au designates 203.41.22.115 as permitted sender) smtp.mailfrom=dewayne@heuristicsystems.com.au X-Spamd-Result: default: False [-6.20 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; HAS_XAW(0.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCVD_IN_DNSWL_MED(-0.20)[203.41.22.115:from]; DKIM_TRACE(0.00)[heuristicsystems.com.au:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:1221, ipnet:203.40.0.0/13, country:AU]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[heuristicsystems.com.au:s=hsa]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_MED(-2.00)[heuristicsystems.com.au:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[heuristicsystems.com.au]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_EQ_ADDR_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2020 00:27:51 -0000 I've recently included capscium & casper in our build, but we're finding "Function not implemented" associated with the capscium audit events. header,68,11,cap_rights_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 return,failure : Function not implemented,4294967295 trailer,68 header,68,11,cap_ioctls_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 return,failure : Function not implemented,4294967295 trailer,68 header,68,11,cap_fcntls_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 return,failure : Function not implemented,4294967295 trailer,68 Do these mean that: the audit subsystem doesn't know how to deal with capscium; that capsicum doesn't interact with audit very well, or is there something else going on? These events are in /etc/security/audit_event audit_event:43186:AUE_CAP_NEW:cap_new(2):fm audit_event:43187:AUE_CAP_RIGHTS_GET:cap_rights_get(2):fm audit_event:43188:AUE_CAP_ENTER:cap_enter(2):pc audit_event:43189:AUE_CAP_GETMODE:cap_getmode(2):pc audit_event:43202:AUE_CAP_RIGHTS_LIMIT:cap_rights_limit(2):fm audit_event:43203:AUE_CAP_IOCTLS_LIMIT:cap_ioctls_limit(2):fm audit_event:43204:AUE_CAP_IOCTLS_GET:cap_ioctls_get(2):fm audit_event:43205:AUE_CAP_FCNTLS_LIMIT:cap_fcntls_limit(2):fm audit_event:43206:AUE_CAP_FCNTLS_GET:cap_fcntls_get(2):fm System is (from uname -aKU extract) FreeBSD 12.2-STABLE FreeBSD 12.2-STABLE #0 r367477M: Mon Nov 9 07:33:12 AEDT 2020 amd64 1202503 1202503 Regards, Dewayne From owner-freebsd-questions@freebsd.org Mon Nov 23 01:03:24 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F2D3B47AEE4 for ; Mon, 23 Nov 2020 01:03:24 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CfTRc6S7pz4h90 for ; Mon, 23 Nov 2020 01:03:24 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id CBB61AD49 for ; Mon, 23 Nov 2020 01:03:24 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qv1-f44.google.com with SMTP id w11so595694qvf.7 for ; Sun, 22 Nov 2020 17:03:24 -0800 (PST) X-Gm-Message-State: AOAM533YwQUcTRNRom+yOIf36raBSl54C7y7mh5uzQNTOen+lzFl26Ja PfaHReg+ZXoE9YtUj41/SZmmuOCqUhRqZpW33fk= X-Google-Smtp-Source: ABdhPJxXSUXDtEQr0/e862nEN+5rJ9o/OtyjxD/tUTCCRKqKcGKOiw759IOEBtM6Pb8dMOVaa6UNLdpwt/352NDUfi0= X-Received: by 2002:ad4:47b0:: with SMTP id a16mr26959041qvz.22.1606093404399; Sun, 22 Nov 2020 17:03:24 -0800 (PST) MIME-Version: 1.0 References: <9824de4c-852a-28c5-eb0a-8ef4b5c6bbda@heuristicsystems.com.au> In-Reply-To: <9824de4c-852a-28c5-eb0a-8ef4b5c6bbda@heuristicsystems.com.au> From: Kyle Evans Date: Sun, 22 Nov 2020 19:03:13 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Audit & capscicum on FreeBSD 12.2Stable To: Dewayne Geraghty Cc: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2020 01:03:25 -0000 On Sun, Nov 22, 2020 at 6:27 PM Dewayne Geraghty wrote: > > I've recently included capscium & casper in our build, but we're finding > "Function not implemented" associated with the capscium audit events. > > header,68,11,cap_rights_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec > subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 > return,failure : Function not implemented,4294967295 > trailer,68 > header,68,11,cap_ioctls_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec > subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 > return,failure : Function not implemented,4294967295 > trailer,68 > header,68,11,cap_fcntls_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec > subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 > return,failure : Function not implemented,4294967295 > trailer,68 > > Do these mean that: the audit subsystem doesn't know how to deal with > capscium; that capsicum doesn't interact with audit very well, or is > there something else going on? > This would seem to indicate that you are running a kernel that was not built with `options CAPABILITIES`. This part demonstrates that audit picked up what it was because, IIRC, the syscall name rendered here is picked out of your audit_event: > header,68,11,cap_fcntls_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec So this really is the return value that applications are getting: > return,failure : Function not implemented,4294967295 "Function not implemented" = ENOSYS, which indicates that it's using one of the stubs when CAPABILITIES is not built in. Thanks, Kyle Evans From owner-freebsd-questions@freebsd.org Mon Nov 23 05:18:04 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0905847FF9C for ; Mon, 23 Nov 2020 05:18:04 +0000 (UTC) (envelope-from lari.sihto@gmail.com) Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cfb5Q694rz4tZL for ; Mon, 23 Nov 2020 05:18:02 +0000 (UTC) (envelope-from lari.sihto@gmail.com) Received: by mail-lj1-x235.google.com with SMTP id y7so1702259lji.8 for ; Sun, 22 Nov 2020 21:18:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=8EQ3ivQQqWzZhd5m4sqOKYFtjlAgnYpdYfQr/9C5t5E=; b=XL15gbzSBVYw/f6xw/k17ZkKXtM+e/ZdpxsfsWE8lmmFc31GXOlIQKb10AS5UTV5On ORG+uLmzkcELsqLu8RJd2jsOixinFxozhbO1FdNYYclvZt5qllncImLRelDoLakY9Zo6 jywwLAK78zYVhJ6JcR+WM7FTyxakzuw9jz4Ddpzg8lHpGgzoZq/wiywIWpneA0tld3YS SopvvEQvpZxYBG3JoeXJI7X4D4W9BqQ54S1ZRjDC9E/CZ8kuotmZQvGL3BM+Ze4FBLG+ VAHtivvk8hRxoq7KrE+WHlo3dv8FHkVR9RPMQcnijRHwgqNtzZpPrM4KxyuU2jrN0HyP yaDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8EQ3ivQQqWzZhd5m4sqOKYFtjlAgnYpdYfQr/9C5t5E=; b=FzOgegj/ReTJ0Bdl76SVbbjGYdNViJvXpdvvVi7kEo0bFvgbWqwicD7mtiQQgVGi5A 3D8vhD43h7m8PX36jRE2IADtW1FM4mCrcyZh8wCve9vr1Wwla5yDJgSz4BtTvFg3zRBh Y39Hl7/HdZZrozccGCNDhrOh1YdNEcNi+1IjsAsRtGkhVfCa7YVESl/Qj/Cor9ko/aW6 M7Ha2dAgWDy+d7mzKRQpYi9QTQD5J1ucpCsUm5ZlYQKDh9rn0XH8nyS7jzHmEH0kIFhf Gq7v7OZ24AphL8o0sNpXCHoakq2b7vZI9JH6U3Jd/jbziYM1NxCEbpKuFg9cLwfI8nfK pvRA== X-Gm-Message-State: AOAM533v9WycMAhRzxDGY0DL7VII5L+AUltZ1D2fdUgiyLasB19Erd7k 9chAAztne0a3jJh3Sk9Boo1n/8tKWh211WTRv3xB1JNBqjw= X-Google-Smtp-Source: ABdhPJz9jBY86cuxBYcvI1LatPLrqGna7s9ZzCDwwHFuhxp0znASnVBvxvkklwnZvp+zLA+G6u5G3qk3OiPK7xk/AJo= X-Received: by 2002:a2e:7306:: with SMTP id o6mr11701234ljc.306.1606108681044; Sun, 22 Nov 2020 21:18:01 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Lari Sihto Date: Mon, 23 Nov 2020 07:17:50 +0200 Message-ID: Subject: Re: kernel threads To: "Kevin P. Neal" Cc: freebsd-questions@freebsd.org X-Rspamd-Queue-Id: 4Cfb5Q694rz4tZL X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=XL15gbzS; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of larisihto@gmail.com designates 2a00:1450:4864:20::235 as permitted sender) smtp.mailfrom=larisihto@gmail.com X-Spamd-Result: default: False [-2.00 / 15.00]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::235:from]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(1.00)[1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::235:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::235:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2020 05:18:04 -0000 Yes, that's it. Do you know why the top half is allowed to sleep but the bottom half is not? ma 23. marrask. 2020 klo 0.01 Kevin P. Neal (kpn@neutralgood.org) kirjoitti: > On Sun, Nov 22, 2020 at 09:59:57PM +0200, Lari Sihto wrote: > > Hi, just wondering if there is some technical or philosophical reason as > to > > why the freebsd operating system doesn't seem to use kernel-space threads > > like some other unix-like operating systems do. To my knowledge the need > > for kernel threads arises when the kernel code needs to sleep in kernel > > which one cannot do. Kernel threads seem to fix that problem. Have been > > wondering this for a long time and I hope someone here knows the > reasoning > > behind this implementation detail be it just performance related or > > something along the line of "no-one just haven't been up to implementing > > that kind of a functionality"? > > Are you thinking of something different than what is described in the > kthread(9) and kproc(9) man pages? > > Also, my limited understanding is that the "top" half of the kernel is > allowed to sleep, but the "bottom" half is not. > > You'll get more informed responses to this topic on the freebsd-arch, > freebsd-hackers, or maybe freebsd-current lists. Very few if any kernel > hackers hang out on this list. > > -- > Kevin P. Neal http://www.pobox.com/~kpn/ > "Not even the dumbest terrorist would choose an encryption program that > allowed the U.S. government to hold the key." -- (Fortune magazine > is smarter than the US government, Oct 29 2001, page 196.) > From owner-freebsd-questions@freebsd.org Tue Nov 24 07:30:41 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 71EAB47C0C4 for ; Tue, 24 Nov 2020 07:30:41 +0000 (UTC) (envelope-from lari.sihto@gmail.com) Received: from mail-lj1-x229.google.com (mail-lj1-x229.google.com [IPv6:2a00:1450:4864:20::229]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CgG0040ZLz3syx for ; Tue, 24 Nov 2020 07:30:40 +0000 (UTC) (envelope-from lari.sihto@gmail.com) Received: by mail-lj1-x229.google.com with SMTP id f24so7998935ljk.13 for ; Mon, 23 Nov 2020 23:30:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=YGHV4TQdKa+gSjg4c4ROjColyMyFvRrgOQVBySzJhi0=; b=MSMcJ6YiKwGLgvPgWOErKA09UvbL7hF01o1r70zPhFJGeLYSx+0EIJ57I/1RhHugEC 95estg8NCPsZ5tgQpwoTNrANGWMK9wrGVw8yYpOH5aBERAtnqM72hYejABW4XEE5oba5 29ytDuu5+zGZ3XqLcj/D4+kww5+QAChTCE9eK1rWrwFXs0DteQin9lO08XVL8BFa2Pje o0KltzN3x81+/jHmlNHgdRkC/iOwBJKjq+TpOoxMrhg83N+3NbEVT48cZrP24cElr1AG 57To9zledQQII336aaVbMkglVXH6WS4goDrG8F3sYrCO7dUqUU6kU8zH/+UcXYPKWROL 3Ppw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YGHV4TQdKa+gSjg4c4ROjColyMyFvRrgOQVBySzJhi0=; b=IgB+GkuQQ4OYXFl7DS/Gr6kWhlILK6KWJkO3dmWuPb4i/6IPFtE90ajxuZaPDbIiw+ DcwuT0ZC4hsWQJDkT+IRSREWAFaGiyawtG5i9H32lvh/FGhObOGV4SN1snclXSOGGLY8 mbTy606l3Yecj5an8w6ZLxCwdh4z6Ku++XJ4wbI300S9hSxh0YXv0CDwbfz8do90VZdq PVDL7pndaaZcq24+MaSI/R2zBuFG3Yos2ai1LsBKBvGGjywstcfVpO85qczWfZ+swIjQ 5OqIJeN3towmGfjf8Rxs3d0c2Ias1pzDpkl/TAnmpx1TRuUcKZBkmlQPxDtk/BS/451F 0IqQ== X-Gm-Message-State: AOAM533WfDFMXn87+qoxuaVA5d5wAtzQULDUslIlAWAW17j5xQUB0mMc 4wLCh7iwJ1+tQbTxsx2Ak0VAxB03NzkqTGror415cZj8muQ= X-Google-Smtp-Source: ABdhPJzku/sxWmr5FJiymYF9+o7UjDCs5eLKoT2uLDKlTKCE5ZwYeEfHg0TguuENb/Fw8EuwCYuPw+NEDDxVB8CaW5M= X-Received: by 2002:a05:651c:326:: with SMTP id b6mr1242017ljp.339.1606203038750; Mon, 23 Nov 2020 23:30:38 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Lari Sihto Date: Tue, 24 Nov 2020 09:30:26 +0200 Message-ID: Subject: Re: kernel threads To: "Kevin P. Neal" Cc: freebsd-questions@freebsd.org X-Rspamd-Queue-Id: 4CgG0040ZLz3syx X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=MSMcJ6Yi; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of larisihto@gmail.com designates 2a00:1450:4864:20::229 as permitted sender) smtp.mailfrom=larisihto@gmail.com X-Spamd-Result: default: False [-4.00 / 15.00]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::229:from]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::229:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::229:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2020 07:30:41 -0000 Ok, thanks for the clarification. ti 24. marrask. 2020 klo 4.42 Kevin P. Neal (kpn@neutralgood.org) kirjoitti: > On Mon, Nov 23, 2020 at 07:17:50AM +0200, Lari Sihto wrote: > > Yes, that's it. Do you know why the top half is allowed to sleep but the > > bottom half is not? > > The bottom half is hardware interrupt driven. The top half is entered via > system calls or traps on behalf of the process/thread. If you have a > process > or thread context you can sleep and therefore yield to another process or > thread. Interrupts don't have that luxury. The bottom half isn't part of > any process or thread. So no sleeping is allowed in the bottom half. > > > ma 23. marrask. 2020 klo 0.01 Kevin P. Neal (kpn@neutralgood.org) > kirjoitti: > > > > > On Sun, Nov 22, 2020 at 09:59:57PM +0200, Lari Sihto wrote: > > > > Hi, just wondering if there is some technical or philosophical > reason as > > > to > > > > why the freebsd operating system doesn't seem to use kernel-space > threads > > > > like some other unix-like operating systems do. To my knowledge the > need > > > > for kernel threads arises when the kernel code needs to sleep in > kernel > > > > which one cannot do. Kernel threads seem to fix that problem. Have > been > > > > wondering this for a long time and I hope someone here knows the > > > reasoning > > > > behind this implementation detail be it just performance related or > > > > something along the line of "no-one just haven't been up to > implementing > > > > that kind of a functionality"? > > > > > > Are you thinking of something different than what is described in the > > > kthread(9) and kproc(9) man pages? > > > > > > Also, my limited understanding is that the "top" half of the kernel is > > > allowed to sleep, but the "bottom" half is not. > > > > > > You'll get more informed responses to this topic on the freebsd-arch, > > > freebsd-hackers, or maybe freebsd-current lists. Very few if any kernel > > > hackers hang out on this list. > -- > Kevin P. Neal http://www.pobox.com/~kpn/ > > Seen on bottom of IBM part number 1887724: > DO NOT EXPOSE MOUSE PAD TO DIRECT SUNLIGHT FOR EXTENDED PERIODS OF TIME. > From owner-freebsd-questions@freebsd.org Wed Nov 25 07:04:04 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3A4B1478E82 for ; Wed, 25 Nov 2020 07:04:04 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpg.telissant.net (smtpg.telissant.net [104.225.1.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CgsLq0mJmz4fY5 for ; Wed, 25 Nov 2020 07:04:02 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from sacada.3dresearch.com (localhost [127.0.0.1]) by smtpg.telissant.net (Postfix) with ESMTP id 4CgsLg6rmbz1lvRB for ; Wed, 25 Nov 2020 02:03:55 -0500 (EST) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpg.telissant.net ([127.0.0.1]) by sacada.3dresearch.com (sacada.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jdiUUQ1AHxa2 for ; Wed, 25 Nov 2020 02:03:55 -0500 (EST) Received: from bufftemp.3dresearch.com (unknown [71.112.244.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bufftemp@sacada.3dresearch.com) by smtpg.telissant.net (Postfix) with ESMTPSA id 4CgsLg4GYZz1lvRP for ; Wed, 25 Nov 2020 02:03:55 -0500 (EST) Received: from bufftemp.3dresearch.com (localhost [127.0.0.1]) by bufftemp.3dresearch.com (Postfix) with SMTP id A119776D80 for ; Wed, 25 Nov 2020 02:03:54 -0500 (EST) Date: Wed, 25 Nov 2020 02:03:18 -0500 From: Janos Dohanics To: FreeBSD Questions Subject: Console resolution/font size Message-Id: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CgsLq0mJmz4fY5 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of web@3dresearch.com designates 104.225.1.73 as permitted sender) smtp.mailfrom=web@3dresearch.com X-Spamd-Result: default: False [-0.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ENVFROM_SERVICE_ACCT(1.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+a:smtpg.telissant.net]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RECEIVED_SPAMHAUS_PBL(0.00)[71.112.244.15:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[104.225.1.73:from]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:36236, ipnet:104.225.1.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_FIVE(0.00)[5]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[3dresearch.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[104.225.1.73:from:127.0.2.255]; FROM_SERVICE_ACCT(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 07:04:04 -0000 Hello, I have a newly installed FreeBSD 13.0-CURRENT Thinkpad T480: FreeBSD 13.0-CURRENT #0 2ed50808d2b-c254384(main): Thu Nov 12 07:29:09 UTC 2020 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 FreeBSD clang version 11.0.0 (git@github.com:llvm/llvm-project.git llvmorg-11.0.0-0-g176249bd673) WARNING: WITNESS option enabled, expect reduced performance. VT(efifb): resolution 1920x1080 CPU: Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (1896.08-MHz K8-class CPU) [...] The screen is hardly readable at the resolution 1920x1080. At boot time I escaped to loader prompt and selected "mode 3" which gave the screen resolution 800x600. In /boot/loader.conf I added: hw.vga.textmode=1 kern.vt.fb.default_mode="800x600" But after reboot, I'm back to the nearly unusable resolution of 1920x1080. How can I make a specific console resolution presistent across reboots? And how would I set a resolution between 800x600 and 1920x1080? Why is the setting in /boot/loader.conf ignored? -- Janos Dohanics From owner-freebsd-questions@freebsd.org Wed Nov 25 07:23:53 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 439D14793A2 for ; Wed, 25 Nov 2020 07:23:53 +0000 (UTC) (envelope-from yuripv@yuripv.dev) Received: from new4-smtp.messagingengine.com (new4-smtp.messagingengine.com [66.111.4.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cgsnh25tKz4gtk for ; Wed, 25 Nov 2020 07:23:52 +0000 (UTC) (envelope-from yuripv@yuripv.dev) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 5D6635805A8; Wed, 25 Nov 2020 02:23:51 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 25 Nov 2020 02:23:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yuripv.dev; h= subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s=fm1; bh=u ipllDilhHsNFMx0cFZdYq/PJoDaPjIgSWwno6Q7Lyg=; b=AoZzbo9Hr6GoPHnI2 1pzx+eyQutzT9aKu20ZzKqpk7gdpj8q/MPnXk9NP3cM5ddly6sHCzUgM+wcktDom Ee4acL+cMPtZpJgD+Ot6zI31WEnGX597+LuA0gYPp2FjhaYV/V8DtbczDwcpdoqE U8y73TTBwD8BnX8oTti0iLiZeEw3l0VPG8BznymUSiqEHQdLi9/w4J8Aea1w3ysk L2DbK8MNQEvwWssGC4Is8Khm0cL+O7ad/GbYHRnslltHxnoJW0FZskwjNk98PWGn ps8Wv62EAzyx8LG8LkvVeUUdyRE8/xe8RpFbZ0QZLoXU7kurWUO6NZhtlu82Vdgt gnWwg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=uipllDilhHsNFMx0cFZdYq/PJoDaPjIgSWwno6Q7L yg=; b=TJAE9K7rBayBo3W5VWtUaNyAsi/By6mkfRMFe5Bt0rrzKZ9kKHFWiYvaP xuWMOmuV27q1xTMUIrSj9LvbvG2dWhMz81oRrJ1m/ZKsQFWPF+mCt1zpCigjSdxq vfcGJxYUApybuPoiUiZGQcbLM5+7Z7nd6HekcLoNll+SXYsYqev+xi9s7yGf6nqV tpUJwtPwdGyizdDmup7h8H9TcOhiU+6vn3ZlVKVEQ78iZr3Fn4Jfv4GVd8zcGUQu fxHHi4Kwue10KIc4wDI8OPwfWniNOyaYapaDDys1q7rFM8gMj3obTErGS2mZrD+w oXSlcwSF8kd0+cPKPMpeiXjh6mtqg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudegledguddtjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefuvfhfhffkffgfgggjtgfgsehtjeertddtfeejnecuhfhrohhmpegjuhhr ihcurfgrnhhkohhvuceohihurhhiphhvseihuhhrihhpvhdruggvvheqnecuggftrfgrth htvghrnhepfefhkeefteegfeekudevgeffveetgfettddtvdejhfdvheelhefhfeegieej leegnecuffhomhgrihhnpeektddtgieitddtrdhinhenucfkphepledurddvgedtrdduvd egrdduheejnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhho mhephihurhhiphhvseihuhhrihhpvhdruggvvh X-ME-Proxy: Received: from [192.168.1.6] (unknown [91.240.124.157]) by mail.messagingengine.com (Postfix) with ESMTPA id 7746A3064AAF; Wed, 25 Nov 2020 02:23:50 -0500 (EST) Subject: Re: Console resolution/font size To: Janos Dohanics , FreeBSD Questions References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> From: Yuri Pankov Message-ID: Date: Wed, 25 Nov 2020 10:23:49 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Cgsnh25tKz4gtk X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=yuripv.dev header.s=fm1 header.b=AoZzbo9H; dkim=pass header.d=messagingengine.com header.s=fm1 header.b=TJAE9K7r; dmarc=none; spf=pass (mx1.freebsd.org: domain of yuripv@yuripv.dev designates 66.111.4.230 as permitted sender) smtp.mailfrom=yuripv@yuripv.dev X-Spamd-Result: default: False [-3.60 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[yuripv.dev:s=fm1,messagingengine.com:s=fm1]; FREEFALL_USER(0.00)[yuripv]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[66.111.4.230:from]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.230]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[yuripv.dev]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[66.111.4.230:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yuripv.dev:+,messagingengine.com:+]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions]; RCVD_IN_DNSWL_LOW(-0.10)[66.111.4.230:from] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 07:23:53 -0000 Janos Dohanics wrote: > Hello, > > I have a newly installed FreeBSD 13.0-CURRENT Thinkpad T480: > > FreeBSD 13.0-CURRENT #0 2ed50808d2b-c254384(main): Thu Nov 12 07:29:09 UTC 2020 > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > FreeBSD clang version 11.0.0 (git@github.com:llvm/llvm-project.git llvmorg-11.0.0-0-g176249bd673) > WARNING: WITNESS option enabled, expect reduced performance. > VT(efifb): resolution 1920x1080 > CPU: Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (1896.08-MHz K8-class CPU) > [...] > > The screen is hardly readable at the resolution 1920x1080. > > At boot time I escaped to loader prompt and selected "mode 3" which > gave the screen resolution 800x600. > > In /boot/loader.conf I added: > > hw.vga.textmode=1 > kern.vt.fb.default_mode="800x600" These 2 seem to be mutually exclusive, if you switch to text mode, you only have the default 640x480 resolution. > But after reboot, I'm back to the nearly unusable resolution of > 1920x1080. After the system is fully booted, or during the entire boot process? Do you load kms drivers via rc.conf that take over and switch the console back to 1920x1080? > How can I make a specific console resolution presistent across reboots? > And how would I set a resolution between 800x600 and 1920x1080? Why is > the setting in /boot/loader.conf ignored? From owner-freebsd-questions@freebsd.org Wed Nov 25 07:31:26 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 66AAA479671 for ; Wed, 25 Nov 2020 07:31:26 +0000 (UTC) (envelope-from sasha.vigole@vigole.com) Received: from LH016.irandns.com (lh016.irandns.com [185.4.29.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CgsyM3YrWz4gy0 for ; Wed, 25 Nov 2020 07:31:22 +0000 (UTC) (envelope-from sasha.vigole@vigole.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=vigole.com; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID: Subject:From:To:Reply-To:Sender:Cc:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=4E55/yrvzsbA0+Z7Y/a2af3Hyoi62DHWYX1uZjn2Pgs=; b=C DsO0iGYKu+fIPKtDGXgtadORllgTQX/OM7rsH9jISAFzq+9VHMcYlw5Z0dwb1UeD01vJ9zqNT0+Jw vTH+sn+MGhbgkHHu71u2nKRh8TK/UltF8xD//EBpJms1mB0mVZEAQm6/yhaPzUXrHH4k0jAs/ZQ8p rfCf+8FI2LsrZhM/lanyksqamsrbRyjW7NDpFkNQPW3PWM6KJn1O/dwg2XLLQzB8Guw0bD6L55hE3 RUjZL0p+OCew0hobJ1C5j7I+1LP9R4Z0wyjNSwB8ITuAkmcJsRvcarHI8iuz3U9fw36LDIUOOia81 gVQOP9SZPGXYAyKa/LCk9yL9WtPKpekbg==; Received: from [31.2.246.118] (helo=[192.168.0.101]) by LH016.irandns.com with esmtpa (Exim 4.93.0.4) (envelope-from ) id 1khpGi-0001SE-Hs for freebsd-questions@freebsd.org; Wed, 25 Nov 2020 11:01:12 +0330 Reply-To: sasha.vigole@vigole.com To: "freebsd-questions@freebsd.org" From: sasha vigole Subject: Choosing the right FreeBSD branch to test and maintain ports and docs Organization: vigole Message-ID: <8032509a-3377-6589-4e7b-2229a551af65@vigole.com> Date: Wed, 25 Nov 2020 11:01:03 +0330 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Authenticated-Id: sasha.vigole@vigole.com X-Rspamd-Queue-Id: 4CgsyM3YrWz4gy0 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=vigole.com header.s=x header.b=C DsO0iG; dmarc=none; spf=pass (mx1.freebsd.org: domain of sasha.vigole@vigole.com designates 185.4.29.200 as permitted sender) smtp.mailfrom=sasha.vigole@vigole.com X-Spamd-Result: default: False [-3.49 / 15.00]; HAS_REPLYTO(0.00)[sasha.vigole@vigole.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; REPLYTO_ADDR_EQ_FROM(0.00)[]; HAS_ORG_HEADER(0.00)[]; DKIM_TRACE(0.00)[vigole.com:+]; NEURAL_HAM_SHORT(-0.99)[-0.994]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[185.4.29.200:from]; ASN(0.00)[asn:61173, ipnet:185.4.29.0/24, country:IR]; MID_RHS_MATCH_FROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[vigole.com:s=x]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[vigole.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[185.4.29.200:from:127.0.2.255]; TO_DN_EQ_ADDR_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 07:31:26 -0000 Hi, to test ports (/usr/ports) and docs (/usr/doc), should I build a testing FreeBSD machine, and maintain them on: 1. base/head branch 2. base/stable/12 branch 3. base/releng/12.2 or it's irrelevant. Thanks Sasha Vigole -- .sasha.vigole#mithras:arsakiden. From owner-freebsd-questions@freebsd.org Wed Nov 25 08:32:26 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C99EA47ACDF for ; Wed, 25 Nov 2020 08:32:26 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from p-impout001.msg.pkvw.co.charter.net (p-impout001aa.msg.pkvw.co.charter.net [47.43.26.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CgvJp0NfHz4knJ for ; Wed, 25 Nov 2020 08:32:25 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.177.163]) by cmsmtp with ESMTP id hqDqkB7JaDdV4hqDqkoqBI; Wed, 25 Nov 2020 08:32:19 +0000 X-Authority-Analysis: v=2.3 cv=H8qlPNQi c=1 sm=1 tr=0 a=xqrt2BZAGHte7XHhrxJgbA==:117 a=xqrt2BZAGHte7XHhrxJgbA==:17 a=HpEJnUlJZJkA:10 a=DBwwDor5xuMA:10 a=egNQRWQRxVjX5uVXvwoA:9 a=pHzHmUro8NiASowvMSCR:22 a=Ew2E2A-JSTLzCXPT_086:22 From: "Thomas Mueller" To: freebsd-questions@freebsd.org Subject: Re: Choosing the right FreeBSD branch to test and maintain ports and docs Organization: SOMIR (Stamp Out Mail-in Rebates) References: <8032509a-3377-6589-4e7b-2229a551af65@vigole.com> X-CMAE-Envelope: MS4wfGRkPn4RpUgoKBaZdc82YqI5Nz2OKsYC5GvxGrjYuMxGZMzM1xdHj+T/TVf6EC90/L8zysFgGBOBEKMYjRHVplzKHdE1+O867QugQ9epQP6cH9pmSTrn XGfSLgWzMdjPxRmirzOKFcXGOm4G0lzYgqQTuRkYRWTSgcY/DeKv9Z5imhRqVmyaf1voXfe9Z2Lk0A== X-Rspamd-Queue-Id: 4CgvJp0NfHz4knJ X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mueller6722@twc.com designates 47.43.26.132 as permitted sender) smtp.mailfrom=mueller6722@twc.com X-Spamd-Result: default: False [2.04 / 15.00]; FREEMAIL_FROM(0.00)[twc.com]; MISSING_DATE(1.00)[]; TO_DN_NONE(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; HAS_ORG_HEADER(0.00)[]; NEURAL_HAM_SHORT(-0.50)[-0.503]; RECEIVED_SPAMHAUS_PBL(0.00)[96.28.177.163:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; RBL_DBL_DONT_QUERY_IPS(0.00)[47.43.26.132:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[twc.com]; NEURAL_SPAM_MEDIUM(0.35)[0.347]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[47.43.26.132:from:127.0.2.255]; MISSING_MID(2.50)[]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Wed, 25 Nov 2020 08:32:26 -0000 X-List-Received-Date: Wed, 25 Nov 2020 08:32:26 -0000 > Hi, to test ports (/usr/ports) and docs (/usr/doc), > should I build a testing FreeBSD machine, and maintain them on: > 1. base/head branch > 2. base/stable/12 branch > 3. base/releng/12.2 > or it's irrelevant. > Thanks > Sasha Vigole Because of trouble with ethernet and wireless support in FreeBSD 12-stable and 13, and a subsequent update going only to the HEAD, I decided to go no furhter with FreeBSD 12.x. So I vote for the current branch, which offers more hope for getting needed improvements. Tom From owner-freebsd-questions@freebsd.org Wed Nov 25 08:45:13 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 157C947AEB8 for ; Wed, 25 Nov 2020 08:45:13 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CgvbW5vzfz4kt3 for ; Wed, 25 Nov 2020 08:45:11 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from fwd22.aul.t-online.de (fwd22.aul.t-online.de [172.20.26.127]) by mailout07.t-online.de (Postfix) with SMTP id 6FC9742C5788; Wed, 25 Nov 2020 09:45:09 +0100 (CET) Received: from esprimo.local (EwNJIBZfrhBQ-UgnE0U9auD-mr-j1X2KCp8VPN7MtwgL5DvWJPRcm7KLNdGkzBxQ-4@[217.226.187.66]) by fwd22.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1khqQF-1zUbmC0; Wed, 25 Nov 2020 09:45:07 +0100 Received: by esprimo.local (Postfix, from userid 1001) id 960388011D; Wed, 25 Nov 2020 09:45:06 +0100 (CET) Date: Wed, 25 Nov 2020 09:45:06 +0100 From: Christoph Brinkhaus To: Janos Dohanics Cc: FreeBSD Questions Subject: Re: Console resolution/font size Message-ID: References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> X-ID: EwNJIBZfrhBQ-UgnE0U9auD-mr-j1X2KCp8VPN7MtwgL5DvWJPRcm7KLNdGkzBxQ-4 X-TOI-EXPURGATEID: 150726::1606293907-00011FFC-8874A883/0/0 CLEAN NORMAL X-TOI-MSGID: be74ad98-f26d-4363-aa32-dbba84d27c5a X-Rspamd-Queue-Id: 4CgvbW5vzfz4kt3 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of c.brinkhaus@t-online.de has no SPF policy when checking 194.25.134.83) smtp.mailfrom=c.brinkhaus@t-online.de X-Spamd-Result: default: False [-1.59 / 15.00]; FREEMAIL_FROM(0.00)[t-online.de]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.995]; RCPT_COUNT_TWO(0.00)[2]; RECEIVED_SPAMHAUS_PBL(0.00)[217.226.187.66:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[t-online.de]; ASN(0.00)[asn:3320, ipnet:194.25.0.0/16, country:DE]; RBL_DBL_DONT_QUERY_IPS(0.00)[194.25.134.83:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[t-online.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[194.25.134.83:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[194.25.134.83:from]; R_SPF_NA(0.00)[no SPF record]; RWL_MAILSPIKE_POSSIBLE(0.00)[194.25.134.83:from]; MID_RHS_NOT_FQDN(0.50)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 08:45:13 -0000 Am Wed, Nov 25, 2020 at 02:03:18AM -0500 schrieb Janos Dohanics: > Hello, Hello Janos! > I have a newly installed FreeBSD 13.0-CURRENT Thinkpad T480: > > FreeBSD 13.0-CURRENT #0 2ed50808d2b-c254384(main): Thu Nov 12 07:29:09 UTC 2020 > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > FreeBSD clang version 11.0.0 (git@github.com:llvm/llvm-project.git llvmorg-11.0.0-0-g176249bd673) > WARNING: WITNESS option enabled, expect reduced performance. > VT(efifb): resolution 1920x1080 > CPU: Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (1896.08-MHz K8-class CPU) > [...] > > The screen is hardly readable at the resolution 1920x1080. > > At boot time I escaped to loader prompt and selected "mode 3" which > gave the screen resolution 800x600. > > In /boot/loader.conf I added: > > hw.vga.textmode=1 > kern.vt.fb.default_mode="800x600" > > But after reboot, I'm back to the nearly unusable resolution of > 1920x1080. > > How can I make a specific console resolution presistent across reboots? > And how would I set a resolution between 800x600 and 1920x1080? Why is > the setting in /boot/loader.conf ignored? Please have a look at efi_max_resolution which is specfied in /boot/loader.conf. I use that on one of my laptops. efi_max_resolution Specify the maximum desired resolution for the EFI console. The following values are accepted: Value Resolution 480p 640x480 720p 1280x720 1080p 1920x1080 2160p 3840x2160 4k 3840x2160 5k 5120x2880 WidthxHeight WidthxHeight 800x600 is not suported according to the man page. But may be 1280x720 is aceptable for your screen. > Janos Dohanics Kind regards, Christoph From owner-freebsd-questions@freebsd.org Wed Nov 25 10:40:47 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A768247D826 for ; Wed, 25 Nov 2020 10:40:47 +0000 (UTC) (envelope-from newton.ja.terry@gmail.com) Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cgy8t6brTz4rJ7 for ; Wed, 25 Nov 2020 10:40:46 +0000 (UTC) (envelope-from newton.ja.terry@gmail.com) Received: by mail-wr1-x434.google.com with SMTP id z7so1414879wrn.3 for ; Wed, 25 Nov 2020 02:40:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=Hx6xZkAmN2I/HxHMNdxxWMn1I3fLhIO46nLU3pJzpAM=; b=ouicjcyLwFhJw6ysazeqMxgKoCI0G8unpSxzUUW0XU9WvSMmtdHvUCkhRNQmfx/CMY yl6rYTJcyoMn/SRDBPFYYBTubQSN1qcgkfS/GKTqbWtrwh6BPcx2ln/guGrcu029asPq QN7nvZA1m4uCulx8Kdezs/JcRT93ZT04QKpHXDqf2n5upTSNkjS+k7MOQ+BXU4Aot+Od KM7nrX73FsEeecjghC+s/O3zOeoHfm44lVHKhzGZqsSNbujZ4Xg+0v5/exomOhFEmec6 7xNCJvn35AXnxEPczybrLXoU7YIrOwlwz4q7+lZ2c3Q4u2zYhM0uEDNoYiljF8ZT6fb+ 40uQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Hx6xZkAmN2I/HxHMNdxxWMn1I3fLhIO46nLU3pJzpAM=; b=p5/1scAkwlJOXDCIq+x5WkFTdG9kfKDq/gogJTJdRePcWjMzdtO/VXn/t6Jvsze6n/ M8PBsLssAPb/22zgh6/nX/BoMNPP+LI0Mn/Rx697maLb6tmCi7es+2mHX1JsEl7LDkBp dLnZj50iCYkHnqlAL604GpuPvRUh/vr6K1WnuwmVrNBe3nVP3Fu6fGpxp1FgtxuDwB5n 74qyXJxQ0n5k13nF1F+11YnLSsVNq80agLMFGX6Qigi1cwtWViVQ8/JC/AakaP8PJUzl 2wB17ILTke9wYV2pNuS7h5JXUTAhRMZ6jyB3TPM5l7WWrGixtlRucCwa/TrJL9n4dpAv GP2g== X-Gm-Message-State: AOAM532Ek6GWFnqnbsf98cH9SGdLPc/dp05UiK9fR7MqIDwuPIEulgAW YxUYxUBYbJ3e0i2QtqyAwZC4Bq41xIA= X-Google-Smtp-Source: ABdhPJz0jzHI5Gd0/EFGmg/kivYCfAhkfe68x1qqJ5prXjE/noRjUuUrs6yWmpo8JHAEXiQ9+Avztg== X-Received: by 2002:a5d:4e09:: with SMTP id p9mr3450509wrt.345.1606300845194; Wed, 25 Nov 2020 02:40:45 -0800 (PST) Received: from HSPBM.local ([5.47.52.211]) by smtp.gmail.com with ESMTPSA id d8sm4197978wrp.44.2020.11.25.02.40.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 25 Nov 2020 02:40:44 -0800 (PST) Subject: Re: Console resolution/font size To: freebsd-questions@freebsd.org References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> From: "N.J.Terry" Message-ID: <24210d43-24ec-433f-d724-90821a51582d@gmail.com> Date: Wed, 25 Nov 2020 13:40:45 +0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Cgy8t6brTz4rJ7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=ouicjcyL; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of newtonjaterry@gmail.com designates 2a00:1450:4864:20::434 as permitted sender) smtp.mailfrom=newtonjaterry@gmail.com X-Spamd-Result: default: False [-4.00 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::434:from]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RECEIVED_SPAMHAUS_PBL(0.00)[5.47.52.211:received]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::434:from:127.0.2.255]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::434:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 10:40:47 -0000 On 25.11.20 10:03, Janos Dohanics wrote: > Hello, > > I have a newly installed FreeBSD 13.0-CURRENT Thinkpad T480: > > FreeBSD 13.0-CURRENT #0 2ed50808d2b-c254384(main): Thu Nov 12 07:29:09 UTC 2020 > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 > FreeBSD clang version 11.0.0 (git@github.com:llvm/llvm-project.git llvmorg-11.0.0-0-g176249bd673) > WARNING: WITNESS option enabled, expect reduced performance. > VT(efifb): resolution 1920x1080 > CPU: Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (1896.08-MHz K8-class CPU) > [...] > > The screen is hardly readable at the resolution 1920x1080. > > At boot time I escaped to loader prompt and selected "mode 3" which > gave the screen resolution 800x600. > > In /boot/loader.conf I added: > > hw.vga.textmode=1 > kern.vt.fb.default_mode="800x600" > > But after reboot, I'm back to the nearly unusable resolution of > 1920x1080. > > How can I make a specific console resolution presistent across reboots? > And how would I set a resolution between 800x600 and 1920x1080? Hi Janos please delete those two settings in /boot/loader.conf, try instead exec="gop set 3" or set efi_max_resolution="800x600". loader.conf(5): efi_max_resolution ... The following values are accepted: Value Resolution .... WidthxHeight WidthxHeight > Why is > the setting in /boot/loader.conf ignored? > kern.vt.fb.default_mode="800x600" , from vt(4): ....This is currently only supported by the vt_fb backend when it is paired with a KMS video driver. For the setting to take effect there is a need of a DRM module (amdgpu, radeonkms, i915kms) for the linuxkpi-based KMS components from graphics/drm-xxx-kmod. From owner-freebsd-questions@freebsd.org Wed Nov 25 16:05:13 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1DE2046DD1D for ; Wed, 25 Nov 2020 16:05:13 +0000 (UTC) (envelope-from sasha.vigole@vigole.com) Received: from LH016.irandns.com (lh016.irandns.com [185.4.29.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ch5MB34Q6z3hZh for ; Wed, 25 Nov 2020 16:05:10 +0000 (UTC) (envelope-from sasha.vigole@vigole.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=vigole.com; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Sender:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=vlqgWaKlU895/BLLK/tKdqBOdsM55uCN5EAlZO4ysGo=; b=PLOSxJ/rd/ym216tB33MJEeUU4 qJ01lqABSDQ+FUigTWEO66SbeoEc45z1lp2PUPxYvuYk1aBgEgeZmSFPKNOY9QYbNM9EBhRHMsXoy tn+f4C/w5S56xs/rItqFGDuqmALcQqGXFetMtcxL3bPGFj/yVNJIrnJRURjPxDx71SQcWa09IrdKT XXMDH7cCiLLf48at7rQCWYrbOtn8I0MAVW+57FWjM1uzyl8O9dRjyPB9y3Gxy1Al2jj87boHcYNSF K/0fLAdhjsfCAlWbKnaIBypPJw+X+CQmW+iZh5DUNMA83+kAOKroXjG2OdFjkccYnr0sk7Qk3taQf /CjWmOIA==; Received: from [31.2.156.122] (helo=[192.168.0.101]) by LH016.irandns.com with esmtpa (Exim 4.93.0.4) (envelope-from ) id 1khxI6-0001oM-Mb for freebsd-questions@freebsd.org; Wed, 25 Nov 2020 19:35:10 +0330 Reply-To: sasha.vigole@vigole.com Subject: Re: Choosing the right FreeBSD branch to test and maintain ports and docs To: freebsd-questions@freebsd.org References: <8032509a-3377-6589-4e7b-2229a551af65@vigole.com> From: sasha vigole Organization: vigole Message-ID: <1569cb7b-aed7-2124-6edf-45509578b952@vigole.com> Date: Wed, 25 Nov 2020 19:35:04 +0330 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Authenticated-Id: sasha.vigole@vigole.com X-Rspamd-Queue-Id: 4Ch5MB34Q6z3hZh X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=vigole.com header.s=x header.b=PLOSxJ/r; dmarc=none; spf=pass (mx1.freebsd.org: domain of sasha.vigole@vigole.com designates 185.4.29.200 as permitted sender) smtp.mailfrom=sasha.vigole@vigole.com X-Spamd-Result: default: False [-3.50 / 15.00]; HAS_REPLYTO(0.00)[sasha.vigole@vigole.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; REPLYTO_ADDR_EQ_FROM(0.00)[]; TO_DN_NONE(0.00)[]; HAS_ORG_HEADER(0.00)[]; DKIM_TRACE(0.00)[vigole.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[185.4.29.200:from]; ASN(0.00)[asn:61173, ipnet:185.4.29.0/24, country:IR]; MID_RHS_MATCH_FROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[vigole.com:s=x]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[vigole.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[185.4.29.200:from:127.0.2.255]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 16:05:13 -0000 >> should I build a testing FreeBSD machine, and maintain them on: >> 1. base/head branch >> 2. base/stable/12 branch >> 3. base/releng/12.2 >> or it's irrelevant. > Because of trouble with ethernet and wireless support in FreeBSD 12-stable and 13, and a subsequent update going only to the HEAD, I decided to go no furhter with FreeBSD 12.x. > So I vote for the current branch, which offers more hope for getting needed improvements. > Tom Currently, I'm using base/head on my testing machine (/src /doc /ports). But there's following sentence in the "Contributing to FreeBSD" article: "FreeBSD only guarantees that the Ports Collection works on the -STABLE" That has raised doubts about, whether I should change my testing setups. -- .sasha.vigole#mithras:arsakiden. From owner-freebsd-questions@freebsd.org Wed Nov 25 16:44:27 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C86D546E76D for ; Wed, 25 Nov 2020 16:44:27 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from mx32.harte-lyne.ca (mx32.harte-lyne.ca [216.185.71.32]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mx32.harte-lyne.ca", Issuer "CA_HLL_ISSUER_2016" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ch6DV60RBz3kQk for ; Wed, 25 Nov 2020 16:44:25 +0000 (UTC) (envelope-from byrnejb@harte-lyne.ca) Received: from mx32.harte-lyne.ca (localhost [127.0.32.1]) by mx32.harte-lyne.ca (Postfix) with ESMTP id 98E0424BE5 for ; Wed, 25 Nov 2020 11:44:22 -0500 (EST) X-Virus-Scanned: amavisd-new at harte-lyne.ca Received: from mx32.harte-lyne.ca ([127.0.32.1]) by mx32.harte-lyne.ca (mx32.harte-lyne.ca [127.0.32.1]) (amavisd-new, port 10024) with ESMTP id jd-p4ZXGQYBG for ; Wed, 25 Nov 2020 11:44:20 -0500 (EST) Received: from webmail.harte-lyne.ca (webmail.hamilton.harte-lyne.ca [216.185.71.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx32.harte-lyne.ca (Postfix) with ESMTPSA id 14ACB24BDA for ; Wed, 25 Nov 2020 11:44:20 -0500 (EST) Received: from 216.185.71.41 (SquirrelMail authenticated user byrnejb_hll) by webmail.harte-lyne.ca with HTTP; Wed, 25 Nov 2020 11:44:20 -0500 Message-ID: <52903ed5431864a1e94dc894aef6c4d6.squirrel@webmail.harte-lyne.ca> Date: Wed, 25 Nov 2020 11:44:20 -0500 Subject: Jasper Reports From: "James B. Byrne" To: freebsd-questions@freebsd.org Reply-To: byrnejb@harte-lyne.ca User-Agent: SquirrelMail/1.4.23 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Rspamd-Queue-Id: 4Ch6DV60RBz3kQk X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.70 / 15.00]; HAS_REPLYTO(0.00)[byrnejb@harte-lyne.ca]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:216.185.71.0/26]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; TO_DN_NONE(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[216.185.71.32:from]; DKIM_TRACE(0.00)[harte-lyne.ca:+]; HAS_X_PRIO_THREE(0.00)[3]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[harte-lyne.ca,quarantine]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:12021, ipnet:216.185.64.0/20, country:CA]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_FIVE(0.00)[5]; R_DKIM_ALLOW(-0.20)[harte-lyne.ca:s=dkim_hll]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[harte-lyne.ca:dkim]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 16:44:27 -0000 I am evaluating iDempiere running on FreeBSd. To customise reports the Jasper Report Studio running as an Eclipse plug-in is required for all practical purposes. I installed eclipse 4.7.3 and have found the Jasper plug-in. However, I cannot get it to install. It fails with this message: Cannot complete the install because some dependencies are not satisfiable org.eclipse.equinox.p2.iu; com.jaspersoft.studio.feature.feature.group [6.16.0.final,6.16.0.final] cannot be installed in this environment because its filter is not applicable. I have no idea what this means or how to fix it. Have any of you got the current Jasper Reports plug-in to install and run in Eclipse. If so, then what else do I need to do tget it installed. -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Unencrypted messages have no legal claim to privacy Do NOT open attachments nor follow links sent by e-Mail James B. Byrne mailto:ByrneJB@Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3 From owner-freebsd-questions@freebsd.org Wed Nov 25 17:04:38 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFCA646F266 for ; Wed, 25 Nov 2020 17:04:38 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpg.telissant.net (smtpg.telissant.net [104.225.1.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ch6gn2nJCz3lLM for ; Wed, 25 Nov 2020 17:04:36 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from sacada.3dresearch.com (localhost [127.0.0.1]) by smtpg.telissant.net (Postfix) with ESMTP id 4Ch6gl5Kcsz1lvRB for ; Wed, 25 Nov 2020 12:04:35 -0500 (EST) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpg.telissant.net ([127.0.0.1]) by sacada.3dresearch.com (sacada.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 37tVSxpMDSOw for ; Wed, 25 Nov 2020 12:04:35 -0500 (EST) Received: from bufftemp.3dresearch.com (unknown [71.112.244.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bufftemp@sacada.3dresearch.com) by smtpg.telissant.net (Postfix) with ESMTPSA id 4Ch6gl399Mz1lvRN for ; Wed, 25 Nov 2020 12:04:35 -0500 (EST) Received: from bufftemp.3dresearch.com (localhost [127.0.0.1]) by bufftemp.3dresearch.com (Postfix) with SMTP id F194977520 for ; Wed, 25 Nov 2020 12:04:34 -0500 (EST) Date: Wed, 25 Nov 2020 12:02:34 -0500 From: Janos Dohanics To: FreeBSD Questions Subject: Re: Console resolution/font size Message-Id: <20201125120234.9bacebadd7a5d678445a0650@3dresearch.com> In-Reply-To: References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Ch6gn2nJCz3lLM X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of web@3dresearch.com designates 104.225.1.73 as permitted sender) smtp.mailfrom=web@3dresearch.com X-Spamd-Result: default: False [-0.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ENVFROM_SERVICE_ACCT(1.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+a:smtpg.telissant.net]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; RECEIVED_SPAMHAUS_PBL(0.00)[71.112.244.15:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[104.225.1.73:from]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:36236, ipnet:104.225.1.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_FIVE(0.00)[5]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[3dresearch.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[104.225.1.73:from:127.0.2.255]; FROM_SERVICE_ACCT(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 17:04:38 -0000 On Wed, 25 Nov 2020 10:23:49 +0300 Yuri Pankov wrote: > Janos Dohanics wrote: > > [...] > > > > hw.vga.textmode=1 > > kern.vt.fb.default_mode="800x600" > > These 2 seem to be mutually exclusive, if you switch to text mode, > you only have the default 640x480 resolution. Yuri, Thanks for your reply. I have now: # cat /boot/loader.conf kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" cryptodev_load="YES" zfs_load="YES" kern.vt.fb.default_mode="800x600" Rebooted, and the resolution defaults to 1920x1080. > > But after reboot, I'm back to the nearly unusable resolution of > > 1920x1080. > > After the system is fully booted, or during the entire boot process? > Do you load kms drivers via rc.conf that take over and switch the > console back to 1920x1080? The resolution is 1920x1080 during the entire boot process. No kms drivers loaded. -- Janos Dohanics From owner-freebsd-questions@freebsd.org Wed Nov 25 17:04:38 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D0EC246F267 for ; Wed, 25 Nov 2020 17:04:38 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpg.telissant.net (smtpg.telissant.net [104.225.1.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ch6gp0Fsnz3lNV for ; Wed, 25 Nov 2020 17:04:36 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from sacada.3dresearch.com (localhost [127.0.0.1]) by smtpg.telissant.net (Postfix) with ESMTP id 4Ch6gm3qHLz1lvRN for ; Wed, 25 Nov 2020 12:04:36 -0500 (EST) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpg.telissant.net ([127.0.0.1]) by sacada.3dresearch.com (sacada.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CJ69QkDxZ3Qz for ; Wed, 25 Nov 2020 12:04:36 -0500 (EST) Received: from bufftemp.3dresearch.com (unknown [71.112.244.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bufftemp@sacada.3dresearch.com) by smtpg.telissant.net (Postfix) with ESMTPSA id 4Ch6gm1P9Yz1lvRJ for ; Wed, 25 Nov 2020 12:04:36 -0500 (EST) Received: from bufftemp.3dresearch.com (localhost [127.0.0.1]) by bufftemp.3dresearch.com (Postfix) with SMTP id B3EA577331 for ; Wed, 25 Nov 2020 12:04:35 -0500 (EST) Date: Wed, 25 Nov 2020 12:03:42 -0500 From: Janos Dohanics To: FreeBSD Questions Subject: Re: Console resolution/font size Message-Id: <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> In-Reply-To: References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Ch6gp0Fsnz3lNV X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of web@3dresearch.com designates 104.225.1.73 as permitted sender) smtp.mailfrom=web@3dresearch.com X-Spamd-Result: default: False [-0.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ENVFROM_SERVICE_ACCT(1.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+a:smtpg.telissant.net]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; RECEIVED_SPAMHAUS_PBL(0.00)[71.112.244.15:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[104.225.1.73:from]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:36236, ipnet:104.225.1.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_FIVE(0.00)[5]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[3dresearch.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[104.225.1.73:from:127.0.2.255]; FROM_SERVICE_ACCT(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 17:04:39 -0000 On Wed, 25 Nov 2020 09:45:06 +0100 Christoph Brinkhaus wrote: > Am Wed, Nov 25, 2020 at 02:03:18AM -0500 schrieb Janos Dohanics: > > Hello, > > Hello Janos! > > > [...] > > > > How can I make a specific console resolution presistent across > > reboots? And how would I set a resolution between 800x600 and > > 1920x1080? Why is the setting in /boot/loader.conf ignored? > > > Please have a look at efi_max_resolution which is specfied in > /boot/loader.conf. I use that on one of my laptops. > > efi_max_resolution > Specify the maximum desired resolution for the EFI > console. The following values are accepted: > > Value Resolution > 480p 640x480 > 720p 1280x720 > 1080p 1920x1080 > 2160p 3840x2160 > 4k 3840x2160 > 5k 5120x2880 > WidthxHeight WidthxHeight Hi Christoph, I have changed /boot/loader.conf as you have suggested: # cat /boot/loader.conf kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" cryptodev_load="YES" zfs_load="YES" efi_max_resolution="720p" Works perfect, thank you! Except: The FreeBSD Boot Loader Menu is not displayed. After 10 seconds, the boot process items keep scrolling at a readable resolution. Not sure though what that resolution is, dmesg says: VT(efifb): resolution 800x600 -- Janos Dohanics From owner-freebsd-questions@freebsd.org Wed Nov 25 17:04:38 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CFB8746F265 for ; Wed, 25 Nov 2020 17:04:38 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpg.telissant.net (smtpg.telissant.net [104.225.1.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ch6gn75GCz3lNS for ; Wed, 25 Nov 2020 17:04:37 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from sacada.3dresearch.com (localhost [127.0.0.1]) by smtpg.telissant.net (Postfix) with ESMTP id 4Ch6gn0qRdz1lvRJ for ; Wed, 25 Nov 2020 12:04:37 -0500 (EST) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpg.telissant.net ([127.0.0.1]) by sacada.3dresearch.com (sacada.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RJJpGZzdqcfA for ; Wed, 25 Nov 2020 12:04:36 -0500 (EST) Received: from bufftemp.3dresearch.com (unknown [71.112.244.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bufftemp@sacada.3dresearch.com) by smtpg.telissant.net (Postfix) with ESMTPSA id 4Ch6gm5stBz1lvRP for ; Wed, 25 Nov 2020 12:04:36 -0500 (EST) Received: from bufftemp.3dresearch.com (localhost [127.0.0.1]) by bufftemp.3dresearch.com (Postfix) with SMTP id 6283977332 for ; Wed, 25 Nov 2020 12:04:36 -0500 (EST) Date: Wed, 25 Nov 2020 12:03:59 -0500 From: Janos Dohanics To: FreeBSD Questions Subject: Re: Console resolution/font size Message-Id: <20201125120359.d333b8157d01eaa26a071041@3dresearch.com> In-Reply-To: <24210d43-24ec-433f-d724-90821a51582d@gmail.com> References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <24210d43-24ec-433f-d724-90821a51582d@gmail.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Ch6gn75GCz3lNS X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of web@3dresearch.com designates 104.225.1.73 as permitted sender) smtp.mailfrom=web@3dresearch.com X-Spamd-Result: default: False [-0.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ENVFROM_SERVICE_ACCT(1.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+a:smtpg.telissant.net]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; RECEIVED_SPAMHAUS_PBL(0.00)[71.112.244.15:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[104.225.1.73:from]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:36236, ipnet:104.225.1.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_FIVE(0.00)[5]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[3dresearch.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[104.225.1.73:from:127.0.2.255]; FROM_SERVICE_ACCT(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 17:04:39 -0000 On Wed, 25 Nov 2020 13:40:45 +0300 "N.J.Terry" wrote: > On 25.11.20 10:03, Janos Dohanics wrote: > > [...] > > > > How can I make a specific console resolution presistent across > > reboots? And how would I set a resolution between 800x600 and > > 1920x1080? > > Hi Janos > > please delete those two settings in /boot/loader.conf, try instead > exec="gop set 3" or set efi_max_resolution="800x600". > > loader.conf(5): > > efi_max_resolution > ... > The following values are accepted: > Value Resolution > .... > WidthxHeight WidthxHeight Thank you, setting efi_max_resolution="720p" works great, except as I noted in my reply to Christoph, the screen is completely blank when you'd expect the FreeBSD Boot Loader Menu being displayed. -- Janos Dohanics From owner-freebsd-questions@freebsd.org Wed Nov 25 17:17:07 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F25F346F5F8 for ; Wed, 25 Nov 2020 17:17:07 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ch6yB6zJ8z3mVr for ; Wed, 25 Nov 2020 17:17:06 +0000 (UTC) (envelope-from c.brinkhaus@t-online.de) Received: from fwd19.aul.t-online.de (fwd19.aul.t-online.de [172.20.27.65]) by mailout05.t-online.de (Postfix) with SMTP id 6E46D421A5CE; Wed, 25 Nov 2020 18:17:04 +0100 (CET) Received: from esprimo.local (rIv8CmZZghROABii2XCusvyYpL8XJ4yNsiAyeDqPIbqSswhG6IojbTEGDzpo+ONQ0M@[217.226.187.66]) by fwd19.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1khyPg-0B3nyS0; Wed, 25 Nov 2020 18:17:04 +0100 Received: by esprimo.local (Postfix, from userid 1001) id C2C9280119; Wed, 25 Nov 2020 18:17:03 +0100 (CET) Date: Wed, 25 Nov 2020 18:17:03 +0100 From: Christoph Brinkhaus To: Janos Dohanics Cc: FreeBSD Questions Subject: Re: Console resolution/font size Message-ID: References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> X-ID: rIv8CmZZghROABii2XCusvyYpL8XJ4yNsiAyeDqPIbqSswhG6IojbTEGDzpo+ONQ0M X-TOI-EXPURGATEID: 150726::1606324624-00008954-602FFC7D/0/0 CLEAN NORMAL X-TOI-MSGID: d30d92a3-f805-4659-9c90-b09de89fa2e1 X-Rspamd-Queue-Id: 4Ch6yB6zJ8z3mVr X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of c.brinkhaus@t-online.de has no SPF policy when checking 194.25.134.82) smtp.mailfrom=c.brinkhaus@t-online.de X-Spamd-Result: default: False [-1.60 / 15.00]; RWL_MAILSPIKE_GOOD(0.00)[194.25.134.82:from]; FREEMAIL_FROM(0.00)[t-online.de]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.999]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[t-online.de]; ASN(0.00)[asn:3320, ipnet:194.25.0.0/16, country:DE]; RBL_DBL_DONT_QUERY_IPS(0.00)[194.25.134.82:from]; RECEIVED_SPAMHAUS_PBL(0.00)[217.226.187.66:received]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[t-online.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[194.25.134.82:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[194.25.134.82:from]; R_SPF_NA(0.00)[no SPF record]; MID_RHS_NOT_FQDN(0.50)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 17:17:08 -0000 Am Wed, Nov 25, 2020 at 12:03:42PM -0500 schrieb Janos Dohanics: > On Wed, 25 Nov 2020 09:45:06 +0100 > Christoph Brinkhaus wrote: > > > Am Wed, Nov 25, 2020 at 02:03:18AM -0500 schrieb Janos Dohanics: > > > Hello, > > > > Hello Janos! > > > > > [...] > > > > > > How can I make a specific console resolution presistent across > > > reboots? And how would I set a resolution between 800x600 and > > > 1920x1080? Why is the setting in /boot/loader.conf ignored? > > > > > > Please have a look at efi_max_resolution which is specfied in > > /boot/loader.conf. I use that on one of my laptops. > > > > efi_max_resolution > > Specify the maximum desired resolution for the EFI > > console. The following values are accepted: > > > > Value Resolution > > 480p 640x480 > > 720p 1280x720 > > 1080p 1920x1080 > > 2160p 3840x2160 > > 4k 3840x2160 > > 5k 5120x2880 > > WidthxHeight WidthxHeight Dear Janos, thank you for the feed back. > Hi Christoph, > > I have changed /boot/loader.conf as you have suggested: > > # cat /boot/loader.conf > kern.geom.label.disk_ident.enable="0" > kern.geom.label.gptid.enable="0" > cryptodev_load="YES" > zfs_load="YES" > efi_max_resolution="720p" > > Works perfect, thank you! > > Except: The FreeBSD Boot Loader Menu is not displayed. After 10 > seconds, the boot process items keep scrolling at a readable resolution. This is not something one want to have. The only idea I have is to increase the delay of the boot menue. May be it takes some time for the grafic card to synchronize to the new resolution. But this is just guesswork. > Not sure though what that resolution is, dmesg says: > > VT(efifb): resolution 800x600 Kind regards, Christoph > > > -- > Janos Dohanics > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@freebsd.org Wed Nov 25 18:13:11 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BB251470ABB for ; Wed, 25 Nov 2020 18:13:11 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ch8Bt4nXnz3qG1 for ; Wed, 25 Nov 2020 18:13:10 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de ([178.5.231.62]) by mrelayeu.kundenserver.de (mreue108 [212.227.15.183]) with ESMTPA (Nemesis) id 1Mz9hF-1kLcuu06Nf-00wEo9; Wed, 25 Nov 2020 19:12:59 +0100 Date: Wed, 25 Nov 2020 19:12:58 +0100 From: Polytropon To: Christoph Brinkhaus Cc: Janos Dohanics , FreeBSD Questions Subject: Re: Console resolution/font size Message-Id: <20201125191258.6130f490.freebsd@edvax.de> In-Reply-To: References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:OGaJaw3TRu/hdUhzUi7tDtTpzkd7NxczdanzDMMq9S70VH1fuGf UkTffwfhilVW+p4uSMpXFqZ0kjjucTuMEtbjJ3BXs9K299zkEH/gWXphH565x2PnQfsFvql 6zdoTBDvYs4gyGu7CyRFQ5oS2vm4WKoCEkjTiTVTreq8HrkgP1bPnifI7SocbxCly3Xlj5Y d8ADpMvntPtKf4TsPBMGA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:l52KuqbHFVo=:N/Nis9NuPKQ1r1bp6VrIAv ERNl0gwgQkYUslE+dXLkNgQDeWBNGO01AodyP+0R3N8uvmpnVfriKuADz+6withEaIwwgrGkz NL8gzK3HojI7ZLHCIIF5lP3K2lzM/lTsyKIjfHW9o7pSR3a+OAf8TY/5peZVKU44E+rlcOJCZ Nq+beQzrMk4K7jPsZZDJfIHuqtmkjmRFTR3uppMr6ymwaRIf2O7c2qqqnHkMjlW+HtTuP2D2Y BlCXrnBsb+EEocHZCF35zXFFkjOhWQ5RSJlF/0LYZlhSzjmUMaifn1lBmVnNpHYw3C/FGP1Ux L1Th1cYHRWaZ/fsIy9uTrqNYibM843eEg5uXvocxhXreLz1zuprKiDsvtBJ9+gt6470ikkgkJ uWBws6lCrAkxL/CWx5zJDf0ksRaESMO4wdsmOizJOngc4Mrj+O5cd7ow+rSuk X-Rspamd-Queue-Id: 4Ch8Bt4nXnz3qG1 X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@edvax.de has no SPF policy when checking 217.72.192.73) smtp.mailfrom=freebsd@edvax.de X-Spamd-Result: default: False [1.40 / 15.00]; HAS_REPLYTO(0.00)[freebsd@edvax.de]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; HAS_ORG_HEADER(0.00)[]; TO_DN_ALL(0.00)[]; FREEMAIL_TO(0.00)[t-online.de]; RECEIVED_SPAMHAUS_PBL(0.00)[178.5.231.62:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[217.72.192.73:from]; ASN(0.00)[asn:8560, ipnet:217.72.192.0/20, country:DE]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(1.00)[1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[edvax.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[217.72.192.73:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_IN_DNSWL_NONE(0.00)[217.72.192.73:from]; R_SPF_NA(0.00)[no SPF record]; RWL_MAILSPIKE_POSSIBLE(0.00)[217.72.192.73:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 18:13:11 -0000 On Wed, 25 Nov 2020 18:17:03 +0100, Christoph Brinkhaus wrote: > Am Wed, Nov 25, 2020 at 12:03:42PM -0500 schrieb Janos Dohanics: > > On Wed, 25 Nov 2020 09:45:06 +0100 > > Christoph Brinkhaus wrote: > > > > > Am Wed, Nov 25, 2020 at 02:03:18AM -0500 schrieb Janos Dohanics: > > > > Hello, > > > > > > Hello Janos! > > > > > > > [...] > > > > > > > > How can I make a specific console resolution presistent across > > > > reboots? And how would I set a resolution between 800x600 and > > > > 1920x1080? Why is the setting in /boot/loader.conf ignored? > > > > > > > > > Please have a look at efi_max_resolution which is specfied in > > > /boot/loader.conf. I use that on one of my laptops. > > > > > > efi_max_resolution > > > Specify the maximum desired resolution for the EFI > > > console. The following values are accepted: > > > > > > Value Resolution > > > 480p 640x480 > > > 720p 1280x720 > > > 1080p 1920x1080 > > > 2160p 3840x2160 > > > 4k 3840x2160 > > > 5k 5120x2880 > > > WidthxHeight WidthxHeight > > Dear Janos, > > thank you for the feed back. > > > Hi Christoph, > > > > I have changed /boot/loader.conf as you have suggested: > > > > # cat /boot/loader.conf > > kern.geom.label.disk_ident.enable="0" > > kern.geom.label.gptid.enable="0" > > cryptodev_load="YES" > > zfs_load="YES" > > efi_max_resolution="720p" > > > > Works perfect, thank you! > > > > Except: The FreeBSD Boot Loader Menu is not displayed. After 10 > > seconds, the boot process items keep scrolling at a readable resolution. > > This is not something one want to have. > The only idea I have is to increase the delay of the boot menue. It is already 10 seconds. For a Thinkpad T480, 10 seconds should be more than sufficient for the screen to switch modes (if it actually does that)... On modern hardware, it is absolutely important to load the correct KMS drivers, and it's possible to play with fonts. All of this is not really documented well, and personally I still consider it to be a bit experimental because vt can still not sufficiently do what sc could do for decades. There are many variables and moving parts, such as graphics card and driver, UEFI, display internal firmware, ant-tiny fonts, ugly colors, and all that, also DRM drivers and how and when they are loaded. A _text_ mode (per definition) no longer exists, it's all some kind of graphics mode. You need to experiment with screen size and fonts if you want to get a readable non-X11 mode on your machine. Two sources of information are those: https://wiki.freebsd.org/Newcons https://wiki.freebsd.org/Graphics Also check the related manual pages, especially "man 5 loader.conf". Or say goodbye to "text mode" entirely and use X instead. It makes life a lot easier. ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Wed Nov 25 18:51:50 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A64F7471E04 for ; Wed, 25 Nov 2020 18:51:50 +0000 (UTC) (envelope-from dewayne@heuristicsystems.com.au) Received: from hermes.heuristicsystems.com.au (hermes.heuristicsystems.com.au [203.41.22.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2560 bits) client-digest SHA256) (Client CN "hermes.heuristicsystems.com.au", Issuer "Heuristic Systems Type 4 Host CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ch93S1K18z3sj0 for ; Wed, 25 Nov 2020 18:51:47 +0000 (UTC) (envelope-from dewayne@heuristicsystems.com.au) Received: from [10.0.5.3] (noddy.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.15.2/8.15.2) with ESMTPSA id 0APIpcgR083609 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Thu, 26 Nov 2020 05:51:39 +1100 (AEDT) (envelope-from dewayne@heuristicsystems.com.au) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=heuristicsystems.com.au; s=hsa; t=1606330299; x=1606935100; bh=IlP/tRWd1bJiTpY3brXTPxd43kRvynQ/hXqKoS5faBo=; h=Subject:To:From:Message-ID:Date; b=KUZ+d3575fDzHRb01sfKAWKL+OSsnmE1cfKMGwdTBuhvmnI7LYwKLDFDv0Aqpx4Ng o3UHV7/DuBn+9UdulxtHkIa2O5VwtaVw0vP8qMHIeZCSsdwrxq0JcljbMrkFUngEnZ W+Ya3b+IKmazc6kZk1dQ6lJUwSu6cQ9rmT9ixWCApUHUNWyTOKBJu X-Authentication-Warning: b3.hs: Host noddy.hs [10.0.5.3] claimed to be [10.0.5.3] Subject: Re: Choosing the right FreeBSD branch to test and maintain ports and docs To: freebsd-questions@freebsd.org References: <8032509a-3377-6589-4e7b-2229a551af65@vigole.com> From: Dewayne Geraghty Message-ID: <78acead4-3841-5078-9a2d-e74a1b0f3ca8@heuristicsystems.com.au> Date: Thu, 26 Nov 2020 05:43:03 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:78.0) Gecko/20100101 Thunderbird/78.3.2 MIME-Version: 1.0 In-Reply-To: <8032509a-3377-6589-4e7b-2229a551af65@vigole.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Ch93S1K18z3sj0 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=heuristicsystems.com.au header.s=hsa header.b=KUZ+d357; dmarc=none; spf=pass (mx1.freebsd.org: domain of dewayne@heuristicsystems.com.au designates 203.41.22.115 as permitted sender) smtp.mailfrom=dewayne@heuristicsystems.com.au X-Spamd-Result: default: False [-6.20 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; HAS_XAW(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCVD_IN_DNSWL_MED(-0.20)[203.41.22.115:from]; DKIM_TRACE(0.00)[heuristicsystems.com.au:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:1221, ipnet:203.40.0.0/13, country:AU]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[heuristicsystems.com.au:s=hsa]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_MED(-2.00)[heuristicsystems.com.au:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[heuristicsystems.com.au]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 18:51:50 -0000 On 25/11/2020 6:31 pm, sasha vigole wrote: > Hi, to test ports (/usr/ports) and docs (/usr/doc), > should I build a testing FreeBSD machine, and maintain them on: > 1. base/head branch > 2. base/stable/12 branch > 3. base/releng/12.2 > or it's irrelevant. > > Thanks > Sasha Vigole > Release is well tested, having gone through multiple of each: alpha, beta, release candidate phases before being "released" to the world. You can be pretty confident that the system is functional and reliable. Stable receives some changes from head or "current". This will depend on the perspective of the committer (whether its immediately useful because it fixes a problem or enhances a non ABI change; or because the author would like wider testing results, after some preliminary use on current). Current should be viewed as the development branch. Generally code that ends up here has experienced a peer review, but probably lacks full integration testing. Also sometimes code is reverted because it doesn't behave as expected, or a better approach has been agreed. If you're new to FreeBSD and have equipment that is supported (refer to hardware support list), then Release would be recommended for your purposes. If you find that something isnt working for you and the developers are aware of the problem, its likely to be fixed in Stable. Regards, Dewayne. Resources: https://www.freebsd.org/releases/ - for hardware and errata (known issues and references) https://lists.freebsd.org/pipermail/svn-src-releng/ - advises changes to a release, extremely low volume https://lists.freebsd.org/pipermail/svn-src-stable-12/2020-November/ - the stable branch, for anything that might relevant, moderate volume https://lists.freebsd.org/pipermail/svn-src-head/2020-November/ - the development branch with high volume From owner-freebsd-questions@freebsd.org Wed Nov 25 20:07:50 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A98C84730E5 for ; Wed, 25 Nov 2020 20:07:50 +0000 (UTC) (envelope-from dewayne@heuristicsystems.com.au) Received: from hermes.heuristicsystems.com.au (hermes.heuristicsystems.com.au [203.41.22.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2560 bits) client-digest SHA256) (Client CN "hermes.heuristicsystems.com.au", Issuer "Heuristic Systems Type 4 Host CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChBl81l8Nz4RPc; Wed, 25 Nov 2020 20:07:47 +0000 (UTC) (envelope-from dewayne@heuristicsystems.com.au) Received: from [10.0.5.3] (noddy.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.15.2/8.15.2) with ESMTPSA id 0APK7QCN045509 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 26 Nov 2020 07:07:27 +1100 (AEDT) (envelope-from dewayne@heuristicsystems.com.au) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=heuristicsystems.com.au; s=hsa; t=1606334847; x=1606939648; bh=pVVspbe8e8NG39lDciSacvaOmaGtzxnVipBNAb+BndM=; h=Subject:To:Cc:From:Message-ID:Date; b=DAVfcMzy686hQOa+YNxbWTztYO5i2M8q4RzJwQ+MrmyLAd/A/dDldl4NBxbGU0/ec KnZXcqvpYp5XgoxIcH2Ih6UNQlXsMT+gfRNB/AeOo5lJKfN7lexDvCipiuQkWuTF8d IetXmGb2d0gvr/P6WlPgkUNiCjD90rlMZXpT98BTHseZS+AvZR6ST X-Authentication-Warning: b3.hs: Host noddy.hs [10.0.5.3] claimed to be [10.0.5.3] Subject: Re: Audit & capscicum on FreeBSD 12.2Stable To: Kyle Evans Cc: "freebsd-questions@freebsd.org" References: <9824de4c-852a-28c5-eb0a-8ef4b5c6bbda@heuristicsystems.com.au> From: Dewayne Geraghty Message-ID: <5e59a415-1851-a498-a4f9-91221092edb9@heuristicsystems.com.au> Date: Thu, 26 Nov 2020 06:58:51 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:78.0) Gecko/20100101 Thunderbird/78.3.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4ChBl81l8Nz4RPc X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=heuristicsystems.com.au header.s=hsa header.b=DAVfcMzy; dmarc=none; spf=pass (mx1.freebsd.org: domain of dewayne@heuristicsystems.com.au designates 203.41.22.115 as permitted sender) smtp.mailfrom=dewayne@heuristicsystems.com.au X-Spamd-Result: default: False [-6.19 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; HAS_XAW(0.00)[]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCVD_IN_DNSWL_MED(-0.20)[203.41.22.115:from]; RCPT_COUNT_TWO(0.00)[2]; DKIM_TRACE(0.00)[heuristicsystems.com.au:+]; NEURAL_HAM_SHORT(-0.99)[-0.987]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:1221, ipnet:203.40.0.0/13, country:AU]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[heuristicsystems.com.au:s=hsa]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_MED(-2.00)[heuristicsystems.com.au:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[heuristicsystems.com.au]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 20:07:50 -0000 On 23/11/2020 12:03 pm, Kyle Evans wrote: > On Sun, Nov 22, 2020 at 6:27 PM Dewayne Geraghty > wrote: >> >> I've recently included capscium & casper in our build, but we're finding >> "Function not implemented" associated with the capscium audit events. >> >> header,68,11,cap_rights_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec >> subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 >> return,failure : Function not implemented,4294967295 >> trailer,68 >> header,68,11,cap_ioctls_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec >> subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 >> return,failure : Function not implemented,4294967295 >> trailer,68 >> header,68,11,cap_fcntls_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec >> subject,-1,root,wheel,root,wheel,41624,0,0,0.0.0.0 >> return,failure : Function not implemented,4294967295 >> trailer,68 >> >> Do these mean that: the audit subsystem doesn't know how to deal with >> capscium; that capsicum doesn't interact with audit very well, or is >> there something else going on? >> > > This would seem to indicate that you are running a kernel that was not > built with `options CAPABILITIES`. > > This part demonstrates that audit picked up what it was because, IIRC, > the syscall name rendered here is picked out of your audit_event: > >> header,68,11,cap_fcntls_limit(2),0,Mon Nov 23 10:27:51 2020, + 426 msec > > So this really is the return value that applications are getting: > >> return,failure : Function not implemented,4294967295 > > "Function not implemented" = ENOSYS, which indicates that it's using > one of the stubs when CAPABILITIES is not built in. > > Thanks, > > Kyle Evans > Thank-you very much, I'd missed the requirement to add: options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES # Capsicum capabilities when I changed src.conf to enable capsicum and casper. After I read a few technical papers and blogs from: https://www.cl.cam.ac.uk/research/security/capsicum/documentation.html posters from https://www.cl.cam.ac.uk/research/security/ctsrd/posters-slides.html and finally what is happening with cheri https://www.cl.cam.ac.uk/research/security/ctsrd/pdfs/201904-asplos-cheriabi.pdf but the clincher was already at my fingertips: man rights - what it actually means to us. Management of capabilities, is an excellent addition to our security framework. (If only we could add to ports ;) ) Regards, Dewayne PS Apologies for my misspelling. At that time, I had a 7yo practising piano adjacent to me. From owner-freebsd-questions@freebsd.org Wed Nov 25 23:39:42 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 14DAF47729C for ; Wed, 25 Nov 2020 23:39:42 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from alpine.spintel.net.au (alpine.spintel.net.au [IPv6:2407:e400:1::b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChHRc2vdXz4d8B for ; Wed, 25 Nov 2020 23:39:39 +0000 (UTC) (envelope-from andyf@andyit.com.au) Received: from drunkfish.andyit.com.au (unknown [210.1.210.40]) by alpine.spintel.net.au (Postfix) with ESMTPS id CADE04C1A4A for ; Thu, 26 Nov 2020 10:39:26 +1100 (AEDT) Received: from mater.andyit.com.au (mater.andyit.com.au [172.22.2.22]) by drunkfish.andyit.com.au (8.16.1/8.16.1) with ESMTPS id 0APNdQdH060722 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO) for ; Thu, 26 Nov 2020 09:39:26 +1000 (AEST) (envelope-from andyf@andyit.com.au) Subject: Re: Console resolution/font size To: freebsd-questions@freebsd.org References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> <20201125191258.6130f490.freebsd@edvax.de> From: Andy Farkas Message-ID: <9a256802-0af1-3fa6-fd5a-2d26636669c7@andyit.com.au> Date: Thu, 26 Nov 2020 09:39:26 +1000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20201125191258.6130f490.freebsd@edvax.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-AU X-Rspamd-Queue-Id: 4ChHRc2vdXz4d8B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of andyf@andyit.com.au has no SPF policy when checking 2407:e400:1::b) smtp.mailfrom=andyf@andyit.com.au X-Spamd-Result: default: False [-2.10 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2407:e400:1::b:from]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2407:e400:1::b:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[andyit.com.au]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:18390, ipnet:2407:e400::/32, country:AU]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2020 23:39:42 -0000 On 2020-11-26 04:12, Polytropon wrote: > ... vt can still not sufficiently do what > sc could do for decades. The most annoying thing that vt does not do is put the screen to sleep. In /etc/rc.conf I have: blanktime="900" cursor="blink" saver="green" which works with sc but not vt. -andyf From owner-freebsd-questions@freebsd.org Thu Nov 26 01:13:05 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99118479F8D for ; Thu, 26 Nov 2020 01:13:05 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4ChKWP2xV2z4jq3 for ; Thu, 26 Nov 2020 01:13:05 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: by mailman.nyi.freebsd.org (Postfix) id 64F1E479F8B; Thu, 26 Nov 2020 01:13:05 +0000 (UTC) Delivered-To: questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64B99479F8A for ; Thu, 26 Nov 2020 01:13:05 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChKWN387bz4jq2 for ; Thu, 26 Nov 2020 01:13:04 +0000 (UTC) (envelope-from roberthuff@rcn.com) DKIM-Signature: v=1; a=rsa-sha1; d=rcn.com; s=20180516; c=relaxed/simple; q=dns/txt; i=@rcn.com; t=1606353183; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=C1oaBp+AI/iC2z+g6dS4qTHCFOA=; b=oW2kX9f/lgCUwT/Sju6AzxXCPjgNP0NpmO33yQvfgq6xvarSft2BlotFa7Q1QDuI fmV7t5Mgtq/nMxFCO/7tN4ZSZJD81ptjn+UHDVVnl/AaCRL1jXvTFQsxFUDGwmZn OCFFnskyoYjNkB0EcbBiYpVfClC14McU0LAQKq30tw7x+9qd1nNyCplgeIffJNfF 8iRqEOxkWYmgqAda4sIYT0ODRyLGeeJQVWBJrMvEVXgvDsx7xU0M0ZswdkIH5bsU lgCqSVK51BByjIrKyhHvbWpoub8VF70muzAGIGgqRfvWwjDwjFJmnnpSxBGvgbMu VjYmaneoYxwuJ8G5U4mXSg==; X_CMAE_Category: , , X-CNFS-Analysis: v=2.3 cv=eLNtc0h1 c=1 sm=1 tr=0 cx=a_idp_x a=9TgA2UwI6Wy+6BV4wQM/cQ==:117 a=9TgA2UwI6Wy+6BV4wQM/cQ==:17 a=KGjhK52YXX0A:10 a=kj9zAlcOel0A:10 a=XRQyMpdBKAEA:10 a=nNwsprhYR40A:10 a=48faUk6PgeAA:10 a=0Zs59vteAAAA:8 a=qGbOBW9NYtlYlBesvmsA:9 a=CjuIK1q_8ugA:10 a=bk2Lau4D-Z5tjQkZGnR0:22 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: cm9iZXJ0aHVmZkByY24uY29t Received: from [209.6.230.48] ([209.6.230.48:65062] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPSA (cipher=AES256-GCM-SHA384) id 69/68-25549-E110FBF5; Wed, 25 Nov 2020 20:13:03 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <24511.285.806439.470857@jerusalem.litteratus.org> Date: Wed, 25 Nov 2020 20:13:01 -0500 From: Robert Huff To: questions@freebsd.org Subject: Re: Console resolution/font size In-Reply-To: <9a256802-0af1-3fa6-fd5a-2d26636669c7@andyit.com.au> References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> <20201125191258.6130f490.freebsd@edvax.de> <9a256802-0af1-3fa6-fd5a-2d26636669c7@andyit.com.au> X-Mailer: VM 8.2.0b under 27.1 (amd64-portbld-freebsd13.0) X-Rspamd-Queue-Id: 4ChKWN387bz4jq2 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=rcn.com header.s=20180516 header.b=oW2kX9f/; dmarc=pass (policy=none) header.from=rcn.com; spf=pass (mx1.freebsd.org: domain of roberthuff@rcn.com designates 69.168.97.78 as permitted sender) smtp.mailfrom=roberthuff@rcn.com X-Spamd-Result: default: False [-3.07 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:69.168.97.0/24]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[rcn.com:+]; DMARC_POLICY_ALLOW(-0.50)[rcn.com,none]; NEURAL_HAM_SHORT(-0.97)[-0.974]; RCVD_IN_DNSWL_LOW(-0.10)[69.168.97.78:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[69.168.97.78:from]; INTRODUCTION(2.00)[]; ASN(0.00)[asn:36271, ipnet:69.168.97.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[rcn.com:s=20180516]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[rcn.com:dkim]; SPAMHAUS_ZRD(0.00)[69.168.97.78:from:127.0.2.255]; RWL_MAILSPIKE_POSSIBLE(0.00)[69.168.97.78:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 01:13:05 -0000 Andy Farkas : > On 2020-11-26 04:12, Polytropon wrote: > > > ... vt can still not sufficiently do what > > sc could do for decades. The most annoying thing that vt does not do is put the screen to sleep. Yep. Frustratedly, Robert Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask? Prepare to die! From owner-freebsd-questions@freebsd.org Thu Nov 26 01:27:41 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4A7B247AC7D for ; Thu, 26 Nov 2020 01:27:41 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChKrD0jwlz4l46 for ; Thu, 26 Nov 2020 01:27:39 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de ([178.5.231.62]) by mrelayeu.kundenserver.de (mreue012 [212.227.15.167]) with ESMTPA (Nemesis) id 1N4vFE-1kGppn3Vpc-010rSj; Thu, 26 Nov 2020 02:27:15 +0100 Date: Thu, 26 Nov 2020 02:27:14 +0100 From: Polytropon To: Andy Farkas Cc: freebsd-questions@freebsd.org Subject: Re: Console resolution/font size Message-Id: <20201126022714.5f211cf2.freebsd@edvax.de> In-Reply-To: <9a256802-0af1-3fa6-fd5a-2d26636669c7@andyit.com.au> References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> <20201125191258.6130f490.freebsd@edvax.de> <9a256802-0af1-3fa6-fd5a-2d26636669c7@andyit.com.au> Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:aepA+r8Z0QNz6KBo1P/3usvyRJqBU0onwzblhZ6vkzP/2J8H5OO 9Aen4VRf04cCdvEIFN0AC+Rb7FeT7zT+CWfaMWKCLWc93ZitWblly3oNWqK3BkCm7EbHgbg O7NwC86PHLO/gkslWah07PQTM7nVMTQODCpbZbPC9K7Yv28x6eNRJBj5rOFtC+jVn+6dwAh N2Kmrwpv3223g9Eq3QZrw== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:fD7HdfcLL4s=:pa4M1DDaWlGVWm35A4z2pH t1KpGfI/gISSIMzogfTXCroChMU+Jw/ROlfLIcipYcacAITTVjhEBFVTzPAi4GNLyt37W6iA3 BD2vqK0LWVVt4Rlm8SIZTaEofvPOKvMPykPOKtYVq/PZKRghFmBs+Zq0d7UV1JpB2+nmMlkqQ r0fQ3zL5EVsQw6gHYxYemMrsHwRFsIDYMFv/TX1xbSVSVQQeeDeKNIGxLg0oYH9TRGrqKVwAU zwpo4INj3LBCy4VLWMsPexdNyV2lWxsdaH4SnUVLL2rM0dgDdk5IWw7qSbjuc4D8a7KynJLsB 99QC+gME0iU1khiAL2BKOg5QG6EZe1fbeMRsOVDecze/S8XkVWJXTbSX1UXnycLc/0W7vokaW rXsQTw7b5sx+mf7emZfMxjmDU3PI8YIx/NXtwSF8/3mi2dmpag1mCjpbUqLjz X-Rspamd-Queue-Id: 4ChKrD0jwlz4l46 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@edvax.de has no SPF policy when checking 212.227.126.133) smtp.mailfrom=freebsd@edvax.de X-Spamd-Result: default: False [-0.60 / 15.00]; HAS_REPLYTO(0.00)[freebsd@edvax.de]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; HAS_ORG_HEADER(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; RECEIVED_SPAMHAUS_PBL(0.00)[178.5.231.62:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[212.227.126.133:from]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[edvax.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[212.227.126.133:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_IN_DNSWL_NONE(0.00)[212.227.126.133:from]; R_SPF_NA(0.00)[no SPF record]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.126.133:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 01:27:41 -0000 On Thu, 26 Nov 2020 09:39:26 +1000, Andy Farkas wrote: > On 2020-11-26 04:12, Polytropon wrote: > > > ... vt can still not sufficiently do what > > sc could do for decades. > > > The most annoying thing that vt does not do is put the > > screen to sleep. > > > In /etc/rc.conf I have: > > > blanktime="900" > cursor="blink" > saver="green" > > > which works with sc but not vt. It also does not support non-UTF-8 encodings such as ISO-8859-1. Also scrolling buffer does not fully work, mouse cursor does not fully work, and therefore, copy / paste is often problematic. And it ties to X, so if I understood the documentation correctly, you cannot switch back to sc _and_ use X on the same system. Of course soon you cannot even use sc even on textmode-only systems as modern graphic cards, chips, or CPU components (APUs) will not contain their own charsets anymore. The removal of text mode also removes the contrast from the colors (compare colors of sc and vt, they're not the same) as well as the ability to call a specific screen size in characters (such as 80x25 or 132x43) - now you have to experiment with fonts vs. screen sizes in pixels vs. what your display thinks it should do. So this is a good time to be reminded that the future of text mode is using X. ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Thu Nov 26 12:38:24 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF5694AB633; Thu, 26 Nov 2020 12:38:24 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Chck74PmHz4RTw; Thu, 26 Nov 2020 12:38:23 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from [188.174.53.79] (helo=localhost.unixarea.de) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kiGXV-0000do-0Y; Thu, 26 Nov 2020 13:38:21 +0100 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.unixarea.de (8.15.2/8.14.9) with ESMTPS id 0AQCcKbm009976 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 26 Nov 2020 13:38:20 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.15.2/8.14.9/Submit) id 0AQCcJs3009975; Thu, 26 Nov 2020 13:38:19 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Thu, 26 Nov 2020 13:38:19 +0100 From: Matthias Apitz To: Vladimir Kondratyev Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Cyrillic font for xterm/urxvt and libreoffice, firefox Message-ID: <20201126123819.GA9874@c720-r342378> Reply-To: Matthias Apitz Mail-Followup-To: Vladimir Kondratyev , freebsd-x11@freebsd.org, freebsd-questions@freebsd.org References: <20201119060502.GA12369@r314251-amd64> <20201119102859.GA14905@r314251-amd64> <244bd2c5bd70021bd3674e45e3398feb@kondratyev.su> <9d924058703a7a823a00a873a5ad7f79@kondratyev.su> <20201119145127.GA18329@r314251-amd64> <1b4fe1a7730f9df966fd165554ccaf19@kondratyev.su> MIME-Version: 1.0 In-Reply-To: <1b4fe1a7730f9df966fd165554ccaf19@kondratyev.su> X-Operating-System: FreeBSD 13.0-CURRENT r342378 (amd64) X-message-flag: Mails containing HTML will not be read! Please send only plain text. User-Agent: Mutt/1.11.1 (2018-12-01) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 188.174.53.79 X-Rspamd-Queue-Id: 4Chck74PmHz4RTw X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of guru@unixarea.de has no SPF policy when checking 178.254.4.101) smtp.mailfrom=guru@unixarea.de X-Spamd-Result: default: False [-1.69 / 15.00]; HAS_REPLYTO(0.00)[guru@unixarea.de]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_XOIP(0.00)[]; TO_DN_SOME(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[178.254.4.101:from]; HAS_ATTACHMENT(0.00)[]; HAS_XAW(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_SHORT(-0.99)[-0.995]; RECEIVED_SPAMHAUS_PBL(0.00)[188.174.53.79:received]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[178.254.4.101:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/mixed,text/plain]; DMARC_NA(0.00)[unixarea.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[178.254.4.101:from:127.0.2.255]; RCVD_IN_DNSWL_LOW(-0.10)[178.254.4.101:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-x11,freebsd-questions] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 12:38:24 -0000 El día jueves, noviembre 19, 2020 a las 08:37:41p. m. +0300, Vladimir Kondratyev escribió: > >> After some checking, it appeared that very few of monospace fonts have > >> m-style 'Ñ‚' > >> Consolas is one of them (x11-fonts/webfonts with CLEARTYPE option > >> enabled) > >> > >> urxvt -fn "xft:Consolas:pixelsize=24:style=Italic" Привет Владимир, The configuration in libreoffice for the above font is simple: selecting the font Consolas and type 'I' (for italic). This gives the attached document in LO. Nice. I found until now no way to change to Italic in firefox. Consolas is excepted and gives the normal Russian glyphs, but not in Italic, i.e. the Russian 'Ñ‚' looking like an English 'm'. Any idea how to trick firefox? I use https://www.duolingo.com/learn to study Russian online and it would be nice to see there the writings in Italic to get used to it reading this style of "handwritten" Russian. My professor at the University even expects us writing by hand on paper in Russian and I now have to start learning to write again like when I was a school boy 55 years ago. This is a challenging project I started :-) СпаÑибо! matthias -- Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub Без книги нет знаниÑ, без Ð·Ð½Ð°Ð½Ð¸Ñ Ð½ÐµÑ‚ коммунизма (Влaдимир Ильич Ленин) Without books no knowledge - without knowledge no communism (Vladimir Ilyich Lenin) Sin libros no hay saber - sin saber no hay comunismo. (Vladimir Ilich Lenin) From owner-freebsd-questions@freebsd.org Thu Nov 26 15:51:13 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D838A4AF42C for ; Thu, 26 Nov 2020 15:51:13 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpg.telissant.net (smtpg.telissant.net [104.225.1.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Chj0c5r10z4f8R for ; Thu, 26 Nov 2020 15:51:12 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from sacada.3dresearch.com (localhost [127.0.0.1]) by smtpg.telissant.net (Postfix) with ESMTP id 4Chj0V0gXxz1lvRP for ; Thu, 26 Nov 2020 10:51:06 -0500 (EST) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpg.telissant.net ([127.0.0.1]) by sacada.3dresearch.com (sacada.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FMVQf-yHXsNv for ; Thu, 26 Nov 2020 10:51:05 -0500 (EST) Received: from bufftemp.3dresearch.com (unknown [71.112.244.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bufftemp@sacada.3dresearch.com) by smtpg.telissant.net (Postfix) with ESMTPSA id 4Chj0T57Ncz1lvRB for ; Thu, 26 Nov 2020 10:51:05 -0500 (EST) Received: from bufftemp.3dresearch.com (localhost [127.0.0.1]) by bufftemp.3dresearch.com (Postfix) with SMTP id 4193B185F7 for ; Thu, 26 Nov 2020 10:51:05 -0500 (EST) Date: Thu, 26 Nov 2020 10:50:32 -0500 From: Janos Dohanics To: FreeBSD Questions Subject: Re: Console resolution/font size Message-Id: <20201126105032.8bb06de2648f455d9fa55453@3dresearch.com> In-Reply-To: <20201125191258.6130f490.freebsd@edvax.de> References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> <20201125191258.6130f490.freebsd@edvax.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Chj0c5r10z4f8R X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of web@3dresearch.com designates 104.225.1.73 as permitted sender) smtp.mailfrom=web@3dresearch.com X-Spamd-Result: default: False [-0.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ENVFROM_SERVICE_ACCT(1.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[104.225.1.73:from]; ASN(0.00)[asn:36236, ipnet:104.225.1.0/24, country:US]; R_DKIM_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[71.112.244.15:received]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[3dresearch.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[104.225.1.73:from:127.0.2.255]; FROM_SERVICE_ACCT(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 15:51:13 -0000 On Wed, 25 Nov 2020 19:12:58 +0100 Polytropon wrote: > On Wed, 25 Nov 2020 18:17:03 +0100, Christoph Brinkhaus wrote: > > Am Wed, Nov 25, 2020 at 12:03:42PM -0500 schrieb Janos Dohanics: > > > On Wed, 25 Nov 2020 09:45:06 +0100 > > > Christoph Brinkhaus wrote: > > > > > > > [...] > > > > This is not something one want to have. > > The only idea I have is to increase the delay of the boot menue. > > It is already 10 seconds. For a Thinkpad T480, 10 seconds should > be more than sufficient for the screen to switch modes (if it > actually does that)... Increasing the delay to 20 sec made no difference. > On modern hardware, it is absolutely important to load the correct > KMS drivers, and it's possible to play with fonts. All of this is > not really documented well, and personally I still consider it to > be a bit experimental because vt can still not sufficiently do what > sc could do for decades. There are many variables and moving parts, > such as graphics card and driver, UEFI, display internal firmware, > ant-tiny fonts, ugly colors, and all that, also DRM drivers and how > and when they are loaded. A _text_ mode (per definition) no longer > exists, it's all some kind of graphics mode. You need to experiment > with screen size and fonts if you want to get a readable non-X11 > mode on your machine. > > Two sources of information are those: > > https://wiki.freebsd.org/Newcons > > https://wiki.freebsd.org/Graphics > > Also check the related manual pages, especially "man 5 loader.conf". > > Or say goodbye to "text mode" entirely and use X instead. It makes > life a lot easier. ;-) Thanks for the pointers. -- Janos Dohanics From owner-freebsd-questions@freebsd.org Thu Nov 26 16:09:42 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DF4D84AFBB3 for ; Thu, 26 Nov 2020 16:09:42 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-yb1-xb30.google.com (mail-yb1-xb30.google.com [IPv6:2607:f8b0:4864:20::b30]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChjPy00XXz4gLC for ; Thu, 26 Nov 2020 16:09:41 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-yb1-xb30.google.com with SMTP id g15so2060864ybq.6 for ; Thu, 26 Nov 2020 08:09:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=otESChim3nrYS2/NC56E911bdmXB7IeLLPcODfSWT/Q=; b=dD3Q8cJIKENX78E68VFXhIzolu+CrOFovQGFlVrgEG7R2n6SKvhARCiC7gLwWRshqB 1ZO/7XcsrJb3xBVqRk7YjrfnPQIndJ9Caa0Cn0bMB7MQBAEB2yyE5CupQRguWx36Skje Dn11oX1eiIjUIFj5dEKhZohUHQx7VdYCh1nfeRW69vY6d1SxIwHlqbMeGoTUxaCr67X3 Xt2JyQDi9Jy1byiyWK2mgyESfhDy3v/dUMnBGzNn96n9agK67cx6NK4i09QP5rAFapeT 9YWSTQBzIRBqJ/9z5/X2W31OuN3aphJ3p8NyZWzBWfeD1px3KBUiS3/ELcp/TBK1oDo+ Qr4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=otESChim3nrYS2/NC56E911bdmXB7IeLLPcODfSWT/Q=; b=LdTQW3RMKbAhDU3FmcmvWQD+EpTpxGj4zu6gWc/cqkdZKlzABR506RR9BcNRtTuCb7 UEW59knmEZc3UUds4+2YfBWW6BZgOzzmmot0ZnLSvLCERyy+oLkJtmXzlQBmwnd6CPZy NaRiCwmQZuo9kGb+x4mYLhbG+llD3D8UJLhv6UXcI7BEFSCZ1fu3K/88awT7K0Fg04xv 2pe4ZNMJQDVL6De0gy4ZRRZJSy7HjNpWzrxlLegGlaHSLxDowfY4Tb4O5/3xC3dMAT3e 6483kjJE88cTZSyTkAEMi9i7lt8wwMvq+mPrQbDdc3/UYdTKvxQo9GRi+R5PrBnt8XRq lpPw== X-Gm-Message-State: AOAM5317jhzNXxqjGuDsnJTEsbVhySdT0Fh2QCLDIx9I4sEhIF12n+X8 n6AzXx1RdghWKy9fQpjWvCd0FWZAIY3DgJ5/bOX9EDcH6FJ3cQ== X-Google-Smtp-Source: ABdhPJyphH6AKqAu4l2fcLuvktwVXofBceoIr1qYNdcN59EefjxbYEbg2EiDTsCl4AZW9d3SvgsOU39sLX+PDZ6ZEMQ= X-Received: by 2002:a25:bc91:: with SMTP id e17mr4615931ybk.332.1606406980939; Thu, 26 Nov 2020 08:09:40 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Date: Thu, 26 Nov 2020 19:07:33 +0100 Message-ID: Subject: Anyone having problems with creating reviews? To: User Questions X-Rspamd-Queue-Id: 4ChjPy00XXz4gLC X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=dD3Q8cJI; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of fernandoapesteguia@gmail.com designates 2607:f8b0:4864:20::b30 as permitted sender) smtp.mailfrom=fernandoapesteguia@gmail.com X-Spamd-Result: default: False [-0.14 / 15.00]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; R_MIXED_CHARSET(0.62)[subject]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f8b0:4864:20::b30:from]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-0.68)[-0.677]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2607:f8b0:4864:20::b30:from:127.0.2.255]; MIME_TRACE(0.00)[0:+,1:+,2:~]; NEURAL_SPAM_SHORT(0.91)[0.914]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::b30:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 16:09:42 -0000 Hi all, Since yesterday I'm having problems creating reviews with arcanist. Last one I could create was on November 19th, and I didn't try again until yesterday. The error I'm getting is this (after running with --trace): OKAY No lint messages. LINT OKAY No lint problems. Running unit tests... No unit test engine is configured for this project. >>> [18] (+4,440) $ svn diff --depth empty --diff-cmd /usr/local/lib/php/arcanist/scripts/repository/binary_safe_diff.sh -x -U32767 usr.bin/iconv/iconv.1 >>> [19] (+4,441) $ svn info here/goes/the/path/to/file@ <<< [19] (+4,461) 20,055 us <<< [18] (+4,463) 23,409 us >>> [20] (+4,464) $ svn info . <<< [20] (+4,481) 16,412 us [2020-11-26 17:41:22] EXCEPTION: (RuntimeException) Undefined index: Repository UUID at [/src/error/PhutilErrorHandler.php:253] arcanist() #0 PhutilErrorHandler::handleError(integer, string, string, integer, array) called at [/src/repository/api/ArcanistSubversionAPI.php:606] #1 ArcanistSubversionAPI::getRepositoryUUID() called at [/src/workflow/ArcanistDiffWorkflow.php:2430] #2 ArcanistDiffWorkflow::buildDiffSpecification() called at [/src/workflow/ArcanistDiffWorkflow.php:472] #3 ArcanistDiffWorkflow::run() called at [/scripts/arcanist.php:411] I'm not aware of any configuration changes on my side. I'm using arcanist-lib-php72-20200514_1 arcanist-php72-20200514_1 Any ideas? Thanks in advance. From owner-freebsd-questions@freebsd.org Thu Nov 26 18:32:10 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E265946C1CD for ; Thu, 26 Nov 2020 18:32:10 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-yb1-xb32.google.com (mail-yb1-xb32.google.com [IPv6:2607:f8b0:4864:20::b32]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChmZK6s5Fz4sZ0 for ; Thu, 26 Nov 2020 18:32:09 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by mail-yb1-xb32.google.com with SMTP id v92so2397238ybi.4 for ; Thu, 26 Nov 2020 10:32:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=66qwH9Z9+mBuDChue23MoKoTMehZeg/QY5F6dhRVGDk=; b=ZShOUiid0aRyz5dgZVfKTBEXx7BhaRALezNiuSBZpMKBTghhrOXaDnkUFkuULOGjmc UL06TtXoqVCNCVaUPngD3W13nOqMcBdtv/Hn+tjTtlAe5tZSIlTmnBx18raKP7q7oGtr sX6r1zY25kl/BuvlLDt4UX8QChOdKwLLCqoQEdPQA2ZZyTPJ69zPPbaYWqhkyCFxcGEx 3rg31bjTtPQlw/EzWJ01+si7vidWw5eYCKnFBCdKRQFD11rH1IKlu77oOJ7dHYciSndN 4Elv2Xek8or/PrBYrECNunLMD50aIPPBRCYNILLvq8lQcytGIazEZKUm6jbxWG1qKnsJ Z2Xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=66qwH9Z9+mBuDChue23MoKoTMehZeg/QY5F6dhRVGDk=; b=dFTLoMdu0sVmXj5bLpcv2bqTN3JVLpyVCpHkp8n0MzLMYz5ViOrGDVx4pH/oT+lOIX MZ2zw5Vop6TA1eUodzLSA1Qe7yH5o/Wu62GTbQmV7oKPcx3+IR0B819grs8hPnDIU75Z gZwpMhwJiu1G5wZqgjQIORJCbvhPXquD7ZUCs2TOnVBjOh1jToWfM2u4iz7cpWoH330P FjQn+QguAud3ipyVJRb52o6oV/viAOTgdNl4qSFakJYUkesy4YN1xoH3iPs1XbZbT4KN VdEWjfALpWm4Lbq5Kh+pItUzx+zR1M1B7OXzaFBAEW7kmC6IT0Ra6KUIMlHjxIC3V/MC x0Dg== X-Gm-Message-State: AOAM533KpVFz/S3jWiKsIhSMJjOgUMgw9mLcFC3JMDLNxWkFf9Sy/qz+ rLdw+LKjjZ6sFdU7vYu07QHVIhufygCcNvJhw9U/ZJFo X-Google-Smtp-Source: ABdhPJw0DpbY0CquV41RFjLK8Vr6MX1ZdLa3oJ7gkMqhTWRJnfp87upPJe2p8oeYab7/m1ljYcGq42xa0mPkNUvR6Wc= X-Received: by 2002:a25:4143:: with SMTP id o64mr4748721yba.249.1606415528758; Thu, 26 Nov 2020 10:32:08 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= Date: Thu, 26 Nov 2020 21:30:01 +0100 Message-ID: Subject: Re: Anyone having problems with creating reviews? To: User Questions X-Rspamd-Queue-Id: 4ChmZK6s5Fz4sZ0 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=ZShOUiid; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of fernandoapesteguia@gmail.com designates 2607:f8b0:4864:20::b32 as permitted sender) smtp.mailfrom=fernandoapesteguia@gmail.com X-Spamd-Result: default: False [-0.16 / 15.00]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; R_MIXED_CHARSET(0.56)[subject]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-0.06)[-0.065]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2607:f8b0:4864:20::b32:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2607:f8b0:4864:20::b32:from:127.0.2.255]; NEURAL_SPAM_SHORT(0.35)[0.345]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::b32:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 18:32:10 -0000 On Thu, Nov 26, 2020 at 7:07 PM Fernando Apestegu=C3=ADa < fernando.apesteguia@gmail.com> wrote: > Hi all, > > Since yesterday I'm having problems creating reviews with arcanist. Last > one I could create was on November 19th, and I didn't try again until > yesterday. > > The error I'm getting is this (after running with --trace): > > OKAY No lint messages. > LINT OKAY No lint problems. > Running unit tests... > No unit test engine is configured for this project. > >>> [18] (+4,440) $ svn diff --depth empty --diff-cmd > /usr/local/lib/php/arcanist/scripts/repository/binary_safe_diff.sh -x > -U32767 usr.bin/iconv/iconv.1 > >>> [19] (+4,441) $ svn info here/goes/the/path/to/file@ > <<< [19] (+4,461) 20,055 us > <<< [18] (+4,463) 23,409 us > >>> [20] (+4,464) $ svn info . > <<< [20] (+4,481) 16,412 us > > [2020-11-26 17:41:22] EXCEPTION: (RuntimeException) Undefined index: > Repository UUID at [/src/error/PhutilErrorHandler.php:253] > arcanist() > #0 PhutilErrorHandler::handleError(integer, string, string, integer, > array) called at > [/src/repository/api/ArcanistSubversionAPI.php:606] > #1 ArcanistSubversionAPI::getRepositoryUUID() called at > [/src/workflow/ArcanistDiffWorkflow.php:2430] > #2 ArcanistDiffWorkflow::buildDiffSpecification() called at > [/src/workflow/ArcanistDiffWorkflow.php:472] > #3 ArcanistDiffWorkflow::run() called at > [/scripts/arcanist.php:411] > > I'm not aware of any configuration changes on my side. > > I'm using > > arcanist-lib-php72-20200514_1 > arcanist-php72-20200514_1 > > Any ideas? > PEBKAC :S It seems I had a change in LOCALE that affects this in a very non intuitive way. Sorry for the noise. > > Thanks in advance. > From owner-freebsd-questions@freebsd.org Fri Nov 27 05:18:19 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2304D47D320 for ; Fri, 27 Nov 2020 05:18:19 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-ed1-x544.google.com (mail-ed1-x544.google.com [IPv6:2a00:1450:4864:20::544]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cj2vt30cbz4bnX for ; Fri, 27 Nov 2020 05:18:18 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: by mail-ed1-x544.google.com with SMTP id n24so2308903edb.4 for ; Thu, 26 Nov 2020 21:18:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=O7KMKQe71JL4Z1u/IPw2ePZbBEcuNmNe7sTziBHITpo=; b=AX6W7y4KwirnQsLCnMI2gKVkbUXH/1hQPoTRNZlR1C32QfTNx7dSupOtMMByVg0ps4 7S/fWuvWHX16dBp5k++3pUnteGSaqI8hIBPNga6KgaWdhZgcVYA1WEe9+wAZNEJXG3FY ahSJX5nwWQUNhy1KaLs3SNIEUvJcWe+kJdPLCvPqkDrqtWXBss7mlSdBjE32+IZZyrle ZPu9v4RK3hgDiOFxTomK6RzvaitVmvEZXgnrDGQdf8FtGYQ3nRzyg0uGV6t2XPRIkKzo CIICRK0wK/++O3IFY2T0Xt9Hym/hNBzYYZxnhiDmhxeZALdDVaJKFBesAF36v0153nvi 4jKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=O7KMKQe71JL4Z1u/IPw2ePZbBEcuNmNe7sTziBHITpo=; b=hBPZH1ylYco/P/+iPJIs5rfMcw+vHPbtXpDzkJjw6V4Wr4+Ds/+6slIEbKknbCnrZU NJcCYi4Qv8QscKsATvuXT/Ya/eh+Dwkdl9hVQ+Rdw84uizHNTBDtFjjiCPx4Ug1HNS/N pHFTJc2miUNUXf+QhMZh4OoP4Netxl7akzCInCAERoxkcuPfn+SbbkDpAXTMfJE73JuQ zm+1s7qSussBOpW7Hl2ybA2zKk58t8GkqyumYElaeVkHMXKFOUDgII2UDqyhWYFAz6DM T8qELq0MjcjkRyhhCWCeMOaGMqmEg9A0cJGz0nvzn/7RC+FhJeIzhOwwteuvRejT0NQs sQqA== X-Gm-Message-State: AOAM532hQ/ndwb+gXt4U50VBt7eakaQ9CpsK4s2mbPZayYjHuHAWbZRk qe1Mm53CIaqU9YqK5QbgCDYBvl5MQU0B6mjscOA= X-Google-Smtp-Source: ABdhPJzkHoiVSH/YFCPnAMjT+a5KLbzkqtag0zKbD2bq/q+J8ZhhhA0x1zxpb5nOAzxAeS8cs8UlxM5W7N6wXOWIRB4= X-Received: by 2002:a50:b404:: with SMTP id b4mr5738834edh.369.1606454296714; Thu, 26 Nov 2020 21:18:16 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a50:344f:0:0:0:0:0 with HTTP; Thu, 26 Nov 2020 21:18:16 -0800 (PST) In-Reply-To: References: From: grarpamp Date: Fri, 27 Nov 2020 00:18:16 -0500 Message-ID: Subject: Re: [nfsv4] testing of RPC over TLS To: Rick Macklem Cc: nfsv4@ietf.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4Cj2vt30cbz4bnX X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20161025 header.b=AX6W7y4K; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (mx1.freebsd.org: domain of grarpamp@gmail.com designates 2a00:1450:4864:20::544 as permitted sender) smtp.mailfrom=grarpamp@gmail.com X-Spamd-Result: default: False [-2.00 / 15.00]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::544:from]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(1.00)[1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::544:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::544:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2020 05:18:19 -0000 On 11/26/20, Rick Macklem wrote: > The implementation of RPC over TLS for freebsd is now basically > done and setting up a test system is fairly straightforward. Nice. > If you are interested see > https://people.freebsd.org/~rmacklem/nfs-over-tls-setup.txt > > If you have any questions about it, feel free to ask, rick How do users and administrators pin down the public key fingerprint of the NFS server's TLS certificate so that the hash is checked and thus a MITM attack is prevented? >From March on list... Implementations must provide users with TLS public key fingerprint pinning options. Implementations that do not offer those options are exposing their users to MITM risks (those risks are not mitigated by the legacy wrong answer of 'trust the [rogue and or MITMable] "CA" system'). MITM attacks are in play by many parties over many networks. *ALL* applications that speak TLS today must make these pubkey fingerprint pinning options available for their users. Cheers. https://tools.ietf.org/html/draft-ietf-nfsv4-rpc-tls People appear to be talking about using and "authenticating / verifying" TLS certs now with at least perhaps this NFSv4, and certainly with other apps. If so, it's required critical thing for the admins and users to have the option to pin the certificate pubkey fingerprints in four ways... - Ignore the CA chain / expiry / etc, validate only the fingerprint. - Validate the CA chain / expiry / etc, and validate the fingerprint. - Validate the CA chain / expiry / etc, ignore the fingerprint. - A TOFU mode, with some management by fingerprint options. No application that uses TLS should be considered completely featured and security capable without fingerprint pinning functions. The "SHOULD implement" loophole in 5.5.2 will end up with many OS and implementations lacking such basic security feature option. For some background reasons on why pubkey fingerprint pinning implementations are now showing up in softwares that speak TLS, and for sample code, and related infos, see the links... https://owasp.org/www-community/controls/Certificate_and_Public_Key_Pinning https://cheatsheetseries.owasp.org/cheatsheets/Pinning_Cheat_Sheet.html https://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html --pinnedpubkey Tells curl to use the specified public key file (or hashes) to verify the peer. This can be a path to a file which contains a single public key in PEM or DER format, or any number of base64 encoded sha256 hashes preceded by 'sha256//' and separated by ';'. When negotiating a TLS or SSL connection, the server sends a certificate indicating its identity. A public key is extracted from this certificate and if it does not exactly match the public key provided to this option, curl will abort the connection before sending or receiving any data. Please note this option is rightly very specific covering only the isolated pubkey, not the DER form of the entire "CA signed" cert (ie: not the typically referenced coverage of "openssl x509 -fingerprint"). This allows additional adaptability to some cert environments. Complete fingerprint implementations need both modes: pubkey, and cert DER. Also note the use of sha-256, not the broken and now deprecated sha-1, sha-3 could function as a backstop. When fully implemented, fingerprint pinning enables a local admin and user environment of more flexible certificate validation service cababilities and security model hardening when subject to various third party things and adversaries like... - Environment of rogue / forced / spy MITM CA's, TLS termination / proxy cloud MITM, VPN / overlay / WiFi networks MITM, etc. - Annoying "expired" certs awaiting tax revenue from their captured audience. - Assigning pinned trust to intermediate CA's such as Lets Encrypt, Google, and corporate schemes, to let edge server certs they sign be freely rotated and or freshly signed without need to update pin. - Avoid need to update pin every "expiry" period. - Avoid CA's by using cert owners publicly available and out of band self certified hash attestations found on keybase, social, observatories, PGP, etc. - As mentioned above, optionally in combination with other CA / expiry / etc checks, or ignoring the CA altogether. - CRL checks are a massive metadata privacy and user monetization leak that some users might not want exposed to. - Pinning one or both of: pubkey (herein) and or CA (openssl x509 -fingerprint) Another very useful security feature to have is a trust on first use TOFU mode that stores, pins, and subsequently validates against those fingerprints, similar to SSH model. This is useful for both known comms partners such as client-server model, and in more distributed group or even p2p applications to help keep things a bit more locked down by default. Defense (like this pubkey fingerprint pinning) in depth... you can use it :) References (obviously TLS_1.3 is todays version to use)... https://www.netcraft.com/internet-data-mining/ssl-survey/ https://www.ssllabs.com/ssl-pulse/ https://arstechnica.com/gadgets/2018/10/browser-vendors-unite-to-end-support-for-20-year-old-tls-1-0/ https://www.bleepingcomputer.com/news/security/ietf-approves-tls-13-as-internet-standard/ https://en.wikipedia.org/wiki/Transport_Layer_Security https://tools.ietf.org/html/rfc8446 https://github.com/OWASP/www-community/blob/master/pages/controls/Certificate_and_Public_Key_Pinning.md https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Pinning_Cheat_Sheet.md https://github.com/curl/curl/blob/master/docs/cmdline-opts/pinnedpubkey.d https://github.com/curl/curl/blob/deb9462ff2de8e955c67ed441f5f48619a31198d/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 https://github.com/curl/curl/blob/51fde337471c9125e7bf425e7ce0a0bf53691992/docs/TODO#L728 On 3/30/20, Black, David wrote: > This looks interesting - is there a BCP (Best Current Practice) RFC or > similar reference on what MUST/SHOULD to be implemented and how implementers > ought to think about this to make good choices? Or is there one being > prepared? Not aware of one, maybe the list knows of some more resources? Would be good to have some more documents in the space. In particular herein regarding fingerprinting... differentiating the two different cert DER vs pubkey forms, their various features and capabilities in real world cert schemes scenarios, and re MITM. There is a general encryption proponent mandate RFC, commensurate with Snowden events, the number escapes at this moment. Yes, more development of such a BCP as you mention regarding TLS fingerprint capabilities, and TLS extent forward in general, would be nice. That would then extend to many protocols in a default guide of reference way as to what is possible, including say NFS. It is difficult to say "MUST" or "SHOULD" or "MAY" regarding this fingerprinting business for NFS. But it may be reasonable that 5.5.2 be expanded to mention the two different fingerprint classes, the four modes, as reasonable desireables. And to then reference out to the OWASP links at the bottom of the RFC. Maybe then leverage that effort into a BCP with other application RFC groups regarding TLS. > For example, such a document ought to cover the tradeoffs among > the four validation options, and how a safe default be chosen. In general, > this looks like a good direction as trust anchors and trust anchor > management have always been a weak point in the web PKI > > The OWASP pages are a good start, but leave revocation for future work and > are weak on certificate replacement - in particular, the comment that the > "application would need to be updated regularly" appears to punt the > underlying app validation problem upward to the app store operators (e.g., > to defend against a rogue app that accesses the server via an MITM proxy > server), which doesn't mesh well with "An application which pins a > certificate or public key no longer needs to depend on others - such as DNS > or CAs". Some dependence on the app store operator may be unavoidable for > first-use. It is assumed, and guaranteed under public embarrassment of news media, that revocation will results in a physical regen and change of cert (triggering both cert DER and pubkey hard physical swapouts). Thus revocation, and the whole revocation "authority" repository CRL OCSP checks etc, is not at all coming into an issue in this fingerprint context, since they are entirely independant and fixed and local, and detect and resolve all such revocation swaps by very nature of fingerprint failure and fingerprint updates. The "application being updated regularly" is of course a nice option for such app shipping devs to do gratuitously for users. But has no bearing on users subsequent needed capability to pin whatever they want and feel is necessary independantly. If I were an NFS users in particular infrastructures and risks, I might want to pin the end server pubkey (or cert DER), or intermediate instances of the same (leaving server cert free to float) regardless of what my vertical or lateral silo, or other peer model, or CA, or rogue, says to accept. Is there a reasonable way to more strongly suggest implementation of those two fingerprint methods, and even some of the four modes, as options between server-client in the NFS TLS RFC? > There is a general encryption proponent mandate RFC... One might also try full text RFC search for "fingerprint" references in context of "TLS" (or the older "SSL"). The following incomplete list all in manner of spirit do generally give rise and encourage the offering and enablement of such security option sets in apps / protocols utilizing TLS... Recommendations for Secure Use of Transport Layer Security (TLS) https://tools.ietf.org/html/rfc7525 Pervasive Monitoring Is an Attack https://tools.ietf.org/html/rfc7258 Privacy Considerations for Internet Protocols https://tools.ietf.org/html/rfc6973 Certificate Transparency https://tools.ietf.org/html/rfc6962 Strong Security Requirements for Internet Engineering Task Force Standard Protocols https://tools.ietf.org/html/rfc3365 Guidelines for Writing RFC Text on Security Considerations https://tools.ietf.org/html/rfc3552 IETF Policy on Wiretapping https://tools.ietf.org/html/rfc2804 IAB and IESG Statement on Cryptographic Technology and the Internet https://tools.ietf.org/html/rfc1984 "It is the consensus of the IETF that IETF standard protocols MUST make use of appropriate strong security mechanisms." Privacy Requirements for IETF Protocols https://tools.ietf.org/html/draft-cooper-ietf-privacy-requirements-01 It is the consensus of the IETF that our protocols be designed to avoid privacy violations to the extent possible. Handling Pervasive Monitoring in the IETF (perpass) (WG) https://www.ietf.org/proceedings/88/perpass.html https://www.ietf.org/mailman/listinfo/perpass Not requiring app (NFS) spec implementations to have some options for some of the previously noted modes of fingerprint checking to help avoid some TLS MITM attacks, would seem to be in conflict with all above. > the premise that pinning by fingerprint is the > strongest security/authentication mechanism possible in many cases. It is certainly among the set of them that might be applied in various ways depending on the users security model. > In IETF documents we essentially universally leave the deployment's > selection of trust anchor(s) as a matter of local policy, and thus it is a > bit out of character for us to be recommending specific trust anchors or > classes of trust anchor. We provide robust security mechanisms and > describe how they can be safely used, but leave policy to others. Allow to better define below the context as being in supporting the presence of options for policies... > I'm not sure I understand your point here. You seem to be saying that > CA-driven revocation is orthogonal to key pinning, and thus that when a > revocation event occurs, the legitimate counterparty will generate a new > key (and fingerprint), with the resulting connection errors being detected > and used as a trigger to update local configuration. > But that doesn't make sense to me! If there's a revocation event and > presumed key compromise, then the attacker that got the key can continue to > use it against the deployment that pinned that key until the configuration > is changed. This seems to be ignoring the signal from the CA that > "something bad happened" and could lead to a long period of vulnerability. > It's far from clear to me that key pinning provides superior properties to > CA-based setups in the face of such revocation events. It is risky and then embarrassing to continue using a compromised private key. The compromise is the preceding and defining element, and rightly triggers a security rekey event. The rekey hash mismatch is, the and only required, signal when a users application is watching the fingerprint, if that is how the user configured their options. This is independant, and if so chosen "orthagonal", from any assertion or not as such by or to any CA signal crl scheme, that assertion being at that point, equally the same as pinning check, a separate function from the security compromise and restoration itself. Fingerprints, "CA signals", other checks, are independant cases, and can be combined in some users environments, provided they have options to do so. Further, many environments use CA only to avoid software CA nag warnings and have little knowledge or care for CRL systems, and many users have little knowledge or care to check them. People also often try to trot out this false argument of relying "CA signal" or revocation as some means to moot or demur the implementing of fingerprinting options in the app code, or to avoid configuring them. That is not the case. As to NFS... in this suggestion, nfsv4-rpc-tls in 5.2.2 needs to REQUIRE all conformant implementations to have fingerprint configuration OPTIONS for the user to use as they deem appropriate. This does NOT require users to use it, only that it be present as option in conformant implementations. If CA method of 5.2.1 is a REQUIRED security thing, then similarly, so can fingerprint security OPTION things of 5.2.2 be. If nfsv4-rpc-tls anywhere REQUIRES any things of any conformant implementations, then so can it require some fingerprint OPTIONS things. If nfsv4-rpc-tls 5.2.2 is already specifying a SHOULD-hint as to a "via"-form of SHA-256 being over the cert-DER form (with or without including reference to just what spec that is), it really must also fairly provide a SHOULD-hint as to the "via"-form of pubkey. That is probably simple enough, leaving the four modes and other option combinatrics up to the application teams, the possibility for such potentially hinted in note in section 7. External references are already possible by example of URI list in 9.3. Additionally, perhaps something in RFC5280 or similar could be noted or pointed to as RFC5280 was noted and or pointed to in 5.2.1. RFC's even have places available for further discussion and strong words encouragement, such as section 7. > fingerprint pinning is hardly ubiquitous in those protocols. Unfortunately that is largely because fingerprint pinning is a hardly understood black magic of additional TLS defence, in depth, hardly mentioned, referenced, documented, implemented, or educated on, etc. Most don't really understand MITM modes. And with all the noise droning on about CA, $fees, "validation" of corporate entites, advertising, who can blame them. This issue is a similarly common copout / chicken egg to the above CA CRL excuse for not creating fingerprint options. Beneficial ubiquity can be fostered by more rfc's, internet application docs, etc becoming a part of the set of same that begins and further integrates more mentions and supports for pinning options in their various works. It would suck to effort to add this TLS to NFS but not enjoy some fingerprint pinning options along with it, because, well, it was only a SHOULD, so your OS skipped them resulting in less than featureful. Oops. > It would perhaps be compatible to focus on the choice of trust anchor and > the possibility to pin intermediate certificates, but this again starts to > stray into areas that the IETF historically leaves as a matter of local > policy. Requiring pinning OPTIONS would enable this making of local policy choices among such options. No options, no choices. Users like having options and choices. Opportunistic Security: Some Protection Most of the Time https://tools.ietf.org/html/rfc7435.html From owner-freebsd-questions@freebsd.org Fri Nov 27 22:01:37 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C7963469EFB for ; Fri, 27 Nov 2020 22:01:37 +0000 (UTC) (envelope-from lumiwa@dismail.de) Received: from mx1.dismail.de (mx1.dismail.de [78.46.223.134]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mx1.dismail.de", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CjT9X5yljz4WRv for ; Fri, 27 Nov 2020 22:01:36 +0000 (UTC) (envelope-from lumiwa@dismail.de) Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a1867a58 for ; Fri, 27 Nov 2020 23:01:34 +0100 (CET) Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 1e2b0dc1 for ; Fri, 27 Nov 2020 23:01:34 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 1f83e2f6 for ; Fri, 27 Nov 2020 23:01:34 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id ba5f7498 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Fri, 27 Nov 2020 23:01:33 +0100 (CET) Date: Fri, 27 Nov 2020 17:01:26 -0500 From: LuMiWa To: FreeBSD Questions Subject: mount Message-ID: <20201127170126.4aaef45d@dismail.de> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; amd64-portbld-freebsd12.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4CjT9X5yljz4WRv X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.70 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[dismail.de:s=20190914]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_MED(-2.00)[dismail.de:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:78.46.223.134]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[78.46.223.134:from]; DKIM_TRACE(0.00)[dismail.de:+]; DMARC_POLICY_ALLOW(-0.50)[dismail.de,reject]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2020 22:01:37 -0000 Hi! I like to mount my SanDidsk2GB card from camera on FreeBSD 12.2-RELEASE which I didn't have problem fro FreeBSD RELEAE 6.? to now. mount -t msdosfs /dev/da0s1 /mnt mount_msdosfs: /dev/da0s1: Read-only file system and it cannot mount. I try: fsck -t msdosfs /dev/da0s1=20 ** /dev/da0s1 (NO WRITE) ** Phase 1 - Read FAT and checking connectivity ** Phase 2 - Checking Directories ** Phase 3 - Checking for Lost Files 50 files, 1.8 GiB free (58798 clusters) What is the problem, please? Thank you, --=20 =E2=80=9CTwo things are infinite: the universe and human stupidity; and I'm= not sure about the universe.=E2=80=9D =E2=80=95 Albert Einstein=20 From owner-freebsd-questions@freebsd.org Fri Nov 27 22:14:19 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A75746AB0A for ; Fri, 27 Nov 2020 22:14:19 +0000 (UTC) (envelope-from kh@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CjTSB713Mz4X39 for ; Fri, 27 Nov 2020 22:14:18 +0000 (UTC) (envelope-from kh@panix.com) Received: from rain.home (pool-173-48-64-3.bstnma.fios.verizon.net [173.48.64.3]) by mailbackend.panix.com (Postfix) with ESMTPSA id 4CjTS95sbWzX2g for ; Fri, 27 Nov 2020 17:14:17 -0500 (EST) Subject: Re: mount To: freebsd-questions@freebsd.org References: <20201127170126.4aaef45d@dismail.de> From: Kurt Hackenberg Message-ID: <1cc8c114-405e-dcd6-56b8-f4efbf6ca0cc@panix.com> Date: Fri, 27 Nov 2020 17:14:15 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20201127170126.4aaef45d@dismail.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CjTSB713Mz4X39 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of kh@panix.com designates 166.84.1.89 as permitted sender) smtp.mailfrom=kh@panix.com X-Spamd-Result: default: False [-3.50 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[166.84.1.89:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:166.84.0.0/16]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; ARC_NA(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[166.84.1.89:from]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_NA(0.00)[panix.com]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:2033, ipnet:166.84.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions]; RECEIVED_SPAMHAUS_PBL(0.00)[173.48.64.3:received] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2020 22:14:19 -0000 On 2020-11-27 17:01, LuMiWa via freebsd-questions wrote: > I like to mount my SanDidsk2GB card from camera on FreeBSD > 12.2-RELEASE which I didn't have problem fro FreeBSD RELEAE 6.? to > now. mount -t msdosfs /dev/da0s1 /mnt mount_msdosfs: /dev/da0s1: > Read-only file system and it cannot mount. > What is the problem, please? Full-size SD cards usually have a mechanical read-only indicator. Apparently something can also be done through software. Information here: From owner-freebsd-questions@freebsd.org Fri Nov 27 22:47:45 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 46BDB46ACD8 for ; Fri, 27 Nov 2020 22:47:45 +0000 (UTC) (envelope-from lumiwa@dismail.de) Received: from mx1.dismail.de (mx1.dismail.de [78.46.223.134]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mx1.dismail.de", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CjVBm4Br5z4YNG for ; Fri, 27 Nov 2020 22:47:44 +0000 (UTC) (envelope-from lumiwa@dismail.de) Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 224e6a92 for ; Fri, 27 Nov 2020 23:47:42 +0100 (CET) Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4dfb7207 for ; Fri, 27 Nov 2020 23:47:42 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 1bb5621b for ; Fri, 27 Nov 2020 23:47:42 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id af92c42c (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Fri, 27 Nov 2020 23:47:41 +0100 (CET) Date: Fri, 27 Nov 2020 17:47:38 -0500 From: LuMiWa To: freebsd-questions@freebsd.org Subject: Re: mount Message-ID: <20201127174738.5fc9e58e@dismail.de> In-Reply-To: <1cc8c114-405e-dcd6-56b8-f4efbf6ca0cc@panix.com> References: <20201127170126.4aaef45d@dismail.de> <1cc8c114-405e-dcd6-56b8-f4efbf6ca0cc@panix.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; amd64-portbld-freebsd12.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4CjVBm4Br5z4YNG X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.70 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[dismail.de:s=20190914]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_MED(-2.00)[dismail.de:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:78.46.223.134]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[dismail.de:+]; RCVD_IN_DNSWL_MED(-0.20)[78.46.223.134:from]; DMARC_POLICY_ALLOW(-0.50)[dismail.de,reject]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2020 22:47:45 -0000 On Fri, 27 Nov 2020 17:14:15 -0500 Kurt Hackenberg wrote: > On 2020-11-27 17:01, LuMiWa via freebsd-questions wrote: >=20 > > I like to mount my SanDidsk2GB card from camera on FreeBSD=20 > > 12.2-RELEASE which I didn't have problem fro FreeBSD RELEAE 6.? to=20 > > now. mount -t msdosfs /dev/da0s1 /mnt mount_msdosfs: /dev/da0s1:=20 > > Read-only file system and it cannot mount. > > What is the problem, please? >=20 >=20 > Full-size SD cards usually have a mechanical read-only indicator.=20 > Apparently something can also be done through software. >=20 > Information here: > > _______________________________________________ Thank you very much. It looks that is the card damaged. I tried another one and it works. --=20 =E2=80=9CTwo things are infinite: the universe and human stupidity; and I'm= not sure about the universe.=E2=80=9D =E2=80=95 Albert Einstein=20 From owner-freebsd-questions@freebsd.org Sat Nov 28 03:38:56 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB137474420 for ; Sat, 28 Nov 2020 03:38:56 +0000 (UTC) (envelope-from ihor@antonovs.family) Received: from mail.antonovs.family (mail.antonovs.family [100.25.240.195]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.antonovs.family", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cjcfl6mXsz4r3q for ; Sat, 28 Nov 2020 03:38:55 +0000 (UTC) (envelope-from ihor@antonovs.family) Received: by mail.antonovs.family (OpenSMTPD) with ESMTPSA id 926780a3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 28 Nov 2020 03:38:46 +0000 (UTC) To: freebsd-questions@freebsd.org From: Ihor Antonov Subject: Profiling C application Message-ID: <39693639-6531-493f-fb24-53519f66cd98@antonovs.family> Date: Fri, 27 Nov 2020 19:38:28 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Cjcfl6mXsz4r3q X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=antonovs.family; spf=pass (mx1.freebsd.org: domain of ihor@antonovs.family designates 100.25.240.195 as permitted sender) smtp.mailfrom=ihor@antonovs.family X-Spamd-Result: default: False [-2.29 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[100.25.240.195:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[100.25.240.195:from:127.0.2.255]; ARC_NA(0.00)[]; NEURAL_SPAM_SHORT(0.51)[0.510]; NEURAL_HAM_LONG(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[antonovs.family,none]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:100.24.0.0/13, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 03:38:57 -0000 Hello folks, What can I use on FreeBSD to profile a slow application? I have a source code of the application and I can rebuild it if necessary. I want to see where (in what functions) application spends most of its time - amount of function calls and duration of each call (per call) What tools can you recommend to do this? Thanks! ---- Ihor From owner-freebsd-questions@freebsd.org Sat Nov 28 05:27:00 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EE920476271 for ; Sat, 28 Nov 2020 05:27:00 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from smtpg.telissant.net (smtpg.telissant.net [104.225.1.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cjg3R6770z3Cmc for ; Sat, 28 Nov 2020 05:26:59 +0000 (UTC) (envelope-from web@3dresearch.com) Received: from sacada.3dresearch.com (localhost [127.0.0.1]) by smtpg.telissant.net (Postfix) with ESMTP id 4Cjg3K1fcKz1lvRN for ; Sat, 28 Nov 2020 00:26:53 -0500 (EST) X-Virus-Scanned: amavisd-new at telissant.net Received: from smtpg.telissant.net ([127.0.0.1]) by sacada.3dresearch.com (sacada.3dresearch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b_ahLNfzpSeC for ; Sat, 28 Nov 2020 00:26:52 -0500 (EST) Received: from bufftemp.3dresearch.com (unknown [71.112.244.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bufftemp@sacada.3dresearch.com) by smtpg.telissant.net (Postfix) with ESMTPSA id 4Cjg3J5x94z1lvRJ for ; Sat, 28 Nov 2020 00:26:52 -0500 (EST) Received: from bufftemp.3dresearch.com (localhost [127.0.0.1]) by bufftemp.3dresearch.com (Postfix) with SMTP id 5EFA51A841 for ; Sat, 28 Nov 2020 00:26:52 -0500 (EST) Date: Sat, 28 Nov 2020 00:25:36 -0500 From: Janos Dohanics To: FreeBSD Questions Subject: Re: Console resolution/font size Message-Id: <20201128002536.79964384d08697503549417c@3dresearch.com> In-Reply-To: <20201125191258.6130f490.freebsd@edvax.de> References: <20201125020318.30f5921d6fee3e267945a243@3dresearch.com> <20201125120342.642137e5543f8d9ee25d84a9@3dresearch.com> <20201125191258.6130f490.freebsd@edvax.de> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Cjg3R6770z3Cmc X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of web@3dresearch.com designates 104.225.1.73 as permitted sender) smtp.mailfrom=web@3dresearch.com X-Spamd-Result: default: False [-0.79 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ENVFROM_SERVICE_ACCT(1.00)[]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+a:smtpg.telissant.net]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.992]; RECEIVED_SPAMHAUS_PBL(0.00)[71.112.244.15:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[104.225.1.73:from]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:36236, ipnet:104.225.1.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_FIVE(0.00)[5]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[3dresearch.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[104.225.1.73:from:127.0.2.255]; FROM_SERVICE_ACCT(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 05:27:01 -0000 On Wed, 25 Nov 2020 19:12:58 +0100 Polytropon wrote: > [...] There are many variables and moving parts, > such as graphics card and driver, UEFI, display internal firmware, > ant-tiny fonts, ugly colors, and all that, also DRM drivers and how > and when they are loaded. [...] UEFI is definitely one of those moving parts. I have reinstalled this same laptop with MBR, and now: dmesg | less ---<>--- Copyright (c) 1992-2020 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 13.0-CURRENT #0 2ed50808d2b-c254384(main): Thu Nov 12 07:29:09 UTC 2020 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 FreeBSD clang version 11.0.0 (git@github.com:llvm/llvm-project.git llvmorg-11.0.0-0-g176249bd673) WARNING: WITNESS option enabled, expect reduced performance. VT(vga): resolution 640x480 CPU: Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz (1896.09-MHz K8-class CPU) No magnifier glass needed to read the screen. -- Janos Dohanics From owner-freebsd-questions@freebsd.org Sat Nov 28 10:16:29 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 818D247C834 for ; Sat, 28 Nov 2020 10:16:29 +0000 (UTC) (envelope-from lumiwa@dismail.de) Received: from mx1.dismail.de (mx1.dismail.de [78.46.223.134]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mx1.dismail.de", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CjnTR55Ysz3RCs for ; Sat, 28 Nov 2020 10:16:27 +0000 (UTC) (envelope-from lumiwa@dismail.de) Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a61bc8f8; Sat, 28 Nov 2020 11:16:24 +0100 (CET) Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 754aeea4; Sat, 28 Nov 2020 11:16:24 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 2f2bca9c; Sat, 28 Nov 2020 11:16:24 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 259f97f2 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 28 Nov 2020 11:16:23 +0100 (CET) Date: Sat, 28 Nov 2020 05:16:20 -0500 From: LuMiWa To: "Kevin P. Neal" Cc: freebsd-questions@freebsd.org Subject: Re: mount Message-ID: <20201128051620.4578e3c8@dismail.de> In-Reply-To: References: <20201127170126.4aaef45d@dismail.de> <1cc8c114-405e-dcd6-56b8-f4efbf6ca0cc@panix.com> <20201127174738.5fc9e58e@dismail.de> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; amd64-portbld-freebsd12.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4CjnTR55Ysz3RCs X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.70 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[dismail.de:s=20190914]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:78.46.223.134]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; DWL_DNSWL_MED(-2.00)[dismail.de:dkim]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[78.46.223.134:from]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[dismail.de,reject]; DKIM_TRACE(0.00)[dismail.de:+]; NEURAL_HAM_SHORT(-1.00)[-0.999]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 10:16:29 -0000 On Fri, 27 Nov 2020 22:39:42 -0500 "Kevin P. Neal" wrote: > On Fri, Nov 27, 2020 at 05:47:38PM -0500, LuMiWa via > freebsd-questions wrote: > > On Fri, 27 Nov 2020 17:14:15 -0500 > > Kurt Hackenberg wrote: > >=20 > > > On 2020-11-27 17:01, LuMiWa via freebsd-questions wrote: > > >=20 > > > > I like to mount my SanDidsk2GB card from camera on FreeBSD=20 > > > > 12.2-RELEASE which I didn't have problem fro FreeBSD RELEAE 6.? > > > > to now. mount -t msdosfs /dev/da0s1 /mnt mount_msdosfs: > > > > /dev/da0s1: Read-only file system and it cannot mount. > > > > What is the problem, please? > > >=20 > > >=20 > > > Full-size SD cards usually have a mechanical read-only indicator.=20 > > > Apparently something can also be done through software. > > >=20 > > > Information here: > > > > > > _______________________________________________ > >=20 > > Thank you very much. It looks that is the card damaged. I tried > > another one and it works. >=20 > Sorry I missed the beginning of the thread. Have you tried the "-r" > option to mount? It should let you mount read-only. Unless the card > is too damaged, of course. >=20 No, I didn't because I never use option -r and it works all the time but I will try. Thank you. --=20 =E2=80=9CTwo things are infinite: the universe and human stupidity; and I'm= not sure about the universe.=E2=80=9D =E2=80=95 Albert Einstein=20 From owner-freebsd-questions@freebsd.org Sat Nov 28 11:26:24 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A96C47DB32 for ; Sat, 28 Nov 2020 11:26:24 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cjq272387z3kZ3 for ; Sat, 28 Nov 2020 11:26:22 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (mailserver.netfence.it [78.134.96.152]) (authenticated bits=0) by soth.netfence.it (8.16.1/8.16.1) with ESMTPSA id 0ASBQ5ZK020158 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Sat, 28 Nov 2020 12:26:05 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host mailserver.netfence.it [78.134.96.152] claimed to be alamar.ventu Subject: Re: Profiling C application To: freebsd-questions@freebsd.org, ihor@antonovs.family References: <39693639-6531-493f-fb24-53519f66cd98@antonovs.family> From: Andrea Venturoli Message-ID: <175c36b0-c433-94ee-cf56-c65699f75b44@netfence.it> Date: Sat, 28 Nov 2020 12:26:05 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <39693639-6531-493f-fb24-53519f66cd98@antonovs.family> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.83 X-Rspamd-Queue-Id: 4Cjq272387z3kZ3 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=netfence.it; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 78.134.96.152 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-3.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[78.134.96.152:from]; R_SPF_ALLOW(-0.20)[+ip4:78.134.96.152]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; TO_DN_NONE(0.00)[]; SPAMHAUS_ZRD(0.00)[78.134.96.152:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[netfence.it,none]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 11:26:24 -0000 On 11/28/20 4:38 AM, Ihor Antonov wrote: > Hello folks, > > What can I use on FreeBSD to profile a slow application? > > I have a source code of the application and I can rebuild it if necessary. > > I want to see where (in what functions) application spends most of its > time - amount of function calls and duration of each call (per call) > > What tools can you recommend to do this? Hello. Take a look at: _ devel/valgrind (callgrind tool), possibly with devel/kcachegrind to analyze the results; _ devel/google-perftools; _ something is also included in base system (llvm-cov), altough it's better suited for code coverage. Sorry to be vague, but I last used them some time ago and I don't remember the details right now. HTH. bye av. From owner-freebsd-questions@freebsd.org Sat Nov 28 15:50:13 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0DDF34A4697 for ; Sat, 28 Nov 2020 15:50:13 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CjwtW5mXCz4TSy; Sat, 28 Nov 2020 15:50:11 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (mailserver.netfence.it [78.134.96.152]) (authenticated bits=0) by soth.netfence.it (8.16.1/8.16.1) with ESMTPSA id 0ASFo4bq070813 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Sat, 28 Nov 2020 16:50:05 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.netfence.it: Host mailserver.netfence.it [78.134.96.152] claimed to be alamar.ventu From: Andrea Venturoli Subject: Errors with snapshots (testing sysutils/zfstools) To: freebsd-questions@freebsd.org Cc: bdrewery@FreeBSD.org Message-ID: <5af06726-3cb6-0183-265c-7d2831798738@netfence.it> Date: Sat, 28 Nov 2020 16:50:04 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.83 X-Rspamd-Queue-Id: 4CjwtW5mXCz4TSy X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=netfence.it; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 78.134.96.152 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-3.80 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:78.134.96.152]; HAS_XAW(0.00)[]; TO_DN_NONE(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[netfence.it,none]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[78.134.96.152:from]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; SPAMHAUS_ZRD(0.00)[78.134.96.152:from:127.0.2.255]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 15:50:13 -0000 Hello. I'm testing sysutils/zfstools, which will create hourly snapshots of all my ZFS pools, on a 12.2 box. However, I see in the logs, every hour, the following messages: > kernel: g_dev_taste: make_dev_p() failed (gp->name=zvol/zroot/vm/win10test/disk0@zfs-auto-snap_hourly-2020-11-28-16h00, error=63) > kernel: g_dev_taste: make_dev_p() failed (gp->name=zvol/zroot/vm/win10test/disk0@zfs-auto-snap_hourly-2020-11-28-16h00p1, error=63) > kernel: g_dev_taste: make_dev_p() failed (gp->name=zvol/zroot/vm/win10test/disk0@zfs-auto-snap_hourly-2020-11-28-16h00p2, error=63) > kernel: g_dev_taste: make_dev_p() failed (gp->name=zvol/zroot/vm/win10test/disk0@zfs-auto-snap_hourly-2020-11-28-16h00p3, error=63) > kernel: g_dev_taste: make_dev_p() failed (gp->name=zvol/zroot/vm/win10test/disk0@zfs-auto-snap_hourly-2020-11-28-16h00p4, error=63) Now: _ win10test is a zvol: I'm not really interested in it and I could disable snapshots on it (or even delete it), but I want to understand things; _ looking for this in forums, I see someone suggesting error 63 means the snapshot name is too long; that's strange, as I've got even longer names (not zvol, though); _ anyway, if it's true, I guess snapshot should not be created, but they are there; they also get deleted the next hour, since this volume is not in use, so there's really no change; _ I tried this on a different machine (still at 12.1) and I get a different message: > kernel: ZFS WARNING: Unable to create ZVOL zroot/vm/win10test/disk0@zfs-auto-snap_hourly-2020-11-28-16h00 (error=63). Still the snapshots are there. _ I guess ...p1, ...p2, ...p3, ...p4 refers to the partitions on the volume (in fact listed in /dev/zvol/zroot/vm/win10test/); I guess this should not be attempted at all (bug in zfstools?); _ I've seen https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215067 and it's quite scary. Do we have to pay attention not too create too long names? bye & Thanks av. From owner-freebsd-questions@freebsd.org Sat Nov 28 18:05:05 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9386D4A67E4 for ; Sat, 28 Nov 2020 18:05:05 +0000 (UTC) (envelope-from hans@stare.cz) Received: from mx.stare.cz (uvt.stare.cz [185.63.96.79]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cjzt81KHxz4b7V for ; Sat, 28 Nov 2020 18:05:03 +0000 (UTC) (envelope-from hans@stare.cz) Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id c44668cc for ; Sat, 28 Nov 2020 19:04:55 +0100 (CET) Date: Sat, 28 Nov 2020 19:04:54 +0100 From: Jan Stary To: FreeBSD Questions Subject: X and console Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Cjzt81KHxz4b7V X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of hans@stare.cz has no SPF policy when checking 185.63.96.79) smtp.mailfrom=hans@stare.cz X-Spamd-Result: default: False [-1.53 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.93)[-0.929]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[185.63.96.79:from]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:50825, ipnet:185.63.96.0/22, country:CZ]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; SH_EMAIL_DBL_DONT_QUERY_IPS(0.00)[0.0.0.0:email]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[stare.cz]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[185.63.96.79:from:127.0.2.255]; DBL_PROHIBIT(0.00)[0.0.0.0:email]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 18:05:05 -0000 This is 12.2 RELEASE (amd64) on a Dell Studio 1535 (dmesg below). It basicaly works, but I cannot swith between X and the console and don't get a console back once X has axited. While my window manager (cwm, but it's the same with any other) is runnig, ctrl-alt-fN does not take me to a console. Once the window manager exits (in whatever way: "exit" in fvwm, killing cwm, ...) the screen goes blank, with backlight on, but nothing else will happen. In particular, it does not switch back to the console where I launched startx and ctrl-alt-f1 ext will not take me to a console either. Mu user is in the wehhel group, if it makes a difference. Full Xorg.log below; this is where I tried to switch from a running X to the console: (end of autoconfiguration upon start:) [ 120.755] (II) event6 - GlidePoint: is tagged by udev as: Mouse [ 120.755] (II) event6 - GlidePoint: device is a pointer (ctrl-alt-f1:) [ 201.994] (II) event0 - System keyboard multiplexer: device removed [ 201.994] (II) event1 - System mouse: device removed [ 201.995] (II) event3 - Power Button: device removed [ 201.995] (II) event4 - Sleep Button: device removed [ 201.995] (II) event5 - AT keyboard: device removed [ 201.995] (II) event6 - GlidePoint: device removed (no X and no xonsole now. Login remotely and kill cwm.) [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.584] (II) Server terminated successfully (0). Closing log file. So X has exited (I can confirm with ps that neither cwm nor any of the X processes is running), but I don't get a console back. Is this known? How can I further debug it? Jan ---<>--- Copyright (c) 1992-2020 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 12.2-RELEASE r366954 GENERIC amd64 FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) VT(vga): resolution 640x480 CPU: Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz (2095.03-MHz K8-class CPU) Origin="GenuineIntel" Id=0x10676 Family=0x6 Model=0x17 Stepping=6 Features=0xbfebfbff Features2=0x8e3bd AMD Features=0x20100800 AMD Features2=0x1 VT-x: HLT,PAUSE TSC: P-state invariant, performance statistics real memory = 4294967296 (4096 MB) avail memory = 4103905280 (3913 MB) Event timer "LAPIC" quality 100 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) random: unblocking device. ioapic0: MADT APIC ID 2 != hw id 0 ioapic0 irqs 0-23 on motherboard Launching APs: 1 Timecounter "TSC" frequency 2095031274 Hz quality 1000 random: entropy device external interface kbd1 at kbdmux0 000.000023 [4336] netmap_init netmap: loaded module [ath_hal] loaded module_register_init: MOD_LOAD (vesa, 0xffffffff81115e40, 0) error 19 nexus0 vtvga0: on motherboard cryptosoft0: on motherboard acpi0: on motherboard hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 cpu0: on acpi0 atrtc0: port 0x70-0x71,0x72-0x77 irq 8 on acpi0 atrtc0: registered as a time-of-day clock, resolution 1.000000s Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x43,0x50-0x53 irq 2 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0xeff8-0xefff mem 0xf6e00000-0xf6efffff,0xe0000000-0xefffffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: aperture size is 256M, detected 7676k stolen memory vgapci0: Boot video device vgapci1: mem 0xf6f00000-0xf6ffffff at device 2.1 on pci0 uhci0: port 0x6f60-0x6f7f irq 20 at device 26.0 on pci0 uhci0: LegSup = 0x2f00 usbus0 on uhci0 usbus0: 12Mbps Full Speed USB v1.0 uhci1: port 0x6f80-0x6f9f irq 21 at device 26.1 on pci0 uhci1: LegSup = 0x2f00 usbus1 on uhci1 usbus1: 12Mbps Full Speed USB v1.0 ehci0: mem 0xfed1c400-0xfed1c7ff irq 22 at device 26.7 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 usbus2: 480Mbps High Speed USB v2.0 hdac0: mem 0xf6dfc000-0xf6dfffff irq 21 at device 27.0 on pci0 pcib1: at device 28.0 on pci0 pcib1: [GIANT-LOCKED] pcib2: at device 28.3 on pci0 pcib2: failed to allocate initial prefetch window: 0xf0000000-0xf01fffff pcib2: [GIANT-LOCKED] pcib3: at device 28.5 on pci0 pcib3: [GIANT-LOCKED] pci1: on pcib3 bge0: mem 0xf69f0000-0xf69fffff irq 17 at device 0.0 on pci1 bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Using defaults for TSO: 65518/35/2048 bge0: Ethernet address: 00:21:70:73:d6:c0 uhci2: port 0x6f00-0x6f1f irq 20 at device 29.0 on pci0 uhci2: LegSup = 0x2f00 usbus3 on uhci2 usbus3: 12Mbps Full Speed USB v1.0 uhci3: port 0x6f20-0x6f3f irq 21 at device 29.1 on pci0 uhci3: LegSup = 0x2f00 usbus4 on uhci3 usbus4: 12Mbps Full Speed USB v1.0 uhci4: port 0x6f40-0x6f5f irq 22 at device 29.2 on pci0 uhci4: LegSup = 0x2f00 usbus5 on uhci4 usbus5: 12Mbps Full Speed USB v1.0 ehci1: mem 0xfed1c000-0xfed1c3ff irq 20 at device 29.7 on pci0 usbus6: EHCI version 1.0 usbus6 on ehci1 usbus6: 480Mbps High Speed USB v2.0 pcib4: at device 30.0 on pci0 pci2: on pcib4 pci2: at device 1.0 (no driver attached) sdhci_pci0: mem 0xf68ff400-0xf68ff4ff irq 18 at device 1.1 on pci2 sdhci_pci0: 1 slot(s) allocated isab0: at device 31.0 on pci0 isa0: on isab0 ahci0: port 0x6e70-0x6e77,0x6e78-0x6e7b,0x6e80-0x6e87,0x6e88-0x6e8b,0x6ea0-0x6ebf mem 0xf6dfb800-0xf6dfbfff irq 17 at device 31.2 on pci0 ahci0: AHCI v1.10 with 3 3Gbps ports, Port Multiplier not supported ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 ahcich2: at channel 2 on ahci0 ahciem0: on ahci0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 acpi_acad0: on acpi0 battery0: on acpi0 acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64,0x62,0x66 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model GlidePoint, device ID 0 orm0: at iomem 0xc0000-0xcefff,0xcf000-0xcffff pnpid ORM0000 on isa0 est0: on cpu0 Timecounters tick every 1.000 msec hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 13,10 and 14 on hdaa0 pcm1: at nid 15 and 19 on hdaa0 ugen5.1: at usbus5 ugen6.1: at usbus6 ugen0.1: at usbus0 ugen3.1: at usbus3 ugen4.1: at usbus4 ugen1.1: at usbus1 ugen2.1: at usbus2 uhub0: on usbus5 uhub1: on usbus0 uhub3: on usbus1 uhub4: on usbus3 hdacc1: at cad 1 on hdac0 uhub2: on usbus4 hdaa1: at nid 1 on hdacc1 pcm2: at nid 3 on hdaa1 uhub5: on usbus2 uhub6: on usbus6 Trying to mount root from ufs:/dev/ada0s1a [rw]... Root mount waiting for: usbus0 usbus1 usbus2 usbus3 usbus4 usbus5 usbus6 CAM ses0 at ahciem0 bus 0 scbus3 target 0 lun 0 ses0: SEMB S-E-S 2.00 device ses0: SEMB SES Device ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA8-ACS SATA 1.x device ada0: Serial Number WD-WXE508LE6513 ada0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 305245MB (625142448 512 byte sectors) ses0: pass0,ada0 in 'Slot 00', SATA Slot: scbus0 target 0 ses0: pass1,cd0 in 'Slot 01', SATA Slot: scbus1 target 0 cd0 at ahcich1 bus 0 scbus1 target 0 lun 0 cd0: Removable CD-ROM SCSI device cd0: Serial Number CN0RK8916886585J04K9 cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray open uhub3: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered Root mount waiting for: usbus2 usbus6 uhub5: 4 ports with 4 removable, self powered uhub6: 6 ports with 6 removable, self powered Root mount waiting for: usbus6 Root mount waiting for: usbus6 Root mount waiting for: usbus6 ugen6.2: at usbus6 mountroot: waiting for device /dev/ada0s1a... lo0: link state changed to UP bge0: link state changed to DOWN bge0: link state changed to UP [ 115.686] X.Org X Server 1.20.9 X Protocol Version 11, Revision 0 [ 115.686] Build Operating System: FreeBSD 12.1-RELEASE-p10 amd64 [ 115.686] Current Operating System: FreeBSD studio 12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC amd64 [ 115.686] Build Date: 24 October 2020 01:56:28AM [ 115.686] [ 115.687] Current version of pixman: 0.40.0 [ 115.687] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 115.687] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 115.687] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 28 18:53:11 2020 [ 115.751] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" [ 115.767] (==) No Layout section. Using the first Screen section. [ 115.767] (==) No screen section available. Using defaults. [ 115.767] (**) |-->Screen "Default Screen Section" (0) [ 115.767] (**) | |-->Monitor "" [ 115.769] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 115.769] (==) Automatically adding devices [ 115.769] (==) Automatically enabling devices [ 115.769] (==) Not automatically adding GPU devices [ 115.786] (==) Max clients allowed: 256, resource mask: 0x1fffff [ 115.896] (==) FontPath set to: /usr/local/share/fonts/misc/, /usr/local/share/fonts/TTF/, /usr/local/share/fonts/OTF/, /usr/local/share/fonts/Type1/, /usr/local/share/fonts/100dpi/, /usr/local/share/fonts/75dpi/, catalogue:/usr/local/etc/X11/fontpath.d [ 115.896] (==) ModulePath set to "/usr/local/lib/xorg/modules" [ 115.896] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 115.896] (II) Loader magic: 0x42e020 [ 115.896] (II) Module ABI versions: [ 115.896] X.Org ANSI C Emulation: 0.4 [ 115.896] X.Org Video Driver: 24.1 [ 115.896] X.Org XInput driver : 24.1 [ 115.896] X.Org Server Extension : 10.0 [ 115.897] (--) PCI:*(0@0:2:0) 8086:2a02:1028:0254 rev 3, Mem @ 0xf6e00000/1048576, 0xe0000000/268435456, I/O @ 0x0000eff0/8, BIOS @ 0x????????/65536 [ 115.897] (--) PCI: (0@0:2:1) 8086:2a03:1028:0254 rev 3, Mem @ 0xf6f00000/1048576 [ 115.897] (II) LoadModule: "glx" [ 115.899] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so [ 116.087] (II) Module glx: vendor="X.Org Foundation" [ 116.087] compiled for 1.20.9, module version = 1.0.0 [ 116.087] ABI class: X.Org Server Extension, version 10.0 [ 116.087] (==) Matched intel as autoconfigured driver 0 [ 116.087] (==) Matched modesetting as autoconfigured driver 1 [ 116.087] (==) Matched scfb as autoconfigured driver 2 [ 116.087] (==) Matched vesa as autoconfigured driver 3 [ 116.087] (==) Assigned the driver to the xf86ConfigLayout [ 116.087] (II) LoadModule: "intel" [ 116.095] (WW) Warning, couldn't open module intel [ 116.095] (EE) Failed to load module "intel" (module does not exist, 0) [ 116.095] (II) LoadModule: "modesetting" [ 116.095] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so [ 116.111] (II) Module modesetting: vendor="X.Org Foundation" [ 116.111] compiled for 1.20.9, module version = 1.20.9 [ 116.111] Module class: X.Org Video Driver [ 116.111] ABI class: X.Org Video Driver, version 24.1 [ 116.111] (II) LoadModule: "scfb" [ 116.111] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so [ 116.125] (II) Module scfb: vendor="X.Org Foundation" [ 116.125] compiled for 1.20.9, module version = 0.0.5 [ 116.125] ABI class: X.Org Video Driver, version 24.1 [ 116.125] (II) LoadModule: "vesa" [ 116.125] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so [ 116.136] (II) Module vesa: vendor="X.Org Foundation" [ 116.136] compiled for 1.20.9, module version = 2.5.0 [ 116.136] Module class: X.Org Video Driver [ 116.136] ABI class: X.Org Video Driver, version 24.1 [ 116.137] (II) modesetting: Driver for Modesetting Kernel Drivers: kms [ 116.137] (II) scfb: driver for wsdisplay framebuffer: scfb [ 116.137] (II) VESA: driver for VESA chipsets: vesa [ 116.137] (--) Using syscons driver with X support (version 2.0) [ 116.137] (--) using VT number 9 [ 116.149] (EE) open /dev/dri/card0: No such file or directory [ 116.149] (WW) Falling back to old probe method for modesetting [ 116.149] (EE) open /dev/dri/card0: No such file or directory [ 116.149] (WW) Falling back to old probe method for scfb [ 116.149] scfb trace: probe start [ 116.149] scfb trace: probe done [ 116.150] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support [ 116.150] (EE) Screen 0 deleted because of no matching config section. [ 116.150] (II) UnloadModule: "modesetting" [ 116.150] (II) Loading sub module "vbe" [ 116.150] (II) LoadModule: "vbe" [ 116.150] (II) Loading /usr/local/lib/xorg/modules/libvbe.so [ 116.163] (II) Module vbe: vendor="X.Org Foundation" [ 116.163] compiled for 1.20.9, module version = 1.1.0 [ 116.163] ABI class: X.Org Video Driver, version 24.1 [ 116.163] (II) Loading sub module "int10" [ 116.163] (II) LoadModule: "int10" [ 116.163] (II) Loading /usr/local/lib/xorg/modules/libint10.so [ 116.169] (II) Module int10: vendor="X.Org Foundation" [ 116.169] compiled for 1.20.9, module version = 1.0.0 [ 116.169] ABI class: X.Org Video Driver, version 24.1 [ 116.169] (II) VESA(0): initializing int10 [ 116.169] (II) VESA(0): Bad V_BIOS checksum [ 116.170] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 116.172] (II) VESA(0): VESA BIOS detected [ 116.172] (II) VESA(0): VESA VBE Version 3.0 [ 116.172] (II) VESA(0): VESA VBE Total Mem: 7616 kB [ 116.172] (II) VESA(0): VESA VBE OEM: Intel(r)GM965/PM965/GL960 Graphics Chip Accelerated VGA BIOS [ 116.172] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 116.172] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation [ 116.172] (II) VESA(0): VESA VBE OEM Product: Intel(r)GM965/PM965/GL960 Graphics Controller [ 116.172] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 [ 116.183] (II) VESA(0): Creating default Display subsection in Screen section "Default Screen Section" for depth/fbbpp 24/32 [ 116.183] (==) VESA(0): Depth 24, (--) framebuffer bpp 32 [ 116.183] (==) VESA(0): RGB weight 888 [ 116.183] (==) VESA(0): Default visual is TrueColor [ 116.183] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) [ 116.183] (II) Loading sub module "ddc" [ 116.183] (II) LoadModule: "ddc" [ 116.183] (II) Module "ddc" already built-in [ 116.184] (II) VESA(0): VESA VBE DDC supported [ 116.184] (II) VESA(0): VESA VBE DDC Level 2 [ 116.184] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec. [ 116.196] (II) VESA(0): VESA VBE DDC read successfully [ 116.225] (II) VESA(0): Manufacturer: LPL Model: 0 Serial#: 0 [ 116.225] (II) VESA(0): Year: 2007 Week: 0 [ 116.225] (II) VESA(0): EDID Version: 1.3 [ 116.225] (II) VESA(0): Digital Display Input [ 116.225] (II) VESA(0): Max Image Size [cm]: horiz.: 33 vert.: 21 [ 116.225] (II) VESA(0): Gamma: 2.20 [ 116.225] (II) VESA(0): No DPMS capabilities specified [ 116.225] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 116.225] (II) VESA(0): First detailed timing is preferred mode [ 116.225] (II) VESA(0): redX: 0.600 redY: 0.351 greenX: 0.325 greenY: 0.554 [ 116.225] (II) VESA(0): blueX: 0.154 blueY: 0.145 whiteX: 0.313 whiteY: 0.329 [ 116.225] (II) VESA(0): Manufacturer's mask: 0 [ 116.225] (II) VESA(0): Supported detailed timing: [ 116.225] (II) VESA(0): clock: 66.1 MHz Image Size: 331 x 2070 mm [ 116.225] (II) VESA(0): h_active: 1280 h_sync: 1304 h_sync_end 1328 h_blank_end 1352 h_border: 0 [ 116.225] (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0 [ 116.225] (II) VESA(0): Supported detailed timing: [ 116.225] (II) VESA(0): clock: 66.1 MHz Image Size: 331 x 2070 mm [ 116.225] (II) VESA(0): h_active: 1280 h_sync: 1304 h_sync_end 1328 h_blank_end 1352 h_border: 0 [ 116.225] (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0 [ 116.225] (II) VESA(0): WU682€154WX5 [ 116.225] (II) VESA(0): Unknown vendor-specific block 0 [ 116.225] (II) VESA(0): EDID (in hex): [ 116.225] (II) VESA(0): 00ffffffffffff00320c000000000000 [ 116.225] (II) VESA(0): 00110103902115780ab7859959538d27 [ 116.225] (II) VESA(0): 25505400000001010101010101010101 [ 116.225] (II) VESA(0): 010101010101d1190048502010301818 [ 116.225] (II) VESA(0): 36004bcf1000001bd119004850201030 [ 116.225] (II) VESA(0): 181836004bcf1000001b000000fe0057 [ 116.225] (II) VESA(0): 55363832803135345758350a00000000 [ 116.225] (II) VESA(0): 0024323d45688ba7ff01010a20200034 [ 116.225] (II) VESA(0): EDID vendor "LPL", prod id 0 [ 116.225] (II) VESA(0): EDID quirk: Detailed timings give vertical size in cm. [ 116.225] (II) VESA(0): Printing DDC gathered Modelines: [ 116.225] (II) VESA(0): Modeline "1280x800"x0.0 66.09 1280 1304 1328 1352 800 803 809 816 +hsync -vsync (48.9 kHz eP) [ 116.226] (II) VESA(0): Searching for matching VESA mode(s): [ 116.226] Mode: 160 (0x0) [ 116.226] ModeAttributes: 0x0 [ 116.226] WinAAttributes: 0x0 [ 116.226] WinBAttributes: 0x0 [ 116.226] WinGranularity: 0 [ 116.226] WinSize: 0 [ 116.226] WinASegment: 0x0 [ 116.226] WinBSegment: 0x0 [ 116.226] WinFuncPtr: 0x0 [ 116.226] BytesPerScanline: 0 [ 116.226] XResolution: 0 [ 116.226] YResolution: 0 [ 116.226] XCharSize: 0 [ 116.226] YCharSize: 0 [ 116.226] NumberOfPlanes: 0 [ 116.226] BitsPerPixel: 0 [ 116.226] NumberOfBanks: 0 [ 116.226] MemoryModel: 0 [ 116.226] BankSize: 0 [ 116.226] NumberOfImages: 0 [ 116.226] RedMaskSize: 0 [ 116.226] RedFieldPosition: 0 [ 116.226] GreenMaskSize: 0 [ 116.226] GreenFieldPosition: 0 [ 116.226] BlueMaskSize: 0 [ 116.226] BlueFieldPosition: 0 [ 116.226] RsvdMaskSize: 0 [ 116.226] RsvdFieldPosition: 0 [ 116.226] DirectColorModeInfo: 0 [ 116.226] PhysBasePtr: 0x0 [ 116.226] LinBytesPerScanLine: 0 [ 116.226] BnkNumberOfImagePages: 0 [ 116.226] LinNumberOfImagePages: 0 [ 116.226] LinRedMaskSize: 0 [ 116.226] LinRedFieldPosition: 0 [ 116.226] LinGreenMaskSize: 0 [ 116.226] LinGreenFieldPosition: 0 [ 116.226] LinBlueMaskSize: 0 [ 116.226] LinBlueFieldPosition: 0 [ 116.226] LinRsvdMaskSize: 0 [ 116.226] LinRsvdFieldPosition: 0 [ 116.226] MaxPixelClock: 0 [ 116.227] Mode: 161 (0x0) [ 116.227] ModeAttributes: 0x0 [ 116.227] WinAAttributes: 0x0 [ 116.227] WinBAttributes: 0x0 [ 116.227] WinGranularity: 0 [ 116.227] WinSize: 0 [ 116.227] WinASegment: 0x0 [ 116.227] WinBSegment: 0x0 [ 116.227] WinFuncPtr: 0x0 [ 116.227] BytesPerScanline: 0 [ 116.227] XResolution: 0 [ 116.227] YResolution: 0 [ 116.227] XCharSize: 0 [ 116.227] YCharSize: 0 [ 116.227] NumberOfPlanes: 0 [ 116.227] BitsPerPixel: 0 [ 116.227] NumberOfBanks: 0 [ 116.227] MemoryModel: 0 [ 116.227] BankSize: 0 [ 116.227] NumberOfImages: 0 [ 116.227] RedMaskSize: 0 [ 116.227] RedFieldPosition: 0 [ 116.227] GreenMaskSize: 0 [ 116.227] GreenFieldPosition: 0 [ 116.227] BlueMaskSize: 0 [ 116.227] BlueFieldPosition: 0 [ 116.227] RsvdMaskSize: 0 [ 116.227] RsvdFieldPosition: 0 [ 116.227] DirectColorModeInfo: 0 [ 116.227] PhysBasePtr: 0x0 [ 116.227] LinBytesPerScanLine: 0 [ 116.227] BnkNumberOfImagePages: 0 [ 116.227] LinNumberOfImagePages: 0 [ 116.227] LinRedMaskSize: 0 [ 116.227] LinRedFieldPosition: 0 [ 116.227] LinGreenMaskSize: 0 [ 116.227] LinGreenFieldPosition: 0 [ 116.227] LinBlueMaskSize: 0 [ 116.227] LinBlueFieldPosition: 0 [ 116.227] LinRsvdMaskSize: 0 [ 116.227] LinRsvdFieldPosition: 0 [ 116.227] MaxPixelClock: 0 [ 116.228] Mode: 162 (0x0) [ 116.228] ModeAttributes: 0x0 [ 116.228] WinAAttributes: 0x0 [ 116.228] WinBAttributes: 0x0 [ 116.228] WinGranularity: 0 [ 116.228] WinSize: 0 [ 116.228] WinASegment: 0x0 [ 116.228] WinBSegment: 0x0 [ 116.228] WinFuncPtr: 0x0 [ 116.228] BytesPerScanline: 0 [ 116.228] XResolution: 0 [ 116.228] YResolution: 0 [ 116.228] XCharSize: 0 [ 116.228] YCharSize: 0 [ 116.228] NumberOfPlanes: 0 [ 116.228] BitsPerPixel: 0 [ 116.228] NumberOfBanks: 0 [ 116.228] MemoryModel: 0 [ 116.228] BankSize: 0 [ 116.228] NumberOfImages: 0 [ 116.228] RedMaskSize: 0 [ 116.228] RedFieldPosition: 0 [ 116.228] GreenMaskSize: 0 [ 116.228] GreenFieldPosition: 0 [ 116.228] BlueMaskSize: 0 [ 116.228] BlueFieldPosition: 0 [ 116.228] RsvdMaskSize: 0 [ 116.228] RsvdFieldPosition: 0 [ 116.228] DirectColorModeInfo: 0 [ 116.228] PhysBasePtr: 0x0 [ 116.228] LinBytesPerScanLine: 0 [ 116.228] BnkNumberOfImagePages: 0 [ 116.228] LinNumberOfImagePages: 0 [ 116.228] LinRedMaskSize: 0 [ 116.228] LinRedFieldPosition: 0 [ 116.228] LinGreenMaskSize: 0 [ 116.228] LinGreenFieldPosition: 0 [ 116.228] LinBlueMaskSize: 0 [ 116.228] LinBlueFieldPosition: 0 [ 116.228] LinRsvdMaskSize: 0 [ 116.228] LinRsvdFieldPosition: 0 [ 116.228] MaxPixelClock: 0 [ 116.229] Mode: 163 (0x0) [ 116.229] ModeAttributes: 0x0 [ 116.229] WinAAttributes: 0x0 [ 116.229] WinBAttributes: 0x0 [ 116.229] WinGranularity: 0 [ 116.229] WinSize: 0 [ 116.229] WinASegment: 0x0 [ 116.229] WinBSegment: 0x0 [ 116.229] WinFuncPtr: 0x0 [ 116.229] BytesPerScanline: 0 [ 116.229] XResolution: 0 [ 116.229] YResolution: 0 [ 116.229] XCharSize: 0 [ 116.229] YCharSize: 0 [ 116.229] NumberOfPlanes: 0 [ 116.229] BitsPerPixel: 0 [ 116.229] NumberOfBanks: 0 [ 116.229] MemoryModel: 0 [ 116.229] BankSize: 0 [ 116.229] NumberOfImages: 0 [ 116.229] RedMaskSize: 0 [ 116.229] RedFieldPosition: 0 [ 116.229] GreenMaskSize: 0 [ 116.229] GreenFieldPosition: 0 [ 116.229] BlueMaskSize: 0 [ 116.229] BlueFieldPosition: 0 [ 116.229] RsvdMaskSize: 0 [ 116.229] RsvdFieldPosition: 0 [ 116.229] DirectColorModeInfo: 0 [ 116.229] PhysBasePtr: 0x0 [ 116.229] LinBytesPerScanLine: 0 [ 116.229] BnkNumberOfImagePages: 0 [ 116.229] LinNumberOfImagePages: 0 [ 116.229] LinRedMaskSize: 0 [ 116.229] LinRedFieldPosition: 0 [ 116.229] LinGreenMaskSize: 0 [ 116.229] LinGreenFieldPosition: 0 [ 116.229] LinBlueMaskSize: 0 [ 116.229] LinBlueFieldPosition: 0 [ 116.229] LinRsvdMaskSize: 0 [ 116.229] LinRsvdFieldPosition: 0 [ 116.229] MaxPixelClock: 0 [ 116.230] Mode: 164 (0x0) [ 116.230] ModeAttributes: 0x0 [ 116.230] WinAAttributes: 0x0 [ 116.230] WinBAttributes: 0x0 [ 116.230] WinGranularity: 0 [ 116.230] WinSize: 0 [ 116.230] WinASegment: 0x0 [ 116.230] WinBSegment: 0x0 [ 116.230] WinFuncPtr: 0x0 [ 116.230] BytesPerScanline: 0 [ 116.230] XResolution: 0 [ 116.230] YResolution: 0 [ 116.230] XCharSize: 0 [ 116.230] YCharSize: 0 [ 116.230] NumberOfPlanes: 0 [ 116.230] BitsPerPixel: 0 [ 116.230] NumberOfBanks: 0 [ 116.230] MemoryModel: 0 [ 116.230] BankSize: 0 [ 116.230] NumberOfImages: 0 [ 116.230] RedMaskSize: 0 [ 116.230] RedFieldPosition: 0 [ 116.230] GreenMaskSize: 0 [ 116.230] GreenFieldPosition: 0 [ 116.230] BlueMaskSize: 0 [ 116.230] BlueFieldPosition: 0 [ 116.230] RsvdMaskSize: 0 [ 116.230] RsvdFieldPosition: 0 [ 116.230] DirectColorModeInfo: 0 [ 116.230] PhysBasePtr: 0x0 [ 116.230] LinBytesPerScanLine: 0 [ 116.230] BnkNumberOfImagePages: 0 [ 116.230] LinNumberOfImagePages: 0 [ 116.230] LinRedMaskSize: 0 [ 116.230] LinRedFieldPosition: 0 [ 116.230] LinGreenMaskSize: 0 [ 116.230] LinGreenFieldPosition: 0 [ 116.230] LinBlueMaskSize: 0 [ 116.230] LinBlueFieldPosition: 0 [ 116.230] LinRsvdMaskSize: 0 [ 116.230] LinRsvdFieldPosition: 0 [ 116.230] MaxPixelClock: 0 [ 116.231] Mode: 165 (0x0) [ 116.231] ModeAttributes: 0x0 [ 116.231] WinAAttributes: 0x0 [ 116.231] WinBAttributes: 0x0 [ 116.231] WinGranularity: 0 [ 116.231] WinSize: 0 [ 116.231] WinASegment: 0x0 [ 116.231] WinBSegment: 0x0 [ 116.231] WinFuncPtr: 0x0 [ 116.231] BytesPerScanline: 0 [ 116.231] XResolution: 0 [ 116.231] YResolution: 0 [ 116.231] XCharSize: 0 [ 116.231] YCharSize: 0 [ 116.231] NumberOfPlanes: 0 [ 116.231] BitsPerPixel: 0 [ 116.231] NumberOfBanks: 0 [ 116.231] MemoryModel: 0 [ 116.231] BankSize: 0 [ 116.231] NumberOfImages: 0 [ 116.231] RedMaskSize: 0 [ 116.231] RedFieldPosition: 0 [ 116.231] GreenMaskSize: 0 [ 116.231] GreenFieldPosition: 0 [ 116.231] BlueMaskSize: 0 [ 116.231] BlueFieldPosition: 0 [ 116.231] RsvdMaskSize: 0 [ 116.231] RsvdFieldPosition: 0 [ 116.231] DirectColorModeInfo: 0 [ 116.231] PhysBasePtr: 0x0 [ 116.231] LinBytesPerScanLine: 0 [ 116.231] BnkNumberOfImagePages: 0 [ 116.231] LinNumberOfImagePages: 0 [ 116.231] LinRedMaskSize: 0 [ 116.231] LinRedFieldPosition: 0 [ 116.231] LinGreenMaskSize: 0 [ 116.231] LinGreenFieldPosition: 0 [ 116.231] LinBlueMaskSize: 0 [ 116.231] LinBlueFieldPosition: 0 [ 116.231] LinRsvdMaskSize: 0 [ 116.231] LinRsvdFieldPosition: 0 [ 116.231] MaxPixelClock: 0 [ 116.231] Mode: 166 (0x0) [ 116.232] ModeAttributes: 0x0 [ 116.232] WinAAttributes: 0x0 [ 116.232] WinBAttributes: 0x0 [ 116.232] WinGranularity: 0 [ 116.232] WinSize: 0 [ 116.232] WinASegment: 0x0 [ 116.232] WinBSegment: 0x0 [ 116.232] WinFuncPtr: 0x0 [ 116.232] BytesPerScanline: 0 [ 116.232] XResolution: 0 [ 116.232] YResolution: 0 [ 116.232] XCharSize: 0 [ 116.232] YCharSize: 0 [ 116.232] NumberOfPlanes: 0 [ 116.232] BitsPerPixel: 0 [ 116.232] NumberOfBanks: 0 [ 116.232] MemoryModel: 0 [ 116.232] BankSize: 0 [ 116.232] NumberOfImages: 0 [ 116.232] RedMaskSize: 0 [ 116.232] RedFieldPosition: 0 [ 116.232] GreenMaskSize: 0 [ 116.232] GreenFieldPosition: 0 [ 116.232] BlueMaskSize: 0 [ 116.232] BlueFieldPosition: 0 [ 116.232] RsvdMaskSize: 0 [ 116.232] RsvdFieldPosition: 0 [ 116.232] DirectColorModeInfo: 0 [ 116.232] PhysBasePtr: 0x0 [ 116.232] LinBytesPerScanLine: 0 [ 116.232] BnkNumberOfImagePages: 0 [ 116.232] LinNumberOfImagePages: 0 [ 116.232] LinRedMaskSize: 0 [ 116.232] LinRedFieldPosition: 0 [ 116.232] LinGreenMaskSize: 0 [ 116.232] LinGreenFieldPosition: 0 [ 116.232] LinBlueMaskSize: 0 [ 116.232] LinBlueFieldPosition: 0 [ 116.232] LinRsvdMaskSize: 0 [ 116.232] LinRsvdFieldPosition: 0 [ 116.232] MaxPixelClock: 0 [ 116.232] Mode: 167 (0x0) [ 116.232] ModeAttributes: 0x0 [ 116.233] WinAAttributes: 0x0 [ 116.233] WinBAttributes: 0x0 [ 116.233] WinGranularity: 0 [ 116.233] WinSize: 0 [ 116.233] WinASegment: 0x0 [ 116.233] WinBSegment: 0x0 [ 116.233] WinFuncPtr: 0x0 [ 116.233] BytesPerScanline: 0 [ 116.233] XResolution: 0 [ 116.233] YResolution: 0 [ 116.233] XCharSize: 0 [ 116.233] YCharSize: 0 [ 116.233] NumberOfPlanes: 0 [ 116.233] BitsPerPixel: 0 [ 116.233] NumberOfBanks: 0 [ 116.233] MemoryModel: 0 [ 116.233] BankSize: 0 [ 116.233] NumberOfImages: 0 [ 116.233] RedMaskSize: 0 [ 116.233] RedFieldPosition: 0 [ 116.233] GreenMaskSize: 0 [ 116.233] GreenFieldPosition: 0 [ 116.233] BlueMaskSize: 0 [ 116.233] BlueFieldPosition: 0 [ 116.233] RsvdMaskSize: 0 [ 116.233] RsvdFieldPosition: 0 [ 116.233] DirectColorModeInfo: 0 [ 116.233] PhysBasePtr: 0x0 [ 116.233] LinBytesPerScanLine: 0 [ 116.233] BnkNumberOfImagePages: 0 [ 116.233] LinNumberOfImagePages: 0 [ 116.233] LinRedMaskSize: 0 [ 116.233] LinRedFieldPosition: 0 [ 116.233] LinGreenMaskSize: 0 [ 116.233] LinGreenFieldPosition: 0 [ 116.233] LinBlueMaskSize: 0 [ 116.233] LinBlueFieldPosition: 0 [ 116.233] LinRsvdMaskSize: 0 [ 116.233] LinRsvdFieldPosition: 0 [ 116.233] MaxPixelClock: 0 [ 116.233] Mode: 168 (0x0) [ 116.233] ModeAttributes: 0x0 [ 116.233] WinAAttributes: 0x0 [ 116.233] WinBAttributes: 0x0 [ 116.234] WinGranularity: 0 [ 116.234] WinSize: 0 [ 116.234] WinASegment: 0x0 [ 116.234] WinBSegment: 0x0 [ 116.234] WinFuncPtr: 0x0 [ 116.234] BytesPerScanline: 0 [ 116.234] XResolution: 0 [ 116.234] YResolution: 0 [ 116.234] XCharSize: 0 [ 116.234] YCharSize: 0 [ 116.234] NumberOfPlanes: 0 [ 116.234] BitsPerPixel: 0 [ 116.234] NumberOfBanks: 0 [ 116.234] MemoryModel: 0 [ 116.234] BankSize: 0 [ 116.234] NumberOfImages: 0 [ 116.234] RedMaskSize: 0 [ 116.234] RedFieldPosition: 0 [ 116.234] GreenMaskSize: 0 [ 116.234] GreenFieldPosition: 0 [ 116.234] BlueMaskSize: 0 [ 116.234] BlueFieldPosition: 0 [ 116.234] RsvdMaskSize: 0 [ 116.234] RsvdFieldPosition: 0 [ 116.234] DirectColorModeInfo: 0 [ 116.234] PhysBasePtr: 0x0 [ 116.234] LinBytesPerScanLine: 0 [ 116.234] BnkNumberOfImagePages: 0 [ 116.234] LinNumberOfImagePages: 0 [ 116.234] LinRedMaskSize: 0 [ 116.234] LinRedFieldPosition: 0 [ 116.234] LinGreenMaskSize: 0 [ 116.234] LinGreenFieldPosition: 0 [ 116.234] LinBlueMaskSize: 0 [ 116.234] LinBlueFieldPosition: 0 [ 116.234] LinRsvdMaskSize: 0 [ 116.234] LinRsvdFieldPosition: 0 [ 116.234] MaxPixelClock: 0 [ 116.234] Mode: 169 (0x0) [ 116.234] ModeAttributes: 0x0 [ 116.234] WinAAttributes: 0x0 [ 116.234] WinBAttributes: 0x0 [ 116.234] WinGranularity: 0 [ 116.235] WinSize: 0 [ 116.235] WinASegment: 0x0 [ 116.235] WinBSegment: 0x0 [ 116.235] WinFuncPtr: 0x0 [ 116.235] BytesPerScanline: 0 [ 116.235] XResolution: 0 [ 116.235] YResolution: 0 [ 116.235] XCharSize: 0 [ 116.235] YCharSize: 0 [ 116.235] NumberOfPlanes: 0 [ 116.235] BitsPerPixel: 0 [ 116.235] NumberOfBanks: 0 [ 116.235] MemoryModel: 0 [ 116.235] BankSize: 0 [ 116.235] NumberOfImages: 0 [ 116.235] RedMaskSize: 0 [ 116.235] RedFieldPosition: 0 [ 116.235] GreenMaskSize: 0 [ 116.235] GreenFieldPosition: 0 [ 116.235] BlueMaskSize: 0 [ 116.235] BlueFieldPosition: 0 [ 116.235] RsvdMaskSize: 0 [ 116.235] RsvdFieldPosition: 0 [ 116.235] DirectColorModeInfo: 0 [ 116.235] PhysBasePtr: 0x0 [ 116.235] LinBytesPerScanLine: 0 [ 116.235] BnkNumberOfImagePages: 0 [ 116.235] LinNumberOfImagePages: 0 [ 116.235] LinRedMaskSize: 0 [ 116.235] LinRedFieldPosition: 0 [ 116.235] LinGreenMaskSize: 0 [ 116.235] LinGreenFieldPosition: 0 [ 116.235] LinBlueMaskSize: 0 [ 116.235] LinBlueFieldPosition: 0 [ 116.235] LinRsvdMaskSize: 0 [ 116.235] LinRsvdFieldPosition: 0 [ 116.235] MaxPixelClock: 0 [ 116.235] Mode: 16a (0x0) [ 116.235] ModeAttributes: 0x0 [ 116.235] WinAAttributes: 0x0 [ 116.235] WinBAttributes: 0x0 [ 116.235] WinGranularity: 0 [ 116.235] WinSize: 0 [ 116.236] WinASegment: 0x0 [ 116.236] WinBSegment: 0x0 [ 116.236] WinFuncPtr: 0x0 [ 116.236] BytesPerScanline: 0 [ 116.236] XResolution: 0 [ 116.236] YResolution: 0 [ 116.236] XCharSize: 0 [ 116.236] YCharSize: 0 [ 116.236] NumberOfPlanes: 0 [ 116.236] BitsPerPixel: 0 [ 116.236] NumberOfBanks: 0 [ 116.236] MemoryModel: 0 [ 116.236] BankSize: 0 [ 116.236] NumberOfImages: 0 [ 116.236] RedMaskSize: 0 [ 116.236] RedFieldPosition: 0 [ 116.236] GreenMaskSize: 0 [ 116.236] GreenFieldPosition: 0 [ 116.236] BlueMaskSize: 0 [ 116.236] BlueFieldPosition: 0 [ 116.236] RsvdMaskSize: 0 [ 116.236] RsvdFieldPosition: 0 [ 116.236] DirectColorModeInfo: 0 [ 116.236] PhysBasePtr: 0x0 [ 116.236] LinBytesPerScanLine: 0 [ 116.236] BnkNumberOfImagePages: 0 [ 116.236] LinNumberOfImagePages: 0 [ 116.236] LinRedMaskSize: 0 [ 116.236] LinRedFieldPosition: 0 [ 116.236] LinGreenMaskSize: 0 [ 116.236] LinGreenFieldPosition: 0 [ 116.236] LinBlueMaskSize: 0 [ 116.236] LinBlueFieldPosition: 0 [ 116.236] LinRsvdMaskSize: 0 [ 116.236] LinRsvdFieldPosition: 0 [ 116.236] MaxPixelClock: 0 [ 116.236] Mode: 16b (0x0) [ 116.236] ModeAttributes: 0x0 [ 116.236] WinAAttributes: 0x0 [ 116.236] WinBAttributes: 0x0 [ 116.236] WinGranularity: 0 [ 116.236] WinSize: 0 [ 116.236] WinASegment: 0x0 [ 116.237] WinBSegment: 0x0 [ 116.237] WinFuncPtr: 0x0 [ 116.237] BytesPerScanline: 0 [ 116.237] XResolution: 0 [ 116.237] YResolution: 0 [ 116.237] XCharSize: 0 [ 116.237] YCharSize: 0 [ 116.237] NumberOfPlanes: 0 [ 116.237] BitsPerPixel: 0 [ 116.237] NumberOfBanks: 0 [ 116.237] MemoryModel: 0 [ 116.237] BankSize: 0 [ 116.237] NumberOfImages: 0 [ 116.237] RedMaskSize: 0 [ 116.237] RedFieldPosition: 0 [ 116.237] GreenMaskSize: 0 [ 116.237] GreenFieldPosition: 0 [ 116.237] BlueMaskSize: 0 [ 116.237] BlueFieldPosition: 0 [ 116.237] RsvdMaskSize: 0 [ 116.237] RsvdFieldPosition: 0 [ 116.237] DirectColorModeInfo: 0 [ 116.237] PhysBasePtr: 0x0 [ 116.237] LinBytesPerScanLine: 0 [ 116.237] BnkNumberOfImagePages: 0 [ 116.237] LinNumberOfImagePages: 0 [ 116.237] LinRedMaskSize: 0 [ 116.237] LinRedFieldPosition: 0 [ 116.237] LinGreenMaskSize: 0 [ 116.237] LinGreenFieldPosition: 0 [ 116.237] LinBlueMaskSize: 0 [ 116.237] LinBlueFieldPosition: 0 [ 116.237] LinRsvdMaskSize: 0 [ 116.237] LinRsvdFieldPosition: 0 [ 116.237] MaxPixelClock: 0 [ 116.237] Mode: 16c (0x0) [ 116.237] ModeAttributes: 0x0 [ 116.237] WinAAttributes: 0x0 [ 116.237] WinBAttributes: 0x0 [ 116.237] WinGranularity: 0 [ 116.237] WinSize: 0 [ 116.237] WinASegment: 0x0 [ 116.237] WinBSegment: 0x0 [ 116.238] WinFuncPtr: 0x0 [ 116.238] BytesPerScanline: 0 [ 116.238] XResolution: 0 [ 116.238] YResolution: 0 [ 116.238] XCharSize: 0 [ 116.238] YCharSize: 0 [ 116.238] NumberOfPlanes: 0 [ 116.238] BitsPerPixel: 0 [ 116.238] NumberOfBanks: 0 [ 116.238] MemoryModel: 0 [ 116.238] BankSize: 0 [ 116.238] NumberOfImages: 0 [ 116.238] RedMaskSize: 0 [ 116.238] RedFieldPosition: 0 [ 116.238] GreenMaskSize: 0 [ 116.238] GreenFieldPosition: 0 [ 116.238] BlueMaskSize: 0 [ 116.238] BlueFieldPosition: 0 [ 116.238] RsvdMaskSize: 0 [ 116.238] RsvdFieldPosition: 0 [ 116.238] DirectColorModeInfo: 0 [ 116.238] PhysBasePtr: 0x0 [ 116.238] LinBytesPerScanLine: 0 [ 116.238] BnkNumberOfImagePages: 0 [ 116.238] LinNumberOfImagePages: 0 [ 116.238] LinRedMaskSize: 0 [ 116.238] LinRedFieldPosition: 0 [ 116.238] LinGreenMaskSize: 0 [ 116.238] LinGreenFieldPosition: 0 [ 116.238] LinBlueMaskSize: 0 [ 116.238] LinBlueFieldPosition: 0 [ 116.238] LinRsvdMaskSize: 0 [ 116.238] LinRsvdFieldPosition: 0 [ 116.238] MaxPixelClock: 0 [ 116.238] Mode: 16d (0x0) [ 116.238] ModeAttributes: 0x0 [ 116.238] WinAAttributes: 0x0 [ 116.238] WinBAttributes: 0x0 [ 116.238] WinGranularity: 0 [ 116.238] WinSize: 0 [ 116.238] WinASegment: 0x0 [ 116.238] WinBSegment: 0x0 [ 116.239] WinFuncPtr: 0x0 [ 116.239] BytesPerScanline: 0 [ 116.239] XResolution: 0 [ 116.239] YResolution: 0 [ 116.239] XCharSize: 0 [ 116.239] YCharSize: 0 [ 116.239] NumberOfPlanes: 0 [ 116.239] BitsPerPixel: 0 [ 116.239] NumberOfBanks: 0 [ 116.239] MemoryModel: 0 [ 116.239] BankSize: 0 [ 116.239] NumberOfImages: 0 [ 116.239] RedMaskSize: 0 [ 116.239] RedFieldPosition: 0 [ 116.239] GreenMaskSize: 0 [ 116.239] GreenFieldPosition: 0 [ 116.239] BlueMaskSize: 0 [ 116.239] BlueFieldPosition: 0 [ 116.239] RsvdMaskSize: 0 [ 116.239] RsvdFieldPosition: 0 [ 116.239] DirectColorModeInfo: 0 [ 116.239] PhysBasePtr: 0x0 [ 116.239] LinBytesPerScanLine: 0 [ 116.239] BnkNumberOfImagePages: 0 [ 116.239] LinNumberOfImagePages: 0 [ 116.239] LinRedMaskSize: 0 [ 116.239] LinRedFieldPosition: 0 [ 116.239] LinGreenMaskSize: 0 [ 116.239] LinGreenFieldPosition: 0 [ 116.239] LinBlueMaskSize: 0 [ 116.239] LinBlueFieldPosition: 0 [ 116.239] LinRsvdMaskSize: 0 [ 116.239] LinRsvdFieldPosition: 0 [ 116.239] MaxPixelClock: 0 [ 116.239] Mode: 16e (0x0) [ 116.239] ModeAttributes: 0x0 [ 116.239] WinAAttributes: 0x0 [ 116.239] WinBAttributes: 0x0 [ 116.239] WinGranularity: 0 [ 116.239] WinSize: 0 [ 116.239] WinASegment: 0x0 [ 116.239] WinBSegment: 0x0 [ 116.240] WinFuncPtr: 0x0 [ 116.240] BytesPerScanline: 0 [ 116.240] XResolution: 0 [ 116.240] YResolution: 0 [ 116.240] XCharSize: 0 [ 116.240] YCharSize: 0 [ 116.240] NumberOfPlanes: 0 [ 116.240] BitsPerPixel: 0 [ 116.240] NumberOfBanks: 0 [ 116.240] MemoryModel: 0 [ 116.240] BankSize: 0 [ 116.240] NumberOfImages: 0 [ 116.240] RedMaskSize: 0 [ 116.240] RedFieldPosition: 0 [ 116.240] GreenMaskSize: 0 [ 116.240] GreenFieldPosition: 0 [ 116.240] BlueMaskSize: 0 [ 116.240] BlueFieldPosition: 0 [ 116.240] RsvdMaskSize: 0 [ 116.240] RsvdFieldPosition: 0 [ 116.240] DirectColorModeInfo: 0 [ 116.240] PhysBasePtr: 0x0 [ 116.240] LinBytesPerScanLine: 0 [ 116.240] BnkNumberOfImagePages: 0 [ 116.240] LinNumberOfImagePages: 0 [ 116.240] LinRedMaskSize: 0 [ 116.240] LinRedFieldPosition: 0 [ 116.240] LinGreenMaskSize: 0 [ 116.240] LinGreenFieldPosition: 0 [ 116.240] LinBlueMaskSize: 0 [ 116.240] LinBlueFieldPosition: 0 [ 116.240] LinRsvdMaskSize: 0 [ 116.240] LinRsvdFieldPosition: 0 [ 116.240] MaxPixelClock: 0 [ 116.240] Mode: 16f (0x0) [ 116.240] ModeAttributes: 0x0 [ 116.240] WinAAttributes: 0x0 [ 116.240] WinBAttributes: 0x0 [ 116.240] WinGranularity: 0 [ 116.240] WinSize: 0 [ 116.240] WinASegment: 0x0 [ 116.240] WinBSegment: 0x0 [ 116.241] WinFuncPtr: 0x0 [ 116.241] BytesPerScanline: 0 [ 116.241] XResolution: 0 [ 116.241] YResolution: 0 [ 116.241] XCharSize: 0 [ 116.241] YCharSize: 0 [ 116.241] NumberOfPlanes: 0 [ 116.241] BitsPerPixel: 0 [ 116.241] NumberOfBanks: 0 [ 116.241] MemoryModel: 0 [ 116.241] BankSize: 0 [ 116.241] NumberOfImages: 0 [ 116.241] RedMaskSize: 0 [ 116.241] RedFieldPosition: 0 [ 116.241] GreenMaskSize: 0 [ 116.241] GreenFieldPosition: 0 [ 116.241] BlueMaskSize: 0 [ 116.241] BlueFieldPosition: 0 [ 116.241] RsvdMaskSize: 0 [ 116.241] RsvdFieldPosition: 0 [ 116.241] DirectColorModeInfo: 0 [ 116.241] PhysBasePtr: 0x0 [ 116.241] LinBytesPerScanLine: 0 [ 116.241] BnkNumberOfImagePages: 0 [ 116.241] LinNumberOfImagePages: 0 [ 116.241] LinRedMaskSize: 0 [ 116.241] LinRedFieldPosition: 0 [ 116.241] LinGreenMaskSize: 0 [ 116.241] LinGreenFieldPosition: 0 [ 116.241] LinBlueMaskSize: 0 [ 116.241] LinBlueFieldPosition: 0 [ 116.241] LinRsvdMaskSize: 0 [ 116.241] LinRsvdFieldPosition: 0 [ 116.241] MaxPixelClock: 0 [ 116.241] Mode: 170 (0x0) [ 116.241] ModeAttributes: 0x0 [ 116.241] WinAAttributes: 0x0 [ 116.241] WinBAttributes: 0x0 [ 116.241] WinGranularity: 0 [ 116.241] WinSize: 0 [ 116.241] WinASegment: 0x0 [ 116.241] WinBSegment: 0x0 [ 116.242] WinFuncPtr: 0x0 [ 116.242] BytesPerScanline: 0 [ 116.242] XResolution: 0 [ 116.242] YResolution: 0 [ 116.242] XCharSize: 0 [ 116.242] YCharSize: 0 [ 116.242] NumberOfPlanes: 0 [ 116.242] BitsPerPixel: 0 [ 116.242] NumberOfBanks: 0 [ 116.242] MemoryModel: 0 [ 116.242] BankSize: 0 [ 116.242] NumberOfImages: 0 [ 116.242] RedMaskSize: 0 [ 116.242] RedFieldPosition: 0 [ 116.242] GreenMaskSize: 0 [ 116.242] GreenFieldPosition: 0 [ 116.242] BlueMaskSize: 0 [ 116.242] BlueFieldPosition: 0 [ 116.242] RsvdMaskSize: 0 [ 116.242] RsvdFieldPosition: 0 [ 116.242] DirectColorModeInfo: 0 [ 116.242] PhysBasePtr: 0x0 [ 116.242] LinBytesPerScanLine: 0 [ 116.242] BnkNumberOfImagePages: 0 [ 116.242] LinNumberOfImagePages: 0 [ 116.242] LinRedMaskSize: 0 [ 116.242] LinRedFieldPosition: 0 [ 116.242] LinGreenMaskSize: 0 [ 116.242] LinGreenFieldPosition: 0 [ 116.242] LinBlueMaskSize: 0 [ 116.242] LinBlueFieldPosition: 0 [ 116.242] LinRsvdMaskSize: 0 [ 116.242] LinRsvdFieldPosition: 0 [ 116.242] MaxPixelClock: 0 [ 116.242] Mode: 171 (0x0) [ 116.242] ModeAttributes: 0x0 [ 116.242] WinAAttributes: 0x0 [ 116.242] WinBAttributes: 0x0 [ 116.242] WinGranularity: 0 [ 116.242] WinSize: 0 [ 116.242] WinASegment: 0x0 [ 116.243] WinBSegment: 0x0 [ 116.243] WinFuncPtr: 0x0 [ 116.243] BytesPerScanline: 0 [ 116.243] XResolution: 0 [ 116.243] YResolution: 0 [ 116.243] XCharSize: 0 [ 116.243] YCharSize: 0 [ 116.243] NumberOfPlanes: 0 [ 116.243] BitsPerPixel: 0 [ 116.243] NumberOfBanks: 0 [ 116.243] MemoryModel: 0 [ 116.243] BankSize: 0 [ 116.243] NumberOfImages: 0 [ 116.243] RedMaskSize: 0 [ 116.243] RedFieldPosition: 0 [ 116.243] GreenMaskSize: 0 [ 116.243] GreenFieldPosition: 0 [ 116.243] BlueMaskSize: 0 [ 116.243] BlueFieldPosition: 0 [ 116.243] RsvdMaskSize: 0 [ 116.243] RsvdFieldPosition: 0 [ 116.243] DirectColorModeInfo: 0 [ 116.243] PhysBasePtr: 0x0 [ 116.243] LinBytesPerScanLine: 0 [ 116.243] BnkNumberOfImagePages: 0 [ 116.243] LinNumberOfImagePages: 0 [ 116.243] LinRedMaskSize: 0 [ 116.243] LinRedFieldPosition: 0 [ 116.243] LinGreenMaskSize: 0 [ 116.243] LinGreenFieldPosition: 0 [ 116.243] LinBlueMaskSize: 0 [ 116.243] LinBlueFieldPosition: 0 [ 116.243] LinRsvdMaskSize: 0 [ 116.243] LinRsvdFieldPosition: 0 [ 116.243] MaxPixelClock: 0 [ 116.243] Mode: 13c (0x0) [ 116.243] ModeAttributes: 0x0 [ 116.243] WinAAttributes: 0x0 [ 116.244] WinBAttributes: 0x0 [ 116.244] WinGranularity: 0 [ 116.244] WinSize: 0 [ 116.244] WinASegment: 0x0 [ 116.244] WinBSegment: 0x0 [ 116.244] WinFuncPtr: 0x0 [ 116.244] BytesPerScanline: 0 [ 116.244] XResolution: 0 [ 116.244] YResolution: 0 [ 116.244] XCharSize: 0 [ 116.244] YCharSize: 0 [ 116.244] NumberOfPlanes: 0 [ 116.244] BitsPerPixel: 0 [ 116.244] NumberOfBanks: 0 [ 116.244] MemoryModel: 0 [ 116.244] BankSize: 0 [ 116.244] NumberOfImages: 0 [ 116.244] RedMaskSize: 0 [ 116.244] RedFieldPosition: 0 [ 116.244] GreenMaskSize: 0 [ 116.244] GreenFieldPosition: 0 [ 116.244] BlueMaskSize: 0 [ 116.244] BlueFieldPosition: 0 [ 116.244] RsvdMaskSize: 0 [ 116.244] RsvdFieldPosition: 0 [ 116.244] DirectColorModeInfo: 0 [ 116.244] PhysBasePtr: 0x0 [ 116.244] LinBytesPerScanLine: 0 [ 116.244] BnkNumberOfImagePages: 0 [ 116.244] LinNumberOfImagePages: 0 [ 116.244] LinRedMaskSize: 0 [ 116.244] LinRedFieldPosition: 0 [ 116.244] LinGreenMaskSize: 0 [ 116.244] LinGreenFieldPosition: 0 [ 116.244] LinBlueMaskSize: 0 [ 116.244] LinBlueFieldPosition: 0 [ 116.244] LinRsvdMaskSize: 0 [ 116.244] LinRsvdFieldPosition: 0 [ 116.244] MaxPixelClock: 0 [ 116.245] Mode: 14d (0x0) [ 116.245] ModeAttributes: 0x0 [ 116.245] WinAAttributes: 0x0 [ 116.245] WinBAttributes: 0x0 [ 116.245] WinGranularity: 0 [ 116.245] WinSize: 0 [ 116.245] WinASegment: 0x0 [ 116.245] WinBSegment: 0x0 [ 116.245] WinFuncPtr: 0x0 [ 116.245] BytesPerScanline: 0 [ 116.245] XResolution: 0 [ 116.245] YResolution: 0 [ 116.245] XCharSize: 0 [ 116.245] YCharSize: 0 [ 116.245] NumberOfPlanes: 0 [ 116.245] BitsPerPixel: 0 [ 116.245] NumberOfBanks: 0 [ 116.245] MemoryModel: 0 [ 116.245] BankSize: 0 [ 116.245] NumberOfImages: 0 [ 116.245] RedMaskSize: 0 [ 116.245] RedFieldPosition: 0 [ 116.245] GreenMaskSize: 0 [ 116.245] GreenFieldPosition: 0 [ 116.245] BlueMaskSize: 0 [ 116.245] BlueFieldPosition: 0 [ 116.245] RsvdMaskSize: 0 [ 116.245] RsvdFieldPosition: 0 [ 116.245] DirectColorModeInfo: 0 [ 116.245] PhysBasePtr: 0x0 [ 116.245] LinBytesPerScanLine: 0 [ 116.245] BnkNumberOfImagePages: 0 [ 116.245] LinNumberOfImagePages: 0 [ 116.245] LinRedMaskSize: 0 [ 116.245] LinRedFieldPosition: 0 [ 116.245] LinGreenMaskSize: 0 [ 116.245] LinGreenFieldPosition: 0 [ 116.245] LinBlueMaskSize: 0 [ 116.245] LinBlueFieldPosition: 0 [ 116.245] LinRsvdMaskSize: 0 [ 116.245] LinRsvdFieldPosition: 0 [ 116.245] MaxPixelClock: 0 [ 116.246] Mode: 15c (0x0) [ 116.246] ModeAttributes: 0x0 [ 116.246] WinAAttributes: 0x0 [ 116.246] WinBAttributes: 0x0 [ 116.246] WinGranularity: 0 [ 116.246] WinSize: 0 [ 116.246] WinASegment: 0x0 [ 116.246] WinBSegment: 0x0 [ 116.246] WinFuncPtr: 0x0 [ 116.246] BytesPerScanline: 0 [ 116.246] XResolution: 0 [ 116.246] YResolution: 0 [ 116.246] XCharSize: 0 [ 116.246] YCharSize: 0 [ 116.246] NumberOfPlanes: 0 [ 116.246] BitsPerPixel: 0 [ 116.246] NumberOfBanks: 0 [ 116.246] MemoryModel: 0 [ 116.246] BankSize: 0 [ 116.246] NumberOfImages: 0 [ 116.246] RedMaskSize: 0 [ 116.246] RedFieldPosition: 0 [ 116.246] GreenMaskSize: 0 [ 116.246] GreenFieldPosition: 0 [ 116.246] BlueMaskSize: 0 [ 116.246] BlueFieldPosition: 0 [ 116.246] RsvdMaskSize: 0 [ 116.246] RsvdFieldPosition: 0 [ 116.246] DirectColorModeInfo: 0 [ 116.246] PhysBasePtr: 0x0 [ 116.246] LinBytesPerScanLine: 0 [ 116.246] BnkNumberOfImagePages: 0 [ 116.246] LinNumberOfImagePages: 0 [ 116.246] LinRedMaskSize: 0 [ 116.246] LinRedFieldPosition: 0 [ 116.246] LinGreenMaskSize: 0 [ 116.246] LinGreenFieldPosition: 0 [ 116.246] LinBlueMaskSize: 0 [ 116.246] LinBlueFieldPosition: 0 [ 116.246] LinRsvdMaskSize: 0 [ 116.246] LinRsvdFieldPosition: 0 [ 116.246] MaxPixelClock: 0 [ 116.247] Mode: 13a (0x0) [ 116.247] ModeAttributes: 0x0 [ 116.247] WinAAttributes: 0x0 [ 116.247] WinBAttributes: 0x0 [ 116.247] WinGranularity: 0 [ 116.247] WinSize: 0 [ 116.247] WinASegment: 0x0 [ 116.247] WinBSegment: 0x0 [ 116.247] WinFuncPtr: 0x0 [ 116.247] BytesPerScanline: 0 [ 116.247] XResolution: 0 [ 116.247] YResolution: 0 [ 116.247] XCharSize: 0 [ 116.247] YCharSize: 0 [ 116.247] NumberOfPlanes: 0 [ 116.247] BitsPerPixel: 0 [ 116.247] NumberOfBanks: 0 [ 116.247] MemoryModel: 0 [ 116.247] BankSize: 0 [ 116.247] NumberOfImages: 0 [ 116.247] RedMaskSize: 0 [ 116.247] RedFieldPosition: 0 [ 116.247] GreenMaskSize: 0 [ 116.247] GreenFieldPosition: 0 [ 116.247] BlueMaskSize: 0 [ 116.247] BlueFieldPosition: 0 [ 116.247] RsvdMaskSize: 0 [ 116.247] RsvdFieldPosition: 0 [ 116.247] DirectColorModeInfo: 0 [ 116.247] PhysBasePtr: 0x0 [ 116.247] LinBytesPerScanLine: 0 [ 116.247] BnkNumberOfImagePages: 0 [ 116.247] LinNumberOfImagePages: 0 [ 116.247] LinRedMaskSize: 0 [ 116.247] LinRedFieldPosition: 0 [ 116.247] LinGreenMaskSize: 0 [ 116.247] LinGreenFieldPosition: 0 [ 116.247] LinBlueMaskSize: 0 [ 116.247] LinBlueFieldPosition: 0 [ 116.247] LinRsvdMaskSize: 0 [ 116.247] LinRsvdFieldPosition: 0 [ 116.247] MaxPixelClock: 0 [ 116.248] Mode: 14b (0x0) [ 116.248] ModeAttributes: 0x0 [ 116.248] WinAAttributes: 0x0 [ 116.248] WinBAttributes: 0x0 [ 116.248] WinGranularity: 0 [ 116.248] WinSize: 0 [ 116.248] WinASegment: 0x0 [ 116.248] WinBSegment: 0x0 [ 116.248] WinFuncPtr: 0x0 [ 116.248] BytesPerScanline: 0 [ 116.248] XResolution: 0 [ 116.248] YResolution: 0 [ 116.248] XCharSize: 0 [ 116.248] YCharSize: 0 [ 116.248] NumberOfPlanes: 0 [ 116.248] BitsPerPixel: 0 [ 116.248] NumberOfBanks: 0 [ 116.248] MemoryModel: 0 [ 116.248] BankSize: 0 [ 116.248] NumberOfImages: 0 [ 116.248] RedMaskSize: 0 [ 116.248] RedFieldPosition: 0 [ 116.248] GreenMaskSize: 0 [ 116.248] GreenFieldPosition: 0 [ 116.248] BlueMaskSize: 0 [ 116.248] BlueFieldPosition: 0 [ 116.248] RsvdMaskSize: 0 [ 116.248] RsvdFieldPosition: 0 [ 116.248] DirectColorModeInfo: 0 [ 116.248] PhysBasePtr: 0x0 [ 116.248] LinBytesPerScanLine: 0 [ 116.248] BnkNumberOfImagePages: 0 [ 116.248] LinNumberOfImagePages: 0 [ 116.248] LinRedMaskSize: 0 [ 116.248] LinRedFieldPosition: 0 [ 116.248] LinGreenMaskSize: 0 [ 116.248] LinGreenFieldPosition: 0 [ 116.249] LinBlueMaskSize: 0 [ 116.249] LinBlueFieldPosition: 0 [ 116.249] LinRsvdMaskSize: 0 [ 116.249] LinRsvdFieldPosition: 0 [ 116.249] MaxPixelClock: 0 [ 116.249] Mode: 15a (0x0) [ 116.249] ModeAttributes: 0x0 [ 116.249] WinAAttributes: 0x0 [ 116.249] WinBAttributes: 0x0 [ 116.249] WinGranularity: 0 [ 116.249] WinSize: 0 [ 116.249] WinASegment: 0x0 [ 116.249] WinBSegment: 0x0 [ 116.249] WinFuncPtr: 0x0 [ 116.249] BytesPerScanline: 0 [ 116.249] XResolution: 0 [ 116.249] YResolution: 0 [ 116.249] XCharSize: 0 [ 116.249] YCharSize: 0 [ 116.249] NumberOfPlanes: 0 [ 116.249] BitsPerPixel: 0 [ 116.249] NumberOfBanks: 0 [ 116.249] MemoryModel: 0 [ 116.249] BankSize: 0 [ 116.249] NumberOfImages: 0 [ 116.249] RedMaskSize: 0 [ 116.249] RedFieldPosition: 0 [ 116.249] GreenMaskSize: 0 [ 116.249] GreenFieldPosition: 0 [ 116.249] BlueMaskSize: 0 [ 116.249] BlueFieldPosition: 0 [ 116.249] RsvdMaskSize: 0 [ 116.249] RsvdFieldPosition: 0 [ 116.249] DirectColorModeInfo: 0 [ 116.250] PhysBasePtr: 0x0 [ 116.250] LinBytesPerScanLine: 0 [ 116.250] BnkNumberOfImagePages: 0 [ 116.250] LinNumberOfImagePages: 0 [ 116.250] LinRedMaskSize: 0 [ 116.250] LinRedFieldPosition: 0 [ 116.250] LinGreenMaskSize: 0 [ 116.250] LinGreenFieldPosition: 0 [ 116.250] LinBlueMaskSize: 0 [ 116.250] LinBlueFieldPosition: 0 [ 116.250] LinRsvdMaskSize: 0 [ 116.250] LinRsvdFieldPosition: 0 [ 116.250] MaxPixelClock: 0 [ 116.250] Mode: 107 (0x0) [ 116.250] ModeAttributes: 0x0 [ 116.250] WinAAttributes: 0x0 [ 116.250] WinBAttributes: 0x0 [ 116.250] WinGranularity: 0 [ 116.250] WinSize: 0 [ 116.250] WinASegment: 0x0 [ 116.250] WinBSegment: 0x0 [ 116.250] WinFuncPtr: 0x0 [ 116.250] BytesPerScanline: 0 [ 116.250] XResolution: 0 [ 116.250] YResolution: 0 [ 116.250] XCharSize: 0 [ 116.250] YCharSize: 0 [ 116.250] NumberOfPlanes: 0 [ 116.250] BitsPerPixel: 0 [ 116.250] NumberOfBanks: 0 [ 116.250] MemoryModel: 0 [ 116.250] BankSize: 0 [ 116.250] NumberOfImages: 0 [ 116.250] RedMaskSize: 0 [ 116.250] RedFieldPosition: 0 [ 116.250] GreenMaskSize: 0 [ 116.250] GreenFieldPosition: 0 [ 116.250] BlueMaskSize: 0 [ 116.251] BlueFieldPosition: 0 [ 116.251] RsvdMaskSize: 0 [ 116.251] RsvdFieldPosition: 0 [ 116.251] DirectColorModeInfo: 0 [ 116.251] PhysBasePtr: 0x0 [ 116.251] LinBytesPerScanLine: 0 [ 116.251] BnkNumberOfImagePages: 0 [ 116.251] LinNumberOfImagePages: 0 [ 116.251] LinRedMaskSize: 0 [ 116.251] LinRedFieldPosition: 0 [ 116.251] LinGreenMaskSize: 0 [ 116.251] LinGreenFieldPosition: 0 [ 116.251] LinBlueMaskSize: 0 [ 116.251] LinBlueFieldPosition: 0 [ 116.251] LinRsvdMaskSize: 0 [ 116.251] LinRsvdFieldPosition: 0 [ 116.251] MaxPixelClock: 0 [ 116.251] Mode: 11a (0x0) [ 116.251] ModeAttributes: 0x0 [ 116.251] WinAAttributes: 0x0 [ 116.251] WinBAttributes: 0x0 [ 116.251] WinGranularity: 0 [ 116.251] WinSize: 0 [ 116.251] WinASegment: 0x0 [ 116.251] WinBSegment: 0x0 [ 116.251] WinFuncPtr: 0x0 [ 116.251] BytesPerScanline: 0 [ 116.251] XResolution: 0 [ 116.251] YResolution: 0 [ 116.251] XCharSize: 0 [ 116.251] YCharSize: 0 [ 116.251] NumberOfPlanes: 0 [ 116.251] BitsPerPixel: 0 [ 116.251] NumberOfBanks: 0 [ 116.251] MemoryModel: 0 [ 116.251] BankSize: 0 [ 116.251] NumberOfImages: 0 [ 116.252] RedMaskSize: 0 [ 116.252] RedFieldPosition: 0 [ 116.252] GreenMaskSize: 0 [ 116.252] GreenFieldPosition: 0 [ 116.252] BlueMaskSize: 0 [ 116.252] BlueFieldPosition: 0 [ 116.252] RsvdMaskSize: 0 [ 116.252] RsvdFieldPosition: 0 [ 116.252] DirectColorModeInfo: 0 [ 116.252] PhysBasePtr: 0x0 [ 116.252] LinBytesPerScanLine: 0 [ 116.252] BnkNumberOfImagePages: 0 [ 116.252] LinNumberOfImagePages: 0 [ 116.252] LinRedMaskSize: 0 [ 116.252] LinRedFieldPosition: 0 [ 116.252] LinGreenMaskSize: 0 [ 116.252] LinGreenFieldPosition: 0 [ 116.252] LinBlueMaskSize: 0 [ 116.252] LinBlueFieldPosition: 0 [ 116.252] LinRsvdMaskSize: 0 [ 116.252] LinRsvdFieldPosition: 0 [ 116.252] MaxPixelClock: 0 [ 116.252] Mode: 11b (0x0) [ 116.252] ModeAttributes: 0x0 [ 116.252] WinAAttributes: 0x0 [ 116.252] WinBAttributes: 0x0 [ 116.252] WinGranularity: 0 [ 116.252] WinSize: 0 [ 116.252] WinASegment: 0x0 [ 116.252] WinBSegment: 0x0 [ 116.252] WinFuncPtr: 0x0 [ 116.252] BytesPerScanline: 0 [ 116.252] XResolution: 0 [ 116.253] YResolution: 0 [ 116.253] XCharSize: 0 [ 116.253] YCharSize: 0 [ 116.253] NumberOfPlanes: 0 [ 116.253] BitsPerPixel: 0 [ 116.253] NumberOfBanks: 0 [ 116.253] MemoryModel: 0 [ 116.253] BankSize: 0 [ 116.253] NumberOfImages: 0 [ 116.253] RedMaskSize: 0 [ 116.253] RedFieldPosition: 0 [ 116.253] GreenMaskSize: 0 [ 116.253] GreenFieldPosition: 0 [ 116.253] BlueMaskSize: 0 [ 116.253] BlueFieldPosition: 0 [ 116.253] RsvdMaskSize: 0 [ 116.253] RsvdFieldPosition: 0 [ 116.253] DirectColorModeInfo: 0 [ 116.253] PhysBasePtr: 0x0 [ 116.253] LinBytesPerScanLine: 0 [ 116.253] BnkNumberOfImagePages: 0 [ 116.253] LinNumberOfImagePages: 0 [ 116.253] LinRedMaskSize: 0 [ 116.253] LinRedFieldPosition: 0 [ 116.253] LinGreenMaskSize: 0 [ 116.253] LinGreenFieldPosition: 0 [ 116.253] LinBlueMaskSize: 0 [ 116.253] LinBlueFieldPosition: 0 [ 116.253] LinRsvdMaskSize: 0 [ 116.253] LinRsvdFieldPosition: 0 [ 116.253] MaxPixelClock: 0 [ 116.254] Mode: 105 (1024x768) [ 116.254] ModeAttributes: 0x9b [ 116.254] WinAAttributes: 0x7 [ 116.254] WinBAttributes: 0x0 [ 116.254] WinGranularity: 64 [ 116.254] WinSize: 64 [ 116.254] WinASegment: 0xa000 [ 116.254] WinBSegment: 0x0 [ 116.254] WinFuncPtr: 0xc0007c76 [ 116.254] BytesPerScanline: 1024 [ 116.254] XResolution: 1024 [ 116.254] YResolution: 768 [ 116.254] XCharSize: 8 [ 116.254] YCharSize: 16 [ 116.254] NumberOfPlanes: 1 [ 116.254] BitsPerPixel: 8 [ 116.254] NumberOfBanks: 1 [ 116.254] MemoryModel: 4 [ 116.254] BankSize: 0 [ 116.254] NumberOfImages: 8 [ 116.254] RedMaskSize: 0 [ 116.254] RedFieldPosition: 0 [ 116.254] GreenMaskSize: 0 [ 116.254] GreenFieldPosition: 0 [ 116.254] BlueMaskSize: 0 [ 116.254] BlueFieldPosition: 0 [ 116.254] RsvdMaskSize: 0 [ 116.254] RsvdFieldPosition: 0 [ 116.254] DirectColorModeInfo: 0 [ 116.254] PhysBasePtr: 0xe0000000 [ 116.254] LinBytesPerScanLine: 1024 [ 116.254] BnkNumberOfImagePages: 8 [ 116.254] LinNumberOfImagePages: 8 [ 116.254] LinRedMaskSize: 0 [ 116.254] LinRedFieldPosition: 0 [ 116.254] LinGreenMaskSize: 0 [ 116.254] LinGreenFieldPosition: 0 [ 116.254] LinBlueMaskSize: 0 [ 116.254] LinBlueFieldPosition: 0 [ 116.254] LinRsvdMaskSize: 0 [ 116.254] LinRsvdFieldPosition: 0 [ 116.254] MaxPixelClock: 230000000 [ 116.255] Mode: 117 (1024x768) [ 116.255] ModeAttributes: 0x9b [ 116.255] WinAAttributes: 0x7 [ 116.255] WinBAttributes: 0x0 [ 116.255] WinGranularity: 64 [ 116.255] WinSize: 64 [ 116.255] WinASegment: 0xa000 [ 116.255] WinBSegment: 0x0 [ 116.255] WinFuncPtr: 0xc0007c76 [ 116.255] BytesPerScanline: 2048 [ 116.255] XResolution: 1024 [ 116.255] YResolution: 768 [ 116.255] XCharSize: 8 [ 116.255] YCharSize: 16 [ 116.255] NumberOfPlanes: 1 [ 116.255] BitsPerPixel: 16 [ 116.255] NumberOfBanks: 1 [ 116.255] MemoryModel: 6 [ 116.255] BankSize: 0 [ 116.255] NumberOfImages: 3 [ 116.255] RedMaskSize: 5 [ 116.255] RedFieldPosition: 11 [ 116.255] GreenMaskSize: 6 [ 116.255] GreenFieldPosition: 5 [ 116.255] BlueMaskSize: 5 [ 116.255] BlueFieldPosition: 0 [ 116.255] RsvdMaskSize: 0 [ 116.255] RsvdFieldPosition: 0 [ 116.255] DirectColorModeInfo: 0 [ 116.255] PhysBasePtr: 0xe0000000 [ 116.255] LinBytesPerScanLine: 2048 [ 116.256] BnkNumberOfImagePages: 3 [ 116.256] LinNumberOfImagePages: 3 [ 116.256] LinRedMaskSize: 5 [ 116.256] LinRedFieldPosition: 11 [ 116.256] LinGreenMaskSize: 6 [ 116.256] LinGreenFieldPosition: 5 [ 116.256] LinBlueMaskSize: 5 [ 116.256] LinBlueFieldPosition: 0 [ 116.256] LinRsvdMaskSize: 0 [ 116.256] LinRsvdFieldPosition: 0 [ 116.256] MaxPixelClock: 230000000 [ 116.256] *Mode: 118 (1024x768) [ 116.256] ModeAttributes: 0x9b [ 116.256] WinAAttributes: 0x7 [ 116.256] WinBAttributes: 0x0 [ 116.257] WinGranularity: 64 [ 116.257] WinSize: 64 [ 116.257] WinASegment: 0xa000 [ 116.257] WinBSegment: 0x0 [ 116.257] WinFuncPtr: 0xc0007c76 [ 116.257] BytesPerScanline: 4096 [ 116.257] XResolution: 1024 [ 116.257] YResolution: 768 [ 116.257] XCharSize: 8 [ 116.257] YCharSize: 16 [ 116.257] NumberOfPlanes: 1 [ 116.257] BitsPerPixel: 32 [ 116.257] NumberOfBanks: 1 [ 116.257] MemoryModel: 6 [ 116.257] BankSize: 0 [ 116.257] NumberOfImages: 1 [ 116.257] RedMaskSize: 8 [ 116.257] RedFieldPosition: 16 [ 116.257] GreenMaskSize: 8 [ 116.257] GreenFieldPosition: 8 [ 116.257] BlueMaskSize: 8 [ 116.257] BlueFieldPosition: 0 [ 116.257] RsvdMaskSize: 8 [ 116.257] RsvdFieldPosition: 24 [ 116.257] DirectColorModeInfo: 0 [ 116.257] PhysBasePtr: 0xe0000000 [ 116.257] LinBytesPerScanLine: 4096 [ 116.257] BnkNumberOfImagePages: 1 [ 116.257] LinNumberOfImagePages: 1 [ 116.257] LinRedMaskSize: 8 [ 116.257] LinRedFieldPosition: 16 [ 116.257] LinGreenMaskSize: 8 [ 116.257] LinGreenFieldPosition: 8 [ 116.257] LinBlueMaskSize: 8 [ 116.257] LinBlueFieldPosition: 0 [ 116.257] LinRsvdMaskSize: 8 [ 116.257] LinRsvdFieldPosition: 24 [ 116.257] MaxPixelClock: 230000000 [ 116.258] *Mode: 112 (640x480) [ 116.258] ModeAttributes: 0x9b [ 116.258] WinAAttributes: 0x7 [ 116.258] WinBAttributes: 0x0 [ 116.258] WinGranularity: 64 [ 116.258] WinSize: 64 [ 116.258] WinASegment: 0xa000 [ 116.258] WinBSegment: 0x0 [ 116.258] WinFuncPtr: 0xc0007c76 [ 116.258] BytesPerScanline: 2560 [ 116.258] XResolution: 640 [ 116.258] YResolution: 480 [ 116.258] XCharSize: 8 [ 116.258] YCharSize: 16 [ 116.258] NumberOfPlanes: 1 [ 116.258] BitsPerPixel: 32 [ 116.258] NumberOfBanks: 1 [ 116.258] MemoryModel: 6 [ 116.258] BankSize: 0 [ 116.258] NumberOfImages: 5 [ 116.258] RedMaskSize: 8 [ 116.258] RedFieldPosition: 16 [ 116.258] GreenMaskSize: 8 [ 116.258] GreenFieldPosition: 8 [ 116.258] BlueMaskSize: 8 [ 116.258] BlueFieldPosition: 0 [ 116.258] RsvdMaskSize: 8 [ 116.258] RsvdFieldPosition: 24 [ 116.258] DirectColorModeInfo: 0 [ 116.258] PhysBasePtr: 0xe0000000 [ 116.258] LinBytesPerScanLine: 2560 [ 116.258] BnkNumberOfImagePages: 5 [ 116.259] LinNumberOfImagePages: 5 [ 116.259] LinRedMaskSize: 8 [ 116.259] LinRedFieldPosition: 16 [ 116.259] LinGreenMaskSize: 8 [ 116.259] LinGreenFieldPosition: 8 [ 116.259] LinBlueMaskSize: 8 [ 116.259] LinBlueFieldPosition: 0 [ 116.259] LinRsvdMaskSize: 8 [ 116.259] LinRsvdFieldPosition: 24 [ 116.259] MaxPixelClock: 230000000 [ 116.259] Mode: 114 (800x600) [ 116.259] ModeAttributes: 0x9b [ 116.259] WinAAttributes: 0x7 [ 116.259] WinBAttributes: 0x0 [ 116.259] WinGranularity: 64 [ 116.259] WinSize: 64 [ 116.259] WinASegment: 0xa000 [ 116.259] WinBSegment: 0x0 [ 116.259] WinFuncPtr: 0xc0007c76 [ 116.259] BytesPerScanline: 1600 [ 116.259] XResolution: 800 [ 116.259] YResolution: 600 [ 116.259] XCharSize: 8 [ 116.260] YCharSize: 16 [ 116.260] NumberOfPlanes: 1 [ 116.260] BitsPerPixel: 16 [ 116.260] NumberOfBanks: 1 [ 116.260] MemoryModel: 6 [ 116.260] BankSize: 0 [ 116.260] NumberOfImages: 6 [ 116.260] RedMaskSize: 5 [ 116.260] RedFieldPosition: 11 [ 116.260] GreenMaskSize: 6 [ 116.260] GreenFieldPosition: 5 [ 116.260] BlueMaskSize: 5 [ 116.260] BlueFieldPosition: 0 [ 116.260] RsvdMaskSize: 0 [ 116.260] RsvdFieldPosition: 0 [ 116.260] DirectColorModeInfo: 0 [ 116.260] PhysBasePtr: 0xe0000000 [ 116.260] LinBytesPerScanLine: 1600 [ 116.260] BnkNumberOfImagePages: 6 [ 116.260] LinNumberOfImagePages: 6 [ 116.260] LinRedMaskSize: 5 [ 116.260] LinRedFieldPosition: 11 [ 116.260] LinGreenMaskSize: 6 [ 116.260] LinGreenFieldPosition: 5 [ 116.260] LinBlueMaskSize: 5 [ 116.260] LinBlueFieldPosition: 0 [ 116.260] LinRsvdMaskSize: 0 [ 116.260] LinRsvdFieldPosition: 0 [ 116.260] MaxPixelClock: 230000000 [ 116.261] *Mode: 115 (800x600) [ 116.261] ModeAttributes: 0x9b [ 116.261] WinAAttributes: 0x7 [ 116.261] WinBAttributes: 0x0 [ 116.261] WinGranularity: 64 [ 116.261] WinSize: 64 [ 116.261] WinASegment: 0xa000 [ 116.261] WinBSegment: 0x0 [ 116.261] WinFuncPtr: 0xc0007c76 [ 116.261] BytesPerScanline: 3200 [ 116.261] XResolution: 800 [ 116.261] YResolution: 600 [ 116.261] XCharSize: 8 [ 116.261] YCharSize: 16 [ 116.261] NumberOfPlanes: 1 [ 116.261] BitsPerPixel: 32 [ 116.261] NumberOfBanks: 1 [ 116.261] MemoryModel: 6 [ 116.261] BankSize: 0 [ 116.261] NumberOfImages: 2 [ 116.261] RedMaskSize: 8 [ 116.261] RedFieldPosition: 16 [ 116.261] GreenMaskSize: 8 [ 116.261] GreenFieldPosition: 8 [ 116.261] BlueMaskSize: 8 [ 116.261] BlueFieldPosition: 0 [ 116.261] RsvdMaskSize: 8 [ 116.261] RsvdFieldPosition: 24 [ 116.261] DirectColorModeInfo: 0 [ 116.261] PhysBasePtr: 0xe0000000 [ 116.261] LinBytesPerScanLine: 3200 [ 116.261] BnkNumberOfImagePages: 2 [ 116.261] LinNumberOfImagePages: 2 [ 116.261] LinRedMaskSize: 8 [ 116.261] LinRedFieldPosition: 16 [ 116.261] LinGreenMaskSize: 8 [ 116.261] LinGreenFieldPosition: 8 [ 116.261] LinBlueMaskSize: 8 [ 116.261] LinBlueFieldPosition: 0 [ 116.261] LinRsvdMaskSize: 8 [ 116.262] LinRsvdFieldPosition: 24 [ 116.262] MaxPixelClock: 230000000 [ 116.262] Mode: 101 (640x480) [ 116.262] ModeAttributes: 0x9b [ 116.262] WinAAttributes: 0x7 [ 116.262] WinBAttributes: 0x0 [ 116.262] WinGranularity: 64 [ 116.262] WinSize: 64 [ 116.262] WinASegment: 0xa000 [ 116.262] WinBSegment: 0x0 [ 116.262] WinFuncPtr: 0xc0007c76 [ 116.262] BytesPerScanline: 640 [ 116.262] XResolution: 640 [ 116.262] YResolution: 480 [ 116.262] XCharSize: 8 [ 116.262] YCharSize: 16 [ 116.262] NumberOfPlanes: 1 [ 116.262] BitsPerPixel: 8 [ 116.262] NumberOfBanks: 1 [ 116.262] MemoryModel: 4 [ 116.262] BankSize: 0 [ 116.262] NumberOfImages: 22 [ 116.262] RedMaskSize: 0 [ 116.262] RedFieldPosition: 0 [ 116.262] GreenMaskSize: 0 [ 116.262] GreenFieldPosition: 0 [ 116.262] BlueMaskSize: 0 [ 116.262] BlueFieldPosition: 0 [ 116.262] RsvdMaskSize: 0 [ 116.262] RsvdFieldPosition: 0 [ 116.262] DirectColorModeInfo: 0 [ 116.263] PhysBasePtr: 0xe0000000 [ 116.263] LinBytesPerScanLine: 640 [ 116.263] BnkNumberOfImagePages: 22 [ 116.263] LinNumberOfImagePages: 22 [ 116.263] LinRedMaskSize: 0 [ 116.263] LinRedFieldPosition: 0 [ 116.263] LinGreenMaskSize: 0 [ 116.263] LinGreenFieldPosition: 0 [ 116.263] LinBlueMaskSize: 0 [ 116.263] LinBlueFieldPosition: 0 [ 116.263] LinRsvdMaskSize: 0 [ 116.263] LinRsvdFieldPosition: 0 [ 116.263] MaxPixelClock: 230000000 [ 116.263] Mode: 103 (800x600) [ 116.263] ModeAttributes: 0x9b [ 116.263] WinAAttributes: 0x7 [ 116.263] WinBAttributes: 0x0 [ 116.263] WinGranularity: 64 [ 116.263] WinSize: 64 [ 116.263] WinASegment: 0xa000 [ 116.263] WinBSegment: 0x0 [ 116.263] WinFuncPtr: 0xc0007c76 [ 116.263] BytesPerScanline: 832 [ 116.263] XResolution: 800 [ 116.263] YResolution: 600 [ 116.263] XCharSize: 8 [ 116.263] YCharSize: 16 [ 116.263] NumberOfPlanes: 1 [ 116.263] BitsPerPixel: 8 [ 116.264] NumberOfBanks: 1 [ 116.264] MemoryModel: 4 [ 116.264] BankSize: 0 [ 116.264] NumberOfImages: 13 [ 116.264] RedMaskSize: 0 [ 116.264] RedFieldPosition: 0 [ 116.264] GreenMaskSize: 0 [ 116.264] GreenFieldPosition: 0 [ 116.264] BlueMaskSize: 0 [ 116.264] BlueFieldPosition: 0 [ 116.264] RsvdMaskSize: 0 [ 116.264] RsvdFieldPosition: 0 [ 116.264] DirectColorModeInfo: 0 [ 116.264] PhysBasePtr: 0xe0000000 [ 116.264] LinBytesPerScanLine: 832 [ 116.264] BnkNumberOfImagePages: 13 [ 116.264] LinNumberOfImagePages: 13 [ 116.264] LinRedMaskSize: 0 [ 116.264] LinRedFieldPosition: 0 [ 116.264] LinGreenMaskSize: 0 [ 116.264] LinGreenFieldPosition: 0 [ 116.264] LinBlueMaskSize: 0 [ 116.264] LinBlueFieldPosition: 0 [ 116.264] LinRsvdMaskSize: 0 [ 116.264] LinRsvdFieldPosition: 0 [ 116.264] MaxPixelClock: 230000000 [ 116.265] Mode: 111 (640x480) [ 116.265] ModeAttributes: 0x9b [ 116.265] WinAAttributes: 0x7 [ 116.265] WinBAttributes: 0x0 [ 116.265] WinGranularity: 64 [ 116.265] WinSize: 64 [ 116.265] WinASegment: 0xa000 [ 116.265] WinBSegment: 0x0 [ 116.265] WinFuncPtr: 0xc0007c76 [ 116.265] BytesPerScanline: 1280 [ 116.265] XResolution: 640 [ 116.265] YResolution: 480 [ 116.265] XCharSize: 8 [ 116.265] YCharSize: 16 [ 116.265] NumberOfPlanes: 1 [ 116.265] BitsPerPixel: 16 [ 116.265] NumberOfBanks: 1 [ 116.265] MemoryModel: 6 [ 116.265] BankSize: 0 [ 116.265] NumberOfImages: 10 [ 116.265] RedMaskSize: 5 [ 116.265] RedFieldPosition: 11 [ 116.265] GreenMaskSize: 6 [ 116.265] GreenFieldPosition: 5 [ 116.265] BlueMaskSize: 5 [ 116.265] BlueFieldPosition: 0 [ 116.265] RsvdMaskSize: 0 [ 116.265] RsvdFieldPosition: 0 [ 116.265] DirectColorModeInfo: 0 [ 116.265] PhysBasePtr: 0xe0000000 [ 116.265] LinBytesPerScanLine: 1280 [ 116.265] BnkNumberOfImagePages: 10 [ 116.265] LinNumberOfImagePages: 10 [ 116.265] LinRedMaskSize: 5 [ 116.265] LinRedFieldPosition: 11 [ 116.265] LinGreenMaskSize: 6 [ 116.265] LinGreenFieldPosition: 5 [ 116.265] LinBlueMaskSize: 5 [ 116.265] LinBlueFieldPosition: 0 [ 116.265] LinRsvdMaskSize: 0 [ 116.265] LinRsvdFieldPosition: 0 [ 116.265] MaxPixelClock: 230000000 [ 116.265] [ 116.265] (II) VESA(0): Total Memory: 119 64KB banks (7616kB) [ 116.265] (II) VESA(0): : Using hsync value of 48.88 kHz [ 116.265] (II) VESA(0): : Using vrefresh value of 59.91 Hz [ 116.265] (WW) VESA(0): Unable to estimate virtual size [ 116.266] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name) [ 116.266] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name) [ 116.266] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name) [ 116.266] (WW) VESA(0): No valid modes left. Trying less strict filter... [ 116.266] (II) VESA(0): : Using hsync value of 48.88 kHz [ 116.266] (II) VESA(0): : Using vrefresh value of 59.91 Hz [ 116.266] (WW) VESA(0): Unable to estimate virtual size [ 116.287] (II) VESA(0): Not using built-in mode "1024x768" (hsync out of range) [ 116.287] (II) VESA(0): Not using built-in mode "800x600" (hsync out of range) [ 116.287] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range) [ 116.287] (WW) VESA(0): No valid modes left. Trying aggressive sync range... [ 116.287] (II) VESA(0): : Using hsync range of 31.50-48.88 kHz [ 116.287] (II) VESA(0): : Using vrefresh range of 50.00-59.91 Hz [ 116.287] (WW) VESA(0): Unable to estimate virtual size [ 116.287] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range) [ 116.287] (II) VESA(0): Virtual size is 1024x768 (pitch 1024) [ 116.287] (**) VESA(0): *Built-in mode "1024x768" [ 116.287] (**) VESA(0): *Built-in mode "800x600" [ 116.287] (**) VESA(0): Display dimensions: (330, 210) mm [ 116.287] (**) VESA(0): DPI set to (78, 92) [ 116.287] (**) VESA(0): Using "Shadow Framebuffer" [ 116.287] (II) Loading sub module "shadow" [ 116.287] (II) LoadModule: "shadow" [ 116.287] (II) Loading /usr/local/lib/xorg/modules/libshadow.so [ 116.288] (II) Module shadow: vendor="X.Org Foundation" [ 116.288] compiled for 1.20.9, module version = 1.1.0 [ 116.288] ABI class: X.Org ANSI C Emulation, version 0.4 [ 116.288] (II) Loading sub module "fb" [ 116.288] (II) LoadModule: "fb" [ 116.289] (II) Loading /usr/local/lib/xorg/modules/libfb.so [ 116.290] (II) Module fb: vendor="X.Org Foundation" [ 116.290] compiled for 1.20.9, module version = 1.0.0 [ 116.290] ABI class: X.Org ANSI C Emulation, version 0.4 [ 116.290] (II) UnloadModule: "scfb" [ 116.290] (II) Unloading scfb [ 116.290] (II) Loading sub module "int10" [ 116.291] (II) LoadModule: "int10" [ 116.291] (II) Loading /usr/local/lib/xorg/modules/libint10.so [ 116.291] (II) Module int10: vendor="X.Org Foundation" [ 116.291] compiled for 1.20.9, module version = 1.0.0 [ 116.291] ABI class: X.Org Video Driver, version 24.1 [ 116.291] (II) VESA(0): initializing int10 [ 116.291] (II) VESA(0): Bad V_BIOS checksum [ 116.291] (II) VESA(0): Primary V_BIOS segment is: 0xc000 [ 116.291] (II) VESA(0): VESA BIOS detected [ 116.291] (II) VESA(0): VESA VBE Version 3.0 [ 116.291] (II) VESA(0): VESA VBE Total Mem: 7616 kB [ 116.291] (II) VESA(0): VESA VBE OEM: Intel(r)GM965/PM965/GL960 Graphics Chip Accelerated VGA BIOS [ 116.291] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 [ 116.291] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation [ 116.291] (II) VESA(0): VESA VBE OEM Product: Intel(r)GM965/PM965/GL960 Graphics Controller [ 116.291] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 [ 116.292] (II) VESA(0): virtual address = 0x801e00000, VGAbase = 0x801c1d000 physical address = 0xe0000000, size = 7798784 [ 116.428] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768) [ 116.502] (==) VESA(0): Default visual is TrueColor [ 116.505] (==) VESA(0): Backing store enabled [ 116.514] (==) VESA(0): DPMS enabled [ 116.515] (II) Initializing extension Generic Event Extension [ 116.516] (II) Initializing extension SHAPE [ 116.516] (II) Initializing extension MIT-SHM [ 116.517] (II) Initializing extension XInputExtension [ 116.518] (II) Initializing extension XTEST [ 116.518] (II) Initializing extension BIG-REQUESTS [ 116.519] (II) Initializing extension SYNC [ 116.524] (II) Initializing extension XKEYBOARD [ 116.531] (II) Initializing extension XC-MISC [ 116.531] (II) Initializing extension SECURITY [ 116.531] (II) Initializing extension XFIXES [ 116.532] (II) Initializing extension RENDER [ 116.533] (II) Initializing extension RANDR [ 116.533] (II) Initializing extension COMPOSITE [ 116.534] (II) Initializing extension DAMAGE [ 116.534] (II) Initializing extension MIT-SCREEN-SAVER [ 116.535] (II) Initializing extension DOUBLE-BUFFER [ 116.536] (II) Initializing extension RECORD [ 116.536] (II) Initializing extension DPMS [ 116.536] (II) Initializing extension Present [ 116.537] (II) Initializing extension DRI3 [ 116.537] (II) Initializing extension X-Resource [ 116.537] (II) Initializing extension XVideo [ 116.539] (II) Initializing extension XVideo-MotionCompensation [ 116.539] (II) Initializing extension GLX [ 116.539] (II) AIGLX: Screen 0 is not DRI2 capable [ 119.409] (II) IGLX: Loaded and initialized swrast [ 119.410] (II) GLX: Initialized DRISWRAST GL provider for screen 0 [ 119.410] (II) Initializing extension XFree86-VidModeExtension [ 119.410] (II) Initializing extension XFree86-DGA [ 119.410] (II) Initializing extension XFree86-DRI [ 119.424] (II) Initializing extension DRI2 [ 120.072] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0) [ 120.072] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard" [ 120.072] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall" [ 120.072] (II) LoadModule: "libinput" [ 120.072] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so [ 120.458] (II) Module libinput: vendor="X.Org Foundation" [ 120.458] compiled for 1.20.9, module version = 0.30.0 [ 120.458] Module class: X.Org XInput Driver [ 120.458] ABI class: X.Org XInput driver, version 24.1 [ 120.458] (II) Using input driver 'libinput' for 'System keyboard multiplexer' [ 120.458] (**) System keyboard multiplexer: always reports core events [ 120.458] (**) Option "Device" "/dev/input/event0" [ 120.458] (**) Option "_source" "server/udev" [ 120.554] (II) event0 - System keyboard multiplexer: is tagged by udev as: Keyboard [ 120.555] (II) event0 - System keyboard multiplexer: device is a keyboard [ 120.556] (II) event0 - System keyboard multiplexer: device removed [ 120.556] (**) Option "config_info" "udev:/dev/input/event0" [ 120.556] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 6) [ 120.556] (**) Option "xkb_rules" "evdev" [ 120.655] (II) event0 - System keyboard multiplexer: is tagged by udev as: Keyboard [ 120.655] (II) event0 - System keyboard multiplexer: device is a keyboard [ 120.656] (II) config/udev: Adding input device System mouse (/dev/input/event1) [ 120.656] (**) System mouse: Applying InputClass "libinput pointer catchall" [ 120.656] (II) Using input driver 'libinput' for 'System mouse' [ 120.656] (**) System mouse: always reports core events [ 120.656] (**) Option "Device" "/dev/input/event1" [ 120.656] (**) Option "_source" "server/udev" [ 120.658] (II) event1 - System mouse: is tagged by udev as: Mouse [ 120.658] (II) event1 - System mouse: device is a pointer [ 120.658] (II) event1 - System mouse: device removed [ 120.658] (**) Option "config_info" "udev:/dev/input/event1" [ 120.658] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 7) [ 120.659] (**) Option "AccelerationScheme" "none" [ 120.659] (**) System mouse: (accel) selected scheme none/0 [ 120.659] (**) System mouse: (accel) acceleration factor: 2.000 [ 120.659] (**) System mouse: (accel) acceleration threshold: 4 [ 120.660] (II) event1 - System mouse: is tagged by udev as: Mouse [ 120.661] (II) event1 - System mouse: device is a pointer [ 120.661] (II) config/udev: Adding input device Control Method Lid Switch (/dev/input/event2) [ 120.661] (II) No input driver specified, ignoring this device. [ 120.661] (II) This device may have been added with another device file. [ 120.661] (II) config/udev: Adding input device Power Button (/dev/input/event3) [ 120.661] (**) Power Button: Applying InputClass "Evdev keyboard" [ 120.661] (**) Power Button: Applying InputClass "libinput keyboard catchall" [ 120.661] (II) Using input driver 'libinput' for 'Power Button' [ 120.661] (**) Power Button: always reports core events [ 120.661] (**) Option "Device" "/dev/input/event3" [ 120.661] (**) Option "_source" "server/udev" [ 120.663] (II) event3 - Power Button: is tagged by udev as: Keyboard [ 120.663] (II) event3 - Power Button: device is a keyboard [ 120.663] (II) event3 - Power Button: device removed [ 120.663] (**) Option "config_info" "udev:/dev/input/event3" [ 120.663] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) [ 120.663] (**) Option "xkb_rules" "evdev" [ 120.665] (II) event3 - Power Button: is tagged by udev as: Keyboard [ 120.665] (II) event3 - Power Button: device is a keyboard [ 120.666] (II) config/udev: Adding input device Sleep Button (/dev/input/event4) [ 120.666] (**) Sleep Button: Applying InputClass "Evdev keyboard" [ 120.666] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" [ 120.666] (II) Using input driver 'libinput' for 'Sleep Button' [ 120.666] (**) Sleep Button: always reports core events [ 120.666] (**) Option "Device" "/dev/input/event4" [ 120.666] (**) Option "_source" "server/udev" [ 120.667] (II) event4 - Sleep Button: is tagged by udev as: Keyboard [ 120.667] (II) event4 - Sleep Button: device is a keyboard [ 120.668] (II) event4 - Sleep Button: device removed [ 120.668] (**) Option "config_info" "udev:/dev/input/event4" [ 120.668] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) [ 120.668] (**) Option "xkb_rules" "evdev" [ 120.669] (II) event4 - Sleep Button: is tagged by udev as: Keyboard [ 120.669] (II) event4 - Sleep Button: device is a keyboard [ 120.670] (II) config/udev: Adding input device AT keyboard (/dev/input/event5) [ 120.670] (**) AT keyboard: Applying InputClass "Evdev keyboard" [ 120.670] (**) AT keyboard: Applying InputClass "libinput keyboard catchall" [ 120.670] (II) Using input driver 'libinput' for 'AT keyboard' [ 120.670] (**) AT keyboard: always reports core events [ 120.670] (**) Option "Device" "/dev/input/event5" [ 120.670] (**) Option "_source" "server/udev" [ 120.671] (II) event5 - AT keyboard: is tagged by udev as: Keyboard [ 120.672] (II) event5 - AT keyboard: device is a keyboard [ 120.673] (II) event5 - AT keyboard: device removed [ 120.673] (**) Option "config_info" "udev:/dev/input/event5" [ 120.673] (II) XINPUT: Adding extended input device "AT keyboard" (type: KEYBOARD, id 10) [ 120.673] (**) Option "xkb_rules" "evdev" [ 120.674] (II) event5 - AT keyboard: is tagged by udev as: Keyboard [ 120.675] (II) event5 - AT keyboard: device is a keyboard [ 120.676] (II) config/udev: Adding input device GlidePoint (/dev/input/event6) [ 120.676] (**) GlidePoint: Applying InputClass "libinput pointer catchall" [ 120.676] (II) Using input driver 'libinput' for 'GlidePoint' [ 120.676] (**) GlidePoint: always reports core events [ 120.676] (**) Option "Device" "/dev/input/event6" [ 120.676] (**) Option "_source" "server/udev" [ 120.696] (II) event6 - GlidePoint: is tagged by udev as: Mouse [ 120.696] (II) event6 - GlidePoint: device is a pointer [ 120.696] (II) event6 - GlidePoint: device removed [ 120.735] (**) Option "config_info" "udev:/dev/input/event6" [ 120.735] (II) XINPUT: Adding extended input device "GlidePoint" (type: MOUSE, id 11) [ 120.735] (**) Option "AccelerationScheme" "none" [ 120.735] (**) GlidePoint: (accel) selected scheme none/0 [ 120.735] (**) GlidePoint: (accel) acceleration factor: 2.000 [ 120.735] (**) GlidePoint: (accel) acceleration threshold: 4 [ 120.755] (II) event6 - GlidePoint: is tagged by udev as: Mouse [ 120.755] (II) event6 - GlidePoint: device is a pointer [ 201.994] (II) event0 - System keyboard multiplexer: device removed [ 201.994] (II) event1 - System mouse: device removed [ 201.995] (II) event3 - Power Button: device removed [ 201.995] (II) event4 - Sleep Button: device removed [ 201.995] (II) event5 - AT keyboard: device removed [ 201.995] (II) event6 - GlidePoint: device removed [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.359] (II) UnloadModule: "libinput" [ 301.584] (II) Server terminated successfully (0). Closing log file. From owner-freebsd-questions@freebsd.org Sat Nov 28 18:14:17 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7BB154A6FC5 for ; Sat, 28 Nov 2020 18:14:17 +0000 (UTC) (envelope-from hans@stare.cz) Received: from mx.stare.cz (uvt.stare.cz [185.63.96.79]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck04m3GcBz4bxs for ; Sat, 28 Nov 2020 18:14:15 +0000 (UTC) (envelope-from hans@stare.cz) Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id 20c9982d for ; Sat, 28 Nov 2020 19:14:14 +0100 (CET) Date: Sat, 28 Nov 2020 19:14:13 +0100 From: Jan Stary To: FreeBSD Questions Subject: auto partitioning Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4Ck04m3GcBz4bxs X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of hans@stare.cz has no SPF policy when checking 185.63.96.79) smtp.mailfrom=hans@stare.cz X-Spamd-Result: default: False [-1.47 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[185.63.96.79:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[stare.cz]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[185.63.96.79:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.87)[-0.871]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:50825, ipnet:185.63.96.0/22, country:CZ]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 18:14:17 -0000 Dear all, I tried installing FreeBSD (12.2 release, amd64) on one of my laptops (after years of using OpenBSD almost exclusively, so please bare with me). Full dmesg below. Taking the easy way, I opted for the auto partitioning in the installer, which apparently creates one huge partition spanning the whole disk. Filesystem Size Used Avail Capacity Mounted on /dev/ada0s1a 285G 7.1G 255G 3% / devfs 1.0K 1.0K 0B 100% /dev Is that intended? I got used to separating /usr, /var/, /tmp and /home for various reasons. Is one big partition the preferred way to do things in FreeBSD? Jan ---<>--- Copyright (c) 1992-2020 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 12.2-RELEASE r366954 GENERIC amd64 FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) VT(vga): resolution 640x480 CPU: Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz (2095.03-MHz K8-class CPU) Origin="GenuineIntel" Id=0x10676 Family=0x6 Model=0x17 Stepping=6 Features=0xbfebfbff Features2=0x8e3bd AMD Features=0x20100800 AMD Features2=0x1 VT-x: HLT,PAUSE TSC: P-state invariant, performance statistics real memory = 4294967296 (4096 MB) avail memory = 4103905280 (3913 MB) Event timer "LAPIC" quality 100 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) random: unblocking device. ioapic0: MADT APIC ID 2 != hw id 0 ioapic0 irqs 0-23 on motherboard Launching APs: 1 Timecounter "TSC" frequency 2095031274 Hz quality 1000 random: entropy device external interface kbd1 at kbdmux0 000.000023 [4336] netmap_init netmap: loaded module [ath_hal] loaded module_register_init: MOD_LOAD (vesa, 0xffffffff81115e40, 0) error 19 nexus0 vtvga0: on motherboard cryptosoft0: on motherboard acpi0: on motherboard hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 cpu0: on acpi0 atrtc0: port 0x70-0x71,0x72-0x77 irq 8 on acpi0 atrtc0: registered as a time-of-day clock, resolution 1.000000s Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x43,0x50-0x53 irq 2 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0xeff8-0xefff mem 0xf6e00000-0xf6efffff,0xe0000000-0xefffffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: aperture size is 256M, detected 7676k stolen memory vgapci0: Boot video device vgapci1: mem 0xf6f00000-0xf6ffffff at device 2.1 on pci0 uhci0: port 0x6f60-0x6f7f irq 20 at device 26.0 on pci0 uhci0: LegSup = 0x2f00 usbus0 on uhci0 usbus0: 12Mbps Full Speed USB v1.0 uhci1: port 0x6f80-0x6f9f irq 21 at device 26.1 on pci0 uhci1: LegSup = 0x2f00 usbus1 on uhci1 usbus1: 12Mbps Full Speed USB v1.0 ehci0: mem 0xfed1c400-0xfed1c7ff irq 22 at device 26.7 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 usbus2: 480Mbps High Speed USB v2.0 hdac0: mem 0xf6dfc000-0xf6dfffff irq 21 at device 27.0 on pci0 pcib1: at device 28.0 on pci0 pcib1: [GIANT-LOCKED] pcib2: at device 28.3 on pci0 pcib2: failed to allocate initial prefetch window: 0xf0000000-0xf01fffff pcib2: [GIANT-LOCKED] pcib3: at device 28.5 on pci0 pcib3: [GIANT-LOCKED] pci1: on pcib3 bge0: mem 0xf69f0000-0xf69fffff irq 17 at device 0.0 on pci1 bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Using defaults for TSO: 65518/35/2048 bge0: Ethernet address: 00:21:70:73:d6:c0 uhci2: port 0x6f00-0x6f1f irq 20 at device 29.0 on pci0 uhci2: LegSup = 0x2f00 usbus3 on uhci2 usbus3: 12Mbps Full Speed USB v1.0 uhci3: port 0x6f20-0x6f3f irq 21 at device 29.1 on pci0 uhci3: LegSup = 0x2f00 usbus4 on uhci3 usbus4: 12Mbps Full Speed USB v1.0 uhci4: port 0x6f40-0x6f5f irq 22 at device 29.2 on pci0 uhci4: LegSup = 0x2f00 usbus5 on uhci4 usbus5: 12Mbps Full Speed USB v1.0 ehci1: mem 0xfed1c000-0xfed1c3ff irq 20 at device 29.7 on pci0 usbus6: EHCI version 1.0 usbus6 on ehci1 usbus6: 480Mbps High Speed USB v2.0 pcib4: at device 30.0 on pci0 pci2: on pcib4 pci2: at device 1.0 (no driver attached) sdhci_pci0: mem 0xf68ff400-0xf68ff4ff irq 18 at device 1.1 on pci2 sdhci_pci0: 1 slot(s) allocated isab0: at device 31.0 on pci0 isa0: on isab0 ahci0: port 0x6e70-0x6e77,0x6e78-0x6e7b,0x6e80-0x6e87,0x6e88-0x6e8b,0x6ea0-0x6ebf mem 0xf6dfb800-0xf6dfbfff irq 17 at device 31.2 on pci0 ahci0: AHCI v1.10 with 3 3Gbps ports, Port Multiplier not supported ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 ahcich2: at channel 2 on ahci0 ahciem0: on ahci0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 acpi_acad0: on acpi0 battery0: on acpi0 acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64,0x62,0x66 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model GlidePoint, device ID 0 orm0: at iomem 0xc0000-0xcefff,0xcf000-0xcffff pnpid ORM0000 on isa0 est0: on cpu0 Timecounters tick every 1.000 msec hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 13,10 and 14 on hdaa0 pcm1: at nid 15 and 19 on hdaa0 ugen5.1: at usbus5 ugen6.1: at usbus6 ugen0.1: at usbus0 ugen3.1: at usbus3 ugen4.1: at usbus4 ugen1.1: at usbus1 ugen2.1: at usbus2 uhub0: on usbus5 uhub1: on usbus0 uhub3: on usbus1 uhub4: on usbus3 hdacc1: at cad 1 on hdac0 uhub2: on usbus4 hdaa1: at nid 1 on hdacc1 pcm2: at nid 3 on hdaa1 uhub5: on usbus2 uhub6: on usbus6 Trying to mount root from ufs:/dev/ada0s1a [rw]... Root mount waiting for: usbus0 usbus1 usbus2 usbus3 usbus4 usbus5 usbus6 CAM ses0 at ahciem0 bus 0 scbus3 target 0 lun 0 ses0: SEMB S-E-S 2.00 device ses0: SEMB SES Device ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA8-ACS SATA 1.x device ada0: Serial Number WD-WXE508LE6513 ada0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 305245MB (625142448 512 byte sectors) ses0: pass0,ada0 in 'Slot 00', SATA Slot: scbus0 target 0 ses0: pass1,cd0 in 'Slot 01', SATA Slot: scbus1 target 0 cd0 at ahcich1 bus 0 scbus1 target 0 lun 0 cd0: Removable CD-ROM SCSI device cd0: Serial Number CN0RK8916886585J04K9 cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray open uhub3: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered Root mount waiting for: usbus2 usbus6 uhub5: 4 ports with 4 removable, self powered uhub6: 6 ports with 6 removable, self powered Root mount waiting for: usbus6 Root mount waiting for: usbus6 Root mount waiting for: usbus6 ugen6.2: at usbus6 mountroot: waiting for device /dev/ada0s1a... lo0: link state changed to UP bge0: link state changed to DOWN bge0: link state changed to UP From owner-freebsd-questions@freebsd.org Sat Nov 28 18:39:34 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E5AA4A78E7 for ; Sat, 28 Nov 2020 18:39:34 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Ck0dy2gZlz4csT for ; Sat, 28 Nov 2020 18:39:34 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: by mailman.nyi.freebsd.org (Postfix) id 5BBDF4A78E6; Sat, 28 Nov 2020 18:39:34 +0000 (UTC) Delivered-To: questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B7EA4A7A6C for ; Sat, 28 Nov 2020 18:39:34 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck0dx3s1mz4cxD for ; Sat, 28 Nov 2020 18:39:33 +0000 (UTC) (envelope-from roberthuff@rcn.com) DKIM-Signature: v=1; a=rsa-sha1; d=rcn.com; s=20180516; c=relaxed/simple; q=dns/txt; i=@rcn.com; t=1606588772; h=From:Subject:Date:To:MIME-Version:Content-Type; bh=hvFohdyGCmWG8rmBF1x0NuzTsIE=; b=N7FA6QHFRH6QWAKcjU0qFjH+uJO4MGmbxy/lwncR4fh5U/y9cL5qCqjrVfvmfny9 EQcHVsb/MTe8BuEoGYbHopxwcK1BOaFlnrLfKpD89J/KI3ofLqIyrztx8LWKsj5k XpsxCMZAudxUXCdU6auEWXBj8gqL/L4s76cXUFKGiJ1VG4Xj95xnn0wU5bN/Dapi 0G5CMGBNRxcg8+cpn7oQybmoqKP8Ckc0ECXo9AndaiiyNZCDIowHqEw4l7ldjIfA MqUldkeB+2EP3kSLH5Jqo8bjWwiNbKQdSpFRUSbYC5IZiXP/WsiMPQzkplKdVACA JW8I3ulNdnOl89YRdVVSFg==; X_CMAE_Category: , , X-CNFS-Analysis: v=2.3 cv=KP4k82No c=1 sm=1 tr=0 cx=a_idp_x a=9TgA2UwI6Wy+6BV4wQM/cQ==:117 a=9TgA2UwI6Wy+6BV4wQM/cQ==:17 a=KGjhK52YXX0A:10 a=kj9zAlcOel0A:10 a=XRQyMpdBKAEA:10 a=nNwsprhYR40A:10 a=48faUk6PgeAA:10 a=orZH6rI4n-dQcUpBBL8A:9 a=CjuIK1q_8ugA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: cm9iZXJ0aHVmZkByY24uY29t Received: from [209.6.230.48] ([209.6.230.48:22384] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.25.56547 r(Core:3.6.25.0)) with ESMTPSA (cipher=AES256-GCM-SHA384) id E6/77-26784-46992CF5; Sat, 28 Nov 2020 13:39:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <24514.39267.505671.863940@jerusalem.litteratus.org> Date: Sat, 28 Nov 2020 13:39:31 -0500 From: Robert Huff To: questions@freebsd.org CC: Jan Stary Subject: auto partitioning In-Reply-To: References: X-Mailer: VM 8.2.0b under 27.1 (amd64-portbld-freebsd13.0) X-Rspamd-Queue-Id: 4Ck0dx3s1mz4cxD X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=rcn.com header.s=20180516 header.b=N7FA6QHF; dmarc=pass (policy=none) header.from=rcn.com; spf=pass (mx1.freebsd.org: domain of roberthuff@rcn.com designates 69.168.97.78 as permitted sender) smtp.mailfrom=roberthuff@rcn.com X-Spamd-Result: default: False [-3.09 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:69.168.97.0/24]; DKIM_TRACE(0.00)[rcn.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[rcn.com,none]; NEURAL_HAM_SHORT(-0.99)[-0.991]; RCVD_IN_DNSWL_LOW(-0.10)[69.168.97.78:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[69.168.97.78:from]; INTRODUCTION(2.00)[]; ASN(0.00)[asn:36271, ipnet:69.168.97.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[rcn.com:s=20180516]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DWL_DNSWL_LOW(-1.00)[rcn.com:dkim]; SPAMHAUS_ZRD(0.00)[69.168.97.78:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[69.168.97.78:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 18:39:34 -0000 Jan Stary writes; > I tried installing FreeBSD (12.2 release, amd64) on one of my > laptops (after years of using OpenBSD almost exclusively, so > please bare with me). Full dmesg below. > > Taking the easy way, I opted for the auto partitioning in the > installer, which apparently creates one huge partition spanning > the whole disk. > > Filesystem Size Used Avail Capacity Mounted on > /dev/ada0s1a 285G 7.1G 255G 3% / > devfs 1.0K 1.0K 0B 100% /dev > > Is that intended? I got used to separating /usr, /var/, /tmp and > /home for various reasons. Is one big partition the preferred way > to do things in FreeBSD? Short answer: you asked for the easy way; you got the easy way. My guess is anything else involves variables and decisions that are - and probably should remain - beyond the scope of the installer. I haven't done "the easy way" since version 3, if not earlier. But I can explain why, and I'm willing to put in the time. Respectfully, Robert Huff -- Hello ... my name is SARS-CoV-2. You are not wearing a mask? Prepare to die! From owner-freebsd-questions@freebsd.org Sat Nov 28 18:54:49 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A27B84A7F9E for ; Sat, 28 Nov 2020 18:54:49 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Ck0zY34fbz4dYN for ; Sat, 28 Nov 2020 18:54:49 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: by mailman.nyi.freebsd.org (Postfix) id 67C9846821E; Sat, 28 Nov 2020 18:54:49 +0000 (UTC) Delivered-To: questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6789D46821D for ; Sat, 28 Nov 2020 18:54:49 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-lf1-x136.google.com (mail-lf1-x136.google.com [IPv6:2a00:1450:4864:20::136]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck0zX2t16z4dSW for ; Sat, 28 Nov 2020 18:54:48 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: by mail-lf1-x136.google.com with SMTP id j205so12059090lfj.6 for ; Sat, 28 Nov 2020 10:54:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tenebras-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=8otm9oPiPxfE1AsMwgVKatYRIjK++Lm2mgOZnkCqYjM=; b=iX341/NcaLYGhHa4NR+zcMDIy54Xr3wvUyyrXe6cr055KEpVcPJaE+Oh6aZyF2K/Sk NjeG7eZZFBmk3KvJmUDpc2W9lsk+JmP6htWfP7/E4Da0LRt19dSc9V/cGoBrGHIZxRr2 CerZ8h5vx0cI/4xp3uhuStcNzpQhYxv09Mo7edjy83gN9F1n//tV5HMPfR5KBgNYy+h5 3VMUN/qL/2l+hfcb6xRntoODttLRCQ/+tD/V4wblYtP5/Hcu/NHhFgr8b/+KHXgh09pi nJDfVE0lMC63lt1vnyVtJml77BJp2q7yuVH/g2X1aIxSeBdxAVbg7g6GKUTc0z76Fx+A +sjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=8otm9oPiPxfE1AsMwgVKatYRIjK++Lm2mgOZnkCqYjM=; b=N3YrEsxSn8vPaR2TPHR3WSyseX9OQCpCZsLDW+0JtlL2dM0oagggokUCfFx48Qmk/d kRfogcqc8j57BtZjSOuJUdD1mvh/WMqpjEAvIsg1C8aMRt2qATc1XaA30a9wCVhat3/g 81O8IYd9g1AiEE+yBnXjjkwURHXIhUGskg0ZFfAUURZFlJpOyubKR4xmxfcQTRWD+vPF 6eM8bnXaOv9KKZ8Xl4WubyZC6sDequI0mJvlhjUGber4HnunE1Ta0hwH5zAA7T6gK06c Xxiu1NnSpzdkn0KbyCGV/N1FVZ79MTdGq/zboveU6iAXspD+V8TlvllzCH4KzrGNrxcL oEMA== X-Gm-Message-State: AOAM531ho9lYqijNBBdOl7sv76Tq3JNBPaFKWtbvOTbRTN+y5zP+lpc6 UPw8SBXK9UTaf4PhKP+LPR+LcV+phbxwxTEVB2/b0TttYRHwSpib X-Google-Smtp-Source: ABdhPJwG5ZQ4h1Ff9HG/gBStjJiAs0bTPtFIKQZsB+RsbeB4jAzXtIkYurNvm2bO4we6xPLtHt1gCzxTvfkfLa9z1Ak= X-Received: by 2002:a19:c219:: with SMTP id l25mr5453252lfc.575.1606589685975; Sat, 28 Nov 2020 10:54:45 -0800 (PST) MIME-Version: 1.0 References: <24514.39267.505671.863940@jerusalem.litteratus.org> In-Reply-To: <24514.39267.505671.863940@jerusalem.litteratus.org> From: Michael Sierchio Date: Sat, 28 Nov 2020 10:54:09 -0800 Message-ID: Subject: Re: auto partitioning To: "questions@FreeBSD.org" X-Rspamd-Queue-Id: 4Ck0zX2t16z4dSW X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tenebras-com.20150623.gappssmtp.com header.s=20150623 header.b=iX341/Nc; dmarc=none; spf=none (mx1.freebsd.org: domain of kudzu@tenebras.com has no SPF policy when checking 2a00:1450:4864:20::136) smtp.mailfrom=kudzu@tenebras.com X-Spamd-Result: default: False [-3.30 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[tenebras-com.20150623.gappssmtp.com:s=20150623]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; DMARC_NA(0.00)[tenebras.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[2a00:1450:4864:20::136:from:127.0.2.255]; DKIM_TRACE(0.00)[tenebras-com.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::136:from]; TO_DN_EQ_ADDR_ALL(0.00)[]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[2a00:1450:4864:20::136:from]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[questions] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 18:54:49 -0000 On Sat, Nov 28, 2020 at 10:39 AM Robert Huff wrote: > > Jan Stary writes; > > > Taking the easy way, I opted for the auto partitioning in the > > installer, which apparently creates one huge partition spanning > > the whole disk. > > > > Filesystem Size Used Avail Capacity Mounted on > > /dev/ada0s1a 285G 7.1G 255G 3% / > > devfs 1.0K 1.0K 0B 100% /dev > > > > Is that intended? I got used to separating /usr, /var/, /tmp and > > /home for various reasons. Is one big partition the preferred way > > to do things in FreeBSD? > > Short answer: you asked for the easy way; you got the easy way. > My guess is anything else involves variables and decisions that > are - and probably should remain - beyond the scope of the installer. > I haven't done "the easy way" since version 3, if not earlier. > But I can explain why, and I'm willing to put in the time. What Rob said. ;-). The easy way is only easy once, then can get painful I want world-writable filesystems to be mounted differently, so I have /tmp and /var/tmp as separate partitions. World-writable means that any user can fill the disk, unless you're careful about quotas. With separate partitions, you can add a device and mount it to /usr when it starts getting crowded. This is a typical setup for me =E2=80=93 disk is cheap, R= AM is expensive, so I tend not to use tmpfs. /dev/gpt/X2yQSsIzhmKMO-root / ufs rw,noatime 1 1 devfs /dev devfs rw 0 0 /dev/gpt/X2yQSsIzhmKMO-tmp /tmp ufs rw,noexec,nosuid 2 2 /dev/gpt/X2yQSsIzhmKMO-var /var ufs rw,noatime 2 2 /dev/gpt/X2yQSsIzhmKMO-vartmp /var/tmp ufs rw,noexec,nosuid 2 2 /dev/gpt/X2yQSsIzhmKMO-usr /usr ufs rw,noatime 2 2 Filesystem 1K-blocks Used Avail Capacity Mounted o= n /dev/gpt/X2yQSsIzhmKMO-root 2031132 87992 1780652 5% / devfs 1 1 0 100% /dev /dev/gpt/X2yQSsIzhmKMO-tmp 2031132 52 1868592 0% /tmp /dev/gpt/X2yQSsIzhmKMO-var 2031132 211416 1657228 11% /var /dev/gpt/X2yQSsIzhmKMO-vartmp 1015324 12 934088 0% /var/tmp /dev/gpt/X2yQSsIzhmKMO-usr 15223292 5028288 8977144 36% /usr This requires some planning, but usually / doesn't grow, you need enough space in /var for freebsd-update and pkg dbs, etc. Whatever is left over belongs to /usr --=20 "Well," Brahm=C4=81 said, "even after ten thousand explanations, a fool is = no wiser, but an intelligent person requires only two thousand five hundred." - The Mah=C4=81bh=C4=81rata From owner-freebsd-questions@freebsd.org Sat Nov 28 19:22:34 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88C9A4688B9 for ; Sat, 28 Nov 2020 19:22:34 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.sdf.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck1bY4lNjz4ft2 for ; Sat, 28 Nov 2020 19:22:33 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.org (IDENT:bennett@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 0ASJML3C019479 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Sat, 28 Nov 2020 19:22:21 GMT Received: (from bennett@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 0ASJMtiH020409; Sat, 28 Nov 2020 13:22:55 -0600 (CST) From: Scott Bennett Message-Id: <202011281922.0ASJMtiH020409@sdf.org> Date: Sat, 28 Nov 2020 13:22:55 -0600 To: ihor@antonovs.family Subject: Re: Profiling C application Cc: freebsd-questions@freebsd.org User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Ck1bY4lNjz4ft2 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.80 / 15.00]; FAKE_REPLY(1.00)[]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[205.166.94.24:from]; R_SPF_ALLOW(-0.20)[+ip4:205.166.94.0/24]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; SPAMHAUS_ZRD(0.00)[205.166.94.24:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-0.997]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[sdf.org,quarantine]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14361, ipnet:205.166.94.0/24, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 19:22:34 -0000 On Fri, 27 Nov 2020 19:38:28 -0800 Ihor Antonov wrote: >What can I use on FreeBSD to profile a slow application? > >I have a source code of the application and I can rebuild it if necessary. > >I want to see where (in what functions) application spends most of its >time - amount of function calls and duration of each call (per call) > >What tools can you recommend to do this? > I see you already have one response at least to your question, but perhaps a simpler one is to use a now ancient BSD UNIX tool called gprof(1), along with the compiler option -pg. (See the gprof(1) man page for the details.) Note, too, that you may want to link your program to the profiling versions of system libraries as explained in the man page. Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-questions@freebsd.org Sat Nov 28 21:38:57 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A1DEB46B6C1 for ; Sat, 28 Nov 2020 21:38:57 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mout.kundenserver.de (mout.kundenserver.de [217.72.192.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck4cw3KnTz4mbK for ; Sat, 28 Nov 2020 21:38:56 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de ([94.222.26.123]) by mrelayeu.kundenserver.de (mreue106 [212.227.15.183]) with ESMTPA (Nemesis) id 1MTRdK-1kdbav4AMG-00Tjp7; Sat, 28 Nov 2020 22:38:42 +0100 Date: Sat, 28 Nov 2020 22:38:39 +0100 From: Polytropon To: Jan Stary Cc: FreeBSD Questions Subject: Re: auto partitioning Message-Id: <20201128223839.d203ea13.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:79Y/XJxB3nvh/aoe6vVMwQlDlOWJz5AgwGpI9dYNXoQslVPixoy G9b1CSjwgtjtIbAE1FhqQDsScfpsd5AoisMhEWsstdSUWnO1j4XtKFlSompGokUMG5P45fy N2EK0Kzk1yGtPvfjZlI/gMGHyRZ1fnz8YUVV0ZQ4UuYIxJa4kUNh7rF+4soJ1ggkIZ+0m88 z3e8lsF0Xx0arOaMmh3DQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:8nZYbh0XRRk=:8rYTtdnvhaDuuNZfxHWXFZ BQ7+tymZ9MtW5WuhEe5BwBZqa++RJNSQmCFqJ/x/7UZ0aHI4yJFPUA7QISl6qzQrJbjTuOM1g KCQRtlQsCPU3G5JVBR/NLGNvqLRWrGh9pGmX/xM7ngdjSuAURlKPFl4oaafVkXjG/HM+HWu5k RpmW4Iv3hLK3rXE5SAVxcfIYXl6ofqZofq2ifrO9Vyl0LPGyskHn2sFL+6n0g0NDpbFsqjDCd 7yh39CKA1JbpTeXt+i1gIPjSiSK+rR7uSqKGv0XJhwziMpI1//u6y6Z6X8+hvAJYwsi/wnU1p bQsiqj1k88KEW9EUvSgSRKL4Lkjwn1++UpxDJdy16+g4zBU6GM6/zpTUmpLL8caT8doEjybM6 PFV5hKGIRFPGewnHDFgcr5ewdUg1thhp8TPP9M5U0eT/98Far/0gbqFZwaR9Z X-Rspamd-Queue-Id: 4Ck4cw3KnTz4mbK X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@edvax.de has no SPF policy when checking 217.72.192.74) smtp.mailfrom=freebsd@edvax.de X-Spamd-Result: default: False [1.40 / 15.00]; HAS_REPLYTO(0.00)[freebsd@edvax.de]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; HAS_ORG_HEADER(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RECEIVED_SPAMHAUS_PBL(0.00)[94.222.26.123:received]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[217.72.192.74:from]; ASN(0.00)[asn:8560, ipnet:217.72.192.0/20, country:DE]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(1.00)[0.998]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[edvax.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[217.72.192.74:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_IN_DNSWL_NONE(0.00)[217.72.192.74:from]; R_SPF_NA(0.00)[no SPF record]; RWL_MAILSPIKE_POSSIBLE(0.00)[217.72.192.74:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 21:38:57 -0000 On Sat, 28 Nov 2020 19:14:13 +0100, Jan Stary wrote: > Dear all, > > I tried installing FreeBSD (12.2 release, amd64) on one of my laptops > (after years of using OpenBSD almost exclusively, so please bare with me). > Full dmesg below. > > Taking the easy way, I opted for the auto partitioning in the installer, > which apparently creates one huge partition spanning the whole disk. > > Filesystem Size Used Avail Capacity Mounted on > /dev/ada0s1a 285G 7.1G 255G 3% / > devfs 1.0K 1.0K 0B 100% /dev > > Is that intended? I got used to separating /usr, /var/, /tmp > and /home for various reasons. Is one big partition the > preferred way to do things in FreeBSD? It is a _possible_ way to do things, and for a certain amount of use cases, it just works. However, it can have downsides (such as runaway processes filling "essential" subtrees and causing problems), or stops you from doing certain things (such as having data partitions mounted noexec); you also cannot conveniently use dump / restore. The concept of "functional partitioning" (separation of functionalities) is still often used by server admins for good reasons, but can also be an advantage on home systems. The only definite solution is: "It depends." :-) But as you said: You wanted "auto", and what you got is of course one single big partition. The only thing that looks "outdated" (not impossible, but no "fashion" anymore): MBR slice and partitions. Why not use GPT layout? The common consensus is: Use GPT, except you have a good reason to use MBR (for example, multi-booting _could_ be such a case). And GPT gives you more partition numbers than traditional disklabel bsdlabel) gives you partition letters, which is also nice. And try to use labels if you can, it makes life easier. ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Nov 28 21:41:16 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 341E946B957 for ; Sat, 28 Nov 2020 21:41:16 +0000 (UTC) (envelope-from hans@stare.cz) Received: from mx.stare.cz (uvt.stare.cz [185.63.96.79]) (using TLSv1.3 with cipher TLS_CHACHA20_POLY1305_SHA256 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck4gZ5CgBz4mfg for ; Sat, 28 Nov 2020 21:41:14 +0000 (UTC) (envelope-from hans@stare.cz) Received: from localhost (stare.cz [local]) by stare.cz (OpenSMTPD) with ESMTPA id 485f1daf for ; Sat, 28 Nov 2020 22:41:11 +0100 (CET) Date: Sat, 28 Nov 2020 22:41:10 +0100 From: Jan Stary To: FreeBSD Questions Subject: Re: X and console Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Rspamd-Queue-Id: 4Ck4gZ5CgBz4mfg X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of hans@stare.cz has no SPF policy when checking 185.63.96.79) smtp.mailfrom=hans@stare.cz X-Spamd-Result: default: False [-1.59 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.99)[-0.994]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[185.63.96.79:from]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:50825, ipnet:185.63.96.0/22, country:CZ]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; SH_EMAIL_DBL_DONT_QUERY_IPS(0.00)[0.0.0.0:email]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[stare.cz]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[185.63.96.79:from:127.0.2.255]; DBL_PROHIBIT(0.00)[0.0.0.0:email]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 21:41:16 -0000 The same does _not_ happen on an Acer Aspire One 722 (dmesg below). So I gues the problem is specific to the machine I guess (or the machine's graphics). Can sonebody mor knowledgable in X please help me sptot what it might be? Jan On Nov 28 19:04:55, hans@stare.cz wrote: > This is 12.2 RELEASE (amd64) on a Dell Studio 1535 (dmesg below). > It basicaly works, but I cannot swith between X and the console > and don't get a console back once X has axited. > > While my window manager (cwm, but it's the same with any other) > is runnig, ctrl-alt-fN does not take me to a console. Once the > window manager exits (in whatever way: "exit" in fvwm, killing cwm, ...) > the screen goes blank, with backlight on, but nothing else will happen. > In particular, it does not switch back to the console where I launched > startx and ctrl-alt-f1 ext will not take me to a console either. > > Mu user is in the wehhel group, if it makes a difference. > > Full Xorg.log below; this is where I tried > to switch from a running X to the console: > > (end of autoconfiguration upon start:) > [ 120.755] (II) event6 - GlidePoint: is tagged by udev as: Mouse > [ 120.755] (II) event6 - GlidePoint: device is a pointer > > (ctrl-alt-f1:) > > [ 201.994] (II) event0 - System keyboard multiplexer: device removed > [ 201.994] (II) event1 - System mouse: device removed > [ 201.995] (II) event3 - Power Button: device removed > [ 201.995] (II) event4 - Sleep Button: device removed > [ 201.995] (II) event5 - AT keyboard: device removed > [ 201.995] (II) event6 - GlidePoint: device removed > > (no X and no xonsole now. Login remotely and kill cwm.) > > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.584] (II) Server terminated successfully (0). Closing log file. > > So X has exited (I can confirm with ps that neither cwm > nor any of the X processes is running), but I don't get > a console back. > > Is this known? How can I further debug it? > > Jan > > > > ---<>--- > Copyright (c) 1992-2020 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 12.2-RELEASE r366954 GENERIC amd64 > FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) > VT(vga): resolution 640x480 > CPU: Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz (2095.03-MHz K8-class CPU) > Origin="GenuineIntel" Id=0x10676 Family=0x6 Model=0x17 Stepping=6 > Features=0xbfebfbff > Features2=0x8e3bd > AMD Features=0x20100800 > AMD Features2=0x1 > VT-x: HLT,PAUSE > TSC: P-state invariant, performance statistics > real memory = 4294967296 (4096 MB) > avail memory = 4103905280 (3913 MB) > Event timer "LAPIC" quality 100 > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > FreeBSD/SMP: 1 package(s) x 2 core(s) > random: unblocking device. > ioapic0: MADT APIC ID 2 != hw id 0 > ioapic0 irqs 0-23 on motherboard > Launching APs: 1 > Timecounter "TSC" frequency 2095031274 Hz quality 1000 > random: entropy device external interface > kbd1 at kbdmux0 > 000.000023 [4336] netmap_init netmap: loaded module > [ath_hal] loaded > module_register_init: MOD_LOAD (vesa, 0xffffffff81115e40, 0) error 19 > nexus0 > vtvga0: on motherboard > cryptosoft0: on motherboard > acpi0: on motherboard > hpet0: iomem 0xfed00000-0xfed003ff on acpi0 > Timecounter "HPET" frequency 14318180 Hz quality 950 > Event timer "HPET" frequency 14318180 Hz quality 450 > Event timer "HPET1" frequency 14318180 Hz quality 440 > Event timer "HPET2" frequency 14318180 Hz quality 440 > cpu0: on acpi0 > atrtc0: port 0x70-0x71,0x72-0x77 irq 8 on acpi0 > atrtc0: registered as a time-of-day clock, resolution 1.000000s > Event timer "RTC" frequency 32768 Hz quality 0 > attimer0: port 0x40-0x43,0x50-0x53 irq 2 on acpi0 > Timecounter "i8254" frequency 1193182 Hz quality 0 > Event timer "i8254" frequency 1193182 Hz quality 100 > Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 > pcib0: port 0xcf8-0xcff on acpi0 > pci0: on pcib0 > vgapci0: port 0xeff8-0xefff mem 0xf6e00000-0xf6efffff,0xe0000000-0xefffffff irq 16 at device 2.0 on pci0 > agp0: on vgapci0 > agp0: aperture size is 256M, detected 7676k stolen memory > vgapci0: Boot video device > vgapci1: mem 0xf6f00000-0xf6ffffff at device 2.1 on pci0 > uhci0: port 0x6f60-0x6f7f irq 20 at device 26.0 on pci0 > uhci0: LegSup = 0x2f00 > usbus0 on uhci0 > usbus0: 12Mbps Full Speed USB v1.0 > uhci1: port 0x6f80-0x6f9f irq 21 at device 26.1 on pci0 > uhci1: LegSup = 0x2f00 > usbus1 on uhci1 > usbus1: 12Mbps Full Speed USB v1.0 > ehci0: mem 0xfed1c400-0xfed1c7ff irq 22 at device 26.7 on pci0 > usbus2: EHCI version 1.0 > usbus2 on ehci0 > usbus2: 480Mbps High Speed USB v2.0 > hdac0: mem 0xf6dfc000-0xf6dfffff irq 21 at device 27.0 on pci0 > pcib1: at device 28.0 on pci0 > pcib1: [GIANT-LOCKED] > pcib2: at device 28.3 on pci0 > pcib2: failed to allocate initial prefetch window: 0xf0000000-0xf01fffff > pcib2: [GIANT-LOCKED] > pcib3: at device 28.5 on pci0 > pcib3: [GIANT-LOCKED] > pci1: on pcib3 > bge0: mem 0xf69f0000-0xf69fffff irq 17 at device 0.0 on pci1 > bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E > miibus0: on bge0 > brgphy0: PHY 1 on miibus0 > brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow > bge0: Using defaults for TSO: 65518/35/2048 > bge0: Ethernet address: 00:21:70:73:d6:c0 > uhci2: port 0x6f00-0x6f1f irq 20 at device 29.0 on pci0 > uhci2: LegSup = 0x2f00 > usbus3 on uhci2 > usbus3: 12Mbps Full Speed USB v1.0 > uhci3: port 0x6f20-0x6f3f irq 21 at device 29.1 on pci0 > uhci3: LegSup = 0x2f00 > usbus4 on uhci3 > usbus4: 12Mbps Full Speed USB v1.0 > uhci4: port 0x6f40-0x6f5f irq 22 at device 29.2 on pci0 > uhci4: LegSup = 0x2f00 > usbus5 on uhci4 > usbus5: 12Mbps Full Speed USB v1.0 > ehci1: mem 0xfed1c000-0xfed1c3ff irq 20 at device 29.7 on pci0 > usbus6: EHCI version 1.0 > usbus6 on ehci1 > usbus6: 480Mbps High Speed USB v2.0 > pcib4: at device 30.0 on pci0 > pci2: on pcib4 > pci2: at device 1.0 (no driver attached) > sdhci_pci0: mem 0xf68ff400-0xf68ff4ff irq 18 at device 1.1 on pci2 > sdhci_pci0: 1 slot(s) allocated > isab0: at device 31.0 on pci0 > isa0: on isab0 > ahci0: port 0x6e70-0x6e77,0x6e78-0x6e7b,0x6e80-0x6e87,0x6e88-0x6e8b,0x6ea0-0x6ebf mem 0xf6dfb800-0xf6dfbfff irq 17 at device 31.2 on pci0 > ahci0: AHCI v1.10 with 3 3Gbps ports, Port Multiplier not supported > ahcich0: at channel 0 on ahci0 > ahcich1: at channel 1 on ahci0 > ahcich2: at channel 2 on ahci0 > ahciem0: on ahci0 > acpi_lid0: on acpi0 > acpi_button0: on acpi0 > acpi_button1: on acpi0 > acpi_acad0: on acpi0 > battery0: on acpi0 > acpi_tz0: on acpi0 > atkbdc0: port 0x60,0x64,0x62,0x66 irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > psm0: irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model GlidePoint, device ID 0 > orm0: at iomem 0xc0000-0xcefff,0xcf000-0xcffff pnpid ORM0000 on isa0 > est0: on cpu0 > Timecounters tick every 1.000 msec > hdacc0: at cad 0 on hdac0 > hdaa0: at nid 1 on hdacc0 > pcm0: at nid 13,10 and 14 on hdaa0 > pcm1: at nid 15 and 19 on hdaa0 > ugen5.1: at usbus5 > ugen6.1: at usbus6 > ugen0.1: at usbus0 > ugen3.1: at usbus3 > ugen4.1: at usbus4 > ugen1.1: at usbus1 > ugen2.1: at usbus2 > uhub0: on usbus5 > uhub1: on usbus0 > uhub3: on usbus1 > uhub4: on usbus3 > hdacc1: at cad 1 on hdac0 > uhub2: on usbus4 > hdaa1: at nid 1 on hdacc1 > pcm2: at nid 3 on hdaa1 > uhub5: on usbus2 > uhub6: on usbus6 > Trying to mount root from ufs:/dev/ada0s1a [rw]... > Root mount waiting for: usbus0 usbus1 usbus2 usbus3 usbus4 usbus5 usbus6 CAM > ses0 at ahciem0 bus 0 scbus3 target 0 lun 0 > ses0: SEMB S-E-S 2.00 device > ses0: SEMB SES Device > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 > ada0: ATA8-ACS SATA 1.x device > ada0: Serial Number WD-WXE508LE6513 > ada0: 150.000MB/s transfers (SATA 1.x, UDMA6, PIO 8192bytes) > ada0: Command Queueing enabled > ada0: 305245MB (625142448 512 byte sectors) > ses0: pass0,ada0 in 'Slot 00', SATA Slot: scbus0 target 0 > ses0: pass1,cd0 in 'Slot 01', SATA Slot: scbus1 target 0 > cd0 at ahcich1 bus 0 scbus1 target 0 lun 0 > cd0: Removable CD-ROM SCSI device > cd0: Serial Number CN0RK8916886585J04K9 > cd0: 150.000MB/s transfers (SATA 1.x, UDMA5, ATAPI 12bytes, PIO 8192bytes) > cd0: Attempt to query device size failed: NOT READY, Medium not present - tray open > uhub3: 2 ports with 2 removable, self powered > uhub1: 2 ports with 2 removable, self powered > uhub0: 2 ports with 2 removable, self powered > uhub4: 2 ports with 2 removable, self powered > uhub2: 2 ports with 2 removable, self powered > Root mount waiting for: usbus2 usbus6 > uhub5: 4 ports with 4 removable, self powered > uhub6: 6 ports with 6 removable, self powered > Root mount waiting for: usbus6 > Root mount waiting for: usbus6 > Root mount waiting for: usbus6 > ugen6.2: at usbus6 > mountroot: waiting for device /dev/ada0s1a... > lo0: link state changed to UP > bge0: link state changed to DOWN > bge0: link state changed to UP > > > > [ 115.686] > X.Org X Server 1.20.9 > X Protocol Version 11, Revision 0 > [ 115.686] Build Operating System: FreeBSD 12.1-RELEASE-p10 amd64 > [ 115.686] Current Operating System: FreeBSD studio 12.2-RELEASE FreeBSD 12.2-RELEASE r366954 GENERIC amd64 > [ 115.686] Build Date: 24 October 2020 01:56:28AM > [ 115.686] > [ 115.687] Current version of pixman: 0.40.0 > [ 115.687] Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > [ 115.687] Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > [ 115.687] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 28 18:53:11 2020 > [ 115.751] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d" > [ 115.767] (==) No Layout section. Using the first Screen section. > [ 115.767] (==) No screen section available. Using defaults. > [ 115.767] (**) |-->Screen "Default Screen Section" (0) > [ 115.767] (**) | |-->Monitor "" > [ 115.769] (==) No monitor specified for screen "Default Screen Section". > Using a default monitor configuration. > [ 115.769] (==) Automatically adding devices > [ 115.769] (==) Automatically enabling devices > [ 115.769] (==) Not automatically adding GPU devices > [ 115.786] (==) Max clients allowed: 256, resource mask: 0x1fffff > [ 115.896] (==) FontPath set to: > /usr/local/share/fonts/misc/, > /usr/local/share/fonts/TTF/, > /usr/local/share/fonts/OTF/, > /usr/local/share/fonts/Type1/, > /usr/local/share/fonts/100dpi/, > /usr/local/share/fonts/75dpi/, > catalogue:/usr/local/etc/X11/fontpath.d > [ 115.896] (==) ModulePath set to "/usr/local/lib/xorg/modules" > [ 115.896] (II) The server relies on udev to provide the list of input devices. > If no devices become available, reconfigure udev or disable AutoAddDevices. > [ 115.896] (II) Loader magic: 0x42e020 > [ 115.896] (II) Module ABI versions: > [ 115.896] X.Org ANSI C Emulation: 0.4 > [ 115.896] X.Org Video Driver: 24.1 > [ 115.896] X.Org XInput driver : 24.1 > [ 115.896] X.Org Server Extension : 10.0 > [ 115.897] (--) PCI:*(0@0:2:0) 8086:2a02:1028:0254 rev 3, Mem @ 0xf6e00000/1048576, 0xe0000000/268435456, I/O @ 0x0000eff0/8, BIOS @ 0x????????/65536 > [ 115.897] (--) PCI: (0@0:2:1) 8086:2a03:1028:0254 rev 3, Mem @ 0xf6f00000/1048576 > [ 115.897] (II) LoadModule: "glx" > [ 115.899] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so > [ 116.087] (II) Module glx: vendor="X.Org Foundation" > [ 116.087] compiled for 1.20.9, module version = 1.0.0 > [ 116.087] ABI class: X.Org Server Extension, version 10.0 > [ 116.087] (==) Matched intel as autoconfigured driver 0 > [ 116.087] (==) Matched modesetting as autoconfigured driver 1 > [ 116.087] (==) Matched scfb as autoconfigured driver 2 > [ 116.087] (==) Matched vesa as autoconfigured driver 3 > [ 116.087] (==) Assigned the driver to the xf86ConfigLayout > [ 116.087] (II) LoadModule: "intel" > [ 116.095] (WW) Warning, couldn't open module intel > [ 116.095] (EE) Failed to load module "intel" (module does not exist, 0) > [ 116.095] (II) LoadModule: "modesetting" > [ 116.095] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so > [ 116.111] (II) Module modesetting: vendor="X.Org Foundation" > [ 116.111] compiled for 1.20.9, module version = 1.20.9 > [ 116.111] Module class: X.Org Video Driver > [ 116.111] ABI class: X.Org Video Driver, version 24.1 > [ 116.111] (II) LoadModule: "scfb" > [ 116.111] (II) Loading /usr/local/lib/xorg/modules/drivers/scfb_drv.so > [ 116.125] (II) Module scfb: vendor="X.Org Foundation" > [ 116.125] compiled for 1.20.9, module version = 0.0.5 > [ 116.125] ABI class: X.Org Video Driver, version 24.1 > [ 116.125] (II) LoadModule: "vesa" > [ 116.125] (II) Loading /usr/local/lib/xorg/modules/drivers/vesa_drv.so > [ 116.136] (II) Module vesa: vendor="X.Org Foundation" > [ 116.136] compiled for 1.20.9, module version = 2.5.0 > [ 116.136] Module class: X.Org Video Driver > [ 116.136] ABI class: X.Org Video Driver, version 24.1 > [ 116.137] (II) modesetting: Driver for Modesetting Kernel Drivers: kms > [ 116.137] (II) scfb: driver for wsdisplay framebuffer: scfb > [ 116.137] (II) VESA: driver for VESA chipsets: vesa > [ 116.137] (--) Using syscons driver with X support (version 2.0) > [ 116.137] (--) using VT number 9 > > [ 116.149] (EE) open /dev/dri/card0: No such file or directory > [ 116.149] (WW) Falling back to old probe method for modesetting > [ 116.149] (EE) open /dev/dri/card0: No such file or directory > [ 116.149] (WW) Falling back to old probe method for scfb > [ 116.149] scfb trace: probe start > [ 116.149] scfb trace: probe done > [ 116.150] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support > [ 116.150] (EE) Screen 0 deleted because of no matching config section. > [ 116.150] (II) UnloadModule: "modesetting" > [ 116.150] (II) Loading sub module "vbe" > [ 116.150] (II) LoadModule: "vbe" > [ 116.150] (II) Loading /usr/local/lib/xorg/modules/libvbe.so > [ 116.163] (II) Module vbe: vendor="X.Org Foundation" > [ 116.163] compiled for 1.20.9, module version = 1.1.0 > [ 116.163] ABI class: X.Org Video Driver, version 24.1 > [ 116.163] (II) Loading sub module "int10" > [ 116.163] (II) LoadModule: "int10" > [ 116.163] (II) Loading /usr/local/lib/xorg/modules/libint10.so > [ 116.169] (II) Module int10: vendor="X.Org Foundation" > [ 116.169] compiled for 1.20.9, module version = 1.0.0 > [ 116.169] ABI class: X.Org Video Driver, version 24.1 > [ 116.169] (II) VESA(0): initializing int10 > [ 116.169] (II) VESA(0): Bad V_BIOS checksum > [ 116.170] (II) VESA(0): Primary V_BIOS segment is: 0xc000 > [ 116.172] (II) VESA(0): VESA BIOS detected > [ 116.172] (II) VESA(0): VESA VBE Version 3.0 > [ 116.172] (II) VESA(0): VESA VBE Total Mem: 7616 kB > [ 116.172] (II) VESA(0): VESA VBE OEM: Intel(r)GM965/PM965/GL960 Graphics Chip Accelerated VGA BIOS > [ 116.172] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 > [ 116.172] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation > [ 116.172] (II) VESA(0): VESA VBE OEM Product: Intel(r)GM965/PM965/GL960 Graphics Controller > [ 116.172] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > [ 116.183] (II) VESA(0): Creating default Display subsection in Screen section > "Default Screen Section" for depth/fbbpp 24/32 > [ 116.183] (==) VESA(0): Depth 24, (--) framebuffer bpp 32 > [ 116.183] (==) VESA(0): RGB weight 888 > [ 116.183] (==) VESA(0): Default visual is TrueColor > [ 116.183] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0) > [ 116.183] (II) Loading sub module "ddc" > [ 116.183] (II) LoadModule: "ddc" > [ 116.183] (II) Module "ddc" already built-in > [ 116.184] (II) VESA(0): VESA VBE DDC supported > [ 116.184] (II) VESA(0): VESA VBE DDC Level 2 > [ 116.184] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec. > [ 116.196] (II) VESA(0): VESA VBE DDC read successfully > [ 116.225] (II) VESA(0): Manufacturer: LPL Model: 0 Serial#: 0 > [ 116.225] (II) VESA(0): Year: 2007 Week: 0 > [ 116.225] (II) VESA(0): EDID Version: 1.3 > [ 116.225] (II) VESA(0): Digital Display Input > [ 116.225] (II) VESA(0): Max Image Size [cm]: horiz.: 33 vert.: 21 > [ 116.225] (II) VESA(0): Gamma: 2.20 > [ 116.225] (II) VESA(0): No DPMS capabilities specified > [ 116.225] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 > [ 116.225] (II) VESA(0): First detailed timing is preferred mode > [ 116.225] (II) VESA(0): redX: 0.600 redY: 0.351 greenX: 0.325 greenY: 0.554 > [ 116.225] (II) VESA(0): blueX: 0.154 blueY: 0.145 whiteX: 0.313 whiteY: 0.329 > [ 116.225] (II) VESA(0): Manufacturer's mask: 0 > [ 116.225] (II) VESA(0): Supported detailed timing: > [ 116.225] (II) VESA(0): clock: 66.1 MHz Image Size: 331 x 2070 mm > [ 116.225] (II) VESA(0): h_active: 1280 h_sync: 1304 h_sync_end 1328 h_blank_end 1352 h_border: 0 > [ 116.225] (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0 > [ 116.225] (II) VESA(0): Supported detailed timing: > [ 116.225] (II) VESA(0): clock: 66.1 MHz Image Size: 331 x 2070 mm > [ 116.225] (II) VESA(0): h_active: 1280 h_sync: 1304 h_sync_end 1328 h_blank_end 1352 h_border: 0 > [ 116.225] (II) VESA(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 816 v_border: 0 > [ 116.225] (II) VESA(0): WU682€154WX5 > [ 116.225] (II) VESA(0): Unknown vendor-specific block 0 > [ 116.225] (II) VESA(0): EDID (in hex): > [ 116.225] (II) VESA(0): 00ffffffffffff00320c000000000000 > [ 116.225] (II) VESA(0): 00110103902115780ab7859959538d27 > [ 116.225] (II) VESA(0): 25505400000001010101010101010101 > [ 116.225] (II) VESA(0): 010101010101d1190048502010301818 > [ 116.225] (II) VESA(0): 36004bcf1000001bd119004850201030 > [ 116.225] (II) VESA(0): 181836004bcf1000001b000000fe0057 > [ 116.225] (II) VESA(0): 55363832803135345758350a00000000 > [ 116.225] (II) VESA(0): 0024323d45688ba7ff01010a20200034 > [ 116.225] (II) VESA(0): EDID vendor "LPL", prod id 0 > [ 116.225] (II) VESA(0): EDID quirk: Detailed timings give vertical size in cm. > [ 116.225] (II) VESA(0): Printing DDC gathered Modelines: > [ 116.225] (II) VESA(0): Modeline "1280x800"x0.0 66.09 1280 1304 1328 1352 800 803 809 816 +hsync -vsync (48.9 kHz eP) > [ 116.226] (II) VESA(0): Searching for matching VESA mode(s): > [ 116.226] Mode: 160 (0x0) > [ 116.226] ModeAttributes: 0x0 > [ 116.226] WinAAttributes: 0x0 > [ 116.226] WinBAttributes: 0x0 > [ 116.226] WinGranularity: 0 > [ 116.226] WinSize: 0 > [ 116.226] WinASegment: 0x0 > [ 116.226] WinBSegment: 0x0 > [ 116.226] WinFuncPtr: 0x0 > [ 116.226] BytesPerScanline: 0 > [ 116.226] XResolution: 0 > [ 116.226] YResolution: 0 > [ 116.226] XCharSize: 0 > [ 116.226] YCharSize: 0 > [ 116.226] NumberOfPlanes: 0 > [ 116.226] BitsPerPixel: 0 > [ 116.226] NumberOfBanks: 0 > [ 116.226] MemoryModel: 0 > [ 116.226] BankSize: 0 > [ 116.226] NumberOfImages: 0 > [ 116.226] RedMaskSize: 0 > [ 116.226] RedFieldPosition: 0 > [ 116.226] GreenMaskSize: 0 > [ 116.226] GreenFieldPosition: 0 > [ 116.226] BlueMaskSize: 0 > [ 116.226] BlueFieldPosition: 0 > [ 116.226] RsvdMaskSize: 0 > [ 116.226] RsvdFieldPosition: 0 > [ 116.226] DirectColorModeInfo: 0 > [ 116.226] PhysBasePtr: 0x0 > [ 116.226] LinBytesPerScanLine: 0 > [ 116.226] BnkNumberOfImagePages: 0 > [ 116.226] LinNumberOfImagePages: 0 > [ 116.226] LinRedMaskSize: 0 > [ 116.226] LinRedFieldPosition: 0 > [ 116.226] LinGreenMaskSize: 0 > [ 116.226] LinGreenFieldPosition: 0 > [ 116.226] LinBlueMaskSize: 0 > [ 116.226] LinBlueFieldPosition: 0 > [ 116.226] LinRsvdMaskSize: 0 > [ 116.226] LinRsvdFieldPosition: 0 > [ 116.226] MaxPixelClock: 0 > [ 116.227] Mode: 161 (0x0) > [ 116.227] ModeAttributes: 0x0 > [ 116.227] WinAAttributes: 0x0 > [ 116.227] WinBAttributes: 0x0 > [ 116.227] WinGranularity: 0 > [ 116.227] WinSize: 0 > [ 116.227] WinASegment: 0x0 > [ 116.227] WinBSegment: 0x0 > [ 116.227] WinFuncPtr: 0x0 > [ 116.227] BytesPerScanline: 0 > [ 116.227] XResolution: 0 > [ 116.227] YResolution: 0 > [ 116.227] XCharSize: 0 > [ 116.227] YCharSize: 0 > [ 116.227] NumberOfPlanes: 0 > [ 116.227] BitsPerPixel: 0 > [ 116.227] NumberOfBanks: 0 > [ 116.227] MemoryModel: 0 > [ 116.227] BankSize: 0 > [ 116.227] NumberOfImages: 0 > [ 116.227] RedMaskSize: 0 > [ 116.227] RedFieldPosition: 0 > [ 116.227] GreenMaskSize: 0 > [ 116.227] GreenFieldPosition: 0 > [ 116.227] BlueMaskSize: 0 > [ 116.227] BlueFieldPosition: 0 > [ 116.227] RsvdMaskSize: 0 > [ 116.227] RsvdFieldPosition: 0 > [ 116.227] DirectColorModeInfo: 0 > [ 116.227] PhysBasePtr: 0x0 > [ 116.227] LinBytesPerScanLine: 0 > [ 116.227] BnkNumberOfImagePages: 0 > [ 116.227] LinNumberOfImagePages: 0 > [ 116.227] LinRedMaskSize: 0 > [ 116.227] LinRedFieldPosition: 0 > [ 116.227] LinGreenMaskSize: 0 > [ 116.227] LinGreenFieldPosition: 0 > [ 116.227] LinBlueMaskSize: 0 > [ 116.227] LinBlueFieldPosition: 0 > [ 116.227] LinRsvdMaskSize: 0 > [ 116.227] LinRsvdFieldPosition: 0 > [ 116.227] MaxPixelClock: 0 > [ 116.228] Mode: 162 (0x0) > [ 116.228] ModeAttributes: 0x0 > [ 116.228] WinAAttributes: 0x0 > [ 116.228] WinBAttributes: 0x0 > [ 116.228] WinGranularity: 0 > [ 116.228] WinSize: 0 > [ 116.228] WinASegment: 0x0 > [ 116.228] WinBSegment: 0x0 > [ 116.228] WinFuncPtr: 0x0 > [ 116.228] BytesPerScanline: 0 > [ 116.228] XResolution: 0 > [ 116.228] YResolution: 0 > [ 116.228] XCharSize: 0 > [ 116.228] YCharSize: 0 > [ 116.228] NumberOfPlanes: 0 > [ 116.228] BitsPerPixel: 0 > [ 116.228] NumberOfBanks: 0 > [ 116.228] MemoryModel: 0 > [ 116.228] BankSize: 0 > [ 116.228] NumberOfImages: 0 > [ 116.228] RedMaskSize: 0 > [ 116.228] RedFieldPosition: 0 > [ 116.228] GreenMaskSize: 0 > [ 116.228] GreenFieldPosition: 0 > [ 116.228] BlueMaskSize: 0 > [ 116.228] BlueFieldPosition: 0 > [ 116.228] RsvdMaskSize: 0 > [ 116.228] RsvdFieldPosition: 0 > [ 116.228] DirectColorModeInfo: 0 > [ 116.228] PhysBasePtr: 0x0 > [ 116.228] LinBytesPerScanLine: 0 > [ 116.228] BnkNumberOfImagePages: 0 > [ 116.228] LinNumberOfImagePages: 0 > [ 116.228] LinRedMaskSize: 0 > [ 116.228] LinRedFieldPosition: 0 > [ 116.228] LinGreenMaskSize: 0 > [ 116.228] LinGreenFieldPosition: 0 > [ 116.228] LinBlueMaskSize: 0 > [ 116.228] LinBlueFieldPosition: 0 > [ 116.228] LinRsvdMaskSize: 0 > [ 116.228] LinRsvdFieldPosition: 0 > [ 116.228] MaxPixelClock: 0 > [ 116.229] Mode: 163 (0x0) > [ 116.229] ModeAttributes: 0x0 > [ 116.229] WinAAttributes: 0x0 > [ 116.229] WinBAttributes: 0x0 > [ 116.229] WinGranularity: 0 > [ 116.229] WinSize: 0 > [ 116.229] WinASegment: 0x0 > [ 116.229] WinBSegment: 0x0 > [ 116.229] WinFuncPtr: 0x0 > [ 116.229] BytesPerScanline: 0 > [ 116.229] XResolution: 0 > [ 116.229] YResolution: 0 > [ 116.229] XCharSize: 0 > [ 116.229] YCharSize: 0 > [ 116.229] NumberOfPlanes: 0 > [ 116.229] BitsPerPixel: 0 > [ 116.229] NumberOfBanks: 0 > [ 116.229] MemoryModel: 0 > [ 116.229] BankSize: 0 > [ 116.229] NumberOfImages: 0 > [ 116.229] RedMaskSize: 0 > [ 116.229] RedFieldPosition: 0 > [ 116.229] GreenMaskSize: 0 > [ 116.229] GreenFieldPosition: 0 > [ 116.229] BlueMaskSize: 0 > [ 116.229] BlueFieldPosition: 0 > [ 116.229] RsvdMaskSize: 0 > [ 116.229] RsvdFieldPosition: 0 > [ 116.229] DirectColorModeInfo: 0 > [ 116.229] PhysBasePtr: 0x0 > [ 116.229] LinBytesPerScanLine: 0 > [ 116.229] BnkNumberOfImagePages: 0 > [ 116.229] LinNumberOfImagePages: 0 > [ 116.229] LinRedMaskSize: 0 > [ 116.229] LinRedFieldPosition: 0 > [ 116.229] LinGreenMaskSize: 0 > [ 116.229] LinGreenFieldPosition: 0 > [ 116.229] LinBlueMaskSize: 0 > [ 116.229] LinBlueFieldPosition: 0 > [ 116.229] LinRsvdMaskSize: 0 > [ 116.229] LinRsvdFieldPosition: 0 > [ 116.229] MaxPixelClock: 0 > [ 116.230] Mode: 164 (0x0) > [ 116.230] ModeAttributes: 0x0 > [ 116.230] WinAAttributes: 0x0 > [ 116.230] WinBAttributes: 0x0 > [ 116.230] WinGranularity: 0 > [ 116.230] WinSize: 0 > [ 116.230] WinASegment: 0x0 > [ 116.230] WinBSegment: 0x0 > [ 116.230] WinFuncPtr: 0x0 > [ 116.230] BytesPerScanline: 0 > [ 116.230] XResolution: 0 > [ 116.230] YResolution: 0 > [ 116.230] XCharSize: 0 > [ 116.230] YCharSize: 0 > [ 116.230] NumberOfPlanes: 0 > [ 116.230] BitsPerPixel: 0 > [ 116.230] NumberOfBanks: 0 > [ 116.230] MemoryModel: 0 > [ 116.230] BankSize: 0 > [ 116.230] NumberOfImages: 0 > [ 116.230] RedMaskSize: 0 > [ 116.230] RedFieldPosition: 0 > [ 116.230] GreenMaskSize: 0 > [ 116.230] GreenFieldPosition: 0 > [ 116.230] BlueMaskSize: 0 > [ 116.230] BlueFieldPosition: 0 > [ 116.230] RsvdMaskSize: 0 > [ 116.230] RsvdFieldPosition: 0 > [ 116.230] DirectColorModeInfo: 0 > [ 116.230] PhysBasePtr: 0x0 > [ 116.230] LinBytesPerScanLine: 0 > [ 116.230] BnkNumberOfImagePages: 0 > [ 116.230] LinNumberOfImagePages: 0 > [ 116.230] LinRedMaskSize: 0 > [ 116.230] LinRedFieldPosition: 0 > [ 116.230] LinGreenMaskSize: 0 > [ 116.230] LinGreenFieldPosition: 0 > [ 116.230] LinBlueMaskSize: 0 > [ 116.230] LinBlueFieldPosition: 0 > [ 116.230] LinRsvdMaskSize: 0 > [ 116.230] LinRsvdFieldPosition: 0 > [ 116.230] MaxPixelClock: 0 > [ 116.231] Mode: 165 (0x0) > [ 116.231] ModeAttributes: 0x0 > [ 116.231] WinAAttributes: 0x0 > [ 116.231] WinBAttributes: 0x0 > [ 116.231] WinGranularity: 0 > [ 116.231] WinSize: 0 > [ 116.231] WinASegment: 0x0 > [ 116.231] WinBSegment: 0x0 > [ 116.231] WinFuncPtr: 0x0 > [ 116.231] BytesPerScanline: 0 > [ 116.231] XResolution: 0 > [ 116.231] YResolution: 0 > [ 116.231] XCharSize: 0 > [ 116.231] YCharSize: 0 > [ 116.231] NumberOfPlanes: 0 > [ 116.231] BitsPerPixel: 0 > [ 116.231] NumberOfBanks: 0 > [ 116.231] MemoryModel: 0 > [ 116.231] BankSize: 0 > [ 116.231] NumberOfImages: 0 > [ 116.231] RedMaskSize: 0 > [ 116.231] RedFieldPosition: 0 > [ 116.231] GreenMaskSize: 0 > [ 116.231] GreenFieldPosition: 0 > [ 116.231] BlueMaskSize: 0 > [ 116.231] BlueFieldPosition: 0 > [ 116.231] RsvdMaskSize: 0 > [ 116.231] RsvdFieldPosition: 0 > [ 116.231] DirectColorModeInfo: 0 > [ 116.231] PhysBasePtr: 0x0 > [ 116.231] LinBytesPerScanLine: 0 > [ 116.231] BnkNumberOfImagePages: 0 > [ 116.231] LinNumberOfImagePages: 0 > [ 116.231] LinRedMaskSize: 0 > [ 116.231] LinRedFieldPosition: 0 > [ 116.231] LinGreenMaskSize: 0 > [ 116.231] LinGreenFieldPosition: 0 > [ 116.231] LinBlueMaskSize: 0 > [ 116.231] LinBlueFieldPosition: 0 > [ 116.231] LinRsvdMaskSize: 0 > [ 116.231] LinRsvdFieldPosition: 0 > [ 116.231] MaxPixelClock: 0 > [ 116.231] Mode: 166 (0x0) > [ 116.232] ModeAttributes: 0x0 > [ 116.232] WinAAttributes: 0x0 > [ 116.232] WinBAttributes: 0x0 > [ 116.232] WinGranularity: 0 > [ 116.232] WinSize: 0 > [ 116.232] WinASegment: 0x0 > [ 116.232] WinBSegment: 0x0 > [ 116.232] WinFuncPtr: 0x0 > [ 116.232] BytesPerScanline: 0 > [ 116.232] XResolution: 0 > [ 116.232] YResolution: 0 > [ 116.232] XCharSize: 0 > [ 116.232] YCharSize: 0 > [ 116.232] NumberOfPlanes: 0 > [ 116.232] BitsPerPixel: 0 > [ 116.232] NumberOfBanks: 0 > [ 116.232] MemoryModel: 0 > [ 116.232] BankSize: 0 > [ 116.232] NumberOfImages: 0 > [ 116.232] RedMaskSize: 0 > [ 116.232] RedFieldPosition: 0 > [ 116.232] GreenMaskSize: 0 > [ 116.232] GreenFieldPosition: 0 > [ 116.232] BlueMaskSize: 0 > [ 116.232] BlueFieldPosition: 0 > [ 116.232] RsvdMaskSize: 0 > [ 116.232] RsvdFieldPosition: 0 > [ 116.232] DirectColorModeInfo: 0 > [ 116.232] PhysBasePtr: 0x0 > [ 116.232] LinBytesPerScanLine: 0 > [ 116.232] BnkNumberOfImagePages: 0 > [ 116.232] LinNumberOfImagePages: 0 > [ 116.232] LinRedMaskSize: 0 > [ 116.232] LinRedFieldPosition: 0 > [ 116.232] LinGreenMaskSize: 0 > [ 116.232] LinGreenFieldPosition: 0 > [ 116.232] LinBlueMaskSize: 0 > [ 116.232] LinBlueFieldPosition: 0 > [ 116.232] LinRsvdMaskSize: 0 > [ 116.232] LinRsvdFieldPosition: 0 > [ 116.232] MaxPixelClock: 0 > [ 116.232] Mode: 167 (0x0) > [ 116.232] ModeAttributes: 0x0 > [ 116.233] WinAAttributes: 0x0 > [ 116.233] WinBAttributes: 0x0 > [ 116.233] WinGranularity: 0 > [ 116.233] WinSize: 0 > [ 116.233] WinASegment: 0x0 > [ 116.233] WinBSegment: 0x0 > [ 116.233] WinFuncPtr: 0x0 > [ 116.233] BytesPerScanline: 0 > [ 116.233] XResolution: 0 > [ 116.233] YResolution: 0 > [ 116.233] XCharSize: 0 > [ 116.233] YCharSize: 0 > [ 116.233] NumberOfPlanes: 0 > [ 116.233] BitsPerPixel: 0 > [ 116.233] NumberOfBanks: 0 > [ 116.233] MemoryModel: 0 > [ 116.233] BankSize: 0 > [ 116.233] NumberOfImages: 0 > [ 116.233] RedMaskSize: 0 > [ 116.233] RedFieldPosition: 0 > [ 116.233] GreenMaskSize: 0 > [ 116.233] GreenFieldPosition: 0 > [ 116.233] BlueMaskSize: 0 > [ 116.233] BlueFieldPosition: 0 > [ 116.233] RsvdMaskSize: 0 > [ 116.233] RsvdFieldPosition: 0 > [ 116.233] DirectColorModeInfo: 0 > [ 116.233] PhysBasePtr: 0x0 > [ 116.233] LinBytesPerScanLine: 0 > [ 116.233] BnkNumberOfImagePages: 0 > [ 116.233] LinNumberOfImagePages: 0 > [ 116.233] LinRedMaskSize: 0 > [ 116.233] LinRedFieldPosition: 0 > [ 116.233] LinGreenMaskSize: 0 > [ 116.233] LinGreenFieldPosition: 0 > [ 116.233] LinBlueMaskSize: 0 > [ 116.233] LinBlueFieldPosition: 0 > [ 116.233] LinRsvdMaskSize: 0 > [ 116.233] LinRsvdFieldPosition: 0 > [ 116.233] MaxPixelClock: 0 > [ 116.233] Mode: 168 (0x0) > [ 116.233] ModeAttributes: 0x0 > [ 116.233] WinAAttributes: 0x0 > [ 116.233] WinBAttributes: 0x0 > [ 116.234] WinGranularity: 0 > [ 116.234] WinSize: 0 > [ 116.234] WinASegment: 0x0 > [ 116.234] WinBSegment: 0x0 > [ 116.234] WinFuncPtr: 0x0 > [ 116.234] BytesPerScanline: 0 > [ 116.234] XResolution: 0 > [ 116.234] YResolution: 0 > [ 116.234] XCharSize: 0 > [ 116.234] YCharSize: 0 > [ 116.234] NumberOfPlanes: 0 > [ 116.234] BitsPerPixel: 0 > [ 116.234] NumberOfBanks: 0 > [ 116.234] MemoryModel: 0 > [ 116.234] BankSize: 0 > [ 116.234] NumberOfImages: 0 > [ 116.234] RedMaskSize: 0 > [ 116.234] RedFieldPosition: 0 > [ 116.234] GreenMaskSize: 0 > [ 116.234] GreenFieldPosition: 0 > [ 116.234] BlueMaskSize: 0 > [ 116.234] BlueFieldPosition: 0 > [ 116.234] RsvdMaskSize: 0 > [ 116.234] RsvdFieldPosition: 0 > [ 116.234] DirectColorModeInfo: 0 > [ 116.234] PhysBasePtr: 0x0 > [ 116.234] LinBytesPerScanLine: 0 > [ 116.234] BnkNumberOfImagePages: 0 > [ 116.234] LinNumberOfImagePages: 0 > [ 116.234] LinRedMaskSize: 0 > [ 116.234] LinRedFieldPosition: 0 > [ 116.234] LinGreenMaskSize: 0 > [ 116.234] LinGreenFieldPosition: 0 > [ 116.234] LinBlueMaskSize: 0 > [ 116.234] LinBlueFieldPosition: 0 > [ 116.234] LinRsvdMaskSize: 0 > [ 116.234] LinRsvdFieldPosition: 0 > [ 116.234] MaxPixelClock: 0 > [ 116.234] Mode: 169 (0x0) > [ 116.234] ModeAttributes: 0x0 > [ 116.234] WinAAttributes: 0x0 > [ 116.234] WinBAttributes: 0x0 > [ 116.234] WinGranularity: 0 > [ 116.235] WinSize: 0 > [ 116.235] WinASegment: 0x0 > [ 116.235] WinBSegment: 0x0 > [ 116.235] WinFuncPtr: 0x0 > [ 116.235] BytesPerScanline: 0 > [ 116.235] XResolution: 0 > [ 116.235] YResolution: 0 > [ 116.235] XCharSize: 0 > [ 116.235] YCharSize: 0 > [ 116.235] NumberOfPlanes: 0 > [ 116.235] BitsPerPixel: 0 > [ 116.235] NumberOfBanks: 0 > [ 116.235] MemoryModel: 0 > [ 116.235] BankSize: 0 > [ 116.235] NumberOfImages: 0 > [ 116.235] RedMaskSize: 0 > [ 116.235] RedFieldPosition: 0 > [ 116.235] GreenMaskSize: 0 > [ 116.235] GreenFieldPosition: 0 > [ 116.235] BlueMaskSize: 0 > [ 116.235] BlueFieldPosition: 0 > [ 116.235] RsvdMaskSize: 0 > [ 116.235] RsvdFieldPosition: 0 > [ 116.235] DirectColorModeInfo: 0 > [ 116.235] PhysBasePtr: 0x0 > [ 116.235] LinBytesPerScanLine: 0 > [ 116.235] BnkNumberOfImagePages: 0 > [ 116.235] LinNumberOfImagePages: 0 > [ 116.235] LinRedMaskSize: 0 > [ 116.235] LinRedFieldPosition: 0 > [ 116.235] LinGreenMaskSize: 0 > [ 116.235] LinGreenFieldPosition: 0 > [ 116.235] LinBlueMaskSize: 0 > [ 116.235] LinBlueFieldPosition: 0 > [ 116.235] LinRsvdMaskSize: 0 > [ 116.235] LinRsvdFieldPosition: 0 > [ 116.235] MaxPixelClock: 0 > [ 116.235] Mode: 16a (0x0) > [ 116.235] ModeAttributes: 0x0 > [ 116.235] WinAAttributes: 0x0 > [ 116.235] WinBAttributes: 0x0 > [ 116.235] WinGranularity: 0 > [ 116.235] WinSize: 0 > [ 116.236] WinASegment: 0x0 > [ 116.236] WinBSegment: 0x0 > [ 116.236] WinFuncPtr: 0x0 > [ 116.236] BytesPerScanline: 0 > [ 116.236] XResolution: 0 > [ 116.236] YResolution: 0 > [ 116.236] XCharSize: 0 > [ 116.236] YCharSize: 0 > [ 116.236] NumberOfPlanes: 0 > [ 116.236] BitsPerPixel: 0 > [ 116.236] NumberOfBanks: 0 > [ 116.236] MemoryModel: 0 > [ 116.236] BankSize: 0 > [ 116.236] NumberOfImages: 0 > [ 116.236] RedMaskSize: 0 > [ 116.236] RedFieldPosition: 0 > [ 116.236] GreenMaskSize: 0 > [ 116.236] GreenFieldPosition: 0 > [ 116.236] BlueMaskSize: 0 > [ 116.236] BlueFieldPosition: 0 > [ 116.236] RsvdMaskSize: 0 > [ 116.236] RsvdFieldPosition: 0 > [ 116.236] DirectColorModeInfo: 0 > [ 116.236] PhysBasePtr: 0x0 > [ 116.236] LinBytesPerScanLine: 0 > [ 116.236] BnkNumberOfImagePages: 0 > [ 116.236] LinNumberOfImagePages: 0 > [ 116.236] LinRedMaskSize: 0 > [ 116.236] LinRedFieldPosition: 0 > [ 116.236] LinGreenMaskSize: 0 > [ 116.236] LinGreenFieldPosition: 0 > [ 116.236] LinBlueMaskSize: 0 > [ 116.236] LinBlueFieldPosition: 0 > [ 116.236] LinRsvdMaskSize: 0 > [ 116.236] LinRsvdFieldPosition: 0 > [ 116.236] MaxPixelClock: 0 > [ 116.236] Mode: 16b (0x0) > [ 116.236] ModeAttributes: 0x0 > [ 116.236] WinAAttributes: 0x0 > [ 116.236] WinBAttributes: 0x0 > [ 116.236] WinGranularity: 0 > [ 116.236] WinSize: 0 > [ 116.236] WinASegment: 0x0 > [ 116.237] WinBSegment: 0x0 > [ 116.237] WinFuncPtr: 0x0 > [ 116.237] BytesPerScanline: 0 > [ 116.237] XResolution: 0 > [ 116.237] YResolution: 0 > [ 116.237] XCharSize: 0 > [ 116.237] YCharSize: 0 > [ 116.237] NumberOfPlanes: 0 > [ 116.237] BitsPerPixel: 0 > [ 116.237] NumberOfBanks: 0 > [ 116.237] MemoryModel: 0 > [ 116.237] BankSize: 0 > [ 116.237] NumberOfImages: 0 > [ 116.237] RedMaskSize: 0 > [ 116.237] RedFieldPosition: 0 > [ 116.237] GreenMaskSize: 0 > [ 116.237] GreenFieldPosition: 0 > [ 116.237] BlueMaskSize: 0 > [ 116.237] BlueFieldPosition: 0 > [ 116.237] RsvdMaskSize: 0 > [ 116.237] RsvdFieldPosition: 0 > [ 116.237] DirectColorModeInfo: 0 > [ 116.237] PhysBasePtr: 0x0 > [ 116.237] LinBytesPerScanLine: 0 > [ 116.237] BnkNumberOfImagePages: 0 > [ 116.237] LinNumberOfImagePages: 0 > [ 116.237] LinRedMaskSize: 0 > [ 116.237] LinRedFieldPosition: 0 > [ 116.237] LinGreenMaskSize: 0 > [ 116.237] LinGreenFieldPosition: 0 > [ 116.237] LinBlueMaskSize: 0 > [ 116.237] LinBlueFieldPosition: 0 > [ 116.237] LinRsvdMaskSize: 0 > [ 116.237] LinRsvdFieldPosition: 0 > [ 116.237] MaxPixelClock: 0 > [ 116.237] Mode: 16c (0x0) > [ 116.237] ModeAttributes: 0x0 > [ 116.237] WinAAttributes: 0x0 > [ 116.237] WinBAttributes: 0x0 > [ 116.237] WinGranularity: 0 > [ 116.237] WinSize: 0 > [ 116.237] WinASegment: 0x0 > [ 116.237] WinBSegment: 0x0 > [ 116.238] WinFuncPtr: 0x0 > [ 116.238] BytesPerScanline: 0 > [ 116.238] XResolution: 0 > [ 116.238] YResolution: 0 > [ 116.238] XCharSize: 0 > [ 116.238] YCharSize: 0 > [ 116.238] NumberOfPlanes: 0 > [ 116.238] BitsPerPixel: 0 > [ 116.238] NumberOfBanks: 0 > [ 116.238] MemoryModel: 0 > [ 116.238] BankSize: 0 > [ 116.238] NumberOfImages: 0 > [ 116.238] RedMaskSize: 0 > [ 116.238] RedFieldPosition: 0 > [ 116.238] GreenMaskSize: 0 > [ 116.238] GreenFieldPosition: 0 > [ 116.238] BlueMaskSize: 0 > [ 116.238] BlueFieldPosition: 0 > [ 116.238] RsvdMaskSize: 0 > [ 116.238] RsvdFieldPosition: 0 > [ 116.238] DirectColorModeInfo: 0 > [ 116.238] PhysBasePtr: 0x0 > [ 116.238] LinBytesPerScanLine: 0 > [ 116.238] BnkNumberOfImagePages: 0 > [ 116.238] LinNumberOfImagePages: 0 > [ 116.238] LinRedMaskSize: 0 > [ 116.238] LinRedFieldPosition: 0 > [ 116.238] LinGreenMaskSize: 0 > [ 116.238] LinGreenFieldPosition: 0 > [ 116.238] LinBlueMaskSize: 0 > [ 116.238] LinBlueFieldPosition: 0 > [ 116.238] LinRsvdMaskSize: 0 > [ 116.238] LinRsvdFieldPosition: 0 > [ 116.238] MaxPixelClock: 0 > [ 116.238] Mode: 16d (0x0) > [ 116.238] ModeAttributes: 0x0 > [ 116.238] WinAAttributes: 0x0 > [ 116.238] WinBAttributes: 0x0 > [ 116.238] WinGranularity: 0 > [ 116.238] WinSize: 0 > [ 116.238] WinASegment: 0x0 > [ 116.238] WinBSegment: 0x0 > [ 116.239] WinFuncPtr: 0x0 > [ 116.239] BytesPerScanline: 0 > [ 116.239] XResolution: 0 > [ 116.239] YResolution: 0 > [ 116.239] XCharSize: 0 > [ 116.239] YCharSize: 0 > [ 116.239] NumberOfPlanes: 0 > [ 116.239] BitsPerPixel: 0 > [ 116.239] NumberOfBanks: 0 > [ 116.239] MemoryModel: 0 > [ 116.239] BankSize: 0 > [ 116.239] NumberOfImages: 0 > [ 116.239] RedMaskSize: 0 > [ 116.239] RedFieldPosition: 0 > [ 116.239] GreenMaskSize: 0 > [ 116.239] GreenFieldPosition: 0 > [ 116.239] BlueMaskSize: 0 > [ 116.239] BlueFieldPosition: 0 > [ 116.239] RsvdMaskSize: 0 > [ 116.239] RsvdFieldPosition: 0 > [ 116.239] DirectColorModeInfo: 0 > [ 116.239] PhysBasePtr: 0x0 > [ 116.239] LinBytesPerScanLine: 0 > [ 116.239] BnkNumberOfImagePages: 0 > [ 116.239] LinNumberOfImagePages: 0 > [ 116.239] LinRedMaskSize: 0 > [ 116.239] LinRedFieldPosition: 0 > [ 116.239] LinGreenMaskSize: 0 > [ 116.239] LinGreenFieldPosition: 0 > [ 116.239] LinBlueMaskSize: 0 > [ 116.239] LinBlueFieldPosition: 0 > [ 116.239] LinRsvdMaskSize: 0 > [ 116.239] LinRsvdFieldPosition: 0 > [ 116.239] MaxPixelClock: 0 > [ 116.239] Mode: 16e (0x0) > [ 116.239] ModeAttributes: 0x0 > [ 116.239] WinAAttributes: 0x0 > [ 116.239] WinBAttributes: 0x0 > [ 116.239] WinGranularity: 0 > [ 116.239] WinSize: 0 > [ 116.239] WinASegment: 0x0 > [ 116.239] WinBSegment: 0x0 > [ 116.240] WinFuncPtr: 0x0 > [ 116.240] BytesPerScanline: 0 > [ 116.240] XResolution: 0 > [ 116.240] YResolution: 0 > [ 116.240] XCharSize: 0 > [ 116.240] YCharSize: 0 > [ 116.240] NumberOfPlanes: 0 > [ 116.240] BitsPerPixel: 0 > [ 116.240] NumberOfBanks: 0 > [ 116.240] MemoryModel: 0 > [ 116.240] BankSize: 0 > [ 116.240] NumberOfImages: 0 > [ 116.240] RedMaskSize: 0 > [ 116.240] RedFieldPosition: 0 > [ 116.240] GreenMaskSize: 0 > [ 116.240] GreenFieldPosition: 0 > [ 116.240] BlueMaskSize: 0 > [ 116.240] BlueFieldPosition: 0 > [ 116.240] RsvdMaskSize: 0 > [ 116.240] RsvdFieldPosition: 0 > [ 116.240] DirectColorModeInfo: 0 > [ 116.240] PhysBasePtr: 0x0 > [ 116.240] LinBytesPerScanLine: 0 > [ 116.240] BnkNumberOfImagePages: 0 > [ 116.240] LinNumberOfImagePages: 0 > [ 116.240] LinRedMaskSize: 0 > [ 116.240] LinRedFieldPosition: 0 > [ 116.240] LinGreenMaskSize: 0 > [ 116.240] LinGreenFieldPosition: 0 > [ 116.240] LinBlueMaskSize: 0 > [ 116.240] LinBlueFieldPosition: 0 > [ 116.240] LinRsvdMaskSize: 0 > [ 116.240] LinRsvdFieldPosition: 0 > [ 116.240] MaxPixelClock: 0 > [ 116.240] Mode: 16f (0x0) > [ 116.240] ModeAttributes: 0x0 > [ 116.240] WinAAttributes: 0x0 > [ 116.240] WinBAttributes: 0x0 > [ 116.240] WinGranularity: 0 > [ 116.240] WinSize: 0 > [ 116.240] WinASegment: 0x0 > [ 116.240] WinBSegment: 0x0 > [ 116.241] WinFuncPtr: 0x0 > [ 116.241] BytesPerScanline: 0 > [ 116.241] XResolution: 0 > [ 116.241] YResolution: 0 > [ 116.241] XCharSize: 0 > [ 116.241] YCharSize: 0 > [ 116.241] NumberOfPlanes: 0 > [ 116.241] BitsPerPixel: 0 > [ 116.241] NumberOfBanks: 0 > [ 116.241] MemoryModel: 0 > [ 116.241] BankSize: 0 > [ 116.241] NumberOfImages: 0 > [ 116.241] RedMaskSize: 0 > [ 116.241] RedFieldPosition: 0 > [ 116.241] GreenMaskSize: 0 > [ 116.241] GreenFieldPosition: 0 > [ 116.241] BlueMaskSize: 0 > [ 116.241] BlueFieldPosition: 0 > [ 116.241] RsvdMaskSize: 0 > [ 116.241] RsvdFieldPosition: 0 > [ 116.241] DirectColorModeInfo: 0 > [ 116.241] PhysBasePtr: 0x0 > [ 116.241] LinBytesPerScanLine: 0 > [ 116.241] BnkNumberOfImagePages: 0 > [ 116.241] LinNumberOfImagePages: 0 > [ 116.241] LinRedMaskSize: 0 > [ 116.241] LinRedFieldPosition: 0 > [ 116.241] LinGreenMaskSize: 0 > [ 116.241] LinGreenFieldPosition: 0 > [ 116.241] LinBlueMaskSize: 0 > [ 116.241] LinBlueFieldPosition: 0 > [ 116.241] LinRsvdMaskSize: 0 > [ 116.241] LinRsvdFieldPosition: 0 > [ 116.241] MaxPixelClock: 0 > [ 116.241] Mode: 170 (0x0) > [ 116.241] ModeAttributes: 0x0 > [ 116.241] WinAAttributes: 0x0 > [ 116.241] WinBAttributes: 0x0 > [ 116.241] WinGranularity: 0 > [ 116.241] WinSize: 0 > [ 116.241] WinASegment: 0x0 > [ 116.241] WinBSegment: 0x0 > [ 116.242] WinFuncPtr: 0x0 > [ 116.242] BytesPerScanline: 0 > [ 116.242] XResolution: 0 > [ 116.242] YResolution: 0 > [ 116.242] XCharSize: 0 > [ 116.242] YCharSize: 0 > [ 116.242] NumberOfPlanes: 0 > [ 116.242] BitsPerPixel: 0 > [ 116.242] NumberOfBanks: 0 > [ 116.242] MemoryModel: 0 > [ 116.242] BankSize: 0 > [ 116.242] NumberOfImages: 0 > [ 116.242] RedMaskSize: 0 > [ 116.242] RedFieldPosition: 0 > [ 116.242] GreenMaskSize: 0 > [ 116.242] GreenFieldPosition: 0 > [ 116.242] BlueMaskSize: 0 > [ 116.242] BlueFieldPosition: 0 > [ 116.242] RsvdMaskSize: 0 > [ 116.242] RsvdFieldPosition: 0 > [ 116.242] DirectColorModeInfo: 0 > [ 116.242] PhysBasePtr: 0x0 > [ 116.242] LinBytesPerScanLine: 0 > [ 116.242] BnkNumberOfImagePages: 0 > [ 116.242] LinNumberOfImagePages: 0 > [ 116.242] LinRedMaskSize: 0 > [ 116.242] LinRedFieldPosition: 0 > [ 116.242] LinGreenMaskSize: 0 > [ 116.242] LinGreenFieldPosition: 0 > [ 116.242] LinBlueMaskSize: 0 > [ 116.242] LinBlueFieldPosition: 0 > [ 116.242] LinRsvdMaskSize: 0 > [ 116.242] LinRsvdFieldPosition: 0 > [ 116.242] MaxPixelClock: 0 > [ 116.242] Mode: 171 (0x0) > [ 116.242] ModeAttributes: 0x0 > [ 116.242] WinAAttributes: 0x0 > [ 116.242] WinBAttributes: 0x0 > [ 116.242] WinGranularity: 0 > [ 116.242] WinSize: 0 > [ 116.242] WinASegment: 0x0 > [ 116.243] WinBSegment: 0x0 > [ 116.243] WinFuncPtr: 0x0 > [ 116.243] BytesPerScanline: 0 > [ 116.243] XResolution: 0 > [ 116.243] YResolution: 0 > [ 116.243] XCharSize: 0 > [ 116.243] YCharSize: 0 > [ 116.243] NumberOfPlanes: 0 > [ 116.243] BitsPerPixel: 0 > [ 116.243] NumberOfBanks: 0 > [ 116.243] MemoryModel: 0 > [ 116.243] BankSize: 0 > [ 116.243] NumberOfImages: 0 > [ 116.243] RedMaskSize: 0 > [ 116.243] RedFieldPosition: 0 > [ 116.243] GreenMaskSize: 0 > [ 116.243] GreenFieldPosition: 0 > [ 116.243] BlueMaskSize: 0 > [ 116.243] BlueFieldPosition: 0 > [ 116.243] RsvdMaskSize: 0 > [ 116.243] RsvdFieldPosition: 0 > [ 116.243] DirectColorModeInfo: 0 > [ 116.243] PhysBasePtr: 0x0 > [ 116.243] LinBytesPerScanLine: 0 > [ 116.243] BnkNumberOfImagePages: 0 > [ 116.243] LinNumberOfImagePages: 0 > [ 116.243] LinRedMaskSize: 0 > [ 116.243] LinRedFieldPosition: 0 > [ 116.243] LinGreenMaskSize: 0 > [ 116.243] LinGreenFieldPosition: 0 > [ 116.243] LinBlueMaskSize: 0 > [ 116.243] LinBlueFieldPosition: 0 > [ 116.243] LinRsvdMaskSize: 0 > [ 116.243] LinRsvdFieldPosition: 0 > [ 116.243] MaxPixelClock: 0 > [ 116.243] Mode: 13c (0x0) > [ 116.243] ModeAttributes: 0x0 > [ 116.243] WinAAttributes: 0x0 > [ 116.244] WinBAttributes: 0x0 > [ 116.244] WinGranularity: 0 > [ 116.244] WinSize: 0 > [ 116.244] WinASegment: 0x0 > [ 116.244] WinBSegment: 0x0 > [ 116.244] WinFuncPtr: 0x0 > [ 116.244] BytesPerScanline: 0 > [ 116.244] XResolution: 0 > [ 116.244] YResolution: 0 > [ 116.244] XCharSize: 0 > [ 116.244] YCharSize: 0 > [ 116.244] NumberOfPlanes: 0 > [ 116.244] BitsPerPixel: 0 > [ 116.244] NumberOfBanks: 0 > [ 116.244] MemoryModel: 0 > [ 116.244] BankSize: 0 > [ 116.244] NumberOfImages: 0 > [ 116.244] RedMaskSize: 0 > [ 116.244] RedFieldPosition: 0 > [ 116.244] GreenMaskSize: 0 > [ 116.244] GreenFieldPosition: 0 > [ 116.244] BlueMaskSize: 0 > [ 116.244] BlueFieldPosition: 0 > [ 116.244] RsvdMaskSize: 0 > [ 116.244] RsvdFieldPosition: 0 > [ 116.244] DirectColorModeInfo: 0 > [ 116.244] PhysBasePtr: 0x0 > [ 116.244] LinBytesPerScanLine: 0 > [ 116.244] BnkNumberOfImagePages: 0 > [ 116.244] LinNumberOfImagePages: 0 > [ 116.244] LinRedMaskSize: 0 > [ 116.244] LinRedFieldPosition: 0 > [ 116.244] LinGreenMaskSize: 0 > [ 116.244] LinGreenFieldPosition: 0 > [ 116.244] LinBlueMaskSize: 0 > [ 116.244] LinBlueFieldPosition: 0 > [ 116.244] LinRsvdMaskSize: 0 > [ 116.244] LinRsvdFieldPosition: 0 > [ 116.244] MaxPixelClock: 0 > [ 116.245] Mode: 14d (0x0) > [ 116.245] ModeAttributes: 0x0 > [ 116.245] WinAAttributes: 0x0 > [ 116.245] WinBAttributes: 0x0 > [ 116.245] WinGranularity: 0 > [ 116.245] WinSize: 0 > [ 116.245] WinASegment: 0x0 > [ 116.245] WinBSegment: 0x0 > [ 116.245] WinFuncPtr: 0x0 > [ 116.245] BytesPerScanline: 0 > [ 116.245] XResolution: 0 > [ 116.245] YResolution: 0 > [ 116.245] XCharSize: 0 > [ 116.245] YCharSize: 0 > [ 116.245] NumberOfPlanes: 0 > [ 116.245] BitsPerPixel: 0 > [ 116.245] NumberOfBanks: 0 > [ 116.245] MemoryModel: 0 > [ 116.245] BankSize: 0 > [ 116.245] NumberOfImages: 0 > [ 116.245] RedMaskSize: 0 > [ 116.245] RedFieldPosition: 0 > [ 116.245] GreenMaskSize: 0 > [ 116.245] GreenFieldPosition: 0 > [ 116.245] BlueMaskSize: 0 > [ 116.245] BlueFieldPosition: 0 > [ 116.245] RsvdMaskSize: 0 > [ 116.245] RsvdFieldPosition: 0 > [ 116.245] DirectColorModeInfo: 0 > [ 116.245] PhysBasePtr: 0x0 > [ 116.245] LinBytesPerScanLine: 0 > [ 116.245] BnkNumberOfImagePages: 0 > [ 116.245] LinNumberOfImagePages: 0 > [ 116.245] LinRedMaskSize: 0 > [ 116.245] LinRedFieldPosition: 0 > [ 116.245] LinGreenMaskSize: 0 > [ 116.245] LinGreenFieldPosition: 0 > [ 116.245] LinBlueMaskSize: 0 > [ 116.245] LinBlueFieldPosition: 0 > [ 116.245] LinRsvdMaskSize: 0 > [ 116.245] LinRsvdFieldPosition: 0 > [ 116.245] MaxPixelClock: 0 > [ 116.246] Mode: 15c (0x0) > [ 116.246] ModeAttributes: 0x0 > [ 116.246] WinAAttributes: 0x0 > [ 116.246] WinBAttributes: 0x0 > [ 116.246] WinGranularity: 0 > [ 116.246] WinSize: 0 > [ 116.246] WinASegment: 0x0 > [ 116.246] WinBSegment: 0x0 > [ 116.246] WinFuncPtr: 0x0 > [ 116.246] BytesPerScanline: 0 > [ 116.246] XResolution: 0 > [ 116.246] YResolution: 0 > [ 116.246] XCharSize: 0 > [ 116.246] YCharSize: 0 > [ 116.246] NumberOfPlanes: 0 > [ 116.246] BitsPerPixel: 0 > [ 116.246] NumberOfBanks: 0 > [ 116.246] MemoryModel: 0 > [ 116.246] BankSize: 0 > [ 116.246] NumberOfImages: 0 > [ 116.246] RedMaskSize: 0 > [ 116.246] RedFieldPosition: 0 > [ 116.246] GreenMaskSize: 0 > [ 116.246] GreenFieldPosition: 0 > [ 116.246] BlueMaskSize: 0 > [ 116.246] BlueFieldPosition: 0 > [ 116.246] RsvdMaskSize: 0 > [ 116.246] RsvdFieldPosition: 0 > [ 116.246] DirectColorModeInfo: 0 > [ 116.246] PhysBasePtr: 0x0 > [ 116.246] LinBytesPerScanLine: 0 > [ 116.246] BnkNumberOfImagePages: 0 > [ 116.246] LinNumberOfImagePages: 0 > [ 116.246] LinRedMaskSize: 0 > [ 116.246] LinRedFieldPosition: 0 > [ 116.246] LinGreenMaskSize: 0 > [ 116.246] LinGreenFieldPosition: 0 > [ 116.246] LinBlueMaskSize: 0 > [ 116.246] LinBlueFieldPosition: 0 > [ 116.246] LinRsvdMaskSize: 0 > [ 116.246] LinRsvdFieldPosition: 0 > [ 116.246] MaxPixelClock: 0 > [ 116.247] Mode: 13a (0x0) > [ 116.247] ModeAttributes: 0x0 > [ 116.247] WinAAttributes: 0x0 > [ 116.247] WinBAttributes: 0x0 > [ 116.247] WinGranularity: 0 > [ 116.247] WinSize: 0 > [ 116.247] WinASegment: 0x0 > [ 116.247] WinBSegment: 0x0 > [ 116.247] WinFuncPtr: 0x0 > [ 116.247] BytesPerScanline: 0 > [ 116.247] XResolution: 0 > [ 116.247] YResolution: 0 > [ 116.247] XCharSize: 0 > [ 116.247] YCharSize: 0 > [ 116.247] NumberOfPlanes: 0 > [ 116.247] BitsPerPixel: 0 > [ 116.247] NumberOfBanks: 0 > [ 116.247] MemoryModel: 0 > [ 116.247] BankSize: 0 > [ 116.247] NumberOfImages: 0 > [ 116.247] RedMaskSize: 0 > [ 116.247] RedFieldPosition: 0 > [ 116.247] GreenMaskSize: 0 > [ 116.247] GreenFieldPosition: 0 > [ 116.247] BlueMaskSize: 0 > [ 116.247] BlueFieldPosition: 0 > [ 116.247] RsvdMaskSize: 0 > [ 116.247] RsvdFieldPosition: 0 > [ 116.247] DirectColorModeInfo: 0 > [ 116.247] PhysBasePtr: 0x0 > [ 116.247] LinBytesPerScanLine: 0 > [ 116.247] BnkNumberOfImagePages: 0 > [ 116.247] LinNumberOfImagePages: 0 > [ 116.247] LinRedMaskSize: 0 > [ 116.247] LinRedFieldPosition: 0 > [ 116.247] LinGreenMaskSize: 0 > [ 116.247] LinGreenFieldPosition: 0 > [ 116.247] LinBlueMaskSize: 0 > [ 116.247] LinBlueFieldPosition: 0 > [ 116.247] LinRsvdMaskSize: 0 > [ 116.247] LinRsvdFieldPosition: 0 > [ 116.247] MaxPixelClock: 0 > [ 116.248] Mode: 14b (0x0) > [ 116.248] ModeAttributes: 0x0 > [ 116.248] WinAAttributes: 0x0 > [ 116.248] WinBAttributes: 0x0 > [ 116.248] WinGranularity: 0 > [ 116.248] WinSize: 0 > [ 116.248] WinASegment: 0x0 > [ 116.248] WinBSegment: 0x0 > [ 116.248] WinFuncPtr: 0x0 > [ 116.248] BytesPerScanline: 0 > [ 116.248] XResolution: 0 > [ 116.248] YResolution: 0 > [ 116.248] XCharSize: 0 > [ 116.248] YCharSize: 0 > [ 116.248] NumberOfPlanes: 0 > [ 116.248] BitsPerPixel: 0 > [ 116.248] NumberOfBanks: 0 > [ 116.248] MemoryModel: 0 > [ 116.248] BankSize: 0 > [ 116.248] NumberOfImages: 0 > [ 116.248] RedMaskSize: 0 > [ 116.248] RedFieldPosition: 0 > [ 116.248] GreenMaskSize: 0 > [ 116.248] GreenFieldPosition: 0 > [ 116.248] BlueMaskSize: 0 > [ 116.248] BlueFieldPosition: 0 > [ 116.248] RsvdMaskSize: 0 > [ 116.248] RsvdFieldPosition: 0 > [ 116.248] DirectColorModeInfo: 0 > [ 116.248] PhysBasePtr: 0x0 > [ 116.248] LinBytesPerScanLine: 0 > [ 116.248] BnkNumberOfImagePages: 0 > [ 116.248] LinNumberOfImagePages: 0 > [ 116.248] LinRedMaskSize: 0 > [ 116.248] LinRedFieldPosition: 0 > [ 116.248] LinGreenMaskSize: 0 > [ 116.248] LinGreenFieldPosition: 0 > [ 116.249] LinBlueMaskSize: 0 > [ 116.249] LinBlueFieldPosition: 0 > [ 116.249] LinRsvdMaskSize: 0 > [ 116.249] LinRsvdFieldPosition: 0 > [ 116.249] MaxPixelClock: 0 > [ 116.249] Mode: 15a (0x0) > [ 116.249] ModeAttributes: 0x0 > [ 116.249] WinAAttributes: 0x0 > [ 116.249] WinBAttributes: 0x0 > [ 116.249] WinGranularity: 0 > [ 116.249] WinSize: 0 > [ 116.249] WinASegment: 0x0 > [ 116.249] WinBSegment: 0x0 > [ 116.249] WinFuncPtr: 0x0 > [ 116.249] BytesPerScanline: 0 > [ 116.249] XResolution: 0 > [ 116.249] YResolution: 0 > [ 116.249] XCharSize: 0 > [ 116.249] YCharSize: 0 > [ 116.249] NumberOfPlanes: 0 > [ 116.249] BitsPerPixel: 0 > [ 116.249] NumberOfBanks: 0 > [ 116.249] MemoryModel: 0 > [ 116.249] BankSize: 0 > [ 116.249] NumberOfImages: 0 > [ 116.249] RedMaskSize: 0 > [ 116.249] RedFieldPosition: 0 > [ 116.249] GreenMaskSize: 0 > [ 116.249] GreenFieldPosition: 0 > [ 116.249] BlueMaskSize: 0 > [ 116.249] BlueFieldPosition: 0 > [ 116.249] RsvdMaskSize: 0 > [ 116.249] RsvdFieldPosition: 0 > [ 116.249] DirectColorModeInfo: 0 > [ 116.250] PhysBasePtr: 0x0 > [ 116.250] LinBytesPerScanLine: 0 > [ 116.250] BnkNumberOfImagePages: 0 > [ 116.250] LinNumberOfImagePages: 0 > [ 116.250] LinRedMaskSize: 0 > [ 116.250] LinRedFieldPosition: 0 > [ 116.250] LinGreenMaskSize: 0 > [ 116.250] LinGreenFieldPosition: 0 > [ 116.250] LinBlueMaskSize: 0 > [ 116.250] LinBlueFieldPosition: 0 > [ 116.250] LinRsvdMaskSize: 0 > [ 116.250] LinRsvdFieldPosition: 0 > [ 116.250] MaxPixelClock: 0 > [ 116.250] Mode: 107 (0x0) > [ 116.250] ModeAttributes: 0x0 > [ 116.250] WinAAttributes: 0x0 > [ 116.250] WinBAttributes: 0x0 > [ 116.250] WinGranularity: 0 > [ 116.250] WinSize: 0 > [ 116.250] WinASegment: 0x0 > [ 116.250] WinBSegment: 0x0 > [ 116.250] WinFuncPtr: 0x0 > [ 116.250] BytesPerScanline: 0 > [ 116.250] XResolution: 0 > [ 116.250] YResolution: 0 > [ 116.250] XCharSize: 0 > [ 116.250] YCharSize: 0 > [ 116.250] NumberOfPlanes: 0 > [ 116.250] BitsPerPixel: 0 > [ 116.250] NumberOfBanks: 0 > [ 116.250] MemoryModel: 0 > [ 116.250] BankSize: 0 > [ 116.250] NumberOfImages: 0 > [ 116.250] RedMaskSize: 0 > [ 116.250] RedFieldPosition: 0 > [ 116.250] GreenMaskSize: 0 > [ 116.250] GreenFieldPosition: 0 > [ 116.250] BlueMaskSize: 0 > [ 116.251] BlueFieldPosition: 0 > [ 116.251] RsvdMaskSize: 0 > [ 116.251] RsvdFieldPosition: 0 > [ 116.251] DirectColorModeInfo: 0 > [ 116.251] PhysBasePtr: 0x0 > [ 116.251] LinBytesPerScanLine: 0 > [ 116.251] BnkNumberOfImagePages: 0 > [ 116.251] LinNumberOfImagePages: 0 > [ 116.251] LinRedMaskSize: 0 > [ 116.251] LinRedFieldPosition: 0 > [ 116.251] LinGreenMaskSize: 0 > [ 116.251] LinGreenFieldPosition: 0 > [ 116.251] LinBlueMaskSize: 0 > [ 116.251] LinBlueFieldPosition: 0 > [ 116.251] LinRsvdMaskSize: 0 > [ 116.251] LinRsvdFieldPosition: 0 > [ 116.251] MaxPixelClock: 0 > [ 116.251] Mode: 11a (0x0) > [ 116.251] ModeAttributes: 0x0 > [ 116.251] WinAAttributes: 0x0 > [ 116.251] WinBAttributes: 0x0 > [ 116.251] WinGranularity: 0 > [ 116.251] WinSize: 0 > [ 116.251] WinASegment: 0x0 > [ 116.251] WinBSegment: 0x0 > [ 116.251] WinFuncPtr: 0x0 > [ 116.251] BytesPerScanline: 0 > [ 116.251] XResolution: 0 > [ 116.251] YResolution: 0 > [ 116.251] XCharSize: 0 > [ 116.251] YCharSize: 0 > [ 116.251] NumberOfPlanes: 0 > [ 116.251] BitsPerPixel: 0 > [ 116.251] NumberOfBanks: 0 > [ 116.251] MemoryModel: 0 > [ 116.251] BankSize: 0 > [ 116.251] NumberOfImages: 0 > [ 116.252] RedMaskSize: 0 > [ 116.252] RedFieldPosition: 0 > [ 116.252] GreenMaskSize: 0 > [ 116.252] GreenFieldPosition: 0 > [ 116.252] BlueMaskSize: 0 > [ 116.252] BlueFieldPosition: 0 > [ 116.252] RsvdMaskSize: 0 > [ 116.252] RsvdFieldPosition: 0 > [ 116.252] DirectColorModeInfo: 0 > [ 116.252] PhysBasePtr: 0x0 > [ 116.252] LinBytesPerScanLine: 0 > [ 116.252] BnkNumberOfImagePages: 0 > [ 116.252] LinNumberOfImagePages: 0 > [ 116.252] LinRedMaskSize: 0 > [ 116.252] LinRedFieldPosition: 0 > [ 116.252] LinGreenMaskSize: 0 > [ 116.252] LinGreenFieldPosition: 0 > [ 116.252] LinBlueMaskSize: 0 > [ 116.252] LinBlueFieldPosition: 0 > [ 116.252] LinRsvdMaskSize: 0 > [ 116.252] LinRsvdFieldPosition: 0 > [ 116.252] MaxPixelClock: 0 > [ 116.252] Mode: 11b (0x0) > [ 116.252] ModeAttributes: 0x0 > [ 116.252] WinAAttributes: 0x0 > [ 116.252] WinBAttributes: 0x0 > [ 116.252] WinGranularity: 0 > [ 116.252] WinSize: 0 > [ 116.252] WinASegment: 0x0 > [ 116.252] WinBSegment: 0x0 > [ 116.252] WinFuncPtr: 0x0 > [ 116.252] BytesPerScanline: 0 > [ 116.252] XResolution: 0 > [ 116.253] YResolution: 0 > [ 116.253] XCharSize: 0 > [ 116.253] YCharSize: 0 > [ 116.253] NumberOfPlanes: 0 > [ 116.253] BitsPerPixel: 0 > [ 116.253] NumberOfBanks: 0 > [ 116.253] MemoryModel: 0 > [ 116.253] BankSize: 0 > [ 116.253] NumberOfImages: 0 > [ 116.253] RedMaskSize: 0 > [ 116.253] RedFieldPosition: 0 > [ 116.253] GreenMaskSize: 0 > [ 116.253] GreenFieldPosition: 0 > [ 116.253] BlueMaskSize: 0 > [ 116.253] BlueFieldPosition: 0 > [ 116.253] RsvdMaskSize: 0 > [ 116.253] RsvdFieldPosition: 0 > [ 116.253] DirectColorModeInfo: 0 > [ 116.253] PhysBasePtr: 0x0 > [ 116.253] LinBytesPerScanLine: 0 > [ 116.253] BnkNumberOfImagePages: 0 > [ 116.253] LinNumberOfImagePages: 0 > [ 116.253] LinRedMaskSize: 0 > [ 116.253] LinRedFieldPosition: 0 > [ 116.253] LinGreenMaskSize: 0 > [ 116.253] LinGreenFieldPosition: 0 > [ 116.253] LinBlueMaskSize: 0 > [ 116.253] LinBlueFieldPosition: 0 > [ 116.253] LinRsvdMaskSize: 0 > [ 116.253] LinRsvdFieldPosition: 0 > [ 116.253] MaxPixelClock: 0 > [ 116.254] Mode: 105 (1024x768) > [ 116.254] ModeAttributes: 0x9b > [ 116.254] WinAAttributes: 0x7 > [ 116.254] WinBAttributes: 0x0 > [ 116.254] WinGranularity: 64 > [ 116.254] WinSize: 64 > [ 116.254] WinASegment: 0xa000 > [ 116.254] WinBSegment: 0x0 > [ 116.254] WinFuncPtr: 0xc0007c76 > [ 116.254] BytesPerScanline: 1024 > [ 116.254] XResolution: 1024 > [ 116.254] YResolution: 768 > [ 116.254] XCharSize: 8 > [ 116.254] YCharSize: 16 > [ 116.254] NumberOfPlanes: 1 > [ 116.254] BitsPerPixel: 8 > [ 116.254] NumberOfBanks: 1 > [ 116.254] MemoryModel: 4 > [ 116.254] BankSize: 0 > [ 116.254] NumberOfImages: 8 > [ 116.254] RedMaskSize: 0 > [ 116.254] RedFieldPosition: 0 > [ 116.254] GreenMaskSize: 0 > [ 116.254] GreenFieldPosition: 0 > [ 116.254] BlueMaskSize: 0 > [ 116.254] BlueFieldPosition: 0 > [ 116.254] RsvdMaskSize: 0 > [ 116.254] RsvdFieldPosition: 0 > [ 116.254] DirectColorModeInfo: 0 > [ 116.254] PhysBasePtr: 0xe0000000 > [ 116.254] LinBytesPerScanLine: 1024 > [ 116.254] BnkNumberOfImagePages: 8 > [ 116.254] LinNumberOfImagePages: 8 > [ 116.254] LinRedMaskSize: 0 > [ 116.254] LinRedFieldPosition: 0 > [ 116.254] LinGreenMaskSize: 0 > [ 116.254] LinGreenFieldPosition: 0 > [ 116.254] LinBlueMaskSize: 0 > [ 116.254] LinBlueFieldPosition: 0 > [ 116.254] LinRsvdMaskSize: 0 > [ 116.254] LinRsvdFieldPosition: 0 > [ 116.254] MaxPixelClock: 230000000 > [ 116.255] Mode: 117 (1024x768) > [ 116.255] ModeAttributes: 0x9b > [ 116.255] WinAAttributes: 0x7 > [ 116.255] WinBAttributes: 0x0 > [ 116.255] WinGranularity: 64 > [ 116.255] WinSize: 64 > [ 116.255] WinASegment: 0xa000 > [ 116.255] WinBSegment: 0x0 > [ 116.255] WinFuncPtr: 0xc0007c76 > [ 116.255] BytesPerScanline: 2048 > [ 116.255] XResolution: 1024 > [ 116.255] YResolution: 768 > [ 116.255] XCharSize: 8 > [ 116.255] YCharSize: 16 > [ 116.255] NumberOfPlanes: 1 > [ 116.255] BitsPerPixel: 16 > [ 116.255] NumberOfBanks: 1 > [ 116.255] MemoryModel: 6 > [ 116.255] BankSize: 0 > [ 116.255] NumberOfImages: 3 > [ 116.255] RedMaskSize: 5 > [ 116.255] RedFieldPosition: 11 > [ 116.255] GreenMaskSize: 6 > [ 116.255] GreenFieldPosition: 5 > [ 116.255] BlueMaskSize: 5 > [ 116.255] BlueFieldPosition: 0 > [ 116.255] RsvdMaskSize: 0 > [ 116.255] RsvdFieldPosition: 0 > [ 116.255] DirectColorModeInfo: 0 > [ 116.255] PhysBasePtr: 0xe0000000 > [ 116.255] LinBytesPerScanLine: 2048 > [ 116.256] BnkNumberOfImagePages: 3 > [ 116.256] LinNumberOfImagePages: 3 > [ 116.256] LinRedMaskSize: 5 > [ 116.256] LinRedFieldPosition: 11 > [ 116.256] LinGreenMaskSize: 6 > [ 116.256] LinGreenFieldPosition: 5 > [ 116.256] LinBlueMaskSize: 5 > [ 116.256] LinBlueFieldPosition: 0 > [ 116.256] LinRsvdMaskSize: 0 > [ 116.256] LinRsvdFieldPosition: 0 > [ 116.256] MaxPixelClock: 230000000 > [ 116.256] *Mode: 118 (1024x768) > [ 116.256] ModeAttributes: 0x9b > [ 116.256] WinAAttributes: 0x7 > [ 116.256] WinBAttributes: 0x0 > [ 116.257] WinGranularity: 64 > [ 116.257] WinSize: 64 > [ 116.257] WinASegment: 0xa000 > [ 116.257] WinBSegment: 0x0 > [ 116.257] WinFuncPtr: 0xc0007c76 > [ 116.257] BytesPerScanline: 4096 > [ 116.257] XResolution: 1024 > [ 116.257] YResolution: 768 > [ 116.257] XCharSize: 8 > [ 116.257] YCharSize: 16 > [ 116.257] NumberOfPlanes: 1 > [ 116.257] BitsPerPixel: 32 > [ 116.257] NumberOfBanks: 1 > [ 116.257] MemoryModel: 6 > [ 116.257] BankSize: 0 > [ 116.257] NumberOfImages: 1 > [ 116.257] RedMaskSize: 8 > [ 116.257] RedFieldPosition: 16 > [ 116.257] GreenMaskSize: 8 > [ 116.257] GreenFieldPosition: 8 > [ 116.257] BlueMaskSize: 8 > [ 116.257] BlueFieldPosition: 0 > [ 116.257] RsvdMaskSize: 8 > [ 116.257] RsvdFieldPosition: 24 > [ 116.257] DirectColorModeInfo: 0 > [ 116.257] PhysBasePtr: 0xe0000000 > [ 116.257] LinBytesPerScanLine: 4096 > [ 116.257] BnkNumberOfImagePages: 1 > [ 116.257] LinNumberOfImagePages: 1 > [ 116.257] LinRedMaskSize: 8 > [ 116.257] LinRedFieldPosition: 16 > [ 116.257] LinGreenMaskSize: 8 > [ 116.257] LinGreenFieldPosition: 8 > [ 116.257] LinBlueMaskSize: 8 > [ 116.257] LinBlueFieldPosition: 0 > [ 116.257] LinRsvdMaskSize: 8 > [ 116.257] LinRsvdFieldPosition: 24 > [ 116.257] MaxPixelClock: 230000000 > [ 116.258] *Mode: 112 (640x480) > [ 116.258] ModeAttributes: 0x9b > [ 116.258] WinAAttributes: 0x7 > [ 116.258] WinBAttributes: 0x0 > [ 116.258] WinGranularity: 64 > [ 116.258] WinSize: 64 > [ 116.258] WinASegment: 0xa000 > [ 116.258] WinBSegment: 0x0 > [ 116.258] WinFuncPtr: 0xc0007c76 > [ 116.258] BytesPerScanline: 2560 > [ 116.258] XResolution: 640 > [ 116.258] YResolution: 480 > [ 116.258] XCharSize: 8 > [ 116.258] YCharSize: 16 > [ 116.258] NumberOfPlanes: 1 > [ 116.258] BitsPerPixel: 32 > [ 116.258] NumberOfBanks: 1 > [ 116.258] MemoryModel: 6 > [ 116.258] BankSize: 0 > [ 116.258] NumberOfImages: 5 > [ 116.258] RedMaskSize: 8 > [ 116.258] RedFieldPosition: 16 > [ 116.258] GreenMaskSize: 8 > [ 116.258] GreenFieldPosition: 8 > [ 116.258] BlueMaskSize: 8 > [ 116.258] BlueFieldPosition: 0 > [ 116.258] RsvdMaskSize: 8 > [ 116.258] RsvdFieldPosition: 24 > [ 116.258] DirectColorModeInfo: 0 > [ 116.258] PhysBasePtr: 0xe0000000 > [ 116.258] LinBytesPerScanLine: 2560 > [ 116.258] BnkNumberOfImagePages: 5 > [ 116.259] LinNumberOfImagePages: 5 > [ 116.259] LinRedMaskSize: 8 > [ 116.259] LinRedFieldPosition: 16 > [ 116.259] LinGreenMaskSize: 8 > [ 116.259] LinGreenFieldPosition: 8 > [ 116.259] LinBlueMaskSize: 8 > [ 116.259] LinBlueFieldPosition: 0 > [ 116.259] LinRsvdMaskSize: 8 > [ 116.259] LinRsvdFieldPosition: 24 > [ 116.259] MaxPixelClock: 230000000 > [ 116.259] Mode: 114 (800x600) > [ 116.259] ModeAttributes: 0x9b > [ 116.259] WinAAttributes: 0x7 > [ 116.259] WinBAttributes: 0x0 > [ 116.259] WinGranularity: 64 > [ 116.259] WinSize: 64 > [ 116.259] WinASegment: 0xa000 > [ 116.259] WinBSegment: 0x0 > [ 116.259] WinFuncPtr: 0xc0007c76 > [ 116.259] BytesPerScanline: 1600 > [ 116.259] XResolution: 800 > [ 116.259] YResolution: 600 > [ 116.259] XCharSize: 8 > [ 116.260] YCharSize: 16 > [ 116.260] NumberOfPlanes: 1 > [ 116.260] BitsPerPixel: 16 > [ 116.260] NumberOfBanks: 1 > [ 116.260] MemoryModel: 6 > [ 116.260] BankSize: 0 > [ 116.260] NumberOfImages: 6 > [ 116.260] RedMaskSize: 5 > [ 116.260] RedFieldPosition: 11 > [ 116.260] GreenMaskSize: 6 > [ 116.260] GreenFieldPosition: 5 > [ 116.260] BlueMaskSize: 5 > [ 116.260] BlueFieldPosition: 0 > [ 116.260] RsvdMaskSize: 0 > [ 116.260] RsvdFieldPosition: 0 > [ 116.260] DirectColorModeInfo: 0 > [ 116.260] PhysBasePtr: 0xe0000000 > [ 116.260] LinBytesPerScanLine: 1600 > [ 116.260] BnkNumberOfImagePages: 6 > [ 116.260] LinNumberOfImagePages: 6 > [ 116.260] LinRedMaskSize: 5 > [ 116.260] LinRedFieldPosition: 11 > [ 116.260] LinGreenMaskSize: 6 > [ 116.260] LinGreenFieldPosition: 5 > [ 116.260] LinBlueMaskSize: 5 > [ 116.260] LinBlueFieldPosition: 0 > [ 116.260] LinRsvdMaskSize: 0 > [ 116.260] LinRsvdFieldPosition: 0 > [ 116.260] MaxPixelClock: 230000000 > [ 116.261] *Mode: 115 (800x600) > [ 116.261] ModeAttributes: 0x9b > [ 116.261] WinAAttributes: 0x7 > [ 116.261] WinBAttributes: 0x0 > [ 116.261] WinGranularity: 64 > [ 116.261] WinSize: 64 > [ 116.261] WinASegment: 0xa000 > [ 116.261] WinBSegment: 0x0 > [ 116.261] WinFuncPtr: 0xc0007c76 > [ 116.261] BytesPerScanline: 3200 > [ 116.261] XResolution: 800 > [ 116.261] YResolution: 600 > [ 116.261] XCharSize: 8 > [ 116.261] YCharSize: 16 > [ 116.261] NumberOfPlanes: 1 > [ 116.261] BitsPerPixel: 32 > [ 116.261] NumberOfBanks: 1 > [ 116.261] MemoryModel: 6 > [ 116.261] BankSize: 0 > [ 116.261] NumberOfImages: 2 > [ 116.261] RedMaskSize: 8 > [ 116.261] RedFieldPosition: 16 > [ 116.261] GreenMaskSize: 8 > [ 116.261] GreenFieldPosition: 8 > [ 116.261] BlueMaskSize: 8 > [ 116.261] BlueFieldPosition: 0 > [ 116.261] RsvdMaskSize: 8 > [ 116.261] RsvdFieldPosition: 24 > [ 116.261] DirectColorModeInfo: 0 > [ 116.261] PhysBasePtr: 0xe0000000 > [ 116.261] LinBytesPerScanLine: 3200 > [ 116.261] BnkNumberOfImagePages: 2 > [ 116.261] LinNumberOfImagePages: 2 > [ 116.261] LinRedMaskSize: 8 > [ 116.261] LinRedFieldPosition: 16 > [ 116.261] LinGreenMaskSize: 8 > [ 116.261] LinGreenFieldPosition: 8 > [ 116.261] LinBlueMaskSize: 8 > [ 116.261] LinBlueFieldPosition: 0 > [ 116.261] LinRsvdMaskSize: 8 > [ 116.262] LinRsvdFieldPosition: 24 > [ 116.262] MaxPixelClock: 230000000 > [ 116.262] Mode: 101 (640x480) > [ 116.262] ModeAttributes: 0x9b > [ 116.262] WinAAttributes: 0x7 > [ 116.262] WinBAttributes: 0x0 > [ 116.262] WinGranularity: 64 > [ 116.262] WinSize: 64 > [ 116.262] WinASegment: 0xa000 > [ 116.262] WinBSegment: 0x0 > [ 116.262] WinFuncPtr: 0xc0007c76 > [ 116.262] BytesPerScanline: 640 > [ 116.262] XResolution: 640 > [ 116.262] YResolution: 480 > [ 116.262] XCharSize: 8 > [ 116.262] YCharSize: 16 > [ 116.262] NumberOfPlanes: 1 > [ 116.262] BitsPerPixel: 8 > [ 116.262] NumberOfBanks: 1 > [ 116.262] MemoryModel: 4 > [ 116.262] BankSize: 0 > [ 116.262] NumberOfImages: 22 > [ 116.262] RedMaskSize: 0 > [ 116.262] RedFieldPosition: 0 > [ 116.262] GreenMaskSize: 0 > [ 116.262] GreenFieldPosition: 0 > [ 116.262] BlueMaskSize: 0 > [ 116.262] BlueFieldPosition: 0 > [ 116.262] RsvdMaskSize: 0 > [ 116.262] RsvdFieldPosition: 0 > [ 116.262] DirectColorModeInfo: 0 > [ 116.263] PhysBasePtr: 0xe0000000 > [ 116.263] LinBytesPerScanLine: 640 > [ 116.263] BnkNumberOfImagePages: 22 > [ 116.263] LinNumberOfImagePages: 22 > [ 116.263] LinRedMaskSize: 0 > [ 116.263] LinRedFieldPosition: 0 > [ 116.263] LinGreenMaskSize: 0 > [ 116.263] LinGreenFieldPosition: 0 > [ 116.263] LinBlueMaskSize: 0 > [ 116.263] LinBlueFieldPosition: 0 > [ 116.263] LinRsvdMaskSize: 0 > [ 116.263] LinRsvdFieldPosition: 0 > [ 116.263] MaxPixelClock: 230000000 > [ 116.263] Mode: 103 (800x600) > [ 116.263] ModeAttributes: 0x9b > [ 116.263] WinAAttributes: 0x7 > [ 116.263] WinBAttributes: 0x0 > [ 116.263] WinGranularity: 64 > [ 116.263] WinSize: 64 > [ 116.263] WinASegment: 0xa000 > [ 116.263] WinBSegment: 0x0 > [ 116.263] WinFuncPtr: 0xc0007c76 > [ 116.263] BytesPerScanline: 832 > [ 116.263] XResolution: 800 > [ 116.263] YResolution: 600 > [ 116.263] XCharSize: 8 > [ 116.263] YCharSize: 16 > [ 116.263] NumberOfPlanes: 1 > [ 116.263] BitsPerPixel: 8 > [ 116.264] NumberOfBanks: 1 > [ 116.264] MemoryModel: 4 > [ 116.264] BankSize: 0 > [ 116.264] NumberOfImages: 13 > [ 116.264] RedMaskSize: 0 > [ 116.264] RedFieldPosition: 0 > [ 116.264] GreenMaskSize: 0 > [ 116.264] GreenFieldPosition: 0 > [ 116.264] BlueMaskSize: 0 > [ 116.264] BlueFieldPosition: 0 > [ 116.264] RsvdMaskSize: 0 > [ 116.264] RsvdFieldPosition: 0 > [ 116.264] DirectColorModeInfo: 0 > [ 116.264] PhysBasePtr: 0xe0000000 > [ 116.264] LinBytesPerScanLine: 832 > [ 116.264] BnkNumberOfImagePages: 13 > [ 116.264] LinNumberOfImagePages: 13 > [ 116.264] LinRedMaskSize: 0 > [ 116.264] LinRedFieldPosition: 0 > [ 116.264] LinGreenMaskSize: 0 > [ 116.264] LinGreenFieldPosition: 0 > [ 116.264] LinBlueMaskSize: 0 > [ 116.264] LinBlueFieldPosition: 0 > [ 116.264] LinRsvdMaskSize: 0 > [ 116.264] LinRsvdFieldPosition: 0 > [ 116.264] MaxPixelClock: 230000000 > [ 116.265] Mode: 111 (640x480) > [ 116.265] ModeAttributes: 0x9b > [ 116.265] WinAAttributes: 0x7 > [ 116.265] WinBAttributes: 0x0 > [ 116.265] WinGranularity: 64 > [ 116.265] WinSize: 64 > [ 116.265] WinASegment: 0xa000 > [ 116.265] WinBSegment: 0x0 > [ 116.265] WinFuncPtr: 0xc0007c76 > [ 116.265] BytesPerScanline: 1280 > [ 116.265] XResolution: 640 > [ 116.265] YResolution: 480 > [ 116.265] XCharSize: 8 > [ 116.265] YCharSize: 16 > [ 116.265] NumberOfPlanes: 1 > [ 116.265] BitsPerPixel: 16 > [ 116.265] NumberOfBanks: 1 > [ 116.265] MemoryModel: 6 > [ 116.265] BankSize: 0 > [ 116.265] NumberOfImages: 10 > [ 116.265] RedMaskSize: 5 > [ 116.265] RedFieldPosition: 11 > [ 116.265] GreenMaskSize: 6 > [ 116.265] GreenFieldPosition: 5 > [ 116.265] BlueMaskSize: 5 > [ 116.265] BlueFieldPosition: 0 > [ 116.265] RsvdMaskSize: 0 > [ 116.265] RsvdFieldPosition: 0 > [ 116.265] DirectColorModeInfo: 0 > [ 116.265] PhysBasePtr: 0xe0000000 > [ 116.265] LinBytesPerScanLine: 1280 > [ 116.265] BnkNumberOfImagePages: 10 > [ 116.265] LinNumberOfImagePages: 10 > [ 116.265] LinRedMaskSize: 5 > [ 116.265] LinRedFieldPosition: 11 > [ 116.265] LinGreenMaskSize: 6 > [ 116.265] LinGreenFieldPosition: 5 > [ 116.265] LinBlueMaskSize: 5 > [ 116.265] LinBlueFieldPosition: 0 > [ 116.265] LinRsvdMaskSize: 0 > [ 116.265] LinRsvdFieldPosition: 0 > [ 116.265] MaxPixelClock: 230000000 > [ 116.265] > [ 116.265] (II) VESA(0): Total Memory: 119 64KB banks (7616kB) > [ 116.265] (II) VESA(0): : Using hsync value of 48.88 kHz > [ 116.265] (II) VESA(0): : Using vrefresh value of 59.91 Hz > [ 116.265] (WW) VESA(0): Unable to estimate virtual size > [ 116.266] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name) > [ 116.266] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name) > [ 116.266] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name) > [ 116.266] (WW) VESA(0): No valid modes left. Trying less strict filter... > [ 116.266] (II) VESA(0): : Using hsync value of 48.88 kHz > [ 116.266] (II) VESA(0): : Using vrefresh value of 59.91 Hz > [ 116.266] (WW) VESA(0): Unable to estimate virtual size > [ 116.287] (II) VESA(0): Not using built-in mode "1024x768" (hsync out of range) > [ 116.287] (II) VESA(0): Not using built-in mode "800x600" (hsync out of range) > [ 116.287] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range) > [ 116.287] (WW) VESA(0): No valid modes left. Trying aggressive sync range... > [ 116.287] (II) VESA(0): : Using hsync range of 31.50-48.88 kHz > [ 116.287] (II) VESA(0): : Using vrefresh range of 50.00-59.91 Hz > [ 116.287] (WW) VESA(0): Unable to estimate virtual size > [ 116.287] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range) > [ 116.287] (II) VESA(0): Virtual size is 1024x768 (pitch 1024) > [ 116.287] (**) VESA(0): *Built-in mode "1024x768" > [ 116.287] (**) VESA(0): *Built-in mode "800x600" > [ 116.287] (**) VESA(0): Display dimensions: (330, 210) mm > [ 116.287] (**) VESA(0): DPI set to (78, 92) > [ 116.287] (**) VESA(0): Using "Shadow Framebuffer" > [ 116.287] (II) Loading sub module "shadow" > [ 116.287] (II) LoadModule: "shadow" > [ 116.287] (II) Loading /usr/local/lib/xorg/modules/libshadow.so > [ 116.288] (II) Module shadow: vendor="X.Org Foundation" > [ 116.288] compiled for 1.20.9, module version = 1.1.0 > [ 116.288] ABI class: X.Org ANSI C Emulation, version 0.4 > [ 116.288] (II) Loading sub module "fb" > [ 116.288] (II) LoadModule: "fb" > [ 116.289] (II) Loading /usr/local/lib/xorg/modules/libfb.so > [ 116.290] (II) Module fb: vendor="X.Org Foundation" > [ 116.290] compiled for 1.20.9, module version = 1.0.0 > [ 116.290] ABI class: X.Org ANSI C Emulation, version 0.4 > [ 116.290] (II) UnloadModule: "scfb" > [ 116.290] (II) Unloading scfb > [ 116.290] (II) Loading sub module "int10" > [ 116.291] (II) LoadModule: "int10" > [ 116.291] (II) Loading /usr/local/lib/xorg/modules/libint10.so > [ 116.291] (II) Module int10: vendor="X.Org Foundation" > [ 116.291] compiled for 1.20.9, module version = 1.0.0 > [ 116.291] ABI class: X.Org Video Driver, version 24.1 > [ 116.291] (II) VESA(0): initializing int10 > [ 116.291] (II) VESA(0): Bad V_BIOS checksum > [ 116.291] (II) VESA(0): Primary V_BIOS segment is: 0xc000 > [ 116.291] (II) VESA(0): VESA BIOS detected > [ 116.291] (II) VESA(0): VESA VBE Version 3.0 > [ 116.291] (II) VESA(0): VESA VBE Total Mem: 7616 kB > [ 116.291] (II) VESA(0): VESA VBE OEM: Intel(r)GM965/PM965/GL960 Graphics Chip Accelerated VGA BIOS > [ 116.291] (II) VESA(0): VESA VBE OEM Software Rev: 1.0 > [ 116.291] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation > [ 116.291] (II) VESA(0): VESA VBE OEM Product: Intel(r)GM965/PM965/GL960 Graphics Controller > [ 116.291] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0 > [ 116.292] (II) VESA(0): virtual address = 0x801e00000, VGAbase = 0x801c1d000 > physical address = 0xe0000000, size = 7798784 > [ 116.428] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768) > [ 116.502] (==) VESA(0): Default visual is TrueColor > [ 116.505] (==) VESA(0): Backing store enabled > [ 116.514] (==) VESA(0): DPMS enabled > [ 116.515] (II) Initializing extension Generic Event Extension > [ 116.516] (II) Initializing extension SHAPE > [ 116.516] (II) Initializing extension MIT-SHM > [ 116.517] (II) Initializing extension XInputExtension > [ 116.518] (II) Initializing extension XTEST > [ 116.518] (II) Initializing extension BIG-REQUESTS > [ 116.519] (II) Initializing extension SYNC > [ 116.524] (II) Initializing extension XKEYBOARD > [ 116.531] (II) Initializing extension XC-MISC > [ 116.531] (II) Initializing extension SECURITY > [ 116.531] (II) Initializing extension XFIXES > [ 116.532] (II) Initializing extension RENDER > [ 116.533] (II) Initializing extension RANDR > [ 116.533] (II) Initializing extension COMPOSITE > [ 116.534] (II) Initializing extension DAMAGE > [ 116.534] (II) Initializing extension MIT-SCREEN-SAVER > [ 116.535] (II) Initializing extension DOUBLE-BUFFER > [ 116.536] (II) Initializing extension RECORD > [ 116.536] (II) Initializing extension DPMS > [ 116.536] (II) Initializing extension Present > [ 116.537] (II) Initializing extension DRI3 > [ 116.537] (II) Initializing extension X-Resource > [ 116.537] (II) Initializing extension XVideo > [ 116.539] (II) Initializing extension XVideo-MotionCompensation > [ 116.539] (II) Initializing extension GLX > [ 116.539] (II) AIGLX: Screen 0 is not DRI2 capable > [ 119.409] (II) IGLX: Loaded and initialized swrast > [ 119.410] (II) GLX: Initialized DRISWRAST GL provider for screen 0 > [ 119.410] (II) Initializing extension XFree86-VidModeExtension > [ 119.410] (II) Initializing extension XFree86-DGA > [ 119.410] (II) Initializing extension XFree86-DRI > [ 119.424] (II) Initializing extension DRI2 > [ 120.072] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0) > [ 120.072] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard" > [ 120.072] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall" > [ 120.072] (II) LoadModule: "libinput" > [ 120.072] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so > [ 120.458] (II) Module libinput: vendor="X.Org Foundation" > [ 120.458] compiled for 1.20.9, module version = 0.30.0 > [ 120.458] Module class: X.Org XInput Driver > [ 120.458] ABI class: X.Org XInput driver, version 24.1 > [ 120.458] (II) Using input driver 'libinput' for 'System keyboard multiplexer' > [ 120.458] (**) System keyboard multiplexer: always reports core events > [ 120.458] (**) Option "Device" "/dev/input/event0" > [ 120.458] (**) Option "_source" "server/udev" > [ 120.554] (II) event0 - System keyboard multiplexer: is tagged by udev as: Keyboard > [ 120.555] (II) event0 - System keyboard multiplexer: device is a keyboard > [ 120.556] (II) event0 - System keyboard multiplexer: device removed > [ 120.556] (**) Option "config_info" "udev:/dev/input/event0" > [ 120.556] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 6) > [ 120.556] (**) Option "xkb_rules" "evdev" > [ 120.655] (II) event0 - System keyboard multiplexer: is tagged by udev as: Keyboard > [ 120.655] (II) event0 - System keyboard multiplexer: device is a keyboard > [ 120.656] (II) config/udev: Adding input device System mouse (/dev/input/event1) > [ 120.656] (**) System mouse: Applying InputClass "libinput pointer catchall" > [ 120.656] (II) Using input driver 'libinput' for 'System mouse' > [ 120.656] (**) System mouse: always reports core events > [ 120.656] (**) Option "Device" "/dev/input/event1" > [ 120.656] (**) Option "_source" "server/udev" > [ 120.658] (II) event1 - System mouse: is tagged by udev as: Mouse > [ 120.658] (II) event1 - System mouse: device is a pointer > [ 120.658] (II) event1 - System mouse: device removed > [ 120.658] (**) Option "config_info" "udev:/dev/input/event1" > [ 120.658] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 7) > [ 120.659] (**) Option "AccelerationScheme" "none" > [ 120.659] (**) System mouse: (accel) selected scheme none/0 > [ 120.659] (**) System mouse: (accel) acceleration factor: 2.000 > [ 120.659] (**) System mouse: (accel) acceleration threshold: 4 > [ 120.660] (II) event1 - System mouse: is tagged by udev as: Mouse > [ 120.661] (II) event1 - System mouse: device is a pointer > [ 120.661] (II) config/udev: Adding input device Control Method Lid Switch (/dev/input/event2) > [ 120.661] (II) No input driver specified, ignoring this device. > [ 120.661] (II) This device may have been added with another device file. > [ 120.661] (II) config/udev: Adding input device Power Button (/dev/input/event3) > [ 120.661] (**) Power Button: Applying InputClass "Evdev keyboard" > [ 120.661] (**) Power Button: Applying InputClass "libinput keyboard catchall" > [ 120.661] (II) Using input driver 'libinput' for 'Power Button' > [ 120.661] (**) Power Button: always reports core events > [ 120.661] (**) Option "Device" "/dev/input/event3" > [ 120.661] (**) Option "_source" "server/udev" > [ 120.663] (II) event3 - Power Button: is tagged by udev as: Keyboard > [ 120.663] (II) event3 - Power Button: device is a keyboard > [ 120.663] (II) event3 - Power Button: device removed > [ 120.663] (**) Option "config_info" "udev:/dev/input/event3" > [ 120.663] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8) > [ 120.663] (**) Option "xkb_rules" "evdev" > [ 120.665] (II) event3 - Power Button: is tagged by udev as: Keyboard > [ 120.665] (II) event3 - Power Button: device is a keyboard > [ 120.666] (II) config/udev: Adding input device Sleep Button (/dev/input/event4) > [ 120.666] (**) Sleep Button: Applying InputClass "Evdev keyboard" > [ 120.666] (**) Sleep Button: Applying InputClass "libinput keyboard catchall" > [ 120.666] (II) Using input driver 'libinput' for 'Sleep Button' > [ 120.666] (**) Sleep Button: always reports core events > [ 120.666] (**) Option "Device" "/dev/input/event4" > [ 120.666] (**) Option "_source" "server/udev" > [ 120.667] (II) event4 - Sleep Button: is tagged by udev as: Keyboard > [ 120.667] (II) event4 - Sleep Button: device is a keyboard > [ 120.668] (II) event4 - Sleep Button: device removed > [ 120.668] (**) Option "config_info" "udev:/dev/input/event4" > [ 120.668] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9) > [ 120.668] (**) Option "xkb_rules" "evdev" > [ 120.669] (II) event4 - Sleep Button: is tagged by udev as: Keyboard > [ 120.669] (II) event4 - Sleep Button: device is a keyboard > [ 120.670] (II) config/udev: Adding input device AT keyboard (/dev/input/event5) > [ 120.670] (**) AT keyboard: Applying InputClass "Evdev keyboard" > [ 120.670] (**) AT keyboard: Applying InputClass "libinput keyboard catchall" > [ 120.670] (II) Using input driver 'libinput' for 'AT keyboard' > [ 120.670] (**) AT keyboard: always reports core events > [ 120.670] (**) Option "Device" "/dev/input/event5" > [ 120.670] (**) Option "_source" "server/udev" > [ 120.671] (II) event5 - AT keyboard: is tagged by udev as: Keyboard > [ 120.672] (II) event5 - AT keyboard: device is a keyboard > [ 120.673] (II) event5 - AT keyboard: device removed > [ 120.673] (**) Option "config_info" "udev:/dev/input/event5" > [ 120.673] (II) XINPUT: Adding extended input device "AT keyboard" (type: KEYBOARD, id 10) > [ 120.673] (**) Option "xkb_rules" "evdev" > [ 120.674] (II) event5 - AT keyboard: is tagged by udev as: Keyboard > [ 120.675] (II) event5 - AT keyboard: device is a keyboard > [ 120.676] (II) config/udev: Adding input device GlidePoint (/dev/input/event6) > [ 120.676] (**) GlidePoint: Applying InputClass "libinput pointer catchall" > [ 120.676] (II) Using input driver 'libinput' for 'GlidePoint' > [ 120.676] (**) GlidePoint: always reports core events > [ 120.676] (**) Option "Device" "/dev/input/event6" > [ 120.676] (**) Option "_source" "server/udev" > [ 120.696] (II) event6 - GlidePoint: is tagged by udev as: Mouse > [ 120.696] (II) event6 - GlidePoint: device is a pointer > [ 120.696] (II) event6 - GlidePoint: device removed > [ 120.735] (**) Option "config_info" "udev:/dev/input/event6" > [ 120.735] (II) XINPUT: Adding extended input device "GlidePoint" (type: MOUSE, id 11) > [ 120.735] (**) Option "AccelerationScheme" "none" > [ 120.735] (**) GlidePoint: (accel) selected scheme none/0 > [ 120.735] (**) GlidePoint: (accel) acceleration factor: 2.000 > [ 120.735] (**) GlidePoint: (accel) acceleration threshold: 4 > [ 120.755] (II) event6 - GlidePoint: is tagged by udev as: Mouse > [ 120.755] (II) event6 - GlidePoint: device is a pointer > [ 201.994] (II) event0 - System keyboard multiplexer: device removed > [ 201.994] (II) event1 - System mouse: device removed > [ 201.995] (II) event3 - Power Button: device removed > [ 201.995] (II) event4 - Sleep Button: device removed > [ 201.995] (II) event5 - AT keyboard: device removed > [ 201.995] (II) event6 - GlidePoint: device removed > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.359] (II) UnloadModule: "libinput" > [ 301.584] (II) Server terminated successfully (0). Closing log file. ---<>--- Copyright (c) 1992-2020 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 12.2-RELEASE r366954 GENERIC amd64 FreeBSD clang version 10.0.1 (git@github.com:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2) VT(vga): resolution 640x480 CPU: AMD C-60 APU with Radeon(tm) HD Graphics (997.52-MHz K8-class CPU) Origin="AuthenticAMD" Id=0x500f20 Family=0x14 Model=0x2 Stepping=0 Features=0x178bfbff Features2=0x802209 AMD Features=0x2e500800 AMD Features2=0x35ff SVM: NP,NRIP,NAsids=8 TSC: P-state invariant, performance statistics real memory = 4294967296 (4096 MB) avail memory = 3832168448 (3654 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) random: unblocking device. ioapic0: MADT APIC ID 4 != hw id 0 ioapic0 irqs 0-23 on motherboard Launching APs: 1 Timecounter "TSC" frequency 997521165 Hz quality 800 random: entropy device external interface kbd1 at kbdmux0 000.000023 [4336] netmap_init netmap: loaded module [ath_hal] loaded module_register_init: MOD_LOAD (vesa, 0xffffffff81115e40, 0) error 19 nexus0 vtvga0: on motherboard cryptosoft0: on motherboard acpi0: on motherboard acpi0: Power Button (fixed) cpu0: on acpi0 hpet0: iomem 0xfed00000-0xfed003ff irq 0,8 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 450 atrtc0: port 0x70-0x71 on acpi0 atrtc0: registered as a time-of-day clock, resolution 1.000000s Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x43 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_ec0: port 0x62,0x66 on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0x4000-0x40ff mem 0xe0000000-0xefffffff,0xf0300000-0xf033ffff irq 18 at device 1.0 on pci0 vgapci0: Boot video device hdac0: mem 0xf0344000-0xf0347fff irq 19 at device 1.1 on pci0 ahci0: port 0x4118-0x411f,0x4124-0x4127,0x4110-0x4117,0x4120-0x4123,0x4100-0x410f mem 0xf034c000-0xf034c3ff irq 19 at device 17.0 on pci0 ahci0: AHCI v1.20 with 1 3Gbps ports, Port Multiplier supported ahci0: quirks=0x22000 ahcich0: at channel 0 on ahci0 ohci0: mem 0xf034b000-0xf034bfff irq 18 at device 18.0 on pci0 usbus0 on ohci0 usbus0: 12Mbps Full Speed USB v1.0 ehci0: mem 0xf034a000-0xf034a0ff irq 17 at device 18.2 on pci0 usbus1: EHCI version 1.0 usbus1 on ehci0 usbus1: 480Mbps High Speed USB v2.0 ohci1: mem 0xf0349000-0xf0349fff irq 18 at device 19.0 on pci0 usbus2 on ohci1 usbus2: 12Mbps Full Speed USB v1.0 ehci1: mem 0xf0348000-0xf03480ff irq 17 at device 19.2 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci1 usbus3: 480Mbps High Speed USB v2.0 hdac1: mem 0xf0340000-0xf0343fff irq 16 at device 20.2 on pci0 isab0: at device 20.3 on pci0 isa0: on isab0 pcib1: at device 20.4 on pci0 pci1: on pcib1 pcib2: at device 21.0 on pci0 pcib2: [GIANT-LOCKED] pcib3: at device 21.2 on pci0 pci2: on pcib3 alc0: port 0x2000-0x207f mem 0xf0100000-0xf013ffff irq 18 at device 0.0 on pci2 alc0: 2048 Tx FIFO, 5376 Rx FIFO alc0: Using 1 MSI message(s). miibus0: on alc0 atphy0: PHY 0 on miibus0 atphy0: none, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto, auto-flow alc0: Using defaults for TSO: 65518/35/2048 alc0: Ethernet address: b8:70:f4:b2:96:97 battery0: on acpi0 acpi_acad0: on acpi0 acpi_lid0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Elantech Touchpad, device ID 3 orm0: at iomem 0xce800-0xcf7ff pnpid ORM0000 on isa0 Timecounters tick every 1.000 msec hdacc0: at cad 0 on hdac0 hdaa0: at nid 1 on hdacc0 pcm0: at nid 3 on hdaa0 hdacc1: at cad 0 on hdac1 hdaa1: at nid 1 on hdacc1 pcm1: at nid 31 and 30 on hdaa1 pcm2: at nid 25 on hdaa1 ugen3.1: at usbus3 ugen2.1: at usbus2 uhub0: on usbus3 uhub1: on usbus2 ugen1.1: at usbus1 ugen0.1: at usbus0 uhub3: on usbus0 uhub2: on usbus1 Trying to mount root from ufs:/dev/ada0a [rw]... Root mount waiting for: CAM usbus0 usbus1 usbus2 usbus3 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA8-ACS SATA 2.x device ada0: Serial Number WD-WX61A61U5772 ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 476940MB (976773168 512 byte sectors) ada0: quirks=0x1<4K> uhub1: 5 ports with 5 removable, self powered uhub3: 5 ports with 5 removable, self powered Root mount waiting for: usbus1 usbus3 uhub0: 5 ports with 5 removable, self powered uhub2: 5 ports with 5 removable, self powered ugen3.2: at usbus3 Root mount waiting for: usbus3 Root mount waiting for: usbus3 ugen3.3: at usbus3 umass0 on uhub0 umass0: on usbus3 umass0: SCSI over Bulk-Only; quirks = 0x4000 umass0:1:0: Attached to scbus1 da0 at umass-sim0 bus 0 scbus1 target 0 lun 0 da0: Removable Direct Access SCSI device da0: Serial Number 20090516388200000 da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present da0: quirks=0x2 mountroot: waiting for device /dev/ada0a... intsmb0: at device 20.0 on pci0 smbus0: on intsmb0 lo0: link state changed to UP alc0: link state changed to DOWN alc0: link state changed to UP From owner-freebsd-questions@freebsd.org Sat Nov 28 21:47:12 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EDA5B46BE1E for ; Sat, 28 Nov 2020 21:47:12 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck4pR4gBgz4nSF for ; Sat, 28 Nov 2020 21:47:11 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de ([94.222.26.123]) by mrelayeu.kundenserver.de (mreue108 [212.227.15.183]) with ESMTPA (Nemesis) id 1MDykM-1kt3gs01LA-009xl9; Sat, 28 Nov 2020 22:46:58 +0100 Date: Sat, 28 Nov 2020 22:46:57 +0100 From: Polytropon To: Jan Stary Cc: FreeBSD Questions Subject: Re: X and console Message-Id: <20201128224657.c74a7553.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:lrW9swG75Hnm42YU5rjRbMlljkmPWeOzScrgp2J8EKz/wkbppHj 2A3G2KFvCtawhMPJEPa+u+2BX7zAJyTjIksErSumwnwyRJyYQKsNpabaTRzsivlrDqruqR9 xZJbMX7DunMn/tsqKQu0mWc3aoJB7WwVG0lX6K/KFPgAb7zqtV3fzSgbceye3UI7CQfm1qL tDs92flji6g2RoV8C+TdQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:qMzy+FaIbrI=:hj/B6TuJ0raa7wxCez5Zo0 UVcjXzhpR+PLUAekhIKXtsm6UWlFC41CaQBO4iASeJBW61OSGl5cpsf7oWcVm/Do7yGhNbGaO eF3m4p3Y//0666m/l/dTstKq6SP5+rr0gdn8yHX4Gd4ggymxrUbY8pibT3SNZdwhI/dPnT0ns 2l3MQ/iGH6bBogOaP/R3zKDViNLMac1jxCJjm8vYCh0u3begVZN1/L7kvQeGUm2A8gfusb13o A7UC8YbA1Z6ghj2HviAXqfFYpk+4v0YmCzK9Em4y0lr6EYvDdBIt5NK8LN0yaeGfhbe4cXFqe SF0WcRam4fD8ZMTLw++siP4JkaA4/i2qS8UPXjvdDDu0eVT3pbiYkGHpvSxktj+hT7DEEeG9j IhZtprDyKKaHUZGR3Rrf0Z5fKvSfU2VjHa2diqqWmjLD9MCH7lQd3LJhJOi0d X-Rspamd-Queue-Id: 4Ck4pR4gBgz4nSF X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@edvax.de has no SPF policy when checking 212.227.17.24) smtp.mailfrom=freebsd@edvax.de X-Spamd-Result: default: False [0.33 / 15.00]; HAS_REPLYTO(0.00)[freebsd@edvax.de]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; HAS_ORG_HEADER(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.07)[-0.070]; RCPT_COUNT_TWO(0.00)[2]; RECEIVED_SPAMHAUS_PBL(0.00)[94.222.26.123:received]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[212.227.17.24:from]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[edvax.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[212.227.17.24:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_IN_DNSWL_NONE(0.00)[212.227.17.24:from]; R_SPF_NA(0.00)[no SPF record]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.17.24:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 21:47:13 -0000 On Sat, 28 Nov 2020 19:04:54 +0100, Jan Stary wrote: > This is 12.2 RELEASE (amd64) on a Dell Studio 1535 (dmesg below). > It basicaly works, but I cannot swith between X and the console > and don't get a console back once X has axited. > > While my window manager (cwm, but it's the same with any other) > is runnig, ctrl-alt-fN does not take me to a console. Once the > window manager exits (in whatever way: "exit" in fvwm, killing cwm, ...) > the screen goes blank, with backlight on, but nothing else will happen. > In particular, it does not switch back to the console where I launched > startx and ctrl-alt-f1 ext will not take me to a console either. That is "normal", given how "great" vt is nowadays... ;-) In fact, it should be such a case that the consoles are there and they also work, it's just that you can't _see_ anything. > Mu user is in the wehhel group, if it makes a difference. It should also be a member of "video". > Full Xorg.log below; [...] Looks like you're using the VESA driver. Try to use the driver corresponding to your exact graphics hardware. Have both the KMS driver loaded as well as the X driver installed (X will load it automatically). Maybe the following resources will be helpful in combining all the relevant parts, It seems that you are missing some. ;-) https://wiki.freebsd.org/Newcons https://wiki.freebsd.org/Graphics https://www.freebsd.org/doc/handbook/x-config.html Use X without any configuration file (xorg.conf or partial files) for testing. Everything should be detected and configured automatically. My absolutely unbiased and unpolluted opinion: Say goodbye to text mode. Use X and its terminal emulators instead. It just works and doesn't stab you from behind. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@freebsd.org Sat Nov 28 21:49:26 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA58C46BE5B for ; Sat, 28 Nov 2020 21:49:26 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ck4s15Rz3z4nTk for ; Sat, 28 Nov 2020 21:49:25 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from r56.edvax.de ([94.222.26.123]) by mrelayeu.kundenserver.de (mreue012 [212.227.15.167]) with ESMTPA (Nemesis) id 1MdwRi-1kALEs0cas-00b77A; Sat, 28 Nov 2020 22:49:12 +0100 Date: Sat, 28 Nov 2020 22:49:11 +0100 From: Polytropon To: Jan Stary Cc: FreeBSD Questions Subject: Re: X and console Message-Id: <20201128224911.a9257473.freebsd@edvax.de> In-Reply-To: References: Reply-To: Polytropon Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:i9uV/nKtPCRg2UeSb2WePjUjz8M+gequtRa5JSUQmFlFQTqtNfb ePZxH/KeFCW0XDriOV2hlMpejONkEsZjXoAPEQCg/iMxxMvJ0o84Sgcb1nUBNOM8IStJwxi 2loQApJ9AWUubc3pIAneP2r348gpluMOudEj95QQJduJSocE8jsS6evBJw11coyEz2nHj0P G2tyU84tsmnRZ//DyVYgQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:nwYI2r9v+Kc=:SKcoffgR9ZTYdHRcUVC4NB LGQRkjv1LgyJCKcr/LFBW1b/gNrLHVioZavDx2j65ej3S3J49Wr9DrwxcIthisIewJP8E6Y+O j39BlggA7C1SeRihkOAvkxCeCoOT8N6/PztntK7dYCRX20V0HJjLR+2cOzI58gSEaIGP6q090 6GTnOClzUb+efb/3+93DdDxgcjtxayrFNWXv75wi2ds8+kGo5ZpzCIHHBC0Sj69KtyUyrIbIY j+4iZYnPNZQEt0HYt2W6/2m7YEzXD/MXUJ47oQMy3HQiej7G7ziYP87gGp4Vv6KbDn146Ec71 Nf6FCLstZboI5MCvWNhEmwlaR5XadIIgUynLDtnaoX8Q9fFJkpPXotu4Th3GFS2GcWpk1zuD4 hSVFOPWsIm+ET1aIGgTb/hJAyllAEUEPwtVQhURy4cPEdniq8/GahvQXl+tXJ X-Rspamd-Queue-Id: 4Ck4s15Rz3z4nTk X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd@edvax.de has no SPF policy when checking 212.227.126.131) smtp.mailfrom=freebsd@edvax.de X-Spamd-Result: default: False [0.14 / 15.00]; HAS_REPLYTO(0.00)[freebsd@edvax.de]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; HAS_ORG_HEADER(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.26)[-0.255]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RBL_DBL_DONT_QUERY_IPS(0.00)[212.227.126.131:from]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; R_DKIM_NA(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[94.222.26.123:received]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[edvax.de]; AUTH_NA(1.00)[]; SPAMHAUS_ZRD(0.00)[212.227.126.131:from:127.0.2.255]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_IN_DNSWL_NONE(0.00)[212.227.126.131:from]; R_SPF_NA(0.00)[no SPF record]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.126.131:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2020 21:49:26 -0000 On Sat, 28 Nov 2020 22:41:10 +0100, Jan Stary wrote: > The same does _not_ happen on an Acer Aspire One 722 (dmesg below). > So I gues the problem is specific to the machine I guess > (or the machine's graphics). Can sonebody mor knowledgable in X > please help me sptot what it might be? The output of "pciconf -lv" should provide the required information. You need to determine what graphics card / chip / APU you have, install the KMS drivers, load the appropriate one, and install the X graphics driver suiting your hardware. Given this one-time preparation, everything should work as expected. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...