[01:33] How do I get my domain name connected through BIND? [01:36] Well, personally I would be using nsd instead of bind. [01:37] rdvonz: have you already gone through https://help.ubuntu.com/10.04/serverguide/C/dns.html ? [01:43] @twb: I'll give it a look! [01:43] OK, feel free to ask again if you still have trouble [01:44] @twb: Ah yes, I browsed through this article. [01:46] rdvonz: you don't need the "@" btw [01:46] but the @ is cool :) [01:47] I'm too used to twitter/facebook/etc., sorry. [01:47] twb: Do you know anything about webmin? I was using that because it gave me easier access to the config files. However, I still don't quite understand how all of this works. I have a computer right now that is running Apache without any virtual hosts. I have all the information for the domain name, I have no idea how to translate it into my server. [01:47] I know: don't use it. [01:48] rdvonz: vhosts are trivial to set up in the default ubuntu /etc/apache2/sites-enabled/ layout, but if webmin is installed it may have broken that. [01:49] rdvonz: normally all you do is write a virtualhost entry in a new file in that dir, then a2ensite and run apache2ctl graceful. [01:49] twb: Should I get rid of it? [01:49] rdvonz: unfortunately if you have used webmin already, its greasy prints may be all over the system even after you uninstall it. A clean install would be best, but if that's a pain then you can avoid that and hope for the best [01:50] twb: That still leaves the question of using the domain I have, how do I got about that? [01:51] rdvonz: uh, could you be more specific? [01:51] "use" how? [01:52] twb: configure BIND so that it points to my server. [01:52] heh? [01:53] you mean configure bind and point dns to your bind server? [01:53] that sounds very unreliable [01:53] patdk-lap: you mean because bind tries to be both a caching resolver and a zone master/slave server? [01:54] * rdvonz doesn't know what he's talking about. At all. [01:55] rdvonz: there are broadly two roles for a DNS server -- firstly, to serve your own domain(s) to the world; secondly, to serve the world's domains to your LAN. [01:55] rdvonz: BIND mixes the two together, when they really ought (IMO) to be totally separate services. nsd and unbound are an alternative implementation that keeps them separate. [01:56] Of course, Ubuntu seems to recommend bind, whereas I'm just some guy [01:56] * patdk-lap recommends powerdns :) [01:56] atleast for recursor [01:56] I should test nsd sometime [01:57] nsd was built by norwegians to run on the root servers, so me like big hug [01:58] same for powerdns, but just wasn't norwegians [01:58] I think it was germans [01:58] Also unlike mara, it has the same file format for zones as named, which is handy when e.g. Emacs has a major mode that automatically updates the serial number whenever you save the file. [01:58] the only thing that I would use bind for, is if I had to support dynamic updates [01:59] and it had to be done via dns/dhcp [01:59] patdk-lap: I use dnsmasq for that [02:00] Basically cyber.com.au is "split horizon" -- laptops are added in dnsmasq and resolve internally only, but static allocations are served from quack.cyber.com.au (nsd) and dnsmasq points at it for parts of cyber.com.au it can't resolve on its own [02:00] heh, I refuse to do split horizon [02:00] I do install dnsmasq for small installations [02:00] I have five LANs, (limited) split horizon makes sense for me [02:01] I'm way over 5 [02:01] I'm in about 40 lans [02:01] It's not full bind-style split horizon, you basically just say to dnsmasq "work it out" and it does some heuristics based on source iface and such [02:01] spit horizon muddies it too much [02:01] I can certainly see the argument for that :-) [02:02] pretty much did away with all of the need for that by using proxy-arp [02:02] or other mac tricks [02:06] I'd actually like to just disable ARP entirely [02:06] Have a static ip neighbours table hard-coded for the LDAP server, and then get all the other entries from machine objects in LDAP or something [02:06] I might end up doing that for prisons, but for the office ICBF. And of course IPv6 ICMPv6 will obviate the problem Real Soon Now. [02:07] (problem = ARP poisoning &c) [02:08] ya, where I are about arp poisoning, I use ipsec [02:09] to cross between the user accessable lan, to the more secure lan [02:09] At one of the prisons, we actually have each switch port set to a specific MAC, and if it sees any other MAC, to lock that port until further notice [02:10] So you can still do spoofing, but you have to guess right first time :-) [02:10] (Oh, and there's physical security to prevent you bringing in boot media or unauthorized computers.) [02:11] all my users are rdp [02:11] so I just care if they attempt to use their rdp machine to mess with the control machines [02:11] mainly the windows ad servers [02:12] if they do screw with mac/arp, the ad will just get dos [02:12] only affects themselfs really [02:12] and since all traffic from that ad outside that lan uses ipsec, no info is gained [02:13] patdk-lap: so basically they are thin clients, except RDP instead of rlogin or X? [02:14] no [02:14] you don't do any work on your own machine, it's all done on these machines you rdp into [02:15] one machine per user [02:15] patdk-lap: that's called a thin client [02:15] one lan per customer [02:15] a thin client would be on the user side [02:15] I'm on the other end [02:16] we don't do the clients stuff [02:16] the clients log into us [02:17] I guess you could say, we run a whole thin client lab, without thinclients, only the backend hardware [03:42] Interesting... I tried the Broadcom (5723) card again... [03:42] Merely having it enabled, brought everything to a near halt. [03:43] It took over 1 minute to go from hitting enter after password, to getting the console. [03:43] that happens sometimes, it may have nothing to do with your card [03:44] But disabling it fixed it. [03:44] And re-enabling it re-broke it. [03:44] And that's with no ethernet plugged in. [03:44] So for now, I'm using the Intel. [03:44] the update checker may be attempting to use said broadcom for something [03:45] you'd have to disable it to find out for sure [03:45] It literally went like this: boot enabled.... slow. Reboot with disabled: fast. Enabled: slow. Disabled: fast. [03:45] ANd that was even with NO interfaces up. [03:45] Not even the Intel. [03:46] a fair point, but the login time is not a good indicator of anything [03:46] due to the number of things that happen in the motd and such [03:47] Heck, it was making even TYPING be slow. [03:47] I think. [03:47] type rates, that's different [03:47] top would clear it up [03:47] It felt like the driver was eating 60% of my cpu cycles. [03:47] I'll have to try that some time. [03:47] Anyway, for now I'm happy with the Intel ( http://www.newegg.com/Product/Product.aspx?Item=N82E16833106033 ) [03:48] I installed a similar model in my file server when the onboard died [03:48] other than having to upgrade to lucid for lack of drivers in hardy, it worked out well [03:49] I've since gotten a new board, but kept the intel NIC [04:52] hmm, anyone know of a realtime large-dir sync tool? Aside from Unison, which took a long time to run with all files on one end and nothing on the other end. [06:13] Hello all, so I have a question about Ubuntu server, I Downloaded ubuntu Server 64 bit v11.04 and i burned it onto a dvd-r disk to install on my other computer. So it says to put in the cd, restart your computer, and follow the instructions on my screen. I did this but there is no instructions only something saying Solinux 4.01, copyright ect. What do i do now? === rewt`` is now known as rewt [06:33] when I'm generating an ssl key and csr using openssl, how can I specify 2048 encryption? === unreal_ is now known as unreal [07:03] nonotza: with the last parameter of `openssl genrsa`, see `man genrsa` [07:03] thanks === mendel__ is now known as mendel_ === mendel__ is now known as mendel_ === koolhead17|afk is now known as koolhead17 === RudyValencia- is now known as RudyValencia === mcahornsirup_ is now known as mcahornsirup [09:33] hello - is there any tutorial on how to use kvm-clock with Lucid? Is this even recommended? My guests currently don't, and drift a lot, even *with* ntpd installed :( [09:35] Hi - Anyone know where I can get support on ircd-hybrid (installed on Ubuntu Server)? I have installed it and it seems to work fine - with one exception. Even with one room and one user trying to get a room list results in "server load too heavy" message. /list works fine [09:36] quick question. Lets say I have domain.com. If I want to receive email for domain.com I only have to create an MX record on domain.com which points to mail.domain.com - I can then have the actual A record for domain.com point to another server correct? [09:36] iclebyte-work: yes [09:37] okay thanks, i've got some support guys telling me I need to have mydomain.com point to my mail server in order to receive email other wise I can only get user@mail.mydomain.com - I just wanted this verifying. Thankyou [09:38] iclebyte-work: http://en.wikipedia.org/wiki/MX_record#History_of_fallback_to_A [09:41] thanks. [10:22] New bug: #810977 in openldap (main) "slapd remove/reinstall fails" [Undecided,New] https://launchpad.net/bugs/810977 [10:52] zul: around? could you do a NEW upload for me? [11:10] RoAkSoAx: morning [11:11] RoAkSoAx: any chance you could do a couple of NEW uploads for me? [11:47] What's the preferred method for emailing logs from ubuntu-server (apache logs etc...) === CrazyGir is now known as Guest8015 [12:01] Ethos: why would you do that? [12:01] Ethos: what problem are you trying to solve? [12:03] Ethos: Does logwatch fit what you're looking for? [12:59] hi [13:00] who can help me pointing proxy in server to get internet? [13:01] hello [13:03] hello [13:04] is anyone there? [13:04] !patience [13:04] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. While you wait, try searching https://help.ubuntu.com or http://ubuntuforums.org or http://askubuntu.com/ [13:06] ok [13:06] in IRC, how can i reply to the someone who answered me? [13:11] how to join #asterisk channel from webchat.freenode.net. it is hard because it needs port 6667 [13:11] Tommy_nmw: well, you're in freenode already, you just need to /j #asterisk [13:11] :) [13:11] it really didn't work [13:12] as it also need specifc port [13:13] http://www.asterisk.org/support [13:15] hello [13:16] New bug: #811035 in euca2ools (main) "euca-upload-bundle: ImportError: cannot import name Connection " [Undecided,New] https://launchpad.net/bugs/811035 [13:16] Tommy_nmw: I just joined #asterisk and it's fine. In this window you just need to /j #asterisk [13:17] i m using from webchat.freenode.net. not IRC client software [13:18] i got the following errors. [19:40] == #asterisk Cannot join channel (+r) - you need to be identified with services [19:47] == #asterisk Cannot join channel (+r) - you need to be identified with services [19:47] == #asterisk Cannot join channel (+r) - you need to be identified with services [13:19] just register your nick [13:19] ah [13:19] yeah, what patdk-wk said [13:19] jamespage: sure! point me to them and I'll upload later today [13:19] RoAkSoAx: thanks [13:20] how can I ? [13:20] complete command please [13:20] Tommy_nmw: hehe, ask on #freenode [13:21] I donn't know what command I have to type [13:21] i m new to IRC command [13:21] Tommy_nmw: so if you're new, first thing you should know is that we're all volunteers here [13:21] demanding stuff may cause you to be ignored ;) [13:22] Tommy_nmw: try /msg nickserv help register [13:22] it will explain what you should do [13:29] I can register [13:29] but i can't verify [13:29] Can't use this command in this window eror appears [13:36] Tommy_nmw: what's the error? [13:38] Could anyone recommended a good up-to-dateish Ubuntu server book? [13:41] http://www.amazon.com/dp/0137081332/?tag=stackoverfl08-20 [13:41] Anygood? [13:41] Daviey: +1 sent [13:49] IRC sucks [13:50] <_ruben> then don't use it [13:52] hggdh: hurray [13:52] Tommy_nmw: /msg nickserv identify yourpassword [13:52] hggdh: just need one from bdmurray then? [13:52] i tried [13:52] I kept getting #asterisk Cannot join channel (+r) - you need to be identified with services [13:52] then you didnt match your passwords, or nickserv didnt recognize [13:52] spacing is important [13:52] nickserv isnt intelligent, only useful [13:53] Daviey: just need one more +1, from anybody in -control (of course, members of the server team are suspect due to conflict of interest) [13:53] [20:19] -NickServ- You are now identified for Tommy_nmw. [20:19] == #asterisk Cannot join channel (+r) - you need to be identified with services [13:53] hggdh: okay, will wait and see then. [13:53] !register [13:53] Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [13:54] Tommy_nmw: ^ === Tommy_nmw is now known as astrobuntu [13:59] Daviey: Howdy... is it still a target to get collectd in main? [14:00] RoAkSoAx: Should be, yes [14:00] I thought there was a MIR for it [14:00] Daviey: it is assigned to you and it is BLOCKED [14:01] bug #801721 [14:01] Launchpad bug 801721 in collectd "[MIR] collectd" [Undecided,Incomplete] https://launchpad.net/bugs/801721 [14:02] Daviey: ahhh lol :) === kentb-out is now known as kentb [14:51] smoser: ping [14:53] RoAkSoAx, howdy [14:53] smoser: howdy!! I'm trying your devenv. Are the VM's gonna use virbr0 (192.168.122.0/24? [14:55] they go on their own bridge [14:55] hole thing is isolated [14:55] smoser: ok, but if the host is the squid-deb-proxyu [14:55] smoser: i'm building cobbler and it is using a network on 192.168.122.0/24 I think, cause otherwise it wont be accessible to squid-deb-proxy which I'm pointing to it at 192.168.122.1 [14:56] i think it still should hit your squid dep proxy [14:56] the dev-env builds its own cobbler vm [14:56] that you stick on that isolated network [14:57] oh... when you build that cobbler-vm, it just uses kvm guest net [14:57] which wont hit your proxy unless you tell it to [14:57] is that what you were asking RoAkSoAx ? [14:57] smoser: yeah [14:58] see the README.txt in that subdir [14:59] and in the preseed file there, is commented out a line for proxy [14:59] give it some valid IP for your proxy server [15:00] smoser: yeah I know how to give the proxy IP, though my question is that it has correctly obtained the debs through the proxy, it has rebooted, and now it is stuck [15:00] how stuck ? [15:00] smoser: nevermind, it is unstuck now lol [15:00] so, it does a reboot and then does more stuff [15:00] the reason was that adding orchestra-server to the list of packags brought in mcollective [15:00] smoser: but anyways... my point is that whenever we deploy a new machine that uses that cobbler server that was created... how do we ensure that the network is accessible to squid-deb-proxy [15:01] and mcollective was failing to install during the installer [15:01] i didn't open a bug on that... [15:01] given that you say that it is a new network created, which means we need to manually modify squid-deb-proxy? [15:01] lynxman, ^ [15:01] does your squid-deb-proxy only listen on some network ? [15:01] i think it will all "just work" [15:01] oh wait.. .maybe not. maybe you will. [15:02] wait. no it should work [15:02] smoser: on s-d-p you have to list the allowed networks [15:03] smoser: but let me finish testing [15:04] smoser: mvo did some modifications so we can tweak that through debconf, we do in orchestra [15:04] RoAkSoAx, i did not know that. [15:04] lynxman, well ideally, it would "just work" from the installer. [15:04] or at least not crash the installer [15:04] :) [15:05] smoser: it worked last time I did it, just sayin' [15:06] smoser: not implying that you broke it ;) [15:06] smoser: and about mcollective waiting for Daviey to upload 1.2.1 with some fixes, including the dependency for stomp that was dropped somehow [15:07] Hello, how I can I specify static dns servers while still having my network interface use dhcp? [15:07] Voziv, you have to configure the dhcp server [15:08] And for those of us who don't have access to their dhcp server? [15:08] na you don't [15:08] you just have to remove the dns lines from dhclient [15:08] or override them [15:09] smoser: ok after installing the cobbler image I cannot connect to the squid-deb-proxy server on 192.168.122.1 [15:09] which is obvious as it is a different network [15:09] there is even an example in /etc/dhcp3/dhclient.conf [15:10] patdk-wk: that file is empty for me [15:11] what version you running? [15:12] 10.04 [15:12] strange, same as me, so it should exist [15:13] jamespage, around ? [15:13] smoser: yep [15:13] wassup [15:14] it exists, it's just empty [15:14] you easily able to test http://paste.ubuntu.com/644828/ [15:14] if that makes euca2ools 1.3.1 happy as it is, i'll hold off a bit on the upload of a newer version === zz_ng_ is now known as ng_ [15:14] RoAkSoAx, yeah, that makes sense. [15:15] RoAkSoAx, so you run a squid-deb-proxy in a guest ? [15:15] smoser: yep - give me 5 === ng_ is now known as zz_ng_ [15:18] smoser: nope actually I was running it on the host [15:19] smoser: but telling the VM's to use the ipaddress of virbr0 [15:19] instead of the IP address of the host itself [15:19] RoAkSoAx, right. [15:21] jamespage, http://paste.ubuntu.com/644831/ [15:21] is against full installed file names [15:21] i tested at least no import error [15:21] smoser: so in the preseed, I change the mirror to the ip that I have in wlan0 and it fails [15:22] smoser: http://paste.ubuntu.com/644833/ [15:22] no so happy [15:24] right. [15:24] i'll poke some more [15:29] Hey do we have a jenkins setup available to us by any chance? Been thinking it would be good to setup continuous functional testing of Ensemble. === jpds_ is now known as jpds [15:35] jamespage, http://paste.ubuntu.com/644839/ [15:35] that one worked for me in a : uec-publish-image --type image -vv x86_64 euca2ools.spec smoser-test [15:44] smoser: why are you installing cman? [15:44] smoser: http://paste.ubuntu.com/644848/ [15:51] smoser: that worked nicely [15:58] SpamapS: RoAkSoAx: who should own this blueprint now -> https://blueprints.launchpad.net/ubuntu/+spec/server-o-ensemble-orchestra-openstack-support [15:58] * robbiew notices it's not started...but I know work is being done this week ;) [15:58] Daviey: fyi ^^^ [15:59] robbiew: Great! RoAkSoAx has committed to sending us a status update towards the end of day. [16:00] Daviey: cool...but we should update the blueprint, right? [16:00] to reflect reality [16:00] currently the effort is assigned to SpamapS and has ZERO workitems done :/ [16:01] Lets look again tho.. [16:02] robbiew: yeah, adding it to the overview tracking page [16:02] https://blueprints.launchpad.net/ubuntu/+spec/server-o-install-experience needs some love too....I think the boot-experience is already known ;) [16:02] * robbiew is catching up with his todos...which means he has more time to dig ;) [16:03] * robbiew just realizes he probably just triggered Daviey to give him more ToDos [16:03] hell. yes. [16:04] robbiew: refresh [16:04] * SpamapS has been quite remiss in updating his WI's [16:07] Daviey: towards end of the weekend more likely :) [16:08] RoAkSoAx: Yeah, best not send emails whislt intoxicated. [16:09] Daviey: hehehe [16:09] smoser: ping [16:10] smoser: how cna I ensure that the host is listening [16:10] RoAkSoAx, here. [16:10] where host = cobbler server ? [16:10] smoser: err host where the cobbler server is running [16:10] as virsh cannot connect [16:10] to start the machine [16:11] you are wanting to start one of the nodes? [16:11] is that right ? [16:11] smoser: never mind, figured it out... so anyways [16:12] did you see the 'HOWTO' there ? [16:12] smoser: ensemble is working with your devenv beautifully [16:12] smoser: spoke too soon :) [16:15] RoAkSoAx: can you take a look at https://blueprints.launchpad.net/ubuntu/+spec/server-o-ensemble-orchestra-openstack-support and add a WI for what you've been doing, and any extra info to help us track the status? [16:15] anybody have time to help me out with an infiniband network problem? [16:15] RoAkSoAx, whats going wrong ? i'd like to help. [16:15] i'd like to make the "build cobbler server" work better, and "just work" with as little config from user as possible [16:18] smoser: is a prblem with the preseed [16:18] SpamapS: sure [16:21] smoser: on the cobbler dev image can you make that /etc/hosts points to the IP of the cobbler server instead of 127.0.0.1 or whatever is there [16:23] RoAkSoAx, you mean 'cobbler' entry in /etc/hosts, you want it to point to its "real IP" ? [16:23] Question - if I'm running an Ubuntu DHCP server with 2 NICs, would each NIC hand out IP addresses? [16:23] i think the debian policy is that /etc/hosts for 'hostname' should have 127.0.1.1. the installer actually sets that. [16:23] RoAkSoAx: Early next week, are you able to look at the cobbler bugs? https://bugs.launchpad.net/ubuntu/+source/cobbler [16:23] smoser: yes, otherwise the "nopxe" will make the installation fail as for node0X cobbler server would be 127.0.0.X instead of 192.168.123.2 [16:24] smoser: This disucssion is deja-vu. [16:24] exactly. [16:24] :) [16:24] Daviey: yeah I was planning to that :) [16:24] RoAkSoAx: rocking! [16:24] RoAkSoAx, it shouldnht fail [16:24] smoser: right, it is either that, or tell /etc/cobbler/settings that next_server and server are the IP instead of "cobbler" [16:25] we write into /etc/cobbler/settings that the 'server' is "cobbler" [16:25] if it uses that string as the 'http_server' value, then that should work [16:25] smoser: yes, but in /etc/hosts , cobbler is 127.X.X.X [16:25] as the client will correctly resolve 'cobbler' to a read host [16:25] smoser: so that tells the preseed that the cobbler server is "127.X.X.X" [16:25] RoAkSoAx, but cobbler should not attempt to resolve locally that name [16:25] really? [16:25] i dont think thats what is happening [16:25] smoser: yes, just tried it [16:25] oh. [16:25] nho [16:26] the devenv doesn't set 'server' right i think [16:26] smoser: i just changed /etc/hosts to 192.168.123.2 cobbler [16:26] and it works [16:26] thats just completley wrong [16:26] oh.. here. [16:27] on your cobbler server [16:27] get the preseed values for a node [16:27] i think you will see 127.0.1.1 in there. [16:27] i swear i went though this. [16:27] s/went through this/hit this and made it work with 'cobbler'/ [16:28] smoser: yes I see 127.0.1.1 but it is wrong as it should be the public IP of the cobbler server [16:28] smoser: otherwise node0X won't be able to access the cobbler server to set the nopxe stuff [16:28] smoser / RoAkSoAx: I thought we were agreeing not to rely on name resolution? [16:29] Daviey: that's just the dev environment, not on the real thing [16:31] ah [16:31] RoAkSoAx, agreed that is wrong tha tyou see that. [16:31] but i think you just have to set something int he /etc/settings correctly [16:32] smoser: yeah either way works [16:34] smoser: but I do prefer that the /etc/cobbler/settings are set correctly [16:35] so what do you have in /etc/cobbler/settings for 'server' ? [16:35] smoser: do you want to chat now, or do you want to put it off for a bit? It looks like you guys are in a grove now. [16:35] smoser: server and next_server are both the IP address [16:37] RoAkSoAx, but you should be able to put 'cobbler' there. [16:37] it absolutely is wrong for cobbler to resolve that for http server [16:37] *especially* to resolve it via /etc/hosts [16:39] RoAkSoAx, it "works for me" [16:39] http://paste.ubuntu.com/644879/ [16:39] utlemming, yeah, we can chat [16:40] smoser: it doesn't work for me but you should not be using cobbler becuase cobbler is never mapped to 192.168.123.2 [16:41] RoAkSoAx, it is mapped to that [16:41] via dns [16:42] smoser: right, so maybe in my setup something is not working well with the dns sstuff [16:42] $ ps axw | grep dnsm.*cobb [16:43] RoAkSoAx, ^ what does that show? [16:43] and /var/lib/libvirt/dnsmasq/cobbler-devnet.hostsfile [16:43] should be populated [16:44] 4105 pts/0 S+ 0:00 grep --color=auto dnsm.*cobb [16:45] 22819 ? S 0:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/cobbler-devnet.pid --conf-file= --except-interface lo --listen-address 192.168.123.1 --dhcp-range 192.168.123.2,192.168.123.254 --dhcp-leasefile=/var/lib/libvirt/dnsmasq/cobbler-devnet.leases --dhcp-lease-max=253 --dhcp-no-override --dhcp-hostsfile=/var/lib/libvirt/dnsmasq/cobbler-devnet.hostsfile --dhcp-boot pxelinux.0,,192.168.123.2 [16:45] it is [16:47] RoAkSoAx, i never tried it the whole way through [16:47] but if the nodes do dns lookup, they should be good [16:57] smoser: "The 'server' field in /etc/cobbler/settings must be set to something other than localhost, or kickstarting features will not work. This should be a resolvable hostname or IP for the boot server as reachable by all machines that will use it." [16:57] 2 : For PXE to be functional, the 'next_server' field in /etc/cobbler/settings must be set to something other than 127.0.0.1, and should match the IP of the boot server on the PXE network. [16:58] RoAkSoAx, right... [16:58] absolutely [16:59] smoser: so maybe it is not resolving as when it creates the kickstart it passes 127.0.1.1 when it should not be like that [17:01] New bug: #811149 in mysql-5.1 (main) "package mysql-server-5.1 (not installed) failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/811149 [17:06] New bug: #811151 in mysql-5.1 (main) "package mysql-server-5.1 (not installed) failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/811151 [17:12] New bug: #811154 in openssh (main) "package openssh-server 1:5.8p1-1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/811154 === Guest8015 is now known as CrazyGir [18:13] hello! with ufw, how do you remove an entry [18:18] jdstrand: ^^^ [18:25] Okay, I'd like to get openMPI 1.5.3 (or .4 when it's released in a week) into oneric [18:25] if I create the source deb, what's needed to get it included? [18:29] Would it be a headache to set up two DHCP scopes within Ubuntu and tag each scope to a different VLAN? [18:30] no, that is simple [18:30] is the tagging done in the dhcp scope or in the interface file per eth1 or eth2, etc? [18:35] roasted: VLAN tagging would be the network interface's responsibility [18:45] CrazyGir: re ufw> either prepend 'delete' in front of the rule you used to add it, or use 'sudo ufw status numbered' followed by 'sudo ufw delete #' [18:45] CrazyGir: see 'man ufw' for details [18:51] SpamapS, so I wouldn't put any VLAN tags within the dhcp scope at all then? [18:52] roasted: no, you would configure a vlan interface which you'd bind dhcpd to [18:54] smoser: for some reason in the devenv, the oinstalled host didn't disable PXE [18:54] SpamapS, would it just be done by a single vlan=1 tag or something like that? [18:54] heh? [18:55] normally vlans are named like, eth0.1, eth0.10, eth0.11 [18:55] I never did vlaning in linux [18:55] roasted: I think this works https://wiki.ubuntu.com/vlan [18:55] you could name them otherways, but it gets hard then whe nyou have more than one nic [18:56] that is pretty confusing [18:56] RoAkSoAx, so you mean it looped ? [18:56] I only do the last part, modify the interfaces file [18:56] man interfaces doesn't mention 'vlan-raw-device' [18:56] the preseed file that i supplied int hat image does not have any snippit or varialbe for nopxe callback [18:56] smoser: yeah just realized that [18:56] smoser: i though it did :) [18:58] SpamapS, that looks good. and easy. thank you! [18:58] ahh.. looks like the 'vlan' package implementes it in if-pre-up.d [18:58] no. RoAkSoAx so we want to have that added. [19:00] SpamapS, that a good thing, I assume? [19:00] well, it won't work till you apt-get install vlan [19:01] RoAkSoAx, i'll update it with http://paste.ubuntu.com/643466/ [19:01] was the preseed otherwise correct? [19:01] oh right [19:01] its like 3 steps [19:02] doc needs updating then [19:02] apt-get install vlan; vim /etc/network/interfaces; ifup eth0.x [19:02] apt-get install vlan, add eth# to vlan#, assign static ip/subnet, etc [19:03] RoAkSoAx, ok. that is done. and pushed. [19:04] RoAkSoAx, did you use the 'setup.py' stuff to populate nodes ? [19:04] id' be interested in modifying that to support tagging the management class to assign it to an ensemble user also [19:09] smoser: yeah I already corrected the preseed [19:09] smoser: we need to start merging this stuff into lp:orchestra (basically the preseed) [19:10] right. we do. [19:11] smoser: RoAkSoAx: +1 [19:11] kim0, around ? [19:12] RoAkSoAx, i think after that long discussion we decided to use a snippet for the ensemble late_command so we'll need to do that. and i would suggest that we do the same for the nopxe [19:15] RoAkSoAx, SpamapS i think the late_command ends up looking something like this: [19:15] d-i preseed/late_command string true && \ [19:15] $SNIPPET('ENSEMBLE_LATE_COMMAND') && \ [19:15] $SNIPPET('DISABLE_PXE') && \ [19:15] true # add your late_commands here [19:17] smoser: looks good to me [20:03] RoAkSoAx: so are you the only person on the team not attending a sprint Aug 8-12 ? [20:03] :) [20:04] RoAkSoAx: interested in joining us in Austin...would probably help the Ensemble team...figure millbank isn't an option for you atm [20:05] robbiew: yeah I'm the only one not attending :'( [20:05] robbiew: and sure I'll be more than glad to travel [20:05] that's easily rectified [20:06] RoAkSoAx: perfect...add your name to the wiki page and let marianna know you'll need accommodation [20:06] robbiew: hehe wanted to go to Dublin/London for a loooooooooooooooooooooooong time :) [20:06] robbiew: cool, will do [20:06] then book the flight [20:06] yeah....poor timing, I guess [20:07] robbiew: Will do. Thanks [20:07] RoAkSoAx: fly Delta out of St. Paul...then we can give Robbie a little heartburn. [20:08] boot succeeds but hangs for 40s at init-bottom script and throws timeout error on `watershed vgscan`. My root in on LVM [20:09] this is oneiric with custom kernel from git (dom0) [20:09] utlemming: St.Paul as in MN? [20:10] if I install mdadm (don't need it) the hang time goes away, but I have tons of raid modules loaded that I don't need [20:10] RoAkSoAx: Yeah, but from where you are that would be a miserable conncetion [20:12] utlemming: heh.. I actually did depart from St. Paul once (To Detroit through ) and wouldn't do it twice :) [20:12] in delta [20:12] lol, worst I had was a flight from Seattle to Salt Lake through Dallas. Last time I want to fly American [20:13] s/want to/did/ [20:14] utlemming: heh... AA for me has been great so far [20:16] utlemming: lol [21:07] New bug: #811273 in php5 (main) "FTBFS due to libpng (and lesser libjpeg)" [Undecided,New] https://launchpad.net/bugs/811273 [21:07] New bug: #811275 in dovecot (main) "package mail-stack-delivery 1:2.0.13-1ubuntu2 failed to install/upgrade: Unterprozess installiertes post-removal-Skript gab den Fehlerwert 1 zurück" [Undecided,New] https://launchpad.net/bugs/811275 [21:33] hi folks, has anyone here done nic-boning with Ubuntu 10.04 LTS ? I am trying to create 2 BOND groups, but only my first bond is showing up [21:34] and actually my first bond isn't applying the correct settings [21:37] hmm, this chan seems a little inactive, and #ubuntu is a little too active === medberry is now known as med_out === zz_ng_ is now known as ng_