OPNsense Forum

English Forums => Zenarmor (Sensei) => Topic started by: crissi on February 03, 2022, 05:04:54 PM

Title: Update to 22.1 ZFS / Sensei Message
Post by: crissi on February 03, 2022, 05:04:54 PM
Hello,

updated my ZFS Install today to 22.1. After all Updates are applied and the several reboots are done, when i open the Sensei Dashboard i get a Popup Message "We detected different os architecture. We installing elasticsearch for new os architecture"

Restarted the services, rebooted my fw several times, but no automatically install happens, as the popup suggest..

Has someone else with ZFS Install the same issue? How to fix this?

Thx!
Title: Re: Update to 22.1 ZFS / Sensei Message
Post by: sy on February 03, 2022, 05:19:10 PM
Hi,

Can you send a bug report?

Title: Re: Update to 22.1 ZFS / Sensei Message
Post by: crissi on February 04, 2022, 02:23:38 PM
Removed today the Sensei Plugins, till i found out that the local Elasticsearch db is not removed automatically.

Removed the Elasticsearch DB in Console:


pkg remove elasticsearch5

cd /usr/local/etc

rm -rf elasticsearch



Installed Sensei Plugins again, recovered the zenarmor configuration backup and the Issue is fixed now:)


Just wondering while sensei still create /usr/local/sensei/output/active/temp in ufs and not in zfs file system ...



Title: Re: Update to 22.1 ZFS / Sensei Message
Post by: sy on February 04, 2022, 04:42:08 PM
Hi,

It's a temporary Memdisk area to write IPDR files fastly and prevent much I/O operations on disk. It is Ufs due to it is a Memdisk.
Title: Re: Update to 22.1 ZFS / Sensei Message
Post by: crissi on February 05, 2022, 09:00:19 AM
Hi,

thanks for the Information
br