Re: [Bacula-users] bacula-fd hangs during backup

2024-02-13 Thread Martin Simmons
It works for me on FreeBSD with Bacula 15 from git. Can you attach gdb to the bacula-fd while it is running and issue the gdb command: thread apply all bt Also, try running bacula-fd with -d 150 -dt -v -fP which will make it print the debug info to the terminal. Level 150 should show what it is

Re: [Bacula-users] bacula-fd hangs during backup

2024-02-13 Thread Martin Simmons
> On Tue, 13 Feb 2024 12:03:50 +1100, Gary R Schmidt said: > > On 13/02/2024 11:08, Phil Stracchino wrote: > > On 2/12/24 18:35, Peter Sjoberg wrote: > >> Hi all > >> > >> I have a strange problem and (on my system) reproducible problem. When > >> I do backup of some directories then bacula-f

Re: [Bacula-users] bacula-fd hangs during backup

2024-02-13 Thread Peter Sjoberg
On 2024-02-13 02:49, Eric Bollengier wrote: Hello Peter, Without the ReadFifo directive, it's unlikely to cause a problem, Unlikely maybe but that is the problem and I can even reproduce it! My setup is based on ubuntu 22.04 LTS (was trying debian but align is broken there) using the community

Re: [Bacula-users] bacula-fd hangs during backup

2024-02-12 Thread Eric Bollengier via Bacula-users
Hello Peter, Without the ReadFifo directive, it's unlikely to cause a problem, and the file daemon output is pretty clear, we are not at this file. The problem can be somewhere else, and a good start is a "status dir" and "status storage". Best Regards, Eric On 2/13/24 06:23, Peter Sjoberg wro

Re: [Bacula-users] bacula-fd hangs during backup

2024-02-12 Thread Peter Sjoberg
Actually, I think I found the root cause - a pipe! The file listed in the client status is not the problem but close to it is a pipe (maybe next file) and that is what causing the issue in all cases. I striped down the directory to just one file and it still fails root@defiant1:/home/debug# f

Re: [Bacula-users] bacula-fd hangs during backup

2024-02-12 Thread Peter Sjoberg
In short - no and no, no special files Also, while I haven't waited forever I have left it for several hours so it's not like it's just some house cleaning left. It does happen on different servers, sample below is my laptop. === My fileset: FileSet { Name = "debugfs2" Ign

Re: [Bacula-users] bacula-fd hangs during backup

2024-02-12 Thread Gary R. Schmidt
On 13/02/2024 11:08, Phil Stracchino wrote: On 2/12/24 18:35, Peter Sjoberg wrote: Hi all I have a strange problem and (on my system) reproducible problem. When I do backup of some directories then bacula-fd just hangs and never complete. The directories in question are not very strange and b

Re: [Bacula-users] bacula-fd hangs during backup

2024-02-12 Thread Phil Stracchino
On 2/12/24 18:35, Peter Sjoberg wrote: Hi all I have a strange problem and (on my system) reproducible problem. When I do backup of some directories then bacula-fd just hangs and never complete. The directories in question are not very strange and backup of them works find with older versions

[Bacula-users] bacula-fd hangs during backup

2024-02-12 Thread Peter Sjoberg
Hi all I have a strange problem and (on my system) reproducible problem. When I do backup of some directories then bacula-fd just hangs and never complete. The directories in question are not very strange and backup of them works find with older versions of -fd On one server with bacula-fd ve