GNU bug report logs -
#25802
Unable to run dovecot w/ non-opaque configuration
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 25802 in the body.
You can then email your comments to 25802 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#25802
; Package
guix
.
(Sun, 19 Feb 2017 22:22:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bake Timmons <b3timmons <at> speedymail.org>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sun, 19 Feb 2017 22:22:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Trying to reconfigure my system running guix 0.12.0 for dovecot with
the default configuration object created by '(dovecot-configuration)'
results in:
guix system: error: exception thrown: #<condition %compound [message: "Invalid value for field path: \"lmtp\""] 4a6a140>
Adding a services list to the above works around the above error and
allows 'guix system reconfigure' to complete successfully. However,
the generated dovecot.conf is rejected by doveconf:
doveconf: Error in configuration file /gnu/store...dove.cot.conf line 1: Expecting '{'
From my limited acquaintance with dovecot, the guix-generated syntax of, say,
ImapMaxLineLength 64000
disagrees with what I gather to be the normal dovecot.conf syntax of
imap_max_line_length = 64000
Thanks for your consideration!
Bake
--
Bonard B. Timmons III
b3timmons <at> fastmail.fm
--
http://www.fastmail.com - Access your email from home and the web
Information forwarded
to
bug-guix <at> gnu.org
:
bug#25802
; Package
guix
.
(Sat, 22 Apr 2017 23:39:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 25802 <at> debbugs.gnu.org (full text, mbox):
Hi Bake,
Bake Timmons <b3timmons <at> speedymail.org> skribis:
> Trying to reconfigure my system running guix 0.12.0 for dovecot with
> the default configuration object created by '(dovecot-configuration)'
> results in:
>
> guix system: error: exception thrown: #<condition %compound [message: "Invalid value for field path: \"lmtp\""] 4a6a140>
>
> Adding a services list to the above works around the above error and
> allows 'guix system reconfigure' to complete successfully. However,
> the generated dovecot.conf is rejected by doveconf:
>
> doveconf: Error in configuration file /gnu/store...dove.cot.conf line 1: Expecting '{'
>
>>From my limited acquaintance with dovecot, the guix-generated syntax of, say,
> ImapMaxLineLength 64000
>
> disagrees with what I gather to be the normal dovecot.conf syntax of
> imap_max_line_length = 64000
Clément, Andy: WDYT? :-)
I suspect commit 56aef188a2a014e254d3c93c8a79cd1fb5a1ece6 by Clément
might have fixed the syntax issue reported here.
Ludo’.
Reply sent
to
Clément Lassieur <clement <at> lassieur.org>
:
You have taken responsibility.
(Sat, 22 Apr 2017 23:51:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Bake Timmons <b3timmons <at> speedymail.org>
:
bug acknowledged by developer.
(Sat, 22 Apr 2017 23:51:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 25802-done <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès <ludo <at> gnu.org> writes:
> Hi Bake,
>
> Bake Timmons <b3timmons <at> speedymail.org> skribis:
>
>> Trying to reconfigure my system running guix 0.12.0 for dovecot with
>> the default configuration object created by '(dovecot-configuration)'
>> results in:
>>
>> guix system: error: exception thrown: #<condition %compound [message: "Invalid value for field path: \"lmtp\""] 4a6a140>
>>
>> Adding a services list to the above works around the above error and
>> allows 'guix system reconfigure' to complete successfully. However,
>> the generated dovecot.conf is rejected by doveconf:
>>
>> doveconf: Error in configuration file /gnu/store...dove.cot.conf line 1: Expecting '{'
>>
>>>From my limited acquaintance with dovecot, the guix-generated syntax of, say,
>> ImapMaxLineLength 64000
>>
>> disagrees with what I gather to be the normal dovecot.conf syntax of
>> imap_max_line_length = 64000
>
> Clément, Andy: WDYT? :-)
>
> I suspect commit 56aef188a2a014e254d3c93c8a79cd1fb5a1ece6 by Clément
> might have fixed the syntax issue reported here.
Indeed this has been fixed, I'm closing the bug. Bake, if you still
reproduce after making sure you're up-to-date, do not hesitate to
re-open. :)
Clément
Information forwarded
to
bug-guix <at> gnu.org
:
bug#25802
; Package
guix
.
(Sun, 23 Apr 2017 00:02:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 25802-done <at> debbugs.gnu.org (full text, mbox):
Clément Lassieur <clement <at> lassieur.org> writes:
> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Hi Bake,
>>
>> Bake Timmons <b3timmons <at> speedymail.org> skribis:
>>
>>> Trying to reconfigure my system running guix 0.12.0 for dovecot with
>>> the default configuration object created by '(dovecot-configuration)'
>>> results in:
>>>
>>> guix system: error: exception thrown: #<condition %compound [message: "Invalid value for field path: \"lmtp\""] 4a6a140>
>>>
>>> Adding a services list to the above works around the above error and
>>> allows 'guix system reconfigure' to complete successfully. However,
>>> the generated dovecot.conf is rejected by doveconf:
>>>
>>> doveconf: Error in configuration file /gnu/store...dove.cot.conf line 1: Expecting '{'
>>>
>>>>From my limited acquaintance with dovecot, the guix-generated syntax of, say,
>>> ImapMaxLineLength 64000
>>>
>>> disagrees with what I gather to be the normal dovecot.conf syntax of
>>> imap_max_line_length = 64000
>>
>> Clément, Andy: WDYT? :-)
>>
>> I suspect commit 56aef188a2a014e254d3c93c8a79cd1fb5a1ece6 by Clément
>> might have fixed the syntax issue reported here.
>
> Indeed this has been fixed, I'm closing the bug. Bake, if you still
> reproduce after making sure you're up-to-date, do not hesitate to
> re-open. :)
Actually, there were two bugs. The "lmtp" one has been fixed by commit
eba560765a5afccbc5d3b64df410d89b1f79a18e.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#25802
; Package
guix
.
(Sun, 23 Apr 2017 13:46:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 25802-done <at> debbugs.gnu.org (full text, mbox):
On Sat, Apr 22, 2017, at 08:01 PM, Clment Lassieur wrote:
> Clment Lassieur <clement <at> lassieur.org> writes:
>
> > Ludovic Courts <ludo <at> gnu.org> writes:
> >
> >> Hi Bake,
...
> >> I suspect commit 56aef188a2a014e254d3c93c8a79cd1fb5a1ece6 by Clment
> >> might have fixed the syntax issue reported here.
> >
> > Indeed this has been fixed, I'm closing the bug. Bake, if you still
> > reproduce after making sure you're up-to-date, do not hesitate to
> > re-open. :)
>
> Actually, there were two bugs. The "lmtp" one has been fixed by commit
> eba560765a5afccbc5d3b64df410d89b1f79a18e.
>
Thanks everyone for your work on this!
Bake
--
Bonard B. Timmons III
b3timmons <at> fastmail.fm
--
http://www.fastmail.com - Send your email first class
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 22 May 2017 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.