LINUX.ORG.RU

Сообщения Shouldercannon

 

Требуется помощь в настройке маршрутизации прокси

Доброго времени суток! Кто может помочь реализовать такую схему? Xray XTLS-Reality уже работает, на текущий момент необходимо поставить Ovpn (протокол TCP или UDP без разницы) и настроить маршрутизацию. На платной основе.

Схема https://rvs.ucoz.com/misc/scheme.png

Обратная связь: listviewitems@mail.ru Ubuntu Server 22 LTS

Перемещено shell-script из general

 

Shouldercannon
()

Проблема с установкой LuaSql для MariaDB на Debian 10

Debian 10 / mariadb

Прошу помощи! Подскажите пожалуйста, как мне установить LuaSql для базы данных MariaDb.

Команда:

luarocks install luasql-mysql MYSQL_INCDIR=/usr/include/mariadb

Получаю ошибку (даже с явно указанным путем до файла: mysql.h (при этом скрипт установки зачем то добавляет /include к пути (хотя я указываю /usr/include/mariadb)

root@connect:~# luarocks install luasql-mysql MYSQL_DIR=/usr/include/mariadb
Installing https://luarocks.org/luasql-mysql-2.6.0-1.rockspec

Error: Could not find header file for MYSQL
  No file mysql.h in /usr/include/mariadb/include
You may have to install MYSQL in your system and/or pass MYSQL_DIR or MYSQL_INCDIR to the luarocks command.
Example: luarocks install luasql-mysql MYSQL_DIR=/usr/local

Вот вывод путей до файлов:

root@connect:~# find /usr/ -name 'liblua.a'
/usr/local/lib/liblua.a
-------------
root@connect:~# find /usr/ -name 'mysql.h'
/usr/include/mariadb/mysql.h
/usr/include/mariadb/server/mysql.h

 , , ,

Shouldercannon
()

Не приходит Спам с Zimbra в Outlook

Доброго времени суток! По протоколу POP3 в Outlook 2013 не приходят в папку «Нежелательная почта» письма из папки «Спам» в Zimbra, но приходят по протоколу IMAP. Получается, что протокол POP3 не может получать спам или неправильно настроен сам почтовый сервер с Zimbra?

 , ,

Shouldercannon
()

Установка Zimbra, запутался в DNS зонах

Установил Zimbra, работаю с почтовыми серверами первый раз. Создал созну «mydomain.ru» в локальном DNS сервере. Прописал MX, A, DKIM, SPF в локальном DNS сервере.

Почта ходит внутри сети через Zimbra. Почта отправляется на внешние почтовики, правда поподается сразу в спам, не удивительно

Теперь стоит задача открыть доступ для получения писем из внешней сети. Адрес «mydomain.ru» зарегал у хостера «hoster.ru», в его DNS записи пытался прописать A, MX данные для отправки на наш внешний адрес. И тут то я запутался, как реализовать эту схему?

Имя сервера внутри домена (в лок. сети) «mail.mydomain.ru»

Имя сервера в файле host (ubuntu) на самом сервере Zimbra: «192.168.0.12 mail.mydomain.ru mail»

Получается что нужно как то на домене «mydomain.ru» в dns записях хостера «hoster.ru» прописать что то, что бы при отправке письма например с @gmail.com он обращатся к внешнему «mydomain.ru», получал наш внешний ip, затем запрос обрабатывал наш внутренний dns сервер и письмо попадало на наш сервер Zimbra в лок. сети.

Или все в корне не верно? Я уже перечитал тонну всякой инфы и в итоге вообще запутался.

И еще следом вопрос, получается где нужно прописывать DKIM и SPF ? На нашем локальном dns сервере в зоне «mydomain.ru» или на внешней dns зоне домена «mydomain.ru» у хостера?

https://rvs.ucoz.com/misc/zimbra1.png https://rvs.ucoz.com/misc/zimbra2.png

 ,

Shouldercannon
()

Сетевые мосты для интерфейса eth0

Знатоки, прошу подсказать, Ubuntu Server 16 LTS правильно ли я указал «мосты» для интерфейса eth0? Мне нужно для вируалки.

Прошу подсказать, т.к. сервер удаленный и если я применю этот конфиг, есть риск потерять SSH при перезапуске.

### Hetzner Online GmbH installimage

source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback
iface lo inet6 loopback

auto br1
iface br1 inet dhcp
  bridge_ports eth0
  bridge_stp off
  bridge_maxwait 0
  up route add -host 134.56.219.100 dev br1

auto br2
iface br2 inet dhcp
  bridge_ports eth0
  bridge_stp off
  bridge_maxwait 0
  up route add -host 134.50.219.101 dev br2

 

Shouldercannon
()

FFMPEG-PHP не подключается к FFMPEG

Ubuntu 16 LTS, Nginx 1.13, Apache, Php 7.2 fpm, FFMPEG Скомпилил нужный мне конфиг FFMPEG с опцией --enable-shared специально для FFMPEG-PHP модуля (т.к. он требует) Теперь пытаюсь скомпилить собсно сам FFMPEG-PHP, все компилит и скипает с ошибкой:

Ошибка FFMPEG-PHP при компиляции:

root@VIDEOPNZ:~# cd ~/ffmpeg-php
root@VIDEOPNZ:~/ffmpeg-php# phpize
Configuring for:
PHP Api Version:         20170718
Zend Module Api No:      20170718
Zend Extension Api No:   320170718
root@VIDEOPNZ:~/ffmpeg-php# ./configure && make -j4
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php/20170718 -I/usr/include/php/20170718/main -I/usr/include/php/20170718/TSRM -I/usr/include/php/20170718/Zend -I/usr/include/php/20170718/ext -I/usr/include/php/20170718/ext/date/lib
checking for PHP extension directory... /usr/lib/php/20170718
checking for PHP installed headers prefix... /usr/include/php/20170718
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking for ffmpeg support... yes, shared
checking whether to force gd support in ffmpeg-php... no
checking for ffmpeg headers...
configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option
configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option

То есть он утверждает что FFMPEG с опцией --enable-shared отсутствует, но как блин он отсутствует, если он есть и он работает. Может он не туда смотрит? Или я как то не так запускаю его компиляцию? Прошу помощи знающих, как ему скормить ffmpeg???

А вот скомпиленный FFMPEG, точнее его статус ответа и опция --enable-shared тут есть!

root@VIDEOPNZ:~# ffmpeg
ffmpeg version N-93527-g1125277 Copyright (c) 2000-2019 the FFmpeg developers
  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.11) 20160609
  configuration: --prefix=/home/odmin/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/odmin/ffmpeg_build/include --extra-ldflags=-L/home/odmin/ffmpeg_build/lib --extra-libs='-lpthread -lm' --bindir=/home/odmin/bin --enable-pic --enable-gpl --enable-shared --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree
  libavutil      56. 26.100 / 56. 26.100
  libavcodec     58. 48.100 / 58. 48.100
  libavformat    58. 26.101 / 58. 26.101
  libavdevice    58.  7.100 / 58.  7.100
  libavfilter     7. 48.100 /  7. 48.100
  libswscale      5.  4.100 /  5.  4.100
  libswresample   3.  4.100 /  3.  4.100
  libpostproc    55.  4.100 / 55.  4.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'

 

Shouldercannon
()

Nginx не получается запустить модуль RTMP

Требуется проигрывание видосов с сервера (Ubuntu 16 LTS), стоит связка nginx 1.10.3 и апач. Веб сервак настроенн, все работает ок. Теперь пересобираю nginx с нужными мне модулями:

Nginx 1.10.3 собран со всеми стандартными модулями, плюс добавил модули: RTMP, Progress upload, FLV, MP4.

./configure --with-cc-opt='-g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro 

-Wl,-z,now' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --

pid-path=/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-

path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-ipv6 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --

with-http_auth_request_module --with-http_addition_module --with-http_dav_module --with-http_geoip_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module 

--with-http_v2_module --with-http_sub_module --with-http_xslt_module --with-stream --with-stream_ssl_module --with-mail --with-mail_ssl_module --with-threads --with-http_mp4_module --with-

http_flv_module --add-module=/home/odmin/nginx-rtmp-module-master --add-module=/home/odmin/nginx-upload-progress-module-master

В конфиге nginx.conf добавил:

rtmp {
    server {
        application vidbase {
            play /var/www/;
        }
    }
}

Однако при старте выдает ошибку, ругается на вставленный в конфиг код: RTMP root@VIDEOPNZ:~# service nginx start Job for nginx.service failed because the control process exited with error code. See «systemctl status nginx.service» and «journalctl -xe» for details.

(Вот этот код)

root@VIDEOPNZ:~# systemctl status nginx.service journalctl
? nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Пт 2019-03-29 12:39:11 MSK; 58s ago
  Process: 28335 ExecStop=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid (code=exited, status=0/SUCCESS)
  Process: 28236 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
  Process: 29430 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
 Main PID: 28238 (code=exited, status=0/SUCCESS)

мар 29 12:39:11 VIDEOPNZ systemd[1]: Starting A high performance web server and a reverse proxy server...
мар 29 12:39:11 VIDEOPNZ nginx[29430]: nginx: [emerg] unknown directive "rtmp" in /etc/nginx/nginx.conf:10
мар 29 12:39:11 VIDEOPNZ nginx[29430]: nginx: configuration file /etc/nginx/nginx.conf test failed
мар 29 12:39:11 VIDEOPNZ systemd[1]: nginx.service: Control process exited, code=exited status=1
мар 29 12:39:11 VIDEOPNZ systemd[1]: Failed to start A high performance web server and a reverse proxy server.
мар 29 12:39:11 VIDEOPNZ systemd[1]: nginx.service: Unit entered failed state.
мар 29 12:39:11 VIDEOPNZ systemd[1]: nginx.service: Failed with result 'exit-code'.

? journalctl.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)

При этом сам nginx собрался (make, make install) без ошибок совершенно. В чем может быть проблема? Я уже сдаюсь, прошу помощи знающих людей.

 

Shouldercannon
()

RSS подписка на новые темы