=== bear [n=bear@c-71-230-109-9.hsd1.pa.comcast.net] has joined #ubuntu-server === bear is now known as bear_dinner === Mussi [n=Mussi@unaffiliated/mussi] has joined #ubuntu-server === bear_dinner [n=bear@c-71-230-109-9.hsd1.pa.comcast.net] has left #ubuntu-server ["Leaving"] === Hector [n=birkoff@201.153.28.200] has joined #ubuntu-server === Drac[Server] [n=Draccy@c-24-60-219-129.hsd1.ma.comcast.net] has joined #ubuntu-server === usual [n=usual@cpe-72-231-137-206.nycap.res.rr.com] has joined #ubuntu-server [03:24] Anyone happen to run ubuntu-server on a HP server with a SATA raid card? [03:31] maybe if I try 2.4 instead of 2.6 === czc [n=Nicolas@cm-24-121-107-72.flagstaff.az.npgco.com] has joined #ubuntu-server === Toadstool [n=jcorbier@ubuntu/member/toadstool] has joined #ubuntu-server === jonesssss [n=rab@dynamic-acs-24-154-232-113.zoominternet.net] has joined #ubuntu-server === xnull [n=z@www.housewolf.org] has joined #ubuntu-server [04:26] hi i want to install ubuntu as a server [04:26] hey [04:26] what does it have? for a server [04:26] have you installed ubuntu yet? [04:26] yes [04:27] LAMP, linuc, apache mysql and php [04:27] linux* [04:27] i want something hardened [04:27] such as? [04:27] lets say kernel+grsecurity php+hardening-Patch etc.. [04:27] lol [04:27] well === mystamax [n=mystamax@c-24-98-118-36.hsd1.ga.comcast.net] has joined #ubuntu-server [04:28] does apt knows about that?:) [04:28] im not sure what you mean, im guessing you just want security [04:28] yep. [04:29] is the pc going to be a perminat server or one you install on your everyday use pc? [04:30] server apache+mailserver [04:35] brb === jonesssss [n=rab@dynamic-acs-24-154-232-113.zoominternet.net] has left #ubuntu-server ["Cya"] === jonesssss [n=rab@dynamic-acs-24-154-232-113.zoominternet.net] has joined #ubuntu-server [05:29] xnull: "hardened PHP" is complete useless wank. [05:29] xnull: As for grsecurity, if you want it, you get to compile your own kernel. No big deal, I tend to compile my own kernels for all my servers too. *shrug* [05:30] infinity: me 2, but why hardened php sux? [05:31] It changes the behaviour of PHP enough that the few slight benefits you get from it seem to be outweighed by the "it doesn't work how the manual says it does, and 3rd party PHP apps all break" factor. [05:31] hmm [05:31] It also just seems to be a wonderful way for the Hardened PHP folk to get press when there are PHP vulns discovered (which Ubuntu fixes anyway, so...) [05:33] Anyhow, to each their own, I suppose. I'll never ship the "hardened" patch in Ubuntu, though. [05:36] personally, i find most php applications to be amazing exercises in human idiocy from a security and code quality point of view. but that's just me. [05:39] Yes, that they are. [05:39] "Input validation, what's that?" [05:40] But it annoys me, as the PHP maintainer, that PHP "programmers" blame the language for their lousy programming, rather than blaming themselves. [05:40] 99% of our security releases for PHP are programmer error (input validation being a big one). [05:40] We don't do glibc security releases to build in input validation into every function you may abuse there, but apparently, PHP is supposed to hold your hand. [05:56] well, it's a non-trivial issue. php is a language ghetto, and it lowered the bound to entry for programming to an IQ of 70. then a lot of people with neighboring IQs went and started programming in it, which promptly turned away the vast majority of smart people who wanted to use the language. [05:58] nowadays, php has very strong community value -- it keeps most of these people away from other languages. [05:59] === infinity snickers. [05:59] Keeping idiots away from Perl and Python is a noble goal. [06:00] The real shame is that PHP /is/ useful, despite the thousand of people who make it look like it isn't. [06:00] aye. [06:00] I've seen some good things written with php [06:00] & some shockers [06:01] ajmitch: I try not to admit to it often, but I can bang out rapid prototyping in PHP about twice as fast as Perl (and Perl about twice as fast as Python) [06:01] I full admit that the latter is due to a lack of experience in Python. [06:01] But the former is just because PHP really is *that* quick for prototyping. [06:01] ajmitch: a good hacker will write good code regardless of the language, so that there exists some good stuff in PHP isn't surprising. === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-server [06:02] infinity: for people who know the value of using the right tool for the job, PHP has some excellent uses. [06:04] oh, and you can definitely get to the point of producing python as quickly as perl. i'm a convert after reaching stage 6 of nat torkington's seven stages of a perl programmer. [06:07] neuralis: I expect that one day I'll be proficient in Python, but currently it's a painful affair compared to Perl. [06:08] With PHP, though, the great this is that half the time when I want to do Radnom Thing X, I realise it's already been implemented in C, and it's literally a single function call to make it go in PHP. [06:09] In Perl or Python, that tends to translate to at least 5-10 lines of code, even if the functionality exists in an extension, and many, many more if it doesn't. [06:10] PHP's "make it all C" approach tends to lead to the unfortunate acceptance by idiots, but it also makes it very, very quick to "get shit done".. A horrible double-edged sword. [06:10] that it is. [06:10] i'm trying to see if i still have some of my more amusing perl snippets around [06:16] oh, here's a fun one: http://pastebin.com/766666 is a full-blown interpreter for an obscure flavor of simple assembly, with the target being brevity. the next shortest solution was about 5 times the length :) [06:17] And that's precisely why most people hate Perl. :) [06:17] Mine tend to aim for readability. [06:19] infinity: i wrote ~100kloc of relatively pretty, easy-to-maintain perl code for "serious" uses. this wasn't one of those :) [06:19] Obviously not. :) [06:19] For maximum unreadability, write a brainfuck interpreter in Perl. Even if you TRY to make it readable, it won't be. [06:19] haha i actually never tried that [06:20] (And if you try to make it unreadable, it'll be hell) [06:20] didn't a recent ioccc go to a brainfuck interpreter? === neuralis looks [06:21] I installed qemu .. how do I start him ? [06:22] xnull: you need an image to start it with. [06:22] neuralis: i have.. but I don`t have a meniu or something ? [06:25] neuralis: I intended at one point to write a brainfuck variant (my current favourite is "whitespace") calles "escapes", which would use ',",\ etc as the keywords. Wouldn't make the code any less readable than brainfuck, but it would make interpreters nearly impossible to understand. [06:25] xnull: no menu. qemu -hda , man qemu for detailed options [06:26] infinity: http://laptop.org/~krstic/timwi-bf.c (2005 winner by arne heizmann) [06:26] Oh, that's pretty. [06:27] cracks me up. [06:28] infinity: you should write an escapes spec for edgy. [06:29] Only if the spec includes rewriting core infrastructure in Escape. [06:29] a "port all init.d scripts to escapes" spec? [06:29] Ed Zachary. :) [06:29] :) [06:30] infinity: why the hell not? linspire is switching everything to haskell, and what better way to one-up them. === gpd [n=gpd@www.grahamdavies.net] has joined #ubuntu-server === thefish [n=thefish@unaffiliated/thefish] has joined #ubuntu-server === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has joined #ubuntu-server === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has left #ubuntu-server [] [10:31] infinity: what interesting -server stuff do you have ideas about? [10:31] I have no ideas, cause I've been flat out on "closing dapper" and "opening edgy". [10:31] \o/ [10:31] Haven't had the time to be creative. === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has joined #ubuntu-server [10:31] neuralis: How about you? [10:31] right :) [10:32] currently I've just got the network auth & am hopeful about selinux [10:33] I'll try & dream up new ideas by tomorrow, though I won't be there to discuss them in person [10:34] I'd like to see some SEL stuff, but I'm doubting that "good end-to-end SELinux policies" is a realistic goal for edgy. [10:34] For edgy+1, it's totally doable, because the SELinux effort in Debian is awaking from its slumber as well. [10:35] I think it's fairly likely to get some in for edgy - comprehensive coverage isn't the initial goal [10:35] basic tools & a modular reference policy that covers common cases will help [10:35] I'm all for trying for "something less crap than what we have". [10:35] Bordering on "useable", even. [10:36] Are you in contact much with Russel? [10:36] manoj has packaged up the latest reference policy for sid [10:36] I talk to him form time to time [10:36] He's left RedHat recently and is back on the Debian/SELinux warpath. [10:36] yes, I saw that [10:36] His goal is to do for Debian what he did for Fedora. [10:36] which is great news for us [10:36] he's keen to see it happening in Ubuntu as well [10:37] If he'd like to work directly with us to push it in faster (especially if what he wants to do is too agressive to make the Etch release), then that's awesome. [10:37] Otherwise, I'm happy to inherit from Debian. [10:38] to my great surprise, we can do 0-day NMUs to get selinux functionality in debian [10:39] apart from that, I've got some sparc toys to play with for now [10:39] & I have to find out what's happening with the hypervisor & virtualisation [10:39] though that falls more under the kernel area [12:24] ajmitch: network auth? [12:24] yes [12:25] what does that actually mean? [12:26] client/server authentication using ldap & kerberos for some sort of single sign-on [12:26] cool. does this mean lib{pam,nss}-ldap will hit main? [12:27] using pam_krb5 for this [12:27] but possibly :) [12:29] what will you be using for network filesystem? nfs 3, 4 or cifs? [12:29] I'm just focusing on the authentication part here === trs80 nods [12:53] infinity: saw the -meeting notice, i'm considering myself poked re: specs (they've been on the todo list for a while, hoping to get around to them late this weekend.) === truz_`24 [n=truz_`24@74.129.166.232] has joined #ubuntu-server === edneymatias [n=edney@prognus.com.br] has joined #ubuntu-server [02:41] morning! [02:42] hi edneymatias === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-server === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server === lbm [n=lbm@0x555298ca.adsl.cybercity.dk] has joined #ubuntu-server === Linuturk [n=linuturk@wsip-70-168-102-136.ga.at.cox.net] has joined #ubuntu-server [04:55] where is the php.ini file? === jahor [n=jahor@62.240.165.55] has joined #ubuntu-server === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has left #ubuntu-server [] === kermitX_ [n=kermit@unaffiliated/cxg] has joined #ubuntu-server === mooseman447 [n=mooseman@24.229.155.24.res-cmts.sm.ptd.net] has joined #ubuntu-server === Linuturk [n=linuturk@wsip-70-168-102-136.ga.at.cox.net] has joined #ubuntu-server [05:17] I need to install the GD Library for my LAMP server. what is the easiest way to do this? [05:19] Linuturk, gd for php? try php5-gd [05:20] yeah [05:20] i installed the default LAMP install [05:20] how would I upgrade to the gd? [05:20] just install that package. [05:21] i'm not seeing it in synaptic [05:22] nvm [05:22] found it [05:23] anything I need to do to configure it? [05:24] Linuturk, nope. [05:25] i'll need to restart apache before it will take effect? [05:37] [synaptic in the default LAMP install o_O] [05:54] ;) === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has joined #ubuntu-server === jackc [n=jack@84-72-164-170.dclient.hispeed.ch] has joined #ubuntu-server === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has joined #ubuntu-server === Lukketto [n=Lukketto@host207-159.pool876.interbusiness.it] has left #ubuntu-server [] === edneymatias [n=edney@prognus.com.br] has joined #ubuntu-server === nikola-ppp [n=nikola@cmung3663.cmu.carnet.hr] has joined #ubuntu-server === niallobroin [n=niall@31.Red-80-32-23.staticIP.rima-tde.net] has joined #ubuntu-server [08:50] I'm trying to do a dapper install with RAID1 disk setup, but when it comes time to configure the MD devices, one of the partitions I've setup on one disk isn't offered in the list. All partitions are correctly marked as type fd. Any ideas? === J_P [n=jp@200.146.37.219] has joined #ubuntu-server [08:59] hi all [09:01] people, I have my ubunu-server and I would like change de locales, so i try do "dpkg-reconfigure locales", but this not works (but in debian works), this command does not open dialog to change locales, onde generate locales up-to-date. Anyone know How I change the locales ? [09:02] you probably need to change the dpkg query level (can't remember the flag right now) === nikola-ppp [n=nikola@cmung3663.cmu.carnet.hr] has left #ubuntu-server ["Leaving"] [09:06] dpkg-reconfigure -plow [09:07] ok :_0 [09:07] :_) [09:07] trying... [09:07] gpd: "dpkg-reconfigure -plow locales" right ? [09:08] gpd: dpkg-reconfigure -plow locales result is equal as dpkg-reconfigure locales :-( === mystamax [n=mystamax@63.90.190.232] has joined #ubuntu-server === niallobroin [n=niall@31.Red-80-32-23.staticIP.rima-tde.net] has left #ubuntu-server ["Client] === J_P [n=jp@200.146.37.219] has left #ubuntu-server [] === gilprice [n=gilprice@cpe-024-168-203-119.sc.res.rr.com] has joined #ubuntu-server === J_P [n=jp@200.146.37.219] has joined #ubuntu-server [09:45] gpd: decobriu algo como fazer p usar o dpkg-reconfigure locales ? === nikola-ppp [n=nikola@cmung4004.cmu.carnet.hr] has joined #ubuntu-server === kermitX_ [n=kermit@unaffiliated/cxg] has joined #ubuntu-server === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === kermitX_ [n=kermit@unaffiliated/cxg] has joined #ubuntu-server === kermitX_ [n=kermit@unaffiliated/cxg] has joined #ubuntu-server === J_P [n=jp@200.146.37.219] has left #ubuntu-server [] === kermitX_ [n=kermit@unaffiliated/cxg] has joined #ubuntu-server === J_P [n=jp@200.146.37.219] has joined #ubuntu-server === kermitX_ [n=kermit@unaffiliated/cxg] has joined #ubuntu-server === J_P [n=jp@200.146.37.219] has left #ubuntu-server [] [10:46] anyone around? === ArthurBrazil [n=arthur@c-66-229-214-252.hsd1.ca.comcast.net] has joined #ubuntu-server [10:51] J_P: install localeconf === J_P [n=jp@200.146.37.219] has joined #ubuntu-server [11:04] hi all === ArthurBrazil [n=arthur@c-66-229-214-252.hsd1.ca.comcast.net] has left #ubuntu-server ["Not] [11:09] J_P: install localeconf [11:09] gpd: ufa!! trying! [11:18] gpd: yes, after dpkg-reconfigure localeconf works.. :-) === nikola-ppp [n=nikola@cmung4004.cmu.carnet.hr] has left #ubuntu-server ["Leaving"] === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server