/srv/irclogs.ubuntu.com/2007/11/17/#ubuntu-server.txt

lamontsommer: send any postfix-ish stuff you want at me00:54
zulevening01:28
sommerlamont: cool thanks man02:12
=== jjjja is now known as nictuku
lamontsommer: I figure that I can liberate parts of it, especially configuration type stuff, and make the package better.  so it's all good.04:30
The_Kernelhow do I install ldap?04:49
sommerThe_Kernel: sudo apt-get install slapd... if you want OpenLDAP that is.05:02
sommerlamont: party!05:02
zylstra555Hello. Are there bots (the bad kind) that have humans sitting behind a computer deciphering CAPTCHA system text?05:50
joerlendI'm making a virtual machine template and I need to find all references to the hostname. How do I do that?07:13
pschulz01joerlend: Are you asking for a searck of the entire root directory?07:29
joerlendnot 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:30
antdedyetjoerlend: there are at least /etc/hosts & /etc/hostname07:32
joerlendyes, I know about those and I've edited them, other stuff still uses the old hostname.07:33
pschulz01joerlend: /etc/postfix/main.cf07:34
kgoetzgrep -r `hostname` /etc/07:34
joerlendkgoetz?07:34
joerlendoh.. Yes, that might be helpful. I'll try it, though I don't think everything calls it hostname.07:35
kgoetzjoerlend: search your hostname in /etc/, then you know what files its in07:35
kgoetzgrep -r -e `hostname` -e hostname /etc/07:36
pschulz01joerlend: /etc/apache2/?07:36
antdedyetjoerlend: backticks (` `) tell the shell to execute a command and the returned value is substituted for `hostname`07:37
lamont /etc/mailname is what mailers use, by policy07:38
joerlendwhy doesn't everything just refer to /etc/hostname?07:38
kgoetzyour mailname might not be your hostname07:40
kgoetzditto httpd and any number of other services07:40
joerlendoh, right.07:40
lamontsommer: of course I have yelp installed... it's part of ubuntu-desktop.. :-)08:38
lamontsommer: so does this mean that you're running that other desktop??? :-)08:38
J-_What code can I put into a php page to show my MySQL enabled/disabled stuff?11:50
J-_When I first set up my server there was a way, but, now I can't remember how I did it.11:51
susscorfaphpinfo() ? maybe and look which modules are enabled11:53
J-_hmm I think that may be it11:54
susscorfaok11:55
J-_do I just put phpinfo() in the file and save it as whatever.php?11:56
susscorfawell you should first start php <?php phpinfo(); ?>11:56
susscorfabut then write it to whatever.php and it should work11:57
J-_thanks11:57
susscorfabut afterwords delete this file again because phpinfo() can give unnessisary info to hackers / crackers11:57
J-_... really? So it's not safe to show it to someone?11:58
susscorfawell it is a good use to not show it i believe11:58
J-_Okay, thanks very much for the info. =)11:59
J-_saved me11:59
susscorfait gives info about your configureation so that is only a entry for other people11:59
susscorfanp11:59
=== pschulz01 is now known as pschulz01_away
nealmcbwell that seemed like an exciting 24 hours....17:36
nealmcb(re: USN 544) - thanks to the folks that work the long hours, who I won't wake up now by mentioning them :-)17:41
rickpDoes Ubuntu work with 2X - 2X TerminalServer?19:29
rickpmore specifically Ubuntu Server 7.1019:29
rickpanyone with experience with X2 with Ubuntu server?19:34
rickp^^ 2X TerminalServer ^^19:34
rickpI'll try back later19:37
m1rhello22:31
m1ri have dhcp server setup problem, can someone help ?22:36
sommerm1r: what's the specific issue?23:06
m1rhi sommer23:06
m1ri need to get eth0 serving dhcp server from chillispot23:07
m1rbut when i put my server23:07
m1ri mean when i put network config as23:07
m1rauto eth023:07
m1rit dont allow to get up23:07
m1runknown interface eth023:08
m1rbut on 7.04 on same network setup that works with np23:08
sommerm1r: what's chillispot?23:09
sommerdo you have more than one NIC?23:09
m1ryes23:09
m1rwlan0 conected to AP23:09
m1reth0 should serve as internal dhcp server23:09
m1rchillispot is captive portal package23:10
sommerdoes it work if you stop the wlan0 interface?23:10
sommerah23:10
m1rlet me check what happenes when i stop wlan023:11
sommerroger that standing by23:11
sommerheh23:11
m1rsame , ignoring it23:11
sommeris the interface working, just not dhcpd?23:12
m1rlaptop------AP-------eth0/wlan0-----AP-----internet23:12
m1rthis is setup23:13
sommerand your eth0 is working, or no?23:13
m1ri am conecting on eth0 dhcp so it works, but in network restart it says it is ignoring eth0 all the time23:13
sommerah and you want to turn eth0 into a dhcp server? or did I not understand that correctly?23:14
m1ryep23:14
m1rso packages from eth0 can go tun0 to wlan023:15
m1rbut now, i just want to get eth0 workable in sistem23:15
sommerah... try commenting everything for wlan0 in /etc/network/interfaces... then restart networking23:16
m1rstrange is that i have samesetup on 7.04 and it works with just: auto eth0 ; then it serves dhcp requests23:16
sommeralso here's a link that may help: http://www.cyberciti.biz/tips/linux-how-to-setup-multi-homing-networking.html23:16
m1rlet me see23:16
sommeryou might also check the scripts in /etc/network/if-* and see if they're running another daemon that isn't being run in 7.0423:17
m1rthere is problem right in start23:17
sommersweet23:18
m1rrouting should be going thru chillispot23:19
sommeryep that would do it.23:19
m1ri will check scripts first to see if dirent23:19
m1rscripts seems same23:23

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