Re: [Bacula-users] Error running bacula-sd 9.2.2 on a Zyxel NSA310 [SOLVED]

2019-03-01 Thread Dmitri Maziuk via Bacula-users
On 3/1/2019 10:10 AM, Josh Fisher wrote: On 3/1/2019 6:34 AM, Kern Sibbald wrote: At this point, my best assessment is that there is a bug in the Zyxel libraries. It is certainly a bug in the Zyxel libraries. The accept4() is throwing a ENOSYS, meaning that the function is simply not impl

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Kern Sibbald
I see no reason why the Windows bpipe plugin could not be released to the community.  If you would like please submit a "bug" request for it.  I don't promise anything though ... On 3/1/19 5:34 PM, Wanderlei Huttel wrote:

Re: [Bacula-users] Error running bacula-sd 9.2.2 on a Zyxel NSA310 [SOLVED]

2019-03-01 Thread Kern Sibbald
OK.  New code was added, because the default accept() has in certain circumstances undesirable consequences for Bacula (during execution of scripts, those scripts can inject data into certain file descriptors in the core code of Bacula).  If you have just changed baccept() to accept(), your binary

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Wanderlei Huttel
Hello Kern Thanks for your answer! About Windows clients. I know that in the Enterprise version there is a bpipe plugin for Windows. Do you know if the bpipe plugin will be released for community? And if it will be possible to escape the colons (:)? In firebird, for example is necessary to inclu

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Kern Sibbald
Hello Wanderlei, Well, it is not known to me that the community Windows client is not working as well as the Enterprise version.  Version 7.4.4 is very old, but since then the community version has been brought up to date at least two times with the Enterprise versio

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Peter Milesson
Hi Josh, With the current settings, last access updates where disabled for Windows, and neither ATIME nor NOATIME for the Linux server. So in the current setup, the Linux server was at a disadvantage. I changed the network buffer to 32k on the Windows server, and I'll be wiser tomorrow, if it

Re: [Bacula-users] Error running bacula-sd 9.2.2 on a Zyxel NSA310 [SOLVED]

2019-03-01 Thread Andrea Venturoli
On 3/1/19 5:14 PM, Kern Sibbald wrote: Were you careful to run a ./configure ... on the machine you then did the make on?  If Bacula picked up an old Linux created /src/config.h file that could explain the accept4 error. Yes. In any case, I would make sure that your /src/config.h file does

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Kern Sibbald
Hello Wanderlei, Well, it is not known to me that the community Windows client is not working as well as the Enterprise version.  Version 7.4.4 is very old, but since then the community version has been brought up to date at least two times with the Enterprise versio

Re: [Bacula-users] Error running bacula-sd 9.2.2 on a Zyxel NSA310 [SOLVED]

2019-03-01 Thread Kern Sibbald
Were you careful to run a ./configure ... on the machine you then did the make on?  If Bacula picked up an old Linux created /src/config.h file that could explain the accept4 error. In any case, I would make sure that your /src/config.h file does not contain a line that reads: #define HAVE_ACCEPT

Re: [Bacula-users] Is it possible to tell bacula to not run a job for the next week?

2019-03-01 Thread byron
Thanks a million guys - it looks like I may actually get out of the office at a reasonable time after all On Fri, Mar 1, 2019 at 4:19 PM Wanderlei Huttel wrote: > Hello Byron. > > You can use the command > disable job=job-name > > Enviado de Motorola Moto Z2 Play > > Wanderlei Hüttel > > Em

Re: [Bacula-users] Error running bacula-sd 9.2.2 on a Zyxel NSA310 [SOLVED]

2019-03-01 Thread Josh Fisher
On 3/1/2019 6:34 AM, Kern Sibbald wrote: Hello, I have just examined the code, and in my view, the code is programmed perfectly correctly. I am not entirely sure what "Arguably it's an error between the programmer's chair and keyboard" means, since it is non-standard English.  However, though

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Josh Fisher
I also attribute this to Windows inefficiencies, particularly in NTFS handling of small files.However, I am not sure that those inefficiencies explain a greater than 50% performance hit. Two quick changes come to mind that may help. 1. Change MaximumNetworkBufferSize to 32k in bacula-fd.conf.

Re: [Bacula-users] Is it possible to tell bacula to not run a job for the next week?

2019-03-01 Thread Wanderlei Huttel
Hello Byron. You can use the command disable job=job-name Enviado de Motorola Moto Z2 Play Wanderlei Hüttel Em sex, 1 de mar de 2019 12:05, byron escreveu: > I have 10 jobs that run every night and write to the same pool of tapes. > > Tonight is the night they run their monthly full backups b

Re: [Bacula-users] Is it possible to tell bacula to not run a job for the next week?

