Discussion:
[webmin-l] Bacula Module
Brian Blater
2017-06-02 22:51:29 UTC
Permalink
I'm new to the list so if I'm doing something wrong here, just let me know
and I'll adjust accordingly.

I'm running Webmin version 1.840 on Ubuntu 16.04 and having some trouble
with the bacula module. When I first installed Bacula and configured the
module it wouldn't run as it had an error that I was able to fix by
downloading a package that now I can't remember what it was.

Anyways, now I see the main bacula module screen but whenever I click on
something I get the following:

Error - Perl execution failed
Too many section ends at line 29 at ./bacula-backup-lib.pl line 112.

Any idea on what needs to be done to fix this problem or get the bacula
module working?

Thanks,
Brian
Jamie Cameron
2017-06-04 19:21:24 UTC
Permalink
Sounds like Webmin can't parse your Bacula config. Can you post what's on
and around line 29 ?
Post by Brian Blater
I'm new to the list so if I'm doing something wrong here, just let me know
and I'll adjust accordingly.
I'm running Webmin version 1.840 on Ubuntu 16.04 and having some trouble
with the bacula module. When I first installed Bacula and configured the
module it wouldn't run as it had an error that I was able to fix by
downloading a package that now I can't remember what it was.
Anyways, now I see the main bacula module screen but whenever I click on
Error - Perl execution failed
Too many section ends at line 29 at ./bacula-backup-lib.pl line 112.
Any idea on what needs to be done to fix this problem or get the bacula
module working?
Thanks,
Brian
Brian Blater
2017-06-06 17:09:57 UTC
Permalink
Here is what I have in the bacula-dir.conf:

DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}

JobDefs {
Name = "DefaultJob"
Type = Backup

Line 29 is the } before JobDefs and matches with it's { after the Director
statement.
Post by Jamie Cameron
Sounds like Webmin can't parse your Bacula config. Can you post what's on
and around line 29 ?
Post by Brian Blater
I'm new to the list so if I'm doing something wrong here, just let me
know
Post by Brian Blater
and I'll adjust accordingly.
I'm running Webmin version 1.840 on Ubuntu 16.04 and having some trouble
with the bacula module. When I first installed Bacula and configured the
module it wouldn't run as it had an error that I was able to fix by
downloading a package that now I can't remember what it was.
Anyways, now I see the main bacula module screen but whenever I click on
Error - Perl execution failed
Too many section ends at line 29 at ./bacula-backup-lib.pl line 112.
Any idea on what needs to be done to fix this problem or get the bacula
module working?
Thanks,
Brian
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
Jamie Cameron
2017-06-07 04:29:30 UTC
Permalink
Can you post the whole Director block? I think that's what Webmin
is having trouble parsing.
Post by Brian Blater
DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}
JobDefs {
Name = "DefaultJob"
Type = Backup
Line 29 is the } before JobDefs and matches with it's { after the Director
statement.
Post by Jamie Cameron
Sounds like Webmin can't parse your Bacula config. Can you post what's on
and around line 29 ?
Post by Brian Blater
I'm new to the list so if I'm doing something wrong here, just let me
know
Post by Brian Blater
and I'll adjust accordingly.
I'm running Webmin version 1.840 on Ubuntu 16.04 and having some trouble
with the bacula module. When I first installed Bacula and configured the
module it wouldn't run as it had an error that I was able to fix by
downloading a package that now I can't remember what it was.
Anyways, now I see the main bacula module screen but whenever I click on
Error - Perl execution failed
Too many section ends at line 29 at ./bacula-backup-lib.pl line 112.
Any idea on what needs to be done to fix this problem or get the bacula
module working?
Thanks,
Brian
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
Brian Blater
2017-06-15 18:31:12 UTC
Permalink
Jamie,

Can you be a little more specific on what you mean by "Director Block".

