Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-11 Thread Maciolek, Mark
hi,

Well this is embarrassing, the system used to run BackupPC and apache was set 
to run as user backuppc. Once I changed it back to www-data, bacula-web is now 
working.

Thank you for having me double check who was running apache.

Mark

From: Sebastian Suchanek 
Sent: Sunday, November 11, 2018 3:41 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email;;;


Am 11.11.2018 um 20:16 schrieb Maciolek, Mark:



Hi!



> These are my permissions for application.db

>

> /var/www/html/bacula-web/application/assets/protected$ ls -al

> total 16

> drwxr-xr-- 2 www-data www-data 4096 Nov 10 04:22 .

> drwxr-xr-x 6 root root 4096 Nov 10 02:06 ..

> -rw-r- 1 www-data www-data 4096 Nov 10 04:22 application.db

> -rw-r--r-- 1 www-data root   98 Nov 10 02:06 .htaccess



It's pretty much the same on my installation:



| # ls -la

| total 24

| drwxrwxr-x 2 www-data www-data  4096 Nov 11 19:05 .

| drwxr-xr-x 6 www-data www-data  4096 Nov 10 08:06 ..

| -rw-r--r-- 1 www-data www-data 12288 Nov 11 19:05 application.db

| -rwxr-xr-x 1 www-data www-data98 Nov 10 08:06 .htaccess

| #



Just an additional read permission for everyone, but that shouldn't make

a difference with regard to this error.





> I still get the error

> Problem: Bad ownership / permissions for protected assets folder 
> (application/assets/protected)

>

>

> So what should they be?



What's your output of "ps aux | grep apache"?





Best regards



Sebastian







___

Bacula-users mailing list

Bacula-users@lists.sourceforge.net

https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_bacula-2Dusers&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=6HHWMy4JZ-vMEZ_soF8xQNoRag1SBF05xAk2CFRk9SI&s=Kg4W1ruPxsif01aDVNxWS_8n7GYhgrxlKr2dJIn7y3g&e=



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-11 Thread Maciolek, Mark
hi,

These are my permissions for application.db

/var/www/html/bacula-web/application/assets/protected$ ls -al
total 16
drwxr-xr-- 2 www-data www-data 4096 Nov 10 04:22 .
drwxr-xr-x 6 root root 4096 Nov 10 02:06 ..
-rw-r- 1 www-data www-data 4096 Nov 10 04:22 application.db
-rw-r--r-- 1 www-data root   98 Nov 10 02:06 .htaccess


I still get the error
Problem: Bad ownership / permissions for protected assets folder 
(application/assets/protected)


So what should they be?

Mark



From: Sebastian Suchanek 
Sent: Sunday, November 11, 2018 1:36 PM
To: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email;;;


Am 10.11.2018 um 11:41 schrieb Chris Wilkinson:



> I had trouble with the curl -o command but got it with wget instead.

> CURL just downloaded ~370 bytes.



Yes, me too. I guess it's because the manual states a HTTP address which

the server redirects to a HTTPS address which can't be handled by curl.



Also I've noticed some glitches in the upgrade manual at

https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_en_v8.1.0_02-5Finstall_upgrade.html-23install-2Dupgrade&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=UxhKdiKNG-PABHOUCmYNS75QRfPN7-ZFcXtuLQyEVGE&s=dSvoGalN3Dr_KcBc3TWcBvjmm_Wp4laQZK3LuzzV_dA&e=



