| Time |
Nickname |
Message |
|
00:14
🔗
|
agris |
Has anyone backed up Bukkit and Spout before the M$ acquisition? |
|
00:24
🔗
|
agris |
oh btw |
|
00:25
🔗
|
agris |
I was reading the project about backing up TPB |
|
00:25
🔗
|
agris |
TPB already provides snapshops, they just don't tell anybody the server location |
|
00:25
🔗
|
agris |
uj3wazyk5u4hnvtk.onion/static/dump/ |
|
00:38
🔗
|
|
Dj-Wawa has quit IRC (Quit: Connection closed for inactivity) |
|
01:42
🔗
|
|
step has joined #warrior |
|
02:31
🔗
|
|
kipari has quit IRC (Ping timeout: 260 seconds) |
|
02:42
🔗
|
|
nertzy has quit IRC (Ping timeout: 1212 seconds) |
|
03:53
🔗
|
kiska |
agris: What is wrong with bukkit and spout? |
|
03:53
🔗
|
agris |
they are dead now |
|
03:54
🔗
|
kiska |
Can we take this to #archiveteam-bs ? |
|
03:55
🔗
|
agris |
what is that? |
|
03:55
🔗
|
kiska |
Its out channel on discussing archival efforts |
|
03:55
🔗
|
agris |
oh is this the warrior support channel? |
|
03:55
🔗
|
agris |
sure |
|
05:02
🔗
|
|
degauss_ has joined #warrior |
|
05:03
🔗
|
|
degauss_ has quit IRC (Read error: Connection reset by peer) |
|
05:03
🔗
|
|
degauss has joined #warrior |
|
05:41
🔗
|
|
degauss has quit IRC (Quit: gtg 73) |
|
07:14
🔗
|
nikow |
t3: No, i compilled it and it just simply ran without any problems. |
|
07:14
🔗
|
nikow |
t3: I just made my own volumens and added some CPU limits to container, because there are working other projects. |
|
07:27
🔗
|
nikow |
t3: One more thing - it's good to setup swap on some connected device - warrior consumes 1.5GB RAM on some processes. |
|
07:30
🔗
|
agris |
You can also convert the ova image to qcow2 and use it in a qemu/kvm cluster |
|
07:34
🔗
|
agris |
root in and give it an external static ip address |
|
09:58
🔗
|
|
kipari has joined #warrior |
|
10:19
🔗
|
|
kipari has quit IRC (Ping timeout: 260 seconds) |
|
11:39
🔗
|
|
mtntmnky has quit IRC (Write error: Broken pipe) |
|
11:39
🔗
|
|
sep332 has quit IRC (Write error: Broken pipe) |
|
11:39
🔗
|
|
kiska1 has quit IRC (Read error: Operation timed out) |
|
11:41
🔗
|
|
step has quit IRC (Read error: Operation timed out) |
|
11:41
🔗
|
|
kiska1 has joined #warrior |
|
11:44
🔗
|
|
step has joined #warrior |
|
11:44
🔗
|
|
mtntmnky has joined #warrior |
|
11:50
🔗
|
|
sep332 has joined #warrior |
|
14:01
🔗
|
|
zeraT has quit IRC () |
|
14:41
🔗
|
|
degauss has joined #warrior |
|
15:15
🔗
|
|
degauss has quit IRC (Remote host closed the connection) |
|
16:33
🔗
|
|
Dj-Wawa has joined #warrior |
|
16:45
🔗
|
|
second is now known as sec^nd |
|
18:30
🔗
|
|
degauss has joined #warrior |
|
18:44
🔗
|
|
degauss has quit IRC (Quit: gtg 73) |
|
19:27
🔗
|
t3 |
nikow: Okay. Thanks! I need to figure out how to set up the swap. I will try it too. |
|
19:28
🔗
|
t3 |
agris: I like the suggestion, but I have a feeling that it won't work well on low powered Raspberry Pi's. |
|
19:53
🔗
|
|
Dj-Wawa has quit IRC (Quit: Connection closed for inactivity) |
|
21:01
🔗
|
nikow |
t3: do you have external drive? |
|
21:02
🔗
|
nikow |
t3: If yes you can use sudo dphys-swapfile swapoff, to disable swap. |
|
21:03
🔗
|
nikow |
Then go to external drive, sudo dd if=/dev/zero of=swapfile bs=1M count=$((1024*4)) && mkswap swapfile && swapon `pwd`/swapfile |
|
21:04
🔗
|
nikow |
then just git clone warrior from github |
|
21:04
🔗
|
nikow |
like |
|
21:04
🔗
|
nikow |
git clone https://github.com/ArchiveTeam/warrior-dockerfile.git |
|
21:04
🔗
|
nikow |
tthen |
|
21:04
🔗
|
nikow |
docker build --rm -t warrior-armv7l:latest -f Dockerfile.raspberry . |
|
21:04
🔗
|
nikow |
to build an docker image |
|
21:04
🔗
|
nikow |
docker run --name archive-warrior --volume /mnt/ColdStorage2/archive-warrior/data/:/data/data --volume /mnt/ColdStorage2/archive-warrior/config.json:/home/warrior/projects/config.json --publish 8001:8001 warrior-armv7l:latest |
|
21:05
🔗
|
nikow |
in my case ColdStorage2 is my external drive |
|
22:00
🔗
|
sec^nd |
oh snap, I was just going to ask about this |
|
22:00
🔗
|
sec^nd |
nikow is this the exact command to start a warrior with docker? |
|
22:59
🔗
|
|
erine has quit IRC (Quit: ZNC 1.7.1 - https://znc.in) |
|
23:16
🔗
|
t3 |
nikow: What if I don't have an external drive? |
|
23:17
🔗
|
t3 |
I would think the external drive would create a bottleneck. |
|
23:19
🔗
|
t3 |
The Raspberry Pi's Ethernet throughput is shared with its USB controller. So the more it deals with USB things, the slower it does things over the internet. |
|
23:46
🔗
|
|
erine has joined #warrior |