Re: Installing Jessie on PowerMac G4 (32 bit) -- expired key

2020-06-23 Thread Rick Thomas
On Mon, Jun 22, 2020, at 11:29 PM, Jeroen Diederen wrote: > You might also want to try this: > https://linux-audit.com/how-to-solve-an-expired-key-keyexpired-with-apt/ > https://futurestud.io/tutorials/fix-ubuntu-debian-apt-get-keyexpired-the-following-signatures-were-invalid > https://www.reddit

Re: Installing Jessie on PowerMac G4 (32 bit) -- expired key

2020-06-23 Thread Rick Thomas
On Mon, Jun 22, 2020, at 11:36 PM, John Paul Adrian Glaubitz wrote: > On 6/23/20 8:27 AM, Rick Thomas wrote: > > Unfortunately, as you can see, I still get the warning. > > > > I have a vague recollection of seeing something somewhere (I know -- I'm > > sorry I can't be > > more specific) that

Re: Installing Jessie on PowerMac G4 (32 bit) -- expired key

2020-06-23 Thread John Paul Adrian Glaubitz
On 6/23/20 9:07 AM, Rick Thomas wrote: >> W: GPG error: http://archive.debian.org jessie Release: The following >> signatures were invalid: KEYEXPIRED 1587841717 > > And it still isn't working... /-: It is. The error has been downgraded from an Error to a Warning which is exactly what you want.

Re: Installing Jessie on PowerMac G4 (32 bit) -- expired key

2020-06-23 Thread Rick Thomas
On Mon, Jun 22, 2020, at 11:36 PM, John Paul Adrian Glaubitz wrote: > If setting it in apt.conf doesn't work, try setting > "APT::Get::AllowUnauthenticated "true";": > > > https://askubuntu.com/questions/74345/how-do-i-bypass-ignore-the-gpg-signature-checks-of-apt Well... that seems to work.

Re: Installing Jessie on PowerMac G4 (32 bit) -- expired key

2020-06-23 Thread Jeffrey Walton
On Tue, Jun 23, 2020 at 2:30 AM Jeroen Diederen wrote: > > You might also want to try this: > https://linux-audit.com/how-to-solve-an-expired-key-keyexpired-with-apt/ > https://futurestud.io/tutorials/fix-ubuntu-debian-apt-get-keyexpired-the-following-signatures-were-invalid > https://www.reddit.c

Re: Installing Jessie on PowerMac G4 (32 bit) -- expired key

2020-06-23 Thread Rick Thomas
On Tue, Jun 23, 2020, at 12:29 AM, John Paul Adrian Glaubitz wrote: > On 6/23/20 9:07 AM, Rick Thomas wrote: > >> W: GPG error: http://archive.debian.org jessie Release: The following > >> signatures were invalid: KEYEXPIRED 1587841717 > > > > And it still isn't working... /-: > > It is. The

Re: Installing Jessie on PowerMac G4 (32 bit) -- expired key

2020-06-23 Thread Frank Scheiner
On 23.06.20 09:56, Jeffrey Walton wrote: [...] A signature applied during a valid key period is still good. For those following a key rotation scheme, no new signatures should occur after the key expires. I agree. I have a related issue in my Thunderbird MUA. It keeps stating that, the - perfec

Re: Installing Jessie on PowerMac G4 (32 bit) -- expired key

2020-06-23 Thread Frank Scheiner
On 23.06.20 10:58, Frank Scheiner wrote: On 23.06.20 09:56, Jeffrey Walton wrote: [...] A signature applied during a valid key period is still good. For those following a key rotation scheme, no new signatures should occur after the key expires. I agree. I have a related issue in my Thunder

MariaDB service not start

2020-06-23 Thread Carlos Rodrigues
I tried to install MariaDB on Debian PPC64, but the service does not start ... has anyone experienced this problem? $ root@debian-g5:/var/lib/mysql# journalctl -xe -- Support: https://www.debian.org/support -- -- A start job for unit mariadb.service has begun execution. -- -- The job identifier

Re: MariaDB service not start

2020-06-23 Thread Anatoly Pugachev
On Tue, Jun 23, 2020 at 4:45 PM Carlos Rodrigues wrote: > > I tried to install MariaDB on Debian PPC64, but the service does not start > ... has anyone experienced this problem? have you checked with /var/log/mysql/error.log ?

Re: MariaDB service not start

2020-06-23 Thread Carlos Rodrigues
200623 10:11:18 [ERROR] mysqld got signal 4 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. To report this bug, see h

Re: [PATCH 1/3] ofpathname: Add partition support to l2of_ide() and l2of_scsi()

2020-06-23 Thread John Paul Adrian Glaubitz
On 6/24/20 1:22 AM, Tyrel Datwyler wrote: > Ok, so on the bright side I've confirmed that IBM open firmware will boot a > pseries machine when the partition ID is provided and points at the actual > PReP > bootstrap partition. I suspect it was just generally omitted because it was > assumed that P

Re: [PATCH 1/3] ofpathname: Add partition support to l2of_ide() and l2of_scsi()

2020-06-23 Thread Tyrel Datwyler
On 6/22/20 10:43 PM, John Paul Adrian Glaubitz wrote: > Hi! > > On 6/23/20 3:32 AM, Tyrel Datwyler wrote: >> Heads up this may be problematic for pseries lpars. The current behavior is >> that >> regardless of the scsi partition the logical device always translates to the >> full underlying disk.