Re: fai-make-nfsroot fails to download certain packages
Adam Weremczuk <[email protected]>
| Newsgroups | gmane.linux.debian.fai |
|---|---|
| Message-ID | <[email protected]> |
Hi Thomas, Thank you for the hint. Taking apt-cacher out of equation has helped indeed and I no longer see package downloads failing. Some new issues running fai-make-nfsroot: ******************************************************************* W: GPG error: http://fai-project.org/download stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2BF8D9FE074BCDE4 W: The repository 'http://fai-project.org/download stretch InRelease' is not signed. gpg -a --recv-keys 2BF8D9FE074BCDE4; gpg -a --export 2BF8D9FE074BCDE4 | apt-key add - gpg: directory '/root/.gnupg' created gpg: keybox '/root/.gnupg/pubring.kbx' created gpg: keyserver receive failed: Server indicated a failure gpg: WARNING: nothing exported gpg: no valid OpenPGP data found. wget -O fai-project.gpg https://fai-project.org/download/2BF8D9FE074BCDE4.gpg; sudo cp fai-project.gpg /etc/apt/trusted.gpg.d/ --2022-08-30 11:43:28-- https://fai-project.org/download/2BF8D9FE074BCDE4.gpg Resolving fai-project.org (fai-project.org)... 134.95.9.240 Connecting to fai-project.org (fai-project.org)|134.95.9.240|:443... connected. ERROR: The certificate of ‘fai-project.org’ is not trusted. ERROR: The certificate of ‘fai-project.org’ has expired. ******************************************************************* WARNING: These unknown packages are removed from the installation list: module-init-tools console-tools grub ******************************************************************* W: Possible missing firmware /lib/firmware/tigon/tg3_tso5.bin for module tg3 W: Possible missing firmware /lib/firmware/tigon/tg3_tso.bin for module tg3 W: Possible missing firmware /lib/firmware/tigon/tg3.bin for module tg3 W: mdadm: /etc/mdadm/mdadm.conf defines no arrays. W: mkconf: MD subsystem is not loaded, thus I cannot scan for arrays. W: mdadm: failed to auto-generate temporary mdadm.conf file. ******************************************************************* Lots of: insserv: warning: script 'rcS.distrib' missing LSB tags and overrides ******************************************************************* Creating config file /etc/default/grub with new version grub-probe: error: cannot find a device for / (is /dev mounted?). grub-probe: error: cannot find a device for /boot (is /dev mounted?). grub-probe: error: cannot find a device for /boot/grub (is /dev mounted?). ******************************************************************* ERROR: Some essential pacakges are missing. <--- TYPO An error occured during fai-make-nfsroot. Please fix the error or try fai-make-nfsroot -v ******************************************************************* Possibly tomorrow I'll see if I can get a bootable client installed despite the warnings and errors. Regards, Adam On 25/08/2022 19:56, Thomas Lange wrote: > Hi Adam, > > please try to write ASCII mails, yours is a HTML only mail. > > Concering your problem, you should use a official mirror and not a > local apt-cacher and check if the problem disappears. >