GNU bug report logs -
#53959
[PATCH] installer: Continue even if Connman cannot phone home.
Previous Next
Reported by: Florian Pelz <pelzflorian <at> pelzflorian.de>
Date: Sat, 12 Feb 2022 14:39:02 UTC
Severity: normal
Tags: patch
Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
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 53959 in the body.
You can then email your comments to 53959 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53959
; Package
guix-patches
.
(Sat, 12 Feb 2022 14:39:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Florian Pelz <pelzflorian <at> pelzflorian.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 12 Feb 2022 14:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Connman's online check is unreliable for me.
* gnu/installer/connman.scm (connman-online?): Accept if
connman state is ready instead of online.
---
gnu/installer/connman.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/installer/connman.scm b/gnu/installer/connman.scm
index 2f33b58453..6095d99947 100644
--- a/gnu/installer/connman.scm
+++ b/gnu/installer/connman.scm
@@ -287,7 +287,7 @@ (define (connman-disconnect service)
(define (connman-online?)
(let ((state (connman-state)))
- (eq? state 'online)))
+ (member state '(ready online))))
(define (connman-connect-with-auth service password-proc)
"Connect to the given SERVICE with the password returned by calling
base-commit: 5996aab354831d942b10253bc70217a4f2e6a247
--
2.34.0
Reply sent
to
"pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
:
You have taken responsibility.
(Sat, 26 Feb 2022 15:14:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Florian Pelz <pelzflorian <at> pelzflorian.de>
:
bug acknowledged by developer.
(Sat, 26 Feb 2022 15:14:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 53959-done <at> debbugs.gnu.org (full text, mbox):
On Sat, Feb 12, 2022 at 03:38:32PM +0100, Florian Pelz wrote:
> (define (connman-online?)
> (let ((state (connman-state)))
> - (eq? state 'online)))
> + (member state '(ready online))))
Pushed to master as cc11905568065409fe46487174e1cf404291bda1
using memq instead of member.
It will take effect once the guix package is updated.
Regards,
Florian
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 27 Mar 2022 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 143 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.