[00:00] <_folti_> yes, and occupies the 8001 port [00:00] <_folti_> you can kill it with docker kill d05a858b9e25 or docker kill [00:06] Well, it launches without error now, but now it's stuck. [00:07] Oh no, it's working! [00:08] *FUCKING FINALLY!* [00:08] <_folti_> give it some time to start [00:08] <_folti_> :) [00:11] These CLIs don't give you a great indication they're running, do they. [00:15] <_folti_> not their job, especially when you start them in detached mode (either with the -d option, or with --restart always) [00:16] <_folti_> and detached containers output are better checked ith docker logs [00:17] *** Dj-Wawa has joined #warrior [00:36] Thanks _folti_ and bithippo for getting me up and running. [00:37] <_folti_> your welcome [00:40] I will make a point to add this to the wiki. Anything else you think it should mention? [00:54] <_folti_> nope [00:56] *** tmg1|eva has joined #warrior [00:57] both virtualbox & docker versions froze again ( the web ui was still connected, it showed wgets going on but no progress in > 24 hours ) [00:57] trying to just use ./get-wget-lua.sh next [01:22] *** Odd0002 has quit IRC (Read error: Operation timed out) [01:23] *** VADemon has quit IRC (Read error: Connection reset by peer) [01:32] *** Odd0002 has joined #warrior [01:43] *** Odd0002 has quit IRC (Read error: Operation timed out) [01:43] *** Odd0002 has joined #warrior [02:06] *** Gallifrey has quit IRC (Quit: http://www.mibbit.com ajax IRC Client) [04:48] i trying out the default branches of seesaw-kit, ubuntu-warrior, and warrior-code2 switched to "develop"/"development". the github tradition is that the default branch is the latest code while tags or another branch is used to mark stable versions which is the opposite of what we had before [04:49] this shouldn't break anything because the docker file uses the "docker" branch while the appliance uses the "master" branch. but if something is broken, let me or someone else know to revert if needed [04:52] tl;dr: for people using git, new default branch "develop" is latest, while "master" is stable [04:54] (to rephrase, this only affects people who assume the default branch is the stable, which is no longer the case) [05:37] *** Dj-Wawa has quit IRC (Quit: Connection closed for inactivity) [06:07] *** d5f4a3622 has joined #warrior [06:43] *** MrRadar_ has joined #warrior [06:45] *** MrRadar has quit IRC (Read error: Operation timed out) [07:57] *** Odd0002_ has joined #warrior [07:59] *** Odd0002 has quit IRC (Read error: Operation timed out) [07:59] *** Odd0002_ is now known as Odd0002 [10:43] *** Dj-Wawa has joined #warrior [12:02] *** MrRadar_ is now known as MrRadar [12:51] Feature request, a way in the web dashboard to save an output log, either manually like a "do no dismiss on done", keep all that fail, or save errors either to files or post to a webserver [13:03] *** Dj-Wawa has quit IRC (Quit: Connection closed for inactivity) [13:14] marked: here is a Python script that will log all item output: https://pastebin.com/hnN08GRD [13:14] It requires the websockets package (pip3 install websockets) [14:00] *** swebb has quit IRC (Read error: Operation timed out) [14:01] *** swebb has joined #warrior [15:48] Thanks, I'll probably try that, but want something that can be built in with warrior also. [17:11] Does anyone have a Docker image that works on Raspberry Pi 2 Model B? [17:17] I used the `./get-wget-lua` script but it failed to compile `wget-lua`. [17:20] I can print out the last couple lines of the build script before it exited. [17:28] Here it is: https://pastebin.com/raw/GQZ7BRFz [17:30] Gallifrey: I think it is semi-functional because it still needs `wget-lua`. [17:37] I will try using https://github.com/ArchiveTeam/warrior-dockerfile [17:47] t3: Do you have the lua dev packages installed? apt-get lua5.1 liblua5.1-0 liblua5.1-0-dev [18:03] *** peanut has joined #warrior [18:03] <_folti_> t3: that supposed repo supposed to be work (don't have an rpi2) . alternatively, check the Dockerfile.raspberry to see what packages you need to install to be able to compile wget-lua [18:26] *** clayray has quit IRC (Quit: ZNC 1.8.x-nightly-20181102-a1aca294 - https://znc.in) [18:30] *** clayray has joined #warrior [19:26] virtualbox image stopped processing, again [19:45] *** t3 has quit IRC (Quit: Connection closed for inactivity) [19:52] *** peanut has quit IRC (Quit: http://www.mibbit.com ajax IRC Client) [20:31] *** t3 has joined #warrior [20:55] MrRadar2: So I was running Arch Linux. [20:56] On my Raspberry Pi 2 Model B. [20:57] MrRadar2: I had `lua` installed. Let me check the other packages. [20:59] So I had `lua 5.3.5-2` installed. [20:59] There is no `liblua` on Arch Linux. I think `lua` has it all. [21:20] MrRadar2: Instead of building the container, can I just use `docker pull archiveteam/warrior-dockerfile`? [21:30] Hmm... [21:48] For lines 70 to 77 on https://github.com/ArchiveTeam/warrior-dockerfile/blob/master/Dockerfile.raspberry#L70-L77, why are the `pip` commands separated? They should be condensed into a single command. [21:50] Additionally, why is both `pip` and `pip3` used? Shouldn't we just stick with one (`pip3`)? [22:12] *** asie has joined #warrior [22:13] Does anyone have a precompiled binary for `wget-lua` that runs on Raspberry Pi? [22:13] An ARM version... [22:17] Am I able to transfer the compiled `wget-lua` binary from the Docker container and onto the host and use it? [22:18] I guess I can try. [22:18] probably [22:35] Assuming it's the same libc etc, probably. [22:47] Oh. I get an error: `./wget-lua: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory` [22:48] Can `wget-lua` be compiled with `lua 5.3.5-2`? [23:10] i think openssl.c is somehow automatically generated, because I edit it to add TLS instead of SSL and it just goes back to SSL when i compile it [23:16] tmg1|eva: do you have libgnutls28-dev installed? [23:46] Should I compile `wget` with GnuTLS or OpenSSL? [23:48] t3: im trying with openssl and it's failing so i'm guessing gnutls [23:48] Kaz: installing now [23:53] Okay.