[00:02] hi [00:02] good evening [00:03] is there anyone? :) [00:03] pipponji: howdy [00:25] .i have ubuntu 9.10 on sofware raid md0-boot (raid1) , md1-swap (raid1), md2-system (raid 5), md3-home (raid 5), i have a crash and even though system appears to be working well i get the following screen at boot: http://imageshack.us/photo/my-images/215/20120116104650458.jpg/ [00:25] New bug: #917435 in apache2 (main) "Apache mod_rewrite doesn't work after most recent oneric update" [Undecided,New] https://launchpad.net/bugs/917435 [00:28] hi [00:28] hi patdk-lap [00:28] you remember me? [00:28] raid 10 mdadm....... [00:29] so i am trying to set up rails with unicorn. i have my unicorn config.rb file set up, and if i run unicorn_rails -c /path/to/config.rb as my user everything starts up fine and i can view the website. however, if i run the Upstart script, (and it basically exec sudo -u myuser -i `unicorn_rails -c 'path/to/config'` i get no error msg, but i cant view the website -- it redirects to 500 error page. in nginx logs it just says connect [00:29] what could Upstart be doing wrong that the unicorn fails to set up? [00:34] Unicorn? Is that anything like Manicorn? ;) [01:21] hello [01:21] I have a 10.04 server with an additional pci nic [01:22] it shows in lsmod but I cant get it to work, no dhcp no network communications nothing [01:22] any advice? Its realtek r8169 something [01:23] can some one help me debug some dns issue [01:24] for some reason my sites where up yesterday but they are down all of a sudden [01:26] You will never know, till you ask. [01:27] Any help on my nic issue? [01:31] metasansana: pastebin the output of lspci -nn and ip a [01:31] Also lsb_release -a and uname -a [01:32] ok [01:41] twb: http://pastebin.com/WGsf7349 [01:41] metasansana: how many NICs do you think you have in there? Two? [01:41] there are two at the moment [01:41] Well, they're both detected fine [01:42] twb: the machine is hung now [01:42] Just add the appropriate content to /etc/network/interfaces [01:42] i did, im starting to think this may be a hardware thing [01:43] i still have ssh access though [01:45] twb: ifup eth1 keeps saying the device is already configured even though ip a says its DOWN [01:49] pastebin your networks file [01:49] It should look something like this: http://paste.debian.net/152534/ [01:50] twb: I dont know what the help happened but everything is configured and working now [01:50] Obviously if using stating instead of dhcp you change that. Also, having two DHCP ifaces up at once will cause confusion. [01:50] s/stating/static/ [01:50] I had one dhcp and one static [01:50] Hey guys. Does anyone know what the best bonding mode would be for a cross connect between two servers? [01:51] I got unable to enumerate usb device on port 1 [01:51] and now it works [01:51] twb thanks === sixstringsg|away is now known as sixstringsg [02:09] jetole, round-robin, if that is an option === sixstringsg is now known as sixstringsg|away [02:13] Okay quick weird problem [02:13] Installed openjdk-6-jre-headless and was cool for awhile [02:14] Uninstalled and and installed default-jre-headless [02:14] Now /usr/bin/java and /etc/alternatives/java are gone [02:14] Is some post install script not firing? [02:14] Likely not the problem... [02:15] IIRC, default-jre-headless goes with GCJ. [02:15] It says it depends on openjdk-6-jre-headless in apt-cache [02:15] I uninstalled it anyway and reinstalled openjdk-6-jre-headless manually [02:15] Those symlinks are still gone [02:15] Ah. I forgot. [02:16] update-alternatives also doesn't know about java [02:17] I would just try purging and reinsatlling but I started a job directly via /usr/lib/jvm/java-6-openjdk/jre/bin/java so I need to wait for that to finish :p === pdtpatrick_ is now known as pdtpatrick [02:22] okay, purge and reinstall worked [02:22] weird [02:32] patdk-lap: well they are two nics bound together on two different servers that are just cross connected between the servers without a switch in the middle [02:32] patdk-lap: this is a dedicated link for state exchange between to Linux HA iptables systems [02:33] jetole, like I said, round robin [02:33] patdk-lap: so in that case, you think round robin? [02:33] bonding mode #0 [02:33] ok. thanks [02:33] thanks [02:33] that is the ONLY CASE you should ever use mode 0 [02:33] if there are any issues, you are going have to change it to something else [02:34] probably mode 3 [02:34] patdk-lap: why do I only want this mode? I was about to ask about say why not use 3/broadcast or was wondering if 4/802.3ad was an option [02:34] if you don't mind me asking [02:35] oh, mode 4 I mean [02:35] 3 would be well, anoying [02:35] 4 is hardly useful in a single server usage, the more ip's the better, or more mac addresses the better normally [02:36] 3 is like raid1 harddrives [02:36] ok but I'm just trying to understand why I would want these modes. and yeah I wasn't even sure if 802.3ad is an option without a switch and seems like more then I would need for just a cross connect but I just want to understand why I would prefer one to the other here [02:36] mode 0, roundrobin combines all the links into one large pipe [02:37] the issue with mode 0, and why you never use it (except in direct crossconnect links) [02:37] is cause of packet out of order issue [02:37] ah yes [02:37] you shouldn't have that issue in direct links, unless the nic is buffering horribly [02:37] actually I was just thinking if that would be an issue [02:37] mode 4 gets around out of order issue, by making each tcp session stick to a single nic [02:38] mode 5 is mostly useless in this case [02:38] same for mode 6 [02:38] they give you noting that mode 4 doesn't give you [02:39] mode 5 and 6 where made when you don't have support for mode 4 [02:39] and in direct connect, well, both sides can be made to support it :) [02:39] I see. You're referring to 4 == 802.3ad ? [02:39] yep [02:39] just want to make sure we're on the same page [02:39] cool [02:40] 3 / broadcast seems like it would be prone to causing problems [02:40] it can [02:40] but you can use it for other things too [02:40] like sending one of those connections to a IDS [02:41] ah good point [02:42] in my case the STP will be listening on switch monitor ports but I see what you mean and there are a lot of ways to do it @ IDS [02:42] er, I meant the IDS [02:42] not STP [02:43] patdk-lap: Thanks for the help [02:43] patdk-lap: so to confirm, I want to do round robin first choice and 802.3ad if RR fails? [02:44] yep [02:44] roundrobin will give you full speed [02:44] 802.3ad will only give you the speed of 1 cable, plus some [02:45] and plus some depends on how good it balances the tcp connections over your links [02:45] oh! [02:45] on average I would say, links /2 , is expected from it [02:45] these are two Gbps NICS on each machine, in fact identical machines with identical NICs installed. RR will give me 2Gbps? [02:45] yep [02:46] :-D [02:46] and 802.3ad will give you 2gb, in only ideal conditions :) [02:46] I honestly doubt I will ever need it but good to know [02:46] but will always give you atleast 1gb [02:46] yeah actually I thought 802.3ad would give me sum link speed [02:46] learn something new everyday [02:47] ok, something else I want to run by you here if you don't mind regarding bonding [02:47] I have two switches, only one supports 802.3ad so thats not an option. I am connecting about a dozen servers to each switch [02:48] my thoughts were to cross connect the switches and then use 1 / active-backup for those [02:48] what do you think? [02:48] depends on what all will be talking to your server [02:48] using mode 1, always works [02:49] but normally mode 5 works just as good, but only increases receive [02:49] mode 6 can work better, if your nics support it [02:49] my issue with mode 6 is normally, other things don't like it much [02:49] cause it's always changing the mac address [02:50] so if I attempt to manage my switch, or cable modem, from a machine using bonding mode 6, it won't happen [02:50] i.e. server1 has one NIC on switch1 and one NIC on switch2. switch1 and switch2 are cross connected so a packet sent to one switch is seen on the other switch and NIC1 and NIC2 on server1 are bonded in active-backup [02:50] cause they don't like the ip keeps changing mac's [02:50] how is your traffic? in and out of the server? [02:50] yeah I don't like that too [02:50] mosting outgoing? [02:51] in my case, I just deal with mode 6, cause I'm sending craploads of traffic [02:51] I'm on a crap lousy connection at the moment. Luckily my IRC client is running on a server in the data center and I am ssh'ing to that server but about every 10 minutes my connection keeps dropping [02:51] agh [02:52] It's a web farm. Most the servers are hypervisor hosts and there is web servers, sql but they only talk to other web servers. same thing for file servers, etc [02:52] doesn't explain much [02:53] so I'm thinking active-backup. I want to avoid the changing MAC's as much as possible [02:53] yeah not sure what you need to know [02:53] ratio of data in vs out [02:53] sorry. what is it you're wondering [02:53] ah [02:54] well, I'd say 5 to 1 on in vs. out but the firewalls (HA/redundant) are also using these same two switches, again with the bonding [02:54] er, I meant to say 5 to 1 on out vs. in [02:54] i.e. we transmit about 5 times what we receive [02:54] that is on your firewall? [02:55] what system are you asking about for bonding? [02:58] well the firewall is transparent, bridged mode, it connects to each of the switches in bonding mode, basically I'm just double checking my proposed setup which is net to switches, the data center provides us two Ethernet cables and uses RSTP to decide which cable is active. The firewalls and the net are on their own private vlan and each firewall is on both switches, then two other vlans exist, one for the net for the public IP's and one for the ... [02:58] ... private 10.x.x.x net. the firewall bridges to the public IP's vlan with filtering done in the FORWARD chain and provides NAT for the 10.x.x.x IP's. Each firewall and each server is connected to both of two different switches through seperate NIC's so I guess what I am asking is do you think active-backup is the best bond to use for this scenario? [03:02] for a firewall, ative-backup is fine [03:02] also the point is to avoid a single point of failure. If the one of the inet links dies then the other one is used, if a single NIC dies on any server then it uses the other one and with the cross connect between the two switches so if a packet appears on switch then it's sent to the second one and if a switch dies then all traffic migrates to the next one [03:03] and ideally I can take either firewall and throw it out the window and nothing is interupted [03:03] so for all other servers, do you think active-backup sounds best? [03:04] hmm, I don't get the rstp active network cable thing [03:04] but then, I run bgp, so I just expect both cables to be fully active and usable all the time [03:05] well that actually comes from the data center where they provide a primary gateway. I believe routing ourselves was/is an option but we're not going to implement that at this time [03:06] rstp seems to be a great protocol IMHO and it's a shame that (at least afaik) that it can't be implemented in Linux [03:06] jetole: it can't? I remember setting up rtsp on linux years ago [03:07] trevorj: can you tell me how? I've googled and googled. I know it supports STP and has forever but I can't find anything on RSTP [03:07] jetole: lol, I misread rstp for rtsp [03:08] jetole: sorry! [03:08] jetole: I assume rstp is something like stp [03:08] oh, yeah, rapid spanning tree protocol. not real time streaming protocol [03:08] I'm not positive it can't [03:08] I just can't find out how it can [03:08] jetole: http://git.kernel.org/?p=linux/kernel/git/shemminger/rstp.git;a=summary [03:08] and coincidently I setup a RTSP server years ago too. Used to own a inet radio station company [03:09] jetole: nice, I just ran my own crappy radio [03:09] I didn't say mine wasn't crappy [03:09] jetole: played a bunch of wallflowers and marcy playground on it (ugh) [03:09] if it wasn't then I would still be running it ;) [03:09] jetole: hehe [03:10] * jetole reads the git page. give me a minute [03:10] coincidently I was also reading a page earlier about github load balancing through ldirectord where the author of haproxy became the first person to comment [03:10] http://www.anchor.com.au/blog/2009/10/load-balancing-at-github-why-ldirectord/ [03:11] last I knew, ldiretord didn't balance anything [03:11] ipvs did [03:12] it's mentioned on the page [03:13] I think they mentioned that ipvs did the balancing and ldirectord is used for health management/monitoring, aids in failover, etc [03:13] all ldirectord does is select what backend servers are working [03:13] that is all, no balancing logic, nothing [03:13] ldirectord is hardly a loadblaancer [03:13] that page is actually a good read but I'm not implementing it, we already use a proxy based load balancer but changing to another one but I can't implement a one leg'd balancer since most our servers are private IP only [03:14] patdk-lap: I'll take your word for it. I know of it but I have never used it so I'm hardly the person to comment [03:14] I'm heavily using it [03:14] cool [03:14] it's kind of like saying, cacti is a webserver [03:14] man cacti is the best web server out there [03:14] j/k [03:15] patdk-lap: checkout the link though cause I am speaking out of context and that was a blog post from one of the architects at github [03:15] I'm reading it [03:16] but it's like he doesn't understand what he is doing [03:17] kind of like someone that uses webmin [03:31] New bug: #917471 in bacula (main) "Please upgrade to the latest upstream bug fix release for precise" [Undecided,New] https://launchpad.net/bugs/917471 [03:43] lol @ webmin [03:44] I couldn't take this crappy dropping connection anymore so when I came back from my smoke break, I set my phone to act as a wifi hotspot [03:44] patdk-lap: anyways, again, I will take your word for it cause I haven't used ldirectord or keepalived [03:46] neither one really is an option for me cause our servers have private IP addresses so we can't just relay the original source packet to one of the hosts [03:46] sure you can [03:46] atleast the way I do it, I use private ip addresses on all the servers [03:47] then you piggyback the real ip's [03:51] broder: choose a better irc provider [03:51] :/ === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [04:02] patdk-lap: what do you mean piggy back the real IP? === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [04:59] does using full disk LVM encryption have a performance impact? [05:37] yes, full disk encryption uses notable CPU time and reduces data rates [05:38] for most purposes it's not a big deal but if disk performance is key in your application it may be an issue [05:47] ok [05:47] thx qman__ [07:15] hey soren i noticed your the virt-manager package maintainer I need some help as I am encountering some really annoying issues which im at a total loss on how to solve [07:23] * SpamapS tests upgrading lucid -> precise in an EC2 instance... [07:25] weird.. I wonder why I was prompted for the mysql root pw again.. [08:04] eagles0513875: I've not actually been involved in maintaining it for a quite a while. [08:04] eagles0513875: Id' suggest just filing bugs. [08:04] soren: ok :( im just at my wits end with it at least for me alot of the virtualization stuff isnt working with xen :( [08:05] what doesnt make sense to me soren is that virt-manager in 11.10 connects to xen local host but not a remot host even using ssh keys [08:07] Why doesn't that make sense? [08:07] They're completely different operations. [08:26] morning [08:28] eagles0513875, soren And just adding that this is not always true. I can connect to a remote host. We just have not found out what I did different [08:33] SpamapS, I fail to remember but wasn't there someone at the ralley saying something about endlessly (or so it seemed) being asked for it. Heck if I could remember who and when... :/ [08:36] smb: might be some weird problem with the config script. I just hit it, so probably worth opening a bug. [08:36] SpamapS: smb you talking about the same issue I am having [08:37] eagles0513875, No, that about the mysql password re-entry SpamapS has [08:38] ahh ok [08:38] off to breakfast for now [09:27] smb: mdeslaur, perhaps? [09:28] smb: Oh, never mind. Thought you were talking about eagles0513875's virt-manager problem. [09:28] soren, In a sense we are, too [09:28] :) [09:28] And I got some issues as well, just different [09:31] eagles0513875: can you use virsh -c xen+ssh://whatever/ ? [09:31] eagles0513875: I.e. is it just virt-manageR? [09:31] Or all libvirt tools? [09:32] soren: its just virt-manager connecting to a remote host localhost works fine [09:32] eagles0513875: That's not what I'm asking. [09:32] eagles0513875: Read it again. [09:32] soren: we've done that test, it worked [09:32] And how are you attempting to do this with virt-manager? [09:33] no idea, he wasn't using virt-manager last time this problem occured for emir [09:33] eagles0513875 even [09:33] me? [09:33] ikonia: Now you're not making sense anymore. [09:33] ikonia: You said you've tested it with virsh, and it worked. [09:33] ikonia: Then you say that the problem last time wasn't with virt-manager. [09:34] ikonia, ah i am trying to install mac os on virtual box.... [09:34] ikonia: Which is it? [09:34] ikonia, and without suceed [09:34] emir: i was told you can only do that on native mac hardware [09:35] eagles0513875, i want it on virtual device [09:35] you can only virtualize it if your running a mac device is what i mean [09:35] eagles0513875, ok than, [09:35] <_ruben> running (virtual or not) osx on non-apple hardware is illegal [09:36] _ruben, so what? [09:41] soren: was was just having a real world conversation [09:42] soren: quick question by default virt-manager will automatically look for the id_rsa key correct [09:42] soren: we connected to the remove virtd daemon with virsh over ssh [09:48] seems like the issue is with virt-manager and public keys now that im using keys [09:49] well ill be damned [09:49] ikonia: its working [09:49] eagles0513875, It is not really virt-manager doing things. I assume you access via ssh and then its all ssh [09:49] for sure virt-manager wont work if u dont use an id_rsa key name [09:50] There should be no difference whether you can use virt-manager or ssh user@host [09:51] smb: for my normal user i didnt name the key a standard name [09:51] Then you'd need to define it in .ssh/config [09:52] humm ok [09:52] like identity file for the host [09:52] i get ya [09:58] you've got to use the standard key names that are specificed in the ssh config file [09:59] Not necessarily, but one needs to tell ssh about it in the config [10:00] exactly, so you have to use the key names in the config, that can be the default ones, or your own as long as it's named in the config [10:00] right [10:01] burp [10:07] ikonia: my next question i have a physical volume setup for use with lvm how do i get virtmanager when creating a guest use that volume group i have setup [10:08] you need to create a disk pool [10:08] then virt manager uses space on that disk pool [10:09] (that's the most clean/simple way) [10:09] ok even if its LVM [10:09] yes [10:09] lvm is just a "disk" to the OS [10:09] is there a way to re-configure cpan settings, like the prompts you go through when installing ? [10:09] ok [10:09] well that just crashed virt-manager trying to set that up [10:13] eagles0513875: are you trying to do 1 logical volume per machine, or a large logical volume / file system as a pool and then let libvirt manage the images on that ? [10:13] one large logical partition [10:14] ok, that for me is the best approach for you [10:14] here is the partition setup i have [10:14] I don't need to see it [10:14] ok wasnt goign to show just explain [10:14] sure, go on [10:14] 40gb for host os then appropriate swap partition then rest as lvm [10:15] you're running an lvm partition on the same disk as your root disks [10:15] ? [10:15] correct [10:15] we only have a single disk on this server [10:16] yup [10:16] we only have 1 hard drive [10:17] that is a very VERY VERY bad ideda [10:17] idea [10:18] i know i would have liked a 2nd drive to setup raid 1 at least but Deathvalley122 cant afford it [10:18] you've got a massive risk putting paying customers on this [10:19] ikonia: tell this to Deathvalley122 i am well aware of the risks involved here [10:19] yes, but also the implications of running an lvm partition on the same disk as your OS too [10:19] that's up to you guys though [10:20] we had the samething on the other server we had [10:20] it was set up the same way [10:20] but we had raid 1 on it [10:20] correct which was no being used [10:20] Deathvalley122: just because you've done it that way before does not mean it's a good idea [10:20] Deathvalley122: raid1 wasn't being used ??? [10:20] if you have raid1, it's being used [10:21] every write to disk....it's being used [10:21] nope [10:21] errr yes [10:21] it wasn't being used [10:21] that's how disk mirroring works [10:21] no data was stored on it [10:21] what do you mean it wasn't being used ??? [10:21] did you have raid 1 enabled yes/no [10:21] do not remember exactly [10:22] ....right [10:22] that server is long gone now [10:22] we did on the previous server [10:22] thats what I am saying eagles0513875 [10:22] ok - if you had raid1 enabled, that disk was being used as a mirror, if you didn't have raid1 enabled, that disk was probably not used [10:22] if you are confident the disk had no data on it, then either raid1 was not enabled or it was not setup correctly [10:24] for another HDD for this server would cost me 15 dollars a month extra [10:24] and I am already paying 239 a month [10:25] and 40 dollars a month to make them hot swappable [10:25] pat it will be worth it though [10:25] forget the hot swap at least with the 2nd drive we have some redundancy [10:25] I have no money eagles0513875 === kklimonda_ is now known as kklimonda [10:47] <_ruben> how many vms you expect to run on a single spindle? :P [10:53] I dunno [10:53] <_ruben> if it's more than "just a few", then i hope they won't expect decent disk performance [10:54] we'll see what happens just found out I can afford another drive next month but this month I can't [10:54] yeah they are 7200 RPM drives [10:54] <_ruben> ouch [10:54] <_ruben> and going from single disk to raid1 would only help a bit for read performance [10:55] ya [10:55] I can get another drive next month [10:55] but this month I can't [10:55] I am packed with ... bills ... [10:57] if my contract would ever end with my cell phone [10:57] I could be ... [10:57] saving tons of money [11:11] Anyone have experience with hardware raids and ubuntu server? Looks like support is shoddy, and kinda kills some of the perks of hot swapping and such even if I CAN get it working on a software level.. [11:12] And would a RAID error in ubuntu server installer cause black / blank screen? [11:41] <_ruben> thinkclay: never really had any issues with hardware raid and ubuntu .. used various dell (lsi based) raidcontrollers as well as a number of adaptec ones [11:47] thinkclay: I've used hardware raid many times with zero issue, there is excellent support [11:47] thinkclay: infact support isn't required for a lot of things as the raid is controlled on the card, not the OS, so the OS just see's a disk, support is only required if the vendor has things like raid tools to infom you of device failure [11:47] if you are talking about the installer causing a black screen, make sure that you have all the deps covered [11:48] hardware.raid++ [11:49] ya, Im thinking raid isnt the issue anymore [11:49] everyone's favourite [11:50] ubuntu 10.04 is working.. seems its just isolated to 11.10 with support for my video or something [11:50] So software raid works as well or better than fakeRaid and low end raid controllers? [11:52] <_ruben> usually, yes [11:53] fakeraid = poor [11:53] software raid = fine if you have an acceptable spec machine [11:54] 12 core xeon 5500 with 192G of ram sufficient? [11:54] no [11:54] ......kidding [11:54] haha, figured I'd be covered there [11:54] although that spec machine would normally come with a raid card [11:54] it did [11:54] Had issue after issue getting it to work with Ubuntu [11:55] HP/Dell/IBM all ship that sort of thing with a pretty solid raid card, with battery backup etc [11:55] what make is the server ? [11:55] well this is a 1U so it's not as high end nor does it have much space with all the ram bays [11:55] that's fine, I've got DL120's that are 1U with quality raid cards and battery backup in [11:56] I've got a decent raid in it from what I understand (though I havent dealt with raid controllers much) but dont think it has the battery backup [11:56] thinkclay: what make is the server ? [11:57] http://www.newegg.com/Product/Product.aspx?Item=N82E16816101261 === TREllis_ is now known as TREllis [11:57] ahhh supermicro [11:57] no raid card in there [11:57] on board motherboard raid [11:57] fakeraid [11:58] ya, just learned about that concept after wasting 4 hours :) [11:58] why are these guys even bothering with fakeraid? [11:58] not sure how you think you've got 12 cores [11:58] the board only supports 2 cpu's with 4 cores each [11:58] It's not that exact model [11:59] because on technologies that support it, such as windows, it's not so bad [11:59] I personally don't rate the supermicro stuff, lots of corner cutting [12:00] which is why they seem capable of doing reasonable prices [12:00] ya, it's not bad for an entry level server [12:01] largest website of this country ran on a bunch of supermicro servers [12:01] onre: which one is that ? [12:02] ikonia, virtually unheard of outside .fi, but had ~2000-3000 page loads per second on rush hours. it was basically a sort of "social media" before social media, started in 1999. [12:02] oh, 2000, not '99 [12:03] possibly where a multi node setup is required they may be a good choice, cheap and non-ressilient, so if one goes, pop another in [12:03] yes, that's exactly how it was run [12:03] and for price of one "real" name-brand server you could get four supermicros :p [12:04] which for a low spec farm makes possibly a better model [12:05] i've run databases on them, too. just pop in a 3rd-party raid controller (i used areca) [12:16] Hey guys. I just created a ID10T error but I think I may need a hand in solving it. Thank god I disconnected these two from the main switch before I tested the hardware but this is basically what I have. Two servers with two nics where each nic is connected to a different switch. the switches are cross connected with a cross over cable (well technically it's not a cross over cable since the switch has MDI-X but you get the point). The NIC's on ... [12:17] ... both servers are bonded in active-backup mode so ideally only one of the NIC's should be active at any time and it fails over to the other nic if the primary fails and as far as I can tell, this is working. Then on the bonding there are three vlans defined which are also configured on the switch. on these servers which will primarily be used as firewalls, vlan2 and vlan3 ( VID 2 and 3 ) are bridged in a STP enabled bridge. Somehow I have ... [12:17] ... hit/created a broadcast storm by bridging these two VLANS however I don't understand how. If a packet leaves the server tagged as either VID 2, 3 or 4 then the switch should be isolating this packet in the bridge... however because it's a bridge and both VLAN's have the same MAC address, perhaps that's why... I'm still not sure here and actually rather lost on this if anyone could provide some insight I would appreciate it [12:22] just as a heads up, vlan4 (VID 4) isn't on the bridge because that will be NAT'd (however that's not setup yet but vlan4 does have a private IP. vlan2 is isolated between the data center and the two firewalls (these will be redundant firewalls using conntrackd for sharing state info about connections and this already setup but no iptables rules yet). vlan3 will be where any servers using publically assigned IP's are located. The bridge between ... [12:22] ... vlan2 and vlan3 creates a transparent firewall (which I've actually done this part many times throughout my life and maintain 3 others of this now) where nothing on either end of the firewall should see that the traffic is going through the firewall (though the MAC address is still visible) but all traffic passing through the bridge is audited against the rules in the FORWARD chain (or perhaps rules in say PREROUTING chain in the raw table ... [12:22] ... or other odd spots like that but those are the exceptions to the rule) [12:22] Anyways, yeah. ...not sure how to handle this broadcast storm [12:23] maybe your switchs don't support vlans correctly? [12:23] I have seen switchs that dont isolate mac's per vlan correctly before [12:25] I hope that's not the case. Though they are not Cisco they are still pretty decent Gbps rack mounted enterprise netgear switches [12:25] I'll be pretty disappointed if that's the case since on of the other VLAN setup's I run elsewhere uses crap lousy shit linksys switches [12:25] netgear has that issue [12:25] make sure you update the firmware [12:25] ...wait this isn't the case. I saw vlan working properly before the bridge [12:25] I did [12:26] I think this may have to do with the bridge [12:26] the bridge alone wouldn't do that [12:26] what could do that is if you setup a bridge on both your firewalls [12:26] and created a loop [12:26] do you think it may if it's bridging two devices with the same MAC? [12:27] patdk-lap: well I have but I also have STP enabled on both firewalls and switches with priority set for which switch/fw should be higher in the STP chain [12:28] stp is designed to create a loop free topology, if I understand correctlu [12:28] *correctly [12:28] stp only works if ALL switchs/bridges use the same stp version [12:28] well wait, one switch is using RSTP which I was under the impression was backwards compatible with STP [12:29] also, afaik, by STP version you mean STP, RSTP, MSTP, etc [12:29] you do know, when using vlans, stp is kind of useless [12:29] therefor you normally use mstp [12:29] yeah only one switch uses MSTP [12:29] that may be the problem [12:29] but those all don't talk correctly, if it's not setup correctly [12:29] that's also the switch using RSTP at the moment [12:30] well... I could, for now, eliminate one switch while we put in a order for a new one and continue on one [12:30] I just personally use mstp everywhere [12:30] or don't bother with stp at all [12:31] well how would I have a loop free redundant net without STP? [12:31] routing? [12:33] brb. I want to test a couple things out but I felt it was best to disconnect these servers from the net before I started and glad I did [12:33] brb [12:37] Anyone confirm mod_rewrite still works on oneiric? bug 917435 - thanks [12:37] Launchpad bug 917435 in apache2 "Apache mod_rewrite doesn't work after most recent oneric update" [Undecided,New] https://launchpad.net/bugs/917435 [12:42] zul: can you handle, bug 915614 ? [12:42] Launchpad bug 915614 in nova "Add policy.json to packages" [High,In progress] https://launchpad.net/bugs/915614 [12:43] (note the attached branch) [12:43] yeah [12:43] New bug: #915614 in nova (main) "Add policy.json to packages" [High,In progress] https://launchpad.net/bugs/915614 [12:44] good morning btw :P [12:44] morning zul [12:44] TBH, i thought you'd still be Zzzz'ing :) [12:45] no its early enough to wake up [12:48] argh [12:48] i am trying to install cpan module Mail::ClamAV - comes up with this error : The clamav version you are using is too old. Please upgrade to at least 0.95.1 [12:50] clamd -V reports ClamAV 0.97.3/14316/Tue Jan 17 04:23:04 2012 [12:53] RootChaos: you need to look at what the check is that the cpan module is doing [12:54] •ikonia• where can i see that ? [12:54] how are you trying to install the perl module ? [12:55] #ubuntu-server perl -MCPAN -e shell [12:55] tsk [12:55] perl -MCPAN -e shell [12:55] install Mail::ClamAV [12:55] then you need to look at what that process is doing [12:56] the last i see before the error is [12:56] CPAN.pm: Building C/CO/CONVERTER/Mail-ClamAV-0.29.tar.gz [12:57] ok, so I'm guessing that it's a scripted process that will either compile or put in place the files, within that process there will be a clam check, you need to find it and find out why it's failing [12:58] patdk-lap: I'm closer to nowhere... [12:58] patdk-lap: [12:58] patdk-lap: I disconnected the cross connect on the switches then unplugged one of Ethernet from the bonded switches on both fw's [12:59] patdk-lap: sorry. didn't mean to send a blank line [12:59] anyways, I still have the same problem bridging two vlan on one switch with one cable from each fw [13:00] as soon as I removed one of the vlan's from the bridge on either host, the broadcast storm / seen my own packet ended [13:00] as soon as I added it back, it began again [13:15] aah [13:15] i download the package ClamAV-xxx [13:15] and i needed to install libclamav-dev [13:16] New bug: #917629 in mysql-5.1 (universe) "MySQL Server 5.1 fails to start after install" [Undecided,New] https://launchpad.net/bugs/917629 [13:16] which uses clamav-config --version to check the installed version on the server [13:16] :P [13:16] that took me a while [13:16] ;-) [13:29] New bug: #915490 in mysql-5.1 (universe) "mysql server cannot start with apparmor enabled" [Undecided,Invalid] https://launchpad.net/bugs/915490 [13:31] zul: bug 915971 [13:31] Launchpad bug 915971 in nova "New command "guestmount"" [High,New] https://launchpad.net/bugs/915971 [13:33] rbasak: seen bug 879666 ? :) [13:33] Launchpad bug 879666 in nova "chown error for console.fifo when launching vm" [Medium,New] https://launchpad.net/bugs/879666 [13:33] Daviey: grrr [13:34] zul: you might want to triage bug 915112? :) [13:34] Launchpad bug 915112 in nova "nova-compute-xen with broken dependency" [Medium,New] https://launchpad.net/bugs/915112 [13:34] Daviey: the guestmount wasnt in diablo so he is probably running essex on oneiric [13:38] ok [13:40] Daviey, looking [13:57] I've set my static IP info in /etc/network/interfaces, but every time I reboot I have to set my IP address using ifconfig. How can I make that automatic? [13:57] Daviey: I can see the problem in the source, but not sure what to do a diff against. precise? oneiric-proposed? oneiric-updates? they're all different! [13:58] Daviey: also, are we intending to carry forward the fifo patch indefinitely? Upstream discussion has died with no conclusion; I'm disinclined to try and drive it forward again if they're not interested. [14:26] rbasak: Vish made a suggestion on Nov 3. Did you see that comment? === bladernr_afk is now known as bladernr_ [14:28] soren: yes, I did. How do I know which comments are real blockers to getting a patch merged, and which comments sound like blockers but aren't actually going to affect getting a patch merged? [14:29] soren: tbh, I think that fundamental architectural decisions really need to be led by upstream === nihe_ is now known as nihe [14:49] zul: hello sir!! :) [14:59] rbasak: I'm not sure I follow? [15:25] Afternoon all [15:26] I'm trying to setup a pxe network install here, I've got everything configured for the most part. I'm trying to debug why no route gets set in the net install initrd it obtains an ip from dhcp and if I drop out to a shell and add the route manualy I have internet access ? [15:28] *using 11.04 [15:33] dax_roc: what network interface you are using for this? [15:37] initrd=.. ip=dhcp ksdevice=eth0 noipv6 ks=http://192.168.130.200/path/to/ks.cfg [15:37] koolhead17: eth0 , I am testing from a virtual box [15:38] <_ruben> never bothered with the ks part myself, i just do the first few steps manually (no mass deployments here) [15:38] <_ruben> just preseeding, and no disk preseeding either at that [15:43] don't see why the route doesn't get set [15:43] <_ruben> dhcp server misconfig? [15:43] _ruben: double checking [15:45] dax_roc: also check if you have selected correct network card in virtualbox [15:46] koolhead17: it gets the ip, if I breakout to a shell and add the route manualy I can get to the address [15:47] it's not getting nameservers or gateway from dhcp ? [15:48] dax_roc: then define it in the dhcp file :) [15:48] what ? [15:49] dax_roc: your running a local DHCP server? [15:49] for this purpose? [15:51] koolhead17: yes, sorry looked like mis configured dhcp (windows) sigh [15:51] dax_roc: there u go. it b fixed :P [15:55] is there a log or a way to check errors that i see during the boot process [15:56] Titomen: there is a file afaik which holds this info [15:56] * koolhead17 digs further [15:58] Titomen: /var/log/installer/syslog [15:58] :) [15:58] thanks..let me check [16:02] the date of them is may 26....will it show something that show up on my screen during boot? [16:03] Titomen: lemme check again. === dendrobates is now known as dendro-afk [16:06] i thought u looking 4 firstime install log [16:06] wahey its working [16:06] Appreciate the help [16:06] rbasak: ping meeting === dendro-afk is now known as dendrobates [16:08] koolhead17: no..when i boot since last week i am getting some erro messages..but it goes so fast that is hard to see [16:09] Titomen: tail -f /var/log/boot.log does it has some info? [16:13] koolhead17: empty..is there a way to stop or lock the screen during boot to take a picture of that window? [16:15] Titomen: wait for sometime someone will reply [16:16] koolhead17: thanks [16:17] Titomen: more /var/log/messages [16:17] Titomen: dmesg | less [16:22] New bug: #906163 in glance "Glance-common installation failing in Ubuntu with the new release" [High,Fix released] https://launchpad.net/bugs/906163 [16:24] dax_roc: Thanks i can see it on the log/messages...but has a lot of things from yesterday and today..if i woul like to get a fresh message and reboot..should i delete the file ? [16:24] no, just use "dmesg > ~/Desktop/currentlog.txt" [16:26] Titomen: no need to delete, iirc it will rotate next boot [16:26] I am building a kiosk with 11.10.. I have it autologging in the kiosk user.. but I have to change a config file.. I can't get to a prompt from inside the kiosk, so I booted and selected to run Ubuntu in recovery mode, and dropped to a command prompt. I am the root user, when I try to save the config file it errors telling me it's a read only filesystem.. how can I mount in r+w mode? [16:27] mount -o remount,ro / [16:27] erm [16:27] mount -o remount,rw / [16:27] RoyK: thanks === dendrobates is now known as dendro-afk [16:28] zul, i dont think https://launchpad.net/bugs/907197 is a bug [16:28] Launchpad bug 907197 in nova "ip address can't be injected into the instance when using lxc " [Medium,New] [16:28] its a feature [16:28] :) [16:28] we need so stinking features [16:29] dax_roc: if i use dmesg..i use the command and then reboot? [16:29] Titomen: it contains boot and current messages, if you want to monitor the logs in realtime try "tail -f /var/log/syslog" [16:31] dax_roc: what i want to do is be able to copy what appears on the boot proces of the erros and then do a pastebin to see if somebody can help me with [16:36] Titomen: just pastebin the output of dmesg [16:37] Titomen: after you boot, so if you want to create a file it would be "dmesg > ~/mylogfile.txt" this should be in you home folder [16:37] what is the best way to go about setting up an raid10 array in Ubunt 10LTS? I found this article (http://www.howtoforge.com/install-ubuntu-with-software-raid-10), but I also see the option to setup raid in the partition manager [16:37] i should specify, looking for software raid [16:39] LVM vs Configure Software Raid vs Article / Manual.. can someone help me decide? [16:42] Q: Is it possible to override the ubuntu-security.com archive on manual install and to provide a specific (as in Internal) archive instead ? [16:43] Caribou: local mirror ? [16:44] yeah, sort of a "private" internal copy of ubuntu's archive [16:46] Caribou: there are numerous guides for that, ubuntu apt mirror [16:46] dax_roc: sorry, I must afk for a min. biab === Corey_ is now known as Corey [16:51] so no feedback on raids? [17:11] dax_roc: i tryed dmesg > ~/mylogfile.txt reboot and search for file but could not find it?\ [17:13] stupid oracle [17:13] having to move from sun java to open java [17:13] Titomen: it's in your home directory, "cd ~/; less mylogfile.txt" you want to run it after you've reboot === bladernr_ is now known as bladernr_afk [17:14] stgraber: zul: if you happen to upload a lxc update in next few days, pls also grab the unreleased changes that are in lp:ubuntu/lxc [17:15] then i will probably create a 'for-upstream' lxc git tree with changes i'm requesting upstream to take [17:15] anyway, i'm out - ttyl [17:18] Daviey, when had you thought of bringing up the nfs issue on #ubuntu-devel. Should we go for tomorrows morning somewhen? [17:20] smb: nfs issue ? [17:20] dax_roc, Rather smallish. Fix for bug 607039 [17:20] Launchpad bug 607039 in autofs5 "NFS4 automount using replicated servers doesn't work" [Medium,Fix released] https://launchpad.net/bugs/607039 [17:20] Titomen: reboot as in controlled reboot, or reboot -f or similar gunshot? [17:21] Which just needs an kernel module alias from nfs4 to nfs. Just don't know how to best fumble it into which package [17:27] dax_roc: thanks i got it, know if anybody can help me with this...i am getting this error message on boot: http://imagebin.org/194124 and this is the script that dax roc help ne to get from the boot process...http://pastebin.com/SsgmJAmr can anybody help me === jcastro_ is now known as jcastro [17:39] smb: sure thang [17:46] If i have (4) 1TB HD's that I want to raid together and have bootable, will this config work: 128M on each drive as /boot RAID1, then remaining space as another / RAID10 .. and where should I put swap? [18:08] what's the best local file system search tool for hundred of thousands of files? Mainly images, videos and music? [18:10] locate? [18:11] SpamapS, Daviey, m_3, anyone else. jstack so far is: http://paste.ubuntu.com/807681/ [18:14] smoser: cool thanks [18:18] SpamapS, m_3 you can test that very easily on canonistack or ec2. [18:19] * SpamapS tries it with /var/lib/lxc on a 12GB tmpfs... [18:22] jpds, I've tried that one. It's doesn't get any file details, which I guess is OK but I'd prefer to get some basic EXIF data from images, MP3 info and the like [18:22] kpettit: Locate the file, and then use another to grab the data? [18:23] kpettit: mp3info for the .mp3s? [18:23] jpds, I could but that's not praticle when your dealing with the volumes and frequent searches I have to do. [18:45] * pehden is away: I'm busy === dendro-afk is now known as dendrobates [19:42] Can anybody help me with this...i am getting this error message on boot: http://imagebin.org/194124 and this is the script that i get on the log after boot ...http://pastebin.com/SsgmJAmr can anybody help me [19:44] Titomen: http://ubuntuforums.org/showthread.php?t=1434502 [19:45] Titomen: short answer - and because you're in the -server channel - just get rid of it [19:56] hello: is there a beta download of ubuntu 12 LTS? Mainly I just want to see what the default is for solr-common if it's Jetty or Tomcat. In 10LTS it's Jetty [19:56] New bug: #917832 in apache2 (main) "init script and upstart job named apache2.1 instead apache2" [Undecided,New] https://launchpad.net/bugs/917832 [19:57] robo_: i have a precise testing box, i can ask apt [19:57] bitmonk, that would be awesome! [19:57] looks like jetty, based on the deps [19:57] thanks! [19:57] libjetty-java (>= 6.1.21) [19:57] np [19:58] i have a bunch of lucid boxes which seem to have flubbed a logrotate around a week ago, they are still writing to log files with a ".1" in the name [19:58] so there is like, auth.log.1 which is 36MB, and auth.log which is zero bytes [19:58] a [19:59] anyone ever seen this? === dendrobates is now known as dendro-afk [20:04] sw0rdfish: did you find a cheap VM? [20:05] oh hey [20:05] ummm no [20:16] kerframil: Thanks for your comment, but sorry ..do not understand..get rid of what?? [20:19] hi [20:19] kerframil: if you refer to the version of my ubuntu server..this is my i am researching...since if i try to upgrade or update it wont let me do it...permission denied [20:20] i have "getty[6840]: /dev/hvc0: No such file or directory" 10x hour every day in /var/log/auth.log [20:20] how to fix it? [20:35] SpamapS: What is the juju precise archive and trunk PPA status? [20:36] Daviey: hazmat is working out an incompatility with juju and the version of twisted in precise [20:37] Daviey: the current precise juju probably FTBFS because of it.. [20:37] SpamapS: do we have an eta? [20:38] Daviey: not sure.. we onl identified the problem last Thu via shoulder surfing. ;) I don't think we remembered to file a bug [20:39] SpamapS: thanks. [20:42] adam_g: you are working around this issue with, just http://bazaar.launchpad.net/~openstack-ubuntu-testing/juju/precise-fixes/revision/8 ? [20:46] Daviey: that is one, rev 7 addresses a bug in the cobbler provider that has been fixed for a while now but not available in PPA [20:47] adam_g: is r8 all that is needed to use it against an ec2 provider? [20:49] Daviey: i believe so, yes [20:50] Daviey: tho you need the fix in both the local, client as well the provisioning agent on the bootstrap node. so it needs to be published somewhere, branch or PPA [20:55] SpamapS: if that is all that is required to get precise working again as a short term measure, why is it not in the archive? [21:12] roaksoax: hi, your fence_cdu is not available for Oneiric, is it? [21:14] Daviey: for the record -- the graceful-stop option seems to have been added during Maverick (sponsored by zul, IIRC). I set the bug incomplete waiting for feedback from the OP [21:15] hggdh: interesting! [21:15] easiest fix ever :) [21:16] so far, yes :-) [22:09] negronjl, nice lead time on PPA builds ATM :-) [22:09] jamespage: at this rate, we'll be done by the end of the year :) [22:09] negronjl, lol [22:10] the hadoop package is OK; works on armel as well as x86 [22:10] negronjl, I've requested armel etc... for all three PPA's owned by the team [22:10] jamespage: saw that earlier ... ok [22:11] negronjl, I could only make it work on one of three Java options on armel [22:11] openjdk with zero JVM worked [22:11] java -zero [22:12] jamespage: do you have hardware anywhere to test ? [22:12] negronjl, I have a pandaboard [22:12] jamespage: ahh. I guess you'll be testing the armel stuff then :) [22:13] negronjl: yes - with the help of rbasak who now has three! [22:13] jamespage: cool [22:14] negronjl, I've been pushing packaging only branches to lp:~hadoop-ubuntu/+junk/XXX as well [22:14] jamespage: I'll take a look at them and see if I can follow suit [22:14] well only hadoop so far [22:14] ... [22:15] jamespage: ahh I see. I'll do the same [22:16] jamespage: lp:~hadoop-ubuntu/+junk/pig [22:17] negronjl, sweet [22:17] I'll look at hbase next [22:17] jamespage: In the meantime, I'll pick another package.. [22:18] jamespage: I'll look at hive [22:23] jamespage: Do you know of a quick way to have the build system ignore build.xml ? [22:24] jamespage: If I leave the build.xml file there, the build system ( debuild ) tries to build using ant [22:24] jamespage: I have to remove the build.xml file ( or move it somewhere else ) to have it build my way [22:24] negronjl, use override_dh_auto_build: in debian/rules and tell it todo nothing [22:25] jamespage: perfect !! thx [22:25] np [22:26] hi all. i am having issues with dns/bind on my ubuntu server. when i run dig command it returns SERVFAIL. named-checkzone is ok. i am behind a comcast business line. i am wondering if i have to open some ports? or if there is some something i am missing in a configuration file? any help is greatly appreciated. [22:35] j; [22:49] I love how of all the people here, no one really asks for help. Are we all just sitting there waiting till we can help someone? ^.^ [22:50] yup === pehden is now known as Root === Root is now known as root === root is now known as rooT === rooT is now known as Guest77534 === Guest77534 is now known as Roots [22:59] anyone good at trouble shooting bind/dns? [23:02] DREDNOFEAR: I suck at DNS but I am a pretty good troubleshooter so who knows, can you telnet to the server on port 53? === Roots is now known as pehden [23:55] I am trying to apply some update available and getting: http://pastebin.com/8b6snXuv can not update anything..any help apprecioated [23:57] Daviey: with the test suite failing (specifically around twisted issues) an upload to precise with just that fix would fail anyway. [23:57] Daviey: the twisted issues are happening around the HTTP webdav tests that are part of orchestra