GNU bug report logs - #42541
[PATCH 0/1] examples: Add password for Alice's brother.

Previous Next

Package: guix-patches;

Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>

Date: Sat, 25 Jul 2020 22:06:01 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42541 in the body.
You can then email your comments to 42541 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

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


Report forwarded to guix-patches <at> gnu.org:
bug#42541; Package guix-patches. (Sat, 25 Jul 2020 22:06:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 25 Jul 2020 22:06:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: [PATCH 0/1] examples: Add password for Alice's brother.
Date: Sun, 26 Jul 2020 01:04:42 +0300
Hi,

This patch adds a password for user ‘bob’ in desktop.tmpl, because I cannot
login with GDM otherwise without auto-login.

We don't use auto-login because of this example provides XFCE or GNOME by
choosing them in GDM before login.

Oleg Pykhalov (1):
  examples: Add password for Alice's brother.

 gnu/system/examples/desktop.tmpl | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.27.0





Information forwarded to guix-patches <at> gnu.org:
bug#42541; Package guix-patches. (Sat, 25 Jul 2020 22:11:01 GMT) Full text and rfc822 format available.

Message #8 received at 42541 <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: 42541 <at> debbugs.gnu.org
Cc: Oleg Pykhalov <go.wigust <at> gmail.com>
Subject: [PATCH 1/1] examples: Add password for Alice's brother.
Date: Sun, 26 Jul 2020 01:10:22 +0300
* gnu/system/examples/desktop.tmpl (users)[bob]: Add password.
---
 gnu/system/examples/desktop.tmpl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl
index 3931bad60d..86bd1627a8 100644
--- a/gnu/system/examples/desktop.tmpl
+++ b/gnu/system/examples/desktop.tmpl
@@ -42,9 +42,11 @@
                          (type "vfat")))
                  %base-file-systems))
 
+  ;; Create user `bob' with `alice' as a password.
   (users (cons (user-account
                 (name "bob")
                 (comment "Alice's brother")
+                (password (crypt "alice" "$6$abc"))
                 (group "users")
                 (supplementary-groups '("wheel" "netdev"
                                         "audio" "video")))
-- 
2.27.0





Information forwarded to guix-patches <at> gnu.org:
bug#42541; Package guix-patches. (Tue, 28 Jul 2020 22:22:01 GMT) Full text and rfc822 format available.

Message #11 received at 42541 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Oleg Pykhalov <go.wigust <at> gmail.com>
Cc: 42541 <at> debbugs.gnu.org
Subject: Re: [bug#42541] [PATCH 1/1] examples: Add password for Alice's
 brother.
Date: Wed, 29 Jul 2020 00:21:21 +0200
Hi,

Oleg Pykhalov <go.wigust <at> gmail.com> skribis:

> * gnu/system/examples/desktop.tmpl (users)[bob]: Add password.

Good idea.

> +  ;; Create user `bob' with `alice' as a password.

s/a password/its initial password/

LGTM with this change, thanks!

Ludo’.




Reply sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
You have taken responsibility. (Wed, 29 Jul 2020 04:52:02 GMT) Full text and rfc822 format available.

Notification sent to Oleg Pykhalov <go.wigust <at> gmail.com>:
bug acknowledged by developer. (Wed, 29 Jul 2020 04:52:02 GMT) Full text and rfc822 format available.

Message #16 received at 42541-done <at> debbugs.gnu.org (full text, mbox):

From: Oleg Pykhalov <go.wigust <at> gmail.com>
To: 42541-done <at> debbugs.gnu.org
Subject: Re: [bug#42541] [PATCH 1/1] examples: Add password for Alice's
 brother.
Date: Wed, 29 Jul 2020 07:51:12 +0300
[Message part 1 (text/plain, inline)]
Pushed to master with s/a password/its initial password/ change.

Oleg.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 26 Aug 2020 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.