Re: Mutt stops showing mail contents

2020-12-23 Thread Matthias Apitz
El día martes, diciembre 22, 2020 a las 08:32:06p. m. +0100, Josef Wolf escribió: > On Tue, Dec 22, 2020 at 04:58:53PM +0100, Matthias Apitz wrote: > > And what is this repeated asking with lseek(2) from line 22 to 89 in > > both cases with > > > > 22617 lseek(4, 0, SEEK_CUR)= 4096 > > > >

Re: Mutt stops showing mail contents

2020-12-22 Thread Josef Wolf
On Tue, Dec 22, 2020 at 04:58:53PM +0100, Matthias Apitz wrote: > And what is this repeated asking with lseek(2) from line 22 to 89 in > both cases with > > 22617 lseek(4, 0, SEEK_CUR)= 4096 > > always getting "yes, next byte to read is number 4096" I don't know where > maildir files in mutt

Re: Mutt stops showing mail contents

2020-12-22 Thread Matthias Apitz
f.lan,S=4769,W=4880:2,S", O_RDONLY) = 4 21 22617 read(4, "Return-Path: ", 4096) = 4096 22 22617 lseek(4, 0, SEEK_CUR)= 4096 ... 92 22617 close(4) = 0 93 22617 write(3, "Date: Sat, 19 Dec 2020 21:26:55 +0100\nFrom: Josef Wolf \nTo: mut

Re: Mutt stops showing mail contents

2020-12-21 Thread Matthias Apitz
El día lunes, diciembre 21, 2020 a las 06:55:18p. m. +0100, Josef Wolf escribió: > On Mon, Dec 21, 2020 at 01:32:47PM +0100, Matthias Apitz wrote: > > Linux has strace(1) (at least it could be installed). I'd start mutt > > below strace, like that: > > > > $ strace -o mutt.tr -f -t mutt . >

Re: Mutt stops showing mail contents

2020-12-21 Thread Kevin J. McCarthy
On Mon, Dec 21, 2020 at 12:36:19PM +0100, Josef Wolf wrote: On Sun, Dec 20, 2020 at 07:10:40PM -0800, Kevin J. McCarthy wrote: It looks like there is a bug filed already: Josef, I would keep an eye on that to see when it's resolved and

Re: Mutt stops showing mail contents

2020-12-21 Thread Josef Wolf
, port 10024)\n with ESMTP id yuu6gyDHx-y2 for ;\n Sat, 19 Dec 2020 20:30:09 + (UTC)\nX-Greylist: from auto-whitelisted by SQLgrey-1.7.6\nReceived: from mail.inka.de (quechua.inka.de [193.197.184.2])\n by hemlock.osuosl.org (Postfix) with ESMTPS id 00B6587608\n for ; Sat, 19 Dec 2020 20:30:

Re: Mutt stops showing mail contents

2020-12-21 Thread Matthias Apitz
El día lunes, diciembre 21, 2020 a las 12:36:19p. m. +0100, Josef Wolf escribió: > On Sun, Dec 20, 2020 at 07:10:40PM -0800, Kevin J. McCarthy wrote: > > It looks like there is a bug filed already: > > > > > > Josef, I would keep an eye on

Re: Mutt stops showing mail contents

2020-12-21 Thread Josef Wolf
On Sun, Dec 20, 2020 at 07:10:40PM -0800, Kevin J. McCarthy wrote: > It looks like there is a bug filed already: > > > Josef, I would keep an eye on that to see when it's resolved and pushed out. Thanks for the help! I'll keep an eye on

Re: Mutt stops showing mail contents

2020-12-20 Thread Kevin J. McCarthy
On Sun, Dec 20, 2020 at 10:00:15PM -0500, Patrick Shanahan wrote: * Kevin J. McCarthy [12-20-20 21:53]: [...] > Let me see if I can dig up the OpenSUSE src rpm and see what's in it. Yes, I believe this is the problem. nofreeze-c72f740a.patch was added to the OpenSUSE src rpm on December 7th.

Re: Mutt stops showing mail contents

2020-12-20 Thread Patrick Shanahan
* Kevin J. McCarthy [12-20-20 21:53]: [...] > > Let me see if I can dig up the OpenSUSE src rpm and see what's in it. > > Yes, I believe this is the problem. nofreeze-c72f740a.patch was added to > the OpenSUSE src rpm on December 7th. That file seems to be the combination > of several commits

Re: Mutt stops showing mail contents

2020-12-20 Thread Kevin J. McCarthy
On Sun, Dec 20, 2020 at 05:02:13PM -0800, Kevin J. McCarthy wrote: Another possibility, that sounds more likely, is OpenSUSE added a patch to the rpm installed on 30.11.2020. There was a recursion DoS protection commit in 1.14.0 - if it wasn't backported properly, it could lead to the

Re: Mutt stops showing mail contents

2020-12-20 Thread Kevin J. McCarthy
On Sun, Dec 20, 2020 at 11:48:35PM +0100, Josef Wolf wrote: Hmmm. I have not changed the config for years. But the timestamp of /etc/Muttrc is 30.11.2020. Looks like the distro might have changed something on the last upgrade.. Another possibility, that sounds more likely, is OpenSUSE added a

Re: Mutt stops showing mail contents

2020-12-20 Thread Josef Wolf
On Sun, Dec 20, 2020 at 01:08:58PM -0800, Kevin J. McCarthy wrote: > On Sun, Dec 20, 2020 at 08:22:46PM +0100, Josef Wolf wrote: > > On Fri, Dec 18, 2020 at 11:51:56AM -0800, Kevin J. McCarthy wrote: > > > On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf wrote: > > > > > * Try to to less. >

