search for: server_unix

Displaying 4 results from an estimated 4 matches for "server_unix".

2015 Sep 26
2
Is this a bug in CentOS-7 BackupPC?
...C/LOG 2015-09-26 13:58:14 Reading hosts file 2015-09-26 13:58:14 unix bind() failed: No such file or directory 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"); exit(1); } As far as I can see (I'm no guru) this is trying to open a unix socket with the name /var/run/BackupPC/BackupPC.sock . There is no directory /var/run/B...
2015 Sep 26
0
Is this a bug in CentOS-7 BackupPC?
...-26 13:58:14 Reading hosts file 2015-09-26 13:58:14 unix > bind() failed: No such file or directory > > 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"); > exit(1); } > > As far as I can see (I'm no guru) this is trying to open a unix > socket with the name /var/run/BackupPC/BackupPC.sock . > > There is no directory /var/ru...
2015 Sep 26
2
Is this a bug in CentOS-7 BackupPC?
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"); >> exit(1); } >> >> As far as I can see (I'm no guru) this is trying to open a unix >> socket with the name /var/run/BackupPC/BackupPC.sock . >> >> Th...
2005 May 18
2
Networking functionality?
Is there (if not, can we get) the functionality to query for workstations in the local workgroup or domain? Zach