Yuri4_ | Hi, guys! I can't SSH into my server. Could you help me to decipher ssh -vvv output? http://pastebin.com/NSEz3cs5 | 00:24 |
---|---|---|
Beautiful | Yuri4_, are you sure you pointing to the right key file? | 01:59 |
Beautiful | it seems its a key file issue | 02:00 |
codepython777 | anyone here has used preseed recently? | 03:01 |
=== 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 | ||
masuberu | hi | 08:09 |
masuberu | not sure if this is the right place to ask this | 08:10 |
masuberu | my ubuntu is not using all memory of my system | 08:10 |
masuberu | is this normal? | 08:10 |
masuberu | http://pastebin.com/raw/zjq2JNhb | 08:11 |
masuberu | 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 |
masuberu | any advice? | 08:12 |
hateball | masuberu: well, does any process need more? | 08:13 |
masuberu | I have nothing running on that machine yet | 08:14 |
masuberu | I just installed ubuntu | 08:14 |
hateball | Yes, so what is the problem? | 08:15 |
masuberu | but was surprised why linux is not using all the memory available... | 08:15 |
hateball | what would it use it *for* ? | 08:15 |
hateball | it's sitting there, available | 08:15 |
cpaelzer | masuberu: it is all right that way | 08:16 |
cpaelzer | masuberu: it is used on demand | 08:16 |
cpaelzer | masuberu: and even if there is no program actively needing it it will fill up over time by page cache | 08:16 |
masuberu | ok | 08:17 |
cpaelzer | 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 |
masuberu | ah ok | 08:17 |
cpaelzer | masuberu: usually people complain vice versa - "why is it full with me having running only a small application" | 08:17 |
masuberu | I understand now | 08:17 |
masuberu | yeah | 08:17 |
cpaelzer | 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 |
masuberu | ok ok sorry for my ignorance I will read about disk caching | 08:19 |
masuberu | thanks | 08:19 |
cpaelzer | not a lot, something like 12-80 MB per numa node | 08:19 |
masuberu | hum | 08:20 |
masuberu | I see | 08:20 |
=== notsetkeh is now known as setkeh | ||
cpaelzer | 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 |
cpaelzer | you can always get more complex with memory management :-) | 08:21 |
cpaelzer | but it is hard to find the simple ones | 08:21 |
masuberu | cpaelzer: jajajaja thanks man! | 08:23 |
=== 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 | ||
rbasak | magicalChicken: I found a few bugs for you. | 10:57 |
rbasak | 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 | 10:57 |
=== cpaelzer_lunch is now known as cpaelzer | ||
rbasak | (unmatched entries) | 10:57 |
rbasak | 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 |
ubottu | bug 1582767 in ntp (Ubuntu) "apparmor permissions missing for winbind" [Medium,Triaged] https://launchpad.net/bugs/1582767 | 10:59 |
rbasak | 3) bug 1534538. Should be a straightforward cherry-pick but needs verifying etc. | 11:00 |
ubottu | bug 1534538 in apache2 (Ubuntu) " AliasMatch directive does not accept long URI" [Medium,Triaged] https://launchpad.net/bugs/1534538 | 11:00 |
rbasak | magicalChicken: thanks! | 11:00 |
cgalan | coreycb: we have tested the networking-hyperv package. Can we get it in Ubuntu Cloud Archive: OpenStack Mitaka, updates section ? | 11:03 |
Ergo^ | 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:35 |
cpaelzer | Ergo^: what nice scripts in particular - then one could look up where they would be in? | 11:47 |
Ergo^ | there is a bunch of scripts in /etc/update-motd.d/ | 11:48 |
Ergo^ | they print missing updates, diskspace, etc | 11:48 |
cpaelzer | Ergo^: so you usually see them, but not on your current install and you wonder where they would come from? | 11:48 |
Ergo^ | cpaelzer: exactly, i think default 14.04 server install has them | 11:49 |
Ergo^ | but at least 2 machines i checked do not have that by default | 11:49 |
cpaelzer | Ergo^: "apt-file search /etc/update-motd.d/ | pastebinit" => http://paste.ubuntu.com/17692017/ | 11:49 |
Ergo^ | i would love to bring that back | 11:49 |
Ergo^ | cpaelzer: i have only 00-header 10-help-text | 11:50 |
Ergo^ | and i want the ones you have there | 11:50 |
cpaelzer | Ergo^: which is in base files, the output is package on the left and files on the right | 11:50 |
cpaelzer | so if you e.g. want the "updates available" that is in update-notifier-common | 11:50 |
cpaelzer | apt-file as I listed above lets you search the whole archive with patterns - showing you what package "would" match | 11:51 |
cpaelzer | that is what that pastebin link is | 11:51 |
cpaelzer | apt-search on steroids to some extend | 11:51 |
Ergo^ | thanks | 11:51 |
cpaelzer | yw | 11:51 |
=== inaddy is now known as tinoco | ||
Ergo^ | cpaelzer: thing is i have to have the archive installed locally right? | 11:54 |
cpaelzer | Ergo^: no it has an update feature which just pulls the metadata | 11:55 |
Ergo^ | cool | 11:56 |
Ergo^ | cpaelzer: there is also landscape-sysinfo script | 12:05 |
Ergo^ | but i cant locate that one anywhere :/ | 12:05 |
Ergo^ | maybe it was removed | 12:06 |
cpaelzer | Ergo^: is that part of the landscape tool like https://landscape.canonical.com/ ? | 12:07 |
coreycb | 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 |
cpaelzer | apt-file search landscape-sysinfo delivers for me | 12:08 |
cpaelzer | package landscape-common | 12:08 |
Ergo^ | cpaelzer: yeah but it doesnt supply the motd script | 12:09 |
cpaelzer | Ergo^: can you list the old absolute path? | 12:10 |
Ergo^ | http://packages.ubuntu.com/xenial/amd64/landscape-common/filelist | 12:10 |
Ergo^ | at least here i dont see it | 12:10 |
Ergo^ | cpaelzer: /etc/update-motd.d/50-landscape-sysinfo | 12:12 |
Repox | 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:15 |
Ergo^ | cpaelzer: maybe its generated post-trigger somehow? | 12:17 |
cpaelzer | yeah maybe | 12:17 |
cpaelzer | I'm still looking in an trusty env if it would be just in a package | 12:18 |
Ergo^ | cpaelzer: because i installed landscape-common | 12:18 |
Ergo^ | and i got the entry in motd | 12:18 |
Ergo^ | so its probably generated | 12:18 |
cpaelzer | Ergo^: then that is very likely | 12:18 |
cpaelzer | yep debian/landscape-common.postinst: UPDATE_MOTD_LOCATION=/etc/update-motd.d/50-landscape-sysinfo | 12:19 |
cpaelzer | Ergo^: behavor can be switched by configure, therefore generated | 12:20 |
=== martinst-afk is now known as martinst | ||
caribou | rbasak: remember the apache2-mpm-itk SRU blocking the apache2 one ?(LP: #1582462) | 12:49 |
ubottu | 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:49 |
jamespage | coreycb, got it | 12:50 |
rbasak | caribou: yes | 12:50 |
caribou | rbasak: the apache2-mpm-itk .postinst is failing because of the a2query bug you described : | 12:51 |
caribou | usage: fail($reason, $retval) at /usr/sbin/a2query line 168. | 12:51 |
caribou | /var/lib/dpkg/info/libapache2-mpm-itk.postinst: 9: [: !=: unexpected operator | 12:51 |
caribou | rbasak: imho, the problem is this apache2 bug, not the apache2-mpm-itk failure | 12:52 |
jamespage | coreycb, done | 12:55 |
jamespage | cgalan, ^^ | 12:55 |
jamespage | networking-hyperv -> updates | 12:55 |
coreycb | jamespage, thanks | 12:55 |
rbasak | caribou: is any of this related to bug 1590283? | 12:56 |
ubottu | 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:56 |
caribou | rbasak: that's what I'm checking; just bear with me for a few minutes, I should have my tests completed | 12:57 |
cgalan | jamespage, thank you! | 12:57 |
cgalan | coreycb, thanks for all the help also! | 12:57 |
rbasak | ack | 12:57 |
coreycb | cgalan, you're welcome | 12:57 |
caribou | rbasak: the mpm-itk postinst script fails on that : if [ $(a2query -M) != 'prefork' ] ; then | 13:03 |
caribou | rbasak: with the bug $(a2query -M) errors out and the tests is wrong | 13:03 |
caribou | 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 |
caribou | rbasak: but that can only happen if at least TWO mpm are loaded | 13:04 |
caribou | rbasak: so I don't mind pulling the SRU to ameliorate the a2query -M handling, but the root cause is somewhere else | 13:05 |
rbasak | caribou: it should be if [ "$(a2query -M)" ... | 13:06 |
caribou | rbasak: still fails as a2query -M output goes to stderr | 13:06 |
rbasak | Assuming that there are cases where a2query will fail by its definiton. | 13:06 |
rbasak | That seems wrong to me. | 13:06 |
rbasak | "$(a2query -M 2>&1)" then, but I'd file a bug about it outputting its defined output to stderr. | 13:07 |
rbasak | If the point of "a2query -M" is to tell you the enabled MPM module, then that should be to stdout. | 13:07 |
caribou | rbasak: a2query is using perl:die | 13:08 |
rbasak | Only in an unusual circumstance, right? | 13:08 |
rbasak | It doesn't make sense to have more than one MPM module enabled? | 13:08 |
caribou | rbasak: yes, I had to hack a second MPM symlink in /etc/apache2/mods-enabled | 13:09 |
rbasak | Does apache even accept that? | 13:09 |
caribou | well, if someone symlinks it manually that can happen | 13:09 |
caribou | rbasak: I'm not sure if we need to build in user's mistakes in our scripts | 13:10 |
caribou | 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 |
rbasak | 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:11 |
caribou | rbasak: yes, we would have had "There is more than one MPM loaded. Do not proceed due to undefined results" | 13:12 |
caribou | with a2query fixed | 13:12 |
caribou | 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 |
caribou | since it will still fail in such a context, no matter what | 13:14 |
rbasak | caribou: sure. It's not an SRU regression so it shouldn't block the SRU. | 13:15 |
caribou | rbasak: agree. I will document all that in the regression bug & revert the verification tag | 13:15 |
rbasak | Thank you! | 13:16 |
=== rattking1 is now known as rattking | ||
=== deathpip is now known as ivyyy | ||
=== tyhicks` is now known as tyhicks | ||
=== ptx0 is now known as Guest23135 | ||
mbutubuntu | 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:22 |
mbutubuntu | in the phpinfo() page the dba library seems loaded, what could be the issue? Thank you ;) | 14:23 |
mbutubuntu | note that all the dba_* functions returns a fatal error. | 14:23 |
nacc | mbutubuntu: can you pastebin the phpinfo() output? | 14:27 |
mbutubuntu | --> http://www.2016.arabeschi.it/uploads/info.php :) | 14:31 |
nacc | mbutubuntu: do you have php-dba installed? | 14:40 |
nacc | mbutubuntu: or possibly not enabled? e.g. phpenmod dba ? | 14:41 |
mbutubuntu | I've ubuntu 16.04 and php7... there is no php-dba package :-( | 14:41 |
nacc | mbutubuntu: where do you see the dba being loaded? | 14:42 |
nacc | 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:47 |
mbutubuntu | Someone filed a bug yet -> https://answers.launchpad.net/ubuntu/+question/293591 | 14:48 |
mbutubuntu | 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:48 |
nacc | mbutubuntu: that's not a bug, that's a question | 14:49 |
nacc | and that's a *terrible* answer. | 14:49 |
nacc | as you're not even using the right source base. | 14:49 |
mbutubuntu | ok... sorry X-) LOL | 14:49 |
nacc | i turned it into a bug | 14:50 |
nacc | LP: #1595215 | 14:50 |
ubottu | Launchpad bug 1595215 in php7.0 (Ubuntu) "php7.0 dba extension missing" [Undecided,New] https://launchpad.net/bugs/1595215 | 14:50 |
ddellav | 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 |
ubottu | Launchpad bug 1594867 in python-glance-store (Ubuntu Wily) "[SRU] liberty point releases" [Undecided,New] https://launchpad.net/bugs/1594867 | 14:50 |
coreycb | ddellav, will do, what's going on with python-glance-store? | 14:50 |
mbutubuntu | nacc, are you a maintainer for Ubuntu? | 14:52 |
nacc | mbutubuntu: i have done the php7.0 transition | 14:52 |
mbutubuntu | Ok. So you have the "power" to solve this bug..? :) | 14:53 |
nacc | Yes, I'm doing so right now | 14:53 |
ddellav | 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:53 |
mbutubuntu | great. I owe you, nacc | 14:54 |
coreycb | ddellav, ok. maybe just split it into a different card for now. | 14:54 |
f1gjam | 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 |
f1gjam | 400 BAD REQUEST ({"storage": ["Mount the root \'/\' filesystem to be able to deploy this node."]})\n', 'status': 1}' | 14:55 |
f1gjam | 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 |
ddellav | coreycb done | 14:55 |
coreycb | ddellav, it's this repo btw: http://anonscm.debian.org/cgit/openstack/python-glance-store.git/ | 14:55 |
ddellav | coreycb ok so i should use the debian repo. I wasn't sure since it's got an ubuntu delta tag | 14:55 |
coreycb | ddellav, for stable dep updates I haven't been using the repos | 14:56 |
ddellav | well in wily it does, xenial and above its a direct copy probably | 14:56 |
mbutubuntu | 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 |
ddellav | coreycb what are you doing instead? | 14:56 |
coreycb | ddellav, but I suppose it depends, if the updates already there then maybe I'd use it | 14:56 |
coreycb | ddellav, pull-lp-source | 14:57 |
coreycb | then update | 14:57 |
coreycb | ddellav, jamespage: we should be back to blue after neutron builds for newton | 15:01 |
jamespage | \o/ | 15:01 |
ddellav | coreycb awesome | 15:02 |
coreycb | jamespage, ddellav: btw I opened bug 1594446 after I uploaded software-properties and didn't push it to the packaging branch. | 15:07 |
ubottu | 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 | 15:07 |
=== SeanS is now known as Guest15920 | ||
=== funkyHat_ is now known as funkyHat | ||
robertj | 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:41 |
* RoyK has no idea why boot degraded seems to be default off on certain distros - it doesn't make sense | 15:43 | |
robertj | RoyK, AFAIK the option no longer works btw | 15:49 |
robertj | it may default to on now but be hitting another bug, that's my guess and thus why the option is removed | 15:52 |
robertj | (but apprently not in the documentation) | 15:52 |
robertj | https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/1341312 is looking like a possible fix | 15:53 |
ubottu | Launchpad bug 1341312 in mdadm (Ubuntu) "System couldn't boot from degraded raid 1" [Undecided,Confirmed] | 15:53 |
RoyK | robertj: there's a kernel parameter for that as well - perhaps use that? | 15:55 |
RoyK | it really sucks that it doesn't boot with degraded raids by default | 15:56 |
RoyK | there's a reason for raid systems - we want to allow for failed drives! | 15:56 |
robertj | RoyK, I dont think that portion of the preboot exists anymore | 15:56 |
=== prince is now known as prince|offline | ||
showaz | 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:15 |
nacc | showaz: was that a question? | 16:24 |
showaz | nacc: x11 is mandatory for network-manager (ubuntu-server 16.04)? | 16:25 |
showaz | solved: "apt install --no-install-recommends network-manager" | 16:27 |
nacc | showaz: it is not mandatory, afaict; that's a difference between `apt` and `apt-get` | 16:27 |
showaz | nacc: yes, "apt" color-progressbar wrapper for apt-get and apt-cache | 16:28 |
nacc | showaz: i know what it is... | 16:28 |
showaz | nacc: The problem is that apt/apt-get is trying to install x11 (ubuntu-server edition) for network-manager. | 16:29 |
nacc | showaz: it seems like overkill to me to install network-manager on a server, but that's just my opinion | 16:29 |
sarnold | why are you using network-manager on a server? | 16:29 |
nacc | showaz: you don't need to say 'ubuntu server edition', it's the same packages everywhere | 16:29 |
showaz | nmcli and nmtui | 16:29 |
showaz | centos terminal gui for networking control | 16:30 |
nacc | showaz: why do you want a terminal gui for networking control? how often are you changing networking on a server? | 16:30 |
showaz | yes, not like vim/nano/etc "cat >/etc/network/interfaces.d/en…" | 16:30 |
genii | Just install xvfb for a fake X server | 16:31 |
showaz | not good idea install x11 overhead. | 16:31 |
nacc | showaz: was that in response to me? | 16:31 |
nacc | showaz: i don't think it's a good idea to install network-manager; that's just an opinion. | 16:31 |
sarnold | 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 |
showaz | apt install network-manager-tui 404 | 16:33 |
showaz | https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Networking_Config_Using_nmtui.html | 16:33 |
nacc | why would a RH guide be relevant on Ubuntu? | 16:33 |
showaz | why ubuntu not support control network interfaces? | 16:34 |
genii | Learn how to use ipconfig and the interfaces file | 16:35 |
nacc | showaz: ? i am not entirely sure what you're asking, but Ubuntu does support controlling network interfaces. | 16:35 |
nacc | showaz: if you're asking why Ubuntu and RH are different ... | 16:35 |
showaz | we assume this is a flaw in ubuntu/debian. | 16:36 |
nacc | uh | 16:36 |
nacc | showaz: define 'flaw'? you're installing a package meant for desktop environments (afaict) | 16:37 |
showaz | network-manager-tui not desktop, nm{tui,cli} ; tui - text interface / cli command line tookit for control network | 16:38 |
nacc | 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 |
nacc | showaz: that is not possible, in ubuntu or debian, afaict... | 16:40 |
semiosis | hi all. i'm working on bug 1565985 and think I have a good strategy to solve it. anyone around to discuss? | 17:21 |
ubottu | bug 1565985 in livecd-rootfs (Ubuntu) "vagrant vb ubuntu/xenial64 cannot mount synced folders" [Undecided,Confirmed] https://launchpad.net/bugs/1565985 | 17:21 |
semiosis | 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 |
coreycb | 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 |
semiosis | 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:23 |
coreycb | tinoco, for bug 1594936 | 17:24 |
ubottu | bug 1594936 in Ubuntu Cloud Archive kilo "fix crash in virDomainObjListFindByUUIDInternal" [Medium,New] https://launchpad.net/bugs/1594936 | 17:24 |
tinoco | coreycb: cool!! tks | 17:24 |
tinoco | coreycb: i'll work together with user for verification | 17:24 |
coreycb | tinoco, great, thank you | 17:25 |
semiosis | 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:37 |
robertj | RoyK, but yeah, just built a fresh vm with the same result | 17:58 |
=== degorenko is now known as _degorenko|afk | ||
coreycb | beisner, hello, can you promote libvirt 1.2.12-0ubuntu14.4~cloud1 to kilo-proposed when you get a chance? | 18:15 |
cliluw | Why is there still an /etc/init/ directory in Xenial if it uses systemd and not upstart? | 18:16 |
sarnold | because modifying every package to no longer have upstart configs would have been too much work | 18:20 |
cliluw | sarnold: Do those upstart configs do anything now? | 18:21 |
sarnold | cliluw: I suspect not | 18:21 |
sarnold | but I haven't proven that to myself :) | 18:22 |
cliluw | sarnold: Ok. I was wondering if there was some automatic upstart to systemd translator that would have made those work on 16.04. | 18:22 |
sarnold | 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 |
sarnold | I'm hoping yakkety is a bit less messy. | 18:23 |
RoyK | robertj: that's just shite | 18:31 |
robertj | /scripts within initramfs doesn't seem to have anything related so I think it's compiled in somewhere? | 18:34 |
=== Beautiful is now known as vaas | ||
robertj | 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 |
robertj | 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:01 |
beisner | hi coreycb - libvirt (1.2.12-0ubuntu14.4~cloud1) pushed to kilo-proposed | 19:38 |
coreycb | beisner, thanks, tinoco ^ | 19:39 |
beisner | yw coreycb | 19:41 |
tinoco | beisner: coreycb: tku! o/ | 19:47 |
hallyn | beisner: you're on sru team ? | 19:48 |
hallyn | oh, kilo-proposed | 19:49 |
beisner | hallyn, not sru team. cloud archive pusher(tm) :) | 19:49 |
hallyn | sorry, thought it would be cool if you were :) | 19:50 |
=== Emmanuel_Chanel_ is now known as Emmanuel_Chanel | ||
=== JanC_ is now known as JanC | ||
LaserAllan | question, does grep -r even search through hidden directories? | 21:49 |
mgriffin | LaserAllan: did you try it? | 21:51 |
mgriffin | LaserAllan: easy to test things: https://paste.fedoraproject.org/383530/46663234/ | 21:52 |
LaserAllan | mgriffin: No not yet, I just know there are 2 keywrods i am looking for inside a log and thats it pretty much | 21:56 |
LaserAllan | I am not sure if i can make it absically search the whole system but i was thinking something like | 21:58 |
LaserAllan | grep -r "word1 word2" / | 21:58 |
nacc | LaserAllan: 'hidden' is a GUI thing, really | 21:58 |
LaserAllan | nacc: oh ok so the "." in fron of them isn't something that affects any command sin the temrinal? | 21:59 |
LaserAllan | I mean I usually have to do "ls -all" to make those appear | 21:59 |
nacc | 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 | 21:59 |
nacc | LaserAllan: yeah, i realized that as soon as i typed :) | 22:00 |
nacc | LaserAllan: it doesn't affect *all* commands | 22:00 |
nacc | that's a nuance of ls, afaict | 22:00 |
mgriffin | this might be faster than grep -r: find / -type f -exec grep xyz {} \+ 2> /dev/null | 22:00 |
mgriffin | but i struggle to imagine you don't want to search just /var or something | 22:00 |
LaserAllan | 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 |
nacc | LaserAllan: ugh :) | 22:01 |
LaserAllan | mgriffin: To be more specific this is irc logs inside my irc server | 22:01 |
LaserAllan | so I guess I could narrow the path down to which directory | 22:01 |
mgriffin | LaserAllan: so use lsof against that process to see where it logs | 22:02 |
mgriffin | LaserAllan: maybe /var/log/ircd/daemon.log will be an open file | 22:02 |
LaserAllan | ah, ok so now i know where it keeps logs | 22:02 |
mgriffin | LaserAllan: so look at /var/log/ircd/daemon.log* | 22:02 |
LaserAllan | then I can just do grep -r "word1 word 2" /peth/to/logs ? | 22:02 |
mgriffin | (because logrotate made them daemon.log-201605.gz or something) | 22:02 |
mgriffin | LaserAllan: you might need zgrep | 22:03 |
LaserAllan | mgriffin: what is that? | 22:03 |
mgriffin | LaserAllan: if the files are compressed. or maybe you use systemd and want journalctl ;) | 22:03 |
mgriffin | LaserAllan: zgrep searches file.gz (gzip compressed files) | 22:03 |
LaserAllan | mgriffin: Ah that makes sense, afaik they arenät compressed | 22:03 |
LaserAllan | "aren't | 22:03 |
masuberu | Hi | 23:24 |
masuberu | 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:24 |
masuberu | this is my nic bond configuration | 23:25 |
masuberu | http://pastebin.com/raw/RrwuSeMQ | 23:25 |
patdk-lap | slaves none | 23:27 |
masuberu | slaves none on eth2 and eth3? | 23:28 |
patdk-lap | why? | 23:28 |
patdk-lap | those have bond-master | 23:28 |
masuberu | just asking | 23:29 |
masuberu | ah ok | 23:29 |
masuberu | you mean | 23:29 |
masuberu | bond-slaves none | 23:30 |
masuberu | I am following this tutorial https://help.ubuntu.com/community/UbuntuBonding | 23:32 |
masuberu | and they have "bond-slaves eth0 eth1" | 23:32 |
patdk-lap | odd | 23:33 |
patdk-lap | I have never seen it work, after 10.04 with bond-slaves != none | 23:33 |
masuberu | ok I will try your way and see if it works | 23:34 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!