Page 16 of 30

СОФТ и инструкции для Porteus-4.x

Posted: 28 May 2019, 17:45
by Blaze
SaintAnd, как вариант можно использовать AnyDesk.
anydesk-5.0.0-1.fc24.i686-bundle.xzm
anydesk-5.0.0-1.fc24.x86_64-bundle.xzm
Конечно возникнет вопрос по каким серверам пропускается трафик через УД AnyDesk.

Есть еще программа для УД Ассистент для LINUX, но ее заставить работать не получилось, так как там была ошибка TApplication.HandleException Access violation.
Как сейчас обстоят дела не знаю.
Ответ от их тех. поддержки
Добрый день.
Тестирование нашего приложения на ОС
Porteus не производилось, поэтому
гарантировать его работоспособность
мы не можем.
Поддерживаемые ОС Вы можете увидеть
перейдя по ссылке:
https://мойассистент.рф/скачать [1]

С уважением,
Служба технической поддержки
Системы удаленного мониторинга и
управления «Ассистент»

E-mail: service.assist@safib.ru
Сайт: http://мойассистент.рф [2]

СОФТ и инструкции для Porteus-4.x

Posted: 30 May 2019, 20:35
by SaintAnd
Blaze, значит anydesk?
Ладно. Хотя бы этим вариантом воспользуюсь, до выяснения лучших вариантов. Надеюсь заработает эта программа. Спасибо.

А про ассистента вообще не знал. Интересный проект.

СОФТ и инструкции для Porteus-5.x

Posted: 31 Aug 2019, 03:33
by Flexdj
pip - The Python Package Installer
Соберите пожалуйста для Porteus 3.2.2_i586

СОФТ и инструкции для Porteus-5.x

Posted: 31 Aug 2019, 08:34
by Blaze
А что мешает собрать самостоятельно https://slackbuilds.org/repository/14.2/python/pip/ ?

СОФТ и инструкции для Porteus-5.x

Posted: 31 Aug 2019, 16:41
by Flexdj
Blaze wrote:
31 Aug 2019, 08:34
А что мешает собрать самостоятельно https://slackbuilds.org/repository/14.2/python/pip/ ?
Требует много зависимостей ,я раньше собирал,загрузка python покетов загружалась но не устанавливалась.

СОФТ и инструкции для Porteus-5.x

Posted: 01 Sep 2019, 08:20
by Blaze
Flexdj, посмотрите здесь https://pkgs.org/download/pip и зависимости там же.

СОФТ и инструкции для Porteus-5.x

Posted: 22 Sep 2019, 11:55
by maksim_85
Подскажите пожалуйста, собрал через USM модуль Wireguard https://slackbuilds.org/repository/14.2 ... WireGuard/, а он никак не подключается. На Manjaro необходимо было докачать headers, здесь, я понимаю, его заменяют 05-devel.xzm и clipped_sources.xzm?
Скачиваю конфиг файл с https://tunsafe.com/vpn/, для удобства запуска, конфиг переименовываю в 1.conf
Ошибка следующая:
Porteus 5.0rc1

СОФТ и инструкции для Porteus-5.x

Posted: 22 Sep 2019, 12:22
by Blaze
Через USM не пойдет, так как завязка на ядро.
Собирайте с помощью WireGuard.SlackBuild - ссылку Вы привели выше.

СОФТ и инструкции для Porteus-5.x

Posted: 25 Sep 2019, 02:52
by maksim_85
Blaze, Извиняюсь, опять к вам за помощью...
Пытался собрать WireGuard модуль по вашей инструкции (MyTetra) из другой ветки:

Скачал https://slackbuilds.org/slackbuilds/14. ... ard.tar.gz и распаковал, затем в эту папку добавил https://git.zx2c4.com/WireGuard/snapsho ... 119.tar.xz

Далее уже в терминале:

Code: Select all

su
toor
cd /папка с WireGuard
./WireGuard.SlackBuild
Но выходит ошибка:
Если это важно,использую Porteus 4.0x64 с версией ядра 5.3.1

Wireguard нужен для Телеграм, он блокируется провайдером, а всякие другие VPN очень сильно режут скорость

СОФТ и инструкции для Porteus-5.x

Posted: 25 Sep 2019, 08:26
by Blaze
Баг в исходнике.
Заменил на WireGuard-0.0.20190913.tar.xz и поменял

Code: Select all

VERSION=${VERSION:-0.0.20190913}
WireGuard-0.0.20190913_5.3.1_porteus-x86_64-1_SBo.xzm (работоспособность не проверял - возможна поломка ОС, так, что будьте аккуратнее)

