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

2020-06-22 Thread Jeroen Diederen
Make it deb http://archive.debian.org/debian/ jessie main contrib non-free Beste regards, Jeroen Diederen

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

2020-06-22 Thread John Paul Adrian Glaubitz
Hello Rick! On 6/19/20 10:59 AM, Rick Thomas wrote: > So my second question is: How do I get it to proceed automatically in spite > of the expired key? You can set this option in your APT configuration: Acquire::Check-Valid-Until=false which will disable the check for expired signatur

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

2020-06-22 Thread Tyrel Datwyler
On 4/19/20 2:35 AM, John Paul Adrian Glaubitz wrote: > Currently, only l2of_nvme() supports handling of partitions which > will print the partition number at the end of an OF path. However, > this feature is also useful for IDE and SCSI targets as well and > mandatory for Macintosh systems. > > Si

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

2020-06-22 Thread John Paul Adrian Glaubitz
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. I will need to confirm whether OF is going to complain > when t

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

2020-06-22 Thread Rick Thomas
On Mon, Jun 22, 2020, at 12:18 AM, Jeroen Diederen wrote: > Make it > deb http://archive.debian.org/debian/ jessie main contrib non-free > > Beste regards, > Jeroen Diederen Thanks. it looks like this now deb http://archive.debian.org/debian/ jessie main non-free contrib I have no idea

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

2020-06-22 Thread Jeroen Diederen
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.com/r/debian/comments/g9is3p/debian_8_jessie_keyexpired_drive_my_c

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

2020-06-22 Thread John Paul Adrian Glaubitz
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 the version of apt in Jessie doesn't respond to > "Check-Valid-Until". > Can anyo

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

2020-06-22 Thread Rick Thomas
On Mon, Jun 22, 2020, at 2:35 AM, John Paul Adrian Glaubitz wrote: > Hello Rick! > > On 6/19/20 10:59 AM, Rick Thomas wrote: > > So my second question is: How do I get it to proceed automatically in spite > > of the expired key? > > You can set this option in your APT configuration: > > Acqui