[00:14] does the standard mkinitramfs command detect a xfs over lvm over dm-crypt over md-raid setup? [01:40] heeelo? [01:42] hey lolufail [01:42] i got it to work :) [01:42] congratz [01:42] it was mod_userdir that i needed [01:43] I'm actually looking for help myself ;) [01:43] only its /~username instead of /username now but thats fine [01:43] whats your problem? [01:44] "does the standard mkinitramfs command detect a xfs over lvm over dm-crypt over md-raid setup?" [01:45] ok i lost it at mkinitramfs, sorry hope someone else can help you.. you tried your best to help me so i think you should be helped too! [01:50] ;) [01:50] thanks :) [02:03] any ubuntu folks in here familiar with postgresql [02:09] linuxpoet, I am [02:10] I need someone who would be willing to give a talk on optimize and configuring postgresql, the ubuntu way [02:12] for what, UDW? [02:14] http://www.postgresqlconference.org/ [02:17] How can I begin to troubleshoot a networking issue with ubuntu server 8.10 running it w/VMWare player with the official ubuntu image, I can run the desktop version with no issues but the server edition isn't working for me [02:18] linuxpoet, I can't claim an being an expert on postgres optimization [02:18] I'm sorry [02:19] That's ok. I would give the talk myself but I am running the conference :P [02:21] rofl [02:21] I'd also assume I'd need to be in person which would be troublesome unless its based in NYS [02:21] NYS? [02:21] Oh NY State [02:21] actually that isn't as much of a problem, that is what sponsorship is for [02:24] Well, I can give the configuration part [02:24] But I'm not that much of an expert in optimization [02:24] (I do use postgresql in production enviornments, I'm one of the coders of Ubuntu REVU which is Postgres based) [02:25] * linuxpoet is one of the lead consultants for http://www.commandprompt.com/ [02:25] I am however a very quick study ;-) [02:25] Anyone know how to troubleshoot a VMWare network issue? eth0 won't come up with some weird errors. [02:26] Karamon: perhaps an explanation of the errors would be helpful [02:27] linuxpoet, what extactly did you want in this conference? [02:28] http://pastebin.com/d4c20c99e [02:28] Well obviously it is a postgresql conference [02:28] but mostly I am trying to show postgresql's flexibility [02:28] I realize that :-P [02:28] I mean what did you want an Ubuntu developer to talk about specifically, I can give configuration (and given some time, optimization) [02:29] That is a tough one because obviously linux is linux (for this consideration) [02:29] But since IMO Ubuntu is the shiznit I wanted Ubuntu to represent [02:29] Well, Postgres is similar enoughly configured between Ubuntu and Debian [02:29] Wrapping the two together shouldn't be that hard [02:30] Karamon: what happens if you /sbin/ifconfig [02:30] and I assume this is on the guest? not the host? [02:31] Running the server inside windows ( I think is what your asking ) [02:31] linuxpoet: Only thing that really sucks is I have to hand type out the output [02:31] you are running windows as the host? [02:32] wow [02:32] Gutsy ;-) [02:33] I had to give up my dedicated box that I used to run my web server on, now I'm trying out the virtual appliance [02:33] does the standard mkinitramfs command detect a xfs over lvm over dm-crypt over md-raid setup? [02:34] gutsy is one term for it [02:34] or pun [02:36] linuxpoet: http://pastebin.com/d2c59df38 [02:36] well that is certainly a non detected eth0 [02:36] check your dmesg to see if it sees anything at all [02:43] linuxpoet: http://pastebin.com/d1904e45c [02:43] ok it sees it [02:43] so try this [02:44] ->/sbin/ifconfig eth0 [02:44] eth0: error fetching interface information: Device not found [02:44] dmesg | grep eth0 [02:45] oh nevermind ;) [02:46] but wait, that's weird: [02:46] cat dmesg | grep eth0 [02:46] [ 64.136139] e1000: e1000_probe: Intel(R) PRO/1000 Network Connection [02:46] lolufail: dmesg|grep would have worked too [02:46] tell me where you see "eth0" there? [02:47] the output is forged ;) [02:47] Yeah I have to hand type it, that was a mistake on my part [02:47] I can't cut and paste from a VM appliance [02:48] do a: [02:48] brctl show [02:48] not installed and I can't install it without a network connection :P [02:48] k [02:49] I think your eth0 has been renamed, that's the only thing I can think of [02:49] grep eth /var/log/messages [02:49] grep eth /var/log/kern.log [02:51] what VM software are you using? [02:51] VMWare Player.. 2.0.4 build 93057 [02:54] All refrences in log say eth0 [02:54] hm, I can only speak from my xen experience... if eth0 suddenly disappears, the bridge script failed... [02:57] what does ifconfig -a say? [02:57] any new interfaces? [03:00] Yes there is eth1, but ifup doesn't work says not configured [03:00] How do I configure it? [03:00] edit /etc/network/interfaces [03:01] ... that was strange, but I'm glad it was that simple [03:01] Thanks for the help everyone :) [03:06] np :D [03:06] uhm there is a cache file [03:06] wait [03:06] ah [03:06] yeah [03:06] udev is the evil person [03:06] aaaat [03:07] /etc/udev/rules.d/70-persistent-net.rules [03:07] should be an entry making your network eth1 [03:07] ->eth0. [03:07] done. [03:08] updateing/upgrading then I will check it out, thanks :) [03:12] what's the easiest way to get bind9 to start at boot [03:15] I like sysv-rc-conf [03:15] though it should start automatically if im not mistaken [03:16] it should [03:18] can bind run correctly from var/lib/named/etc ? is this a newbie friendly location for bind to live? [03:28] lolufail, puzzled. restart at 20:58:04 [03:28] hm? [03:28] 21:27:07 bind starts (manually) [03:28] sysv marked for 2,3,4,5 [03:29] no " bind" messages inbetween [03:30] tarvid: hm. [03:31] well, are you in one of those runelvels ;) ? [03:32] I am in gnome and bind9 looks like mysql, cvsd, ntop in sysv but bind9 does not start automatically but starts manually [03:33] sry, I dont know. I'm more a gentoo guy ;) [03:33] rc-status would be helpful ;) [03:35] how do I get that [03:35] you dont [03:35] gentoo tool :P [03:36] did you check all the logs for messages at boot time coming from bind? [03:36] there are none [03:36] there is an amazing amount of crap I could probably live without [03:36] bind may be stuck behind something else like winbindd [03:38] rc-alert is impressively long [03:44] I guess I can get used to starting it manually until I get around to reloading [03:45] several upgrades without a reload and this is the box where things get vetted [03:45] i set bind up as a caching webserver because my upstream server is funky [03:47] I use an old comp at home for a file server - is it healthy to have the hard disks spinning down when not in use? [03:50] favro, an ancient argument [03:51] I never spin down [03:51] but I have had a few hard drive failures [03:52] I suspect there is more risk in spinning up and down is greater than leaving them spinning [03:52] tarvid: I changed it in bios this morn and later I accessed one drive and it fired up with a grating noise... [03:52] backup now [03:52] so I'm concerned [03:52] get another drive [03:52] tarvid: already done [03:53] good man [03:53] raspy power outages seen particularly dangerous too [03:53] I put all my systems on a UPS so the ups and downs are minimized [03:55] my disks on the little server can go a few days without being accessed so I wanted to save some power [03:56] little used and stable data might be served well by flash [03:57] looking at little falls boards for low power servers [03:58] that's why I'm in two minds - it is a file server/torrent box/mythtv backend - it can be busy for days or idla for days [03:58] *idle [03:59] intel little falls should be good for that [04:00] haven't looked for low power hard disks [04:00] capturing video can get huge [04:06] lolufail, thanks for the counsel, installed bum, it's cute [05:32] ScottK: how is it that your debdiff doesn't change debian/rules? [05:33] lamont: Because I stared at your debian/rules for a while and then concluded I didn't understand it well enough to integrate it. [05:33] heh. ok. [05:33] you thinking /usr/sbin for it? [05:33] lamont: I left this to you (we've discussed this a while ago) [05:33] Yes. [05:34] I tried to give them specific enough names that would be OK. [05:37] and I forgive you for having a changelog diff in your diff. :-) [05:38] Well it applied at the time I uploaded it ... [05:38] Easy enough to edit out anyway. [05:38] yeah, but having changelog in commits is guaranteed non-mergabliilty [05:38] yep [05:38] [Scott Kitterman] [05:38] * Add postfix-add-{filter,policy} scripts for easier integration of [05:38] same. LP: #247332 [05:39] You and your new fangled VCS stuff.... Bah. [05:39] Great. [05:39] committed in 2.5.4-2, and building to test here [05:39] Great. Did you add Cocker's dechroot script? [05:39] meh [05:40] I added your debdiff from your last comment on 247332 [05:40] It was suggested to me on postfix-users that such a script would be a good idea. I said I'd talk to you about it. I've done that. [05:40] Thanks. [05:40] heh. I haven't seen his script, so I don't exactly have enough to render an opinion on the subject [05:41] OTOH, I do need to go get some shuteye so that I can wake up in the morning and all that [05:47] Bah. That's what coffee is for. [05:57] I just ate a snickers, drank a Rock Star Espresso, and am considering staying up all night [05:57] but if I do that, I want to be productive. [05:58] like learning Python, or PyGTK, or packaging debs [08:10] <_ba> can someone help me out there with a santity check i'm trying to firewall my box but when i am applying rules to incoming traffic i loose connectitivy out does this make any sense? === Abra_Away is now known as Abracadabra === Jare_ is now known as Jare [11:02] hello! [11:03] i would like to use pidstat but i read i need to build my own kernel for it. [11:04] ...With its -d option, pidstat can report I/O statistics, providing that you have a recent Linux kernel (2.6.20+) with the option CONFIG_TASK_IO_ACCOUNTING compiled in... [11:04] however, there is no such option in the current 2.6.25 release [11:04] any idea? === sergevn__ is now known as sergevn [13:00] good morning everyone! [13:02] hey nxvl, I guess congratulations are in order [13:03] * Koon orders Pisco for the whole table [13:04] hey hxvl [13:08] Koon: heh, thank you [13:22] coffeedude: hello Jerry. That's Thierry here. Did you have time to look at our pam configuration issue ? [13:23] Koon: Hey. I'm working on it. Just not done yet. Is thre a bug in LP on it I should update ? Or just send you mail? [13:24] coffedude: bug 262264 [13:24] Launchpad bug 262264 in likewise-open "Fails to join a domain: Unknown pam configuration" [High,New] https://launchpad.net/bugs/262264 [13:24] Thanks. [13:28] coffeedude: if you want to take advantage of the new pam-updating tools of intrepid and need some introduction to them, I can set something up with someone that knows them better than I do [13:28] Koon: Thanks. I might do that. Just need a bit more time to dig into it. [14:24] Koon: have you retested likewise-open in the last few days? [14:33] dendrobates: I tested the one in intrepid a couple of days ago [14:34] Koon: I just wanted to make sure it wasn't fixed in Steve's last upload of the pam stuff. [14:34] dendrobates: I retested it just before filig the bug. But there may have been another pam upload after [16:33] * nijaba takes a break [16:34] I am dropping Stella at a friend and will be back [16:34] hello, virt-manager I get "Paravirtualized" grayed out. doesn't that work with qemu ? [16:34] dont think so [16:35] ok, thanks [16:35] you'll want kvm or vmware for paravirtualisation i think [16:35] oops that was the wrong chan [16:35] Deeps: I installed kvm, but it doesn't show in the list. I only have xen and qemu [16:36] oh, maybe I need a modified kernel on the host machine ? I thought it was about the guest kernel. [16:40] afaik kvm support's integrated into the stock ubuntu kernel [16:40] i could be wrong [16:41] uhm. weird. ok let's leave it alone. fully virt will be ok as well. [16:51] New bug: #262691 in openssh (main) "can't login with a special character password" [Undecided,New] https://launchpad.net/bugs/262691 [17:51] New bug: #262715 in mysql-dfsg-5.0 (main) "missing ref in mysql library causes iodbc to fail" [Undecided,New] https://launchpad.net/bugs/262715 [18:30] mathiaz: ping [18:30] zul: sure I'm around ! [18:30] mathiaz: for #262715 mysql_odbc_escape_string has been removed in 5.0.67 according to the release notes should I put that as wont-fix? [18:33] zul: well -it seems that odbc is broken then [18:33] zul: the bug may be invalid for mysql-dfsg-5.0, but valid for odbc [18:33] mathiaz: *sigh* :) [18:34] zul: it seems that myodbc would be the correct package. [18:35] mathiaz: ok, we should update that package then [18:35] * mathiaz nods [18:35] ill put it on my todo list [19:32] mathiaz, here? [19:36] macd_: yes [19:40] I just caught up with the libgems discussion [19:40] actually be back in a sec, work calls [19:40] sorry [19:48] lallala i hate libtool [21:21] I need a DNS wiz to explain something to me. [21:22] I've registered a domain, jungberg.dk. If I do a "host -t ns jungberg.dk", I get the correct response. [21:22] However... [21:22] If I do what I thought a DNS server would do to find that answer for me, I come up empty. [21:22] Here's what I think it does: [21:23] It finds the name server for the .dk tld. [21:23] ...so I do a "host -t ns dk.", and get [abclps].nic.dk. [21:24] Then, it asks one of those for the NS for jungberg.dk. [21:24] ...so I do a "host -t ns jungberg.dk. a.nic.dk". [21:24] And that's where my world falls apart. [21:24] I get jungberg.dk has no NS record [21:24] I get the same result if I ask [bclps].nic.dk. [21:25] whiskey... tango... foxtrot... [21:25] Can someone explain this to me? [21:26] New bug: #262789 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 None [modified: /var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess pre-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/262789 [22:01] Can I at least hear someone say that "yes, that really *does* look weird"? [22:01] Yes, that really does look weird, dont say thanks... [22:07] jmedina: Don't worry. I won't :) [22:07] \o/ [22:40] soren: since a.nic.dk is not authoritive name server for your domain, it will respond with the "no NS record" [22:40] only host -t ns jungberg.dk ns[1 till 5].gratisdns.dk. will answer that posive [22:45] so, I've been working with getting some Xen stuff going, and I noticed today that my hardy VM's stopped in the boot process just after "Reloading OpenBSD Secure Shell server's configuration sshd" [22:45] I figured it was a Xen thing, but I rebooted the host, and now it's doing the same thing. Any thoughts? [22:46] I can still get in via SSH, but logging into the local tty is impossible. [22:47] huh, it looks like it is somehow related to Xen.... when I forced a reboot some error messages including "xm " flashed by real quick... wheee! [22:56] fromport: Erm.. No. [22:57] fromport: Ok, answer me this: How did you come up with ns[1-5].gratisdns.dk? [22:57] fromport: (supposed) answer: based on the ns responses from a.nic.dk, right? [22:57] *those* are the ones, I'm not receiving. [22:57] And *that's* what I don't get. [22:58] fromport: It wouldn't work if the only way to find out which server was the authoritative one, was to ask the authoritative one. === mindframe is now known as Guest28080