- There are some typos around the "application" part in path names,

  e.g. "appication" and "appilcation". (Of course it's obvious when you

  read it and type in the command manually, but a pitfall when you try

  to copy and paste the commands.



- The upgrade manual doesn't mention to set the file ownership of

  /application/assets/protected/application.db back to the

  webserver user after restoring it from backup. If this isn't done,

  one get's an error message of bad file permissions.



Aside from this, the upgrade went smooth and also the new version itself

works fine - thanks!





Best regards



Sebastian







___

Bacula-users mailing list

Bacula-users@lists.sourceforge.net

https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_bacula-2Dusers&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=UxhKdiKNG-PABHOUCmYNS75QRfPN7-ZFcXtuLQyEVGE&s=QZeQRPYZGD07I2vPuPDnrirU5wk7EsLv7X1Xw0I-zVA&e=



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-10 Thread Maciolek, Mark
Hi,

Did not fix the problem.

Ubuntu 16.04.5 LTS

Php7.0

http://maux.sr.unh.edu/phpinfo.php

Mark

From: Davide Franco 
Sent: Saturday, November 10, 2018 5:14 AM
To: Maciolek, Mark 
Cc: Chris Wilkinson ; bacula-users 

Subject: Re: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

Hello Mark,

Did it fix the problem?

If not, Which Os and PHP version are you using ?
I’ll try to reproduce the issue

Davide

On Sat, 10 Nov 2018 at 10:33, Maciolek, Mark 
mailto:mark.macio...@unh.edu>> wrote:

hi,



Downloaded the latest:


===
Checking requirements
===

Ok  PHP version
Warning PHP timezone
Ok  Protected assets folder is writable
Error   Smarty cache folder write permission
Ok  PHP Posix support
Ok  PHP PDO support
Ok  PHP SQLite support
PDO drivers (available):
 driver: mysql
 driver: pgsql
 driver: sqlite
Ok  PHP Gettext support
Ok  PHP Session support

had to chmod 777 application/views/cache/​
to get Error to clear

still get same error on web page

Mark




From: Davide Franco mailto:bacula-...@dflc.ch>>
Sent: Saturday, November 10, 2018 4:17 AM
To: Chris Wilkinson
Cc: Maciolek, Mark; bacula-users
Subject: Re: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

Hello Chris,

Thanks for your feedback

I can't explain this error "Could not open input file: bwc", maybe you're using 
the first Bacula-Web 8.1.0 archive which was broken.

Please make sure you're using latest archive (release process had issue with 
last version, sorry for that).
You can download latest Bacula-Web version from here
https://www.bacula-web.org/download/bacula-web-latest.tgz<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.bacula-2Dweb.org_download_bacula-2Dweb-2Dlatest.tgz&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI&s=NWhCtpmo1p_s8jhI6nxmOemsxnrSBy0Q4IHdPHvFvF0&e=>

Important: As mentioned in the documentation, PHP SQLite is required since 
version 8.0.0-RC2
http://docs.bacula-web.org/en/v8.1.0/02_install/requirements.html#install-requirements<https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_en_v8.1.0_02-5Finstall_requirements.html-23install-2Drequirements&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI&s=FazPn3EAgtmBaJ354pg8K9Eq4jwns4K8N_592-rHg9Y&e=>

Hope it helps

Best regards

Davide

On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson 
mailto:winstonia...@gmail.com>> wrote:
I got trouble when I tried the similar command in the user creation install 
instructions: (Debian/Apache2). The result was:

root@HS:/var/www/bacula-web# sudo -u www-data php bwc setupauth
Could not open input file: bwc
root@HS:/var/www/bacula-web#

What is this command doing?

The instructions seem to infer that SQLite is required. I use MySql for the 
database and so don't have SQLite installed.

Regards
Chris Wilkinson

On Sat, 10 Nov 2018, 7:55 a.m. Davide Franco 
mailto:bacula-...@dflc.ch> wrote:
Hello Maciolek,

Can you run the console command below and provide me the output please ?

Debian / Ubuntu
$ sudo -u www-data php bwc check

RedHat / Centos / Fedora
$ sudo -u apache2 php bwc check

Thanks for your feedback

Davide

On Fri, Nov 9, 2018 at 3:04 PM Maciolek, Mark 
mailto:mark.macio...@unh.edu>> wrote:
Hi,

Followed the upgrade instructions.

Neither main page or test page work

Problem: Bad ownership / permissions for protected assets folder 
(application/assets/protected)

drwxr-xr-x 2 www-data www-data 4096 Nov  9 08:42 protected

Not sure what to try next.

Mark

--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center

From: Davide Franco mailto:bacula-...@dflc.ch>>
Sent: Thursday, November 8, 2018 1:21 AM
To: bacula-users 
mailto:bacula-users@lists.sourceforge.net>>
Subject: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

Dear all,

I'm pleased to inform you that Bacula-Web 8.1.0 is available from now.
This version Include 3 new features and 7 bug fixes

The release notes is available here
https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk&e=>

As this version introduce important changes, please read carefully the 
documentation
http://docs.bacula-w

Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-10 Thread Maciolek, Mark
hi,


mlm@maux:/var/www/html/bacula-web$ sudo -u www-data php bwc check
Could not open input file: bwc

