I am trying to get BackupPC to work on a new machine, new distro (Fedora28) and am new to BackupPC 4 (but I am an old user with predecessor versions of BackupPC).

The Fedora package (BackupPC 4.2.1-1.fc28) gives me (in addition to some simple issues - inadequate file permissions, missing apache.users file - a serious problem with the web user interface, and I would appreciate help.

I have no problem to get (requesting <server-address>::/BackupPC) a first page correctly displayed by my browser (the GeneralInfo page). But when, from that page, I request some action, the requested page appears to be very shortly displayed (too short to verify correctness) and is immediately wiped out again by a newly displayed GeneralInfo page.

To assess this interpretation of the problem and better understand what is happening, I added debugging code that traces the calls that BackupPC makes in responses to my request, resp. what is triggered by apache:

- the sequence of calls looks somewhat chaotic,

- there appear to be redundant initial calls to the CGI initialisation in sbin/BackPC_admin,

- such redundant calls also happen immediately after the call in response to my request and, in fact, result in the GeneralInfo page to be launched again and overwrite the initially requested display.

I have no idea whether this is a problem of Fedora packaging, of BackupPC implementation, or of my local setup (which is straightforward Fedora28 with Xfce).

To illustrate my problem, I attach a trace printout that I get in response to requesting (form the top-level page) the page for a specific host (corresponding result for server calls, e.g. Status).

Did somebody already hit a problem similar to this problem? can I get advice how to further clarify?

Thanks in advance, Juergen

Trace of calls in the CGI interface after the request for a host page
The columns in this list are
1 ... msec timestamp 
2 and 3 ... module and procedure called
4 ... caller (perl Carp ::longmess)
        the lines following the calls to NewRequest  contain the
        action code - received, and substituted (--) when undefined



1539336932.642018 sbin::BackupPC_admin"          main         called at 
.../sbin/BackupPC_Admin line 58.
1539336932.642174 BackupPC::CGI::Lib             NewRequest   called at 
.../lib/BackupPC/CGI/Lib.pm line 96.
                                                                 --           
hostInfo
1539336932.646003 BackupPC::CGI::HostInfo        action       called at 
.../lib/BackupPC/CGI/HostInfo.pm line 46.

1539336932.698655 sbin::BackupPC_admin"          main         called at 
.../sbin/BackupPC_Admin line 58.
1539336932.698803 BackupPC::CGI::Lib             NewRequest   called at 
.../lib/BackupPC/CGI/Lib.pm line 96.

1539336932.699313 sbin::BackupPC_admin"          main         called at 
.../sbin/BackupPC_Admin line 58.
1539336932.699451 BackupPC::CGI::Lib             NewRequest   called at 
.../lib/BackupPC/CGI/Lib.pm line 96.
                                                                 --           
generalInfo
                                                                 --           
generalInfo
1539336932.703706 BackupPC::CGI::GeneralInfo     action       called at 
.../lib/BackupPC/CGI/GeneralInfo.pm line 49.
1539336932.704619 BackupPC::CGI::GeneralInfo     action       called at 
.../lib/BackupPC/CGI/GeneralInfo.pm line 49.

1539336932.748052 sbin::BackupPC_admin"          main         called at 
.../sbin/BackupPC_Admin line 58.
1539336932.748189 BackupPC::CGI::Lib             NewRequest   called at 
.../lib/BackupPC/CGI/Lib.pm line 96.
                                                                 --           
generalInfo
1539336932.753083 BackupPC::CGI::GeneralInfo     action       called at 
.../lib/BackupPC/CGI/GeneralInfo.pm line 49.
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to