Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 672306 - net-dns/ddclient WARNING: found neither ipv4 nor ipv6 address
Summary: net-dns/ddclient WARNING: found neither ipv4 nor ipv6 address
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Aaron W. Swenson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-30 20:26 UTC by gary artim
Modified: 2019-02-24 13:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gary artim 2018-11-30 20:26:45 UTC
ddclient errors on:
ddclient[18676]: WARNING:  found neither ipv4 nor ipv6 address

ddclient.conf:
daemon=300                              # check every 300 seconds
syslog=yes                              # log update msgs to syslog
mail=root                               # mail all msgs to root
mail-failure=root                       # mail failed update msgs to root
ssl=yes                                 # use ssl-support.  Works with


protocol=googledomains
login=xxxxxxxxxxxxx
password=xxxxxxxxxxxxxxxxxx
mydomain.ddd

Getting emails with:
WARNING:  found neither ipv4 nor ipv6 address


regards,
   ddclient@codeweave.net (version 3.9.0)
Comment 1 gary artim 2018-11-30 20:41:55 UTC
changed config and warning stopped:
protocol=dyndns2
use=web
server=domains.google.com
ssl=yes
login=generated_username
password=generated_password
your_resource.your_domain.tld
Comment 2 Matt Turner gentoo-dev 2018-12-01 20:28:06 UTC

*** This bug has been marked as a duplicate of bug 672338 ***
Comment 3 gary artim 2018-12-02 01:22:30 UTC
(In reply to Matt Turner from comment #2)
> 
> *** This bug has been marked as a duplicate of bug 672338 ***

This is not a duplicate. My network is fully up when I get the warning,
doing /etc/init.d/ddclient (start|restart):

WARNING:  found neither ipv4 nor ipv6 address

in /var/log/messages

When I change the ddclient.conf to:
protocol=dyndns2
use=web
server=domains.google.com
ssl=yes
login=...
password=...
your_resource.your_domain.tld

Warning goes away. I think if you look at the patch in

https://sourceforge.net/p/ddclient/mailman/message/36416530/

there is a fix for it.
Comment 4 Conrad Kostecki gentoo-dev 2018-12-04 13:29:35 UTC
(In reply to gary artim from comment #3)
I think if you look at the patch in
> 
> https://sourceforge.net/p/ddclient/mailman/message/36416530/
> 
> there is a fix for it.

Does the patch fix your problem?