unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52770: ddclient service not working, but package works.
@ 2021-12-24 10:16 Florian Hoertlehner
  2023-08-16 22:54 ` Oleg Pykhalov
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Hoertlehner @ 2021-12-24 10:16 UTC (permalink / raw)
  To: 52770

[-- Attachment #1: Type: text/plain, Size: 1352 bytes --]

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 #2: Type: text/html, Size: 2565 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#52770: ddclient service not working, but package works.
  2021-12-24 10:16 bug#52770: ddclient service not working, but package works Florian Hoertlehner
@ 2023-08-16 22:54 ` Oleg Pykhalov
  0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pykhalov @ 2023-08-16 22:54 UTC (permalink / raw)
  To: Florian Hoertlehner; +Cc: 52770-done

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

Hi Florian,

Florian Hoertlehner <hoertlehner@gmail.com> writes:

[…]

> 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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-16 22:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-24 10:16 bug#52770: ddclient service not working, but package works Florian Hoertlehner
2023-08-16 22:54 ` Oleg Pykhalov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).