<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div class="default-style">
Greetings,
<br>
</div>
<div class="default-style">
<br>
</div>
<div class="default-style">
First, thank you to the OSGeoLive team, we've been happily and gratefully using your project for a few years at our NGO by installing it on an offline machine.
<br>
</div>
<div class="default-style">
<br>
</div>
<div class="default-style">
Recently, we're trying to customize the latest ISO according to
<a href="https://wiki.osgeo.org/wiki/Live_GIS_Build">https://wiki.osgeo.org/wiki/Live_GIS_Build</a> but are running into some issues. We've never built or customized an ISO before, so please forgive us if these are simple questions.
<br>
</div>
<div class="default-style">
<br>
</div>
<div class="default-style">
<div style="margin-bottom: 0cm; line-height: 100%;">
(Environment - Lubuntu 18.04 in Virtual Machine Manager 2.2.1)
</div>
<div>
<br>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
Question 1
</div>
<div>
<br>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
Using the command in the wiki:
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
sudo ./build_chroot.sh release i386 2>&1 | tee /var/log/osgeolive/chroot-build.log
</div>
<div>
When executing the build script, these error messages occurred:
</div>
<div>
<br>
</div>
<div>
Warning: apt-key output should not be parsed (stdout is not a terminal)
<br>
</div>
<div>
Executing: /tmp/apt-key-gpghome.utvHzB8R72/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys FADA29F7
<br>
</div>
<div>
gpg: keyserver receive failed: Connection timed out
<br>
</div>
<div>
Hit:1
<a href="http://security.ubuntu.com/ubuntu">http://security.ubuntu.com/ubuntu</a> bionic-security InRelease
</div>
<div>
Hit:2
<a href="http://security.ubuntu.com/ubuntu">http://archive.ubuntu.com/ubuntu</a> bionic InRelease
<br>
</div>
<div>
Get:3
<a href="http://ppa.launchpad.net/osgeolive/nightly/ubuntu">http://ppa.launchpad.net/osgeolive/nightly/ubuntu</a> bionic InRelease [15.4 kB]
<br>
</div>
<div>
Err:3
<a href="http://ppa.launchpad.net/osgeolive/nightly/ubuntu">http://ppa.launchpad.net/osgeolive/nightly/ubuntu</a> bionic InRelease
<br>
</div>
<div>
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D5411743FADA29F7
<br>
</div>
<div>
Hit:4
<a href="http://security.ubuntu.com/ubuntu">http://archive.ubuntu.com/ubuntu</a> bionic-updates InRelease
<br>
</div>
<div>
Reading package lists...
<br>
</div>
<div>
W: GPG error:
<a href="http://ppa.launchpad.net/osgeolive/nightly/ubuntu">http://ppa.launchpad.net/osgeolive/nightly/ubuntu</a> bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D5411743FADA29F7
<br>
</div>
<div>
E: The repository 'http://ppa.launchpad.net/osgeolive/nightly/ubuntu bionic InRelease' is not signed.
<br>
</div>
<div>
<br>
</div>
<div>
<div style="margin-bottom: 0cm; line-height: 100%;">
Question 2
</div>
<div>
<br>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
We already made custom iso file that removed some packages and adding packages we want,
</div>
<div>
<br>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
But we can't add pgadmin4 and postgresql-11. We added postgresql repository on ‘/home/user/gisvm/source.list.d/osgeolive.list’ file (see below). But it seems like that code is skipped. We also trying adding it on ‘/home/user/gisvm/bin/setup.sh’. So how we can add the repository?
</div>
<div>
<br>
</div>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
#Postgresql
<br>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
deb
<a href="http://apt.postgresql.org/pub/repos/apt">http://apt.postgresql.org/pub/repos/apt</a> bionic-pgdg main
<br>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
#OSGeoLive Release ppa
<br>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
deb
<a href="http://ppa.launchpad.net/osgeolive/release-13.0/ubuntu">http://ppa.launchpad.net/osgeolive/release-13.0/ubuntu</a> bionic main
<br>
</div>
<div style="margin-bottom: 0cm; line-height: 100%;">
#deb-src
<a href="http://ppa.launchpad.net/osgeolive/release-13.0/ubuntu">http://ppa.launchpad.net/osgeolive/release-13.0/ubuntu</a> bionic main
<br>
</div>
<div>
<br>
</div>
</div>
<div class="default-style">
Thank you for your time and any ideas or suggestions you might have!
<br>
</div>
<div class="default-style">
<br>
</div>
</body>
</html>