unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36636: Tell users to update/reconfigure regularly
@ 2019-07-13  9:35 pelzflorian (Florian Pelz)
  2019-07-14 14:59 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: pelzflorian (Florian Pelz) @ 2019-07-13  9:35 UTC (permalink / raw)
  To: 36636

When installing Guix System from the iso image, users should be told
to pull and reconfigure regularly.  Even though it is mentioned in the
manual, not everyone reads manuals.  I believe Guix’ target users
include inexperienced users who do not know that they should update
and upgrade regularly.  Therefore the installer should tell users how
to do so and that it is important and perhaps what to do if things
break.

Of course, some users still won’t update and they should have the
liberty to decide for themselves, but some users just forget to
update.  Ubuntu defaults to automatic updates, which slow down the
machine and annoy users.  Still, maybe there should be notifications
like a cron job invoking libnotify’s notify-send.

Regards,
Florian

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

* bug#36636: Tell users to update/reconfigure regularly
  2019-07-13  9:35 bug#36636: Tell users to update/reconfigure regularly pelzflorian (Florian Pelz)
@ 2019-07-14 14:59 ` Ludovic Courtès
  2019-07-14 16:36   ` pelzflorian (Florian Pelz)
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2019-07-14 14:59 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 36636

Hello,

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> When installing Guix System from the iso image, users should be told
> to pull and reconfigure regularly.  Even though it is mentioned in the
> manual, not everyone reads manuals.  I believe Guix’ target users
> include inexperienced users who do not know that they should update
> and upgrade regularly.  Therefore the installer should tell users how
> to do so and that it is important and perhaps what to do if things
> break.

The ‘guix’ command itself tells you to do so.  But of course, if you
never run ‘guix’, you never see that message.

> Of course, some users still won’t update and they should have the
> liberty to decide for themselves, but some users just forget to
> update.  Ubuntu defaults to automatic updates, which slow down the
> machine and annoy users.  Still, maybe there should be notifications
> like a cron job invoking libnotify’s notify-send.

Sounds like something we can do.

Ultimately though, what can we do for users who do not read the manual
and do not run ‘guix’ either?  Would a notification really help?

Longer-term I think we should have an unattended upgrade service, and it
should probably be part of ‘%desktop-services’.

Thoughts?

Ludo’.

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

* bug#36636: Tell users to update/reconfigure regularly
  2019-07-14 14:59 ` Ludovic Courtès
@ 2019-07-14 16:36   ` pelzflorian (Florian Pelz)
  2019-07-14 19:19     ` Jesse Gibbons
  2019-07-15  9:13     ` Ludovic Courtès
  0 siblings, 2 replies; 7+ messages in thread
From: pelzflorian (Florian Pelz) @ 2019-07-14 16:36 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36636

Yes, you are right that unattended upgrades are a more responsible
default than a notification cron job.  Unattended upgrades would
resolve this issue.  Should an unattended upgrades service be added to
Guix’ list of longer-term todos and this bug be closed?

Regards,
Florian

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

* bug#36636: Tell users to update/reconfigure regularly
  2019-07-14 16:36   ` pelzflorian (Florian Pelz)
@ 2019-07-14 19:19     ` Jesse Gibbons
  2019-07-15 12:33       ` Ludovic Courtès
  2019-07-15  9:13     ` Ludovic Courtès
  1 sibling, 1 reply; 7+ messages in thread
From: Jesse Gibbons @ 2019-07-14 19:19 UTC (permalink / raw)
  To: 36636

On Sun, 14 Jul 2019 18:36:45 +0200
"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> wrote:

> Yes, you are right that unattended upgrades are a more responsible
> default than a notification cron job.  Unattended upgrades would
> resolve this issue.  Should an unattended upgrades service be added to
> Guix’ list of longer-term todos and this bug be closed?
> 
> Regards,
> Florian
> 
> 
> 

How often would the job be run by default? Daily? Weekly? I presume it
would be configurable to run more or less often.

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

* bug#36636: Tell users to update/reconfigure regularly
  2019-07-14 16:36   ` pelzflorian (Florian Pelz)
  2019-07-14 19:19     ` Jesse Gibbons
@ 2019-07-15  9:13     ` Ludovic Courtès
  2019-07-15 10:39       ` pelzflorian (Florian Pelz)
  1 sibling, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2019-07-15  9:13 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 36636

Hello,

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> Yes, you are right that unattended upgrades are a more responsible
> default than a notification cron job.  Unattended upgrades would
> resolve this issue.  Should an unattended upgrades service be added to
> Guix’ list of longer-term todos and this bug be closed?

It’d be great if you could open an issue for unattended upgrades (it
could be implemented anytime, it’s not a long-term task), and close this
one.

Thanks,
Ludo’.

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

* bug#36636: Tell users to update/reconfigure regularly
  2019-07-15  9:13     ` Ludovic Courtès
@ 2019-07-15 10:39       ` pelzflorian (Florian Pelz)
  0 siblings, 0 replies; 7+ messages in thread
From: pelzflorian (Florian Pelz) @ 2019-07-15 10:39 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 36636-done

On Mon, Jul 15, 2019 at 11:13:36AM +0200, Ludovic Courtès wrote:
> It’d be great if you could open an issue for unattended upgrades (it
> could be implemented anytime, it’s not a long-term task), and close this
> one.
> 
> Thanks,
> Ludo’.

Thank you.  It’s at: https://issues.guix.gnu.org/issue/36659

Closing.

Regards,
Florian

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

* bug#36636: Tell users to update/reconfigure regularly
  2019-07-14 19:19     ` Jesse Gibbons
@ 2019-07-15 12:33       ` Ludovic Courtès
  0 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2019-07-15 12:33 UTC (permalink / raw)
  To: Jesse Gibbons; +Cc: 36636

Jesse Gibbons <jgibbons2357@gmail.com> skribis:

> How often would the job be run by default? Daily? Weekly? I presume it
> would be configurable to run more or less often.

It should definitely be configurable.

Ludo’.

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

end of thread, other threads:[~2019-07-15 12:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-13  9:35 bug#36636: Tell users to update/reconfigure regularly pelzflorian (Florian Pelz)
2019-07-14 14:59 ` Ludovic Courtès
2019-07-14 16:36   ` pelzflorian (Florian Pelz)
2019-07-14 19:19     ` Jesse Gibbons
2019-07-15 12:33       ` Ludovic Courtès
2019-07-15  9:13     ` Ludovic Courtès
2019-07-15 10:39       ` pelzflorian (Florian Pelz)

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