Secondary repositories on Raspberry Pi
Published: March 1, 2023 - 5:23 PM
Configuration:
root@raspberrypi:~# cat /etc/*release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
Hello,
I'm resuming my investigations into installing a secondary repository on a Raspberry Pi 3+.
I managed to install the WAPT agent on the Raspberry Pi and it appears correctly in the console.
I tried unsuccessfully to deploy the NGINX remote repository for Linux, so I installed NGINX for Raspberry Pi manually.
sudo apt install nginx
Then I modified the wapt-get.ini as follows:
[global]
repo_url=https://1xx.xxx.xxx.xxx/wapt
wapt_server=https://1xx.xxx.xxx.xxx
use_hostpackages = False
use_kerberos = False
use_fqdn_as_uuid = True
verify_cert=0
[repo-sync]
enable_remote_repo = True
local_repo_time_for_sync_start = 10:00
local_repo_time_for_sync_end = 05:30
local_repo_sync_task_period = 25
local_repo_limit_bandwidth = 4
remote_repo_dirs = wapt,waptwua,wapt-host
use_repo_rules = True
Like my other working repositories running under Windows,
the Raspberry Pi appears in the "secondary repositories" console, but it is impossible to synchronize it. (See attached image)
Do you have any suggestions for how I can finalize my installation?
Thank you
. Sincerely,
root@raspberrypi:~# cat /etc/*release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
Hello,
I'm resuming my investigations into installing a secondary repository on a Raspberry Pi 3+.
I managed to install the WAPT agent on the Raspberry Pi and it appears correctly in the console.
I tried unsuccessfully to deploy the NGINX remote repository for Linux, so I installed NGINX for Raspberry Pi manually.
sudo apt install nginx
Then I modified the wapt-get.ini as follows:
[global]
repo_url=https://1xx.xxx.xxx.xxx/wapt
wapt_server=https://1xx.xxx.xxx.xxx
use_hostpackages = False
use_kerberos = False
use_fqdn_as_uuid = True
verify_cert=0
[repo-sync]
enable_remote_repo = True
local_repo_time_for_sync_start = 10:00
local_repo_time_for_sync_end = 05:30
local_repo_sync_task_period = 25
local_repo_limit_bandwidth = 4
remote_repo_dirs = wapt,waptwua,wapt-host
use_repo_rules = True
Like my other working repositories running under Windows,
the Raspberry Pi appears in the "secondary repositories" console, but it is impossible to synchronize it. (See attached image)
Do you have any suggestions for how I can finalize my installation?
Thank you
. Sincerely,