--- | Log | opened Fri May 31 00:00:03 2019 |
00:00 | -!- | wheatie [~lex@000129c9.user.oftc.net] has quit [Ping timeout: 480 seconds] |
00:06 | -!- | Luckst0r [~luckst0r@180-150-13-42.b4960d.bne.nbn.aussiebb.net] has joined #linode |
00:06 | -!- | Luckst0r is "luckst0r" on #linode |
00:09 | <LouWestin> | I looked at it a little bit it’s not making sense. Probably means I need to retire for the night |
00:11 | <dwfreed> | sudo -i is almost exactly like logging in as the target user |
00:11 | <dwfreed> | (whether that's root or another user) |
00:19 | -!- | lex [~lex@71.17.169.11] has joined #linode |
00:19 | -!- | lex is "Despite All My Rage.." on #linode |
00:20 | -!- | lex is now known as Guest3965 |
00:24 | -!- | Guest3965 [~lex@71.17.169.11] has quit [Remote host closed the connection] |
00:27 | -!- | lex_ [~lex@71.17.169.11] has joined #linode |
00:27 | -!- | lex_ is "Despite All My Rage.." on #linode |
00:27 | -!- | TJ- [~root@2a02:8011:2007:0:b8cb:a138:142c:1c8d] has joined #linode |
00:27 | -!- | TJ- is "TJ https://launchpad.net/~tj" on #linode |
00:39 | -!- | Luckst0r [~luckst0r@180-150-13-42.b4960d.bne.nbn.aussiebb.net] has quit [Ping timeout: 480 seconds] |
00:43 | -!- | DrJ [~asdf@104.200.153.108] has quit [] |
00:47 | -!- | lex__ [~lex@108.60.176.107] has joined #linode |
00:47 | -!- | lex__ is "Despite All My Rage.." on #linode |
00:47 | -!- | Luckst0r [~luckst0r@180-150-13-42.b4960d.bne.nbn.aussiebb.net] has joined #linode |
00:47 | -!- | Luckst0r is "luckst0r" on #linode |
00:48 | <zifnab> | !caress Eugene |
00:48 | <linbot> | zifnab: Point given to eugene. (75) |
00:48 | <zifnab> | !points |
00:49 | -!- | lex_ [~lex@71.17.169.11] has quit [Ping timeout: 480 seconds] |
01:03 | -!- | lex_ [~lex@71.17.169.11] has joined #linode |
01:03 | -!- | lex_ is "Despite All My Rage.." on #linode |
01:08 | <gparent> | welp, just lost access to TOR from my ISP :( |
01:08 | <dwfreed> | RIP |
01:08 | <Peng> | D: |
01:08 | <gparent> | as in the linode location not the service |
01:10 | <Peng> | !mtr-atlanta speedtest.tor1.linode.com |
01:10 | <linbot> | Peng: [mtr-atlanta] 8.|-- 2600:3c04::1 0.0% 3 57.8 57.3 54.7 59.3 2.2 -- 9.|-- 2600:3c04::f03c:91ff:feba:c4f8 0.0% 3 53.1 53.1 53.0 53.2 0.0 -- see https://mtr-atlanta.mn0.us/?c=70aa27e5 for full mtr |
01:10 | -!- | lex__ [~lex@108.60.176.107] has quit [Ping timeout: 480 seconds] |
01:10 | <Peng> | ...53 ms? |
01:11 | -!- | lex__ [~lex@216-197-225-144.regn.hsdb.sasknet.sk.ca] has joined #linode |
01:11 | -!- | lex__ is "Despite All My Rage.." on #linode |
01:13 | <gparent> | Error: "mtr-toronto" is not a valid command. |
01:17 | <@mtjones> | We're looking into a networking problem in Toronto now. |
01:17 | <Cromulent> | hmm I'm starting to get to the stage where I need to clean out my linode as hard drive space is being used up but I'm not sure where to start |
01:18 | <Cromulent> | its been running since 2017 so there is quite a bit of cruft that has built up over time |
01:18 | <gparent> | apt-get clean |
01:18 | -!- | lex_ [~lex@71.17.169.11] has quit [Ping timeout: 480 seconds] |
01:18 | <dwfreed> | ^ that can help |
01:18 | <Peng> | git gc |
01:19 | <Cromulent> | ah OK - thanks although I do do autoclean on a semi regular basis |
01:19 | <gparent> | logs can grow surprisingly large. |
01:19 | <Cromulent> | I bet my apache logs are pretty big |
01:19 | <gparent> | thanksfully they compress very well |
01:19 | <Peng> | sudo du -hxd 1 / | sort -h |
01:19 | -!- | fstd_ [~fstd@xdsl-87-79-98-129.nc.de] has joined #linode |
01:19 | -!- | fstd_ is "fstd" on #oftc #linode #kernelnewbies |
01:20 | <dwfreed> | cd /; sudo du -ahxd 1 | sort -h |
01:21 | <dwfreed> | the value of this is you can cd into a subdir and repeat the sudo command |
01:21 | <dwfreed> | rather than having to remove the / from the du parameters |
01:21 | <Peng> | Yeah |
01:21 | <dwfreed> | this also includes files in the current directory |
01:21 | <dwfreed> | eg, I have a 40 GB swapfile in / that would be missed by your command |
01:22 | <dwfreed> | it would show up in / usage, but you would have to think harder about why |
01:22 | <Peng> | Yeah. The "think harder" option usually works for me. |
01:23 | <dwfreed> | du -haxd 1 for easier remembering |
01:23 | <dwfreed> | du haxd 1 |
01:23 | <Peng> | I like having less output and more thinking. I should try -a though. |
01:24 | <Peng> | It'd be neat if it had a "sum of files in the current directory" option. |
01:24 | -!- | lex [~lex@204-83-104-100.regn.hsdb.sasknet.sk.ca] has joined #linode |
01:24 | -!- | lex is "Despite All My Rage.." on #linode |
01:24 | -!- | lex is now known as Guest3967 |
01:26 | -!- | lex__ [~lex@216-197-225-144.regn.hsdb.sasknet.sk.ca] has quit [Ping timeout: 480 seconds] |
01:27 | -!- | fstd [~fstd@xdsl-78-35-207-29.nc.de] has quit [Ping timeout: 480 seconds] |
01:30 | <TJ-> | Peng: you mean like "-s" ? |
01:30 | <linbot> | New news from status: Connectivity Issues - Toronto <https://status.linode.com/incidents/0k2zbg1l8nwx> |
01:32 | <Peng> | !mtr-atlanta -4 speedtest.tor1.linode.com |
01:32 | <linbot> | Peng: ('The read operation timed out',) |
01:32 | <Peng> | !mtr-atlanta -4 speedtest.tor1.linode.com |
01:32 | <linbot> | Peng: ('The read operation timed out',) |
01:32 | <Peng> | !mtr-atlanta -4n speedtest.tor1.linode.com |
01:32 | <linbot> | Peng: [mtr-atlanta] 7.|-- 10.215.0.17 0.0% 3 52.8 52.8 52.7 52.9 0.0 -- 8.|-- speedtest.tor1.linode.com 0.0% 3 53.1 53.0 52.8 53.1 0.0 -- see https://mtr-atlanta.mn0.us/?c=4808cb9c for full mtr |
01:33 | <Peng> | Well, my *home* ISP doesn't have an IPv4 route to TOR1. |
01:47 | <@mtjones> | Just as a heads up we've identified the network problem in Toronto and it's being worked on now. |
01:51 | <gparent> | the problem is toronto. there's no way around it. |
01:58 | -!- | lex_ [~lex@216-197-225-144.regn.hsdb.sasknet.sk.ca] has joined #linode |
01:58 | -!- | lex_ is "Despite All My Rage.." on #linode |
02:00 | <linbot> | New news from status: Connectivity Issues - Dallas <https://status.linode.com/incidents/t0k0897r7ggw> |
02:04 | -!- | Guest3967 [~lex@204-83-104-100.regn.hsdb.sasknet.sk.ca] has quit [Ping timeout: 480 seconds] |
02:05 | <dwfreed> | RIP |
02:06 | -!- | jas4711 [~smuxi@2001:9b0:104:42::e16] has quit [Ping timeout: 480 seconds] |
02:06 | <Peng> | What. |
02:07 | -!- | lex__ [~lex@108-60-161-35.regn.hsdb.sasknet.sk.ca] has joined #linode |
02:07 | -!- | lex__ is "Despite All My Rage.." on #linode |
02:07 | <Peng> | Oh. February. |
02:07 | <dwfreed> | oh, wow |
02:07 | <Peng> | !unpoint linbot |
02:07 | <linbot> | Peng: Point taken from linbot! (1337) |
02:07 | -!- | jas4711 is "Simon Josefsson" on #debian |
02:07 | -!- | jas4711 [~smuxi@155.4.17.28] has joined #linode |
02:12 | -!- | lex_ [~lex@216-197-225-144.regn.hsdb.sasknet.sk.ca] has quit [Ping timeout: 480 seconds] |
02:15 | <linbot> | New news from community: Linode shut down, can't connect to console. <https://www.linode.com/community/questions/18279> |
02:17 | -!- | lex_ [~lex@71-17-186-29.regn.hsdb.sasknet.sk.ca] has joined #linode |
02:17 | -!- | lex_ is "Despite All My Rage.." on #linode |
02:19 | <Woet> | "I cannot even connect via Linode's console" |
02:19 | <Woet> | useful |
02:19 | <dwfreed> | Could be any number of things |
02:20 | <Woet> | exactly |
02:20 | <Woet> | I bet it's the Linux screensaver |
02:21 | <dwfreed> | stop being a dick |
02:21 | -!- | jas4711 [~smuxi@155.4.17.28] has quit [Ping timeout: 480 seconds] |
02:21 | <Woet> | how is that being a dick |
02:22 | <dwfreed> | if I have to explain it to you... |
02:23 | -!- | lex__ [~lex@108-60-161-35.regn.hsdb.sasknet.sk.ca] has quit [Ping timeout: 480 seconds] |
02:28 | -!- | jas4711 is "Simon Josefsson" on #debian |
02:28 | -!- | jas4711 [~smuxi@2001:9b0:104:42::e16] has joined #linode |
02:43 | -!- | jas4711 [~smuxi@2001:9b0:104:42::e16] has quit [Ping timeout: 480 seconds] |
02:56 | -!- | yhager [~oftc-webi@d23-16-190-218.bchsia.telus.net] has joined #linode |
02:56 | -!- | yhager is "OFTC WebIRC Client" on #linode |
02:56 | <yhager> | identify |
03:08 | -!- | hillbilly [~oftc-webi@31.4.243.192] has joined #linode |
03:08 | -!- | hillbilly is "OFTC WebIRC Client" on #linode |
03:08 | <hillbilly> | hi |
03:09 | <hillbilly> | the transfer/mo what does that mean exactly? |
03:09 | <hillbilly> | is that any data to or from the linode? |
03:10 | <dwfreed> | from the linode to the internet |
03:11 | <dwfreed> | so if you have a 100 GB file on your Linode, and 10 people download it once, you will use 1 TB of transfer |
03:11 | <dwfreed> | if those same 10 people upload a 100 GB file to your Linode each, you will not use any transfer, because that is inbound to the Linode |
03:11 | <dwfreed> | (well, you'll use some, but that's insignificant) |
03:12 | <hillbilly> | i see |
03:12 | <hillbilly> | thanks! |
03:12 | <Zr40> | and if you have multiple linodes, their transfer gets added together in a single pool |
03:13 | <Woet> | and it gets prorated if your Linode exists less than a month |
03:13 | <hillbilly> | and i can resize linodes on the fly? |
03:13 | <hillbilly> | add more ram add another cpu/disks etc? |
03:13 | <hillbilly> | so i can start with the nano? |
03:14 | <dwfreed> | there is some downtime, but yes, you can change your plan whenever you want |
03:14 | <Woet> | you can upgrade to a bigger plan, yes |
03:14 | <Woet> | not specific specs |
03:14 | <hillbilly> | just to get the site functional and then add to it as it groews? |
03:14 | <dwfreed> | yep |
03:14 | <hillbilly> | i see |
03:14 | <hillbilly> | awesome |
03:20 | -!- | yhager [~oftc-webi@d23-16-190-218.bchsia.telus.net] has quit [Quit: Page closed] |
03:28 | <hillbilly> | when you do a resize, your machine gets a new ip address? |
03:29 | <Zr40> | no |
03:32 | -!- | joecool|mobile [~joecool@2601:8a:500:f00:75cd:ffc4:b423:5b1] has quit [Ping timeout: 480 seconds] |
03:45 | -!- | joecool|mobile [~joecool@2601:8a:500:f00:75cd:ffc4:b423:5b1] has joined #linode |
03:45 | -!- | joecool|mobile is "Joe" on #linode #ck |
03:47 | -!- | joecool|mobile [~joecool@2601:8a:500:f00:75cd:ffc4:b423:5b1] has quit [Read error: Connection reset by peer] |
03:48 | -!- | joecool|mobile [~joecool@2601:8a:500:f00:75cd:ffc4:b423:5b1] has joined #linode |
03:48 | -!- | joecool|mobile is "Joe" on #ck #linode |
03:55 | <linbot> | New news from community: How do I protect accidental shutdown of my linode instance. <https://www.linode.com/community/questions/18281> || How do I protect accidental shutdown of my linode instance. <https://www.linode.com/community/questions/18280> |
04:01 | -!- | thiras [~thiras@195.174.215.70] has joined #linode |
04:01 | -!- | thiras is "Ant" on #debian #linode #tami |
04:19 | -!- | ssa [~oftc-webi@103.41.38.133] has quit [Quit: Page closed] |
04:22 | -!- | Shentino [~shentino@50.35.151.93] has quit [Remote host closed the connection] |
04:25 | -!- | nagchampa [~nagchampa@2001:44b8:2139:f500:6d6b:550:a468:671d] has quit [Ping timeout: 480 seconds] |
04:28 | -!- | Shentino [~shentino@50.35.151.93] has joined #linode |
04:28 | -!- | Shentino is "realname" on #mm #linode #tux3 |
04:28 | -!- | The-spiki [~spiki@0001014f.user.oftc.net] has joined #linode |
04:28 | -!- | The-spiki is "Nenad Spirkoski" on #linode |
04:34 | -!- | spiki [~spiki@0001014f.user.oftc.net] has quit [Ping timeout: 480 seconds] |
06:22 | <LouWestin> | dwfreed: ok thanks! |
06:46 | -!- | DrJ [~asdf@104.200.153.108] has joined #linode |
06:46 | -!- | DrJ is "..." on #linode |
06:48 | -!- | hillbilly [~oftc-webi@31.4.243.192] has quit [Quit: Page closed] |
06:52 | -!- | dannyAAM [~dannyAAM@saru.saru.moe] has quit [Quit: znc.saru.moe : ZNC 1.6.2 - http://znc.in] |
06:52 | -!- | bontet [~oftc-webi@14-203-175-168.tpgi.com.au] has joined #linode |
06:52 | -!- | bontet is "OFTC WebIRC Client" on #linode |
06:52 | <bontet> | hi there |
06:53 | <bontet> | id like to ask can i deploy django website in here? |
06:54 | -!- | dannyAAM [~dannyAAM@saru.saru.moe] has joined #linode |
06:54 | -!- | dannyAAM is "Danny" on #linode |
07:04 | -!- | bontet [~oftc-webi@14-203-175-168.tpgi.com.au] has quit [Quit: Page closed] |
07:30 | -!- | Praveen [~oftc-webi@45.116.229.77] has joined #linode |
07:30 | -!- | Praveen is "OFTC WebIRC Client" on #linode |
07:31 | <Praveen> | hi |
07:31 | <LouWestin> | Hi |
07:31 | -!- | Praveen [~oftc-webi@45.116.229.77] has quit [] |
07:33 | -!- | Skywire [~oftc-webi@81.128.173.162] has joined #linode |
07:33 | -!- | Skywire is "OFTC WebIRC Client" on #linode |
07:34 | -!- | Skywire [~oftc-webi@81.128.173.162] has quit [] |
07:34 | -!- | nyyankeehater [~oftc-webi@2601:240:4000:bcb8:d0f9:f60a:f257:2b15] has joined #linode |
07:34 | -!- | nyyankeehater is "OFTC WebIRC Client" on #linode |
07:35 | -!- | Francener [~oftc-webi@modemcable014.212-37-24.static.videotron.ca] has joined #linode |
07:35 | -!- | Francener is "OFTC WebIRC Client" on #linode |
07:35 | -!- | Francener [~oftc-webi@modemcable014.212-37-24.static.videotron.ca] has quit [] |
07:35 | <LouWestin> | And bye |
08:12 | -!- | nyyankeehater [~oftc-webi@2601:240:4000:bcb8:d0f9:f60a:f257:2b15] has quit [Remote host closed the connection] |
08:22 | -!- | tsglove2 [~tsglove@12.205.72.46] has joined #linode |
08:22 | -!- | tsglove2 is "realname" on #linode |
08:23 | -!- | DrJ- [~asdf@104.200.153.108] has joined #linode |
08:23 | -!- | DrJ- is "..." on #linode |
08:23 | -!- | joecool_ [~joecool@c-174-57-44-238.hsd1.nj.comcast.net] has joined #linode |
08:23 | -!- | joecool_ is "Joe" on #ck #linode |
08:23 | -!- | MillerBo55 [~B@2001:19f0:5c00:93e1::300] has joined #linode |
08:23 | -!- | MillerBo55 is "B" on #virt #linode |
08:24 | -!- | computerquip [~computerq@2600:3c00::f03c:91ff:fe24:d75b] has joined #linode |
08:24 | -!- | computerquip is "Got ZNC?" on #linode |
08:24 | -!- | Strykar [~wakka@strykar.user.oftc.net] has quit [Read error: Network is unreachable] |
08:24 | -!- | jalter_ [~jalter@irc.diagnostuck.com] has quit [Read error: Network is unreachable] |
08:24 | -!- | bcarlin [~bcarlin@2600:3c00::f03c:91ff:fe2c:27e2] has joined #linode |
08:24 | -!- | bcarlin is "Got ZNC?" on #linode-trust #linode-staff-offtopic #linode-kh #linode-staff #linode-ops #linode-buadmin #linode |
08:24 | -!- | scrane [~scrane@000229b3.user.oftc.net] has quit [Remote host closed the connection] |
08:24 | -!- | jhitesma_ [sid129210@id-129210.hathersage.irccloud.com] has joined #linode |
08:24 | -!- | jhitesma_ is "Jason Hitesman" on #linode |
08:24 | -!- | compuguy01 [~compuguy@ec2-34-193-165-89.compute-1.amazonaws.com] has joined #linode |
08:24 | -!- | compuguy01 is "compuguy" on #linode |
08:24 | -!- | Strykar [~wakka@phreedom.hackerzlair.org] has joined #linode |
08:24 | -!- | Strykar is "vector" on #linode #bitrig #bitlbee |
08:24 | -!- | PersuedShovel [Centrixx@bnc.christyrrel.me] has joined #linode |
08:24 | -!- | jfred6 [~jfred@li652-25.members.linode.com] has joined #linode |
08:24 | -!- | PersuedShovel is "Chris Tyrrel" on #linode |
08:24 | -!- | jfred6 is "Jonathan Frederickson" on #oftc #moocows #linode |
08:24 | -!- | LouWestin_ [sid319238@id-319238.highgate.irccloud.com] has joined #linode |
08:24 | -!- | neersighted_ [sid5776@id-5776.brockwell.irccloud.com] has joined #linode |
08:24 | -!- | LouWestin_ is "LouWestin" on #linode |
08:24 | -!- | Dandelock[Gone] [~Dandelock@spectralcoding.com] has joined #linode |
08:24 | -!- | neersighted_ is "Bjorn Neergaard" on #linode #bcache |
08:24 | -!- | turin [thurin@thurin.org] has quit [Read error: Network is unreachable] |
08:24 | -!- | Rudy [rudy@uc.humanocentric.com] has quit [Read error: Network is unreachable] |
08:24 | -!- | Ryon [~rohara@reinze.com] has joined #linode |
08:24 | -!- | Dandelock[Gone] is "Dandelock" on #linode |
08:24 | -!- | gparent [~g@0001b079.user.oftc.net] has quit [Remote host closed the connection] |
08:24 | -!- | DrJ [~asdf@104.200.153.108] has quit [Read error: Connection reset by peer] |
08:24 | -!- | Cruiser` [Cruiser@136.33.104.17] has joined #linode |
08:24 | -!- | uther|z [~uther@104.200.18.174] has joined #linode |
08:24 | -!- | synfinatic_ [~synfin@mail.synfin.net] has joined #linode |
08:24 | -!- | buddyw [~crt@72.14.186.90] has joined #linode |
08:24 | -!- | reillyeon40 [~reillyeon@jane.qotw.net] has joined #linode |
08:24 | -!- | afalcone [~afalcone@li1846-84.members.linode.com] has joined #linode |
08:24 | -!- | jarryd_ [jarryd@2001:1af8:4700:a02e:2::47] has joined #linode |
08:24 | -!- | |avril [wha@cute.b.oy.hu] has joined #linode |
08:24 | -!- | Kniaz [~Kniaz@li711-86.members.linode.com] has quit [Quit: Ну шо?] |
08:24 | -!- | phyber_ [phyber@2a02:8011:25:c0de::c0:ffee] has joined #linode |
08:24 | -!- | kwmonroe [~quassel@187.34.213.162.lcy-01.canonistack.canonical.com] has quit [Remote host closed the connection] |
08:24 | -!- | jarryd [jarryd@im.jarryd.net] has quit [Read error: Connection reset by peer] |
08:24 | -!- | jarryd_ is now known as jarryd |
08:25 | -!- | jhill_ [sid1055@id-1055.ealing.irccloud.com] has joined #linode |
08:25 | -!- | Ryon is "Ryan" on #moocows #linode |
08:25 | -!- | dwfreed_ [~dwfreed@irssi.hotellite.net] has joined #linode |
08:25 | -!- | jfred [~jfred@jfred.netrep.oftc.net] has quit [Read error: Connection reset by peer] |
08:25 | -!- | Cruiser` is "Cruiser" on #linode |
08:25 | -!- | nuevu_ [~nuevu@web2.q4labs.org] has joined #linode |
08:25 | -!- | jhill_ is "Jason Hill" on #oftc #linode |
08:25 | -!- | dwfreed_ is "dwfreed" on #debian-ipv6 #dcs #ceph-orchestrators #xen #olpc-devel #arvados #qemu-gsoc #OpenRailwayMap #redditprivacy #debian-au #help #pax #dot #debian-zh #freedombox #aptosid #debian-blends #osm-fi #lowRISC #https-everywhere #ceph-devel #openttd #virt #qemu #oftc #linode-beta #linode #launches #debian-tech #debian-perl #ck #ceph #msys2 #moocows #bcache #g7 |
08:25 | -!- | JeremiahT [~jticket@raysofhope.me] has joined #linode |
08:25 | -!- | nuevu_ is "Nuevu" on #linode |
08:25 | -!- | JeremiahT is "Jeremiah Ticket" on #nvda #linode #liblouis #debian-a11y #brltty #bitlbee |
08:25 | -!- | BDIkaros [ikaros@IkarosBD.dlls.tx.Eris.bdikaros-network.net] has joined #linode |
08:25 | -!- | BDIkaros is "Ikaros" on #linode |
08:25 | -!- | Zr40_ [~zr40@2001:982:29cb:0:7210:6fff:fec7:b272] has joined #linode |
08:25 | -!- | Zr40_ is "Zr40" on #linode |
08:26 | -!- | LBlaboon [~blaboon@nanoha.bradleylaboon.com] has joined #linode |
08:26 | -!- | LBlaboon is "Bradley LaBoon" on #linode |
08:26 | -!- | smccabe_ [~smccabe@2600:3c03::f03c:91ff:fe3d:d3c] has joined #linode |
08:26 | -!- | smccabe_ is "ZNC - https://znc.in" on #linode |
08:26 | -!- | atian___ [sid266147@id-266147.hathersage.irccloud.com] has joined #linode |
08:26 | -!- | atian___ is "Andrew" on #linode |
08:26 | -!- | frail_ [frail_@2600:3c01:e001:3930::3] has quit [Read error: Network is unreachable] |
08:26 | -!- | pwoods1 [~pwoods@2600:3c00::f03c:91ff:fe82:c50a] has joined #linode |
08:26 | -!- | pwoods1 is "pwoods" on #linode |
08:26 | -!- | purrdeta_ [sid201815@highgate.irccloud.com] has joined #linode |
08:26 | -!- | purrdeta_ is "Alex" on #linode #Corsair |
08:27 | -!- | Guest1213 [~armiller@2600:3c03::f03c:91ff:fe77:1cc6] has quit [Read error: Network is unreachable] |
08:27 | -!- | finstern1s [~Y@2604:180::6050:fab4] has joined #linode |
08:27 | -!- | finstern1s is "X" on #acal #antlr #bitlbee #ck #colinux #cryptocat #cursive #davical #debian-custom #debian-eeepc #debian-embedded #linode #xonsh #ninja-build #scilab |
08:27 | -!- | Glenn [~quassel@2a03:b0c0:1:d0::ae4:9001] has joined #linode |
08:27 | -!- | Glenn is "glenn" on #linode |
08:27 | -!- | kwmonroe [~quassel@187.34.213.162.lcy-01.canonistack.canonical.com] has joined #linode |
08:27 | -!- | deetwelv- [~deetwelve@149.56.195.66] has joined #linode |
08:27 | -!- | therock247uk [~therock24@server1.seanroe.co.uk] has quit [Ping timeout: 480 seconds] |
08:27 | -!- | voker57_ [f00b47@bitcheese.net] has joined #linode |
08:27 | -!- | scrane [~scrane@2600:3c03::f03c:91ff:fea1:1ae4] has joined #linode |
08:27 | -!- | therock247uk[bnc] [~therock24@server1.seanroe.co.uk] has joined #linode |
08:27 | -!- | petris_ [~quassel@li-docker.host.petris.net] has joined #linode |
08:27 | -!- | kwmonroe is "Kevin W Monroe" on #linode |
08:27 | -!- | Tulah [~tulah@durhur.fi] has quit [Remote host closed the connection] |
08:27 | -!- | voker57 [f00b47@bitcheese.net] has quit [Read error: Network is unreachable] |
08:27 | -!- | Tulah [~tulah@durhur.fi] has joined #linode |
08:27 | -!- | Jonis [~jonis@ipv6.jonis.no] has quit [Remote host closed the connection] |
08:27 | -!- | retrograde-inversion [retrograde@2600:3c00::19:9ace] has joined #linode |
08:27 | -!- | Jonis [jonis@ipv6.jonis.no] has joined #linode |
08:27 | -!- | Vlad [vlad@2a01:7e00:e001:1600::4:80] has quit [Remote host closed the connection] |
08:27 | -!- | gmcharlt [~quassel@www.librarypolice.com] has joined #linode |
08:27 | -!- | Vlad [vlad@2a01:7e00:e001:1600::4:80] has joined #linode |
08:27 | -!- | Rudy [~rudy@vs01.dllstx.humanocentric.com] has joined #linode |
08:27 | -!- | bcarlin is now known as Guest4051 |
08:27 | -!- | afalcone is now known as Guest4054 |
08:27 | -!- | vsync_ [~vsync@50.250.0.97] has joined #linode |
08:27 | -!- | branko [~azaghal@lenin.majic.rs] has quit [Remote host closed the connection] |
08:27 | -!- | thurin [thurin@thurin.org] has joined #linode |
08:27 | -!- | jtsage|ded [~jtsage@irc.jtsage.com] has joined #linode |
08:27 | -!- | branko [~azaghal@lenin.majic.rs] has joined #linode |
08:27 | -!- | Netsplit resistance.oftc.net <-> coherence.oftc.net quits: Louis6321, chesty, soxyfox, staticsafe, gko, JamesTK, MrPPS, dannyAAM, wcpan, troy, (+4 more, use /NETSPLIT to show all of them) |
08:27 | -!- | jticket [~jticket@0001a535.user.oftc.net] has quit [Ping timeout: 480 seconds] |
08:27 | -!- | deetwelv- is "deetwelve" on #oftc #linode |
08:27 | -!- | cruxeternus [~cruxetern@secspeed.com] has quit [Read error: Connection reset by peer] |
08:27 | -!- | Netsplit synthon.oftc.net <-> weber.oftc.net quits: @blaboon, tonyyarusso, emag, Dragon, Guest5457, Eman, Bdragon, Ttech, jdlspeedy, frailtyy, (+116 more, use /NETSPLIT to show all of them) |
08:27 | -!- | MillerBo55 is now known as MillerBoss |
08:27 | -!- | jhitesma_ is now known as jhitesma |
08:27 | -!- | LouWestin_ is now known as LouWestin |
08:27 | -!- | Dandelock[Gone] is now known as Dandelock |
08:27 | -!- | jhill_ is now known as jhill |
08:27 | -!- | Zr40_ is now known as Zr40 |
08:27 | -!- | LBlaboon is now known as blaboon |
08:27 | -!- | atian___ is now known as atian__ |
08:27 | -!- | PersuedShovel is now known as ChasedSpade |
08:27 | -!- | purrdeta_ is now known as purrdeta |
08:27 | -!- | dwfreed_ is now known as dwfreed |
08:27 | -!- | Ryon is now known as Dragon |
08:27 | -!- | Guest2950 [~bcarlin@li978-234.members.linode.com] has quit [Ping timeout: 480 seconds] |
08:27 | -!- | wraeth [wraeth@wraeth.id.au] has joined #linode |
08:27 | -!- | JamesTK is "James Taylor https://jtaylor.id.au" on #Corsair #digitalocean #tardigans |
08:27 | -!- | JamesTK [james@2400:8902:e002:200:0:dead:face:b00c] has joined #linode |
08:27 | -!- | MrPPS [~MrPPS@bnc.d0xed.com] has joined #linode |
08:27 | -!- | dannyAAM_ [~dannyAAM@saru.saru.moe] has joined #linode |
08:27 | -!- | Netsplit over, joins: Solver, troy, soxyfox, chesty, Luckst0r, wcpan, staticsafe, gko, md_5, Louis6321 |
08:27 | -!- | wraeth is "wraeth" on #linode #oftc |
08:27 | -!- | cruxeternus [~cruxetern@secspeed.com] has joined #linode |
08:27 | -!- | cruxeternus is "Crux Eternus" on #qemu #oftc #linode |
08:27 | -!- | Kniaz [~Kniaz@li711-86.members.linode.com] has joined #linode |
08:27 | -!- | Kniaz is "Kniaz" on #oftc #linode |
08:28 | -!- | djweezy [~matt@weezy.us] has quit [Ping timeout: 480 seconds] |
08:28 | -!- | millisa_ [~millisa@lin1.arcadium.org] has joined #linode |
08:28 | -!- | millisa_ is "millisa" on #launches #linode |
08:28 | -!- | synfinatic_ is now known as synfinatic |
08:28 | -!- | deetwelv- is now known as deetwelve |
08:28 | -!- | retrograde-inversion is now known as retro|blah |
08:28 | -!- | linbot [~linbot@00012fc1.user.oftc.net] has quit [Ping timeout: 480 seconds] |
08:28 | <JamesTK> | ...That's weird. I lost connections to all my irc servers -and- there was a major netsplit. Issue @ linode? |
08:28 | -!- | wraeth is now known as Guest4088 |
08:28 | -!- | avril [wha@cute.b.oy.hu] has quit [Ping timeout: 480 seconds] |
08:28 | <csnxs> | appears so |
08:28 | -!- | GlennS [~quassel@2a03:b0c0:1:d0::ae4:9001] has quit [Ping timeout: 480 seconds] |
08:28 | -!- | nobaudy [nobaudy@thurin.org] has joined #linode |
08:28 | -!- | arooni [~arooni__@li1062-244.members.linode.com] has joined #linode |
08:28 | -!- | jalter [~jalter@irc.diagnostuck.com] has joined #linode |
08:28 | -!- | mpontillo [sid67024@highgate.irccloud.com] has joined #linode |
08:28 | -!- | emag [JutNeANb4e@gurski.org] has joined #linode |
08:28 | -!- | scorche|sh [~scorche@li543-198.members.linode.com] has joined #linode |
08:28 | -!- | Netsplit over, joins: warewolf, afx237 |
08:28 | -!- | djweezy_ [~matt@weezy.us] has joined #linode |
08:28 | -!- | asedeno [sid1037@hathersage.irccloud.com] has joined #linode |
08:28 | -!- | greyone [sid168910@hathersage.irccloud.com] has joined #linode |
08:28 | -!- | Netsplit over, joins: levifig |
08:28 | -!- | armiller [~armiller@li911-205.members.linode.com] has joined #linode |
08:28 | -!- | gparent_ [~g@qubcpq0336w-lp140-04-70-51-141-210.dsl.bell.ca] has joined #linode |
08:28 | -!- | Netsplit over, joins: dzho, cooldude, joecool|mobile, TJ-, bbigger, StygianBlues, Cruiser, Chex, GTAXL, sjacobs (+3 more) |
08:28 | -!- | mcintosh is "look" on #oftc-staff #oftc-status #linode-beta #xen #launches #alpine-linux #dcs |
08:28 | -!- | Netsplit over, joins: @mcintosh |
08:28 | -!- | ServerMode/#linode [+oooo bbigger sjacobs mwildman mcintosh] by weber.oftc.net |
08:28 | -!- | Netsplit over, joins: jleal, webvictim, liam, WhizzWarlock, Schroeder, copart, smallclone, jr_net_, Karrde, Yaakov (+14 more) |
08:28 | -!- | mwalling is "Mark Walling" on #oftc-staff #oftc-status #g7 #stayontopicorthebeatingswillcontinue #cdlug |
08:28 | -!- | Netsplit over, joins: mwalling, trobotham, rainbow, @jhaas, @rdaniels, MrRobot7, zimmedon, Guest160, thorner, @rmoyer |
08:28 | -!- | ServerMode/#linode [+oooo jleal jhaas rdaniels rmoyer] by weber.oftc.net |
08:28 | -!- | Netsplit over, joins: arno, cmcfarland, tonyyarusso |
08:28 | -!- | avelardi is "Anthony Velardi" on #oftc-staff #oftc-status #linode-bs #python #ubuntu @#weechat @#linode-security |
08:28 | -!- | Netsplit over, joins: jetlag, avelardi, kenyon, jmic, DanielNM, Eman, stotch_, Peng, Eliz, Nightmare (+14 more) |
08:28 | -!- | ServerMode/#linode [+v rmoyer] by weber.oftc.net |
08:28 | -!- | Netsplit over, joins: AlexMax, Adam-_, encode, waynr1, erik |
08:28 | <csnxs> | my london linode just disappeared for a moment |
08:28 | -!- | Cruiser [~Cruiser@136.33.104.17] has quit [Ping timeout: 480 seconds] |
08:28 | -!- | linbot [~linbot@li297-55.members.linode.com] has joined #linode |
08:28 | -!- | neersighted [uid5776@brockwell.irccloud.com] has quit [Ping timeout: 480 seconds] |
08:28 | -!- | linbot is "linbot" on #linode-beta #linode |
08:28 | -!- | mode/#linode [+o jalter] by ChanServ |
08:28 | -!- | mode/#linode [+v bbigger] by ChanServ |
08:28 | -!- | mode/#linode [+v sjacobs] by ChanServ |
08:28 | -!- | mode/#linode [+v mwildman] by ChanServ |
08:28 | -!- | mode/#linode [+v mcintosh] by ChanServ |
08:28 | -!- | mode/#linode [+v dmonschein] by ChanServ |
08:28 | -!- | mode/#linode [+v jleal] by ChanServ |
08:28 | -!- | mode/#linode [+v jhaas] by ChanServ |
08:29 | -!- | mode/#linode [+v rdaniels] by ChanServ |
08:29 | <csnxs> | and my friend's nj linode disappeared at the same time |
08:29 | <JamesTK> | My Tokyo linode did too |
08:29 | -!- | WhizzWr [Whizz@s-o-m-e.h-o-s-t.name] has joined #linode |
08:29 | -!- | WhizzWr is "Nothing is real" on #redditprivacy #pcl #oftc #linode |
08:29 | -!- | Netsplit over, joins: jmnk |
08:29 | <LouWestin> | I see the net spilt too |
08:29 | -!- | jalter [~jalter@000208ae.user.oftc.net] has quit [autokilled: This host may be infected. Mail support@oftc.net with questions. BOPM (2019-05-31 12:29:19)] |
08:29 | -!- | Guest148 [~afalcone@2600:3c03::f03c:91ff:fe2d:7725] has quit [Ping timeout: 480 seconds] |
08:29 | -!- | Netsplit over, joins: MartyniP |
08:29 | -!- | armiller is now known as Guest4094 |
08:29 | -!- | phyber [phyber@000207f2.user.oftc.net] has quit [Ping timeout: 480 seconds] |
08:29 | -!- | smccabe [~smccabe@0002749c.user.oftc.net] has quit [Ping timeout: 480 seconds] |
08:29 | -!- | tsglove [~tsglove@12.205.72.46] has quit [Ping timeout: 480 seconds] |
08:29 | -!- | joecool|mobile [~joecool@2601:8a:500:f00:75cd:ffc4:b423:5b1] has quit [Ping timeout: 480 seconds] |
08:29 | -!- | WhizzWarlock [Whizz@s-o-m-e.h-o-s-t.name] has quit [Ping timeout: 480 seconds] |
08:29 | <JamesTK> | :^) |
08:29 | -!- | jalter [~jalter@000208ae.user.oftc.net] has joined #linode |
08:29 | -!- | jalter is "Jesse" on #linode |
08:30 | -!- | mode/#linode [+o jalter] by ChanServ |
08:31 | -!- | nb [~nb@nb.user.oftc.net] has joined #linode |
08:31 | -!- | nb is "nb" on #oftc #moocows #linode-beta #linode #help @#cacert |
08:34 | -!- | jfred6 is now known as jfred |
08:35 | -!- | Kamilion [kamilion@copper.sllabs.com] has joined #linode |
08:35 | -!- | Kamilion is "I am kamilion. But you knew that, didn't you." on #tardigans #moocows #linode |
08:37 | -!- | Ttech [~ttech@is.in.the.madhacker.biz] has joined #linode |
08:37 | -!- | Ttech is "Thomas Techinus" on #openttd #oftc @#swift #qemu #help @#transcendence #moocows @#botters #linode |
08:42 | -!- | V-Pariah [viciouspar@c-24-61-207-78.hsd1.ma.comcast.net] has joined #linode |
08:42 | -!- | V-Pariah is "Vicious Pariah" on #linode |
08:50 | -!- | frail_ [frail_@2600:3c01:e001:3930::3] has joined #linode |
08:50 | -!- | frail_ is "frail_" on #linode |
08:51 | -!- | eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has joined #linode |
08:51 | -!- | eyepulp is "eyepulp" on #linode |
08:58 | <linbot> | New news from community: Find how long linode has been up / why it went down for a minute <https://www.linode.com/community/questions/18282> |
09:10 | -!- | anomie [~anomie@00018802.user.oftc.net] has joined #linode |
09:10 | -!- | anomie is "Anomie" on #linode |
09:10 | -!- | finstern1s is now known as finsternis |
09:26 | -!- | elliot007 [elliot007@suchznc.net] has joined #linode |
09:26 | -!- | elliot007 is "Ankit R Gadiya" on #linode #debian-vim #debian-boinc |
09:36 | <linbot> | New news from status: Connectivity Issues – Multiple Data Centers <https://status.linode.com/incidents/9wx8n5f8p4d7> |
09:47 | -!- | dannyAAM_ [~dannyAAM@saru.saru.moe] has quit [Quit: znc.saru.moe : ZNC 1.6.2 - http://znc.in] |
09:48 | -!- | dannyAAM [~dannyAAM@saru.saru.moe] has joined #linode |
09:48 | -!- | dannyAAM is "Danny" on #linode |
10:14 | <synfinatic> | bontet: we prefer it if you didn't deploy a website here in this IRC channel, but you're free to do so on a Linode. :) |
10:27 | -!- | stephenplatz [~steve@97-113-125-111.tukw.qwest.net] has joined #linode |
10:27 | -!- | stephenplatz is "realname" on #linode |
10:28 | -!- | millisa_ is now known as millisa |
10:33 | -!- | DrJ [~asdf@199.116.115.146] has joined #linode |
10:33 | -!- | DrJ is "..." on #linode |
10:38 | -!- | V-Pariah [viciouspar@c-24-61-207-78.hsd1.ma.comcast.net] has quit [Read error: Connection reset by peer] |
10:40 | -!- | DrJ- [~asdf@104.200.153.108] has quit [Ping timeout: 480 seconds] |
10:48 | -!- | stephenplatz [~steve@97-113-125-111.tukw.qwest.net] has quit [Ping timeout: 480 seconds] |
10:57 | -!- | stephenplatz [~steve@104.143.92.11] has joined #linode |
10:57 | -!- | stephenplatz is "realname" on #linode |
10:58 | -!- | V-Pariah [viciouspar@c-24-61-207-78.hsd1.ma.comcast.net] has joined #linode |
10:58 | -!- | V-Pariah is "Vicious Pariah" on #linode |
10:58 | -!- | yhager [~oftc-webi@d23-16-190-218.bchsia.telus.net] has joined #linode |
10:58 | -!- | yhager is "OFTC WebIRC Client" on #linode |
11:03 | -!- | yhager [~oftc-webi@d23-16-190-218.bchsia.telus.net] has quit [] |
11:04 | -!- | gparent_ is now known as gparent |
11:05 | -!- | DrJ- [~asdf@199.116.115.132] has joined #linode |
11:05 | -!- | DrJ- is "..." on #linode |
11:05 | -!- | DrJ is now known as Guest4104 |
11:05 | -!- | DrJ- is now known as DrJ |
11:10 | -!- | Guest4104 [~asdf@199.116.115.146] has quit [Ping timeout: 480 seconds] |
11:15 | -!- | DrJ [~asdf@199.116.115.132] has quit [Ping timeout: 480 seconds] |
11:16 | <Peng> | Does it ever seem like IRC runs primarily on Linode |
11:17 | <dwfreed> | I mean, you're in #linode |
11:18 | <dwfreed> | as well as OFTC has 4 Linodes for IRC servers, one hub and 3 leaf |
11:22 | <millisa> | as someone who has znc on their linode . . .yes. that's how I see it. |
11:22 | <dwfreed> | I am also on a Linode |
11:23 | <Peng> | :D |
11:24 | <Peng> | Hey, IPv6 came back 6 seconds before IPv4. |
11:25 | <Peng> | (In Dallas.) This is why everyone should use IPv6. |
11:26 | <LouWestin> | I use both for redundancy. |
11:26 | <LouWestin> | That’s sort of a joke. |
11:27 | <Zr40> | I do actually go out of my way to add all three addresses (IPv4 public, private, IPv6) in various combinations in DNS so that whatever makes most sense gets used |
11:28 | -!- | nuevu_ is now known as nuevu |
11:36 | <LouWestin> | I believe I have the ipv6 addresses setup through the domains I use in linodes manager. |
11:44 | <dwfreed> | I forgot, we have 4 leaves, 1 hub, so 5 Linodes |
11:44 | <dwfreed> | forgot the one in Singapore |
11:45 | <dwfreed> | or is that tokyo, I forget |
11:45 | <Peng> | I say move them all to Toronto, it's newest |
11:45 | <dwfreed> | lol |
11:48 | <Peng> | Anyone created enough Toronto Linodes to have an opinion on whether it has more or fewer AMD CPUs? :D |
11:49 | <dwfreed> | heh |
11:50 | <gparent> | Linode should do something to prevent fires from happening in the first place. This is unacceptable! |
11:52 | <Peng> | coming soon, a Linode data center in the Arctic Ocean |
11:53 | <dwfreed> | the ocean with bears |
11:54 | <Peng> | D: |
12:02 | -!- | stephenplatz [~steve@104.143.92.11] has quit [Quit: Leaving] |
12:03 | -!- | Luckst0r [~luckst0r@180-150-13-42.b4960d.bne.nbn.aussiebb.net] has quit [Read error: Connection reset by peer] |
12:07 | -!- | Luckst0r [~luckst0r@180-150-13-42.b4960d.bne.nbn.aussiebb.net] has joined #linode |
12:07 | -!- | Luckst0r is "luckst0r" on #linode |
12:20 | <Eugene> | !lick zifnab |
12:20 | <linbot> | Eugene: Point given to zifnab. (22) (Biggest fan: eugene, total: 19) |
12:27 | <zifnab> | Eugene: what's up |
12:27 | <Eugene> | Point farming, you're supposed to return the favor |
12:27 | <zifnab> | !caress Eugene |
12:27 | <linbot> | zifnab: Point given to eugene. (76) (Biggest fan: jalter, total: 26) |
12:27 | <Eugene> | If we do it once a day we won't trigger the anti-spam provisions |
12:28 | <zifnab> | Ah. |
12:28 | <zifnab> | I'm on a bus |
12:28 | <zifnab> | Someone scheduled a 9am meeting on my second to last day |
12:28 | <zifnab> | I laughed and told them I haven't shown up at 9 in over a year and wasn't going to start now |
12:29 | <zifnab> | I would kill for a 7 or 14 express bus |
12:32 | -!- | gparent_ [~g@qubcpq0336w-lp140-04-70-51-141-210.dsl.bell.ca] has joined #linode |
12:32 | -!- | gparent_ is "g" on #linode |
12:33 | <Eugene> | Who would you kill |
12:37 | -!- | gparent [~g@0001b079.user.oftc.net] has quit [Ping timeout: 480 seconds] |
12:37 | <zifnab> | That's a great question and I didn't think that far ahead. |
12:54 | -!- | gparent_ is now known as gparent |
13:16 | -!- | kaare_ [~kaare@ip-5-186-247-169.dhcp.fibianet.dk] has quit [Ping timeout: 480 seconds] |
13:29 | -!- | kaare_ [~kaare@ip-5-186-247-169.dhcp.fibianet.dk] has joined #linode |
13:29 | -!- | kaare_ is "Kaare Rasmussen" on #linode |
13:36 | <bestdesign1> | hi |
13:36 | <bestdesign1> | with linode vps have any ddos protect? |
13:37 | <LouWestin> | You gotta run dns through cloudflare for that |
13:38 | <bestdesign1> | thx |
13:38 | <LouWestin> | Np |
13:39 | <bestdesign1> | basicly with cloudflare dns no one get my VPS server ip address is right? |
13:39 | <dwfreed> | as long as you don't do anything dumb, yes |
13:40 | <bestdesign1> | hmm is a nice feature |
13:41 | <LouWestin> | Personally I don’t use it or worry about it, but that’s me. |
13:43 | <bestdesign1> | LouWestin: you are a sys admin or something :)? |
13:44 | <LouWestin> | I run a a couple personal servers. Technically I would be a system admin, but I’m not big on titles. |
13:45 | <bestdesign1> | LouWestin: centos ones? |
13:45 | <LouWestin> | Debian. |
13:47 | <bestdesign1> | LouWestin: i really older used that |
13:47 | <bestdesign1> | but fine |
13:48 | <bestdesign1> | LouWestin: you pro at ircd config? |
13:48 | <LouWestin> | Nope never done it. |
13:51 | <dwfreed> | do yourself a favor and use an existing network |
13:52 | -!- | waltman [nunya377@c-68-81-107-5.hsd1.pa.comcast.net] has quit [Remote host closed the connection] |
13:52 | -!- | waltman [nunya373@c-68-81-107-5.hsd1.pa.comcast.net] has joined #linode |
13:52 | -!- | waltman is "Walt Mankowski" on #linode |
13:53 | <bestdesign1> | dwfreed: yes of course more easy |
14:03 | -!- | emiliainspace [~oftc-webi@172.104.2.4] has joined #linode |
14:03 | -!- | emiliainspace is "OFTC WebIRC Client" on #linode |
14:04 | -!- | emiliainspace [~oftc-webi@172.104.2.4] has quit [] |
14:09 | <linbot> | New news from community: Make my webserver accessible to the outside world? <https://www.linode.com/community/questions/18283> |
14:15 | * | cruxeternus votes "No." |
14:16 | * | LouWestin wonders why someone would set their website to port 8080 |
14:16 | <cruxeternus> | To run it as non-root? |
14:17 | <LouWestin> | Not sure. But his domain name ends with that port attached |
14:18 | <tmberg> | Cause its double 80. = twice as fast as regular port 80. =) |
14:20 | <LouWestin> | LOL I should changes my sites to 443443443. Triple the encryption right? |
14:21 | <cruxeternus> | quadruple ROT13 |
14:22 | <LouWestin> | lol |
14:22 | <tmberg> | LouWestin: Wow. You should _really_ try it! |
14:28 | -!- | thiras [~thiras@195.174.215.70] has quit [Ping timeout: 480 seconds] |
14:31 | -!- | rampant [~oftc-webi@modemcable234.51-73-45.static.videotron.ca] has joined #linode |
14:31 | -!- | rampant is "OFTC WebIRC Client" on #linode |
14:32 | <LouWestin> | If i set it up correctly I should get a triple AAA rating on that SSL testing site right? LOL |
14:34 | <cruxeternus> | That would be funny if most government agency security checklists were any better... |
14:35 | <millisa> | at least the nist password guidelines are less stupid than they used to be |
14:36 | <bestdesign1> | you guys linode users? |
14:36 | <millisa> | most of us |
14:36 | <millisa> | !ops |
14:36 | <linbot> | Users with ops are employees of Linode, and know what they're talking about. The rest of us are the ever-so-helpful(?) community. Official Linode contact information: https://www.linode.com/contact |
14:37 | <dzho> | millisa: the one good recommendation that I can remember, and that makes sense to me--that forcing password changes due to an expiry policy--is widely ignored, alas |
14:37 | <dwfreed> | expiry policies are bad |
14:37 | <dzho> | er, that one should not force expiry changes, that is |
14:37 | <dwfreed> | oh, yeah |
14:37 | <dwfreed> | okay |
14:37 | <dzho> | they are bad, but they are so, so widely done still! |
14:38 | <dzho> | and in the name of security standards and and and |
14:38 | <dwfreed> | laypeople have a hard enough time remembering their password without you forcing them to change it every 90 days |
14:38 | * | dzho slumps his shoulders, kicks a bit of dirt on the ground |
14:38 | <dwfreed> | the US Social Security Administration got rid of their expiry policy, thankfully |
14:38 | <dwfreed> | I think that's the only service I use that had one |
14:38 | <LouWestin> | My local college forces password changes every 6 months or so |
14:39 | <millisa> | sounds like they need to read update nist then |
14:39 | <dwfreed> | for 99% of laypeople, you can tell them to write their passwords down on a sticky note and put it in their wallet or purse |
14:39 | <dzho> | you really can |
14:39 | <dzho> | except they aren't supposed to re-use them |
14:39 | <dwfreed> | just don't fully write down what service they're for |
14:39 | <dzho> | so that turns into "use a password manager" |
14:40 | <dwfreed> | yeah, but they can still write their password manager password on a sticky note in their wallet/purse |
14:40 | <dzho> | heh, sure |
14:40 | <LouWestin> | I’ve seen a few teachers who have left their login credentials on their desk. |
14:41 | <millisa> | my desk is full of login credentials. all of them wrong. |
14:41 | <dzho> | this is I think a symptom of a wider problem, less prevalent in some European countries I think but particularly bad in the US |
14:41 | <dwfreed> | (for those following along, questioning this suggestion: in 99.99% of cases, somebody stealing your wallet or purse isn't after your passwords, they're after your credit cards and cash) |
14:41 | <dzho> | and that's the idea of blaming people for not adapting fully to bad infrastructure |
14:42 | <dzho> | got bad security infra and policies? blame the user for coming up with work arounds! |
14:42 | <dzho> | automobile deaths approach 10X those of 9/11 every year? blame bad drivers! |
14:43 | <dwfreed> | I mean, bad drivers have a lot to do with it in that situation |
14:43 | <dzho> | our urban planning is for shit |
14:43 | <dwfreed> | but there are also other factors at play |
14:43 | <dwfreed> | like poor urban planning |
14:43 | <dzho> | this is why I didn't just call out the US, but I pointed to some EU countries |
14:43 | <dzho> | eg, .nl |
14:46 | <dzho> | I guess we are doomed to be in violent agreement around certain facets of this situation. |
14:46 | <dzho> | alas. |
14:50 | <Eugene> | I like my island life. I'm ~45 minutes from Seattle by bus+ferry, but I don't have to be. I can see the supermarket and library from my house, and walk most places in town in under 10 minutes. There's even Gigabit internet available at my address. Everything is wildly too expensive here and its full of tourists in the summer.... but I get to drive a dump truck and have a garden with ducks. So whaddya want? |
14:50 | <Eugene> | Y'all should come visit sometime |
14:50 | <millisa> | just to be clear . .are the ducks riding in the dump truck? |
14:51 | <Eugene> | Sometimes I carry a few flats of eggs in the cab, yes. Have not actually moved any sizable quantity of ducks (or dirt) with it yet.... stuck in paperwork and mechanical preparations before it's really load-worthy. |
14:52 | <Eugene> | https://photos.app.goo.gl/XNmFtG1C7kK2q9ne8 |
14:52 | <dwfreed> | why are some of these really short videos that loop |
14:53 | <millisa> | apple live photo thing? |
14:53 | <Eugene> | Because that's how iPhone cameras work |
14:59 | <LouWestin> | Eugene: my daughter’s aunt moved to Seattle and she was recently visiting here. |
14:59 | -!- | skyfaller [~skyfaller@c-73-141-103-27.hsd1.pa.comcast.net] has joined #linode |
14:59 | -!- | skyfaller is "Nelson Pavlosky" on #linode |
15:01 | <dzho> | Eugene: whenever I picture that sort of thing, I'm dodging RC model pterodactyls with Ally Sheedy by the beach |
15:05 | -!- | rampant [~oftc-webi@modemcable234.51-73-45.static.videotron.ca] has quit [Quit: Page closed] |
15:16 | -!- | Antone [~oftc-webi@2600:8800:2880:6b3:c18c:f4e7:6af9:be20] has joined #linode |
15:16 | -!- | Antone is "OFTC WebIRC Client" on #linode |
15:17 | <Eugene> | Garden, for the sake of the thing: https://photos.app.goo.gl/uembx2jYXannerCPA |
15:18 | -!- | Antone [~oftc-webi@2600:8800:2880:6b3:c18c:f4e7:6af9:be20] has quit [] |
15:20 | <linbot> | New news from community: Linode CLI returning "API unavailable: 301 Moved Permanently"? <https://www.linode.com/community/questions/18284> |
15:25 | * | nb wonders what color shirts linode will have at SELF this year |
15:25 | * | nb likes the linode shirts |
15:26 | <nb> | I think I have a maroonish color one, a blue one and a green one |
15:33 | -!- | skyfaller [~skyfaller@c-73-141-103-27.hsd1.pa.comcast.net] has quit [Quit: Leaving...] |
15:57 | -!- | Jenny [~oftc-webi@186.115.145.50] has joined #linode |
15:57 | -!- | Jenny is "OFTC WebIRC Client" on #linode |
15:59 | <@mcintosh> | issue with the old CLI from that community question above has been resolved |
16:01 | -!- | Jenny [~oftc-webi@186.115.145.50] has quit [] |
16:02 | -!- | blaboon [~blaboon@00026ecf.user.oftc.net] has quit [Quit: Bye o/] |
16:04 | -!- | blaboon [~blaboon@00026ecf.user.oftc.net] has joined #linode |
16:04 | -!- | blaboon is "Bradley LaBoon" on #linode |
16:04 | -!- | mode/#linode [+o blaboon] by ChanServ |
16:17 | -!- | kaare__ [~kaare@ip-5-186-247-169.dhcp.fibianet.dk] has joined #linode |
16:17 | -!- | kaare_ [~kaare@ip-5-186-247-169.dhcp.fibianet.dk] has quit [Read error: Connection reset by peer] |
16:17 | -!- | kaare__ is "Kaare Rasmussen" on #linode |
16:17 | <staticsafe> | yay looks like Toronto is coming back online |
16:17 | <gparent> | There's been an update 10 mins ago |
16:17 | <gparent> | IPv4 proven superior once more |
16:18 | <gparent> | "Update - We've been able to restore IPv4 connectivity to our Toronto data center. We're still working to fully restore IPv6 connectivity, and will continue to provide updates here until this issue is resolved." |
16:25 | <staticsafe> | yeah I got the e-mail |
16:27 | <Peng> | D: |
16:28 | <Peng> | Much as I normally troll about IP versions, I'm sorry y'all are going through this. |
16:29 | -!- | spiki [~spiki@0001014f.user.oftc.net] has joined #linode |
16:29 | -!- | spiki is "Nenad Spirkoski" on #linode |
16:34 | <staticsafe> | https://twitter.com/beanfield/status/1134552975169511425 the fibre damage from the fire is real |
16:35 | -!- | The-spiki [~spiki@0001014f.user.oftc.net] has quit [Ping timeout: 480 seconds] |
18:02 | <linbot> | New news from community: Linode is a US company <https://www.linode.com/community/questions/18285> |
18:11 | <Peng> | https://twitter.com/beanfield/status/1134426075751165952 They know how to stay calm |
18:11 | <Peng> | "Good Morning ... some of our equipment is currently on fire ..." |
18:12 | <millisa> | https://miro.medium.com/max/640/1*AjjSTJG6cqaMcBUSROPw0Q.jpeg |
18:35 | -!- | Cruiser` is now known as Cruiser |
18:37 | -!- | eyepulp [~eyepulp@c-71-239-4-144.hsd1.il.comcast.net] has quit [Remote host closed the connection] |
18:44 | <LouWestin> | In reply to that forum post I would’ve like dwfreed to say that the NSA, CIA, FBI all have a direct fiber line link to all of Linode’s DC’s LOL |
18:45 | <dwfreed> | lol |
18:45 | <csnxs> | I know that mcintosh is actually an nsa agent |
18:47 | <LouWestin> | I mean gez... if you’re really that worried you’re probably going to get caught anyway you go.... |
18:47 | <millisa> | "I want to signup without an email address..." |
18:48 | <LouWestin> | Shhh... you’re blow McIntosh’s cover |
18:48 | <LouWestin> | *Going to |
18:48 | <millisa> | or blow his chances at getting promoted to fax-duty |
18:51 | <LouWestin> | lol |
19:07 | -!- | thiras [~thiras@195.174.215.70] has joined #linode |
19:07 | -!- | thiras is "Ant" on #debian #linode #tami |
19:11 | -!- | TJ- [~root@2a02:8011:2007:0:b8cb:a138:142c:1c8d] has quit [Quit: WeeChat 1.9.1] |
19:15 | -!- | andyzwieg103 [~Thunderbi@66-168-56-133.static.mdsn.wi.charter.com] has joined #linode |
19:15 | -!- | andyzwieg103 is "azwieg103" on @#firefox #linode |
19:21 | -!- | nate [NBishop@00013625.user.oftc.net] has quit [Remote host closed the connection] |
19:22 | -!- | nate [NBishop@d-207-255-41-254.paw.cpe.atlanticbb.net] has joined #linode |
19:22 | -!- | nate is "Nathan" on #linode #php |
19:25 | <nate> | Huh strange, looks like there was a hell of a fremont hiccup while I was out, all my bouncers both IPv4 and IPv6 hiccup'd except for my connection to freenode o.O |
19:28 | -!- | fstd [~fstd@xdsl-87-78-136-106.nc.de] has joined #linode |
19:28 | -!- | fstd is "fstd" on #oftc #linode #kernelnewbies |
19:31 | -!- | fstd_ [~fstd@xdsl-87-79-98-129.nc.de] has quit [Ping timeout: 480 seconds] |
19:33 | <dwfreed> | nate: yes, there were some widespread network issues (multiple DCs) at about 12:25 UTC |
19:44 | <nate> | Yeah that would be about the time. Weird to be multiple DC's though. |
19:56 | -!- | nagchampa [~nagchampa@2001:44b8:2139:f500:6d6b:550:a468:671d] has joined #linode |
19:56 | -!- | nagchampa is "realname" on #linode |
19:58 | <nate> | huh weird, had a client system that seems to have implied that it updated the LE certs on the system (had an updated renewal time for next month) but the certs were still the old expired ones |
20:05 | -!- | andyzwieg103 [~Thunderbi@66-168-56-133.static.mdsn.wi.charter.com] has quit [Quit: andyzwieg103] |
20:07 | -!- | TJ- [~root@2a02:8011:2007:0:dd3a:69fb:615c:98ec] has joined #linode |
20:07 | -!- | TJ- is "TJ https://launchpad.net/~tj" on #linode |
20:08 | <nate> | The linode DNS Updates on every 15 of an hour right? Not just 15 minutes after an update/push? |
20:11 | <@mtjones> | That's right, updates take place every 15 minutes. |
20:23 | <Abi12> | i promise you that 15 minutes will feel like an hour. |
20:38 | -!- | anomie [~anomie@00018802.user.oftc.net] has quit [Ping timeout: 480 seconds] |
20:56 | -!- | anomie [~anomie@cpe-2606-A000-8087-7A00-C5A9-980-C9DB-4685.dyn6.twc.com] has joined #linode |
20:56 | -!- | anomie is "Anomie" on #linode |
21:02 | -!- | greg [~oftc-webi@208.184.5.194] has joined #linode |
21:02 | -!- | greg is "OFTC WebIRC Client" on #linode |
21:03 | -!- | greg [~oftc-webi@208.184.5.194] has quit [Remote host closed the connection] |
21:16 | -!- | Perkele [~oftc-webi@h-87-212.A147.priv.bahnhof.se] has joined #linode |
21:16 | -!- | Perkele is "OFTC WebIRC Client" on #linode |
21:28 | -!- | Perkele [~oftc-webi@h-87-212.A147.priv.bahnhof.se] has quit [Quit: kek] |
21:39 | -!- | anomie [~anomie@00018802.user.oftc.net] has quit [Remote host closed the connection] |
21:39 | <Toba> | 6-8 weeks for shipping & handling |
21:49 | -!- | Sophira [~sophie@matrix.theblob.org] has quit [Quit: Lost terminal] |
21:56 | -!- | Thompson [~oftc-webi@116.25.146.152] has joined #linode |
21:56 | -!- | Thompson is "OFTC WebIRC Client" on #linode |
21:56 | <Thompson> | hello |
21:56 | <Toba> | hi |
21:57 | <Thompson> | are you a linode staff? I have a question regarding pricing |
21:57 | <Toba> | I am not |
21:57 | <Thompson> | ok. |
22:00 | <Thompson> | I recently bought a vm 10 dollar per month and it's said that the network is 2000 Mbps Network Out. However, the network speed is not as fast as 2000 Mbps. It's confused. |
22:02 | <@mtjones> | Transfer speeds can be limited by a number of factors, such as distance from where the file is to the destination, congestion on the route the connection takes, or overhead from the transfer protocol used. In most cases you won't be able to get 2Gbps on a single transfer, but if you try multiple transfers at the same time you'll be able to get the full 2Gbps, or very close to it. |
22:03 | -!- | RainbowLin [~ssmith@caskmaker.hacker.horse] has joined #linode |
22:03 | -!- | RainbowLin is "Samantha "Rainbow" Smith" on #linode-tavern #linode |
22:03 | <@mtjones> | It depends on a lot of variables, though. If you'd like I'd be happy to take a look at the speeds you're getting. Could you open a ticket and let me know the ticket number? |
22:07 | -!- | rainbow [~ssmith@00020809.user.oftc.net] has quit [Ping timeout: 480 seconds] |
22:38 | -!- | reillyeon40 [~reillyeon@jane.qotw.net] has quit [Quit: The Lounge - https://thelounge.github.io] |
23:47 | -!- | lex [~lex@67-225-6-93.regn.hsdb.sasknet.sk.ca] has joined #linode |
23:47 | -!- | lex is "Despite All My Rage.." on #linode |
23:48 | -!- | lex is now known as Guest4153 |
23:48 | -!- | Guest4153 [~lex@67-225-6-93.regn.hsdb.sasknet.sk.ca] has quit [Remote host closed the connection] |
23:52 | -!- | TJ- [~root@2a02:8011:2007:0:dd3a:69fb:615c:98ec] has quit [Quit: WeeChat 1.9.1] |
23:53 | -!- | lex_ [~lex@71-17-186-29.regn.hsdb.sasknet.sk.ca] has quit [Ping timeout: 480 seconds] |
--- | Log | closed Sat Jun 01 00:00:05 2019 |