/srv/irclogs.ubuntu.com/2009/11/13/#ubuntu-server.txt

cjI could really use a recent kernel with xen pv-ops00:02
mdzcj: if you click through to bug 418130, you'll see that we included an EC2 kernel with 9.1000:03
uvirtbotLaunchpad bug 418130 in Ubuntu Karmic "Karmic EC2 images don't use a karmic kernel" [High,Fix released] https://launchpad.net/bugs/41813000:03
mdzcj, but to answer your question, #ubuntu-kernel are the folks to talk to about it00:03
=== dendrobates is now known as dendro-afk
cjmdz: ah, thanks00:13
=== robbiew is now known as robbiew_
xperia2hello to all. i have on ubuntu server a very strange problem with bind9. sometimes it works and sometimes it dont work. if i do at the moment a "nslookup www.wificom.ch" i get the error message "server fail !" accessing the site over the browser gives me the error message "ns.wificom.ch returned (NORECORDS)"01:02
xperia2the strange thing is that bind9 worked with no probles last day but now i am asking me what the problem could be.01:03
geniixperia2: Do you actually own that Swiss domain?01:11
xperia2genii: yes ! it has worked also yesterday ! here is also the output of the "dig" command01:13
xperia2http://pastebin.com/d65133b6601:13
xperia2the first part looks quiet good !01:13
xperia2the second part however refer to "67.215.66.132"01:14
geniixperia2: whois is reporting correct IP of 80.254.182.24901:14
xperia2yes that is my fix ip to the server !01:14
xperia2ping works with no problem for the domain01:14
xperia2just resolving of the domain dont work for some strange reason !01:15
geniixperia2: When did you make your last zone changes, and how?01:16
xperia2genii: this are my last changes for bind http://pastebin.com/d65133b6601:17
geniiReading01:17
CppIsWeird if i want to run a graphical application on a ubuntu-server using X11 over SSH, does X11 need to be installed and running on the server?01:18
xperia2genii: it looks like i have give you the wrong link ! this here is the right link with the bind9 zone changes http://pastebin.com/d4a8c82dc01:19
xperia2for some strange reason "nslookup ns.wificom.ch" works and resolve good but all other domains like "nslookup www.wificom.ch" wont work01:20
smoserjjohansen, ping01:24
smosercould you look at https://bugs.launchpad.net/ubuntu/+source/udev/+bug/39718701:24
uvirtbotLaunchpad bug 397187 in ubuntu-on-ec2 "[karmic] udev requires new kernel, breaks on EC2 (dup-of: 418130)" [Undecided,Confirmed]01:24
uvirtbotLaunchpad bug 418130 in Ubuntu Karmic "Karmic EC2 images don't use a karmic kernel" [High,Fix released]01:24
jjohansensure01:24
smoserthe final comments there. i think that CJ is saying that we dont have a paravirt driver available for karmic01:24
jjohansenhrmm, yeah I will take a look01:27
geniixperia2: Looks like you may have some misplaced "@" there01:27
xperia2yes i have removed the first mx line to the second bloch where also the maildomains for the other subdomains are declared01:28
xperia2wanted to have separeted blocks for the domain and the mail resolving01:30
xperia2will change it back in this case !01:30
geniixperia2: /etc/bind/named.conf.local has that box listed as it's master?01:36
xperia2genii: yes http://pastebin.com/d45456a901:38
geniixperia2: Ok. My dinner is ready, I'll return in 30-45 minutes01:38
xperia2genii: okay ! have a nice dinner till later01:39
xperia2ohh man this bind thing is really boring ! why does it dont work ! it is sure some stupid error.01:41
geniiMost often it's some typo in the file like a # instead of a ; for a comment line, or the yyyyMMddss isn't incremented each change, etc01:42
=== chuck_ is now known as zul
xperia2genii: hmm whery strange ! have commented all mail entrys out and now it works !01:53
xperia2need to find what line of the mail entrys couses the problem !01:53
xperia2okay i think i have found the problem.02:12
xperia2it works without any problems if i have only this line here02:13
xperia2mydomain.com.     IN      MX      10      smtp.mydomain.com.02:14
xperia2if i put a new line like this here for resolving mails for subdomains however it break bind902:15
xperia2subdomain1.mydomain.com.     IN      MX      10      smtp.mydomain.com.02:15
xperia2does anybody know how to resolve this problem ?02:16
geniixperia2: What does: named-checkzone wificom.ch /etc/bind/db.wificom.ch                report?02:17
xperia2genii: if i do "sudo /etc/init.d/bind9 restart" it reports allways "OK"02:18
geniixperia2: Thats not an answer to the question that i asked :)02:18
xperia2i have assumed it :-) what exactly do i need to do for telling you that ?02:19
geniixperia2: The named-checkzone will try to test your zone file and report any problems it can find.02:20
geniiSo it may not report "OK" even if just starting up/restarting bind itself does02:20
xperia2ahhh "named-checkzone" is a executable in this case ! okay give me a moment02:20
xperia2okay at the moment it report02:21
xperia2named-checkzone wificom.ch /etc/bind/db.wificom.ch02:21
xperia2zone wificom.ch/IN: wificom.ch/MX 'smtp.wificom.ch' has no address records (A or AAAA)02:21
xperia2zone wificom.ch/IN: loaded serial 200911131702:21
xperia2OK02:21
xperia2now i will try to comment out a subdomain mail line02:21
geniiSo you need to declare smtp name before you can use it as something for other names to point to02:22
xperia2ahhh true ! but is smtp really good for ubuntu-server postfix ? i have seen also other examples that use mail instead smtp02:24
geniiI don't think it really makes any difference02:25
geniiIt's just a naming convention02:25
=== chuck_ is now known as zul
xperia2ahh okay in this case i will stick with smtp as it is more clear for me02:26
xperia2genii: great catch with named-checkzone02:29
xperia2genii:  named-checkzone wificom.ch /etc/bind/db.wificom.ch02:29
xperia2dns_master_load: /etc/bind/db.wificom.ch:27: photos.wificom.ch: CNAME and other data02:29
xperia2zone wificom.ch/IN: loading from master file /etc/bind/db.wificom.ch failed: CNAME and other data02:29
geniixperia2: You might like to sometime check out the ubuntu-server guide, at http://doc.ubuntu.com/ubuntu/serverguide/C/ where DNS and other issues are covered at some length02:30
lamontxperia2: yeah - you can't have CNAME and anything else for the same label02:31
xperia2genii: if i uncoment a a line for resolving the subdomain mail adress it produce a conflict with the allready existing subdomain02:31
xperia2so i need to have for every subdomain a non CNAME entry hmmm02:31
espaciouswhich is the best way to see all my installed packages to clean up if i can chose webmin or putty axx.02:31
lamontmail hosts shouldn't be CNAMES at all, btw02:32
lamontsince they all get rewritten into the right hand side immediately02:32
geniiespacious: With dpkg --get-selections02:32
espaciousdpkg --get-selections02:32
espaciousgot it.02:32
espaciousthanks02:32
lamontdpkg -l02:32
lamont--get-selections will also tell you the packages you don't have installed02:33
espaciousdpkg -l is better.02:33
espaciousit has descriptions02:33
xperia2genii: thanks for the docs link but as allways the documentations is not complete and it dont handle the things that i am working !02:33
geniiespacious: Doesn't however tell you the installed/half-installed/deinstall states easily02:34
xperia2i have allready looked at the configuration part for the dns part02:34
lamontxperia2: what made you think that you needed all those CNAMEs?02:34
espaciousgenii what command would?02:34
xperia2lamont: as first i needed only subdomains and i have readed that it can be done very easy using cnames02:35
lamont(fwiw, CNAME basically says "anytime they ask for LHS, they really mean RHS", so having any other data makes no sense.  On the bright side, bind9 made (or was it 8?) made that an error instead of just a warning that did the wrong thing02:35
xperia2now i need the mail resolving for the subdomains and have started to put the new entrys02:36
lamontI fear that the doc you're reading isn't clear about the definition of "subdomain"02:36
lamontyou only need MX RRs for whatever is on the right side of IN CNAME... if that needs to be different, then you don't get to be using CNAME02:37
lamontlikewise, just because it doesn't have an A RR doesn't mean it can't get mail02:37
xperia2didnt know that this will not work. Yeah exactly i have searched the web now for nearly about a week now but i can say you sure that subdomains arent documented very well.02:37
lamontmostly because the term is either meaningless or overloaded.02:37
xperia2possible but it is used more and more with the time as the needing get bigger.02:38
lamontthere are fully quallified domain names (FQDNs), which live in zones.  zones contain one or more domains.02:38
lamontso, for example, archive.za.ubuntu.com lives in the ubuntu.com zone and has 'archive.za IN A ..." in the ubuntu.com zone02:39
lamontby traditional definitions, za.ubuntu.com would be a subdomain of ubuntu.com, but who cares?02:39
xperia2lamont: okay i will do now the needed changes in my zone file and report back if it works !02:39
lamontpulling resource records for za.ubuntu.com yields NXDOMAIN02:40
lamontmeh.  backwards on the example, fwiw02:40
lamontza.archive.ubuntu.com has an CNAME, archive.ubuntu.com has (more than one) A RR02:41
lamontzones always have SOA RRs and NS RRs or they don't work02:41
xperia2lamont: is this line here okay ?02:42
xperia2subdomain.mydomain.com IN A mydomain.com.02:42
lamontA RR takes an IP, not a name02:42
lamontwhat value does "subdomain" have?02:43
xperia2in my case it is "photos"02:43
lamontand will the MX host for photos also be the MX host for mydomain.com?02:44
xperia2for more to be exact02:44
xperia2photos.wificom.ch IN A 80.254.182.24902:44
lamontbecause "photos.mydomain.com IN CNAME mydomain.com" says "whenever they ask any question about photos, give them the answers for mydomain.com"02:44
lamontso if the MX list is the same, then CNAME will give you the MX list you want.  if that answer is wrong, then it's not really  "the same as", though it might have the same A RR02:45
xperia2lamont: that with the MX Host is a litlle to much for my skills. i have postfix running on my ubuntuserver and i am able to send mails over a gateway02:46
lamontfwiw, "CNAME" ("Canonical Name") has to be the worst possible name for what it does02:46
lamontso... is wificom.ch also 80.254.182.249?02:46
xperia2now i would like also to recieve the mails for all subdomains and maindomains on my ubuntuserver with posfix02:47
lamontand if I send mail to photos, does it go to that IP?02:47
lamontah.02:47
xperia2yes it goes all to this ip02:47
lamontnote that if you have photos CNAME bar, then the mail will show up as 'user@bar', not 'user@photo'.  This is the nature of email rewrites02:47
lamontwhich, if the users are supposed to be different, is not what you want. :-(02:48
lamontah, so you're trying to move all mail handling to a diff IP than .249?02:48
lamont(and fwiw, your use of "subdomains" is what I would call 'hostnames"...)02:48
xperia2lamont: wait wait ! i will post the right zone file for you02:49
lamontyeah - that should speed up the conversation02:49
xperia2http://pastebin.com/d3f33dd4702:50
xperia2have now changed the cname entry for the subdomain as you have said02:51
lamontthat's the whole file?02:51
xperia2need only to make sure that resolving of the mail adress for the subdomain photos will works02:51
xperia2lamont: at the moment yes will put with the time other subdomains02:52
lamontthose times in the SOA are way long... if I ask you for a name, and you don't have it, my nameserver will cache that answer for a week, and I won't get the answer even if you add it in 3 minutes.  (OT, but hey)02:52
lamontI avoid using a Neg cache ttl of anything over 3600, for anything other than localhost02:52
lamontso... in your file, "@" for a LHS (left hand side, first token) is ==  "wificom.ch", and any name that doesn't end with a '.' will have that appended to the name.02:53
xperia2lamont: okay i will change that too.02:53
lamontso "photos.wificom.ch" could be written as "photos"02:53
lamontand line 22 could move up to between 15 and 16, and get an '@'02:54
lamontfwiw, dig requires a little bit more to understand, but is much more explicit in what it tells you than /usr/bin/host02:54
xperia2okay give me just a moment to chnage this two things02:55
* lamont wanders off for a couple min02:57
xperia2lamont: sorry my laptop is for some reason heavy slow ! http://pastebin.com/d4f8820c02:58
xperia2i have a lot of memory swap02:59
lamontno worries03:00
xperia2lamont: are the changes done by me right as you have said or did i messed something up ?03:01
lamontso... when you've changed everything, and I send mail to user@www.wificom.ch, what IP should the mail be delivered to?03:01
xperia2to the fix ip of the webserver where also the mail server and the dns server run and this is 80.254.182.24903:01
lamontthat is what will happen now.  /etc/init.d/bind9 reload and then say 'dig mx www.wificom.ch'03:02
xperia2normally i would however preffer to have the mail adress "user@wificom.ch" but i assume this is no problem03:02
lamontyou'll get a CNAME RR, and then the MX rr for wificom.ch03:02
xperia2okay will do !03:03
lamontand the email will get rewritten into "user@wificom.ch"03:03
lamontthat last bit being the somewhat sticky bit...03:03
lamont(depending on whether or not that's what you _want_ to happen)03:03
xperia2lamont: it wont work as i have some syntax error03:05
xperia2"near 'wificom.ch.': bad dotted quad"03:06
lamontthe other thing about mail delivery:  the rule is very simple.  1) fetch MX RRs for the target host.  2) if this host is in the list, remove every record with an equal or higher number in the priority field. 3) start with the lowest priority number and try them all until you run out. 4) if you still haven't delivered the mail, try A and AAAA RRs too.  5) try again later03:06
xperia2its about this line here "photos.wificom.ch.     IN      MX      10      smtp.wificom.ch."03:07
lamontphotos  IN      A       wificom.ch.03:09
lamontwificom.ch. is not A.B.C.D03:09
lamontwww.wificom.ch.3600INCNAMEwificom.ch.03:10
lamontwificom.ch.3600INMX10 smtp.wificom.ch.03:10
lamontthose last 2 are what I get after I fix the photos line03:11
xperia2okay think have found the problem !03:11
xperia2named-checkzone wificom.ch /etc/bind/db.wificom.ch03:12
xperia2zone wificom.ch/IN: loaded serial 200911132503:12
xperia2OK03:12
lamonthttp://pastebin.com/m50a9664603:12
lamontthat's after I munge a few things around, and drop the (now wrong) comment at the top, which also tells me that you started with the localhost file.03:13
xperia2lamont: dig mx www.wificom.ch http://pastebin.com/d5c140ef203:14
lamont(a little reordering for clarity, and really pulling down the times in the SOA)03:14
lamontxperia2: that's what I'd expect03:14
lamontto better understand the dig output, see the output of: dig mx ubuntu.com. @ns1.canonical.com.03:15
lamontquestion is what you asked03:15
lamontanswer is the answer03:16
lamontauthority is the NS list for the zone that has the answers03:16
lamontadditional is "other stuff you're probably about to ask for", and is not necessarily authoritative03:16
xperia2lamont: okay will use your example zonefile! will now just dig mx ...03:17
lamontso when I'm reading dig output, I ignore missing stuff in additional, and get worried if it has wrong answers there.03:17
lamont /usr/bin/host has much prettier output, and is therefore much less precise03:17
twbhear hear03:18
twbI always prefer host for the first pass03:18
lamonttwb: dig gets my attention, host gets maintained through the process of benevolent neglect.03:18
lamontand sometimes, I feel sad about that.03:18
twbOr even getent hosts03:18
lamontxperia2: a bit more on those times (including the $TTL) - every answer your nameserver hands out comes with a "time to live" (TTL), which tells the requestor how long he may confidently cache the reply.  That is, you are saying "here is the answer, and I promise that won't change for $TTL (seconds)"03:20
lamontpromise accordingly.03:20
xperia2lamont: okay i see now that the differnce is that ubuntu has AUTHORITY: 3 and i have AUTHORITY: 103:20
lamontubuntu has 3 nameservers, you have one.03:21
xperia2it differ also for ADDITIONAL:03:21
twbIsn't it generally advisable to have a backup DNS?03:21
xperia2ahh okay nice one :-)03:21
xperia2twb: dont know where to put my other dns stuff ? some free dns resolver ?03:22
lamontadditional is filled in as: "if I have the A RRs for any of the NS/MX hosts in answer, then additional, add them.  If I don't, or run out of room, tough"03:22
lamontxperia2: therein lies the challenge03:22
lamont(finding a home for secondary)03:22
twbzoneedit and dyndns03:22
twbWhat could possibly go wrong?03:22
lamonttwb: you trol.,03:23
* lamont relies on a network of friends-who-run-networks03:23
twbMore seriously, maybe hcoop (for personal stuff)03:23
lamontin the before time, one of the NS RRs for my home domain was palrel3.hp.com03:24
lamontor was it relay.hp.com.  whatever, that's a decade old conversation03:24
twblamont: was that your workstation at work? ;-)03:24
lamontpart of the NS RRset for 'hp.com'.  I didn't admin it when my zone was added, but I was the one who dropped the zone as part of transitioning the administration of the machines to tier 2 support03:25
lamontmay have been a diff host too, now that I think about it more.03:26
xperia2lamont: if i compare the two dig outputs for me it looks like it should work as my dig output is the same as the one of ubuntu !03:27
lamontand yes, I do know people who use dyndns and then update the host record in the registry so as to have the NS RR glue point to their machine.  That way lies madness.03:27
lamontxperia2: right03:27
twblamont: there are little scripts to do that automatically03:27
twbErm, I meant to update the dyndns A record.  Never mind, I'm dumb03:27
ScottKtwb: You mean dydns?03:27
ScottKdydns == madness03:28
lamontScottK: +99903:28
twbI was thinking ez-ipupdate and the other one that OpenWRT ships03:28
lamontwell, the services out there.. dynamic zone updates (ala nsupdate) can be love.03:28
twbThey hook into dhclient or pppoe and do an https PUT or so at the end of it03:28
xperia2lamont: i thank you a lot for your teaching and helping ! you are a great man ! :-)03:30
lamontno worries03:30
lamontthe problem with DNS is that it really _is_ that simple.  much of the confusion comes from people trying to understand it in the complexity they think it has03:30
xperia2a last more general question before i quite.03:30
xperia2i am planning since week to financial support ubuntu for theire great product especially the ubuntu-server03:31
xperia2the problem is however the very high price in my eyes what they want for one year !03:32
xperia2i dont want to make them down or put the prices low as i know how hard is it to earn money03:32
xperia2but from my experience the price for the ubuntu-server package is just a dream price and not a market price03:33
xperia2dont know how much people buy this service packages but i itself would like to see some new service package03:33
xperia2for private people like me that have a home server03:34
lamontI really don't have an answer to that - haven't ever looked into it03:34
xperia2and dont use it in a company or for bussines03:34
xperia2a good price would be about 40 to 60 Euros per Year or 50 to 75 USD03:35
ScottKxperia2: For a home server user it is expensive.  If you can't contribute in money, contribute in helping out.03:35
ScottKxperia2: Generally home server users don't buy the support contract.03:35
lamontScottK: I assume you'll be in dallas?03:35
ScottKlamont: As long as this flu i currently have subsides, yes.03:35
lamontyeah - if it's like what I had, it sucks03:36
xperia2yeah i prefer to spend money rather to help out as first i am not really that ubuntu geek and with the time i have really bad feelings about using ubuntu for having fun and knowing money could be needed for more success03:36
xperia2and i dont think home users dont want to have a support package03:37
xperia2this is something that ubuntu has to think about !03:37
ScottKxperia2: New people are the best ones for writing documentation for new people.03:37
ScottKSo there are contributions you can make.03:37
xperia2i have lost more than a week for this dns stuff. with a home user service package it could be solved more faster and easy03:38
xperia2and the best thing is people like lamont or other can earn additional money buy helping out ! i mean why does ubuntu dont provide this service to the public ?03:39
lamontxperia2: well, a fair chunk of my income derives from Canonical already...03:41
xperia2from what i see and understand is that the ubuntu managment is loosing a lot of money becouse of this. lots of home users are using ubuntu and have problems. look only the ubuntuforums they are full of questions like how can i do this how can i make this ...03:42
xperia2Why dont you provide for this people a service package and engage more people for solving this the professional way really !03:42
lamontI haven't looked at the support packages Canonical offers (or others, for that matter), but I would think it reasonable to believe that the price is set in consideration of the costs of providing that service.03:43
lamontgenerally speaking, the open-source community has not embraced such a model.03:43
xperia2lamont: i dont agree with you. first you need to ask yourself03:44
lamontadministering a payment system for thousands of people helping others would likely not be cost effective for the company, especially when so many of us have no issue in doing it without charge03:44
xperia2how much money would a home user spend for answering and solving his questions !03:44
lamontxperia2: well, in my case?  not much at all.03:44
lamontbut then, I do have a bit of experience in s/w engineering and such.03:45
xperia2i am speaking general about ubuntu as you have said the cost are high that why the price is high !03:45
lamont(apt-cache show bind9 | grep Maintainer)03:45
xperia2for me whit such a pilosophy you cant earn really money and that is why probably the open source is loosing money03:46
ScottKxperia2: My experience is that most home users won't pay at all.03:47
xperia2lamont: woow :-)03:47
lamontmost of the folks I know doing support for fee are looking for clients with at least 12 computers, in an office, in order to consider taking them on as customers.03:47
lamontanything less than that costs them more money than they can possibly charge for it.03:47
lamontxperia2: I let others handle all the postfix questions though.... your bind9 struggles came across just as I was passing through, and CNAMEs are one of those not-understood things, so it seemed a good use of some time03:49
ScottKMy experience with small consulting jobs is that they just aren't worth the trouble (I've tried)03:49
lamontScottK: +9903:49
lamontmind you, for $100/hr, I'm willing to consider exceptions to the rule... :-)03:49
lamontsomehow, most home users won't pay me that though.03:50
lamontesp just for the consult to see if I'll take them on.03:51
lamontthat is, if I were doing that03:51
JanCI know somebody who asks 120 euro / h for programming jobs  :P03:51
xperia2lamont: this is a price that i will pay for a year :-) but look also how much does somebody cal you for problems in a year03:51
ScottKxperia2: The problem is the expertise you want costs that much or more03:52
lamontxperia2: if I stepped up and answered every question like yours tonight, I'd be here 24x703:52
xperia2i know that prices are high in the it world. but it looks like you dont want to understandme03:53
JanCScottK: BTW, I got up to 40 euro for 2h from a home user (that I wanted to help for free), so don't generalise  ;)03:53
JanCplus beer03:53
ScottKI once got US$25 via paypal as a thanks, so I know it's not universally true.03:54
ScottKJust not enough true to be worth the trouble03:54
JanCwell, actually, this was for a non-profit, but he paid it himself03:54
JanCthey run a local news agency as a group of volunteers03:55
JanChave 4 laptops running ubuntu, and sound didn't work, which wasn't funny as they provide local radio news  ;-)03:55
JanCalso, all local radio stations here run on Ubuntu + campcaster because thats' the only way they provide local news  :-P03:56
xperia2well okay your experince is sure also true on the other side as you have allready said03:58
xperia2and also confirmed my version that03:58
xperia2ubuntu is loosing good money by not providing a service package to there users03:58
xperia2mostly becouse ubuntu will become problems with the costs as of the high prices !03:58
JanCthere are service packages, right?03:58
lamontxperia2: nothing stops anyone from offering ubuntu support for whatever they feel is a proper price.03:58
xperia2Yeah exactly. Countrys that are unerdeveloped and dont have high living costs03:59
lamontxperia2: after being involved in running several companies over the past decade, I can tell you that there's a world of difference between answering questions in IRC when it suits my mood, and giving someone a phone number to call me (even just during business hours), and have to respond to their questions.03:59
JanClamont: especially as often you have to investigate first too...04:01
lamontthat you haven't found anyone offering support at the price point you want tells me that no one has decided it's worth it to offer that price point yet.04:01
lamontJanC: yep04:01
xperia2lamont: i understand your position very good ! just wanted to answer t the fac if the costs are to high but the demand exist why not offering it by experts in countrys with less high personal costs04:02
JanClamont: well, sometimes volume is a problem to offer lower cost too04:02
lamontJanC: big time04:02
xperia2i mean in some countrys it people dont have even work and other earn maybe at maximim 300 USD per month04:03
lamontJanC: raise the price, the demand goes down... somewhere in there is a nice max in the income/week curve.04:03
lamontxperia2: and who are you saying should create this company to run support?04:03
xperia2this are 3000 USD per year personal costs. i dotn understand really the ubuntu position why they dont offer a service package for private people !04:04
JanCxperia2: there are countries where people earn < 10 USD / month too  ;)04:04
xperia2lamont: it should be sure ubuntu that organise that but the service could go over mail in english language like server-support-private@ubuntu.com04:05
lamontxperia2: every time I've seen a company _not_ offer a service, it's been because the projected income from the service did not justify the projected expenses to provide it.  simple business.  doesn't matter if you're selling soap, or computer support.04:06
xperia2provided by sub companys or freelancer04:06
JanClamont: that's not always true, there is also the need for money to do initial investments etc.04:06
lamontJanC: put together the proper business plan, and find funding.  the cost of the money is just one more cost04:07
JanCmaking a business plan costs money too04:07
lamontand if you want to tie up millions in resources to get 10-20K net per year, you need to be a farmer.. because no sensible commericial lender will loan you that in general04:08
JanC☺04:08
lamontseems most farm loans are secured with land that the bank will sell to be developments if they ever foreclose.  simple.04:08
xperia2lamont: the cost arent the problem as you can start with people that earn 10 Euros per Month for answering the question. !04:09
JanCwell, the only bank in Belgium that saw a 30% increase in business last year was the farmers credit union  ;-)04:09
lamontxperia2: after you vet them, and then there's the cost of administering the program.  those would be the bulk of the expenses for it.04:09
JanCthey are also one of the only banks that aren't publicly traded04:09
xperia2what for a administration. i will goes all over mail !04:10
JanC(they also own the largest internet bank & on-line trading website in Belgium though)04:10
JanCrunning everythin on linux  ;)04:11
xperia2private people write to a mail and explain her problems and wishes and the support answer it. thats way better than hanging for days in forums and waiting till somebody answer your question !04:11
lamontxperia2: so lets say that I decided to start such a business.  and lets say that you tell me you're a hot support guy  and I should send you clients.  how do I know that you are?  how do I deal with the damage to my reputation for referring to you and you having unhappy clients?  mitigating those risks all cost time, effort, and therefore money04:11
JanCxperia2: but professionals will also answer the easiest questions first04:11
lamontxperia2: and what you're suggesting is already done by the various support mailing lists and such, to quite an effective level once the requestor gets an understanding of how/where to ask04:12
xperia2lamont: JanC: man this question is very easy !04:12
lamontxperia2: trivial, actually.04:12
JanCwhich question?04:12
lamontJanC: his bind question04:12
JanCI didn't read that far back  ;)04:13
lamontCNAME and other data04:13
JanCI once fixed someones IIS nameserver with the BIND documentation, so it can't be dificult  ;-)04:13
lamontBIND issues are a bit like LDAP issues, in that the docs tell you how to manage the database, but the applications that use it are the ones that tell you what the data means04:14
xperia2i am speaking about the question "how do I know that you hot support guy for my bussiness"04:14
lamontJanC: I prefer to fix IIS servers with a livecd04:14
lamontxperia2: ah, well that question - sure it's a simple one.  It just requires time and effort to validate the answer in something beyond "trust me"04:15
xperia2looks it is very easy: search for people in this countrys that have allready finished in the scool a it master or something like this04:15
JanClamont: IIS DNS server works with BIND configuration files, but the IIS GUI fucks them up, so I told him to keep his hands away from the GUI  ;)04:15
JanCwell, that was years ago04:15
lamontheh04:15
lamontxperia2: such a search would not find me.04:16
JanCI doubt most peopel here have a masters  ;)04:16
xperia2lamont: well becouse you dont want. it would cost you maximal 5 minutes work to get your people with very high skills. do you want a example ?04:17
lamontxperia2: I hired into HPs MPE (OS) lab to work on device drivers prior to enrolling in a 4 year college.  My studies were in electrical engineering.  my paycheck was from software development04:17
lamontI'm not interested in starting such a business, so no... don't really need the example.04:17
lamontand I know plenty of people that have "proven" their technical abilities that I would never trust with supporting anyone.04:18
twbIf you want masters, go to #math04:19
lamonttwb: slaves are better04:19
lamontwait.  that came out wrong;04:19
JanCxperia2: looking back at your question, DNS is one of the more complicated things to understand04:19
lamontJanC: mostly because it doesn't actually use the data that it's storing, for the most part04:20
twbJanC: isn't it basically just like NIS?04:20
lamonttwb: only better, and different04:20
twbExactly04:20
twbMaybe I'm weird in having grown up with NIS...04:21
lamontI remember when I was learning LDAP... my frustrations that none of the LDAP docs told me what I wanted...  only to finally find that what I was actually looking for was documentation for the ldap-using app, not ldap04:21
lamontthough the app's docs made little sense until I understood some LDAP, and back and forth we bootstrap04:22
JanCI don't have real experience with NIS, but even resolving basic DNS issues involves knowing what glue records & TTL are  ;)04:22
lamontJanC: yep.04:22
xperia2lamont: only a example for finding people that fit your needs for offering such a service.04:23
JanCand I don't pretend to be a DNS guru, but at least I know that  ;)04:23
xperia2go to the site it.com.mk visit the forum http://it.com.mk/forum/ go to the employment subforum04:23
xperia2http://it.com.mk/forum/forumdisplay.php?f=13604:23
xperia2make a posting with the title "Ubuntu Specialist Wanted" leave your email and you are done.04:23
lamontthough glue records can mostly be lalalaalalalalalalala for most basic questions that don't involve broken glue04:23
xperia2BTW. Macedonia is that Land that have in all scools Ubuntu running :-)04:23
xperia2Do you want me to tell this people arent in the position for solving problems like mine ?04:23
lamontxperia2: no.  I want to not have to manage them.04:23
xperia2and why do you think all questions need to be answered by the support04:24
lamontwho said they do?04:24
JanClamont: let's say that I recently saw a well-known conference website go off-line because of broken glue  ;)04:24
lamontJanC: when glue is broken, it is the problem.  when it's not, it's a non-issue04:24
JanCof course04:25
lamontsince most people are hosting DNS $ELSEWHERE, glue seldom factors in.  esp when we add in "make sure that your secondary is not one of the hosts in your domain"04:25
JanClamont: I don't want to feed the owners of domains that have primary & secondary pointing to the same host within the domain ;)04:26
lamonthaving said that, it's _FASTER_ if you have all your nameservers inzone.04:26
lamontsometimes they're tricky though...  they have 2 IPs that are on the same host.  "much better" :(04:27
JanCand then they move and forget to change the glue too04:27
xperia2lamont: didnt you said that the people arent proffesional enoght to answer all questions if i am not wrong04:27
xperia2The normal answerable question will be answered other question that are specific can be put into a que.04:27
xperia2I dont accepr just your thinking that such a service is to expensive and the people are to stupid to answer questions that are posted04:27
xperia2day for day in the ubuntu forums.04:27
lamontxperia2: no.  I said that if they aren't, then my reputation suffers, if I'm offering it as a for-fee service04:27
twblamont: depends if they live to tell the tale04:28
twbThis is why all my advice includes a halon discharge test04:28
lamonttwb: lol04:28
JanCI think the issue is that it's often difficult to say how much time is needed to solve a problem04:28
twbRegarding time estimates, I have had success with a 3-tuple approach: a "best case" estimate, a "worst case" estimate, and an "expected case" estimate.04:30
twbThe distance between them indicates to manglement in a measurable way the amount of risk/uncertainty04:30
JanCsometimes it takes 3 hours to solve a problem with somebody on IRC, but i doubt they would want to pay an industry-conform rate for that  :P04:30
twbJanC: well, IRC is for community, not industry04:31
JanCand sometimes after those 3 hours I have to tell them I don't know the solution (or there isn't one); will they still pay me?  ;)04:31
JanCtwb: what i answer for free, I can also answer for payment  ;)04:32
JanCand i doubt an SMB would be happy with "sorry there is no solution" and then pay  ;)04:33
* lamont wanders off with family, fun though this has been.04:33
ScottKI've also found on small jobs the no pay rate is pretty high, so in the unusual event I do them now, it's always pay in advance.04:33
twbJanC: they don't have to be happy04:33
JanClamont: have fun04:33
twbJanC: they just have to pay04:33
ScottKJanC: That also solves the will they pay if you don't fix it problem.04:33
twbScottK: I think my employers do it by an up-front credit check in advance, and forward defaulters to a collection agency04:34
ScottKFor small jobs it's not worth the trouble.04:34
twbYeah04:34
JanCwell, if they have to pay for no solution, they won't ask next time...04:34
ScottKI'm a one person company, so I don't have an office staff to deal with such things.04:35
twbScottK: that's why I work in a company04:35
twbThe company exists to insulate me from the "normal" people04:35
JanClol04:35
* ScottK is getting close to a decade of not having worked for a company04:35
ScottKTechnically I do work for a company, but I'm it's owner and only employee04:36
twbIt means my income tax form auto-completes and stuff04:36
ScottKHeh04:36
JanCthat would be the same if you'rethe only employee of your own company  ;)04:36
xperia2lamont: sorry but you want just offer a high class expensive service for people that dont want that. most people have specific question like how can i configure conky or install it. what for repos do i need to activate and such a thing. for exactly such question people need a service package and dont tell me that the actuall solution of ubuntu is really good !04:37
xperia2how many question over and over are posted in ubuntu ?04:38
JanCxperia2: IIRC Canonical has end-user support now?04:38
twbJanC: they have a call center in .ca somewhere04:39
ScottKJanC: That's where this started.04:39
ScottKxperia2 wants a less expensive support option for home server users04:39
xperia2how many times did you read in the forums "Can you please read the wikipage .." and such on04:39
lamontxperia2: I don't want to offer any for-fee support service to anyone for any rate.04:39
twbI'm convinced that home users aren't worth supporting04:40
* ScottK neither04:40
* ScottK has had several business ideas in the last few years that he didn't pursue due to needing to provide user support.04:40
twbThey are too poor, too argumentative and too stupid.04:40
xperia2Lamont: i know ! i am talknig more generally04:40
lamontthen don't tell me that I want to.04:40
twbI especially like working for government04:41
lamontCanonical and others are happy to provide for-fee services that they see a business model for.  If you see a business model in other things, well, go for it.04:41
twbBecause $boss spends a month getting the contract, and then I get a nice big project to work on.04:41
xperia2Lamont: :-) okay04:41
snthScottK: How do you land your support jobs if you are the only employee?? like how do you market .. etc.?04:43
ScottKMost of the projects I work on tend to be large, long projects and word of mouth does pretty well for me for marketing.04:44
JanCactually, I love to work on end-user problems, I just doubt I can live on that...  ;)04:44
sbeattielamont: Oooh, MPE. There's a blast from the past.04:45
xperia2wanted to tell only that i have found only that dell offers end-user support fo ubuntu for low price but didnt find that ubuntu is offering end-user support04:51
twbI didn't know Dell even shipped Ubuntu04:54
ScottKDesktops, not server.04:54
twbLike I said04:55
ksovieroare there any desktop guis for managing server services like apache, mysql, firewall, etc... all in one like windows or open suse?04:58
xperia2ksoviero: what exactly do you want to make with this guis ? starting stoping apache only ?05:00
xperia2for what do you need it ?05:01
xperia2the ubuntu server boot the way exactly how i need it and should be ! why does it not fit for you ?05:01
ksovieromore than that, managing virtual server, enabling and disabling modules, etc...05:02
ksovierowith mysql, user managment, create and delete databases, create and edit tables05:03
xperia2well for mysql you can use very good phpmyadmin05:03
xperia2it is very easy for using05:03
ksovieroweb based wont work, for reasons I wont go into , it needs to be desktop based05:04
ksovieroright now, webmin fits my needs perfectly, but, not I need something just like webmin, but desktop based05:05
xperia2ksoviero: dont have experience with such desktop based guis for a server. best will be probably to ask in the mysql irc chanell05:07
ksovierook, thank you05:07
xperia2i am wondering if mysql even could have such a support05:08
xperia2i am running my server with no screen and connect over ssh to the server and can do all thing on the laptop over the internet conncetion.05:09
xperia2okay people. i need to do my works. want to thanks again for your help. see you again. bye05:15
nynein the openldap-server ubuntu server guide there are a few lines that are confusing me. Item 4 says to edit the following file  /tmp/ldif_output/cn=config/cn=schema/cn={8}misc.ldif and change a couple of lines but they don't say what to change them to.. could someone give me a  hand. im trying to set up openldap and have been stuck for a while06:38
uvirtbotNew bug: #481752 in bind9 (main) "package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/48175206:51
billybigriggeranyone here use ebox? for some reason the ebox-mail package doesn't exist07:03
ESEDUmemort stick wont show up in /dev as sdb08:19
ESEDUwhen I try to mount it says device does not exist08:20
gehengwangcan i install sever edition from hard disk?08:54
ESEDUgehengwang: I dont think you can, you need a cd09:19
gehengwangESEDU: are you sure?09:21
ESEDUgehengwang: why, cant u just get a cd09:21
gehengwangESEDU: where can i get it?09:22
ESEDUU can order it for free from canonical home page, it takes for about 2 weeks to arrive09:22
ESEDUor download the image for it from ubuntu pages and burn it on a cd09:23
gehengwangESEDU: and my CD-ROM doesn't always work better!09:23
ESEDUgehengwang: /09:24
ESEDU: /*09:24
gehengwangESEDU: ok, thanks!09:24
gehengwangESEDU: /09:24
gehengwang?09:24
ESEDUi was supposed to draw a sad smiley : (09:24
gehengwangoh09:25
gehengwangan i also have a question!09:25
gehengwangESEDU: why desktop edition can install from hard disk?09:26
ESEDUgehengwang: beats me. I to tried to install ubuntu server from hard drive, but some guy i recall saying that u cant, that u need a cd09:28
gehengwangESEDU: ok .but thanks09:30
ESEDUnp09:30
ESEDUu might want to ask some else still, for im no hack :P09:30
gehengwangESEDU: ok09:31
=== sleeping`dragon is now known as error404notfound
acalvogehengwang: you can always do a network install10:05
alex88how can i start a process with a lower priority?10:06
acalvo[related to mail management] does anyone know how to implement a functionality so when a user sends a mail with a big attachment it is parsed by the MTA, generated a link to a website and mail to the receiver with that link?10:09
gehengwangacalvo: can you tell me the details10:09
alex88ok got it..nice command..10:09
acalvoalex88: niceness maybe?10:11
acalvogehengwang: AFAIK, you can boot a system using a USB stick, or even a boot CD, and download all packages from internet10:12
alex88acalvo: it's "nice -n priority Command"..thanks anyway10:13
=== Blusion is now known as Blusion`AFk
=== Blusion`AFk is now known as Blusion
=== georg is now known as kwork
\shmoins11:06
acalvoI'm trying to create a script (it's bash but it could be perl) to connect thru ssh to a machine an execute a command. However, this script has to be called by one user which does not have home directory (is the nagios user), so it does not have any ssh related file. I've point the ssh command to take a public rsa, but if I try to connect it asks for the authenticity of the host, and since is running in batch mode I cannot acc11:08
acalvoept nor reject it. Any solution?11:08
RoyKcreate a nagios user on the remote machine11:14
acalvowhy? the script tries to ssh using the root user11:14
RoyKomg11:14
RoyKwhy on earth would you do that???11:14
acalvothus I can restart services on the remote machine11:14
RoyKfirst, never let anyone in as the root user on ssh in the first place11:15
RoyKman sudo11:15
acalvosudo does not work11:15
acalvoI've tried that first11:15
RoyKerm. it doesn't?11:15
acalvoI mean11:15
acalvoit works11:15
RoyKwhat makes it _not_ work?11:15
acalvobut if you run it as nagios it won't start the services because it does not launch the process as the user it should, and then it can't read the configuration files11:15
RoyKopening up for root login over ssh is bad. automating root login over ssh is insane11:16
RoyKsudo /etc/init.d/whateverprocess restart11:16
kworkyeah some other user with sudo with nopasswd11:16
acalvoI didn't find a better solution11:16
acalvofirst try was to modify sudoers file and add the nagios user to that service11:17
kworkyou can do everything thru sudo11:17
acalvohowever11:17
acalvoI want to run remote cmds11:17
acalvoso I've to set up in the remote machines11:17
RoyKacalvo: make a script for what you want to do, sudo-run that script11:17
acalvonice point, didn't think of that!11:18
acalvoRoyK: even if I'm running a ssh script?11:18
RoyKthen in  sudoers, allow only that script11:18
RoyKeven if you're doing a bloody ls command11:18
kworkRoyK,  i think you need to enable these commands to that user aswell ?11:18
kworkRoyK,  whats run inside script11:18
RoyKjust hte script11:18
RoyKs/hte/the/11:19
acalvolet's see11:19
kworkRoyK,  strange, it didnot work for me like that11:19
kworkRoyK,  should retest it11:19
RoyKwell, works for me (tm)11:19
kworkRoyK,  thou it was openbsd maybe it was because of that11:19
* RoyK hands kwork a -gh11:20
RoyKno. sudo works the same across platforms11:20
kwork-gh whats that11:21
uvirtbotNew bug: #481847 in postfix (main) "package postfix 2.6.5-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75" [Undecided,New] https://launchpad.net/bugs/48184711:21
RoyKkwork: just picking on your spelling11:21
kworkRoyK,  sorry im not native speaker11:21
RoyKme neither11:21
Boohbahhttp://www.goenglish.com/PeopleWhoLiveInGlassHousesShouldNotThrowStones.asp11:21
kworkRoyK,  and irc has ruined my spelling to lazy level writing11:22
RoyKbut though is spelt though although some americans tend to spell though as tho and through as thru and so on, but fuck them :)11:22
Boohbahin america, spelt is not a word11:22
Boohbahat least not a verb11:22
RoyKspelt, past form of 'spell'11:23
Boohbahhttp://www.spelt.com/11:23
Boohbahhe grain is naturally high in fiber, and contain significantly more protein than wheat11:23
RoyKI don't care if Americans can't type as long as some English people actually can11:23
acalvoand that's how the internet collapsed11:23
BoohbahRoyK: spelled, past tense of spell, in America11:24
Boohbahsorry, i just noticed this was not #defocus11:24
RoyKBoohbah: americans speak and write fucked up English. I don't use US english11:24
acalvois not working11:38
acalvothe script gets executed11:38
acalvobut it does not restart the service11:39
RoyKwhat happens if you try to run the script manually using sudo, from the nagios user?11:39
acalvothis is the script11:39
acalvohttp://paste.ubuntu.com/317711/11:39
acalvoit works if I run it as the root user11:40
incorrectis it possible to stop a package trying to configure itself when you apt-get install it?11:41
RoyKerm11:42
RoyKacalvo: why do you ssh further in the script?11:42
acalvoto restart a service in a remote machine11:43
RoyKwhat I do is I have a nagios user all over the boxes, ssh from nagios to nagios and run a script on the remote host11:43
RoyKssh nagios@somehost /run/this/script/on/the/host11:43
RoyKon that host, I configure sudo11:43
RoyKnot on the nagios host11:43
RoyKssh nagios@somehost sudo /etc/init.d/bloodyservice restart11:44
RoyKfor instance11:44
acalvoso I've to create a pair of public/private keys to ssh without asking for a password, right?11:45
RoyKssh-keygen11:46
RoyKcreate the pair11:46
RoyKcopy .ssh/id_rsa.pub to the remote host's .ssh/authorized_keys11:46
acalvobut how? the nagios user does not have a home folder nor a passwd, so I cannot su to that user11:46
RoyKthen create one!11:46
acalvosince it is a service user, I don't think is a good idea modifying it11:48
acalvoI don't want to break any further update11:48
RoyKit's just a bloody user11:48
RoyKan entry in /etc/passwd11:48
RoyKetc11:48
acalvoRoyK: it's a ldap based system11:48
acalvoit's not as easy as /etc/passwd11:48
RoyKbut this isn't really an ubuntu-server question, /j #nagios11:48
mok0Anyone around with a knowledge of postfix?12:07
mok0I desperately need hints on how to get spamassassin to work with it12:07
ScottKmok0: What's the problem?12:08
mok0ScottK: Spamassassin doesn't mark the mails, as if it doesn't see them12:08
ScottKmok0: Generally the recommendation is to integrate amavisd-new with postfix and have amavisd-new talk to spamassassin12:08
ScottKmok0: amavisd-new will take care of that.12:09
mok0ScottK: I thought amavisd was a virus scanner12:09
mok0So, the package to install is amavisd-new ?12:09
ScottKmok0: No.  It has some checks of it's own, but is primarily an integration point for other things like spamassassin and (if you want) clamav.12:10
ScottKYes12:10
ScottKmok0: Which Ubuntu release is your server on?12:10
mok0ScottK: karmic :-)12:10
mok0ScottK: I'm moving the old mail server to a new setup, and I want to use Ubuntu's mailstack12:11
ScottKmok0: https://help.ubuntu.com/9.10/serverguide/C/mail-filtering.html12:11
mok0ScottK: thanks12:11
ScottKYou're welcome.12:11
mok0ScottK: cool! The other guides I've seen on help.ubuntu.com are outdated12:12
RoyKmok0: /j #spamassassin12:12
RoyKor #postfix12:13
mok0RoyK: Thanks, but I actually know sa quite well. It's postfix that's new to me12:13
mok0heh ok12:13
mok0ScottK: there's nothing on that page telling you to integrate amavisd with spamassissin. Does that work out of the box?12:31
ScottKmok0: It's the changes in /etc/amavis/conf.d/15-content_filter_mode that do it.12:33
mok0ScottK: right... I can see that it works now!12:33
ScottKOK.  Great.12:34
mok0ScottK: I think it would be good to have that whole mail chain set up in the dovecot-postfix package...12:36
mok0ScottK: ... with the guidelines telling you how to _disable_ the parts you don't want12:37
ScottKmok0: I agree.  I proposed the integration include spam/AV stuff, but postfix-dovecot was a first step.12:37
mok0ScottK: and a really helpful first step!12:37
mok0ScottK: it seems there weren't much site-specific stuff in the changes I just made to the conf files12:38
ScottKNo.  I'll add a spec for UDS on it.  I can at least ask.12:38
mok0ScottK: Great!12:38
mok0ScottK: that was fast! :-)12:44
ScottKDoesn't take long to make a stub of a spec.12:44
acalvoI'm quite interested in setting up spam/AV with postifx-dovecot12:46
acalvoI'm stuck at having SASL installed12:46
acalvoconfigured, I meant12:46
mok0acalvo: I didn't do that step12:46
ccole1i am running ubuntu server 8.10 and i have a backup script running as a cron job. the problem is that it does not not backup all the files as a cron, but when i run it manually it it backsup everything12:46
uvirtbotNew bug: #482086 in ntp (main) "System time is very slow and differs with real for about 1 minute per hour" [Undecided,New] https://launchpad.net/bugs/48208612:47
hvnccole1: see man 5 crontab   Sometimes you have to escape certain characters from the command cron runs. At least % signs are interpreted by cron12:49
hvnEspecially date command format strings could cause this to happen12:50
ccole1@hvn my crontab entry is this 05 12 * * * /backup/backup.sh. it does not have any of the things mentioned that might cause problems12:56
ccole1hvn: my crontab entry is this 05 12 * * * /backup/backup.sh. it does not have any of the things mentioned that might cause problems12:59
hvnWhat is the location of the crontab? /etc/cron.d/ /etc/crontab or does it belong to a user directly?13:02
hvnlooks like your example does not have the user specified, so it probably is not, or should not be, under /etc/13:03
ccole1I access it by using the command sudo crontab -e so i am making the assumption that it is the root user crontab13:03
hvnok, I think that is the case.  Does /var/log/syslog or other log files show anything related to the command?13:05
ccole1just that it runs13:05
ccole1no errors13:05
ccole1it backs up my files only not the other users13:06
hvnI have to admit that I have not used other than /etc/cron.* locations for running cronjobs13:06
hvnHmm, sounds like it does not run as root13:07
ccole1let me check13:07
ccole1when i check the details of the cron under webmin. it states that it runs as root13:08
ccole1is there any other way to confirm this13:08
hvnI just tried sudo crontab -e on a 8.04. The crontab ends up as /var/spool/cron/crontabs/root  and is owned by root:crontab13:11
hvnFrom that it looks like it should run as root13:11
uvirtbotNew bug: #480618 in dhcp3 (main) "package dhcp3-server 3.1.1-1ubuntu2.1 failed to install/upgrade: EOF da stdin al prompt per il file di configurazione" [Low,Incomplete] https://launchpad.net/bugs/48061813:11
mok0ccole1: are the user dirs on an NFS mounted drive?13:13
ccole1the user directories are on an ext3 filesystem13:14
mok0ccole1: ... local on the machine running the cron job?13:14
mok0ccole1: because your server may not have root priveledges on a disk drive from a remote machine13:15
ccole1the ubuntu machine is my file server using samba i connect each win xp machine to the server13:15
ccole1so the cron job runs local on the server, and all files are store locally on the server13:16
mok0ccole1: alright...  just a thought13:16
hvnIf you do sudo ls -l /var/spool/cron/crontabs/ do you see the crontab owned by root:crontab?13:17
ccole1yeah13:18
ccole1Nov  5 12:05:01 lostcity /USR/SBIN/CRON[7818]: (root) CMD (/backup/backup.sh)13:19
ccole1the above is a line from my syslog13:19
mok0ccole1: ought to work13:20
mok0ccole1: get your script to output some messages about what it's doing13:20
ccole1i have it outputting all messages it does not complain about anything it just does my directory and ignores everyone else13:22
ccole1could it be the directory permissions13:22
hvnok. Then I would check the script and check what environment variables, including contents of PATH, it thinks are available.  The environment available to cron may not contain everything the script needs espcially when it is passed from cron to the script it launces.13:22
mok0ccole1: your script is not executed under the same environment as root. Specifically, PATH might be different13:22
mok0hehe13:23
mok0hvn, beat me to it13:23
hvnjust slow typing :)13:23
mok0hvn, ... or thinking :-)13:23
ccole1i have set a directory mode of 700 for everyone, could that be the problem13:24
zulttx: ping13:24
ttxzul: pongpong13:24
hvnif it runs as root, the permissions should not matter13:25
zulttx: we have the same version of net-snmp for the last 3 releases of ubuntu i was thinking about looking at the version in debian/testing for lucid what do you think?13:26
ccole1i have put my script up on pastebin the url is http://paste.ubuntu.com/317783/13:26
ccole1output from the err log for this script is at http://paste.ubuntu.com/317784/13:28
ccole1it runs perfectly when i run it manually13:29
mok0ccole1: uhm... why don't you just use rsnapshot... it's much better than your script :-)13:29
mok0ccole1: much less overhead and can save N days of backup13:29
mok0ccole1: takes about 5 minutes to set up, can backup to a local or remote system13:30
ccole1it feels like a cop out, like i could not get a simple script to work so instead i ran away13:33
mok0ccole1: once you see what rsnapshot can do for you, you'll get over your hurt pride :-)13:34
ttxzul: yes, good idea13:34
Italian_Plumbernot a cop out.. nothing wrong with using code someone else wrote that already does exactly what you need.  After all, you're already using open source... you couldnt' build your own kernel so you ran away. :)13:35
hvnThe first line of script is not e.g., #!/bin/sh13:35
mok0hvn: is that important? I think cron spawns the shell... but good catch13:36
hvnI am not sure how the executable to run it is chosen13:36
hvnand if the pastebin errlog is from cron, it runs13:36
ccole1let me try it now13:37
=== _jakob_ is now known as Synthesis
mok0what's that "2>>" doing?13:38
SynthesisI am trying to install Ubuntu 9.10 x64 on HP bl460c, everything goes fine during the install, but when i reboot, Grub cannot find the kernels or anything under /boot... Any suggestions ???13:39
zulkirkland: *cough* there is seven new qemu-kvm bugs sitting there for you13:39
ccole1it directs stderr to the file instead of the screen13:39
mok0I can never remember these weird redirects13:39
mok0Looks like C++ code :-P13:40
hvnredirecting stderr.  that is why there is "Removing leading '/'" and not file list in the log13:40
acalvoI'm trying to manage a service using another user. I've set up the sudoers file to let the user manage the init.d script, so it can fire it, but I'm getting errors with file permissions in the config files of the service.13:40
hvnthe file list resulting from v-option is going to stdout and ending up in email sent to root (if there is enough mailer installed)13:42
mok0I still say: go for rsnapshot: http://rsnapshot.org/13:42
mok0apt-gettable13:42
mok0If you're clever, you can set it up so users have access to their own backups13:44
uvirtbotNew bug: #481203 in openssh (main) "Hardy 8.04.3 openssh does not forward X11 always  cannot open display" [Low,Incomplete] https://launchpad.net/bugs/48120313:46
ccole1i added the #!/bin/sh. it run as before no dice13:47
hvnI see that you have commented out line 20. If you enable it, does the file list from tar look as it should?13:49
ccole1yeah it just list all the files that it is copying. that is why i took it out i wanted to focus on errors alone13:51
hvnAnd that file list shows that not all home directories are traversed?13:52
ccole1yes, it just traverses mine, and then continues on. it does not show any sort of error, which is vexing13:53
nyk2005There's a strange thing: I can mount my raid5 (which I set up in a previous install using mdadm) using mount /dev/md0 /mnt/raid, but when I put /dev/md0 /mnt/raid xfs 0 0 in fstab, I get a bad-superblock error!13:56
nyk2005Can it be a mdadm config thing? because I know I had to put some information there about the raid, but don't find the howto anymore..13:57
hvnccole1: I sounds like your home directory is the only one in /home  If tar can not access files, it logs an error.  Since there are no errors, it can access everything. Are you sure your /home is where the others have their home directories. Sorry if this obvious :)14:01
hvnIt's the straw grasphing momement :)14:01
hvnJust a quick check. Disk space is not a problem?14:01
ccole1ls -all /home reports everone in home14:02
ccole1webmin reports about 8% disk space used14:03
hvnInteresting problem. Can't really think why it is behaving like that.14:07
nyk2005How can I have the tmpfs use less RAM? I have 80gb of ram and tmpfs used 5 partitions of 12gb each, leaving only 24gb of ram!14:09
kwork80gb of ram ?14:09
nyk2005And they're all almost empty, while my processes get killed because they don't have enough ram... :(14:09
ccole1me either and it is drving me crazy14:10
nyk2005kwork: yes, it's a nice server! I got it as a gift from ETH biochemistry.. :)14:10
orudie_thats a lot of ram14:10
kworknyk2005,  wiht kind of hardware is that14:10
kworkwhat14:10
nyk2005but no need to make tmpfs out of all of it, the server also has 80gb of SD hdd which is almost as fast..14:11
nyk2005http://biodata2.ethz.ch/phpsysinfo14:11
Italian_PlumberI'm running hardy on a Pentium III 450 (and corresponding old motherboard) with USB1.  Would I be able to install a PCI USB card and get USB2 speeds?14:11
hvnccole1: the tar command you are using. There is no chance that it is something else than /bin/tar?14:11
Italian_PlumberI want to connect and external HD and make my own "NAS".14:12
hvnThere are no scripts or anything that run instead of /bin/tar14:12
ccole1let me check14:12
ccole1used sudo find / -name tar, it only turned up /bin/tar14:15
kworknyk2005,  sysinfo shows only 24gb14:15
orudie_nyk2005, nice14:16
nyk2005kwork: because the rest is used by tmpfs? That's why I'm asking about reducing that wastefull config!14:17
kworkhmmmz indeed14:18
kworkwicked config :D14:18
nyk20055*12+24 =about= 8014:18
nyk2005and those tmpfs are a waste of ram... the admin who gave me the machine already wondered what this "linux thing" is doing... :)14:19
mok0nyk2005: it swapped out, doesn't take any ram14:19
nyk2005And searching for ubuntu reduce size tmpfs in google only brings up lots of peples question about not understand what tmpfs is..14:20
nyk2005mok0: really?14:20
mok0yes14:20
nyk2005mok0: but one of my R processes was killed last night!14:20
mok0nyk2005: why?14:20
mok0nyk2005: lack of scratch space?14:20
nyk2005mok0: let me check the log..14:21
mok0nyk2005: http://en.wikipedia.org/wiki/Tmpfs see the section on Linux14:21
mok0nyk2005: it's pretty much standard in modern OSes14:22
nyk2005mok0: the log end with "Killed". This only happens if the kernel has to kill something because it uses all RAM or some other trigger...14:22
kworknyk2005,  could you paste lshw total14:23
nyk2005during mapping an exonarray, which takes some gigs of ram..14:23
kworkof memory14:23
kworklshw -C14:23
kworklshw -C memory14:23
nyk2005arg tunnels..14:23
nyk2005ok14:24
nyk2005just the last?14:24
kworktheres total somewhere there14:24
nyk2005http://biodata2.ethz.ch/lshw.txt14:25
mok0!pastebin > nyk200514:25
ubottunyk2005, please see my private message14:25
kworkmok0,  ?14:25
kworknyk2005,  it seems its 24gb14:25
nyk2005yeah?14:25
mok0!pastebin14:25
ubottupastebin is a service to post multiple-lined texts so you don't flood the channel. Ubuntu pastebin is at  http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from  command line | Make sure you give us the URL for your paste - see also the channel topic14:25
kworkmok0,  why use pastebin over nano /var/www/somefile14:26
nyk2005ah ye14:26
nyk2005ah yes14:26
hvnccole1: Got me with the backup thing :(14:26
nyk2005yeah I have a webserver just for that file.. :)14:26
mok0kwork: pastebinit < file14:27
kworkdunno i dont like to use pastebin at all14:27
hvnCan't say what it could be apart from logging in and checking it myself. And that is not an option :)14:27
nyk2005so it has 24gb of ram and the same amount of ram used by tmpfs sharedly.. strange, I saw it going to 80gb in bios..14:27
kworkwhy would i want my configs to be floating around in some random server for who knows how long ?14:27
orudie_nyk2005, what kind of connection do you have on this server ?14:27
nyk2005kwork: I'll delete the file..14:27
kworknyk2005,  kk14:28
nyk2005well thanks for all your help! I run the process again see if it gets killed again. after all last time I tried the install was broken.14:29
ccole1thanks14:29
mok0nyk2005: if your app uses /tmp extensively, and at the same time you do not have much RAM, your system could run out.14:30
nyk2005orudie_: why? I have no idea... good one I guess, it's located in the newest server-room of the ETH in the new HIT building. the room looked like science fiction to me... servers almost frozen..14:30
mok0nyk2005: you should configure your servers with plenty of swap space14:30
nyk2005mok0: why? /tmp is on root... I though also it should at least be on tmpfs..14:31
mok0nyk2005: /tmp is a filesystem mounted on /14:31
mok0nyk2005: It takes no disk space away from /14:32
nyk2005and I guess all will be ok, mainly I need a lot of ram and not so much /tmp..14:32
nyk2005mok0: really? why doesn't this show up in fdisk or mtab then?14:33
mok0nyk2005: not sure about R... does it have proper garbage collection?14:33
mok0nyk2005: eerr .... I am talking about the default Ubuntu setup. Perhaps you changed it?14:33
nyk2005mok0: well depends probably on the package..14:33
mok0I guess14:34
nyk2005mok0: nope, just installed default ubuntu-server14:34
mok0Hm, you14:34
mok0are right...14:34
orudie_nyk2005, i cant ping your domain biodata2.ethz.ch14:35
orudie_nyk2005, or your ip14:35
nyk2005yeah if it fails again in R then it's probably that I'm using the package in an inefficient way. thanks for all the help, just wanted to be sure that the hardware is all ok..14:35
nyk2005orudie_: it's of course firewalled14:35
Boohbahnyk2005: why?14:36
Boohbahnyk2005: what harm can ICMP echo packets do?14:36
orudie_yeah you should be able to ping your server14:36
orudie_just like ping google.com14:36
nyk2005Boohbah: what good can it do me if someone pings my server?14:36
kirklandsoren: ping14:36
nyk2005no...14:37
nyk2005ah well... I wouldn't care honestly14:37
nyk2005it's the admins that control the firewall and I'm happy to have http/https/ssh open14:37
Boohbahit would let them know that your server is up14:38
nyk2005the local admin knows..14:38
orudie_where is the server located ?14:39
nyk2005why ping?14:39
nyk2005orudie_: zurich14:39
orudie_oh14:39
nyk2005why?14:39
nyk2005you're there too?14:40
nyk2005:)14:40
orudie_no14:40
orudie_i'm in New York14:40
orudie_my ubuntu server is in Atlanta, Georgia14:40
nyk2005oh!14:40
nyk2005I'm also not in zurich anymore but in the train to bern... :14:40
nyk2005now that it works finally14:40
orudie_bern ?14:41
nyk2005lets give it something to work on!14:41
nyk2005yes, capital of switzerland14:41
orudie_oh14:41
orudie_are you in the moving train right now ?14:41
nyk2005yes14:42
nyk2005in a tunnel now.. :)14:42
orudie_what is the primary purpose of the server, why does it need so much resources ?14:43
nyk2005orudie_: analysis of mouse exon arrays and comparison to other data. running gigantic mysql and psql dbs14:45
nyk2005orudie_: and well... anything I come up with. :)14:47
jcastrottx, around?14:47
ttxjcastro: yes14:48
jcastroI've given you scheduling powers in the summit system14:48
jcastroI've been told you will be scheduling the server bits?14:48
ttxjcastro: who told you that ?14:48
ttxjcastro: mdz asked to schdule them himself.14:49
jcastrojono did, and for me to help you?14:49
jcastrooh14:49
jcastrook then14:49
jcastrowell, if worse comes to worse, you have the right rights to adjust thing14:49
ttxjcastro: I might have missed the memo though :)14:49
jcastroheh14:49
* zul bows down to our new overlord14:49
jcastrook so  just in case he gets hit by a bus14:49
ttxjcastro: I had some rights already, not sure that was enough though14:49
jcastroyou just login to summit.ubuntu.com14:49
jcastroand you can drag sessions around14:49
ttxjcastro: inherited from when I handled the invitations14:50
ttxjcastro: ok14:50
ScottKttx: I'd appreciate getting https://blueprints.launchpad.net/ubuntu/+spec/server-lucid-more-mail-integration scheduled.14:50
zulttx: and sever-lucid-papercuts ;)14:50
ttxScottK: like I said, so far I've been asked to stay away from the scheduling, so I'll wait for the memo14:51
ScottKAh.  I misread.14:51
ScottKjcastro: ^^^ would you please schedule https://blueprints.launchpad.net/ubuntu/+spec/server-lucid-more-mail-integration then.14:51
ttxScottK: but I'll gladly help if I get the authorization to do so :)14:51
ScottKUnderstand.14:51
jcastroyeah, ttx or mdz need to schedule it14:52
jcastroI don't touch tracks without the track lead telling me so14:52
ttxjcastro: same here :P14:52
ScottKOK.  Since ttx isn't scheduling, then we wait for mdz.14:52
jcastrottx, I was told you were backup man. ;)14:53
jcastrobut ok14:53
jcastroScottK, jono has authorized me to schedule your motu one at least14:54
ttxjcastro: we got different messages.14:54
ScottKjcastro: Thanks.14:54
orudie_nyk2005, pm14:54
moonpupwould anyone happen to know why when using sftp, a user can create a directory and chmod the directory but a chgrp will fail with unable to15:07
moonpup          setstat permission denied?15:07
mdzttx, jcastro, I've asked ttx to take responsibility for the second "roomful" of sessions15:13
jcastrooh ok, so if there's a sever session scheduled but you need a second one in the slot then just handle it?15:14
jcastroeasy enough15:14
ttxmdz: ah, ok.15:14
ttxmdz: in a recent email ?15:15
ttxkirkland, mathiaz: about eucalyptus -proposed validation: I'd need to do a complete reinstall to validate 7 -> 7.3 upgrade path and it looks like I won't have time to do so. Could you both have a look and validate the fixes if possible ?15:20
ttxkirkland: you'll bring the cloud-in-a-bag in Dallas, right ?15:20
kirklandttx: i will bring the cloud with me15:20
kirklandttx: i'm on holiday today15:20
ttxkirkland: ah sorry :)15:21
ttx<kirkland> ttx: i will bring the cloud with me <-- sounds like David Lynch15:22
aubreI won't be able to go to UDS, but I hope that for the European folks who are going for the first time - please do try the barbeque. Texas is known for their beef brisket. Here in Alabama, it's usually pork.15:23
* ttx looks at the schedule15:23
aubrekirkland: what machines did you use to make the "cloud in a bag" ?15:23
kirklandaubre: laptops15:24
aubrekirkland: I know, I was wondering what models15:24
kirklandaubre: dell vostro 1220's and thinkpad x61's15:25
aubretyvm15:25
aubrekirkland: I am excited to be trying testdrive, it looks like a wonderful project15:26
kirklandaubre: cool!  glad you like15:29
aubrekirkland: I like the fact that when you go to look at the Vostro they make a point of saying that the CPU has VT support15:31
Boohbahaubre: virtualized netbook... sounds... not useful.15:32
aubreBoohbah: it is if you are showing someone UEC15:33
mdzttx, in an email I hadn't sent yet ;-)15:33
aubreBoohbah: and you need a portable cloud15:33
ttxmdz: ah :)15:33
BoohbahUranium Energy Corp?15:33
BoohbahUtah eLearning Connection?15:33
aubreBoohbah: Ubuntu Enterprise Cloud15:33
aubrehttps://help.ubuntu.com/community/UEC15:34
ttxScottK: the mail session is not "accepted" for UDS yet, and I don't have the power to do so (yet)15:38
ttxjcastro, mdz: ^15:38
ttxhttps://blueprints.launchpad.net/ubuntu/+spec/server-lucid-more-mail-integration15:39
jcastrottx, you need to be put in the uds-organizers lp group, only a tech board member can put you in that group.15:42
jcastroin order to accept sessions for uds15:42
ttxjcastro: ok :)15:42
ttxsmoser: ping15:44
smoserhere15:44
ttxsmoser: you proposed the following sessions on the secondary track:15:51
=== dendro-afk is now known as dendrobates
ttxserver-lucid-cloud-krd,    server-lucid-cloud-ovf15:52
ttxdo you agree to chair those at UDS ?15:52
smoseryeah. thats fine.15:53
=== robbiew_ is now known as robbiew
nyk2005I have a mysql-server running, but when I move it's data dir from /var/lib to /mnt/raid (on a mounted raid5) it refuses to run as it can't create any files. But normal users can write there.15:57
glassresistorim having trouble getting my bcm4312 card working with the new karmic server kernel15:59
glassresistori've tried reinstalling the bcmwl-kernel-source modalias and jockey but dkms fails16:00
=== mushroomtwo is now known as mushroomblue
brewmasteis there anyway to tell my server that "myhost.com" is "192.xxx.xxx.xxx" if I connect through eth0, and it's "198.yyy.yyy.yyy" if I connect through eth1?16:00
glassresistorreinstall of bcmwl --> http://paste.ubuntu.com/317861/16:00
glassresistorjockey log --> http://paste.ubuntu.com/317873/16:01
glassresistorwill be on and off if someone know how to manually compile and do what dkms does and can point me to a tutorial that would be nifty16:04
nyk2005I have a mysql-server running, but when I move it's data dir from /var/lib to /mnt/raid (on a mounted raid5) it refuses to run as it can't create any files. But the normal users can write there! What's wrong?16:08
Reepicheepnyk2005: did you keep the owners and permissions?16:10
nyk2005Reepicheep: yes16:11
Reepicheepand I assume you updated the "datadir" in my.cnf16:11
nyk2005yes16:13
nyk2005strange, after chown root:root /mnt/raid/mysql/mysql_upgrade_info it worked.16:13
nyk2005as if this had to belong to root..16:13
Reepicheepnyk2005: what command did you use to copy the data?16:14
nyk2005cp -r16:14
nyk2005then chown -R mysql:mysql16:14
Reepicheepcp -r doesn't keep owner and permissions16:15
Reepicheepyou may of needed to use "cp -ra" instead16:15
nyk2005it doesn't work anymore now.. :(16:16
nyk2005mush have been coincidence16:16
Reepicheepnyk2005: so it was working but now it isn't working?16:16
nyk2005Reepicheep: yes... very strange16:17
Reepicheepyou still have the data in /var/lib/mysql correct?16:17
nyk2005and I just deleted /var/lib/mysql16:17
Reepicheepnyk2005: what is the error now?16:18
nyk2005Reepicheep: just "fail"16:21
nyk2005Reepicheep: nothing in /var/log/messages16:21
nyk2005Reepicheep: only a lot of "Nov 13 17:20:44 biodata2 kernel: [10484.346455] type=1503 audit(1258129244.995:475): operation="open" pid=18365 parent=18364 profile="/usr/sbin/mysqld" requested_mask="r::" denied_mask="r::" fsuid=0 ouid=0 name="/sys/devices/system/cpu/"16:22
nyk2005similar problem: http://ubuntuforums.org/showthread.php?t=92844516:31
zulyes its know16:32
nyk2005what?16:33
nyk2005ah: you also need to also adjust /etc/apparmor.d/usr.sbin.mysqld.16:34
Reepicheepnyk2005: try starting it with mysqld_safe16:37
nyk2005finally it works! apparmor ... is annoying16:37
jdstrandthe /sys/devices/system/cpu/ should be cosmetic16:38
TeTeT_how do I expand my cloud with a second cluster controller/availability zone? I installed eucalyptus-cc and eucalyptus-sc on a host, then changed the /etc/eucalyptus/eucalyptus-cc.conf with a second availability zone name, and eucalyptus-ipaddr.conf with the second cluster controllers IP16:47
TeTeT_however euca-describe-availability-zones verbose only shows the original avail. zone16:47
mok0What could cause rsync to suddenly hang? I've copied several directories, but suddenly both rsync and ssh hang.17:08
mok0Even ssh remote ls doesn17:09
mok0t work17:09
aurigusping?17:12
mathiazttx: hey17:31
mathiazttx: I'll do the upgrade SRU validation17:31
jcastrottx: ok, the server sessions are all marked now, should be colored17:31
_markh_Hi everyone. Just starting to learn about clouds with ubuntu. In the docs, it states that the front-end must exist on the same class C net as the nodes. Is this true? If so, how can I set up a cloud that mixes private nodes and public space (say EC2)?  Surely such a constraint would mean that I also couldn't easily have hosts from different server providers participating in a single cloud.17:45
axisysis there a solaris live upgrade like feature on ubuntu? where you detach the mirror and then upgrade the OS on the detached inactive sub mirror device and boot from that .. and if something is wrong then you boot back to current boot env ?17:47
geniiaxisys: The closest thing available that I'm aware of is ksplice17:52
jbernardkirkland: when you get a chance, rcs_cost branch at lp:~jbernard/+junk/byobu17:53
Reepicheep_markh_: by the same class "C" network it refers to that fact that the Cloud Controller and the Node each need to be able to communicate directly with each other on the same network18:25
Reepicheepat least that's how I interpreted it.  You can have multiple interfaces on the controller and the nodes though18:26
Reepicheepso they can communicate on a private network.. but yet the virtual machines get access to a different public network18:27
Reepicheepor how every you configure it.18:27
_markh_Reepicheep: Why the same network, isn't it sufficient for them just to be able to talk to each other through any route? Or does the controller broadcast data?18:27
ReepicheepI'm not sure on that .. but I think it is because the nodes auto discover the controller18:28
Reepicheepso yeah.. probably a broadcast18:28
Reepicheepsee: http://open.eucalyptus.com/wiki/EucalyptusNetworking_v1.6 for more info on the networking18:29
Reepicheepyou may need to use one of the "Managed" network modes18:29
_markh_I'll check that link in a moment - thx. In my setup I am setting up a test cloud with two hardware machine. Host A has IP addresses 80.84.51.34 - 80.84.51.38 and 192.168.0.1, Host B has addresses 80.84.54.98-80.84.54.102 and 192.168.0.2. I'm at a loss to know how to set (address wise) up A as the controller and B as the node18:31
Jared_GustCan someone help me with cups?18:39
_markh_Reepicheep: Got to dash (weekend here:) Thanks.18:40
Jared_GustI am having issue connecting to it using the web management interface on a remote machine.18:40
=== robbiew is now known as robbiew_
axisysI upgraded from jaunty 64bit server to karmic 64bit server.. and now I do get the login prompt in console.. this page https://help.ubuntu.com/community/SerialConsoleHowto says to edit /etc/default/grub  .. but I dont see that file..18:56
axisysI meant, I do not get the login prompt in console18:57
axisysdo I create the /etc/default/grub file ?18:57
axisyswould be nice if upgrade took care of it18:57
axisysfresh install do not experience that issue18:58
axisys/etc/init/ttyS0.conf  this did the trick on that file19:03
axisysshould I be brave and create a default grub /etc/default/grub ? if that breaks grub i need to network boot and install grub again ?19:03
Fenix|workGreetings and salutations.19:18
Fenix|workI've just set up server 9.1 and am trying to configure rsyslogd.19:18
Fenix|workThere used to be /etc/default/rsyslog, but that seems to not exist19:18
donspauldingwhen running pgupgradecluster to move postgres from 8.2 to 8.3, the new cluster is being created with a default encoding of LATIN-1.  I'd prefer this to be UTF-8.  As I understand it, pgupgradecluster looks at some environment vars to guess the correct encoding.  Does anyone know how I can change the default?19:18
Fenix|workif I create that file will it supersede the option settings in /etc/init.d/rsyslog still?19:18
=== dendrobates is now known as dendro-afk
axisysgenii: i think ksplice only prevents reboot19:35
axisysgenii: after kernel upgrade19:35
axisyshowever that never worked for me .. i had it installed on my laptop and it requuired a reboot after that kernel upgrade19:35
ttxstgraber: ping19:36
mathiazttx: there is only one session about etckeeper?19:44
ttxmathiaz: yes.19:44
mathiazttx: server-lucid-puppet-etckeeper-integration?19:44
ttxyes19:45
stgraberttx: pong19:55
ttxstgraber: about the containers session19:56
ttxstgraber: are you ok to chair that one ?19:56
th0mzanyone having experience with crechendo product ?20:04
th0mz(crescendo)20:04
StrangeCharm_when i install mount points on different encrypted disks, and enter the passphrase for the first disk at boot, other messages intterrupt me before i can enter subsequent passphrases, is there a way around this?20:05
ttxstgraber: ?20:06
StrangeCharm_is it possible to switch those subsequnt disks to keyphrase mounting?20:06
StrangeCharm_sorry keyfile20:06
ttxstgraber: please email me the answer :)20:07
=== dendro-afk is now known as dendrobates
StrangeCharm_can one run an ssh server from the installer disk (for remote installs) ?20:17
Jeeves_StrangeCharm_: Yes20:19
Jeeves_you can select packages to install somewhere20:19
StrangeCharm_Jeeves_, how?20:19
Jeeves_use 'Back' one time and you get this menu somehow20:19
Jeeves_(Assuming your in the server-installer)20:19
Jeeves_openssh is one of the packages that can be installed20:19
Jeeves_Don't have an installer to find out how exactly, but afaik, you can use ssh in the installer20:20
Jeeves_off to TopGear now :)20:20
StrangeCharm_Jeeves_, i don't want to ssh from the installer; i want to be able to ssh into the installer20:21
Jeeves_StrangeCharm_: Ah, no clue than.20:21
Fenix|workok, I'm confused... where's the startup options for rsyslogd stored?20:21
Jeeves_ /etc/rsyslog.conf /etc/rsyslog.d/*20:22
Jeeves_Ow20:22
Jeeves_startup options20:22
ScottKActually that's per application over-rides.20:22
ScottKThe main config file is /etc/rsyslog.conf20:22
Jeeves_startup is in /etc/init/rsyslog20:23
Jeeves_which you shouldn't edit20:23
Fenix|workonce upon a time there used to be a /etc/default/rsyslog file with RSYSLOGD_OPTIONS="..." which overrode the ones in /etc/init.d/rsyslog20:23
Jeeves_But I guess they missed a step in implenting upstart and keeping all the options :)20:23
Jeeves_Fenix|work: They dropped /etc/init.d/ in Karmic20:24
Jeeves_moved everything to /etc/init/20:24
Jeeves_Which are upstart files20:24
Jeeves_Which you cannot configure, regression, if you'd ask me :)20:24
Fenix|workso I can't edit the /etc/init/* files then20:24
Fenix|workso how do I override rsyslogd to allow remote connections? :)20:24
Jeeves_You can, but you shouldn't20:25
=== mushroomb1ue is now known as mushroomblue
Jeeves_So I'd ask the package maintainer :)20:25
Jeeves_Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>20:26
sbeattieFenix|work: yuck. File a bug, /etc/default/rsyslog is still there, and should be honored.20:27
Jeeves_sbeattie: It's not there. But you mean it should?20:27
sbeattieHunh, it is here, but that may be due to me ugprading through the karmic cycle.20:28
Fenix|workfresh install of karmic, no /etc/default/rsyslog20:29
Fenix|worklooking in /etc/init/rsyslog.conf ... exec rsyslogd -c4 ... hardcoded right in the file20:29
* ScottK doesn't have one either (on an upgraded system)20:29
sbeattieodd, I have it on two different karmic systems. Anyway, it's definitely a regression in configurability.20:30
Fenix|work-c4 is a new option for rsyslogd ... -c4 selects the desired backward compatibility mode... so -c4 means no backwards compatibility as it's version 420:31
jsalisburyFenix|work: I ran into the same issue.  I opened Bug 46565720:32
uvirtbotLaunchpad bug 465657 in rsyslog "Cannot Start UDP or TCP Listening for Logging From Remote Clients" [Undecided,New] https://launchpad.net/bugs/46565720:32
Fenix|worklet me add my two cents20:32
jsalisburyFenix|work: I found that the -r option is no longer used.  However, following the new procedure and uncommenting the two options to enable remote logging  in /etc/rsyslog.conf does not work either.20:34
Fenix|workGrrr20:36
=== mushroomtwo is now known as mushroomblue
Fenix|workjsalisbury, uncommenting those two lines for udp and adding ModLoad imtcp , $InputTCPServerRun 514 ... netstat -vatun shows that tcp and udp are both listening to 51420:41
jsalisburyFenix|work: so it works for you?  Hmm, failed for me.  I'll have to go back and retry it.20:42
Fenix|workit shows that it's listening, but maybe fw is blocking, I haven't tried logging yet20:42
Fenix|workanyone with bonding instructions handy?20:42
majukHi all. I am trying once again to set up a PDC with Samba. It is my understanding that Windows machines need to give the root uname/pw to join the domain on the first login. It is there some way to set the root password in Ubuntu without booting through the recovery console or some other way to auth the Windows machines on the domain?20:42
jsalisburyFenix|work: I couldn't even get it to start listening20:42
Fenix|workservice rsyslog restart and it was good to go20:43
jsalisburyFenix|work:  Hmm.  must be me then ;-)20:43
Fenix|workis there any fancy way to bond in 9.10 now? :)20:44
jsalisburyFenix|work:  Nice, its working for me now.  Just talking with you about it fixed it :-)  I guess I'll close that bug now.  Sorry, I don't know about bonding in Karmic - yet ;-)20:48
=== jussi01 is now known as jussi01_
Fenix|workwe'll see how this works20:51
=== robbiew_ is now known as robbiew
Fenix|workjsalisbury, https://help.ubuntu.com/community/UbuntuBonding  -- works with karmic21:14
jsalisburyFenix|work: Thanks!21:15
=== jussio1 is now known as jussi01
TallJasonUbuntu Server 9.10: How do I set up "shared physical device"?   tried the wiki on networking for virtualization and its not working21:32
donspauldinganyone know how I can get pgupgradecluster to use a different encoding (UTF-8) than the one it's guessing I want based off of my system locale(LATIN-1)?21:40
majukCan anyone tell me, is LDAP necessary for Samba to function as a Windows PDC? I am so lost in the reeds right now.22:01
ahasenackmajuk: ldap is not necessary for that22:01
majukahasenack, Thanks.22:01
majukNow if I could only figure out how to make it work. ><22:02
flaccidis it possible to link up the snakeoil cert to postfix ?22:43
flaccidlike22:45
flaccidroot@starbug:~# ln -s /etc/ssl/certs/ssl-cert-snakeoil.pem /etc/ssl/certs/smtpd.crt22:45
flaccidroot@starbug:~# ln -s /etc/ssl/private/ssl-cert-snakeoil.key /etc/ssl/private/smtpd.key22:45
flaccidok that works good22:48
=== dendrobates is now known as dendro-afk
=== genii__ is now known as genii
Doorman352I posted in #ubuntu questions about installing a GUI to experiment in Ubuntu Server 9.04, previously I tried Webmin and dont care for it. I have also been directed to ebox, or just use the desktop distribution. Can anyone offer a good supported solution to use a GUI to configure and experiment with to learn?23:57

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