Thanks
Post by Jamie Cameron
Can you post the whole Director block? I think that's what Webmin
is having trouble parsing.
Post by Brian Blater
DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}
JobDefs {
Name = "DefaultJob"
Type = Backup
Line 29 is the } before JobDefs and matches with it's { after the
Director
Post by Brian Blater
statement.
Post by Jamie Cameron
Sounds like Webmin can't parse your Bacula config. Can you post what's
on
Post by Brian Blater
Post by Jamie Cameron
and around line 29 ?
Post by Brian Blater
I'm new to the list so if I'm doing something wrong here, just let me
know
Post by Brian Blater
and I'll adjust accordingly.
I'm running Webmin version 1.840 on Ubuntu 16.04 and having some
trouble
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
with the bacula module. When I first installed Bacula and configured
the
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
module it wouldn't run as it had an error that I was able to fix by
downloading a package that now I can't remember what it was.
Anyways, now I see the main bacula module screen but whenever I
click on
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
Error - Perl execution failed
Too many section ends at line 29 at ./bacula-backup-lib.pl line 112.
Any idea on what needs to be done to fix this problem or get the
bacula
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
module working?
Thanks,
Brian
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
Jamie Cameron
2017-06-16 04:51:51 UTC
Permalink
I mean everything from the "Director {" statement down to the closing "}"

On 15/Jun/2017 11:31 Brian Blater <***@gmail.com> wrote .. Jamie, Can you be a little more specific on what you mean by "Director Block". Thanks On Wed, Jun 7, 2017 at 12:29 AM, Jamie Cameron <***@webmin.com> wrote: Can you post the whole Director block? I think that's what Webmin is having trouble parsing. On 06/Jun/2017 10:09 Brian Blater <***@gmail.com> wrote .. > Here is what I have in the bacula-dir.conf: > > DirAddresses = { > ip = { addr = 127.0.0.1; port=9101; } > ip = { addr = 192.168.99.11; port=9101; } > } > } > > JobDefs { > Name = "DefaultJob" > Type = Backup > > Line 29 is the } before JobDefs and matches with it's { after the Director > statement. > > On Sun, Jun 4, 2017 at 3:21 PM, Jamie Cameron <***@webmin.com> wrote: > > > Sounds like Webmin can't parse your Bacula config. Can you post what's on > > and around line 29 ? > > > > On 02/Jun/2017 15:51 Brian Blater <***@gmail.com> wrote .. > > > I'm new
to the list so if I'm doing something wrong here, just let me > > know > > > and I'll adjust accordingly. > > > > > > I'm running Webmin version 1.840 on Ubuntu 16.04 and having some trouble > > > with the bacula module. When I first installed Bacula and configured the > > > module it wouldn't run as it had an error that I was able to fix by > > > downloading a package that now I can't remember what it was. > > > > > > Anyways, now I see the main bacula module screen but whenever I click on > > > something I get the following: > > > > > > Error - Perl execution failed > > > Too many section ends at line 29 at ./bacula-backup-lib.pl line 112. > > > > > > Any idea on what needs to be done to fix this problem or get the bacula > > > module working? > > > > > > Thanks, > > > Brian > > > > ------------------------------------------------------------ > > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! h
ttp://sdm.link/slashdot > > - > > Forwarded by the Webmin mailing list at webadmin-***@lists. > > sourceforge.net > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot - Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list
Brian Blater
2017-06-16 12:13:45 UTC
Permalink
Here is the director block in the bacula-dir.conf file:

Director { # define myself
Name = bugatti-dir
#DIRport = 9101 # where we listen for UA connections
QueryFile = "/etc/bacula/scripts/query.sql"
WorkingDirectory = "/var/lib/bacula"
PidDirectory = "/var/run/bacula"
Maximum Concurrent Jobs = 20
Password = "*********" # Console password
Messages = Daemon
#DirAddress = 127.0.0.1
DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}

Thanks,
Brian
Post by Jamie Cameron
I mean everything from the "Director {" statement down to the closing "}"
Jamie,
Can you be a little more specific on what you mean by "Director Block".
Thanks
Post by Jamie Cameron
Can you post the whole Director block? I think that's what Webmin
is having trouble parsing.
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Post by Brian Blater
DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}
JobDefs {
Name = "DefaultJob"
Type = Backup
Line 29 is the } before JobDefs and matches with it's { after the
Director
Post by Brian Blater
statement.
Post by Jamie Cameron
Sounds like Webmin can't parse your Bacula config. Can you post
what's on
Post by Brian Blater
Post by Jamie Cameron
and around line 29 ?
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
I'm new to the list so if I'm doing something wrong here, just let
me
Post by Brian Blater
Post by Jamie Cameron
know
Post by Brian Blater
and I'll adjust accordingly.
I'm running Webmin version 1.840 on Ubuntu 16.04 and having some
trouble
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
with the bacula module. When I first installed Bacula and
configured the
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
module it wouldn't run as it had an error that I was able to fix by
downloading a package that now I can't remember what it was.
Anyways, now I see the main bacula module screen but whenever I
click on
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
Error - Perl execution failed
Too many section ends at line 29 at ./bacula-backup-lib.pl line
112.
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
Any idea on what needs to be done to fix this problem or get the
bacula
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
module working?
Thanks,
Brian
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
e.net
<http://reply_mail.cgi?new=1&to=webadmin%2Dlist%40lists%2Esourceforge%2Enet>
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
Jamie Cameron
2017-06-17 01:30:00 UTC
Permalink
Try changing the DirAddresses section to be like :

