guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to run mumi locally?


From: 宋文武
Subject: How to run mumi locally?
Date: Wed, 01 Feb 2023 13:25:04 +0800

Hello, I try to run mumi locally on guix system with:
--8<---------------cut here---------------start------------->8---
    (service mumi-service-type
             (mumi-configuration
               (mailer? #f)))
--8<---------------cut here---------------end--------------->8---

But then curl localhost:1234 return a empty reply.


In /var/log/mumi.worker.log there are errors:
--8<---------------cut here---------------start------------->8---
2023-02-01 13:10:26 Starting full indexing.
2023-02-01 13:10:26 worker error: (system-error open-file ~A: ~S (No such file 
or directory /var/mumi/data/spool/index.db.realtime) (2))
2023-02-01 13:10:26 worker error: (system-error open-file ~A: ~S (No such file 
or directory /var/mumi/data/spool/index.db.realtime) (2))
--8<---------------cut here---------------end--------------->8---

I think this means I have to get debbugs data (index, log, or maildir?)
files somehow.  How to do it?  Thank you!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]