Bug 53746

Summary: Предупреждение об отсутствии wget
Product: Sisyphus Reporter: Artem Varaksa <varaksaaa>
Component: ravadaAssignee: Andrew Vasilyev <andy>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: andy
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Artem Varaksa 2025-04-07 12:54:47 MSK
Шаги
====

# apt-get install ravada mariadb-server
# systemctl enable --now mysqld
# mysql_secure_installation

# mysql -u root -p
MariaDB [(none)]> create database ravada character set utf8 collate utf8_bin;
MariaDB [(none)]> grant all privileges on ravada.* to 'rvd_user'@'localhost' identified by '1';
MariaDB [(none)]> quit;

# vim /etc/ravada.conf
---
db:
  hostname: localhost
  user: rvd_user
  password: 1

# systemctl enable --now libvirtd
# rvd_back --add-user admin

Фактический результат
=====================

> # rvd_back --add-user admin
> which: no wget in (/root/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/games)
> ...

Ожидаемый результат
===================

Нет ошибки/предупреждения об отсутствии wget.

Воспроизводимость
=================

Воспроизводится на виртуальных машинах:

[sisyphus] ALT Server 11.0 beta20250213 x86_64
ravada-2.3.3-alt1.noarch

[p11] ALT Server 11.0 beta20250213 x86_64
ravada-2.2.2-alt1.noarch
Comment 1 Repository Robot 2025-04-22 15:15:51 MSK
ravada-2.3.4-alt1 -> sisyphus:

 Tue Apr 22 2025 Andrew A. Vasilyev <andy@altlinux> 2.3.4-alt1
 - 2.3.4
 - add R: wget (ALT #53746)