Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-06-06 Thread Jim Popovitch via Mailman-Users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thu, 2019-05-23 at 09:40 -0400, Fabian A. Santiago wrote: > also, that wiki page you sent me mention an error with missing dnspython > and it states to run this: > > "sudo apt-get install python-dnspython" > > but that claims it's already instal

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-06-06 Thread Jim Popovitch via Mailman-Users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Thu, 2019-05-23 at 09:04 -0400, Fabian A. Santiago wrote: > > Thanks for this heads up. i should also mention adding the ppa to my apt > sources fails on gpg signing key import. i had to do it manually, > searching for the key on ubuntu's keyserv

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-06-06 Thread Jim Popovitch via Mailman-Users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Wed, 2019-05-22 at 08:42 -0700, Mark Sapiro wrote: > On 5/21/19 5:20 PM, Fabian Aldo Santiago wrote: > > > > So I started over (restored snapshot) and then tried adding a ppa apt > > source which contains 2.1.29: > > > > https://launchpad.net/~

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Fabian A. Santiago
> It probably is permissions on the logs and others. Have you run > check_perms. If not run `check_perms -f` as root. Don't worry about > symlinks, they don't matter. that did it, finally! check_perms -f. thanks for your help. finally on 2.1.29 now. all seems to be working now. -- Fabian S.

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Mark Sapiro
On 5/23/19 10:41 AM, Fabian A. Santiago wrote: > On 5/23/19 1:29 PM, Fabian A. Santiago wrote: >> On 5/23/19 12:11 PM, Mark Sapiro wrote: >>> >>> What's in Mailman's error log? >>> >>> >> nothing. It probably is permissions on the logs and others. Have you run check_perms. If not run `check_perms

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Fabian A. Santiago
On 5/23/19 1:29 PM, Fabian A. Santiago wrote: > On 5/23/19 12:11 PM, Mark Sapiro wrote: >> On 5/23/19 8:50 AM, Fabian Aldo Santiago wrote: >>> Ok making progress. Service started now but the www UI reports: >>> >>> Bug in Mailman version 2.1.29 >>> >>> >>> >>> We're sorry, we hit a bug! >>> >>> Ple

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Fabian A. Santiago
On 5/23/19 12:11 PM, Mark Sapiro wrote: > On 5/23/19 8:50 AM, Fabian Aldo Santiago wrote: >> Ok making progress. Service started now but the www UI reports: >> >> Bug in Mailman version 2.1.29 >> >> >> >> We're sorry, we hit a bug! >> >> Please inform the webmaster for this site of this problem. Pr

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Mark Sapiro
On 5/23/19 8:50 AM, Fabian Aldo Santiago wrote: > Ok making progress. Service started now but the www UI reports: > > Bug in Mailman version 2.1.29 > > > > We're sorry, we hit a bug! > > Please inform the webmaster for this site of this problem. Printing of > traceback and other system inform

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Fabian Aldo Santiago
Ok making progress. Service started now but the www UI reports: Bug in Mailman version 2.1.29 We're sorry, we hit a bug! Please inform the webmaster for this site of this problem. Printing of traceback and other system information has been explicitly inhibited, but the webmaster can find thi

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Mark Sapiro
On 5/23/19 8:07 AM, Fabian Aldo Santiago wrote: > Service file: > > [Unit] > Description=Mailman Master Queue Runner > After=network.target > > [Service] > Type=forking > PIDFile=/var/run/mailman/mailman.pid You could try PIDFile=/var/lib/mailman/data/master-qrunner.pid which is where mailmanc

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Fabian Aldo Santiago
Service file: [Unit] Description=Mailman Master Queue Runner After=network.target [Service] Type=forking PIDFile=/var/run/mailman/mailman.pid ExecStart=/usr/lib/mailman/bin/mailmanctl -s start ExecStop=/usr/lib/mailman/bin/mailmanctl stop ExecReload=/usr/lib/mailman/bin/mailmanctl restart Restart

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Mark Sapiro
On 5/23/19 7:02 AM, Fabian A. Santiago wrote: > > ok, the issue occurred again with the same error. the complaint is (from > systemctl status ... -l): > > May 23 09:44:40 mail systemd[1]: mailman.service: Can't open PID file > /var/run/mailman/mailman. > > journalctl -xe reports: > > May 23 09:

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Fabian A. Santiago
On 5/23/19 9:04 AM, Fabian A. Santiago wrote: > On 5/22/19 11:42 AM, Mark Sapiro wrote: > >> >> Did you look at ? >> >> What was the exact complaint. It's probably easy to fix. > > Thank you Mark for this reference. I did not look at it. I also didn't > record th

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Fabian A. Santiago
also, that wiki page you sent me mention an error with missing dnspython and it states to run this: "sudo apt-get install python-dnspython" but that claims it's already installed, yet the error occurs. what i found you want to install is the package "python-dev". -- Fabian S. OpenPGP: 0xA125

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-23 Thread Fabian A. Santiago
On 5/22/19 11:42 AM, Mark Sapiro wrote: > > Did you look at ? > > What was the exact complaint. It's probably easy to fix. Thank you Mark for this reference. I did not look at it. I also didn't record the error. i needed this server / list back up asap so i sna

Re: [Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-22 Thread Mark Sapiro
On 5/21/19 5:20 PM, Fabian Aldo Santiago wrote: > Hello all, > > I have my postfix mail server running mm 2.1.26 installed via apt on Ubuntu > 18.04. I wish to upgrade to 2.1.29 but it’s not in the official repos. > > I tried installing from source, after first running mailman-config to gather

[Mailman-Users] Upgrading mm 2.1.26 on Ubuntu 18.04 to 2.1.29

2019-05-22 Thread Fabian Aldo Santiago
Hello all, I have my postfix mail server running mm 2.1.26 installed via apt on Ubuntu 18.04. I wish to upgrade to 2.1.29 but it’s not in the official repos. I tried installing from source, after first running mailman-config to gather the configure parameters (thanks Lindsay!). It installed no