СОФТ и инструкции для Porteus-5.x

Posted: 25 Sep 2019, 11:18
by maksim_85
Blaze, к сожалению, нерабочий модуль... после загрузки низкое разрешение экрана, не работает wi-fi. Спасибо за помощь, видимо придется ждать официальной поддержки Wireguard на уровне ядра Линукс

СОФТ и инструкции для Porteus-5.x

Posted: 25 Sep 2019, 11:55
by Blaze
maksim_85, пересоберите пакет на своем компьютере, так как настройки моего ПК попали в модуль.
Полижите свой модуль в папку с модулями и перезагрузите компьютер.

СОФТ и инструкции для Porteus-5.x

Posted: 25 Sep 2019, 12:49
by maksim_85
Blaze, Да, уже пытался, выходит такой же модуль с теми же ошибками. Правда, собирается в WireGuard-0.0.20190913.tar.xz, а далее уже через USM я конвертирую в модуль .xzm
код в терминале при сборке:

Code: Select all

root@porteus:/home/guest/Desktop# cd /home/guest/Downloads/WireGuard/
root@porteus:/home/guest/Downloads/WireGuard# ./WireGuard.SlackBuild
WireGuard-0.0.20190913/
WireGuard-0.0.20190913/.gitignore
WireGuard-0.0.20190913/COPYING
WireGuard-0.0.20190913/README.md
WireGuard-0.0.20190913/contrib/
WireGuard-0.0.20190913/contrib/examples/
WireGuard-0.0.20190913/contrib/examples/dns-hatchet/
WireGuard-0.0.20190913/contrib/examples/dns-hatchet/README
WireGuard-0.0.20190913/contrib/examples/dns-hatchet/apply.sh
WireGuard-0.0.20190913/contrib/examples/dns-hatchet/hatchet.bash
WireGuard-0.0.20190913/contrib/examples/embeddable-wg-library/
WireGuard-0.0.20190913/contrib/examples/embeddable-wg-library/.gitignore
WireGuard-0.0.20190913/contrib/examples/embeddable-wg-library/Makefile
WireGuard-0.0.20190913/contrib/examples/embeddable-wg-library/README
WireGuard-0.0.20190913/contrib/examples/embeddable-wg-library/test.c
WireGuard-0.0.20190913/contrib/examples/embeddable-wg-library/wireguard.c
WireGuard-0.0.20190913/contrib/examples/embeddable-wg-library/wireguard.h
WireGuard-0.0.20190913/contrib/examples/extract-handshakes/
WireGuard-0.0.20190913/contrib/examples/extract-handshakes/.gitignore
WireGuard-0.0.20190913/contrib/examples/extract-handshakes/Makefile
WireGuard-0.0.20190913/contrib/examples/extract-handshakes/README
WireGuard-0.0.20190913/contrib/examples/extract-handshakes/extract-handshakes.sh
WireGuard-0.0.20190913/contrib/examples/extract-handshakes/offset-finder.c
WireGuard-0.0.20190913/contrib/examples/extract-keys/
WireGuard-0.0.20190913/contrib/examples/extract-keys/.gitignore
WireGuard-0.0.20190913/contrib/examples/extract-keys/Makefile
WireGuard-0.0.20190913/contrib/examples/extract-keys/README
WireGuard-0.0.20190913/contrib/examples/extract-keys/config.c
WireGuard-0.0.20190913/contrib/examples/extract-keys/extract-keys.c
WireGuard-0.0.20190913/contrib/examples/highlighter/
WireGuard-0.0.20190913/contrib/examples/highlighter/Makefile
WireGuard-0.0.20190913/contrib/examples/highlighter/README
WireGuard-0.0.20190913/contrib/examples/highlighter/fuzz.c
WireGuard-0.0.20190913/contrib/examples/highlighter/gui/
WireGuard-0.0.20190913/contrib/examples/highlighter/gui/highlight.cpp
WireGuard-0.0.20190913/contrib/examples/highlighter/gui/highlight.pro
WireGuard-0.0.20190913/contrib/examples/highlighter/highlight.c
WireGuard-0.0.20190913/contrib/examples/highlighter/highlighter.c
WireGuard-0.0.20190913/contrib/examples/highlighter/highlighter.h
WireGuard-0.0.20190913/contrib/examples/json/
WireGuard-0.0.20190913/contrib/examples/json/README
WireGuard-0.0.20190913/contrib/examples/json/wg-json
WireGuard-0.0.20190913/contrib/examples/keygen-html/
WireGuard-0.0.20190913/contrib/examples/keygen-html/.gitignore
WireGuard-0.0.20190913/contrib/examples/keygen-html/README
WireGuard-0.0.20190913/contrib/examples/keygen-html/keygen.html
WireGuard-0.0.20190913/contrib/examples/keygen-html/wireguard.js
WireGuard-0.0.20190913/contrib/examples/launchd/
WireGuard-0.0.20190913/contrib/examples/launchd/README
WireGuard-0.0.20190913/contrib/examples/launchd/com.wireguard.wg0.plist
WireGuard-0.0.20190913/contrib/examples/nat-hole-punching/
WireGuard-0.0.20190913/contrib/examples/nat-hole-punching/README
WireGuard-0.0.20190913/contrib/examples/nat-hole-punching/nat-punch-client.c
WireGuard-0.0.20190913/contrib/examples/nat-hole-punching/nat-punch-server.c
WireGuard-0.0.20190913/contrib/examples/ncat-client-server/
WireGuard-0.0.20190913/contrib/examples/ncat-client-server/README
WireGuard-0.0.20190913/contrib/examples/ncat-client-server/client-quick.sh
WireGuard-0.0.20190913/contrib/examples/ncat-client-server/client.sh
WireGuard-0.0.20190913/contrib/examples/ncat-client-server/server.sh
WireGuard-0.0.20190913/contrib/examples/reresolve-dns/
WireGuard-0.0.20190913/contrib/examples/reresolve-dns/README
WireGuard-0.0.20190913/contrib/examples/reresolve-dns/reresolve-dns.sh
WireGuard-0.0.20190913/contrib/examples/sticky-sockets/
WireGuard-0.0.20190913/contrib/examples/sticky-sockets/README
WireGuard-0.0.20190913/contrib/examples/sticky-sockets/sticky-sockets.c
WireGuard-0.0.20190913/contrib/examples/synergy/
WireGuard-0.0.20190913/contrib/examples/synergy/README
WireGuard-0.0.20190913/contrib/examples/synergy/synergy-client.sh
WireGuard-0.0.20190913/contrib/examples/synergy/synergy-server.sh
WireGuard-0.0.20190913/contrib/external-tests/
WireGuard-0.0.20190913/contrib/external-tests/go/
WireGuard-0.0.20190913/contrib/external-tests/go/.gitignore
WireGuard-0.0.20190913/contrib/external-tests/go/main.go
WireGuard-0.0.20190913/contrib/external-tests/haskell/
WireGuard-0.0.20190913/contrib/external-tests/haskell/Setup.hs
WireGuard-0.0.20190913/contrib/external-tests/haskell/package.yaml
WireGuard-0.0.20190913/contrib/external-tests/haskell/src/
WireGuard-0.0.20190913/contrib/external-tests/haskell/src/Data/
WireGuard-0.0.20190913/contrib/external-tests/haskell/src/Data/Time/
WireGuard-0.0.20190913/contrib/external-tests/haskell/src/Data/Time/TAI64.hs
WireGuard-0.0.20190913/contrib/external-tests/haskell/src/Main.hs
WireGuard-0.0.20190913/contrib/external-tests/haskell/stack.yaml
WireGuard-0.0.20190913/contrib/external-tests/python/
WireGuard-0.0.20190913/contrib/external-tests/python/main.py
WireGuard-0.0.20190913/contrib/external-tests/rust/
WireGuard-0.0.20190913/contrib/external-tests/rust/.gitignore
WireGuard-0.0.20190913/contrib/external-tests/rust/Cargo.toml
WireGuard-0.0.20190913/contrib/external-tests/rust/src/
WireGuard-0.0.20190913/contrib/external-tests/rust/src/main.rs
WireGuard-0.0.20190913/contrib/kernel-tree/
WireGuard-0.0.20190913/contrib/kernel-tree/create-patch.sh
WireGuard-0.0.20190913/contrib/kernel-tree/filter-compat-defines.sh
WireGuard-0.0.20190913/contrib/kernel-tree/jury-rig.sh
WireGuard-0.0.20190913/src/
WireGuard-0.0.20190913/src/Kbuild
WireGuard-0.0.20190913/src/Kconfig
WireGuard-0.0.20190913/src/Makefile
WireGuard-0.0.20190913/src/allowedips.c
WireGuard-0.0.20190913/src/allowedips.h
WireGuard-0.0.20190913/src/compat/
WireGuard-0.0.20190913/src/compat/Kbuild.include
WireGuard-0.0.20190913/src/compat/checksum/
WireGuard-0.0.20190913/src/compat/checksum/checksum_partial_compat.h
WireGuard-0.0.20190913/src/compat/compat-asm.h
WireGuard-0.0.20190913/src/compat/compat.h
WireGuard-0.0.20190913/src/compat/dst_cache/
WireGuard-0.0.20190913/src/compat/dst_cache/dst_cache.c
WireGuard-0.0.20190913/src/compat/dst_cache/include/
WireGuard-0.0.20190913/src/compat/dst_cache/include/net/
WireGuard-0.0.20190913/src/compat/dst_cache/include/net/dst_cache.h
WireGuard-0.0.20190913/src/compat/fpu-x86/
WireGuard-0.0.20190913/src/compat/fpu-x86/include/
WireGuard-0.0.20190913/src/compat/fpu-x86/include/asm/
WireGuard-0.0.20190913/src/compat/fpu-x86/include/asm/fpu/
WireGuard-0.0.20190913/src/compat/fpu-x86/include/asm/fpu/api.h
WireGuard-0.0.20190913/src/compat/intel-family-x86/
WireGuard-0.0.20190913/src/compat/intel-family-x86/include/
WireGuard-0.0.20190913/src/compat/intel-family-x86/include/asm/
WireGuard-0.0.20190913/src/compat/intel-family-x86/include/asm/intel-family.h
WireGuard-0.0.20190913/src/compat/memneq/
WireGuard-0.0.20190913/src/compat/memneq/include.h
WireGuard-0.0.20190913/src/compat/memneq/memneq.c
WireGuard-0.0.20190913/src/compat/neon-arm/
WireGuard-0.0.20190913/src/compat/neon-arm/include/
WireGuard-0.0.20190913/src/compat/neon-arm/include/asm/
WireGuard-0.0.20190913/src/compat/neon-arm/include/asm/neon.h
WireGuard-0.0.20190913/src/compat/ptr_ring/
WireGuard-0.0.20190913/src/compat/ptr_ring/include/
WireGuard-0.0.20190913/src/compat/ptr_ring/include/linux/
WireGuard-0.0.20190913/src/compat/ptr_ring/include/linux/ptr_ring.h
WireGuard-0.0.20190913/src/compat/simd-asm/
WireGuard-0.0.20190913/src/compat/simd-asm/include/
WireGuard-0.0.20190913/src/compat/simd-asm/include/asm/
WireGuard-0.0.20190913/src/compat/simd-asm/include/asm/simd.h
WireGuard-0.0.20190913/src/compat/simd/
WireGuard-0.0.20190913/src/compat/simd/include/
WireGuard-0.0.20190913/src/compat/simd/include/linux/
WireGuard-0.0.20190913/src/compat/simd/include/linux/simd.h
WireGuard-0.0.20190913/src/compat/siphash/
WireGuard-0.0.20190913/src/compat/siphash/include/
WireGuard-0.0.20190913/src/compat/siphash/include/linux/
WireGuard-0.0.20190913/src/compat/siphash/include/linux/siphash.h
WireGuard-0.0.20190913/src/compat/siphash/siphash.c
WireGuard-0.0.20190913/src/compat/udp_tunnel/
WireGuard-0.0.20190913/src/compat/udp_tunnel/include/
WireGuard-0.0.20190913/src/compat/udp_tunnel/include/net/
WireGuard-0.0.20190913/src/compat/udp_tunnel/include/net/udp_tunnel.h
WireGuard-0.0.20190913/src/compat/udp_tunnel/udp_tunnel.c
WireGuard-0.0.20190913/src/compat/udp_tunnel/udp_tunnel_partial_compat.h
WireGuard-0.0.20190913/src/cookie.c
WireGuard-0.0.20190913/src/cookie.h
WireGuard-0.0.20190913/src/crypto/
WireGuard-0.0.20190913/src/crypto/Kbuild.include
WireGuard-0.0.20190913/src/crypto/include/
WireGuard-0.0.20190913/src/crypto/include/zinc/
WireGuard-0.0.20190913/src/crypto/include/zinc/blake2s.h
WireGuard-0.0.20190913/src/crypto/include/zinc/chacha20.h
WireGuard-0.0.20190913/src/crypto/include/zinc/chacha20poly1305.h
WireGuard-0.0.20190913/src/crypto/include/zinc/curve25519.h
WireGuard-0.0.20190913/src/crypto/include/zinc/poly1305.h
WireGuard-0.0.20190913/src/crypto/zinc.h
WireGuard-0.0.20190913/src/crypto/zinc/
WireGuard-0.0.20190913/src/crypto/zinc/blake2s/
WireGuard-0.0.20190913/src/crypto/zinc/blake2s/blake2s-x86_64-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/blake2s/blake2s-x86_64.S
WireGuard-0.0.20190913/src/crypto/zinc/blake2s/blake2s.c
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-arm-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-arm.pl
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-arm64.pl
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-mips-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-mips.S
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-unrolled-arm.S
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-x86_64-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-x86_64.pl
WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20.c
WireGuard-0.0.20190913/src/crypto/zinc/chacha20poly1305.c
WireGuard-0.0.20190913/src/crypto/zinc/curve25519/
WireGuard-0.0.20190913/src/crypto/zinc/curve25519/curve25519-arm-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/curve25519/curve25519-arm.S
WireGuard-0.0.20190913/src/crypto/zinc/curve25519/curve25519-fiat32.c
WireGuard-0.0.20190913/src/crypto/zinc/curve25519/curve25519-hacl64.c
WireGuard-0.0.20190913/src/crypto/zinc/curve25519/curve25519-x86_64-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/curve25519/curve25519-x86_64.c
WireGuard-0.0.20190913/src/crypto/zinc/curve25519/curve25519.c
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-arm-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-arm.pl
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-arm64.pl
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-donna32.c
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-donna64.c
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-mips-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-mips.S
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-mips64.pl
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-x86_64-glue.c
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-x86_64.pl
WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305.c
WireGuard-0.0.20190913/src/crypto/zinc/selftest/
WireGuard-0.0.20190913/src/crypto/zinc/selftest/blake2s.c
WireGuard-0.0.20190913/src/crypto/zinc/selftest/chacha20.c
WireGuard-0.0.20190913/src/crypto/zinc/selftest/chacha20poly1305.c
WireGuard-0.0.20190913/src/crypto/zinc/selftest/curve25519.c
WireGuard-0.0.20190913/src/crypto/zinc/selftest/poly1305.c
WireGuard-0.0.20190913/src/crypto/zinc/selftest/run.h
WireGuard-0.0.20190913/src/device.c
WireGuard-0.0.20190913/src/device.h
WireGuard-0.0.20190913/src/dkms.conf
WireGuard-0.0.20190913/src/main.c
WireGuard-0.0.20190913/src/messages.h
WireGuard-0.0.20190913/src/netlink.c
WireGuard-0.0.20190913/src/netlink.h
WireGuard-0.0.20190913/src/noise.c
WireGuard-0.0.20190913/src/noise.h
WireGuard-0.0.20190913/src/peer.c
WireGuard-0.0.20190913/src/peer.h
WireGuard-0.0.20190913/src/peerlookup.c
WireGuard-0.0.20190913/src/peerlookup.h
WireGuard-0.0.20190913/src/queueing.c
WireGuard-0.0.20190913/src/queueing.h
WireGuard-0.0.20190913/src/ratelimiter.c
WireGuard-0.0.20190913/src/ratelimiter.h
WireGuard-0.0.20190913/src/receive.c
WireGuard-0.0.20190913/src/selftest/
WireGuard-0.0.20190913/src/selftest/allowedips.c
WireGuard-0.0.20190913/src/selftest/counter.c
WireGuard-0.0.20190913/src/selftest/ratelimiter.c
WireGuard-0.0.20190913/src/send.c
WireGuard-0.0.20190913/src/socket.c
WireGuard-0.0.20190913/src/socket.h
WireGuard-0.0.20190913/src/tests/
WireGuard-0.0.20190913/src/tests/debug.mk
WireGuard-0.0.20190913/src/tests/netns.sh
WireGuard-0.0.20190913/src/tests/qemu/
WireGuard-0.0.20190913/src/tests/qemu/Makefile
WireGuard-0.0.20190913/src/tests/qemu/arch/
WireGuard-0.0.20190913/src/tests/qemu/arch/aarch64.config
WireGuard-0.0.20190913/src/tests/qemu/arch/aarch64_be.config
WireGuard-0.0.20190913/src/tests/qemu/arch/arm.config
WireGuard-0.0.20190913/src/tests/qemu/arch/armeb.config
WireGuard-0.0.20190913/src/tests/qemu/arch/i686.config
WireGuard-0.0.20190913/src/tests/qemu/arch/m68k.config
WireGuard-0.0.20190913/src/tests/qemu/arch/mips.config
WireGuard-0.0.20190913/src/tests/qemu/arch/mips64.config
WireGuard-0.0.20190913/src/tests/qemu/arch/mips64el.config
WireGuard-0.0.20190913/src/tests/qemu/arch/mipsel.config
WireGuard-0.0.20190913/src/tests/qemu/arch/powerpc.config
WireGuard-0.0.20190913/src/tests/qemu/arch/powerpc64le.config
WireGuard-0.0.20190913/src/tests/qemu/arch/x86_64.config
WireGuard-0.0.20190913/src/tests/qemu/debug.config
WireGuard-0.0.20190913/src/tests/qemu/init.c
WireGuard-0.0.20190913/src/tests/qemu/kernel.config
WireGuard-0.0.20190913/src/timers.c
WireGuard-0.0.20190913/src/timers.h
WireGuard-0.0.20190913/src/tools/
WireGuard-0.0.20190913/src/tools/INSTALL
WireGuard-0.0.20190913/src/tools/Makefile
WireGuard-0.0.20190913/src/tools/completion/
WireGuard-0.0.20190913/src/tools/completion/wg-quick.bash-completion
WireGuard-0.0.20190913/src/tools/completion/wg.bash-completion
WireGuard-0.0.20190913/src/tools/config.c
WireGuard-0.0.20190913/src/tools/config.h
WireGuard-0.0.20190913/src/tools/containers.h
WireGuard-0.0.20190913/src/tools/curve25519.c
WireGuard-0.0.20190913/src/tools/curve25519.h
WireGuard-0.0.20190913/src/tools/encoding.c
WireGuard-0.0.20190913/src/tools/encoding.h
WireGuard-0.0.20190913/src/tools/genkey.c
WireGuard-0.0.20190913/src/tools/ipc.c
WireGuard-0.0.20190913/src/tools/ipc.h
WireGuard-0.0.20190913/src/tools/man/
WireGuard-0.0.20190913/src/tools/man/wg-quick.8
WireGuard-0.0.20190913/src/tools/man/wg.8
WireGuard-0.0.20190913/src/tools/mnlg.c
WireGuard-0.0.20190913/src/tools/mnlg.h
WireGuard-0.0.20190913/src/tools/pubkey.c
WireGuard-0.0.20190913/src/tools/set.c
WireGuard-0.0.20190913/src/tools/setconf.c
WireGuard-0.0.20190913/src/tools/show.c
WireGuard-0.0.20190913/src/tools/showconf.c
WireGuard-0.0.20190913/src/tools/subcommands.h
WireGuard-0.0.20190913/src/tools/systemd/
WireGuard-0.0.20190913/src/tools/systemd/wg-quick@.service
WireGuard-0.0.20190913/src/tools/terminal.c
WireGuard-0.0.20190913/src/tools/terminal.h
WireGuard-0.0.20190913/src/tools/wg-quick/
WireGuard-0.0.20190913/src/tools/wg-quick/android.c
WireGuard-0.0.20190913/src/tools/wg-quick/darwin.bash
WireGuard-0.0.20190913/src/tools/wg-quick/freebsd.bash
WireGuard-0.0.20190913/src/tools/wg-quick/linux.bash
WireGuard-0.0.20190913/src/tools/wg-quick/openbsd.bash
WireGuard-0.0.20190913/src/tools/wg-quick/wg
WireGuard-0.0.20190913/src/tools/wg.c
WireGuard-0.0.20190913/src/tools/wincompat/
WireGuard-0.0.20190913/src/tools/wincompat/compat.h
WireGuard-0.0.20190913/src/tools/wincompat/getrandom.c
WireGuard-0.0.20190913/src/tools/wincompat/include/
WireGuard-0.0.20190913/src/tools/wincompat/include/arpa/
WireGuard-0.0.20190913/src/tools/wincompat/include/arpa/inet.h
WireGuard-0.0.20190913/src/tools/wincompat/include/net/
WireGuard-0.0.20190913/src/tools/wincompat/include/net/if.h
WireGuard-0.0.20190913/src/tools/wincompat/include/netdb.h
WireGuard-0.0.20190913/src/tools/wincompat/include/netinet/
WireGuard-0.0.20190913/src/tools/wincompat/include/netinet/in.h
WireGuard-0.0.20190913/src/tools/wincompat/include/sys/
WireGuard-0.0.20190913/src/tools/wincompat/include/sys/ioctl.h
WireGuard-0.0.20190913/src/tools/wincompat/include/sys/socket.h
WireGuard-0.0.20190913/src/tools/wincompat/include/sys/un.h
WireGuard-0.0.20190913/src/tools/wincompat/init.c
WireGuard-0.0.20190913/src/tools/wincompat/ipc.c
WireGuard-0.0.20190913/src/tools/wincompat/libc.c
WireGuard-0.0.20190913/src/uapi/
WireGuard-0.0.20190913/src/uapi/wireguard.h
WireGuard-0.0.20190913/src/version.h
chmod: cannot operate on dangling symlink './src/tools/wg-quick/wg'
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/main.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/noise.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/device.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/peer.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/timers.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/queueing.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/send.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/receive.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/socket.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/peerlookup.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/allowedips.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/ratelimiter.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/cookie.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/netlink.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20.o
  PERLASM /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-x86_64.S
  AS [M]  /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/chacha20/chacha20-x86_64.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305.o
  PERLASM /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-x86_64.S
  AS [M]  /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/poly1305/poly1305-x86_64.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/chacha20poly1305.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/blake2s/blake2s.o
  AS [M]  /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/blake2s/blake2s-x86_64.o
  CC [M]  /tmp/SBo/WireGuard-0.0.20190913/src/crypto/zinc/curve25519/curve25519.o
  LD [M]  /tmp/SBo/WireGuard-0.0.20190913/src/wireguard.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/wireguard.mod.o
  LD [M]  /tmp/SBo/WireGuard-0.0.20190913/src/wireguard.ko
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/wg.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/config.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/show.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/terminal.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/ipc.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/mnlg.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/encoding.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/curve25519.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/setconf.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/genkey.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/showconf.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/pubkey.o
  CC      /tmp/SBo/WireGuard-0.0.20190913/src/tools/set.o
  LD      /tmp/SBo/WireGuard-0.0.20190913/src/tools/wg
  INSTALL /tmp/SBo/WireGuard-0.0.20190913/src/wireguard.ko
  DEPMOD  5.3.1-porteus
