Re: [bareos-devel] using db_installinit for building Debian packages?

2014-04-04 Thread Bruno Friedmann
restart cause it has to finish jobs but in the meantime sd and fd are restarted then the job are dead no? If admins knows that they have to restart after update it my sensibility would be more coherent. Just a feeling. -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch openSUSE Member Board GPG

Re: [bareos-devel] Re: Compile debian packages from source

2016-07-05 Thread Bruno Friedmann
it ? > > :) > > sure, our internal build service (based on build.opensuse.org) does this. And to be more precise, build.opensuse.org is based on 100% free software openbuildservice http://openbuildservice.org/ ;-) -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner

Re: [bareos-devel] Feature Request Bareos-Webui

2016-11-13 Thread Bruno Friedmann
7 Hours, 30 Minutes and 33 Seconds > I hope you can implement such features. > best regards > Thomas -- Bruno Friedmann Ioda-Net Sàrl www.ioda-net.ch Bareos Partner, openSUSE Member, fsfe fellowship GPG KEY : D5C9B751C4653227 irc: tigerfoot openSUSE Tumbleweed Linux 4.8.6-2-def

Re: [bareos-devel] Bareos 17.2.4 director coredumps on startup on solaris 11.3 x86

2017-10-15 Thread Bruno Friedmann
Michael , as in the trace you give the coredump is happening when the command bareos-dir -t is run I would say that the associated configuration is not found at all : does /etc/bareos exist (or equivalent configuration place you decided during compilation /etc/bareos17/etc ?) You should have

Re: [bareos-devel] Bareos 17.2.4 director coredumps on startup on solaris 11.3 x86

2017-10-15 Thread Bruno Friedmann
Sorry, I'm out of ideas, I don't have the knowledge needed under Solaris. Did the other daemon works like the simpler bareos-fd -d200 -t On October 15, 2017 7:08:01 PM GMT+02:00, Michael Masterson wrote: >Config info: > > Host: x86_64-pc-solaris2.11

Re: [bareos-devel] How to change default port number used by bareos

2018-08-10 Thread Bruno Friedmann
s and ports There's two way of doing it Director DIRport = 9101 FileDaemon FDport = 9102 # where we listen for the director Storage Daemon SDport = 9103 Another to do it is using the following syntax # FDAddresses = { # ipv6 = { addr = :: ; port = 9102 } # ipv4 = { ad

Re: [bareos-devel] Creating tables in MySQL database

2021-06-12 Thread Bruno Friedmann
ered deprecated Plugin bareos-fd-ldap is deprecated, because it requires Python 2 Removed Remove support for creating MySQL / SQLite catalogs PR #563 I'm guessing there will be more and more kind the same trouble. -- Bruno Friedmann Charmoille - Switzerland GPG-KEY 7DFE46141887FD47 Co

[bareos-devel] Re: cannot restore vm machine

2023-06-22 Thread Bruno Friedmann
Hi we have actually a PR1486 which is opened, fixing last round of discovered bugs. Maybe you want to path and try this code https://github.com/bareos/bareos/blob/de8824d2ba56192b57f8d39223b3e545affb331f/core/src/plugins/filed/python/vmware/BareosFdPluginVMware.py This is a compatible 22.1.x+

[bareos-devel] Re: cannot restore vm machine

2023-06-26 Thread Bruno Friedmann
You should then prepare yourself to try a restore with the option localvmdk=yes as documented. also try to raise the debug level on the fd before to have a better trace. Check the version of pyVmomi used. Bug as this doesn't look to a development problem (which is the purpose of this list), I

[bareos-devel] Re: cannot restore vm machine

2023-06-27 Thread Bruno Friedmann
I'm not sure I understand fully the problem is the restored vmdk a valid system when inspected with guestfish for example ? To understand your cases, we need the whole joblog and maybe with a raised debug level. On Monday, June 26, 2023 at 3:28:22 PM UTC+2 jesse wrote: > > [image:

[bareos-devel] Re: bareos-webui_23.0.0~pre390.40b07835f-1658_all.deb => choose between nginx and apache

2023-05-11 Thread Bruno Friedmann
Maybe you can propose that changes in a PR on github. But be aware that you will have to handle also the rpm world ;-) On Monday, April 10, 2023 at 1:58:18 PM UTC+2 Jörg Bernau wrote: > Hello all, > > I would like to propose to add nginx to the list of dependencies as > another option. It is

[bareos-devel] Re: Plugin returncode bRC_Skip

2024-05-13 Thread Bruno Friedmann (bruno-at-bareos)
Hi Peter, we have internally the following task which emerge during PostgreSQL plugin refreshment. Maybe you could develop your perception? plugin fix usage of bRC_Skip versus bRC_stop: First step: create systemtest that triggers the problem that showed up. As bareos user, and bareos