Package Details: fusioninventory-agent 2.6-1

Git Clone URL: https://aur.archlinux.org/fusioninventory-agent.git (read-only, click to copy)
Package Base: fusioninventory-agent
Description: An application for keeping track of the hardware and software
Upstream URL: http://fusioninventory.org
Keywords: inventory
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: rdoursenaud
Votes: 12
Popularity: 0.100367
First Submitted: 2012-05-25 14:02 (UTC)
Last Updated: 2020-12-30 16:20 (UTC)

Dependencies (50)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

rdoursenaud commented on 2013-11-29 13:34 (UTC)

I just spent a while figuring out why the systemd service wouldn't start. Looks like the agent parameters have changed. Please update fusioninventory-agent.config with FUSINVOPT="--daemon --no-fork" Thanks!

kuri commented on 2013-11-28 07:53 (UTC)

I have put it as a dep despite that it is not necessary for fusion-inventory to work correctly, but it might also look stupid to not have it.

ProFfeSsoRr commented on 2013-11-27 10:10 (UTC)

Add perl-socket-getaddrinfo dependency please!

kuri commented on 2013-10-15 06:31 (UTC)

Package updated to 2.3.2.

rdoursenaud commented on 2013-10-14 09:08 (UTC)

Please update to 2.3.2. Thanks !

kuri commented on 2013-09-27 16:03 (UTC)

Hello hokum83. I updated package less than a month ago, applying your patch. I see that today, you flag it out of date, without a single word. I little comment telling me "please update to 2.3.6" or something like that would have been much more appreciated. I will do this update this week if i get enough time.

kuri commented on 2013-08-30 13:17 (UTC)

Thx for report. Modifications done.

hokum83 commented on 2013-08-30 12:57 (UTC)

Please edit fusioninventory-agent.config - FUSINVOPT="--daemon-no-fork" + FUSINVOPT="--daemon --no-fork" And add to dependencies perl-socket-getaddrinfo

kuri commented on 2013-08-13 06:30 (UTC)

Thanks for comment. I applied everything except deps on perl-http-daemon-ssl replacing perl-http-daemon as here package perl-http-daemon-ssl doesnt build, with following error : http://pastebin.com/X0JqtSnS

kiven commented on 2013-08-12 14:15 (UTC)

New version : 2.3.0 Here the PKGBUILD diff --- PKGBUILD 2013-08-12 16:14:21.783051295 +0200 +++ fusioninventory-agent/PKGBUILD 2013-01-09 11:52:38.000000000 +0100 @@ -1,30 +1,29 @@ # Maintainer : kuri <sysegv at gmail dot com> -# Contributor : Kevin C <kiven at kiven dot fr> # Contributor: Alex 'AdUser' Z pkgname=fusioninventory-agent _pkgname="FusionInventory-Agent" -pkgver=2.3.0 -pkgrel=1 +pkgver=2.2.5 +pkgrel=2 pkgdesc="FusionInventory Agent is an application for keeping track of the hardware and software" arch=('i686' 'x86_64') url="http://fusioninventory.org" license=('GPL') depends=('perl' 'dmidecode' - 'perl-file-which' 'perl-ipc-run' + 'perl-compress-zlib' 'perl-file-which' 'perl-ipc-run' 'perl-net-ssleay' 'perl-libwww' 'perl-xml-simple' - 'perl-xml-treepp' 'perl-yaml' 'perl-http-daemon-ssl' + 'perl-xml-treepp' 'perl-yaml' 'perl-http-daemon' 'perl-text-template' 'perl-proc-pid-file' 'perl-universal-require' 'perl-proc-processtable' - 'perl-proc-daemon' 'perl-json' 'perl-io-compress' + 'perl-proc-daemon' 'perl-json' 'perl-compress-zlib' 'perl-net-ip' 'perl-http-proxy' 'perl-http-server-simple' - 'perl-io-capture' 'perl-io-socket' 'perl-io-socket-ssl' - 'perl-lwp-protocol-https' 'perl-parse-edid' ) -makedepends=('perl-extutils-makemaker') -optdepends=('hdparm' 'pciutils' 'perl-net-cups') -source=("http://forge.fusioninventory.org/attachments/download/1016/$_pkgname-$pkgver.tar.gz" + 'perl-io-capture' 'perl-io-socket' 'perl-io-socket-ssl') +makedepends=('perl-test-mockmodule' 'perl-test-exception' + 'perl-extutils-makemaker') +optdepends=('hdparm' 'pciutils') +source=("http://forge.fusioninventory.org/attachments/download/706/$_pkgname-$pkgver.tar.gz" 'fusioninventory-agent.service' - 'fusioninventory-agent.config') -md5sums=('a4b17fe8d9cc7ceae673d81ea2917dc3' + 'fusioninventory-agent') +md5sums=('73e8fd45a9f17e9ced4b94574b6c7a55' '1e10fc92d1d49547eb9509229f9f131e' '48d1b22c1bb2fcdf8a2cd9aa9846bdee') @@ -46,7 +45,7 @@ ${pkgdir}/usr/lib/systemd/system/fusioninventory-agent.service mv ${pkgdir}/etc/fusioninventory/agent.cfg \ ${pkgdir}/etc/fusioninventory/agent.cfg.default - install -D -m644 ${srcdir}/fusioninventory-agent.config \ + install -D -m644 ${srcdir}/fusioninventory-agent \ ${pkgdir}/etc/conf.d/fusioninventory-agent mkdir -p "$pkgdir/var/lib/fusioninventory-agent"