00:35:03 !messages 00:35:04 No messages for ZiBuDo. 01:20:03 Unstable branch on crawl.develz.org updated to: 0.22-a0-78-g0f8607c (34) 02:00:45 Windows builds of master branch on crawl.develz.org updated to: 0.22-a0-78-g0f8607c 02:53:40 Monster database of master branch on crawl.develz.org updated to: 0.22-a0-78-g0f8607c 03:11:46 Unstable branch on crawl.beRotato.org updated to: 0.22-a0-78-g0f8607c (34) 03:37:25 -!- amalloy is now known as amalloy_ 03:39:40 -!- amalloy_ is now known as amalloy 04:16:04 -!- amalloy is now known as amalloy_ 10:03:47 with dgl, do you generally want to: dgl create-crawl-gamedir && dgl create-versions-db && dgl publish? am I missing any steps or getting them wrong? 10:04:21 to deploy I mean 10:08:35 I'm also not clear if this is a wrapper or offline management scripts 12:05:25 Unstable branch on crawl.akrasiac.org updated to: 0.22-a0-78-g0f8607c (34) 12:32:17 -!- amalloy_ is now known as amalloy 14:00:26 -!- amalloy is now known as amalloy_ 14:32:10 -!- amalloy_ is now known as amalloy 14:53:20 advil: i just realized the last time i played FeAE i hated it so much i drowned on purpose 15:21:33 -!- anubis is now known as Guest97071 18:38:39 -!- rchandra is now known as rc_food_think 18:49:34 -!- amalloy is now known as amalloy_ 19:00:14 -!- rc_food_think is now known as rchandra 19:01:20 !lm amalloy 19:01:22 7978. [2018-01-15 03:43:45] amalloy the Zephyrmancer (L14 FeAE of Ru) succumbed to a redback's poison (Lair:2) 19:01:30 ouch 19:01:43 luckily for mine I found confusion around when I was doing spider 19:02:16 mine is still hanging on 19:02:19 !lm advil 19:02:20 7449. [2018-01-15 16:12:05] advil the Spry (L21 FeAE of Wu Jian) reached level 3 of the Crypt on turn 133437. (Crypt:3) 19:47:54 is anyone able to share with me which dgl commands to run to prep it for running? 19:51:00 dgl create-crawl-gamedir && dgl create-versions-db && dgl update-trunk #Yields a failure to update and i have no idea what the correct commands are because im not sure how it fits into the dcss environment, wrapper, offline scripts, cronjobs: https://pastebin.com/aVjff7jQ 20:01:30 Huene`: are you following the wiki guide? 20:03:18 specifically when you get to step 9.5 it has you run those commands in sequence 20:03:47 looks like you have a config that's referencing the gitorious urls 20:03:55 you'll need to update the repo url to refer to github 20:04:29 specifically here: https://github.com/neilmoore/dgamelaunch-config/blob/szorg/crawl-git.conf#L11 20:05:01 you will need to update that url to this: https://github.com/crawl/crawl.git 20:05:40 note someone has made notes about this in step 8 20:05:46 on that wiki guide 20:05:54 https://crawl.develz.org/wiki/doku.php?id=dcss:server:setting_up_dgamelaunch_and_webtiles 20:09:11 !lg amalloy 20:09:12 419. amalloy the Petrodigitator (L27 DECj of Vehumet), escaped with the Orb and 4 runes on 2018-01-12 22:34:57, with 2014394 points after 96217 turns and 16:32:57. 20:09:18 That was the link I was looking for again thank you, I couldn't find it 20:09:30 yes, don't recommend you try to use those scripts without reading that carefully 20:09:51 there's a lot of steps to set up that env and the supporting scripts 20:16:56 !lm amalloy 20:16:57 7978. [2018-01-15 03:43:45] amalloy the Zephyrmancer (L14 FeAE of Ru) succumbed to a redback's poison (Lair:2) 20:31:31 should I assume every command here is being run as root? 20:32:29 step 1 has me run debootstrap but without sudo in front of it, which needs root 20:36:24 Huene`: prompts that have # instead of $ will want root, yeah 20:36:48 root prompt on many unix systems defaults to # so you can remember you're running commands as root 20:38:59 okay well then the instructions list a few "# sudo" not sure if you update it or not but I figured I'd pass it along 20:39:50 this chroot is giving me headaches, I have to figure out how to install my package manager inside the chroot, I'm not on debian as the instructions tend to suggest 20:46:51 I think I figured it out 20:49:06 -!- amalloy_ is now known as amalloy 20:52:38 oh nevermind apparently apt is included with that command 21:12:46 it's failing the compile, saying DSO is not included on the command line at the point where I'm making dgamelaunch, any idea what that's about? https://pastebin.com/AhDHPXcb 21:13:06 oh hold on I missed a step 21:13:54 yup missed step fixed it 21:34:31 step 9, is it saying to make the directories under /home/crawl/DGL or /home/crawl/DGL/home/crawl/DGL? 21:39:27 nevermind I got it, I keep thikning it's giving me directions when it's giving me a precursor to directions, I'm good 23:54:17 hmm the fstab changes for proc and pts are breaking screen and tmux is there another way I can go about mounting those in the chroot? 23:55:05 uh, how did you chaneg it? 23:55:32 you should be *adding* additional mounts, not replacing the existing ones (which I'd expect to break a lot more than just those) 23:55:39 or making bind mounts 23:57:05 added the entries to my fstab, the normal entries arn't listed in fstab so there's no adding it after them 23:57:35 a bind mount, is that like a hard link?