Re: Mutt stops showing mail contents

2020-12-20 Thread Kevin J. McCarthy
On Sun, Dec 20, 2020 at 08:22:46PM +0100, Josef Wolf wrote: On Fri, Dec 18, 2020 at 11:51:56AM -0800, Kevin J. McCarthy wrote: On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf wrote: * Try to to less. This shows the whole message, includug body. This, along with the ability to see

Re: Mutt stops showing mail contents

2020-12-20 Thread Josef Wolf
jw jw 64 Dec 20 19:50 2 -> /dev/pts/2 lr-x-- 1 jw jw 64 Dec 20 19:50 3 -> /tmp/mutt-raven-1000-15559-7436415611661510353 (deleted) This deleted file is also missing the mail body: raven:/ # cat /proc/15559/fd/3 Date: Sat, 19 Dec 2020 10:18:22 -0800 From: "Kevin J. McCarthy"

Re: Mutt stops showing mail contents

2020-12-19 Thread Josef Wolf
On Sat, Dec 19, 2020 at 10:18:22AM -0800, Kevin J. McCarthy wrote: > On Sat, Dec 19, 2020 at 01:44:37PM +0100, Josef Wolf wrote: > > On Fri, Dec 18, 2020 at 11:51:56AM -0800, Kevin J. McCarthy wrote: > > > Does Mutt even show the attribution header in the reply? > > > > What is the attribution

Re: Mutt stops showing mail contents

2020-12-19 Thread Kevin J. McCarthy
On Sat, Dec 19, 2020 at 01:44:37PM +0100, Josef Wolf wrote: On Fri, Dec 18, 2020 at 11:51:56AM -0800, Kevin J. McCarthy wrote: Does Mutt even show the attribution header in the reply? What is the attribution header? Sorry I shouldn't have said "header". I meant the value of $attribution

Re: Mutt stops showing mail contents

2020-12-19 Thread Josef Wolf
On Fri, Dec 18, 2020 at 11:51:56AM -0800, Kevin J. McCarthy wrote: > On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf wrote: > > Are these mbox format mailboxes? Yes. I'm planning to move to maildirs for a long time, but have not managed to actually do this yet. > When the problem occurs,

Re: Mutt stops showing mail contents

2020-12-18 Thread Kevin J. McCarthy
On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf wrote: Mutt starts up as always and works as expected. But after some time, it stops to show mail contents. It still shows the sidebar with all existing folders and the list of messages in the current folder. But no message bodies or

Re: Mutt stops showing mail contents

2020-12-18 Thread Felix Finch
On 20201218, Josef Wolf wrote: On Fri, Dec 18, 2020 at 07:39:05AM -0800, Felix Finch wrote: No idea what would be too much. Currently, there are about 7300 messages in my inbox and ps(1) reports this: raven:/ # ps axl|grep -v grep |egrep ' (mutt|COMMAND)' F UID PID PPID PRI NIVSZ

Re: Mutt stops showing mail contents

2020-12-18 Thread Josef Wolf
On Fri, Dec 18, 2020 at 07:39:05AM -0800, Felix Finch wrote: Thanks for the ideas, Felix! > * Isn't smartd some kind of error reporting? I vaguely remember my having > some smartd problems years ago, but no details come to mind. Maybe the > informational messages might say something

Re: Mutt stops showing mail contents

2020-12-18 Thread Felix Finch
On 20201218, Josef Wolf wrote: On Fri, Dec 18, 2020 at 11:56:47PM +1100, raf wrote: On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf wrote: > Mutt starts up as always and works as expected. But after some time, it stops > to show mail contents. It still shows the sidebar with all

Re: Mutt stops showing mail contents

2020-12-18 Thread Josef Wolf
On Fri, Dec 18, 2020 at 03:03:29PM +0100, Joerg Dorchain wrote: > > I had a similiar effect when for obscure reasons /tmp was not writeable. Thanks for the suggestion, Joerg! raven:/ # ls -ld /tmp/ drwxrwxrwt 17 root root 680 Dec 18 15:46 /tmp/ raven:/ # df -h /tmp/ Filesystem

Re: Mutt stops showing mail contents

2020-12-18 Thread Joerg Dorchain
On Fri, Dec 18, 2020 at 02:35:07PM +0100, Josef Wolf wrote: > > On Fri, Dec 18, 2020 at 11:56:47PM +1100, raf wrote: > > On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf > > wrote: > > > > Mutt starts up as always and works as expected. But after some time, it > > > stops > > > to show

Re: Mutt stops showing mail contents

2020-12-18 Thread Josef Wolf
On Fri, Dec 18, 2020 at 11:56:47PM +1100, raf wrote: > On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf > wrote: > > Mutt starts up as always and works as expected. But after some time, it > > stops > > to show mail contents. It still shows the sidebar with all existing folders > > and the

Re: Mutt stops showing mail contents

2020-12-18 Thread raf
On Fri, Dec 18, 2020 at 11:16:23AM +0100, Josef Wolf wrote: > Hello, > > I am using mutt for about twwenty years now and am happy so far. > > Usually, I start mutt in a screen session and let it run for a long time, > until I need to reboot the system. This way, I can ssh to my mail host from

Mutt stops showing mail contents

2020-12-18 Thread Josef Wolf
Hello, I am using mutt for about twwenty years now and am happy so far. Usually, I start mutt in a screen session and let it run for a long time, until I need to reboot the system. This way, I can ssh to my mail host from everywhere and resume the screen session with the running mutt at any