When the Job finished, the idle process was removed. Restart only the director and the changes have already been activated. It is very strange that occasional behavior.
On Sun, Dec 5, 2021 at 10:11 AM Jose Alberto <j.se...@gmail.com> wrote: > Hi Marcin > > It is happening again. They are running 4 simultaneous Jobs (full). Set a > schedule (of a job that is not running) and the changes are not applied. > > Also add a client and the changes are not applied, but if they are in the > .conf > > I have these Log: > > 05-Dec 09:57 srvlnxbacula-dir JobId 0: Security Alert: Too many (32) open > reload requests. Request ignored. > 05-Dec 09:57 srvlnxbacula-dir JobId 0: Security Alert: Too many (32) open > reload requests. Request ignored. > 05-Dec 09:59 srvlnxbacula-dir JobId 0: Security Alert: Too many (32) open > reload requests. Request ignored. > > ps -ef |grep bacula > > root 611 1 2 Nov10 ? 14:50:14 /opt/bacula/bin/bacula-fd > -c /opt/bacula/etc/bacula-fd.conf > bacula 4817 1 0 Nov30 ? 00:06:26 /opt/bacula/bin/bacula-dir > -c /opt/bacula/etc/bacula-dir.conf > root 6595 9212 0 10:06 pts/2 00:00:00 grep bacula > root 28168 1 10 Nov14 ? 2-01:36:16 bacula-sd > postgres 28405 6978 0 Dec04 ? 00:00:52 postgres: 11/main: bacula > bacula [local] idle > > This Suspects: postgres 28405 6978 0 Dec04 ? 00:00:52 postgres: > 11/main: bacula bacula [local] idle > > I must hope that no job is running to restart postgres and bacula-dir and > so the changes will be executed. > > November 17 was the last time it happened. and now today. > > The funny thing is that a Windows JOB is always involved running that > weighs 2TB, although it was only going for 200GB. > > > > > > > > > On Thu, Nov 18, 2021 at 11:21 PM Marcin Haba <ganius...@gmail.com> wrote: > >> Hello Jose, >> >> OK. It is the reload command problem. The Director debug should give >> more light on that. >> >> Best regards, >> Marcin Haba (gani) >> >> On Thu, 18 Nov 2021 at 20:21, Jose Alberto <j.se...@gmail.com> wrote: >> > >> > It is in the loading of new objects (they can be client, fileset or >> schedules). >> > >> > I complete the data, save it and do everything right, without error, >> but it is not displayed. However, in the .conf it is. >> > >> > It has happened to me on 2 occasions when I have JOB running of more >> than 1TB >> > >> > On Thu, Nov 18, 2021 at 2:13 PM Marcin Haba <ganius...@gmail.com> >> wrote: >> >> >> >> Hello Jose, >> >> >> >> If the reload command does not refresh configuration using bconsole, >> >> it will not work with Baculum either. >> >> >> >> For the debug, if this reload problem happens, a good test could be to >> >> enable it and run 'reload' in bconsole. At the end you can check the >> >> content of the trace file. >> >> >> >> For the error on data load or edit, what exactly do you mean? What >> >> error message do you see? >> >> >> >> Best regards, >> >> Marcin Haba (gani) >> >> >> >> On Thu, 18 Nov 2021 at 12:19, Jose Alberto <j.se...@gmail.com> wrote: >> >> > >> >> > Baculum 11.0.5.4 >> >> > >> >> > Thanks Marcin for responding. >> >> > >> >> > Yes, I have reloaded from baculum and from bconsole, but the changes >> are not activated. They are in the dir.conf but they are not activated. >> Forced must restart catalog and dir for the changes to take effect and if >> there is a job running I must wait for it to finish. >> >> > >> >> > What catches my attention is the postgres process q8e refers to the >> database bacula with the user bacula, in idle state (I see that with a pf >> -ef | grep bacula) >> >> > >> >> > As we are currently in a deployment of incorporation of new clients >> (30) and running the backups immediately, it is likely that it could happen >> again and I will apply the debug that you have recommended. >> >> > >> >> > The other thing that occurs to me, is an error in the data load or >> edition. Although if it were so, it would be reflected as a syntax error. >> >> > >> >> > >> >> > >> >> > On Wed, Nov 17, 2021 at 10:32 PM Marcin Haba <ganius...@gmail.com> >> wrote: >> >> >> >> >> >> Hello Jose, >> >> >> >> >> >> It looks that for some reason there isn't executed bconsole 'reload' >> >> >> command after saving the new Bacula config. If for your Baculum user >> >> >> you use restricted access by the Bacula Console ACL function, I >> would >> >> >> propose to check if allowed Console {} resource config the 'reload' >> >> >> command is defined. If not, then it can be the reason. >> >> >> >> >> >> I would also propose to do a test if the 'reload' command works from >> >> >> Baculum. It can be done on the Baculum web console page (under the >> >> >> console menu button at the top left side of the interface). You >> could >> >> >> try to change something manually by editing bacula-dir.conf (eg. >> add a >> >> >> job or change a directive value) and then in Baculum in the web >> >> >> console run 'reload' command and check if this new change is >> available >> >> >> on the interface. >> >> >> >> >> >> If it happens randomly with long time running jobs, as you >> described, >> >> >> it can be that for some unknown reason the 'reload' command couldn't >> >> >> be applied. If from the Console ACL side the reload command can be >> >> >> executed, then before adding a new resource from Baculum I would >> >> >> propose to enable debug both in Bacula Director and in Baculum API >> and >> >> >> Baculum Web. For Bacula Director it can be bconsole command: >> >> >> >> >> >> setdebug level=400 trace=1 options=t dir >> >> >> >> >> >> In Bacula Director working directory will be created a file named >> >> >> <your_director_name>.trace >> >> >> >> >> >> In Baculum API and Baculum Web is possible to enable debug in the >> >> >> application settings page on the interface. Debug files will be in >> the >> >> >> web server document root directory in location >> >> >> protected/API/Logs/baculum-api.log and >> >> >> protected/Web/Logs/baculum-web.log. >> >> >> >> >> >> Once the debug is enabled, then please try to add a resource to >> Bacula >> >> >> by Baculum Web. At the end please check all debug files if there is >> >> >> something wrong. >> >> >> >> >> >> What Bacula and Baculum version are you using? >> >> >> >> >> >> Best regards, >> >> >> Marcin Haba (gani) >> >> >> >> >> >> On Thu, 18 Nov 2021 at 00:21, Jose Alberto <j.se...@gmail.com> >> wrote: >> >> >> > >> >> >> > It has happened to me, on 2 occasions, when they run jobs that >> last more than 10 hours. When creating objects using the baculum, they are >> not reflected. For example, if I add a client it is not reflected in the >> baculum or in the bconsole (client status), but in the bacula-dir.conf. It >> is as if the objects remain pending to be activated. To solve I have 2 >> options to restart catalog and director or wait for the job to finish and >> restart catalog and director. It has only happened to me with backups that >> last 10 hours or more. The funny thing about a Postgres process (ps -ef) in >> state: idle >> >> >> > >> >> >> > -- >> >> >> > ############################# >> >> >> > # Sistema Operativo: Debian # >> >> >> > # Caracas, Venezuela # >> >> >> > ############################# >> >> >> > _______________________________________________ >> >> >> > Bacula-users mailing list >> >> >> > Bacula-users@lists.sourceforge.net >> >> >> > https://lists.sourceforge.net/lists/listinfo/bacula-users >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> "Greater love hath no man than this, that a man lay down his life >> for >> >> >> his friends." Jesus Christ >> >> >> >> >> >> "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje >> kładzie >> >> >> za przyjaciół swoich." Jezus Chrystus >> >> > >> >> > >> >> > >> >> > -- >> >> > ############################# >> >> > # Sistema Operativo: Debian # >> >> > # Caracas, Venezuela # >> >> > ############################# >> >> >> >> >> >> >> >> -- >> >> "Greater love hath no man than this, that a man lay down his life for >> >> his friends." Jesus Christ >> >> >> >> "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie >> >> za przyjaciół swoich." Jezus Chrystus >> > >> > >> > >> > -- >> > ############################# >> > # Sistema Operativo: Debian # >> > # Caracas, Venezuela # >> > ############################# >> >> >> >> -- >> "Greater love hath no man than this, that a man lay down his life for >> his friends." Jesus Christ >> >> "Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie >> za przyjaciół swoich." Jezus Chrystus >> > > > -- > ############################# > # Sistema Operativo: Debian # > # Caracas, Venezuela # > ############################# > -- ############################# # Sistema Operativo: Debian # # Caracas, Venezuela # #############################
_______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users