ddclient service not working, but package works.

  • Done
  • quality assurance status badge
Details
2 participants
  • Oleg Pykhalov
  • Florian Hoertlehner
Owner
unassigned
Submitted by
Florian Hoertlehner
Severity
normal
F
F
Florian Hoertlehner wrote on 24 Dec 2021 11:16
(address . bug-guix@gnu.org)
CADXXfWmRy3FXv47Ud9M3RfAH-LggnJaPgWiWcM1Eh6Hc8edxfA@mail.gmail.com
ddclient is working.
I checked it with:
sudo ddclient -foreground -file
/home/florian/repo/myLinux/data/nuc/ddclient.conf

The cache file gets updated, sudo cat /var/cache/ddclient/ddclient.cache
## .ddclient-real-3.9.1
## last updated at Fri Dec 24 11:08:10 2021 (1640340490)
atime=0,backupmx=0,custom=0,host=nuc.pinkgorilla.org,ip=85.125.195.170,mtime=1640340334,mx=,script=/nic/update,static=0,status=,warned-min-error-interval=0,warned-min-interval=0,wildcard=0,wtime=30
nuc.pinkgorilla.org

I can also run ddclient without sudo, but this then does not update
ddclient.cache file. But it does its job.

As a service it is not working though. This is my service definition.
service-ddclient-nuc is used in the operating system definiton.
(define-public service-ddclient-nuc
(service ddclient-service-type
(ddclient-configuration
(secret-file "/home/florian/repo/myLinux/data/nuc/ddclient.conf")
)))


in var/log/messages I get this error(I just pasted 3 errors; it repeats
every 5 minutes).
Dec 24 10:15:34 localhost .ddclient-real[10715]: WARNING: found neither
ipv4 nor ipv6 address
Dec 24 10:20:34 localhost .ddclient-real[10715]: WARNING: found neither
ipv4 nor ipv6 address
Dec 24 10:25:34 localhost .ddclient-real[10715]: WARNING: found neither
ipv4 nor ipv6 address

Perhaps the ddclient service needs to wait until network is available?
Attachment: file
O
O
Oleg Pykhalov wrote on 17 Aug 2023 00:54
(name . Florian Hoertlehner)(address . hoertlehner@gmail.com)(address . 52770-done@debbugs.gnu.org)
87zg2qd2dx.fsf@gmail.com
Hi Florian,

Florian Hoertlehner <hoertlehner@gmail.com> writes:

[…]

Toggle quote (2 lines)
> As a service it is not working though.

ddclient removed in 1bd44b425b79e9da160b33a9b19d01973b44772e because
it's unmaintained by the upstream project as discussed in 64669 issue.

Oleg.
-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAmTdU6oUHGdvLndpZ3Vz
dEBnbWFpbC5jb20ACgkQFn+OpQAa+pzFLQ//U8gsPoi3M57Z0WvI0vTpqjBFp9NY
vD3CxX/ti/kuB2zue/csAehWqU7ixWHuxAcx0I1EnNHQVSHWhOuRU0wgctNOeejg
NHLd5DN+c7Lc+hnN6L8jIM+jlgH503PO291C/fE/UmcLzYU7fgtAQPC10Ywp9ave
kn00zugAYhuiCscNKiFOMEb7OIwpJbOwTzmjQnGYoZ5V3URzJuELJjnNFExOzVJi
V9mg6zrb0Bhbzq1RHBuQ1Y2zPpHUIHr49WcBM3CnwK0A8rxY+K/+NXAJOfSDfyyi
CacJU1TMSWuDe5bIb04CQCcTw+OikCFkk+UR0LvhL4ZxGo0YTiJeMsuiorX06Nvo
QwkrN8HY6OqZ7BQKECJDugpgc8AyurtSqtSi57GjWurhL8BGEn+rb5GGRJZXh3V1
IybRduVUKy0FZzseG4CtfeJgZhPOgcifyyK9waeqQl77NC19hZhXCSAfhKZ/eclb
zLp8tdJmGW0WZ9bqBftG82A4lXRMOm5gVPoRbdUhl0sLZMe+QYlMtedgRRIT22g9
fs+6GLOKX0SelIgZpOAQzfHe9fclanDQ2DUlh/RNLMuYdnjAVEfVyxVJvi0hNSEW
CRDZ7hazHvb1wV6so+glvSu/bH2ZHPmZz79D5XKnrs4damjZHPxhSS1ZogK9CHHp
AmDkgeduGTM58cA=
=gDc7
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52770@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52770
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch