/srv/irclogs.ubuntu.com/2016/04/20/#ubuntu-server.txt

DR_Moreauhi everyone00:35
=== Guest85432 is now known as IdleOne
lunaphytehi.  hostname --fqdn and dnsdomainname don't work, but it appears to me that by all accounts they should: http://dpaste.com/17VP3HP.txt01:13
grendal_primehola01:13
grendal_primepeaches01:13
nacclunaphyte: that's almost certainy a configuration or local network issue ... what does `hostname --all-fqdns` provide, if anything?01:15
lunaphytenacc: aha, that returns the desired result:  "foo.example.com"01:16
nacclunaphyte: read `man hostname` :)01:17
nacclunaphyte: iirc, it says to never use --fqdn :)01:17
lunaphytei have been01:17
* lunaphyte looks again01:17
nacclunaphyte: under "THE FQDN"01:18
lunaphyte"If a machine has multiple network interfaces/addresses or is used in a mobile environment" - it's not01:18
lunaphyteit's a bare bones, minimal server install, with only eth0 and lo, and a single address for each01:19
lunaphytethe actual symptom which led me here is sudo complaining: "sudo: unable to resolve host foo"01:20
nacclunaphyte: anything funky in /etc/hosts?01:21
sarnoldit might be easiest to ensure the hotsname is in /etc/hosts01:21
naccsarnold: ack01:21
sarnoldit's customary to give the hostname 127.0.1.1 and leave 127.0.0.1 for 'localhost'.01:22
lunaphytehttp://dpaste.com/1W52WFC.txt01:23
sarnoldnacc: bingo :D01:25
sarnoldlunaphyte: add 127.0.1.1 foo foo.example.org  to your /etc/hosts :)01:25
lunaphyteheh, sort of01:25
lunaphytethere should be no need to01:25
lunaphytethe hostname is perfectly resolvable01:25
lunaphytedoing that causes other problems, and the presence of that silly pretend address is only to satiate bugs in certain software [e.g. gnome]01:26
sarnoldgood poiunt01:26
sarnoldbut it's been a decade or more since i've seen a host without the 127.0.1.1 alias for the hostname, so I can't really say one way or another if what you're seeing is strange or not01:27
nacclunaphyte: you could strace `hostname` to see what's complaining01:27
lunaphytenacc: i was just thinking that, yeah01:27
sarnoldlunaphyte: maybe this means your /etc/nsswitch.conf needs fiddling?01:27
tarpmanlunaphyte: just to double check, reverse dns is working as well as forward? i.e. hostname -> ip -> fqdn round-trip01:28
lunaphyteah, let's try putting dns first01:28
lunaphytetarpman: yeah, both are good01:28
lunaphytehttp://dpaste.com/26G71D1.txt01:30
nacclunaphyte: where are you current defining your hostname and domain? /etc/hostname?01:31
lunaphyteyes, /etc/hostname contains "foo"01:32
lunaphytesudo seems to ignore the nsswitch config somehow01:32
lunaphytensswitch.conf looks typical to me: http://dpaste.com/35RRWD8.txt01:33
lunaphyte[well, i just switched the hosts db order]01:34
lunaphytei've tried both "hosts: dns files" and "hosts: dns"  sudo doesn't seem to care01:34
=== KnownSyntax_ is now known as KnownSyntax
lunaphytei've just installed a kernel update, so time for a quick reboot and then i'll see what strace reveals01:35
lunaphyteif there's interest in complete hostname strace output, i'll pastebin it.  it's not too long, but if not, that's fine01:40
sarnoldyou've piqued my curiosity :)01:40
lunaphytesure, one moment01:44
* patdk-lap never uses 127.0.0.1 for the local hostname01:44
patdk-lapwould totally break my software that bind to the ip, and not localhost01:44
lunaphytehttp://dpaste.com/3TEJW3Z.txt01:47
lunaphytei see dns queries with tshark too01:47
lunaphytei have to step awayfor just a bit01:47
lunaphyte*away for01:47
lunaphytehttp://dpaste.com/18NQXT8.txt01:48
sarnoldlunaphyte: is that second paste showing that the dns server doesn't know the address?01:57
naccsarnold: lunaphyte: does `hostname` actually parse /etc/hosts? looking at the strace, it feels like it read in the file, didn't find what it wanted and errored out02:00
=== King is now known as prince
patdk-lapindirectly, libc did that02:20
lunaphytesarnold: yeah, i noticed that too.  i'll look at the logs on the dns server answering those queries.  it seems odd at first glance02:35
lunaphyteoh no.02:49
lunaphyteugh.  this is awful.  i have just wasted 1+ hours of everyone's time :(02:50
sarnoldooh did you solve it?02:51
lunaphytetemplate-ubuntu-1404 != ubuntu-1404-template02:51
sarnolddoh :)02:51
lunaphytemy most sincere apologies.  that is woefully absurd02:51
lunaphytei guess i was probably overdue for a "you're an idiot" moment.  seems i need a few of those every now and again to ensure my humility remains intact.  :)02:55
sarnoldsomehow they happen more frequently _after_ going on irc, don't they? :)02:56
sarnoldoh well, you got it sorted out.02:56
lunaphyteyeah, all is well.  thanks for enduring02:58
=== athairus is now known as afkthairus
Starn88hello, i've been running into issues with Citadel server. as the citserver stuff is running webcit is running but when i try to connect to say localhost or the ip or domain the webcit gives me it's little error "This program was unable to connect or stay connected to the Citadel server. Please report this problem to your system administrator."  i've followed all of their instructions04:46
Starn88netsta -lpn shows all the citserver's running shows webcit is running and on the proper port. i had everything working but i wanted to do a reboot to clarify in a sitiaution of crash power outage or other unforseen events that everything would work after booting back up that's when everything stopped working like it should that's when webcit started giving me the error and netstat -lpn04:46
Starn88is showing everything is running. a simple test email from my web server was able to send a varification email. so smpt is working.04:46
Starn88i just can't get webcit working right04:47
sarnoldis there any chance that they give you a useful error message in a log file somewhere?04:48
sarnold"unable to contact or stay connected" is nearly useless04:49
sarnoldno, I take that back, it is useless..04:49
Starn88sarnold, i completely agree that it's useless. if they do have a log file i cannot find it04:49
sarnolddamn04:49
Starn88sarnold, i've been working on trying to resovle this issue my self for the past couple days even eventually said eff it and tried postfix and dovecot but my webserver didn't like those two04:50
sarnoldis the server bound to the proper IP address? is the client running on the same system or a different system?04:50
sarnoldis a firewall blocking it? local to the server, local to the client, or on any systems between?04:50
Starn88i've tried client locally and externally. the server is on a proper ip. with domain. and the ports are open04:51
sarnoldcan you connect to the server from the client using a simple tool like netcat or telnet?04:51
Starn88to help the server runs on NFOServers.04:51
Starn88yeah telnet connect to the citserver stuff. the website sends emails using the citserver.04:51
sarnoldis that a cloud provider thingy? or more traditional vps provider? you may need to fiddle with "security groups" there.. (AWS terminology, sorry)04:51
Starn88only thing telnet isn't getting a communications from is the webcit04:52
Starn88traditional vps and dedicated.04:52
Starn88they leave all ports open they leave it to the end user to close the ports04:52
sarnoldwas it working for a while and then stopped? or has it never worked? or..04:52
Starn88it worked perfect when i first installed it. rebooting ubuntu is when issue arise.04:53
Starn88it's been driving me bonkers. i'm half tempted to pay someone to properly setup and secure postfix and dovecot04:53
Starn88sarnold, by the way their error page does give you a link to " http://www.citadel.org/doku.php/faq:generalquestions:webcit_unable_to_connect "04:55
Starn88sarnold, but even after following those and doing as they said to varify servers are running.  if postfix and dovecot have a web-based user interface i'll happily use it i do believe it can work with spamassassin and clamav04:56
sarnoldhah that's just as useless -- a consequence of the original error message being useless. sigh.04:56
sarnoldStarn88: web-based thing.. roundcube seems popular, squirrelmail (used to be?) popular.. there's probably more choices in the archives, but I don't know them by name..04:57
Starn88sarnold, hmm i'll investigate roundcube. i have a deadline to get this stuff setup by sunday fully functional.04:58
Starn88sarnold, this roundcube looks nice. very nice05:00
Starn88sarnold, give me about ten minutes i'll varify that it works05:02
sarnoldStarn88: \o/ :)05:06
norcHi. How can I change the current nameserver directly?07:25
Starn88sarnold, i got that roundcube working ontop of the citadel server.07:25
Starn88sarnold, also fixed my dns mx records to allow it to receive emails. thank you so much! this roundcube will allow the admin and their staff to reply to emails.07:26
jamespageOdd_Bloke, around?07:58
jamespageOdd_Bloke, gaughen: hey - so we just tripped on an issue with final xenial testing of openstack08:08
jamespageOdd_Bloke, gaughen: the naming of network devices on cloud instances is no longer ethX08:09
jamespagewas that an intentional change?08:11
fricklerjamespage: what interface names are you seeing? I'm getting "virtio_net virtio0 ens3: renamed from eth0" but only with debian-testing, so I was blaming their image for that. I'm still running from a week-old snapshot though, so I might be missing some more recent changes08:19
jamespagefrickler, latest xenial cloud image on an openstack cloud08:19
jamespagesyslog:Apr 20 08:06:00 ubuntu kernel: [    3.491798] virtio_net virtio0 ens2: renamed from eth008:19
fricklerjamespage: looks similar to mine, let me recheck with a recent image08:20
=== dosaboy_ is now known as dosaboy
fricklerjamespage: o.k., I'm also getting ens3 with build 20160418. with build 20160412 everything was still fine08:28
fricklerjamespage: the other image I am seeing the same behaviour with is http://cdimage.debian.org/cdimage/openstack/testing/debian-testing-openstack-amd64.raw which is from 2015-10-05, so I doubt that this is a recent change or something done intentional on the Ubuntu side08:29
Odd_Blokefrickler: So Ubuntu Server has used the systemd interface naming this entire cycle.08:30
Odd_Blokefrickler: But because clouds tend to assume that interfaces will be named eth0, we needed some work in cloud-init to enable that in the cloud images.08:30
Odd_Blokefrickler: That work landed ~2 weeks ago, so we made the change last week.08:30
Odd_Blokefrickler: So it is an intentional change. :)08:30
Odd_BlokeAlbeit a late one. :(08:31
jamespageOdd_Bloke, shame its broken all of our xenial functional testing for openstack...08:31
jamespageon the day before release..08:31
fricklerah, just found https://bugs.launchpad.net/ubuntu-on-ec2/+bug/151034508:31
ubottuLaunchpad bug 1510345 in cloud-init (Ubuntu Xenial) "[SRU] Cloud Images do not bring up networking w/ certain virtual NICs due to device naming rules" [High,Triaged]08:31
Odd_Blokefrickler: Right, see comment #17 from Martin Pitt; that's what we're now doing.08:33
Odd_Blokejamespage: Urgh, I'm sorry. :(08:33
fricklerOdd_Bloke: can you point me to the patch that you did? so you had net.ifnames=0 and are now doing exactly what?08:35
fricklerit is also sad that the cloud images are hardcoded to using just one interface, we regularly use multiple ones and have to amend the images in order to do DHCP on all of them08:36
Odd_Blokefrickler: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/revision/1365 is the livecd-rootfs change.08:36
Odd_BlokeThere are cloud-init changes that meant we could stop having ENI.d/eth0.cfg; let me track those down.08:37
Odd_Bloke(FWIW, we would now expect cloud-init to consume network_data.json correctly.)08:37
fricklerlooks like the cloud-init changes do not work, the image still is trying to do networking on eth0: "networking[194]: Cannot find device "eth0""08:38
Odd_Blokefrickler: So there isn't really one cloud-init commit to point to, http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/files/head:/cloudinit/net/ contains some of the relevant bits.08:39
jamespageOdd_Bloke, can you confirm exactly which cloud image build picked up this change? I'm trying to bisect why we only just started seeing this today...08:40
Odd_Blokejamespage: So we were _also_ having some sync problems due to rotating SSH keys because of a leaving team member; those only got fully resolved (we hope ¬.¬) in the last 48 hours.08:41
jamespageOdd_Bloke, so up until the last 48 hours, our cloudimages did eth008:41
Odd_Blokejamespage: So "older than today" cloud images probably had it, but either weren't getting to cloud-images.u.c or weren't in streams.08:41
fricklerjamespage: 20140416 is working, but it does indeed set up networking properly on ens3 instead of eth008:42
jamespagefrickler, when did that get into the streams?08:42
jamespagefrickler, our cloud feeds off stream data, so if the stream was old, then we would not have got new images...08:42
fricklerjamespage: I just downloaded that from https://cloud-images.ubuntu.com/xenial/20160416/08:42
jamespagefrickler, sorry - those questions where mean't to be directed at oddbloke08:43
jamespageOdd_Bloke, ^^ ?08:43
fricklerstill interesting that it was working with ens3 intermediately, while it was using eth0 earlier08:44
Odd_Blokefrickler: Can you pastebin the cloud-init.log from a 20160418 instance that you're seeing bad behaviour on?08:45
Odd_Blokejamespage: We can't see the sync logs, so I'm asking IS on #is if they can.08:45
fricklerOdd_Bloke: jamespage: it seems that 20160418 is indeed working, too, see http://paste.ubuntu.com/15943256/ . I only checked for the interface rename happening earlier and did not check whether the instance configured its network correctly in the end08:50
Odd_Blokefrickler: OK, phew.08:50
fricklerso in fact all is well, at least from my side, except some people may get confused when they see ens3 now instead of eth008:51
fricklerOdd_Bloke: yeah, sorry for giving you a bit of adrenaline rush here :D08:51
Odd_Blokefrickler: :)08:51
fricklerjust by the similarity of the message with what I had seen earlier in debian-testing I was false assuming that the error would be the same08:52
=== hxm- is now known as hxm
YamakasYok, any good alternatives compared to PandoraFMS ?11:12
hateballYamakasY: have you tried Zabbix11:13
hateballI did not like Zabbix. But it's an alternative :p11:13
hateballDepends what you need to get done, nagios or icinga works just fine as well11:14
YamakasYhateball: yeah never liked it11:23
YamakasYI think opennms is ok11:24
ImpalooWhich clock does the cron service run against?13:36
ImpalooIt's either misconfigured by 6 hours, or it's running on a different timezone that I've configured elsewhere (looking at timestamps in logs).13:36
Impaloos/that/than/13:37
ddellavcoreycb cinder point release ready for review/push lp:~ddellav/ubuntu/+source/cinde14:14
ddellavr14:14
jamespagebug 156903514:15
ubottubug 1569035 in python-formencode (Ubuntu) "Packaging error causing installation to /debain/usr/..." [Undecided,New] https://launchpad.net/bugs/156903514:15
jamespagelamont, roaksoax: bug 156903514:19
ubottubug 1569035 in python-formencode (Ubuntu) "Packaging error causing installation to /debain/usr/..." [High,Confirmed] https://launchpad.net/bugs/156903514:19
coreycbddellav, me looks14:25
coreycbbeisner, when you get a chance, python-oslo.messaging 2.5.0-1ubuntu2~cloud0 is ready to be promoted to updates in the liberty UCA.  the wily versions were just promoted.14:27
jamespagecoreycb, already done it14:33
coreycbjamespage, awesome thanks14:33
ddellavalso coreycb my neutron is passing now, not sure why it was failing before14:42
coreycbddellav, ok let me know when it's ready for review.  cinder is uploaded and awaiting sru team review.  once we get all the packages uploaded can you subscribe the sru team to the bug?14:42
ddellavcoreycb it's ready, same repo i gave yo ubefore14:43
ddellavcoreycb sure14:43
coreycbddellav, ok14:43
lamontjamespage: interesting15:00
hallynrharper: smb: gah, i'm having a failure to load architectural diagram in my head.  How does 'qemu64' relate to 'pc-i440fx-trusty' ?15:19
smbhallyn, I think its basically the effect of using that compat_bla_... function. It keeps the previous hw definitions as is but changes stuff for newer ones15:20
rharperqemu64 is the cpu15:21
rharperunrelated to the system collection of devices15:21
smbhallyn, roughly... from my memories which might be tainted15:21
rharperqemu64 is an alias for a subset of cpu features (meant to have greater compat across migrations) hiding vendor specific flags15:21
hallynrharper: so when i start a pc-i440fx-trusty machine type on an amd host,15:22
rharperthe pc-i440fx-trusty is a machine alias15:22
smbrharper, I just think that the upstream change meddles with the definition of the cpu based on what hw type one uses15:22
hallyncan it be qemu64 cpu type?  or is it a different one?15:22
rharperwhich specifies a set of configurations (which devices)15:22
rharpersmb: it's been a while since I examined in detail but it shouldn't be variable w.r.t host cpu15:22
rharperhallyn: yes, the -M  is independent of -cpu15:23
hallynwe currently force VMX on for qemu64.  wondering whether i can add both VMX and SVM to the same thing :)15:23
smbrharper, it kind of is that and the other as well just to make it more fun for you15:23
rharpertry it out -cpu qemu64,svm15:23
rharpererr, +svm15:23
rharpersmb: hallyn , maybe they do per-vendor stuff like +svm instead of +vmx if host cpu is amd15:24
rharperthere's a definition file for the cpu types..15:24
* rharper runs find 15:24
smbhallyn, which is already kinda ugh (qemu64 is modelled from a non-exiting amd cpu)15:24
hallynwell kvm -cpu qemu64,+svm -m 1024 -cdrom xenial-desktop-amd64.iso seems fine15:25
hallynwaiting for terminal15:25
smbrharper, additionally it gets more complex as kvm_amd not only wants the svm flag but also requires to read some amd specific cpuid leaf15:25
rharperwell, of course15:26
rharperthe cpuid stuff is where it determines cpu virt capabilities etc;  what's going on ? ie, the bug ?15:26
hallynrharper: bug is https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/156101915:27
ubottuLaunchpad bug 1561019 in libvirt (Ubuntu) "copied cpu flags don't match host cpu" [Medium,New]15:27
hallynqemu historicaly always set svm on for nesting15:27
hallynthen they decided to change that15:27
hallynwe didn't notice bc noone uses amd :)15:27
smbhallyn, and as I found out today on top of that libvirt is too smart for its own good...15:27
* hallyn wouldn't be surprised if it was an intel person who made that change to diss their competitor :)15:27
rharperno, in general, redhat and nested has been unsupported15:29
rharperthey don't want to have to support it so they've disabled it upstream15:29
jamespagecoreycb, seed update ready to go...15:29
coreycbjamespage, that was quick :)15:29
rharperthe comment in the commit is wildly off since nested svm is *far* more functional and performant than intel15:29
jamespagecoreycb, they are super easy todo15:29
rharperbut as you say, no one has amd (or not enough of them and also want to do nested)15:29
coreycbjamespage, let me know how to do one if you can15:30
smbwas playing with xenial today and found that even if I use something like model="phenom" and feature forced on svm this won't work because libvirt detects that phenom would have svm enabled (not seeing that qemu will disable it) and so never adds the +svm to the qemu command line15:30
smbrharper, except those who report the bugs about it.. ;-P15:30
jamespagecoreycb, bzr branch lp:~ubuntu-core-dev/ubuntu-seeds/platform.xenial15:30
rharperright15:30
jamespageand read...15:30
hallynrharper: no, come on - qemu community used to talk about how great amd's nesting support was and how terrible intel was for not having good support15:31
rharperhallyn: we're in agreement, maybe I typo'ed15:32
hallynoh, ok.15:32
hallynbut so i wonder what happened to make them say "we need to disable amd nesting by default"15:32
rharpernested svm was implemented in a weekend; svm architecturally is much much nicer for virt because it was *designed* for virt by vmware (who learned from s390)15:32
rharperthat's RH15:32
rharperthe "we ship it, we support it"15:33
rharperthey don't want anyone to accidentially have it on in a RHEL release15:33
hallynwonder why upstream didn't ask for a build-time configuration flag then...15:34
hallynoh well15:34
=== codex_ is now known as codex
beisnercoreycb, horizon 9.0.0-0ubuntu2~cloud0 promoted --> mitaka-updates16:06
coreycbbeisner, thanks16:07
beisnercoreycb, thx for the fix yo16:07
coreycbddellav, neutron 7.0.4 upload16:09
ddellavcoreycb ack16:10
=== nodoubleg is now known as nodoubleg-lunch
=== nodoubleg-lunch is now known as nodoubleg
coreycbddellav, everything's uploaded for the liberty point releases except for neutron-lbaas: https://launchpad.net/ubuntu/wily/+queue?queue_state=1&queue_text=17:48
coreycbddellav, neutron-lbaas is getting test failures for me17:48
ddellavcoreycb hmm ok, i'll double check, it passed error free on ppa and sbuild for me17:49
=== Isla_de_Muerte is now known as NwS
coreycbddellav, I think neutron-lbaas needs the new neutron, it built ok for me once neutron 7.0.4 was available20:00
=== afkthairus is now known as athairus
=== wk-work_ is now known as whitekidney
TAFBhow do I upgrade my ubuntu server from 15.04 to 15.10?23:16
TAFBit's a VPS (over ssh)23:17
patdk-laphttps://help.ubuntu.com/community/EOLUpgrades23:17
sarnolddo-release-upgrade ought to work23:17
patdk-lap15.04 is still in the repo?23:18
TAFBsarnold: broke it REAL bad last time I tried, rsyslog or something?23:18
sarnoldpatdk-lap: I think it might be, between ancient snappy and ancient phones..23:18
TAFBI just re-installed "ubuntu-15.04-x86_64-minimal" fresh so will try the upgrade again.23:18
patdk-lapI just remember it's like 9 months now23:18
patdk-lapand it's been longer than 9 :)23:18
patdk-lapUbuntu 15.0423:19
patdk-lap23:19
patdk-lapVivid Vervet23:19
patdk-lap23:19
patdk-lapRel23:19
patdk-lap23:19
patdk-lapApril 23, 201523:19
patdk-lap23:20
patdk-lapFebruary 4, 201623:20
patdk-lapdamn, sorry, formatting was bad on that23:20
TAFBpatdk-lap: that looks like a lot of work :(23:21
patdk-lapheh?23:21
patdk-lapif your install is broken, well, you have to fix it first23:22
patdk-lapbut otherwise, it's just a single sed command, and upgrade23:22
TAFB <TAFB> I just re-installed "ubuntu-15.04-x86_64-minimal" fresh so will try the upgrade again.23:22
patdk-lapwhy would you install 15.04?23:22
patdk-lapit hasn't been supported for 2months now :)23:22
patdk-lapjust install 15.10 or 16.04 :)23:22
TAFBpatdk-lap: because that's the only source available for re-intalling my VPS23:22
patdk-lapthat vps provider needs help23:23
TAFBthey are retarded, no worried (dedistation)23:23
TAFBsudo sed -i 's/vivid/wily/g' /etc/apt/sources.list23:23
TAFBthat all I run?23:23
patdk-lapno23:23
patdk-lapthat will defently break things23:24
patdk-lapyou need to point to the archive/old-releases repo23:24
patdk-lapand do an upgrade23:24
TAFBmy vps is running SolusVM, no way I an like remotely mount an image of 15.10 and just install it fresh? It has a serial console available.23:25
bekksTAFB: SolusVM is the VPS platform, not an OS.23:32
TAFBI know, I figured it'd have the option to mount ISO images or something to boot the VPS from23:32
sarnoldyou know you may wish to just wait a day and install from 16.04 LTS instead23:32
patdk-lapna, his vps won't have it for atleast 2 years :)23:33
bekksOr ask your hoster for providing a 14.04 / 16.4 image.23:33
patdk-lapmost likely they won't update from 15.04 till 17.04 comes out23:33
sarnoldpatdk-lap: hehe23:33
TAFBthey have a 14.04 image23:33
bekksTAFB: So use it.23:33
TAFBinstead of 15.04? what sense does that make??23:33
bekksTAFB: Then, you can update to 16.04.1 when it comes out.23:34
patdk-lap15.04 is not support, much more sense23:34
TAFBoh, I see :)23:34
sarnold14.04 has had security support for the lsat three months, when 15.04 has been unsupported for three months.23:34
patdk-lapit's only security23:34
TAFBwill 16.04 come out before 11am EST tomorrow?23:34
patdk-lapnot like any openssl/samba/libc/kernel/... issues to worry about23:34
patdk-lapI think around 2pm23:35
patdk-lapthough, I'm running it on a few now23:35
patdk-lapalready had to backport freeradius to it :(23:35
sarnoldheh :/23:36
TAFBdamn, I got a big event I gotta stream at 11am tomorrow. I'll see if I can get 14.04 working well23:36
patdk-lap2.2 kept giving me issues, 3.0 just worked23:36
sarnoldTAFB: heh if it were me i'd definitely go with 14.04 in this situation :)23:38
TAFBit's installing now :) I'll let ya know how it goes. just need to get nginx and php working before tomorrow23:39
sarnoldpatdk-lap: dang, 3.0.11? I wonder why debian is still on 2.2.x.23:39
patdk-lapno one cares23:39
patdk-lapit's good enough, for what they are doing23:39
TAFBWelcome to Ubuntu 14.04.2 LTS (GNU/Linux 2.6.32-042stab113.11 x86_64)23:41
sarnold2.6.3223:42
sarnoldsmells like an openvz system23:42
patdk-lap:)23:42
patdk-lapor lxc, but kindof old for that23:42
bekksStinks. :P23:42
tarpmanlast I heard, systemd still wouldn't work on openvz kernels23:43
sarnoldtarpman: ahhh that could explain why they don't have 15.1023:44
sarnoldand why it may take them two years to get 16.04 LTS :)23:44
tarpmanthe solusVM homepage claims to support kvm and xen as well, but no idea what this particular hoster runs ofc23:44
tarpmanactually nothing about openvz in particular, just that openvz hasn't been ported to anything newer than 2.6.32 :)23:45
TAFBis there a way to install the latest nginx without having to compile it?23:50
bekksTAFB: Why do you need the latest version?23:50
TAFBfor the RTMP streaming fixed stuff.23:51
patdk-laplocate an ppa23:51
patdk-lapI'm sure one exists23:51
tarpmanI'd put money on teward having a good one for 14.0423:52
TAFB14.04 doesn't come with nano? wtf were they thinking :(23:53
TAFBwhat is the "codename" for 14.04?23:53
tarpmanTAFB: trusty23:54
TAFBthx. adding some "mainline" sources23:54
tarpman"mainline"?23:54
TAFBas apposed to "stable"23:54
tarpmanyeah, having stuff work and be reliable is highly overrated23:55
tarpmanbtw, https://launchpad.net/~nginx/+archive/ubuntu/stable is probably the ppa you want for nginx23:55
tarpmanor I guess https://launchpad.net/~nginx/+archive/ubuntu/development if that's what you're into :)23:55
TAFBhow can I tell what's bound to port 80?23:55
patdk-lapjust pick a random persons ppa :)23:56
tarpmanTAFB: netstat -lpt and look for the 'http' port23:57
TAFB1.9.15-1~trusty is what it's going to install, looks good.23:58
TAFBapache2 :(23:58
sarnoldfeel free to apt-get purge it23:59
TAFBshould I stop it first?23:59
sarnoldand i'm surprised it didn't come with nano -- that's the first package I apt-get purge23:59
sarnoldprobably doesn't matter :)23:59

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