Search Criteria
Package Details: bareos-webui 19.2.6-1
Git Clone URL: | https://aur.archlinux.org/bareos.git (read-only, click to copy) |
---|---|
Package Base: | bareos |
Description: | Bareos - Backup Archiving REcovery Open Sourced - Webui (Bareos web administration) |
Upstream URL: | http://www.bareos.org |
Keywords: | Backup bacula bareos |
Licenses: | |
Groups: | |
Submitter: | AlD |
Maintainer: | spradlim |
Last Packager: | mfulz |
Votes: | 15 |
Popularity: | 0.22 |
First Submitted: | 2014-07-23 09:45 |
Last Updated: | 2020-02-19 22:31 |
Dependencies (11)
- jansson (jansson-git)
- php (php55, php53, php70, php71, php-zts, php72, php56, php7-symlinks, php7-meta, php73)
- php-fpm (php55-fpm, php53-fpm, php-zts-fpm, php72-fpm, php56-fpm)
- cmake (cmake-git) (make)
- git (git-git) (make)
- libmariadbclient (libmysqlclient55, mariadb-libs-git, mariadb103-libs, libmysqlclient56, libmysqlclient57, libmysqlclient, mariadb-libs) (make)
- lsb-release (make)
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-10, postgresql-src-beta-libs, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-src-libs, postgresql-lts-libs, postgresql-libs-12, postgresql-libs-9.6, postgresql-libs-11) (make)
- python2 (make)
- rpcsvc-proto (make)
- sqlite3 (sqlite-replication, sqlite-minimal-git, sqlite) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
hirnschmalz commented on 2021-01-17 12:16
I tried to install bareos on one of my machines. During the build I go the following error
EDIT
I had
samba
installed which requiresceph-libs
. After removing those two packages the build did finish successfully.deep_thought commented on 2021-01-09 21:48
This makes version 20.0.0 compile for me - not sure, if this is the right thing to do, though.
keijko commented on 2020-12-21 15:01
Is it possible that you remove or comment (also at the services of the other bareos-packages) the parameter "StandardOutput=syslog" in service section of the daemon service? Because this feature is outdated and normally bareos is logging to systemd-journald.
alphacent commented on 2020-08-26 19:15
build fails, I get:
ERROR: A failure occurred in build(). Aborting...
error making: %!s(func() string=0x563f3a164bb0)
I am unable to install bareos-common regardless if I meet the dependencies
arsirc commented on 2020-04-19 15:35
EDIT: 26.04.2020
I have found the problem, at least on my installation of Manjaro Linux.
The output of the build process tells me that:
CMake Error at core/cmake/BareosGetDistInfo.cmake:36 (list):
list index: 1 out of range (-1, 0)
Call Stack (most recent call first):
core/CMakeLists.txt:151 (include)
After some investigation i found out that the script bareos/core/cmake/distname.sh does not provide a DISTVER.
The output of the script is "archlinux;;;;;"
The second field of that string is empty.
After some further investigation i found out that this script tries to get the DISTVER with lsb_release if it is available. But because i am on Manjaro Linux this does not work, so we fall back testing if /etc/arch-release is existing. But then we dont get the DISTVER set at all.
So a quick fix for everyone running on Manjaro Linux would be to just echo out the needed return of this script with something like this:
echo "archlinux;20.0;$OBS_PROJECT;$OBS_DISTRIBUTION;$OBS_ARCH;$OBS_SRCMD5"
Hope that helps someone ...
Best regards
Andreas
ORIGINAL:
I have problems compiling bareos-common
Here are some logs: https://gist.github.com/apachler/be87c7454b512873db0fb8fe5de34271 https://gist.github.com/apachler/f712da912965fe84afbcf14387afa05c https://gist.github.com/apachler/c7ed4cff8096e2c02b7759ad2d464ec8
Maybe you have an idea?
mfulz commented on 2020-04-09 08:26
Why OOD? still 19.2.6 is the last version....
AlD commented on 2020-02-19 21:05
'gmock' appears to be a make dependency now.
mfulz commented on 2020-01-30 23:47
I'll check your comments out the next days: - update to 19.2.5 will be ready in a few minutes - web-ui.conf and logrotate added
The chmod makes sense to me, as the files contains sensitive data which shouldn't be readable worldwide. Of course in /usr/share it's arguable, but better safe than sorry ;)
khvalera commented on 2020-01-28 19:51
@spradlim need to add: _cp $srcdir/install/etc/httpd/conf.d/bareos-webui.conf ${pkgdir}/etc/httpd/conf/extra/bareos-webui.conf and _cp $srcdir/install/etc/logrotate.d $pkgdir/etc/logrotate.d
khvalera commented on 2020-01-25 21:35
Why is this? : chmod -R 750 /usr/share/bareos/config/bareos-dir.d