/srv/irclogs.ubuntu.com/2009/06/22/#ubuntu-server.txt

jdstrandhamush: 'main' packages dapper are as well maintained with security updates as anything other release00:40
jdstrands/packages/packages for/00:40
jdstrandthat will continue to be the case for server components until June 201100:41
jdstrandan announcement will be made this month regarding what specific packages will continue to be maintained00:41
captainkirki have a question about cron jobs.  when system run cron job, results are different to typing the same series of command at the prompt00:41
jdstrandcaptainkirk: 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 different00:42
captainkirkjdstrand: ok, i will look into this00:43
=== rgreening_ is now known as rgreening
uvirtbotNew 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/39041201:45
storrgiemost recent round of updates makes it so my md device doesnt start at startup02:29
storrgiehelp!02:29
=== s_markow_ is now known as s_markow
=== cjwatson_ is now known as cjwatson
Alex_21!RAID06:11
ubottuTips 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/FakeRaidHowto06:11
Alex_21Hello06:32
Alex_21I need to know. Do I put Root or SWAP at the beginning of the drive setup at: https://help.ubuntu.com/community/Installation/SoftwareRAID#Installing06:32
Alex_21I 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?06:33
Alex_21thanks for helping07:02
Alex_21Good night07:02
maga__hello!07:03
Prestonhello all07:24
=== scfh_ is now known as scfh
=== metalfan___ is now known as metalfan_
uvirtbotNew bug: #390617 in munin (universe) "munin lacks dependency on libdbd-pg-perl" [Undecided,New] https://launchpad.net/bugs/39061712:02
Ethosanyone know a good free program to ping servers and email when down (simple) for linux?12:06
alex_muntadaEthos: we use mon at work, it's very simple to use and sends messages on alert by default12:10
Ethos"mon"?12:11
EthosCool, i'll take a look thanks mate12:11
sorenEthos: Nagios is the "blessed" option for that in Ubuntu.12:14
sorenEthos: It's in main and is officially supported.12:14
EthosYeah :\12:15
EthosNagios is awesome, don't get me wrong- but I only have 4 servers to monitor here12:16
EthosAnd the setup of Nagios from when i've played with it- is a quite alot12:16
sorenEthos: 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:23
EthosI guess all I really want is ping and email is down12:26
EthosAlthough services stopped would be quite handy, but I assume you need the n++ client on the servers then- which i'm not sure keen on12:26
sorenYou can do all the monitoring from the server.12:27
sorenYou don't need to go all nrpe.12:27
EthosYou have to put the n++ client on the win2k3 server tho to pull other stuff from it don't you?12:29
EthosOr has that changed now12:29
sorenI know nothing about "n++" nor monitoring win2k3 servers.12:30
EthosOk :)12:30
sorenI *do* know, though, that nagios can monitor network services from the Nagios server.12:30
Ethoshttp://www.thegeekstuff.com/2008/07/how-to-monitor-remote-windows-machine-using-nagios-on-linux/12:31
sorenDon't believe everything you read.12:32
Ethoslol12:32
uvirtbotNew bug: #390579 in openldap (main) "Enable UDP support (-DLDAP_CONNECTIONLESS) for Likewise-Open" [Wishlist,Confirmed] https://launchpad.net/bugs/39057912:32
sorenThat article explains *a* way to monitor Windows machines. Not *the* way.12:32
sorenWhat specifically do you want to monitor?12:33
sorenPing, SMTP and IMAP or something?12:33
giovanithis being #ubuntu-server ...12:33
giovanimaybe a conversation on monitoring windows with nagios is best left to #nagios12:33
sorengiovani: From Nagios' perspective, a network service is a network service, regardless of the OS on the remote host.12:34
giovanisoren: correct12:34
giovanihowever, clearly this is a discussion of agent-based monitoring12:34
sorengiovani: It really isn't.12:35
soren11:27:54 < soren> You don't need to go all nrpe.12:35
sorenOr nclient++ or whatever it's called.12:36
sorenEthos: 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:37
EthosThanks mate, i'll look into it :)12:38
alex_muntadaEthos: FWIW, we also plan to move from mon to nagios sooner or later, mon is too simple13:04
alex_muntadasoren: is there a way to find the "blessed" packages in ubuntu? i'm asking since nagios is not on the server guide index13:10
alex_muntadaor maybe "main" is the "blessing" you were referring to?13:10
dalfzcould anyone elaborate on the post-install script after I installed postfix? do I need to run it?13:11
lamontdalfz: it runs as part of the install process, from apt13:12
sorenalex_muntada: Yes, it's the "being in main" thing.13:12
dalfzlamont, ah ok. i'm a bit confused, because shouldn't i get a sample main.cf file in etc/postfix?13:13
lamontnot if you said "no configuration"13:15
lamontthere's a stock config in /usr/share/doc/postfix somewhere13:15
dalfzif "no configuration" is default, then i said it13:15
alex_muntadadalfz: sudo dpkg-reconfigure -phigh postfix ... if you want to change it13:16
dalfzthanks13:17
ipsemetusing 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.com13:24
* mobi-sheep tells himself that censorship is a sad thing.13:39
rizipsemet: 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.com13:41
ipsemetso 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." correct13:43
rizfor the most part yes13:43
ipsemetmost part?13:43
rizi'm not sure how you have your zone/DB files setup, so I can't help you there13:43
_rubenand then hope google's servers will allow http requests for www.bing.com13:44
ipsemetwell i got it to work with "bing IN A [google's IP address]"13:45
ipsemetbut not with the fqdn13:45
rizto use googles FQDN you would need to use CNAME records13:45
rizso something in bing.com's zone file "www   IN CNAME www.google.com"13:46
ipsemetk13:46
ipsemetmy "@ IN A [local dns]" and "@ IN NS [local dns]" would stay the same as my local db file correct?13:50
rizyes13:51
rizjust remember, this will also override anything like subdomain.bing.com13:52
ipsemetgood13:52
ipsemet:)13:52
rizsomeone blocking for fun and profit :) good stuff13:52
mobi-sheepriz: Wouldn't it be easier to add a line in /etc/hosts ?  (ie google.com        bing.com)13:55
rizmobi-sheep: That would work just fine for the local system, not sure how it would affect clients doing querys against the bind9 install13:56
rizlemme check on that13:56
rizmobi-sheep: that will not work for clients running lookups againts the bind install13:57
mobi-sheepriz: 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:00
rizmobi-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:03
mobi-sheepriz: Ah.  I see. Thanks for the knowledge. :)14:04
rizmobi-sheep: you could also add a zone for your local LAN hosts and have names for your lan clients14:05
ipsemetok well bing.com doesn't work but it doesn't redirect to google14:06
rizipsemet: what are the results of a host lookup for bing.com?14:06
ipsemeth/o14:07
ipsemethttp://pastebin.ubuntu.com/201481/14:08
rizok, that should work. try host www.bing.com, you should end up with google.14:10
ipsemetwww.bing.com is an alias for www.google.com.bing.com.14:10
ipsemet^thats not right14:10
uvirtbotipsemet: Error: "thats" is not a valid command.14:10
ipsemet:P14:10
rizipsement: @       IN      A       192.168.1.214:11
ipsemet?14:11
rizthat's the record that's giving you issues14:11
riztry @ IN CNAME google.com14:12
ipsemetok so just ditch that one  what about the other NS record14:12
ipsemetkk14:12
rizthe NS record is good14:12
=== asac_ is now known as asac
ipsemetkk got diverted to a grunt job14:25
ipsemetback to DNS14:25
ipsemetusername@DNS:~$ host -t any www.bing.com14:25
ipsemetHost www.bing.com not found: 3(NXDOMAIN)14:25
rizipsemet: this is with the "@ IN CNAME google.com" line?14:26
ipsemetyes14:26
ipsemetwww.bing.com returns an error in FF but bing.com goes to the homepage (which is strange)14:27
ipsemetcompany homepage that is14:27
rizdo you still have the www  IN CNAME google.com record?14:28
ipsemetyes14:28
rizand that works?14:28
ipsemetwell with that it makes bing.com unreachable but it doesn't redirect it to google.com14:29
ipsemetcould that be google blocking it?14:29
rizpossable14:29
rizdoes www.bing.com redirect?14:29
ipsemetno14:29
ipsemetlet me try redirecting to a local page instead of to google.com14:30
rizok, so it's very likely bind doesn't like CNAME records in the origin line (kinda half expected that but wasn't sure"14:30
_ruben@ cant be a cname indeed14:31
ipsemetkk14:32
rizthank you for confirming...I had never tried so I wasn't sure if it would work14:32
ipsemethere's my db file14:32
ipsemethttp://ubuntu.pastebin.com/d6bfc068314:32
ipsemetit works like that so i think google is blocking ja?14:32
rizno no, it was that you can't use CNAME's in the "@       IN      A       192.168.1.2" line14:33
ipsemetkk14:33
rizin that line, just remove the "@"14:34
ipsemetok with the origin line back and www     IN      A       www.google.com  it doesn't redirect to google but instead redirects to company homepage14:34
ipsemetkk14:34
_rubenan A record cant point to a hostname14:35
rizacually, just noticed I could update that file...so did that14:36
rizlol14:36
ipsemetwell i made that change and bing.com and www.bing.com go to company homepage14:36
rizyour zone file is now that same as:http://ubuntu.pastebin.com/m1316ace1 ?14:39
ipsemetyes14:40
ipsemetwell minus the line without a @ and not www14:40
ipsemetidk where that came from14:40
ipsemetmessed up when i copied14:41
rizhehe, ok, want to update that to your current exact file?14:43
ipsemetnvrm i just fixed it14:44
ipsemet:)14:44
ipsemetmuhahahah14:44
ipsemetkk h/o14:44
ipsemethttp://ubuntu.pastebin.com/d764aa2fb14:45
ipsemetthat's what worked14:45
rizyeah, the www line can still be a CNAME, but the origin (the @ IN A) line will need to be a IP14:46
ipsemetkk thats good to know b/c i need to pull a few more bofh tricks14:47
riztry this14:47
rizhttp://ubuntu.pastebin.com/m29bf86e714:47
ipsemetperfecto14:48
ipsemetawesome, thanks!14:49
riznp14:49
rizso for any domain you need todo this with, if you follow that template you should be golden14:49
ipsemeti'm waiting for "where did bing go?" :)14:50
mm_202Hey guys, what would be best to just sendout emails on ubuntu?  sendmail, exim4, postfix, etc...14:50
rizhehe, my old office we did that to facebook...was funny as hell14:50
ipsemet.hmm nice, this has sooo many possiblities14:51
rizmm_202: depends if your ISP allows you to send mail direct on port 25 or if you have send through their mail host14:51
mm_202rlz: 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
rizmm_202: look into SSMTP then14:52
rizmm_202: is stupid simple to setup for things like system reports.14:53
mm_202riz: k, thank you!14:53
mm_202That is exactly what I need!14:53
oruworkis anyone here familiar with installing vtiger crm  ?14:58
oruworki have a file vtigercrm-5.0.4.tar.gz how should i go about installing it ?15:26
sorenI'm afraid this is unlikely to be the best channel for that question.15:27
sorenThere's a #vtiger channel. That might prove helpful.15:27
=== Sarthor_ is now known as sarthor
nomoaHi, 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?16:00
=== Sarthor_ is now known as sarthor
a1fabottleneck after bottleneck16:04
a1fa:)16:04
a1fa Timing buffered disk reads:  104 MB in  3.03 seconds =  34.28 MB/sec16:05
a1fait's a vicious circle16:05
a1fa4x2.6Ghz Xeon, 4x1GB (4GB total) RAM16:05
a1faand now damn hard-drive is bottle neck16:06
a1fai wonder if lvm is the offending party16:06
a1fait does not help i got raid-0, and lvm on top of that16:14
* a1fa ducks16:14
oruworkhow can i get character utf-8 support for one of my mysql databases ?16:29
metalfan__a1fa, wow, thats a slow drive. a recent 250gb sata drive can do ~60mb16:30
a1faits a SCSI drive with 10k RPM16:30
a1fait should be good for 200+ mb/s16:30
metalfan__oh, nice16:31
metalfan__Timing buffered disk reads:  220 MB in  3.00 seconds =  73.25 MB/sec                seagate 250gb, sata, about one year old. turion-m 6416:31
a1facool16:31
a1fanot bad16:31
metalfan__is something eating your cpu?16:31
a1fai am going to reinstall this server and change raid to Raid 516:31
a1faand not use lvm on reinstall16:32
metalfan__my test is without lvm/raid16:32
metalfan__lvm will probaly reduce throughput, but not that much16:32
a1fa(raid 0 = teh suck)16:32
BrixSathello16:32
a1faraid 0+lvm = bad comb o16:33
BrixSathow do i install Bus 003 Device 002: ID 046d:092b Logitech, Inc. Labtec WebCam Plus16:33
a1faBrixSat : is that a Cisco variant?16:33
BrixSat[a1fa] how can i know? it says on the box Latbtec Logitech webcam plus16:34
BrixSat?16:35
yann2_hello :) is there a command that lists all the dependancies from a binary?16:36
yann2_which libraries it is linked to etc16:36
maxbldd16:38
yann2_nice one thanks16:40
BrixSat?16:46
oruworkis chmod 777 safe ?17:00
oruworkan installation tutorial tells me to change permission to chmod 777 of many files and directories17:00
sgsaxoruwork: if by safe you mean "I don't care if anyone and everyone can write/rename/delete/execute files/dirs in that dir" then yes17:10
oruworkso how can i change permission back to its default after i did chmod 777 ?17:31
ograeasiest is to just restore your backup :)17:33
a1fadamn ibms17:35
a1fax345 can only do raid 117:36
a1fa:)17:36
a1faand its a very lousy raid 117:36
a1fa:(17:36
jdariaswhen i connect to my server using putty, some curses applications display their lines as "lqqqqqqqqqqqqqqk" and similar. i.e, centerim-utf817:40
jdariasweechat displays the vertical line for the users as a column of x´s17:41
jdariasthey look ok in screen, but using it brins some more trouble, specially with elinks17:42
mathiazjdstrand: kees: mdeslaur: what's the state of bug 383300?17:47
uvirtbotLaunchpad bug 383300 in cyrus-sasl2 "cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688" [Medium,Fix released] https://launchpad.net/bugs/38330017:47
jdstrandmathiaz: short answer-- it is being worked on17:48
=== Sarthor_ is now known as sarthor
mathiazjdstrand: ok17:49
jdstrandmathiaz: 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 stuff17:49
jdstrands/upstrea applications/existing applications/17:49
mathiazjdstrand: right - you may wanna ask andrew if they can help in testing the update in -proposed17:50
jdstrandok17:50
=== Sarthor_ is now known as sarthor
sgsaxoruwork: sorry for the sarcastic response17:52
sgsaxif you know what files you chmod'ed, they should probably be set back to 644 (dirs should still be 755)17:52
sgsaxthat's the usual default17:52
ScottKjdstrand: Are you still doing archive admin stuff?17:53
* ScottK saw bugmail a little bit ago17:53
jdstrandScottK: 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
ScottKI see.17:54
ScottKI'll harass him in a bit about clamav then.17:54
jdstrandsounds good :)17:54
ScottKjdstrand: 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:55
jdstrandoh good :)17:56
=== cemcNA is now known as cemc
=== Sarthor_ is now known as sarthor
=== whaletales is now known as aptanet
mario_Hello!18:51
mario_i am trying to compile openssh with ldap and get: configure: error: OpenSSL version header not found.18:51
mario_for what file is it looking exactly?18:51
ScottKDo you have the -dev package installed?18:52
mario_libssl-dev is installed18:53
metalfan__is ubuntu-server 9.04 compiled for i386/i686?19:15
sommermetalfan__: yes19:21
metalfan__sommer, you cant answer an or with a yes19:33
sommermetalfan__: oh but I can :-)19:37
sommermetalfan__: 686, misread your question19:37
metalfan__so a nehemiah should be able to run make on it?19:37
SirStanwhy might one use ubuntu server over debian?19:39
ivokspredictive life time19:40
oruworkis there a way to search for a line of text within multiple files, lets say all files in a directory ?19:42
SirStangrep "line of text" *19:42
SirStangrep "127.0.0.1" /etc/*19:42
oruworkwith " ?19:42
SirStanComplete sentance please?19:43
oruworkwith quotes or without ?19:43
ivokswith19:43
oruworksudo grep "jpi_logo_transparent.png" /var/www19:45
oruworkdoesnt return anything19:45
oruworkshould be there though19:45
oruworkwill it search for all the files including .php ?19:46
sommeroruwork: try sudo grep "jpi_logo_transparent.png" /var/www/*19:46
sommeroruwork: if you want subdirectories do sudo grep -R "jpi_logo_transparent.png" /var/www/*19:46
oruworksommer-> oh thanx, i was putting -r19:47
oruworkstill didnt find it :(19:47
sommeroruwork: you might also try -i for case insensitive19:47
oruworknot finding it :(19:48
sommeroruwork: I would say the string isn't there then19:48
oruworkits calling for a path to this logo file19:49
oruworknot sure which file its set in19:49
oruworkcuase it seems like i cant change it through the web browser19:50
oruworkhttp://pastebin.com/m3b29385119:51
=== erichammond1 is now known as erichammond
alex_muntadaoruwork: maybe that filename comes from a database?19:57
oruworkmaybe19:57
alex_muntadai'd take a look at /var/www/selsovet.com/crm/include/tcpdf/tcpdf.php on line 3103 and above19:58
alex_muntadato find where the filename comes from19:58
ivoksmy guess is that apache can't create /var/www/selsovet.com/test/logo directory20:13
ivoksor even the file20:13
a1faibm server is the shit20:45
a1faliterally20:45
a1fawhat a POS20:45
ivoks:)20:45
jsteelIm 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:20
jsteelAnybody have any clue as to how to fix the above problem?21:21
_rubenfigure 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 edition21:22
jsteelThat was going to be my next step. Any hints on how to figure out why its not in the server edition?21:23
ScottKjsteel: The desktop live CD uses a completely different installer, so it's not stunning there would be differences.21:24
jsteelHow do I tell exactly which driver is my disk controller? I have the lsmod and lshw output.21:25
sgsaxjsteel: pastebin so we can see21:41
sgsaxlspci would also be good21:41
thierry_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 completely21:56
samdwhats the diference between ubuntu command line install and ubuntu server21:58
sgsaxthierry_: you can boot to another livecd, increase your partition and filesystem size, then boot back to the boot hdd and it should be fine21:58
sgsaxno need to reinstall21:58
thierry_sgsax : k nice, but simply using something like gparted directly from ubuntu wouldn't be a good idea?21:59
sgsaxnot with the partition mounted, no21:59
thierry_sgsax : k, good to know, thanks22:00
jsteelsgsax: http://pastebin.ca/147030022:00
jsteelsorry for the delay. There is my lspci, lsmod, and lshw22:01
sgsaxif 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 it22:01
sgsaxok, so it's an Intel ICH10 family controller22:03
jsteelYah, so whats the driver?22:03
jsteelAll I know is lots of people have been having trouble with that controller.22:03
sgsaxI don't see any sata controller modules listed in that lsmod22:03
sgsaxthis is from the install cd or the hdd boot?22:04
sgsaxyeah, new Intel stuff is typically problematic22:04
jsteelThis is from a desktop live cd. I mounted the hard drive before I ran the commands.22:05
jsteeloh 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
sgsaxI see a recommendation on a forum to go into the BIOS and see if you can set the controller to use AHCI mode22:06
sgsaxwell, the module has to be loaded before you mount it, so it should still be listed22:08
jsteelI tried setting it to AHCI, IDE, RAID... none of them worked.22:08
jsteelAll the same results.22:08
sgsaxin ahci mode, can you run "modprobe ahci"?22:09
sgsaxudev should pick it up, but maybe not22:10
sgsaxI do wish Intel would quit revamping their chipsets22:11
jsteelhttp://pastebin.ca/1470321 has the new results22:11
sgsaxor if they did, they would get kernel modules pushed out faster22:11
jsteelsure ill try the modprobe. 1 more sec22:11
sgsaxI'm just looking at the lsmod output to see if there are any ata-related modules getting loaded22:12
jsteelYah no kidding. Now I have 10 servers sitting here waiting22:12
samdwhats the diference between ubuntu command line install and ubuntu server22:14
jsteelI should try that too, the command line install of desktop edition22:15
sgsaxhaven't done a commandline install, not really much different22:16
sgsaxthink it just dumps you directly to debconf install, without any gui22:16
samdumm, 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:18
sgsaxI prefer to run LTS server install on my servers22:19
sgsaxserver because the default package set is much smaller than desktop22:19
samdsgsax: even smaller than the command line install?22:19
sgsaxLTS so I get that warm, fuzzy, "Enterprisey" feeling22:19
sgsaxcan't say, I've never compared the two22:20
samdsgsax: lts would be hardy rite?22:20
sgsaxyes22:20
sgsaxI'm not a bleeding edge kindof guy when it comes to servers22:20
jsteelhaha. I wasn't either until I bought these ICH10 intel ones :(22:20
jsteelNo more LTS for me22:20
sgsaxyes well, that's your own problem :)22:21
sgsaxthat is the drawback to LTS, new hardware doesn't like the older kernel22:21
sgsaxlooks like hardy has 2.6.24, and I believe the AHCI stuff isn't until 2.6.2722:22
sgsaxyou can always roll your own kernel, don't need to use the package22:22
samdLTS is not a problem for me, im installing server in a 9 yr old box22:23
sgsaxthen hardware should not be a problem22:23
sgsaxsamd: 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 important22:24
sgsaxapt-get install apache is the same on both22:25
samdsgsax: 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
samdor that option is not available anymor?22:27
jsteelI 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:27
sgsaxsamd: no the server install does present you with basic service options22:28
sgsaxbut they are just an easy way to select apache, bind, postfix, etc.22:29
sgsaxif you know what the packages are that you need just apt-get install them22:29
sgsaxjsteel: not necessarily22:29
sgsaxjust keep the .config file and copy it to the new kernel dir22:30
samdsgsax: ahh ight, thanks, anyway  i think ill go by installing the server edition22:30
jsteelok. I did modprobe ahci during the server install.22:30
sgsaxsamd: whatever works for you, do it22:30
jsteelmodprobe ahci returned that the module is not installed22:30
sgsaxis it compiled?22:30
jsteelhow do I tell?22:31
samdsgsax: ight, thanks for the time22:31
sgsaxsamd: np22:31
sgsaxjsteel: you can try 'find /lib -iname "ahci.*"'22:31
sgsaxand you should see ahci.ko somewhere in there22:32
sgsaxI should think that it would be there22:32
jsteelI was poking around in there and couldnt find it. Then ran your find command an its not there.22:32
jsteelCould it be that it just got missed when they made this install?22:33
sgsaxI found mine in /lib/modules/2.6.24-23-server/kernel/drivers/ata/ahci.ko22:33
sgsaxseems odd that it would be missing22:33
jsteelI only see pata and sata in there22:33
sgsaxit is posible that it is compiled in the kernel and not as a module22:34
jsteelHow would I get my hand on the config of the install kernel?22:34
sgsaxlook in /boot22:34
sgsaxthere should be a config-2.6.xx file in there corresponding to your current kernel22:35
sgsaxgrep it for AHCI22:35
jsteelthere is no /boot22:35
sgsaxthat would be a problem22:35
sgsaxyou still booted to the cd?22:35
jsteelYah. Its at the partition menu22:36
uvirtbotNew 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/38848322:36
sgsaxyou've installed on this drive already, right?22:37
jsteelYes. On another computer though.22:37
sgsaxlet me back up a minute22:38
sgsaxbooted to the install CD, it can see the drive, correct?22:38
jsteelNo. 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 select22:39
sgsaxok, so not even the install CD can load a proper controller driver22:39
jsteelRight.22:39
jsteelBut the desktop edition does.22:39
sgsaxwhich install CD are you using?22:39
jsteelI do get an error if I say yes to enabling the RAID22:40
jsteelThat may be a hint at the problem.22:40
jsteelIf 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 required22:42
jsteelIm using 9.04 server amd6422:43
jsteelSame thing happens with the minimal install cd22:43
sgsaxI'm stumped22:45
sgsaxmy google fu says if you set the bios to use the sata controller in ahci mode, the install cd should be able to recognize it22:46
sgsaxI can't imagine they would put a different kernel version on the amd64 install CD22:47
sgsaxthat would be old enough to not include ahci modules22:47
jsteelAnd I cant try the i386 on these boxes right?22:47
sgsaxtheoretically, it should work22:48
jsteelHmmm. Well maybe I'll give that a try then.22:48
sgsaxsorry I can't be of more help, I'm out of ideas22:48
jsteelThats ok. You have been a big help. Thanks a lot.22:48
sgsaxsure22:49
jsteelIf you are on tomorrow I'll let you know if the i386 works. I have to download it first.22:50
matt1211Hi, is there a way to print documents in terminal?23:33
jmedinamatt1211: of course, use lpr23:37
shunobiesCould someone tell me how to find out your ip address in terminal23:57

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