From nobody Mon May 12 07:15:49 2025 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 4ZwrVf6d4Sz5vcd7 for ; Mon, 12 May 2025 07:15:54 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ZwrVf36nhz3JlP; Mon, 12 May 2025 07:15:54 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [10.1.2.18] (mailserver.netfence.it [78.134.96.152]) (authenticated bits=0) by soth.netfence.it (8.18.1/8.17.2) with ESMTPSA id 54C7Fnow020655 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Mon, 12 May 2025 09:15:49 +0200 (CEST) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=202504; t=1747034151; bh=aWAnEjGAWfTsiAHH+AjL+GvSRuqr2NWHpwu1xebyA4A=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=WMfqSLxSKIWLuWWIEPL80yLibsZe6jTCydNoVsESmnwShxc9pKGaJ4jIf3Mw5mQaz vjWWIu3P3QWJQsiwGNOiUJaHIf0tFeZfyZRAr3ARWrdY7l2wRtSHyR1w99YGQab2fC yFaoiEjq0nGSAe7RDpad4yeARyuFFWoP5m0okock= X-Authentication-Warning: soth.netfence.it: Host mailserver.netfence.it [78.134.96.152] claimed to be [10.1.2.18] Message-ID: <5fb9434d-bc64-47f9-a82e-7e23ecd6bc4e@netfence.it> Date: Mon, 12 May 2025 09:15:49 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: wazuh-keystore: "No such file or directory" Content-Language: en-US To: acm@freebsd.org Cc: ports References: <0286e851-f169-419b-aac8-709af6ee6f7f@netfence.it> <196c12a6073.f3c8de002010748.3552564137671693021@freebsd.org> From: Andrea Venturoli In-Reply-To: <196c12a6073.f3c8de002010748.3552564137671693021@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.86 X-Rspamd-Queue-Id: 4ZwrVf36nhz3JlP 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:35612, ipnet:78.134.0.0/17, country:IT] X-Spamd-Bar: ---- On 5/11/25 23:05, acm@freebsd.org wrote: > Try to use the following: > > export WAZUH_HOME=/var/ossec && /var/ossec/bin/wazuh-keystore -h Thanks, this was it! > If you want enable wazuh vulnerabilities detection on FreeBSD it depends of another things like a database of vulnerabilities file generated from wazuh project and if I am not mistaken it doesn't exist right now You mean vulnerability *in* FreeBSD systems? I'd just be happy to see vulnerabilities in Windows/Mac systems (with Wazuh manager installed on FreeBSD). Is this supposed to work? > Look at https://documentation.wazuh.com/current/user-manual/capabilities/vulnerability-detection/how-it-works.html#compatibility-matrix I always find it hard to understand Wazuh's documentation :( Specifically, this page doesn't answer the question above (AFAICT). bye & Thanks a lot av.