?
Mark



From: Chris Wilkinson 
Sent: Saturday, November 10, 2018 4:09 AM
To: Davide Franco
Cc: Maciolek, Mark; bacula-users
Subject: Re: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

I got trouble when I tried the similar command in the user creation install 
instructions: (Debian/Apache2). The result was:

root@HS:/var/www/bacula-web# sudo -u www-data php bwc setupauth
Could not open input file: bwc
root@HS:/var/www/bacula-web#

What is this command doing?

The instructions seem to infer that SQLite is required. I use MySql for the 
database and so don't have SQLite installed.

Regards
Chris Wilkinson


On Sat, 10 Nov 2018, 7:55 a.m. Davide Franco 
mailto:bacula-...@dflc.ch> wrote:
Hello Maciolek,

Can you run the console command below and provide me the output please ?

Debian / Ubuntu
$ sudo -u www-data php bwc check

RedHat / Centos / Fedora
$ sudo -u apache2 php bwc check

Thanks for your feedback

Davide

On Fri, Nov 9, 2018 at 3:04 PM Maciolek, Mark 
mailto:mark.macio...@unh.edu>> wrote:
Hi,

Followed the upgrade instructions.

Neither main page or test page work

Problem: Bad ownership / permissions for protected assets folder 
(application/assets/protected)

drwxr-xr-x 2 www-data www-data 4096 Nov  9 08:42 protected

Not sure what to try next.

Mark

--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center

From: Davide Franco mailto:bacula-...@dflc.ch>>
Sent: Thursday, November 8, 2018 1:21 AM
To: bacula-users 
mailto:bacula-users@lists.sourceforge.net>>
Subject: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

Dear all,

I'm pleased to inform you that Bacula-Web 8.1.0 is available from now.
This version Include 3 new features and 7 bug fixes

The release notes is available here
<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk&e=>
https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk&e=>

As this version introduce important changes, please read carefully the 
documentation
http://docs.bacula-web.org/<https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8&e=>

You found a bug, need a new feature ? Please use de bug tracker.
http://bugs.bacula-web.org<https://urldefense.proofpoint.com/v2/url?u=http-3A__bugs.bacula-2Dweb.org_&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=1FT9igshIcZ-HKNq1AR_RKt5Ue8THQfAqwj0sozcGHI&e=>

As usual, any question or feedback are more than welcome

Thanks for supporting and using Bacula-Web :)

Best regards

Davide
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/bacula-users<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_bacula-2Dusers&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=em0VFStoc12Q13AetmXWZuKooR2ApuVkUv1TCvNG8fg&s=u-Bciaoew5_5sQ7S8h1tTb5ncJbyCK5uh2vOSqyT0Ag&e=>
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-10 Thread Maciolek, Mark
hi,


Downloaded the latest:


===
Checking requirements
===

Ok  PHP version
Warning PHP timezone
Ok  Protected assets folder is writable
Error   Smarty cache folder write permission
Ok  PHP Posix support
Ok  PHP PDO support
Ok  PHP SQLite support
PDO drivers (available):
 driver: mysql
 driver: pgsql
 driver: sqlite
Ok  PHP Gettext support
Ok  PHP Session support


had to chmod 777 application/views/cache/?
to get Error to clear

still get same error on web page

Mark



From: Davide Franco 
Sent: Saturday, November 10, 2018 4:17 AM
To: Chris Wilkinson
Cc: Maciolek, Mark; bacula-users
Subject: Re: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

Hello Chris,

Thanks for your feedback

I can't explain this error "Could not open input file: bwc", maybe you're using 
the first Bacula-Web 8.1.0 archive which was broken.

Please make sure you're using latest archive (release process had issue with 
last version, sorry for that).
You can download latest Bacula-Web version from here
https://www.bacula-web.org/download/bacula-web-latest.tgz<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.bacula-2Dweb.org_download_bacula-2Dweb-2Dlatest.tgz&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI&s=NWhCtpmo1p_s8jhI6nxmOemsxnrSBy0Q4IHdPHvFvF0&e=>

Important: As mentioned in the documentation, PHP SQLite is required since 
version 8.0.0-RC2
http://docs.bacula-web.org/en/v8.1.0/02_install/requirements.html#install-requirements<https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_en_v8.1.0_02-5Finstall_requirements.html-23install-2Drequirements&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI&s=FazPn3EAgtmBaJ354pg8K9Eq4jwns4K8N_592-rHg9Y&e=>

