=== n000 is now known as koolhead11 [01:15] http://ubuntuforums.org/showthread.php?t=1026747 [01:15] bump? [01:16] dhcp doesn't support that [01:16] maybe check your dhcp client config? [01:16] well, in debian, the metric is 0 [01:17] in ubuntu, the metric is 100 [01:18] it has to be something in the init.d or somewhere, the script that actually calls "dhclient ethX" [01:19] heh? why does it have to be [01:19] I'm pretty sure it's not [01:19] well, my dhclient.config is the same as on debian and ubuntu [01:21] does the kernel even care about the metric? [01:23] oh, the answer is irght there even [01:23] in the documentation [01:23] anepanal1ptos, man interfaces [01:24] sarnold, it sure as hell better [01:24] if the kernel ignored metrics, so many networks would completely break [01:25] huh? sorry can you help me a little more or re-word it? [01:25] anepanal1ptos, type "man interfaces" [01:25] the answer lies within [01:26] dude, i'v read the rtfm. that's how i came across that point, by google-ing. [01:26] this is a dhcp problem. not related to the interface specifically. [01:26] heh? [01:27] the 'answer that lies within' as you claim, is for static ip. [01:27] this is a dhcp-obtained ip. [01:28] odd, mine is different [01:28] are you running ubuntu? [01:29] if your ip is dhcp obtained, hit route -n and look at your default gw metric, is it 100? [01:32] this is in debian [01:32] just not a *stable* version of debian [01:32] but it's in sid [01:33] debian has metric 0 [01:33] which is what i want. [01:34] dunno why [01:34] I thought you wanted dhcp to be less perferred [01:34] oooh no my friend. sorry for mis understanding [01:34] either would actually be easy [01:34] when debian pulls an ip from dhcp, and it has a default route, it puts it in the routeing table with metric 0 [01:35] when ubuntu does it, it gives it metric 100. i want it to pull the ip and give it metric 0, just like debian [01:35] yes, but to what end? [01:35] the metric itself has no bearing on what happens [01:35] there has to be another duplicate rule first [01:36] i have other routes in there. incl another default route from another host [01:36] how did they get in there? [01:36] i have quagga [01:36] sounds like ubuntu would work better than the debian metric 0 then [01:37] actually olsr. but i have another router broadcasting a 0.0.0.0 route [01:37] just have quagga push the route with a metric <100 [01:37] see, that's one solution [01:37] but that's not quite what i want. there a few routers on this network.. [01:38] you don't do it on the router [01:38] you do it in the zebra config on the client [01:38] most routing protocols don't do metrics [01:38] ooohkay. [01:38] i now understand [01:38] gotta read up a little on olsr and figure that out. [01:38] generally zebra daemon converts it to a metric [01:38] or the routing protocol does before it hands it to zebra [01:38] yeah [01:39] see, everything that gets added dynamicaly has metric 2 [01:39] which is ok, cos on the debian box, the 'local' internet has metric 0, so cool. [01:40] but on ubuntu, everything dynamic has metric 2 again, but this time the 'local' default gw gets metric 100, so the box still prefers the gateway on the routed network. [01:40] but yeah i understand [01:40] i just wished this was a simple change in dhcp somewhere. [01:40] ya, I see how to change dhcp [01:40] but I can't locate where to make the change [01:40] probably cause I don't use dhcp [01:40] lol [01:40] my isp makes me :p [02:20] hi, just wanted to announce I have installed bugzilla in ubuntu 12.04, and I have documented all the process in txomon.com [02:20] hope anyone can see that link if he needs [02:24] txomon: nice enough :) but the formatting is really .. funny? :) .. how the little grey boxes have no relationship to the lengths of the line (which are sometimes quite long..) and the copy-paste isn't monospaced, which I found a touch odd. [02:25] txomon: but it does look like installing bugzilla without a guide would be a bit of a pain :) thanks [03:02] top === Ursinha is now known as Ursinha-afk [04:02] Does anyone know what the default admin account is for slapd on 12.04? All the guides are saying its cn=admin,dc=example,dc=com and the password i entered, however it does not work [05:07] Can anyone provide an ISO of the netinst release that's preconfigured to start an SSH server on boot? === bradm_ is now known as bradm [07:56] New bug: #1090255 in php5 (main) "Missing mysqlnd_ms package" [Undecided,New] https://launchpad.net/bugs/1090255 === mcclurmc_away is now known as mcclurmc === yofel_ is now known as yofel [08:54] yolanda: hey.. So.. this isn't well documented.. but MIR (Main Inclusion Request) the status follows a different process. [08:55] hi, can you explain me about it? [08:57] yolanda: Yeah, so.. basically... ~ubuntu-mir does a review, often seeking input from ~ubuntu-security [08:57] yolanda: So, an Incomplete one still needs work from the reporter. [08:57] But a confirmed one means the MIR is approved [08:57] Mind you, Fix Committed is also often used to mean that [08:58] it's all a but messy [08:58] mm, so i should leave the status like incomplete, although it's assigned already to a person? [08:58] it's like this person is working on it? [08:59] yolanda: i bounced it back to NEW [09:00] ok [09:00] yolanda: that one is fine just to leave :) === ibiris|afk is now known as ibiris [09:05] New bug: #1089791 in nova (main) "route_info failed" [Undecided,New] https://launchpad.net/bugs/1089791 [09:44] sarnold, those lines (the one in my blog) that don't fit into space are due to preformatted text. I should change a pair of things on the them for that :D === tspxx is now known as tspx [09:51] jamespage: morning. You don't hapen to know why adam_g reverted the SRU/bzr debian/changelog do you? [10:05] Daviey, sorry - no idea [10:06] Daviey, which branch? [10:10] yolanda: which branch ^ ? [10:11] daviey, let me check [10:12] all of that: lp:~openstack-ubuntu-testing/nova/precise-essex-proposed lp:~openstack-ubuntu-testing/keystone/precise-essex-proposed lp:~openstack-ubuntu-testing/horizon/precise-essex-proposed lp:~openstack-ubuntu-testing/glance/precise-essex-proposed [10:27] Hi guys, do you know what happens if a ubuntu server needs fsck with root a reboot? Will it ask for root or will it just run the fsck anyway? [10:29] cmol: Should just run fsck. [10:29] hallyn: I'm a bit confused by bug 1088295, mostly due to my ignorance of the lxc/livirt-lxc subtleties. Ping me when you have 5 minutes to explain me stuff. [10:29] Launchpad bug 1088295 in libvirt "lxc container can control other container's cpu share,memory limit,or access of block and character devices" [Medium,Triaged] https://launchpad.net/bugs/1088295 [10:30] cmol: it'll run fsck [10:30] jpds: do you know what they have done to make it run without root? I'm trying to get debians to do the same. [10:31] New bug: #1090297 in maas (main) "MAAS "View Documentation" link points to unrelated version of docs" [Undecided,New] https://launchpad.net/bugs/1090297 === mcclurmc is now known as mcclurmc_away [10:45] is it possible in apache to create dynamic logfiles, based on the fqdn from the server? [10:46] it's possible per virtualhost to define the logfiles. [10:46] but i want generate the filename dynamic [10:47] so i can use the same vhost configs [10:47] and let a few servers write the logfiles to the same dir on nfs [10:47] but with filenames, based on the hostnames off the webservers [10:48] you just said that you wanted it in the same file from different hosts. [10:48] if you just want different filenames, simply specify it in each vhost config. [10:50] in that case i need to maintain to much vhost configs :) [10:51] henkjan: if you wish to alter the layout of the content of the logs, look at LogFormat in the apache2.conf. [10:51] henkjan: well.. [10:51] it's an optional extra to set specific logs per vhost. [10:51] it's not mandatory. [10:53] no, i just want 3 servers using the same vhost config to log to /mnt/www/logs/`hostname`-access.log [10:56] henkjan: oh, you want to use a variable in the apache config_ [10:56] ? [10:57] RoyK: yep [10:57] mod_macro, perhaps [10:58] but then, if it's three servers, it shouldn't be much problem just configure each of them [10:59] maintaining 3 different vhosts files per vhost is errorprone [11:04] well, it's 3, not 30 [11:05] but I get your point - still - dunno how to do that if mod_macro won't fix it [11:05] do you use proxies in front of these? [11:19] no, just a loadbalancer [11:19] nodes are being configured with cfengine [11:19] i can do some editing with cfengine [11:19] but apache native would be nice :) [11:24] problem: server is gateway. It share Inet to other machines. But It can't ping other machines on his network. why? === mcclurmc_away is now known as mcclurmc [11:33] henkjan: I'd use cfengine [11:34] henkjan: also, I'd look into varnish or even squid if I were you, to do some caching - it handles static load far better than apache === ibiris is now known as ibiris|afk === cpg is now known as cpg|away [12:21] New bug: #1087451 in activemq (universe) "ActiveMQ does not successfully bind ports." [Undecided,Invalid] https://launchpad.net/bugs/1087451 [12:45] New bug: #1090334 in maas (main) "MAAS (in precise) requires django >= 1.3.1-4ubuntu1.5" [Undecided,New] https://launchpad.net/bugs/1090334 === Ursinha-afk is now known as Ursinha [12:56] New bug: #1090341 in bind9 (main) "package bind9 1:9.8.1.dfsg.P1-4ubuntu0.5 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1" [Undecided,New] https://launchpad.net/bugs/1090341 [12:58] RoyK: just deployed the varnish config with cfengine on those hosts :) [12:59] henkjan: :) [12:59] henkjan: the usual "enterprise" setup is internet-balancer(s)-varnish server(s)-apache host(s)-database server(s) === ibiris|afk is now known as ibiris [14:03] New bug: #1090365 in freeradius (main) "fails to build from source" [Undecided,New] https://launchpad.net/bugs/1090365 [14:12] jdstrand, would you be comfortable with me re-enabling the ceph-fuse packages and making sure they remain in universe? [14:12] they where dropped during the original MIR [14:18] jamespage: my original comment was "demote ceph-fuse to universe or preferably build using --without-fuse" [14:19] jdstrand, ack - that sounds like an OK then :-) [14:19] thanks [14:19] jamespage: so, I think it is 'ok' to have it in universe. that said, I also noticed in the MIR review "fuse module doesn't work on 32 bit" [14:19] I don't know if that is still the case [14:19] jdstrand, OK _ I'll take a look at that again [14:20] jamespage: is there a demonstrable need? I do prefer it be disabled cause fuse is notoriously hard to get right and we don't want to expose users to risk, even if it is in universe [14:20] jamespage: really, I don't need that answer. I'll just pose the question and let you decide :) [14:21] jdstrand, just trying to minimise the delta between Ubuntu -> Debian and Ubuntu -> Upstream [14:21] makes my life a little easier.... [14:21] I don't have an objection so long as it isn't in main [14:21] jdstrand, ack [14:25] New bug: #1090377 in amavisd-new (main) "invoke-rc.d: initscript amavis, action "restart" failed. dpkg: error al procesar amavisd-new-postfix (--configure): el subproceso instalado el script post-installation devolvió el código de salida de error 1 " [Undecided,New] https://launchpad.net/bugs/1090377 === Ursinha_ is now known as Ursinha [15:09] hello [15:09] i've installed postfixadmin from packages, and got a /etc/apache2/conf.d/postfixadmin file, now i want to have virtual hosts (postfixadmin and sabredav), do i have to keep files in conf.d or put them in available/enabled directories ? [15:21] New bug: #1090410 in euca2ools (main) "bundle utilities do not handle '/' in bucket name" [Low,Confirmed] https://launchpad.net/bugs/1090410 [15:26] ttx: I'll only be in next tuesday and wednesday. we can chat then, or else stgraber and zul can probably help. [15:29] hallyn: context? [15:31] what's the recommended way of putting a server iso on a usb stick? [15:31] dd / unetbootin / usb startup disk creator / something else? [15:32] I use multiboot [15:32] (sorry, slow internet, at the moment, can't easily go through scrollback) [15:34] hey guys, I need to install an old version of python-ipaddr .. needs to be 1.1.1 how can I install older versions of a package? [15:35] justanomad, find the package on repo and install it using dpkg -i blah.deb [15:39] k1ng: I tried searching for it here: http://packages.ubuntu.com/ but only comes up with newer versions.. am I looking in the right place? [15:42] justanomad, http://old-releases.ubuntu.com/ [15:43] or just find the source and compile it [15:45] k1ng: k, thanks [15:54] hallyn: ack [15:55] stgraber: hallyn: I'm a bit confused by bug 1088295, mostly due to my ignorance of the lxc/livirt-lxc subtleties. Ping me when you have 5 minutes to explain me stuff. [15:55] Launchpad bug 1088295 in libvirt "lxc container can control other container's cpu share,memory limit,or access of block and character devices" [Medium,Triaged] https://launchpad.net/bugs/1088295 === matsubara is now known as matsubara-lunch [16:03] ttx: well, in short, libvirt-lxc and lxc are two completely different implementation of containers, using the same kernel bits [16:04] ttx: lxc has apparmor support to prevent the container user to mess with the host and other containers [16:04] ttx: libvirt-lxc doesn't [16:05] we have a pretty vague plan to write a new libvirt driver that'll be based on our liblxc library (from the lxc project), that'd be a replacement for libvirt-lxc [16:05] and that way everything would be sharing the same code and the same features [16:05] stgraber: any clue which one the openstack-lxc stuff is using ? [16:05] but so far, it's really just a vague longterm plan. Until then, you basically need to implement everything twice, once in lxc and once in libvirt-lxc [16:06] ttx: my (limited) understanding of openstack is that it's based on libvirt, so uses libvirt-lxc [16:06] stgraber: so it's blatantly insecure ? [16:06] zul: ^ [16:07] ttx: in short, yes [16:08] stgraber: cool :) [16:08] ttx: I believe we have a bug somewhere on Launchpad asking for apparmor support in libvirt-lxc where hallyn commented that it may be easier to just implement our own libvirt driver and fix that mess for good [16:25] this may be the wrong place to ask, but in /proc/fs/nfsd/versions there is "-4.1" does that mean that 4.1 is explicitly disabled? [16:50] New bug: #1090462 in lxc (universe) "lxc-info, lxc-stop and lxc-list doesn't work for non-root users" [Undecided,New] https://launchpad.net/bugs/1090462 === matsubara-lunch is now known as matsubara [17:16] When apt-check returns the regular and security updates numbers, are the security updates a subset of the regular updates or are the two numbers completely separate? === moonligh- is now known as moonlight [17:46] New bug: #1090482 in cloud-init "over-ridding distro config still broken" [High,Confirmed] https://launchpad.net/bugs/1090482 === ibiris is now known as ibiris|afk === mcclurmc is now known as mcclurmc_away [18:16] zul: http://people.canonical.com/~agandelman/nova_2012.2-0ubuntu5.2~cloud0/ [18:17] :) [18:17] jamespage: Daviey ^ look good for upload to precise-folsom-staging? === pgraner` is now known as pgraner === Ursinha is now known as Ursinha-afk === Psi-Jack_ is now known as Psi-Jack [19:34] Can anyone provide a ubuntu netinst iso that launches an openssh server after network config and then waits, by default? Preferably from a corporate site, someone trustworthy? there's a howto at https://help.ubuntu.com/community/Installation/NetworkConsole but I'm not comfortable preparing that ISO or USB drive. === kees_ is now known as kees [19:39] root________: please don't cross post [19:39] you're already asking in #ubuntu [19:39] ikonia: there are different users in each channel, adn the subject is relevant in both channels. [19:40] no [19:40] this is nothing to do with ubuntu-server [19:40] ikonia: the fact that I intend to select the server options and install as a server makes it applicable here. [19:40] no it doesn't [19:40] it's nothing to do with "server" [19:40] root________: just put the preseed data in a file on a webserver accessible to the node. then pass the 'url=' kernel parameter to the installer. === pcarrier_ is now known as pcarrier [19:41] !crosspost | root________ [19:41] root________: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support. [19:41] root________: you may need to add some more to the preseed or kernel parameters to have it automatically step thru the installer to the point where the ssh server is up [19:42] adam_g: won't work. I can't see any output at all on the terminal, I need the system to advance to the point that SSH is available and only then can I interact with it in any meaningful way [19:43] root________: you might want to look into netbooting the mini.iso and provisioning with something like MAAS or cobbler [19:44] adam_g: that's an option I didn't think of, but it sounds like a lot of setup for a one-time thing. I'll keep that as plan B [19:50] is there a terminal tool for managin upstart services (something similar to sys-rc-conf)? [19:51] chromster: you can't "manage" upstart services. you can only start and stop them, you can't set them enabled or disabled. [19:51] chromster: that said, you can edit the /etc/init/servicename.conf files to alter the chriterion for a service' startup, which will net you the result I believe you expect. [19:51] you can put them into "manual mode", which is nearly the same as "disabled" [19:52] root________: I was mainly interested in being able to quicjly see all services and which ones are enable and which ones are disabled. [19:53] chromster: man service [19:53] the application "service" is used behind the scenes to start and stop upstart AND init.d jobs. [19:56] root________: ahh yes. service --status-all seem to show what I want... [19:57] chromster: some services don't support accurate reporting with status or --status-all, so beware. [19:58] just curious - does Ubuntu have any plans in switching to systemd or is it set on upstart for the future? [19:58] * root________ shrugs [19:59] chromster: Its been discussed ad nauseum, it will likely be upstart for a long time [19:59] chromster: https://lists.ubuntu.com/archives/ubuntu-devel/2012-April/035129.html [19:59] !systemd [19:59] ^systemd [19:59] SpamapS: Error: "systemd" is not a valid command. [20:00] uvirtbot: somebody should team you about systemd [20:00] SpamapS: Error: "somebody" is not a valid command. [20:00] teach even [20:01] root________: also, thats not true what you said earlier. You can very easily disable upstart services. [20:01] SpamapS: I've been searching for a way to disable an upstart service for a long time. Please tell me how to do so [20:01] http://upstart.ubuntu.com/cookbook/#determine-if-a-job-is-disabled [20:02] root________: echo manual | sudo tee -a /etc/init/jobname.override [20:02] root________: that will disable automatic start of it [20:02] what version of ubuntu introduced override files? [20:02] 11.04 [20:02] nice [20:03] thanks, SpamapS! [20:03] Even in 10.04 [20:03] just use the .conf for the same thing [20:03] (its just a PITA because then you have a conffile difference which makes upgrades a pain) [20:03] I remember looking at upstart documentation and seeing .override files as a proposed solution later than 11.04 was released. [20:15] root________: oddly enough, it never got mentioned in the NEWS file [20:16] SpamapS: Hmm, well, this interesting new feature is a blessing to us all then :) [20:18] root________: indeed. Now we just need a chkconfig work-alike :) [20:19] now that we have a way to disable jobs, some clever utility to make it easy to see would be nice. :) [20:20] where is the equivalent to /var/log/messages in 12.04 server? [20:20] I don't have rsyslog on....so I'm wondering if there is anything installed and enabled by default [20:20] SpamapS: I can hardly wait for an ubuntu release that ships without an init.d directory, and warns on building packages with init.d scripts :) [20:21] New bug: #1088058 in mysql-5.1 (main) "Stack-based buffer overflow in MySQL" [Undecided,Fix released] https://launchpad.net/bugs/1088058 [20:21] root________: your nick hurts my eyes...my ocd wants to fill in the blank line with magic marker [20:22] urthmover: so, uh, you uninstalled your syslog daemon and then wonder where the logs are stored? :) [20:22] mdeslaur: My other main nick is online on my PC at home, so I'm using one of my alts :) [20:22] root________, your nick with the billion _ is evil and should burn [20:22] personal opinion, one i think mdeslaur shares right now [20:23] (basically means "Choose a different alt!") [20:23] TheLordOfTime: I got it as a joke ages ago, and seldom use it :) [20:23] * TheLordOfTime notices mysql crashed on his server. [20:23] oh great... not again. [20:23] hehe, well, I just thought it was funny :P [20:23] mdeslaur, the extra __________- ends up with the IRC client shifting text over very far :P (low-res screen) [20:23] TheLordOfTime: I don't have any others right now. I'll pcik a enw one when I'm at home, and register/link it later. [20:23] ends up one line being displayed on 3 or 4 lines [20:24] * TheLordOfTime goes off to fix MySQL on his server [20:24] TheLordOfTime: but...yours is longer :P [20:24] sarnold: no I didn't uninstall syslog daemon. Basically I have a user complaining that something happened .... and I'm looking at /var/log/syslog and it is virtually blank...only some cron messages [20:24] mdeslaur, mine shows up as "" on my irc client ;P [20:24] * TheLordOfTime modified the code for XChat and runs his own code changes. [20:24] *lol* [20:24] specifically this user said he started a shell script within a screen session, and he said that screen broke. [20:25] then replace root________ with in your patch and rebuild! :D [20:25] * root________ is using Hexchat at home, but the webchat functionality here. [20:26] sarnold: but that defeats the point. The point of the 8 underscores is to imply that 8 people before me, root_^0 ... root_^7 have all logged in prior to me... [20:26] whether that's the case or not, is irrelevant [20:26] root________: oh, you're right. It _should_ be , then. [20:26] sarnold, or [20:26] :P [20:26] New bug: #1088747 in postfix (main) "package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subproses installed post-installation script menghasilkan kesalahan status 'exit': 75" [Undecided,New] https://launchpad.net/bugs/1088747 [20:27] ..... whaaaaa..? that's... interesting, anyone know what would cause the kernel to kill MySQL (no segfaults or anything, just a record that a kill signal was sent to MySQL) [20:27] TheLordOfTime: anything in dmesg? an OOM perhaps? [20:28] if it OOM'd, i'd have expected Python, not MySQL, to OOm [20:28] since the Bugtracker plugin for supybot is a memory whore [20:28] TheLordOfTime: there's a procedure, not sure what it is, to immunize important services against OOM kills. [20:29] TheLordOfTime: alternatively, your system might be compromised and some user figured out how to kill it :) [20:29] TheLordOfTime: OOM killer is a mysterious and dangerous beast ;) [20:29] SpamapS, true statement. [20:29] SpamapS: sssh! one must not speak of OOM! [20:30] root________, unlikely to be compromized, i've not yet seen someone spoof SSH key auth only. [20:30] and there's only one user: me/ [20:30] :P [20:30] * TheLordOfTime routinely purges the accepted SSH keys on that server, too. [20:30] New bug: #1088060 in mysql-5.5 (main) "Stack-based buffer overflow in MySQL" [Undecided,Fix released] https://launchpad.net/bugs/1088060 [20:31] TheLordOfTime: maybe it was some sort of stack-based buffer overflow? [20:31] * TheLordOfTime shrugs [20:31] whatever it was, the system's behaving now [20:32] * TheLordOfTime bumps up RAM allocation to the VM running his site/related-services [20:32] the VM is on my server... and isolated from the other VM which handles my other site... [20:32] :P [20:34] TheLordOfTime: stop bragging :-)) [20:34] guntbert, hehe [20:34] guntbert: I've got more VMs than you, I'm sure. [20:34] s/ guntbert / TheLordOfTime / [20:35] root________, i don't doubt it, i don't actually like VMs. setting up IP routing is a PAIN [20:35] * TheLordOfTime despises VMs. [20:35] TheLordOfTime: very few of mine are actually externally accessible. [20:35] whoops, apparently they all died xD [20:35] * root________ is easily frustrated with VMs [20:35] o,.,0 [20:36] careful, TheLordOfTime. [20:36] back to topic please [20:36] * TheLordOfTime points at the timeouts :P [20:36] anyways... [20:36] so, does anyone have that modified iso I requested earlier? :P [20:36] ... hmm, perhaps it was an OOM, mdeslaur what would an OOM return as in dmesg [20:36] TheLordOfTime: a bunch of OOM killer messages. check syslog, too. [20:37] TheLordOfTime: dmesg | grep oom [20:38] yep, there's the OOM messages. [20:38] * TheLordOfTime shurgs === blkperl_ is now known as blkperl [20:44] where can i configure oomkiller to ignore certain processes and not ignore others? [20:44] (its ignoring oidentd and there's a known bug in which it spawns billions of itself eating up tons of memory) [20:44] TheLordOfTime: I was just googling that for myself, and came up with this: https://groups.google.com/forum/?fromgroups=#!topic/linux.kernel/57YakeotK90 [20:45] TheLordOfTime: http://backdrift.org/how-to-create-oom-killer-exceptions looks more meaningful [21:13] adam_g, +1 if you have not already had it [21:30] jamespage: ty [21:38] Hrm, I'm guessing smoser is offline [21:39] he's in this channel [21:39] so a bad guess [21:39] Trying to figure out why cloud-init would only put the box's configured SSH keys in /root/.ssh and not the user's .ssh [21:39] ikonia: he also hasn't spoken for *days* [21:39] including not responding all day yesterday [21:39] he may not be at his desk [21:40] ikonia: lol.. ok.. sure.. you know smoser well.. I'm just some idiot off the internet. :) [21:40] New bug: #1090554 in libnss-ldap (main) "id segfaults when looking up user information" [Undecided,New] https://launchpad.net/bugs/1090554 [21:40] SpamapS: don't know him at all [21:40] beyond what he says in the channel [21:40] ikonia: awesome. thanks for stopping by. ;) === hggdh_ is now known as hggdh === cpg|away is now known as cpg === NomadJim_ is now known as NomadJim [22:20] Some pro trolling right here - http://i.imgur.com/ytYAF.jpg [22:21] no kidding [22:21] get all us neckbeards all upset that there's no /usr/bin/rm [23:17] sarnold: hah well that depends on your distro :P [23:17] but yeah [23:26] New bug: #1090593 in bind9 (main) "D.ROOT-SERVERS.NET changing January 3rd 2013" [Undecided,New] https://launchpad.net/bugs/1090593 === cpg is now known as cpg|away