[00:09] Daviey: you there? [00:37] I'm having some issues with my script. I can't figure out how to get my script to dload the files it greps out and skips the files that already have been dloaded. curl http://boards.4chan.org/b/ | grep -o 'http://[^"]*' | grep "http://images.4chan.org/b/src/" === shade_ is now known as shade\ [01:09] someone can help me to configure a network wireless in ubuntu server [01:45] im trying to setup ldap on 10.04, or 9.10, but the dpkg-reconfigure slapd no longer asks for the password for the admin account to be created... am I missing something or what? all howtos say this, and yet it doesnt exist. [01:45] whats up with this? [01:52] Hi folks. I just installed Ubuntu 10.04 server edition on a new box. It has no network yet (don't ask). The one thing that's blocking me right now is installing mdadm on this box. I know it's on the install CD somewhere, but uncommenting the cdrom source in /etc/apt/sources.list doesn't help; it tried to install, but says it can't find files. Ideas? [01:54] * wad looks around hopefully [01:54] wad: how did you try to install it? [01:55] apt-get update [01:55] apt-get upgrade [01:55] apt-get install mdadm [01:55] ^^ [01:55] wad: Error: "^" is not a valid command. [01:55] wad: well, what happened? [01:55] It said it would install mdadm, and I confirmed with Y, [01:55] and then it hit the CD for a moment, and came back with errors about not finding files. [01:56] wad: maybe pastebin your sources.list file [01:56] I can go and get the exact errors, they are still on-screen (two floors away; no network; don't ask) [01:56] It's a brand new install. [01:56] As in, this is the very first thing I tried doing after the install. [01:57] I need to pull all the files off of a disk from a raid, so that I can configure this box. [01:57] That's why I need mdadm. :) [01:58] The only line uncommented is the first one, specifying the cdrom as the source. [01:58] cd /media/apt #this gets me into the CD-ROM, which has files and stuff in it. [02:00] * wad goes downstairs to try some more things with it === amstan is now known as amstan_ === amstan_ is now known as amstan === amstan is now known as amstan_ === amstan_ is now known as amstan === amstan is now known as amstan_ === amstan_ is now known as amstan === amstan is now known as amstan_ === amstan_ is now known as amstan === oubiwann is now known as oubiwann-away === amstan is now known as amstan_ === amstan_ is now known as amstan [04:31] New bug: #599201 in postfix (main) "package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75" [Undecided,New] https://launchpad.net/bugs/599201 [07:48] <_chris_> hej all [07:48] <_chris_> when logging in to my server with putty, i always get some kind of small stats summary [07:48] <_chris_> and there it tells me "6 packages can be updated, 6 updates are security updates" [07:49] <_chris_> when i run update though, he doesnt update anything [08:19] ttx: new debdiff attached for etckeeper :) [08:19] RoAkSoAx: arh :) [08:19] Will sponsor during my sponsoring time, in two hours :) [08:21] ttx: no prob!! I just stood up from bed to fix that so that I can sleep :) [08:22] ok, you can sleep now :) [08:22] I got a nasty surprise when I found the new LTS defaults to silly bzr for etckeeper [08:22] ttx: indeed. nighty!! [08:23] At least git is in main [08:24] twb: well, bzr is in main too [08:25] I meant "at least I can still manually make etckeeper use git, without leaving main" [08:25] ah, ok :) [08:31] New bug: #599252 in mysql-dfsg-5.1 (main) "package mysql-client-5.1 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/mysqlaccess', which is also in package mysql-client 0:5.1.48-2" [Undecided,New] https://launchpad.net/bugs/599252 [08:57] Hello world! [09:15] morning [09:16] New bug: #599265 in tomcat6 (main) "Sync tomcat6 6.0.26-4 (main) from Debian unstable (main)" [Wishlist,Confirmed] https://launchpad.net/bugs/599265 [10:26] Hi! running 8.04 with plesk 9.5.2 - last week we've been having allot of denied dns query cache errors cropping up in the logs pointing to various domains. I suspect we are under DNS spoofing attack, searching on google now but can anyone here give any advice on blocking or prevent the problem? fail2ban? [10:28] Ideally you would first understand the attack. [10:30] where could I find more information out? ive been skimming the logs and the only ref. i can find is in the syslog [10:30] Is it *your* DNS cache that is being poisoned? Or are you saying that random people in the internet are having their caches poisoned for your records? [10:30] one sec, let me paste the error [10:30] client 77.255.9.81 query (cache) 'mail.kssogo.com.tw/MX/IN' denied: 1 Time(s) [10:31] and as a result Im suspect we are outputting packets to other DNS servers [10:31] What is that message from? bind? [10:31] yes I believe so. Appears in syslog [10:31] to be honest im slightly confused by it, I can only seem to trace it back to the bind server [10:32] Well, some things you can do are 1) turn on more logging in bind; 2) talk to the bind people / read their docs [10:32] mail.kssogo.com.tw doesn't resolve, here. [10:33] 77.255.9.81 appears to be some Polish host. [10:33] yes, normally about 5 attempts from each ip to different URLS/DNS [10:33] and about 10 to 15 attempts during the day [10:34] okay will check into bind more and see what I can see. I was wondering if I could change the bind ports as well [10:34] Are either 77.255.9.81 or mail.kssogo.com.tw your customers? [10:35] no, nothing todo with me [10:35] let me put a bit in pastebin [10:35] http://pastebin.com/n7bPUnRj [10:35] thats over period of 24 hours.. [10:35] It sounds to me like you're (ab)using bind both outward-facing, serving your DNS records, and inward-facing, serving other people's records to your LAN. [10:36] hmm slightly worrying. [10:36] And bind is (correctly) telling random strangers on the internet to go to hell, when they ask your bind to resolve something for them. [10:37] right, [10:37] thats given me something to look for atleast. Thank you [10:37] Well, you could just host your DNS records elsewhere, and close that port on the internet-facing interface. [10:37] how do you mean host elsewhere? [10:37] I mean zonedit or dyndns or similar. [10:38] I agree though closing or adjust ports is the quickest temp solution until I can figure out it further [10:38] okay [10:38] If you aren't hosting your own records, there's no reason that port should be open in the first place [10:39] im hosting our own [10:39] 17 domains [10:39] Then you should know bind better ;-P [10:39] :) I should know lots of things better, but im human after all :) [10:39] and I don't pretend to be an expert! [10:44] Hey people...I need a bit of help running a network mapper on a remote interface...anyone know where to start on "forwarding a local script to a remote interface"? More specificly Im trying to map our network, and to get the best results I would like to sniff the gateway...the gateway however is a junos (juniper). I have ssh but no method to run (or install) the libs or script. [10:46] drurew: Create a mirrorport on your switch [10:47] thanks Jeeves_ [10:47] the router will probably not show you traffic other than traffic directed to the router itself [10:47] To the Routing Engine, that is [10:48] cant I just do it via ssh ? [10:48] is it possible ? [10:52] drurew: I don't think that makes sense [10:57] drurew: If it works, it will probably break your router because it's too busy tcpdumping :) [10:57] yeah Im seeing that...theoreticaly I dont need to sniff the GW...I could also just sniff a central utility server [11:02] tcpdump is sufficient to capture a pcap, which you can push out over a different interface to a host with nonvolatile storage, and then run tshark on it to analyse it. [11:09] * ttx curses quilt [11:12] ttx: you prefer gbp or something? [11:13] twb: no... but that doesn't prevent me from cursing :) [11:13] Do you want help, or are you just cursing? [11:13] this source format just doesn't behave the way I want it to. So I'm just cursing [11:17] ttx: Love the quilt! [11:20] Daviey: if only it didn't persist to think I was creating ANOTHER patch... [11:20] * ttx lunches [11:22] ttx: If you are usign DEP-3, and you make native changes to the upstream source - dpkg-source will create a new patch for you. :) [11:43] anyone that knows if there's any good software for mapping a network (layer 2) graphically? [11:44] RoyK: lanmap2 [11:45] graphviz [11:46] plus whatever you use to generate the non-graphical data; arp or nmap or whatever === oubiwann-away is now known as oubiwann [12:24] hello to all. i am going in some weeks for hollidays home and i am planning to deploy there some internet caffe based on ubuntu. my question is what is best hardware solution for clients at the moment that works best with ubuntu ? [12:25] also exist clients that can multiple monitors and keayboards/mouses be attached at one such client ? say one client server three or four Users ? [12:27] I believe normal Xorg with the evdev HID module will Just Work with respect to multiple concurrent desktops [12:28] I haven't tried it myself. [12:29] twb: thank you a lot. will just lookup for this "evdev HID module" ! [12:31] twb: this evdev are more ubuntu software related. i am looking at the moment more for hardware clients to buy [12:31] twb, right I think I figured the problem was plesk allows by default external allow-query-cache, so ive prevented that and also changed the logging for fail2ban :) touch wood and fingers crossed! thanks for the help [12:32] Gorlist: no worries. [12:41] hggdh: Hey, are you around yet? [12:57] morning [13:07] New bug: #227881 in tftp-hpa "tftpd-hpa does not use /etc/default/tftp-hpa options" [Undecided,Confirmed] https://launchpad.net/bugs/227881 [13:08] Daviey, kirkland, smoser, SpamapS, hallyn, zul: We are missing a few candidates for the next round of papercuts: if you find some low-hanging fruit in your usual bug lists that could be considered a usability issue, please mark as also affecting server-papercuts [13:09] This game is open to anyone listening ^ [13:09] (A3 nominations deadline is eod today) [13:09] ttx: already doing it :) [13:10] Daviey: thx ! [13:10] ttx: feel free to Invalidate them if you don't like 'em! :) [13:10] ttx: okay [13:10] morning kirkland o/ [13:10] * kirkland high fives Daviey [13:11] rockin' [13:16] Why do i get this http://pastebin.com/GDnqMQ7j [13:16] ??? [13:16] when trying to apt-get upgrade [13:21] tydeas: try this sudo pkill apt [13:21] Now you should be able to update as you would normally. [13:23] I checked there was a apt-get running on the server at the same time [13:25] morning all [13:25] hey sommer! How is it going? [13:26] zul: Would you be able to sponsor bug 590111, it seems you are probably the best person to review it! :) [13:26] Launchpad bug 590111 in whois "Please merge whois (5.0.5) main from debian unstable" [Wishlist,Confirmed] https://launchpad.net/bugs/590111 [13:26] Daviey: sure [13:26] rockin' [13:30] hi there [13:31] does any people played with cluster filesystem, san and ubuntu ? [13:32] kirkland: can you remind me where the cloud on a stick image lives? [13:35] FC34: people have, yes.. If you ask what you want to know about them, you will probably get a better answer :) [13:39] Daviey [13:39] tahnk you [13:39] hum ... [13:40] in fact i'm search information about opensource cluster FS [13:40] and i'm think to use ubuntu to to that [13:40] i know GFS as cluster FS [13:40] perhaps it exist others FS [13:41] and On OPenGFS web sites, news are from 2004 [13:41] it looks old [13:41] not a server q.. but who's a good person/channel to take ubuntu legal stuff to? I've found someone using the ubuntu logo for something not related to ubuntu.. (quite odd actually) [13:41] I've never heard of OPenGFS :) [13:41] cef: trademarks@ubuntu.com [13:41] hummm or GFS if you prefer [13:41] Daviey: ta [13:42] http://cgi.ebay.com.au/NEW-MACH-MINI-BENCH-METAL-LATHE-VARIABLE-SPEED-TOOLS-/230492316545 - top pic on that fwiw [13:42] (not the first object pic) [13:43] cef: agreed, odd! [13:43] That is quite random. [13:51] yeah.. oh well.. sent off to trademarks@ anyway [13:52] (this is what you find when you think about buying a lathe on ebay...) [13:53] for a sec I had visions of it being computer controlled AND having ubuntu driver support. ;) [14:01] New bug: #599346 in samba (main) "package smbclient 3.0.28a-1ubuntu4.12 failed to install/upgrade: dependency problems - leaving unconfigured" [Undecided,New] https://launchpad.net/bugs/599346 [14:07] Daviey: can you look at #598182, im not qualified [14:08] zul: wilco [14:10] zul: i commented on it an hr ago [14:10] Daviey: thanks [14:14] What are my chances of recovering a raid array with a manual resync? [14:14] Booted from a rescue disk. [14:15] pnunn: linux raid / mdad? [14:15] yep [14:15] pnunn: And what do you mean by manual resync? [14:16] Daviey: Booted of a ubuntu disk, installed mdadm and then configured mdadm.conf and started the array. /proc/mdstat shows a resync happening now. [14:18] pnunn: that *looks* promising then [14:18] pnunn: The disks keep meta data about what position they have in the riad [14:18] raid* [14:19] so you shoudl be good! [14:19] (hoping you have backups) [14:19] Daviey: Thanks, wasn't sure. The thing was failing to boot the local filesystem after a power snaffu (UPS that died). Sadly, not my system, a clients, so no backup in store... === dendro-afk is now known as dendrobates === lifeless_ is now known as lifeless === FC_ is now known as FC34 [14:26] pnunn: you shoudl be able to mount the raid staright away [14:26] pnunn: mount it, and check the files are there :) [14:26] New bug: #599353 in mysql-5.1 (main) "This bug is already marked as affecting you. MySQL server fails to load on boot (dup-of: 598476)" [Undecided,New] https://launchpad.net/bugs/599353 [14:26] Daviey: OK, I'll give it a go and see what's there. [14:27] pnunn: fingers crossed! [14:28] Daviey: except it looks like its lvm.. .bugger.. have to work that out now. [14:30] how can I modify this script to d-load ONLY the output from the script" curl http://boards.4chan.org/b/ | grep -o 'http://[^"]*' | grep "http://images.4chan.org/b/src/" === chris_n` is now known as chris_n [14:36] Daviey: good morning/afternoon [14:36] hggdh: \o [14:37] Daviey: thank you again. Every time I try to package Chris' fixes I screw up somewhere... [14:37] ttx: adding a upstart job would be considered for a papercut? [14:37] hggdh: the lucid package is quite exciting :) [14:38] Hi everybody! [14:42] zul: it could be, yes... for easy ones [14:45] Daviey: Looking good... seems I can see the data.. I'll let the sync finish, then try a reboot. [14:45] Atleast I know I can get the data back if that doesn't work. [14:54] How come I get lots of "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'" when I put "event_scheduler = 1" into /etc/mysql/my.cnf under [mysqld] ? [14:55] Happening when I restart mysql [14:58] appears we now have a working kernel [15:03] sommer: saw https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/165184/comments/33 ? [15:03] Launchpad bug 165184 in server-papercuts "amavisd-new + spamassassin: cronjob spams root user" [Low,Fix committed] [15:03] * Stopping MySQL database server mysqld ERROR 1053 (08S01) at line 1: Server shutdown in progress ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) [15:04] ttx: ya, saw that this morning... I'll ping mdke about updating doc.u.c thanks [15:04] sommer: cool, thanks [15:31] does anyone have preseed working with partitioning disks [15:31] when ever I run the install I get stuck at partitioning disks screen [15:31] docmur____, what error are you getting? [15:32] nothing, just that I always get hit with the screen that wants me to select how to partition [15:32] docmur____, and you've partitioned the disks already? you set a swap, you've set a root, etc? [15:33] no, I'm trying to have preseed partition the disk, yes the disk has been partitioned before but that shouldn't matter, it should just wippe it and set it up via the preseed config === manjo` is now known as manjo [15:34] you may have to nuke the disk [15:35] that doesn't make any sense, what difference would it make if the disk is blank or not. The preseed shouldn't care because partitioning is partitioning regardless of what's currently on the disk [15:36] docmur____, this is true, however, there is obviously an issue (otherwise you wouldn't be here). you need to figure out WHY. Will it let you edit the partitions, etc? [15:36] if I do it manually yes [15:37] sorry, I'm not sure then === dendrobates is now known as dendro-afk [15:48] my networking has spontanteously stopped working; I've rebooted and still no dice. I have not looked a logs and I'm not near the computer right now. My first thought was hardward dorked up, and to try shutting down the machine for a few minutes and re-starting. The only thing I did that may have caused this was screw on the case sides which had been just sitting in place [15:48] the rest of my internal network is operating properly. [16:07] Daviey, should 588861 really be confirmed against euca, probably is 'invalid' for it [16:07] Daviey, unless it is just a tracking task [16:07] in as much as there is nothing to fix in euca anyway :) [16:08] ccheney: Yeah.. mainly for tracking, and not knowing what the issue was. [16:08] but ack marked invalid :) [16:08] (we aint gonna forget this one :P) [16:08] ccheney: Is there any news, with the latest upstream patch + kernel? [16:09] Daviey, yep, fixed will be in ppa and uploaded to the archive the day after freeze [16:13] ccheney: Awesome! All that upset over a single line patch eh? :) [16:13] heh yea [16:14] * ccheney is going to try to get OOo in shape for desktop today while my wife is either doing better or in the eye of the storm (hurricane metaphor) ;-) [16:14] hallyn, do you have thoughts on bug 598649 [16:14] Launchpad bug 598649 in qemu-kvm "cannot boot grub multiboot image with kvm -kernel" [Medium,Triaged] https://launchpad.net/bugs/598649 [16:14] i hope its better or i'll be in for a long ride :-\ [16:14] i hope for "better" too, ccheney [16:15] smoser, thanks :) [16:15] i think it might be a combination of the two with her thinking she can handle it, we'll see [16:15] and we have numerous other people around to watch her closely [16:17] smoser: hey so I discovered libcloud on Friday.. [16:18] libcloud is lowest common denominator [16:18] ie, i dont even think that you can pass user data to a launched instance [16:19] which would make it insufficient for our needs [16:20] smoser: not really (any thoughts). i'll look at changelog... [16:20] hallyn, well, i'm fuzzy here [16:20] but i *think* that upstream does not build its bios blobs [16:20] and we do [16:20] smoser: me too, i've never used a non-linux-kernel for -kernel [16:21] hggdh: Any news on that latest lucid build? [16:21] but upstream works. [16:21] hm [16:21] so its a matter of figuring out why one does and one doesnt [16:21] we *have* to build our blobs [16:21] Daviey: I was busy with a phone call, but I am updating the rig with 30.3.5, and will satrt test soon [16:22] hggdh: Can you update as soon as you can report success/failure; then we can put this bug to bed! [16:22] Thanks hggdh! [16:22] Daviey: most certainly. I am eager to get this done ;-) [16:22] hggdh: I'm eager to forget about the bug :) [16:23] LOL [16:24] hggdh, so uec-testing-scripts are down to kernel oopses now ? === deslector is now known as scarper === scarper is now known as group === group is now known as info [16:27] smoser: I think though, long term, that our time would be better served by improving libcloud, given it works for multiple cloud providers. === info is now known as scarper [16:27] well, its generally a fundamental design issue [16:27] Good Morning All -- I am having problems installing ubuntu-server on a Xen host using 'virt-install'. It has worked with other redhat-based distros AND ubuntu-9.04. Is there any chance that 10.04 has changed the way this works? I now get the following error: http://dpaste.com/212322/ [16:27] their target is the lowest common denominator [16:28] you would have to change their unified api to allow for cloud-specific api points [16:28] which would somewhat defeat the purpose of a unified api [16:28] smoser: 590bf491a49670843ee902c47f7ab1de5e9acd06 perhaps [16:28] Hello [16:29] Using Eucalyptus and having a very odd behavior. [16:29] I can't seem to get more than 10 Public IP addresses without it saying out of resources [16:31] smoser: the author was there at devopsdays and seemed fairly open to ideas.. I only spoke with him for about 30 seconds though. [16:32] SpamapS, i'm not suggesting that it can't be done [16:32] just that its at least an annoyance. [16:32] smoser: ultimately the LCD is very low right now.. list, start, stop .. but I'd hope there will be more as the providers mature. [16:33] additionally, its just a library, which doesn't solve the configuration file format (i dont think) that we sort of wanted to address. [16:33] unless it has a 'parse-config' or something method. [16:36] well I'm not sure libcloud is the one ring to bind them all, but it seems euca+ec2 is about 70% of the market now, and will be about 30% of the market in 18 months... [16:44] New bug: #599337 in mtx (main) "system freezed (keyboard mute) after a very short time navigating" [Undecided,New] https://launchpad.net/bugs/599337 [16:45] SpamapS, what hole did you grab "70%" out of ? [16:45] just wondering [16:48] dice roll ? coin flip ? [16:50] ouch :) [16:50] smoser: I saw it in some presentation by Rightscale. [16:51] euca is 0.0003% of that, so I just rounded it down. ;) [16:52] smoser: maybe you have something more accurate than the rightscale guys who pimp for amazon quite a bit? ;) [16:52] well i can roll dice [16:52] i think its just about an impossible thing to guess [16:52] for *current* [16:53] and then to forecast that for 18 months [16:53] :) [16:53] take a random number, and then decide if that random number will be higher or lower when you take it again in 18 months [16:54] smoser: thats just a guess based on how many people are flocking to rackspace and other providers because they're cheaper and have better IO [16:56] smoser: test pkg is building, i'll test when i get back from bouncing in 1-2 hrs. [16:56] Is there any community for ubuntu-cloud? I"m looking through the forums and such and seems to be pretty small [16:57] SpamapS: any chance you can get bug 583933 in order by eod ? [16:57] Launchpad bug 583933 in php5 "test results in php5-common are more than 1 MiB larger than last upload" [Low,Confirmed] https://launchpad.net/bugs/583933 [16:57] SpamapS: otherwise I'll have to defer it to A3 [16:57] ttx: working on it right now actually. [16:57] SpamapS: cool, thanks ! [16:57] ttx: nearly done, I'll submit it for sponsorship in a couple of hours. [16:57] zul: will you have time to sponsor that one today? [16:57] SpamapS: ill have a look [16:57] zul is lunching [16:58] zul is back from lunch [16:58] zul: ok I'll ping you again when its ready. [17:13] smoser: yes, i created a pkg with just cherry-picking 590bf491a49670843ee902c47f7ab1de5e9acd06, and it seems to work now [17:14] i'm leaving for real now, back in awhile [17:14] hallyn, rock on. [17:23] just so every one is clear, i would like to clarify that i was not trying to be as big a prick as i appeared above. [17:23] * smoser apologizes to SpamapS [17:28] smoser: no worries :) [17:28] * SpamapS had already begun to forget about it. [17:36] smoser, i think we all have those days [17:50] Hey guys im looking at the easiest way to mount a directory from one ubuntu server into another. what im trying to do is i have a storage server and would like my webserver to be able to use some of the space there any suggestion on how to do it [18:01] Doonz: what if the storage server goes down? [18:02] Doonz: I mean, does it need to be available 99.99% of the time? [18:02] no [18:02] Doonz: ok, NFS is probably the simplest way to do this [18:02] and the server wont go down unless the place blows up [18:03] Doonz: you have to make sure the user ids match on both servers [18:03] Doonz: hahahahahahaha [18:03] yes [18:03] Doonz: servers go down all the time. :) [18:03] brb baby need diaper changes [18:14] how can i check to see what users exist on my system [18:15] Doonz: baby ok? [18:20] yep [18:21] for those who may or may not have been interested in my post aobut my server losing connectivity: It appears to have been a bad cable. [18:21] damn cables [18:21] anyone have a link with the easiest how-to for nfs setup [18:22] Doonz: server guide [18:27] SpamapS: how did the bof go? [18:27] zul: pretty well I think. [18:28] SpamapS: did people actually showed up? [18:28] zul: we didn't really bother with a UEC demo.. we just chatted with a few users. [18:28] zul: not a lot.. the 3 of us + Monty Taylor and then a couple of users (though one was Wikia) [18:28] ah [18:28] wikia? [18:29] Yeah, the guys who run wikipedia [18:29] oooh....yeah... [18:29] knowing that wikipedia runs server makes me nervous...hmmm...i broke wikipedia today [18:30] and some university library software integrator who has 200+ installations of 8.04 in libraries and is looking at migrating them to UEC [18:30] zul: hahahaha [18:31] question.. the memcached package previously ran as 'nobody' .. but we're moving it to run as 'memcache' .. however, the file that defines that is /etc/memcached.conf ... so when people upgrade, it will stil say '-u nobody' ... can we force replacing that file if it hasn't changed? [18:32] zul: actually their main point was that they don't use *any* of our packages. [18:32] SpamapS: it == the user/ [18:32] SpamapS: ? [18:32] zul: they install, and move on [18:32] mathiaz: it == /etc/memcached.conf [18:32] SpamapS: if the configuration file hasn't changed dpkg will override automatically [18:33] SpamapS: oh thank god [18:33] mathiaz: ahh, in this case the override didn't work for me [18:33] SpamapS: is /etc/memcached.conf a conffile? [18:33] * SpamapS will try on a base maverick [18:34] mathiaz: yeah its used to configure the startup for memcached [18:35] rebooting irc machine, bbs [18:37] I'm looking to do some network I/O benchmarks. What tools do you recommend? [18:38] adurity: bonnie [18:38] isn't that for disk I/O? === IdleOne_ is now known as Guest50774 === Guest50774 is now known as IdleOne [19:10] anyone here tried to use zfs-fuse? [19:10] seems rather buggy [19:30] taking late lunch, bbia 1hr [19:33] im using ubuntu 9.04, always a update screen for 9.10 appears onto screen, i never updated ... incase i do update, whatz next...does it asks me for 10.4 update or not ? is it possible jumps from 9.04 to 10.4 update .. what i need to do [19:36] ok I can not get preseed to partition, I've tried in both ubuntu and now debian so I'm faily sure it's how I'm doing it. Here is the preseed config code to partition, does it look okay. http://pastebin.com/F6uBBBTt [19:37] preseed: you can jump from LTS to the next LTS or from a non-LTS to the next non-LTS, so 9.04 will upgrade to 9.10, then you can do-release-upgrade again to turn it into 10.04 [19:37] prodcutnews1: that was for you, sorry [19:38] thanks RoyK [19:39] i understood , we need to follow the sequence [19:39] yep [19:39] it won't take too long unless you have a truckload of packages installed [19:40] smoser: trying to figure out whether it's fixed or not. When I run your kvm command, i now get: [19:40] error: hd0 cannot get C/H/S values. [19:40] grub rescue> [19:41] smoser: the grub-mkimage command you gave can't be quite right, it complains no -O was specified [19:41] not fixed [19:41] oh. wait. [19:41] so, i should have mentioned this. [19:41] to get it working for me, i used: [19:41] make install INSTALL_BLOBS=1 [19:42] incase of update from 9.04 to 9.10 was successful, and i had any prob , how can i get back myself 9.10 to 9.04 , i insist update is successful, but there probs like sound card, screen reolution, drivers issues or any . how can i downgrade the version which favoured my machine hardware . [19:42] off bc3a9ccc5ddea4c0c713ef6fb3c11d9a88cec169 of git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git [19:43] prodcutnews1: backup the system before updating, I don't think there is such a thing as a rollback - that may come with btrfs and clones, but when that happens, I don't think even the gods know [19:43] smoser: confused- what are you saying about bc3a9ccc5ddea4c0c713ef6fb3c11d9a88cec169 ? [19:43] i built from that and it works for me. [19:44] i built like: [19:44] ./configure --target-list="" --prefix=$PWD/../kvm-testbin --interp-prefix=/etc/qemu-binfmt/%M --disable-blobs --disable-strip --audio-drv-list="pa,alsa,sdl,oss" [19:44] then did [19:44] make install [19:44] make install INSTALL_BLOBS=1 [19:44] so, i'm fairly sure i'm using the blobs from pc-bios/ at that tip [19:44] why i ask this, i did earlier update from 9.04 -> 9.10 , it would be strange ghost story for few whoever listens, a sound was coming out of my laptop which i could see outside to my ears, i installed and 9.04, it was ok. [19:45] hallyn, that make sense ? [19:45] and if you 'git-log pc-bios/multiboot.bin' you'll notice it was last touched in November. [19:46] smoser: i see, that's the last commit in your tree :) got it [19:46] prodcutnews1: doesn't sound like a server issue, though [19:47] hm.. i just now noticed that my multiboot.bin that i'm using , and the one in pc-bios are not bit for bit. [19:47] so let me check something === SpamapS_ is now known as SpamapS [19:49] * smoser has to get his build/source directories off of encrypted home. [19:51] but the "error: hd0 cannot get C/H/S values." is *different*... [19:52] all right guess i have to try from kvm git to make sure... [19:56] hallyn, i have seen that error. [19:56] when i tried to mix and match bios files [19:57] ie, tried pointing the lucid kvm at the bios from the git tip or vice versa [19:57] kirkland: what's the recommended approach to change the networking mode of UEC? eucalyptus.local.conf states it should never be edited directly but with a tool [19:57] i've verified nwo, that my explanation of what i did above is correct. [19:58] kirkland: the question popped up on the answer tracker, feel free to reply directly to https://answers.launchpad.net/ubuntu/+source/eucalyptus/+question/116040 [19:58] hallyn, please ping me if you need help, i'm sorry that i was confusing above. [19:59] smoser: in the command: [19:59] grub-mkimage --output=grub-loader.img --config=mycfg.cfg \ --prefix=/boot/grub biosdisk ext2 part_msdos [20:00] did you use -O multiboot or something? [20:00] no. [20:00] smoser: that command just will not work forme [20:00] (kvm-git is compiling right now...) [20:00] anyone know why ldap is broken in ubuntu 10.04? [20:00] (actually no, i'm still doing apt-get build-dep :) [20:01] hallyn, i just verified that it works for me here on lucid on my laptop [20:02] hm, it was on maverick it wasn't working for me [20:08] what are you guys talking about anyways? [20:10] hallyn, sorry, that is confusing. i was using lucid grub [20:11] grub2 [20:11] smoser: if you installed lucid from scratch, it'll have grub2. if you upgraded, it'll probably have grub1 === exigraff_ is now known as exigraff [20:12] RoyK, well, grub-mkimage is grub2 only as far as I know. but mine is from grub2. [20:12] hallyn, i've just verified that : echo "set prefix=(hd0)/boot/grub" > mycfg.cfg ; grub-mkimage --output=grub-loader.img --config=mycfg.cfg --prefix=/boot/grub biosdisk ext2 part_msdos [20:12] smoser: yeah /usr/sbin/grub-mkimage now has a new -O option, apparently mandatory, with no indication of what is the equiv of the old default :) [20:12] works on alpha1 maverick [20:13] can you give me `dpkg-query -s /usr/sbin/grub-mkimage` ? [20:13] yeah, i'm going to upgraading that really quick [20:15] on lucid it comes for me from grub-pc, in maverick from grub-common [20:16] grub-pc 1.98-1ubuntu6 [20:16] is what i had on my maverick [20:16] i will upgrade it and figure something out for you [20:20] With Ubuntu 10.4 UEC server running Eucalyptus http://169.254.169.254/latest/meta-data/hostname returns an IP address not a FQDN How do I get UEC on Eucalyptus to set the FQDN of the hostname so that hostname -f returns a FQDN? [20:20] hallyn, i can pretty much verify that grub2 on maverick is borked [20:20] :) [20:21] )$*%*($&%*(& [20:22] hallyn, i can verify that this command returns success on grub2 from current maverick (1.98+20100614-2ubuntu3) : grub-mkimage -O i386-pc --output=grub-loader.img --config=mycfg.cfg --prefix=/boot/grub biosdisk ext2 part_msdos [20:23] but that it doesn't boot properly [20:23] when i try -kernel with the result i get: [20:23] error: symbol not found: `grub_list_pop'. [20:23] hi, just encountered a package linux-virtual that apparently "is geared for running linux as virtual guest", but additional information is a bit sparse... anyone know what advantages this kernel has in comparison to the standard server kernel, i am running various vm's under kvm/qemu? [20:25] anyone have experience with openldap in 10x? [20:26] I'm using the Ubuntu 10.04 images with EC2 and I'm running into occasional frozen image behavior (can't SSH, can't get console). Is anyone else seeing this? Is there someone I can bug about this? :) [20:26] hallyn, stragely, 'grub_list_pop' appears no where in the maverick source at the moment [20:27] (other than references to removing it in the changelog) [20:27] jeiworth_: its a kernel built for virtualization... specifics I don't have, but it will exclude stuff, and include other stuff obviously... === Psi-Jack_ is now known as Psi-Jack [20:27] smoser: I am running a 2,000-instance run now [20:28] smoser, Daviey: close, a cigar, but no lighter. Almost there [20:28] in 1,000 instances, 4 metadata issues [20:28] and those metadata issues are public id issues ? [20:28] hey_joe: thanks, yeah, i think so too but i can't seem to find any specific details googling... hmm, well maybe the ubuntu docs yield something [20:28] and, on the ohter errors, are those kernel oops ? [20:29] anywho, trying it on a dev machine right now :D [20:29] Jeeves_: i couldn't find anything either... [20:29] are you running a private cloud mreynolds or on the actual amazon cloud? [20:29] hey_joe: Actual amazon cloud [20:30] do those services that freeze up come back? [20:30] I'm trying the east images just in case. I've seen this before, but it was intermittent. [20:30] are do you have to reboot the vm? [20:30] prolly just a connection issue [20:30] hey_joe: Rebooting the VM doesn't seem to help. [20:30] yeh [20:30] i haven't played with it much.. [20:30] hey_joe: I have an EBS image up and it can't connect from inside the cloud either [20:30] but I would watch your traffic and see if it drops [20:31] ah [20:31] hey_joe: I'm inclined to think it's not connectivity since I can't connect from an existing, up connection. It's using the same security group, so I know I can ssh in and all that. [20:32] mreynolds: im sorry... i haven't played with it at all.. was going to setup a private cloud, but went with seperate physical installs, and ldap authentication.. [20:32] does EC2 support authentication from a centralized place for all the virtual servers? [20:32] hey_joe: NP, thanks for the comment. My company is internally screwed up enough that the best we can do is get Amazon servers :) [20:33] like if I add a user... can that account be used on all virtual servers? [20:33] hey_joe, it supports it in that you can set up a centralized authentication service and configure your isntances to use it === dendro-afk is now known as dendrobates [20:37] can someone help me with named.conf [20:38] I am just looking for a working example [20:42] ocatacoo: I think there are tons if you google for them. This is probably something people won't respond to here (I'm new here, so I"m guessing this isn't the forum for that question) [20:45] Is there a preferred way of upgrading images on EC2? Right now I'm just running an instance image, dist-upgrade'ing, and then rebooting, then saving the image. [20:54] smoser... so i could setup a cloud, node controller on one machine with the auth service, then add all my machines to the node? [20:54] hey_joe, yes. [20:54] sweet [20:54] wait. [20:54] wait. [20:54] what auth service it it? does it use ldap or something? [20:55] what do you mean "setup a cloud" [20:55] you asked about EC2 [20:55] which *is* a cloud [20:55] private cloud [20:56] UEC (based on eucalyptus) has no support that I know of to integrate with an existing authentication service. [20:56] k [20:56] however, you could set up an LDAP server, and then configure your AMIs such that, when launched, they would authenticate against that ldap server. [20:56] thats what i wanted to know :-) [20:56] hallyn, i'm going to ask in #grub about mkimage if you want to join [20:56] smoser... that is true, however openldap seems to be broken in Ubuntu 10.04 and 9.10 [20:57] Why does UEC on Eucalyptus return an IP address and not a FQDN for the hostname meta-data call http://169.254.169.254/latest/meta-data/hostname? [20:57] i dont know much about that. are there bugs open addressing its broken-ness ? [20:57] smoser, unfortunately [20:57] Is there a way to get the FQDN out of the Eucalyptus CLC? [20:58] rberger, i do not belive that there is. [20:58] thnks guys [20:58] rberger, https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/475354 [20:58] smoser not having the hostname set to a fqdn seems to break things like Chef and puppet and some apt-get package installs [20:58] Launchpad bug 475354 in eucalyptus "Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)" [Undecided,Fix committed] [20:59] rberger, that bug shows how we've addressed that in the ubuntu images. [20:59] smoser it seems to imply that only the hostname part is addressed not the FQDN [20:59] i'm not sure i follow [21:00] read comment 10. [21:00] if you want a FQDN in the hostname field, then you have to enable dns in eucalyptus [21:01] smoser, the last entry says " set hostname to a hostname-like value (ip-W-X-Y-Z) if instance metadata includes a ip address rather than a hostname" [21:01] smoser: JINKEYS! well, the multiboot.bin installed by my modified package (which doesn't work) is exactly the same (per sha1sum) as the one compiled by kvm-git (which does work) [21:02] so that commit does need to be there, and i'm now just onto a different bug [21:04] smoser right now on my Unbutu 10.4 with latest patches hostname returns euca-172-19-1-2, but hostname -f returns "hostname: Name or service not known" [21:06] rberger, so, i think that to address that you'll have to run eucalyptus dns service. [21:07] smoser, I am running the Eucalyptus DNS service as per their wiki. They don't implement PTR yet. Could someone give me a hint where hostname gets set when booting as a UEC eucalyptus instance? I can at least hack around things and get on with my work if I knew that. [21:07] rberger, it is set by cloud-init (assuming you're using a Ubuntu lucid guest) [21:08] i think /usr/bin/cloud-init iirc [21:09] smoser I'll take more of a look into cloud-init. I was poking around there and couldn't figure out if that was actually doing it or not.. Thanks [21:12] rberger, thats the rigth place to look. it will only do it on first boot of an instance [21:25] smoser: if i want you to test a particular .deb, am i better off pushing to my ppa, or posting jsut the deb to launchpad? [21:27] probably push to your ppa, or just push somewhere http [21:27] (people.canonical.com is used for that sort of thing, or some personal web space you have) [21:27] it's just htat pushing to my ppa makes lauunchpad recompile it [21:27] right. [21:27] so i'm good with taking a binary from you [21:28] assuming you've inserted all sorts of keyloggers and rootkits of course [21:28] hm, how do i put it on people.canonical? [21:28] i do have a source tree pushed to bzr so you could rebuild if you have a really fast machine [21:28] well shall i just email you? [21:28] (and have my rootkit email me back your keys) [21:29] hallyn, here. [21:30] hm.. [21:30] well. [21:30] you should add some ssh keys to https://launchpad.net/~hallyn/ [21:30] then i could let you put them somewhere by putting your keys somewhere. [21:32] huh, thought my keys were there [21:32] emailed [21:48] hallyn, so yeah, i get the same error you're getting now. [21:48] maybe you need to install the updated qemu-kvm package [21:49] ? [21:49] (ie, a tie between kvm binary and bios) [21:49] well on my system i installed them all, [21:49] ah. [21:49] ok [21:49] i saw errors like you are seeing there when I was trying to mismatch the two [21:49] (ie, bios from lucid and kvm from git) [21:49] have you seen this work ? [21:50] ie, were you able to recreate my success ? [21:50] yes [21:50] good. [21:50] so i'm not completely insane [21:50] hm, maybe i didn't do sbuild -A, maybe i *did* miss out on something obscure... === soren_ is now known as soren [21:51] i dont think thats it. [21:52] zul, i believe we never came up with "package-of-the-day" for kvm, is that right? [21:52] kirkland, [21:52] ? [21:52] * hallyn goes to look some more at the kvm changelog [21:52] smoser: sup? [21:55] above [21:56] do we have a package-of-the-day for qemu-kvm ? [22:27] Is it possible to only update packages that were released 1wk ago or more? [22:38] smoser: disabled right now...itll be back for alpha3 [23:35] smoser: now it just occurred to me, you and i are comparing to the kernel.org kvm version, not the sf.net qemu , which is what we're currently based on [23:54] mathiaz: how's hadoop? [23:54] SpamapS: are you refering to the summit? === Wandrewvious is now known as WALoeIII [23:56] mathiaz: yes. :) is that today? [23:56] SpamapS: nope - tomorrow [23:57] mathiaz: ah... [23:57] mathiaz: I am playing with bzr-build .. how do you handle situations where people have added all generated files like 'configure' to their .bzrignore .. can the recipe call autoconf scripts? [23:58] SpamapS: bzr builder or bzr builddeb? [23:58] smoser: hm, well, just confirmed that it still works with upstream qemu too :) [23:58] $*(&%(*$& [23:58] mathiaz: builder [23:59] SpamapS: IIRC bzr builder --help prints a good message [23:59] SpamapS: IIRC there is a way to specify commands to run after the merge has been done [23:59] SpamapS: bzr help builde [23:59] SpamapS: bzr help builder