From nobody Tue Sep 5 08:41:35 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 4RfzWX3qslz4sBrh for ; Tue, 5 Sep 2023 08:41:44 +0000 (UTC) (envelope-from SRS0=F48G=EV=klop.ws=ronald-lists@realworks.nl) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RfzWX1XKdz3GDC for ; Tue, 5 Sep 2023 08:41:44 +0000 (UTC) (envelope-from SRS0=F48G=EV=klop.ws=ronald-lists@realworks.nl) Authentication-Results: mx1.freebsd.org; none Date: Tue, 5 Sep 2023 10:41:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1693903296; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=JkYH6AYXanOAQ1+/SRBZCuCtOY2ADYtFroZhqGzvU5E=; b=TUf+y0lq3s+bRqEGaEpNrqq3HuNZPna9AYuUqCPC37Gqlgnjtc2Z8QSX2uhh0Zc/Nw7Kdg Vqvomsd4rHqtrf1UproNJmM1EQFYxhDz5Xo646Lo7Zsf53uJjb3oLVIvmWwvvpS5BBg3E4 5qXsVj2fZTSRQa4DNaRB2LfMTKigTPkewCnei8nB/JkO0qWQIhA2BdHcoUqwRs8j4gd5Oi lQkrmhiJRfDhu/9W0L88allh9GsYdWGxYi3GAQwitJS8y96Map/Av44ENr+GI50Sm7TuP/ 6RIJPP9D3gI4/Mj/TdsZO/43DD17jzuTEzMAw8jFTp05XjdlcS5yNoJil9PHJA== From: Ronald Klop To: Doug Hardie Cc: ports@freebsd.org Message-ID: <2130113445.14314.1693903295986@localhost> In-Reply-To: References: Subject: Re: Baikal Installation Issue 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 Content-Type: multipart/alternative; boundary="----=_Part_14313_919948390.1693903295983" X-Mailer: Realworks (669.174) Importance: Normal X-Priority: 3 (Normal) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL] X-Rspamd-Queue-Id: 4RfzWX1XKdz3GDC ------=_Part_14313_919948390.1693903295983 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Your question is very specific about 1 application. There is always the chance that somebody on this mailinglist knows about it but if you do not get an answer you might try: * the maintainer of the port (see https://www.freshports.org/www/baikal/ for its email address) * the developers of the application itself: https://sabre.io/baikal/ >From you mail the biggest hint of a problem is a missing configuration file. "File "/usr/local/www/baikal/config/baikal.yaml" does not exist." Apparently (see https://sabre.io/baikal/install/) the application would create that on first startup. You can try the example file from the project: https://github.com/sabre-io/Baikal/blob/master/config/baikal.yaml.dist BTW: did you read the pkg-message which should have been displayed on install of the package? pkg-message:: For install:: If this is a new installation, please follow the instructions there: http://sabre.io/baikal/install/ Baikal has been installed in /usr/local/www/baikal If you are upgrading from a previous version of Baikal, please follow the instructions here: http://sabre.io/baikal/upgrade/ Hope this helps. Regards, Ronald. Van: Doug Hardie Datum: dinsdag, 5 september 2023 10:05 Aan: ports@freebsd.org Onderwerp: Baikal Installation Issue > > I am trying to get Baikal installed on FreeBSD 13.2. The following php ports are installed: > > php81-8.1.20 PHP Scripting Language (8.1.X branch) > php81-ctype-8.1.20 The ctype shared extension for php > php81-dom-8.1.20 The dom shared extension for php > php81-filter-8.1.20 The filter shared extension for php > php81-imap-8.1.20 The imap shared extension for php > php81-mbstring-8.1.20 The mbstring shared extension for php > php81-pdo-8.1.20 The pdo shared extension for php > php81-pdo_sqlite-8.1.20 The pdo_sqlite shared extension for php > php81-session-8.1.20 The session shared extension for php > php81-xml-8.1.20 The xml shared extension for php > php81-xmlreader-8.1.20 The xmlreader shared extension for php > php81-xmlwriter-8.1.20 The xmlwriter shared extension for php > > > balkai was installed using pkg. > > Everything appeared to install correctly. However, when trying to startup the Installation Wizzard, I get the following logs: > > master# Symfony\Component\Yaml\Exception\ParseException: File "/usr/local/www/baikal/config/baikal.yaml" does not exist. in /usr/local/www/baikal/vendor/symfony/yaml/Parser.php:68 > Stack trace: > #0 /usr/local/www/baikal/vendor/symfony/yaml/Yaml.php(61): Symfony\Component\Yaml\Parser->parseFile('/usr/local/www/...', 0) > #1 /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php(210): Symfony\Component\Yaml\Yaml::parseFile('/usr/local/www/...') > #2 /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php(175): Flake\Framework::defineBaseUri() > #3 /usr/local/www/baikal/html/index.php(49): Flake\Framework::bootstrap() > #4 {main} > PHP Warning: Undefined array key "REQUEST_URI" in /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php on line 238 > PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php on line 238 > Error reading baikal.yaml file : File "/usr/local/www/baikal/config/baikal.yaml" does not exist. > > The web server is running as www. The config and Specific directories are owned by www with a+rw. The config directory only has a .empty file in it. A search of the web indicated that this error is produced by inconsistencies in the various php modules. They all seem to be consistent though. How can I fix this? > > -- Doug ------=_Part_14313_919948390.1693903295983 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

Your question is very specific about 1 application. There is always the chance that somebody on this mailinglist knows about it but if you do not get an answer you might try:

* the maintainer of the port (see https://www.freshports.org/www/baikal/ for its email address)
* the developers of the application itself: https://sabre.io/baikal/

>From you mail the biggest hint of a problem is a missing configuration file.

"File "/usr/local/www/baikal/config/baikal.yaml" does not exist."
Apparently (see https://sabre.io/baikal/install/) the application would create that on first startup.

You can try the example file from the project: https://github.com/sabre-io/Baikal/blob/master/config/baikal.yaml.dist

BTW: did you read the pkg-message which should have been displayed on install of the package?
pkg-message:
For install:


Hope this helps.

Regards,
Ronald.

 

Van: Doug Hardie <bc979@lafn.org>
Datum: dinsdag, 5 september 2023 10:05
Aan: ports@freebsd.org
Onderwerp: Baikal Installation Issue

I am trying to get Baikal installed on FreeBSD 13.2.  The following php ports are installed:
 
php81-8.1.20                   PHP Scripting Language (8.1.X branch)
php81-ctype-8.1.20             The ctype shared extension for php
php81-dom-8.1.20               The dom shared extension for php
php81-filter-8.1.20            The filter shared extension for php
php81-imap-8.1.20              The imap shared extension for php
php81-mbstring-8.1.20          The mbstring shared extension for php
php81-pdo-8.1.20               The pdo shared extension for php
php81-pdo_sqlite-8.1.20        The pdo_sqlite shared extension for php
php81-session-8.1.20           The session shared extension for php
php81-xml-8.1.20               The xml shared extension for php
php81-xmlreader-8.1.20         The xmlreader shared extension for php
php81-xmlwriter-8.1.20         The xmlwriter shared extension for php
 
 
balkai was installed using pkg.  
 
Everything appeared to install correctly.  However, when trying to startup the Installation Wizzard, I get the following logs:
 
master# Symfony\Component\Yaml\Exception\ParseException: File "/usr/local/www/baikal/config/baikal.yaml" does not exist. in /usr/local/www/baikal/vendor/symfony/yaml/Parser.php:68
Stack trace:
#0 /usr/local/www/baikal/vendor/symfony/yaml/Yaml.php(61): Symfony\Component\Yaml\Parser->parseFile('/usr/local/www/...', 0)
#1 /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php(210): Symfony\Component\Yaml\Yaml::parseFile('/usr/local/www/...')
#2 /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php(175): Flake\Framework::defineBaseUri()
#3 /usr/local/www/baikal/html/index.php(49): Flake\Framework::bootstrap()
#4 {main}
PHP Warning:  Undefined array key "REQUEST_URI" in /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php on line 238
PHP Deprecated:  strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /usr/local/www/baikal/Core/Frameworks/Flake/Framework.php on line 238
Error reading baikal.yaml file : File "/usr/local/www/baikal/config/baikal.yaml" does not exist.
 
The web server is running as www.  The config and Specific directories are owned by www with a+rw.  The config directory only has a .empty file in it.  A search of the web indicated that this error is produced by inconsistencies in the various php modules.  They all seem to be consistent though.  How can I fix this?
 
-- Doug

  ------=_Part_14313_919948390.1693903295983--