/srv/irclogs.ubuntu.com/2019/01/31/#ubuntu-server.txt

lordievaderGood morning07:35
jamespagecoreycb: staring on neutron-* networking-*09:25
jamespagecoreycb: ah os-ken09:47
* jamespage puts the cookie cutter into action09:47
jamespagecoreycb: fwiw I'm not doing py2 packages for new deps09:52
jamespagecoreycb: we're probably at a point where we can cull the python-oslo* pkgs09:53
cpaelzerjamespage: I don't see OVS 2.11 building in disco - should I upload it11:02
jamespagecpaelzer: yp - got stuck in a testing issue for the openstack snapshots we're doing this week11:02
cpaelzerjamespage: then go on testing, I'll upload as he have it in the packaging git atm11:03
cpaelzerhe -> we11:03
cpaelzerok I've done it for you - I hope you find your issue soon - happy testing11:07
cpaelzerthe ovs packaging repo has a commit to release it (modifying the changelog) and a new tag following the same style you usually tag it11:07
cpaelzerjamespage: ^^11:08
jamespagecpaelzer: +1 thanks11:09
jamespagecpaelzer: issue fixed - unit test which wants to access the internet11:09
jamespagenice11:09
jamespagecoreycb: we should request an rm on https://blueprints.launchpad.net/neutron/+spec/ryu-framework-maintenace-transition11:11
jamespageryu is basically unmaintained now11:11
jamespagecoreycb: I'll do that as part of this set of snapshots11:38
nekowaiidesuHi all, I'm wanting to clone a lot of laptops over network with a windows image. they're all the same model laptop. Is there any easy way to do it with Ubuntu as a 'server' machine?12:00
nekowaiidesuidea is to PXE boot, but what are my option to load a pre-made image (instead of installation media)12:01
coreycbjamespage: ok. looks like we need an os-ken too.12:37
coreycbjamespage: i'm not sure how many py37 tests we're still skipping. that could use a revisit. maybe i'll just wait until after we're done with this round and take a look through everything.12:39
jamespagecoreycb: yep - have that packaged13:07
jamespageneutron/eventlet test give me grief - debugging now13:08
coreycbjamespage: oh yay eventlet. thanks or doing os-ken.13:16
coreycbjamespage: just read your py2 msgs. it's probably fine to do py3 only for new deps. i think we just need to be careful with swift deps.13:17
coreycbi've been doing the safe fwiw with new deps13:17
coreycb*same13:18
jamespagegreat13:36
ahasenackdoes "+ds1" in a debian package version mean something special? 1.2.1+ds1-113:45
coreycbjamespage: hoping to release my deps from bileto fairly soon. i'm doing a full dep8 run and have 2 remaining failures that are re-running.14:03
coreycbjamespage: there might be some updates that neutron needs in there.14:03
jamespagecoreycb: ok (I've generally been using proposed for dep8 testing)14:04
jamespagecoreycb: have the fix for neutron - its in oslo.utils - testing now14:04
coreycbjamespage: ok14:04
coreycbjamespage: i'll start backwards from z on core packages14:05
jamespagecoreycb: awesome14:05
jamespageta14:05
coreycbjamespage: we did some overlap on networking-* and murano and I pushed them to git. but i've since deleted my bileto ppa with them so feel free to force push your changes.14:10
jamespagecoreycb: ah ok14:12
tewardcpaelzer: powersj: I see my old Trello account is on the ubuntu server daily trello as a member, can you add my new trello since I don't use the old trello account of mine anymore (and scheduled it for a deletion)?  @teward001 is my Trello account I use regularly now.16:33
tewardyou two are the admins as far as I can tell :P16:33
jamie_1hey, im currently trying to get a site online but mysqld wont start so i can get mariadb-server to start16:34
jamie_1any ideas16:34
powersjteward, I think I sent it correctly, but let me know16:35
tewardpowersj: standby.16:35
tewardmy mail gateway took a dump :|16:35
tewardyep it shows in my account now thanks :)16:35
powersjnp16:36
jamespagecoreycb: https://bugs.launchpad.net/ubuntu/+source/python-django-debreach/+bug/1805690 got approved by the security team - that will unblock horizon16:54
ubottuLaunchpad bug 1805690 in python-django-debreach (Ubuntu) "[MIR] python-django-debreach" [Undecided,Confirmed]16:54
coreycbjamespage: ack yep. i'll let xnox know.16:54
jamie_1okay so im trying to get mariadb running and its failing and the status says https://pastebin.com/sYajXrn416:59
jamie_1anyone have a clue what to check?16:59
jamie_1im running on 18.0416:59
jamie_1join mysql17:14
jamie_1whoops17:14
coreycbjamespage: i'll get nova, nova-lxd and octavia17:54
coreycbthat should be it i thin17:54
coreycbthink17:54
coreycbjamespage: i'd check 'journalctl -xe' and /var/log/mariadb17:55
coreycbjamie_1: sorry that was for you ^ not jamespage17:55
jamie_1its all good man17:56
jamie_1im having my own fights with db's XD17:56
jamie_1anyone know what /etc/nginx/nginx.conf permissions should be set to?18:19
tewardi can tell you shortly.18:20
teward*pulls up his dev environment*18:20
tewardjamie_1: -rw-r--r--  1 root root 1482 Apr  6  2018 nginx.conf18:21
teward644 and owned by root:root by default18:21
tewardmind if I ask why you're wondering?18:21
jamie_1teward: im setting up a new site and i went to redo the configs using ssh so im using nano so it was easier to rm the file.... but i totally forgot the check the perms first18:22
tewardjamie_1: next time, just do echo "" | sudo tee /etc/nginx/nginx.conf18:23
tewardreplaces the contents of the file with an empty one18:23
jamie_1yeah.... i make that woops a lot.... bad habits18:23
tewardbut keep in mind there may be packaging-level changes later on that might override so don't just blindly upgrade :P18:23
jamie_1im not, this is a fresh config on a fresh spun server18:24
jamie_1tbh im not the best with ngix or wp but its for a memorial page for a friend so im trying to power through it18:24
jamie_1i do game hosting normally so this is very different from what i usually do18:25
jamie_1so if you know about web hosting i may or may not harass you in a bit XD18:26
tewardi know a lot about web hosting :P18:27
jamie_1if you ever need a game server let me know XD18:27
tewardbut I would not have gone and 'erased' the default configs because they were configured pretty sanely, and you need to configure the 'site' separately :P18:27
teward(FYI I'm the maintainer of the nginx package as part of the server team, for the most part, so I know that package pretty darn well and how to configure it :P)18:27
jamie_1i replaced the default with one generated from nginx.io18:28
jamie_1so i didnt do anything to crazy i dont think18:28
tewardyou mean a website that doesn't exist ;p18:28
tewardyeah i don't like those configs, they're... shall we say... not the best tuned :P18:29
jamie_1i dont know much about this stuff.... but that page is kinda really important so im doing what i can to get it up18:29
jamie_1i already need a hand again lol18:33
jamie_1lets encrypt is complaining XD18:33
jamie_1https://pastebin.com/Tb9E9ZRW18:36
sdezieljamie_1: s/livee/live/ ?18:37
jamie_1ignore the extra e.... that was becuse i had to copy and paste it in different sectiosn due to bitvise ssh18:38
blackflowno, looks like they typed up that pastebin and typo'd the first livee18:38
blackflowat any rate... file not found.18:38
jamie_1i know lol18:38
jamie_1i dont know anything about letsencrypt18:39
blackflowperhaps fix that first? ;)18:40
jamie_1if it werent for why im putting up the site.... i would18:40
jamie_1i hate to be that guy... normally i would go through the work of finding the issue and solving them one by one, but this is a memorial site im trying to put up for a friend of mine that just passed and time is important18:42
sdezieljamie_1: pastebin your config files and the journalctl output with the error18:46
jamie_1https://nginxconfig.io/?0.domain=ruby.wertyy102.tech&0.wordpress18:47
jamie_1i just killed ssl and its working now18:47
jamie_1not very secure but... it will work18:48
sdezielmmm, OK18:48
jamie_1now to figure out why wp isnt showing on the ip.... fun stuff18:48
tewardjamie_1: probably because you didn't load up the actual website in the HOST field18:53
jamie_1teward: that and one other thing....18:58
jamie_1the document root was set as /public not /wordpress18:58
jamie_1so my configs were borked af18:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!