[12:27] SuperLag: nope, haven't found JeOS === coffeedude [n=coffeedu@216.254.62.194] has joined #ubuntu-server [12:33] it sounds like JeOS would be great for ec2. I've been impressed at how quickly the django gentoo image (I think ami-29947140) starts up. === jbrouhard [n=jbrouhar@cm-207-192-233-238.stjoseph.mo.npgco.com] has joined #ubuntu-server [01:13] nealmcb, do you know where one can donwload JeOS ? === EvaLuaTe [n=evaluate@unaffiliated/evaluate] has joined #ubuntu-server [01:29] hello [01:30] i've read on the net that there should be a 'mail' command on linux to send e-mails with it, but it seems it doesn't install by default with ubuntu server, is there any apt-get package i could install so i can run that command ? === AnRkey [n=AnRkey@87-194-62-131.bethere.co.uk] has joined #ubuntu-server [01:39] EvaLuaTe: install mailx [01:40] where can i download JeOS ? === zul_ [n=chuck@mail.edgewater.ca] has joined #ubuntu-server [01:49] is there any example on how to send a mail with the 'mail' command ? because i can't seem to do it right [01:49] and finding something usefull by google-ing for 'mail' is even harder, lol :) [01:50] EvaLuaTe: mailx [01:51] yeah, i already installed it, but i would like to test if it works by sending myself an e-mail, to my yahoo account [01:51] it doesn't seem to work though [01:51] maybe i'm not doing it right ... [01:51] you have an MTA installed? [01:52] if it installes by default with ubuntu server, yes, if not, how could i install one ? :) [01:52] sudo apt-get install postfix [01:53] it was already installed [01:53] then you may need to check its configuration :) [01:53] although, i have read in the introduction of mailx that i would have to run dpkg-reconfigure Postfix, I did, but it didn't return anything === ajmitch hasn't used postfix for several years, so can't help with anything specific to it === EvaLuaTe is google-ing for 'configure postfix' === dendro-away [n=dendroba@adsl-065-005-186-012.sip.asm.bellsouth.net] has joined #ubuntu-server === PanzerMKZ [i=Panzer@dialup-4.152.15.199.Dial1.Atlanta1.Level3.net] has joined #ubuntu-server === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-server [04:26] is there no libapache-mod-ldap for apache2? or is this builtin somehow === PanzerMKZ_ [i=Panzer@07-034.136.popsite.net] has joined #ubuntu-server === osmosis [n=steven@cpe-76-80-127-252.socal.res.rr.com] has joined #ubuntu-server === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server === osmosis [n=steven@cpe-76-80-127-252.socal.res.rr.com] has joined #ubuntu-server === grint_ [n=grint@87.240.15.4] has joined #ubuntu-server === l_ [n=l_@mix.mmjgroup.com] has joined #ubuntu-server === l_ [n=l_@mix.mmjgroup.com] has joined #ubuntu-server === m12 [n=m1r0@78-2-25-57.adsl.net.t-com.hr] has left #ubuntu-server [] === CrummyGummy [n=CrummyGu@dsl-242-55-243.telkomadsl.co.za] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === h4wk0 [n=h4wk@89.241.227.99] has joined #ubuntu-server === h4wk0` [n=h4wk@89.241.227.99] has joined #ubuntu-server [09:39] mic.com === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === dexem [n=dani@220.Red-83-52-31.dynamicIP.rima-tde.net] has joined #ubuntu-server === `6og [n=kgoetz@gnewsense/friend/kgoetz] has joined #ubuntu-server === MenZa [n=you@217.172.48.162] has joined #ubuntu-server === Drazha[away] is now known as Drazha === Janet32766 [n=chatzill@177.148.121.70.cfl.res.rr.com] has joined #ubuntu-server [10:39] can anyone tell me why my static IP addr keeps changing (feisty)? /etc/network/interfaces lists interface as static [10:40] Could you throw your entire /etc/network/interfaces onto pastebin? [10:40] !pastebin [10:40] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) [10:45] i would, but i now can't ssh in to the box that has the issue, from memory, /etc/network/interfaces is iface eth0 inet static [10:46] and works fine for several hours after an ifdown/ifup [10:49] but then changes to an IP that looks like a DHCP assigned addr [10:51] first started happening when i was running iptraf (monitor) as root, i wonder if some odd promiscus mode issue === PanzerMKZ [i=Panzer@08-205.136.popsite.net] has joined #ubuntu-server [11:09] my static IP keeps changing from .20 to .104, which then wont let me log in :( === `6og lols [11:11] i think network-manager is playing games === `6og would agree [11:15] any ideas how to resolve? [11:16] besides putting ifup/ifdown in cron every minute :)) [11:16] Janet32766: Um.. [11:16] Janet32766: Is this a server? [11:16] y [11:16] Janet32766: ...and you have network-manager installed? [11:17] i installed a fairly generic edubuntu server , didn't specifically install nm [11:17] Ah, edubuntu. [11:18] Um.. No, I don't think that involves nm. [11:18] Janet32766: Did you perhaps install it using dhcp and then later switch it to static? [11:18] ...and not reboot(!) it inbetween? [11:19] You see, ifupdown doesn't maintain much state in between invocations. [11:19] could be, not, a reboot has occurred, but my eth1 interface changed to eth2 for no reason last boot [11:20] All it knows is "yes, i've configured this interface". If it's been brought up while configured as dhcp, ifup has started dhclient. If the config is changed to static and then ifdown is ran, it doesn't kill the dhclient, because it doesn't know that it started it (because it doesn't know that it was a dhcp interface when it was upped). [11:21] so chances are that theres a dhclient still around that might be refreshing its IP every now and again. An hours lease time on dhcp sounds sensible enough. [11:22] kill dhclient? [11:22] Yup. [11:22] Well, pkill or killall, bt you get the idea. [11:23] any idea why my eth1 boots as eth2 sometimes? that may have been the start of this issue, as eth1 was static, nut now it's not in /etc/network/interfaces, eth2 is [11:23] It's hard to say. Which version of Ubuntu? [11:23] fei [11:24] 704 [11:24] Look in /etc/udev/rules.d/70-persistent-net.rules [11:26] will check asap, thanks! [11:26] np === ghatak [n=ghatak@84-93-217-81.plus.net] has joined #ubuntu-server [11:45] Hi, i installed apache2, but it wont start. when i do /etc/init.d/apache2 start. nothing happens and no errors in errorlog [11:45] what is wrong ? === EvaLuaTe [n=evaluate@unaffiliated/evaluate] has joined #ubuntu-server === AnRkey [n=AnRkey@host-83-146-42-229.bulldogdsl.com] has joined #ubuntu-server === rbrunhuber [n=Miranda@highway.mvi.de] has joined #ubuntu-server === ajmitch [n=ajmitch@port166-123.ubs.maxnet.net.nz] has joined #ubuntu-server === crummygummy_ [n=CrummyGu@dsl-242-55-243.telkomadsl.co.za] has joined #ubuntu-server === boggle [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-server === luk3 [n=luk3@host86-148-71-205.range86-148.btcentralplus.com] has joined #ubuntu-server [01:15] hi i have installed pptpd on ubuntu server i can access the server from outside with no connection problems however when i try to access a web server on the netwok it wont work even though i can ping the machine. any ideas? [01:16] if anyone has any suggestions i would be very greatful [01:17] its quite urgent as my company has no vpn :( [01:20] anyone? [01:55] hi i have installed pptpd on ubuntu server i can access the server from outside with no connection problems however when i try to access a web server on the netwok it wont work even though i can ping the machine. any ideas? [01:57] luk3: Repeating your question when no one new has joined is unlikely to get you a better answer. If I had any suggestions, I'd have given them to you the first time. [01:58] sorry i actually posed it in the wrong window [01:58] have you got any suggestions as to rooms i could try? [01:58] No, sorry. === asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-server [02:24] <`6og> anyone familar with bind8 here atm? [02:24] <`6og> er, bind9 [02:24] <`6og> i'm after some help.. think my serials are too long === dendrobates [n=dendroba@adsl-065-005-186-012.sip.asm.bellsouth.net] has joined #ubuntu-server === luk3 [n=luk3@host86-148-71-205.range86-148.btcentralplus.com] has left #ubuntu-server ["Leaving"] === Nicke [n=niclasa@dyna227-234.nada.kth.se] has joined #ubuntu-server [03:04] `6og: YYYYMMDDSS is the general format. [03:05] <`6og> cheers. i'm currently racing sleep to see if i can get bind working first or pass out ;) === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === ivoks [n=ivoks@4-229.dsl.iskon.hr] has joined #ubuntu-server === n0e [n=noe@77-57-2-41.dclient.hispeed.ch] has joined #ubuntu-server === [DarkSun] [n=joedoe@host-84-222-50-110.cust-adsl.tiscali.it] has joined #ubuntu-server [03:30] <[DarkSun] > hello all [03:30] hi, i'm having problems installing mysql...its the first time i'm having issues with mysql especially on ubuntu [03:30] what logs do i have to check? can't find anything atm [03:31] <[DarkSun] > I have installed ubuntu server 7.04 on a Pentium-MMX 200MHz and doesn't boot [03:31] <[DarkSun] > just after showing "Loading..." it reboots [03:31] <[DarkSun] > what parameters should I try in grub? === PanzerMKZ [i=Panzer@dialup-4.88.79.207.Dial1.Atlanta1.Level3.net] has joined #ubuntu-server === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #ubuntu-server === lamont [i=lamont@nat/hp/x-3a2985b6a9504274] has joined #ubuntu-server === lamont [i=lamont@nat/hp/x-9782d7e37c05fea4] has joined #ubuntu-server === rainbow` [n=ra1nb0w@213-156-55-129.fastres.net] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === dantalizing [n=chatzill@n128-227-61-235.xlate.ufl.edu] has joined #ubuntu-server === mathiaz [n=mathiaz@ubuntu/member/mathiaz] has joined #ubuntu-server === leonel [n=leonel@189.155.156.51] has joined #ubuntu-server === lamont [i=lamont@nat/hp/x-ca7e34acb0a1837a] has joined #ubuntu-server === coffeedude [n=coffeedu@216.254.62.194] has joined #ubuntu-server [05:53] for comic relief in stressful times: The Unix Sysadmin Song sung to the tune of the "I Am the Very Model of a Modern Major-General" from Gilbert and Sullivan - http://www.harley.com/harley-quotes/unix-sysadmin.html [05:54] gotta' love a song that rhymes sysadmin with slash usr bin === Drazha is now known as Drazha[away] === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === dantalizing is now known as dantalizing_away === boggle [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-server === osmosis [n=steven@63.139.86.3] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === Nicke [n=niclasa@ua-83-227-140-135.cust.bredbandsbolaget.se] has joined #ubuntu-server === mdz [n=mdz@adsl-75-24-195-114.dsl.pltn13.sbcglobal.net] has joined #ubuntu-server === coffeedude [n=coffeedu@216.254.62.194] has joined #ubuntu-server === Styles [n=Styles@67.138.244.194] has joined #ubuntu-server === dantalizing_away is now known as dantalizing === dexem [n=dani@212.97.172.119.dyn.user.ono.com] has joined #ubuntu-server === lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-server [07:34] moin [07:36] moin === lamont [i=lamont@nat/hp/x-f81d53e9a02cc4af] has joined #ubuntu-server === rainbow` [n=ra1nb0w@213-156-55-129.fastres.net] has joined #ubuntu-server [07:53] anyone seen this problem before under fiesty " start-stop-daemon: nss_ldap: could not connect to any LDAP server as (null [07:53] ) - Can't contact LDAP server" === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === kmaynard [n=kmaynard@user-24-214-249-208.knology.net] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === YourMomsHero [n=cirish@74.202.196.195] has joined #ubuntu-server === kupesoft [n=dave@CPE003018b02a53-CM0018c0c44e76.cpe.net.cable.rogers.com] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === rainbow` [n=ra1nb0w@213-156-55-129.fastres.net] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === nijaba [i=nbarcet@unaffiliated/nijaba] has joined #ubuntu-server === slackwarelife [n=lauramax@host65-3-dynamic.6-79-r.retail.telecomitalia.it] has joined #ubuntu-server === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-server === slackwarelife [n=lauramax@host65-3-dynamic.6-79-r.retail.telecomitalia.it] has left #ubuntu-server [] === mikkk [n=mike@c-67-184-235-96.hsd1.il.comcast.net] has joined #ubuntu-server === razer [n=razer@89-253-84-59.customers.ownit.se] has joined #ubuntu-server [10:01] I've put the proposed new tasks at: http://people.ubuntu.com/~soren/new-tasks/ [10:01] Unless anyone objects wildly soon, I'll get them rolled into the seeds. === tck [n=tck@212.2.177.22] has joined #ubuntu-server [10:07] hi soren [10:07] ajmitch: Hi, Andrew. [10:08] able to test samba? [10:09] I'm apt-geting it right now. :) [10:09] thanks :) [10:16] ajmitch: hi [10:16] ajmitch: did you have a look into the samba bug I mentionned yesterday ? [10:17] ajmitch: It seems to work like a charm. [10:19] ajmitch: I'd be happy to give my thumbs up on a UVFe if you file one? [10:21] Why is our default Samba workgroup "MSHOME"? [10:26] soren: that's the default from Microsoft [10:26] mathiaz: Oh. [10:27] mathiaz: Good point. === benlake [n=benlake@70.254.182.160] has joined #ubuntu-server === slackwarelife [n=ubuntuli@87.4.131.190] has joined #ubuntu-server === slackwarelife [n=ubuntuli@host190-131-dynamic.4-87-r.retail.telecomitalia.it] has joined #ubuntu-server [10:42] soren: pitti was already willing to give a UVFe [10:43] not so keen on feature changes like net usershare [10:43] ajmitch: No, but that hasn't been enabled, right? [10:43] ajmitch: I don't think so. [10:43] no, but I think that's what mathiaz is referring to [10:43] right? [10:43] ajmitch: I've reworked the patch and submitted it to debian today [10:44] ajmitch: nope. It was another bug. [10:44] mathiaz: yeah, I saw when reading my email before work :) [10:44] ok, which one? === ajmitch was looking at that & cups by default [10:44] ajmitch: yes. that's it. [10:45] ajmitch: we're already exporting the printer share by default. [10:45] ajmitch: but because cups is not configured by default, printers won't show up. [10:45] right, slangasek said that the better way to do it was to drop the cups.patch from debian/patches === slackwarelife [n=ubuntuli@host190-131-dynamic.4-87-r.retail.telecomitalia.it] has joined #ubuntu-server [10:45] 17:43 < slangasek> well, there are some behavior differences when using the cups support, last time I used it there was some raciness on startup because cups would accept connections and provide printer lists to smbd queries before it had finished loading its own list of printers [10:45] 17:44 < slangasek> but that was years ago, I have no idea if that's a current issue or if there are other issues taking its place [10:46] and when I asked pitti about it a couple of minute before that: [10:46] 17:36 < pitti> ajmitch: makes me a little nervous TBH (FF and all that) [10:46] ajmitch: hum... It may be to late in the release cycle then [10:46] yeah [10:46] otherwise, packages are on my ppa, soren tested them [10:47] ajmitch: ok. The reason I asked was that the bug is milestoned for beta [10:47] ajmitch: so the milestone should be removed. [10:47] ok [10:47] milestones are not my call :) [10:48] the only patch I added was http://ajmitch.net.nz/debuild/ubuntu/samba/samba-3.0.26a/debian/patches/chgpasswd.patch [10:51] ajmitch: I'm all for getting 3.0.26 in. It mostly a bugfix and security release than anything else, afaict. [10:51] definitely [10:52] I'm just rebuilding the source for upload now === slackwarelife [n=ubuntuli@host190-131-dynamic.4-87-r.retail.telecomitalia.it] has joined #ubuntu-server [10:53] shame that it takes so long to upload at 256Kbps :) [10:55] ajmitch: did you take the CVE patch from debian ? [10:55] it's 3.0.26a-1, so yes, it has the fix for 3.0.25's security issue [10:56] it doesn't affect any other versions, just gutsy [10:56] ajmitch: of course... [10:57] makes keescook's life a little easier :) [10:58] ajmitch: I can push the orig.tar.gz for you, if you want? :) [10:59] I think it needs to be in 1 ftp session to to the way soyuz works :) [10:59] unlike debian [10:59] it's ok, I can just ignore irc for 20 min while ssh is lagged === ajmitch dputs [11:04] ajmitch: works here too [11:05] great, thanks for testing === slackwarelife [n=slackwar@host190-131-dynamic.4-87-r.retail.telecomitalia.it] has joined #ubuntu-server [11:20] ok, it should be accepted & built soon === mdz [n=mdz@adsl-75-22-182-235.dsl.pltn13.sbcglobal.net] has joined #ubuntu-server [11:24] ajmitch: So you and pitti ended up OK'ing it then? === maxter [n=chatzill@201.228.128.82] has joined #ubuntu-server [11:38] hola!! [11:38] How I install Cpanel in my Ubuntu Server 6.06? === soren goes to bed [11:45] soren: yeah, he's wanting a more relaxed UVF, allowing bugfix-only releases through === pschulz01 [n=pschulz0@ubuntu/member/pschulz01] has joined #ubuntu-server === maxter [n=chatzill@201.228.128.82] has left #ubuntu-server []