[00:01] guegs, don't use ftp [00:01] atleast use rsync or sftp [00:01] yeah, sftp is what I meant. [00:01] Might even go for vsftp. Depends on how ambitious I'm feeling. [00:04] that would be horrible [00:04] vsftp is just ftp [00:04] don't do vsftp [00:04] sftp is a million times more secure [00:08] a million? wow! [00:09] yeah I think sftp has 7.3 million security units :) [00:15] sftp is also not a completely horrible protocol [00:16] well, when you go from 0 security to 1 security, it's just infinitly better :) [00:16] so true. ftp scores a few million suckitude points. :) [00:19] it was a nice design, till nat was invented [00:19] then doing ssl+ftp become impossible [00:20] and after all that, I can't believe they went and designed sip to do the same stupid thing [00:37] hello, a little question on amavisd-new. I know it supports listening on several inet sockets and plugging different policy banks to that, what I want to know is if amavis supports the same with unix sockets [00:38] i only see a single $interface_policy{'SOCK'} in the default config [00:40] hmm, i you can do $inet_socket_port = [10040,10041,10042,10043,10044]; maybe something alike can be done with $unix_socketname [00:44] nope, inet sockets it is then [03:11] lstefani> hello. how i can change a file with drwxr-xr-x 5 nobody nobody to drwxr-xr-x 5 root root? ok i run chown root:root file_name, but not work [03:48] Any one have experience PXE booting? [03:51] Hello? [03:52] Any one have experience PXE booting with Ubuntu server? [03:55] After completing Ubuntu installation through PXE booting, the client has no internet access, what would cause that issue? [04:03] ubunter: i use cobbler to do that [04:03] and it sets up the interface config post install [04:04] After using cobbler does your client have internet access after installations are complete? [04:04] Or do you have to make changes to the interfaces? [04:07] ubunter: yes [04:09] If possible could you briefly explain the steps involved in the process maybe like the 4 point summary. Let me give you mine: 1. Configured DHCP server 2. Install tftpd-hpa inetutils-inetd 3. Made Configurations for those tools 4. Download Ubuntu 12.04 ISO 5.Extracted and put proper files into proper directories. 6 PXE boot and installed Ubuntu 7. After installation no internet access for the client. [04:10] Where would I make the mistake of not allowing my clients to lose internet access after installation is complete? [04:15] ubunter: it is your preseed [04:15] you have to customize it [04:16] cobbler ships with a post network config script taht should work [04:16] it is possible it is not setting the default gateway [04:16] this might help, http://tech.five3genomics.com/cobbler-tips/ [04:16] ubunter: I am going to sleep but if you still need help tomorrow I will give you my preseed/script [04:17] I see, Thank you very much I will see if I can fix the issue [04:17] Ok thank you very much been working on this for week for a non profit I volunteer for thank you [04:30] smb: suspect it's too early for you, but in any case - was there some option you said earlier that i have to give to mount nfs from a saucy host onto a trusty client? [04:31] it hangs while doing mount("10.42.43.16:/srv", "/srv", "nfs", 0, "vers=4,addr=10.42.43.16,clientad", but '-o nfsvers=2 or =3 is not supported [04:52] hm, seems to be working now [06:21] hi guys any help when i run /usr/sbin/iptables ruless --> it says no directory..? how do i run the path for iptables in ubuntu server..? [06:29] ruben23: which iptables [06:29] err thats the command xD [06:30] its in /sbin/ [07:07] hallyn, I certainly said nothing earlier anyway. But it should be ok with no special magic. [09:01] jamespage: I'm hoping you're in UK time :) [09:01] jamespage: cause, https://bugs.launchpad.net/tripleo/+bug/1300663 - I'm thinking its an upstart bug [09:01] Launchpad bug 1300663 in tripleo "upstart using 100% CPU" [Critical,Triaged] [09:07] lifeless: could that be an errant upstart job, perhaps, causing some sort of loop? If it is an upstart bug, you haven't provided the release or version of upstart or anything. [09:08] rbasak: oh sorry ! still gathering data but saucy [09:08] rbasak: so yes, certainly an errant job, but that should never be able to wedge upstart [09:08] rbasak: upstarts job is to be unwedgable ;) [09:10] jodh: ^^ [09:11] lifeless: agreed, but is upstart actually wedged there? Or is it trying as hard as it can to do what an errant upstart job might have said, while still being able to process other things? [09:14] rbasak: service nova-compute stop hangs [09:15] rbasak: even though the nova-compute process can be killed (have done so) and is now a zombie [09:15] rbasak: also can't reboot the machine [09:15] we think we know how we're tickling this now [09:18] lifeless: looks like that server needs to raise its limits. what does 'ls -l /proc/1/fd' show? [09:21] jodh: 0 through 1023 [09:21] jodh: but no - its a genuine leak in one of our scripts - my complaint here is that upstart has allowed itself to become nonfunctional [09:21] jodh: can't reboot, can't stop services. [09:26] lifeless: try modifying /proc/1/limits to raise max files to the hard limit [09:31] echo 2048 > /proc/1/limits [09:31] -su: echo: write error: Invalid argument [09:31] jodh: ^ [09:46] lifeless: I've updated the bug with questions and suggestions. [09:46] jodh: brilliant, many thanks [09:47] I've restarted that server, but I've 9 more with the symptom intact, will grab a stack from them [09:48] lifeless: thanks [09:48] jodh: I'm not sure what you mean by raise the limits, since upstart starts before any limits are able to be set [10:35] QUESTION: Ubuntu 14.04 Server 64bit. Does it support 16Gb memory? [10:40] vlad_starkov: http://askubuntu.com/q/142043/7808 suggests that it should be fine. I'm not aware of any other restriction. [10:40] (assuming your hardware supports it) [10:41] rbasak: nice) [10:41] THanks. [10:53] hi [10:54] how can I enforce iscsi target to be presented over a specific network only? I defined a public lan, and a separated iscsi lan, but targets are visible over public lan, too. [10:58] bekks: arrange for it to "bind" to the correct interface or address. I'm not sure how to do that, but the wording might help your search. [10:59] rbasak: yeah, I'm gonna try that. thank you :) [11:09] for the logs: binding to a specific iscsi interface can be done by setting ISCSITARGET_OPTIONS="--address a.b.c.d" in /etc/default/iscsitarget [11:09] Thanks for the clue :) [11:11] No problem. Thanks for reporting back - useful to know next time someone asks :) [11:12] lifeless, I see that rbasak and jodh are helping you [11:14] jamespage: they are, thanks! [11:14] oh nuts, I just realised I didn't get the stacktrace from the host [11:14] I bulk-removed the cause that triggered the issue :( [11:14] adam_g, just promoting everything aside from the rc1's to -updates now [11:14] lifeless, ooops [11:15] assuming we a) analysed it right and b) the fix works [11:15] we won't tickle the problem again [11:15] :/ [11:15] should be fairly easy to reproduce on demand with a little scripting [11:15] I'll see what I can do tomorrowish [11:24] zul, coreycb: we need to switch over the CI lab to use the milestone-proposed branches as they appear [11:29] Daviey: mitre descriptions are often wrong, you can't rely on them. Here's the upstream link: http://security.libvirt.org/2013/0012.html [11:32] QUESTION: Ubuntu 14.04 Server 64bit. Successfully boots with 12GB RAM. Fails with 16GB RAM raising "mtrr_cleanup: can not find optimal value, please specify mtrr_gran_size/mtrr_chunk_size" errors. How to choose correct values for mtrr_gran_size and mtrr_chunk_size? [11:33] vlad_starkov, unreleased ubuntu support = 14.04 is in #ubuntu+1 [11:34] cfhowlett: ooops, didn't mention that I'm in #ubuntu-server. Sorry. But anyways, the same errors and boot fail I've got with 12.04.4 and 13.10. [11:35] vlad_starkov, please raise a bug - 16GB should be just fine with the 64 bit kernel [11:35] jamespage: How to do it? [11:35] vlad_starkov, that will at least get your issue infront of the kernel team who can triage this sort of thing more effectively [11:35] vlad_starkov, use the ubuntu-bug tool [11:36] vlad_starkov, https://help.ubuntu.com/community/ReportingBugs [11:37] jamespage: thanks [11:43] zul, did you upload coreycb's nova rc1? [11:43] jamespage: yep [11:44] jamespage: Daviey is sitting on it because of this https://launchpadlibrarian.net/171386104/buildlog_ubuntu-trusty-i386.nova_1%3A2014.1%2Bgit201403311446~trusty-0ubuntu1_FAILEDTOBUILD.txt.gz [11:45] jamespage: i have narrrowed down the commit that caused it [11:46] zul: oh joy [11:47] jamespage: yeah [11:47] zul, can you reproduce that locally? [11:47] not yet..have to start the day first :) [11:48] zul, ack [11:48] zul, anything I can help with? [11:48] jamespage: not yet [11:49] smoser: sometimes I see the "WARNING! Your environment specifies an invalid locale." message to run locale-gen, even after /var/lib/cloud/instance/boot-finished exists. This means that "uvt-kvm wait" still feels racy. [11:49] smoser: is this expected? [12:06] YAY!!! My system boots with 16GB RAM. Finally!!!) [12:08] Strange thing (possibly BUG). System doesn't boot with BIOS settings "Memory Branch Mode -> Interleave". But successfully booted with BIOS settings "Memory Branch Mode -> Sequential". Anyone can explain me why this could happen? === psivaa is now known as psivaa-lunch [12:30] My samba server stopped, can anyone help me find out the problem? (have tried for many hours now w/o success) [12:41] What’s the difference between $VAR and ${VAR} ? [12:42] i have cd $CURRENT_DIR and my ide says i should use ${CURRENT_DIR} [12:42] But lacks an explanation. [12:46] shredding: it's easy [12:46] shredding: in certain contexts, you need to use ${VAR} - otherwise they're the same. consider "$VARsuffix" vs ${VAR}suffix" [12:46] shredding: this$CURRENT_DIRwill not work [12:46] while [12:46] Ah, thanks. [12:46] shredding: this${CURRENT_DIR}will work [12:47] So its for string interpolation. [12:47] ${CURRENT_DIR} is always on the safe side [12:48] rbasak, yes. [12:48] its still racy. [12:49] hah [12:49] although if you had a sane locale, i think you wouldnt see it. [12:49] /etc/security/limits.conf is useless [12:49] :) [12:50] no really, it is [12:50] i mean, you can set there whatever you want, it's ignored [12:50] jamespage: neutron is available [12:56] why don't we include pam_limits in pam's common-session? [12:56] smoser: what, en_GB.UTF-8 isn't sane? :) [12:57] LANG=en_US.UTF-8 ==> fix-released. [12:57] :) [12:57] So cloud-init runs stuff after boot-finished? [12:57] I'm a bit confused about that. [12:57] i dont think so. [12:58] i think you must be getting in before that. [12:58] oh. wait, o. its simply expected behavior. [12:58] no rce. [12:58] i think [12:58] if you *don't* see it then something is wrong. [12:58] jamespage: have you changed it over to the milestone-proposed branches already? if not ill do it right now [12:59] smoser: http://paste.ubuntu.com/7189555/ is what I'm running on the guest for the wait. I can amend it as needed. [12:59] its correctly telling you "hey, i don't have locales generated for your exotic locale, if you want to generate them, here is how you can". [12:59] smoser: except that if I wait a bit, I don't get that prompt, I don't think. [12:59] * rbasak will test [12:59] (not even once is what I mean; I'll check for that) === cmagina-away is now known as cmagina [13:00] hm.. [13:01] zul, not yet [13:02] ill do it right now [13:02] smoser: yeah I get the message on first ssh if I don't wait, and don't get the message on first ssh if I do wait, on a precise amd64 image. [13:02] rbasak, that makes sense. [13:02] I can also see the message by it winning the race. [13:02] it runs once. [13:02] only. [13:03] (even when I believe I'm checking for boot-finished) [13:03] and i suspect its running on your non-interactive run [13:03] zul, did you want me todo neutron? [13:03] we need: [13:03] [ -t 0 ] [13:03] Non-interactive run? [13:03] jamespage: yes please [13:03] I made sure not to trigger any outside ssh. [13:03] if you dont mind [13:04] smoser: that's what I mean by "first ssh". There was no other ssh. [13:04] hm.. . oh i thought you were running the 'wait' in that paste via ssh. [13:04] I am, but I disabled it for my test. [13:04] zul, no problem [13:05] rbasak, /etc/profile.d/Z99-cloud-locale-test.sh [13:05] thats what does it. [13:05] i'm not sure why you would not see it. [13:05] i just verified ssh'ing to an instance that'd been up for a couple days like: [13:05] env LC_ALL=en_GB.UTF-8 ssh sstack-5 [13:06] and I see it. but only the first time. [13:09] smoser: LC_ALL does trigger it, but LANG does not. [13:10] smoser: once logged in (without seeing the message), "locale" gives me LANG=en_US.UTF-8. No sign of en_GB. [13:10] rbasak, i think this is because ssh does not allow your LANG through [13:10] but does allow LC_ALL [13:10] OK, but why the race then? [13:10] oh. well, maybe. [13:10] i don tknow what the race is. [13:10] i can't explain this, so i think that you must be doing something wrong :) [13:10] you can look at how that works, i can't see how it could possibly result in not showing you that message. [13:11] other than if it has run once on a non-interactive login (but actually, motd which runs *it* should only be running on interactive login) [13:11] as showing that message to a computer isn't terribly useful [13:12] I have a theory [13:14] rbasak, for what its worth, your 'wait for runlevel' has unsafe logic [13:14] jamespage: after using my 300 baud modem we are using the stable branches now for icehouse [13:14] zul, milestone-proposed right? [13:14] smoser: what's wrong with it? [13:14] jamespage: yes [13:14] if 'runlevel | awk .. ' prints a non-integer it will fail with bad syntax and drop from that loop. [13:14] non-integer or "". [13:14] zul: ++ [13:15] jamespage: i cant reproduce the failure locally === Havenstance2 is now known as Haven|Work [13:16] i think. maybe i'm wrong. [13:17] smoser: AIUI, the quotes fix that problem. I see people doing x$a = xfoo but I never understand why, since one can use quotes. [13:17] oh. yeah, you're right. i was thinking the other end. [13:17] xfoo is garbage. [13:17] you're currect. [13:18] i was thinking you were using -eq [13:18] which would complain about non-integer. but you're just doing string compare. [13:18] thats fine. [13:19] While we're looking, I plan to implement a look for /run/.../boot-finished at some point. [13:19] I just hadn't because I figured that I need to do a version test of cloud-init first, and I was in a hurry. [13:19] The script is user-overridable, so it's not critical for Trusty I don't think. [13:19] Scripts that call uvtool could supply their own, and users can use the PPA. [13:20] agreed. [13:21] The only restriction is that currently it must be an "sh" script. [13:21] It would probably be nice to fix that at some point, but I didn't worry about it. [13:21] (it's documented) === psivaa-lunch is now known as psivaa [13:34] jamespage: hey are you agreeable to push out one more oslo.messaging http://pastebin.ubuntu.com/7189681/ [13:39] how can i found out which version of package is going be installed with "sudo apt-get install " [13:42] tomixxlx5, apt-cache policy wil [13:42] cfhowlett: ty a lot [13:47] zul, +1 [14:11] Daviey, just as a heads up - the neutron upload for rc1 includes some new binary packages; some of its renaming and some of its new since b3 [14:19] zul, Daviey, I should really have pushed those changes in before rc1 - but hindsight is 20:20 [14:19] jamespage: agreed [14:38] Daviey/coreycb/jamespage: I guess that nova test regression got fixed I dont see it anymore [14:39] zul, hmm ok [14:40] odd [14:45] jamespage: oslo.messaging builds fine for me modulo a patch [15:23] zul, neutron uploading [15:23] jamespage: huzzah [15:23] coreycb, I almost have nova-cloud-controller upgrading again [15:24] something is caching in do_openstack_upgrade [15:26] jamespage, ok great. I hadn't attempted an upgrade in a few days so I hadn't come across any recent issues. [15:27] coreycb, I convinced quantum-gateway todo the switches between grizzly->havana->icehouse OK [15:27] still working on ncc [15:28] jamespage, cool [15:28] jamespage, btw, for the nova db updates [15:30] jamespage, my approach has been to compare old vs new databases after migration and make any changes to get the new db to look the same as the old [15:31] jamespage, I'm putting most of the changes into the new 216*.py version - should have something for you to look at in the next day or so [15:42] coreycb, OK _ if we are going to put this is it needs to happen this week [15:42] any later... [15:43] then it would make me nervous [15:51] jamespage, ok [15:51] installing ubuntu 13.10 server, I want to unlock encrypted drives with a USB Key, can I configure that during install or is it best to wait till the installer finishes and set up the crypt with the unlock file? [15:52] Haven|Work: I've done something similar before, and I set it up afterwards. You could set up an encrypted volume during install, and then change the passphrase later. [15:53] Change it with a random key that's only on your USB stick, and arrange for a keyscript to supply that. [15:53] * rbasak isn't sure of any other installer option to achieve this [15:53] TJ-: Hi! This is just to let you know. I won it :) [15:54] okay, let me give you a little background. I want to install the OS on an IDE Drive, then want to configure and unlock the encrypted RAID Array at boot with a USB Stick. [15:54] vlad_starkov: Fab... how!? [15:54] Probably best to make the array and everything after install rbasak ? [15:54] vlad_starkov: I think your case needs a bug report write-up, for others than might suffer the same issues [15:54] So I'm clear, your encrypted RAID array will not be on an IDE drive? [15:54] no its two 2.5tb sata drives [15:54] for storage [15:55] OK. Yes - then I'd arrange that all after install. [15:55] cryptsetup + keyscript in /etc/crypttab, etc. [15:55] /etc/fstab entry to mount it. I think with an auto mount from /etc/fstab, it'll correctly see /etc/crypptab and call the keyscript. [15:56] I can't remember the details, though. [15:56] I have a guide I intend to follow for the making the USB encryption. so that shouldn't be too bad [15:56] once I do that though if I install Zentyal will it overwrite the /etc/fstab? [15:56] No idea about how things will interact with Zentyal, sorry. [15:56] I'd suppose it wouldn't matter if i had the keyfile generated and on the USB stick I could still unlock the drives by telling it to look there :) [15:57] so that answers that question :) [15:57] TJ-: Eventually it turned out that system successfully boot in 2 cases: 1) When BIOS's "Memory Branch Mode" param is "Interleave" and max 12Gb RAM installed; AND 2) When BIOS's "Memory Branch Mode" param is "Sequential" and 16Gb RAM installed :-) [15:57] BTW, on my home server machine I supply the LUKS passphrase over the network (loopback cable) using a keyscript I wrote: https://github.com/basak/netkeyscript [15:57] Haven|Work: It's pretty straight-forward cryptsetup processes. An entry in "/etc/crypttab" will ensure udev/cryptsetup unlocks and create a DM device node, which is what /etc/fstab will refer to [15:57] TJ-, perfect thanks [15:57] thank you also rbasak [15:58] vlad_starkov: So, BIOS issue after all ... I was looking at those MTRRs so that might have been another route to fix it [15:58] rbasak: how does that with plymouth? [15:58] Haven|Work: I've done extensive work with cryptsetup, so if you need assistance, ping me [15:58] xnox: you mean my netkeyscript, or keyscripts in general? [15:58] zul: were you planning any libvirt upload soon? [15:58] rbasak: ideally i'd like something like that for a desktop machine such that i can enter password via plymouth or via external means. [15:58] TJ-: By the way, MTTRs fixes just by adding the following boot params "enable_mtrr_cleanup mtrr_spare_reg_nr=1 mtrr_gran_size=64K mtrr_chunk_size=1M" [15:58] hallyn: no [15:59] hallyn: 1.2.3 is out though ;) [15:59] xnox: cryptsetup comes with some kind of keyscript/built in thing that can speak to plymouth, I presume. [15:59] vlad_starkov: Yes, that was one of the options I was going to suggest [15:59] zul: haha, yeah. no i may be pushing the 2.0 qemu to trusty archive soon, so would need to push the corresponding libvirt [15:59] xnox: to integrate with my netkeyscript, I'd suggest some kind of keyscript multiplexing keyscript, that calls out to both a plymouth keyscript and my netkeyscript. [15:59] hallyn: okies [15:59] i need to check how i said i would do it [16:00] TJ-: So now I have working Ubuntu Server 14.04 64bit, 2xCPU (8 cores), 16Gb RAM, 2x80Gb SSD (RAID 1), 4x 2Tb HDD (RAID 10) :) [16:00] vlad_starkov: About time :) Glad it got sorted. [16:01] TJ-: Thank you for all your time you have spent for helping me! I got many good lessons and learned many new cool things! [16:01] vlad_starkov: you're welcome [16:01] TJ-, have you ever done anything like I am attempting? [16:02] Haven|Work: Yes. I think I have an article about something similar from a few years ago, might not be precisely what you're wanting, but gives a good overview of the approach. [16:02] heh, good overview would be perfect, from there I can modify whatever I need to make it work [16:02] Haven|Work: http://tjworld.net/wiki/Linux/Ubuntu/HardyRAID5EncryptedLVM [16:03] Haven|Work: Nowadays many of the steps are built into the tools so the manual steps aren't required [16:03] okay, I really play on encrypting the Raid1 Array and unlocking that with Key, that's all the further I need to go this looks almost perfect for what I'm doing [16:03] Haven|Work: I have all our laptops using LUKs full-disk encryption, including the /boot/grub/ partition, via GRUB_ENABLE_CRYPTODISK [16:04] so afterinstall i make the Raid array then once that's done I run cryptsetup and it should walk me through the process at least somewhat :) [16:08] Haven|Work: If you're going to randomise the disk surfaces, use the 'quick' method of creating (luksFormat $LUKS_CONTAINER $LUKS_DEVICE) an initial sacrificial LUKS container spanning all the space, doing luksOpen, then using "dd if=/dev/zero of=/dev/mapper/$LUKS_DEVICE bs=4M" to quickly randomise, then luksClose followed by a wipe of the LUKS header with "dd if=/dev/urandom of=/dev/mapper/$LUKS_CONTAINER bs=1M count=1", then create the real LUKS containers. [16:10] I actually already have the partitions set and formatted on the disk space. I played with this forever in the install on Thursday and Friday and managed to get that far before the asshole janitor unplugged my server over the weekend [16:10] found out though CMOS battery is bad [16:10] so that was at least a partial help === cereal is now known as s1de === s1de is now known as cereal [16:26] zul, https://code.launchpad.net/~james-page/ceilometer/fixup-dbsync/+merge/213686 [16:47] jamespage: +1 [16:58] jamespage: looks like ceilometer needs a newer happybase [16:58] * jamespage sighs === danjenkins_ is now known as danjenkins [17:11] zul: How was the nova issue fixed? [17:15] jamespage: neutron accepted. [17:15] Daviey, thanks [17:16] Daviey: I am not sure how built it this morning no problems...going to be dropping the patch soon [17:19] Hi all. I am troubleshooting an ltsp server issue and ran into problems but #ltsp seems dead. Anyone able to help? [17:23] zul: It's concerning having unknown test failures that now work... Sure you didn't change anything else? :) [17:23] Daviey: no i didnt change anything [17:24] Daviey: other than change to milestone branches in the lab [17:25] Daviey,zul: was the test failure in the trunk PPA? [17:25] yeah [17:26] jamespage: Re-uploaded with the patch that disabled the test failures to the ppa now it builds fine [17:31] zul: withOUT? [17:32] without [17:45] zul: Out of interest, why is >=0.7 keystoneclient needed? [17:46] Daviey: https://github.com/openstack/requirements/commit/65a913ef036de59ad84a7fb369a5e6df93bb5ac0 [17:48] zul: I wish they weren't so vague on WHY. [17:48] Daviey: agreed [17:48] We want a newer version because we want newer shiiitz [17:49] its shiney [17:55] Daviey/jamespage: glance should be ready today [17:56] zul, great [17:56] Daviey, neutron built and binary NEW awaiting review :-) [17:59] Hi one question, I've a user "roberto" in my machine and want that it be able to do "sudo su - fyf" and execute commands as that user without entering a password, I have edited as root the /etc/sudoers file using visudo and added this: http://paste.debian.net/91019/ but if I'm root and switch to this user as: sudo su - roberto and then do sudo su - fyf it asks me for a password, any ideas? [18:02] jamespage: accepted [18:02] Oh hey, the Subversion project is switching to Git: https://issues.apache.org/jira/browse/INFRA-7524 [18:02] ;) [18:04] imdea: every NOPASSWD: in the sudoers(5) has a space afterwards [18:05] Daviey, ta [18:06] sarnold: curious, since I have another entry like this one: git ALL = NOPASSWD:ALL (with no space afterwards) and it works great. [18:06] imdea: drat. it was reaching for straws anyway, i didn't like it much as a suggestion. :) [18:07] imdea: OH! rather than 'sudo su - fyf' try 'sudo -u fyf -s' [18:07] imdea: I like this one :) this one ought to work [18:07] sarnold: what's the difference? [18:08] imdea: in your version, you're switching to root and then running the 'su' command to switch to fyf. in my version, sudo switches to fyf directly and then starts a shell. [18:12] sarnold, thanks! [18:12] :D [18:23] Had my company's email go down earlier today while I was asleep, I was more tempted to use "sudo su - fml" :P [18:24] keithzg: :) [18:28] hmm, apache is moving [18:28] https://issues.apache.org/jira/browse/INFRA-7524 [18:30] I suspect it's aprilfoolsism. [18:30] :) [18:30] your no fun [18:31] indeed :) [18:31] zul: you need to use the setup-jenkins job to reconfigure the icehouse jobs for milestone-proposed btw [18:32] jamespage: ack..i did :) [18:32] zul, sorry - so you did - I just happended to look at swift :-( [18:33] doh [18:33] jamespage: heh [18:33] * jamespage eod's [18:51] I have a quad core server, with 3953 MB of memory which runs apache and php... it's running about 30 high traffic websites -- just wondering what an approximate acceptable load average would be when looking @ htop [18:54] tcstar: load average is just one measurement number to indicate the 'load' of the system; it's just one more metric along with e.g. swap use and paging requests to help you determine if something has -changed- on the system [18:55] tcstar: of course, whther or not you need to -do- anything about any of the measures is another thing -- probably best measured by request latencies on the websites in question [18:56] yeah... i started optimizing my apache a little... had the cpu use drop from about 35% to no more than 7%... load from 1.4 down to 0.43 memory down to 500 megs and ive never used any of the 4 gig of swap [18:57] tcstar: wow :) that's cool [18:58] tcstar: the 'bo' and 'bi' columns of 'vmstat 1' output is one of my favorite quick performance tools [18:58] now whether or not that really means anything is another question that i can't give the answer lol [18:59] mine shows: https://gist.github.com/anonymous/4f447a8b086198b27d7e [19:00] I don't know what kind of time just a bare 'vmstat' covers, but it sure looks like this machine is nearly asleep :) hehe [19:00] just noticed the '1' so ran it again... this is what i've got so far... [19:00] https://gist.github.com/anonymous/a7b2db052e8870c27b6a [19:01] aha, looks like heavy logging or light file uploading or similar? [19:03] atm no file uploading, might be seeing the rsync stuff in there mirroring my 'upload server'... i don't understand anything i see in vmstat honestly... but we do have a crap ton of traffic going to different sites [19:03] usually get about 500 unique hits per minute per site [19:04] cool [19:05] had one of my dual core servers lock up on us yesterday causing a 20 minute outage.. so spent the time to migrate over to the quad core machines -- and trying to optimize so it doesn't happen again... that's the goal anyway [19:06] machines die: hard drives, power supplies, etc etc. having a fail-over or N+1 redundancy in place from the start is a good idea when you can't tolerate downtime [19:06] look into haproxy, it may be a nice simple stepping-stone to get to where you want to be [19:07] can I run something like HaProxy over public ip? 2 of my servers are in one DC and 2 are in another [19:10] tcstar: hrm that's way beyond my experience. I think your options there are limited to DNS-based solutions or anycast; dns is probably far easier to configure.. [19:12] Or I could just run dual HaProxy -- one on each set in each DC... then just seperate domains evenly between the servers [19:12] so half of the domains on servers in DC1 and other in DC2 [19:14] Anyone running unprivileged lxc containers here in trusty? The autostart stanza won't start unprivileged containers - is that intentional? [19:14] henrik, until official release, trusty support = #ubuntu+1 [19:16] 'k [19:23] http://paste.ubuntu.com/7191170/ tail -f /var/log/syslog is saying http://paste.ubuntu.com/7191174/ but I dont see it. Can I get some assistence? [19:26] Where am I missing a semicolon? http://paste.ubuntu.com/7191170/ I dont understand why I get this http://paste.ubuntu.com/7191174/ if everything is ok [19:29] ubunter_: check out those quotes on line 7 [19:29] ubunter_: I suspect you copy-and-pasted from some website? :) [19:29] yes [19:30] cobbler dhcp server set up on ubuntu server 12.04 [19:30] get rid of the quotes? [19:31] or replace them with standard ascii quotes "" === mjohnson15_2 is now known as mjohnson15 [21:17] zul, jamespage : https://code.launchpad.net/~corey.bryant/glance/2014.1.rc1/+merge/213293 [21:18] coreycb: mind adding the bug number (LP: #1299055) [21:18] zul, sure np [21:18] ill upload it tonight [21:19] zul, pushed again [21:20] thanks ill take a look [21:23] zul, thanks! === huttan_ is now known as huttan === Pici` is now known as Pici [22:32] smoser: ping [22:32] smoser: nm [23:00] Anybody else having a problem with libreoffice segfaulting? [23:01] Sorry, wrong channel