From owner-freebsd-questions@freebsd.org Mon Aug 24 03:33:08 2020 Return-Path: <owner-freebsd-questions@freebsd.org> 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 A74873AD42F for <freebsd-questions@mailman.nyi.freebsd.org>; Mon, 24 Aug 2020 03:33:08 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dreamchaser.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZd4M2pcJz42m7 for <freebsd-questions@freebsd.org>; Mon, 24 Aug 2020 03:33:07 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org (breakaway [192.168.151.122]) by nightmare.dreamchaser.org (8.15.2/8.15.2) with ESMTP id 07O3X43m057134; Sun, 23 Aug 2020 21:33:04 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Reply-To: freebsd@dreamchaser.org Subject: Re: virtualbox startup error To: dalescott@shaw.ca Cc: freebsd-questions <freebsd-questions@freebsd.org> References: <4a3dd533-ae7a-4043-881c-9e97c303b730@email.android.com> From: Gary Aitken <freebsd@dreamchaser.org> Message-ID: <b883c503-a65d-20fa-f754-ae5235fec9c1@dreamchaser.org> Date: Sun, 23 Aug 2020 21:31:37 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <4a3dd533-ae7a-4043-881c-9e97c303b730@email.android.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (nightmare.dreamchaser.org [192.168.151.101]); Sun, 23 Aug 2020 21:33:04 -0600 (MDT) X-Rspamd-Queue-Id: 4BZd4M2pcJz42m7 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@dreamchaser.org designates 66.109.141.57 as permitted sender) smtp.mailfrom=freebsd@dreamchaser.org X-Spamd-Result: default: False [-0.55 / 15.00]; HAS_REPLYTO(0.00)[freebsd@dreamchaser.org]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; DMARC_NA(0.00)[dreamchaser.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.25)[-0.251]; RCPT_COUNT_TWO(0.00)[2]; RCVD_TLS_LAST(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, 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.33 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 24 Aug 2020 03:33:08 -0000 On 8/23/20 6:21 PM, dalescott@shaw.ca wrote: > It should be there.... https://www.freshports.org/search.php?query=Phpvirtualbox&search=go&num=10&stype=name&method=match&deleted=excludedeleted&start=1&casesensitivity=caseinsensitive > Where does one find phpvirtualbox? I don't see it in the ports tree. Thanks; now I'm really confused. Why doesn't the "make search" below find it? This is on a newly portsnap fetch and extracted tree; it has not had an update done yet. /usr/ports$ make search name=phpvirtual /usr/ports$ /usr/ports$ make search name=virtual | egrep "Port|Moved" Port: x11-servers/XFree86-4-VirtualFramebufferServer Moved: Port: print/virtualpaper Moved: Port: emulators/virtualbox Moved: emulators/virtualbox-ose Port: emulators/virtualbox-ose-legacy Moved: Port: emulators/virtualbox-ose-kmod-legacy Moved: Port: emulators/virtualbox-ose-lite Moved: emulators/virtualbox-ose-nox11 Port: devel/py3-virtualenv Moved: devel/py-virtualenv@py36 Reason: Moved to a flavored, generic, version /usr/ports$ find . | grep -i phpvirtual ./www/phpvirtualbox ... /usr/ports$ ls -dl www/*virtual* drwxr-xr-x 3 root wheel 512 Aug 22 16:40 www/phpvirtualbox Gary