Hope it helps

Best regards

Davide

On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson 
mailto:winstonia...@gmail.com>> wrote:
I got trouble when I tried the similar command in the user creation install 
instructions: (Debian/Apache2). The result was:

root@HS:/var/www/bacula-web# sudo -u www-data php bwc setupauth
Could not open input file: bwc
root@HS:/var/www/bacula-web#

What is this command doing?

The instructions seem to infer that SQLite is required. I use MySql for the 
database and so don't have SQLite installed.

Regards
Chris Wilkinson


On Sat, 10 Nov 2018, 7:55 a.m. Davide Franco 
mailto:bacula-...@dflc.ch> wrote:
Hello Maciolek,

Can you run the console command below and provide me the output please ?

Debian / Ubuntu
$ sudo -u www-data php bwc check

RedHat / Centos / Fedora
$ sudo -u apache2 php bwc check

Thanks for your feedback

Davide

On Fri, Nov 9, 2018 at 3:04 PM Maciolek, Mark 
mailto:mark.macio...@unh.edu>> wrote:
Hi,

Followed the upgrade instructions.

Neither main page or test page work

Problem: Bad ownership / permissions for protected assets folder 
(application/assets/protected)

drwxr-xr-x 2 www-data www-data 4096 Nov  9 08:42 protected

Not sure what to try next.

Mark

--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center

From: Davide Franco mailto:bacula-...@dflc.ch>>
Sent: Thursday, November 8, 2018 1:21 AM
To: bacula-users 
mailto:bacula-users@lists.sourceforge.net>>
Subject: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

Dear all,

I'm pleased to inform you that Bacula-Web 8.1.0 is available from now.
This version Include 3 new features and 7 bug fixes

The release notes is available here
<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk&e=>
https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk&e=>

As this version introduce important changes, please read carefully the 
documentation
http://docs.bacula-web.org/<https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00&s=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8&

Re: [Bacula-users] Bacula-Web 8.1.0 release

2018-11-09 Thread Maciolek, Mark
Hi,

Followed the upgrade instructions.

Neither main page or test page work

Problem: Bad ownership / permissions for protected assets folder 
(application/assets/protected)

drwxr-xr-x 2 www-data www-data 4096 Nov  9 08:42 protected

Not sure what to try next.

Mark

--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center

From: Davide Franco 
Sent: Thursday, November 8, 2018 1:21 AM
To: bacula-users 
Subject: [Bacula-users] Bacula-Web 8.1.0 release

Caution - External Email

Dear all,

I'm pleased to inform you that Bacula-Web 8.1.0 is available from now.
This version Include 3 new features and 7 bug fixes

The release notes is available here

https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/

As this version introduce important changes, please read carefully the 
documentation
http://docs.bacula-web.org/

You found a bug, need a new feature ? Please use de bug tracker.
http://bugs.bacula-web.org

As usual, any question or feedback are more than welcome

Thanks for supporting and using Bacula-Web :)

Best regards

Davide
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.0.0-rc1 released

2017-10-26 Thread Maciolek, Mark
Hi,

Installed php7.0-pgsql and reran the composer install, test page now works.

Mark

--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center

From: Davide Franco [mailto:bacula-...@dflc.ch]
Sent: Thursday, October 19, 2017 4:37 PM
To: Maciolek, Mark 
Cc: bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Bacula-Web 8.0.0-rc1 released

Hi Mark,
Have you run this command ?

