From owner-freebsd-questions@freebsd.org Fri May 1 16:09: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 5BE282D9376 for ; Fri, 1 May 2020 16:09:56 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from mail.kukulies.org (mail.kukulies.org [116.203.115.43]) by mx1.freebsd.org (Postfix) with ESMTP id 49DHJg4CrKz3GSX for ; Fri, 1 May 2020 16:09:55 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from localhost (localhost [127.0.0.1]) by mail.kukulies.org (Postfix) with ESMTP id 950B610276A; Fri, 1 May 2020 18:09:54 +0200 (CEST) Received: from mail.kukulies.org ([127.0.0.1]) by localhost (mail.kukulies.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hue14IRvNvwa; Fri, 1 May 2020 18:09:54 +0200 (CEST) Received: from christophs-mbp.fritz.box (p57A1FCC2.dip0.t-ipconnect.de [87.161.252.194]) by mail.kukulies.org (Postfix) with ESMTPSA id 32259102769; Fri, 1 May 2020 18:09:54 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: VirtualBox binary not existing From: Christoph Kukulies In-Reply-To: Date: Fri, 1 May 2020 18:09:53 +0200 Cc: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <2EB69D33-65A6-4818-A74E-0DA8605C6516@kukulies.org> References: To: Yuri Pankov X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Rspamd-Queue-Id: 49DHJg4CrKz3GSX X-Spamd-Bar: + Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of kuku@kukulies.org has no SPF policy when checking 116.203.115.43) smtp.mailfrom=kuku@kukulies.org X-Spamd-Result: default: False [1.93 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.57)[-0.574,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[kukulies.org]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.71)[0.709,0]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[fastmail.com]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:116.203.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.29)[ipnet: 116.203.0.0/16(3.02), asn: 24940(-1.54), country: DE(-0.02)]; RECEIVED_SPAMHAUS_PBL(0.00)[194.252.161.87.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2020 16:09:56 -0000 > Am 01.05.2020 um 17:46 schrieb Yuri Pankov : >=20 > Christoph Kukulies wrote: >> The installation (pkg install of the recommended packages: >> # pkg search virtualbox >> phpvirtualbox-5.2.1 AJAX Web Interface for VirtualBox >> virtualbox-ose-5.2.34_4 General-purpose full virtualizer for = x86 hardware >> virtualbox-ose-additions-5.2.34_2 VirtualBox additions for FreeBSD = guests >> virtualbox-ose-additions-nox11-5.2.34_2 VirtualBox additions for = FreeBSD guests >> virtualbox-ose-kmod-5.2.34 VirtualBox kernel module for FreeBSD >> virtualbox-ose-nox11-5.2.34_4 General-purpose full virtualizer for = x86 hardware >=20 > So which packages exactly did you install? >=20 In that order :) I now know it was wrong. >> and executing the steps in the FreeBSD handbook on VirtualBox = installation I ended up in >> # VirtualBox >> -su: VirtualBox: not found >> # >=20 > Presuming you did install the correct package, is your shell (t)csh = where you need to `rehash`? I was used to use sh (Bourne sh) under root 21 years ago. So I switched = it back from csh to sh. Wondering why they switched to csh anyway. It is a tastelessness. ;) =E2=80=94 Christoph