Devuan bug report logs - #727
ntp* missing from desktop tasks

version graph

Package: src:tasksel; Maintainer for src:tasksel is Devuan Dev Team <devuan-dev@lists.dyne.org>;

Reported by: Valentin <valentin@ominous.space>

Date: Mon, 5 Dec 2022 16:32:02 UTC

Severity: normal

Found in version tasksel/3.68+devuan4u1

Fixed in version 3.71devuan1

Done: dak@devuan.org

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to devuan-bugs@lists.dyne.org, Devuan Dev Team <devuan-dev@lists.dyne.org>:
bug#727; Package src:tasksel. (Mon, 05 Dec 2022 16:32:02 GMT) (full text, mbox, link).


Acknowledgement sent to Valentin <valentin@ominous.space>:
New bug report received and forwarded. Copy sent to Devuan Dev Team <devuan-dev@lists.dyne.org>. (Mon, 05 Dec 2022 16:32:05 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.devuan.org (full text, mbox, reply):

From: Valentin <valentin@ominous.space>
To: submit@bugs.devuan.org
Subject: ntp* missing from desktop tasks
Date: Mon, 05 Dec 2022 17:30:28 +0100
Source: tasksel
Version: 3.68+devuan4u1

Dear maintainers,

I noticed that my kde desktop environment, installed from the devuan installer 
via tasksel, had the option to "Set date and time automatically" was greyed 
out.

This is most likely due to the fact that on default debian desktop 
installations the ability to set time via ntp is provided by systemd. therefor 
it also affects some (or all) other desktop environments.

In order to have a fully functional desktop environment without systemd either 
task-desktop, task-kde-desktop or desktop-base should contain an ntp client.

As a workaround: manually install ntpd or ntpdate or...

Thanks for your work,
Valentin



Information forwarded to devuan-bugs@lists.dyne.org, Devuan Dev Team <devuan-dev@lists.dyne.org>:
bug#727; Package src:tasksel. (Mon, 05 Dec 2022 17:10:01 GMT) (full text, mbox, link).


Message #8 received at 727@bugs.devuan.org (full text, mbox, reply):

From: Mark Hindley <mark@hindley.org.uk>
To: Valentin <valentin@ominous.space>, 727@bugs.devuan.org
Subject: Re: bug#727: ntp* missing from desktop tasks
Date: Mon, 5 Dec 2022 17:07:53 +0000
Valentin,

Thanks for this

On Mon, Dec 05, 2022 at 05:30:28PM +0100, Valentin wrote:
> Source: tasksel
> Version: 3.68+devuan4u1
> 
> Dear maintainers,
> 
> I noticed that my kde desktop environment, installed from the devuan installer 
> via tasksel, had the option to "Set date and time automatically" was greyed 
> out.
> 
> This is most likely due to the fact that on default debian desktop 
> installations the ability to set time via ntp is provided by systemd. therefor 
> it also affects some (or all) other desktop environments.
> 
> In order to have a fully functional desktop environment without systemd either 
> task-desktop, task-kde-desktop or desktop-base should contain an ntp client.

This seems reasonable. Maybe adding

 Recommends: time-daemon | ntpsec-ntpdate

to desktop-base is the best option. ntpd doesn't exist in ceres/daedalus and
ntpdate is only transitional.

Or maybe this should be kde-* only as I am not sure other desktops have a menu
item to set the time.

What do you think?

Mark

Information forwarded to devuan-bugs@lists.dyne.org, Devuan Dev Team <devuan-dev@lists.dyne.org>:
bug#727; Package src:tasksel. (Tue, 06 Dec 2022 14:46:01 GMT) (full text, mbox, link).


Acknowledgement sent to Valentin <valentin@ominous.space>:
Extra info received and forwarded to list. Copy sent to Devuan Dev Team <devuan-dev@lists.dyne.org>. (Tue, 06 Dec 2022 14:46:08 GMT) (full text, mbox, link).


Message #13 received at 727@bugs.devuan.org (full text, mbox, reply):

From: Valentin <valentin@ominous.space>
To: Mark Hindley <mark@hindley.org.uk>
Cc: 727@bugs.devuan.org
Subject: Re: bug#727: ntp* missing from desktop tasks
Date: Tue, 06 Dec 2022 15:44:26 +0100
> > In order to have a fully functional desktop environment without systemd
> > either task-desktop, task-kde-desktop or desktop-base should contain an
> > ntp client.
> This seems reasonable. Maybe adding
> 
>  Recommends: time-daemon | ntpsec-ntpdate
> 
> to desktop-base is the best option. ntpd doesn't exist in ceres/daedalus and
> ntpdate is only transitional.

I'm not sure about it. I think it would be nice to have a service that runs by 
default, and this suggestion would install ntpsec-ntpdate if no time-daemon 
was previously installed which needs to be run manually.

But on the other hand i'm not sure what to do instead...
I was looking around in standard debian and there systemd has
Recommends: systemd-timesyncd | time-daemon
 
> Or maybe this should be kde-* only as I am not sure other desktops have a
> menu item to set the time.

I think most desktop environments have it, I'm sure for KDE and Gnome do.
As the de facto standard nowadays is systemd-timesyncd the system-settings 
guis will work with it installed, either by en- or disabling the service or 
via its dbus interface. I'm not sure if they will work for any other ntp 
daemon and can't find any documentation about it....

Sorry for this inconclusive answer and thanks for your work,
Valentin



Information forwarded to devuan-bugs@lists.dyne.org, Devuan Dev Team <devuan-dev@lists.dyne.org>:
bug#727; Package src:tasksel. (Tue, 06 Dec 2022 16:44:02 GMT) (full text, mbox, link).


Acknowledgement sent to Mark Hindley <mark@hindley.org.uk>:
Extra info received and forwarded to list. Copy sent to Devuan Dev Team <devuan-dev@lists.dyne.org>. (Tue, 06 Dec 2022 16:44:04 GMT) (full text, mbox, link).


Message #18 received at 727@bugs.devuan.org (full text, mbox, reply):

From: Mark Hindley <mark@hindley.org.uk>
To: Valentin <valentin@ominous.space>
Cc: 727@bugs.devuan.org
Subject: Re: bug#727: ntp* missing from desktop tasks
Date: Tue, 6 Dec 2022 16:41:58 +0000
Valentine,

On Tue, Dec 06, 2022 at 03:44:26PM +0100, Valentin wrote:
> > This seems reasonable. Maybe adding
> > 
> >  Recommends: time-daemon | ntpsec-ntpdate
> > 
> > to desktop-base is the best option. ntpd doesn't exist in ceres/daedalus and
> > ntpdate is only transitional.
> 
> I'm not sure about it. I think it would be nice to have a service that runs by 
> default, and this suggestion would install ntpsec-ntpdate if no time-daemon 
> was previously installed which needs to be run manually.

If there is a time-daemon installed, isn't running anything manually superfluous?

> But on the other hand i'm not sure what to do instead...
> I was looking around in standard debian and there systemd has
> Recommends: systemd-timesyncd | time-daemon
>  
> > Or maybe this should be kde-* only as I am not sure other desktops have a
> > menu item to set the time.
> 
> I think most desktop environments have it, I'm sure for KDE and Gnome do.

I don't use either. I don't think xfce4 does and the lightweight onces like
openbox certainly doesn't.

Mark

Reply sent to dak@devuan.org:
You have taken responsibility. (Wed, 04 Jan 2023 07:26:02 GMT) (full text, mbox, link).


Notification sent to Valentin <valentin@ominous.space>:
bug acknowledged by developer. (Wed, 04 Jan 2023 07:26:07 GMT) (full text, mbox, link).


Message #23 received at 727-done@bugs.devuan.org (full text, mbox, reply):

From: dak@devuan.org
To: 727-done@bugs.devuan.org
Subject: #727: fixed in src:tasksel version 3.71devuan1
Date: Wed, 04 Jan 2023 07:24:48 +0000
Version: 3.71devuan1

Source package tasksel (3.71devuan1) added to Devuan suite unstable.

This closes bug report 727.

Thanks

DAK managing the Devuan archive

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 04 Jan 2023 07:19:20 +0000
Source: tasksel
Architecture: source
Version: 3.71devuan1
Distribution: unstable
Urgency: medium
Maintainer: Devuan Dev Team <devuan-dev@lists.dyne.org>
Changed-By: Mark Hindley <mark@hindley.org.uk>
Closes: 727
Changes:
 tasksel (3.71devuan1) unstable; urgency=medium
 .
   * Merge tag 3.71.
   * Add time-daemon to kde-desktop for time setting menu item (Closes: #727).
Checksums-Sha1:
 a3abb69494bb5d0986c866c426200dac07087012 17345 tasksel_3.71devuan1.dsc
 54e2e1f347a0f803d28147b0083b216b25104283 299556 tasksel_3.71devuan1.tar.xz
 1c629ac70052f4867a1b51609f1467ce637eeffa 9943 tasksel_3.71devuan1_source.buildinfo
Checksums-Sha256:
 6649cb4dab49204f7f7c257b7e6ad6be1ddf6333c8e9099b214f0340c33e4919 17345 tasksel_3.71devuan1.dsc
 cab6b594c84155ae389de396768682e7db655cfe03d2c789c62ec75e3e4b19fd 299556 tasksel_3.71devuan1.tar.xz
 0b8f1079610a4b78ec3368a49c98689a94cc024d5929b582b412c2d46cb758c1 9943 tasksel_3.71devuan1_source.buildinfo
Files:
 aea3bc7ba8907136d26aaa166a31a3be 17345 tasks optional tasksel_3.71devuan1.dsc
 45918bd20d422da5208d659937867342 299556 tasks optional tasksel_3.71devuan1.tar.xz
 0f7a95d70f246532296009f3d7c4b2c6 9943 tasks optional tasksel_3.71devuan1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEcuPLdzMV36LkZHQ9lFMhJFQZIvsFAmO1KSMACgkQlFMhJFQZ
Ivvo5wf/V2iTllCRDKgy8qJ9HxwEX+C1yApSO3dd6z7V6uGMVZvO1EqtMb/pAyU8
f0l/boY/ElpzTpTRJyYRqIORPBK9mH1QYYqY/l1VRMJYQKFeYTIJOKEkOQMn6PKm
7uwu9TNCauHu7vfI/A0GWa8EMIFYNxtKAHaqF/FAzJ71H6cf5VvwwUaX4skOedHu
okQJihdDPNNHem0exwf37ZmSAQcSf947hu1M/T9vUusViX80rIB/f+vZIT3zGQYi
OtAMiEVnme41QyeFHEPws+ymVqnoqyfeymHdcofbK+D1sYCJYDpbXLPGBovurwLu
8nYD0D9WRKsO3bJ6cEm0z753TiPDXQ==
=lgmW
-----END PGP SIGNATURE-----

Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Thu Apr 18 22:41:13 2024;