Перейти к содержанию

hellonow

Модераторы
  • Постов

    1 780
  • Зарегистрирован

  • Посещение

  • Победитель дней

    27

Весь контент hellonow

  1. @NitrOxygeN у Вас скорей всего было изменено название у интерфейса Home на стороннее. Так как данный интерфейс является системным, сделав rename, можно сломать взаимосвязь между интерфейсом и службами. Зайдите в консоль и введите команды: узнаем interface-name сегмента: (config)> show interface Bridge0 id: Bridge0 index: 0 type: Bridge description: Home network interface-name: 0111-0222 link: up connected: yes state: up mtu: 1500 tx-queue: 1000 address: 192.168.4.1 mask: 255.255.255.0 uptime: 1031 global: no security-level: private mac: 58:8b:f3:xx:xx:xx auth-type: none bridge: interface, link = yes, inherited = yes: GigabitEthernet0/Vlan1 interface, link = yes: WifiMaster0/AccessPoint0 interface, link = yes: WifiMaster1/AccessPoint0 отключаем dlna и указываем нужный интерфейс, после включаем: no service dlna dlna interface 0111-0222 service dlna system configuration save после проверяем работу. @NitrOxygeN а еще лучше вернуть interface-name по умолчанию, а то можно словить Watchdog: interface 0111-0222 rename Home system configuration save
  2. @Сергей Мазепа да, можно изменить путь \ директорию для сохранения контента в конфиге rtorrent.con: за место directory = /opt/torrents ставим directory = /tmp/mnt/FILES/download /tmp/mnt/FILES - у меня FILES это раздел с фс NTFS. У Вас же другой путь. Можно проверить в ssh следующей командой: / # df -h Filesystem Size Used Available Use% Mounted on rootfs 16.0M 16.0M 0 100% / /dev/root 16.0M 16.0M 0 100% / tmpfs 125.1M 0 125.1M 0% /dev tmpfs 125.1M 156.0K 124.9M 0% /tmp /dev/mtdblock/5 2.0M 384.0K 1.6M 19% /storage tmpfs 125.1M 0 125.1M 0% /tmp/run/acme/chroot/dev /dev/sda1 24.3G 456.9M 22.6G 2% /tmp/mnt/OPKG /dev/sda1 24.3G 456.9M 22.6G 2% /opt /dev/sda2 31.2G 15.5G 15.7G 50% /tmp/mnt/FILES @Сергей Мазепа если не хотите возиться с конфигом, то можно поменять в WebUI - https://cloud.mail.ru/public/GfGE/8JXDeMFNg
  3. @Virtuooz “Vip” Som можно настроить через консоль. Создаем правило для 23го порта, открываем его "в интернет": ip static tcp ISP 23 192.168.1.1 Создаем нужное расписание: schedule portmapping action start 00 18 * action stop 00 23 * exit где: action start - Действие начала. stop - Действие конца. min - Целое число Минуты. hour - Целое число Часы. dow - Дни недели, разделенные запятыми. 0 и 7 означают воскресенье. * означает ежедневно. Привязываем расписание к правилу: ip static rule 0 schedule portmapping Сохраняемся: system configuration save В консоли выглядит так: (config)> ip static tcp ISP 23 192.168.4.1 Network::StaticNat: Static NAT rule has been added. (config)> schedule portmapping Core::Schedule::Manager: Created schedule "portmapping". (config-sched)> action start 00 18 * Core::Schedule::Manager: Updated schedule "portmapping". (config-sched)> action stop 00 23 * Core::Schedule::Manager: Updated schedule "portmapping". (config-sched)> exit Core::Configurator: Done. (config)> ip static rule 0 schedule portmapping Network::StaticNat: Static NAT rule schedule applied. (config)> system configuration save Core::ConfigurationSaver: Saving configuration... В WebUI выглядит так: https://cloud.mail.ru/public/6fZV/kwyjXf1wv
  4. @KPOCAB4EG да, клиент отличный, при этом не вешает ndms и сам работает стабильно.
  5. Установка и настройка rTorrent rTorrent - BitTorrent-клиент на основе библиотек libTorrent. Версия из репозитория rTorrent 0.9.7-1: http://bin.entware.net/mipselsf-k3.4/rtorrent-easy-install_0.2-3a_mipsel-3.4.ipk http://bin.entware.net/mipselsf-k3.4/rtorrent-rpc_0.9.7-1_mipsel-3.4.ipk http://bin.entware.net/mipselsf-k3.4/rtorrent_0.9.7-1_mipsel-3.4.ipk Изменения в rTorrent 0.9.6: rtorrent (0.9.7-1) unstable; urgency=medium * New upstream release + Remove configure.ac patch folded in upstream + Build-Depend on libtorrent-dev >= 0.13.7 * Move VCS from Alioth to Salsa * Switch to priority optional instead of extra * Bump debhelper compat level to 10 -- Jonathan McDowell <email address hidden> Thu, 28 Jun 2018 08:07:39 +0100 Подготовка: 1. Создаем раздел EXT4 на жестком диске - Использование файловой системы EXT4 на USB-накопителях. 2. Установка и настройка Entware - в данной теме. Работоспособность проверена с: Keenetic Giga KN-1010, прошивка draft 2.12.A.3.0-2 от 06.02.2018, раздел на HDD EXT4. Обновляемся: / # opkg update Downloading http://bin.entware.net/mipselsf-k3.4/Packages.gz Updated list of available packages in /opt/var/opkg-lists/entware Downloading http://bin.entware.net/mipselsf-k3.4/keenetic/Packages.gz Updated list of available packages in /opt/var/opkg-lists/keendev Устанавливаем пакет rtorrent-easy-install, чтобы получить русифицированное управление в WebUI rTorrent: / # opkg install rtorrent-easy-install Installing rtorrent-easy-install (0.2-3a) to root... Downloading http://bin.entware.net/mipselsf-k3.4/rtorrent-easy-install_0.2-3a_mipsel-3.4.ipk Installing rutorrent-plugin-rpc (3.8-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/rutorrent-plugin-rpc_3.8-1_mipsel-3.4.ipk Installing rutorrent (3.8-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/rutorrent_3.8-1_mipsel-3.4.ipk Installing rtorrent-rpc (0.9.7-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/rtorrent-rpc_0.9.7-1_mipsel-3.4.ipk Installing libcurl (7.61.0-3) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libcurl_7.61.0-3_mipsel-3.4.ipk Installing libopenssl (1.0.2p-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libopenssl_1.0.2p-1_mipsel-3.4.ipk Installing zlib (1.2.11-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/zlib_1.2.11-2_mipsel-3.4.ipk Installing ca-bundle (20180409-3) to root... Downloading http://bin.entware.net/mipselsf-k3.4/ca-bundle_20180409-3_all.ipk Installing libtorrent (0.13.7) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libtorrent_0.13.7_mipsel-3.4.ipk Installing libsigcxx (2.5.4-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libsigcxx_2.5.4-1_mipsel-3.4.ipk Installing libncursesw (6.1-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libncursesw_6.1-1_mipsel-3.4.ipk Installing xmlrpc-c-server (1.39.13-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/xmlrpc-c-server_1.39.13-2_mipsel-3.4.ipk Installing xmlrpc-c (1.39.13-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/xmlrpc-c_1.39.13-2_mipsel-3.4.ipk Installing xmlrpc-c-internal (1.39.13-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/xmlrpc-c-internal_1.39.13-2_mipsel-3.4.ipk Installing xmlrpc-c-common (1.39.13-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/xmlrpc-c-common_1.39.13-2_mipsel-3.4.ipk Installing coreutils-stat (8.23-3) to root... Downloading http://bin.entware.net/mipselsf-k3.4/coreutils-stat_8.23-3_mipsel-3.4.ipk Installing coreutils (8.23-3) to root... Downloading http://bin.entware.net/mipselsf-k3.4/coreutils_8.23-3_mipsel-3.4.ipk Installing coreutils-id (8.23-3) to root... Downloading http://bin.entware.net/mipselsf-k3.4/coreutils-id_8.23-3_mipsel-3.4.ipk Installing gzip (1.9-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/gzip_1.9-1_mipsel-3.4.ipk Installing curl (7.61.0-3) to root... Downloading http://bin.entware.net/mipselsf-k3.4/curl_7.61.0-3_mipsel-3.4.ipk Installing screen (4.6.2-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/screen_4.6.2-1_mipsel-3.4.ipk Installing libncurses (6.1-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libncurses_6.1-1_mipsel-3.4.ipk Installing php7-cgi (7.2.9-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/php7-cgi_7.2.9-1_mipsel-3.4.ipk Installing php7 (7.2.9-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/php7_7.2.9-1_mipsel-3.4.ipk Installing libxml2 (2.9.8-3) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libxml2_2.9.8-3_mipsel-3.4.ipk Installing lighttpd-mod-fastcgi (1.4.49-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/lighttpd-mod-fastcgi_1.4.49-2_mipsel-3.4.ipk Installing lighttpd (1.4.49-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/lighttpd_1.4.49-2_mipsel-3.4.ipk Installing lighttpd-mod-scgi (1.4.49-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/lighttpd-mod-scgi_1.4.49-2_mipsel-3.4.ipk Installing lighttpd-mod-auth (1.4.49-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/lighttpd-mod-auth_1.4.49-2_mipsel-3.4.ipk Installing lighttpd-mod-authn_file (1.4.49-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/lighttpd-mod-authn_file_1.4.49-2_mipsel-3.4.ipk Configuring zlib. Configuring libopenssl. Configuring ca-bundle. Configuring libcurl. Configuring lighttpd. Configuring lighttpd-mod-authn_file. Configuring xmlrpc-c-common. Configuring xmlrpc-c-internal. Configuring xmlrpc-c. Configuring libxml2. Configuring php7. Configuring php7-cgi. Configuring coreutils. Configuring coreutils-stat. Configuring libsigcxx. Configuring libtorrent. Configuring libncursesw. Configuring xmlrpc-c-server. Configuring rtorrent-rpc. Configuring coreutils-id. Configuring gzip. Configuring curl. Configuring rutorrent. Configuring rutorrent-plugin-rpc. Configuring libncurses. Configuring screen. Configuring lighttpd-mod-fastcgi. Configuring lighttpd-mod-scgi. Configuring lighttpd-mod-auth. Configuring rtorrent-easy-install. Настройка в момент установки: #### Welcome to rtorrent easy installation script! We assuming no lighttpd/rtorrent/rutorrent was installed before! Please, answer a few question to configure torrent client. Default aswers given in [brackets], just hit Enter to accept it. Type "username:password" if you want to protect Web UI or hit Enter to leave password protection disabled []: test:test Which port should be used by web interface? [81]: Enter (maximal) download speed in KB/s [2048]: Enter (maximal) upload speed in KB/s [2048]: Enter folder name on USB drive where torrent content should be stored [/opt/torrents]: Done! You may open 51411-51412 TCP/UDP ports on your router to facilitate uploading/donwloading. It's not necessary but recommended. rutorrent web UI will be available at following URL: http://<ip_address_of_router>:<port>/rutorrent Do you wish to start torrent client? [y]: Starting lighttpd... done. Starting rtorrent... done. Type "username:password" if you want to protect Web UI or hit Enter to leave password protection disabled []: test:test - логин и пароль указываем через двоеточие. Which port should be used by web interface? [81]: - выставляем порт, через который пойдет соединение. по умолчанию 81 порт. Enter (maximal) download speed in KB/s [2048]: - выставляем скорость загрузки. по умолчанию 2048. Enter (maximal) upload speed in KB/s [2048]: - выставляем скорость отдачи. по умолчанию 2048. Enter folder name on USB drive where torrent content should be stored [/opt/torrents]: - указываем директорию, путь, куда будут скачиваться торрент-файлы. по умолчанию /opt/torrents. Do you wish to start torrent client? [y]: - после настройки, можно сразу запустить графическую оболочку и сам клиент. по умолчанию стоит [y] - yes. Если демон rtorrent не запустился, вы увидите ошибку: Do you wish to start torrent client? [y]: Starting lighttpd... done. Starting rtorrent... failed. Collected errors: * pkg_run_script: package "rtorrent-easy-install" postinst script returned status 255. * opkg_configure: rtorrent-easy-install.postinst returned 255. Необходимо будет внести изменения в конфигурацию rtorrent. Для этого нужно будет установить пакет nano и отредактировать файл конфигурации rtorrent.conf Устанавливаем пакет nano: / # opkg install nano Installing nano (2.9.8-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/nano_2.9.8-1_mipsel-3.4.ipk Configuring nano. Редактируем файл конфигурации rtorrent.conf, в котором удаляем старую конфигурацию: / # nano /opt/etc/rtorrent/rtorrent.conf Выделяем все строки старого конфига, нажимаем клавиши Alt + A: Удаляем все строки старого конфига, нажимаем клавиши Ctrl + K Добавляем строки нового конфига, нажимаем клавиши Ctrl + V: throttle.max_uploads.set = 8 session.path.set = /opt/etc/rtorrent/session schedule2 = watch_directory,5,5,load_start=/opt/etc/rtorrent/watchdir/*.torrent schedule2 = untied_directory,5,5,stop_untied= schedule2 = low_diskspace,5,60,close_low_diskspace=100M network.bind_address.set = 0.0.0.0 network.port_range.set = 51411-51411 pieces.hash.on_completion.set = yes trackers.use_udp.set = yes protocol.encryption.set = allow_incoming,enable_retry,prefer_plaintext dht.mode.set = auto dht.port.set = 51412 protocol.pex.set = yes network.scgi.open_local = /opt/var/rpc.socket encoding.add = UTF-8 throttle.max_uploads.global.set = 32 throttle.max_downloads.global.set = 64 throttle.global_down.max_rate.set_kb = 0 throttle.global_up.max_rate.set_kb = 0 directory.default.set = /opt/torrents Нажимаем клавиши Ctrl + O , сохраняем конфигурацию. Выходим из редактора nano Ctrl + X Запускаем rtorrent: / # /opt/etc/init.d/S85rtorrent start Starting rtorrent... done. Дополнительная настройка: Останавливаем оболочку и клиента (можно пропустить и перейти к пункту настройки через WebUI): ~ # /opt/etc/init.d/S80lighttpd stop Checking lighttpd... alive. Shutting down lighttpd... done. ~ # /opt/etc/init.d/S85rtorrent stop Checking rtorrent... alive. Shutting down rtorrent... done. Изменить логин и пароль входа в графическую оболочку: Логин и пароль меняется в файле <rutorrent_passwd> Путь где находится файл - /opt/etc/lighttpd Не забываем, что логин и пароль указываются - login:password = mylogin:12345 (можно устанавливать свои параметры). Изменить порт, через которое идет обращение: Порт, он же сервер порт, меняется в файле конфигурации <99-rtorrent-fastcgi-scgi-auth.conf>, строчка server.port = 81 Путь где находится файл - /opt/etc/lighttpd/conf.d Заходим в WebUI по адресу http://192.168.1.1:81/rutorrent/ и делаем настройку (можно настроить под себя): https://cloud.mail.ru/public/cpDF/EeN1y372m https://cloud.mail.ru/public/Jgjc/UdJ31kRbG https://cloud.mail.ru/public/Vzv7/YXVaGJFtK https://cloud.mail.ru/public/EPFz/79fhEkq7w https://cloud.mail.ru/public/4AGe/c1QnxcfBb https://cloud.mail.ru/public/C5yz/XV7QaJ54T Скорость download: https://cloud.mail.ru/public/FnZK/49iq2bx35 https://cloud.mail.ru/public/Gh5e/THcvEfJ5i https://cloud.mail.ru/public/GJth/PWS27niae https://cloud.mail.ru/public/94d3/HbSdtJ1Qa https://cloud.mail.ru/public/5obi/v1omQkTGu Загрузка CPU: Mem: 231328K used, 24756K free, 12K shrd, 1056K buff, 161124K cached CPU: 12.2% usr 12.5% sys 0.0% nic 43.3% idle 24.8% io 0.0% irq 6.9% sirq Load average: 3.53 2.42 1.74 4/126 13026 PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND 12759 12758 root R 96824 37.7 3 19.3 {rtorrent main} rtorrent -D -n -o import=/opt/etc/rtorrent/rtorrent.conf Дополнительная информация по настройке rTorrent: https://wiki.archlinux.org/index.php/RTorrent_(Русский) https://github.com/rakshasa/rtorrent/wiki#download-links https://ru.wikibooks.org/wiki/RTorrent Отдельное спасибо за фикс lighttpd и rtorrent.conf @TheBB, @Александр Рыжов
  6. Установка и настройка Transmission Transmission - BitTorrent-клиент c открытым кодом. Версия из репозитория Transmission 2.94-2: http://bin.entware.net/mipselsf-k3.4/transmission-daemon-mbedtls_2.94-2_mipsel-3.4.ipk http://bin.entware.net/mipselsf-k3.4/transmission-web_2.94-2_mipsel-3.4.ipk Изменения: Transmission 2.94: All Platforms: Fix building against LibreSSL (#284, #486, #570) Fix building against mbedTLS (#115, #528) Fix torrents ETA calculation (#522) Fix cross-compilation issues caused by miniupnpc configuration test (#475) Qt Client: Fix bad downloaded percentage in DetailsDialog (#547) Web Client: Fix tracker error XSS in inspector (CVE pending; found by Rory McNamara of Gotham Digital Science) Fix torrent name HTML-escaping in trackers inspector tab Transmission 2.93: All Platforms: Fix CVE-2018-5702 (#468) Fix crash on handshake if establishing DH shared secret fails (#27) Fix crash when switching to next tracker during announcement (#297) Fix potential issue during password salt extraction in OOM situation (#141) Workaround glib_DEFUN- and glib_REQUIRE-related configuration issue (#215) Fix building against OpenSSL 1.1.0+ (#24) Mac Client: Fix uncaught exception when dragging multiple items between groups (#51) Don't hard-code libcrypto version to 0.9.8 in Xcode project (#71) Подготовка: 1. Создаем раздел EXT4 на жестком диске - Использование файловой системы EXT4 на USB-накопителях. 2. Установка и настройка Entware - в данной теме. Работоспособность проверена с: Keenetic Giga III и Keenetic Giga KN-1010, прошивка draft 2.12.A.3.0-2 от 06.02.2018, раздел на HDD EXT4. Обновляемся: ~ # opkg update Downloading http://bin.entware.net/mipselsf-k3.4/Packages.gz Updated list of available packages in /opt/var/opkg-lists/entware Downloading http://bin.entware.net/mipselsf-k3.4/keenetic/Packages.gz Updated list of available packages in /opt/var/opkg-lists/keendev Устанавливаем: / # opkg install transmission-daemon-mbedtls Installing transmission-daemon-mbedtls (2.94-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/transmission-daemon-mbedtls_2.94-2_mipsel-3.4.ipk Installing libcurl (7.59.0-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libcurl_7.59.0-2_mipsel-3.4.ipk Installing libopenssl (1.0.2o-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libopenssl_1.0.2o-1_mipsel-3.4.ipk Installing zlib (1.2.11-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/zlib_1.2.11-2_mipsel-3.4.ipk Installing libevent2 (2.0.22-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libevent2_2.0.22-1_mipsel-3.4.ipk Installing libminiupnpc (2.0.20170509-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libminiupnpc_2.0.20170509-1_mipsel-3.4.ipk Installing libnatpmp (20150609-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libnatpmp_20150609-1_mipsel-3.4.ipk Installing libmbedtls (2.8.0-1) to root... Downloading http://bin.entware.net/mipselsf-k3.4/libmbedtls_2.8.0-1_mipsel-3.4.ipk Configuring zlib. Configuring libopenssl. Configuring libcurl. Configuring libmbedtls. Configuring libevent2. Configuring libnatpmp. Configuring libminiupnpc. Configuring transmission-daemon-mbedtls. / # opkg install transmission-web Installing transmission-web (2.94-2) to root... Downloading http://bin.entware.net/mipselsf-k3.4/transmission-web_2.94-2_mipsel-3.4.ipk Configuring transmission-web. Смотрим путь, где находится .conf, .json и загрузочный файл: / # opkg files transmission-daemon-mbedtls Package transmission-daemon-mbedtls (2.94-1) is installed on root and has the following files: /opt/bin/transmission-daemon /opt/etc/init.d/S88transmission /opt/etc/transmission/settings.json /opt/etc/sysctl.d/20-transmission.conf Запускаем: ~ # /opt/etc/init.d/S88transmission start Starting transmission-daemon... done. Останавливаем: ~ # /opt/etc/init.d/S88transmission stop Checking transmission-daemon... alive. Shutting down transmission-daemon... done. Настройка settings.json (можно настроить под себя): Директория, где лежит файл конфигурации /opt/etc/transmission: /opt/etc/transmission Директория, куда будут скачиваться торрент-файлы: "download-dir": "/tmp/mnt/NTFS_TEST/download", Директория, куда будут помещаться недоскаченные торрент-файлы: "incomplete-dir": "/tmp/mnt/NTFS_TEST/no_download", NTFS_TEST - для записи торрент-файлов указал раздел с фс NTFS, { "alt-speed-down": 50, "alt-speed-enabled": false, "alt-speed-time-begin": 540, "alt-speed-time-day": 127, "alt-speed-time-enabled": false, "alt-speed-time-end": 1020, "alt-speed-up": 50, "bind-address-ipv4": "0.0.0.0", "bind-address-ipv6": "::", "blocklist-enabled": false, "blocklist-url": "http://list.iblocklist.com/?list=bt_level1", "cache-size-mb": 2, "dht-enabled": true, "download-dir": "/tmp/mnt/NTFS_TEST/download", "download-queue-enabled": true, "download-queue-size": 5, "encryption": 2, "idle-seeding-limit": 30, "idle-seeding-limit-enabled": false, "incomplete-dir": "/tmp/mnt/NTFS_TEST/no_download", "incomplete-dir-enabled": true, "lpd-enabled": true, "message-level": 1, "peer-congestion-algorithm": "", "peer-id-ttl-hours": 6, "peer-limit-global": 2000, "peer-limit-per-torrent": 200, "peer-port": 51413, "peer-port-random-high": 65535, "peer-port-random-low": 49152, "peer-port-random-on-start": false, "peer-socket-tos": "lowcost", "pex-enabled": true, "port-forwarding-enabled": true, "preallocation": 1, "prefetch-enabled": false, "queue-stalled-enabled": false, "queue-stalled-minutes": 30, "ratio-limit": 2, "ratio-limit-enabled": false, "rename-partial-files": true, "rpc-authentication-required": false, "rpc-bind-address": "0.0.0.0", "rpc-enabled": true, "rpc-host-whitelist": "", "rpc-host-whitelist-enabled": true, "rpc-password": "{56d033989b5274bc42981b4b51ab541d664aa689c1che9lt", "rpc-port": 9091, "rpc-url": "/transmission/", "rpc-username": "root", "rpc-whitelist": "127.0.0.1", "rpc-whitelist-enabled": false, "scrape-paused-torrents-enabled": true, "script-torrent-added-enabled": false, "script-torrent-added-filename": "", "script-torrent-done-enabled": false, "script-torrent-done-filename": "", "seed-queue-enabled": false, "seed-queue-size": 10, "speed-limit-down": 100, "speed-limit-down-enabled": false, "speed-limit-up": 100, "speed-limit-up-enabled": false, "start-added-torrents": true, "trash-original-torrent-files": true, "umask": 18, "upload-slots-per-torrent": 14, "utp-enabled": true, "watch-dir": "/opt/etc/transmission/watchdir", "watch-dir-enabled": true } Запускаем: ~ # /opt/etc/init.d/S88transmission start Starting transmission-daemon... done. Заходим в WebUI по адресу http://192.168.1.1:9091/transmission/web/ и делаем настройку (можно настроить под себя): https://cloud.mail.ru/public/LFEg/9f6gjsFfu https://cloud.mail.ru/public/GnnN/jUoLTDCe5 https://cloud.mail.ru/public/CEya/dJBxGcRrL https://cloud.mail.ru/public/3uPy/pbjBx7pQ7 https://cloud.mail.ru/public/JCdn/7JCRmzQoS Версия Transmission: https://cloud.mail.ru/public/15nb/kNMkAY6zv Скорость download: https://cloud.mail.ru/public/HYLn/Jgw2ZWQje https://cloud.mail.ru/public/LbCB/zpUyaiW8B https://cloud.mail.ru/public/HS33/58Lv8v4dS Загрузка CPU: CPU: 34.6% usr 18.1% sys 0.0% nic 32.9% idle 3.0% io 0.0% irq 11.1% sirq Load average: 2.01 1.58 1.29 2/111 14504 PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND 13805 1 root S 48904 19.0 0 47.9 transmission-daemon -g /opt/etc/transmission https://cloud.mail.ru/public/CXMj/9s5Trqkfc Информация по настройке Transmission: https://help.keenetic.net/hc/ru/articles/213967249 http://nmt200.ru/nmt/apps/trans https://github.com/transmission/transmission/wiki Отдельное спасибо за обновление и поддержку репозитория @zyxmon, @TheBB
  7. @Kirill Ivansky да, включите "Поддержку общего доступа к файлам SMB 1.0\CIFS: Последняя версия ПО для Вашего роутера Keenetic Giga - delta 2.04.C.7.0-9
  8. @OmegaTron команды: (config)> components list - show an available component list install - install or remove a component remove - remove the component from this system preset - select a predefined set of components preview - show firmware info commit - apply selected component set validity-period - set a validity period of a local component list auto-update - manage firmware components auto-update settings далее: (config)> components remove kabinet Components::Manager: Component "kabinet" is queued for removal. (config)> components commit только убирать компоненты надо "с умом", не все подряд. установите opkg, получите доступ к shell и там сможете настроить iptables.
  9. @OmegaTron проверьте пожалуйста. Список компонентов: acl base cifs cloud cloudcontrol components corewireless dhcpd easyconfig fat ftp hfsplus igmp interface-extras kabinet monitor nathelper-ftp ntfs opkg opkg-kmod-audio opkg-kmod-fs opkg-kmod-netfilter opkg-kmod-tc opkg-kmod-usbip opkg-kmod-video pingcheck ppe ppp pppoe storage trafficcontrol udpxy usb Скачать: Keenetic Omni II_stable_2.08.C.2.0-4
  10. @OmegaTron можно попробовать собрать версию 2.08 с opkg, но это будет проблематично из-за маленького размера флеш-памяти. Какие основные компоненты Вам нужны, кроме opkg?
  11. @OmegaTron sandbox beta - сейчас нет для Omni II, поэтому и вылезает данная ошибка. Можно перейти на stable, delta, draft. Была доступна версия 2.08.B.0.0-0, а она ниже stable версии.
  12. @TheBB а обновите пожалуйста transmission-cli-openssl_2.92+git-5_keenle.ipk transmission-daemon-openssl_2.92+git-5_keenle.ipk transmission-remote-openssl_2.92+git-5_keenle.ipk transmission-web_2.92+git-5_keenle.ipk до 2.93 в рамках uClibc-ng версии 1.0.28
  13. @Артём Головко сделайте пожалуйста: 1. Отключаем проблемные устройства от роутера. 2. Включаем режим отладки. 3. Подключаем проблемные устройства обратно. 4. Воспроизводим проблему. 5. Отключается режим отладки. 6. Пришлите self-test в личку.
  14. @Артём Головко подробнее - что конкретно у Вас происходит? Проблема с беспроводными клиентами? link down? Подробнее.
  15. По поводу настройки через cli - здесь. @ndm спасибо за долгожданную фичу, работает, как часы, особенно хорошо блочится реклама.
  16. @Michael Vasilyev используйте OPKG + exfat-fuse - Установка и настройка OPKG-пакета exfat-fuse для поддержки файловой системы exFAT
  17. @Alexander Moiseev зайдите в http://192.168.1.1/?#wireless.ap-5ghz и отключите Band Steering, если не отключен, далее проверьте работу. Если можно, в момент отключения хостов от 5 ГГц WifiMaster1/AccessPoint0, скиньте сюда log из http://192.168.1.1/?#tools.log p.s.: желательно обновиться до beta 2.11.B.0.0-0 от 28.12.2017
  18. @Le ecureuil @KorDen @vasek00 сегодня получил железку Ugreen 20265 USB 3.0 Gigabit Ethernet, проверил с Giga III 2.11.A.9.0-4: Свойства устройства Описание устройства ASIX AX88179 USB 3.0 to Gigabit Ethernet Adapter ID устройства 0B95-1790 Класс устройства FF / FF Протокол устройства 00 Версия 0100h Производитель ASIX Elec. Corp. Продукт AX88179 Серийный номер 00000000000DBC Поддерживаемая версия USB 3.00 Текущая скорость Super (USB 3.0) при загрузке определяется: Dec 16 19:40:46ndmkernel: usb 2-1: new high-speed USB device number 3 using xhci-hcd Dec 16 19:40:46ndmkernel: usb 2-1: New USB device found, idVendor=05e3, idProduct=0610 Dec 16 19:40:46ndmkernel: usb 2-1: Product: USB2.0 Hub Dec 16 19:40:46ndmkernel: usb 2-1: Manufacturer: GenesysLogic Dec 16 19:40:46ndmkernel: hub 2-1:1.0: USB hub found Dec 16 19:40:46ndmkernel: hub 2-1:1.0: 4 ports detected Dec 16 19:40:46ndmkernel: usb 3-1.1: new SuperSpeed USB device number 5 using xhci-hcd Dec 16 19:40:46ndmkernel: usb 3-1.1: New USB device found, idVendor=0b95, idProduct=1790 Dec 16 19:40:46ndmkernel: usb 3-1.1: Product: AX88179 Dec 16 19:40:46ndmkernel: usb 3-1.1: Manufacturer: ASIX Elec. Corp. Dec 16 19:40:46ndmkernel: usb 3-1.1: SerialNumber: 00000000000DBC Dec 16 19:40:47ndmkernel: ax88179_178a 3-1.1:1.0: eth0: register 'ax88179_178a' at usb-xhci-hcd-1.1, ASIX AX88179 USB 3.0 Gigabit Ethernet, 00:0e:c6:a1:26:a8 Dec 16 19:40:47ndmNetwork::Interface::Usb: "AsixEthernet0": interface "AsixEthernet0" is plugged (port 2). Dec 16 19:40:51ndhcpcAsixEthernet0: NDM DHCP client (version 3.2.14) started. Dec 16 19:40:51ndhcpcAsixEthernet0: created PID file "/var/run/ndhcpc-asx_br0.pid". далее интерфейс пришлось настраивать через cli: ! interface AsixEthernet0 rename ASIX description USB_Ethernet usb device-id 0b95 1790 mac address e4:18:6b:1d:a1:45 security-level public ip address dhcp ip dhcp client hostname ENPA ip dhcp client dns-routes ip dhcp client name-servers ip mtu 1500 ip access-group _WEBADMIN_ISP in ip global 3000 up после стал получать ип от прова. но повторяется ситуация, как у @KorDen, сайт то грузят, то нет, при этом с клиента пинги до 8.8.8.8 (к примеру) идут без проблем.
  19. @ndm @Le ecureuil @Padavan Keenetic Ultra II 2.11.A.9.0-1 - поднимаем интерфейс OpenVPN via ISP (сервер взят с http://www.vpngate.net/), в начале подключения получаем ошибки Dec 6 11:25:37 ndm: Network::RoutingTable: gateway 10.211.1.46 is unreachable via OpenVPN0. [E] Dec 6 11:25:37 ndm: Network::Interface::OpenVpn: "OpenVPN0": failed to add a nameserver route. Dec 6 11:25:37 ndm: Network::Interface::OpenVpn: "OpenVPN0": adding nameserver 8.8.8.8. Dec 6 11:25:37 ndm: Dns::Manager: name server 8.8.8.8 added, domain (default). [E] Dec 6 11:25:37 ndm: Network::RoutingTable: gateway 10.211.1.46 is unreachable via OpenVPN0. [E] Dec 6 11:25:37 ndm: Network::Interface::OpenVpn: "OpenVPN0": failed to add a nameserver route. подключение проходит, все работает, резолв идет, все отлично. Далее, отключаем интерфейс OpenVPN и сразу же вылезает ошибка в логе: [E] Dec 6 11:26:04 transmissiond: Couldn't connect socket 33 to 212.220.15.228, port 11000 (errno 128 - Network is unreachable) [E] Dec 6 11:26:04 transmissiond: Couldn't connect socket 33 to 212.220.15.228, port 11000 (errno 128 - Network is unreachable) и так до бесконечности. при этом ISP подключение не становится активным. self-test ниже
  20. @zyxmon спасибо за наводку, так и сделал: ~ # mkdir -p /tmp/mnt/NTFS_TEST/exfat ~ # mount.exfat /dev/sdb1 /tmp/mnt/NTFS_TEST/exfat FUSE exfat 1.2.7 ~ # mount rootfs on / type rootfs (rw) /dev/root on / type squashfs (ro,relatime) tmpfs on /dev type tmpfs (rw,nosuid,noexec,relatime) none on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) /dev/mtdblock/7 on /storage type jffs2 (rw,nosuid,relatime) tmpfs on /tmp/run/acme/chroot/dev type tmpfs (rw,nosuid,noexec,relatime) none on /proc/bus/usb type usbfs (rw,nosuid,noexec,relatime) /dev/sda1 on /tmp/mnt/NTFS_TEST type tntfs (rw,nosuid,noexec,noatime,uid=0,gid=1000,umask=02,allow_utime=0020,nls=utf8,min_prealloc_size=64k,max_prealloc_size=30443336,readahead=4M,perm,user_xattr,case_sensitive,fail_safe,hidden=show,dotfile=show,protected_system=ignore,errors=continue,mft_zone_multiplier=1) /dev/sda2 on /tmp/mnt/opkg type ext3 (rw,relatime,errors=remount-ro,data=ordered) /dev/sda2 on /opt type ext3 (rw,relatime,errors=remount-ro,data=ordered) /dev/sdb1 on /tmp/mnt/NTFS_TEST/exfat type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) @zyxmon все работает отлично - https://cloud.mail.ru/public/8o7J/ed2vNkqpL
  21. @zyxmon сейчас проверил флешку, в которой имеется раздел exfat Nov 30 11:55:11ndmkernel: usb 2-2: new high-speed USB device number 2 using xhci-hcd Nov 30 11:55:11ndmkernel: usb 2-2: New USB device found, idVendor=0781, idProduct=5580 Nov 30 11:55:11ndmkernel: usb 2-2: Product: Extreme Nov 30 11:55:11ndmkernel: usb 2-2: Manufacturer: SanDisk Nov 30 11:55:11ndmkernel: usb 2-2: SerialNumber: AA010716121452487036 Nov 30 11:55:11ndmkernel: scsi1 : usb-storage 2-2:1.0 Nov 30 11:55:14ndmkernel: scsi 1:0:0:0: Direct-Access SanDisk Extreme 0001 PQ: 0 ANSI: 6 Nov 30 11:55:14ndmkernel: sd 1:0:0:0: Attached scsi generic sg1 type 0 Nov 30 11:55:14ndmkernel: sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB) Nov 30 11:55:14ndmkernel: sd 1:0:0:0: [sdb] Write Protect is off Nov 30 11:55:14ndmkernel: sd 1:0:0:0: [sdb] Mode Sense: 53 00 00 08 Nov 30 11:55:14ndmkernel: sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA Nov 30 11:55:14ndmkernel: sdb: sdb1 Nov 30 11:55:14ndmkernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk Nov 30 11:55:14ndmFileSystem::Ext: "/dev/sdb" has an unknown partition type, ignored. Nov 30 11:55:14ndmFileSystem::Ext: exfat "1D99-B908:": filesystem initialized. Nov 30 11:55:14ndmFileSystem::Native: failed to mount "/tmp/mnt/test": exfat filesystem not supported. Nov 30 11:55:14ndmFileSystem::Ext: failed to mount. Nov 30 11:55:14ndmFileSystem::Ext: exfat "1D99-B908:": unable to mount. Nov 30 11:55:14ndmFileSystem::Repository: failed to register "1D99-B908:" filesystem. установил Entware-Keenetic & uClibc-ng 1.0.27, далее пакет opkg install exfat-fuse ~ # opkg files exfat-fuse Package exfat-fuse (1.2.7-1) is installed on root and has the following files: /opt/sbin/exfatlabel /opt/sbin/mkexfatfs /opt/sbin/dumpexfat /opt/sbin/mount.exfat /opt/sbin/exfatfsck /opt/sbin/mount.exfat-fuse /opt/sbin/fsck.exfat /opt/sbin/mkfs.exfat делаем ~ # mkdir -p /tmp/mnt/exfat ~ # mount.exfat /dev/sdb1 /tmp/mnt/exfat FUSE exfat 1.2.7 но раздел все равно не виден в keenetic, в подключенных Device Start End Sectors Size Type /dev/sda1 40 60886714 60886675 29G Microsoft basic data /dev/sda2 60886720 117231373 56344654 26,9G Microsoft basic data Disk /dev/sdb: 14,9 GiB, 16013942784 bytes, 31277232 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x000a0d74 Device Boot Start End Sectors Size Id Type /dev/sdb1 * 256 31277231 31276976 14,9G 7 HPFS/NTFS/exFAT флешка же должна быть в подключенных после ввода mount.exfat /dev/sdb1 /tmp/mnt/exfat ?
  22. @TheBB пилот-пилотом, но работает отлично
  23. minidlna - 1.2.1-2 - MiniDLNA (aka ReadyDLNA) Версия из репозитория minidlna - 1.2.1-2 - MiniDLNA (aka ReadyDLNA) 1.2.1 - Released 24-Aug-2017 -------------------------------- - Added Movian client detection and subtitle support. - Fixed an issue with discovery on non-Linux systems. - Fixed Bonjour discovery compatibility with TiVo Bolt. - Fixed NFO file parsing, and added change monitoring support for them. - Added a workaround for video thumbnails on some Samsung clients. - Added DoS protection for event subscriptions. - Fixed content browsing issues with some Samsung TVs. - Improved non-destructive update scan support. Обновляемся до minidlna - 1.2.1-2. Это стало возможным благодаря @TheBB и обновлению репозиторию Entware-Keenetic & uClibc-ng 1.0.27 Устанавливаем: ~ # opkg install minidlna Installing minidlna (1.2.1-2) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/minidlna_1.2.1-2_keenle.ipk Installing libexif (0.6.21-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libexif_0.6.21-1_keenle.ipk Installing libjpeg (9a-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libjpeg_9a-1_keenle.ipk Installing libsqlite3 (3210000-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libsqlite3_3210000-1_keenle.ipk Installing libid3tag (0.15.1b-4) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libid3tag_0.15.1b-4_keenle.ipk Installing zlib (1.2.11-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/zlib_1.2.11-1_keenle.ipk Installing libflac (1.3.2-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libflac_1.3.2-1_keenle.ipk Installing libvorbis (1.3.5-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libvorbis_1.3.5-1_keenle.ipk Installing libogg (1.3.2-2) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libogg_1.3.2-2_keenle.ipk Installing libuuid (2.25.2-4b) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libuuid_2.25.2-4b_keenle.ipk Installing libffmpegthumbnailer (2.2.0-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libffmpegthumbnailer_2.2.0-1_keenle.ipk Installing libffmpeg-full (3.2.8-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libffmpeg-full_3.2.8-1_keenle.ipk Installing libbz2 (1.0.6-3) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libbz2_1.0.6-3_keenle.ipk Installing alsa-lib (1.1.5-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/alsa-lib_1.1.5-1_keenle.ipk Installing libopus (1.2.1-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libopus_1.2.1-1_keenle.ipk Installing libpng (1.6.32-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libpng_1.6.32-1_keenle.ipk Installing libiconv-full (1.11.1-3) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libiconv-full_1.11.1-3_keenle.ipk Installing libintl-full (0.19.8.1-1) to root... Downloading http://pkg.entware-keenetic.ru/binaries/keenle/test/uClibc-27/libintl-full_0.19.8.1-1_keenle.ipk Configuring zlib. Configuring libbz2. Configuring alsa-lib. Configuring libopus. Configuring libffmpeg-full. Configuring libpng. Configuring libjpeg. Configuring libffmpegthumbnailer. Configuring libogg. Configuring libexif. Configuring libflac. Configuring libiconv-full. Configuring libvorbis. Configuring libuuid. Configuring libintl-full. Configuring libsqlite3. Configuring libid3tag. Configuring minidlna. Запускаем: ~ # /opt/etc/init.d/S90minidlna start Starting minidlna... done. Останавливаем: ~ # /opt/etc/init.d/S90minidlna stop Checking minidlna... alive. Shutting down minidlna... done. Редактируем конфиг minidlna.conf под себя: # port for HTTP (descriptions, SOAP, media transfer) traffic port=8200 # network interfaces to serve, comma delimited network_interface=br0 # specify the user account name or uid to run as #user=enpa # set this to the directory you want scanned. # * if you want multiple directories, you can have multiple media_dir= lines # * if you want to restrict a media_dir to specific content types, you # can prepend the types, followed by a comma, to the directory: # + "A" for audio (eg. media_dir=A,/opt/home/enpa/audio) # + "V" for video (eg. media_dir=V,/opt/home/enpa/video) # + "P" for images (eg. media_dir=P,/opt/home/enpa/foto) # + "PV" for pictures and video (eg. media_dir=PV,/home/enpa/digital_camera) media_dir=/opt/media media_dir=/opt/home/transmission/download # set this to merge all media_dir base contents into the root container # note: the default is no #merge_media_dirs=no # set this if you want to customize the name that shows up on your clients friendly_name=MYDLNA # set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache db_dir=/opt/var/minidlna/db # set this if you would like to specify the directory where you want MiniDLNA to store its log file log_dir=/opt/var/minidlna/log # set this to change the verbosity of the information that is logged # each section can use a different level: off, fatal, error, warn, info, or debug log_level=general,artwork,database,inotify,scanner,metadata,http,ssdp,tivo=warn # this should be a list of file names to check for when searching for album art # note: names should be delimited with a forward slash ("/") album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg # set this to no to disable inotify monitoring to automatically discover new files # note: the default is yes inotify=yes # set this to yes to enable support for streaming .jpg and .mp3 files to a TiVo supporting HMO enable_tivo=no # set this to strictly adhere to DLNA standards. # * This will allow server-side downscaling of very large JPEG images, # which may hurt JPEG serving performance on (at least) Sony DLNA products. strict_dlna=no # default presentation url is http address on port 80 #presentation_url=http://www.mylan/index.php # notify interval in seconds. default is 895 seconds. notify_interval=60 # serial and model number the daemon will report to clients # in its XML description serial=12345678 model_number=1 # specify the path to the MiniSSDPd socket #minissdpdsocket=/opt/var/minidlna/minissdpd.sock # use different container as root of the tree # possible values: # + "." - use standard container (this is the default) # + "B" - "Browse Directory" # + "M" - "Music" # + "V" - "Video" # + "P" - "Pictures" # + Or, you can specify the ObjectID of your desired root container (eg. 1$F for Music/Playlists) # if you specify "B" and client device is audio-only then "Music/Folders" will be used as root #root_container=. # always force SortCriteria to this value, regardless of the SortCriteria passed by the client force_sort_criteria=+upnp:class,+upnp:originalTrackNumber,+dc:title # maximum number of simultaneous connections # note: many clients open several simultaneous connections while streaming #max_connections=50 # PNG image to use for an icon, optionally followed by a hex background # color #icon=myicon.png,7f7f7f # Background color (hex rgb triplet) for PNG images converted to jpeg. Two # colors indicate that a checkerboard background, in those colors, should # be used. #bgcolor=666666,999999 # Suport to Movie Thumbnail generation. To use this option, thumbnail generation must be enable at compile time. enable_thumbnail=yes # The width of the thumbnail image. Large images takes more time to generate. To use this option, thumbnail generation must be enable at compile time. thumbnail_width=160 # Thumbnail Image quality. To use this option, thumbnail generation must be enable at compile time. thumbnail_quality=8 # Should the thumbnail have a film strip? To use this option, thumbnail generation must be enable at compile time. enable_thumbnail_filmstrip=yes # For owners of LG TVs who suffer from 100% CPU utilization on the server # If you have a large collection of movies, set this value to define # how many objects will be sent by the server at once (0-100) # The downside of using this option is being unable to # "see" all images and/or pictures at once, the workaround is to use # the "Browse Folders" mode # search_limit=0 Запускаем, проверяем: ~ # /opt/etc/init.d/S90minidlna start Starting minidlna... done. в VLC, Windows: https://cloud.mail.ru/public/LtsC/rGSxiTigc https://cloud.mail.ru/public/CCbq/WNrBNS7bt https://cloud.mail.ru/public/GVme/To1zZrAJh пример лога /opt/var/minidlna/log: [2017/11/30 10:15:37] minidlna.c:1231: warn: Starting MiniDLNA version 1.2.1. [2017/11/30 10:15:37] minidlna.c:469: warn: Creating new database at /opt/var/minidlna/db/files.db [2017/11/30 10:15:37] minidlna.c:1272: warn: HTTP listening on port 8200 [2017/11/30 10:15:37] playlist.c:135: warn: Parsing playlists... [2017/11/30 10:15:37] playlist.c:269: warn: Finished parsing playlists. [2017/11/30 10:15:38] minidlna.c:157: warn: received signal 15, good-bye [2017/11/30 10:15:39] minidlna.c:1231: warn: Starting MiniDLNA version 1.2.1. [2017/11/30 10:15:39] minidlna.c:1272: warn: HTTP listening on port 8200 [2017/11/30 10:15:39] playlist.c:135: warn: Parsing playlists... [2017/11/30 10:15:39] playlist.c:269: warn: Finished parsing playlists. [2017/11/30 10:19:07] upnphttp.c:1021: warn: /favicon.ico not found, responding ERROR 404 [2017/11/30 10:24:39] minidlna.c:157: warn: received signal 15, good-bye [2017/11/30 10:24:56] minidlna.c:1231: warn: Starting MiniDLNA version 1.2.1. [2017/11/30 10:24:56] minidlna.c:471: warn: New media_dir detected; rebuilding... [2017/11/30 10:24:56] minidlna.c:1272: warn: HTTP listening on port 8200 [2017/11/30 10:24:58] playlist.c:135: warn: Parsing playlists... [2017/11/30 10:24:58] playlist.c:269: warn: Finished parsing playlists. [2017/11/30 10:25:38] upnphttp.c:1449: warn: Client tried to specify transferMode as Streaming with an image! [2017/11/30 10:25:38] upnphttp.c:1449: warn: Client tried to specify transferMode as Streaming with an image! [2017/11/30 10:29:13] minidlna.c:157: warn: received signal 15, good-bye [2017/11/30 10:29:14] minidlna.c:1231: warn: Starting MiniDLNA version 1.2.1. [2017/11/30 10:29:14] minidlna.c:1272: warn: HTTP listening on port 8200 [2017/11/30 10:29:14] playlist.c:135: warn: Parsing playlists... [2017/11/30 10:29:14] playlist.c:269: warn: Finished parsing playlists. [2017/11/30 10:30:39] upnphttp.c:1061: warn: HTTP Connection closed unexpectedly [2017/11/30 10:30:39] upnphttp.c:1061: warn: HTTP Connection closed unexpectedly [2017/11/30 10:34:16] minidlna.c:157: warn: received signal 15, good-bye [2017/11/30 10:34:17] minidlna.c:1231: warn: Starting MiniDLNA version 1.2.1. [2017/11/30 10:34:17] minidlna.c:473: warn: Removed media_dir detected; rebuilding... [2017/11/30 10:34:18] minidlna.c:1272: warn: HTTP listening on port 8200 [2017/11/30 10:34:18] scanner.c:731: warn: Scanning /opt/home/transmission/download [2017/11/30 10:34:24] scanner.c:820: warn: Scanning /opt/home/transmission/download finished (3 files)! [2017/11/30 10:34:24] playlist.c:135: warn: Parsing playlists... [2017/11/30 10:34:24] playlist.c:269: warn: Finished parsing playlists. [2017/11/30 10:34:24] sql.c:117: warn: sql_get_int_field: step failed: SQL logic error SELECT count(*) from OBJECTS where PARENT_ID = '0'; [2017/11/30 10:34:30] upnphttp.c:1449: warn: Client tried to specify transferMode as Streaming with an image! [2017/11/30 10:34:30] upnphttp.c:1449: warn: Client tried to specify transferMode as Streaming with an image! [2017/11/30 10:55:24] upnphttp.c:1061: warn: HTTP Connection closed unexpectedly [2017/11/30 10:55:24] upnphttp.c:1061: warn: HTTP Connection closed unexpectedly [2017/11/30 10:57:45] minidlna.c:1144: error: MiniDLNA is already running. EXITING. [2017/11/30 10:57:47] minidlna.c:1144: error: MiniDLNA is already running. EXITING. [2017/11/30 10:57:54] minidlna.c:1144: error: MiniDLNA is already running. EXITING. [2017/11/30 10:57:55] minidlna.c:1144: error: MiniDLNA is already running. EXITING. [2017/11/30 10:57:56] minidlna.c:1144: error: MiniDLNA is already running. EXITING. [2017/11/30 11:01:34] minidlna.c:157: warn: received signal 15, good-bye [2017/11/30 11:01:39] minidlna.c:1231: warn: Starting MiniDLNA version 1.2.1. [2017/11/30 11:01:39] minidlna.c:1272: warn: HTTP listening on port 8200 [2017/11/30 11:01:39] playlist.c:135: warn: Parsing playlists... [2017/11/30 11:01:39] playlist.c:269: warn: Finished parsing playlists. [2017/11/30 11:03:44] upnphttp.c:1449: warn: Client tried to specify transferMode as Streaming with an image! [2017/11/30 11:03:44] upnphttp.c:1449: warn: Client tried to specify transferMode as Streaming with an image!
  24. @TheBB полет отличный, уже поставил minidlna и openssh-sftp-server:
  25. @Le ecureuil сегодня подключил для проверки ThinkPad USB 3.0 Ethernet Adapter, полет отличный, все определилось и завелось: Nov 28 12:36:52ndmCore::Syslog: the system log has been cleared. Nov 28 12:36:53ndmkernel: usb 3-1: new SuperSpeed USB device number 3 using xhci-hcd Nov 28 12:36:53ndmkernel: usb 3-1: New USB device found, idVendor=17ef, idProduct=7205 Nov 28 12:36:53ndmkernel: usb 3-1: Product: ThinkpadUSBLAN Nov 28 12:36:53ndmkernel: usb 3-1: Manufacturer: Lenovo Nov 28 12:36:53ndmkernel: usb 3-1: SerialNumber: 3C18A000E598 Nov 28 12:36:53ndmkernel: usbip-host 3-1:2.0: 3-1 is not in match_busid table... skip! Nov 28 12:36:53ndmkernel: usbip-host 3-1:2.1: 3-1 is not in match_busid table... skip! Nov 28 12:36:53ndmkernel: usb 3-1: reset SuperSpeed USB device number 3 using xhci-hcd Nov 28 12:36:53ndmkernel: xhci-hcd xhci-hcd: xHCI xhci_drop_endpoint called with disabled ep 8b9df280 Nov 28 12:36:53ndmkernel: xhci-hcd xhci-hcd: xHCI xhci_drop_endpoint called with disabled ep 8b9df2ac Nov 28 12:36:53ndmkernel: xhci-hcd xhci-hcd: xHCI xhci_drop_endpoint called with disabled ep 8b9df2d8 Nov 28 12:36:53ndmkernel: r8152 3-1:1.0: eth0: v1.08.2 Nov 28 12:36:53ndmNetwork::Interface::Usb: "CdcEthernet0": interface "CdcEthernet0" is plugged (port 2). @Le ecureuil единственное что, в логе вылезают сообщения: Nov 28 12:36:53ndmkernel: xhci-hcd xhci-hcd: xHCI xhci_drop_endpoint called with disabled ep 8b9df280 Nov 28 12:36:53ndmkernel: xhci-hcd xhci-hcd: xHCI xhci_drop_endpoint called with disabled ep 8b9df2ac Nov 28 12:36:53ndmkernel: xhci-hcd xhci-hcd: xHCI xhci_drop_endpoint called with disabled ep 8b9df2d8 + не работает индикация передачи \ получения пакетов.
×
×
  • Создать...

Важная информация

На этом сайте используются файлы cookie. Нажимая "Я принимаю" или продолжая просмотр сайта, вы разрешаете их использование: Политика конфиденциальности.