/srv/irclogs.ubuntu.com/2008/04/28/#ubuntu-server.txt

osmosis3ware raid controller seems slow on hardy 2.6.24-16-server00:00
timboy2for some reason php pages aren't being served... When I try to go to my roundcube site I get: you have chosen to open which is a: application/x-httpd-php anyone know why this is happening?02:06
timboy2figured it out. I had to sudo apt-get purge libapache2-mod-php5 then reinstall it!02:15
cellofellowhello02:29
cellofellowwould it be safe to upgrade a production server from Gutsy to Hardy?02:29
ScottKcellofellow: It depends a lot on the specifics of your configuration.  I've had no trouble upgrading my servers.  Others have.  I recommend a test server to try out.  This is something that's generally a good thing to have in any case.02:30
cellofellowIt's got Apache, MySQL, PostgreSQL, DNSMasq (very important).02:30
cellofellowJust a home server.02:30
timboy2anyone know anything about mod_rewrite? I'm trying to set it up for my mail server... this is my config: http://pastebin.ca/99990702:52
eklofHi guys.04:33
eklofI noticed the update-script warned about trying to upgrade my server using ssh? Anyone had problems?04:34
eklofI'm not keen on going 200km just for the fun of it.04:35
eklof:)04:35
ScottKI've done several via ssh with no problems, but mine are on a different floor in the same building, so the risk level is different.05:02
osmosishow do I apply my hostname to the prompt after edit /etc/hostname  ?05:12
dthackerosmosis: logout and login again05:15
osmosisdthacker: i think its a matter of calling init or something05:16
dthackerosmosis: your prompt is set by reading the hostname when you log in.  If you've changed your hostname, logging in (or sourcing your .profile) will re-read the hostname and change your prompt.05:17
osmosisdthacker: ok05:19
slsI have hardy installed with likewise, and joined to a domain. How can I make it so that the admins in the domain are able to 'sudo'?05:30
cyris||Hello everyone. I just started tinkering with AppArmor and I have a profile loaded for samba (enforcing). Does anyone know where AppArmor logs to?05:48
ferfactorHi someone here can give me support in Spanish please???06:25
=== gouki_ is now known as gouki
NineTeen67CometHello, I've got a Hardy powered server here that seems to have difficulty with the transfer of large files (500mb+) in either direction. It simply locks up, no errors (syslog, messages or dmesg) that I can see. Ideas on what I can check out for the failures? (PIII 450, 368mb ram, 1x10gig, 2x320gig headless).08:07
NineTeen67Cometso far the only way to get it back is powerbutton hold down or reset button.08:08
NineTeen67CometThe box wont even ping once it's locked up so keeping ssh'ed in with tail running the logs results in nothing ..08:10
ahey08:22
krautmoin08:25
aI cant find any guides on creating a raid  0 after ubuntu server has been installed08:32
lucenta: it's not automated08:47
lucenta: I haven't tried it myself yet, but I was looking for a way to do RAID1 last night and found that "Manual Partitioning" should include the means to set this up08:48
aWell I have ubuntu server installed and working on an old sun server, it was 4 extra disks in it that Id like to set up in raid 008:51
ait has*08:51
lucent4?  don't you want 0+1 or 5?08:53
_rubenraid0 .. eeewwww08:54
anah it wil be for very unimportant data08:54
ai just want to combine them into one giant disk, but not jbod08:54
lucentraid5 would be beneficial on read, penalty on write08:57
athen I only get half the space08:58
lucentwhat?08:59
aas opposed to raid 008:59
lucentIf I'm not mistaken, then you're confused about raid levels08:59
lucentfour drives at 200mb each, you'd have 600mb accessible09:00
aohh I was thinking of something else09:00
lucentin raid5 configuration it's the size of the smallest drive times the number of drives minus one09:00
aIll take raid 5 then09:01
lucentand unless I'm confused, I thought raid0 was number of drives divided by two09:01
aso then back to the original question, how do I create a raid 5 array inside of ubuntu server09:01
lucentusing Manual partitioning09:02
lucentit's one of the installation prompts09:02
lucentAutomatic use entire disk, Guided partitioning using available space, Manual partitioning09:02
aWell its already installed09:02
lucentI've done live migrations before09:02
lucentit's not real easy to explain09:03
awell I wouldnt be changing the disk that linux is installed on09:03
aI have 5 disks in it total, the first one is holding ubuntu09:03
aId like to raid 5 the remaining 4 disks09:03
lucenthm09:04
lucentLVM would be far easier09:04
alvm?09:04
lucentLogical Volume Management, I think09:04
lucentthere's two well known subsystems for grouping storage devices, LVM and md09:05
lucentmd is the oldest and is specifically for implementing raid levels as software09:05
ahttp://www.howinthetech.com/quick-and-dirty-linux-software-raid5/09:06
aI found that09:06
lucentLVM is relatively new and does some more fancy things like migrations, labelling, and pseudo-raid09:06
awell keep in mind im pretty much brand new to linux09:06
lucentah09:07
lucentLVM is simple to explain09:07
abtw thanks very much for helping me09:07
lucentif you don't like it you could always toast it and go with something else09:07
lucentit's good to learn about09:07
adont like what, lvm or linux?09:07
lucentVolume Group comprised of several Logical volumes which are made from Physical volumes which are formatted block devices (partitions on a drive)09:08
lucentso, to make this simple, each of your target drives should have a single partition on the whole disk09:08
lucentthe type I think is 0x8e, I'd have to check09:09
awell this is kind of where Im stuck09:09
aa guide tells me this:09:09
aType $ cat /proc/diskstats. Mine were detected as /dev/hda and /dev/hdc.09:09
aTo set up a partitition, run fdisk twice, each one for each disk and do the following:09:09
a$ fdisk /dev/hdX09:09
ahow do I know which disks are which? that command gives me about 1509:09
lucenterr09:10
lucentit's tough to say an answer09:10
lucentwhat makes them different to you?09:10
aI have no idea09:10
atheres sda1-409:10
lucent'fdisk -l' may give you a list as root user09:10
asdc1-709:10
lucentbad as this sounds, I'd be sort of interested to log into your box and peek around :P09:11
aI was actually about to ask you if youd like to do that, I really am lost here09:11
aits a really old sun server, finally wiped slow solaris 10 off of it and installed ubuntu server09:12
lucentit's cool, make sure there's nothing important on it and privmsg me the ssh details09:12
anothing on it whatsoever, fresh install since about 15 minutes ago09:12
lucentwill need "apt-get install openssh-server" to get sshd running, and a portforward to 22 tcp from your border09:13
aoh I know I know, ive already been sshd into it from this pc09:13
achanging my portforwards now, 22 was forwarded to my other server09:13
lucenta: whenever you're ready09:18
ai sent you a pm09:19
lucentI lost it :(09:19
lucenta: are you on a registered freenode nickname?09:19
anope09:19
lucentusers must have a registered nickname to talk to me09:19
aoh09:19
ahold on then09:19
lucentkeeps spam bots out of my pants.09:19
ahehe09:20
Fohdeesha1its making me wait 2 minutes before using the register command09:24
Fohdeesha1stil lnot getting them lucent?09:28
dna_why isn't there apache2-mod-security in 8.04?:10:49
lllegalhello, I'm wondering if theres a iscsi target for ubuntu with support for scsi-3 pf (persistent reservation)12:27
lllegalalso which iscsi target is preferred ?12:27
pitihi. I want to put a mail server (postfix courier) on my server, which provides a website too, and this website should send emails through the php mail() function. Will theses mails be sent without problems ? (for the moment, I only have put the original sendmail, without any other configuration.)12:32
ScottKPostfix provides sendmail binary that should be compatible.  I don't do that, but I expect it should work.12:40
\shpiti, it works out of the box13:06
\shpiti, postfix + php works really like a charm...13:06
pitithanks13:16
=== wookies is now known as adlisyakir
sommerhappy monday13:56
slsI have hardy installed with likewise, and joined to a domain. How can I make it so that the admins in the domain are able to 'sudo'?14:11
pitisls: you should just add them to /etc/sudoers, don't you ?14:13
pitisls: ldap ?14:16
=== blue-frog__ is now known as blue-frog
=== w8tah_ is now known as W8TAH
nealmcbUbuntu Open Week starts in 10 minutes in #ubuntu-classroom - https://wiki.ubuntu.com/UbuntuOpenWeek14:52
ScottKnealmcb: Isn't it an hour and some minutes?14:53
* nealmcb was just about to correct14:54
nealmcbmake that 70 minutes :-)14:54
ScottKWhich is still, rough order of magnitude, 10 minutes.14:54
ScottK;-)14:54
nealmcboff by one?  :-)14:55
nealmcbI wonder if anyone has kept track of the average number of people in #ubuntu-server - seems to be growing nicely over time14:58
ScottKSince joins and departures are in the logs, with wget and some log parsing you could find out.15:03
slspiti, yes but how? whats the syntax for adding a group DOMAIN\domain admins?15:05
pitisls: have you lokked at this package ? >> http://packages.ubuntu.com/hardy/sudo-ldap15:06
nealmcbScottK: true - you could probably get some pretty good data.  And the network partitions would help correct for missing events during logging outages that would otherwise spoil the data15:12
gegemaI am trying to upgrade our server from dapper to hardy. I have enabeled the dapper-updates and dapper-proposed repositories for main restricted and universe >> did an aotitude update, upgrade and dist-upgrade , installed update-manager-core and now that I am trying to "do-release-upgrade", I am getting a message that there is no new version of Ubuntu available15:13
gegemashould I paste my sources.lst for someone to have a look at, maybe I am missing an important repo?15:13
pitigegema: what " cat /etc/lsb-release | grep CODENAME "gives to you ?15:14
gegemaDISTRIB_CODENAME=dapper15:15
ScottKgegema: It was recommended that Dapper -> Hardy upgraders wait until 8.04.1 next month.  Dunno if that's why update manager isn't yet aware of it.15:15
slspiti, no I have not... I will.15:16
gegemamaybe I still need the -d flag then...was assuming since hardy went live, -d was not necessary15:17
rglis there a ubuntu jeos for amd64?15:19
gegemaI had tried the awstats package on a VM hardy install which didn't work with my configuration.. and I wanted to do a dist-upgrade before going ahead and compiling awstats, just in casew15:19
gegemacase**15:19
nealmcbScottK: where did you see that recommendation?15:20
ScottKIIRC it was in the release announcement.15:20
nealmcbrgl: yes15:20
rglnealmcb, where should I get the iso?15:21
nealmcboops - maybe not...15:21
nealmcbspoke too soon - http://cdimage.ubuntu.com/cdimage/jeos/releases/8.04/release/15:22
rglyeah, I only found the i386 there :D15:22
nealmcbbut you can use ubuntu-vm-builder to build your own custom image in a few minutes15:22
rglnealmcb, neat.  thx :)15:23
nealmcbthere is a bug with setting locales that you can check out15:23
nealmcbyou just have to set one up yourself right now15:23
nealmcbrgl: yeah - ubuntu-vm-builder is sweet15:24
nealmcbif still a bit rough around the edges15:24
ScottKgegema: http://www.ubuntu.com/getubuntu/upgrading#head-e059d5452a24b50d09c64df48058ef2d834eb197-2 suggests do-release-upgrade -d.  Did you try with the -d option?15:25
ScottKsommer: This thread: http://archives.neohapsis.com/archives/postfix/2008-04/1343.html has some discussion on Debian (and Ubuntu) specific cyrus-sasl setup stuff.  It might be worth looking to see if this is correctly documented for Ubuntu.15:40
sommerScottK: cool, I'll check it out15:42
ScottKThanks.15:42
_rubenhmm .. trying to figure out how syslogd-listfiles determins if a logfile is to be rotated daily or weekly ..16:30
sommer_ruben: look into logrotate16:30
sommer_ruben: specifically the scripts in /etc/logrotate.d16:30
_rubenlogrotate is what im used to .. but syslog comes with its own mechanism .. then again, i might just trash those and go with logrotate as im used to using that :)16:31
sommerah, sure either way... heh16:32
_rubensyslogd-listfiles is nice because you dont need to keep track of which files to rotate .. downside is: no per logfile 'rules' ;)16:33
_rubenah well .. time for dinner and do some thinking in the background16:33
_rubenif only my ears hadnt tricked me into thinking girlfriend was home already .. back to work for a bit then :p16:37
blueyedIs there any reason why the "root" account does not get created when installing mysql-server?17:10
blueyedOnly "debian-sys-maint" is in mysql.user (when started with --skip-grant-tables)17:13
* delcoyote hi18:07
mathiazdendrobates: do you know symas Openldap directory ?19:08
dendrobatesmathiaz: nope.  is it a commercial ldap?19:08
mathiazdendrobates: don't know - I was just reading a blog post about using mysql ndb cluster engine as an openldap backend19:09
dendrobatesmathiaz: oh, nevermind, I think this is where most of the openldap developers work.19:09
dendrobateshoward chu works there and is coming ot uds.19:10
=== eht is now known as Weasel[DK]
zulach launchpad is painful today19:19
=== bamed is now known as bamed|away
ScottKEven more than usual.19:36
=== Weasel[DK] is now known as Weasel[DK]2
=== bamed|away is now known as bamed
_CitizenKane__hi everyone, i've been looking into network monitoring software (nagios, zenoss, etc.) and I was wondering if anyone knew of a website that had a good comparison or had a personal preference?19:58
_CitizenKane__I did some googling but I turned up empty handed19:59
sommerI'm a nagios fan :)20:00
sommerif nagios was peanut butter I'd put it on a sandwhich and eat it with jelly20:00
_CitizenKane__sommer: be playing with nagios, not exactly in love with configuration but it seems to be pretty solid20:02
_CitizenKane__gah, been playing with nagios, i really need to get more sleep20:03
erimar77look into opennms, that's pretty nice too20:05
erimar77and self discovering20:05
giovani_CitizenKane__: nagios is the standard, takes some getting used to, but is the most scalable of any free monitoring software I've seen20:15
bamedOpenNMS is designed more for Enterprise-level infrastructures than nagios is20:16
_CitizenKane__well, not for a huge network, mostly just need something that has good notifications when things go down, or when certain conditions, like hard drive space running out occur20:17
bamedeither one should do that20:18
giovaniand smaller ones will too20:19
giovaniif it's really not a large network, and you need something up quick ... jffnms meets your requirements20:19
_CitizenKane__alright, i'll look into everything, thanks for the help everyone20:25
stiv2kApparently you do not have both the openssl binary and openssl development libraries installed.20:52
stiv2kwhat packages are these named ?20:52
stiv2kopenssl and openssl-dev or something?20:52
giovaniyes20:58
giovaniapt-cache search is your friend20:58
giovanilibssl0.9.8 and libssl-dev20:59
giovanior use openssl20:59
giovaniif you want all the tools, etc21:00
VletAnyone know if 7.04 supports 'multiplying' esata controllers at all?21:44
rpopCould someone help me configure virtual hosts on Apache? It's not intuitive for me.21:55
rpopIs there someone here who can help me figure out how to configure Apache virtual hosts on Ubuntu 7?22:01
seanhrpop: there are quite a few good articles on that on the net22:01
seanhhttp://www.devshed.com/c/a/Apache/Configuring-and-Using-Virtual-Hosts-in-Apache/22:01
seanhwhat are you getting hung up on?22:01
seanhhttp://httpd.apache.org/docs/1.3/vhosts/name-based.html22:01
seanhor for apache2, http://httpd.apache.org/docs/2.0/vhosts/name-based.html22:02
rpopI've been checking several articles (it's Apache 2.0), and I'm getting hung up because when I restart Apache, it tells me VirtualHost overlaps with some other VirtualHost22:02
rpopAfter I installed Apache, httpd.conf was blank, but I understand it needs to have a config in there. The Ubuntu docs say nothing about that file though.22:03
rpopThey tell me to edit the config in /etc/apache2/sites-available22:03
rpopSo I set up an additional host, edited its config file, put includes in the http.conf file, and yet I still can't restart apache properly.22:04
rpopI'm new to Apache configs, and I can't seem to find definitive documentation.22:04
rpopI need something I can use with two virtual hosts, the default one, and an additional one.22:05
faulkes-http.conf is deprecated, well, to a point for apache2, you do wnat sites-available but you need to enable those sites once created using en2site22:05
faulkes-which will create symlinks to sites-enabled22:05
rpopsee, it's confusing, because I haven't seen anywhere in the docs that httpd.conf is deprecated. so frustrating...22:05
rpopdo I even need the includes in httpd.conf?22:06
rpopshould it just be blank?22:06
Mimirpop:  Read the topic, there's so much documentation there https://help.ubuntu.com/7.10/server/C/  oh and ofcourse http://httpd.apache.org/docs/2.0/22:06
rpopI've been going through the Apache.org documentation. It's confusing to me, honestly.22:07
rpopI'm used to IIS, where I have a nice, intuitive GUI. I have to set up a site in Apache, and I've already wasted a few days trying to sort through confusing documentation.22:07
MimiSecurity and freedom isn't easy :D22:09
* Mimi winks. 22:09
rpopWell, I wish it were, for the sake of those of us who aren't used to Terminal and obscure Linux commands and config files.22:09
blue-frog__rpop: apt-get install apache2    copy your site to /var/www  is difficult?22:09
rpopI'm trying to configure a separate site, not use the default one.22:10
rpopI want to learn how to do that properly, not just blindly use what's there.22:10
faulkes-it's a little more than just a cp depending on his setup22:10
faulkes-especially if he's coming from IIS22:10
faulkes-and he is here asking questions22:11
faulkes-so, lets do our best22:11
rpopwhat I want to do is to set up a wordpress site. you wouldn't happen to know of a GUI for Apache/MySQL/PHP for Ubuntu?22:11
rpopI've already installed all three.22:11
rpopNow I need to configure the site.22:12
rpopThen make sure PHP can run on that site.22:12
rpopThen I think I can take it from there, because I've used WordPress and MySQL already.22:12
ScottKrpop: Hang in there.  The transition is painful, but at the end of it you will understand what your system is doing and be able to control it much better.22:14
rpopI'll try, but in the meantime, you wouldn't happen to know what this means? "[warn] VirtualHost 172.16.3.217:0 overlaps with VirtualHost 172.16.3.217:0, the first has precedence, perhaps you need a NameVirtualHost directive"22:16
rpopI tried the NameVirtualHost directives, and I got errors with that as well.22:16
rpopWhat gives?22:16
ScottKSorry.  I know about mail servers, not web servers.22:17
Nafallo:-)22:19
faulkes-rpop: you have two choices, which would be named virtual hosts, or ip based virtual hosts22:19
rpopRight.22:20
faulkes-:0 typically indicates a port #22:20
NafalloI don't use virtual interfaces so... :-)22:20
Nafalloah.22:20
Nafallodooh22:20
faulkes-so22:20
rpopI'm naming each site by IP22:20
NafalloI read bad today :-D22:20
faulkes-rpop: those ip's do not appear to be globally routed22:21
Nafallorpop: what ports are you trying to listen on?22:21
faulkes-i.e. 1918 space22:21
rpopNot naming ports, so it's listening on all, not just 80. Should I name them?22:21
rpopfaulkes-, not understanding that.22:21
rpopI edited the hosts file to map IP addresses to host names.22:22
rpopIs that what you mean?22:22
Nafallorpop: /etc/apache2/ports.conf22:22
rpopOkay, that lists 80 and 44322:22
Nafallorpop: also, you should have ip:port in your virtual host's conffiles :-)22:22
faulkes-rpop: that is entirely different, 172.16 is rfc 1918 space, it is not globally routed, so I'm assuming this is on your local lan22:22
rpopfaulkes-, right, it is.22:23
Nafallorpop: i.e. for the first virtual host something like this:22:23
faulkes-there are several things which must occur22:23
NafalloNameVirtualHost *:8022:23
Nafallo<VirtualHost *:80>22:23
rpopi have two conf files under sites-available: default and blogs22:23
faulkes-1. you must have virtual interfaces setup, i.e. eth0:1 = 172.16.x.x, eth0:1 = 172.16.x.y, etc. etc.22:23
rpopI do22:24
Nafallofaulkes-: that's not how I do it :-)22:24
Nafallofaulkes-: I have multiple IPs per interface instead.22:24
rpopI have two IPs for eth0 interface.22:24
faulkes-2. you must setup individual config files for each site, each site should like the IP and only the IP - ignore dns / host resolution and only deal with ip's22:24
rpopAnd each of them is mapped to a host name in the host file.22:25
rpopokay, i'll remove host names from site configs.22:25
faulkes-hosts file on the client, or server?22:25
rpopi'll do it right now.22:25
rpophosts file on server.22:25
rpopon the ubuntu machine where i have apache installed.22:25
faulkes-wait, what?22:25
rpop?22:25
faulkes-the server is ubuntu, which is where the /etc/hosts file is22:26
rpopright, that's the file I edited to map the two IP addresses to the host name22:26
rpopHere's what I said there:22:27
rpop172.16.3.217 lamp.domain.com lamp22:27
rpop172.16.3.218 blogs.domain.com blogs22:27
rpopis that wrong?22:27
rpopdomain being our domain, of course.22:27
rpopOkay, just replaced host names in site configs with IP addresses.22:28
rpopBut when I restart Apache, I still get the error about VirtualHost overlapping.22:29
faulkes-well, I will be back in about 45 minutes, I have to head home22:31
rpopi'll probably still be here, banging my head against my desk...22:32
seanhi can help you with that rpop, just give me a moment to finish a few other things22:32
rpopThank you!22:34
seanhcan you send me your httpd and site config files22:34
seanhvia paste bin or something22:34
seanhhttp://pastebin.com/22:34
seanhand the last error you got when you tried to restart apache22:34
rpopokay, will do22:38
rpopAlmost done pasting all the stuff, just a sec22:42
rpopseanh, here it is: http://pastebin.com/d6eb19fad22:44
seanhcan you put port numbers after you ip addresses22:50
rpopWill do and restart Apache, then let you know what happens22:52
seanhcan you also send the output from httpd -s22:53
seanhyou may have to give it the full dir22:53
rpopwhat's the full directory?22:53
seanh  /usr/local/apache2/bin/22:54
rpopstill getting same error on apache restart22:54
seanhnot sure where it is on your machine, i don't have an ubuntu system up right infront of me right now to check22:54
rpopno such file or directory22:54
rpopI have /etc/apache2/22:55
rpopand /var/www22:55
seanhthat's config files only22:55
seanh"locate httpd"22:55
rpopjust got a boatload of locations22:55
rpopmost of them in /usr/share/doc22:56
rpopone in /usr/lib/apache2/modules/22:56
seanhhold on, let me look up where it's kept22:57
blue-frog__seanh: there is no httpd, only apache223:00
seanhis that what ubuntu installs it under?23:01
seanhi have trouble remember all this stuff, everybody does it there own way :-p23:01
seanhok23:03
seanhrpop: apache2 -S   should work23:04
seanhit looks like it's in /usr/sbin/apache223:04
rpopokay, it works23:04
rpopgives me the same virtualhost overlapping error, then lists the two virtual hosts. says syntax is OK.23:05
seanhis the error any more infomative?23:07
rpopno, same exact wording. hold on, I think there's a way to update the pastebin posting. i'll let you see it.23:08
seanhin reading though the config docs, i'm not sure you can do "servername #.#.#.ip"23:09
seanhi think it needs to be a domain23:10
seanhi'm still looking at that23:10
rpopokay, here's the new link, and the output is at the top: http://pastebin.com/d3015eab823:10
rpopfaulkes- said to stick to ip addresses and to take out the domain names, that's why I did that.23:11
seanhSyntax:ServerName fully-qualified-domain-name[:port]23:13
seanhthat's off of the apache webpage23:14
rpopokay, I'll switch it back23:14
rpopbut I'm still getting the virtualHost overlap error.23:15
seanhout of curiosity, what happens if you put something like "namevirtualhost *" in the httpd.conf?23:22
seanh(i'm trying to replicate your setup on a machine)23:23
rpopi get the following additional error: NameVirtualHost *:0 has no VirtualHosts23:24
rpopThis is the sort of thing that makes it so confusing. According to the documentation, it should be straightforward, but it isn't. I haven't touched any other config files, and yet it's still not working properly.23:25
seanhmeh, it's one of those things that is very specific about syntax, so one little thing throws it off23:25
rpopi'm going to reboot the machine, just in case.23:28
rpopi'm using irc on a different machine, so i'll remain online here23:28
lllegal<lllegal> hello, I'm wondering if theres a iscsi target for ubuntu with support for scsi-3 pf (persistent reservation)23:29
lllegal<lllegal> also which iscsi target is preferred ?23:29
lllegalanyone ?23:29
rpopanother thing I just noticed is that the VM where Ubuntu is running has been using 100% CPU all along.23:30
rpopugh. as if i didn't have enough problems.23:30
seanhlllegal: i'm not sure, i haven't messed with it inside ubuntu, only in esx23:32
seanhrpop: what's using the cpu?23:32
seanhrpop: "top"23:32
rpophave no clue23:32
rpoprestarted it, will see if it still occurs afterwards. don't know where to look for something like Task Manager in Ubuntu.23:32
seanhtop23:34
seanhor ps23:35
rpopyou mean i should type that in terminal?23:35
rpoptyped it, and also monitoring VM's cpu graph externally23:37
rpopright now, it's definitely nowhere near 100%, like it was before.23:37
rpopit's more like 100-300 MHz23:37
seanhps aux | sort -n +2 | tail -123:38
seanhshould give you the top cpu user23:38
rpopit's root23:38
rpopat 2.3%23:38
rpopwish i'd ran that command before restarting...23:38
seanhwhat process though?23:38
seanhto thr right of the date should be the process that's running23:39
rpopXorg (remote desktop?)23:39
seanhX23:39
seanhthe gui23:39
rpopi'm using TightVNC to get to it23:39
rpopoh23:39
rpopokay23:39
rpopwell, CPU is back to normal now.23:40
seanhi can not for the life of me get my machine to give me the same error you're getting :-p23:40
rpopany more ideas about Apache?23:40
rpopbummer23:40
rpopwhat should i do? can I start over with Apache?23:40
rpopwhat should I do to "reset to factory settings"? :-)23:40
seanhyou added the namevirtualhost setting right?23:42
seanhwhat does it say right now?23:42
rpopsame error23:42
rpop[warn] VirtualHost 172.16.3.217:80 overlaps with VirtualHost 172.16.3.217:80, the first has precedence, perhaps you need a NameVirtualHost directive23:43
rpopand...23:43
rpop[warn] NameVirtualHost *:0 has no VirtualHosts23:43
timboyapache was working for me fine and I got rid of some ssl stuff now  i'm having an apache issue: all I see is a white page with Index of / then below that I see Name Last Modified Size Description and nothing under there even though there are things in that directory. how do i track this down?23:43
timboyrpop, open up your /etc/apache2/httpd.conf and put this line in it: NameVirtualHost your ip address:8023:44
seanhrpop: no, i meant what's the config set to23:44
seanhnamevirtualserver something23:44
seanhi was going to say *:8023:44
rpopwell, you said to put in NameVirtualServer *, and that's what I did.23:44
seanhbut, sure23:44
rpopi mean NameVirtualHost *23:45
rpopThat's what it has right now23:45
rpop(the httpd.conf file)23:45
timboyrpop, try putting your ip address after NameVirtualHost followed by :8023:46
rpopOkay, now I have two entries there, one for each IP address23:47
rpopSaving file, rebooting apache23:47
rpopNow getting fewer errors, but still same annoying error message: "[warn] NameVirtualHost 172.16.3.217:80 has no VirtualHosts". I get this error message twice and that's it.23:48
timboyyou only need it for ip's that you'll be doing name based virtual hosting. not for the ones that are ip based. IE if you have a page that has it's own ip address you do it a different way23:48
timboyrpop, that means that you don't have any virtual hosts set to 172.16.3.21723:48
timboycreate one and you won't get that23:48
rpopI thought I did. I created them in the hosts file. Do I have to name them somewhere else?23:48
timboyshouldn't. did you set them to port 80?23:49
rpopI specified the IP addresses in the site config files as well, and set them to port 8023:49
timboyi just went through that myself. I started creating individual files for each site...23:50
rpopso where do I specify the virtual hosts, if not in the site configs and in the hosts file? is there another place?23:51

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