depmod: WARNING: could not open /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/modules.order: No such file or directory
depmod: WARNING: /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/extra/wireguard.ko needs unknown symbol udp_sock_create4
depmod: WARNING: /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/extra/wireguard.ko needs unknown symbol udp_tunnel6_xmit_skb
depmod: WARNING: /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/extra/wireguard.ko needs unknown symbol ipv6_mod_enabled
depmod: WARNING: /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/extra/wireguard.ko needs unknown symbol udp_tunnel_sock_release
depmod: WARNING: /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/extra/wireguard.ko needs unknown symbol setup_udp_tunnel_sock
depmod: WARNING: /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/extra/wireguard.ko needs unknown symbol udp_sock_create6
depmod: WARNING: /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/extra/wireguard.ko needs unknown symbol udp_tunnel_xmit_skb
depmod: WARNING: /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/extra/wireguard.ko needs unknown symbol ipv6_chk_addr
depmod: WARNING: could not open /tmp/SBo/package-WireGuard/lib/modules/5.3.1-porteus/modules.builtin: No such file or directory
depmod -a 5.3.1-porteus
install: creating directory '/tmp/SBo/package-WireGuard/usr'
install: creating directory '/tmp/SBo/package-WireGuard/usr/bin'
'wg' -> '/tmp/SBo/package-WireGuard/usr/bin/wg'
install: creating directory '/tmp/SBo/package-WireGuard/usr/man'
install: creating directory '/tmp/SBo/package-WireGuard/usr/man/man8'
'man/wg.8' -> '/tmp/SBo/package-WireGuard/usr/man/man8/wg.8'
install: creating directory '/tmp/SBo/package-WireGuard/usr/share'
install: creating directory '/tmp/SBo/package-WireGuard/usr/share/bash-completion'
install: creating directory '/tmp/SBo/package-WireGuard/usr/share/bash-completion/completions'
'completion/wg.bash-completion' -> '/tmp/SBo/package-WireGuard/usr/share/bash-completion/completions/wg'
'wg-quick/linux.bash' -> '/tmp/SBo/package-WireGuard/usr/bin/wg-quick'
install: creating directory '/tmp/SBo/package-WireGuard/etc'
install: creating directory '/tmp/SBo/package-WireGuard/etc/wireguard'
'man/wg-quick.8' -> '/tmp/SBo/package-WireGuard/usr/man/man8/wg-quick.8'
'completion/wg-quick.bash-completion' -> '/tmp/SBo/package-WireGuard/usr/share/bash-completion/completions/wg-quick'

