[00:54] sommer: send any postfix-ish stuff you want at me [01:28] evening [02:12] lamont: cool thanks man === jjjja is now known as nictuku [04:30] sommer: I figure that I can liberate parts of it, especially configuration type stuff, and make the package better. so it's all good. [04:49] how do I install ldap? [05:02] The_Kernel: sudo apt-get install slapd... if you want OpenLDAP that is. [05:02] lamont: party! [05:50] Hello. Are there bots (the bad kind) that have humans sitting behind a computer deciphering CAPTCHA system text? [07:13] I'm making a virtual machine template and I need to find all references to the hostname. How do I do that? [07:29] joerlend: Are you asking for a searck of the entire root directory? [07:30] not really. That would involve searching through all files.. I'm using ubuntu-desktop, mailserver, lamp and sshserver tasks. If someone knows which files are involved.. ? [07:32] joerlend: there are at least /etc/hosts & /etc/hostname [07:33] yes, I know about those and I've edited them, other stuff still uses the old hostname. [07:34] joerlend: /etc/postfix/main.cf [07:34] grep -r `hostname` /etc/ [07:34] kgoetz? [07:35] oh.. Yes, that might be helpful. I'll try it, though I don't think everything calls it hostname. [07:35] joerlend: search your hostname in /etc/, then you know what files its in [07:36] grep -r -e `hostname` -e hostname /etc/ [07:36] joerlend: /etc/apache2/? [07:37] joerlend: backticks (` `) tell the shell to execute a command and the returned value is substituted for `hostname` [07:38] /etc/mailname is what mailers use, by policy [07:38] why doesn't everything just refer to /etc/hostname? [07:40] your mailname might not be your hostname [07:40] ditto httpd and any number of other services [07:40] oh, right. [08:38] sommer: of course I have yelp installed... it's part of ubuntu-desktop.. :-) [08:38] sommer: so does this mean that you're running that other desktop??? :-) [11:50] What code can I put into a php page to show my MySQL enabled/disabled stuff? [11:51] When I first set up my server there was a way, but, now I can't remember how I did it. [11:53] phpinfo() ? maybe and look which modules are enabled [11:54] hmm I think that may be it [11:55] ok [11:56] do I just put phpinfo() in the file and save it as whatever.php? [11:56] well you should first start php [11:57] but then write it to whatever.php and it should work [11:57] thanks [11:57] but afterwords delete this file again because phpinfo() can give unnessisary info to hackers / crackers [11:58] ... really? So it's not safe to show it to someone? [11:58] well it is a good use to not show it i believe [11:59] Okay, thanks very much for the info. =) [11:59] saved me [11:59] it gives info about your configureation so that is only a entry for other people [11:59] np === pschulz01 is now known as pschulz01_away [17:36] well that seemed like an exciting 24 hours.... [17:41] (re: USN 544) - thanks to the folks that work the long hours, who I won't wake up now by mentioning them :-) [19:29] Does Ubuntu work with 2X - 2X TerminalServer? [19:29] more specifically Ubuntu Server 7.10 [19:34] anyone with experience with X2 with Ubuntu server? [19:34] ^^ 2X TerminalServer ^^ [19:37] I'll try back later [22:31] hello [22:36] i have dhcp server setup problem, can someone help ? [23:06] m1r: what's the specific issue? [23:06] hi sommer [23:07] i need to get eth0 serving dhcp server from chillispot [23:07] but when i put my server [23:07] i mean when i put network config as [23:07] auto eth0 [23:07] it dont allow to get up [23:08] unknown interface eth0 [23:08] but on 7.04 on same network setup that works with np [23:09] m1r: what's chillispot? [23:09] do you have more than one NIC? [23:09] yes [23:09] wlan0 conected to AP [23:09] eth0 should serve as internal dhcp server [23:10] chillispot is captive portal package [23:10] does it work if you stop the wlan0 interface? [23:10] ah [23:11] let me check what happenes when i stop wlan0 [23:11] roger that standing by [23:11] heh [23:11] same , ignoring it [23:12] is the interface working, just not dhcpd? [23:12] laptop------AP-------eth0/wlan0-----AP-----internet [23:13] this is setup [23:13] and your eth0 is working, or no? [23:13] i am conecting on eth0 dhcp so it works, but in network restart it says it is ignoring eth0 all the time [23:14] ah and you want to turn eth0 into a dhcp server? or did I not understand that correctly? [23:14] yep [23:15] so packages from eth0 can go tun0 to wlan0 [23:15] but now, i just want to get eth0 workable in sistem [23:16] ah... try commenting everything for wlan0 in /etc/network/interfaces... then restart networking [23:16] strange is that i have samesetup on 7.04 and it works with just: auto eth0 ; then it serves dhcp requests [23:16] also here's a link that may help: http://www.cyberciti.biz/tips/linux-how-to-setup-multi-homing-networking.html [23:16] let me see [23:17] you might also check the scripts in /etc/network/if-* and see if they're running another daemon that isn't being run in 7.04 [23:17] there is problem right in start [23:18] sweet [23:19] routing should be going thru chillispot [23:19] yep that would do it. [23:19] i will check scripts first to see if dirent [23:23] scripts seems same