--- Log opened Tue Dec 26 00:00:10 2017 |
00:00 | | Degi_ [Degi@Nightstar-analnl.dyn.telefonica.de] has joined #code |
00:03 | | Degi [Degi@Nightstar-hn99vf.dyn.telefonica.de] has quit [Ping timeout: 121 seconds] |
00:20 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
00:27 | | Jessikat [Jessikat@Nightstar-i8fd39.skybroadband.com] has joined #code |
00:31 | | * Tamber screams a bit |
00:31 | | * Jessikat screams a whole byte |
00:32 | | * Tamber screams a few incoherent words. |
00:32 | <@Attilla> | 8 times as mch screaming |
00:32 | <@Tamber> | I have spent a significant amount of time these last two days, trying to get php on my server to recognise that I've installed the damn mysql modules and whatnot; the installer for roundcube went from "not available" to "not there, but you could enable them!" |
00:33 | <@Tamber> | So I've been prodding and poking and cursing and jabbing at all the various possible php.ini files (even though I'm using php-fpm, it doesn't use the /etc/php/fpm/php.ini file, oh no that would be too sensible. It uses /etc/php/cgi/php.ini.) |
00:33 | <@Tamber> | But nothing has had any effect. |
00:33 | <@Tamber> | (And, bearing in mind, I've been restarting the fpm service and lighttpd each time I make a change.) |
00:34 | <@Tamber> | I think I've been bitten by systemd. |
00:34 | <@Tamber> | Because when I told it to restart the fucking php processes, apparently it's just twiddled its thumbs, gone "okay, I restarted them!", but didn't... y'know... kill the old processes and start new ones. |
00:35 | <@Tamber> | systemd is so far *below* ratshit, that I won't insult rodent fecal matter by comparing the two. |
00:35 | <@Tamber> | I did a systemctl stop php5-fpm, and it said "yep, okay, service stopped!" |
00:35 | <@Tamber> | But left all the php processes running. |
00:35 | <@Tamber> | I pkill all the php processes and tell systemd to bring the service back up again, whaddya know, suddenly I have my database support listed. |
00:40 | | * Tamber sigh. |
00:40 | <@Tamber> | Not a fan of this half-assed, half-baked, incompetent bullshit "Works on *MY* laptop" crap propping up my server. |
00:41 | <@Tamber> | (But do I want to tear down everything I've done so far, and install a new OS, then go through all the pain of configuring everything again? ...not really.) |
00:48 | <&[R]> | Don't really need to configure everything again, just copy the configs over |
00:58 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
00:58 | | mode/#code [+o Reiv] by ChanServ |
01:06 | <@himi> | Systemd doesn't interact really well with services that have complex init scripts |
01:06 | <@himi> | It works really well with services that run in the foreground rather than forking |
01:06 | | * Tamber gets out the red marker, reduces that to "systemd doesn't really work" |
01:07 | <@himi> | Whatever |
01:07 | | Kindamoody is now known as Kindamoody[zZz] |
01:13 | <&[R]> | The fuck |
01:13 | <&[R]> | Most other things work with initscripts like that just fine |
01:14 | <@Tamber> | Yup! Except the init scripts here are just a layer over systemctl |
01:14 | <&[R]> | systemd's ONLY selling point is its near ubiquity. Everything else out performs it in all classes. |
01:15 | <@Tamber> | I wouldn't exactly call that a selling point. |
01:15 | <&[R]> | And they do it without needing to close major security vulnerabilities with WONTFIX |
01:15 | <&McMartin> | I thought all its alternatives predated it. |
01:15 | <&[R]> | Most do, some don't |
01:21 | <@himi> | The only times I've had issues with systemd misbehaving in that kind of way is when it's trying to drive an init script that's overly "smart" |
01:22 | <@himi> | When dealing with a service defined in a unit file, even ones that fork, I've not run into this sort of thing |
01:24 | <@himi> | Also, suggesting that "everything else" out performs systemd in all classes is ridiculous when the most popular "competitor" is sysv init |
01:35 | <&McMartin> | Pretty sure at least one of the arguments is that having everything be a pile of shellscripts is a feature because you can just read what they do and edit them as needed |
02:04 | <&[R]> | Pretty sure OpenRC's the runner up |
02:24 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
02:25 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
02:25 | | mode/#code [+o Reiv] by ChanServ |
02:28 | <@himi> | McMartin given the complexity of the shell scripts and supporting libraries and tools in use these days, just reading the init script is rarely going to tell you much more than "oh, it's trying to run this binary with arguments from that file" - the init scripts which end up misbehaving under systemd are /far/ more complex than that in my experience, and are damn near unreadable even for a reasonably experienced shell coder |
02:41 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
02:44 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
02:44 | | mode/#code [+o Reiv] by ChanServ |
02:54 | <&ToxicFrog> | Speaking of systemd |
02:54 | <&ToxicFrog> | If I run calibre-server from the shell, it works fine |
02:54 | <&ToxicFrog> | If I run it as a system or user unit, it works fine except that none of the image thumbnails are served because the library call that's meant to scale them returns None. |
02:54 | <&ToxicFrog> | I have no idea why. |
03:10 | | celmin|xmas is now known as celticminstrel |
03:13 | <@himi> | TF: that's definitely a weird one |
03:28 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
03:29 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
03:29 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
03:30 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
03:30 | | mode/#code [+o Reiv] by ChanServ |
03:54 | | Degi_ [Degi@Nightstar-analnl.dyn.telefonica.de] has quit [Connection closed] |
04:39 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
04:40 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
04:40 | | mode/#code [+o Reiv] by ChanServ |
05:08 | | celticminstrel is now known as celmin|sleep |
05:32 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
09:47 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
09:50 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
09:50 | | mode/#code [+o himi] by ChanServ |
10:20 | | gnolam [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has joined #code |
10:20 | | mode/#code [+o gnolam] by ChanServ |
11:59 | | gnolam_ [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has joined #code |
12:02 | | gnolam [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has quit [Ping timeout: 121 seconds] |
13:09 | | Jessikat` [Jessikat@Nightstar-8trdv0.dab.02.net] has joined #code |
13:11 | | Jessikat [Jessikat@Nightstar-i8fd39.skybroadband.com] has quit [Ping timeout: 121 seconds] |
14:18 | | Degi [Degi@Nightstar-analnl.dyn.telefonica.de] has joined #code |
14:24 | | Jessikat` [Jessikat@Nightstar-8trdv0.dab.02.net] has quit [[NS] Quit: Bye] |
14:40 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
14:40 | | mode/#code [+o Reiv] by ChanServ |
15:02 | | Degi [Degi@Nightstar-analnl.dyn.telefonica.de] has quit [Connection closed] |
15:05 | | celmin|sleep is now known as celticminstrel |
15:15 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
15:16 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
15:16 | | mode/#code [+o Reiv] by ChanServ |
15:41 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
15:44 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
15:44 | | mode/#code [+o Reiv] by ChanServ |
16:00 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [[NS] Quit: Leaving] |
16:00 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
16:00 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
16:07 | | Kindamoody[zZz] is now known as Kindamoody |
17:23 | | ErikMesoy [Bruker@Nightstar-hq72t5.customer.cdi.no] has quit [Connection closed] |
17:24 | | ErikMesoy [Bruker@Nightstar-hq72t5.customer.cdi.no] has joined #code |
17:37 | | gnolam_ [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has quit [Connection reset by peer] |
17:38 | | gnolam [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has joined #code |
17:38 | | mode/#code [+o gnolam] by ChanServ |
17:39 | <&ToxicFrog> | https://i.imgur.com/JbI09Tx.jpg |
17:44 | | gnolam [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has quit [Connection closed] |
17:44 | | Derakon [Derakon@Nightstar-fr5qel.ca.comcast.net] has joined #code |
17:44 | | mode/#code [+ao Derakon Derakon] by ChanServ |
17:46 | | Derakon[AFK] [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
17:47 | | gnolam [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has joined #code |
17:47 | | mode/#code [+o gnolam] by ChanServ |
17:57 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
17:58 | | gnolam [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has quit [Ping timeout: 121 seconds] |
18:00 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
18:00 | | mode/#code [+o Reiv] by ChanServ |
18:21 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
18:23 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
18:23 | | mode/#code [+o Reiv] by ChanServ |
18:44 | | Derakon_ [Derakon@Nightstar-fr5qel.ca.comcast.net] has joined #code |
18:46 | | Derakon [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
18:48 | | Derakon__ [Derakon@Nightstar-fr5qel.ca.comcast.net] has joined #code |
18:51 | | Derakon_ [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
19:03 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
19:05 | | Derakon_ [Derakon@Nightstar-fr5qel.ca.comcast.net] has joined #code |
19:06 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
19:06 | | mode/#code [+o Reiv] by ChanServ |
19:08 | | Derakon__ [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
19:46 | | Degi [Degi@Nightstar-analnl.dyn.telefonica.de] has joined #code |
19:58 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
20:01 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
20:01 | | mode/#code [+o Reiv] by ChanServ |
20:07 | | gnolam [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has joined #code |
20:07 | | mode/#code [+o gnolam] by ChanServ |
20:31 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
20:53 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
20:53 | | mode/#code [+o Reiv] by ChanServ |
21:01 | | Vornotron [Vorn@Nightstar-1l3nul.res.rr.com] has joined #code |
21:01 | | mode/#code [+qo Vornotron Vornotron] by ChanServ |
21:04 | | Vornicus [Vorn@Nightstar-1l3nul.res.rr.com] has quit [Ping timeout: 121 seconds] |
21:54 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Connection reset by peer] |
21:54 | | Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code |
21:54 | | mode/#code [+o Kindamoody] by ChanServ |
21:57 | | Jessikat [Jessikat@Nightstar-i8fd39.skybroadband.com] has joined #code |
22:25 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
22:28 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
22:28 | | mode/#code [+o Reiv] by ChanServ |
23:01 | | celticminstrel is now known as celmin|StarWars |
23:24 | | gnolam_ [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has joined #code |
23:25 | | gnolam [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has quit [Ping timeout: 121 seconds] |
23:54 | | gnolam_ [quassel@Nightstar-hsn6u0.cust.bahnhof.se] has quit [[NS] Quit: Z?] |
--- Log closed Wed Dec 27 00:00:11 2017 |