Are you still maintaining this aur? There is version 18.2.6 out already and I'd like to help updating if you need assitance :)
Search Criteria
Package Details: python-bareos 23.0.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/bareos.git (read-only, click to copy) |
---|---|
Package Base: | bareos |
Description: | Bareos - Backup Archiving Recovery Open Sourced - python-bareos is a Python module to access a backup system. |
Upstream URL: | http://www.bareos.org |
Keywords: | Backup bacula bareos |
Licenses: | AGPL3 |
Groups: | bareos |
Submitter: | AlD |
Maintainer: | None |
Last Packager: | khvalera |
Votes: | 23 |
Popularity: | 0.000063 |
First Submitted: | 2014-07-23 09:45 (UTC) |
Last Updated: | 2024-02-20 22:01 (UTC) |
Dependencies (16)
- jansson (jansson-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-sslpskAUR
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glusterfs (make)
- jansson (jansson-gitAUR) (make)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs) (make)
- lsb-release (make)
- pam_wrapper (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-setuptools (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- rpcsvc-proto (make)
Required by (1)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 18 Next › Last »
mfulz commented on 2019-03-14 23:23 (UTC)
deep_thought commented on 2019-02-26 09:49 (UTC)
another thing: running '/usr/lib/bareos/scripts/bareos-config initialize_local_hostname' and alike should happen after copying the files into /etc/bareos (at least, that's the location, where the script looks). So maybe you should just print the instruction for the sysadmin to execute after he set up those files from the templates?
deep_thought commented on 2019-02-26 08:30 (UTC) (edited on 2019-02-26 08:31 (UTC) by deep_thought)
Can you please add --with-hostname='XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX' --with-dir-password="XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX" --with-fd-password="XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX" --with-sd-password="XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX" --with-mon-dir-password="XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX" --with-mon-fd-password="XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX" --with-mon-sd-password="XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX" --with-basename="XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX" --with-hostname="XXX_REPLACE_WITH_LOCAL_HOSTNAME_XXX" to the configure options? Otherwise, bareos has this stuff fixed at compile time. (hostname of build machine may be different from host name of machine where bareos will be installed; having the passwords in the packages is also a bad idea)
The above list was derived from https://groups.google.com/forum/#!topic/bareos-users/rQ4i5oHoKGQ - maybe there is some stuff missing or superfluid (I know close to nothing about bareos).
Cheers, deep42thought
icebal commented on 2018-10-05 10:02 (UTC) (edited on 2018-10-05 10:07 (UTC) by icebal)
By default, bareos runs under the bareos user, but the /usr/lib/bareos/scripts/ directory is owned by root:root causing bareos not able to usw the mtx-changer script. Can you update the pkgbuild to chown that directory to bareos:bareos, or atleast preserve the ownership when updating the files?
Edit: actually, looking further, it now looks like all bareos files need to be bareos:bareos, including /usr/bin/bareos-*
rafael.castellar commented on 2018-06-21 10:37 (UTC)
Fixed! Tks!!
rafael.castellar commented on 2018-06-19 10:09 (UTC)
I'm getting the same error: ERROR: Package contains paths with newlines Is there any tip?
Tks
icebal commented on 2018-06-12 06:41 (UTC) (edited on 2018-06-12 08:29 (UTC) by icebal)
with all bareos packages, they are getting the following error via yay and trizen. Packages to test error with are bconsole and storage-tape packages. ==> Checking for packaging issues... ==> ERROR: Package contains paths with newlines /opt/Git/bareos/pkg/bareos-director/usr/share/bareos/config/bareos-dir.d/fileset . .
Edit: looks like the file responsible is this one, created from the makepkg:
/home/icebal/.cache/pacaur/bareos/pkg/bareos-director/usr/share/bareos/config/bareos-dir.d/fileset$'\n'.$'\n'.
spradlim commented on 2018-04-02 13:41 (UTC) (edited on 2018-04-02 14:02 (UTC) by spradlim)
Latest Change:
- Support armv7h and aarch64
- Fix systemd service files to create /run directories automatically.
spradlim commented on 2018-03-22 13:13 (UTC) (edited on 2018-03-22 13:13 (UTC) by spradlim)
Hello Freaknils.
Yes armv7h and aarch64 work. I should add them.
Pinned Comments