--- | Log | opened Thu Oct 11 00:00:20 2018 |
00:08 | -!- | DennyFuchs[m] [~fuchsmatr@2001:470:1af1:101::c2f] has joined #linode |
00:08 | -!- | DennyFuchs[m] is "@fuchs:matrix.inatec.com" on #linode #ceph |
00:53 | -!- | Guest245 [~oftc-webi@223.96.247.104] has quit [Remote host closed the connection] |
01:49 | <nate> | If they were that important shoulda done what shutterstock did, anally watermark them and sue google to stop letting people directly link (how they won that I'll never understand) |
01:51 | <FluffyFoxeh> | I thought that was Getty |
01:51 | <FluffyFoxeh> | Or are they the same |
02:11 | <drussell[m]> | Getty sued. |
02:12 | <drussell[m]> | Getty also sued Microsoft so |
02:35 | -!- | tprime [~oftc-webi@107.155.84.66] has joined #linode |
02:35 | -!- | tprime is "OFTC WebIRC Client" on #linode |
02:36 | <tprime> | Hello! Is it a bad idea to go about setting up striped zfs on block storage volumes? (desired effects are iops and storage for SQL databse) |
02:37 | <dwfreed> | there are worse ideas |
02:37 | <dwfreed> | but I can't promise it'll improve performance |
02:37 | <erik> | tprime: Local storage will probably be faster than block storage |
02:38 | <tprime> | I did some fio tests. Doesn't look like I've achieved anything worthwhile. |
02:38 | <erik> | tprime: How much data do you need to store in your database and what are your IOPS requirements? |
02:39 | <tprime> | Half a TB at this time, and it's growing at a slow pace. |
02:39 | <erik> | tprime: In addition you will most likely have lower latency on the local storage. I have not done any extensive testing on Linodes block storage yet |
02:39 | <erik> | tprime: And how much power do you need for your database? |
02:40 | <tprime> | The db is high on upserts (read-before-write – so zfs suffers a bit too) |
02:40 | <grawity> | how do you measure a database's "power" |
02:40 | <nate> | Was it getty? Mighta been getty, thought it was shutterstock. Though shutterstock definitely does the overboard watermarking at least :P |
02:40 | <tprime> | He probably means IOPS, I'm not too certain about the numbers I would need. |
02:40 | <erik> | grawity: Well, I was thinking how much CPU power he means |
02:41 | <erik> | tprime: I was thinking CPU wise. If you for example can do fine with 4 cores, 8G ram it might make sense to have some data on block storage to save cost |
02:41 | <tprime> | I was considering 6c machine. |
02:41 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] |
02:41 | <erik> | tprime: You could consider a "hybrid" approach. Have your datafiles on block storage and any logs on local storage |
02:41 | <tprime> | Sadly since this data isn't timeseries, I wouldn't be able to create a separate table space for less-frequently-accessed data to be offloaded to block storage |
02:42 | <tprime> | Hmm |
02:42 | <erik> | troy: I assume you will run MySQL? |
02:42 | <tprime> | postgresql |
02:42 | <erik> | tprime: Ok, well same strategy could work there |
02:43 | <tprime> | fio --filename=/blockstore/testfile --direct=0 --rw=randrw --refill_buffers --norandommap --randrepeat=0 --ioengine=libaio --bs=8k --rwmixread=70 --iodepth=16 --numjobs=16 --runtime=60 --group_reporting --name=8k7030test --size=1G |
02:43 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has joined #linode |
02:43 | -!- | bumbleVole is "bumbleVole" on #linode |
02:43 | <tprime> | read : io=774848KB, bw=12906KB/s, iops=1613, runt= 60040msec |
02:43 | <tprime> | write: io=328856KB, bw=5477.3KB/s, iops=684, runt= 60040msec |
02:44 | <tprime> | The same test on the attached ssd: |
02:44 | <tprime> | read : io=5733.4MB, bw=97798KB/s, iops=12224, runt= 60031msec |
02:44 | <tprime> | write: io=2454.9MB, bw=41874KB/s, iops=5234, runt= 60031msec |
02:45 | <tprime> | (using 6 x block storage volumes in striped zfs – essentially the fastest it could get with zfs) |
02:45 | <tprime> | (without caching) |
02:45 | <erik> | tprime: Yes, local storage is quicker as expected |
02:46 | <tprime> | Alright |
02:46 | <tprime> | Old man shouts at the cloud |
02:46 | <tprime> | :@ |
02:48 | <erik> | tprime: If you really need the performance and you want to keep costs down I would suggest you experiment a bit with mixing local and block storage for your database |
02:48 | <erik> | tprime: It might be that the load is so low that you are trying to optimise something that actually isn't a problem |
02:49 | <tprime> | HMm. |
02:49 | <tprime> | I could perhaps setup a replication secondary and see if it can stay caught up |
02:49 | <tprime> | My current setup is golden but I'd like to move from this dedicated server to linode. |
02:49 | <tprime> | And save some $$. |
02:49 | <erik> | tprime: So, look at where your current bottle neck is. If you do not find any bottle neck on the disk io side then you probably are good to go on your io strategy |
02:50 | <tprime> | logs on the local, data on the block storage, right? |
02:50 | <erik> | troy: Maybe, you would have to test to see what works best for you |
02:50 | <tprime> | Might also have to turn off sync write |
02:50 | <erik> | oh tprime |
02:50 | <tprime> | (sorry troy) |
02:50 | <tprime> | ^.^ |
02:50 | <erik> | tprime: Might be benefit of having indexes on local storage |
02:51 | <tprime> | Ooh. Didn't think of that |
02:51 | <erik> | tprime: Probably best to benchmark your database somehow instead of doing it with fio |
02:51 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] |
02:52 | <tprime> | postgresql's logical replication is essentially insert/update/delete relayed to the subscriber databases. So if it can stay afloat, it can work as a primary/master as well. |
02:53 | <tprime> | Thanks erik |
02:53 | <tprime> | erik++ |
02:53 | <tprime> | dwfreed++ |
02:53 | <erik> | tprime: But before you spend a lot of time on this just see if you actually have a problem |
02:54 | <tprime> | You mean just put everything under block storage first? |
02:54 | <erik> | tprime: Sometimes spending time optimising something that is not broken is a waste of time. Time that could be better spent on optimising other parts of the application |
02:54 | <erik> | tprime: You probably have the database running somewhere at the moment? |
02:54 | <tprime> | Yes |
02:54 | <erik> | tprime: Check what kind of load it has |
02:55 | <erik> | tprime: Based on those numbers make a estimation if 100% block storage seems like it could work |
02:55 | <erik> | tprime: If yes, try it out |
02:55 | <tprime> | How do I determine the "kind" of load it has ^^ |
02:56 | <tprime> | UPSERTs (95% UPDATEs / 5% INSERTs) |
02:56 | <erik> | tprime: Well, you could check the current database server. What specs does it have? What kind of storage system? |
02:56 | <tprime> | This warrants some random read/write iops. |
02:56 | <erik> | tprime: how many io's per second are the disks on that server doing at the moment |
02:57 | <erik> | tprime: iostat -x 1 will probably give you some data |
02:57 | <erik> | tprime: You might have some surveillance on your current db server with some graphs of different things? |
02:57 | <erik> | I would begin there, looking at what it seems to need at the moment and then figuring out how that will fit on Linode |
02:57 | <tprime> | Not for disk stats/io |
02:57 | <tprime> | I've got glances but that doesn't draw graphs |
02:58 | <erik> | tprime: Ok, well you probably know when your database is most active |
02:58 | <erik> | tprime: Try to have a peek at that time with for example iostat |
02:58 | <erik> | it should give you a decent picture |
02:59 | <tprime> | Thanks. Do you know of a utility that would draw a graph based on output from iostat | grep 'whatever'? |
03:00 | <tprime> | Possibly with lightweight data persistence. Don't need full blown Grafana etc |
03:00 | <tprime> | Anyway, thanks Erik. I have to run for an errand. |
03:01 | <tprime> | I'll try to get back with findings. |
03:01 | <tprime> | Good byeeeee |
03:01 | -!- | tprime [~oftc-webi@107.155.84.66] has quit [Remote host closed the connection] |
03:08 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has joined #linode |
03:08 | -!- | bumbleVole is "bumbleVole" on #linode |
03:13 | -!- | wayzee [~oftc-webi@111.68.105.60] has joined #linode |
03:13 | -!- | wayzee is "OFTC WebIRC Client" on #linode |
03:13 | <wayzee> | Do you provide fully managed service and is it configured and optimized for wordpress based sites / applications. |
03:17 | <grawity> | no, and no |
03:17 | <grawity> | although Linode Professional Services probably comes close to fully managed? |
03:17 | <grawity> | I'm not entirely sure about it |
03:18 | <wayzee> | what about wordpress optimization |
03:18 | <wayzee> | cpanel included |
03:21 | <Abi12> | wayzee: nothing is included/configured beforehand. You're essentially buying a server which you can install a distro if your choice on, then you can install wordpress/cpanel and optimize it as you see fit. |
03:22 | <Abi12> | s/if/of/ |
03:23 | <Abi12> | wayzee: https://www.linode.com/linodes |
03:32 | <wayzee> | ok thanks |
03:33 | -!- | wayzee [~oftc-webi@111.68.105.60] has quit [Quit: Page closed] |
03:34 | <Abi12> | The ops should change the topic to `Please read the website before asking questions.. maybe you'll find what you're looking for`. |
04:00 | <dwfreed> | nobody reads the topic either |
04:03 | -!- | markie [~oftc-webi@5ED20781.cm-7-3a.dynamic.ziggo.nl] has joined #linode |
04:03 | -!- | markie is "OFTC WebIRC Client" on #linode |
04:04 | -!- | markie [~oftc-webi@5ED20781.cm-7-3a.dynamic.ziggo.nl] has quit [] |
04:04 | -!- | eyepulp [~eyepulp@50-83-205-92.client.mchsi.com] has joined #linode |
04:04 | -!- | eyepulp is "eyepulp" on #linode |
04:11 | <Unit193> | s/the.*// |
04:12 | -!- | eyepulp [~eyepulp@50-83-205-92.client.mchsi.com] has quit [Ping timeout: 480 seconds] |
04:13 | <Abi12> | dwfreed: I do :( |
04:14 | <Abi12> | It's pretty on weechat. |
06:13 | <LouWestin> | About the person with stolen images report. I didn’t want to get into the whole copyright discussion. |
06:14 | <LouWestin> | Any of those stock image companies , like Getty, are more than happy to send a “fine letter” asking for money due to copyright infringement |
06:16 | <LouWestin> | But in actuality, they have to have those images copyright registered to sue anyway. |
06:17 | <dwfreed> | there is no copyright registry |
06:18 | <dwfreed> | well, there is, apparently, but it's not a requirement to sue |
06:18 | <dwfreed> | https://en.wikipedia.org/wiki/Copyright_registration |
06:19 | <LouWestin> | If the image stealer is in another country like China. Heh good luck with that. |
06:20 | <dwfreed> | plantiff can still acquire an injunction against the defendent, which would require Linode to shut down the server or otherwise restrict access to it |
06:21 | <dwfreed> | even if they're not on US soil |
06:22 | <LouWestin> | But if they’re stock images that got stolen then it might not be stolen. Ok. I figured Linode would look into it and let him know what could be done. |
06:26 | <dwfreed> | Linode's role in a DMCA violation is very clearly spelled out by the law; <purported owner> sends Linode DMCA takedown notice, identifying the content that needs to be removed; Linode forwards this on to the customer, who then has a window of time to remove the content before Linode has to intervene to restrict access; customer may provide Linode with a counterclaim which is then forwarded on to the |
06:26 | <dwfreed> | purported owner, but the content must still be inaccessible for a period of time during which the purported owner can decide if they want to sue; if they don't sue, then the content can be restored |
06:26 | <dwfreed> | first window is like 24 to 48 hours; second one is like 2 weeks or something |
06:27 | <dwfreed> | Linode is required to follow this procedure by law, otherwise they can be considered a "coconspirator" of sorts, and become equally liable in a copyright infringement lawsuit |
06:28 | <LouWestin> | Oh that’s right! I forget about the Take down rule. |
06:29 | <LouWestin> | I moved away from the design field for the most part so I don’t keep up really |
06:31 | <LouWestin> | That happened with the Minecraft Bukket project. |
06:56 | -!- | Yocto [~oftc-webi@195.134.67.224] has joined #linode |
06:56 | -!- | Yocto is "OFTC WebIRC Client" on #linode |
06:57 | -!- | Yocto [~oftc-webi@195.134.67.224] has left #linode [] |
06:59 | -!- | Dreamer3_ [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [Read error: Connection reset by peer] |
06:59 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
06:59 | -!- | Dreamer3 is "Josh Goebel" on #linode |
07:12 | -!- | NiTeMaRe [~nitemare@2607:5300:60:7138:aa::] has quit [Ping timeout: 480 seconds] |
07:42 | -!- | Dreamer3_ [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
07:42 | -!- | Dreamer3_ is "Josh Goebel" on #linode |
07:43 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [Ping timeout: 480 seconds] |
07:45 | -!- | NiTeMaRe [~nitemare@wall-e.net.prd.ca.xi.ht] has joined #linode |
07:45 | -!- | NiTeMaRe is "nitemare" on #virtualization #virt #qemu #privacytools.io #otr #oftc #moocows #linux #linode #kvm #debian-next #debian |
08:01 | -!- | RandomGuy224 [~oftc-webi@187.10.139.117] has joined #linode |
08:01 | -!- | RandomGuy224 is "OFTC WebIRC Client" on #linode |
08:01 | <RandomGuy224> | Hi, can anyone answer my questions? |
08:01 | <RandomGuy224> | I'd like to know if I'll get full root access over SSH. |
08:02 | <RandomGuy224> | I'm interested on the linode 2gb plan |
08:04 | <dwfreed> | you do |
08:05 | <LouWestin> | ^ |
08:05 | <LouWestin> | Although you should disable the root account once you’re setup. |
08:06 | <RandomGuy224> | Nice. What distro comes pre installed? |
08:07 | <DrJ> | there probably isn't any need to run ntp on my linode is there? I'm assuming by default they sync with the linode host time which I'm assuming linode has ntp on. |
08:07 | <DrJ> | I like to assume |
08:08 | <LouWestin> | RandomGuy224: There’s a list that you can choose from |
08:09 | <RandomGuy224> | Nice. Thank you Lou! :) |
08:09 | -!- | RandomGuy224 [~oftc-webi@187.10.139.117] has quit [Quit: Page closed] |
08:09 | <LouWestin> | DrJ: I’m not sure. I’ve stuck to the standard gmt time since it’s easier to know when linode is doing maintenance |
08:11 | <LouWestin> | With that said, I haven’t messed with ntp since I first started Linode way back. |
08:11 | <dwfreed> | DrJ: no, you need to run ntpd |
08:12 | <dwfreed> | DrJ: it does not sync as far as I know |
08:12 | <DrJ> | k |
08:13 | <DrJ> | I've always run it before but I migrated to a new server over the weekend and figured no need to install/run it if it always gets the correct time from the host, so just thought I'd ask |
08:15 | <DrJ> | question 2: If I remove a user from "Users and Permissions" in the lnode manager, will they get an email informing them I removed them? |
08:15 | <dwfreed> | no |
08:16 | <DrJ> | thanks |
08:16 | <Turkeylegjones> | Niiiice |
08:19 | <@mcintosh> | if you email them saying "hey i removed u" |
08:19 | <@mcintosh> | then they would |
08:19 | <DrJ> | :) |
08:19 | <@mcintosh> | <33 |
08:20 | <dwfreed> | mcintosh: hey i removed u |
08:20 | <DrJ> | I'd rather them not get an email |
08:20 | <Turkeylegjones> | Hey, You're out of here. |
08:21 | * | mcintosh is removed |
08:21 | <DrJ> | the server they had access to I'm about to delete. Didn't want them getting an email informing them of the delete, or have them asking me why I removed them. Honestly, the only reason I set them up in the first place was in case I was to die or something. But I recently decided I am not going to die, so I see no point. |
08:22 | <dwfreed> | you can do that? you can just decide "I'm not going to die" and live forever? |
08:22 | <Turkeylegjones> | When you're about to die |
08:22 | <Turkeylegjones> | stop |
08:22 | <Turkeylegjones> | and be awesome instead |
08:22 | <DrJ> | exactly Turkeylegjones |
08:42 | -!- | thiras [~thiras@195.174.215.70] has joined #linode |
08:42 | -!- | thiras is "realname" on #debian #linode #virt #tami |
08:49 | <LouWestin> | I need to look at ntpd then so I can stay in sync. |
08:54 | -!- | anomie [~anomie@00018802.user.oftc.net] has joined #linode |
08:54 | -!- | anomie is "Anomie" on #linode |
09:02 | -!- | moonkyang [~moonkyang@sg.bbido.com.yang.red] has joined #linode |
09:02 | -!- | moonkyang is "Moonk Yang" on #linode |
09:03 | -!- | moonkyan_ [~moonkyang@sg.bbido.com.yang.red] has joined #linode |
09:03 | -!- | moonkyan_ is "Moonk Yang" on #linode |
09:10 | -!- | moonkyang [~moonkyang@sg.bbido.com.yang.red] has quit [Ping timeout: 480 seconds] |
09:11 | -!- | eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has joined #linode |
09:11 | -!- | eyepulp is "eyepulp" on #linode |
09:17 | -!- | _eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has joined #linode |
09:17 | -!- | _eyepulp is "eyepulp" on #linode |
09:19 | -!- | eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has quit [Ping timeout: 480 seconds] |
09:44 | -!- | Redentor [~Redentor@189.202.74.174.cable.dyn.cableonline.com.mx] has joined #linode |
09:44 | -!- | Redentor is "Armando" on #linode #debian-next #debian-mx #debian-es #debian |
09:46 | <DrJ> | any chance I could get someone to take a look at ticket 11017041? Not a huge deal, but I have time right now and kinda want to start configuring them. |
10:02 | <@mcintosh> | DrJ: g2g |
10:02 | <DrJ> | thanks! |
10:02 | <@mcintosh> | np |
10:16 | -!- | AndroUser [~androirc@2600:380:1935:e8e2:f035:7a13:bdcc:2733] has joined #linode |
10:16 | -!- | AndroUser is "Android IRC Client" on #linode |
10:18 | <AndroUser> | What kind of traffic would be going through nb-104-200-22-130.dallas.nodebalancer.linode.com over 80/tcp? |
10:18 | <LouWestin> | Website? |
10:18 | <LouWestin> | http |
10:18 | <AndroUser> | Basically any website or web service, right? |
10:19 | <LouWestin> | Yeah unless it’s running some weird configuration. It wouldn’t be https: |
10:25 | -!- | moonkyan_ [~moonkyang@sg.bbido.com.yang.red] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] |
10:35 | -!- | Redentor [~Redentor@189.202.74.174.cable.dyn.cableonline.com.mx] has quit [Remote host closed the connection] |
10:44 | <DrJ> | okay, so I screwed up trying to install longview |
10:45 | <DrJ> | specifically, I accidentally clicked past the prompt to create a mysql user |
10:45 | <DrJ> | so I then removed longview with apt |
10:45 | <DrJ> | now I reinstalled and got the prompt to create mysql user again, which I did |
10:47 | <DrJ> | now I get this: https://pastebin.com/raw/Cevx8g5s |
10:48 | <DrJ> | I tried removing the /etc/linode directory after removing longview, but that didn't help either |
10:56 | <DrJ> | appearetly apt-get remove linode-longview just doesn't fully remove it |
10:57 | <dwfreed> | -oDpkg::Options="--force-confmiss" |
10:57 | <dwfreed> | in your apt-get install linode-longview |
10:57 | <dwfreed> | dpkg does not remove config files |
10:57 | <DrJ> | not installing it with apt though |
10:57 | <DrJ> | linode asks me to run a curl command |
10:58 | <dwfreed> | the curl command just does apt-get |
10:58 | <DrJ> | ah |
10:58 | <dwfreed> | after adding a sources.list entry to point at the repo |
10:58 | <dwfreed> | if you haven't removed the sources.list entry, then you can just run apt-get yourself |
11:00 | <DrJ> | https://pastebin.com/raw/Rb9kUz74 |
11:01 | <DrJ> | okay, that's odd |
11:02 | <DrJ> | the pass in the MySQL.conf file is totally not the pass it asked me to change it to |
11:03 | <DrJ> | okay, corrected that and no more mysql errors |
11:04 | <DrJ> | but.... update-rc.d: error: unable to read /etc/init.d/longview |
11:04 | <DrJ> | which btw I removed that file manually a bit ago in an attempt to fix all this |
11:07 | <dwfreed> | did it get recreated when you reinstalled it? |
11:07 | <DrJ> | no |
11:08 | <dwfreed> | oh, might need to be -oDpkg::Options::="--force-confmiss" (extra set of double colons before the equals sign) |
11:08 | <DrJ> | k, trying |
11:09 | <DrJ> | think that worked |
11:09 | <DrJ> | now that I installed it this way, how do I tell it the ID or whatnot that linode needs |
11:10 | <dwfreed> | vim /etc/linode/longview.key |
11:10 | <dwfreed> | put key in |
11:10 | <DrJ> | yea, you mean nano |
11:11 | <DrJ> | :) |
11:11 | <dwfreed> | real sysadmins use real text editors, ie vim |
11:13 | <DrJ> | okay, I think I got it |
11:14 | <DrJ> | guess I have to wait a bit to see |
11:20 | <DrJ> | hmm, logs says its rejecting my api key |
11:21 | <DrJ> | is the key not the part after curl -s https://lv.linode.com/ |
11:22 | -!- | AndroUser [~androirc@2600:380:1935:e8e2:f035:7a13:bdcc:2733] has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )] |
11:24 | <DrJ> | 400 Bad Request API key: .... is made up, rejecting payload! |
11:25 | <@mcintosh> | it is not |
11:26 | <@mcintosh> | go to https://manager.linode.com/longview/settings/$INSTANCENAME |
11:26 | <DrJ> | ah |
11:26 | <@mcintosh> | they look similar though... easy mix-up |
11:26 | <DrJ> | yea |
11:30 | <DrJ> | and I'm up |
11:32 | <@mcintosh> | woo |
11:53 | <LouWestin> | Vim ftw |
12:24 | -!- | av [~oftc-webi@199.16.161.85] has joined #linode |
12:24 | -!- | av is "OFTC WebIRC Client" on #linode |
12:24 | <av> | hi |
12:25 | <millisa> | hi |
12:26 | -!- | Redentor [~Redentor@189.202.74.174.cable.dyn.cableonline.com.mx] has joined #linode |
12:26 | -!- | Redentor is "Armando" on #linode #debian-next #debian-mx #debian-es #debian |
12:27 | -!- | avi [~oftc-webi@199.16.161.85] has joined #linode |
12:27 | -!- | avi is "OFTC WebIRC Client" on #linode |
12:29 | -!- | avi [~oftc-webi@199.16.161.85] has quit [] |
12:29 | -!- | av [~oftc-webi@199.16.161.85] has quit [Quit: Page closed] |
12:34 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has quit [Ping timeout: 480 seconds] |
12:49 | -!- | _eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has quit [Remote host closed the connection] |
12:50 | -!- | eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has joined #linode |
12:50 | -!- | eyepulp is "eyepulp" on #linode |
13:16 | -!- | marshmn [~matt@113.91.112.87.dyn.plus.net] has joined #linode |
13:16 | -!- | marshmn is "Matt Marsh" on #linode |
13:43 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has joined #linode |
13:43 | -!- | bumbleVole is "bumbleVole" on #linode |
14:04 | -!- | Steve_ [~oftc-webi@cpe-74-69-112-210.rochester.res.rr.com] has joined #linode |
14:04 | -!- | Steve_ is "OFTC WebIRC Client" on #linode |
14:05 | -!- | Steve_ [~oftc-webi@cpe-74-69-112-210.rochester.res.rr.com] has quit [] |
14:19 | -!- | artyshko [~artyshko@37.73.171.51] has joined #linode |
14:19 | -!- | artyshko is "Artyshko" on #linode |
14:20 | -!- | artyshko [~artyshko@37.73.171.51] has left #linode [] |
14:35 | -!- | EVE__ [~artyshko@37.73.171.51] has joined #linode |
14:35 | -!- | EVE__ is "Artyshko" on #linode |
14:35 | -!- | EVE__ [~artyshko@37.73.171.51] has left #linode [] |
14:39 | <linbot> | New news from community: ERR_EMPTY_RESPONSE? <https://www.linode.com/community/questions/17236> |
14:47 | -!- | fstd_ [~fstd@xdsl-89-0-200-176.netcologne.de] has joined #linode |
14:47 | -!- | fstd_ is "fstd" on #gentoo #linuxfs #oftc #vserver #linode #debian #kernelnewbies |
14:53 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
14:53 | -!- | Dreamer3 is "Josh Goebel" on #linode |
14:54 | -!- | Dreamer3_ [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [Read error: Connection reset by peer] |
14:54 | -!- | fstd [~fstd@xdsl-78-35-202-209.netcologne.de] has quit [Ping timeout: 480 seconds] |
15:04 | <frailtyy> | hi |
15:04 | <DrJ> | hi |
15:15 | -!- | marshmn [~matt@113.91.112.87.dyn.plus.net] has quit [Ping timeout: 480 seconds] |
15:23 | <Karrde> | ho |
15:24 | <LouWestin> | Hi |
15:37 | -!- | lwjmlj [~Sam.Spade@ip5b41220b.dynamic.kabel-deutschland.de] has joined #linode |
15:37 | -!- | lwjmlj is "Sam Spade" on #linode #debian |
15:42 | -!- | afgfju [~Sam.Spade@ip5b41220b.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
15:45 | -!- | lwjmlj [~Sam.Spade@ip5b41220b.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
16:04 | -!- | marshmn [~matt@113.91.112.87.dyn.plus.net] has joined #linode |
16:04 | -!- | marshmn is "Matt Marsh" on #linode |
16:13 | -!- | anomie [~anomie@00018802.user.oftc.net] has quit [Ping timeout: 480 seconds] |
16:16 | <DrJ> | can we set reverse DNS on individual IPv6 addresses in a /64 block? |
16:16 | <DrJ> | looks like it will only allow me to do so on the main IPv4/6 addy |
16:16 | <dwfreed> | you can |
16:16 | <dwfreed> | it still needs to be forward-confirmed |
16:16 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has quit [Ping timeout: 480 seconds] |
16:16 | <DrJ> | yea figured as much on that, but where do you do it? |
16:17 | <dwfreed> | same as where you do all the others |
16:17 | -!- | Redentor [~Redentor@189.202.74.174.cable.dyn.cableonline.com.mx] has quit [Remote host closed the connection] |
16:25 | -!- | anomie [~anomie@075-183-096-171.res.spectrum.com] has joined #linode |
16:25 | -!- | anomie is "Anomie" on #linode |
16:53 | -!- | anomie [~anomie@00018802.user.oftc.net] has quit [Quit: Leaving] |
17:05 | -!- | marshmn [~matt@113.91.112.87.dyn.plus.net] has quit [Ping timeout: 480 seconds] |
17:06 | <DrJ> | okay, I see now |
17:07 | <DrJ> | really wish linode didn't have that 15 minute dns update delay |
17:09 | <LouWestin> | If we set the TTL to say, 5 minutes, |
17:09 | <LouWestin> | Does it really speed up the resolving? |
17:10 | <DrJ> | does not speed up the linode publishing of the record, no |
17:10 | <DrJ> | does help clients see the new change though once linode applies if you had it 5 minutes prior to the change |
17:11 | <LouWestin> | K. Whenever I’ve switched DNS over to a new server it’s usually been no sooner than 12 hours. |
17:11 | <DrJ> | for example, last week I knew I would be switching servers/IPs soon, so I knocked them down to 5 minutes |
17:11 | <LouWestin> | Just wondering. |
17:11 | <DrJ> | I think we are talking about two different things LouWestin |
17:12 | <DrJ> | I'm talking about the, up to, 15 minute delay of linode applying any changes you make |
17:12 | <DrJ> | you are talking about the actual TTL on the records |
17:12 | <millisa> | using linode dns with slave zones off your own dns server gets around the publish delay doesn't it? |
17:12 | <DrJ> | not sure millisa |
17:12 | <Peng_> | Yes |
17:13 | <millisa> | The Peng Of Authority has spoken |
17:13 | <DrJ> | I kind of prefer linode to be the master because I like their easy to use interface |
17:13 | <DrJ> | but it has that 15 minute drawback |
17:13 | <Peng_> | There can still be an additional caching delay in Cloudflare |
17:14 | <DrJ> | and I despise running my own dns server |
17:15 | <LouWestin> | DrJ: ok I might confusing it something else. |
17:15 | <DrJ> | LouWestin, say if I made a change right now at 15 past the hour. That change would not be seen by anyone until at least the bottom of the hour |
17:16 | <DrJ> | usually takes a few minutes past that... so more like 35 past the hour |
17:16 | <LouWestin> | Ok so like 30’ish minutes? |
17:16 | <DrJ> | 15-30 minutes |
17:16 | <LouWestin> | K |
17:16 | <DrJ> | yea |
17:17 | <DrJ> | I think what you were talking about earlier is the actual TTL before clients refresh the records |
17:18 | <LouWestin> | I switched over my two domains to two new servers. That took the 12 hour resolve |
17:18 | <DrJ> | the name servers or just the A/AAAA records/ |
17:18 | <LouWestin> | Just linode NS to a new IP. |
17:19 | <DrJ> | ah, then you must have a 12ish hour TTL |
17:19 | <DrJ> | like I said earlier, like for me last week I knew I'd be making a change within a day or so... so I knocked them down to 5 minutes during that time |
17:19 | <LouWestin> | I have to look at the linode DNS screen when I get home. |
17:19 | <DrJ> | so when I did make the change the clients would see it rather quickly |
17:20 | <DrJ> | then I bumped it back up |
17:20 | <LouWestin> | For me it wasn’t an urgent switch over. |
17:21 | <DrJ> | ah |
17:22 | <DrJ> | mine was |
17:23 | <DrJ> | but anyway, good to know on the slave thing. But I still think I'd prefer to keep the linode manager for my dns |
17:23 | <DrJ> | so I guess I'll have to continue living with it |
17:23 | <LouWestin> | I don’t know if there would be much advantage to switching anyway. |
17:24 | <DrJ> | not really |
17:25 | <DrJ> | for me it's just I just want things to work right away :) |
17:25 | <LouWestin> | Cloud flares ddos... eh... |
17:25 | <DrJ> | impatient |
17:32 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has joined #linode |
17:32 | -!- | bumbleVole is "bumbleVole" on #linode |
17:39 | <linbot> | New news from community: $15 node <https://www.linode.com/community/questions/17237> |
17:40 | -!- | thiras [~thiras@195.174.215.70] has quit [Ping timeout: 480 seconds] |
17:41 | -!- | thiras [~thiras@139.59.128.187] has joined #linode |
17:41 | -!- | thiras is "realname" on #debian #linode #virt #tami |
17:45 | <LouWestin> | “$15 (2cpu/2gb/60gb) nodes.” ??? Why not just for the 4GB 2core for $20... |
17:46 | <Peng_> | $5 :D |
17:46 | <LouWestin> | From linbot’s post |
17:46 | <Peng_> | A competitor offers exactly that |
17:46 | <LouWestin> | That request seems odd imo |
17:47 | <Peng_> | I'd maybe buy it |
17:47 | <LouWestin> | What’s five more a month? |
17:47 | <LouWestin> | A super large DD coffee costs almost that |
17:49 | <LouWestin> | I don’t know that’s my logic fwiw |
17:56 | <LouWestin> | Linode’s $20 package would be good for a Minecraft server. That proposed package? Not really |
17:58 | <LouWestin> | Just as an example |
18:01 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [Quit: ZNC 1.7.1 - https://znc.in] |
18:02 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
18:02 | -!- | Dreamer3 is "Josh Goebel" on #linode |
18:05 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [] |
18:07 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
18:07 | -!- | Dreamer3 is "Josh Goebel" on #linode |
18:09 | -!- | thiras [~thiras@139.59.128.187] has quit [Ping timeout: 480 seconds] |
18:21 | -!- | thiras [~thiras@195.174.215.70] has joined #linode |
18:21 | -!- | thiras is "realname" on #debian #linode #virt #tami |
18:25 | * | nate ran a small minecraft server on one of the old 512 $20 linodes ages back |
18:26 | <nate> | Though I also used OpenJDK which was vastly more performant at running it too |
18:26 | -!- | d1b [~db@linode.d1b.org] has quit [Remote host closed the connection] |
18:36 | <LouWestin> | Nice! |
18:37 | <LouWestin> | I run under the $10 plan right now. |
18:39 | -!- | Dreamer3_ [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
18:39 | -!- | Dreamer3_ is "Josh Goebel" on #linode |
18:39 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [Remote host closed the connection] |
18:42 | -!- | Redentor [~Redentor@189.202.74.174.cable.dyn.cableonline.com.mx] has joined #linode |
18:42 | -!- | Redentor is "Armando" on #linode #debian-next #debian-mx #debian-es #debian |
18:45 | <@mcintosh> | I run... these streets |
18:45 | <LouWestin> | It’s good to be king |
18:50 | <@mcintosh> | you come at the king... you best not miss |
18:51 | <LouWestin> | ^This |
18:54 | -!- | d1b [~db@linode.d1b.org] has joined #linode |
18:54 | -!- | d1b is "db" on #linode #moocows #xen |
18:57 | -!- | Redentor [~Redentor@189.202.74.174.cable.dyn.cableonline.com.mx] has quit [Remote host closed the connection] |
19:43 | -!- | eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has quit [Remote host closed the connection] |
19:50 | -!- | eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has joined #linode |
19:50 | -!- | eyepulp is "eyepulp" on #linode |
19:58 | -!- | eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has quit [Ping timeout: 480 seconds] |
20:10 | -!- | Unit193 [ukikie@unit193.netop.oftc.net] has quit [Remote host closed the connection] |
20:10 | -!- | Unit193 [ukikie@unit193.netop.oftc.net] has joined #linode |
20:10 | -!- | Unit193 is "Unit 193" on #debian-libimobiledevice #kgb-devel #debian-next #linode #freenode #ohiolinux #devscripts #oftc-status #oftc-staff #debian-ayatana #mapreri #pbuilder #debian-edu #debian-apt #bitrig #oftc #debian-ruby #debian-live #debian-derivatives #neurodebian #CipherShed #packaging #debian-devel-changes #debian-games #debian-multimedia #lxde #smxi |
20:26 | -!- | Redentor [~Redentor@189.202.74.174.cable.dyn.cableonline.com.mx] has joined #linode |
20:26 | -!- | Redentor is "Armando" on #linode #debian-next #debian-mx #debian-es #debian |
21:07 | -!- | kaoqnk [~Sam.Spade@ip5b41220b.dynamic.kabel-deutschland.de] has joined #linode |
21:07 | -!- | kaoqnk is "Sam Spade" on #linode #debian |
21:18 | -!- | Daedolon [~na@87-92-96-173.bb.dnainternet.fi] has joined #linode |
21:18 | -!- | Daedolon is "Daedolon" on #linode |
21:18 | -!- | Daedolon [~na@87-92-96-173.bb.dnainternet.fi] has quit [] |
21:46 | -!- | pnt||grm [~pnt||grm@pool-173-73-157-152.washdc.fios.verizon.net] has quit [Ping timeout: 480 seconds] |
21:47 | -!- | pnt||grm [~pnt||grm@pool-173-73-157-152.washdc.fios.verizon.net] has joined #linode |
21:47 | -!- | pnt||grm is "pnt||grm" on #linode #qemu |
21:51 | -!- | waltman [nunya647@c-68-81-107-5.hsd1.pa.comcast.net] has quit [Remote host closed the connection] |
21:51 | -!- | waltman [nunya492@c-68-81-107-5.hsd1.pa.comcast.net] has joined #linode |
21:51 | -!- | waltman is "Walt Mankowski" on #linode |
22:04 | -!- | waltman [nunya492@c-68-81-107-5.hsd1.pa.comcast.net] has quit [Remote host closed the connection] |
22:04 | -!- | waltman [nunya430@c-68-81-107-5.hsd1.pa.comcast.net] has joined #linode |
22:04 | -!- | waltman is "Walt Mankowski" on #linode |
22:08 | -!- | Unit193 [ukikie@unit193.netop.oftc.net] has quit [Read error: No route to host] |
22:12 | -!- | Unit193 [ukikie@unit193.netop.oftc.net] has joined #linode |
22:12 | -!- | Unit193 is "Unit 193" on #debian-libimobiledevice #kgb-devel #debian-next #linode #freenode #ohiolinux #devscripts #oftc-status #oftc-staff #debian-ayatana #mapreri #pbuilder #debian-edu #debian-apt #bitrig #oftc #debian-ruby #debian-live #debian-derivatives #neurodebian #CipherShed #packaging #debian-devel-changes #debian-games #debian-multimedia #lxde #smxi |
22:18 | <warewolf> | oh, balls. |
22:18 | <warewolf> | my linode is so very old it's /dev/sda is an ext2 filesystem, and I can't grub2-install into it. |
22:19 | <warewolf> | I have no clue how to proceed to try to "grub boot" my own self rather than using a linode kernel |
22:19 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
22:19 | -!- | Dreamer3 is "Josh Goebel" on #linode |
22:19 | -!- | Dreamer3_ [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [Read error: Connection reset by peer] |
22:24 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [] |
22:24 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
22:24 | -!- | Dreamer3 is "Josh Goebel" on #linode |
22:26 | <warewolf> | oh right, I have a free upgrade too. Now is as good a time as any to test a reboot! |
22:27 | -!- | warewolf [warewolf@warewolf.org] has quit [Quit: *BAMF*] |
22:34 | -!- | TheMaster [ukikie@unit193.netop.oftc.net] has joined #linode |
22:34 | -!- | TheMaster is "Unit 193" on #debian-libimobiledevice #kgb-devel #debian-next #linode #freenode #ohiolinux #devscripts #oftc-status #oftc-staff #debian-ayatana #mapreri #pbuilder #debian-edu #debian-apt #bitrig #oftc #debian-ruby #debian-live #debian-derivatives #neurodebian #CipherShed #packaging #debian-devel-changes #debian-games #debian-multimedia #lxde #smxi |
22:39 | -!- | Unit193 [ukikie@unit193.netop.oftc.net] has quit [Ping timeout: 600 seconds] |
22:53 | -!- | warewolf [~warewolf@warewolf.org] has joined #linode |
22:53 | -!- | warewolf is "Richard Harman" on #virt #linode |
22:53 | <warewolf> | whelp that didn't work. |
22:56 | <warewolf> | /server |
22:56 | <warewolf> | durp, sorry |
23:07 | -!- | warewolf [~warewolf@warewolf.org] has quit [Remote host closed the connection] |
23:08 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has quit [Quit: ZNC 1.7.1 - https://znc.in] |
23:08 | -!- | Dreamer3 [~dreamer3@cpe-96-28-189-235.kya.res.rr.com] has joined #linode |
23:08 | -!- | Dreamer3 is "Josh Goebel" on #linode |
23:11 | -!- | warewolf [warewolf@warewolf.org] has joined #linode |
23:11 | -!- | warewolf is "Richard Harman" on #virt #linode |
23:11 | -!- | Cajs [Cajs@185.198.189.47] has quit [Quit: YourBNC - (https://yourbnc.co.uk)] |
23:12 | <Toba> | erry, or erry other, day, I'm linodin' |
23:15 | <wraeth> | warewolf: "Linode provides the GRUB bootloader, so your system only needs to provide a grub.cfg file." -> https://www.linode.com/docs/platform/manager/how-to-change-your-linodes-kernel/ |
23:16 | -!- | Cajs [Cajs@2a0a:54c1:6:108::1:1] has joined #linode |
23:16 | -!- | Cajs is "Cajs" on #linode |
23:17 | <warewolf> | yeah I just figured out that linode's grub2 wants the config in /boot/grub/grub.cfg, not fedora's preferred location of /boot/grub2/grub.cfg |
23:17 | <warewolf> | so one quick ln -s later, and I'm running the distro kernel and I can do moar bettar awezum iptables stuff, like tarpitting. |
23:30 | -!- | Cajs [Cajs@2a0a:54c1:6:108::1:1] has quit [Quit: YourBNC - (https://yourbnc.co.uk)] |
23:31 | -!- | Cajs [Cajs@185.198.189.47] has joined #linode |
23:31 | -!- | Cajs is "Cajs" on #linode |
23:32 | -!- | bumbleVole [~bumbleVol@ool-43522b0d.dyn.optonline.net] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] |
23:33 | -!- | TheMaster is now known as Unit193 |
23:45 | -!- | Redentor [~Redentor@189.202.74.174.cable.dyn.cableonline.com.mx] has quit [Remote host closed the connection] |
23:47 | -!- | darwin [d@melik.windwireless.net] has joined #linode |
23:47 | -!- | darwin is "Darwin of The Elves" on #linode #bitlbee |
--- | Log | closed Fri Oct 12 00:00:21 2018 |