<2022-09-01T19:29:08.000Z> josh: hey can you getr on signal for a sec
<2022-09-06T19:08:03.000Z> josh: You around?
<2022-09-06T19:12:24.000Z> graf: yeah for a bit, my gf will be here this evening so i will be less
<2022-09-06T19:39:20.000Z> josh: how the fuck do you get nginx+lua working
<2022-09-06T19:39:22.000Z> josh: I am too retarded
<2022-09-06T19:39:57.000Z> graf: ??? you just compile the module and add it dont you?
<2022-09-06T19:40:17.000Z> josh: the instructions say to just install openresty but getting that daemon working is killing me
<2022-09-06T19:40:22.000Z> josh: they don't recommend compiling
<2022-09-06T19:41:00.000Z> graf: alright im going to spin up a vm and try it hold on
<2022-09-06T19:41:29.000Z> josh: sorry im really just not good at this shit, i don't like compiling from source because it fucking breaks
<2022-09-06T19:41:34.000Z> josh: but the package managers for getting nginx with lua are garbage
<2022-09-06T19:47:26.000Z> josh: nauseatingly frustrating
<2022-09-06T19:47:37.000Z> josh: I can get it working but if i do `systemctl start openresty` (their nginx fork)
<2022-09-06T19:47:46.000Z> josh: it hangs like it does if you just run a ./nginx directly
<2022-09-06T19:47:50.000Z> josh: and then eventually gives up
<2022-09-06T19:47:55.000Z> josh: as if it couldn't start, even though it starts just fine
<2022-09-06T19:48:24.000Z> josh: root@www:/usr/local/openresty/nginx# systemctl start openrestyJob for openresty.service failed because a timeout was exceeded.See "systemctl status openresty.service" and "journalctl -xe" for details.
<2022-09-06T19:53:06.000Z> graf attached file
https://i.poastcdn.org/e6f252c97978b0b318b1adc5013c45b8f2c9efc075b3913db015bfb35184ad55.png
<2022-09-06T19:53:10.000Z> graf: following this guide blog.openresty.com/en/ubuntu20-or-install/
<2022-09-06T19:53:12.000Z> graf: it worked first shot
<2022-09-06T19:53:24.000Z> graf: what does openresty -t say>
<2022-09-06T19:54:24.000Z> josh: i got it
<2022-09-06T19:54:30.000Z> josh: i had to change the fucking pid var in the nginx.conf
<2022-09-06T19:54:34.000Z> josh: otherwise if it doesn't match
<2022-09-06T19:54:36.000Z> josh: it just shits itself
<2022-09-06T19:54:38.000Z> josh: good fucking LORD
Woah, josh is quite the retard.