Package Details: bareos-filedaemon-postgresql-python-plugin 24.0.0-2

Git Clone URL: https://aur.archlinux.org/bareos.git (read-only, click to copy)
Package Base: bareos
Description: Bareos - Backup Archiving Recovery Open Sourced - PostgreSQL plugin for Bareos File daemon
Upstream URL: http://www.bareos.org
Keywords: Backup bacula bareos
Licenses: AGPL3
Groups: bareos
Submitter: AlD
Maintainer: khvalera
Last Packager: khvalera
Votes: 23
Popularity: 0.000000
First Submitted: 2014-07-23 09:45 (UTC)
Last Updated: 2025-03-03 18:01 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 18 Next › Last »

spradlim commented on 2017-05-08 17:08 (UTC)

@freaknils: What package are you trying to install filedaemon? I am not seeing this error so am having trouble debugging it.

freaknils commented on 2017-05-07 12:34 (UTC)

Same error still here: cp: the call from stat for 'usr/lib/bareos/libbareos-[0-9]*.so' is not possible: File or folder not found

spradlim commented on 2017-05-06 02:03 (UTC)

@ashka Sorry I saw this an completely forgot about it. You should have bugged me more :) Anyways its fixed

spradlim commented on 2017-05-06 02:01 (UTC)

Fixed. Sorry was busy

freaknils commented on 2017-05-05 08:17 (UTC)

@spradlim: Hey, thanks for your work. Did you got a solution for this problem? Do you need any support?

spradlim commented on 2017-05-02 14:00 (UTC)

I will take a look at it tonight, thanks guys.

freaknils commented on 2017-05-01 17:24 (UTC)

@CarstenF: Same error on x86_64 machine here.

CarstenF commented on 2017-05-01 11:01 (UTC)

Hello spradlim, thank you for maintaining bareos. I have not the problem does bareos not compile anymore. I get the following error message( I have translated the error message from german) cp: the call from stat for 'usr/lib/bareos/libbareos-[0-9]*.so' is not possible: File or folder not found I think it could habe something to do with the openssl update. Some reasearch to solve this issue does not help. On my Cubietruck "armv7" the package does not build after the update today. I have a package list what changed during this update. https://pastebin.com/KxwhN7uZ Maybe this can help to find a solution. Thanks.

ashka commented on 2017-03-29 14:24 (UTC)

This package currently cannot be installed with bareos-common, since it requires =16.2.4 but bareos-common on AUR is =16.2.5.

spradlim commented on 2017-01-30 02:48 (UTC)

PiroXiline, You are correct that it builds them once and installs the needed one this is an offical Arch Linux way of doing it. They are called split packages and you can read more about them here: https://wiki.archlinux.org/index.php/PKGBUILD As for a command that installs just a file daemon on my clients I use: "pacaur -S bareos-filedaemon" FYI: I used to use yaourt but then found out it doesn't support split packages. I actually determined this when trying to install another PKGBUILD maintained by another user. I took over maintaining bareos, it already had split packages, I kept them. They have an advantage that the components can be installed many times on the same machine, but only need to be built once. For example the director and storage daemon is a common case for users.