Package Details: python-fangfrisch 1.9.0-5

Git Clone URL: https://aur.archlinux.org/python-fangfrisch.git (read-only, click to copy)
Package Base: python-fangfrisch
Description: Freshclam like utility that allows downloading unofficial virus definition files
Upstream URL: https://rseichter.github.io/fangfrisch/
Licenses: GPL
Conflicts: clamav-unofficial-sigs
Provides: clamav-unofficial-sigs
Submitter: amish
Maintainer: amish (Morbius)
Last Packager: amish
Votes: 27
Popularity: 0.036120
First Submitted: 2020-02-22 16:48 (UTC)
Last Updated: 2024-12-28 11:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

Morbius commented on 2024-03-11 18:33 (UTC)

@Taijian What group does the user "clamav" belong to in your chroot environment?

Taijian commented on 2024-03-11 13:10 (UTC)

The build currently (1.9.0-2) fails in a clean chroot with the error message:

    ==> Entering fakeroot environment...
    ==> Starting package()...
    install: invalid group 'clamav'
    ==> ERROR: A failure occurred in package().

I believe this is because of the following line:

install -Dm0750 -g clamav -t "${pkgdir}/etc/fangfrisch" "${srcdir}/fangfrisch-has-news.sh"

The clean chroot does not have a 'clamav' group.

Morbius commented on 2024-03-09 20:58 (UTC)

@bearbee I mean the revised package version (note the "-2" suffix). The library you mentioned has the same problem python-fangfrisch has, but that's not an issue I am going to fix. 😉

bearbee commented on 2024-03-09 20:24 (UTC)

which fix? do you mean removing python-protonvpn-nm-lib ?

Morbius commented on 2024-03-09 08:47 (UTC)

@bearbee Could you please try this fix? A more permanent solution would require changes upstream, which I expect to take some time.

Morbius commented on 2024-03-09 08:25 (UTC)

@bearbee I think I know what happens there, and it doesn't occur on a "fresh" Arch installation like my development VM. I will look into it today.

bearbee commented on 2024-03-09 04:21 (UTC) (edited on 2024-03-09 04:22 (UTC) by bearbee)

Unable to upgrade the package:

 error: failed to commit transaction (conflicting files)
 python-fangfrisch: /usr/lib/python3.11/site-packages/tests/__init__.py exists in filesystem (owned by python-protonvpn-nm-lib)
 python-fangfrisch: /usr/lib/python3.11/site-packages/tests/__pycache__/__init__.cpython-311.opt-1.pyc exists in filesystem (owned by python-protonvpn-nm-lib)
 python-fangfrisch: /usr/lib/python3.11/site-packages/tests/__pycache__/__init__.cpython-311.pyc exists in filesystem (owned by python-protonvpn-nm-lib)
 Errors occurred, no packages were upgraded.

amish commented on 2024-02-19 12:40 (UTC)

@bsdice - what you said is already mentioned in fangfrisch.conf file.

Morbius commented on 2024-02-19 04:24 (UTC)

@bsdice I disagree. I have documented thoroughly why running Fangfrisch every 10 minutes is the recommended way to do things, and @amish even added a niceness level of 19.

bsdice commented on 2024-02-19 04:15 (UTC) (edited on 2024-02-19 04:16 (UTC) by bsdice)

If every 10 minutes is too much for somebody, they should be steered in comments within files towards using "systemctl edit fangfrisch.timer" and add:

[Timer]

OnCalendar=

OnCalendar=*:35

Note, OnCalendar entries are additive, so need to be set to empty first.