Should I try to install mailman3 on Kubuntu 20.04?
I have been a happy camper running mailman3 on a vps I rent from a vendor, running CentOS 7. CentOS 7 is past end of life, so I moving over to a new machine running Kubuntu 20.04 LTS. I have been searching the intertubes and have seen a bunch of people having headaches trying it. So...
Is Ubuntu 20.04 cool with mailman3? Should I go ahead and give it a shot or use a different distro?
Should I do the apt install, the virtualenv install, or try the docker install?
thanks
billo
Ubuntu 20.04 will be end-of-life, from a standard perspective, in a year. If you possibly can, prefer to install on the latest version which is Ubuntu 24.04.
Another option is upgrading the original server to 22.04. And then, 24.04. Upgrade procedures usually go fine.
On Fri, Oct 4, 2024 at 4:31 PM Bill Oliver <billo@billoblog.com> wrote:
I have been a happy camper running mailman3 on a vps I rent from a vendor, running CentOS 7. CentOS 7 is past end of life, so I moving over to a new machine running Kubuntu 20.04 LTS. I have been searching the intertubes and have seen a bunch of people having headaches trying it. So...
Is Ubuntu 20.04 cool with mailman3? Should I go ahead and give it a shot or use a different distro?
Should I do the apt install, the virtualenv install, or try the docker install?
thanks
billo
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to samuel.d.darwin@gmail.com
Bill Oliver wrote on 2024-10-04 15:30:
the virtualenv install
This is absolutely the recommended method of installation.
As for Ubuntu / Kubuntu 20.04, I think it should work, but am not familiar with the shipped version of Python vs the required version when installing in venv.
Fortunately, with the venv method, you can give it a try and in the unlikely event something doesn't work, it's easy to reset and start over.
My bad. I meant 24.04 LTS. Have folk had good success with Ubuntu 24.04 and mailman3?
On Fri, 2024-10-04 at 15:54 -0700, Ron / BCLUG wrote:
Bill Oliver wrote on 2024-10-04 15:30:
the virtualenv install
This is absolutely the recommended method of installation.
As for Ubuntu / Kubuntu 20.04, I think it should work, but am not familiar with the shipped version of Python vs the required version when installing in venv.
Fortunately, with the venv method, you can give it a try and in the unlikely event something doesn't work, it's easy to reset and start over.
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to billo@billoblog.com
On 10/4/24 15:59, Bill Oliver wrote:
My bad. I meant 24.04 LTS. Have folk had good success with Ubuntu 24.04 and mailman3?
Yes, this works well using the virtualenv install procedure at https://docs.mailman3.org/en/latest/install/virtualenv.html
The people who have trouble are mostly those trying to install the Debian/Ubuntu packages via apt.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Thanks. I'll get started on it tomorrow.
On Fri, 2024-10-04 at 17:50 -0700, Mark Sapiro wrote:
On 10/4/24 15:59, Bill Oliver wrote:
My bad. I meant 24.04 LTS. Have folk had good success with Ubuntu 24.04 and mailman3?
Yes, this works well using the virtualenv install procedure at https://docs.mailman3.org/en/latest/install/virtualenv.html
The people who have trouble are mostly those trying to install the Debian/Ubuntu packages via apt.
participants (4)
-
Bill Oliver
-
Mark Sapiro
-
Ron / BCLUG
-
Sam Darwin