<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>57859</bug_id>
          
          <creation_ts>2026-02-13 18:29:53 +0300</creation_ts>
          <short_desc>ошибка при работе с lighttpd для rTorrent</short_desc>
          <delta_ts>2026-02-13 18:29:53 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>emonoda</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Горин Егор Романович">goriner</reporter>
          <assigned_to name="Vitaly Lipatov">lav</assigned_to>
          <cc>grenka</cc>
    
    <cc>lav</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>281970</commentid>
    <comment_count>0</comment_count>
    <who name="Горин Егор Романович">goriner</who>
    <bug_when>2026-02-13 18:29:53 +0300</bug_when>
    <thetext>Стенды обновленные до сизиф:
ALT Workstation 11.1 x86-64
ALT Workstation K 11.2 x86-64
Alt Server 11 x86-64
ALT Education KDE 11 x86-64
ALT Education xfce 11 x86-64

Любая команда заканчивается ошибкой после настройки веб-сервера (lighttdm) для работы с rtorrent

Шаги воспроизведения:
Установлены Emonoda rTorrent Lighttpd
Добавить в ~/.rtorrent.rc информацию о сокете:

scgi_local = /home/ВАШ_ЮЗЕР/.rpc.socket
execute.nothrow = chmod,777,/home/ВАШ_ЮЗЕР/.rpc.socket
encoding_list = UTF-8

добавить в конфигурационный файл lighttpd информацию о шлюзе:

server.modules += ( &quot;mod_scgi&quot; )
scgi.server = (
    &quot;/RPC2&quot; =&gt; (
        &quot;127.0.0.1&quot; =&gt; (
            &quot;socket&quot; =&gt; &quot;/home/ВАШ_ЮЗЕР/.rpc.socket&quot;,
            &quot;check-local&quot; =&gt; &quot;disable&quot;,
            &quot;disable-time&quot; =&gt; 0
        )
    )
)

Дать lighttpd доступ в домашнюю директорию

Настроить Emonoda ~/.config/emonoda.yaml
core:
    client: rtorrent
    torrents_dir: /ваш/путь/к/директории
trackers:
    rutracker.org:
        user: Ваш_юзернейм
        passwd: Ваш_пароль

Запустить rtorrent и lighttpd

Выполнить команду с файлом:
$ emfile test.torrent

Ожидаемая реакция:
Вывод всех метаданных файла

Фактический результат:
Команда заканчивается ошибкой:
xmlrpc.client.Fault: &lt;Fault -503: &apos;invalid parameters: target must be a string&apos;&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>