[00:40] hamush: 'main' packages dapper are as well maintained with security updates as anything other release [00:40] s/packages/packages for/ [00:41] that will continue to be the case for server components until June 2011 [00:41] an announcement will be made this month regarding what specific packages will continue to be maintained [00:41] i have a question about cron jobs. when system run cron job, results are different to typing the same series of command at the prompt [00:42] captainkirk: just passing through-- but it is likely that you are using 'bash' as your shell whereas cron uses /bin/sh (dash), not to mention PATH is likely different [00:43] jdstrand: ok, i will look into this === rgreening_ is now known as rgreening [01:45] New bug: #390412 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 127" [Undecided,New] https://launchpad.net/bugs/390412 [02:29] most recent round of updates makes it so my md device doesnt start at startup [02:29] help! === s_markow_ is now known as s_markow === cjwatson_ is now known as cjwatson [06:11] !RAID [06:11] Tips and tricks for RAID and LVM can be found on https://help.ubuntu.com/community/Installation/SoftwareRAID and http://www.tldp.org/HOWTO/LVM-HOWTO - For software RAID, see https://help.ubuntu.com/community/FakeRaidHowto [06:32] Hello [06:32] I need to know. Do I put Root or SWAP at the beginning of the drive setup at: https://help.ubuntu.com/community/Installation/SoftwareRAID#Installing [06:33] I am not sure. I mean. Do I partition the disk first and then make the RAID Aray, or do I make the Raid Aray and then partition? [07:02] thanks for helping [07:02] Good night [07:03] hello! [07:24] hello all === scfh_ is now known as scfh === metalfan___ is now known as metalfan_ [12:02] New bug: #390617 in munin (universe) "munin lacks dependency on libdbd-pg-perl" [Undecided,New] https://launchpad.net/bugs/390617 [12:06] anyone know a good free program to ping servers and email when down (simple) for linux? [12:10] Ethos: we use mon at work, it's very simple to use and sends messages on alert by default [12:11] "mon"? [12:11] Cool, i'll take a look thanks mate [12:14] Ethos: Nagios is the "blessed" option for that in Ubuntu. [12:14] Ethos: It's in main and is officially supported. [12:15] Yeah :\ [12:16] Nagios is awesome, don't get me wrong- but I only have 4 servers to monitor here [12:16] And the setup of Nagios from when i've played with it- is a quite alot [12:23] Ethos: I know it can be daunting, but if you've tried it before and know which parts you really need to touch and which ones you don't, it really doesn't take very long to set up. Like an hour or so for basic monitoring. [12:26] I guess all I really want is ping and email is down [12:26] Although services stopped would be quite handy, but I assume you need the n++ client on the servers then- which i'm not sure keen on [12:27] You can do all the monitoring from the server. [12:27] You don't need to go all nrpe. [12:29] You have to put the n++ client on the win2k3 server tho to pull other stuff from it don't you? [12:29] Or has that changed now [12:30] I know nothing about "n++" nor monitoring win2k3 servers. [12:30] Ok :) [12:30] I *do* know, though, that nagios can monitor network services from the Nagios server. [12:31] http://www.thegeekstuff.com/2008/07/how-to-monitor-remote-windows-machine-using-nagios-on-linux/ [12:32] Don't believe everything you read. [12:32] lol [12:32] New bug: #390579 in openldap (main) "Enable UDP support (-DLDAP_CONNECTIONLESS) for Likewise-Open" [Wishlist,Confirmed] https://launchpad.net/bugs/390579 [12:32] That article explains *a* way to monitor Windows machines. Not *the* way. [12:33] What specifically do you want to monitor? [12:33] Ping, SMTP and IMAP or something? [12:33] this being #ubuntu-server ... [12:33] maybe a conversation on monitoring windows with nagios is best left to #nagios [12:34] giovani: From Nagios' perspective, a network service is a network service, regardless of the OS on the remote host. [12:34] soren: correct [12:34] however, clearly this is a discussion of agent-based monitoring [12:35] giovani: It really isn't. [12:35] 11:27:54 < soren> You don't need to go all nrpe. [12:36] Or nclient++ or whatever it's called. [12:37] Ethos: As I was saying.. If you're monitoring network services, you can just use the check_{ping,smtp,imap} plugins in Nagios, which performs the monitoring from your Nagios server. [12:38] Thanks mate, i'll look into it :) [13:04] Ethos: FWIW, we also plan to move from mon to nagios sooner or later, mon is too simple [13:10] soren: is there a way to find the "blessed" packages in ubuntu? i'm asking since nagios is not on the server guide index [13:10] or maybe "main" is the "blessing" you were referring to? [13:11] could anyone elaborate on the post-install script after I installed postfix? do I need to run it? [13:12] dalfz: it runs as part of the install process, from apt [13:12] alex_muntada: Yes, it's the "being in main" thing. [13:13] lamont, ah ok. i'm a bit confused, because shouldn't i get a sample main.cf file in etc/postfix? [13:15] not if you said "no configuration" [13:15] there's a stock config in /usr/share/doc/postfix somewhere [13:15] if "no configuration" is default, then i said it [13:16] dalfz: sudo dpkg-reconfigure -phigh postfix ... if you want to change it [13:17] thanks [13:24] using a internal DNS (ubuntu 8.04 and bind9) how do i do something like redirect bing.com to google.com so that when a user types www.bing.com they go to www.google.com [13:39] * mobi-sheep tells himself that censorship is a sad thing. [13:41] ipsemet: one was is to create a zone for bing.com in your bind9 config and create a CNAME record for www.bing.com to google.com [13:43] so i would create a zone under named.config.local called "bing.com." and then go into the db file and make a record like "www.bing.com IN CNAME google.com." correct [13:43] for the most part yes [13:43] most part? [13:43] i'm not sure how you have your zone/DB files setup, so I can't help you there [13:44] <_ruben> and then hope google's servers will allow http requests for www.bing.com [13:45] well i got it to work with "bing IN A [google's IP address]" [13:45] but not with the fqdn [13:45] to use googles FQDN you would need to use CNAME records [13:46] so something in bing.com's zone file "www IN CNAME www.google.com" [13:46] k [13:50] my "@ IN A [local dns]" and "@ IN NS [local dns]" would stay the same as my local db file correct? [13:51] yes [13:52] just remember, this will also override anything like subdomain.bing.com [13:52] good [13:52] :) [13:52] someone blocking for fun and profit :) good stuff [13:55] riz: Wouldn't it be easier to add a line in /etc/hosts ? (ie google.com bing.com) [13:56] mobi-sheep: That would work just fine for the local system, not sure how it would affect clients doing querys against the bind9 install [13:56] lemme check on that [13:57] mobi-sheep: that will not work for clients running lookups againts the bind install [14:00] riz: I never dabble with servers (industry or home) but I would like to dabble with it eventually. Internal DNS <--- Is that something where I set up a home server with nameserver and such, and any IP machines associated with the server via router would check that? [14:03] mobi-sheep: in that case your more or less only going to need a cache only server. Your internal clients make requests to the cache server, it then goes out to the internet if it doesn't already know about it. [14:04] riz: Ah. I see. Thanks for the knowledge. :) [14:05] mobi-sheep: you could also add a zone for your local LAN hosts and have names for your lan clients [14:06] ok well bing.com doesn't work but it doesn't redirect to google [14:06] ipsemet: what are the results of a host lookup for bing.com? [14:07] h/o [14:08] http://pastebin.ubuntu.com/201481/ [14:10] ok, that should work. try host www.bing.com, you should end up with google. [14:10] www.bing.com is an alias for www.google.com.bing.com. [14:10] ^thats not right [14:10] ipsemet: Error: "thats" is not a valid command. [14:10] :P [14:11] ipsement: @ IN A 192.168.1.2 [14:11] ? [14:11] that's the record that's giving you issues [14:12] try @ IN CNAME google.com [14:12] ok so just ditch that one what about the other NS record [14:12] kk [14:12] the NS record is good === asac_ is now known as asac [14:25] kk got diverted to a grunt job [14:25] back to DNS [14:25] username@DNS:~$ host -t any www.bing.com [14:25] Host www.bing.com not found: 3(NXDOMAIN) [14:26] ipsemet: this is with the "@ IN CNAME google.com" line? [14:26] yes [14:27] www.bing.com returns an error in FF but bing.com goes to the homepage (which is strange) [14:27] company homepage that is [14:28] do you still have the www IN CNAME google.com record? [14:28] yes [14:28] and that works? [14:29] well with that it makes bing.com unreachable but it doesn't redirect it to google.com [14:29] could that be google blocking it? [14:29] possable [14:29] does www.bing.com redirect? [14:29] no [14:30] let me try redirecting to a local page instead of to google.com [14:30] ok, so it's very likely bind doesn't like CNAME records in the origin line (kinda half expected that but wasn't sure" [14:31] <_ruben> @ cant be a cname indeed [14:32] kk [14:32] thank you for confirming...I had never tried so I wasn't sure if it would work [14:32] here's my db file [14:32] http://ubuntu.pastebin.com/d6bfc0683 [14:32] it works like that so i think google is blocking ja? [14:33] no no, it was that you can't use CNAME's in the "@ IN A 192.168.1.2" line [14:33] kk [14:34] in that line, just remove the "@" [14:34] ok with the origin line back and www IN A www.google.com it doesn't redirect to google but instead redirects to company homepage [14:34] kk [14:35] <_ruben> an A record cant point to a hostname [14:36] acually, just noticed I could update that file...so did that [14:36] lol [14:36] well i made that change and bing.com and www.bing.com go to company homepage [14:39] your zone file is now that same as:http://ubuntu.pastebin.com/m1316ace1 ? [14:40] yes [14:40] well minus the line without a @ and not www [14:40] idk where that came from [14:41] messed up when i copied [14:43] hehe, ok, want to update that to your current exact file? [14:44] nvrm i just fixed it [14:44] :) [14:44] muhahahah [14:44] kk h/o [14:45] http://ubuntu.pastebin.com/d764aa2fb [14:45] that's what worked [14:46] yeah, the www line can still be a CNAME, but the origin (the @ IN A) line will need to be a IP [14:47] kk thats good to know b/c i need to pull a few more bofh tricks [14:47] try this [14:47] http://ubuntu.pastebin.com/m29bf86e7 [14:48] perfecto [14:49] awesome, thanks! [14:49] np [14:49] so for any domain you need todo this with, if you follow that template you should be golden [14:50] i'm waiting for "where did bing go?" :) [14:50] Hey guys, what would be best to just sendout emails on ubuntu? sendmail, exim4, postfix, etc... [14:50] hehe, my old office we did that to facebook...was funny as hell [14:51] .hmm nice, this has sooo many possiblities [14:51] mm_202: depends if your ISP allows you to send mail direct on port 25 or if you have send through their mail host [14:52] rlz: I'll have to send it through their mailhost, but that's not a problem. This is for a very simple, plain-text, automated report, so the easier, the better. [14:52] mm_202: look into SSMTP then [14:53] mm_202: is stupid simple to setup for things like system reports. [14:53] riz: k, thank you! [14:53] That is exactly what I need! [14:58] is anyone here familiar with installing vtiger crm ? [15:26] i have a file vtigercrm-5.0.4.tar.gz how should i go about installing it ? [15:27] I'm afraid this is unlikely to be the best channel for that question. [15:27] There's a #vtiger channel. That might prove helpful. === Sarthor_ is now known as sarthor [16:00] Hi, I can configure ip-up scripts on a client when it connect to a pptpd server but can I do ip-up scripts on the server when a client connect? === Sarthor_ is now known as sarthor [16:04] bottleneck after bottleneck [16:04] :) [16:05] Timing buffered disk reads: 104 MB in 3.03 seconds = 34.28 MB/sec [16:05] it's a vicious circle [16:05] 4x2.6Ghz Xeon, 4x1GB (4GB total) RAM [16:06] and now damn hard-drive is bottle neck [16:06] i wonder if lvm is the offending party [16:14] it does not help i got raid-0, and lvm on top of that [16:14] * a1fa ducks [16:29] how can i get character utf-8 support for one of my mysql databases ? [16:30] a1fa, wow, thats a slow drive. a recent 250gb sata drive can do ~60mb [16:30] its a SCSI drive with 10k RPM [16:30] it should be good for 200+ mb/s [16:31] oh, nice [16:31] Timing buffered disk reads: 220 MB in 3.00 seconds = 73.25 MB/sec seagate 250gb, sata, about one year old. turion-m 64 [16:31] cool [16:31] not bad [16:31] is something eating your cpu? [16:31] i am going to reinstall this server and change raid to Raid 5 [16:32] and not use lvm on reinstall [16:32] my test is without lvm/raid [16:32] lvm will probaly reduce throughput, but not that much [16:32] (raid 0 = teh suck) [16:32] hello [16:33] raid 0+lvm = bad comb o [16:33] how do i install Bus 003 Device 002: ID 046d:092b Logitech, Inc. Labtec WebCam Plus [16:33] BrixSat : is that a Cisco variant? [16:34] [a1fa] how can i know? it says on the box Latbtec Logitech webcam plus [16:35] ? [16:36] hello :) is there a command that lists all the dependancies from a binary? [16:36] which libraries it is linked to etc [16:38] ldd [16:40] nice one thanks [16:46] ? [17:00] is chmod 777 safe ? [17:00] an installation tutorial tells me to change permission to chmod 777 of many files and directories [17:10] oruwork: if by safe you mean "I don't care if anyone and everyone can write/rename/delete/execute files/dirs in that dir" then yes [17:31] so how can i change permission back to its default after i did chmod 777 ? [17:33] easiest is to just restore your backup :) [17:35] damn ibms [17:36] x345 can only do raid 1 [17:36] :) [17:36] and its a very lousy raid 1 [17:36] :( [17:40] when i connect to my server using putty, some curses applications display their lines as "lqqqqqqqqqqqqqqk" and similar. i.e, centerim-utf8 [17:41] weechat displays the vertical line for the users as a column of x´s [17:42] they look ok in screen, but using it brins some more trouble, specially with elinks [17:47] jdstrand: kees: mdeslaur: what's the state of bug 383300? [17:47] Launchpad bug 383300 in cyrus-sasl2 "cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688" [Medium,Fix released] https://launchpad.net/bugs/383300 [17:48] mathiaz: short answer-- it is being worked on === Sarthor_ is now known as sarthor [17:49] jdstrand: ok [17:49] mathiaz: longer answer-- we haven't released an update due to the upstream fix possibly breaking upstream applications, and we have to make sure that we make every effort to not break stuff [17:49] s/upstrea applications/existing applications/ [17:50] jdstrand: right - you may wanna ask andrew if they can help in testing the update in -proposed [17:50] ok === Sarthor_ is now known as sarthor [17:52] oruwork: sorry for the sarcastic response [17:52] if you know what files you chmod'ed, they should probably be set back to 644 (dirs should still be 755) [17:52] that's the usual default [17:53] jdstrand: Are you still doing archive admin stuff? [17:53] * ScottK saw bugmail a little bit ago [17:54] ScottK: no, I'm done for today. I just tried to sneak stuff in before slangasek came online since I didn't have a chance to do it on Friday :) [17:54] I see. [17:54] I'll harass him in a bit about clamav then. [17:54] sounds good :) [17:55] jdstrand: BTW, that one upgrade bug in Hardy from when we pushed 0.94.2 to -security looks like a "read the diff in the config file before accepting the new version" problem. Not an actual bug. [17:56] oh good :) === cemcNA is now known as cemc === Sarthor_ is now known as sarthor === whaletales is now known as aptanet [18:51] Hello! [18:51] i am trying to compile openssh with ldap and get: configure: error: OpenSSL version header not found. [18:51] for what file is it looking exactly? [18:52] Do you have the -dev package installed? [18:53] libssl-dev is installed [19:15] is ubuntu-server 9.04 compiled for i386/i686? [19:21] metalfan__: yes [19:33] sommer, you cant answer an or with a yes [19:37] metalfan__: oh but I can :-) [19:37] metalfan__: 686, misread your question [19:37] so a nehemiah should be able to run make on it? [19:39] why might one use ubuntu server over debian? [19:40] predictive life time [19:42] is there a way to search for a line of text within multiple files, lets say all files in a directory ? [19:42] grep "line of text" * [19:42] grep "127.0.0.1" /etc/* [19:42] with " ? [19:43] Complete sentance please? [19:43] with quotes or without ? [19:43] with [19:45] sudo grep "jpi_logo_transparent.png" /var/www [19:45] doesnt return anything [19:45] should be there though [19:46] will it search for all the files including .php ? [19:46] oruwork: try sudo grep "jpi_logo_transparent.png" /var/www/* [19:46] oruwork: if you want subdirectories do sudo grep -R "jpi_logo_transparent.png" /var/www/* [19:47] sommer-> oh thanx, i was putting -r [19:47] still didnt find it :( [19:47] oruwork: you might also try -i for case insensitive [19:48] not finding it :( [19:48] oruwork: I would say the string isn't there then [19:49] its calling for a path to this logo file [19:49] not sure which file its set in [19:50] cuase it seems like i cant change it through the web browser [19:51] http://pastebin.com/m3b293851 === erichammond1 is now known as erichammond [19:57] oruwork: maybe that filename comes from a database? [19:57] maybe [19:58] i'd take a look at /var/www/selsovet.com/crm/include/tcpdf/tcpdf.php on line 3103 and above [19:58] to find where the filename comes from [20:13] my guess is that apache can't create /var/www/selsovet.com/test/logo directory [20:13] or even the file [20:45] ibm server is the shit [20:45] literally [20:45] what a POS [20:45] :) [21:20] Im trying to install 9.04 on my new core i7 servers. Unfortunately the server edition cant detect my hard drives and gives me an empty list at the partition menu. Desktop edition can see the drives fine though. [21:21] Anybody have any clue as to how to fix the above problem? [21:22] <_ruben> figure out which driver the desktop live cd uses for your disk controller(s), and then try to figure out why that driver isnt available in the server edition [21:23] That was going to be my next step. Any hints on how to figure out why its not in the server edition? [21:24] jsteel: The desktop live CD uses a completely different installer, so it's not stunning there would be differences. [21:25] How do I tell exactly which driver is my disk controller? I have the lsmod and lshw output. [21:41] jsteel: pastebin so we can see [21:41] lspci would also be good [21:56] hi, let's say I have ubuntu installed on a server and I want a bigger partition, can I simply make it bigger or I have to reinstall ubuntu completely [21:58] whats the diference between ubuntu command line install and ubuntu server [21:58] thierry_: you can boot to another livecd, increase your partition and filesystem size, then boot back to the boot hdd and it should be fine [21:58] no need to reinstall [21:59] sgsax : k nice, but simply using something like gparted directly from ubuntu wouldn't be a good idea? [21:59] not with the partition mounted, no [22:00] sgsax : k, good to know, thanks [22:00] sgsax: http://pastebin.ca/1470300 [22:01] sorry for the delay. There is my lspci, lsmod, and lshw [22:01] if it's not one that needs to be mounted (like /, /var, /home) for the system to run, then you can just unmount it and run gparted on it [22:03] ok, so it's an Intel ICH10 family controller [22:03] Yah, so whats the driver? [22:03] All I know is lots of people have been having trouble with that controller. [22:03] I don't see any sata controller modules listed in that lsmod [22:04] this is from the install cd or the hdd boot? [22:04] yeah, new Intel stuff is typically problematic [22:05] This is from a desktop live cd. I mounted the hard drive before I ran the commands. [22:06] oh wait... No I didn't mount it. I just created a file system. I will mount it and rerun the commands. 1 second. [22:06] I see a recommendation on a forum to go into the BIOS and see if you can set the controller to use AHCI mode [22:08] well, the module has to be loaded before you mount it, so it should still be listed [22:08] I tried setting it to AHCI, IDE, RAID... none of them worked. [22:08] All the same results. [22:09] in ahci mode, can you run "modprobe ahci"? [22:10] udev should pick it up, but maybe not [22:11] I do wish Intel would quit revamping their chipsets [22:11] http://pastebin.ca/1470321 has the new results [22:11] or if they did, they would get kernel modules pushed out faster [22:11] sure ill try the modprobe. 1 more sec [22:12] I'm just looking at the lsmod output to see if there are any ata-related modules getting loaded [22:12] Yah no kidding. Now I have 10 servers sitting here waiting [22:14] whats the diference between ubuntu command line install and ubuntu server [22:15] I should try that too, the command line install of desktop edition [22:16] haven't done a commandline install, not really much different [22:16] think it just dumps you directly to debconf install, without any gui [22:18] umm, i want to make an apache2 server and also serve a printer in my local network, ive made that with the command line install, but just wondering if the server edition would e easier , or Safer? [22:19] I prefer to run LTS server install on my servers [22:19] server because the default package set is much smaller than desktop [22:19] sgsax: even smaller than the command line install? [22:19] LTS so I get that warm, fuzzy, "Enterprisey" feeling [22:20] can't say, I've never compared the two [22:20] sgsax: lts would be hardy rite? [22:20] yes [22:20] I'm not a bleeding edge kindof guy when it comes to servers [22:20] haha. I wasn't either until I bought these ICH10 intel ones :( [22:20] No more LTS for me [22:21] yes well, that's your own problem :) [22:21] that is the drawback to LTS, new hardware doesn't like the older kernel [22:22] looks like hardy has 2.6.24, and I believe the AHCI stuff isn't until 2.6.27 [22:22] you can always roll your own kernel, don't need to use the package [22:23] LTS is not a problem for me, im installing server in a 9 yr old box [22:23] then hardware should not be a problem [22:24] samd: to answer your original question, I think once you have the basic system up and keep it patched, the path to how you got there is not terribly important [22:25] apt-get install apache is the same on both [22:27] sgsax: thanks, another question, when u install the server version, u get prompted if u want to set up some services (cups, ssh , etc), at least that was when i did a server install long time ago, so if ill be serving, that would save me some time setting up some services rite? [22:27] or that option is not available anymor? [22:27] I thought about rolling my own kernel and staying at LTS, but then that would probably be just as much work as just going with the more frequent 6 month releases. [22:28] samd: no the server install does present you with basic service options [22:29] but they are just an easy way to select apache, bind, postfix, etc. [22:29] if you know what the packages are that you need just apt-get install them [22:29] jsteel: not necessarily [22:30] just keep the .config file and copy it to the new kernel dir [22:30] sgsax: ahh ight, thanks, anyway i think ill go by installing the server edition [22:30] ok. I did modprobe ahci during the server install. [22:30] samd: whatever works for you, do it [22:30] modprobe ahci returned that the module is not installed [22:30] is it compiled? [22:31] how do I tell? [22:31] sgsax: ight, thanks for the time [22:31] samd: np [22:31] jsteel: you can try 'find /lib -iname "ahci.*"' [22:32] and you should see ahci.ko somewhere in there [22:32] I should think that it would be there [22:32] I was poking around in there and couldnt find it. Then ran your find command an its not there. [22:33] Could it be that it just got missed when they made this install? [22:33] I found mine in /lib/modules/2.6.24-23-server/kernel/drivers/ata/ahci.ko [22:33] seems odd that it would be missing [22:33] I only see pata and sata in there [22:34] it is posible that it is compiled in the kernel and not as a module [22:34] How would I get my hand on the config of the install kernel? [22:34] look in /boot [22:35] there should be a config-2.6.xx file in there corresponding to your current kernel [22:35] grep it for AHCI [22:35] there is no /boot [22:35] that would be a problem [22:35] you still booted to the cd? [22:36] Yah. Its at the partition menu [22:36] New bug: #388483 in samba (main) "The Samba 'panic action' script, /usr/share/samba/panic-action, was called for PID 30992 (/usr/sbin/smbd)" [Undecided,Incomplete] https://launchpad.net/bugs/388483 [22:37] you've installed on this drive already, right? [22:37] Yes. On another computer though. [22:38] let me back up a minute [22:38] booted to the install CD, it can see the drive, correct? [22:39] No. I boot to the install CD, it asks about raid, I say Yes or No, then partition menu comes up and there are no disks to select [22:39] ok, so not even the install CD can load a proper controller driver [22:39] Right. [22:39] But the desktop edition does. [22:39] which install CD are you using? [22:40] I do get an error if I say yes to enabling the RAID [22:40] That may be a hint at the problem. [22:42] If I say Yes to enable the RAID, syslog reports: disk-detect: ERROR: either the required RAID set not found or (funny character, newline)re options required [22:43] Im using 9.04 server amd64 [22:43] Same thing happens with the minimal install cd [22:45] I'm stumped [22:46] my google fu says if you set the bios to use the sata controller in ahci mode, the install cd should be able to recognize it [22:47] I can't imagine they would put a different kernel version on the amd64 install CD [22:47] that would be old enough to not include ahci modules [22:47] And I cant try the i386 on these boxes right? [22:48] theoretically, it should work [22:48] Hmmm. Well maybe I'll give that a try then. [22:48] sorry I can't be of more help, I'm out of ideas [22:48] Thats ok. You have been a big help. Thanks a lot. [22:49] sure [22:50] If you are on tomorrow I'll let you know if the i386 works. I have to download it first. [23:33] Hi, is there a way to print documents in terminal? [23:37] matt1211: of course, use lpr [23:57] Could someone tell me how to find out your ip address in terminal