[00:04] I'd like to set up a caching server (DNS, web, other?) just for personal home use. Would I need it to have two NICs, or could it be done with just one? (I'm considering an Eee Box for the task currently.) [00:04] I don't see why you'd need more than one nic, nope [00:06] Excellent. Wasn't sure if such a thing would need to also be acting as the gateway or some such thing. [00:06] well, you don't have to make it your gateway [00:07] you could, but, running a web cache, and a dns cache don't require that, they just require that your user computer's dns be pointed at it, and it have your box as its http proxy [00:10] Any other tricks like that that you can think of to make my internet connection appear faster? [00:10] uh [00:10] how fast is your internet connection? [00:11] 12Mbit DSL, iirc. [00:12] Obviously I can't make big downloads faster, but for my everyday stuff every little bit helps. [00:13] unless you have extremely high latency, it's unlikely you're going to see much gain [00:14] (I'm also partly doing this just to learn how, so I could potentially do similar things on a broader scale later in life.) [02:33] Anyone tried boinc on Ubuntu Server? [03:26] New bug: #341816 in samba (main) "samba PANIC: failed to set uid" [Undecided,Incomplete] https://launchpad.net/bugs/341816 [03:47] Okay; so. The linux installer asked me if I wanted to raid my system; I set it up / to be raid1. For some reason it didn't do a dpkg-reconfigure mdadm during setup (or at least didn't ask those questions.) I did sudo dpkg-reconfigure mdadm after the fact. Halfway through it gave a bunch of "rm: cannot remove md0-: Read-only file system". Should I be worried? [05:42] hi all [05:43] how I change of "Sun Mar 15 01:38:53 EDT 2009" to "Sun Mar 15 01:38:53 BRT 2009" ? I try set in tzselect and set ok to brazil location, but still are EDT. [05:55] Hello.. Does anyone know how to add the PHP path directory so that any scripts I run can use PHP? I don't know where to add the PATH to [06:04] If you install php, doesn't it go into your path by default? [06:04] Hmm... Well when I type "php" I get an error "-bash: php: command not found" [06:05] Shoopuf: you'll want to install the php5-cli package [06:05] sommer: ok, apt-getting now :) [06:16] sommer, ball: thanks guys, workin like a charm now... had to install php5-cli [06:16] welcome [06:17] i figured i had to edit some text file and add a path somewhere :/ [06:18] * ball wasn't much help, but I appreciate the sentiment === tuxlinux_ is now known as tuxlinux [11:05] how to add a second NIC to ubuntu...it gets listed in lspci === rags is now known as llrags === llrags is now known as llragsll [11:15] any one... [11:15] New bug: #342655 in sysstat (universe) "Confusing debconf message when upgrading" [Undecided,Invalid] https://launchpad.net/bugs/342655 [11:30] Hi [11:30] I have mounted a Linux server with POSTFIX, it doesn't have a domain name, just a static public IP. All the emails I send trought it are put into spam folders, I have read something about MX records, etc.. Can anyone please help me?, thanks [11:41] s: how to add a second NIC to ubuntu...it gets listed in lspci === asac_ is now known as asac [12:16] Hi, would anyone know why ssh would be laggy? (I mean just typing in text is slow) [12:16] heu busy link? [12:16] 3G connections do that. [12:17] but its just text, surely even the most basic internet can not lag on that? [12:17] well your letter has to go to and from your server first [12:17] i think [12:18] any idea on how to speed it up, if it were the connection? === twb` is now known as twb [12:18] latency is latency [12:18] ping the server [12:19] 200ms+ ping can make ssh appear 'laggy' [12:19] no it isn't. it's screen re-draws. [12:19] Deeps: ah right [12:19] :-P [12:19] eek 2000ms, time to get a better connection methinks [12:19] there you go then [12:19] it's taking 2 second for a simple message to reach the server and get back to you [12:19] Deeps: thanks! [12:20] ssh is an ecrypted bytestream, not just plain text ;) [12:20] I am trying to add a second nic to my ubuntu server..it get's listed on lspci..but how to give it an interface name like eth1?? [12:20] (so that'll add an additional 5ms or so?) [12:20] rags: ifconfig -a, do you see a new interface there? [12:21] oh ya...it is eth2 though not eth1 [12:21] i did only ifconfig previosly tht's y i missed it [12:21] ifconfig only shows interfaces that are marked as 'up' [12:21] ifconfig -a shows all interfaces [12:22] you can change your network interface labels with /etc/udev/rules.d/70-persistent-net.rules [12:22] or rather, not with, but in that file [12:22] all right...thx..now all I have to do is add it to /etc/network/interfaces file right?? [12:22] yep [12:25] in the 70-persistent-net.rules( wht a weird name ) there is another device (USB device 0x0bb4:0x0b0c ) which is taking the eth1 name.. any idea wht it is? [12:25] it says in brackets rndis_host === `6og is now known as Kamping_Kaiser [16:57] hi === maDChoPR is now known as mishpish [17:26] Hi, is it possible to install firestarter on ubuntu server edition without GUI? [17:28] Noble: yeah, you can forward x11 connecions wit ssh, it'll still install a lot of gui libraries and such though [17:29] Noble: have you tried ufw? [17:29] New bug: #343244 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.0.67-0ubuntu6 [modified: /var/lib/dpkg/info/mysql-server-5.0.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/343244 [17:30] No, is that similar to firestarter? [17:30] is there a log parser of sorts that can parse the firewall messages from the syslog? [17:30] !ufw | Noble [17:30] Sorry, I don't know anything about ufw [17:30] Arg.. [17:30] heh [17:30] Noble: it's a commandline front end of sorts for the firewall, just like firestarter does [17:31] ufw comes installed by default on recent releases [17:31] but without the gui and the crapload of gui dependencies [17:31] it's pretty basic. depends what you want to achieve [17:31] Ok, sounds nice. Im looking for something to share my connetcion with other computers [17:31] I have 2 NICs [17:31] hmm, not sure it can set up NAT [17:31] read up though [17:32] Ok, I was looking at IPcop, but it seems it cant run all the other servers I want. [17:32] So its kinda somthing similar im looking for. [17:33] just on top of ubuntu [17:40] If I understand this correctly, many firewalls uses iptables to set up everything? [17:40] So basicly I can use iptables as well with a bit of reading? [17:40] everything uses iptables [17:40] well, linux 2.6/2.4 anyway [17:41] Would it be very optimistic of me to thinker with it? [17:45] Thanks guys, I found what I needed for now: http://www.howtoforge.com/nat-gateway-iptables-port-forwarding-dns-and-dhcp-setup-ubuntu-8.10-server [19:05] never heard of this { Suhosin-Patch Server } does that have something to do with php securing it what exaclty does it do??? [19:07] bosco_: http://www.hardened-php.net/suhosin/ [19:08] sommer, thanks so it is a good thing i have it installed [19:09] I think so [19:09] lol thanks [19:09] i would think so as well [19:10] just never heard of it dont know much about it [19:20] Does anyone know what sort of format the pine -passfile expects? [19:21] eg: I'm trying to start pine so it auto uses a supplied password [19:37] nvm, I just discovered it uses same as .netrc === tuxlinux_ is now known as tuxlinux === mishpish is now known as maDchOPr [20:56] Does anyone have any experience with openldap->sasl->gssapi->kerberos [20:57] I can't quite get things working. [21:52] hello [21:53] how do i get ufw back to default? [21:53] ive been messing with it all day and probally borked it [21:53] id like to get it back to the default settings [22:10] bind9 question ok here? [22:52] question: Bind9 will not perform all required zone transfers between ubuntu 8.04 master and 8.04 slave dns servers. [22:53] I see the notify for the reverse zone occur on the master, but it's not received on the slave server. [22:53] Manual zone transfers from the master to the slave server (i.e. dig -t axfr my_reverse_zone) work fine. [23:09] how do i take a directory and make it so no one can view it in a web browser never done it before ??? [23:27] is there any nice new webapp like a newly started cms or smth. else? :D