From nobody Tue Sep 05 09:14:11 2023 X-Original-To: ports@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 4Rg0FC4MFKz4sTQW for ; Tue, 5 Sep 2023 09:14:23 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from mail.sermon-archive.info (sermon-archive.info [47.181.130.121]) by mx1.freebsd.org (Postfix) with ESMTP id 4Rg0FC0WhYz3SyH; Tue, 5 Sep 2023 09:14:23 +0000 (UTC) (envelope-from bc979@lafn.org) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of bc979@lafn.org designates 47.181.130.121 as permitted sender) smtp.mailfrom=bc979@lafn.org; dmarc=none Received: from smtpclient.apple (mini [10.0.1.251]) by mail.sermon-archive.info (Postfix) with ESMTPSA id 4Rg0FB0kDGz2gFDK; Tue, 5 Sep 2023 02:14:22 -0700 (PDT) Content-Type: text/plain; charset=us-ascii List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.700.6\)) Subject: Re: Baikal Installation Issue From: Doug Hardie In-Reply-To: Date: Tue, 5 Sep 2023 02:14:11 -0700 Cc: ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <79AD2E7D-62E1-4EE1-9830-3C3F4E2F9E0E@sermon-archive.info> References: <85A4CB64-F528-48CB-B3CC-631072965338@sermon-archive.info> To: Kurt Jaeger , Ronald Klop X-Mailer: Apple Mail (2.3731.700.6) X-Virus-Scanned: clamav-milter 1.1.0 at mail X-Virus-Status: Clean X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.58 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.98)[-0.980]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+mx]; RCVD_NO_TLS_LAST(0.10)[]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; TO_DN_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[ports@freebsd.org]; RCPT_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[lafn.org: no valid DMARC record]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:5650, ipnet:47.181.128.0/18, country:US]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4Rg0FC0WhYz3SyH > On Sep 5, 2023, at 02:00, Kurt Jaeger wrote: >=20 >>> Does=20 >>>=20 >>> /usr/local/www/baikal/config/baikal.yaml >>>=20 >>> exist ? >>=20 >> No. That directory only has a .empty file in it. >=20 > Then, have a look at the other mail from Ronald. I think you need > to create it and add some relevant config. Interesting. I used the file from the web site and that gets around = that error. However, nowhere in any of the instructions did I find = anything about that file or that it has to be created. It is not in the = package: master# pkg info -l baikal | grep config /usr/local/www/baikal/Core/Frameworks/BaikalAdmin/config.php /usr/local/www/baikal/Core/Frameworks/Flake/config.php /usr/local/www/baikal/config/.empty /usr/local/www/baikal/vendor/twig/twig/.editorconfig Thanks for all the assistance. Now for some strange reason the web = server is not including the REQUEST_URI. I'll have to investigate that = tomorrow. -- Doug