Blame
Date:
Mon Jan 23 05:00:25 2023 UTC
Message:
Daily backup
01
2023-01-22
jrmu
version=pmwiki-2.2.130 ordered=1 urlencoded=1
02
2023-01-22
jrmu
agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
03
2023-01-22
jrmu
author=baytuch
04
2023-01-22
jrmu
charset=UTF-8
05
2023-01-22
jrmu
csum=
06
2023-01-22
jrmu
ctime=1668411125
07
2023-01-22
jrmu
host=2001:bc8:1830:1533::12
08
2023-01-22
jrmu
name=Openbsd.OpenTracker
09
2023-01-22
jrmu
rev=12
10
2023-01-22
jrmu
targets=
11
2023-01-22
jrmu
text='''Until opentracker is declared official release ready, the way to install it is:'''%0a%0a[@%0acvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat%0acd libowfat%0amake%0acd ..%0a# LEGACY: cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co opentracker%0agit clone git://erdgeist.org/opentracker%0acd opentracker%0amake%0a@]%0a%0a\\%0a'''Installation application in a systemic location:'''%0a%0a[@%0adoas cp opentracker /usr/local/sbin/opentracker%0adoas chown root:bin /usr/local/sbin/opentracker%0adoas chmod +x /usr/local/sbin/opentracker%0adoas cp opentracker.conf.sample /etc/opentracker.conf%0adoas chown chown _opentracker:_opentracker /etc/opentracker.conf%0adoas chmod 400 /etc/opentracker.conf%0a@]%0a%0a\\%0a'''Some variables in opentracker's Makefile control features and behaviour of opentracker. Here they are:'''%0a%0a* Some variables in opentracker's Makefile control features and behaviour of opentracker. Here they are:%0a-DWANT_V6 makes opentracker an IPv6-only tracker. More in the v6-section below.%0a* opentracker can deliver gzip compressed full scrapes. Enable this with -DWANT_COMPRESSION_GZIP option.%0a* Normally opentracker tracks any torrent announced to it. You can change that behaviour by enabling ONE of -DWANT_ACCESSLIST_BLACK or -DWANT_ACCESSLIST_WHITE. Note, that you have to provide a whitelist file in order to make opentracker do anything in the latter case. More in the closed mode section below.%0aopentracker can run in a cluster. Enable this behaviour by enabling -DWANT_SYNC_LIVE. Note, that you have to configure your cluster before you can use opentracker when this option is on.%0a* Some statistics opentracker can provide are sensitive. You can restrict access to these statistics by enabling -DWANT_RESTRICT_STATS. See section statistics for more details.%0a* Fullscrapes is bittorrent's way to query a tracker for all tracked torrents. Since it's in the standard, it is enabled by default. Disable it by commenting out -DWANT_FULLSCRAPE.%0a* By default opentracker will only allow the connecting endpoint's IP address to be announced. Bittorrent standard allows clients to provide an IP address in its query string. You can make opentracker use this IP address by enabling -DWANT_IP_FROM_QUERY_STRING.%0a* Some experimental or older, deprecated features can be enabled by the -DWANT_LOG_NETWORKS, -DWANT_SYNC_SCRAPE or -DWANT_IP_FROM_PROXY switch.%0a* Currently there is some packages for some linux distributions and OpenBSD around, but some of them patch Makefile and default config to make opentracker closed by default. I explicitly don't endorse those packages and will not give support for problems stemming from these missconfigurations.%0a%0a\\%0a'''Creating a user and a tree folders for the work of the tracker:'''%0a%0a[@%0agroupadd -ov -g 406 _opentracker%0auseradd -v -d /var/opentracker -g 406 -s /sbin/nologin -u 406 -c "OpenTracker daemon" _opentracker%0amkdir /var/opentracker%0achown _opentracker:_opentracker /var/opentracker%0achmod 700 /var/opentracker%0a@]%0a%0a\\%0a'''How to create torrent file from console:'''%0a%0a[@%0amktorrent -a "http://38.87.162.12:6969/announce" \%0a -c "OpenBSD 7.2 torrent by Baytuch" \%0a -o "OpenBSD_7.2.torrent" \%0a -v \%0a install72.iso%0a%0agpg --local-user "%3cuser>@ircnow.org" \%0a --armor \%0a --detach-sign \%0a OpenBSD_7.2.torrent%0a@]
12
2023-01-22
jrmu
time=1668930311
13
2023-01-22
jrmu
author:1668930311=baytuch
14
2023-01-22
jrmu
diff:1668930311:1668656407:=44,45c44,45%0a%3c groupadd -ov -g 406 _opentracker%0a%3c useradd -v -d /var/opentracker -g 406 -s /sbin/nologin -u 406 -c "OpenTracker daemon" _opentracker%0a---%0a> groupadd -ov -g 405 _opentracker%0a> useradd -v -d /var/opentracker -g 405 -s /sbin/nologin -u 405 -c "OpenTracker daemon" _opentracker%0a
15
2023-01-22
jrmu
host:1668930311=2001:bc8:1830:1533::12
16
2023-01-22
jrmu
author:1668656407=baytuch
17
2023-01-22
jrmu
diff:1668656407:1668656288:=60,64c60%0a%3c %0a%3c gpg --local-user "%3cuser>@ircnow.org" \%0a%3c --armor \%0a%3c --detach-sign \%0a%3c OpenBSD_7.2.torrent%0a---%0a> gpg --local-user "%3cuser>@ircnow.org" --armor --detach-sign OpenBSD_7.2.torrent%0a
18
2023-01-22
jrmu
host:1668656407=2001:bc8:1830:1533::12
19
2023-01-22
jrmu
author:1668656288=baytuch
20
2023-01-22
jrmu
diff:1668656288:1668655778:=60c60%0a%3c gpg --local-user "%3cuser>@ircnow.org" --armor --detach-sign OpenBSD_7.2.torrent%0a---%0a> gpg --local-user "%3cuser>@ircnow.org" --detach-sign OpenBSD_7.2.torrent%0a
21
2023-01-22
jrmu
host:1668656288=2001:bc8:1830:1533::12
22
2023-01-22
jrmu
author:1668655778=baytuch
23
2023-01-22
jrmu
diff:1668655778:1668655366:=60d59%0a%3c gpg --local-user "%3cuser>@ircnow.org" --detach-sign OpenBSD_7.2.torrent%0a
24
2023-01-22
jrmu
host:1668655778=2001:bc8:1830:1533::12
25
2023-01-22
jrmu
author:1668655366=baytuch
26
2023-01-22
jrmu
diff:1668655366:1668505788:=50,60d49%0a%3c %0a%3c \\%0a%3c '''How to create torrent file from console:'''%0a%3c %0a%3c [@%0a%3c mktorrent -a "http://38.87.162.12:6969/announce" \%0a%3c -c "OpenBSD 7.2 torrent by Baytuch" \%0a%3c -o "OpenBSD_7.2.torrent" \%0a%3c -v \%0a%3c install72.iso%0a%3c @]%0a\ No newline at end of file%0a
27
2023-01-22
jrmu
host:1668655366=2001:bc8:1830:1533::12
28
2023-01-22
jrmu
author:1668505788=baytuch
29
2023-01-22
jrmu
diff:1668505788:1668504996:=12,23d11%0a%3c @]%0a%3c %0a%3c \\%0a%3c '''Installation application in a systemic location:'''%0a%3c %0a%3c [@%0a%3c doas cp opentracker /usr/local/sbin/opentracker%0a%3c doas chown root:bin /usr/local/sbin/opentracker%0a%3c doas chmod +x /usr/local/sbin/opentracker%0a%3c doas cp opentracker.conf.sample /etc/opentracker.conf%0a%3c doas chown chown _opentracker:_opentracker /etc/opentracker.conf%0a%3c doas chmod 400 /etc/opentracker.conf%0a
30
2023-01-22
jrmu
host:1668505788=2001:bc8:1830:1533::12
31
2023-01-22
jrmu
author:1668504996=baytuch
32
2023-01-22
jrmu
diff:1668504996:1668504954:=29c29%0a%3c '''Creating a user and a tree folders for the work of the tracker:'''%0a---%0a> '''Creating a user and a tree of folders for the work of the tracker:'''%0a
33
2023-01-22
jrmu
host:1668504996=2001:bc8:1830:1533::12
34
2023-01-22
jrmu
author:1668504954=baytuch
35
2023-01-22
jrmu
diff:1668504954:1668411868:=27,37d26%0a%3c %0a%3c \\%0a%3c '''Creating a user and a tree of folders for the work of the tracker:'''%0a%3c %0a%3c [@%0a%3c groupadd -ov -g 405 _opentracker%0a%3c useradd -v -d /var/opentracker -g 405 -s /sbin/nologin -u 405 -c "OpenTracker daemon" _opentracker%0a%3c mkdir /var/opentracker%0a%3c chown _opentracker:_opentracker /var/opentracker%0a%3c chmod 700 /var/opentracker%0a%3c @]%0a
36
2023-01-22
jrmu
host:1668504954=2001:bc8:1830:1533::12
37
2023-01-22
jrmu
author:1668411868=baytuch
38
2023-01-22
jrmu
diff:1668411868:1668411392:=1,2c1%0a%3c '''Until opentracker is declared official release ready, the way to install it is:'''%0a%3c %0a---%0a> Until opentracker is declared official release ready, the way to install it is:%0a14,16c13%0a%3c \\%0a%3c '''Some variables in opentracker's Makefile control features and behaviour of opentracker. Here they are:'''%0a%3c %0a---%0a> Some variables in opentracker's Makefile control features and behaviour of opentracker. Here they are:%0a
39
2023-01-22
jrmu
host:1668411868=2001:bc8:1830:1533::12
40
2023-01-22
jrmu
author:1668411392=baytuch
41
2023-01-22
jrmu
diff:1668411392:1668411270:=1d0%0a%3c Until opentracker is declared official release ready, the way to install it is:%0a13d11%0a%3c Some variables in opentracker's Makefile control features and behaviour of opentracker. Here they are:%0a
42
2023-01-22
jrmu
host:1668411392=2001:bc8:1830:1533::12
43
2023-01-22
jrmu
author:1668411270=baytuch
44
2023-01-22
jrmu
diff:1668411270:1668411125:=10,21c10%0a%3c @]%0a%3c %0a%3c * Some variables in opentracker's Makefile control features and behaviour of opentracker. Here they are:%0a%3c -DWANT_V6 makes opentracker an IPv6-only tracker. More in the v6-section below.%0a%3c * opentracker can deliver gzip compressed full scrapes. Enable this with -DWANT_COMPRESSION_GZIP option.%0a%3c * Normally opentracker tracks any torrent announced to it. You can change that behaviour by enabling ONE of -DWANT_ACCESSLIST_BLACK or -DWANT_ACCESSLIST_WHITE. Note, that you have to provide a whitelist file in order to make opentracker do anything in the latter case. More in the closed mode section below.%0a%3c opentracker can run in a cluster. Enable this behaviour by enabling -DWANT_SYNC_LIVE. Note, that you have to configure your cluster before you can use opentracker when this option is on.%0a%3c * Some statistics opentracker can provide are sensitive. You can restrict access to these statistics by enabling -DWANT_RESTRICT_STATS. See section statistics for more details.%0a%3c * Fullscrapes is bittorrent's way to query a tracker for all tracked torrents. Since it's in the standard, it is enabled by default. Disable it by commenting out -DWANT_FULLSCRAPE.%0a%3c * By default opentracker will only allow the connecting endpoint's IP address to be announced. Bittorrent standard allows clients to provide an IP address in its query string. You can make opentracker use this IP address by enabling -DWANT_IP_FROM_QUERY_STRING.%0a%3c * Some experimental or older, deprecated features can be enabled by the -DWANT_LOG_NETWORKS, -DWANT_SYNC_SCRAPE or -DWANT_IP_FROM_PROXY switch.%0a%3c * Currently there is some packages for some linux distributions and OpenBSD around, but some of them patch Makefile and default config to make opentracker closed by default. I explicitly don't endorse those packages and will not give support for problems stemming from these missconfigurations.%0a---%0a> @]%0a\ No newline at end of file%0a
45
2023-01-22
jrmu
host:1668411270=2001:bc8:1830:1533::12
46
2023-01-22
jrmu
author:1668411125=baytuch
47
2023-01-22
jrmu
diff:1668411125:1668411125:=1,10d0%0a%3c [@%0a%3c cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat%0a%3c cd libowfat%0a%3c make%0a%3c cd ..%0a%3c # LEGACY: cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co opentracker%0a%3c git clone git://erdgeist.org/opentracker%0a%3c cd opentracker%0a%3c make%0a%3c @]%0a\ No newline at end of file%0a
48
2023-01-22
jrmu
host:1668411125=2001:bc8:1830:1533::12
IRCNow