[00:07] Hey guys, Im 8.04.2 (x64) and want to upgrade it to 9.04. I tried 'do-release-upgrade' but it says 'No new release found'. How do I go about upgrading without a full reinstall? [00:07] Im running* [00:09] nm, found it in /etc/update-manager/release-upgrades [00:11] JanC, It works now ;) [00:11] JanC, I made a typo error i guess :) === asac_ is now known as asac [01:26] New bug: #388172 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: underproces post-installation script returnerede afslutningsstatus 1" [Undecided,Incomplete] https://launchpad.net/bugs/388172 === asac__ is now known as asac [04:43] is anyone aware of an sshd-enabled installer image for 9.04? i'm trying to google around for one and getting a lot of noise [05:14] Hi I just successfully installed spamassasin. How do I place spam-flagged mails in a seperate IMAP mailbox? I use postfix with maildir. I think I have to use procmail, but I don't know if I configured it correctly. [05:43] Threetimes: you do in fact have to tell your mail delivery agent (in this case procmail) where to put it; can you post your config? [05:43] wsa: within the installer, you can use anna-install openssh-server (IIRC) to get sshd running [05:44] wsa: if you write a preseed file, you ought to be able to seed the necessary questions before that, and have it install sshd. [05:44] http://paste.ubuntu.com/198184/ [05:45] Threetimes: I assume this is maildir format? [05:45] yes [05:47] Threetimes: are you sure about X-Spam-Flag? I have X-Spam-Status in mine; [05:48] also I have a trailing slash -- '.Junk/' -- don't know how that gets parsed [05:49] I have both, and more. In fact, I have all of these: http://paste.ubuntu.com/198186/ [05:49] I'll check the slash right now [05:50] doesn't work [05:51] how can I be sure the .procmailrc file is actually processed? [05:52] whaaaa [05:52] ? [05:52] does procmail run as you? [05:52] how do I know? [05:53] do you have any log output from procmail? probably not, eh? [05:53] maybe, i'll search /var/log [05:54] nothing... [05:54] try putting this directive in /etc/procmailrc ? [05:55] or wherever procmailrc is on ubuntu [05:55] it's in ky home dir. [05:55] /home/peter/.procmailrc [05:55] the global procmailrc, I mean [05:55] ow [05:56] I might be sending you on a wild goose chase [06:00] manual says: http://paste.ubuntu.com/198196/ [06:00] /etc/procmailrc doesn't exist in my system [06:04] hmm [06:07] I don't know what to say; your .procmailrc looks correct, some kind of output from procmail would be helpful [06:10] how do i let it generate output? [06:29] I fount out that prcmail is using mbox. [06:30] and that is is working right now, but not in thet right way (yet) [06:30] how do I configure procmail for Maildir? [06:35] Threetimes: just make the targets end in '/'; that'll cause procmail to treat it as maildir [06:36] nope (just tried that) [06:36] but i'll look into this later today [06:38] Threetimes: did you set the LOGFILE variable to cause procmail to log what it's doing? [06:57] how can i install mysql 6 and php mysql 6 using apt-get ? [07:01] mhiku: I don't think you can yet? [07:02] okay, thanks [07:02] mhiku: They arent' in Karmic repo's [07:02] So I think you need to compile them yourselve [07:02] does 5.4 in the repos yet too? [07:05] php5 seems to be php5.2.9, currently [07:06] mhiku: http://www.bencornwell.com/2007/11/18/php-6-installation-guide-for-ubuntu-710-gutsy-gibbon/ [08:35] hi, how do I configure procmail to use Maildir? [08:45] I've built up a machine using jaunty and when I log out of a text console, the login prompt doesn't come back until I poke it with 'initctl start tty1' (or whatever tty it is).. is this a known issue or any ideas WHY this happens? I've looked thru /etc/event.d/ and it all seems fine. [08:47] cef: I have no idea... [08:48] Threetimes_: yeah got me a lil stumped.. thought I'd ask about instead of mindlessly thumping my head on the screen [08:50] Threetimes_: Just add a slash to the targets. [08:51] Threetimes_: If the mailbox ends in a slash, procmail assumes Maildir. [08:51] tried, doesn't work [08:51] Well... Doing it wrong :) [08:51] it works for me. [08:51] Can I see your procmail rules? [08:52] wiil post thet asap, just killed my ajax ssh app :p [08:53] ajaxterm? [08:53] soren: yes, it's really useful at school [08:54] http://pastebin.com/f196cb0df [08:55] The spamassasin headers are definately there. === [1]th0m is now known as th0m [08:55] And what happens? [08:55] my mail ends up in /var/mail [08:55] Er.. [08:55] does anyone on 9.04 have an /etc/inittab file? [08:55] if I disable procmail, it works [08:56] cef: Ubuntu doesn't use an inittab file. [08:56] Threetimes_: That makes no sense. [08:56] Threetimes_: If you disable procmail, your mail gets filtered correctly? [08:56] Threetimes_: What's doing the filtering? [08:56] soren: guessed that.. but from older installs of upstart it used it ONLY to figure out the equivalent default runlevel [08:56] no filtering has actually ever happend. [08:56] Threetimes_: Ok, here's the deal: [08:57] no mail has been automatically put in "Junk" [08:57] Threetimes_: a) You're asking about getting procmail to use Maildir, but your problem is clearly that procmail isn't filtering correctly. [08:57] Threetimes_: b) You need to tell procmail where to put your mail by default (if it doesn't get filtered otherwise). [08:58] You do this using the DEFAULT variable. [08:58] Guessing from your procmail rule, you want to set it to: [08:58] DEFAULT=Maildir/ [08:58] is mailbox_command = /usr/bin/procmail -a "$EXTENSION" in postfix' main.cf right? [08:58] Yeah, that looks about right. [08:58] That's the default, isn't it? [08:59] I got it from spamassassin's wiki [09:00] Well, anyway. It looks about right. [09:01] gah.. why won't my console getty's respawn. *sigh* [09:05] Threetimes_: Did it help? [09:06] Mail containing "hello"ends in my mailbox, mail containing the GTUBE disappears. [09:06] I'll look at this later. [09:06] bye! [09:25] so, anyone got any idea why local console gettys won't respawn after the user logs out? [09:26] No idea. [09:26] once I restart them, everything works as expected [09:28] I've got a vague idea that since the gettys get started asap, that it happens before /etc/init.d/bootlogs.sh, and so they don't restart properly.. might set DELAYLOGIN=yes in /etc/default/rcS [09:34] BINGO! That fixed it. Not sure why it happens, but it happens! [11:21] Hi, I have a procmail problem. http://pastebin.com/f624e200 [11:23] Spam mails don't end up in the Junk box, they disappear. [11:26] Add "LOGFILE=mail.log" to your .procmailrc [11:26] Try again, and see what the log file says. [11:26] Threetimes_: ^ [11:26] ok, thanx [11:27] will try that when I'm home, after five more hours :( [11:28] Where exactly do you expect the mails to land? === asac_ is now known as asac [12:36] hello to everyone.. can somebody help me with choicing filesystems? [12:39] nobody? [13:54] I fixed the procmail problem, and i'm not even home yet! [13:54] http://pastebin.com/f7c0222 [13:54] sorry, http://pastebin.com/f7c022216 [13:55] this is the correct .procmailrc file [14:20] Number 1 overlooked service for admins? Apticron [14:22] * soren has a nagios plugin that does about the same thing === genii_ is now known as genii [14:39] I need some help... [14:40] I need to add my IP in different netmask... any clue...?? [14:40] howso? [14:40] ifconfig ethX netmask [14:42] one is for access to my ISP I'm using now... another is my neighborhod network... [14:42] Sam-I-Am, how is it sam...?? sry, I'm new... [14:42] maybe you don't mean netmask... [14:43] Sam-I-Am, hmmm... I'll explain... [14:44] Sam-I-Am, my IP now is 192.168.x.x in 255.255.255.0 [14:44] Sam-I-Am, I just want to add another IP, 172.18.x.x in 255.255.0.0... [14:45] on the same interface? [14:45] yups [14:45] hmmm, weird... but ok... you'd need to create an alias [14:45] so ifconfig eth0:0 172.18 ... netmask 255.255... [14:45] then you'd have your 192 and your 172 on the same interface [14:46] Does anyone here know how to install and configure tripwire for ubuntu? [14:46] bogeyd6: apt-get install tripwire [14:47] bogeyd6: you can find config docs online [14:47] Sam-I-Am, ok, i did that, and i generated the keys. Whats next? [14:47] Sam-I-Am, /etc/network/interfaces?? [14:47] bogeyd6: this isn't a tripwire support channel :/ [14:47] petx: no, thats the manual way to do it [14:47] in interfaces you'd set one up like the eth0 one, only it would be called eth0:0 and have only the IP and netmask [14:47] petx, if you run the cl like Sam-I-Am suggests, the next time you restart networking it will erase it [14:49] so... how can it set to permanent..?? [14:50] petx: http://www.cyberciti.biz/tips/ubuntu-linux-creating-ethernet-alias-for-eth0-network-device.html [14:51] Sam-I-Am, is it in different netmask...?? [14:52] you can make an alias whatever you want... however, i dont think what you're trying to do will actually work like you think it will [14:55] Sam-I-Am, why...?? [14:56] because you're trying to access two separate networks from the same interface [14:57] Sam-I-Am, but it works on w*****s.. >,< [14:57] what you probably want is two network cards... one hooked up to your ISP, and the other to your home network. [14:58] then it'll work on linux if you're explaining it right [14:58] Sam-I-Am, sry.. my english is bad... [15:00] <_ruben> a /wii petx [15:01] _ruben, a /wii...?? [15:04] hmm... I'm confused how to explain then... [15:04] T_T === [2]th0m is now known as th0m === Nafallo_ is now known as Nafallo [15:14] Can you "overcommit" RAM in kvm? [15:15] That is, on an 8GiB system with four VMs, tell each one it can use up to 6GiB, and rely on them to usually only need 1GiB === freeflyi1g is now known as freeflying [15:47] does "virtual host" in tasksel install vmware-server? [15:48] Ethos: no, vmware server is a commercial product [15:48] anyone know where i can get a really cheap (~$200 or less) 36U square hole rack ? [15:48] Sylphid|work: doesnt seem like an ubuntu issue :P [15:49] no it's not [15:49] vmware server is free [15:49] Ethos: its not considered open source though [15:49] Sam-I-Am, its gonna house ubuntu servers =P [15:49] Sylphid|work: google is your friend! [15:49] Sylphid|work: ubuntu servers self-levitate, no rack needed [15:49] Sam-I-Am, cheapest im comming up with is $350 [15:50] racks aint cheap [15:50] Sam-I-Am, if only......=P [15:50] Ethos: It doesn not cost anything, that's correct. [15:50] Ethos: vmware-server is gratis. It is not compliant with Ubuntu's requirements for free software. [15:50] Ethos: However, it's still a commercial, non-free product. [15:50] anyone known why kvm do not reboot with winxp [15:50] soren: "proprietary". [15:50] :-) [15:50] Ethos: the virtual host on ubuntu would be more likely aimed towards KVM or even virtualbox [15:50] that too :) [15:50] so what does "virtual host" install on tasksel? :DD [15:50] Ethos: but nothing says you can't install vmware [15:50] kvm+libvirt [15:51] I sit next to a #debian-legal weenie every day [15:51] Ethos: kvm [15:51] ah ok [15:51] thanks [15:51] which is actually quite nice... [15:51] I don't think vmware server will run on my linode anyway... [15:51] vmware is overrated imho [15:51] Sam-I-Am, im working on setting up a server farm in my house to provide free (donations accepted) VPS [15:51] Sylphid|work: for who? [15:51] Sylphid|work: I see several things wrong with this picture. [15:51] Sam-I-Am, the community [15:52] Sam-I-Am, anyone that wants one [15:52] It seems to me you'd be better off joining one of the existing not-for-profit hosting/VPS providers. [15:52] For example, hcoop and freeshell aren't strictly VPSs, but they do similar things. [15:53] twb, that prolly will happen down the line but im still working out the kinks ... need to get some ground work laid first and formost [15:53] This will spare you the legal hassle of creating an accredited not-for-profit organization to accept donations, the power bills, the noise pollution, etc. [15:54] Of course, if you're doing it for pedagogical rather than pro bono reasons, that's different... but you can't (safely) accept donations in that case. [15:55] twb, honestly im a technical guy with no business background.... so that is a concern [15:56] twb, im just looking for a niche that i have to give back to the community.... [15:57] Sylphid|work: start helping maintain packages :) [15:57] twb, and it just so happens that i work for my ISP so bandwidth is free for me and this would be a fun project [15:58] You could set up a package mirror if your ISP doesn't already host one [15:58] thats an idea [15:58] Sam-I-Am, i still need to get my feet wet on package maintenance [15:58] twb, good call! [15:58] Sylphid|work: do you manage network services at your isp? [15:58] twb, any idea how much bandwidth a mirror pulls on average? [15:58] Sam-I-Am, sure do [15:58] depends on use [15:59] Sylphid|work: do you run things like bind, dhcp, ldap? [15:59] bind and dhcp yes ldap no [16:00] well, you could run debian unstable or ubuntu karmic somewhere and test some of those packages... or roll upstream source into packages and test them [16:01] for example.. i use dhcp with ldap. ISC released dhcp4, but since the patch to do ldap only works with 3, i have a vested interest in the patch getting ported to v4 when debian makes a package for it... so thats what i'm doing now. [16:01] Can someone tell me what the debian-sys-maint user is in my mysql database? Also, it added two users with blank usernames. Can I delete those? I want to lock down my installation as much as I can [16:01] Sam-I-Am, does dhcp have that much maintenance required any more? [16:01] Sylphid|work: well, particularly now since we need a package for v4... dont have one yet. [16:01] they changed the entire build mechanism [16:01] ahh ic [16:02] so its not a simple upstream insertion [16:02] i was thinking bout diving into the zebra code [16:02] Sylphid|work: depends on the implementation, but the debmirror manual should give you some rough numbers. [16:03] Sylphid|work: ideally you would provide a mirror of much stuff, but hardy/main alone is only a few gigabytes in total, and changes not at all. [16:03] anyone here have experience with likewise open and assigning domain users or groups to local unix groups? [16:04] Sam-I-Am: maybe we should all boycott ISC dhcpc and use pump ;-P [16:04] eh... [16:04] Oh, did you mean dhcpd? [16:04] yes, d [16:05] Ah. I am slack; I use dnsmasq for that. [16:05] i wish dnsmasq had more features i need [16:05] twb: can dnsmasq do SOA records? [16:05] But it already HAS dbus! >duck< [16:05] mbeierl1: IIRC I saw upstream ships with an (unapplied) patch for those. [16:06] No, that was LOC [16:06] Brain fart, it's 1:11AM here and I'm debuilding [16:06] twb: close... but not SOAgar... okay... :) [16:08] mbeierl1: you can tell dnsmasq to be *the* authoritative server for some domains. [16:08] oh. would that do it? [16:08] mbeierl1: I don't know if that counts as SOA, I haven't dumped its packets [16:08] But dnsmasq is meant to be a caching dns slave, and serving local records locally [16:08] twb: I'm trying to set up a linux/windows hybrid network for a school [16:08] It's not meant to be world-facing [16:09] and use likewise open to have the linux machines be part of the domain [16:09] but something is looking for SOA records for the domain [16:09] the Windows Domain name and the linux local net domain name are the same - is that a bad idea? [16:17] I don't do Windows, sorry. [16:21] mbeierl1: -f, --filterwin2k Later versions of windows make periodic DNS requests which don’t get sensible answers from the public DNS and can cause problems by triggering dial-on-demand links. This flag turns on an option to filter such requests. The requests blocked are for records of types SOA and SRV, and type ANY where the requested name has underscores, to catch LDAP requests. [16:22] mbeierl1: does that help? [16:22] well, the SRV records I already have serving back to the PDC, and that works [16:22] I just don't know if the PDC needs to be the SOA for its domain name [16:23] I'll give it a shot and see [16:24] but my real question is if anyone here has actually used Likewise for unix authentication? [16:26] never heard of it [16:33] http://www.likewise.com/products/likewise_open - comes in the likewise-open5 package in Jaunty [16:33] Hmm, not in Debian yet. [16:33] "Winter 2009 Edition"... bloody hemispherists. [16:34] hee hee [16:34] does that mean June? or December? [16:37] soren: around ? [16:38] huats: wazzup? [16:38] hey soren [16:39] how are you ? [16:39] huats: Crazy busy. :) [16:39] huats: You? [16:40] quite a lot too :) [16:40] I still have on my local computer the virt-manager merge available [16:40] I just need to review something with you... [16:40] (before to put it on LP I mean) [16:41] so when you have 5 minutes can you please tell me your opinion on : [16:41] There was a patch that you made for testing that the user who is launching the virt-manager is in the virtd group [16:41] I am not sure it is still necessary [16:41] I think kirkland wrote that patch, actually. [16:42] ok [16:51] huats: soren: howdy ... [16:51] hey kirkland [16:51] how are you ? [16:51] huats: fine, what's up? [16:51] same here [16:51] :) [16:51] I was saying to soren [16:52] that I have done (locally) the virt-manager merge [16:52] and that I have just a question regarding a patch that apparently you wrote (according to soren) [16:52] the one that verifies that the user is in the virtd group [16:52] do you remember that ? [16:53] because I am not sure it is necessary [16:53] and thus I'd like an opinion before putting that on LP [17:12] hello [17:15] I have two ubuntu server gateways. They both have exactly the same services but one has the ip 209 and the other has 210. Is it possible for me to make a script to change 210's ip to 209 in case internet connection fails on 209? it will then take place of the other server in case of a downtime. === ircd is now known as samferry [17:35] rsr: Look at heartbeat or redhat-cluster-suite [17:39] ok [17:39] thanks [17:40] rsr: look at linux-ha [17:40] rsr: which contains heartbeat :) [17:41] yes [17:41] heatbeat seams hardcore to set up though [17:42] I will have to thoroughly read all the man pages and docs [17:43] thanks for your help [17:43] I have to go [17:46] rsr, there are many howto's [17:53] heartbeat looks painful but its really not bad for just switching hot IPs [17:53] anything using xml is painful at first :/ [17:55] but it is not hard at all it is just 5 lines in the heartbeat config to setup the IP switching [18:36] is it possible to set up a terminal emulator using cat or tail and echo ? [18:38] Anyone know how to go about switching from apache-mpm-prefork to apache-mpm-worker? === johnny5 is now known as codi [19:20] hi, I've just set up my apache webserver but I don't know where to put files to make them visible via http [19:20] thierry_: by default, /var/www/ [19:21] but that's specified in apache's config [19:21] giovani|work : k, I don't have a /srv/www directory so I'll check the config [19:23] giovani|work : is it the root directory argument? [19:34] anyone found a list of which servers are talked about in here? http://www.ubuntu.com/news/hp-proliant-servers-certified-ubuntu [19:34] http://webapps.ubuntu.com/certification/list/?release=9.04&category=Server <- only two are listed here [19:49] maswan: for G6, that is all that is currently certified...more are coming AFAIK [19:57] so it is 17 configurations of 1 or 2 servers among the G6 generation? [20:01] yeah, from a closer reading, it seems like only dl360 and dl380 g6, and also, only 32-bit legacy versions? [20:03] hi all... I need to set dual IP with different netmask... any idea?? [20:04] maswan: the latter is correct...the 380 and 380 G6's [20:05] maswan: I mean 380 and 360...yeesh [20:07] petx: please clarify...two cards or one card with 2 addrs? [20:07] Well, I'm guessing the blades won't be certified anytime soon, given https://bugs.launchpad.net/ubuntu/+source/linux/+bug/360966 [20:07] Launchpad bug 360966 in linux "bnx2x missing in initrd for install media" [Medium,In progress] [20:07] zoopster, 1 card... two ip in different netmask... [20:09] I've tried with the aliases... but I'm confused then... I dont know how to set it with different netmask... [20:10] petx: try this http://ubuntuforums.org/archive/index.php/t-230622.html [20:12] how can i check which version of mysql server i have installed ? [20:14] zoopster, it works... thanks so much... [20:14] petx: sure thing. enjoy. [20:17] maswan: never know...that's an easy fix [20:18] zoopster, I saw /etc/rc.conf... what's it...?? [20:20] zoopster: oh, I've just had a guy over inf #fai butt his head against that for a couple of hours by now. [20:20] nvm... I removed it... nothing happened then.. [20:20] zoopster: got an easy workaround, or is it an easy fix on the package side? [20:20] question. is anyone familiar with vtiger crm ? i am looking for an installation guide on ubuntu [20:21] maswan: no easy fix from me...but it's only needed if you need networking during the install, no? [20:21] zoopster: yes, but it is rather hard to do automated network installs without networking during the install [20:21] maswan: heh...good point [20:24] oruwork: for edgy, but looks simple enough. http://ubuntuforums.org/showthread.php?t=358395 [20:25] zoopster-> i'm looking at that , vtiger now comes with a binary , not .tar [20:26] oruwork: the vtiger wiki has some install docs...those don't work? [20:26] zoopster-> i'm about to find out [20:26] oruwork: good luck [20:26] zoopster-> just dont want to break anything :) [20:27] oruwork: it's linux...easily fixed [20:27] zoopster-> they sai i must have 1. Access to set PHP directive : max_execution_time = 600 [20:27] not sure how to check that [20:32] that's in the php.ini or in a .htaccess file [20:32] how can I scan w*****s based shared folder on my network... any clue...?? [20:33] oruwork: you can easily check the variables with a php_info script [20:34] zoopster-> not sure what you mean [20:34] php_info ? [20:35] anybody famliar with gentoo's glsa-check? [20:36] I'm curious if anybody has done something similar for debian/ubuntu [20:37] oruwork: just create a test.php file with this line in it "< ?php phpinfo() ?>" without quotes on your web server...when you hit that file via a browser it will list all of the settings for your php install [20:40] zoopster-> http://www.selsovet.com/images/test.php [20:44] can someone evaluate this please http://pastebin.com/m1bbd1f2d [20:46] so awk is not on your system? [20:46] isn't that part of ubuntu-server metapackage? [20:47] dont know [20:47] well, on my latest LTS install, mawk is installed [20:48] and on my latest jaunty desktop, both gawk and mawk are installed [20:50] wow is vmware really that resource hogging [20:50] or there is some extra step/patch for ubuntu-server [20:50] IO to vmware is awful [20:50] i am seeing 120ms delay from host os to client os [20:50] no, vmware is a hog [20:50] awful product [20:51] i just want to beat it with a stick [20:51] it's a great product, when it works :) [20:51] i have 10 GB of ram 2x2.6Ghz Intel Xeon [20:51] IBM server [20:51] you should try the free ESXi server, instead of the ordinary free server [20:51] my load average is 3+ [20:51] sgsax : what benefits does that bring? [20:52] it's a true hypervisor [20:53] I've been using the free server, and am switching over to ESXi [20:53] can it import images? [20:53] though on my production free server, I'm showing a pretty low load, running 6-8 active VMs [20:53] hehe [20:54] you'll need their converter tool to import from free server to ESXi [20:54] this shit all started happening after i installed norton antivirus on client os [20:54] ah, well that would do it [20:54] Windows XP [20:54] no matter how much ram i give it [20:54] it still crawls [20:54] can anyone sujest a sitebuilder [20:54] tha mgmt website is awful in terms of resources [20:55] how can i get to the buttom of the man page quickly ? [20:55] pg down [20:55] oruwork: not sure what it needs...maybe original-awk? [20:56] oruwork: your php thing...are you sure you have php running with apache? [20:57] zoopster-> yup 100% [20:58] does virtuablbox require x11 to run? [20:59] It has a headless feature, I believe [20:59] now i am getting this error zoopster http://pastebin.com/m38054669 [20:59] doesnt list what i'm missing [20:59] doesnt list what its looking for [21:00] nick125 : is there a package? [21:02] oruwork: yes it does...you are missing "make" [21:03] sounds like ou don't have a proper base install [21:03] virtualbox-ose - x86 virtualization solution - binaries [21:05] is this it? [21:07] a1fa: I believe so [21:08] hm any urls on how to work this thing headlesly? [21:08] virtualbox [21:08] Qt WARNING: VirtualBox: cannot connect to X server [21:08] it wants X [21:08] Maybe VBoxHeadless? I never used it headless, unfortunately. [21:11] what is the default location of in 9.04 server ? [21:12] What is ? [21:16] Specify the location of /bin/httpd in your system (For example /etc/httpd/bin) : [21:16] soren-> [21:19] /usr [21:22] soren-> nope :( [21:23] how about /usr/sbin/apache2 [21:23] oruwork: Then you need to rephrase your question. [21:23] oruwork: What are you trying to do? [21:24] soren-> in the middle of installing vtiger crm [21:24] I'm just going to read "vtiger crm" as "something", if that's ok? Go on. [21:24] the installer script is asking me this question http://pastebin.com/m2754d7c9 [21:25] /usr/sbin/apache2 [21:26] It's asking you for the path to apache, not this made up "" thingamabob. [21:26] did you read through the installation manual? [21:27] they list all required packages there for 6 distros [21:29] also seems to be a pretty thorough install guide, should be able to answer most of your questions there [21:31] reading the insatllation instructions here http://wiki.vtiger.com/index.php/Vtiger_CRM_5.0.4_-_Installation_Manual_for_Linux#Choose_the_Correct_Linux_Distribution [21:31] sgsax-> awk is not listed there, though i needed it [21:31] sgsax-> so is make [21:32] this sux [21:35] oruwork: Is apache installed? [21:38] if you don't have awk, then I'm pretty sure your base install is not complete [21:39] and make is part of build-essentials [21:39] which is listed [21:39] soren-> yes apache is installed [21:40] so according to the install manual, it will first ask you for the location of your apache config files [21:40] which should be /etc/apache2 [21:40] and then for the location of the apache binary [21:40] which should be /usr/sbin/apache2 [21:41] (redhat et al use httpd for apache) [21:45] yes i was missing build-essential i just installed it and trying the installer again [21:47] sgsax-> http://pastebin.com/m7d7c5671 :( [21:47] same thing [21:48] if i choose an option to install apache bondled with CRM ? [21:48] is that gonna break stuff ? [21:48] cause its already installed and i have stuff running [21:52] why is it looking for httpd and not httpd.conf ? [21:55] soren-> ? [21:55] sgsax-> ? [21:55] :) === nxvl_ is now known as nxvl === ivoks_ is now known as ivoks [22:20] I have this in the /etc/fstab: UUID=ff479173-12f1-416b-88d8-58e60282585d /boot ext2 relatime 0 2 [22:20] so its using the UUID for the device, not the /dev/vgname/lvname [22:20] I want to add another lv to the fstab [22:21] but I cant find the UUID for that lv [22:21] I tried lvdisplay, but the UUIDs in there are no the ones I find in the fstab.. Where can I find these UUID's? [22:48] can someone recommend a good book on ubuntu server? [22:55] is there a certification program for ubuntu server?