$ sudo -u www-data php /path/to/composer install --no-dev --prefer-source
Send me the output or even better, create a bug report in the bug tracker with 
all details 
(http://bugs.bacula-web.org<https://urldefense.proofpoint.com/v2/url?u=http-3A__bugs.bacula-2Dweb.org&d=DwMFaQ&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=I9DWXEGrQUSXVeMaRvU1DWj2nLkO0gRptD_096Wh_a0&s=AF-sB3nbtsXMwQV4MixGY5gTHCrk98_9rRIWLzFT99A&e=>).
Best regards
Davide

On Thu, Oct 19, 2017 at 10:14 PM, Maciolek, Mark 
mailto:mark.macio...@unh.edu>> wrote:
Hi,

Installed it.
Ubuntu 16.04.3 LTS

Get this error in apache2 logs

PHP Fatal error: Uncaught Error: Class 'CHttpRequest' not found in 
/var/www/html/bacula-web/core/global.inc.php:22\nStack trace:\n#0 
/var/www/html/bacula-web/test.php(21): require_once()\n#1 {main}\n thrown in 
/var/www/html/bacula-web/core/global.inc.php on line 22


Mark

--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center

-Original Message-
From: bacula-...@dflc.ch<mailto:bacula-...@dflc.ch> 
[mailto:bacula-...@dflc.ch<mailto:bacula-...@dflc.ch>]
Sent: Thursday, October 19, 2017 1:57 PM
To: 
bacula-users@lists.sourceforge.net<mailto:bacula-users@lists.sourceforge.net>
Subject: [Bacula-users] Bacula-Web 8.0.0-rc1 released

Dear all,

After few months of development, I'm happy to announce that Bacula-Web 
8.0.0-rc1 is available.

This version is a release candidate for next major version 8.0.0

For more information, please visit the url below

https://urldefense.proofpoint.com/v2/url?u=http-3A__bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0-2Drc1-2Dreleased.html&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=sLOCsKmEpVLzCP9r31TM3HH2HHEH6dNdXI6jSi7rdvY&e=

Documentation for 8.0.0-rc1 is available here

https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_en_v8.0.0-2Drc1_&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=yQuJ9e0RjaBYge3HaOC67iPUD82Rn-4V2gdNbqpbHyo&e=

For any feature request or bug report, please use the bug tracker

https://urldefense.proofpoint.com/v2/url?u=http-3A__bugs.bacula-2Dweb.org&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=88wVnz4RUZ2nqjDXuxDpTo7WCA355JFNYx27Lih1y04&e=

As usual, any questions or feedback are more than welcome

Thanks for supporting and using Bacula-Web

Best regards

Davide

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! 
https://urldefense.proofpoint.com/v2/url?u=http-3A__sdm.link_slashdot&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=J0LpwFHPM_TOzEnyGUjpeG_mX9RT3QYnzsfjqkrjrZc&e=
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net<mailto:Bacula-users@lists.sourceforge.net>
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_bacula-2Dusers&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=gD_4dg0jIZ1HVa8PXUSxWG1o_Z5q0P9Afm0gDDz9tfU&e=

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula-Web 8.0.0-rc1 released

2017-10-19 Thread Maciolek, Mark
Hi,

Installed it.
Ubuntu 16.04.3 LTS

Get this error in apache2 logs

PHP Fatal error:  Uncaught Error: Class 'CHttpRequest' not found in 
/var/www/html/bacula-web/core/global.inc.php:22\nStack trace:\n#0 
/var/www/html/bacula-web/test.php(21): require_once()\n#1 {main}\n  thrown in 
/var/www/html/bacula-web/core/global.inc.php on line 22


Mark

--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center

-Original Message-
From: bacula-...@dflc.ch [mailto:bacula-...@dflc.ch] 
Sent: Thursday, October 19, 2017 1:57 PM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] Bacula-Web 8.0.0-rc1 released

Dear all,

After few months of development, I'm happy to announce that Bacula-Web 
8.0.0-rc1 is available.

This version is a release candidate for next major version 8.0.0

For more information, please visit the url below

https://urldefense.proofpoint.com/v2/url?u=http-3A__bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0-2Drc1-2Dreleased.html&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=sLOCsKmEpVLzCP9r31TM3HH2HHEH6dNdXI6jSi7rdvY&e=

Documentation for 8.0.0-rc1 is available here

https://urldefense.proofpoint.com/v2/url?u=http-3A__docs.bacula-2Dweb.org_en_v8.0.0-2Drc1_&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=yQuJ9e0RjaBYge3HaOC67iPUD82Rn-4V2gdNbqpbHyo&e=

For any feature request or bug report, please use the bug tracker

https://urldefense.proofpoint.com/v2/url?u=http-3A__bugs.bacula-2Dweb.org&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=88wVnz4RUZ2nqjDXuxDpTo7WCA355JFNYx27Lih1y04&e=

As usual, any questions or feedback are more than welcome

Thanks for supporting and using Bacula-Web

Best regards

Davide

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! 
https://urldefense.proofpoint.com/v2/url?u=http-3A__sdm.link_slashdot&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=J0LpwFHPM_TOzEnyGUjpeG_mX9RT3QYnzsfjqkrjrZc&e=
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_bacula-2Dusers&d=DwICAg&c=c6MrceVCY5m5A_KAUkrdoA&r=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w&m=c7iQkLxzX-yyUb3bj9kIR9kmRd-S1wI2RAIqA3LhFHw&s=gD_4dg0jIZ1HVa8PXUSxWG1o_Z5q0P9Afm0gDDz9tfU&e=

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Incremental changed to Full

2017-09-11 Thread Maciolek, Mark



From: Radosław Korzeniewski [mailto:rados...@korzeniewski.net]
Sent: Monday, September 11, 2017 10:40 AM
To: Maciolek, Mark 
Cc: Bacula-users@lists.sourceforge.net
Subject: Re: [Bacula-users] Incremental changed to Full

Hello,

2017-09-11 14:09 GMT+02:00 Maciolek, Mark 
mailto:mark.macio...@unh.edu>>:
Hi,

Bacula Version: 9.0.3,  First full finished yesterday afternoon, the 
incremental scheduled for 1am(Job id 17) changed to a Full


06-Sep 01:05 maux-dir JobId 17: No prior Full backup Job record found.
06-Sep 01:05 maux-dir JobId 17: No prior or suitable Full backup found in 
catalog. Doing FULL backup.

Your previous Full job (jobid 16) finished at:  10-Sep-17 16:30 but above 
messages are from: 06-Sep 01:05.
So, it seems that you had a jobid 17 started when your last Full (jobid 16) was 
still running, so messages and Bacula behavior are correct, IMHO.

best regards
--
Radosław Korzeniewski
rados...@korzeniewski.net<mailto:rados...@korzeniewski.net>

Hi,

The full took over 5 days (47Tb) so job 17 was in the schedule before it 
finished, so I should change my schedule to do a Full the first Sunday of the 
month and then only incremental starting on the second Sunday of the month?

Mark
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Incremental changed to Full

2017-09-11 Thread Maciolek, Mark
Hi,

Bacula Version: 9.0.3,  First full finished yesterday afternoon, the 
incremental scheduled for 1am(Job id 17) changed to a Full


06-Sep 01:05 maux-dir JobId 17: No prior Full backup Job record found.
06-Sep 01:05 maux-dir JobId 17: No prior or suitable Full backup found in 
catalog. Doing FULL backup.
10-Sep 16:34 maux-dir JobId 17: Start Backup JobId 17, 
Job=BackupClient-to-disk.2017-09-06_01.05.00_06

This is the Job list showing the Full job #16 finished okay. 

16  Full6,377,14847.42 T  OK   10-Sep-17 16:30 BackupClient-to-disk
17  Full1,773,8646.582 T  Cancel   11-Sep-17 07:20 
BackupClient-to-disk



>From bacula-dir:

Director {# define myself
  Name = maux-dir
  DIRport = 9101# where we listen for UA connections
  QueryFile = "/etc/bacula/query.sql"
  WorkingDirectory = "/opt/bacula/working"
  PidDirectory = "/var/run"
  Maximum Concurrent Jobs = 20
  Password = "LFzYj4tQJHwcsBngTyEpPVzq/wKaXLFUCoogPz0IkmPv" # Console 
password
  Messages = Daemon
}

JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Incremental
  Client = maux-fd
  FileSet = "Full Set"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Default
  SpoolAttributes = yes
  Priority = 10
  Write Bootstrap = "/opt/bacula/working/%c.bsr"
}

Job {
  Name = "BackupClient-to-disk"
  Client = merrimack
  JobDefs = "DefaultJob"
  Storage = File
  Pool = Default
}

Schedule {
  Name = "WeeklyCycle"
  Run = Full 1st sun at 01:05
  Run = Incremental mon-sat at 1:05
}

# List of files to be backed up
FileSet {
  Name = "Full Set"
  Include {
Options {
  signature = MD5
}
#
#  Put your list of files here, preceded by 'File =', one per line
#or include an external list with:
#
#File = From what I have already googled I know the Job name , Client and File set 
>can't be changed or it comes becomes a Full. 

So what is wrong with my config?

Mark


--Mark Maciolek
Network Administrator
Morse Hall Rm 338
http://www.unh.edu/research/support-units/research-computing-center


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users