What is the output and exit code when running "/bin/ping6 -c 1 
myHostname.example" from the shell of backuppc@backuphost?

Regards,

Pim


> On 17 Feb 2023, at 13:55, Willy Manga <mangawi...@gmail.com> wrote:
> 
> Hi,
> 
> Can someone confirm at least that backuppc works fine on an IPv6-only 
> instance please?
> 
> On 08/02/2023 23:06, Willy Manga wrote:
>> Hi,
>> Can someone explain me if I forgot something here ?
>> I have an IPv6 only backuppc ( version 4.4.0-3) running on debian 11.
>> In the log of the host I have this:
>> ---
>> 2023-02-08 18:44:15 no ping response from myHostname.example
>> 2023-02-08 18:44:15 can't ping myHostname.example (client = 
>> myHostname.example); exiting
>> ---
>> myHostname.example has both A and AAAA records.
>> But backuppc has only IPv6.
>> In my config.pl, I have this:
>> ---
>> $Conf{PingPath} = '/bin/echo';
>> $Conf{Ping6Path} = '/bin/ping6';
>> $Conf{NmbLookupCmd} = '';
>> $Conf{NmbLookupFindHostCmd} = '';
>> $Conf{PingCmd} = '$Ping6Path -c 1 $host';
>> ---
>> Where am I wrong please?
> 
> -- 
> Willy Manga
> @ongolaboy
> https://ongola.blogspot.com/
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    https://github.com/backuppc/backuppc/wiki
> Project: https://backuppc.github.io/backuppc/



_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to