| --- | Log | opened Tue Feb 19 00:00:11 2008 |
| 00:38 | -!- | quasisane [~sanep@c-76-118-191-64.hsd1.nh.comcast.net] has quit [Read error: Operation timed out] |
| 01:15 | -!- | sputhenp [~sputhenp@202.80.58.210] has joined #xen |
| 02:00 | -!- | paelzer [~kvirc@blueice2n1.de.ibm.com] has joined #xen |
| 02:02 | -!- | m0rg0th [~m0rg0th@219.64.120.181] has quit [Ping timeout: 480 seconds] |
| 02:09 | -!- | mastermind [~mastermin@mastermind.kaltenbrunner.cc] has quit [Quit: Client exiting] |
| 02:27 | -!- | visik7 [~dksakd@79.32.46.181] has quit [Remote host closed the connection] |
| 02:30 | -!- | mulix [~mulix@bzq-84-109-48-14.red.bezeqint.net] has quit [Remote host closed the connection] |
| 02:34 | -!- | markmc [~markmc@86.40.134.210] has joined #xen |
| 02:38 | -!- | m0rg0th [~m0rg0th@74.125.63.33] has joined #xen |
| 03:50 | -!- | Qantourisc [~qantouris@213.49.132.19] has joined #xen |
| 03:50 | <Qantourisc> | "xen is relinquishing vga" <= is that an error or a warning |
| 04:01 | <Qantourisc> | ok xen seems to boot |
| 04:01 | <Qantourisc> | but when he should load the kernel he just reboots |
| 04:22 | <Qantourisc> | found it i think |
| 04:23 | <Qantourisc> | i compiled backend and frontend in the same kernel ... |
| 04:23 | <hensema> | that should be no problem |
| 04:24 | <hensema> | most distributions also use the same kernel in dom0 and domU |
| 04:24 | <Qantourisc> | ow |
| 04:24 | <Qantourisc> | so why does it reboot then |
| 04:24 | <hensema> | hard to tell |
| 04:24 | <hensema> | does 'xm dmesg' give any meaningful information? |
| 04:25 | <Qantourisc> | when can i run that command ? |
| 04:25 | <Qantourisc> | (i'm trying to boot dom0) |
| 04:25 | <hensema> | a, right |
| 04:25 | <hensema> | you could hook up a serial cable to the machine and try to capture messages via serial console |
| 04:26 | <Qantourisc> | ow ? |
| 04:26 | <Qantourisc> | why can't they apear on screen ? |
| 04:26 | <hensema> | they probably do, but they disappear too fast to be read before the reboot |
| 04:26 | -!- | fuzzy [~fuzzy@99-203-117-221.area1.spcsdns.net] has quit [Ping timeout: 480 seconds] |
| 04:26 | <Qantourisc> | hensema: hmmm .... |
| 04:27 | <Qantourisc> | ok lets me see |
| 04:27 | <Qantourisc> | rats my laptop doesn't has serial |
| 04:27 | <Qantourisc> | let me see what i can find |
| 04:33 | <Qantourisc> | ok serial cable found |
| 04:33 | <Qantourisc> | now .... how do i read this crap :) |
| 04:34 | <hensema> | in grub on your xen machine: |
| 04:34 | <hensema> | serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 |
| 04:34 | <hensema> | terminal --timeout=10 serial console |
| 04:34 | <hensema> | kernel /boot/xen.gz console=com1 com1=115200 |
| 04:34 | <Qantourisc> | just rties :)p |
| 04:34 | <Qantourisc> | dead easy :) |
| 04:35 | <Qantourisc> | you can use it as a block device sweet :) |
| 04:35 | <Qantourisc> | wow lengthy :) |
| 04:35 | <Qantourisc> | ok lets all add that stuf |
| 04:39 | <Qantourisc> | lot of text to add though :) |
| 04:40 | <Qantourisc> | lets see |
| 04:41 | <Qantourisc> | hmmm |
| 04:41 | <Qantourisc> | didn't work for me :) |
| 04:41 | <Qantourisc> | i got a bunch of blocks :) |
| 04:41 | <hensema> | no useful messages? |
| 04:41 | <Qantourisc> | hmm maybe the input is configured wrong |
| 04:41 | <Qantourisc> | no serial link doesn't work :) |
| 04:42 | <Qantourisc> | how do i set the spede and such on the receiving machine ? |
| 04:42 | <hensema> | I use minicom with this config: |
| 04:42 | <hensema> | pr port /dev/ttyUSB15 |
| 04:42 | <hensema> | pu baudrate 115200 |
| 04:42 | <hensema> | pu minit |
| 04:42 | <hensema> | pu mreset |
| 04:42 | <hensema> | pu rtscts No |
| 04:42 | <hensema> | in /etc/minirc.$name |
| 04:42 | <hensema> | then start as "minicom $name" |
| 04:42 | <Qantourisc> | well this is a live cd, i don't have this luctuary |
| 04:43 | <Qantourisc> | but with both live cd's it worked without setting anything |
| 04:43 | <hensema> | it's 115200 8n1 |
| 04:43 | <Qantourisc> | (me tries withtout the serial speed setting) |
| 04:43 | <Qantourisc> | that works |
| 04:43 | <Qantourisc> | wemllll |
| 04:43 | <Qantourisc> | partially |
| 04:44 | <Qantourisc> | as soon as i get to kernel it goes crappy serial ouitput again ... quess that's why you need that config |
| 04:45 | <hensema> | well, it's a bit unclear to me how serial output of the kernel can be captured |
| 04:45 | <hensema> | in xen 3.0.x it just worked for me, but it shouldn't have according to some people here |
| 04:45 | <Qantourisc> | ghehe :) |
| 04:45 | <hensema> | and in xen 3.1.x it really doesn't work anymore ;) |
| 04:45 | <Qantourisc> | what doesn't work ? |
| 04:45 | <Qantourisc> | or shouldn't work ? |
| 04:45 | <Qantourisc> | the serial thing? |
| 04:46 | <hensema> | in xen 3.1 I can't capture serial output of the kernel |
| 04:46 | <Qantourisc> | i just want a simple error output ;( |
| 04:46 | <Qantourisc> | a well i want that |
| 04:46 | <Qantourisc> | as the kernel is 9/10 crashing up |
| 04:46 | <Qantourisc> | but my eyes are fast ... |
| 04:46 | <Qantourisc> | i'd see it if the kernel was spitting out code |
| 04:46 | <Qantourisc> | but it isn't |
| 04:47 | <Qantourisc> | well nothing i can see |
| 04:47 | <hensema> | you could try and remove the com1= param from xen and add to the kernel command line: console=tty0 console=ttyS0,115200n8 |
| 04:48 | <Qantourisc> | came out blank |
| 04:48 | <Qantourisc> | then again the kernel might not have any serial driver enabvled :) |
| 04:48 | * | Qantourisc checlks |
| 04:51 | <Qantourisc> | hensema: "CONFIG_XEN_DISABLE_SERIAL" |
| 04:51 | <Qantourisc> | should that be on or off ? |
| 04:52 | <hensema> | I don't know, never compiled xen myself |
| 04:53 | <Qantourisc> | hehe |
| 04:53 | <Qantourisc> | luky you :) |
| 04:54 | <Qantourisc> | pronblem is on this pc it talkes AAAAGES |
| 04:54 | <Qantourisc> | to compile |
| 04:56 | * | Qantourisc wishes someone smart would join soon :) |
| 05:00 | <Qantourisc> | sweeet |
| 05:00 | <Qantourisc> | i get stuff |
| 05:00 | <Qantourisc> | but it's strange |
| 05:00 | <Qantourisc> | veryr verrry strange |
| 05:00 | <Qantourisc> | afk have to go to a meeting |
| 05:08 | <Qantourisc> | back .... guy is not there yet |
| 05:08 | <Qantourisc> | but i seee no errors |
| 05:08 | <Qantourisc> | all i see is a kernel getitng stuck |
| 05:09 | -!- | fuzzy [~fuzzy@70.0.57.72] has joined #xen |
| 05:10 | <Qantourisc> | fuzzy: can you help me ? i have no clue where to start loookging |
| 05:12 | <hensema> | could you paste the last 10-20 lines in a pastebin and post the link here? |
| 05:12 | <Qantourisc> | sure after the meeating |
| 05:12 | <Qantourisc> | but i can't detect anything special |
| 05:13 | <hensema> | that doesn't mean there isn't anything special ;) |
| 06:09 | <Qantourisc> | heeh |
| 06:09 | <Qantourisc> | ok sec |
| 06:09 | <Qantourisc> | hmmm let me think how i can place this online |
| 06:10 | <Qantourisc> | hensema: the most notable fact is that is starts and ends with the linux version string |
| 06:10 | <Qantourisc> | hmmmm this kernel is SMP enabled |
| 06:10 | <Qantourisc> | must go eat now , |
| 06:10 | <Qantourisc> | back later |
| 06:10 | <Qantourisc> | then i'll post it online |
| 06:18 | -!- | Qantourisc [~qantouris@213.49.132.19] has quit [Ping timeout: 480 seconds] |
| 06:24 | -!- | _mcp [~hightower@wolk-project.de] has joined #xen |
| 06:26 | -!- | mcp [~hightower@wolk-project.de] has quit [Ping timeout: 480 seconds] |
| 06:26 | -!- | _mcp is now known as mcp |
| 06:36 | -!- | Qantourisc [~qantouris@213.49.132.19] has joined #xen |
| 06:36 | <Qantourisc> | hensema: the pc doesn't has internet so i'll have to type it over |
| 06:43 | <Qantourisc> | http://rafb.net/p/Y1U7OC73.html |
| 06:47 | -!- | fuzzy [~fuzzy@70.0.57.72] has quit [Quit: fuzzy] |
| 06:47 | <hensema> | very weird you get to kernel version strings |
| 06:48 | <hensema> | *two |
| 06:48 | <Qantourisc> | cbe'e' |
| 06:48 | <Qantourisc> | indeed |
| 06:49 | <Qantourisc> | going to try a differnt kernel compilation who knows |
| 06:49 | <Qantourisc> | withotu smp and such |
| 06:49 | <Qantourisc> | the kernel is HUGE (4MB) =) |
| 06:49 | <hensema> | is your grub config correct? |
| 06:49 | <Qantourisc> | posisbly$ |
| 06:49 | <Qantourisc> | well the kernel DOES start in a way |
| 06:50 | <Qantourisc> | and the kernel doesn't seem to be complaining "can't find root" |
| 06:50 | <Qantourisc> | so imo grub should be ok |
| 06:50 | -!- | ddc_ [~ddc@87-194-162-239.bethere.co.uk] has quit [Ping timeout: 480 seconds] |
| 06:51 | <hensema> | Qantourisc: http://rafb.net/p/DRdipi81.html |
| 06:51 | <Qantourisc> | prityt mutch what i have |
| 06:52 | <Qantourisc> | i can upload the grub of this pc if you like, this one has network |
| 06:55 | <Qantourisc> | hensema: hmm m what should be the subarchitecture for dom0? |
| 06:56 | <hensema> | I don't know, I don't like compiling software |
| 06:56 | <hensema> | I just use vendor kernels, they work :) |
| 06:57 | <Qantourisc> | well i don't have one :à |
| 07:00 | <Qantourisc> | what bugs me the most is that it recompiles the entire kernel all the time |
| 07:00 | <Qantourisc> | normally only a small fraction is rebuild on recompile |
| 07:01 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has joined #xen |
| 07:07 | -!- | ddc [~ddc@87-194-162-239.bethere.co.uk] has joined #xen |
| 07:11 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has quit [Quit: mrj_] |
| 07:11 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has joined #xen |
| 07:15 | -!- | ddc [~ddc@87-194-162-239.bethere.co.uk] has quit [Quit: ddc] |
| 07:33 | -!- | boto [~ehabkost@189.4.63.195] has joined #xen |
| 07:44 | -!- | mrj__ [~mrj@sca-ea-fw-1.Sun.COM] has joined #xen |
| 07:44 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has quit [Read error: Connection reset by peer] |
| 08:19 | -!- | mrj__ [~mrj@sca-ea-fw-1.Sun.COM] has quit [Ping timeout: 480 seconds] |
| 08:23 | <Qantourisc> | Is the swap shared in xen ? |
| 08:24 | <hensema> | no |
| 08:24 | <Qantourisc> | intresting issue :) |
| 08:24 | <Qantourisc> | so it doesn't make sence to make a 1GB swap |
| 08:25 | <Qantourisc> | kinda silly the memory isn't shared :( |
| 08:25 | <Qantourisc> | it's just splitted up :( |
| 08:26 | <Qantourisc> | i hope you can atleast resize it on the fly ? |
| 08:27 | <hensema> | if you want shared memory then you'll have to use something like virtuozzo |
| 08:28 | <hensema> | you can resize memory with xm mem-set |
| 08:28 | <hensema> | does dom0 boot now? |
| 08:28 | <Qantourisc> | yes |
| 08:28 | <Qantourisc> | and i notised oi made a 100 mB swap :) |
| 08:28 | <Qantourisc> | sorta silly :) |
| 08:28 | <Qantourisc> | i'm still not sure why xen is good |
| 08:29 | <Qantourisc> | is it |
| 08:29 | <Qantourisc> | ? |
| 08:29 | <hensema> | define 'good' |
| 08:29 | <hensema> | xen is extremely bad at making cheese |
| 08:29 | <Qantourisc> | in this case |
| 08:29 | <hensema> | I don't know your case |
| 08:29 | <Qantourisc> | easy to use, free, not wasting the litle memory i have (512MB) |
| 08:30 | <Qantourisc> | will need to host 4 computers |
| 08:31 | <Qantourisc> | (xen host will have enough with 64mb when running, but needs around 300 when updating) |
| 08:31 | <Qantourisc> | the rest wil lneed around 100 mb i think |
| 08:32 | <hensema> | xen itself takes 64 MB |
| 08:32 | <Qantourisc> | wow ? |
| 08:33 | <Qantourisc> | hmmm this is strange |
| 08:33 | <Qantourisc> | my swap IS 1GB large ? |
| 08:33 | <Qantourisc> | so how comes .... i only get 100 mb of it ? |
| 08:34 | <Qantourisc> | well in any case it's silly ... so i'm removing the 1 gb swap |
| 08:35 | <Qantourisc> | well MB isn't to expensive these days ... so i quess we could order more mem if needed |
| 08:35 | <Qantourisc> | the hdd performance of 4 MB/s has me woried though |
| 08:35 | <Qantourisc> | almost makes me thing the hdd is broken |
| 08:35 | <hensema> | I think you just shouldn't run gentoo |
| 08:35 | <hensema> | try redhat/fedora or suse/opensuse |
| 08:36 | <hensema> | gentoo is nice for in-home use, and xen isn't |
| 08:36 | <hensema> | (of course, if you've got a lot of gentoo expertise around this argument doesn't count) |
| 08:38 | <Qantourisc> | gentoo isn't a real isuse i think |
| 08:38 | <Qantourisc> | they don't know how to use ANY distro anyway |
| 08:53 | -!- | msinhore [~msinhore@200.198.213.70] has joined #xen |
| 09:19 | -!- | visik7 [~dksakd@aruba-120-133.aruba.unimo.it] has joined #xen |
| 09:38 | -!- | visik7 [~dksakd@aruba-120-133.aruba.unimo.it] has quit [Ping timeout: 480 seconds] |
| 09:43 | -!- | visik7 [~dksakd@aruba-120-133.aruba.unimo.it] has joined #xen |
| 09:45 | -!- | Qantourisc [~qantouris@213.49.132.19] has quit [Ping timeout: 480 seconds] |
| 09:50 | -!- | sputhenp [~sputhenp@202.80.58.210] has quit [Quit: Leaving] |
| 09:54 | -!- | mulix [~mulix@bzq-84-109-48-14.red.bezeqint.net] has joined #xen |
| 09:57 | <hensema> | yay, I've got an iscsi-backed vdb working :) |
| 10:02 | -!- | n9yty [~n9yty@c-98-213-201-108.hsd1.il.comcast.net] has joined #xen |
| 10:31 | -!- | weasel [weasel@weasel.chair.oftc.net] has quit [Quit: brb] |
| 10:31 | -!- | weasel [weasel@weasel.chair.oftc.net] has joined #xen |
| 10:35 | -!- | n9yty [~n9yty@c-98-213-201-108.hsd1.il.comcast.net] has quit [Quit: n9yty] |
| 10:39 | -!- | lymeca_ [~lymeca@tor-irc.dnsbl.oftc.net] has quit [Ping timeout: 480 seconds] |
| 10:41 | -!- | hbaum [~hbaum@bi01p1.co.us.ibm.com] has joined #xen |
| 10:42 | -!- | _gh_ [~gerrit@c-67-169-199-103.hsd1.or.comcast.net] has quit [Ping timeout: 480 seconds] |
| 10:51 | -!- | m0rg0th [~m0rg0th@74.125.63.33] has quit [Quit: Ex-Chat] |
| 10:52 | -!- | n9yty [~n9yty@c-98-213-201-108.hsd1.il.comcast.net] has joined #xen |
| 11:00 | -!- | paelzer [~kvirc@blueice2n1.de.ibm.com] has quit [Quit: KVIrc 3.2.0 'Realia'] |
| 11:04 | -!- | n9yty [~n9yty@c-98-213-201-108.hsd1.il.comcast.net] has quit [Quit: n9yty] |
| 11:06 | -!- | n9yty [~n9yty@c-98-213-201-108.hsd1.il.comcast.net] has joined #xen |
| 11:10 | -!- | stekloff [~stekloff@pool-96-225-211-111.ptldor.fios.verizon.net] has joined #xen |
| 11:28 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has joined #xen |
| 11:41 | <hensema> | I'm trying to create my first HVM domain, but it shuts down as soon as the domain is unpaused after waiting on the hotplug scripts to finish |
| 11:41 | <hensema> | [2008-02-19 17:36:20 4133][2008-02-19 17:36:20 4133] INFO (XendDomain:1141) Domain win2k3 (21) unpaused. |
| 11:41 | <hensema> | [2008-02-19 17:36:20 4133][2008-02-19 17:36:20 4133] INFO (XendDomainInfo:1182) Domain has shutdown: name=win2k3 id=21 reason=poweroff. |
| 11:41 | <hensema> | there are no obvious errors in the xend logs |
| 11:42 | <hensema> | I'm trying to boot a cdrom image to install windows server 2003 |
| 11:43 | <hensema> | there's no output on the console (don't know if I should expect any though) except for 'Started domain win2k3' |
| 11:43 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has quit [Ping timeout: 480 seconds] |
| 11:43 | <hensema> | any clue? |
| 11:47 | -!- | ahs3 [~ahs3@66.37.132.58] has joined #xen |
| 11:50 | -!- | visik7 [~dksakd@aruba-120-133.aruba.unimo.it] has quit [Remote host closed the connection] |
| 11:54 | <hensema> | hmmm, I used a disk= line for the cdrom image, I'll have to try wether a cdrom= line works |
| 12:00 | <hensema> | no difference |
| 12:00 | <hensema> | anyway, got to go |
| 12:00 | <hensema> | bbl |
| 12:18 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has joined #xen |
| 12:31 | -!- | n9yty [~n9yty@c-98-213-201-108.hsd1.il.comcast.net] has quit [Quit: n9yty] |
| 12:33 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has quit [Ping timeout: 480 seconds] |
| 12:34 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has joined #xen |
| 12:44 | -!- | tbetak [~tbetak@wireless-128-62-160-176.public.utexas.edu] has joined #xen |
| 12:49 | -!- | rscott [~chatzilla@adsl-68-121-205-142.dsl.sndg02.pacbell.net] has joined #xen |
| 12:51 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has quit [Ping timeout: 480 seconds] |
| 13:08 | -!- | tbetak [~tbetak@wireless-128-62-160-176.public.utexas.edu] has quit [Quit: Leaving] |
| 13:26 | -!- | fuzzy [~fuzzy@68.26.194.36] has joined #xen |
| 13:35 | -!- | fuzzy_ [~fuzzy@keenfootwear.com] has joined #xen |
| 13:42 | -!- | fuzzy [~fuzzy@68.26.194.36] has quit [Ping timeout: 480 seconds] |
| 13:45 | -!- | fuzzy [~fuzzy@keenfootwear.com] has joined #xen |
| 13:51 | -!- | lymeca_ [~lymeca@66.195.186.69] has joined #xen |
| 13:53 | -!- | fuzzy_ [~fuzzy@keenfootwear.com] has quit [Ping timeout: 480 seconds] |
| 13:55 | -!- | fuzzy_ [~fuzzy@68.26.194.36] has joined #xen |
| 13:59 | -!- | fuzzy [~fuzzy@keenfootwear.com] has quit [Ping timeout: 480 seconds] |
| 14:23 | -!- | Redone77 [~buh@host185-27-dynamic.10-87-r.retail.telecomitalia.it] has joined #xen |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:24 | * | Redone77 ..:irc.ircitaly.net:.. The best net! |
| 14:25 | -!- | Redone77 [~buh@host185-27-dynamic.10-87-r.retail.telecomitalia.it] has quit [Remote host closed the connection] |
| 14:25 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has joined #xen |
| 14:36 | -!- | fuzzy_ [~fuzzy@68.26.194.36] has quit [Quit: fuzzy_] |
| 14:39 | -!- | fuzzy [~fuzzy@68.26.140.196] has joined #xen |
| 14:49 | -!- | fuzzy [~fuzzy@68.26.140.196] has quit [Quit: fuzzy] |
| 14:52 | -!- | markmc is now known as mcaway |
| 15:01 | -!- | _gh_ [~gerrit@bi01p2.co.us.ibm.com] has joined #xen |
| 15:07 | -!- | fuzzy [~fuzzy@99.204.80.220] has joined #xen |
| 15:14 | -!- | mastermind [~mastermin@gatekeeper.kaltenbrunner.cc] has joined #xen |
| 15:30 | -!- | quasisane [~sanep@c-76-118-191-64.hsd1.nh.comcast.net] has joined #xen |
| 15:32 | -!- | fuzzy [~fuzzy@99.204.80.220] has quit [Quit: fuzzy] |
| 15:45 | -!- | fuzzy [~fuzzy@99.204.80.220] has joined #xen |
| 15:51 | -!- | fuzzy [~fuzzy@99.204.80.220] has quit [Quit: fuzzy] |
| 15:52 | -!- | fuzzy [~fuzzy@68.26.246.154] has joined #xen |
| 16:00 | -!- | ivan [~ikelly@5ac197f4.bb.sky.com] has joined #xen |
| 16:07 | -!- | atpa8a [~stfu@static-71-249-199-57.nycmny.east.verizon.net] has left #xen [] |
| 16:12 | -!- | fuzzy [~fuzzy@68.26.246.154] has quit [Quit: fuzzy] |
| 16:17 | -!- | mcaway [~markmc@86.40.134.210] has quit [Quit: Leaving] |
| 16:21 | -!- | fuzzy [~fuzzy@99.204.105.192] has joined #xen |
| 16:23 | -!- | stekloff [~stekloff@pool-96-225-211-111.ptldor.fios.verizon.net] has quit [Quit: Leaving] |
| 16:38 | -!- | fuzzy [~fuzzy@99.204.105.192] has quit [Quit: fuzzy] |
| 16:47 | -!- | mastermind [~mastermin@gatekeeper.kaltenbrunner.cc] has quit [Ping timeout: 480 seconds] |
| 16:52 | -!- | mastermind [~mastermin@mastermind.kaltenbrunner.cc] has joined #xen |
| 17:28 | -!- | visik7 [~dksakd@host181-46-dynamic.32-79-r.retail.telecomitalia.it] has joined #xen |
| 17:33 | -!- | boto [~ehabkost@189.4.63.195] has quit [Remote host closed the connection] |
| 17:56 | -!- | nantes_geek [~ygcheny@maison.antredugeek.fr] has joined #xen |
| 18:18 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has left #xen [] |
| 18:28 | -!- | fuzzy [~fuzzy@70.6.175.123] has joined #xen |
| 18:33 | -!- | _gh_ [~gerrit@bi01p2.co.us.ibm.com] has quit [Ping timeout: 480 seconds] |
| 18:41 | -!- | fuzzy [~fuzzy@70.6.175.123] has quit [Quit: fuzzy] |
| 18:44 | -!- | ivan [~ikelly@5ac197f4.bb.sky.com] has quit [Ping timeout: 480 seconds] |
| 18:56 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has joined #xen |
| 19:06 | -!- | fuzzy_ [~fuzzy@64.62.120.120] has joined #xen |
| 19:09 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has quit [Ping timeout: 480 seconds] |
| 19:19 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has joined #xen |
| 19:26 | -!- | fuzzy_ [~fuzzy@64.62.120.120] has quit [Ping timeout: 480 seconds] |
| 19:37 | -!- | hbaum [~hbaum@bi01p1.co.us.ibm.com] has quit [Quit: Client exiting] |
| 20:03 | -!- | matti [matti@acrux.romke.net] has quit [Ping timeout: 480 seconds] |
| 20:05 | -!- | matti [matti@acrux.romke.net] has joined #xen |
| 20:38 | -!- | Bekar [bekar@mirc.bekar.id.au] has quit [Ping timeout: 480 seconds] |
| 20:52 | -!- | ahs3 [~ahs3@66.37.132.58] has quit [Quit: Ex-Chat] |
| 21:10 | -!- | rscott [~chatzilla@adsl-68-121-205-142.dsl.sndg02.pacbell.net] has quit [Remote host closed the connection] |
| 21:29 | -!- | arun [~arun@va-76-1-132-94.dhcp.embarqhsd.net] has joined #xen |
| 21:54 | -!- | _gh_ [~gerrit@bi01p1.co.us.ibm.com] has quit [Ping timeout: 480 seconds] |
| 22:17 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has joined #xen |
| 23:22 | -!- | wenchien [~wenchien@59-105-176-102.adsl.static.seed.net.tw] has joined #xen |
| 23:46 | -!- | mrj_ [~mrj@sca-ea-fw-1.Sun.COM] has quit [Quit: mrj_] |
| 23:55 | -!- | sputhenp [~sputhenp@202.80.58.210] has joined #xen |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has left #xen [Rotating Logs] |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has joined #xen |
| --- | Log | closed Wed Feb 20 00:00:49 2008 |