00:59.05 | *** join/# rjwiii (n=nyodb@65.172.152.201.dsl.99main.com) |
01:00.26 | *** join/# mr-rich (n=nyodb@65.172.152.201.dsl.99main.com) |
01:01.23 | *** join/# jonathanraju (n=jonathan@dhcp-x222-002.mobile.uci.edu) |
01:06.39 | jonathanraju | h |
01:18.21 | *** join/# dmb (n=dmb@unaffiliated/dmb) |
01:43.09 | *** join/# DancesWithWords (n=DancesWi@CPE0004e2d37f0b-CM00003993b260.cpe.net.cable.rogers.com) |
01:44.37 | DancesWithWords | hello |
01:44.52 | awesomess3 | Help us! We've been sucked into the blackhole |
01:45.03 | DancesWithWords | really |
01:45.14 | awesomess3 | I wouldn't lie to a stranger |
01:45.26 | DancesWithWords | let me get back to after I talk to Steven Hawkins |
01:45.42 | DancesWithWords | I might have some insight that will help |
01:45.44 | DancesWithWords | But |
01:45.54 | DancesWithWords | Don't hold your breath |
01:46.16 | awesomess3 | Tell Hawkings that the Universe is not expanding, but that our brains are getting smaller |
01:46.18 | DancesWithWords | I hear there is no coming back after crossing the event horizon |
01:46.53 | DancesWithWords | so to conclude you have my sympathies |
01:47.03 | DancesWithWords | ;-/ |
01:47.34 | awesomess3 | actually, that might offend him. tell him to see me in my office. |
01:47.58 | awesomess3 | at once! |
01:48.08 | DancesWithWords | so u genius does anyone here have a cool script the will convert my old 2.0 apache http.conf to the new 2.2.6 apache??? |
01:48.50 | DancesWithWords | now your just being silly, u can't go to the moon if your in a blackhole. |
01:49.10 | awesomess3 | That sounds like a very tiresome exercise, because usually they have something like, "converting 2.2.5 configuration for 2.2.6" |
01:49.46 | awesomess3 | I'm already starting to feel frustrated by the challenge of your question |
01:49.49 | awesomess3 | grrrrr! |
01:49.55 | DancesWithWords | right |
01:50.30 | DancesWithWords | I forgot u already chanllenged with escpating a blackhole. |
01:51.01 | awesomess3 | Perhaps you could try putting the old config file, into the new, and then trying a `sudo apache2ctl restart` to see if the config just works. |
01:51.19 | DancesWithWords | this is the gentoo-apache list right? Located somewhere in a blackhole in this universe? |
01:51.22 | awesomess3 | blackholes are my specialty |
01:52.07 | awesomess3 | well, in regard to the blackhole, the gentoo-apache is annihilated by the conceptial understanding of Hawking radiation as it leaks out Debian packages into the atmosphere |
01:52.11 | DancesWithWords | technically you should be able to communicate get us under such circumstances. Maybe Steven willl want to speak with you right away. |
01:53.36 | DancesWithWords | okay that made a lot of sense |
01:54.55 | awesomess3 | Unfortunately, I did not read about the chapter on gentoo emerge, as the configuration file layout is usually /etc/httpd.conf for all systems that use apache.. |
01:55.59 | awesomess3 | and now I'm going to pass out drunk |
01:57.29 | DancesWithWords | okay |
01:57.53 | DancesWithWords | I've already had my beer for the night so knock yourself out |
01:58.12 | DancesWithWords | lets ask other question |
01:58.25 | DancesWithWords | what is a Vhost |
01:58.46 | DancesWithWords | I never used it in my 2.0 config |
01:59.30 | DancesWithWords | From what I've read it is a way to allow for multiple www.myspace.com |
02:00.10 | DancesWithWords | I should mention I not have the 2.0 version installed now |
02:00.24 | DancesWithWords | but I keep my old config file |
02:00.40 | DancesWithWords | it is quite frustrating |
02:01.04 | DancesWithWords | I didn't find the doc's on the apache web site terribly helpful. |
02:01.42 | DancesWithWords | I just want to know where the config I use in my http.conf go in the various config in the gentoo-apache |
02:02.31 | *** join/# poliak-man (n=poliak-m@83.149.10.214) |
02:03.00 | *** part/# poliak-man (n=poliak-m@83.149.10.214) |
02:04.25 | DancesWithWords | clearly no help here |
02:04.29 | awesomess3 | DancesWithWords: most likely the config won't be that much different. |
02:04.41 | DancesWithWords | but it is |
02:05.10 | DancesWithWords | instead of just one file the new system has like 10 plus config files |
02:05.49 | DancesWithWords | they broke that one http.conf file into a bunch of separate files |
02:05.59 | awesomess3 | DancesWithWords: I would install the default gentoo-apache httpd.conf, and use only the needed configuration (e.g. the paths and virtual hosts) from the old into the new, while being wary of possible keyword changes in the Apache manual. You could download the apache manual and use `grep` if there are difficulties with shifting certain chunks of the old config into the new. |
02:06.22 | awesomess3 | DancesWithWords: you mean like, the sites-enabled/ directory? |
02:08.04 | DancesWithWords | let me look |
02:08.54 | DancesWithWords | there is a modules directory with 14 files |
02:09.13 | DancesWithWords | there is a vhost dir with 3 files |
02:09.28 | DancesWithWords | then in the root /etc/apache there is httpd.conf |
02:09.33 | awesomess3 | DancesWithWords: what are the 3 files in the vhost dir called? |
02:10.09 | DancesWithWords | 00_default_ssl_vhost.conf 00_default_vhost.conf default_vhost.include |
02:10.27 | DancesWithWords | now in my old config i did not use a vhost |
02:10.39 | awesomess3 | DancesWithWords: is there a directory called "sites-enabled" and "sites-available"? |
02:10.56 | awesomess3 | Are those files softlinks, or actual text files? |
02:10.57 | DancesWithWords | I used ServerName and had ConanName On |
02:11.03 | DancesWithWords | no |
02:11.58 | awesomess3 | Did you disable the blackholes? |
02:12.11 | DancesWithWords | actual files |
02:12.20 | awesomess3 | hmmm |
02:12.24 | DancesWithWords | HA! Da wit |
02:13.21 | awesomess3 | I would move the files in vhost/ somewhere else, that is safe. And only deal with the /etc/apache2/httpd.conf file. |
02:13.21 | DancesWithWords | Sadly I don't remember where the breaker for that is. I did but that was before the hash. |
02:13.48 | *** join/# jositux (n=chatzill@host17.200-82-104.telecom.net.ar) |
02:14.08 | DancesWithWords | ok I'll try that |
02:14.44 | jositux | para ...gol de arsenal |
02:14.48 | DancesWithWords | <PROTECTED> |
02:14.48 | DancesWithWords | apache2: Syntax error on line 176 of /etc/apache2/httpd.conf: Include directory '/etc/apache2/vhosts.d' not found |
02:16.43 | DancesWithWords | so that didn't work out though I could ## those lines in the httpd.conf |
02:17.13 | awesomess3 | yeah, I would comment the lines that try to include vhosts.d/ |
02:17.37 | awesomess3 | it seems like an unnecessary "feature" |
02:18.28 | DancesWithWords | okay I'm gonna call it a night I've got to go look after my wife. |
02:18.39 | DancesWithWords | she's not feeling well |
02:18.43 | awesomess3 | Don't get sucked into a blackhole! |
02:18.47 | DancesWithWords | will u be here tomorrow? |
02:18.52 | DancesWithWords | lol |
02:18.58 | awesomess3 | Listen to Hawking, he knows his shit |
02:19.09 | DancesWithWords | yes he does |
02:19.19 | awesomess3 | I might be, I'm not sure |
02:19.24 | DancesWithWords | by the by I'm an amateur astronomer. |
02:19.33 | DancesWithWords | I love astronomy shit |
02:20.19 | DancesWithWords | if my web site was working I'd point u to a pic of my Orion XT12 12inch dob telescop |
02:20.59 | awesomess3 | I have a friend that is into astronomy |
02:21.21 | awesomess3 | telescopes show an amazing Universe outside of Earth |
02:21.25 | DancesWithWords | with vhost # out |
02:21.29 | DancesWithWords | apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName |
02:21.29 | DancesWithWords | no listening sockets available, shutting down |
02:21.29 | DancesWithWords | Unable to open logs |
02:21.32 | awesomess3 | I have yet to use one, but they sounds awesome |
02:21.40 | DancesWithWords | very fun |
02:21.47 | DancesWithWords | see you tomorrow? |
02:21.50 | DancesWithWords | caio |
02:21.55 | awesomess3 | haha, sounds like you're going to have fun :-) |
02:21.56 | awesomess3 | peace! |
02:32.57 | awesomess3 | hahahaha |
04:30.01 | *** join/# Teufel (n=ashil@219.91.208.114) |
04:32.28 | *** part/# Teufel (n=ashil@219.91.208.114) |
05:18.10 | *** join/# polyurethane (n=polymere@debcenter/l00ser/plastic) |
05:31.44 | *** join/# Jaredu (n=chatzill@cpe-67-9-179-139.austin.res.rr.com) |
05:31.58 | Jaredu | hello? o.O |
05:32.48 | *** join/# alvaro (n=alvaro@190.34.47.11) |
05:33.13 | alvaro | Hola |
05:33.17 | Jaredu | yo. |
05:33.39 | alvaro | yo que ? |
05:34.43 | alvaro | ?? |
05:34.56 | Jaredu | ah, my bad. |
05:35.07 | Jaredu | are you an admin, or something of that nature? |
05:35.42 | alvaro | no |
05:35.55 | Jaredu | ah :( |
05:36.14 | *** part/# Jaredu (n=chatzill@cpe-67-9-179-139.austin.res.rr.com) |
05:36.35 | *** part/# alvaro (n=alvaro@190.34.47.11) |
06:27.17 | *** join/# Virca777 (n=vlpdeda@213.87.86.95) |
06:27.54 | Virca777 | Hello |
07:04.41 | mr-rich | 0g1a4z9o0n6g11a5s |
07:21.28 | *** join/# Phlip (n=phlip@C-59-101-127-191.syd.connect.net.au) |
07:21.28 | *** mode/# [+o Phlip] by ChanServ |
09:13.13 | *** join/# Xaraxoto (n=Xaraxoto@77.244.112.177) |
09:27.38 | sysdef | Phlip: yesterday the channel was lost to network wide russian spammers, again. http://www.pastebin.ca/raw/807183 |
09:27.53 | sysdef | Phlip: see banlist. Xaraxoto is one of them |
09:28.20 | sysdef | and no op around, again. |
09:28.30 | Phlip | so... |
09:28.36 | Phlip | why did you not do something about it? |
09:31.03 | sysdef | wtf? you don't told me i have access :o |
09:31.11 | sysdef | got* |
09:31.41 | Phlip | hmm? I thought I did... |
09:33.26 | Phlip | I guess not |
09:35.16 | sysdef | ok, is there any special topic or unwanted things you don't want in the channel? |
09:36.43 | sysdef | i guess you don't want spam flooding, pr0n links, massive advertising... anything else? |
09:36.51 | Phlip | spambots, mostly |
09:36.53 | sysdef | oh, french unbuntuusers |
09:36.57 | sysdef | XD |
09:37.08 | Phlip | I thought we got that redirect working? |
09:37.14 | sysdef | yes |
09:37.25 | sysdef | i guess they are happy about |
09:38.03 | Phlip | as for foreign language peoples... use your judgement to try to tell if it's an actual conversation or just random spam... if it's the former, tell them to move along, if it's the latter, /kick is justified |
09:38.19 | Phlip | auto-rejoin-on-kick is grounds for a temporary ban, just out of spite |
09:44.08 | sysdef | kk |
09:45.03 | *** join/# Psychotria (n=torak@CPE-124-185-167-156.qld.bigpond.net.au) |
09:45.11 | *** part/# Psychotria (n=torak@CPE-124-185-167-156.qld.bigpond.net.au) |
10:06.05 | *** join/# Vndmtrx (n=0x0fff@unaffiliated/vndmtrx) |
11:29.13 | *** join/# Vndmtrx (n=Ox0fff@unaffiliated/vndmtrx) |
11:52.59 | *** join/# Xaraxoto (n=Xaraxoto@77.244.112.177) |
11:56.15 | *** part/# Xaraxoto (n=Xaraxoto@77.244.112.177) |
12:04.32 | *** join/# poliak-man (n=poliak-m@83.149.9.237) |
12:04.53 | poliak-man | Yep |
12:06.19 | poliak-man | What is this channel? |
12:07.45 | poliak-man | Hei! Peoples! |
12:08.00 | poliak-man | [15:07:03] <poliak-man> What is this channel? |
12:12.46 | poliak-man | Fuck! |
12:17.27 | poliak-man | Niga Shits! |
12:17.33 | *** mode/# [+o sysdef] by ChanServ |
12:17.35 | *** mode/# [+b %*!*@83.149.9.237] by sysdef |
12:17.39 | *** mode/# [-o sysdef] by sysdef |
12:20.28 | *** join/# poliak-man (n=poliak-m@83.149.9.237) |
12:23.14 | *** part/# poliak-man (n=poliak-m@83.149.9.237) |
12:36.47 | *** join/# deget (n=chatzill@88.247.182.141) |
12:37.16 | *** part/# deget (n=chatzill@88.247.182.141) |
12:39.42 | *** join/# dev2_bpocanada (n=dev2_bpo@121.246.82.24) |
12:40.36 | *** join/# Xaraxoto (n=Xaraxoto@77.244.112.177) |
13:00.36 | *** part/# Xaraxoto (n=Xaraxoto@77.244.112.177) |
13:05.01 | *** join/# Xaraxoto (n=Xaraxoto@77.244.112.177) |
13:15.33 | *** part/# Xaraxoto (n=Xaraxoto@77.244.112.177) |
13:16.00 | *** join/# P (n=gg@83.149.40.60) |
13:17.33 | P | ~~~~~~~~~~~~~~~~~~~~~~~~ |
13:39.34 | *** join/# bdts61 (n=bdts@81.215.230.107) |
13:42.41 | *** join/# Vndmtrx (n=Ox0fff@unaffiliated/vndmtrx) |
13:49.43 | *** join/# Ctrl_Z (n=Ctrl_Z@wikipedia/Ctrl-Z) |
13:58.36 | *** join/# Xjs (n=Xjs@p57B21431.dip0.t-ipconnect.de) |
14:04.13 | *** join/# DetrOiD (n=DetrOiD@wn1nat7.beelinegprs.ru) |
14:04.22 | *** part/# DetrOiD (n=DetrOiD@wn1nat7.beelinegprs.ru) |
14:52.33 | *** join/# cplusplus (n=Gerald@193.80.14.169) |
14:52.35 | cplusplus | hi |
14:52.42 | cplusplus | does someone know targetlink? |
14:52.46 | cplusplus | from matlab |
15:18.43 | *** join/# SlickNek (n=SlickNek@216.129.199.133) |
15:18.54 | *** part/# SlickNek (n=SlickNek@216.129.199.133) |
15:33.42 | *** join/# Ziomioslaw (n=ziomiosl@pc169-48.ondraszek.ds.polsl.pl) |
15:33.46 | Ziomioslaw | hej |
15:39.35 | *** join/# DetrOiD (n=DetrOiD@wn1nat7.beelinegprs.ru) |
15:39.44 | *** part/# DetrOiD (n=DetrOiD@wn1nat7.beelinegprs.ru) |
15:42.07 | *** join/# DetrOiD (n=DetrOiD@wn1nat7.beelinegprs.ru) |
15:42.13 | *** part/# DetrOiD (n=DetrOiD@wn1nat7.beelinegprs.ru) |
15:42.18 | *** join/# ramiro (n=erlf07@macalan.c3sl.ufpr.br) |
16:11.41 | *** join/# max_ (n=max@agsb-4d04a594.pool.mediaWays.net) |
16:12.15 | *** part/# max_ (n=max@agsb-4d04a594.pool.mediaWays.net) |
16:13.21 | *** join/# polyurethane (n=polymere@debcenter/l00ser/plastic) |
16:22.11 | *** join/# desmo_ (n=patryk@63.149.69.193) |
16:22.17 | *** part/# desmo_ (n=patryk@63.149.69.193) |
16:40.19 | *** join/# TATTOO__ (n=TATTOO@pool-162-84-152-215.ny5030.east.verizon.net) |
16:40.23 | *** join/# polyurethane (n=polymere@debcenter/l00ser/plastic) |
16:40.36 | *** join/# TATTOO_ (n=TATTOO@pool-162-84-152-215.ny5030.east.verizon.net) |
16:56.10 | *** join/# DetrOiD (n=DetrOiD@wn1nat15.beelinegprs.ru) |
16:56.19 | *** part/# DetrOiD (n=DetrOiD@wn1nat15.beelinegprs.ru) |
17:00.43 | *** join/# Lorolo (n=chatzill@host93-0-dynamic.16-79-r.retail.telecomitalia.it) |
17:03.03 | *** part/# Lorolo (n=chatzill@host93-0-dynamic.16-79-r.retail.telecomitalia.it) |
17:10.12 | *** join/# cplusplus2 (n=Gerald@193.80.14.169) |
17:25.15 | *** join/# Kleinesaeffchen (n=chatzill@d057105.adsl.hansenet.de) |
17:26.07 | *** part/# Kleinesaeffchen (n=chatzill@d057105.adsl.hansenet.de) |
17:51.34 | *** join/# DetrOiD (n=DetrOiD@wn2nat56.beelinegprs.ru) |
17:51.48 | DetrOiD | stage |
17:53.27 | *** part/# DetrOiD (n=DetrOiD@wn2nat56.beelinegprs.ru) |
18:31.27 | *** join/# davide (n=davide@89-97-35-78.ip15.fastwebnet.it) |
18:31.33 | davide | hi |
18:32.36 | davide | qualcuno mi sa dire come installare i driver per la scheda grafica integrata Intel X3100 su ubuntu 7.10? |
18:47.46 | *** join/# bebe (n=bebe@ppp85-141-226-67.pppoe.mtu-net.ru) |
18:47.58 | *** part/# bebe (n=bebe@ppp85-141-226-67.pppoe.mtu-net.ru) |
19:18.15 | *** join/# Vndmtrx (n=Ox0fff@unaffiliated/vndmtrx) |
19:20.39 | *** join/# Darth_ (n=PawS@nat.netcity.pl) |
19:20.42 | Darth_ | yo |
19:20.55 | *** part/# Darth_ (n=PawS@nat.netcity.pl) |
20:27.19 | *** join/# polyuret1ane (n=polymere@p54B1C2F0.dip.t-dialin.net) |
21:17.56 | *** join/# Xjs-Itisme (n=Xjs@p57B21549.dip0.t-ipconnect.de) |
21:26.45 | *** join/# blendtux (n=blendtux@dhcp-077-248-076-200.chello.nl) |
21:26.54 | *** join/# Xjs (n=Xjs@p57B215AF.dip0.t-ipconnect.de) |
21:43.48 | *** join/# Ctrl_Z (n=Ctrl_Z@wikipedia/Ctrl-Z) |
22:01.55 | *** part/# blendtux (n=blendtux@dhcp-077-248-076-200.chello.nl) |
22:04.19 | *** join/# Vndmtrx (n=0x0fff@unaffiliated/vndmtrx) |
23:10.48 | *** join/# zapada (n=zapada@rn--ctd-1-1-a05.uwaterloo.ca) |
23:10.51 | zapada | !help |
23:10.56 | zapada | !join #RonPaul |
23:10.59 | zapada | @help |
23:11.01 | zapada | @cmds |
23:11.05 | *** part/# zapada (n=zapada@rn--ctd-1-1-a05.uwaterloo.ca) |
23:14.02 | *** join/# xeem-pda (n=xeem-pda@68-31-232-203.area4.spcsdns.net) |
23:17.05 | *** join/# xeem-pda (n=xeem-pda@68-31-232-203.area4.spcsdns.net) |
23:46.14 | *** join/# plastique (n=polymere@debcenter/l00ser/plastic) |