=== bspar is now known as croweII === giraffe is now known as Guest49045 === croweII is now known as bspar [05:29] good morning [05:39] morning ^^ === hehehe is now known as Guest54829 === Guest54829 is now known as hehehe [09:29] anyone got some cool must happ applications on their ubuntu server i'm fiddling around with mine [09:38] microwaved_: lxd. It's there by default I think. It allows you to nest Ubuntu server installs. Perfect for experiments. [09:44] rbasak: thanks! [09:52] what is wildcard subdomain? [09:53] I'm going to install on a test server wordpress mulstisite that will use wildcard subdomain [10:24] how to configure apache to use wildcard? [10:24] it should be like *.site.com [10:24] or whole host [10:25] it might for dns [10:25] Can we somehow turn on all dubdomain for our server? [10:26] that from our WP app we will able to create network [10:26] what ? [10:26] subdomains are nothing to do with your server [10:34] ikonia: see https://en.wikipedia.org/wiki/Wildcard_DNS_record [10:35] nothing do, there might apache should accept *.site.com and DNS redirect to all domains *.site.com to my server [10:35] so you're asking can apache handle wildcards ? [10:35] in wordpress exists 'multisite network' it's when we install one copy of wordpress and can create multiple sites with naem site1.example.com site2.example.com [10:36] I know what multisite is [10:36] but you're not really asking a question [10:36] he's asknig a bunch of loosely related things all in one sentence. dns, apache and now WP. [10:36] ikonia: both, I'm going install this set up on test server [10:36] both what ? [10:36] neo4: perhaps slow down and start from the actual problem you want to solve, ignoring whether it's dns, apache or WP. [10:36] ikonia: both customization DNS server and apache [10:37] what about it ? [10:37] blackflow: actual problem it's make a test server for wp plugins and themes using wp multisite installation [10:37] ok - so follow the multisite install guide [10:37] it calls out the DNS and webserver setup [10:38] it actually walks you through this is the setup and preq section [10:38] ok [10:38] do you actually ever read the docs on the products/setups you're trying to do ? [10:38] ikonia: you seems not to have heard abut wildcard for DNS or Apache? [10:39] exists a few kinds of wildcards [10:39] yes, I have [10:39] as I've just said I have, and I've just said I know what multicard is [10:39] I too [10:39] no, there is one kind of wildcard - a wildcard [10:39] ikonia: ok, [10:39] there are multiple technologies that can/cannot use wildcards [10:39] I haven't [10:39] you haven't what ? [10:39] haven't heard [10:40] ok - so read the documentation then [10:40] i thought there existed special app that automatically add records to dns and creates virtual hosts :) [10:40] ok [10:40] this theme worth learning [10:41] a special app ?? [10:41] to be honest, you're spam server technology stack is getting a bit old [10:41] ubuntu-server is not here to help you with this [10:43] ikonia: It was delusion [10:43] ? [10:43] about how it works [10:43] it doesn't use app [10:43] no, it won't use an app [10:43] passed, will read docs [10:43] as most people don't host apache/dns/email/webmail on one server [10:43] so that would require complex API calls to multiple infrastrcture components [10:44] yes, and if you don't know server it looks like it uses app [10:44] which isn't realistic for an app like wordpress to deal with [10:44] nothing looks like it uses an app to do that [10:44] ikonia: (we do, but each is jailed and isolated :) ) [10:44] ikonia: ok [10:44] blackflow: I'll cut that some slack then ;) [10:45] neo4: sounds like you really want to purchase a hosted centos/cPanel service and use cPanel. That is "an app" that integrates all that and does dns + virtualhost + a lot more, automatically. [10:45] if not, you'll have to write your own integration. [10:46] blackflow: no, this is for people who badly know inside server but I am supposed to be a powerful linux user :) [10:47] ))) [10:47] then you are a liar [10:47] then you'll have to learn it yourself, which kind of excludes looking for "an app" that does that automatically. [10:47] blackflow: I want to create wp plugin for codecanion that will deploy on server a wildcard multisite wp installation [10:48] neo4: I don't know what codecanion is, but sure, writing a WP plugin that integrates with DNS and Apache (re)configuration is of course doable. [10:48] user install usual wordpress, then run my activate my plugin and run will get server and wp prepared for put there demo plugins and tests, left only put record to DNS server [10:49] blackflow: it's big market [10:49] do you understand how silly that sounds [10:49] you want to create a plugin that will deploy codecanion [10:49] he means codecanyon [10:50] ah I see. [10:50] neo4: you understand hoiw infrastructure works...... [10:50] "you install wordpress, install my plugin and it will configure wordpress for you" [10:50] ikonia: which infrastracture? [10:50] for your plugin to work - you'd need wordpress installed and configured [10:50] so you're building a plugin to configure the dependency of the plugin actually working [10:51] unless there's some base WP installation that bootstraps other WP installations. [10:51] the wordpress default installer does it [10:51] but that sounds extremely advanced for somoene asking these questions. [10:51] well if I understand it correctly, this plugin should also integrate with DNS and Apache reconfig? [10:52] but apache will already need to be setup - or you can't install wordpress, which means you can't install the plugin [10:52] and dns will alrady need to be setup if you wish to access your blog via a friendly name [10:52] rather than IP [10:53] hence "do you understand how infrastructure works" [10:53] blackflow: only server, there will on plugin a tip for user how to set up DNS for using wildcard [10:53] yeah, but what I mean is, you have already a WP setup (with apache and whole infra), and then a plugin that deploys new WP installations, and changes apache and DNS for those new multisite installations. Basically, replicate what cpanel does in a way :) [10:53] neo4: how to setup wildcard dns will depend on the dns provider, and it's well documented already [10:53] so you're plugin to provide a tip is pointless [10:54] I suggest you take this to the wordpress channel and ask how useful this is [10:54] and take a flameproof hat [10:54] heh, yeah. [10:54] ikonia: apache have been set up already, Plugin will only configure and user have to put 755 right on shell script before run wp plugin, I think it will allow wp plugin to access /etc folder [10:54] errr no [10:55] eh no.... nononononon. don't do that [10:55] wordpress doens't touch etc [10:55] neo4: basically "stop what you are doing" [10:55] and you don't change the permissions [10:55] ikonia: for DNS looks like standard *.example.com. 3600 IN MX 10 host1.example.com. [10:55] neo4: that's just an MX record, that's not how DNS servers work [10:55] neo4: basically - you don't understand what you are trying to do, stop doing it [10:56] ikonia: no, I'm going to do this plugin and sell it users [10:56] on codecanion many sellers who need test server [10:56] ok - good luck with that [10:56] this channel is not here to help you with that, so please don't ask for help [10:57] ok [10:57] I'll ask if have some troubleshooting [10:57] no [10:57] do not ask [10:58] this channel is not here to help you build comercial software that could put people at risk [11:00] I'll ask about software for myself ) [11:00] no [11:00] you're done here [11:00] we helped you with your spam mail server [11:00] we've helped you with various other problems [11:00] you're now asking for help building comercial software that you don't understand - this is not this channels purpose [11:00] ikonia: and you'll continue to help me with others things [11:01] thanks ) [11:01] word with the channels that provide and support the software stack you need [11:01] neo4: no, not in this channel [11:01] I appreciated yours input [11:01] ikonia: nothing bad, people have to help others, I don't thing it something bad if you helped me [11:01] no [11:01] ikonia: yes, people require to help others [11:02] it's human needs [11:02] they do [11:02] I agree [11:02] try the others such as #wordpress [11:02] this channel is not for your help needs though [11:02] ##php etc [11:02] and I don't force anybody to help me,.. [11:02] no, but I'm telling you to no longer ask for help on your projects [11:02] ask and you get help, read bible [11:02] your projects are nothing to do with ubuntu [11:02] this is not a christian channel, and has nothing to do with the bible [11:03] ikonia: I'll run my projects using ubuntu [11:03] yes, but they are nothing to do with ubuntu support [11:03] hence please no longer ask [11:03] ikonia: ok, I understood, stop it, If I have trouble I'll ask [11:03] what part of "do not ask" am I not making clear [11:04] ikonia: and what do you offer me to do? [11:04] use the channels that support the software stack/engineering you want to do [11:04] ikonia: it means you offered me to leave a channel? [11:04] I dont' understand [11:04] you're welcome to stay, just don't ask people for help on your projects [11:04] about shall I ask? [11:05] sorry I don't understand [11:05] all questions relate to ubuntu server I'll ask here [11:05] not in reference to your development projects [11:05] what about shall I ask? [11:05] ok [11:05] I won't mention for why I need it [11:06] no, that wasn't what I said [11:06] hiding your needs will not be tollerated any more either [11:06] it isn't my development project, it was just what we can do using whildcard possibilities. I don't have such project [11:07] you just said you are doing this to build commercial plugin to make money [11:07] ikonia: if I won't say about my needs it will looks like proper question, silence is gold [11:08] that attitude will not be acceptable [11:08] as I've already said [11:08] look - either comply with what I've said, you'll be remove from teh chanbnel [11:08] you got removed from #ubuntu for ignoring the rules and requests to change your behaviour [11:08] there is nothing different about this channel [11:08] no more discussion on it please [11:08] ikonia: say is one, but done thing is others. You can say much but in actually will have done nothing [11:08] I have no idea what your last sentence meant, sorry [11:08] people do this frequently, empty words around [11:09] ikonia: this saying [11:09] I'm sorry, I honestly don't understand what you are trying to say [11:09] neo4: except some can kickban if you cross the line ;) [11:10] ikonia: fast tales is said but not fast bussness is being doing [11:10] again, I don't know what that means [11:10] sorry [11:10] :( [11:13] blackflow: it doesn't matter, I've banned on #ubuntu and #wordpress and today I went to #wordpress and asking there. If I need some channel I can reach it... [11:13] :) [11:13] on #wordpress they kicks me by default [11:13] neo4: sure but think why are people telling you all these things. is there a reason. [11:14] think hard. You want to write commercial software that someone will PAY for, but you have ZERO experience in things that software would have to do, and very little knowledge. [11:14] blackflow: because deviate from topicks [11:14] Please explain to me, how is that NOT scamming people? [11:14] Like, buying a car only to find out it was put together by people who never built cars, and of course it breaks down. [11:14] Woudln't you want to find the seller and demand your money back? [11:15] and #wordpress was first my irc channel, I hardly speak there and strong violate rules, put there links from youtube and speak in very familiar way.... ))) [11:15] do you want to be called a scammer? a spammer? a criminal? [11:16] blackflow: it's world, might buyer wanted to save money and buy cheaper thing, etc... greedy guy always pay twice [11:16] no [11:16] enough, this is nothign to do with ubuntu-server [11:16] neo4: you've been told what is expected of you, you've been told the consiquences [11:16] indeedy. [11:16] it's up to you what you do [11:16] blackflow: yes, it's market [11:17] I meant this is offtopic for the channel :) as for the market, no you will become a scammer and a thief and people will want you to return their money. [11:18] blackflow: no, it isn't scam this is the silly of them to buy cheap things and not trusted expensive brands and nothing else [11:19] neo4: final warning - please stop now [11:19] ok [11:56] Good afternoon [12:02] anyone ever heard about flockport === flugger_ is now known as flugger [14:03] jamespage: do you mind if I update gnocchi-api and gnocchi-common to default to py2 and have py3 as an alternative? [14:04] coreycb: that feels like a step backwards? I think some of the dependencies only ship py3 pkgs... [14:05] jamespage: that might be true for gnocchi. i'm planning to make everything else py2 default and py3 as alternative for now and then do a full switch to py3 all at once when all projects are ready. [14:05] jamespage: mainly due to issues with all-in-one installs [14:05] coreycb: ok [14:05] i'd not bother to much with gnocchi for now [14:05] ok [14:06] coreycb: I'm working on the ceph mimic release for cosmic btw [14:06] trying to get the parallel build target up for lp buildd's [14:06] might be able to use 4 - we'll see [14:07] jamespage: ok cool [14:46] Im running Ubuntu 18.04 and today I noticed I have a debian-tor group. I don't recall seeing it there before, but it may have been there. Im also pretty sure I never seen it on other versions before. All I have been able to figure out is that tor does not seem to be installed, but I cant find any documentation as to if that is now a default group. [14:52] geoffmcc: it doesn't look present by default on a Bionic image. [14:54] geoffmcc: looks like it gets created dynamically when you install the tor package. [14:54] rbasak: hmm.. weird. I wonder if an update pulled in something that somehow required it, but not tor [14:55] Nothing that I can see. [14:56] rbasak: okay thanks for looking [16:25] rbasak: debian-tor must be a default group on Bionic. I did a fresh install, checked and there it was again. [16:44] geoffmcc: which installer are you using? [16:45] rbasak: I just burned the latest image and i got that new installer, forget what its called. [16:46] debian-tor isn't present if I boot a KVM or lxd Bionic image (using official images). It could be an artifact of the installer though. You mean subquity? [16:46] subiquity [16:46] and my ubuntu desktop that was a fresh install of 18.04 just before release does not have it either [16:47] rbasak: yes, subiquity. [16:48] smoser: ^ [16:48] I don't understand why this would be happening. [16:48] The user-setup udeb looks like it defaults to adding users to debian-tor, but won't if the gruop doesn't exist. [16:48] I've not confirmed this though. [16:48] Is subiquity perhaps creating the group if it doesn't exist? [16:52] rbasak: i do not think that subiquity is doing anything with tor [16:53] smoser: geoffmcc's report above is that a fresh install of Bionic using subiquity results in a debian-tor group created [16:53] rbasak: smoser: fresh install - $groups geoff adm cdrom sudo dip plugdev lxd lpadmin sambashare debian-tor libvirtd [16:54] hm.. [16:54] smoser: as far as i can tell, tor is not installed [17:22] https://paste.ubuntu.com/p/zCcBFCJw2C/ [17:22] confirmed the debian-tor group is there on latest bionic daily-live iso :\ [17:24] powersj: what about the non-live one? [17:26] I created LP: #1775228 and will check d-i now [17:26] Launchpad bug 1775228 in subiquity "user is in debian-tor group on fresh install" [Undecided,New] https://launchpad.net/bugs/1775228 [17:43] powersj: thanks! [19:29] rbasak: are you still around? === caribou_ is now known as caribou [20:19] anyone successfully made sssd working on ubuntu 14.04.. I am getting much success... exact same sssd.conf works on 5 centos 7 I tried [20:20] I am *not* getting much success [20:20] checked with #sssd team and so far no success there either [20:20] ldapsearch works fine .. [20:26] hi, trying to follow this guide to install SQL driver for php but i got an error on the second line. the echo "extension.... [20:26] https://www.microsoft.com/en-us/sql-server/developer-get-started/php/ubuntu/step/2.html [20:27] sudo and echo don't usually mix [20:27] whoever wrote this probably adapted instructions from elsewhere without testing [20:28] (well, sudo and echo work perfectly, as designed, etc., but people expect them to do something other than they do ;) [20:28] instead of prefixing every command with sudo, run sudo -s once, and then run the commands without 'sudo' [20:29] let me try [20:30] sort of worked [20:30] got a wanrnig [21:54] roaksoax: That seems to have fixed things. I am running a full OpenStack deploy now. [21:55] thedac: cool