Re: [CentOS] Is this a bug in CentOS-7 BackupPC?

2015-09-27 Thread Timothy Murphy
Jonathan Billings wrote: > On Sat, Sep 26, 2015 at 08:12:40PM +0100, Timothy Murphy wrote: >> I don't really understand this. >> The perl script wants to create /var/run/BackupPC/BackupPC.sock >> which it seems it cannot do unless /var/run/BackupPC/ exists. >> If as you say this disappears on

Re: [CentOS] Is this a bug in CentOS-7 BackupPC?

2015-09-26 Thread Fabian Arrotin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/09/15 16:16, Timothy Murphy wrote: > When I try to start BackupPC with "sudo systemctl restart > backuppc" on my CentOS-7 server (running kernel > 3.10.0-229.14.1.el7.x86_64) I get the following error in > /var/log/BackupPC/LOG > > 2015-09-26

[CentOS] Is this a bug in CentOS-7 BackupPC?

2015-09-26 Thread Timothy Murphy
When I try to start BackupPC with "sudo systemctl restart backuppc" on my CentOS-7 server (running kernel 3.10.0-229.14.1.el7.x86_64) I get the following error in /var/log/BackupPC/LOG 2015-09-26 13:58:14 Reading hosts file 2015-09-26 13:58:14 unix bind() failed: No such file or directory

Re: [CentOS] Is this a bug in CentOS-7 BackupPC?

2015-09-26 Thread Timothy Murphy
Fabian Arrotin wrote: >> This message occurs in the Perl script >> /usr/share/BackupPC/bin/BackupPC : >> >> my $sockFile = "/var/run/BackupPC/BackupPC.sock"; >> unlink($sockFile); if ( !bind(SERVER_UNIX, sockaddr_un($sockFile)) >> ) { print(LOG $bpc->timeStamp, "unix bind() failed: $!\n"); >>

Re: [CentOS] Is this a bug in CentOS-7 BackupPC?

2015-09-26 Thread Jonathan Billings
On Sat, Sep 26, 2015 at 08:12:40PM +0100, Timothy Murphy wrote: > I don't really understand this. > The perl script wants to create /var/run/BackupPC/BackupPC.sock > which it seems it cannot do unless /var/run/BackupPC/ exists. > If as you say this disappears on re-booting, > I don't see how this