/srv/irclogs.ubuntu.com/2012/01/17/#ubuntu-server.txt

pipponjihi00:02
pipponjigood evening00:02
pipponjiis there anyone? :)00:03
virusuypipponji: howdy00:03
Titomen.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
uvirtbotNew bug: #917435 in apache2 (main) "Apache mod_rewrite doesn't work after most recent oneric update" [Undecided,New] https://launchpad.net/bugs/91743500:25
Nedehi00:28
Nedehi patdk-lap00:28
Nedeyou remember me?00:28
Nederaid 10 mdadm.......00:28
lactoseso 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 connect00:29
lactosewhat could Upstart be doing wrong that the unicorn fails to set up?00:29
Psi-JackUnicorn? Is that anything like Manicorn? ;)00:34
metasansanahello01:21
metasansanaI have a 10.04 server with an additional pci nic01:21
metasansanait shows in lsmod but I cant get it to work, no dhcp no network communications nothing01:22
metasansanaany advice? Its realtek r8169 something01:22
goddardcan some one help me debug some dns issue01:23
goddardfor some reason my sites where up yesterday but they are down all of a sudden01:24
Psi-JackYou will never know, till you ask.01:26
metasansanaAny help on my nic issue?01:27
twbmetasansana: pastebin the output of lspci -nn and ip a01:31
twbAlso lsb_release -a and uname -a01:31
metasansanaok01:32
metasansanatwb: http://pastebin.com/WGsf734901:41
twbmetasansana: how many NICs do you think you have in there?  Two?01:41
metasansanathere are two at the moment01:41
twbWell, they're both detected fine01:41
metasansanatwb: the machine is hung now01:42
twbJust add the appropriate content to /etc/network/interfaces01:42
metasansanai did, im starting to think this may be a hardware thing01:42
metasansanai still have ssh access though01:43
metasansanatwb: ifup eth1 keeps saying the device is already configured even though ip a says its DOWN01:45
twbpastebin your networks file01:49
twbIt should look something like this: http://paste.debian.net/152534/01:49
metasansanatwb: I dont know what the help happened but everything is configured and working now01:50
twbObviously if using stating instead of dhcp you change that.  Also, having two DHCP ifaces up at once will cause confusion.01:50
twbs/stating/static/01:50
metasansanaI had one dhcp and one static01:50
jetole_Hey guys. Does anyone know what the best bonding mode would be for a cross connect between two servers?01:50
metasansanaI got unable to enumerate usb device on port 101:51
metasansanaand now it works01:51
metasansanatwb thanks01:51
=== sixstringsg|away is now known as sixstringsg
patdk-lapjetole, round-robin, if that is an option02:09
=== sixstringsg is now known as sixstringsg|away
Longinus00Okay quick weird problem02:13
Longinus00Installed openjdk-6-jre-headless and was cool for awhile02:13
Longinus00Uninstalled and and installed default-jre-headless02:14
Longinus00Now /usr/bin/java and /etc/alternatives/java are gone02:14
Longinus00Is some post install script not firing?02:14
julian_cLikely not the problem...02:14
julian_cIIRC, default-jre-headless goes with GCJ.02:15
Longinus00It says it depends on openjdk-6-jre-headless in apt-cache02:15
Longinus00I uninstalled it anyway and reinstalled openjdk-6-jre-headless manually02:15
Longinus00Those symlinks are still gone02:15
julian_cAh. I forgot.02:15
Longinus00update-alternatives also doesn't know about java02:16
Longinus00I 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 :p02:17
=== pdtpatrick_ is now known as pdtpatrick
Longinus00okay, purge and reinstall worked02:22
Longinus00weird02:22
jetolepatdk-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 middle02:32
jetolepatdk-lap: this is a dedicated link for state exchange between to Linux HA iptables systems02:32
patdk-lapjetole, like I said, round robin02:33
jetolepatdk-lap: so in that case, you think round robin?02:33
patdk-lapbonding mode #002:33
jetoleok. thanks02:33
jetolethanks02:33
patdk-lapthat is the ONLY CASE you should ever use mode 002:33
patdk-lapif there are any issues, you are going have to change it to something else02:33
patdk-lapprobably mode 302:34
jetolepatdk-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 option02:34
jetoleif you don't mind me asking02:34
patdk-lapoh, mode 4 I mean02:35
patdk-lap3 would be well, anoying02:35
patdk-lap4 is hardly useful in a single server usage, the more ip's the better, or more mac addresses the better normally02:35
patdk-lap3 is like raid1 harddrives02:36
jetoleok 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 here02:36
patdk-lapmode 0, roundrobin combines all the links into one large pipe02:36
patdk-lapthe issue with mode 0, and why you never use it (except in direct crossconnect links)02:37
patdk-lapis cause of packet out of order issue02:37
jetoleah yes02:37
patdk-lapyou shouldn't have that issue in direct links, unless the nic is buffering horribly02:37
jetoleactually I was just thinking if that would be an issue02:37
patdk-lapmode 4 gets around out of order issue, by making each tcp session stick to a single nic02:37
patdk-lapmode 5 is mostly useless in this case02:38
patdk-lapsame for mode 602:38
patdk-lapthey give you noting that mode 4 doesn't give you02:38
patdk-lapmode 5 and 6 where made when you don't have support for mode 402:39
patdk-lapand in direct connect, well, both sides can be made to support it :)02:39
jetoleI see. You're referring to 4 == 802.3ad ?02:39
patdk-lapyep02:39
jetolejust want to make sure we're on the same page02:39
jetolecool02:39
jetole3 / broadcast seems like it would be prone to causing problems02:40
patdk-lapit can02:40
patdk-lapbut you can use it for other things too02:40
patdk-laplike sending one of those connections to a IDS02:40
jetoleah good point02:41
jetolein 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 @ IDS02:42
jetoleer, I meant the IDS02:42
jetolenot STP02:42
jetolepatdk-lap: Thanks for the help02:43
jetolepatdk-lap: so to confirm, I want to do round robin first choice and 802.3ad if RR fails?02:43
patdk-lapyep02:44
patdk-laproundrobin will give you full speed02:44
patdk-lap802.3ad will only give you the speed of 1 cable, plus some02:44
patdk-lapand plus some depends on how good it balances the tcp connections over your links02:45
jetoleoh!02:45
patdk-lapon average I would say, links /2 , is expected from it02:45
jetolethese are two Gbps NICS on each machine, in fact identical machines with identical NICs installed. RR will give me 2Gbps?02:45
patdk-lapyep02:45
jetole:-D02:46
patdk-lapand 802.3ad will give you 2gb, in only ideal conditions :)02:46
jetoleI honestly doubt I will ever need it but good to know02:46
patdk-lapbut will always give you atleast 1gb02:46
jetoleyeah actually I thought 802.3ad would give me sum link speed02:46
jetolelearn something new everyday02:46
jetoleok, something else I want to run by you here if you don't mind regarding bonding02:47
jetoleI have two switches, only one supports 802.3ad so thats not an option. I am connecting about a dozen servers to each switch02:47
jetolemy thoughts were to cross connect the switches and then use 1 / active-backup for those02:48
jetolewhat do you think?02:48
patdk-lapdepends on what all will be talking to your server02:48
patdk-lapusing mode 1, always works02:48
patdk-lapbut normally mode 5 works just as good, but only increases receive02:49
patdk-lapmode 6 can work better, if your nics support it02:49
patdk-lapmy issue with mode 6 is normally, other things don't like it much02:49
patdk-lapcause it's always changing the mac address02:49
patdk-lapso if I attempt to manage my switch, or cable modem, from a machine using bonding mode 6, it won't happen02:50
jetolei.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-backup02:50
patdk-lapcause they don't like the ip keeps changing mac's02:50
patdk-laphow is your traffic? in and out of the server?02:50
jetoleyeah I don't like that too02:50
patdk-lapmosting outgoing?02:50
patdk-lapin my case, I just deal with mode 6, cause I'm sending craploads of traffic02:51
jetoleI'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 dropping02:51
jetoleagh02:51
jetoleIt'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, etc02:52
patdk-lapdoesn't explain much02:52
jetoleso I'm thinking active-backup. I want to avoid the changing MAC's as much as possible02:53
jetoleyeah not sure what you need to know02:53
patdk-lapratio of data in vs out02:53
jetolesorry. what is it you're wondering02:53
jetoleah02:53
jetolewell, 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 bonding02:54
jetoleer, I meant to say 5 to 1 on out vs. in02:54
jetolei.e. we transmit about 5 times what we receive02:54
patdk-lapthat is on your firewall?02:54
patdk-lapwhat system are you asking about for bonding?02:55
jetolewell 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
jetole... 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?02:58
patdk-lapfor a firewall, ative-backup is fine03:02
jetolealso 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 one03:02
jetoleand ideally I can take either firewall and throw it out the window and nothing is interupted03:03
jetoleso for all other servers, do you think active-backup sounds best?03:03
patdk-laphmm, I don't get the rstp active network cable thing03:04
patdk-lapbut then, I run bgp, so I just expect both cables to be fully active and usable all the time03:04
jetolewell 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 time03:05
jetolerstp seems to be a great protocol IMHO and it's a shame that (at least afaik) that it can't be implemented in Linux03:06
trevorjjetole: it can't? I remember setting up rtsp on linux years ago03:06
jetoletrevorj: 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 RSTP03:07
trevorjjetole: lol, I misread rstp for rtsp03:07
trevorjjetole: sorry!03:08
trevorjjetole: I assume rstp is something like stp03:08
jetoleoh, yeah, rapid spanning tree protocol. not real time streaming protocol03:08
jetoleI'm not positive it can't03:08
jetoleI just can't find out how it can03:08
trevorjjetole: http://git.kernel.org/?p=linux/kernel/git/shemminger/rstp.git;a=summary03:08
jetoleand coincidently I setup a RTSP server years ago too. Used to own a inet radio station company03:08
trevorjjetole: nice, I just ran my own crappy radio03:09
jetoleI didn't say mine wasn't crappy03:09
trevorjjetole: played a bunch of wallflowers and marcy playground on it (ugh)03:09
jetoleif it wasn't then I would still be running it ;)03:09
trevorjjetole: hehe03:09
* jetole reads the git page. give me a minute 03:10
jetolecoincidently I was also reading a page earlier about github load balancing through ldirectord where the author of haproxy became the first person to comment03:10
jetolehttp://www.anchor.com.au/blog/2009/10/load-balancing-at-github-why-ldirectord/03:10
patdk-laplast I knew, ldiretord didn't balance anything03:11
patdk-lapipvs did03:11
jetoleit's mentioned on the page03:12
jetoleI think they mentioned that ipvs did the balancing and ldirectord is used for health management/monitoring, aids in failover, etc03:13
patdk-lapall ldirectord does is select what backend servers are working03:13
patdk-lapthat is all, no balancing logic, nothing03:13
patdk-lapldirectord is hardly a loadblaancer03:13
jetolethat 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 only03:13
jetolepatdk-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 comment03:14
patdk-lapI'm heavily using it03:14
jetolecool03:14
patdk-lapit's kind of like saying, cacti is a webserver03:14
jetoleman cacti is the best web server out there03:14
jetolej/k03:14
jetolepatdk-lap: checkout the link though cause I am speaking out of context and that was a blog post from one of the architects at github03:15
patdk-lapI'm reading it03:15
patdk-lapbut it's like he doesn't understand what he is doing03:16
patdk-lapkind of like someone that uses webmin03:17
uvirtbotNew bug: #917471 in bacula (main) "Please upgrade to the latest upstream bug fix release for precise" [Undecided,New] https://launchpad.net/bugs/91747103:31
jetolelol @ webmin03:43
jetoleI 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 hotspot03:44
jetolepatdk-lap: anyways, again, I will take your word for it cause I haven't used ldirectord or keepalived03:44
jetoleneither 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 hosts03:46
patdk-lapsure you can03:46
patdk-lapatleast the way I do it, I use private ip addresses on all the servers03:46
patdk-lapthen you piggyback the real ip's03:47
EvilResistancebroder:  choose a better irc provider03:51
EvilResistance:/03:51
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
jetolepatdk-lap: what do you mean piggy back the real IP?04:02
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
osmosisdoes using full disk LVM encryption have a performance impact?04:59
qman__yes, full disk encryption uses notable CPU time and reduces data rates05:37
qman__for most purposes it's not a big deal but if disk performance is key in your application it may be an issue05:38
osmosisok05:47
osmosisthx qman__05:47
eagles0513875hey 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 solve07:15
* SpamapS tests upgrading lucid -> precise in an EC2 instance...07:23
SpamapSweird.. I wonder why I was prompted for the mysql root pw again..07:25
soreneagles0513875: I've not actually been involved in maintaining it for a quite a while.08:04
soreneagles0513875: Id' suggest just filing bugs.08:04
eagles0513875soren: ok :( im just at my wits end with it at least for me alot of the virtualization stuff isnt working with xen :(08:04
eagles0513875what 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 keys08:05
sorenWhy doesn't that make sense?08:07
sorenThey're completely different operations.08:07
smbmorning08:26
smbeagles0513875, 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 different08:28
smbSpamapS, 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:33
SpamapSsmb: might be some weird problem with the config script. I just hit it, so probably worth opening a bug.08:36
eagles0513875SpamapS: smb you talking about the same issue I am having08:36
smbeagles0513875, No, that about the mysql password re-entry SpamapS has08:37
eagles0513875ahh ok08:38
eagles0513875off to breakfast for now08:38
sorensmb: mdeslaur, perhaps?09:27
sorensmb: Oh, never mind. Thought you were talking about eagles0513875's virt-manager problem.09:28
smbsoren, In a sense we are, too09:28
smb:)09:28
smbAnd I got some issues as well, just different09:28
soreneagles0513875: can you use virsh -c xen+ssh://whatever/ ?09:31
soreneagles0513875: I.e. is it just virt-manageR?09:31
sorenOr all libvirt tools?09:31
eagles0513875soren: its just virt-manager connecting to a remote host localhost works fine09:32
soreneagles0513875: That's not what I'm asking.09:32
soreneagles0513875: Read it again.09:32
ikoniasoren: we've done that test, it worked09:32
sorenAnd how are you attempting to do this with virt-manager?09:32
ikoniano idea, he wasn't using virt-manager last time this problem occured for emir09:33
ikoniaeagles0513875 even09:33
emirme?09:33
sorenikonia: Now you're not making sense anymore.09:33
sorenikonia: You said you've tested it with virsh, and it worked.09:33
sorenikonia: Then you say that the problem last time wasn't with virt-manager.09:33
emirikonia, ah i am trying to install mac os on virtual box....09:34
sorenikonia: Which is it?09:34
emirikonia, and without suceed09:34
eagles0513875emir: i was told you can only do that on native mac hardware09:34
emireagles0513875, i want it on virtual device09:35
eagles0513875you can only virtualize it if your running a mac device is what i mean09:35
emireagles0513875, ok than,09:35
_rubenrunning (virtual or not) osx on non-apple hardware is illegal09:35
emir_ruben, so what?09:36
ikoniasoren: was was just having a real world conversation09:41
eagles0513875soren: quick question by default virt-manager will automatically look for the id_rsa key correct09:42
ikoniasoren: we connected to the remove virtd daemon with virsh over ssh09:42
eagles0513875seems like the issue is with virt-manager and public keys now that im using keys09:48
eagles0513875well ill be damned09:49
eagles0513875ikonia:  its working09:49
smbeagles0513875, It is not really virt-manager doing things. I assume you access via ssh and then its all ssh09:49
eagles0513875for sure virt-manager wont work if u dont use an id_rsa key name09:49
smbThere should be no difference whether you can use virt-manager or ssh user@host09:50
eagles0513875smb:  for my normal user i didnt name the key a standard name09:51
smbThen you'd need to define it in .ssh/config09:51
eagles0513875humm ok09:52
smblike identity file for the host09:52
eagles0513875i get ya09:52
ikoniayou've got to use the standard key names that are specificed in the ssh config file09:58
smbNot necessarily, but one needs to tell ssh about it in the config09:59
ikoniaexactly, 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 config10:00
smbright10:00
koolhead17burp10:01
eagles0513875ikonia: 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 setup10:07
ikoniayou need to create a disk pool10:08
ikoniathen virt manager uses space on that disk pool10:08
ikonia(that's the most clean/simple way)10:09
eagles0513875ok even if its LVM10:09
ikoniayes10:09
ikonialvm is just a "disk" to the OS10:09
RootChaosis there a way to re-configure cpan settings, like the prompts you go through when installing ?10:09
eagles0513875ok10:09
eagles0513875well that just crashed virt-manager trying to set that up10:09
ikoniaeagles0513875: 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
eagles0513875one large logical partition10:13
ikoniaok, that for me is the best approach for you10:14
eagles0513875here is the partition setup i have10:14
ikoniaI don't need to see it10:14
eagles0513875ok wasnt goign to show just explain10:14
ikoniasure, go on10:14
eagles051387540gb for host os then appropriate swap partition then rest as lvm10:14
ikoniayou're running an lvm partition on the same disk as your root disks10:15
ikonia?10:15
eagles0513875correct10:15
eagles0513875we only have a single disk on this server10:15
Deathvalley122yup10:16
Deathvalley122we only have 1 hard drive10:16
ikoniathat is a very VERY VERY bad ideda10:17
ikoniaidea10:17
eagles0513875i know i would have liked a 2nd drive to setup raid 1 at least but Deathvalley122 cant afford it10:18
ikoniayou've got a massive risk putting paying customers on this10:18
eagles0513875ikonia: tell this to Deathvalley122 i am well aware of the risks involved here10:19
ikoniayes, but also the implications of running an lvm partition on the same disk as your OS too10:19
ikoniathat's up to you guys though10:19
Deathvalley122we had the samething on the other server we had10:20
Deathvalley122it was set up the same way10:20
eagles0513875but we had raid 1 on it10:20
Deathvalley122correct which was no being used10:20
ikoniaDeathvalley122: just because you've done it that way before does not mean it's a good idea10:20
ikoniaDeathvalley122: raid1 wasn't being used ???10:20
ikoniaif you have raid1, it's being used10:20
ikoniaevery write to disk....it's being used10:21
Deathvalley122nope10:21
ikoniaerrr yes10:21
Deathvalley122it wasn't being used10:21
ikoniathat's how disk mirroring works10:21
Deathvalley122no data was stored on it10:21
ikoniawhat do you mean it wasn't being used ???10:21
ikoniadid you have raid 1 enabled yes/no10:21
Deathvalley122do not remember exactly10:21
ikonia....right10:22
Deathvalley122that server is long gone now10:22
eagles0513875we did on the previous server10:22
Deathvalley122thats what I am saying eagles051387510:22
ikoniaok - 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 used10:22
ikoniaif you are confident the disk had no data on it, then either raid1 was not enabled or it was not setup correctly10:22
Deathvalley122for another HDD for this server would cost me 15 dollars a month extra10:24
Deathvalley122and I am already paying 239 a month10:24
Deathvalley122and 40 dollars a month to make them hot swappable10:25
eagles0513875pat it will be worth it though10:25
eagles0513875forget the hot swap at least with the 2nd drive we have some redundancy10:25
Deathvalley122I have no money eagles051387510:25
=== kklimonda_ is now known as kklimonda
_rubenhow many vms you expect to run on a single spindle? :P10:47
Deathvalley122I dunno10:53
_rubenif it's more than "just a few", then i hope they won't expect decent disk performance10:53
Deathvalley122we'll see what happens just found out I can afford another drive next month but this month I can't10:54
Deathvalley122yeah they are 7200 RPM drives10:54
_rubenouch10:54
_rubenand going from single disk to raid1 would only help a bit for read performance10:54
Deathvalley122ya10:55
Deathvalley122I can get another drive next month10:55
Deathvalley122but this month I can't10:55
Deathvalley122I am packed with ... bills ...10:55
Deathvalley122if my contract would ever end with my cell phone10:57
Deathvalley122I could be ...10:57
Deathvalley122saving tons of money10:57
thinkclayAnyone 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:11
thinkclayAnd would a RAID error in ubuntu server installer cause black / blank screen?11:12
_rubenthinkclay: never really had any issues with hardware raid and ubuntu .. used various dell (lsi based) raidcontrollers as well as a number of adaptec ones11:41
ikoniathinkclay: I've used hardware raid many times with zero issue, there is excellent support11:47
ikoniathinkclay: 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 failure11:47
ashdif you are talking about the installer causing a black screen, make sure that you have all the deps covered11:47
jpdshardware.raid++11:48
thinkclayya, Im thinking raid isnt the issue anymore11:49
ikoniaeveryone's favourite11:49
thinkclayubuntu 10.04 is working.. seems its just isolated to 11.10 with support for my video or something11:50
thinkclaySo software raid works as well or better than fakeRaid and low end raid controllers?11:50
_rubenusually, yes11:52
ikoniafakeraid = poor11:53
ikoniasoftware raid = fine if you have an acceptable spec machine11:53
thinkclay12 core xeon 5500 with 192G of ram sufficient?11:54
ikoniano11:54
ikonia......kidding11:54
thinkclayhaha, figured I'd be covered there11:54
ikoniaalthough that spec machine would normally come with a raid card11:54
thinkclayit did11:54
thinkclayHad issue after issue getting it to work with Ubuntu11:54
ikoniaHP/Dell/IBM all ship that sort of thing with a pretty solid raid card, with battery backup etc11:55
ikoniawhat make is the server ?11:55
thinkclaywell this is a 1U so it's not as high end nor does it have much space with all the ram bays11:55
ikoniathat's fine, I've got DL120's that are 1U with quality raid cards and battery backup in11:55
thinkclayI'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 backup11:56
ikoniathinkclay: what make is the server ?11:56
thinkclayhttp://www.newegg.com/Product/Product.aspx?Item=N82E1681610126111:57
=== TREllis_ is now known as TREllis
ikoniaahhh supermicro11:57
ikoniano raid card in there11:57
ikoniaon board motherboard raid11:57
ikoniafakeraid11:57
thinkclayya, just learned about that concept after wasting 4 hours :)11:58
thinkclaywhy are these guys even bothering with fakeraid?11:58
ikonianot sure how you think you've got 12 cores11:58
ikoniathe board only supports 2 cpu's with 4 cores each11:58
thinkclayIt's not that exact model11:58
ikoniabecause on technologies that support it, such as windows, it's not so bad11:59
ikoniaI personally don't rate the supermicro stuff, lots of corner cutting11:59
ikoniawhich is why they seem capable of doing reasonable prices12:00
thinkclayya, it's not bad for an entry level server12:00
onrelargest website of this country ran on a bunch of supermicro servers12:01
ikoniaonre: which one is that ?12:01
onreikonia, 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
onreoh, 2000, not '9912:02
ikoniapossibly where a multi node setup is required they may be a good choice, cheap and non-ressilient, so if one goes, pop another in12:03
onreyes, that's exactly how it was run12:03
onreand for price of one "real" name-brand server you could get four supermicros :p12:03
ikoniawhich for a low spec farm makes possibly a better model12:04
onrei've run databases on them, too. just pop in a 3rd-party raid controller (i used areca)12:05
jetoleHey 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:16
jetole... 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
jetole... 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 it12:17
jetolejust 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
jetole... 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
jetole... or other odd spots like that but those are the exceptions to the rule)12:22
jetoleAnyways, yeah. ...not sure how to handle this broadcast storm12:22
patdk-lapmaybe your switchs don't support vlans correctly?12:23
patdk-lapI have seen switchs that dont isolate mac's per vlan correctly before12:23
jetoleI hope that's not the case. Though they are not Cisco they are still pretty decent Gbps rack mounted enterprise netgear switches12:25
jetoleI'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 switches12:25
patdk-lapnetgear has that issue12:25
patdk-lapmake sure you update the firmware12:25
jetole...wait this isn't the case. I saw vlan working properly before the bridge12:25
jetoleI did12:25
jetoleI think this may have to do with the bridge12:26
patdk-lapthe bridge alone wouldn't do that12:26
patdk-lapwhat could do that is if you setup a bridge on both your firewalls12:26
patdk-lapand created a loop12:26
jetoledo you think it may if it's bridging two devices with the same MAC?12:26
jetolepatdk-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 chain12:27
jetolestp is designed to create a loop free topology, if I understand correctlu12:28
jetole*correctly12:28
patdk-lapstp only works if ALL switchs/bridges use the same stp version12:28
jetolewell wait, one switch is using RSTP which I was under the impression was backwards compatible with STP12:28
jetolealso, afaik, by STP version you mean STP, RSTP, MSTP, etc12:29
patdk-lapyou do know, when using vlans, stp is kind of useless12:29
patdk-laptherefor you normally use mstp12:29
jetoleyeah only one switch uses MSTP12:29
jetolethat may be the problem12:29
patdk-lapbut those all don't talk correctly, if it's not setup correctly12:29
jetolethat's also the switch using RSTP at the moment12:29
jetolewell... I could, for now, eliminate one switch while we put in a order for a new one and continue on one12:30
patdk-lapI just personally use mstp everywhere12:30
patdk-lapor don't bother with stp at all12:30
jetolewell how would I have a loop free redundant net without STP?12:31
jetolerouting?12:31
jetolebrb. 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 did12:33
jetolebrb12:33
DavieyAnyone confirm mod_rewrite still works on oneiric? bug 917435  - thanks12:37
uvirtbotLaunchpad bug 917435 in apache2 "Apache mod_rewrite doesn't work after most recent oneric update" [Undecided,New] https://launchpad.net/bugs/91743512:37
Davieyzul: can you handle, bug 915614 ?12:42
uvirtbotLaunchpad bug 915614 in nova "Add policy.json to packages" [High,In progress] https://launchpad.net/bugs/91561412:42
Daviey(note the attached branch)12:43
zulyeah12:43
uvirtbotNew bug: #915614 in nova (main) "Add policy.json to packages" [High,In progress] https://launchpad.net/bugs/91561412:43
zulgood morning btw :P12:44
Davieymorning zul12:44
DavieyTBH, i thought you'd still be Zzzz'ing :)12:44
zulno its early enough to wake up12:45
RootChaosargh12:48
RootChaosi 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.112:48
RootChaosclamd -V reports ClamAV 0.97.3/14316/Tue Jan 17 04:23:04 201212:50
ikoniaRootChaos: you need to look at what the check is that the cpan module is doing12:53
RootChaos•ikonia• where can i see that ?12:54
ikoniahow are you trying to install the perl module ?12:54
RootChaos#ubuntu-server perl -MCPAN -e shell12:55
RootChaostsk12:55
RootChaosperl -MCPAN -e shell12:55
RootChaosinstall Mail::ClamAV12:55
ikoniathen you need to look at what that process is doing12:55
RootChaosthe last i see before the error is12:56
RootChaosCPAN.pm: Building C/CO/CONVERTER/Mail-ClamAV-0.29.tar.gz12:56
ikoniaok, 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 failing12:57
jetolepatdk-lap: I'm closer to nowhere...12:58
jetolepatdk-lap:12:58
jetolepatdk-lap: I disconnected the cross connect on the switches then unplugged one of Ethernet from the bonded switches on both fw's12:58
jetolepatdk-lap: sorry. didn't mean to send a blank line12:59
jetoleanyways, I still have the same problem bridging two vlan on one switch with one cable from each fw12:59
jetoleas soon as I removed one of the vlan's from the bridge on either host, the broadcast storm / seen my own packet ended13:00
jetoleas soon as I added it back, it began again13:00
RootChaosaah13:15
RootChaosi download the package ClamAV-xxx13:15
RootChaosand i needed to install libclamav-dev13:15
uvirtbotNew bug: #917629 in mysql-5.1 (universe) "MySQL Server 5.1 fails to start after install" [Undecided,New] https://launchpad.net/bugs/91762913:16
RootChaoswhich uses clamav-config --version to check the installed version on the server13:16
RootChaos:P13:16
RootChaosthat took me a while13:16
RootChaos;-)13:16
uvirtbotNew bug: #915490 in mysql-5.1 (universe) "mysql server cannot start with apparmor enabled" [Undecided,Invalid] https://launchpad.net/bugs/91549013:29
Davieyzul: bug 91597113:31
uvirtbotLaunchpad bug 915971 in nova "New command "guestmount"" [High,New] https://launchpad.net/bugs/91597113:31
Davieyrbasak: seen bug 879666 ? :)13:33
uvirtbotLaunchpad bug 879666 in nova "chown error for console.fifo when launching vm" [Medium,New] https://launchpad.net/bugs/87966613:33
zulDaviey: grrr13:33
Davieyzul: you might want to triage bug 915112? :)13:34
uvirtbotLaunchpad bug 915112 in nova "nova-compute-xen with broken dependency" [Medium,New] https://launchpad.net/bugs/91511213:34
zulDaviey: the guestmount wasnt in diablo so he is probably running essex on oneiric13:34
Davieyok13:38
rbasakDaviey, looking13:40
JoeyJoeJoI'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
rbasakDaviey: 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:57
rbasakDaviey: 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.13:58
sorenrbasak: Vish made a suggestion on Nov 3. Did you see that comment?14:26
=== bladernr_afk is now known as bladernr_
rbasaksoren: 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:28
rbasaksoren: tbh, I think that fundamental architectural decisions really need to be led by upstream14:29
=== nihe_ is now known as nihe
koolhead17zul: hello sir!! :)14:49
sorenrbasak: I'm not sure I follow?14:59
dax_rocAfternoon all15:25
dax_rocI'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:26
dax_roc*using 11.0415:28
koolhead17dax_roc: what network interface you are using for this?15:33
dax_rocinitrd=.. ip=dhcp ksdevice=eth0 noipv6 ks=http://192.168.130.200/path/to/ks.cfg15:37
dax_rockoolhead17: eth0 , I am testing from a virtual box15:37
_rubennever bothered with the ks part myself, i just do the first few steps manually (no mass deployments here)15:38
_rubenjust preseeding, and no disk preseeding either at that15:38
dax_rocdon't see why the route doesn't get set15:43
_rubendhcp server misconfig?15:43
dax_roc_ruben: double checking15:43
koolhead17dax_roc: also check if you have selected correct network card in virtualbox15:45
dax_rockoolhead17: it gets the ip, if I breakout to a shell and add the route manualy I can get to the address15:46
dax_rocit's not getting nameservers or gateway from dhcp ?15:47
koolhead17dax_roc: then define it in the dhcp file :)15:48
dax_rocwhat ?15:48
koolhead17dax_roc: your running a local DHCP server?15:49
koolhead17for this purpose?15:49
dax_rockoolhead17: yes, sorry looked like mis configured dhcp (windows) sigh15:51
koolhead17dax_roc: there u go. it b fixed :P15:51
Titomenis there a log or a way to check errors that i see during the boot process15:55
koolhead17Titomen: there is a file afaik which holds this info15:56
* koolhead17 digs further15:56
koolhead17Titomen: /var/log/installer/syslog15:58
koolhead17:)15:58
Titomenthanks..let me check15:58
Titomenthe date of them is may 26....will it show something that show up on my screen during boot?16:02
koolhead17Titomen: lemme check again.16:03
=== dendrobates is now known as dendro-afk
koolhead17i thought u looking 4 firstime install log16:06
dax_rocwahey its working16:06
dax_rocAppreciate the help16:06
roaksoaxrbasak: ping meeting16:06
=== dendro-afk is now known as dendrobates
Titomenkoolhead17: no..when i boot since last week i am getting some erro messages..but it goes so fast that is hard to see16:08
koolhead17Titomen: tail -f /var/log/boot.log does it has some info?16:09
Titomenkoolhead17: empty..is there a way to stop or lock the screen during boot to take a picture of that window?16:13
koolhead17Titomen: wait for sometime someone will reply16:15
Titomenkoolhead17: thanks16:16
dax_rocTitomen: more /var/log/messages16:17
dax_rocTitomen: dmesg | less16:17
uvirtbotNew bug: #906163 in glance "Glance-common installation failing in Ubuntu with the new release" [High,Fix released] https://launchpad.net/bugs/90616316:22
Titomendax_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
dax_rocno, just use "dmesg > ~/Desktop/currentlog.txt"16:24
dax_rocTitomen: no need to delete, iirc it will rotate next boot16:26
biebI 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:26
RoyKmount -o remount,ro /16:27
RoyKerm16:27
RoyKmount -o remount,rw /16:27
biebRoyK: thanks16:27
=== dendrobates is now known as dendro-afk
smoserzul, i dont think https://launchpad.net/bugs/907197 is a bug16:28
uvirtbotLaunchpad bug 907197 in nova "ip address can't be injected into the instance when using lxc " [Medium,New]16:28
smoserits a feature16:28
smoser:)16:28
zulwe need so stinking features16:28
Titomendax_roc: if i use dmesg..i use the command and then reboot?16:29
dax_rocTitomen: it contains boot and current messages, if you want to monitor the logs in realtime try "tail -f /var/log/syslog"16:29
Titomendax_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 with16:31
dax_rocTitomen: just pastebin the output of dmesg16:36
dax_rocTitomen: after you boot, so if you want to create a file it would be "dmesg > ~/mylogfile.txt" this should be in you home folder16:37
thinkclay1what 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 manager16:37
thinkclay1i should specify, looking for software raid16:37
thinkclay1LVM vs Configure Software Raid vs Article / Manual.. can someone help me decide?16:39
CaribouQ: Is it possible to override the ubuntu-security.com archive on manual install and to provide a specific (as in Internal) archive instead ?16:42
dax_rocCaribou: local mirror ?16:43
Caribouyeah, sort of a "private" internal copy of ubuntu's archive16:44
dax_rocCaribou: there are numerous guides for that, ubuntu apt mirror16:46
Cariboudax_roc: sorry, I must afk for a min. biab16:46
=== Corey_ is now known as Corey
thinkclay1so no feedback on raids?16:51
Titomendax_roc: i tryed dmesg > ~/mylogfile.txt reboot and search for file but could not find it?\17:11
andygraybealstupid oracle17:13
andygraybealhaving to move from sun java to open java17:13
dax_rocTitomen: it's in your home directory, "cd ~/; less mylogfile.txt" you want to run it after you've reboot17:13
=== bladernr_ is now known as bladernr_afk
hallynstgraber: zul: if you happen to upload a lxc update in next few days, pls also grab the unreleased changes that are in lp:ubuntu/lxc17:14
hallynthen i will probably create a 'for-upstream' lxc git tree with changes i'm requesting upstream to take17:15
hallynanyway, i'm out - ttyl17:15
smbDaviey, when had you thought of bringing up the nfs issue on #ubuntu-devel. Should we go for tomorrows morning somewhen?17:18
dax_rocsmb: nfs issue ?17:20
smbdax_roc, Rather smallish. Fix for bug 60703917:20
uvirtbotLaunchpad bug 607039 in autofs5 "NFS4 automount using replicated servers doesn't work" [Medium,Fix released] https://launchpad.net/bugs/60703917:20
RoyKTitomen: reboot as in controlled reboot, or reboot -f or similar gunshot?17:20
smbWhich just needs an kernel module alias from nfs4 to nfs. Just don't know how to best fumble it into which package17:21
Titomendax_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 me17:27
=== jcastro_ is now known as jcastro
Davieysmb: sure thang17:39
thinkclay1If 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?17:46
kpettitwhat's the best local file system search tool for hundred of thousands of files?  Mainly images, videos and music?18:08
jpdslocate?18:10
smoserSpamapS, Daviey, m_3, anyone else. jstack so far is: http://paste.ubuntu.com/807681/18:11
m_3smoser: cool thanks18:14
smoserSpamapS, m_3 you can test that very easily on canonistack or ec2.18:18
* SpamapS tries it with /var/lib/lxc on a 12GB tmpfs...18:19
kpettitjpds, 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 like18:22
jpdskpettit: Locate the file, and then use another to grab the data?18:22
jpdskpettit: mp3info for the .mp3s?18:23
kpettitjpds, I could but that's not praticle when your dealing with the volumes and frequent searches I have to do.18:23
* pehden is away: I'm busy18:45
=== dendro-afk is now known as dendrobates
TitomenCan 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 me19:42
kerframilTitomen: http://ubuntuforums.org/showthread.php?t=143450219:44
kerframilTitomen: short answer - and because you're in the -server channel - just get rid of it19:45
robo_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 Jetty19:56
uvirtbotNew bug: #917832 in apache2 (main) "init script and upstart job named apache2.1 instead apache2" [Undecided,New] https://launchpad.net/bugs/91783219:56
bitmonkrobo_: i have a precise testing box, i can ask apt19:57
robo_bitmonk, that would be awesome!19:57
bitmonklooks like jetty, based on the deps19:57
robo_thanks!19:57
bitmonklibjetty-java (>= 6.1.21)19:57
bitmonknp19:57
bitmonki 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 name19:58
bitmonkso there is like, auth.log.1 which is 36MB, and auth.log which is zero bytes19:58
bitmonka19:58
bitmonkanyone ever seen this?19:59
=== dendrobates is now known as dendro-afk
RoyKsw0rdfish: did you find a cheap VM?20:04
sw0rdfishoh hey20:05
sw0rdfishummm no20:05
Titomenkerframil: Thanks for your comment, but sorry ..do not understand..get rid of what??20:16
konradbhi20:19
Titomen 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 denied20:19
konradbi have "getty[6840]: /dev/hvc0: No such file or directory" 10x hour every day in /var/log/auth.log20:20
konradbhow to fix it?20:20
DavieySpamapS: What is the juju precise archive and trunk PPA status?20:35
SpamapSDaviey: hazmat is working out an incompatility with juju and the version of twisted in precise20:36
SpamapSDaviey: the current precise juju probably FTBFS because of it..20:37
DavieySpamapS: do we have an eta?20:37
SpamapSDaviey: not sure.. we onl identified the problem last Thu via shoulder surfing. ;) I don't think we remembered to file a bug20:38
DavieySpamapS: thanks.20:39
Davieyadam_g: you are working around this issue with, just http://bazaar.launchpad.net/~openstack-ubuntu-testing/juju/precise-fixes/revision/8 ?20:42
adam_gDaviey: that is one, rev 7 addresses a bug in the cobbler provider that has been fixed for a while now but not available in PPA20:46
Davieyadam_g: is r8 all that is needed to use it against an ec2 provider?20:47
adam_gDaviey: i believe so, yes20:49
adam_gDaviey: 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 PPA20:50
DavieySpamapS: if that is all that is required to get precise working again as a short term measure, why is it not in the archive?20:55
hggdhroaksoax: hi, your fence_cdu is not available for Oneiric, is it?21:12
hggdhDaviey: 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 OP21:14
Davieyhggdh: interesting!21:15
Davieyeasiest fix ever :)21:15
hggdhso far, yes :-)21:16
jamespagenegronjl, nice lead time on PPA builds ATM :-)22:09
negronjljamespage: at this rate, we'll be done by the end of the year :)22:09
jamespagenegronjl, lol22:09
jamespagethe hadoop package is OK; works on armel as well as x8622:10
jamespagenegronjl, I've requested armel etc... for all three PPA's owned by the team22:10
negronjljamespage: saw that earlier ... ok22:10
jamespagenegronjl, I could only make it work on one of three Java options on armel22:11
jamespageopenjdk with zero JVM worked22:11
jamespagejava -zero22:11
negronjljamespage: do you have hardware anywhere to test ?22:12
jamespagenegronjl, I have a pandaboard22:12
negronjljamespage: ahh.  I guess you'll be testing the armel stuff then :)22:12
jamespagenegronjl: yes - with the help of rbasak who now has three!22:13
negronjljamespage: cool22:13
jamespagenegronjl, I've been pushing packaging only branches to lp:~hadoop-ubuntu/+junk/XXX as well22:14
negronjljamespage: I'll take a look at them and see if I can follow suit22:14
jamespagewell only hadoop so far22:14
jamespage...22:14
negronjljamespage: ahh I see.  I'll do the same22:15
negronjljamespage: lp:~hadoop-ubuntu/+junk/pig22:16
jamespagenegronjl, sweet22:17
jamespageI'll look at hbase next22:17
negronjljamespage: In the meantime, I'll pick another package..22:17
negronjljamespage: I'll look at hive22:18
negronjljamespage: Do you know of a quick way to have the build system ignore build.xml ?22:23
negronjljamespage: If I leave the build.xml file there, the build system ( debuild ) tries to build using ant22:24
negronjljamespage: I have to remove the build.xml file ( or move it somewhere else ) to have it build my way22:24
jamespagenegronjl, use override_dh_auto_build: in debian/rules and tell it todo nothing22:24
negronjljamespage: perfect !! thx22:25
jamespagenp22:25
DREDNOFEARhi 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:26
DREDNOFEARj;22:35
kyenteiI 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:49
Myrttiyup22:50
=== 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
DREDNOFEARanyone good at trouble shooting bind/dns?22:59
l0nDREDNOFEAR: I suck at DNS but I am a pretty good troubleshooter so who knows, can you telnet to the server on port 53?23:02
=== Roots is now known as pehden
TitomenI am trying to apply some update available and getting: http://pastebin.com/8b6snXuv  can not update anything..any help apprecioated23:55
SpamapSDaviey: with the test suite failing (specifically around twisted issues) an upload to precise with just that fix would fail anyway.23:57
SpamapSDaviey: the twisted issues are happening around the HTTP webdav tests that are part of orchestra23:57

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!