Package Details: wazuh-filebeat 7.10.2-1

Git Clone URL: https://aur.archlinux.org/wazuh-filebeat.git (read-only, click to copy)
Package Base: wazuh-filebeat
Description: Filebeat version for Wazuh
Upstream URL: https://wazuh.com/
Licenses: GPL2
Conflicts: filebeat
Submitter: madara125
Maintainer: madara125 (MrHacker)
Last Packager: MrHacker
Votes: 1
Popularity: 0.23
First Submitted: 2023-11-21 02:43 (UTC)
Last Updated: 2024-04-06 01:19 (UTC)

Latest Comments

MrHacker commented on 2024-04-06 01:37 (UTC)

Thanks for the solution, it will be added in the next commit :)

infiniteh commented on 2024-04-06 00:51 (UTC)

Regarding the error about /lib existing in the filesystem: according to [1], since 2014, pacman does not allow files to be installed directly to a location like /lib, which is a symlink to /usr/lib. You should instead install to /usr/lib.

Here's what worked for me. Please feel free to use/adapt this:

--- PKGBUILD.orig   2024-04-05 18:45:05.762234807 -0600
+++ PKGBUILD.fixed  2024-04-05 18:47:12.812335124 -0600
@@ -45,9 +45,9 @@
     #Setup
     cd $pkgdir
     mv $srcdir/etc .
-    mv $srcdir/lib .
     mv $srcdir/usr .
+    mv $srcdir/lib ./usr

     #Set systemd service file perms
-    chmod 644 $pkgdir/lib/systemd/system/filebeat.service
+    chmod 644 $pkgdir/usr/lib/systemd/system/filebeat.service
 }

[1] http://allanmcrae.com/2014/12/pacman-4-2-released/

daan99 commented on 2024-02-12 22:31 (UTC)

Hi, --overwrite '*' is not a good idea, it replaces symlink on /lib directory.

MrHacker commented on 2023-12-22 13:42 (UTC)

Use the --overwrite '*' flag to perform the installation example:

paru -S wazuh-filebeat --overwrite '*'

slepy8 commented on 2023-12-22 11:25 (UTC)

I get this error: error: failed to commit transaction (conflicting files) wazuh-filebeat: /lib exists in filesystem (owned by filesystem)