From nobody Tue Jul 30 19:23:47 2024 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WYQBg4jrVz5RpQt for ; Tue, 30 Jul 2024 19:23:55 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (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 4WYQBf5y3yz4ZMv for ; Tue, 30 Jul 2024 19:23:54 +0000 (UTC) (envelope-from verm@darkbeer.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b=Q5lShigl; dmarc=none; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id DEF6243605C for ; Tue, 30 Jul 2024 19:23:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1722367427; bh=WUCSRG8fDQjauVud0Lyc38+4Jpdgp92yZJJuWYyvG3E=; h=Date:From:To:Subject:References:In-Reply-To; b=Q5lShiglJltnOw7+6zBXbM1cmDS6W6yWyGRgOYmuDmO9GdtEz7UU/caNCK8+9Okhh fwx+MCOSiEhEca8LhgxZXKGUn7SIMriwYyaviPOs2VJFfjIM9uNp38qVmaKsn8mbaB aYrhd3+TgtDPQ7wS1Zc4tqEcFnb0ZPiayKPf/KFk= Received: by mx.darkbeer.org (Postfix, from userid 1001) id D2DB4470B4B; Tue, 30 Jul 2024 19:23:47 +0000 (UTC) Date: Tue, 30 Jul 2024 19:23:47 +0000 From: Amar Takhar To: current@freebsd.org Subject: Re: A few good ports on release iso images ? Message-ID: <20240730192347.GA68990@darkbeer.org> Mail-Followup-To: current@freebsd.org References: <202407301907.46UJ7pAK014774@critter.freebsd.dk> List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202407301907.46UJ7pAK014774@critter.freebsd.dk> X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.50 / 15.00]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.998]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[darkbeer.org]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[darkbeer.org:+]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MISSING_XM_UA(0.00)[]; FROM_HAS_DN(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; TO_DN_NONE(0.00)[]; MLMMJ_DEST(0.00)[current@freebsd.org]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; MIME_TRACE(0.00)[0:+] X-Rspamd-Queue-Id: 4WYQBf5y3yz4ZMv On 2024-07-30 19:07 +0000, Poul-Henning Kamp wrote: > sysutils/smartmontools > > and > > sysutils/dmidecode > > Is that even possible ? > > Am I the only one who thinks so ? I have missed having these tools numerous times over the years. Whether it's installing on a new machine or trying to figure out a failure on a current one both of these are indispensable. Would love to see them included. Amar.