Package Details: gsa 24.0.1-1

Git Clone URL: https://aur.archlinux.org/gsa.git (read-only, click to copy)
Package Base: gsa
Description: Greenbone Security Assistant
Upstream URL: https://github.com/greenbone/gsa
Licenses: GPL
Groups: greenbone-vulnerability-manager
Submitter: mfulz
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 0
Popularity: 0.000000
First Submitted: 2021-02-16 22:14 (UTC)
Last Updated: 2024-10-18 19:52 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

alien2003 commented on 2021-09-25 12:45 (UTC) (edited on 2021-09-25 12:45 (UTC) by alien2003)

@mfulz That was the issue because systemd service was in /lib instead of /usr/lib. I've made a quick dirty fix (I'm not familiar with PKGBUILD guidelines, sorry). It's ugly, I'm sorry about it!

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,6 +32,8 @@ package() {
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install

+  install -d $pkgdir/lib $pkgdir/usr/lib
+  rm -r $pkgdir/lib
   install -d $pkgdir/usr/lib/systemd/system
   install -m 644 $srcdir/gsad.service $pkgdir/usr/lib/systemd/system
   install -d $pkgdir/etc/default

mfulz commented on 2021-09-16 08:06 (UTC)

@alien2003 thanks I've realized this already but I don't know why this is happening -> Need to check it out

alien2003 commented on 2021-09-14 11:53 (UTC)

/lib exists in filesystem (owned by filesystem)

fortw commented on 2021-04-23 13:47 (UTC) (edited on 2021-04-23 13:50 (UTC) by fortw)

For some weird reason following the instructions on https://wiki.archlinux.org/index.php/OpenVAS I end up with the following problem:

gsad won't work because it can't find certain libgvm_(...).10 libraries which is weird since I'd assume that the gsad 20.x version would work with libs provided by gvm-libs-20. I copied these libgvm_(...).10 libs by hand from the official arch linux package lib-gvm's sources into /usr/lib/ and it worked fine. Can someone reproduce this?

mfulz commented on 2021-04-19 10:05 (UTC)

I will check this out, but not sure if this is here not more a problem related to yay. I'm using aurutils and don't have any issue at all

r0b0t commented on 2021-04-19 00:00 (UTC) (edited on 2021-04-19 00:00 (UTC) by r0b0t)

Hi, could you change the name from gsa 20 to gsa-20 or something like that? the problem is that with yay this cannot be installed, as if yay -S gsa is called then the community/greenbone-security-assistant 9.0.1-1 (2.4 MiB 13.7 MiB) [greenbone-vulnerability-manager] from community will be installed instead... Not cool at all... Had to install from PKGBUILD