/srv/irclogs.ubuntu.com/2011/11/25/#ubuntu-server.txt

bfreisHi, what should I do to install Ubuntu Cloud Infrastructure using the live image on a server? It looks like it is simply broken, it simply cannot boot: it gets stuck on a loop saying that it can't find /dev/sr0, and later on it drops to a BusyBox shell. How do people manage to install it?!00:17
twbsr0 is the CD drive00:17
twbIs this during the grub install phase00:17
bfreisit is after grub, I think (after I select "normal" boot over "fail safe" boot -- the same thing happens with "fail safe" boot)00:18
bfreisand I'm booting from a USB stick00:19
bfreis(the same USB stick I used to install Ubuntu Server 11.04 on many other machines)00:19
bfreismust I use a CD to install it? or is there any workaround?00:22
bfreisI've searched a lot, there's a bug reported on launchpad related to this, but it is marked as fixed00:22
bfreisalso, on some forums people suggested disabling the floppy drive on the bios, which I did (even if I have no floppy drive), but the problem is still there00:23
=== guampa|2 is now known as guampa
uvirtbotNew bug: #894608 in bridge-utils (main) "Implementing a bridge slows 10G network" [Undecided,New] https://launchpad.net/bugs/89460802:31
slicslaki seem to recall a metapackage that has compile tools in it, linux headers, etc. -- basically the stuff needed for building source03:36
twbbuild-essential03:37
John24Doeso.... whats the topic?03:40
slicslakyea, that's it, thx twb03:41
twbslicslak: also "apt-get build-dep foo", or if you are building a kernel module see dkms or (worse) module-assistant03:43
John24Doehellooooo any one therrrrrre?03:47
twbJohn24Doe: do you have a real question?03:47
John24Doeyes i do..03:48
twbJohn24Doe: ask it.03:48
John24Doei just got into the ubuntu server and its great so far but i have a question about the email  service..03:48
TimRare you trying to setup a email server john24doe?03:49
John24Doeive noticed that there are a bunch of email services.. so my question  is what is the best, simple and secure service out there?03:50
twbJohn24Doe: service that does what?03:50
TimRwell there is postfix+mysql+dovecot03:50
TimRthere is iredmail you can use03:50
twbTimR: you misspelled "LDAP" as "mysql"03:50
TimRno I dint03:50
TimRdidnt03:50
TimRthere is a setup as mysql for backend managemnt03:51
TimRmanagment*03:51
TimRtrust me I have ran postfix+mysql+dovecot before03:51
TimRintill I switched it all over to iredmail+mysql setup03:51
John24Doe..03:52
TimRit depends how much you know how to run a linux mail server john24doe03:53
twbJohn24Doe: we cannot suggest a solution unless you describe more clearly what you are trying to achieve.03:54
TimRthat is true what twb is saying03:54
John24Doelol thats the problem...  as i said im new to the linux server world.03:54
John24Doesorry03:54
TimRfor a newbie I would use iredmail+mysql03:54
John24Doeso postfix supports encryption03:55
John24Doe?03:55
John24Doeok ill check out iremail03:55
TimRwhat do you mean encryption like in SSL?03:55
TimRhttp://www.iredmail.org/03:55
John24Doeyeah03:55
funkyHatemail encryption is done at the message level and is not dependent at all on a particular mail server, John24Doe03:55
John24Doeok good to.   know sorry for the newb speech03:56
funkyHatSSL is also possible (and yes postfix and dovecot both support that)03:56
funkyHatThat gives you an encrypted connection from you/other clients to the mail server, which could prevent someone from listening in on the data that goes back and forth at that level, but you can't guarantee that the recipient or sender is using encryption at their end, so the usefulness of that is limited03:58
funkyHatIt's definitely worthwhile if you are likely to want to access your mailbox or send mail from an internet cafe or other public wifi03:59
twbfunkyHat: that rather depends on what attack vectors you're guarding against.04:00
twbfunkyHat: if I ran an internet cafe I would have physical key loggers installed on all the hosts, for example04:00
twbSSL helps against MITM but not against the endpoint being compromised, which is basically a given for an internet cafe04:01
funkyHattwb: I was thinking of an internet cafe with wireless and your own laptop, if you're using another computer to access the email you'd have to set up webmail at which point IMAP/SMTP encryption becomes irrelevant04:01
jandruskAll they have to do is running sslstrip. SSL is in really bad shape these days.04:01
twbfunkyHat: ah ok04:01
twbjandrusk: that from dsniff or something?04:01
jandruskPart of Backtrack, but it works by sending all of the SSL requests through the host running sslstrip.04:02
John24Doe hey twb im going with postfix04:02
twbJohn24Doe: so presumably you want to run an MTA?04:02
John24Doeyes04:03
twbpostfix is a good choice and is the recommend MTA by Ubuntu04:03
twbRead the relevant Ubuntu Server Guide sections if you haven't already04:03
funkyHatpostfix is the best choice unless it doesn't do something you want (which is unlikely), in which case exim4 is probably the best choice04:03
John24Doeok will do. thanks twb04:04
twbYes, exim4 is the other main camp (especially over in Debian); anyone talking about sendmail or cyrus is a greybear or a Red Hat refugee04:05
twb*greybeard04:05
funkyHatjandrusk: so sslstrip relies on users not noticing the url is wrong?04:09
RoyKtwb: last I checked, cyrus was a mail store, not an mta...04:10
twbRoyK: yes, but dovecot beats cyrus04:11
twbRoyK: I was disgusted to find recently that I had a postfix+dovecot instance out at a customer, where cyrus's sasl-bin was being used by postfix :-/04:11
RoyKsome say so, yes, but still, neither are MTSs :P04:11
RoyKs/MTS/MTA/04:11
* RoyK never made friends with cyrus' sasl04:12
* funkyHat never heard a good word about it04:12
jandruskfunkyHat: sslstrip does not care what the URL is. It is essentially doing a MIM to sniff the data.04:13
funkyHathttp://www.thoughtcrime.org/software/sslstrip/ the description suggests it's sniffing regular HTTP traffic and replacing links to HTTPS URLs with similar looking HTTP URLs or HTTPS ones if it has signed certs for them04:14
funkyHatIt doesn't appear to be an actual working exploit on SSL04:14
funkyHat(yes, it's probably good enough to fool most people, but still not an actul SSL exploit)04:15
twbfunkyHat: ah, thanks for the fact-check04:15
funkyHatjandrusk: ^04:16
jandruskHmm. It's been a while since I played with it, but was pretty sure I saw some CCN's from Amazon, GMail, etc... You may be right.04:17
jandruskPretty much all of the DLP (Data Loss Prevention) vendors clone the server certificate and then sniff the data in order to inspect it.04:19
twb"data loss prevention"04:20
twbIs that some sort of euphemism for JEDGAR?04:20
jandrusklol04:20
twb"Hi this is the NSA for $10/mo we will back up your secrets to our secure data warehouse"04:20
jandruskIt's security technology that allows you to inspect network traffic for SSN's, Credit Cards Numbers,etc..04:20
jandruskOr I should say, Corporations.04:21
jandruskFor $5/mo I'll give you access to the NSA's secure data warehouse.04:21
twbso basically dsniff04:23
jandruskRight.04:25
dckirbaHello everyone, how are you? Is it ok to ask what may be a beginner's question in this channel?06:52
TimR_whats the question?06:56
lifelessdckirba: yes it is06:59
koolhead17hi all07:00
TimR_why did ubuntu take out syslog in 10.04.3 lts for?07:11
TimR_the reason why I am asking because webmin is not seeing syslog on the system07:12
angelete2hi08:02
angelete2i have such a ghost inside my ubuntu server08:02
angelete2i have this line in my crontab: #47 3   * * 1   root    test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )08:03
angelete2so it's commented08:03
angelete2but it still executes08:03
Jeeves_angelete2: Have a look at /etc/cron.d/08:04
angelete2and even worse, it executes not on mondays but on tuesdays08:04
angelete2Jeeves_: what should i look for?08:04
jibelSpamapS, with the change to mysql yesterday, all mysql-* packages are now completely removed on upgrade included mysql-server, is it what is expected ?08:06
Jeeves_angelete2: About the same command08:09
=== nande is now known as nandemonai
uvirtbotNew bug: #894660 in unixodbc (main) "odbcinst segfault when no there is no /etc/odbcinst.ini" [Undecided,New] https://launchpad.net/bugs/89466008:16
dckirbahi, can anyone give me a bit of help setting up ubuntu 11.10 as a dhcp server for a small office?08:36
angelete2dckirba: what do you want to do exactly?08:44
dckirbaangelete2: Hi! Small office network. Trying to set up Ubuntu 11.10 on one computer to provide IP addresses through DHCP, share files, internet08:45
dckirbaangelete2: Having trouble configuring dhcp-server08:45
dckirbaangelete2: I have install icp-dhcp-server and configured the files so that it listens to eth0 for requests and have specified a range of IP addresses to use as a pool08:47
dckirbaangelete2: But plugging other computers into the network results in no communication with the dhcp server08:48
dckirbaangelete2: in fact I can't even ping the server if I give another computer a static IP address08:48
RoyKdckirba: what ip addresses and subnet mask?08:50
Davieyuksysadmin: How are you getting on with your preseeding?09:01
Daviey(morning btw)09:01
uksysadminHi Daviey - I've succeeded!09:02
uksysadminI'm at the stage now where I'm looking at what I want to achieve and improving it - that's a better place to be than scratching my head on the basics.09:02
Davieyuksysadmin: Great! Are you using orchestra, or plain preseeds?09:03
uksysadminOk - its a mix of the two, I guess.  It is done using Orchestra - but essentially its not using any of the features that Orchestra was designed for - its just cobbler and preseeding at this stage09:03
uksysadminAs I'm specifically looking at OpenStack - it naturally makes sense to look at achieving this with juju09:04
Davieyuksysadmin: interesting, i'd love it if you could write up what you are doing?  Is that possible?09:04
uksysadminThe issue is that I've a fairly tried and tested script that I've been using to roll out my environment - which is great for doing unattended installs, but I know it can be improved to fit with more "ubuntu friendly ways.09:05
uksysadminsure - I'll be writing this up09:05
Davieyuksysadmin: great!09:13
uvirtbotNew bug: #894677 in geronimo-jta-1.1-spec (main) "Replace geronimo-jta-1.0.1b-spec -> geronimo-jta-1.1-spec" [Undecided,New] https://launchpad.net/bugs/89467709:16
RoyKerm...09:17
RoyKroy@tor:~$ ls -lh /proc/kcore09:17
RoyK-r-------- 1 root root 128T Nov 25 10:17 /proc/kcore09:17
_rubennice :)09:17
koolhead11hi all09:54
* koolhead11 wonders if everyone is out shopping on black friday!!09:57
uksysadminhello koolhead1110:05
koolhead11hola uksysadmin11:01
=== huats_ is now known as huats
uvirtbotNew bug: #833994 in debian-installer-utils (main) "debian-installer does not support https when using with preseed files" [Medium,Triaged] https://launchpad.net/bugs/83399411:22
Davieyjamespage: Hola, is https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-complex-deployment-testing comeplete?12:01
jamespageDaviey: yes12:01
Davieyjamespage: it does make the complexity look pretty simple... we'll crack that out in a day, right? :)12:02
jamespageDaviey: it needs to be taken in context of the other associated blueprints12:02
Davieyah, yes - right12:03
Davieythanks jamespage12:03
Davieycmagina: How is https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-storage-testing looking?12:04
koolhead11zul: around13:02
zulgood morning13:50
uvirtbotNew bug: #894754 in openvswitch (universe) "openvswitch_mod module not found" [Undecided,New] https://launchpad.net/bugs/89475413:50
Mum29Hey all. I was wondering, Currently i have a setup on a dotdeb server, they use latest mysql, When ubuntu 12.04 with mysql 5.5.xx it wont be the latest. So will there be any problems for them to move to ubuntu due to this ?13:54
zuljamespage/Daviey: so openstack jenkins13:55
jamespagezul: fire away13:55
zuljamespage: so we will want to test the trunk and stable releases for diablo until essex beccomes stable/essex13:56
zulso this includes horizon, swift, nova, quantum, keystone, and glance13:56
jamespagezul: so is trunk actually essex? but not yet stable?13:57
zulso i guess the idea is to have a ppa on commit trunk and maybe a weekly ppa for stable since testing stable can probably be done weekly13:57
jamespageand I assume we want to test diablo on oneiric and trunk/essex on precise?13:58
zulright trunk is actually essex13:58
zulcorrect13:58
zulso my idea is to re-use a lot of the openstack-ci scripts that is already done13:58
zulfor creating the tarballs and ppas, etc, etc13:58
jamespagezul: absolutely13:58
zulthoughts?13:59
zulDaviey: ^^^14:00
Davieyhola14:00
Davieyyeah14:01
zuljamespage: but ill need help setting up the jenkins jobs14:01
jamespagezul: right14:01
jamespagejust looking at openstack-ci14:01
DavieyI think having, nova-trunk-testing produces per commit packages, and nova-trunk-stable contains packages which passed the CI run14:02
DavieyWhich means on success, jenkins copies the packages between the PPA's14:02
zulyeah thats what i was thinking as well14:02
Davieyjamespage: You were thinking?14:03
jamespageDaviey: 'passed the CI run' == Completely deployed and tested on hardware or something else14:04
jamespage?14:04
Davieyjamespage: yeah14:05
zulDaviey: right but the diablo-stable doesnt go through any ci afaik14:05
jamespagezul: No reason why not14:05
Davieyjamespage: so jenkins tests the -testing PPA, and copies to -stable if it succeeds14:05
jamespage(famous last workds)14:05
zuljamespage: i meant for upstream14:06
jamespageah14:06
jamespageI see14:06
Davieyjamespage: zul suggested last night that we could also do on-commit of the stable branch, as an SRU candidate.14:06
zulDaviey: i was thinking more like stable-testing and copies to -stable and then that is the SRU candidate14:06
jamespageOK14:06
Davieyzul: did you draft up your thoughts?14:06
jamespageso lemme just work this through14:07
zulso if people want to test it earlier before the SRU canidate is uploaded then they can14:07
jamespageSo for Precise/Essex14:07
jamespage1) New PPA somewhere - nova-trunk-testing14:07
Davieyjamespage: do you disagree with the mail i sent a while ago, for the approach?14:07
Daviey(high level)14:07
Davieyjamespage: perhaps we should copy Debian's naming style of experimental -> testing, rather than testing->stable..  We probably shouldn't call trunk stable.14:09
zulSo this is what I was thinking14:09
zulPrecise/Essex14:09
zulppa for trunk (called i dont know what)14:10
zuland we do on commit testing in that ppa14:10
zulOneiric/Diablo14:10
Davieyjamespage / zul: Fancy throwing this into etherpad?14:10
jamespageyesJenkins will detect changes on the14:10
zulDaviey: sure14:10
jamespageyes14:11
zuli think i might ttx's input as well14:11
jamespageI'll create one14:11
ttx.oO0Oo.14:11
jamespagehttp://pad.ubuntu.com/precise-openstack-testing14:11
koolhead11i am yet to get dash working, am using the truck/daiblo14:12
koolhead11:D14:12
ttxJAMES PAGE! Hello sir.14:12
jamespagehey ttx!14:12
ttxI should hang out here more often.14:13
koolhead11hey ttx14:13
xranbyjamespage: hi i found something interesting this week.   since the default pthread stack size are 8Mb on arm in combination with lp861296   made java only able to start around 200 thread before running out of memory. this can manifest itself as a stall14:13
xranbyjamespage: now we have a fix for lp861296     and it makes it possible to run at least 50% more threads14:14
xranbyso we can run around 300 threads.14:14
jamespagexranby: thats great news!14:14
xranbyby fixing the jvm sourcecode i can reduce the amount of memory allocated by pthread14:14
xranbyand bump this up to around 7000 threads14:14
xranbyjamespage: so i am working with robert to reduce thread memory consumption so that we can safely run thousands of threads14:15
xranbyjamespage: you can try the pandaboard kernel attached to  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/86129614:16
uvirtbotLaunchpad bug 861296 in linux "mmap fails to allocate 2030Mb heap on ARM" [High,Confirmed]14:16
xranbyand check if it makes your jenkins process more happy while it are checking for updates14:16
jamespagexranby: sure - leave it with me - I'll update the bug report14:18
zulDaviey: your presence is required14:21
jamespagezul: does the openstack-ci toolset have tools for detecting build success/failure?14:21
zuljamespage: i think so ill have to poke at it14:21
zulif not we can add it and then push it back upstream14:21
Davieyzul: oh?14:26
zulDaviey: well we would like your input14:27
jamespagezul: so I suggest that all of the individual project logic is encapsulated in 'ubuntu-openstack-ci' or whatever14:31
jamespagethat way you can dev locally fine14:31
zulagreed14:31
jamespagewe only use Jenkins to trigger builds and report on results14:31
zulbut the trunk ppa will have swift, nova, glance etc etc etc14:32
jamespageyes - so jobs for them all14:32
jamespageopenstack-essex-<component>-trunk14:32
jamespagewhere component == swift, nova, glance etc etc etc14:32
zulright14:33
jamespagezul, Daviey: I assume we can have a lp account in the right groups for the Ubuntu Jenkins Openstack user?14:35
zuli was thinking something like ~ubuntu-openstack-testers14:35
Davieyjamespage: pretty confident14:36
jamespageso we might want a team for the testing notifications (with a list) and a specific user who will do PPA uploads, send email etc...14:37
jamespagezul: I think we should just mimic behaviour for diable/essex re preocess14:40
zuljamespage: yeah its just one more extra step for copying to stable trunk to sru candidate trunk i think14:41
zuls/trunk/ppa/g14:41
jamespagewhy not consider 'stable' to be the SRU candidate PPA?14:41
zuljamespage: good point14:41
zulless work14:42
jamespageyes - and easily templated - makes setting up the a new release really easy14:42
zulright the only concern i have for the sru testing is that we dont have access to github yet and the bzr git-plugin doesnt do branches afaik14:43
zulso maybe it would be easier to generate tarballs in this case14:43
zulwhat do you think?14:44
jamespagezul: might take a little time but lets get access to github setup14:44
jamespagezul: the bzr mirror deadens the pace of commits anyway so it not ideal14:45
zulok so we will definently need access to github14:45
zulDaviey: thumbs up with the pad thingy?14:49
Davieyzul: sorry, was OTP14:58
Davieywill read again14:58
zulno worries14:58
=== EvilResistance is now known as Resistance
SpamapSjibel: removed, or replaced by 5.5 versions?15:01
SpamapSjibel: (re the mysql server packages)15:02
DavieySpamapS: Did you say there was a transition page tracking this?15:03
SpamapSyes... http://people.canonical.com/~ubuntu-archive/transitions/libmysqlclient.html15:04
Davieyzul / jamespage: looks good, do have one question - on the pad15:04
* SpamapS typed that from memory... may be wrong15:04
DavieySpamapS: great! thanks15:04
zulSpamapS: still building on arm?15:05
Davieyzul: Nah, SpamapS FTBFS on arm :)15:05
* SpamapS is big endian.. its always a problem15:06
DavieySpamapS: you need more power.15:06
SpamapS5.5 takes about 8-9 hours to build on the armel builders15:06
jibelSpamapS, on upgrade it installs mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 mysql-server-core-5.5 but removes  mysql-client-5.1 mysql-client-core-5.1 mysql-server-5.1 mysql-server-core-5.1 included  mysql-server15:07
jibelwhich might be a problem for future upgrades15:07
SpamapSjibel: what version? The latest version re-added the mysql-server meta-package which should be installed15:08
SpamapS5.5.17-4ubuntu5 I think added that15:08
zulDaviey: answered15:08
hallynDaviey: so for https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-trusted-cloud...  how about i reduce that to 1 item about "follow along with evm development"?15:09
jibelSpamapS, 5.5.17-4ubuntu515:10
jibelBroken mysql-server:amd64 Depends on mysql-server-5.5 [ amd64 ] < none -> 5.5.17-4ubuntu5 > ( database )15:10
jibel  Considering mysql-server-5.5:amd64 0 as a solution to mysql-server:amd64 015:10
jibel  Removing mysql-server:amd64 rather than change mysql-server-5.5:amd6415:10
hallynDaviey: in other words I think it's worth spending a few spare cycles helping it along, but our eye is to something useful for 14.04, not 12.04.15:11
Davieyhallyn: Right, i agree with that.. I suspect as is, it would end up being defered anyway15:11
Davieyhallyn: keep the WI's that are already DONE15:12
hallynDaviey: ok.15:12
hallynjjohansen: the seccomp2 in our kernel now, that doesn't allow fork after starting seccomp2 still, right?15:12
SpamapSjibel: *HM*15:12
SpamapSjibel: that may have been a wonky archive... mysql-server is no longer provided by mysql-server-5.5 ... so apt shouldn't be considering that change15:13
jibelSpamapS, k, I'm running the upgrade again15:15
jibelSpamapS, logs are here https://jenkins.qa.ubuntu.com/job/precise-upgrade/PROFILE=server-tasks-amd64,label=upgrade-test/lastBuild/15:15
* SpamapS hugs jenkins15:15
SpamapSjibel: hm, the Breaks: on mysql-common may have unintended consequences.. hrm.15:17
zulDaviey: ok SRUs uploaded15:22
Davieyzul: keystone?15:26
zulDaviey: keystone, nova and glance15:26
Davieyzul: great!15:27
zulwell see if they get accepted ;)15:27
DavieySpamapS: would you be able to look at zul's SRU's soonly please? :)15:28
* SpamapS will have a look at them today for sure15:28
SpamapShave not done my SRU duties in 2 days.. its time15:28
Daviey\o/15:28
tjaaltonjamespage: hey, I'm merging curl-7.22.0-3 from unstable, hope that's ok15:33
DavieyDoes anyone here mind if someone else hijacks a merge where they touched it last, and do not have an open "please merge" bug assigned?15:39
* Daviey really doesn't mind, but i wondered what others felt about it?15:39
hallynDaviey: uh, not me...15:39
hallyn"Git ur dun" I say15:39
RoAkSoAxDaviey: i don't mind it either15:42
Davieyta15:42
jamespagetjaalton: thats fine - thanks for checking15:43
tjaaltonjamespage: thanks15:44
DavieySpamapS: who else is working on the mysql transition?16:08
SpamapSDaviey: nobody16:10
DavieySpamapS: Are you cracking through the rebuilds?16:11
SpamapSI mean other than the occasional saving throw from our dungeon master cjwatson16:11
SpamapSDaviey: all no-change rebuilds are done. the things left are broken and need slight changes because of multi-arch16:11
SpamapSDaviey: also I seem to have broken upgrades so I'm fixing that16:11
zulRoAkSoAx Daviey: the cobbler patches got accepted upstream16:12
RoAkSoAxzul: cool16:12
DavieySpamapS: I just did a test build for mythtv.. about to upload?16:12
zulno one cares about mythtv come on! :)16:12
Davieygah /me uploads16:13
SpamapSDaviey: builds are fine. Its just upgrades of mysql-server from oneiric/lucid -> precise that are broken.. mysql-server gets removed.16:14
Davieyoh joy16:14
SpamapSDaviey: hmm, mythtv didn't show up on my dctrl-grep ...16:15
uvirtbotNew bug: #894804 in samba (main) "255 cannot create tmp file" [Undecided,New] https://launchpad.net/bugs/89480416:16
DavieySpamapS: only checking main?16:16
SpamapSDaviey: no, checked them all I believe.. hrm16:17
DavieyO_o16:17
SpamapSlibmysqlclient16-dev16:19
SpamapSDaviey: that will need fixing16:19
Davieycrappers. thanks.16:19
ringodsHello, following the info on JeOS and vmbuilder, but get stuck at the problem mentioned here http://ubuntuforums.org/showthread.php?t=180712516:22
ringodsNo answers available unfortunately. Any hints?16:22
cjwatsonSpamapS: I started on libdbi-drivers but got depressed at yet another crappy configure script that thinks it knows better than the linker16:30
cjwatsonDaviey: ah, good, I was about to hunt down why mythbuntu image builds were broken16:31
SpamapScjwatson: yeah they all seem to do that. :-P16:40
SpamapScjwatson: I have libdbi-drivers working locally here actually16:41
cjwatsonok, good16:41
SpamapSit was broken because it build-depends on mysql-server too16:41
SpamapSIt really is too bad how autotools works that it just lets bad code sit out there forever16:42
TimR_hey micheal aka genii-around16:48
genii-aroundTimR_: Hello.16:50
TimR_I did have issues last night16:51
genii-aroundTimR_: Ah. At what stage?16:51
TimR_At this point hsfconfig needs to be made so that we can apply the patch:16:51
TimR_sudo make install16:51
TimR_that is where I got lost at16:52
genii-aroundTimR_: I just got an incoming email from you actually...16:52
TimR_alright16:52
genii-aroundTimR_: Yes, the hsfconfig part is what configures the driver for your current kernel, etc. Is it failing to run or you are not sure what values to give it? For linux source build directory that matches your running kernel... to put: /usr/src/linux-headers-$(uname -r)16:56
TimR_I didnt even get to start that process yet because I didnt know what directory I should be working out of16:57
genii-aroundTimR_: ~/Linuxant/hsfmodem-7.80.02.04full/16:57
TimR_alright let me see if I can get it going16:58
genii-aroundTimR_: Work is requiring me on and off, ping if you have problems and I'll get back to you as soon as I can.16:59
TimR_ok16:59
SpamapSjibel: mysql-server removal problem found .. fix pending17:02
TimR_alright I got where its asking what build directory that matches your running kernal17:02
TimR_then its also saying no pre-build modules for ubuntu 10.04.3 linux-2.6.32-35-generic i686-smp17:05
RoyKanyone around that can help me with a wierd memory issue? with 64GB memory, seems 56GB is in use by processes, 40GB is swapped out, and ~zero free, also after adding buffers+cache .... http://paste.ubuntu.com/749481/17:26
jamespagezul: I've done the basic Jenkins job setup in the lab; I'll look at the openstack integration tests next weel17:32
jamespagehave a good one17:32
eagles051387hey guys has anyone in here gotten xen working on 11.1017:40
koolhead17eagles051387: did you searched before asking same here?17:48
eagles051387koolhead17: i have compared the configuration i have to another server which is running debian and uses bridged networking and a slightly older version of the hypervisor and i had it set the same yet its not picking up my bridged networking configuration in the xend configuration file17:49
koolhead17eagles051387: i just did a search and got this http://www.beyondlinux.com/2011/11/02/install-xen-4-1-and-setup-your-cloud-os-on-ubuntu-11-10/17:51
koolhead17see if it helps17:51
eagles051387thanks17:51
koolhead17!xen17:52
ubottuXEN is a virtual machine monitor for x86 that supports execution of multiple guest operating systems with unprecedented levels of performance and resource isolation. Information on installing it for Ubuntu can be found at https://help.ubuntu.com/community/Xen17:52
eagles051387koolhead17: already looked there that is incomplete and very out dated17:55
koolhead17even the documentation ? :(17:55
eagles051387the link ubottu gives17:56
eagles051387as well the 11.10 documentation doesnt have any documentation on xen17:56
eagles051387koolhead17: just been told that using xend-config.sxp isnt the right way to configure things now17:58
eagles051387in regards to xen and bridged networking17:58
mtaylorDaviey: around?18:14
mtaylorDaviey, zul: https://bugs.launchpad.net/ubuntu/+source/glusterfs/+bug/78515818:15
uvirtbotLaunchpad bug 785158 in glusterfs "Client 3.0.5 crashes with buffer overflow" [Undecided,New]18:15
Davieymtaylor: o/18:15
mtaylorDaviey: coworker just pointed me at that - I'm trying to help them figure out how to better interact with canonical directly (so that it doesn't just involve forwarding bugs to me) but in the meantime, having a broken gluster seemed potentially bad :)18:17
Davieymtaylor: This isn't #canonical-server btw :)18:17
mtaylorDaviey: of course not! I'm merely pinging you because a broken gluster is bad for #ubuntu-server ;)18:18
Davieymtaylor: okay, thanks!18:20
ersithere's a #canotical-server? :O18:22
Davieyno.18:23
ersiheh.18:23
Davieymtaylor: Are you aware of the SRU process?18:23
Daviey(not sure the suggested fix is correct)18:24
mtaylorDaviey: I'm aware that it exists, but don't believe I've ever done it18:24
zulDaviey: that work around in the past has been used18:27
Davieymtaylor: seeing that in just natty?18:30
mtaylorDaviey: it's possible - I'm just now discovering that the servers in question are all running natty ... so this might be about getting someone to learn SRU process and proposing fixes to be backported18:31
mtaylorI'm also questioning the sanity of fixating on natty18:31
zulyes because oneiric is alot better :P18:31
Davieymtaylor: Ah, hoped it was confirmed or not on oneiric18:33
KurtKrautHow do I truly change the default language (locale) in the Ubuntu server? I'm getting this errors during aptitude: perl: warning: Setting locale failed.18:37
KurtKrautperl: warning: Please check that your locale settings:18:37
KurtKrautLANGUAGE = (unset),18:37
KurtKrautLC_ALL = (unset),18:37
KurtKrautLC_CTYPE = "pt_BR.UTF-8",18:37
KurtKrautLC_COLLATE = "pt_BR.UTF-8",18:37
KurtKrautLC_MESSAGES = "pt_BR.UTF-8",18:37
KurtKrautLANG = "en_US.UTF-8"18:38
KurtKraut    are supported and installed on your system.18:38
KurtKrautperl: warning: Falling back to the standard locale ("C").18:38
KurtKrautlocale: Cannot set LC_CTYPE to default locale: No such file or directory18:38
KurtKrautlocale: Cannot set LC_MESSAGES to default locale: No such file or directory18:38
KurtKrautlocale: Cannot set LC_ALL to default locale: No such file or directory18:38
KurtKrautOops, sorry for pasting.18:38
eagles051387KurtKraut: i am as well18:38
eagles051387not sure how to fix them though :(18:38
ersieagles051387, KurtKraut: /etc/environment if I'm not mistaken18:40
ersiThere you can change what the system-wide locale is18:40
ersiatleast previously18:40
eagles051387ersi: im on a clean install and im seeing this18:40
eagles051387thats what doesnt make sense18:40
eagles051387clean install of 11.1018:40
ersiThat I have no idea about. Try checking /etc/environment18:41
ersiClean install of 11.10 worked just fine for me, I got en_US.UTF-8 as system wide locale18:41
ersiKurtKraut: You could set those on either the command line or in your bash profile btw, if you wish to just set it for your user18:42
KurtKrautersi, this is a very common problem. If I purchase a VPS or dedicated server with Ubuntu, the datacenter realizes that I'm from Brazil and tries to configure the pt_BR locale. But they don't include the locale packages in the default install and seems to partially set the locale.18:43
ersiSounds like the VPS provider is silly18:43
ersiso.. install the br-langpack? :)18:44
KurtKrautersi, it doesn't happen with one VPS provider. It happens to all, event AWS Amazon.18:46
KurtKrautersi, I can name about 10 providers that provokes such behaviour.18:46
ersiIt's all about how the default image is18:47
ersiIf you do isolate it to the standard Ubuntu install, file/search for a bug about it :)18:48
eagles051387ersi: care to explain my issue with locals on a clean install and not in a virtual machine18:50
ersiI have no idea what so ever why you have that problem18:51
mtaylorDaviey: not confirmed on oneiric to the best of my knowledge18:52
ersibut if you can isolate it, I'm sure the developers/maintainers are interested.. note down what you do when you install and file a bug if it doesn't meet your expectations18:53
mtaylorKurtKraut: one sec - I have the fix documented somewhere...18:53
mtaylorKurtKraut: it's quite annoying18:53
ersior search if there's anything filed already18:53
mtaylorKurtKraut: a) you need to ensure that you have a locale selected and that locale is in /etc/locale.gen (in your case, I believe it probably is)18:54
mtaylorKurtKraut: next, run the program "locale-gen"18:55
KurtKrautmtaylor, thanks, this doesn't fix. I've found a fix by trial and error.18:55
mtaylorKurtKraut: yeah? what was your fix?18:56
Davieymtaylor: Sure?18:56
KurtKrautmtaylor, the problem is none of these locale commands (ex.: dpkg-reconfigure locales;locale-gen) where able to create and store the system variables LC_COLLATE, LANG and LANGUAGE.18:56
KurtKrautmtaylor, I've manually set them by trial and error in /etc/enviroment and at least now I don't see that flood of locale erros.18:56
mtaylorDaviey: as in, the folks locally aren't running oneiric, so they can't verify if they are seeing the problem on oneiric or not18:57
mtaylorDaviey: so I have no idea if it's on oneiric - although I would like to find out18:57
KurtKrautBut I'm not sure at all if I've put the correct variables in /etc/enviroment: http://pastebin.com/JcrxSCvH18:58
Davieymtaylor: did you see Marc's update?18:58
Davieyhe added a bug task pointing to the upstream issue.18:58
mtaylorwell - you should not need to put things in /etc/environment - BUT - if that works for you, awesome!18:59
mtaylorDaviey: just saw just now :)18:59
mtaylorDaviey: that's good to know at least18:59
Davieymtaylor: but yes, it looks like s/2/1/ looks like a good fix for natty.18:59
mtaylorDaviey: and a thankfully not-very-intrusive one19:00
Daviey:D19:01
Davieymy favourite flavour19:01
TimR_does anybody know how to get the syslog to show up in webmin19:07
TimR_for 10.04.3lts server19:07
genii-around!webmin19:09
ubottuwebmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system.19:09
TimR_see I had this issue with couple other desktops I have19:10
TimR_unless there is someway I can read the logs from webgui19:11
zulmtaylor: https://jenkins.openstack.org/job/python-novaclient-tarball/58/console19:15
eagles051387!grub219:33
ubottuGRUB2 is the default Ubuntu boot manager since 9.10 (Karmic). Lost GRUB after installing Windows? See https://help.ubuntu.com/community/RestoreGrub - For more information and troubleshooting for GRUB2 please refer to https://help.ubuntu.com/community/Grub2 - See !grub1 for releases before Karmic (9.10)19:33
koolhead17eagles051387: :)19:41
hallynDaviey: around?20:37
hallynActually maybe I should ask in #ubuntu-devel in general.20:38
chilicuilhi there, does anyone know of a one line dhcp server?, something like this: $ ./give_ip 10.0.0.2 -i eth0 (to give the ip 10.0.0.2 to the first one who request it trought the eth1 interface), for http I can do $ sudo python -m SimpleHTTPServer 8021:14
Davieyhallyn: yup21:22
=== Ursinha is now known as Ursinha-afk
Guest70665help22:17
RoyK!ask22:19
ubottuPlease don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience22:19
SpamapSbesides its, "HAAALP"22:21
SpamapS^^ the magic word22:21
uvirtbotSpamapS: Error: "^" is not a valid command.22:21
SpamapSuvirtbot: your mother was a toaster22:21
uvirtbotSpamapS: Error: "your" is not a valid command.22:21
genii-aroundI guess the toaster talk threw them off22:31
hallynstgraber: are you still around?22:33
stgraberhallyn: yep22:34
hallynstgraber: https://code.launchpad.net/~serge-hallyn/ubuntu/precise/libcgroup/fix-cgrouplite-fstab, it's a trivial fix, i don't have perms to upload.  Woudl you mind?22:34
stgraberhallyn: fixed (you have upload rights now)22:37
stgraberthis package should have been in the ubuntu-server package set, we probably missed it when creating it22:37
hallynstgraber: oh!  i thought (someone said) it was bc it was in universe22:38
hallynstgraber: cool, thanks.22:38
stgraberoh, that can explain why it wasn't included in the package set initially indeed22:38
hallyndoes it mean it shouldn't be?22:39
stgraberthere's nothing wrong with having package sets contain mixed main and universe packages22:39
stgrabermy problem is rather with having lxc (the binary package) and cgroup-lite in universe, I think that at least for the LTS they should be in main as it's something we're pushing quite a bit, at least on ARM22:40
hallynsoren: don't know wha thappened that time.  http://people.canonical.com/~serge/kill-etherboot/etherboot_5.4.5.dsc should be up now.22:41
hallynoops, sorry about that22:41
stgraberhallyn: just did a quick check, it's not the only package that's not in main (squid, mime-tools and feedparser are in the same packageset but not in main), so I really don't feel bad about adding libcgroup to that package set then :)22:42
hallynstgraber: ok, cool, thanks22:42
mtaylorzul: fixed. re-running.22:44
mtaylorSpamapS: sup22:45
Davieyhallyn / stgraber / jjohansen : At some point, would you mind documenting what we can hope for in 12.04 in regards to security for lxc?22:51
SpamapSmtaylor: why oh why couldn't you have written pandora-build 10 years earlier?22:52
SpamapSmtaylor: and, er, hi22:52
SpamapSmtaylor: seems *every* project invented their own way to check for libmysqlclient22:52
hallynDaviey: 'in regards to security' -> what exactly do you mean?22:52
Davieyhallyn: Setting expectations of the areas of weakness22:52
Daviey(and the areas of added win ofc)22:53
mtaylorSpamapS: that's because there is no good way of checking for libmysqlclient22:53
hallynDaviey: basically, without user namespaces, which won't be there for 12.04, there's not much to say.22:53
mtaylorSpamapS: because all of the mysql install/release engineering is batshit22:53
mtaylorSpamapS: also, I've got a few outstanding pandora-build feature requests, so I may do a little bit more hacking here22:54
SpamapSmtaylor: at least since 5.0 there has been mysql_config --libs22:54
hallynyou can trust your containers for correctness and reliability, but don't give one to untrusted user.22:54
mtaylorSpamapS: but that doesn't always work22:54
hallynDaviey, let's gather the troops on monday to chat about it :)22:54
mtaylorSpamapS: and has its own set of gotchas22:54
Davieyhallyn: But what /can/ we do to add secuity.. I read an old paper you wrote that suggested some ways many years ago... is that still valid?22:54
SpamapSmtaylor: only because people do things wrong. ;)22:54
mtaylorSpamapS: and gives you some shit that's not actually valid22:54
mtaylorSpamapS: and mysql_config --libs shouldn't be needed in the normal case if the lib were linked properly22:55
SpamapSmtaylor: I've never had problems with --libs .. have not used the others admittedly22:55
hallynDaviey: as we can't stack selinux or smack on top of apparmor, it doesn't much apply22:55
mtaylorSpamapS: depends on if someone is installing from source, or if they have instaled one of the drop-in binary tarball dists22:55
Davieyhallyn: apparmor can't help?22:55
hallynDaviey: we would need some extensions on apparmor to make it work22:55
mtaylorSpamapS: so you can't actually 100% count on it from an autotools perspective :)22:55
hallynwhich is why i say let's talk monday with jjohansen (and maybe stgraber)22:55
SpamapSmtaylor: suck :-P22:56
mtaylorSpamapS: yup22:56
Davieyhallyn: I might be pushing your area here, but how much would need to be added to apparmor?22:56
mtaylorSpamapS: simple fix - use libdrizzle22:56
Davieyhallyn: as in weeks worth, or a couple of days?22:56
SpamapSmtaylor: then again, why would I expect mysql release engineering to understand.. they symlink libmysqlclient_r.so.18 to libmysqlclient.so22:56
hallynDaviey: at least weeks.  we need the ability to specify a pathname relateive to procfs or sysfs, for instance ( no matter where it is mounted)22:57
mtaylorSpamapS: they also think that the cmake port of mysql is not without problems, and the cmake is not deficient22:57
Davieyhallyn: right, lets start the weekend and sort it Monday :)22:57
hallynDaviey: thanks, bc i'm startgint to type really slowly22:57
Davieyhallyn: have a good-in'22:57
brianhermanim trying to get xen running on ubuntu22:57
brianhermani get this error22:57
Daviey.. and everyone else22:57
Davieyo/22:57
hallynyou too :)22:58
brianhermanWARNING!  Can't find hypervisor information in sysfs!22:58
brianhermani installed the hypervisor package22:58
brianhermanis it because im not running the server kernel22:59
hallynDaviey: and i'll send you the source for my googlechat->irc proxy :)22:59
SpamapSmtaylor: http://people.canonical.com/~ubuntu-archive/transitions/libmysqlclient.html .. pretty much all of those with all red X's is the people who wrote their own crappy mysql autoconf function22:59
mtaylorSpamapS: wow. that sucks for you23:00
SpamapSmtaylor: yeah, multiarch + libmysqlclient == sad panda23:01
brianhermannobody got xen experience?23:03
SpamapSbrianherman: KVM has been the preferred hypervisor on Ubuntu for a while...23:06
SpamapSbrianherman: Xen dom0 support only came back as of 11.10 I believe (maybe 11.04)23:06
brianhermanyeah its in 11.1023:06
brianhermanis it in the server kernel?23:06
brianhermanhow would i check23:07
SpamapSyes23:07
brianhermanoh ok23:07
brianhermanso its just my kernel23:07
brianhermani was running desktop23:07
brianhermansorry to bother you23:07
SpamapSMight also be in the desktop kernel23:07
SpamapSzul: ^^ got any tips for brianherman ?23:07
SpamapSbrianherman: zul is our xen expert :)23:07
brianhermancool23:07
SpamapSmight not be online right now tho23:08
brianhermanim nuking my dads computer from orbit23:10
brianhermanso23:10
brianhermani can wait lol23:10
brianhermanthanks spamaps23:10
SpamapSmtaylor: hey guess what? API change in mysql 5.5's libmysqlclient. AWESOME23:11
SpamapSextern void my_free(void *ptr);23:11
SpamapS5.5 has a real my_free function..23:11
SpamapS4.1 its a macro.. with 2 args23:11
SpamapS>:|23:11
brianhermanhave you tried mariadb?23:12
SpamapS#define my_free(PTR,FLAG) _myfree((PTR), __FILE__, __LINE__,FLAG)23:12
SpamapSoh they're saying thats an internal function so its ok23:14
mtaylorSpamapS: yup. internal function - except that it's in the public header file23:15
SpamapS:)23:15
mtaylorSpamapS: also - they don't know how to mark symbols as public/private23:16
SpamapSsince myodbc is "part" of mysql, I guess they figured its ok to call my_free23:16
mtaylorSpamapS: which might have something to do with their move to cmake - except that they weren't marking symbols as private properly before the move, so I can't blame it on that23:16
mtaylorSpamapS: well, you _have_ to call my_free (in theory) if you call my_malloc23:16
mtaylorSpamapS: BUT - libmysys is an "internal" library23:17
mtaylorok. I'm going to go spend money on electronics23:18
DavieyRoAkSoAx: I just looked at 51_koan_grub2_instead_of_grubby.patch .. that is neat, but doesn't allow download of kernel/initrd at grub runtime, right?23:23
RoAkSoAxDaviey: don't remember if it does it before adding the grub entry and saves it in a temp dir, or after23:23
RoAkSoAxin runtime23:23
SpamapSmtaylor: just say no to tamagotchi :)23:24
DavieyRoAkSoAx: but i can't declare for use at grub time, use this next-server? right?23:24
zulbrianherman: you are to run a -server kernel23:25
DavieyRoAkSoAx: The thought being, it should also be able to boot from local disk, on no change reboots?23:25
RoAkSoAxDaviey: yes you can reboot fromm local disk on no change reboots23:27
RoAkSoAxDaviey: it just adds an entry to grub23:27
DavieyRoAkSoAx: right, but i'm looking at the scenario where people are using booting locally to grub, with the first entry being $something (I was thinking ipxe).. which pulls down the config from cobbler, and either localboot or re-install.23:28
DavieyThe tricky part is, also careing for the situation where we don't have access to dhcpd.. so we pre-declare the cobbler server.23:29
RoAkSoAxDaviey:right23:29
RoAkSoAxDaviey: the --replace-self is "pre-declaring" aswell23:29
DavieyRoAkSoAx: but you need to do that before every reboot?23:29
RoAkSoAxgrabs the initrd, linux, and gets the kickstart based on the system or profile23:29
RoAkSoAxDaviey: yes before every reboot23:30
RoAkSoAxDaviey: i mean, the idea of --replace-self is just to replace an installation23:30
RoAkSoAxDaviey: for that particular, already deployed, system23:30
DavieyRoAkSoAx: Isn't that de-centralising reinstalls?23:30
RoAkSoAxDaviey: you could say so, but either way, it is a way of reinstalling regarles cobbler system has pxe boot enabled or disabled23:31
RoAkSoAxDaviey: cause it will force the reinstallation23:31
DavieyRoAkSoAx: Hmm, ok - do you think the same could be achieved via grub-ipxe?23:32
RoAkSoAxDaviey: i'll have to look at grub-ipxe first and then see what we can achieve with both of the tools23:34
RoAkSoAxand in what situations to use them23:34
DavieyRoAkSoAx: pxe-kexec is also of interest.23:35
RoAkSoAxDaviey: ya23:35
DavieyRoAkSoAx: The thing that concerns me about ipxe, is that i'm not sure you can declare a script outside of the binary.. i think it needs embedding.. but i'm not certain23:36
Davieythis makes life less interesting.23:36
RoAkSoAxDaviey: yeah.. well I guess we'll have to play with it23:36
Davieyhttp://ipxe.org/scripting23:36
Davieyrocking!23:36
zulooh i like the ipxe scripting23:57

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