DirAddresses = {

ip = {

addr = 127.0.0.1

port=9101

}

ip = {

addr = 192.168.99.11

port=9101

}

}

On 16/Jun/2017 05:13 Brian Blater <***@gmail.com> wrote .. Here is the director block in the bacula-dir.conf file: Director { # define myself Name = bugatti-dir #DIRport = 9101 # where we listen for UA connections QueryFile = "/etc/bacula/scripts/query.sql" WorkingDirectory = "/var/lib/bacula" PidDirectory = "/var/run/bacula" Maximum Concurrent Jobs = 20 Password = "*********" # Console password Messages = Daemon #DirAddress = 127.0.0.1 DirAddresses = { ip = { addr = 127.0.0.1; port=9101; } ip = { addr = 192.168.99.11; port=9101; } } } Thanks, Brian On Fri, Jun 16, 2017 at 12:51 AM, Jamie Cameron <***@webmin.com> wrote:

I mean everything from the "Director {" statement down to the closing "}"

On 15/Jun/2017 11:31 Brian Blater <***@gmail.com> wrote .. Jamie, Can you be a little more specific on what you mean by "Director Block". Thanks On Wed, Jun 7, 2017 at 12:29 AM, Jamie Cameron <***@webmin.com> wrote: Can you post the whole Director block? I think that's what Webmin is having trouble parsing. On 06/Jun/2017 10:09 Brian Blater <***@gmail.com> wrote .. > Here is what I have in the bacula-dir.conf: > > DirAddresses = { > ip = { addr = 127.0.0.1; port=9101; } > ip = { addr = 192.168.99.11; port=9101; } > } > } > > JobDefs { > Name = "DefaultJob" > Type = Backup > > Line 29 is the } before JobDefs and matches with it's { after the Director > statement. > > On Sun, Jun 4, 2017 at 3:21 PM, Jamie Cameron <***@webmin.com> wrote: > > > Sounds like Webmin can't parse your Bacula config. Can you post what's on > > and around line 29 ? > > > > On 02/Jun/2017 15:51 Brian Blater <***@gmail.com> wrote .. > > > I'm n
ew to the list so if I'm doing something wrong here, just let me > > know > > > and I'll adjust accordingly. > > > > > > I'm running Webmin version 1.840 on Ubuntu 16.04 and having some trouble > > > with the bacula module. When I first installed Bacula and configured the > > > module it wouldn't run as it had an error that I was able to fix by > > > downloading a package that now I can't remember what it was. > > > > > > Anyways, now I see the main bacula module screen but whenever I click on > > > something I get the following: > > > > > > Error - Perl execution failed > > > Too many section ends at line 29 at ./bacula-backup-lib.pl line 112. > > > > > > Any idea on what needs to be done to fix this problem or get the bacula > > > module working? > > > > > > Thanks, > > > Brian > > > > ------------------------------------------------------------ > > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org!
http://sdm.link/slashdot > > - > > Forwarded by the Webmin mailing list at webadmin-***@lists. > > sourceforge.net > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot - Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot- Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmi
n-list
Brian Blater
2017-06-20 13:20:14 UTC
Permalink
Made the changes. Now I'm getting the following error:

Error - Perl execution failed

Too many section ends at line 33 at ./bacula-backup-lib.pl line 112.
Post by Brian Blater
DirAddresses = {
ip = {
addr = 127.0.0.1
port=9101
}
ip = {
addr = 192.168.99.11
port=9101
}
}
Director { # define myself
Name = bugatti-dir
#DIRport = 9101 # where we listen for UA connections
QueryFile = "/etc/bacula/scripts/query.sql"
WorkingDirectory = "/var/lib/bacula"
PidDirectory = "/var/run/bacula"
Maximum Concurrent Jobs = 20
Password = "*********" # Console password
Messages = Daemon
#DirAddress = 127.0.0.1
DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}
Thanks,
Brian
Post by Jamie Cameron
I mean everything from the "Director {" statement down to the closing "}"
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Jamie,
Can you be a little more specific on what you mean by "Director Block".
Thanks
Post by Jamie Cameron
Can you post the whole Director block? I think that's what Webmin
is having trouble parsing.
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Post by Brian Blater
DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}
JobDefs {
Name = "DefaultJob"
Type = Backup
Line 29 is the } before JobDefs and matches with it's { after the
Director
Post by Brian Blater
statement.
Post by Jamie Cameron
Sounds like Webmin can't parse your Bacula config. Can you post
what's on
Post by Brian Blater
Post by Jamie Cameron
and around line 29 ?
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
I'm new to the list so if I'm doing something wrong here, just let
me
Post by Brian Blater
Post by Jamie Cameron
know
Post by Brian Blater
and I'll adjust accordingly.
I'm running Webmin version 1.840 on Ubuntu 16.04 and having some
trouble
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
with the bacula module. When I first installed Bacula and
configured the
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
module it wouldn't run as it had an error that I was able to fix by
downloading a package that now I can't remember what it was.
Anyways, now I see the main bacula module screen but whenever I
click on
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
Error - Perl execution failed
Too many section ends at line 29 at ./bacula-backup-lib.pl line
112.
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
Any idea on what needs to be done to fix this problem or get the
bacula
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
module working?
Thanks,
Brian
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
e.net
<http://reply_mail.cgi?new=1&to=webadmin%2Dlist%40lists%2Esourceforge%2Enet>
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
e.net
<http://reply_mail.cgi?new=1&to=webadmin%2Dlist%40lists%2Esourceforge%2Enet>
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
Jamie Cameron
2017-06-21 06:47:08 UTC
Permalink
What's on line 33?

On 20/Jun/2017 06:20 Brian Blater <***@gmail.com> wrote .. Made the changes. Now I'm getting the following error: Error - Perl execution failed

Too many section ends at line 33 at ./bacula-backup-lib.pl line 112. On Fri, Jun 16, 2017 at 9:30 PM, Jamie Cameron <***@webmin.com> wrote:

Try changing the DirAddresses section to be like :

DirAddresses = {

ip = {

addr = 127.0.0.1

port=9101

}

ip = {

addr = 192.168.99.11

port=9101

}

}

On 16/Jun/2017 05:13 Brian Blater <***@gmail.com> wrote .. Here is the director block in the bacula-dir.conf file: Director { # define myself Name = bugatti-dir #DIRport = 9101 # where we listen for UA connections QueryFile = "/etc/bacula/scripts/query.sql" WorkingDirectory = "/var/lib/bacula" PidDirectory = "/var/run/bacula" Maximum Concurrent Jobs = 20 Password = "*********" # Console password Messages = Daemon #DirAddress = 127.0.0.1 DirAddresses = { ip = { addr = 127.0.0.1; port=9101; } ip = { addr = 192.168.99.11; port=9101; } } } Thanks, Brian On Fri, Jun 16, 2017 at 12:51 AM, Jamie Cameron <***@webmin.com> wrote:

I mean everything from the "Director {" statement down to the closing "}"

On 15/Jun/2017 11:31 Brian Blater <***@gmail.com> wrote .. Jamie, Can you be a little more specific on what you mean by "Director Block". Thanks On Wed, Jun 7, 2017 at 12:29 AM, Jamie Cameron <***@webmin.com> wrote: Can you post the whole Director block? I think that's what Webmin is having trouble parsing. On 06/Jun/2017 10:09 Brian Blater <***@gmail.com> wrote .. > Here is what I have in the bacula-dir.conf: > > DirAddresses = { > ip = { addr = 127.0.0.1; port=9101; } > ip = { addr = 192.168.99.11; port=9101; } > } > } > > JobDefs { > Name = "DefaultJob" > Type = Backup > > Line 29 is the } before JobDefs and matches with it's { after the Director > statement. > > On Sun, Jun 4, 2017 at 3:21 PM, Jamie Cameron <***@webmin.com> wrote: > > > Sounds like Webmin can't parse your Bacula config. Can you post what's on > > and around line 29 ? > > > > On 02/Jun/2017 15:51 Brian Blater <***@gmail.com> wrote .. > > > I'm n
ew to the list so if I'm doing something wrong here, just let me > > know > > > and I'll adjust accordingly. > > > > > > I'm running Webmin version 1.840 on Ubuntu 16.04 and having some trouble > > > with the bacula module. When I first installed Bacula and configured the > > > module it wouldn't run as it had an error that I was able to fix by > > > downloading a package that now I can't remember what it was. > > > > > > Anyways, now I see the main bacula module screen but whenever I click on > > > something I get the following: > > > > > > Error - Perl execution failed > > > Too many section ends at line 29 at ./bacula-backup-lib.pl line 112. > > > > > > Any idea on what needs to be done to fix this problem or get the bacula > > > module working? > > > > > > Thanks, > > > Brian > > > > ------------------------------------------------------------ > > ------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org!
http://sdm.link/slashdot > > - > > Forwarded by the Webmin mailing list at webadmin-***@lists. > > sourceforge.net > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-list > > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot - Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot- Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmi
n-list ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot- Forwarded by the Webmin mailing list at webadmin-***@lists.sourceforge.net To remove yourself from this list, go to http://lists.sourceforge.net/lists/listinfo/webadmin-list
Brian Blater
2017-06-22 14:33:57 UTC
Permalink
DirAddresses = {
ip = {
addr = 127.0.0.1
port=9101
}
ip = {
addr = 192.168.99.11
port=9101
} #This is line 33
Post by Jamie Cameron
What's on line 33?
Error - Perl execution failed
Too many section ends at line 33 at ./bacula-backup-lib.pl line 112.
Post by Brian Blater
DirAddresses = {
ip = {
addr = 127.0.0.1
port=9101
}
ip = {
addr = 192.168.99.11
port=9101
}
}
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Director { # define myself
Name = bugatti-dir
#DIRport = 9101 # where we listen for UA connections
QueryFile = "/etc/bacula/scripts/query.sql"
WorkingDirectory = "/var/lib/bacula"
PidDirectory = "/var/run/bacula"
Maximum Concurrent Jobs = 20
Password = "*********" # Console password
Messages = Daemon
#DirAddress = 127.0.0.1
DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}
Thanks,
Brian
Post by Jamie Cameron
I mean everything from the "Director {" statement down to the closing "}"
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Jamie,
Can you be a little more specific on what you mean by "Director Block".
Thanks
Post by Jamie Cameron
Can you post the whole Director block? I think that's what Webmin
is having trouble parsing.
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Post by Brian Blater
DirAddresses = {
ip = { addr = 127.0.0.1; port=9101; }
ip = { addr = 192.168.99.11; port=9101; }
}
}
JobDefs {
Name = "DefaultJob"
Type = Backup
Line 29 is the } before JobDefs and matches with it's { after the
Director
Post by Brian Blater
statement.
Post by Jamie Cameron
Sounds like Webmin can't parse your Bacula config. Can you post
what's on
Post by Brian Blater
Post by Jamie Cameron
and around line 29 ?
<http://reply_mail.cgi?new=1&to=brb%2Elists%40gmail%2Ecom>> wrote ..
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
I'm new to the list so if I'm doing something wrong here, just
let me
Post by Brian Blater
Post by Jamie Cameron
know
Post by Brian Blater
and I'll adjust accordingly.
I'm running Webmin version 1.840 on Ubuntu 16.04 and having some
trouble
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
with the bacula module. When I first installed Bacula and
configured the
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
module it wouldn't run as it had an error that I was able to fix
by
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
downloading a package that now I can't remember what it was.
Anyways, now I see the main bacula module screen but whenever I
click on
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
Error - Perl execution failed
Too many section ends at line 29 at ./bacula-backup-lib.pl line
112.
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
Any idea on what needs to be done to fix this problem or get the
bacula
Post by Brian Blater
Post by Jamie Cameron
Post by Brian Blater
module working?
Thanks,
Brian
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
e.net
<http://reply_mail.cgi?new=1&to=webadmin%2Dlist%40lists%2Esourceforge%2Enet>
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
e.net
<http://reply_mail.cgi?new=1&to=webadmin%2Dlist%40lists%2Esourceforge%2Enet>
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
e.net
<http://reply_mail.cgi?new=1&to=webadmin%2Dlist%40lists%2Esourceforge%2Enet>
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
-
sourceforge.net
To remove yourself from this list, go to
http://lists.sourceforge.net/lists/listinfo/webadmin-list
Continue reading on narkive:
Loading...