Package Base Details: zapret-git

Git Clone URL: https://aur.archlinux.org/zapret-git.git (read-only, click to copy)
Submitter: ahmubashshir
Maintainer: ahmubashshir
Last Packager: ahmubashshir
Votes: 7
Popularity: 0.102222
First Submitted: 2020-07-16 01:38 (UTC)
Last Updated: 2024-01-16 15:24 (UTC)

Latest Comments

parovoz commented on 2022-03-19 15:59 (UTC) (edited on 2022-03-19 16:02 (UTC) by parovoz)

"common" with all its contents should be also installed in /opt/zapret/

мар 19 19:54:44 komputator systemd[1]: Starting zapret.service...
мар 19 19:54:44 komputator zapret[83433]: /opt/zapret/init.d/sysv/functions: строка 5: /opt/zapret/common/base.sh: Нет такого файла или каталога
мар 19 19:54:44 komputator systemd[1]: zapret.service: Control process exited, code=exited, status=1/FAILURE
мар 19 19:54:44 komputator systemd[1]: zapret.service: Failed with result 'exit-code'.
мар 19 19:54:44 komputator systemd[1]: Failed to start zapret.service.

gray commented on 2021-12-31 10:33 (UTC) (edited on 2021-12-31 10:34 (UTC) by gray)

This line inside the PKGBUILD

sed -ri "s/^#?MODE=.*$/MODE=nfqws_all_desync/" "$pkgdir/opt/zapret/config"

is wrong because the "functions" script expects exact this "nfqws".

hikmet1517 commented on 2021-04-06 00:39 (UTC) (edited on 2021-04-16 01:11 (UTC) by hikmet1517)

symbolic link is broken at line 63

ln -s /opt/zapret/nfq/tpws "$pkgdir/usr/bin/tpws"

should be

ln -s /opt/zapret/tpws/tpws "$pkgdir/usr/bin/tpws"