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

2018-11-16 Thread Davide Franco
Hello Chris,

On Tue, Nov 13, 2018 at 9:27 PM Chris Wilkinson 
wrote:

> Is the Directory spec below correct in the install instructions?
>
> Debian / Ubuntu
>
> $ sudo vim /etc/apache2/conf-available/bacula-web.conf
>
> with the content below
>
> 
>   AllowOverride All
>
> The archive was extracted to /var/www/bacula-web in a previous step. The
> above appears to be the Centos location.
>
> root@HS:/var/www/bacula-web# ls
> application  bwc  console  console.php  core  docs  index.php  LICENSE
> README.md  vendor
> root@HS:/var/www/bacula-web#
>

Thanks for your valuable feedback.
You're right, this chapter needs to be clarified and/or updated.
I'll do it for next release.

>
> Regards
> Chris Wilkinson
>

Best regards

Davide


> On Sat, 10 Nov 2018, 11:01 a.m. Davide Franco 
>> Hi Chris,
>>
>> You should download again the archive as the one you downloaded yesterday
>> is broken.
>>
>> You’re right about the curl command, I’ve noticed the same issue in the
>> documentation which needs to be fixed.
>>
>> A bug report is already created here
>> https://bugs.bacula-web.org/view.php?id=273
>>
>> Hope it helps others as well :)
>>
>> Best regards
>>
>> Davide
>>
>> On Sat, 10 Nov 2018 at 11:41, Chris Wilkinson 
>> wrote:
>>
>>> I downloaded bacula-web-latest.tgz yesterday. Has it changed since then?
>>>
>>> I had trouble with the curl -o command but got it with wget instead.
>>> CURL just downloaded ~370 bytes.
>>>
>>> I'll install sqlite and try again.
>>>
>>> Regards
>>>
>>> Chris Wilkinson
>>>
>>> On Sat, 10 Nov 2018, 9:17 a.m. Davide Franco >>
>>>> 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
>>>>
>>>> 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
>>>>
>>>> Hope it helps
>>>>
>>>> Best regards
>>>>
>>>> Davide
>>>>
>>>> On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson <
>>>> 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 >>>> 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 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Followed the upgrade instructions.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Neither main page or test page work
>>>>>>>
>>>

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

2018-11-16 Thread Davide Franco
Hello Sebastien,

On Sun, Nov 11, 2018 at 8:10 PM Sebastian Suchanek 
wrote:

> 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.
>

This documentation issue has been addressed and fixed here
https://bugs.bacula-web.org/view.php?id=273


> Also I've noticed some glitches in the upgrade manual at
>
> http://docs.bacula-web.org/en/v8.1.0/02_install/upgrade.html#install-upgrade
>
> - 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.
>

Good catch, thanks.
The documentation has been fixed accordingly.


> - 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.
>
You're right, I've also notice that the documentation does not mention how
to upgrade if Bacula-Web has been installed using Composer.
https://bugs.bacula-web.org/view.php?id=275

>
> Aside from this, the upgrade went smooth and also the new version itself
> works fine - thanks!
>

Thanks

>
>
> Best regards
>
> Sebastian
>

Davide


>
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
___
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-13 Thread Chris Wilkinson
Is the Directory spec below correct in the install instructions?

Debian / Ubuntu

$ sudo vim /etc/apache2/conf-available/bacula-web.conf

with the content below


  AllowOverride All

The archive was extracted to /var/www/bacula-web in a previous step. The
above appears to be the Centos location.

root@HS:/var/www/bacula-web# ls
application  bwc  console  console.php  core  docs  index.php  LICENSE
README.md  vendor
root@HS:/var/www/bacula-web#

Regards
Chris Wilkinson

On Sat, 10 Nov 2018, 11:01 a.m. Davide Franco  Hi Chris,
>
> You should download again the archive as the one you downloaded yesterday
> is broken.
>
> You’re right about the curl command, I’ve noticed the same issue in the
> documentation which needs to be fixed.
>
> A bug report is already created here
> https://bugs.bacula-web.org/view.php?id=273
>
> Hope it helps others as well :)
>
> Best regards
>
> Davide
>
> On Sat, 10 Nov 2018 at 11:41, Chris Wilkinson 
> wrote:
>
>> I downloaded bacula-web-latest.tgz yesterday. Has it changed since then?
>>
>> I had trouble with the curl -o command but got it with wget instead. CURL
>> just downloaded ~370 bytes.
>>
>> I'll install sqlite and try again.
>>
>> Regards
>>
>> Chris Wilkinson
>>
>> On Sat, 10 Nov 2018, 9:17 a.m. Davide Franco >
>>> 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
>>>
>>> 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
>>>
>>> Hope it helps
>>>
>>> Best regards
>>>
>>> Davide
>>>
>>> On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson 
>>> 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 >>>
>>>>> 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 
>>>>> 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
>>>>>>
>>>>&g

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=DwICAg=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=6HHWMy4JZ-vMEZ_soF8xQNoRag1SBF05xAk2CFRk9SI=Kg4W1ruPxsif01aDVNxWS_8n7GYhgrxlKr2dJIn7y3g=



___
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 Sebastian Suchanek
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://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=DwICAg=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=UxhKdiKNG-PABHOUCmYNS75QRfPN7-ZFcXtuLQyEVGE=dSvoGalN3Dr_KcBc3TWcBvjmm_Wp4laQZK3LuzzV_dA=



- 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=DwICAg=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=UxhKdiKNG-PABHOUCmYNS75QRfPN7-ZFcXtuLQyEVGE=QZeQRPYZGD07I2vPuPDnrirU5wk7EsLv7X1Xw0I-zVA=



___
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 Sebastian Suchanek
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
http://docs.bacula-web.org/en/v8.1.0/02_install/upgrade.html#install-upgrade

- 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://lists.sourceforge.net/lists/listinfo/bacula-users


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

2018-11-10 Thread Davide Franco
Hi Mark,

I’ll try to reproduce the issue and let you know soon.

Best regards

Davide

On Sat, 10 Nov 2018 at 11:17, Maciolek, Mark  wrote:

> 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 <
> bacula-users@lists.sourceforge.net>
>
>
> *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 
> 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 
> *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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI=NWhCtpmo1p_s8jhI6nxmOemsxnrSBy0Q4IHdPHvFvF0=>
>
>
>
> 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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI=FazPn3EAgtmBaJ354pg8K9Eq4jwns4K8N_592-rHg9Y=>
>
>
>
> Hope it helps
>
>
>
> Best regards
>
>
>
> Davide
>
>
>
> On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson 
> 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 
> 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 
> 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 

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

2018-11-10 Thread Davide Franco
Hi Chris,

You should download again the archive as the one you downloaded yesterday
is broken.

You’re right about the curl command, I’ve noticed the same issue in the
documentation which needs to be fixed.

A bug report is already created here
https://bugs.bacula-web.org/view.php?id=273

Hope it helps others as well :)

Best regards

Davide

On Sat, 10 Nov 2018 at 11:41, Chris Wilkinson 
wrote:

> I downloaded bacula-web-latest.tgz yesterday. Has it changed since then?
>
> I had trouble with the curl -o command but got it with wget instead. CURL
> just downloaded ~370 bytes.
>
> I'll install sqlite and try again.
>
> Regards
>
> Chris Wilkinson
>
> On Sat, 10 Nov 2018, 9:17 a.m. Davide Franco 
>> 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
>>
>> 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
>>
>> Hope it helps
>>
>> Best regards
>>
>> Davide
>>
>> On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson 
>> 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 >>
>>>> 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 
>>>> 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 
>>>>> *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://urldefense.proofpoint.com/v2/url?u

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

2018-11-10 Thread Chris Wilkinson
I downloaded bacula-web-latest.tgz yesterday. Has it changed since then?

I had trouble with the curl -o command but got it with wget instead. CURL
just downloaded ~370 bytes.

I'll install sqlite and try again.

Regards
Chris Wilkinson

On Sat, 10 Nov 2018, 9:17 a.m. Davide Franco  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
>
> 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
>
> Hope it helps
>
> Best regards
>
> Davide
>
> On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson 
> 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 >
>>> 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 
>>> 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 
>>>> *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://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>
>>>>
>>>> *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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>*
>>>>
>>>>
>>>>
>>>> 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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8=>
>>>>
>>>> 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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=1FT9igshIcZ-HKNq1AR_RKt5Ue8THQfAqwj0sozcGHI=>
>>>>
>>>> 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
>>>
>>
___
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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI=NWhCtpmo1p_s8jhI6nxmOemsxnrSBy0Q4IHdPHvFvF0=>

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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI=FazPn3EAgtmBaJ354pg8K9Eq4jwns4K8N_592-rHg9Y=>

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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>

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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhW

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

2018-11-10 Thread Davide Franco
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  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 
> *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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI=NWhCtpmo1p_s8jhI6nxmOemsxnrSBy0Q4IHdPHvFvF0=>
>
> 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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI=FazPn3EAgtmBaJ354pg8K9Eq4jwns4K8N_592-rHg9Y=>
>
> Hope it helps
>
> Best regards
>
> Davide
>
> On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson 
> 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 >
>>> 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 
>>> 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 
>>>> *Sent:* Thursday, November 8, 2018 1:21 AM
>>>> *To:* bacula-users 
>>>> *Subject:* [Bacula-users] Bacula-Web 8.1.0 r

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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>
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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>

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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8=>

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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=1FT9igshIcZ-HKNq1AR_RKt5Ue8THQfAqwj0sozcGHI=>

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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=em0VFStoc12Q13AetmXWZuKooR2ApuVkUv1TCvNG8fg=u-Bciaoew5_5sQ7S8h1tTb5ncJbyCK5uh2vOSqyT0Ag=>
___
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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI=NWhCtpmo1p_s8jhI6nxmOemsxnrSBy0Q4IHdPHvFvF0=>

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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=BIsh2Qtc3gN2KmPQlBnQ5yQqN9LiJ8uW4X4gMA6DlOI=FazPn3EAgtmBaJ354pg8K9Eq4jwns4K8N_592-rHg9Y=>

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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>
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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>

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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8=>

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_=DwMFaQ=c6MrceVCY5m5A_K

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

2018-11-10 Thread Davide Franco
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

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

Hope it helps

Best regards

Davide

On Sat, Nov 10, 2018 at 10:09 AM Chris Wilkinson 
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 
>> 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 
>> 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 
>>> *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://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>
>>>
>>> *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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>*
>>>
>>>
>>>
>>> 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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8=>
>>>
>>> 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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=1FT9igshIcZ-HKNq1AR_RKt5Ue8THQfAqwj0sozcGHI=>
>>>
>>> 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
>>
>
___
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 Chris Wilkinson
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  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 
> 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 
>> *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://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>
>>
>> *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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>*
>>
>>
>>
>> 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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8=>
>>
>> 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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=1FT9igshIcZ-HKNq1AR_RKt5Ue8THQfAqwj0sozcGHI=>
>>
>> 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
>
___
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-09 Thread Davide Franco
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  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 
> *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://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>
>
> *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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>*
>
>
>
> 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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8=>
>
> 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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=1FT9igshIcZ-HKNq1AR_RKt5Ue8THQfAqwj0sozcGHI=>
>
> 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.1.0 release

2018-11-09 Thread Davide Franco
Hello Marcio,

Thanks for your feedback.

Correct link to Bacula-Web 8.1.0 release notes
https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/

Best regards

Davide

On Fri, Nov 9, 2018 at 5:40 PM Marcio Vogel Merlone dos Santos <
marcio.merl...@a1.ind.br> wrote:

> Em 08/11/2018 04:21, Davide Franco escreveu:
>
> The release notes is available here
> https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/
> 
>
> Link points to
> https://www.bacula-web.org/news-reader/bacula-web-8-0-0.html , which is
> 404.
> --
> *Marcio Merlone*
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
___
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-09 Thread Marcio Vogel Merlone dos Santos

Em 08/11/2018 04:21, Davide Franco escreveu:

The release notes is available here
https://www.bacula-web.org/2018/11/07/bacula-web-8-1-0/



Link points to 
https://www.bacula-web.org/news-reader/bacula-web-8-0-0.html , which is 404.


--
*Marcio Merlone*
___
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-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://urldefense.proofpoint.com/v2/url?u=http-3A__www.bacula-2Dweb.org_news-2Dreader_bacula-2Dweb-2D8-2D0-2D0.html=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>
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=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=ej0avG0hetVr9H6ZblaEXTiZqDe8SLTcvAxHH8F1yYk=>

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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=Pf9zATtRqYnsy4QBKQ9Lz2rhJK4xPpXPGMHRpsG0jX8=>

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_=DwMFaQ=c6MrceVCY5m5A_KAUkrdoA=QUwWzv5SV_wpnzBhWIelF4sl0dvYrJSwkpE3s0K2d-w=Kp7jiOsIqlrb02OzOj-zap-juQLeC_gKClicUnXmx00=1FT9igshIcZ-HKNq1AR_RKt5Ue8THQfAqwj0sozcGHI=>

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


[Bacula-users] Bacula-Web 8.1.0 release

2018-11-07 Thread Davide Franco
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