GNU bug report logs - #40277
murmur-configuration missing newline in config file

Previous Next

Package: guix;

Reported by: Simon Mages <mages.simon <at> googlemail.com>

Date: Sun, 29 Mar 2020 17:11:02 UTC

Severity: normal

Done: Marius Bakke <mbakke <at> fastmail.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 40277 in the body.
You can then email your comments to 40277 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 bug-guix <at> gnu.org:
bug#40277; Package guix. (Sun, 29 Mar 2020 17:11:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Simon Mages <mages.simon <at> googlemail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 29 Mar 2020 17:11:03 GMT) Full text and rfc822 format available.

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

From: Simon Mages <mages.simon <at> googlemail.com>
To: bug-guix <at> gnu.org
Subject: murmur-configuration missing newline in config file
Date: Sun, 29 Mar 2020 15:54:16 +0200
Hi,

i am using guix on my server and i want to use mumble.
I found that it is working fine so far, but there is this one bug.
The config file generated is missing a newline.

The following patch fixes the issue:

diff --git a/gnu/services/telephony.scm b/gnu/services/telephony.scm
index 0a735315b4..572fd1a051 100644
--- a/gnu/services/telephony.scm
+++ b/gnu/services/telephony.scm
@@ -182,7 +182,7 @@
            "welcometext=" welcome-text "\n"
            "port=" (number->string port) "\n"
            (if server-password (list "serverpassword="
server-password "\n") '())
-           (if max-user-bandwidth (list "bandwidth=" (number->string
max-user-bandwidth)) '())
+           (if max-user-bandwidth (list "bandwidth=" (number->string
max-user-bandwidth) "\n") '())
            "users=" (number->string max-users) "\n"
            "uname=" user "\n"
            "database=" database-file "\n"




Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Thu, 02 Apr 2020 17:12:01 GMT) Full text and rfc822 format available.

Notification sent to Simon Mages <mages.simon <at> googlemail.com>:
bug acknowledged by developer. (Thu, 02 Apr 2020 17:12:02 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Simon Mages <mages.simon <at> googlemail.com>, 40277-done <at> debbugs.gnu.org
Subject: Re: bug#40277: murmur-configuration missing newline in config file
Date: Thu, 02 Apr 2020 19:10:53 +0200
[Message part 1 (text/plain, inline)]
Simon Mages via Bug reports for GNU Guix <bug-guix <at> gnu.org> writes:

> Hi,
>
> i am using guix on my server and i want to use mumble.
> I found that it is working fine so far, but there is this one bug.
> The config file generated is missing a newline.
>
> The following patch fixes the issue:

Nice find, applied!

PS: In the future, please send git-style patches created with 'git
format-patch' to make merging easier.
[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. (Fri, 01 May 2020 11:24:08 GMT) Full text and rfc822 format available.

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

Previous Next


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