[Mailman-Users] Re: Read-only File System

2024-07-05 Thread John
t/out: --e--- qfiles.dist/news ::Jack From: Dmitri Maziuk Sent: 05 July 2024 16:53 To: mailman-users@python.org Subject: [Mailman-Users] Re: Read-only File System On 7/5/24 08:53, John wrote: ... > Mailman proved to have no problem writing to the r

[Mailman-Users] Re: Read-only File System

2024-07-05 Thread Dmitri Maziuk
On 7/5/24 08:53, John wrote: ... Mailman proved to have no problem writing to the relocated qfiles directory, and everything magically started working. Did you try lsattr on the original files/dir? Just curious, Dima -- Mailman-Users mailing

[Mailman-Users] Re: Read-only file system

2024-07-03 Thread John
hn ; mailman-users@python.org Subject: Re: [Mailman-Users] Re: Read-only file system (Please reply to the list, not the individual) On 7/2/2024 4:14 PM, John wrote: > Yes, I did run check_perms - it showed no problems. As Mark suggested, is the file system mounted read-only? 'mount' will

[Mailman-Users] Re: Read-only file system

2024-07-02 Thread Carl Zwanzig
(Please reply to the list, not the individual) On 7/2/2024 4:14 PM, John wrote: Yes, I did run check_perms - it showed no problems. As Mark suggested, is the file system mounted read-only? 'mount' will show that, and fstab could make that the default. What happens when you manually try to c

[Mailman-Users] Re: Read-only file system

2024-07-01 Thread Steven Jones via Mailman-Users
ay, 2 July 2024 8:21 am To: Mark Sapiro Cc: mailman-users@python.org Subject: [Mailman-Users] Re: Read-only file system At Mon, 1 Jul 2024 12:45:11 -0700 Mark Sapiro wrote: > > On 6/30/24 17:27, John wrote: > > > line 136, in enqueue fp =en(tmpfile, 'w') IOError: [

[Mailman-Users] Re: Read-only file system

2024-07-01 Thread Robert Heller
At Mon, 1 Jul 2024 12:45:11 -0700 Mark Sapiro wrote: > > On 6/30/24 17:27, John wrote: > > > line 136, in enqueue fp = open(tmpfile, 'w') IOError: [Errno 30] > > Read-only file system: > > '/usr/local/mailman/qfiles/in/1719765141.057583+cb104828efdd0023821ead337d3d60f72e949690.pck.tmp' > > > > Se

[Mailman-Users] Re: Read-only file system

2024-07-01 Thread Mark Sapiro
On 6/30/24 17:27, John wrote: line 136, in enqueue fp = open(tmpfile, 'w') IOError: [Errno 30] Read-only file system: '/usr/local/mailman/qfiles/in/1719765141.057583+cb104828efdd0023821ead337d3d60f72e949690.pck.tmp' Setting /usr/local/mailman/qfiles/in/ to have write permissions for all didn’t

[Mailman-Users] Re: Read-only file system

2024-07-01 Thread Dmitri Maziuk
On 6/30/24 19:27, John wrote: Does anyone have any experience with this issue, and a suggestion as to how to resolve it? We’ve tried everything we can think of, and madness is setting in. What are you running on? "Read-only filesystem" with shell looking like everything's fine happens on dea

[Mailman-Users] Re: Read-only file system

2024-07-01 Thread Carl Zwanzig
On 6/30/2024 5:27 PM, John wrote: Setting /usr/local/mailman/qfiles/in/ to have write permissions for all didn’t fix the problem. Have you run bin/check_perms? If not, that will flag all the permission problems; adding -f will fix them. Later, z!