Page 1 of 1

Secondary repositories on Raspberry Pi

Published: March 1, 2023 - 5:23 PM
by haxo_914
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,

Re: Secondary repositories on Raspberry Pi

Published: March 2, 2023 - 5:04 PM
by guigeek
Hello,
could it be the firewall that's blocking it?

Re: Secondary repositories on Raspberry Pi

Published: March 3, 2023 - 12:43
by sfonteneau
haxo_914 wrote: March 1, 2023 - 5:23 PM (see attached file)

Forget the attachment, right?
haxo_914 wrote: March 1, 2023 - 5:23 p.m. local_repo_time_for_sync_start = 10:00
local_repo_time_for_sync_end = 05:30
Do you only accept synchronization between 10:00 AM and 5:00 AM?

So, during the day?