Re: mailman3 hyperkitty_import reports sqlite3.OperationalError

2022-07-23 Thread Andy Smith
Hello, On Fri, Jul 22, 2022 at 12:11:33PM -0500, kjohn...@eclypse.org wrote: > May I have your permission to submit a bug on README.Debian that > includes or derives from those three lines? (getting permission > to use other's work) Sure, they're not my original work; I just searched the web for

Re: mailman3 hyperkitty_import reports sqlite3.OperationalError

2022-07-22 Thread kjohnson
Ken Johnson wrote: > ... > Now I need to find out how to delete a mailing list from Mailman3 > and from django, so that I can practice again. > ... Mailman3: mailman remove django/hyperkitty: In this issue thread, Mark Sapiro points out that "Since HyperKitty 1.3.1 , a site admin has a d

Re: mailman3 hyperkitty_import reports sqlite3.OperationalError

2022-07-22 Thread kjohnson
Andy Smith apparently wrote: > ... > My process looked like this: > $ sudo -u list mailman import21 ${listname}@${mailman_host} > /path/to/${listname}/config.pck > $ sudo -u www-data /usr/share/mailman3-web/manage.py hyperkitty_import -l > ${listname}@${mailman_host} > /path/to/archives/priva

Re: mailman3 hyperkitty_import reports sqlite3.OperationalError

2022-07-21 Thread Andy Smith
Hi, On Thu, Jul 21, 2022 at 02:39:53PM -0500, kjohn...@eclypse.org wrote: > re: 4. mailman 'import21' appears to work: > > $ mailman import21 t...@example.com /var/lib/mailman/lists/tl2/config.pck > r...@example.com is already imported with role MemberRole.owner > > re: 4. 'hyperkitty_import'

Re: mailman3 hyperkitty_import reports sqlite3.OperationalError

2022-07-21 Thread kjohnson
Charles Curley apparently wrote: > ... So what I would do instead is something like: > cd /var ; find -type f | xargs file | grep -i sqlite > ... > Perhaps there is some sort of error and the mention of sqlite is spurious? Mr. Curley, Thank you for your helpful and informative reply. I did no

Re: mailman3 hyperkitty_import reports sqlite3.OperationalError

2022-07-21 Thread Charles Curley
On Thu, 21 Jul 2022 14:39:53 -0500 wrote: > cd /var > find . -name "*.db" -print > > finds 52 files, but none appear in any way related to mailman. I have no idea how mailman works. However, I do know that it is perfectly possible for a sqlite3 database file has to have an extension other than

mailman3 hyperkitty_import reports sqlite3.OperationalError

2022-07-21 Thread kjohnson
Summary: hyperkitty_import reports 'sqlite3.OperationalError: unable to open database file' during attempt to migrate from Mailman 2 to Mailman 3. I would be very pleased to receive suggestions on how to troubleshoot this further. Details: Background: The first part of my migration plan on th