--- | Log | opened Fri Oct 25 00:00:12 2019 |
00:00 | <bandali> | email to support@ sent |
00:02 | -!- | fapestniegd [~whitejs@freyr.websages.com] has quit [Remote host closed the connection] |
00:02 | -!- | duckydanny [~duckydann@2600:3c02::f03c:91ff:fec7:36d9] has quit [Quit: ZNC - http://znc.in] |
00:02 | -!- | duckydan_ is now known as duckydanny |
00:03 | <rottenprimate> | Well i'm back |
00:03 | <wraeth> | Hello. I'm wraeth. |
00:03 | <rottenprimate> | So I'm getting 403 forbidden and 502 bad gateway YAY |
00:03 | <rottenprimate> | http://172.105.152.202/test.php |
00:04 | <wraeth> | That's an improvement on last time. ^.^ |
00:04 | <rottenprimate> | yes i'm happy with my progress |
00:04 | <chonk> | are you still using the one-click? |
00:04 | <rottenprimate> | no |
00:04 | <rottenprimate> | LEMP now |
00:04 | <chonk> | which distro? |
00:04 | <rottenprimate> | debian 9 |
00:04 | <rottenprimate> | stretch |
00:04 | <chonk> | ah |
00:05 | <@pwoods> | bandali: Is this something that isn't account specific that I can help you with, if you're willing to share in a public forum? |
00:05 | <chonk> | i was going to say, this might help if you want a somewhat automated install one you've got the database and php up and runnig https://www.linode.com/docs/websites/cms/install-wordpress-using-wp-cli-on-ubuntu-18-04/ |
00:05 | <rottenprimate> | shouldve gone with ubuntu huh |
00:05 | <chonk> | ubuntu is based on debian so they are pretty similar |
00:06 | <rottenprimate> | Yea problem is it's "up and running" but just errors |
00:06 | <rottenprimate> | can i turn on nginx errors? |
00:06 | <bandali> | pwoods, it’s asking about linode’s sponsorships, and whether they’d consider sponsoring EmacsConf 2019 |
00:06 | <rottenprimate> | maybe in my test.php file |
00:06 | <chonk> | 502 usually indicates that nginx heard the request, but whatever the backend is is not helping |
00:07 | <rottenprimate> | or does it not work like that |
00:07 | <chonk> | you can examine /var/log/nginx-error.log or /var/log/nginx/error.log i forget which |
00:07 | <bandali> | i was told to write to support@ and that they would get my request to the marketing team |
00:07 | <bandali> | is that something you could help with, pwoods? |
00:07 | <@pwoods> | bandali: no, that would be something we'll need to pass along to our Marketing team to review. |
00:08 | <chonk> | rottenprimate: i can help try and isolate what the issue might be |
00:08 | <rottenprimate> | https://pastebin.com/ecmt0f18 |
00:08 | <chonk> | do you have php-fpm installed? |
00:08 | <bandali> | pwoods, gotcha |
00:08 | <rottenprimate> | oh it's 7.0 |
00:08 | <rottenprimate> | not 7.2 |
00:09 | <chonk> | also, who owns /var/www/html/dailyornance.com/public_html and what are the permissions |
00:09 | <chonk> | ls -la |
00:10 | <rottenprimate> | First how do i find where that php7.2-fpm is being called? |
00:10 | <rottenprimate> | needs to be 7.0 |
00:10 | <rottenprimate> | is that my config |
00:10 | <chonk> | its in your nginx configuration file |
00:10 | <chonk> | the line that starts with fastcgi_pass |
00:11 | <rottenprimate> | why would it be wrong? |
00:11 | <chonk> | the config? i dunno, debian might have updated the package since whatever guide you are using was published |
00:12 | <rottenprimate> | that line doesnt exist in the nginx config |
00:13 | <chonk> | what does your nginx config look like |
00:13 | -!- | duckydan_ [~duckydann@2600:3c02::f03c:91ff:fec7:36d9] has joined #linode |
00:13 | -!- | duckydan_ is "Dan" on #moocows #linode #debian |
00:14 | <rottenprimate> | https://pastebin.com/pLdc3PZ2 |
00:14 | <chonk> | do you have a file that you edited in /etc/nginx/conf.d or /etc/nginx/sites-enabled? |
00:14 | <rottenprimate> | yesss i do :D |
00:15 | <chonk> | the way your config is set right now, nginx will pull anything from either of those directories |
00:15 | <chonk> | its a common way to separate the management of different sites so you dont end up with an enormous nginx.conf |
00:16 | <rottenprimate> | makes sense |
00:16 | <rottenprimate> | so I changed that to 7.0 |
00:16 | <chonk> | systemctl restart nginx |
00:16 | <chonk> | or i guess on debian you can do service nginx restart |
00:16 | <chonk> | or whatever nginx is named on debian |
00:17 | <rottenprimate> | ok this is good |
00:17 | <rottenprimate> | http://dailyordnance.com/test.php |
00:17 | <chonk> | \o/ |
00:27 | -!- | CodeMouse92 [~JasonMc92@00025241.user.oftc.net] has quit [Quit: Oh freddled gruntbuggly | Thy micturations are to me | As plurdled gabbleblotchits | On a lurgid bee] |
00:28 | <rottenprimate> | ok..... |
00:28 | <rottenprimate> | so ready to install wordpress but 403 foribdden :((((( |
00:28 | -!- | fapestniegd [~whitejs@72.14.177.235] has joined #linode |
00:28 | -!- | fapestniegd is "James S. White" on #linode |
00:28 | <chonk> | what does your error log say |
00:29 | <rottenprimate> | checking now |
00:29 | <chonk> | 403 is usually a permissions error |
00:30 | <millisa> | nginx -T <-- that would show your current nginx config along with all the included files. |
00:30 | <rottenprimate> | log: https://pastebin.com/R4EmQTUx |
00:31 | <chonk> | yup so who owns /var/www/html/dailyordnance.com/public_html/ and what are the permissions |
00:32 | <millisa> | one of those is me :) |
00:32 | <rottenprimate> | haha millisa |
00:32 | <rottenprimate> | should be www-data |
00:32 | <rottenprimate> | how do i check? |
00:32 | <chonk> | ls -la /var/www/html/dailyordnance.com/public_html/ |
00:33 | <millisa> | I also like: namei -mov /var/www/html/dailyordnance.com/public_html |
00:33 | <rottenprimate> | https://pastebin.com/6iNpC7X3 |
00:34 | <millisa> | you probably need a 'try files' type directive. (if you request your index.php directly, you get the wp setup) |
00:34 | <chonk> | you'll also need the parent directories to be at least readable by the same user as nginx |
00:34 | <rottenprimate> | millisa: thought I did that |
00:35 | <millisa> | you might also want a: index index.php index.html index.htm; (i usually put it right below the try_files line) |
00:35 | <rottenprimate> | location / { index index.php index.html index.htm; try_files $uri $uri/ =404; } |
00:36 | <rottenprimate> | already had that |
00:37 | <rottenprimate> | think the being on the line above matters? |
00:38 | <millisa> | fastcgi_index index.php; <-- have one of those with the fastcgi_pass bit? |
00:38 | <rottenprimate> | Do you think |
00:38 | <rottenprimate> | root /var/www/html/dailyordnance.com/public_html; index index.html; |
00:38 | <chonk> | doesn't location need a root directive |
00:38 | <rottenprimate> | it matters that it's .html and not .php |
00:38 | <chonk> | it should be php |
00:38 | <rottenprimate> | heres the whole config |
00:39 | <rottenprimate> | if i can get the captcha |
00:40 | <millisa> | maybe you are a robot |
00:40 | <rottenprimate> | https://controlc.com/1585b8ac |
00:40 | <rottenprimate> | so maybe change index to index.php |
00:41 | <chonk> | yis |
00:42 | <rottenprimate> | that fixed it |
00:42 | <rottenprimate> | you guys sure are good at this stuff |
00:42 | <millisa> | maybe we are robots |
00:42 | <rottenprimate> | i feel like such an idiot |
00:42 | <chonk> | everyone started somewhere |
00:42 | <rottenprimate> | after this is where i shine :D |
00:42 | <chonk> | unless you've always been |
00:43 | <chonk> | bleep bloop nanu nanu |
00:43 | <millisa> | !point chonk |
00:43 | <linbot> | millisa: Point given to chonk. (1) |
00:44 | <chonk> | :o |
00:44 | <rottenprimate> | oh god |
00:44 | <rottenprimate> | i'm not out of the woods |
00:44 | <rottenprimate> | https://dailyordnance.com/wp-login.php |
00:44 | <rottenprimate> | wordpress is installed |
00:44 | <chonk> | http://dailyordnance.com/wp-login.php |
00:45 | <chonk> | yer not set up for HTTPS yet |
00:45 | <rottenprimate> | oh woops |
00:45 | <rottenprimate> | why'd it do that |
00:45 | <millisa> | you were fiddling with https earlier. chrome being helpful |
00:45 | <chonk> | most browsers will twist your arm into automatically doing it |
00:45 | <rottenprimate> | thank you chrome |
00:45 | <rottenprimate> | is now a good time to certbot? |
00:45 | <chonk> | always a good time to certbot |
00:46 | <rottenprimate> | yipee |
00:46 | <millisa> | looks like a wordpress site. good job |
00:46 | <millisa> | unless you were installing joomla. then, terrible job. |
00:46 | <chonk> | lol |
00:46 | <wraeth> | Heh |
00:46 | <rottenprimate> | it's redirecting me to https |
00:46 | <rottenprimate> | can't NOT go to https |
00:47 | <rottenprimate> | so weird |
00:47 | <rottenprimate> | fine if i use a new tab |
00:47 | <rottenprimate> | thanks chrome |
00:54 | <chonk> | i would advise setting up certificates before changing any of the URLs in Wordpress's's's settings |
00:54 | <rottenprimate> | yep, doing :) |
00:54 | <chonk> | lest ye want a headache |
01:01 | <rottenprimate> | why do people pay for certs? |
01:02 | <rottenprimate> | they just dont know any better? |
01:02 | <wraeth> | Brand recognition and accountability. |
01:02 | <chonk> | some things require it |
01:02 | <rottenprimate> | What's the difference between open ssl and a paid one? |
01:02 | <chonk> | one costs money |
01:03 | <rottenprimate> | hah |
01:03 | <millisa> | for the domain validated ones, there's not much functional difference. longer periods between expirations. |
01:03 | <chonk> | i think the idea is that you are paying for a supposedly verified certificate authority |
01:03 | <wraeth> | https://webmasters.stackexchange.com/questions/124618/why-should-i-pay-for-an-ssl-certificate |
01:04 | -!- | Kassandry [~Kassandry@kassandry.net] has quit [Remote host closed the connection] |
01:04 | <rottenprimate> | wow that's quite a read |
01:05 | <wraeth> | There's a lot of nuance to it, but in short: you probably don't _need_ a paid cert. |
01:05 | <chonk> | Alice has been through a lot it seems |
01:05 | -!- | atrus [~atrus@nickurak.ca] has quit [Quit: ZNC - http://znc.in] |
01:06 | -!- | rottenprimate [~oftc-webi@96.59.103.160] has quit [Remote host closed the connection] |
01:08 | -!- | rottenprimate [~oftc-webi@96.59.103.160] has joined #linode |
01:08 | -!- | rottenprimate is "OFTC WebIRC Client" on #linode |
01:08 | <rottenprimate> | idk if my last message sent |
01:08 | <rottenprimate> | But thanks for all the help. Really appreciate it |
01:08 | <wraeth> | For my part, you're welcome. :) |
01:08 | <rottenprimate> | you guys are better than the entirety of Digital Ocean's support team |
01:09 | <millisa> | smell nicer too |
01:09 | <rottenprimate> | they told me to check out godaddy |
01:09 | <chonk> | to be fair, setting stuff like wordpress up is usually out-of-scope for IaaS companies |
01:09 | <millisa> | to be fair, most of the stuff you were asking about is typically outside their support boundary (and linode's official support, too) |
01:09 | <millisa> | jinx... |
01:10 | <chonk> | hshs |
01:10 | <rottenprimate> | yeah i agree |
01:10 | <chonk> | haha* |
01:10 | <rottenprimate> | i know these are "set it up yourself" things but i can't deal with shared hosting or expensive vps |
01:13 | -!- | rawrus is "rawrus" on #oftc-staff |
01:13 | -!- | rawrus [~rawrus@rawrus.sponsor.oftc.net] has joined #linode |
01:13 | -!- | mode/#linode [+o rawrus] by ChanServ |
01:15 | -!- | rottenprimate [~oftc-webi@96.59.103.160] has quit [Quit: Page closed] |
01:20 | -!- | Kassandry [~Kassandry@kassandry.net] has joined #linode |
01:20 | -!- | Kassandry is "Kassandry" on #ovirt #linode |
01:29 | -!- | atrus [~atrus@2600:3c01:e000:308::250:2] has joined #linode |
01:29 | -!- | atrus is "Jeremy Nickurak" on #linode |
01:29 | -!- | atrus is now known as Guest5903 |
02:20 | -!- | elliot007 [elliot007@suchznc.net] has quit [Quit: Quiting...] |
03:24 | -!- | dsapikas [~dsapikas@ip-89-103-120-110.net.upcbroadband.cz] has quit [Quit: Leaving.] |
03:40 | -!- | elliot007 [elliot007@suchznc.net] has joined #linode |
03:40 | -!- | elliot007 is "Ankit R Gadiya" on #linode #debian-vim #debian-boinc |
04:05 | -!- | rgerke [~rgerke@000294e9.user.oftc.net] has quit [Quit: WeeChat 2.4] |
04:13 | -!- | dsapikas [~dsapikas@ovpn-brq.redhat.com] has joined #linode |
04:13 | -!- | dsapikas is "purple" on #linode |
04:22 | -!- | dsapikas [~dsapikas@ovpn-brq.redhat.com] has quit [Ping timeout: 480 seconds] |
04:23 | -!- | dsapikas [~dsapikas@nat-pool-brq-t.redhat.com] has joined #linode |
04:23 | -!- | dsapikas is "purple" on #linode |
04:33 | -!- | AndersonCarter [~oftc-webi@113.87.201.115] has joined #linode |
04:33 | -!- | AndersonCarter is "OFTC WebIRC Client" on #linode |
04:33 | <AndersonCarter> | hello? |
04:33 | -!- | AndersonCarter [~oftc-webi@113.87.201.115] has left #linode [] |
04:57 | -!- | bliblok [~bliblok@109.74.192.159] has joined #linode |
04:57 | -!- | bliblok is "Bjørnar Leithe" on #linode |
05:03 | -!- | bliblok [~bliblok@109.74.192.159] has quit [Remote host closed the connection] |
05:04 | -!- | djweezy [~matt@weezy.us] has quit [Quit: Lost terminal] |
05:07 | -!- | WhizzWr [Whizz@s-o-m-e.h-o-s-t.name] has joined #linode |
05:07 | -!- | WhizzWr is "Nothing is real" on #redditprivacy #pcl #oftc #linode |
05:09 | -!- | encode [~encode@2600:3c01::f03c:91ff:fe96:d82a] has quit [Ping timeout: 480 seconds] |
05:10 | -!- | Juma [~amir@185.3.145.101] has joined #linode |
05:10 | -!- | Juma is "Amir Uri" on #linode |
05:10 | -!- | Juma [~amir@185.3.145.101] has quit [Read error: Connection reset by peer] |
05:15 | -!- | Juma [~amir@185.3.145.101] has joined #linode |
05:15 | -!- | Juma is "Amir Uri" on #linode |
05:15 | -!- | Juma [~amir@185.3.145.101] has quit [Read error: Connection reset by peer] |
05:16 | -!- | dennis_ [~oftc-webi@43.252.156.122] has joined #linode |
05:16 | -!- | dennis_ is "OFTC WebIRC Client" on #linode |
05:16 | <dennis_> | hi |
05:17 | <dennis_> | i'd like to use linode block storage. |
05:17 | <dennis_> | can i attach a block storage from different data center to my existing linode? |
05:18 | <@pwoods> | dennis_: It has to be in the same data center |
05:19 | <@pwoods> | dennis_: you can transfer data from one data center to another, but that's a manual process and not like migrating a Linode from one DC to another. |
05:20 | <@pwoods> | https://www.linode.com/docs/platform/block-storage/how-to-use-block-storage-with-your-linode/#how-to-transfer-block-storage-data-between-data-centers |
05:21 | -!- | bliblok [~bliblok@109.74.192.159] has joined #linode |
05:21 | -!- | bliblok is "Bjørnar Leithe" on #linode |
05:22 | <dennis_> | ok. thanks for the guide |
05:23 | <dennis_> | is there any private ip for ipv6 ? |
05:27 | <Zr40> | depends on what you mean exactly by 'private' |
05:31 | <@pwoods> | dennis_: Linode does not offer private IPv6 address allocations. Our IPv6 accounting was designed so that local IPv6 traffic does not count against your network transfer quota, so you can use your default IPv6 address as if it were a private IP address. |
05:31 | <@pwoods> | https://www.linode.com/docs/networking/an-overview-of-ipv6-on-linode/ |
05:33 | <Zr40> | I wonder, what about IPv6 traffic between linodes in the same data center that aren't controlled by the same account? |
05:40 | <@pwoods> | Zr40: any unwanted or malicious traffic should be reported to us either through a ticket or ni an email to abuse@linode.com |
05:43 | <dennis_> | regarding "local IPv6 traffic does not count against your network transfer quota ", it applies only when nodes are in same datacenter? |
05:47 | <Zr40> | pwoods: that's not what I meant :) |
05:48 | -!- | thiras [~thiras@195.174.215.70] has joined #linode |
05:48 | -!- | thiras is "Ant" on #debian #linode |
05:48 | <Zr40> | pwoods: suppose I'm using the API of some service, and they happen to be hosted on a Linode in the same data center as mine |
05:48 | <Zr40> | dennis_: yes |
05:49 | <@pwoods> | dennis_: the only network traffic that counts against quota is outbound traffic on public addresses |
05:50 | <@pwoods> | Zr40: that sounds like you're in luck, then. And, it's not unwanted or malicious. |
05:54 | -!- | dsapikas [~dsapikas@nat-pool-brq-t.redhat.com] has quit [Quit: Leaving.] |
06:24 | <dennis_> | thank you |
07:15 | -!- | dennis_ [~oftc-webi@43.252.156.122] has quit [Remote host closed the connection] |
07:30 | -!- | dsapikas [~dsapikas@nat-pool-brq-t.redhat.com] has joined #linode |
07:30 | -!- | dsapikas is "purple" on #linode |
08:01 | -!- | djweezy [~matt@weezy.us] has joined #linode |
08:01 | -!- | djweezy is "djweezy" on #linode |
08:02 | -!- | dsapikas [~dsapikas@nat-pool-brq-t.redhat.com] has quit [Ping timeout: 480 seconds] |
08:02 | -!- | LouWestin [~LouWestin@louwestin.user.oftc.net] has joined #linode |
08:02 | -!- | LouWestin is "Lou The Dungeon Capturer" on #linode |
08:16 | -!- | encode [~encode@2600:3c01::f03c:91ff:fe96:d82a] has joined #linode |
08:16 | -!- | encode is "Access Denied" on #linode |
08:19 | -!- | dsapikas [~dsapikas@ovpn-brq.redhat.com] has joined #linode |
08:19 | -!- | dsapikas is "purple" on #linode |
08:23 | -!- | TagPerfect [~oftc-webi@sa-84-52-32-151.saturn.infonet.ee] has quit [Remote host closed the connection] |
08:37 | -!- | dsapikas1 [~dsapikas@nat-pool-brq-t.redhat.com] has joined #linode |
08:37 | -!- | dsapikas1 is "purple" on #linode |
08:39 | -!- | dsapikas [~dsapikas@ovpn-brq.redhat.com] has quit [Ping timeout: 480 seconds] |
08:46 | -!- | nix-7 [~nix@li350-218.members.linode.com] has joined #linode |
08:46 | -!- | nix-7 is "seven"" on #linode |
08:48 | -!- | benc [~Ofir@5.29.226.133] has quit [Ping timeout: 480 seconds] |
08:55 | <linbot> | New news from community: Ubuntu update process unable to reach Linode ppa <https://www.linode.com/community/questions/19030> |
09:01 | -!- | anomie [~anomie@00018802.user.oftc.net] has joined #linode |
09:01 | -!- | anomie is "Anomie" on #linode |
09:11 | -!- | eyepulp [~eyepulp@1493428-v101.1303-static.bltnilaa.metronetinc.net] has joined #linode |
09:11 | -!- | eyepulp is "eyepulp" on #linode |
09:32 | -!- | kaare_ [~kaare@ip-5-186-247-169.dhcp.fibianet.dk] has quit [Ping timeout: 480 seconds] |
09:43 | -!- | Ahmad_Fraz [~oftc-webi@27.255.13.64] has joined #linode |
09:43 | -!- | Ahmad_Fraz is "OFTC WebIRC Client" on #linode |
09:43 | -!- | Ahmad_Fraz [~oftc-webi@27.255.13.64] has quit [] |
09:51 | -!- | skyfaller [~skyfaller@2601:42:0:6200:4e2:34d8:9c50:675a] has joined #linode |
09:51 | -!- | skyfaller is "Nelson Pavlosky" on #linode |
09:51 | <skyfaller> | hi folks, trying to apt-get update, and I can't reach apt-longview.linode.com (97.107.139.216) ... is this a known problem? |
09:53 | <skyfaller> | ah, I see it is: https://www.linode.com/community/questions/19030/ubuntu-update-process-unable-to-reach-linode-ppa |
09:57 | -!- | Mongkol [~oftc-webi@blue.cogetel.com.kh] has joined #linode |
09:57 | -!- | Mongkol is "OFTC WebIRC Client" on #linode |
09:58 | -!- | skyfaller [~skyfaller@2601:42:0:6200:4e2:34d8:9c50:675a] has quit [Quit: Leaving...] |
09:58 | <Mongkol> | Dear all |
09:58 | <Mongkol> | I am new using Dedicate of Linode |
09:59 | <Mongkol> | Currently i successfull set up server php apache |
09:59 | <Mongkol> | I want to edit my config php or apache for create performance |
09:59 | <Mongkol> | how |
10:02 | <Toba> | https://www.linode.com/docs/web-servers/apache-tips-and-tricks/tuning-your-apache-server/ |
10:02 | <Toba> | https://httpd.apache.org/docs/2.4/misc/perf-tuning.html |
10:02 | <Toba> | it very much depends on what you are doing. Take a look at these docs. |
10:06 | <linbot> | New news from community: Can I have a new linode with php 5.6 ? <https://www.linode.com/community/questions/19031> |
10:16 | <Mongkol> | php 7 |
10:16 | <Mongkol> | centos 7 |
10:30 | -!- | Mongkol [~oftc-webi@blue.cogetel.com.kh] has quit [Remote host closed the connection] |
10:54 | -!- | T_Ro111 [~T_Ro@114.124.136.9] has joined #linode |
10:54 | -!- | T_Ro111 is "T_Ro" on #linode |
11:21 | -!- | thiras [~thiras@195.174.215.70] has quit [Ping timeout: 480 seconds] |
11:28 | <linbot> | New news from community: Unable to log in to linode using FTP or SSH <https://www.linode.com/community/questions/19032> |
11:35 | -!- | thiras [~thiras@195.174.215.70] has joined #linode |
11:35 | -!- | thiras is "Ant" on #debian #linode |
12:04 | -!- | elliot007 [elliot007@suchznc.net] has quit [Remote host closed the connection] |
12:25 | -!- | redentor [~armando@2806:1000:8001:a0f5:c61f:749a:5079:581] has joined #linode |
12:25 | -!- | redentor is "realname" on #debian-next #debian-es #debian-mx #debian #linode |
12:35 | <@bbigger> | !sneeze |
12:35 | <linbot> | Bless you, bbigger! |
12:38 | -!- | duckydan_ [~duckydann@2600:3c02::f03c:91ff:fec7:36d9] has quit [Quit: ZNC - http://znc.in] |
12:38 | -!- | duckydanny [~duckydann@li2071-171.members.linode.com] has quit [Quit: ZNC - http://znc.in] |
12:40 | -!- | duckydanny [~duckydann@li2071-171.members.linode.com] has joined #linode |
12:40 | -!- | duckydanny is "Dan" on #tor-project #moocows #linode #debian |
12:40 | -!- | duckydan_ [~duckydann@2600:3c02::f03c:91ff:fec7:36d9] has joined #linode |
12:40 | -!- | duckydan_ is "Dan" on #moocows #linode #debian |
12:45 | -!- | redentor [~armando@2806:1000:8001:a0f5:c61f:749a:5079:581] has quit [Remote host closed the connection] |
13:15 | -!- | dsapikas1 [~dsapikas@nat-pool-brq-t.redhat.com] has quit [Ping timeout: 480 seconds] |
14:00 | -!- | anomie [~anomie@00018802.user.oftc.net] has quit [Quit: Leaving] |
14:01 | -!- | kaare_ [~kaare@5634e631.rev.stofanet.dk] has joined #linode |
14:01 | -!- | kaare_ is "Kaare Rasmussen" on #linode |
14:13 | <linbot> | New news from blog: Linode at LISA19 <https://www.linode.com/2019/10/25/linode-at-lisa19/> |
14:20 | -!- | dannyAAM [~dannyAAM@saru.saru.moe] has quit [Quit: znc.saru.moe : ZNC 1.6.2 - http://znc.in] |
14:20 | -!- | dannyAAM [~dannyAAM@saru.saru.moe] has joined #linode |
14:20 | -!- | dannyAAM is "Danny" on #linode |
14:32 | -!- | Netsplit synthon.oftc.net <-> charon.oftc.net quits: fifr[m]1, io____[m], fstd, therock247uk, lpalgarvio[m], nix-7, nm0i, DennyFuchs[m], mcintosh[m], Kuukunen-, (+62 more, use /NETSPLIT to show all of them) |
14:33 | <linbot> | New news from community: Login from email confirmation/signup? Or anywhere else for that matter. <https://www.linode.com/community/questions/19033> |
14:33 | -!- | Netsplit over, joins: JStoker, Hobbyboy, ericnoan, Spydar007, Hazelesque, Woet, Attoy, Iguil, tomchen[m], eatonphil[m] (+48 more) |
14:33 | -!- | tomaw is "Tom Wesley <tom@tomaw.net>" on #oftc-staff #oftc-status #admin |
14:33 | -!- | Netsplit over, joins: tomaw, rnowak, capuk[m], Frools, freelikegnu[m], io____[m], mcintosh[m], jfred[m], pharaun, micro (+4 more) |
14:33 | -!- | JStoker is "JStoker" on #debian #kernelnewbies #oftc #moocows #linode #debian-sayhi #debian-irc #debian-soc #debian-ipv6 #debian-blends #uml |
14:33 | -!- | Hobbyboy is "Andrew" on #qemu #debian #oftc #moocows #linode #perl #help #debian-offtopic #openttd #C #/r/openttd #msys2 @#YourBNC |
14:36 | -!- | mode/#linode [+v rawrus] by ChanServ |
14:36 | -!- | mode/#linode [+v scrane] by ChanServ |
14:36 | -!- | mode/#linode [+v jackley] by ChanServ |
14:36 | -!- | mode/#linode [+v dmonschein] by ChanServ |
14:36 | -!- | mode/#linode [+v jcardillo] by ChanServ |
14:36 | -!- | mode/#linode [+v blaboon] by ChanServ |
14:36 | -!- | mode/#linode [+v mcintosh] by ChanServ |
14:36 | -!- | mode/#linode [+v charris] by ChanServ |
14:36 | -!- | mode/#linode [+v mwildman] by ChanServ |
14:36 | -!- | mode/#linode [+v rdaniels] by ChanServ |
14:36 | -!- | mode/#linode [+v bbigger] by ChanServ |
15:09 | -!- | Netsplit charon.oftc.net <-> liquid.oftc.net quits: sjk, frailty, Hazelesque, voker57, tomchen[m], eatonphil[m], nm0i, kaare_, tomami[m], DennyFuchs[m], (+20 more, use /NETSPLIT to show all of them) |
15:10 | -!- | Netsplit over, joins: JStoker, kaare_, fstd, voker57, nm0i, Cajs, Tol1, rweir``, mpr, Jonis (+20 more) |
15:10 | -!- | JStoker is "JStoker" on #oftc #moocows #linode #debian-ipv6 #debian-irc #uml #debian-soc #debian-sayhi |
15:16 | <kharlan> | pretty sure I tunneled 1500 80 minute HD movies via an ssh proxy ( on a linode ) and barely hit 45% |
15:56 | -!- | T_Ro111 [~T_Ro@114.124.136.9] has quit [Read error: Connection reset by peer] |
15:57 | -!- | dsapikas [~dsapikas@ip-89-103-120-110.net.upcbroadband.cz] has joined #linode |
15:57 | -!- | dsapikas is "purple" on #linode |
16:04 | -!- | thiras [~thiras@195.174.215.70] has quit [Ping timeout: 480 seconds] |
16:17 | -!- | jfred [~jfred@jfred.netrep.oftc.net] has joined #linode |
16:17 | -!- | mode/#linode [+o jfred] by ChanServ |
16:17 | -!- | jfred is "Jonathan Frederickson" on @#linode |
16:28 | -!- | Juma [~amir@185.3.145.101] has joined #linode |
16:28 | -!- | Juma is "Amir Uri" on #linode |
16:29 | -!- | Juma [~amir@185.3.145.101] has quit [Read error: Connection reset by peer] |
16:45 | -!- | AugustusCaesar24 [~AugustusC@99-190-112-116.lightspeed.irvnca.sbcglobal.net] has joined #linode |
16:45 | -!- | AugustusCaesar24 is "Augustus Caesar" on #linode |
16:48 | -!- | Juma [~amir@185.3.145.101] has joined #linode |
16:48 | -!- | Juma is "Amir Uri" on #linode |
16:49 | -!- | Juma [~amir@185.3.145.101] has quit [Read error: Connection reset by peer] |
16:53 | -!- | tuxhii [~Sam.Spade@ip5b40c003.dynamic.kabel-deutschland.de] has joined #linode |
16:53 | -!- | tuxhii is "Sam Spade" on #linode #debian |
16:53 | <linbot> | New news from community: iPhone Linode Manager App <https://www.linode.com/community/questions/19034> |
17:05 | * | Peng_ 's resolver sends hundreds of DNS queries to 79.45.in-addr.arpa |
17:06 | <Peng_> | or 12.79.45.in-addr.arpa more specifically |
17:06 | <Zr40> | is one of your linodes within 45.79.12.0/24? |
17:06 | <Peng_> | no, Linode's routers are |
17:07 | <Zr40> | sounds like something is trying to get the hostname |
17:08 | <Peng_> | I was running traceroute |
17:29 | -!- | AugustusCaesar24 [~AugustusC@99-190-112-116.lightspeed.irvnca.sbcglobal.net] has quit [Quit: Going offline, see ya! (www.adiirc.com)] |
18:22 | -!- | NomadJim_ [~Jim@72.168.160.255] has joined #linode |
18:22 | -!- | NomadJim_ is "Nomad" on #debian #linode |
18:22 | -!- | NomadJim [~Jim@72.168.160.255] has quit [Read error: Connection reset by peer] |
18:23 | -!- | NomadJim_ [~Jim@72.168.160.255] has quit [] |
18:26 | -!- | NomadJim [~Jim@72.168.160.255] has joined #linode |
18:26 | -!- | NomadJim is "Nomad" on #linode #debian |
18:41 | -!- | NomadJim_ [~Jim@72.168.160.201] has joined #linode |
18:41 | -!- | NomadJim_ is "Nomad" on #linode #debian |
18:41 | -!- | NomadJim [~Jim@72.168.160.255] has quit [Read error: Connection reset by peer] |
18:45 | -!- | rottenprimate [~oftc-webi@96.59.103.160] has joined #linode |
18:45 | -!- | rottenprimate is "OFTC WebIRC Client" on #linode |
18:45 | <rottenprimate> | it's me! |
18:45 | <millisa> | you appear to still have wordpress |
18:45 | <rottenprimate> | hahahaa |
18:45 | <millisa> | Fortunately, it is not fatal |
18:46 | <rottenprimate> | having rewrite issues i think |
18:46 | <rottenprimate> | write is fine |
18:47 | <rottenprimate> | getting permission denied on rewrites, trying to fix |
18:48 | <millisa> | config, logs, example? |
18:48 | <rottenprimate> | one second please! |
18:49 | <linbot> | New news from community: Why hasn't my Block Storage Volume resized? <https://www.linode.com/community/questions/19035> |
18:52 | <rottenprimate> | just trying to find where it logs permission errors |
18:53 | <rottenprimate> | don't think it is logged |
18:55 | <millisa> | nginx -T |grep error_log |
18:55 | <millisa> | though depending on what you are looking for, the access_log might be useful too |
18:58 | <rottenprimate> | doesn't that just check the syntax? |
18:58 | <millisa> | you wanted to know where the log was? |
18:58 | <rottenprimate> | oh no i know where they are just they don't have any permissions errors in them |
18:59 | <millisa> | ok, why do you think it is a permission error then? |
18:59 | <rottenprimate> | Well I get this |
18:59 | <rottenprimate> | on upload |
19:00 | <rottenprimate> | Uploading "C:\Users\Rat\Desktop\Daily Ordnance\dailyordnance.com\wp-settings.php" to "/var/www/html/dailyordnance.com/public_html/wp-settings.php" .. failure (Permission denied) |
19:00 | <millisa> | which user is php-fpm running as and who owns that file? |
19:02 | <rottenprimate> | How do I check agian? |
19:03 | -!- | eyepulp [~eyepulp@1493428-v101.1303-static.bltnilaa.metronetinc.net] has quit [Remote host closed the connection] |
19:03 | <millisa> | your php-fpm config is usually in /etc/php-fpm (there could be numbers and there could be a .d dir). php-fpm -tt would give you config output similar to how nginx -T works. |
19:04 | <millisa> | for permissions, I like 'namei -mov /path/to/file.php' since it gives you info for the path |
19:05 | <millisa> | you could also look at the php-fpm process; something like ps aux |grep php |
19:06 | <rottenprimate> | yea i got this |
19:06 | <rottenprimate> | https://controlc.com/68824c44 |
19:06 | <millisa> | looks like your php-fpm www pool is running at www-data. is that who owns the wp-settings.php file? (or at least has write permissions?) |
19:07 | <rottenprimate> | hmm |
19:07 | <millisa> | er, running as www-data |
19:09 | <rottenprimate> | https://controlc.com/9fa15781 |
19:10 | <millisa> | hm. that looks like it should write. selinux? |
19:10 | <millisa> | what does 'sestatus' say? |
19:11 | <rottenprimate> | command not found |
19:13 | <millisa> | what gives you that permission denied message? is that from an sftp client? |
19:13 | <rottenprimate> | yes :) |
19:14 | <millisa> | are you logging into the sftp client as the 'www-data' user (or the root user)? |
19:14 | <rottenprimate> | oh. good point |
19:15 | <rottenprimate> | i'm logging in as my su |
19:15 | <rottenprimate> | i should log in as www-data? |
19:15 | <millisa> | if you want those files to continue to be owned by www-data and want to use that to run the wordpress stuff |
19:15 | <rottenprimate> | i will give it a try right now |
19:16 | <rottenprimate> | ok i get connection timed out with that |
19:16 | <rottenprimate> | this is my coonfig |
19:16 | <millisa> | and sftp permission issue isn't going to have much to do with nginx/php or rewrite (at least 'rewrite' for the meaning use in web stuff). |
19:17 | <rottenprimate> | https://controlc.com/7d90879d |
19:17 | <rottenprimate> | thats my sftp config |
19:17 | <rottenprimate> | www-data doesn't have ssh_key |
19:17 | <rottenprimate> | so that's the obvious problem |
19:18 | -!- | DrJ [~B@li1303-21.members.linode.com] has joined #linode |
19:18 | -!- | DrJ is "B@c0n" on #linode |
19:24 | <rottenprimate> | What If I add my user to the www-data group? |
19:26 | <millisa> | you'd need to give the group write access and maybe chmod g+s on the dirs |
19:28 | <millisa> | (I personally lean towards running a php-fpm pool as a non-privileged user that only has access to those webdirs and giving the files/dirs just to them) |
19:33 | <rottenprimate> | Hm Ok I THINK i fixed it? |
20:32 | -!- | dsapikas [~dsapikas@ip-89-103-120-110.net.upcbroadband.cz] has quit [Quit: Leaving.] |
20:48 | -!- | VladGh [~VladGh@ip72-200-40-178.no.no.cox.net] has quit [Ping timeout: 480 seconds] |
21:00 | -!- | genbyte [~oftc-webi@2601:243:197f:e050:6a5d:43ff:fe4c:7c69] has joined #linode |
21:00 | -!- | genbyte is "OFTC WebIRC Client" on #linode |
21:01 | <genbyte> | Hello! Quick question because this is driving me crazy. I have a new nanode (like 3-4 hours old) that I'm using to practice setting up my email server and I'm trying to open port 25 with no luck. I randomly tried 444 and it opened just fine. Is 25 blocked for new nanodes? |
21:02 | <millisa> | not that i've seen |
21:02 | <millisa> | many isp's block outbound 25 though |
21:02 | <millisa> | what's the IP, can check it from one of mine |
21:03 | <genbyte> | 45.33.65.69 I'd appreciate that, thank you. |
21:03 | <chesty> | connection refused. `ss -nltp | grep 25` |
21:03 | <genbyte> | I have OpenSMTPD running on 25. I can't telnet either. |
21:03 | <genbyte> | Okay. |
21:04 | <millisa> | nmap says its open |
21:04 | <genbyte> | Huh, interesting. Nmap said it was closed for me. |
21:04 | <millisa> | looks ok from one of my linodes |
21:04 | <millisa> | https://vomitb.in/34OH0BICat |
21:04 | -!- | Nightmare [ddoscomin@2600:3c03::f03c:91ff:feae:ab7] has quit [Quit: DDoS has died, DDoS has risen, DDoS comin' again] |
21:05 | <waltman> | https://www.linode.com/kernels/ returns a 404. Is linode no longer publishing their current kernels anywhere/ |
21:05 | <genbyte> | Okay, thanks a ton for checking. |
21:05 | <chesty> | nmap from home say 444 and 22 are open |
21:05 | <genbyte> | I guess 25 is just entirely blocked? |
21:05 | <waltman> | I used to rely on that to know check when was a good time to reboot |
21:08 | <chesty> | genbyte, ah, it's definitely open. it must be our home isp's blocking port 25. I tested from a server in a different provider |
21:08 | <millisa> | waltman: https://vomitb.in/Pto4TAktec api still has it |
21:08 | <genbyte> | Wow, I didn't expect outbound to be blocked too. I guess that makes sense? Thanks. |
21:09 | <waltman> | millisa: thanks! |
21:09 | <millisa> | (I know ATT in the US blocks it) |
21:09 | <trippeh> | most residential access got outbound port 25 blocked, yes. so you cant send spam as easily |
21:09 | <chesty> | genbyte, set up the submission port for sending email through your linode |
21:11 | <genbyte> | Right, thank you. I was just going to telnet into 25 and type the SMTP commands manually so I could test my OpenSMTPD config. I didn't think to check from another VPS. Thanks for all of your help. |
21:11 | -!- | genbyte [~oftc-webi@2601:243:197f:e050:6a5d:43ff:fe4c:7c69] has quit [Quit: Page closed] |
21:36 | -!- | mtjones [~hesperide@000213ee.user.oftc.net] has joined #linode |
21:36 | -!- | mode/#linode [+o mtjones] by ChanServ |
21:36 | -!- | mtjones is "hesperidean" on @#linode |
22:03 | -!- | rottenprimate [~oftc-webi@96.59.103.160] has quit [Remote host closed the connection] |
22:04 | -!- | cruxeternus [~cruxetern@secspeed.com] has quit [Remote host closed the connection] |
22:06 | -!- | petris [~quassel@li-docker.host.petris.net] has quit [] |
22:07 | -!- | Nightmare [ddoscomin@2600:3c03::f03c:91ff:feae:ab7] has joined #linode |
22:07 | -!- | Nightmare is "Kim" on #oftc #moocows #linode |
22:08 | <Nightmare> | When your host does a random restart and you have to fix broken things while intoxicated |
22:09 | <Nightmare> | :-( |
22:09 | <millisa> | maintenances are still going on right about now |
22:09 | <millisa> | my last two are just now finishing |
22:09 | <Ikaros> | My last one is in progress now |
22:16 | -!- | petris [~quassel@li-docker.host.petris.net] has joined #linode |
22:16 | -!- | petris is "Ryan Petris" on #ceph #debian #friendica #debian-next #moocows #Qubes_OS #linode #freedombox #ext4 |
22:34 | -!- | descender [~heh@45.56.153.217] has joined #linode |
22:34 | -!- | descender is "Chong Kai Xiong" on #linode |
23:02 | -!- | kenyon [quasselcor@darwin.kenyonralph.com] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] |
23:06 | <kharlan> | fudge. I fucked up my companies website when certbot when to update shit. |
23:07 | <kharlan> | that whole php7.3 libssl1.1 thing really sucks. |
23:07 | -!- | SleePy [~SleePy@00018c73.user.oftc.net] has quit [Quit: Connection reset by beer] |
23:07 | -!- | Eugene [~eugene@kashpureff.org] has quit [Quit: ZNC - http://znc.sourceforge.net] |
23:07 | <kharlan> | /s/when/went/ ;( what a long friday |
23:27 | -!- | Eugene [~eugene@kashpureff.org] has joined #linode |
23:27 | -!- | Eugene is "Eugene E. Kashpureff Jr" on #linode |
23:29 | -!- | SleePy [~SleePy@00018c73.user.oftc.net] has joined #linode |
23:29 | -!- | SleePy is "SleePy" on #linode |
23:34 | -!- | petris [~quassel@li-docker.host.petris.net] has quit [] |
23:35 | -!- | petris [~quassel@li-docker.host.petris.net] has joined #linode |
23:35 | -!- | petris is "Ryan Petris" on #debian-next #ceph #debian #ext4 #friendica #Qubes_OS #linode #freedombox #moocows |
23:40 | -!- | kaare_ [~kaare@5634e631.rev.stofanet.dk] has quit [Ping timeout: 480 seconds] |
23:48 | -!- | kenyon [quasselcor@darwin.kenyonralph.com] has joined #linode |
23:48 | -!- | kenyon is "Kenyon Ralph" on #debian-ipv6 #linode #debian |
23:51 | -!- | kenyon [quasselcor@darwin.kenyonralph.com] has quit [] |
23:52 | -!- | kenyon [quasselcor@darwin.kenyonralph.com] has joined #linode |
23:52 | -!- | kenyon is "Kenyon Ralph" on #linode #debian #debian-ipv6 |
23:53 | -!- | giskard [~giskard@113.118.240.7] has joined #linode |
23:53 | -!- | giskard is "giskard" on #linode |
23:53 | -!- | giskard is now known as Guest5970 |
23:58 | -!- | Guest5970 [~giskard@113.118.240.7] has quit [Remote host closed the connection] |
23:59 | -!- | giskard_ [~giskard@113.89.191.107] has joined #linode |
23:59 | -!- | giskard_ is "giskard_" on #linode |
--- | Log | closed Sat Oct 26 00:00:13 2019 |