=== thumper-dogwalk is now known as thumper === uaa is now known as Guest40597 === Guest40597 is now known as damascene [08:41] Good morning. [08:49] kickinz1_: were you going to be testing squid3 for me? It's still stuck in xenial-proposed :-/ [08:50] rbasak, yes, I'm, there are some squid.conf stuff to address, and also some upgrade path things to check. [08:51] OK, thanks. Just wanted to make sure the TODO wasn't lost. [09:19] <_ruben> ok, this is weird/annoying .. seems the postfix postinst script has some "advanced" logic which makes it ignore my preseeded settings, or actually, some of them [09:24] _ruben: does that seem like reasonable behaviour to you, or something that should be changed in the packaging? [09:33] <_ruben> rbasak: i'm trying to "decipher" the actual logic. because right now I don't see why preseeded settings would be overruled. kinda defeats the purpose of preseeding :) [09:35] Sounds like a bug. [09:43] <_ruben> rbasak: starting to think the same. though my sh/perl knowledge seems to be lacking a bit to fully comprehend what's going [09:44] <_ruben> on [13:00] Hello [13:01] I have a problem, I can't tester by USB from my android device to ubuntu server [13:01] Phone doesn't see computer [13:03] tether* [13:06] Ubuntu Server 14.04 [13:11] It won't by default because there's nothing installed by default that'll handle tetethering. [13:11] On the desktop Network Manager will do it and I think support is there by default. [13:18] So what to do? Guys from #Ubuntu send me there [13:26] Really the question you're asking is "How do I set up USB tethering from my phone on Ubuntu Server?" [13:26] That's a perfectly valid question for this channel, but it's a pretty rare use case so people here may not know. [13:27] You might try askubuntu.com. Maybe they have an answer already, or if not, ask one, and more people will see the question over time. [13:27] zul, tidied your backlog of merges - most where syncs... [13:27] testresources was the only one I skipped - looking now [13:31] coreycb, http://linux.softpedia.com/blog/ubuntu-16-04-lts-xenial-xerus-to-get-the-openstack-mitaka-treatment-500677.shtml?mkt_tok=3RkMMJWWfF9wsRokua7IZKXonjHpfsX84uUsXLHr08Yy0EZ5VunJEUWy2oUESNQ%2FcOedCQkZHblFnVgNS62nXrkNq60I [13:31] I missed that :-) [13:32] jamespage, lol it was just an email to the release team about feature freeze! [13:33] jamespage: ack [13:34] coreycb, no pressure [13:35] zul, going to sync testresources as well - 0.2.7 -> 1.0.0 is only a single rev and is mainly moving tests around... [13:36] jamespage: ack [13:37] zul, ok - I think that's your list clean... [13:37] jamespage: yippe skippe thanks [14:08] Hi. I used https://schnouki.net/posts/2014/12/12/openvpn-for-a-single-application-on-linux/ this tutorial for running a specific application through a vpn. But for some reason the virtual interface doesn't have a connection anymore after 10-20 seconds. I can ping google, for example, for 15 seconds and then "destination host unreachable". I didn't setup the vpn yet. [14:22] ddellav, coreycb: bit of a sphinx installability issue in the UCA - resolved with a delta [14:22] jamespage dropping python-sphinxcontrib-httpdomain from designate would be awesome [14:22] also designate ships a sudoers file which is why it triggered a security review. [14:23] ddellav, jamespage: we dropped it from ceilometer [14:24] coreycb, ddellav: this is the type of dep that the archive re-org will really help with - build-time only, does not need full security support ec... [14:24] but for now - patch it out... [14:24] ddellav, if you want a hand with barbican let me know, we can work through it after b3 [14:24] coreycb ok thanks [14:25] b-o-m is backed up on sphinx installability - should clear once the latest upload completed build.... [14:25] jamespage, archive re-org? [14:37] jamespage, neutron b3 has 2 new agents, neutron-bgp-dragent and neutron-macvtap-agent. I'm looking at adding new binary packages for them. [14:38] coreycb, okies [15:13] yay, it works [15:13] only running transmission deamon over vpn :) === jgrimm-afk is now known as jgrimm [17:26] how can i make a partition with no FS on a disk using GPT? [17:31] parted tool? [17:32] every time i mkpart with parted it puts in a filesystem option [17:32] as if i did mkpartfs [17:33] never mind. I need to specify the options rather than just using mkpart. [17:34] however mkpart shouldn't have the option of the filesystem type should it? [17:35] just use parted ? [17:49] coreycb horizon: d/p/fix-horizon-test-settings.patch adds a sys.path.append line to the test/settings.py but that file no longer imports sys, what do? [17:49] remove patch and see if tests fail? [17:49] add import sys to patch? === zul_ is now known as zul [18:09] jamespage coreycb can one of you gents review my fix to this bug? https://bugs.launchpad.net/ubuntu/+source/manila/+bug/1546116 [18:09] Launchpad bug 1546116 in Manila "manila share process init script is missing" [Undecided,New] [18:11] ddellav, yep I'll take a look [18:12] ok, also coreycb fyi, heat has a dep wait on paramiko and saharaclient [18:13] not sure why it's stuck on saharaclient, the proper version is in proposed but my ppa isn't picking it up for some reason :/ [18:13] (this happens often) [18:13] ok, for now can you leave paramiko at the old level, we'll get the new paramiko once the 0.16.0 version is fixed in debian/ubuntu (it's blocked) [18:13] we'l pick that up post b3 [18:13] ok [18:15] ddellav, saharaclient is stuck in proposed, I need to look into why, but you should be able to build in a ppa [18:15] yea, i should, i dont know why my ppa is annoying about using proposed. [18:15] i've checked the settings a dozen times, its set to use proposed [18:17] ddellav, it's because it hasn't built successfully yet for xenial-proposed, it has a depwait: https://launchpad.net/ubuntu/+source/python-saharaclient [18:18] coreycb weird, rmadison says it's in xenial-proposed [18:18] ddellav, yeah that is a little confusing [18:19] coreycb what about my horizon issue? [18:19] ddellav, look at the column on the right though, it only says the source package is in proposed [18:19] ddellav, what issue was that? [18:19] [12:49:01] ddellav: coreycb horizon: d/p/fix-horizon-test-settings.patch adds a sys.path.append line to the test/settings.py but that file no longer imports sys, what do? [18:19] [12:49:17] ddellav: remove patch and see if tests fail? [18:19] [12:49:22] ddellav: add import sys to patch? [18:19] coreycb ahhh yea, i see that, only source is available [18:20] ddellav, sorry I missed that, let me look [18:20] coreycb no problem [18:22] ddellav, as more info on saharaclient, it has a depwait on the new openstackclient, and openstackclient has a depwait on python3-mistralclient: https://launchpad.net/ubuntu/+source/python-openstackclient/2.1.0-0ubuntu2/+build/9299572 [18:23] ddellav, since python-mistralclient is in main already, I'll just ask the release team to promote python3-mistralclient (in #ubuntu-release). it should be straight forward. [18:24] coreycb ok, sounds good [18:42] Hello, i have bought a domain, and setup a ubuntu server. In order for the server to be registered to my domain, do i need to "Create a URL forwarding adress" ? [18:43] sceiron the recommended way is to create an A record pointing to the ip address of your ubuntu server [18:43] but that requires you have a dns server setup to handle dns requests for your domain, some registrars provide this free of charge, others done [18:43] *dont [18:43] you can also use the url forwarding address and just put in the ip address of your server, but that will look kind of ugly, people will type in the url and then it will switch to an ip address in the address bar [18:44] Ok, thanks. I think i am using the the registrars DNS. [18:44] I'll research around the "create an A reocord" stuff. [18:45] sceiron ok, so then yea, you'd want to create a root A record pointing to the ip address of the server, then when you type in the website address it will go to your server [18:45] now you'll need a webserver running for anything to show up [18:45] but you can find all that on google [18:45] sceiron good luck! [18:56] Greetings folks. I am going to set up a mail server on my Ubuntu Box. The box is headless. What daemon would be good to interface with it for email? Postfix or any other daemon. [18:57] Lots of people most likely will be sending email with Windows GUI. [18:57] ddellav, you should be able to update that patch to import sys [18:58] there's a lot of moving pieces to email -- local to local, local to the world, the world to local, relaying from world to internal, relaying from internal to world, then allowing clients to imap4 or pop3 in, etc.. figure out first what exactly it is you want this mail server to -do- [18:58] I hate the thought of having gmail or any other main server sending email to my Ubuntu box. Perhaps a local host email page client may be best. [18:58] you'll also need to deal with modern anti-spam tools and that's a huge pain in the ass. be sure you're up for it. [18:59] Good point. [19:01] I don't mind the hard work in installing something like postfix. But to me I would rather listen to those who have installed mail servers. [19:02] For example Comcast has changed their SMTP channel port to another port number. [19:03] Their SMTP port is now 587 [19:04] Reason is because of spam. [19:05] I don't plan on having people having accounts on my server. Sorry door bell. [19:05] Zulu_Too: here's a quick history of the port 587 http://blog.mailgun.com/25-465-587-what-port-should-i-use/ [19:09] Does anyone know how to fix a multipath path in 'orphan' state? [19:23] coreycb ok, will do [20:00] hello [20:01] my friend needs to connect to my server he says his connection close after welcoming message what is problem ? [20:07] linux: does that user have permission to ssh in? /var/log/auth.log might have some hints [20:10] nacc, how can i grant this permission to him? [20:10] depends on what the error is [20:11] mybalzitch, Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 4.2.0-30-generic x86_64) [20:11] * Documentation: https://help.ubuntu.com/ [20:13] linux: that's not the 'error'. As suggested, please look in the logs [20:14] nacc, it solved thanks [20:14] nacc, he was logged in [20:14] nacc, but he was not focus on his terminal [20:14] ... [20:15] i would not give this person access to your computer, but that's just me [20:15] how can i determine limitation for commands that he runs [20:16] he is not in sudoers file npw [20:16] now [20:24] sarnold, heh [20:25] hey patdk-lap :) [20:25] took me a long time to remember this problem I had :) [20:25] but I do remeber talking to you about it [20:26] a custom compiled closed source program [20:26] that was unable to exec sendmail, on 12.04 using > 12.04 kernel [20:26] just retested it on trusty, and it works fine [20:26] haha [20:26] stupid kernel/libc [20:26] how old is that application? 15 years? longer? I only vaguely recall that conversation.. [20:27] sarnold, you really want to know? [20:27] I recall thinking that it was -strange-, whatever it was.. [20:27] 2005 [20:27] oh that's not -so- bad [20:27] well, that is the last *released* version of it [20:27] i've got a mathematica around here somewhere from 1999 or 2000 that would be fun to try again [20:28] but I recall having to mail them to ask for a license change when I moved from k6-2 to dual celerons. or something similar. [20:28] hmm, dual celerons was never a supported config :) [20:29] iirc it had to boot with noapic or noioapic or something similar strange [20:30] ok, so my only pain to upgrading is damned php [20:31] on those specific servers [20:31] php4-rubbsh? [20:31] no [20:32] compiled php 5.3 stuff [20:32] only works upto php 5.4 [20:32] everything must be recompiled to work on php 5.5 and 5.6, php 7 isn't even supported yet [20:34] ya, no ioncube support, and zend will probably take 3years to support it === BigGun_ is now known as BigGun4Hire [21:11] If I install 16.04 beta 1...as long as I apt -y [update,upgrade] regularly...will there be anything that I need to do upon official release? [21:16] urthmover: yes, celebrate! (And do an apt-get upgrade for good measure) [21:16] * urthmover hums [21:17] Seveas: thank you :) [21:19] ddellav, b3 heat uploaded, thanks === Monthrect is now known as Piper-Off [21:28] so i'm attempting to install and configure a bunch of ubuntu severs, need to add custom repos, add a bunch of custom configuration. i'm writing a text file that i can use to just copy and paste a bunch of commands to them all, when i realise i'm probably doing this wrong [21:29] should i be using something like puppet or ansible? or is there something more ubuntu that i should be using? [21:29] "more ubuntu?" [21:29] Deeps: people typically use puppet or cfengine [21:29] or ansible, chef or one of the other tools. [21:29] I guess ansible too [21:29] ah and chef [21:29] lol the list goes on [21:30] "more ubuntu" - juju? ;) [21:30] It just strongly depends on the end goal and the overall environment. [21:31] overall environment - this is my home lab / vm cluster, this is not enterprise. my background is networks rather than systems, although i've been a debian user since ~2003 [21:31] ddellav, cI see an "xhorizon" in debian/patches/embedded-xstatic.patch? [21:31] end goal is minimizing the amount of effort for myself [21:32] ddellav, I see [21:32] how do I know if my server has conntrack module enabled and running with iptable? [21:32] iptables* [21:32] Deeps: So do you want to focus on configuration management, or rapid deployment? [21:33] coreycb ok, i fix [21:33] bekks: can i have both, or are they mutually exclusive? [21:33] axisys: lsmod| grep table [21:33] ddellav, I can get it, just making sure it's not supposed to be there [21:34] Deeps: you can have both, you can use vagrant and puppet e.g. [21:34] axisys: and "lsmod| grep conntrack" of course [21:34] sdeziel: http://dpaste.com/35TDVR2.txt does not look like it [21:34] Deeps: In either case (whichever tools you want to use), it will still be quite a lot of work. [21:34] coreycb yea, no, a paste error [21:34] ddellav, ok [21:35] sdeziel: i see it now.. http://dpaste.com/2QWX0V8 .. is there one for udp conntrack ? [21:36] axisys: no [21:36] axisys: UDP state tracking will be done as long as you have the various conntrack modules loaded (like you have) [21:37] http://dpaste.com/2KEFMS7.txt shows udp .. not sure if it same thing [21:37] xt_tcpudp is for rules using "-p udp" or "-p tcp" [21:38] sdeziel: if it is loaded anyway to verify it is running? [21:39] axisys: you probably wanna take a look at the iptables ruleset: "iptables-save" and "ip6tables-save" [21:39] axisys: you can also look at the rules in place and their hit count with "iptables -nvL" and "ip6tables -nvL" [21:40] sdeziel: iptables-save | grep -i conn gets nothing.. [21:41] sdeziel: I know I am using it.. cuz I have LIMIT in ufw status for ssh [21:41] sdeziel: but I need to show it in iptables syntax for this team [21:42] axisys: you should give them the full output of "iptables-save" [21:43] this is what describes your current ruleset [21:50] Hi! I'm setting this option "net.ipv6.conf.enp0s25.accept_ra = 2" in /etc/sysctl.conf [21:50] But when rebooting ubuntu ignores it. [21:50] It remembers the forwarding line but not this one. Any ideas? [21:51] sdeziel: it shows state .. but not conntrack [21:52] sdeziel: -A ufw-user-input -p tcp -m tcp --dport 22 -m state --state NEW -m recent --update --seconds 30 --hitcount 6 --name DEFAULT --rsource -j ufw-user-limit [21:52] axisys: IIRC, state is considered legacy and implemented by conntrack [21:53] axisys: man iptables-extensions: The "state" extension is a subset of the "conntrack" module. [21:55] halvors: there are races during boot. It's possible that sysctl are processed before your NIC is up. My workaround is to put that in my /etc/network/interfaces: "post-up /sbin/start procps || true" [21:56] halvors: the systemd equivalent of the workaround: "post-up systemctl restart systemd-sysctl || true" [22:00] Thanks :) [22:00] sdeziel: :) [22:00] halvors: you are welcome [22:01] What does "|| true" do? [22:01] halvors: Depends on the context. [22:02] halvors: this will make sure the post-up line will never return an error [22:02] even if the command before did fail [22:17] * jdstrand notes that ufw is using conntrack as of 0.34 [22:19] ddellav, horizon b3 uploaded [22:31] that can lead to fun memory issues [22:37] Deeps: also look into cloud-init [22:46] sdeziel: Thx :) === jgrimm is now known as jgrimm-afk [23:26] arges: smb: all right, I want svn back for libvirt. does one of you know offhand how to get git://lp.net/libvirt to be our current package? If not I'll look into it and do it [23:37] actually lemme start with debian's tree... [23:38] hm, no such thing? [23:43] oh, there it is [23:45] sarnold: So, I opened my bug report. I'll be curious to see how it's handled. It seems like it shouldn't be that much more infrastructure to accomodate shutdown-initrd. [23:45] ChibaPet: sweet, what bug number? [23:46] sent under separate cover :P === Piper-Off is now known as Monthrect