Slackware package maker, version 3.1415927.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package:  /tmp/WireGuard-0.0.20190913_5.3.1_porteus-x86_64-1_SBo.tgz

./
install/
install/doinst.sh
install/slack-desc
etc/
etc/wireguard/
usr/
usr/doc/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/WireGuard.SlackBuild
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/synergy/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/synergy/synergy-server.sh
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/synergy/synergy-client.sh
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/synergy/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/sticky-sockets/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/sticky-sockets/sticky-sockets.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/sticky-sockets/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/reresolve-dns/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/reresolve-dns/reresolve-dns.sh
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/reresolve-dns/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/ncat-client-server/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/ncat-client-server/server.sh
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/ncat-client-server/client.sh
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/ncat-client-server/client-quick.sh
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/ncat-client-server/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/nat-hole-punching/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/nat-hole-punching/nat-punch-server.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/nat-hole-punching/nat-punch-client.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/nat-hole-punching/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/launchd/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/launchd/com.wireguard.wg0.plist
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/launchd/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/keygen-html/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/keygen-html/wireguard.js
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/keygen-html/keygen.html
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/keygen-html/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/keygen-html/.gitignore
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/json/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/json/wg-json
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/json/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/highlighter.h
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/highlighter.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/highlight.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/gui/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/gui/highlight.pro
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/gui/highlight.cpp
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/fuzz.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/highlighter/Makefile
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-keys/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-keys/extract-keys.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-keys/config.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-keys/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-keys/Makefile
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-keys/.gitignore
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-handshakes/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-handshakes/offset-finder.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-handshakes/extract-handshakes.sh
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-handshakes/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-handshakes/Makefile
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/extract-handshakes/.gitignore
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/embeddable-wg-library/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/embeddable-wg-library/wireguard.h
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/embeddable-wg-library/wireguard.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/embeddable-wg-library/test.c
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/embeddable-wg-library/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/embeddable-wg-library/Makefile
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/embeddable-wg-library/.gitignore
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/dns-hatchet/
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/dns-hatchet/hatchet.bash
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/dns-hatchet/apply.sh
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/examples/dns-hatchet/README
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/README.md
usr/doc/WireGuard-0.0.20190913_5.3.1_porteus/COPYING
usr/share/
usr/share/bash-completion/
usr/share/bash-completion/completions/
usr/share/bash-completion/completions/wg-quick
usr/share/bash-completion/completions/wg
usr/man/
usr/man/man8/
usr/man/man8/wg.8.gz
usr/man/man8/wg-quick.8.gz
usr/bin/
usr/bin/wg
usr/bin/wg-quick
lib/
lib/modules/
lib/modules/5.3.1-porteus/
lib/modules/5.3.1-porteus/modules.devname
lib/modules/5.3.1-porteus/modules.builtin.bin
lib/modules/5.3.1-porteus/modules.symbols.bin
lib/modules/5.3.1-porteus/modules.symbols
lib/modules/5.3.1-porteus/modules.softdep
lib/modules/5.3.1-porteus/modules.alias.bin
lib/modules/5.3.1-porteus/modules.alias
lib/modules/5.3.1-porteus/modules.dep.bin
lib/modules/5.3.1-porteus/modules.dep
lib/modules/5.3.1-porteus/extra/
lib/modules/5.3.1-porteus/extra/wireguard.ko
WARNING:  zero length file lib/modules/5.3.1-porteus/modules.devname
WARNING:  zero length file lib/modules/5.3.1-porteus/modules.builtin.bin

Slackware package /tmp/WireGuard-0.0.20190913_5.3.1_porteus-x86_64-1_SBo.tgz created.

СОФТ и инструкции для Porteus-5.x

Posted: 25 Sep 2019, 16:18
by Blaze
maksim_85, а зачем через USM конвертируете, когда можно кликнуть правой кнопкой мыши по пакету (txz,tgz,deb,rpm) и выбрать конвертацию в модуль?

Ок, "допилил" вручную :magic:
Держите этот вариант WireGuard-0.0.20190913_5.3.1_porteus-x86_64-1bl.xzm
После перезагрузки с данным модулем, проверьте

Code: Select all

su
toor
lsmod | egrep 'wire|guard'
modinfo wireguard
modprobe wireguard
dmesg | egrep 'wire|guard|error|faile|warning'
заодно предоставьте лог этих команд в эту тему.

Кстати есть новость по WireGuard см. здесь
В kernel 5.4 его не включат, а вот в kernel 5.5 есть шанс :)

СОФТ и инструкции для Porteus-5.x

Posted: 25 Sep 2019, 17:03
by maksim_85
Blaze, Еще раз спасибо за помощь!

Лог команд: