| --- | Log | opened Tue Apr 03 00:00:04 2007 |
| 00:34 | |-| | sputhenp [~sputhenp@202.80.58.210] has joined #xen |
| 00:37 | |-| | DoberMann[ZZZzzz] changed nick to DoberMann |
| 00:53 | |-| | mastermind [~mastermin@mastermind.kaltenbrunner.cc] has quit [Remote host closed the connection] |
| 01:25 | |-| | DoberMann changed nick to DoberMann[PullA] |
| 02:09 | |-| | visik7 [~visi@host96-108-dynamic.56-82-r.retail.telecomitalia.it] has quit [Remote host closed the connection] |
| 03:17 | |-| | smogmaster [~smogmaste@88.82.102.20] has joined #xen |
| 03:25 | <matti> | Morning. |
| 03:27 | <smogmaster> | hy, |
| 03:27 | <matti> | ;] |
| 03:28 | |-| | DoberMann_ [~james@AToulouse-156-1-16-9.w86-196.abo.wanadoo.fr] has joined #xen |
| 03:30 | <smogmaster> | you use xen ? |
| 03:30 | |-| | DoberMann[PullA] [~james@AToulouse-156-1-82-234.w86-196.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
| 03:44 | |-| | Thilil [~leoncx@conspiracyx02.assscripter.org] has joined #xen |
| 03:44 | <Thilil> | hello |
| 03:49 | |-| | Thilil changed nick to leoncx |
| 04:00 | <leoncx> | There're someone hier, I need help |
| 04:06 | <smogmaster> | yep |
| 04:07 | <smogmaster> | which help ? |
| 04:16 | <leoncx> | I have a error when a start a wm "Device 768 (vbd) could not be connected" |
| 04:17 | <tontsa> | you have the disks mounted somewhere? |
| 04:18 | <leoncx> | I look |
| 04:18 | <leoncx> | no |
| 04:20 | <tontsa> | paste the disk = line here |
| 04:21 | <leoncx> | disk = [ 'phy:/dev/VG_SYTEM/LV_X_ADMIN,hda,w', 'file:/root/debian-31r4-i386-neti |
| 04:21 | <leoncx> | nst.iso,hdb,r' ] |
| 04:22 | <tontsa> | does /dev/mapper/VG_SYTEM-LV_X_ADMIN exist too? |
| 04:22 | <leoncx> | yes |
| 04:23 | <tontsa> | phy:mapper/VG_SYTEM-LV_X_ADMIN then |
| 04:24 | <leoncx> | I have a another conf with disk = [ 'phy:/dev/VG_SYSTEM/LV_X_INVENTAIRE,hda,w', and this one work .. |
| 04:24 | <tontsa> | then check from xend.log and xend-debug.log what's wrong |
| 04:26 | <smogmaster> | i spend days for this problem |
| 04:26 | <smogmaster> | what says vgscan or lvscan ? |
| 04:26 | <smogmaster> | is there an inactive ? |
| 04:29 | <leoncx> | I find the errors |
| 04:29 | <leoncx> | thk for help |
| 04:30 | <tontsa> | leoncx, what was it then? |
| 04:31 | <leoncx> | tontsa: I have write VG_SYTEM , I have forgot S => VG_SYSTEM |
| 04:31 | <tontsa> | heh :) |
| 04:50 | |-| | LionelT [~chatzilla@laf31-2-82-224-249-154.fbx.proxad.net] has joined #xen |
| 04:50 | <LionelT> | hello xen lovers |
| 04:51 | <LionelT> | i have a problem with a virtual machine that has its clock unsync compared to the Xen host clock |
| 04:51 | <LionelT> | diff = 30 seconds |
| 04:51 | <LionelT> | the host has its clock aligned to an european ntp pool |
| 04:51 | <LionelT> | and I expect my Xen guests to have the same date as their respectives hosts |
| 04:51 | <LionelT> | any ideas ? |
| 04:53 | <tontsa> | lionelt, usually gets fixed when you restart the ntpd on dom0 |
| 04:54 | <tontsa> | that drift happens usually when you start new domU |
| 04:57 | <LionelT> | tontsa : thx for your anwser, I restartd ntpd on dom0, but the drift is still here |
| 04:58 | <tontsa> | which distribution's ntpd you have on dom0? |
| 04:58 | <tontsa> | atleast that's what fixes it on my xen boxen |
| 05:05 | <LionelT> | we use ntpdate not ntpd |
| 05:07 | <LionelT> | perhaps we should use ntpd ? |
| 05:10 | <hensema> | ntp & xen don't like each other very much |
| 05:10 | <hensema> | you can do two things: |
| 05:10 | <hensema> | 1) sync the domU clock to dom0, and NOT run ntpd in any domain |
| 05:10 | <tontsa> | lionelt, you need ntpd running on dom0 |
| 05:11 | <hensema> | 2) use independent clocks and run ntpd in all domains |
| 05:11 | |-| | nou [Chaton@causse.larzac.fr.eu.org] has quit [Ping timeout: 480 seconds] |
| 05:11 | <hensema> | in case 1) you'll have to periodically run ntpdate |
| 05:11 | <LionelT> | hensema : ok i read about option #2 ( /proc/sys/xen/independent_wallclock) |
| 05:12 | |-| | michal` [~michal@www.rsbac.org] has quit [Ping timeout: 480 seconds] |
| 05:13 | <LionelT> | hensema : option #1 _is_ our case : we do not run ntpd on any domain, we regularly sync dom0 clock with ntpdate... |
| 05:16 | <hensema> | have you got xen/independent_wallclock=0 in your sysctl.conf? |
| 05:16 | <hensema> | in domU |
| 05:20 | <LionelT> | it is not specified, but when i 'cat' /proc/sys/xen/independant_wallclock, the value is 0 |
| 05:21 | <LionelT> | i have another file alongside this one : /proc/sys/xen/permitted_clock_jitter the value inside is 10000000 .... |
| 05:26 | |-| | Netsplit resistance.oftc.net <-> saturn.oftc.net, scorpio.oftc.net quits: tonyb |
| 05:29 | |-| | Netsplit over, joins: tonyb |
| 05:41 | |-| | michal` [~michal@www.rsbac.org] has joined #xen |
| 05:52 | |-| | nou [Chaton@causse.larzac.fr.eu.org] has joined #xen |
| 05:54 | |-| | m0rg0th [~manugarg@219.64.120.181] has quit [Quit: Leaving] |
| 06:01 | |-| | cableman [~cableman@3e6b7156.rev.stofanet.dk] has joined #xen |
| 06:02 | |-| | DoberMann[PullA] [~james@AToulouse-156-1-36-192.w81-49.abo.wanadoo.fr] has joined #xen |
| 06:04 | |-| | DoberMann_ [~james@AToulouse-156-1-16-9.w86-196.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
| 06:13 | |-| | m0rg0th [~manugarg@220.225.228.97] has joined #xen |
| 06:49 | |-| | LionelT [~chatzilla@laf31-2-82-224-249-154.fbx.proxad.net] has quit [Quit: Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030919]] |
| 07:10 | |-| | bernarde [~bernarde@32.104.18.240] has joined #xen |
| 07:15 | |-| | paelzer [~kvirc@blueice4n1.de.ibm.com] has quit [Quit: KVIrc 3.2.0 'Realia'] |
| 07:49 | |-| | Netsplit synthon.oftc.net <-> saturn.oftc.net quits: tonyb |
| 07:51 | |-| | Netsplit over, joins: tonyb |
| 08:24 | |-| | rharper [~rharper@r74-193-70-77.pfvlcmta01.grtntx.tl.dh.suddenlink.net] has quit [Quit: Leaving] |
| 08:38 | |-| | KriP [~kp@yancey.unixworld.dk] has joined #xen |
| 08:39 | |-| | aliguori [~anthony@cpe-72-179-63-62.austin.res.rr.com] has joined #xen |
| 08:41 | |-| | danp1 [~berrange@pool-72-93-188-166.bstnma.east.verizon.net] has joined #xen |
| 09:08 | |-| | leoncx [~leoncx@conspiracyx02.assscripter.org] has quit [Quit: leaving] |
| 09:26 | |-| | hollisb [~hollisb@bi01p1.co.us.ibm.com] has joined #xen |
| 09:27 | |-| | m0rg0th [~manugarg@220.225.228.97] has quit [Quit: Leaving] |
| 09:30 | |-| | cableman [~cableman@3e6b7156.rev.stofanet.dk] has quit [Quit: Leaving] |
| 09:46 | |-| | hollisb [~hollisb@bi01p1.co.us.ibm.com] has quit [Quit: leaving] |
| 09:49 | |-| | SLot [~SLot___@gustavo.gruposim.com.br] has quit [Quit: Fudeu geral hehehehe] |
| 09:49 | |-| | rharper [~rharper@bi01p1.co.us.ibm.com] has joined #xen |
| 10:09 | |-| | aliguori [~anthony@cpe-72-179-63-62.austin.res.rr.com] has quit [Quit: Ex-Chat] |
| 10:10 | |-| | jwb [~jwboyer@rchp4.rochester.ibm.com] has joined #xen |
| 10:17 | |-| | jwb [~jwboyer@rchp4.rochester.ibm.com] has quit [Read error: Connection reset by peer] |
| 10:22 | |-| | aliguori [~anthony@bi01p1.co.us.ibm.com] has joined #xen |
| 10:27 | |-| | jwb [~jwboyer@rchp4.rochester.ibm.com] has joined #xen |
| 10:31 | |-| | SLot [~SLot___@gustavo.gruposim.com.br] has joined #xen |
| 10:35 | |-| | ahs3_away changed nick to ahs3 |
| 10:36 | |-| | sputhenp [~sputhenp@202.80.58.210] has quit [Quit: Leaving] |
| 10:48 | |-| | aliguori [~anthony@bi01p1.co.us.ibm.com] has quit [Quit: Ex-Chat] |
| 10:49 | |-| | aliguori [~anthony@bi01p1.co.us.ibm.com] has joined #xen |
| 10:50 | |-| | aliguori [~anthony@bi01p1.co.us.ibm.com] has quit [] |
| 10:50 | |-| | bestorga [~bestorga@bi01p1.co.us.ibm.com] has joined #xen |
| 10:50 | |-| | aliguori [~anthony@bi01p1.co.us.ibm.com] has joined #xen |
| 11:05 | |-| | SLot [~SLot___@gustavo.gruposim.com.br] has quit [Quit: Fudeu geral hehehehe] |
| 11:15 | |-| | hollisb [~hollisb@rrcs-67-79-216-45.sw.biz.rr.com] has joined #xen |
| 11:15 | |-| | hollisb [~hollisb@rrcs-67-79-216-45.sw.biz.rr.com] has quit [] |
| 11:18 | |-| | paelzer [~kvirc@dslb-088-065-232-139.pools.arcor-ip.net] has joined #xen |
| 11:18 | |-| | SLot [~SLot___@gustavo.gruposim.com.br] has joined #xen |
| 11:24 | |-| | hollisb [~hollisb@bi01p1.co.us.ibm.com] has joined #xen |
| 11:45 | |-| | cain [~cain@81.255.113.229] has joined #xen |
| 11:46 | <cain> | hi |
| 11:52 | |-| | DoberMann[PullA] changed nick to DoberMann |
| 11:58 | <cain> | somebody know if is possible to use a dual screen solutin in virtual machine ? ( in fullscreen of course ) |
| 11:58 | <aliguori> | cain: nope |
| 11:59 | <cain> | ah .. ^^ |
| 11:59 | <cain> | thx |
| 11:59 | <cain> | but can use a fullscreen mode ( on one monitor ) ? |
| 12:02 | <aliguori> | ctrl-alt-f for sdl |
| 12:02 | <aliguori> | when using vnc, it depends on your client |
| 12:03 | <cain> | humm ok .. i not use xen for the moment but i thinking about .. |
| 12:09 | <cain> | ok thanks aliguori , for your answer .. see ya |
| 12:09 | |-| | cain [~cain@81.255.113.229] has quit [Quit: Quitte] |
| 12:31 | |-| | mejlholm [~mejlholm@port79.ds1-abc.adsl.cybercity.dk] has joined #xen |
| 12:46 | |-| | m0rg0th [~manugarg@219.64.120.181] has joined #xen |
| 12:48 | |-| | mastermind [~mastermin@mastermind.kaltenbrunner.cc] has joined #xen |
| 12:49 | |-| | beth [~beth@ool-45777805.dyn.optonline.net] has joined #xen |
| 12:53 | |-| | kalden [~kalden@fac34-3-82-231-26-11.fbx.proxad.net] has joined #xen |
| 13:18 | |-| | danp2 [~berrange@pool-72-93-188-166.bstnma.east.verizon.net] has joined #xen |
| 13:22 | |-| | danp1 [~berrange@pool-72-93-188-166.bstnma.east.verizon.net] has quit [Ping timeout: 480 seconds] |
| 13:28 | |-| | mejlholm [~mejlholm@port79.ds1-abc.adsl.cybercity.dk] has quit [Quit: Leaving] |
| 13:29 | |-| | danp2 [~berrange@pool-72-93-188-166.bstnma.east.verizon.net] has quit [Ping timeout: 480 seconds] |
| 13:33 | |-| | danp1 [~berrange@pool-72-93-188-166.bstnma.east.verizon.net] has joined #xen |
| 13:33 | |-| | mejlholm [~mejlholm@port79.ds1-abc.adsl.cybercity.dk] has joined #xen |
| 13:46 | |-| | danp2 [~berrange@pool-72-93-188-166.bstnma.east.verizon.net] has joined #xen |
| 13:46 | |-| | danp1 [~berrange@pool-72-93-188-166.bstnma.east.verizon.net] has quit [Quit: Leaving.] |
| 14:10 | |-| | paelzer [~kvirc@dslb-088-065-232-139.pools.arcor-ip.net] has quit [Quit: KVIrc 3.2.0 'Realia'] |
| 14:48 | |-| | riel [~riel@74.92.59.66] has quit [Ping timeout: 480 seconds] |
| 15:03 | |-| | surriel [~riel@74.92.59.66] has joined #xen |
| 15:06 | |-| | surriel changed nick to riel |
| 15:14 | <allmightyspiff> | hey, is there something that will keep track of various usage statistics for XEN and its domU's ? |
| 15:14 | <allmightyspiff> | preferable something graphical |
| 15:16 | <liberie> | no |
| 15:17 | <liberie> | just xm top :) |
| 15:17 | <allmightyspiff> | :( |
| 15:18 | <hollisb> | virt-manager |
| 15:18 | <hollisb> | in Red Hat / Fedora |
| 15:22 | <allmightyspiff> | well I was thinking more along the lines of graphs of usage over time, similiar to how you can get programs to show graphs on your http usage and such |
| 15:23 | <allmightyspiff> | while googling i found this http://alfa.luneta.sk/dtc-xen/ which is kinda what i want, but i dont know what program the guy is using to get the graphs |
| 15:24 | <riel> | allmightyspiff: I suspect the RHN people are working on that, but I don't know for sure |
| 15:25 | <allmightyspiff> | hrm, that would be pretty cool if i could just install it with yum :P |
| 15:27 | |-| | jerone [~jerone@bi01p1.co.us.ibm.com] has joined #xen |
| 15:35 | |-| | aw [~awilliam@c-24-9-84-32.hsd1.co.comcast.net] has quit [Quit: Leaving] |
| 15:44 | |-| | Basic_py [~Basic@gatekeeper.real-time.com] has joined #xen |
| 15:51 | |-| | aw [~awilliam@156.153.254.66] has joined #xen |
| 15:52 | |-| | danp1 [~berrange@pool-72-93-185-7.bstnma.east.verizon.net] has joined #xen |
| 15:58 | |-| | danp2 [~berrange@pool-72-93-188-166.bstnma.east.verizon.net] has quit [Ping timeout: 480 seconds] |
| 15:58 | |-| | KriP [~kp@yancey.unixworld.dk] has quit [Quit: Leaving] |
| 16:00 | |-| | jerone [~jerone@bi01p1.co.us.ibm.com] has quit [Remote host closed the connection] |
| 16:07 | |-| | wenchien [~wenchien@59-105-176-11.adsl.static.seed.net.tw] has quit [Ping timeout: 480 seconds] |
| 16:15 | |-| | agriffis [~agriffis@156.153.254.66] has quit [Ping timeout: 480 seconds] |
| 16:16 | |-| | bernarde [~bernarde@32.104.18.240] has quit [Ping timeout: 480 seconds] |
| 16:19 | |-| | wenchien [~wenchien@59-105-176-11.adsl.static.seed.net.tw] has joined #xen |
| 16:21 | |-| | mejlholm [~mejlholm@port79.ds1-abc.adsl.cybercity.dk] has quit [Quit: Leaving] |
| 16:26 | |-| | stekloff [~stekloff@pool-71-245-105-151.ptldor.fios.verizon.net] has joined #xen |
| 16:34 | |-| | agriffis [~agriffis@ftcrel4.hp.com] has joined #xen |
| 16:56 | |-| | agriffis [~agriffis@ftcrel4.hp.com] has quit [Ping timeout: 480 seconds] |
| 17:07 | |-| | DoberMann changed nick to DoberMann[ZZZzzz] |
| 17:21 | |-| | stekloff [~stekloff@pool-71-245-105-151.ptldor.fios.verizon.net] has quit [Quit: Ex-Chat] |
| 17:22 | |-| | aliguori [~anthony@bi01p1.co.us.ibm.com] has quit [Remote host closed the connection] |
| 17:28 | |-| | agriffis [~agriffis@156.153.254.69] has joined #xen |
| 17:32 | |-| | jerone [~jerone@adsl-71-145-190-252.dsl.austtx.sbcglobal.net] has joined #xen |
| 17:37 | |-| | hollisb [~hollisb@bi01p1.co.us.ibm.com] has quit [Quit: leaving] |
| 17:39 | |-| | aliguori [~anthony@cpe-72-179-63-62.austin.res.rr.com] has joined #xen |
| 17:55 | |-| | rharper [~rharper@bi01p1.co.us.ibm.com] has quit [Quit: Leaving] |
| 17:58 | |-| | danp1 [~berrange@pool-72-93-185-7.bstnma.east.verizon.net] has left #xen [] |
| 17:59 | |-| | Basic_py [~Basic@gatekeeper.real-time.com] has quit [Quit: Leaving] |
| 18:07 | |-| | DoberMann_ [~james@AToulouse-156-1-105-85.w90-30.abo.wanadoo.fr] has joined #xen |
| 18:07 | |-| | aw [~awilliam@156.153.254.66] has quit [Quit: Leaving] |
| 18:08 | |-| | DoberMann[ZZZzzz] [~james@AToulouse-156-1-36-192.w81-49.abo.wanadoo.fr] has quit [Ping timeout: 480 seconds] |
| 18:21 | |-| | aw [~awilliam@c-24-9-84-32.hsd1.co.comcast.net] has joined #xen |
| 18:38 | |-| | rharper [~rharper@r74-193-70-77.pfvlcmta01.grtntx.tl.dh.suddenlink.net] has joined #xen |
| 19:52 | |-| | bestorga [~bestorga@bi01p1.co.us.ibm.com] has quit [Quit: Leaving] |
| 20:00 | |-| | jerone [~jerone@adsl-71-145-190-252.dsl.austtx.sbcglobal.net] has quit [Quit: jerone] |
| 20:20 | |-| | Basic_py [~Basic@warden.real-time.com] has joined #xen |
| 21:05 | |-| | ahs3 changed nick to ahs3_away |
| 22:59 | |-| | VS_ChanLog [~stats@ns.theshore.net] has left #xen [Rotating Logs] |
| 22:59 | |-| | VS_ChanLog [~stats@ns.theshore.net] has joined #xen |
| 23:01 | |-| | m0rg0th [~manugarg@219.64.120.181] has quit [Ping timeout: 480 seconds] |
| 23:06 | |-| | Basic_py [~Basic@warden.real-time.com] has quit [Quit: Leaving] |
| 23:11 | |-| | aw [~awilliam@c-24-9-84-32.hsd1.co.comcast.net] has quit [Quit: Leaving] |
| 23:24 | |-| | aw [~awilliam@c-24-9-84-32.hsd1.co.comcast.net] has joined #xen |
| 23:28 | |-| | giuncoi [~giuncoi@150.82.173.241] has joined #xen |
| 23:28 | <giuncoi> | hello everybody |
| 23:29 | <giuncoi> | do we still have -test branch? i want to get the xen-test with hg, but cannot find it? |
| 23:29 | <giuncoi> | now we only have xen-unstable? |
| 23:33 | <tonyb> | giuncoi: http://xenbits.xensource.com/ lists the current branches. |
| 23:34 | <giuncoi> | tonyb, so the 3.0.4 is not released yet??? |
| 23:34 | <tonyb> | giuncoi: I'm pretty sure thete is only a -testing branch for the next release after it has been frozen (and forked from -unstable) |
| 23:34 | <giuncoi> | why xensource.com lists the latest stable as 3.0.4? |
| 23:34 | <tonyb> | giuncoi: the old trees are left behind for hostorical reasons. |
| 23:34 | <giuncoi> | that is really confused ! |
| 23:35 | |-| | m0rg0th [~manugarg@220.225.228.97] has joined #xen |
| 23:35 | <tonyb> | 3.0.4 is the current relase |
| 23:35 | <tonyb> | giuncoi: 3.0.5 hasn't been frozen yet |
| 23:36 | <giuncoi> | tonyb, so actually is there xen-test branch? i dont see it in xenbits.xensource.com |
| 23:36 | <giuncoi> | or it is only available after 3.0.5 frozen? |
| 23:36 | <tonyb> | giuncoi: no, it doesn't exist |
| 23:37 | <tonyb> | giuncoi: thats right, once 3.0.5 is frozen there will be a testing branch for it. |
| 23:37 | <giuncoi> | ok. now i have the unstable tree in hg. how can i extract 3.0.4 from it? (i am not familar with hg) |
| 23:38 | <tonyb> | giuncoi: No I don't think they push chnages backwards, like that. |
| 23:38 | <giuncoi> | tonyb, i think the unstable tree should maintain all the history, so it is possible to extract the old release from it. |
| 23:38 | <tonyb> | giuncoi: I just looked, You can't get 3.0.4 from xen-unstable :( |
| 23:39 | <giuncoi> | tonyb, how do you know that? |
| 23:39 | <tonyb> | giuncoi: hg tags will give you a list of all the tagged releases |
| 23:40 | <giuncoi> | tonyb, i see 3.0.4-branched there |
| 23:40 | <giuncoi> | so we can extract it, no? |
| 23:40 | <tonyb> | Yes that's the point at which 3.0.4 diverged from xen-unstable |
| 23:40 | <giuncoi> | tonyb, i suppose that is the 3.0.4 release |
| 23:40 | <tonyb> | any patches that weer applied to the testing-3.0.4 tree /may/ not have been applied to the xen-unstable tree |
| 23:41 | <giuncoi> | ah, ok |
| 23:41 | <tonyb> | giuncoi: no the 3.0.4 relase is not in the xen-unstable tree |
| 23:41 | <giuncoi> | yes, how about that "latest-stable" tag? |
| 23:42 | <tonyb> | giuncoi: that's waaa to old. I'd ignore it. I think it was used by the cambridge team internally. |
| 23:43 | <giuncoi> | ok, thanks |
| 23:43 | <tonyb> | giuncoi: np |
| 23:58 | |-| | jerone [~jerone@adsl-71-145-190-252.dsl.austtx.sbcglobal.net] has joined #xen |
| --- | Log | closed Wed Apr 04 00:00:56 2007 |