Secondary repositories on Raspberry Pi

Share your tips or issues concerning the WAPT Console or WAPT Agent here
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
haxo_914
Messages: 25
Registration: March 16, 2021 - 4:44 PM

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,
User avatar
guigeek
Messages: 147
Registration: Nov 21, 2017 - 9:21 p.m.

March 2, 2023 - 5:04 PM

Hello,
could it be the firewall that's blocking it?
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

March 3, 2023 - 12:43

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?
Locked