2019-03-01 Thread Uwe Schuerkamp
On Fri, 1 Mar 2019 at 16:05, byron wrote: > > I have 10 jobs that run every night and write to the same pool of tapes. > > Tonight is the night they run their monthly full backups but I am short on > tapes. I'd like to put a hold on running some of the lower priority jobs to > allow the others

[Bacula-users] Is it possible to tell bacula to not run a job for the next week?

2019-03-01 Thread byron
I have 10 jobs that run every night and write to the same pool of tapes. Tonight is the night they run their monthly full backups but I am short on tapes. I'd like to put a hold on running some of the lower priority jobs to allow the others to run all the way through to completion. Then next wee

Re: [Bacula-users] Error running bacula-sd 9.2.2 on a Zyxel NSA310 [SOLVED]

2019-03-01 Thread Josh Fisher
On 2/28/2019 2:04 PM, Dmitri Maziuk via Bacula-users wrote: On 2/28/2019 8:06 AM, Andrea Venturoli wrote: On 2/28/19 2:23 PM, Martin Simmons wrote: That suggests the function accept4 was defined at compile time by fails with errno=38 (ENOSYS) at run time. I don't know what to answer. I'm

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Wanderlei Huttel
Hello Kern I know that this issue could have a lot of possibilities, but it's known that the community Windows client is not working fine as Enterprise version 7.4.4 that was released to the personal used in the past time. The installation generate some trash files, the bacula-fd.conf is not ge

Re: [Bacula-users] Error running bacula-sd 9.2.2 on a Zyxel NSA310 [SOLVED]

2019-03-01 Thread Andrea Venturoli
On 3/1/19 12:34 PM, Kern Sibbald wrote: At this point, my best assessment is that there is a bug in the Zyxel libraries. Just to clarify who's NOT to blame: to compile on a Zyxel NAS I had to install several third party packages (FFP to begin with); so the problem might lie in those third pa

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Peter Milesson
Hi Uwe, Thanks for your input. Something similar is what I would expect. I'm going to try some of the previous suggestions during the weekend, and see if there are some identifiable bottlenecks. Best regards On 01.03.2019 14:42, Uwe Schuerkamp wrote: I just checked our installation (direct-

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Uwe Schuerkamp
I just checked our installation (direct-to-tape backup, lto5, LAN gigabit connectivity), and I'm not seeing any significant performance issues between windows and Linux clients. The evidence is naturally anecdotal though as several backups are running concurrently, but I'm not seeing anything out

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Peter Milesson
Hi Heitor, Great! See the job log below. It's the last incremental job log, but it gives a good indication anyway (the actual Dir, Fd and Sd entries redacted). Best regards, Peter 28-Feb 23:05 MyDir JobId 1015: Start Backup JobId 1015, Job=Server2017.2019-02-28_23.05.00_03 28-Feb 23:05 MyD

Re: [Bacula-users] [Bacula-devel] Bacula release 9.4.2

2019-03-01 Thread Kern Sibbald
Hello, I am quite surprised that the static function did not take precedence.  In any case, I have changed the subroutine name to be bround(), and will push it to the git rep this evening. Thanks for pointing this out, Kern On 3/1/19 8:27 AM, Gary R. Schmidt wrote: > On 2019-02-06 20:33, Kern Si

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Kern Sibbald
Hello, I have noticed similar things.  I have always attributed the slower speed on Windows due to the fact that Microsoft hired the best students from the best schools but most of them knew nothing about programming and programming history (in particular Unix), thus these geniuses re-invented the

Re: [Bacula-users] Error running bacula-sd 9.2.2 on a Zyxel NSA310 [SOLVED]

2019-03-01 Thread Kern Sibbald
Hello, I have just examined the code, and in my view, the code is programmed perfectly correctly. I am not entirely sure what "Arguably it's an error between the programmer's chair and keyboard" means, since it is non-standard English.  However, though the extension (accept4) is not on every plat

Re: [Bacula-users] [Bacula-devel] Bacula release 9.4.2

2019-03-01 Thread Gary R. Schmidt
On 2019-03-01 18:27, Gary R. Schmidt wrote: [SNIP] Changing "round" to "bacula_round" fixes this problem, as it is a static function; on to the next (if there is one). No errors in the build, but a couple of warnings and notes: --- ... Co

Re: [Bacula-users] Windows backup much slower than Linux backup

2019-03-01 Thread Peter Milesson
Hi Sergio, You are right about the file sets. The Windows file set is about a quarter the size, compared to the Linux one. There are no database backups, just files. Neither have I seen any network bottlenecks. Both servers are connected to the same switch, with a 10GbE trunk directly to the