[00:24] Hi, guys! I can't SSH into my server. Could you help me to decipher ssh -vvv output? http://pastebin.com/NSEz3cs5 [01:59] Yuri4_, are you sure you pointing to the right key file? [02:00] it seems its a key file issue [03:01] anyone here has used preseed recently? === prince is now known as prince|offline === prince|offline is now known as prince === prince is now known as prince|offline === ReScO_ is now known as ReScO === irv_ is now known as irv === Sprockt is now known as Sprocks === dcmorton_ is now known as dcmorton === PaulePan1er is now known as PaulePanter === the_ktosiek is now known as ktosiek [08:09] hi [08:10] not sure if this is the right place to ask this [08:10] my ubuntu is not using all memory of my system [08:10] is this normal? [08:11] http://pastebin.com/raw/zjq2JNhb [08:12] the reason I am asking is because I thought that linux uses all memory available on the system, but that is not my case [08:12] any advice? [08:13] masuberu: well, does any process need more? [08:14] I have nothing running on that machine yet [08:14] I just installed ubuntu [08:15] Yes, so what is the problem? [08:15] but was surprised why linux is not using all the memory available... [08:15] what would it use it *for* ? [08:15] it's sitting there, available [08:16] masuberu: it is all right that way [08:16] masuberu: it is used on demand [08:16] masuberu: and even if there is no program actively needing it it will fill up over time by page cache [08:17] ok [08:17] masuberu: every read you'll do will get into the page cache to speed up I/O, so over time even without a huge application running it will get full [08:17] ah ok [08:17] masuberu: usually people complain vice versa - "why is it full with me having running only a small application" [08:17] I understand now [08:17] yeah [08:19] masuberu: depending on the number of numa nodes you have it will always try to keep a minimum free for important kernel things [08:19] ok ok sorry for my ignorance I will read about disk caching [08:19] thanks [08:19] not a lot, something like 12-80 MB per numa node [08:20] hum [08:20] I see === notsetkeh is now known as setkeh [08:21] masuberu: http://www-05.ibm.com/de/events/linux-on-system-z/downloads/Tools-MK2-V7-Web.pdf page 43 and following has some super-low-level entry to caching/swapping that I used to explain stuff to managers in the past [08:21] you can always get more complex with memory management :-) [08:21] but it is hard to find the simple ones [08:23] cpaelzer: jajajaja thanks man! === stunts513__ is now known as stunts513 === _degorenko|afk is now known as degorenko === BlackDex_ is now known as BlackDex === martinst is now known as martinst-afk === cpaelzer is now known as cpaelzer_lunch [10:57] magicalChicken: I found a few bugs for you. [10:57] 1) a general cleanup of the bugs in logwatch please - no point assigning individually but there are a bunch of similar-but-different bugs there - https://bugs.launchpad.net/ubuntu/+source/logwatch === cpaelzer_lunch is now known as cpaelzer [10:57] (unmatched entries) [10:59] 2) bug 1582767. It's fine to add an apparmor entry even if use of that line is only in an unusual configuration, so that just needs verifying and sorting out [10:59] bug 1582767 in ntp (Ubuntu) "apparmor permissions missing for winbind" [Medium,Triaged] https://launchpad.net/bugs/1582767 [11:00] 3) bug 1534538. Should be a straightforward cherry-pick but needs verifying etc. [11:00] bug 1534538 in apache2 (Ubuntu) " AliasMatch directive does not accept long URI" [Medium,Triaged] https://launchpad.net/bugs/1534538 [11:00] magicalChicken: thanks! [11:03] coreycb: we have tested the networking-hyperv package. Can we get it in Ubuntu Cloud Archive: OpenStack Mitaka, updates section ? [11:35] hello - i have a basic installation of ubuntu 16.04 - i installed update-motd package - but i need to populated the /etc/update-motd.d/ - its missing all the nice scripts, is there a command to set this up? [11:47] Ergo^: what nice scripts in particular - then one could look up where they would be in? [11:48] there is a bunch of scripts in /etc/update-motd.d/ [11:48] they print missing updates, diskspace, etc [11:48] Ergo^: so you usually see them, but not on your current install and you wonder where they would come from? [11:49] cpaelzer: exactly, i think default 14.04 server install has them [11:49] but at least 2 machines i checked do not have that by default [11:49] Ergo^: "apt-file search /etc/update-motd.d/ | pastebinit" => http://paste.ubuntu.com/17692017/ [11:49] i would love to bring that back [11:50] cpaelzer: i have only 00-header 10-help-text [11:50] and i want the ones you have there [11:50] Ergo^: which is in base files, the output is package on the left and files on the right [11:50] so if you e.g. want the "updates available" that is in update-notifier-common [11:51] apt-file as I listed above lets you search the whole archive with patterns - showing you what package "would" match [11:51] that is what that pastebin link is [11:51] apt-search on steroids to some extend [11:51] thanks [11:51] yw === inaddy is now known as tinoco [11:54] cpaelzer: thing is i have to have the archive installed locally right? [11:55] Ergo^: no it has an update feature which just pulls the metadata [11:56] cool [12:05] cpaelzer: there is also landscape-sysinfo script [12:05] but i cant locate that one anywhere :/ [12:06] maybe it was removed [12:07] Ergo^: is that part of the landscape tool like https://landscape.canonical.com/ ? [12:08] cgalan, hello, thanks for testing! jamespage or beisner can you promote networking-hyperv 2.0.0-0ubuntu1~cloud0 to mitaka-updates for cgalan please? [12:08] apt-file search landscape-sysinfo delivers for me [12:08] package landscape-common [12:09] cpaelzer: yeah but it doesnt supply the motd script [12:10] Ergo^: can you list the old absolute path? [12:10] http://packages.ubuntu.com/xenial/amd64/landscape-common/filelist [12:10] at least here i dont see it [12:12] cpaelzer: /etc/update-motd.d/50-landscape-sysinfo [12:15] Hi guys. I tried following a guide to writing an upstart script and ended up with this: http://pastie.org/10886387 - the init-check passed but when I try starting the service (by typing "service mailin start") I get a message saying "Failed to start mailin.service: Unit mailin.service not found." What am I missing? I'm on 16.04 if that matters. [12:17] cpaelzer: maybe its generated post-trigger somehow? [12:17] yeah maybe [12:18] I'm still looking in an trusty env if it would be just in a package [12:18] cpaelzer: because i installed landscape-common [12:18] and i got the entry in motd [12:18] so its probably generated [12:18] Ergo^: then that is very likely [12:19] yep debian/landscape-common.postinst: UPDATE_MOTD_LOCATION=/etc/update-motd.d/50-landscape-sysinfo [12:20] Ergo^: behavor can be switched by configure, therefore generated === martinst-afk is now known as martinst [12:49] rbasak: remember the apache2-mpm-itk SRU blocking the apache2 one ?(LP: #1582462) [12:49] Launchpad bug 1582462 in apache2 (Ubuntu) "package apache2 2.4.7-1ubuntu4.10 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/1582462 [12:50] coreycb, got it [12:50] caribou: yes [12:51] rbasak: the apache2-mpm-itk .postinst is failing because of the a2query bug you described : [12:51] usage: fail($reason, $retval) at /usr/sbin/a2query line 168. [12:51] /var/lib/dpkg/info/libapache2-mpm-itk.postinst: 9: [: !=: unexpected operator [12:52] rbasak: imho, the problem is this apache2 bug, not the apache2-mpm-itk failure [12:55] coreycb, done [12:55] cgalan, ^^ [12:55] networking-hyperv -> updates [12:55] jamespage, thanks [12:56] caribou: is any of this related to bug 1590283? [12:56] bug 1590283 in mpm-itk (Ubuntu) "package libapache2-mpm-itk 2.4.6-01-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,Incomplete] https://launchpad.net/bugs/1590283 [12:57] rbasak: that's what I'm checking; just bear with me for a few minutes, I should have my tests completed [12:57] jamespage, thank you! [12:57] coreycb, thanks for all the help also! [12:57] ack [12:57] cgalan, you're welcome [13:03] rbasak: the mpm-itk postinst script fails on that : if [ $(a2query -M) != 'prefork' ] ; then [13:03] rbasak: with the bug $(a2query -M) errors out and the tests is wrong [13:04] rbasak: with a2query fixed, the postinst script still errors out since the msg is sent to stderr and the value tested is still empty [13:04] rbasak: but that can only happen if at least TWO mpm are loaded [13:05] rbasak: so I don't mind pulling the SRU to ameliorate the a2query -M handling, but the root cause is somewhere else [13:06] caribou: it should be if [ "$(a2query -M)" ... [13:06] rbasak: still fails as a2query -M output goes to stderr [13:06] Assuming that there are cases where a2query will fail by its definiton. [13:06] That seems wrong to me. [13:07] "$(a2query -M 2>&1)" then, but I'd file a bug about it outputting its defined output to stderr. [13:07] If the point of "a2query -M" is to tell you the enabled MPM module, then that should be to stdout. [13:08] rbasak: a2query is using perl:die [13:08] Only in an unusual circumstance, right? [13:08] It doesn't make sense to have more than one MPM module enabled? [13:09] rbasak: yes, I had to hack a second MPM symlink in /etc/apache2/mods-enabled [13:09] Does apache even accept that? [13:09] well, if someone symlinks it manually that can happen [13:10] rbasak: I'm not sure if we need to build in user's mistakes in our scripts [13:11] rbasak: imho, having a2query -M w/o the quotes is wrong, so I can fix that, but it will still fail in this specific context [13:11] caribou: sure. If it's not supposed to happen, it's fine to let the postinst fail. Though a better error message would be nice (that's the a2query bug I think). [13:12] rbasak: yes, we would have had "There is more than one MPM loaded. Do not proceed due to undefined results" [13:12] with a2query fixed [13:14] I think we should let the apache2-mpm-itk proceed & fix the quote thing in a separate SRU; right now it is the library itself that fails to install [13:14] since it will still fail in such a context, no matter what [13:15] caribou: sure. It's not an SRU regression so it shouldn't block the SRU. [13:15] rbasak: agree. I will document all that in the regression bug & revert the verification tag [13:16] Thank you! === rattking1 is now known as rattking === deathpip is now known as ivyyy === tyhicks` is now known as tyhicks === ptx0 is now known as Guest23135 [14:22] hello to everyone. I've installed a brand new Ubuntu 16.04 Virtual Machine with a LAMP setup. I need to use dba functions but even if all configuration seems ok I get a FATAL ERROR "PHP Fatal error: Uncaught Error: Call to undefined function dba_handlers()" [14:23] in the phpinfo() page the dba library seems loaded, what could be the issue? Thank you ;) [14:23] note that all the dba_* functions returns a fatal error. [14:27] mbutubuntu: can you pastebin the phpinfo() output? [14:31] --> http://www.2016.arabeschi.it/uploads/info.php :) [14:40] mbutubuntu: do you have php-dba installed? [14:41] mbutubuntu: or possibly not enabled? e.g. phpenmod dba ? [14:41] I've ubuntu 16.04 and php7... there is no php-dba package :-( [14:42] mbutubuntu: where do you see the dba being loaded? [14:47] mbutubuntu: hrm, seems like there might have been a bug in the packaging; can you file a bug? i'll build you a test build today [14:48] Someone filed a bug yet -> https://answers.launchpad.net/ubuntu/+question/293591 [14:48] the solution is to download the sources from https://github.com/php/php-src/tree/PHP-7.0.8/ext/dba and compile it :) [14:49] mbutubuntu: that's not a bug, that's a question [14:49] and that's a *terrible* answer. [14:49] as you're not even using the right source base. [14:49] ok... sorry X-) LOL [14:50] i turned it into a bug [14:50] LP: #1595215 [14:50] Launchpad bug 1595215 in php7.0 (Ubuntu) "php7.0 dba extension missing" [Undecided,New] https://launchpad.net/bugs/1595215 [14:50] coreycb please review and push lp:~ddellav/ubuntu/+source/neutron lp:~ddellav/ubuntu/+source/neutron-fwaas lp:~ddellav/ubuntu/+source/neutron-lbaas lp:~ddellav/ubuntu/+source/neutron-vpnaas lp:~ddellav/ubuntu/+source/nova for lp: #1594867 [14:50] Launchpad bug 1594867 in python-glance-store (Ubuntu Wily) "[SRU] liberty point releases" [Undecided,New] https://launchpad.net/bugs/1594867 [14:50] ddellav, will do, what's going on with python-glance-store? [14:52] nacc, are you a maintainer for Ubuntu? [14:52] mbutubuntu: i have done the php7.0 transition [14:53] Ok. So you have the "power" to solve this bug..? :) [14:53] Yes, I'm doing so right now [14:53] coreycb im not sure, i know james already did the update but i tried to do it again anyway. I couldn't find the proper package repo so i did a pull-lp-source for the wily version but my attempts to import the update failed. I was going to keep messing with it for the next hour or so before asking for clarification. [14:54] great. I owe you, nacc [14:54] ddellav, ok. maybe just split it into a different card for now. [14:55] hey guys, I am trying to get autopilot to install and am having some trouble. First off, when I do openstack-install and the interface comes up, I enter all the details - everything seems to go fine then it fails. The log files under ~/.cloud-install/commands.log shows the following error: [14:55] 400 BAD REQUEST ({"storage": ["Mount the root \'/\' filesystem to be able to deploy this node."]})\n', 'status': 1}' [14:55] I also dont like the fact, when i cant copy and paste the API key in the openstack-install text UI aand have to enter it manually :( [14:55] coreycb done [14:55] ddellav, it's this repo btw: http://anonscm.debian.org/cgit/openstack/python-glance-store.git/ [14:55] coreycb ok so i should use the debian repo. I wasn't sure since it's got an ubuntu delta tag [14:56] ddellav, for stable dep updates I haven't been using the repos [14:56] well in wily it does, xenial and above its a direct copy probably [14:56] nacc, I think that your today build will not be in the repos... how can I get notified when you finished your updated package? :) [14:56] coreycb what are you doing instead? [14:56] ddellav, but I suppose it depends, if the updates already there then maybe I'd use it [14:57] ddellav, pull-lp-source [14:57] then update [15:01] ddellav, jamespage: we should be back to blue after neutron builds for newton [15:01] \o/ [15:02] coreycb awesome [15:07] jamespage, ddellav: btw I opened bug 1594446 after I uploaded software-properties and didn't push it to the packaging branch. [15:07] bug 1594446 in ubuntu-dev-tools (Ubuntu) "pull-lp-source doesn't notify you where package VCS is maintained" [Medium,Confirmed] https://launchpad.net/bugs/1594446 === SeanS is now known as Guest15920 === funkyHat_ is now known as funkyHat [15:41] is https://help.ubuntu.com/lts/serverguide/advanced-installation.html correct? Im not getting options to boot degraded on dpkg-reconfigure -p low mdadm [15:43] * RoyK has no idea why boot degraded seems to be default off on certain distros - it doesn't make sense [15:49] RoyK, AFAIK the option no longer works btw [15:52] it may default to on now but be hitting another bug, that's my guess and thus why the option is removed [15:52] (but apprently not in the documentation) [15:53] https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/1341312 is looking like a possible fix [15:53] Launchpad bug 1341312 in mdadm (Ubuntu) "System couldn't boot from degraded raid 1" [Undecided,Confirmed] [15:55] robertj: there's a kernel parameter for that as well - perhaps use that? [15:56] it really sucks that it doesn't boot with degraded raids by default [15:56] there's a reason for raid systems - we want to allow for failed drives! [15:56] RoyK, I dont think that portion of the preboot exists anymore === prince is now known as prince|offline [16:15] We tried to use nmcli & nmtui in ubuntu (centos7 not req. x11) to visually configure the network interfaces. Really pulls ubuntu with the package "network-manager" (X11). [16:24] showaz: was that a question? [16:25] nacc: x11 is mandatory for network-manager (ubuntu-server 16.04)? [16:27] solved: "apt install --no-install-recommends network-manager" [16:27] showaz: it is not mandatory, afaict; that's a difference between `apt` and `apt-get` [16:28] nacc: yes, "apt" color-progressbar wrapper for apt-get and apt-cache [16:28] showaz: i know what it is... [16:29] nacc: The problem is that apt/apt-get is trying to install x11 (ubuntu-server edition) for network-manager. [16:29] showaz: it seems like overkill to me to install network-manager on a server, but that's just my opinion [16:29] why are you using network-manager on a server? [16:29] showaz: you don't need to say 'ubuntu server edition', it's the same packages everywhere [16:29] nmcli and nmtui [16:30] centos terminal gui for networking control [16:30] showaz: why do you want a terminal gui for networking control? how often are you changing networking on a server? [16:30] yes, not like vim/nano/etc "cat >/etc/network/interfaces.d/en…" [16:31] Just install xvfb for a fake X server [16:31] not good idea install x11 overhead. [16:31] showaz: was that in response to me? [16:31] showaz: i don't think it's a good idea to install network-manager; that's just an opinion. [16:33] you're free to install desktop utilities on your server but don't be surprised when they pull in desktop libraries and tools. [16:33] apt install network-manager-tui 404 [16:33] https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Networking_Config_Using_nmtui.html [16:33] why would a RH guide be relevant on Ubuntu? [16:34] why ubuntu not support control network interfaces? [16:35] Learn how to use ipconfig and the interfaces file [16:35] showaz: ? i am not entirely sure what you're asking, but Ubuntu does support controlling network interfaces. [16:35] showaz: if you're asking why Ubuntu and RH are different ... [16:36] we assume this is a flaw in ubuntu/debian. [16:36] uh [16:37] showaz: define 'flaw'? you're installing a package meant for desktop environments (afaict) [16:38] network-manager-tui not desktop, nm{tui,cli} ; tui - text interface / cli command line tookit for control network [16:40] showaz: i think you're saying you think that network-manager-tui should be installable without X11, and it's not, because nmcli/nmtui are part of the network-manager package. And the network-manager package pulls in x11-common (note that's not an entire xserver) [16:40] showaz: that is not possible, in ubuntu or debian, afaict... [17:21] hi all. i'm working on bug 1565985 and think I have a good strategy to solve it. anyone around to discuss? [17:21] bug 1565985 in livecd-rootfs (Ubuntu) "vagrant vb ubuntu/xenial64 cannot mount synced folders" [Undecided,Confirmed] https://launchpad.net/bugs/1565985 [17:23] what i want to do is move 42-vagrant.binary to 40-vagrant.binary and, instead of having it use the vmdk produced in 40-vmdk-image.binary, use the disk image produced by 32-disk-image.binary [17:23] tinoco, thanks for the kilo patch for libvirt. I've uploaded that to kilo-staging and it'll get into kilo-proposed soon for testing. [17:23] that way we can mount the disk image, install the extra packages needed for a vagrant base box, then call create_vmdk and continue with the rest of the vagrant packaging stuff [17:24] tinoco, for bug 1594936 [17:24] bug 1594936 in Ubuntu Cloud Archive kilo "fix crash in virDomainObjListFindByUUIDInternal" [Medium,New] https://launchpad.net/bugs/1594936 [17:24] coreycb: cool!! tks [17:24] coreycb: i'll work together with user for verification [17:25] tinoco, great, thank you [17:37] the source files i'm referring to are here: http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/trunk/files/head:/live-build/ubuntu-cpc/hooks/ [17:58] RoyK, but yeah, just built a fresh vm with the same result === degorenko is now known as _degorenko|afk [18:15] beisner, hello, can you promote libvirt 1.2.12-0ubuntu14.4~cloud1 to kilo-proposed when you get a chance? [18:16] Why is there still an /etc/init/ directory in Xenial if it uses systemd and not upstart? [18:20] because modifying every package to no longer have upstart configs would have been too much work [18:21] sarnold: Do those upstart configs do anything now? [18:21] cliluw: I suspect not [18:22] but I haven't proven that to myself :) [18:22] sarnold: Ok. I was wondering if there was some automatic upstart to systemd translator that would have made those work on 16.04. [18:23] cliluw: all those packages probably have sysv init scripts too, when systemd was added I think pitti and others had to add a bunch of those sysv scripts for compatibility. [18:23] I'm hoping yakkety is a bit less messy. [18:31] robertj: that's just shite [18:34] /scripts within initramfs doesn't seem to have anything related so I think it's compiled in somewhere? === Beautiful is now known as vaas [19:01] RoyK, so...basically my understanding is that there is no point in the boot process where Ubuntu draws the line and says 'ok, all disks should be here by now' [19:01] or rather there is, it's like 60 or 90 seconds later when it gives up trying to mount root and then bails to busybox [19:38] hi coreycb - libvirt (1.2.12-0ubuntu14.4~cloud1) pushed to kilo-proposed [19:39] beisner, thanks, tinoco ^ [19:41] yw coreycb [19:47] beisner: coreycb: tku! o/ [19:48] beisner: you're on sru team ? [19:49] oh, kilo-proposed [19:49] hallyn, not sru team. cloud archive pusher(tm) :) [19:50] sorry, thought it would be cool if you were :) === Emmanuel_Chanel_ is now known as Emmanuel_Chanel === JanC_ is now known as JanC [21:49] question, does grep -r even search through hidden directories? [21:51] LaserAllan: did you try it? [21:52] LaserAllan: easy to test things: https://paste.fedoraproject.org/383530/46663234/ [21:56] mgriffin: No not yet, I just know there are 2 keywrods i am looking for inside a log and thats it pretty much [21:58] I am not sure if i can make it absically search the whole system but i was thinking something like [21:58] grep -r "word1 word2" / [21:58] LaserAllan: 'hidden' is a GUI thing, really [21:59] nacc: oh ok so the "." in fron of them isn't something that affects any command sin the temrinal? [21:59] I mean I usually have to do "ls -all" to make those appear [21:59] LaserAllan: and in the above instance, since you're giving it an explicit path, and not a regex (which would be shell expanded), it should search your entire filesystem [22:00] LaserAllan: yeah, i realized that as soon as i typed :) [22:00] LaserAllan: it doesn't affect *all* commands [22:00] that's a nuance of ls, afaict [22:00] this might be faster than grep -r: find / -type f -exec grep xyz {} \+ 2> /dev/null [22:00] but i struggle to imagine you don't want to search just /var or something [22:01] nacc: The problem is that I will most likely end up with thousands of results but I don't really have much more than that to go on since I am not sure when these logs lines were written, i only know it was this year lol [22:01] LaserAllan: ugh :) [22:01] mgriffin: To be more specific this is irc logs inside my irc server [22:01] so I guess I could narrow the path down to which directory [22:02] LaserAllan: so use lsof against that process to see where it logs [22:02] LaserAllan: maybe /var/log/ircd/daemon.log will be an open file [22:02] ah, ok so now i know where it keeps logs [22:02] LaserAllan: so look at /var/log/ircd/daemon.log* [22:02] then I can just do grep -r "word1 word 2" /peth/to/logs ? [22:02] (because logrotate made them daemon.log-201605.gz or something) [22:03] LaserAllan: you might need zgrep [22:03] mgriffin: what is that? [22:03] LaserAllan: if the files are compressed. or maybe you use systemd and want journalctl ;) [22:03] LaserAllan: zgrep searches file.gz (gzip compressed files) [22:03] mgriffin: Ah that makes sense, afaik they arenät compressed [22:03] "aren't [23:24] Hi [23:24] I am trying to setup nic bonding for first time on ubuntu and it is not working, would appreciate anyone who can guide me on this [23:25] this is my nic bond configuration [23:25] http://pastebin.com/raw/RrwuSeMQ [23:27] slaves none [23:28] slaves none on eth2 and eth3? [23:28] why? [23:28] those have bond-master [23:29] just asking [23:29] ah ok [23:29] you mean [23:30] bond-slaves none [23:32] I am following this tutorial https://help.ubuntu.com/community/UbuntuBonding [23:32] and they have "bond-slaves eth0 eth1" [23:33] odd [23:33] I have never seen it work, after 10.04 with bond-slaves != none [23:34] ok I will try your way and see if it works