Crowdsec issue after up date to 1.5.4-1

Hi,

Issue with crowdsec after this up date.

Issue with libraries: libabsl_flags.so.2301.0.0

find below more details :

[nls@h3 ~]$ sudo systemctl status crowdsec
[sudo] password for nls: 
● crowdsec.service - Crowdsec agent
     Loaded: loaded (/etc/systemd/system/crowdsec.service; enabled; preset: disabled)
     Active: activating (auto-restart) (Result: exit-code) since Thu 2023-10-05 17:14:23 CEST; 53s ago
    Process: 196441 ExecStartPre=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml -t (code=exited, status=127)
        CPU: 1ms

[nls@h3 ~]$ sudo systemctl start crowdsec
Job for crowdsec.service failed because the control process exited with error code.
See "systemctl status crowdsec.service" and "journalctl -xeu crowdsec.service" for details.

[nls@h3 ~]$ sudo systemctl status crowdsec
[sudo] password for nls: 
● crowdsec.service - Crowdsec agent
     Loaded: loaded (/etc/systemd/system/crowdsec.service; enabled; preset: disabled)
     Active: activating (auto-restart) (Result: exit-code) since Thu 2023-10-05 17:14:23 CEST; 53s ago
    Process: 196441 ExecStartPre=/usr/local/bin/crowdsec -c /etc/crowdsec/config.yaml -t (code=exited, status=127)
        CPU: 1ms

[nls@h3 ~]$ crowdsec --version
crowdsec: error while loading shared libraries: libabsl_flags.so.2301.0.0: cannot open shared object file: No such file or directory

crowdsec version 1.5.4-1

https://archlinux.pkgs.org/rolling/chaotic-aur-x86_64/crowdsec-1.5.4-1-any.pkg.tar.zst.html

I found the needed file not dated with 2301 but 2308

edit: I reported the issue to the crowdsec support team, thanks to the manjaro dev and users for your help, suggestions to solve this issue.

Only issue I see is you don’t fully understand how AUR works.

Read section 2.7 carefully and slowly:
https://wiki.archlinux.org/title/Arch_User_Repository#Updating_packages

Why is this link here?
It is not the proper reference to an AUR package … either for us here, or for you in use.

https://aur.archlinux.org/packages/crowdsec

Though … if it does somehow hint at you using an unsupported third party repo with precompiled packages such as Chaotic-AUR … then you are further off the mark and entirely beholden to whatever they serve.

2 Likes

Ah, indeed. This thread should be closed.

1st post was moved from [Stable update] 2023-10-04 to AUR section because I did not notice reference to chaotic-aur

Similar problem to OP was reported to AUR on 2023-10-03

solveit commented on [2023-10-05 15:45 (UTC)

there is an error where it doesn’t properly run the upgrade script. In the short term, running the following will properly install the new release.

/usr/local/installers/crowdsec/crowdsec/crowdsec-v1.5.4 --upgrade --force