=== miguel is now known as Guest43584 === ec0 is now known as redhat === redhat is now known as jhebden [01:03] PSA: For anyone who hasnt done the 18.04 upgrade that is going to and uses nginx+php: If you are using 7.0 sockets you will need to change them to 7.2 sockets. (20 minutes of confusion on my end till i figured it out) [04:25] good morning === Aztec03 is now known as DrinkyFish === DrinkyFish is now known as SmokinGrunts === SmokinGrunts is now known as Aztec03 === Aztec03 is now known as Panoptes === tobasco is now known as tobasco-afk === tobasco-afk is now known as tobasco [12:35] any opensource tips (on in general anything) when considering first tests with hyperconverged infrastructure [13:00] first of all, you'll need to dissolve this marketing term to make it clear what you're asking [13:01] (and then it's still a *very* broad question, and may not be well suited for a support channel) [13:10] Mava: what do you need? containers, vms? [13:31] "hyperconverged" translates to something like "we got tired of the old system with separate storage and compute power, and went back to adding drives to our servers again, and then used the existing methods for controlling redundacy, so that system upgrades can be done on both storage and cpu at the same time" (which may or may not be a good idea, depending on your needs) [14:09] teward: cloud-init overwriting netplan is a message there for "safety". In some cases it /might/, say if you have cloud-init re-configure the system. On "static" not-cloud-based servers, it won't [14:25] RoyK: exactly, the good old methods starts to rise their head again. [14:26] gunix: either ones. [14:26] Mava: I was being rethorical [14:26] Mava: if you need VMs, go for openstack. you need containers, go for kubernetes. you need both, go for both [14:27] gunix: yup, that was I was afraid =D [14:27] Mava: why afraid? this is the future :D [14:27] any idea how e.g. kubernetes konsiders the virtual san ? [14:28] Mava: there are various storage drivers for kubernetes. most people use glusterfs, with heketi (an API that helps kubernetes manage gluster volumes) [14:28] ah [14:28] Mava: other people use CEPH [14:29] mostly the people with heavy openstack background will do ceph when doing kubernetes, since they know ceph inside out (55% of openstack environments use ceph storage, according to the survey from last year) [14:29] isn't CEPH the preferred one these days, as in over glusterfs? [14:30] RoyK: not for kubernetes. [14:30] ok [14:30] RoyK: a big kubernetes project is openshift and it comes by default with glusterfs [14:30] RoyK: also, regarding storage, most people use kubernetes via public cloud, and public cloud solutions have their own dark magic with storage, so you can't know unless you have somebody on the inside :D [14:31] :D [14:31] but the storage plays a big role, somehow understandable that they are not very often advertised outside [14:34] nonetheless, thanks gunix and RoyK for the chat! this really got my brains back to the tracks [14:34] :) [14:34] Mava: just start playing around. it's really fun technology [14:34] Mava: as for raid1+0, please try zfs and check if it does what you want - it really isn't hard [14:35] and I definitely will (to both)! ^ ^ [14:35] :) [14:36] raid is a tabu subject in cloud [14:36] a lot of people use JBOD [14:36] you need mad skills to do raid the right way. [14:38] JBOD ? You got to be kidding? [14:40] afaik the zfs should be fine nowdays. at least i've been satisfied with the zfs so far [15:55] Mava: i am not kidding with jbod :D [15:56] Mava: https://www.youtube.com/watch?v=ShC1eN52CrE [15:57] maybe in the last 2 years people started to adopt this more often [15:57] but this was the status in 2016 [15:57] with netapp leading research on this [16:28] rbasak: just checking in on the importer tests review [16:29] gunix: the thing about jbod is that they use raid-ish things on top [16:59] RoyK: most people just let ceph/heketi/swift handle the disks [17:00] https://xkcd.com/1987/ === Panoptes is now known as Aztec03 [19:15] I dont even program in python and my env is like hell [19:21] jaimehrubiks: ? [19:22] i was talking about the previous message, the xkcd post [19:22] nacc: https://xkcd.com/ [19:24] ah === Howie_69 is now known as Howie69 [23:04] TCP: request_sock_TCP: Possible SYN flooding on port 80. Sending cookies. Check SNMP counters. [23:05] That's a new one on me... [23:05] Especially since I don't have SNMP running... [23:07] Howie69: check netstat -s [23:08] 72 SYN cookies sent [23:08] ? [23:09] that's not too much of a flood.. [23:10] Yeah.. [23:10] I was wondering why it was logged [23:11] I feel rusty... [23:12] All of my scripting over the years... and now I am trying to hand write my apache2 configs :) [23:12] hrm I get lost a bit in the kernel sources .. there's a possibility that your web server isn't handling requests quickly enough, and the 'backlog' of listen requests is being overflowed [23:13] bleh... [23:13] normally this happens when someone aims a synflood bot at your host [23:14] Yeah, I've seen that, but didn't find any evidence [23:14] but 72 syn cookies does'nt feel like much of a flood, since that'd be .01 seconds of data or less [23:14] so maybe it's just your webserver unable to respond to incoming connections in reasonable time? [23:15] Or oversensitive logs? [23:15] I suspect this is a rare event, and thus worthwhile to log [23:15] it'd be difficult to spot syn floods without network monitoring without this [23:16] fair enough [23:23] I am skipping something... [23:26] So, my apache2 config is missing something [23:27] Ah... I can see... [23:27] sarnold: s/netstat/ss/ ;) [23:28] Between my old debian servers and this ubuntu server [23:28] RoyK: heh, I checked the ss manpage first but couldn't figure out how to get the data :( [23:29] It seems that apache has seperated the vhost to a module? [23:29] I see vhost.load [23:29] but not a config... [23:29] Is that for namevirtualhosts? [23:29] Howie69: /etc/apache2/sites-enabled [23:29] Howie69: /etc/apache2/sites-available [23:30] the former contains symlinks to the latter [23:30] RoyK: Those I am familiar with [23:30] I've done all of that... [23:30] ok, sorry [23:30] I just barged in ;) [23:30] and actually mirrored my debianb server [23:30] debian [23:30] but, it seems namevirtualhost isn't working [23:31] everything is just going to my default dir [23:31] just curious, but why move from debian to ubuntu? [23:31] My server to AWS [23:32] They didn't offer debian :) [23:32] * RoyK started out with slackware 25 years ago or so, moved to redhat, moved to debian, tried different things, moved to ubuntu, and moved back to debian [23:32] RoyK: I will probably keep all my physical servers on Debian [23:33] but, For AWS and GoogleCloud, they want to use Ubuntu [23:33] Howie69: I'm using crowncloud for a few VMs [23:33] So, it's not as bad as a conversion to their proprietary cloud OSes [23:33] works well [23:33] RoyK: I'm just starting. I prefer my own servers :( [23:33] and is rather on the cheap side, and supports a lot of distros [23:33] :) [23:34] so do I - but not for everything [23:34] I was down for a few years medically... trying to catch up now [23:34] welcome back :) [23:34] I did some great work while I was in the hospital. I just can't remember any of it [23:35] I don't think I've had that sort of drugs - but what the hell - welcome back anyway [23:36] Thanks [23:38] but, to the matter at hand... I suppose I have to link vhost.load? [23:38] vhost_alias.load [23:38] whiver ubuntu version is this? [23:38] s/whiver/which/ [23:38] crap... I forgot the command... [23:38] lsb_release -a [23:39] 16.04 I think [23:39] I was right [23:39] is the server listening to port 80? [23:40] netstat -l or ss -l should show [23:41] Yes [23:41] I get default site [23:42] ok, and there's a file for your virtualhost under /etc/apache2/sites-available and a symlink to it in /etc/apache2/sites-enabled ? [23:42] Howie69: just going through this slowly to make sure [23:43] RoyK: of course [23:44] does it have a .conf name? [23:44] iirc more recent apaches care about the filename [23:44] it seems like that would be in the apache2 error.log or access.log, but I'll check [23:45] well, yeah, I have a .conf and .load [23:45] a .load in sites-enabled? that shouldn't be necessary - it's for modules [23:46] Sorry, that's in the modules, yes [23:47] Howie69: ./apache2.conf:IncludeOptional sites-enabled/*.conf [23:47] You are saying they want a .conf in sites-available? [23:47] that's from debian stretch [23:48] probably the same on ubuntu 16.04 [23:48] stick around. I have to deal with kids. BBS