[00:02] would you name some advantages Ubuntu has over Debian as a server? [00:11] well, if you look at the delay of security patch rollout times between the two, there is no comparision [00:11] !compare [00:12] !best [00:12] Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. Do NOT take polls in the channel. If you insist on getting people's opinions, ask BestBot in #ubuntu-bots. === acrocity_ is now known as acrocity === Beltechs is now known as [1]FingerUpYourA === [1]FingerUpYourA is now known as [1]LivingInYourH === [1]LivingInYourH is now known as [1]KissMyAss === [1]KissMyAss is now known as [1]howabouthis === [1]howabouthis is now known as [1]oo[1] === matsubara_ is now known as matsubara [06:13] hi guys any idea on this error when i restart the ethernet card somehow, thanks ------> http://pastebin.com/skRrbH3C [06:15] good morning [06:15] what is the difference between df and du? [06:54] hxm: one is a directory listing the other is mount point, the man pages explain it === acidflash_ is now known as acidflash === smb` is now known as smb [08:02] Hey friends, I am trying to install Ubuntu 12.04 via USB stick (Unetbootin tool). Is there any way to do minimal install via this? [08:03] It does provide a way to update the install string but I don't know what to mention in that string to install minimal system? === acidflash__ is now known as acidflash [09:01] Hi Guys [09:02] I'm wondering if there is some centralized way of user management when you have server that you need to admin and let people login to. Would Ldap help me here ? [09:14] Yamakasi: probably. [09:14] greppy: okay, but how ? [09:14] Yamakasi: that I don't know for sure, I've never set it up :) [09:15] greppy: okay, you don't manage that much servers ? [09:16] not currently, just a handfull and not ones that have common users, besides myself. [09:21] zul: https://code.launchpad.net/~yolanda.robla/quantum/havana/+merge/167230 [09:21] or jamespage ^ [09:27] Hello! Anybody tried 12.04 VPS with namecheap.com? I want to setup a domain as main server domain and nameservers for it that can be used later on for other domains. Any pointers? === wizonesolutions_ is now known as wizonesolutions [09:39] Hello all, just a simple question, is posix ACL support enabled by default on ubuntu server 12.04.2 LTS using LVM? [09:43] pokds: LVM is not a filesystem, hence doesn't have ACL. The default filesystem on 12.04.2 LTS (with or without LVM) is ext4 which does support posix ACL by default. [09:44] xnox: ok I get it, thank you very much for the answer. [09:44] posix ACLs have been supported for gods know how long... [10:08] Supported, yes. But not enabled, if you mean user_xattr in /etc/fstab (AFAIK). [10:09] (nor acl in /etc/fstab) [10:19] zul, jamespage: https://code.launchpad.net/~yolanda.robla/python-quantumclient/havana/+merge/168396 === mooky_ is now known as moooky === moooky is now known as mooky [10:38] yolanda, first MP tested and merged - second one needs a minor tweak but tested OK [10:38] jamespage,the quantum one? [10:38] yolanda, python-quantumclient [10:38] the changelog date/time format is broken [10:38] but the tests do run OK [10:39] oh, i see [10:39] missing 0 === matsubara is now known as matsubara-lunch [10:40] pushed [10:41] https://code.launchpad.net/~yolanda.robla/python-glanceclient/havana/+merge/168399 [10:41] another one [11:23] jamespage: https://code.launchpad.net/~yolanda.robla/python-ceilometerclient/havana/+merge/168413 [11:33] hola [11:33] hi? [11:43] jamespage: https://code.launchpad.net/~yolanda.robla/python-cinderclient/havana/+merge/168416 [11:43] Hello, I have some problems with squid3 i do not know if anyone can help me? [11:44] I want to mount a proxy server, to have free internet in my cell, I do not know if anyone knows, already configure squid3 but I do not know how to enable that supports the connection of the phone [11:46] hi [11:47] anyone? [11:49] is 12.04.2 LTS ok with php 5.4.16? [11:51] Koheleth: AFAICS, 12.04.2 uses 5.3.10 [11:52] Koheleth: did you install 5.4 from a ppa? [11:53] yeah I can see its 5.3.10 just got a client who wants the latest release, would it make it unstable? [11:53] clients eh, never happy [11:56] yolanda, not sure I get "RET=$($client -h 2>&1 > /dev/null)" [11:56] I think that will always be empty no? [11:56] jamespage, if that fails it should be failing [11:57] the tests i mean [11:57] yolanda, but I don't see how that detects the failure [11:57] all that does is run the client and redirect all output to /dev/null [11:59] if the call gives an error it should be sending output to RET, am i wrong? [12:00] yolanda, not with "2>&1 > /dev/null" [12:01] that redirects all output to /dev/null [12:02] mm, so i have this in all the tests [12:02] yolanda, you should really be checking the return code [12:02] yolanda, yeah - I just looked at the quantumclient one again [12:02] sorry - I should have spotted that [12:02] i think i also have it in other merged tests, i was wrong then [12:03] yolanda, this one is OK I think - https://code.launchpad.net/~yolanda.robla/quantum/havana/+merge/167230 [12:04] yolanda, you do something similar when checking the python import [12:04] yes [12:04] but as you print output when it fails the test does fail [12:05] yolanda, for the clients you need to check the return code [12:05] anything other that 0 indicates some sort of failure [12:06] jamespage, i tested that with the ceilometerclient and if the test for client is giving failure, it's giving error anyway [12:07] but best way is to do something like that? result=$(command_to_test 2>&1) ??? [12:09] yolanda, no [12:09] Does anybody know about a saas third party service that would parse my logs and give me some info, like awstats? [12:11] yolanda, http://paste.ubuntu.com/5751419/ [12:11] Koheleth: heh - I'd give the client a small VM for that use to avoid having to install non-lts packages on the server [12:13] ok, i'll modify my tests for the clients. However, maybe by chance, but my checks were also failing if for example i use an incorrect option instead of -h, or i try to call an unexisting client [12:40] anyone that knows if iscsi multipath can utilize all links for a single read or write request? For instance copying 50GB in or out of the SAN [12:40] or is this implementation specific? [12:56] hello there. Any decent kvm webgui to suggest? Managing it via virt-manager over X forwarding is kinda... slow [12:56] spidernik84: works well if you have decent internet access :) [12:57] indeed. Not so much if you are trying to reach a kvm host in Sydney... from Sweden :o) [12:57] and it needs many dependencies [12:57] otherwise, perhaps try freenx [12:58] spidernik84: Why would you do the x-forwarding, instead of running virt-manager locally? [12:58] that's more of a remote desktop thing, though [12:59] andol: do you use it via ssh? [13:00] spidernik84: Yes, standard, qemu+ssh://hostip/system connection. [13:00] spidernik84: ie, virt-manager on your computer can connect to libvirtd on the remote host [13:00] in my case, root access via ssh is disabled on the remote host [13:00] it would be nice to use it. I guess I just need to add the right groups [13:00] spidernik84: Doesn't have to be root, just has to be a user in the libvirtd group. [13:02] do you see any limitation in virt-manager? Would you consider it enough for vm administration? [13:03] spidernik84: Decide that for yourself. :) [13:03] :) [13:03] Does everything I need it to do. [13:04] jpds, perfect, thanks [13:04] still kinda slow but I guess it's not really its fault [13:04] more a connection speed [13:05] spidernik84: You couldn't find anywhere further away from Sweden than Sydney to place the servers? :-) [13:06] :D [13:06] it's doing some cdn-like stuff [13:06] so it needs to be close to our australian customers :P [13:10] spidernik84: Yeah, that is kind of hard to get around :) === matsubara-lunch is now known as matsubara [13:14] jamespage, i updated client: https://code.launchpad.net/~yolanda.robla/python-novaclient/havana_client_fix/+merge/168436 === pgraner` is now known as pgraner [13:54] jamespage, another one: https://code.launchpad.net/~yolanda.robla/python-keystoneclient/havana_client_fix/+merge/168457 === wedgwood_away is now known as wedgwood [14:17] jamespage: http://people.canonical.com/~chucks/ca/ [14:23] zul: +1 [14:24] yolanda, sorry - not had time to look at your MP's yet [14:24] zul, can you pick some up? [14:24] jamespage: sure [14:24] lots of mps in queue :) [14:31] salt/puppet/chef/...? Which is the easiest to learn and use? [14:38] jamespage: can we let havana-1 bake in the cloud-archive until thursday and push it out? [14:38] i mean in the ppa [14:38] zul, yeah I guess so [14:39] we can pre-flight it before pushing to proposed [14:39] jamespage: yeah i dont expect anyone to use it [15:25] zul https://code.launchpad.net/~yolanda.robla/python-glanceclient/havana/+merge/168399 === SpamapS_ is now known as SpamapS [16:34] utlemming, on azure.... do you happen to know what might be running 'start networking' ? [16:34] smoser: the images are configured to autostart eth0 [16:35] how? [16:35] smoser: look in /etc/network/interfaces [16:35] "auto eth0" [16:36] right. but nothing should run 'start networking' [16:37] but something is [16:39] why do you say so? [16:40] http://paste.ubuntu.com/5752208/ [16:41] can i get console (ttyS0) output on those ? [16:41] yup, call MS support [16:42] hyperscale! [16:44] lol [16:49] this is part of why it takes 120 seconds to come up on boot [16:49] as seen https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1189521 [16:49] Launchpad bug 1189521 in walinuxagent "ifdown thinks interface is not up" [Undecided,New] [16:54] smoser: ack, digging on this [16:54] so, i'm not sure why networking gets run. [16:55] but it takes 2 minutes to boot because dhclient fails on the dhcp response [16:57] smoser: I'm firing up a precise instance to see if that is the story there too. [16:58] smoser: RTNETLINK answers: File exists [16:58] smoser: that is from /var/log/upstart/networking.log [16:58] well, thats because it does. [16:58] :) [16:59] smoser: here's a potential working hyptothesis: walinuxagent starts on runlevel 2. It setups up its own DHCP client listening on port 63. If the agent and dhclient try to run at the same time, that could cause the failure. [17:00] smoser: also of note, 12.04 instances _have_ dhclient running. [17:00] the agent's dhclient shouldnt affect anything really. [17:00] if both bind attempt to bind on port 68? [17:00] and as seen in /var/log/network-interface-eth0.log, dhclient fails well before walinux runs [17:02] so i'm pretty sure that waagent's dhcp is what is actually bringing up networking (such that you can ssh in), but i'm not sure what is running 'start networking' [17:03] smoser: I just don't know where in the code that could be happening [17:04] i dont know either. [17:04] * smoser tried to ocnfigure my 13.10 with statick networking (rather than dhcp) and it seems DOA [17:11] smoser: on my instance I see a 15 second difference between when the agent did its work the networking started. After putting a comment, I can see that the DHCP socket for the agent should have closed 14 seconds before the networking start was issued. So my hypothesis, as you stated, is wrong [17:11] i tihnk something down the failsafe path is doing it [17:11] but i dont know what [17:14] smoser: bingo. See line 1739 http://paste.ubuntu.com/ [17:14] smoser: If I am following the code right, it flaps the connection a few times [17:14] pastebinit failed :) [17:14] or your copy and paste did [17:14] smoser: user error, try http://paste.ubuntu.com/5752320/ [17:15] but that actually shouldn't cause 'networking' job to run [17:15] smoser: the first call is at line 2473, which does a flap for no reason, other than to give the instance a name of 'localhost.localdomain' [17:16] smoser: right...and it doesn't explain why the if status shows down [17:17] well, if shows down because dhclient failed [17:17] its a stupid state [17:17] it just knows that *it* didn't bring it up [17:17] so its down from its perspective [17:17] (well, it tried and it failed) [17:19] anyone know what scratchbox-devkit-qemu is? [17:20] Scratchbox is a framework to help developers with cross-compilation of Linux software [17:21] (but other than that, no) [17:21] interesting - thanks [17:21] zul, any chance you can take a look at the 2013.1.2 grizzly branch update proposals? === wedgwood is now known as wedgwood_away [17:22] adam_g_: sure url? [17:23] zul, https://code.launchpad.net/~openstack-ubuntu-testing/+activereviews [17:25] adam_g_: done [17:26] zul, okay thanks. [17:26] smoser: I think that this might be a bug in the lease time. Doing a "ip addr del ... dev eth0 & restart networking" yield a message about "Unable to set up timer: out of range". Googling this, I found https://bugzilla.redhat.com/show_bug.cgi?id=789601 [17:26] utlemming: Error: Could not parse XML returned by bugzilla.redhat.com: HTTP Error 404: Not Found [17:26] utlemming, right [17:26] smoser: it looks this might be the insanely long lese time [17:26] er, lease time [17:26] that "out of range" is why it fails [17:26] (well, the first time. i'm not sure if its that our the route-exists the second time) [17:26] but it doesn't really matter [17:30] utlemming, http://www.informit.com/articles/article.aspx?p=30874&seqNum=3 [17:30] that, paired with /var/log/dhcp/dhclient.eth0.leases having: [17:30] renew 4 2149/07/17 23:25:05; [17:30] rebind 4 2149/07/17 23:25:05; [17:30] expire 4 2149/07/17 23:25:05; [17:31] makes me suspect a off-by-one(ish) error === wedgwood_away is now known as wedgwood [17:31] yeah, the max lease should be 2048/07/17 [17:32] so then, obviously I file a ticket with MS....do we need to do something in the meantime? I am curious why this works on 12.04 and not in 13.04 [17:32] well [17:32] $ date --date="now + $(echo "2^32 - 2" | bc) seconds" --utc [17:32] Fri Jul 18 00:00:36 UTC 2149 [17:33] per your link, the max lease is roughly 135 years [17:33] so its very close to right. [17:33] well, either that guy's math or bc's is wrong [17:33] and between the two of them, i trust bc [17:33] (and gnu date) [17:33] right === dduffey_afk is now known as dduffey === marlinc_ is now known as marlinc === balloons_ is now known as balloons === yofel_ is now known as yofel === lifeless_ is now known as lifeless [18:14] smoser: I just applied, build and tested the RH bug fix, and this is a match. [18:14] smoser: I'm uploading my tree now, and it look like this will need SRU review [18:23] hello! if you add an init/upstart script to /etc/init/foo.conf - do you need to do anything else before you can "start foo" ? [18:30] smoser: I just proposed a merge for the DHCP fix. [18:32] utlemming, lets open a specific bug for that [18:32] as the one i opened has many other things. to sort out. [18:36] smoser: already did :) [18:36] smoser: Bug 1189571 [18:36] number? [18:36] Launchpad bug 1189571 in isc-dhcp "isc-dhcp client "Unable to set up timer: out of range" caused by bad 64_bit timer" [Undecided,Confirmed] https://launchpad.net/bugs/1189571 [18:37] smoser: I tested the fix...and I have a MP out for Saucy [18:39] utlemming, put a patch header in [18:39] dep 3 [18:40] smoser: on it [18:49] smoser: uploaded with patch header === jpds is now known as Guest72281 [19:04] utlemming, that improves booth time by like 4 minutes [19:16] Hey all. I have a question regarding the best way to implement a mail server. I have some website I am hosting ona self managed server but I understand the issue with spam. I am wanting to possibly redirect my mail to a known server for relay. What is the best way of doing this? I have looked into using postfix + gmail === DasIch_ is now known as DasIch [19:47] smoser: can you confirm the fix in the LP bug? [19:48] this one is rather ugly bug 1189567 [19:48] Launchpad bug 1189567 in xfsprogs "xfs_repair fails to repair filesystem" [Undecided,New] https://launchpad.net/bugs/1189567 [19:50] utlemming, it is confirmed... [19:50] thank you kindly [19:51] i will upload shortly [19:51] to saucy === matsubara is now known as matsubara-afk [20:05] utlemming, its kind of nice to reboot a system nad have it come back in 30 seconds rather than 4 mintues ;) [20:06] smoser: I am frankly really surprised this hasn't been an issue yet, but I am definately happy that they are faster boots [20:08] smoser: after the upload, it should land in the next daily for saucy. I'll verify the fix in the next daily, and then proceed to get that SRU'd [20:08] i just uploaded [20:09] smoser: ack [20:09] i made a white space change in yoru patch. [20:09] and removed the in-file reference to redhat bug [20:10] basically just re-using verbatum fedora's patch [20:10] (you had whitespace indentation rather than tab) [20:15] smoser: oh, thanks [20:39] !ops [20:39] Help! Channel emergency! soren, lamont, mathiaz, Pici, Daviey, Tm_T or pmatulis [20:39] 'sup? [20:39] jacobw: ? [20:40] Max SendQ exceed * many [20:40] Just, not right now :| [20:41] * soren crawls back under his rock [21:00] * hallyn waves toward soren's rock [21:03] utlemming, bug 1189571 is relavent to 12.04, no? [21:03] Launchpad bug 1189571 in isc-dhcp "isc-dhcp client "Unable to set up timer: out of range" caused by bad 64_bit timer" [Medium,Confirmed] https://launchpad.net/bugs/1189571 [21:04] smoser: negative. I confirmed that it doesn not affect 12.04 or 12.10 [21:04] that seems unlikely, dont you think ? [21:05] smoser: that's what I thought....I checked on a new instance of each [21:05] smoser: I'll throw up another pair now [21:05] smoser: I'll use the latest dailies for that [21:07] utlemming, https://launchpad.net/ubuntu/+source/isc-dhcp [21:07] it would seem like it would *have* to affect quantal [21:07] (ie, same usptream version 4.2.4) [21:08] smoser: yeah....looks that way [21:08] i hvae to run. [21:09] smoser: you're right, looks like I started two precise instance, so it does affect 12.10 too [21:17] Hm. Only Precise and Saucy images now in http://cdimage.ubuntu.com/ubuntu-server/ ? I wanted to wget 13.04 but it doesn't work with the redirection URLs at http://www.ubuntu.com/download/server [21:28] test [21:29] diegobiavati: irc tends to be quiet until someone has something to say.. :) [21:36] * genii just downloads Saucy instead [21:36] ( since I'm trying to test Hockeypuck which doesn't come in Precise ) [22:46] Evening folks. Im curious anyone had any experiance with this new fs btrfs? [22:47] Slyboots: at least a handful of folks here have btrfs in their testing setups.. I'm not sure it's quite production ready, but it sure looks promising [22:47] Mm, Im just thinking of using it in my home NAS but slightly confused. [22:47] I take it you use brfs instead of mdadm for a RAID/LVM [22:47] And *not* on top of those [22:48] Slyboots: correct. [22:48] Bugger, going to have to start again then heh.. [22:49] Slyboots: the installer doesn't offer out-of-the-box setup of raid levels though. [22:50] Im sure I can muddle my way though the setup [22:50] So brfs is quite like zfs it sounds [22:50] they are similar in many aspects/concepts [22:50] "class" / "generation" of filesystems. [22:52] Okay, Well I'll give this a good reading and a tinkering, I was just curiuos if people had used it and if its considered "Safe" enough for general use [22:52] I wouldnt put it on a production server of course, but I think for my home NAS it'll do the job :) [22:54] excellent :) feedback from enthusiastic users is what moves it along :) [22:54] :D === wedgwood is now known as wedgwood_away [23:09] I use it on my home NAS [23:09] no problems [23:09] just make sure you have a newer kernel [23:09] I use a backported kernel for 12.04 [23:11] jcastro, hm? [23:12] jcastro: quantal or raring? .. can you recall off the top of your head what changed between them and precise? [23:12] the updates to btrfs are in the kernel [23:13] so you can snag either quantal or raring kernels for 12.04 if you want a new kernel but stable userspace [23:13] linux-generic-lts-raring and linux-generic-lts-quantal [23:13] Ahh.. [23:14] sarnold: it's a huge version jump to each one [23:14] so I just tend to run the newest [23:14] jcastro: aha [23:14] I used to run the mainline kernels but at some point the supported kernels caught up [23:14] oh, and you'll need to build btrfs-tools from like git but it's just an easy `make` [23:15] other than tha, no problems! === mikal_ is now known as mikal