BackupPC-users

[BackupPC-users] No ping respons on localhost after ubuntu upgrade

2011-05-23 14:15:43
Subject: [BackupPC-users] No ping respons on localhost after ubuntu upgrade
From: Brycie <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Mon, 23 May 2011 07:24:50 -0700
I had exactly the same problem, but I found this bug report - 
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/782890

It appears that BackupPC under Ubuntu 11.04 has started to use IPv6 when 
pinging localhost. The problem with this is that the 'Ping6Path' variable 
within my config.pl is not defined, so BackupPC is failing to successfully ping 
localhost. 

The solution is to simply add the following to config.pl: 

$Conf{Ping6Path} = '/bin/ping6'; undefined


Hope this helps.

Regards,

Bryce

+----------------------------------------------------------------------
|This was sent by bryce AT bdrm.org DOT uk via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/