| --- | Log | opened Tue Feb 07 00:00:30 2006 |
| 00:05 | |-| | mooli [~muli@nesher3.haifa.il.ibm.com] has quit [Ping timeout: 480 seconds] |
| 00:20 | |-| | womble [~mpalmer@sponge.solutionsfirst.com.au] has quit [Quit: What's behind the round window...] |
| 00:25 | |-| | nags [~nags@125.16.129.16] has left #xen [Linux Desktop Testing Project - http://ldtp.freedesktop.org] |
| 00:43 | |-| | ns [~nivedita@c-67-171-181-157.hsd1.or.comcast.net] has quit [Quit: Leaving] |
| 01:04 | |-| | rusty [~rusty@bh02i525f01.au.ibm.com] has quit [Quit: Client exiting] |
| 01:28 | |-| | Tv [~tv@GMMDXXVII.dsl.saunalahti.fi] has quit [Quit: foo] |
| 01:47 | |-| | sdog [~sdog@62.58.98.210] has joined #xen |
| 01:54 | |-| | smcavoy [~smcavoy@vgateway.libertyrms.info] has joined #xen |
| 01:55 | <smcavoy> | hello, just wondering if its possible to run a 64bit kernel and all 32bit user space? i.e. I'd like to use the same kernel amongst several domUs |
| 01:58 | |-| | mooli [~muli@nesher3.haifa.il.ibm.com] has joined #xen |
| 01:58 | <murb> | smcavoy: it should be possible. |
| 01:58 | <smcavoy> | cool, thanks murb |
| 01:59 | |-| | stephand [~syon@G071c.g.pppool.de] has joined #xen |
| 01:59 | |-| | stephand [~syon@G071c.g.pppool.de] has left #xen [] |
| 02:06 | |-| | Tv [~tv@i1.inoi.fi] has joined #xen |
| 02:12 | <smcavoy> | hello. I'm getting this error when creating a new vm Error: Device 2049 (vbd) could not be connected. Backend device not found. |
| 02:12 | <smcavoy> | but I'm using a phy device |
| 02:13 | <smcavoy> | phy:vg0/debian32-sda1,sda1,w |
| 02:14 | <smcavoy> | wait... I am missing something... sleep |
| 02:14 | <smcavoy> | I missed named the lv |
| 02:26 | <Shaun> | murb: you still thier? |
| 02:33 | |-| | muli [~muli@87.69.40.180.cable.012.net.il] has quit [Remote host closed the connection] |
| 02:39 | <Shaun> | finally found the damn name! it was stupid easy too, god i feel dumb |
| 02:53 | <murb> | Shaun: yep |
| 03:05 | <Shaun> | murb: are you the guy i was talking with a while bakc |
| 03:05 | <Shaun> | about xen console as unpriv users? |
| 03:05 | <Shaun> | not that it matters much now, i just accomplished what i was trying to do with xenconsoled (at least it's working so far) :) |
| 03:10 | |-| | |m0pV45| [junglist@adsl-68-95-142-244.dsl.rcsntx.swbell.net] has joined #xen |
| 03:10 | |-| | pvanhoof [~pvanhoof@mailhost.newtec.be] has joined #xen |
| 03:13 | |-| | |shad0w| [junglist@adsl-68-95-142-244.dsl.rcsntx.swbell.net] has quit [Ping timeout: 480 seconds] |
| 03:19 | <murb> | Shaun: i was thinking about doing that, what are you doing with xenconsoled? |
| 03:20 | <Shaun> | murb: well, my domains/guests are named as teh system user... |
| 03:20 | <murb> | at the moment i'm still using xen2 i've not had to solve the problem yet. |
| 03:21 | <Shaun> | murb: so, i have xenconsoled grabing the tty, name then uses getpwnam to get the uid and chowns that users pty |
| 03:21 | <Shaun> | i then stripped down xenconsole so that it doesnt require xenstore or any of that crap and just uses the users tty |
| 03:22 | <murb> | so a user logs in and xenconsoled uses the ssh pty or? |
| 03:22 | <Shaun> | right now it's all working, only think i need to do now is have xenconsoled create the symlink to /home/user/console to /dev/pts/ so that the user doesnt need xenstore access to get his domainid |
| 03:23 | <Shaun> | murb: right the user can now ssh into dom0 as their user and run xenconsole to get console access |
| 03:24 | <Shaun> | murb: i couldnt remember if it was you i was talking to abotu this like a week ago |
| 03:24 | <murb> | so you are just changing permissions of the domains pty or? |
| 03:24 | <Shaun> | not changing perms, changing ownership |
| 03:25 | <murb> | so you store a domain / username |
| 03:25 | <murb> | and then lookup username on domain start and chown to that user? |
| 03:25 | <murb> | or you have domainname == username? |
| 03:25 | <Shaun> | domainname is the username |
| 03:26 | <Shaun> | with my setup at least |
| 03:26 | <Shaun> | [root@localhost console][root@localhost console]# ./xenconsoled -i |
| 03:26 | <Shaun> | UserID: 500 |
| 03:26 | <Shaun> | dom tty: /dev/pts/4 |
| 03:26 | <Shaun> | dom name: u2xtest1 |
| 03:26 | <Shaun> | my output from my code |
| 03:27 | <Shaun> | [root@localhost console][root@localhost console]# ls -l /dev/pts/4 |
| 03:27 | <Shaun> | crw--w---- 1 u2xtest1 tty 136, 4 Feb 7 01:27 /dev/pts/4 |
| 03:27 | <murb> | hmm, i still think it might make sense to put and ownering uid/gid in xenstore. |
| 03:27 | <Shaun> | murb: no, it does... it makes perfect sense, i actually started trying to do that... |
| 03:27 | <Shaun> | setting like console_uid= in the config |
| 03:27 | <Shaun> | but it's over my head |
| 03:28 | <Shaun> | i started with the python |
| 03:28 | <Shaun> | but then it moved to xendclient |
| 03:28 | <Shaun> | and on... |
| 03:28 | <Shaun> | murb: if you have the skills to put it in the store that would semi solve the problem |
| 03:29 | <Shaun> | murb: the problem still is that the user has no permissions to xenstore |
| 03:30 | <Shaun> | in order for the user to find his pts you need to look it up, so you either set xenconsole to suid so it can connect and get that info which is pointless you might as well leave the pts root.tty or figure out somthing else. |
| 03:30 | <Shaun> | one reason i'm symlinking /home/user/console to /dev/pts/xx |
| 03:30 | <Shaun> | just have to make sure that symlink is always correct.. |
| 03:32 | |-| | homebaum [~michael@pool-71-245-105-28.ptldor.fios.verizon.net] has quit [Ping timeout: 480 seconds] |
| 03:33 | |-| | athomas [~athomas@host86-136-81-69.range86-136.btcentralplus.com] has joined #xen |
| 03:34 | <Shaun> | murb: what company you with/run? |
| 03:35 | <murb> | Shaun: just my own small consultancy / hosting thing. |
| 03:35 | <murb> | no web foo yet... |
| 03:35 | <murb> | i am that lazy. |
| 03:35 | <Shaun> | ah, i see |
| 03:39 | |-| | athomas [~athomas@host86-136-81-69.range86-136.btcentralplus.com] has quit [Quit: Leaving] |
| 03:47 | |-| | athomas [~athomas@host86-136-81-69.range86-136.btcentralplus.com] has joined #xen |
| 03:47 | <murb> | Shaun: you have a hosting company or? |
| 03:48 | <Shaun> | yes |
| 03:50 | |-| | franR [~franr@inextensia.net] has joined #xen |
| 04:13 | |-| | Netsplit arion.oftc.net <-> quasar.oftc.net quits: VS_ChanLog |
| 04:16 | |-| | Netsplit over, joins: VS_ChanLog |
| 04:16 | |-| | cods_ [~cods@tuxee.net] has joined #xen |
| 04:18 | |-| | cods [~cods@tuxee.net] has quit [Ping timeout: 480 seconds] |
| 04:44 | |-| | Shoragan [~shoragan@d072.apm.etc.tu-bs.de] has joined #xen |
| 04:58 | |-| | tab_ [~tab@darwin.snarc.org] has quit [Ping timeout: 480 seconds] |
| 05:01 | |-| | Tv [~tv@i1.inoi.fi] has quit [Quit: foo] |
| 05:04 | |-| | hollisb [~hollisb@bh02i525f01.au.ibm.com] has quit [Quit: leaving] |
| 05:04 | |-| | tab [~tab@darwin.snarc.org] has joined #xen |
| 05:05 | |-| | bernarde [~bernarde@32.104.18.240] has joined #xen |
| 05:09 | |-| | Shoragan_ [~shoragan@d072.apm.etc.tu-bs.de] has joined #xen |
| 05:09 | |-| | Shoragan [~shoragan@d072.apm.etc.tu-bs.de] has quit [Read error: Connection reset by peer] |
| 05:27 | |-| | _David_ [~david@CPE-203-45-90-152.nsw.bigpond.net.au] has joined #xen |
| 05:49 | |-| | Tv [~tv@GMMDXXVII.dsl.saunalahti.fi] has joined #xen |
| 05:55 | |-| | Tv [~tv@GMMDXXVII.dsl.saunalahti.fi] has quit [Quit: foo] |
| 06:21 | |-| | _David_ [~david@CPE-203-45-90-152.nsw.bigpond.net.au] has left #xen [Kopete 0.9.2 : http://kopete.kde.org] |
| 06:24 | |-| | Tv [~tv@GMMDXXVII.dsl.saunalahti.fi] has joined #xen |
| 07:06 | |-| | Solist [~Solist@mvil2.bb.netvision.net.il] has joined #xen |
| 07:08 | |-| | mdday [~mdday@cpe-024-163-120-222.nc.res.rr.com] has joined #xen |
| 07:10 | |-| | Solist [~Solist@mvil2.bb.netvision.net.il] has quit [Quit: ] |
| 07:26 | |-| | ogi_ [~ogi@62.44.101.19] has joined #xen |
| 07:26 | |-| | ogi [~ogi@felix.openfmi.net] has quit [Read error: Connection reset by peer] |
| 07:28 | |-| | nextime [~nextime@213-140-6-103.ip.fastwebnet.it] has quit [Ping timeout: 480 seconds] |
| 07:41 | |-| | nextime [~nextime@213-140-6-103.ip.fastwebnet.it] has joined #xen |
| 07:46 | |-| | smcavoy [~smcavoy@vgateway.libertyrms.info] has quit [Quit: smcavoy] |
| 07:47 | |-| | riel changed nick to surriel |
| 07:59 | |-| | Roey [~katz@h-69-3-4-130.mclnva23.covad.net] has joined #xen |
| 08:39 | |-| | unriel changed nick to riel |
| 08:45 | |-| | franR [~franr@inextensia.net] has quit [Read error: Connection reset by peer] |
| 08:45 | |-| | franR [~franr@inextensia.net] has joined #xen |
| 08:45 | |-| | aliguori [~anthony@cpe-70-116-13-229.austin.res.rr.com] has joined #xen |
| 08:47 | |-| | toks [~toks@bi01p1.nc.us.ibm.com] has joined #xen |
| 08:59 | |-| | dansmith [~dan@bi01p1.co.us.ibm.com] has joined #xen |
| 09:02 | |-| | Basic_py [~Basic@warden.real-time.com] has quit [Quit: Leaving] |
| 09:05 | |-| | anball [~anball@cpe-069-134-210-147.nc.res.rr.com] has joined #xen |
| 09:10 | |-| | rpg [~rpg@cpe-70-113-71-85.austin.res.rr.com] has quit [Remote host closed the connection] |
| 09:11 | |-| | rharper [~rharper@pixpat.austin.ibm.com] has joined #xen |
| 09:19 | <johnlev> | is there an lxr that works anywhere? I can't get anywhere with lxr.getxen.com |
| 09:19 | |-| | homebaum [~michael@pool-71-245-98-208.ptldor.fios.verizon.net] has joined #xen |
| 09:46 | |-| | Basic_py [~Basic@gatekeeper.real-time.com] has joined #xen |
| 09:52 | |-| | BugOne [~gub@81-208-83-251.fastres.net] has joined #xen |
| 10:04 | |-| | rpg [~rpg@pixpat.austin.ibm.com] has joined #xen |
| 10:10 | <BugOne> | hi... can anybody explain me how can i run many windows manager under xen like seen here http://www.cl.cam.ac.uk/Research/SRG/netos/xen/screenshots/? |
| 10:12 | <m0dY\> | BugOne, i think itvnx |
| 10:12 | <m0dY\> | sorry, i think it's vnc |
| 10:13 | <BugOne> | in other words? |
| 10:13 | <mikegrb> | perhaps more googling and reading would help you |
| 10:13 | <BugOne> | could you be more explicit... i never used vnc... and i know is a remote visualization of machines... |
| 10:14 | <BugOne> | uhm |
| 10:14 | <BugOne> | i dont find what i'm searching for... |
| 10:15 | <mikegrb> | http://www.google.com/search?q=vnc |
| 10:15 | <m0dY\> | :D |
| 10:15 | |-| | m0dY\ changed nick to m0dY |
| 10:15 | |-| | aliguori [~anthony@cpe-70-116-13-229.austin.res.rr.com] has quit [Quit: Leaving] |
| 10:16 | <m0dY> | radim is better ;) http://www.radmin.com/products/comparisons/index.php?r1=googleadwords&r2=competitorsgroup |
| 10:19 | <BugOne> | uhm mikegrb lol... |
| 10:19 | |-| | schultmc [~schultmc@zealot.progeny.com] has quit [Quit: Client exiting] |
| 10:19 | <BugOne> | i mean how's structured the sistem on screenshots? vnc server running on dom0.... with x started.... |
| 10:20 | <BugOne> | than... kde and gnome running on clients? connecting to dom0? |
| 10:21 | |-| | jerone [~jerone@pixpat.austin.ibm.com] has joined #xen |
| 10:21 | |-| | Solist [~Solist@mvil2.bb.netvision.net.il] has joined #xen |
| 10:22 | |-| | schultmc [~schultmc@zealot.progeny.com] has joined #xen |
| 10:22 | <m0dY> | yup |
| 10:22 | <m0dY> | i think so |
| 10:22 | <m0dY> | domU vnc servers |
| 10:22 | <m0dY> | and dom0 control them or any other vnc compatible system |
| 10:22 | <m0dY> | i mean any system having vnc client on it |
| 10:23 | <BugOne> | uhm... |
| 10:23 | <BugOne> | but if you cant run x under domUs.... i dont understand :/ |
| 10:23 | <m0dY> | x forwarding maybe |
| 10:25 | <BugOne> | in the 1st screenshot there are gnome and kde running together how is it possible? |
| 10:25 | |-| | Solist [~Solist@mvil2.bb.netvision.net.il] has quit [Quit: ] |
| 10:27 | <m0dY> | Remote Desktop Connection |
| 10:27 | <m0dY> | http://www.freeos.com/articles/3292/ |
| 10:29 | <m0dY> | read what's above the first pic. |
| 10:29 | <m0dY> | The Xen 2.0 system that was used at OLS 2004. We're running KDE in domain 0 (which is a Redhat 9.0 install), with VNC connections to 4 other domains ....etc |
| 10:29 | <m0dY> | . |
| 10:31 | <BugOne> | so i dont understand :P that's why i asked :) |
| 10:32 | <BugOne> | how can start also gnome? |
| 10:33 | |-| | aliguori [~anthony@pixpat.austin.ibm.com] has joined #xen |
| 10:33 | <m0dY> | mmm |
| 10:33 | <m0dY> | got ya |
| 10:33 | <BugOne> | ? |
| 10:33 | |-| | aliguori [~anthony@pixpat.austin.ibm.com] has quit [Quit: ] |
| 10:34 | <m0dY> | well |
| 10:34 | <m0dY> | i think.. |
| 10:35 | <m0dY> | you have to install vnc server on a domU and start investigation from this point |
| 10:35 | <m0dY> | or send xen-dev |
| 10:36 | <m0dY> | also i think you have to read about x-forwarding over ssh |
| 10:36 | <BugOne> | ok |
| 10:36 | |-| | aliguori [~anthony@pixpat.austin.ibm.com] has joined #xen |
| 10:38 | <BugOne> | i'll watch... thank you :) |
| 10:43 | |-| | BugOne [~gub@81-208-83-251.fastres.net] has quit [Quit: e se non sai che cazzo fare non ti abbacchiare... www.bugone.com :P] |
| 10:44 | |-| | sdog [~sdog@62.58.98.210] has left #xen [] |
| 10:47 | |-| | ns [~niv@bi01p1.co.us.ibm.com] has joined #xen |
| 10:51 | |-| | bunoc [~Administr@softbank219206220072.bbtec.net] has joined #xen |
| 10:52 | <bunoc> | hi. i want to get the old Xen version of 2.0.8. how can i do it with mercurial? i am having unstable source tree now, and i suppose that with hg, i can extract the old version from it? but how? |
| 10:53 | <johnlev> | doesn't look like it has a tag for 2.0.8 |
| 10:53 | <johnlev> | (hg tags shows you) |
| 10:54 | <tab> | bunoc: no you can't from the unstable tree. the 2.0 and 3.0 tree are separated |
| 10:59 | |-| | toks [~toks@bi01p1.nc.us.ibm.com] has quit [Remote host closed the connection] |
| 11:00 | |-| | pvanhoof [~pvanhoof@mailhost.newtec.be] has quit [Remote host closed the connection] |
| 11:09 | |-| | stekloff [~stekloff@bi01p1.co.us.ibm.com] has joined #xen |
| 11:13 | |-| | athomas [~athomas@host86-136-81-69.range86-136.btcentralplus.com] has quit [Quit: Leaving] |
| 11:16 | <bunoc> | johnlev: sorry, i meant 2.0.6 |
| 11:16 | <bunoc> | at least i found it from hg tags |
| 11:16 | <bunoc> | now how can i extract it? |
| 11:17 | |-| | athomas [~athomas@host86-136-81-69.range86-136.btcentralplus.com] has joined #xen |
| 11:23 | |-| | mejlholm [~mejlholm@port79.ds1-abc.adsl.cybercity.dk] has joined #xen |
| 11:23 | |-| | bunoc [~Administr@softbank219206220072.bbtec.net] has left #xen [] |
| 11:29 | |-| | muli [~muli@87.69.40.180.cable.012.net.il] has joined #xen |
| 11:30 | |-| | athomas [~athomas@host86-136-81-69.range86-136.btcentralplus.com] has quit [Quit: Leaving] |
| 11:32 | |-| | _bernarde [~bernarde@32.104.18.240] has joined #xen |
| 11:33 | |-| | bernarde [~bernarde@32.104.18.240] has quit [Read error: Connection reset by peer] |
| 11:56 | |-| | chrish01 [~chrish01@wsip-70-183-17-68.oc.oc.cox.net] has joined #xen |
| 12:07 | |-| | pvanhoof [~pvanhoof@d54C0FBBD.access.telenet.be] has joined #xen |
| 12:27 | |-| | mejlholm [~mejlholm@port79.ds1-abc.adsl.cybercity.dk] has quit [Ping timeout: 480 seconds] |
| 12:36 | |-| | mejlholm [~mejlholm@port79.ds1-abc.adsl.cybercity.dk] has joined #xen |
| 12:53 | |-| | m0dY [m0dY@62.139.160.211] has quit [Quit: ] |
| 12:57 | |-| | anball [~anball@cpe-069-134-210-147.nc.res.rr.com] has quit [Quit: Leaving] |
| 13:02 | |-| | weasel [weasel@weasel.noc.oftc.net] has quit [Quit: hardware stuff] |
| 13:16 | |-| | weasel [weasel@asteria.debian.or.at] has joined #xen |
| 13:21 | |-| | _bernarde [~bernarde@32.104.18.240] has quit [Remote host closed the connection] |
| 13:36 | |-| | woody [~woody@bi01p1.co.us.ibm.com] has left #xen [Leaving] |
| 13:51 | |-| | gerrit [~gerrit@c-67-160-130-59.hsd1.or.comcast.net] has quit [Ping timeout: 480 seconds] |
| 14:03 | |-| | bestorga [~bestorga@bi01p1.co.us.ibm.com] has joined #xen |
| 14:17 | |-| | _David_ [~david@CPE-203-45-90-152.nsw.bigpond.net.au] has joined #xen |
| 14:17 | |-| | _David_ [~david@CPE-203-45-90-152.nsw.bigpond.net.au] has left #xen [] |
| 14:19 | |-| | gerrit [~gerrit@bi01p1.co.us.ibm.com] has joined #xen |
| 14:24 | |-| | bestorga [~bestorga@bi01p1.co.us.ibm.com] has quit [Ping timeout: 480 seconds] |
| 14:27 | |-| | soffi [~soffi@proxy.du.vdsl.is] has joined #xen |
| 14:35 | |-| | bestorga [~bestorga@bi01p1.co.us.ibm.com] has joined #xen |
| 14:36 | |-| | chrish01 [~chrish01@wsip-70-183-17-68.oc.oc.cox.net] has quit [Quit: Leaving] |
| 14:51 | |-| | bweck [~k@ool-182e627d.dyn.optonline.net] has joined #xen |
| 14:59 | <bweck> | I'm noticing a 50-75% decrease in INCOMING network throughput in my domU vs dom0 (on an idle box with 1 domU w/bridging). Is that normal? |
| 15:30 | |-| | bestorga [~bestorga@bi01p1.co.us.ibm.com] has quit [Ping timeout: 480 seconds] |
| 15:35 | <Shaun> | aliguori: well i started working on what you said, but after i modified create.py to grab the vars from the conf and what not it started to go a big over my head since i looked like it was passed to XendClient and onto somthing else... |
| 15:36 | <Shaun> | aliguori: did end up figuring out my io.c patch though for xenconsoled, it works for now i guess :) maybe in the future |
| 15:36 | <aliguori> | Shaun, good |
| 15:42 | |-| | bweck [~k@ool-182e627d.dyn.optonline.net] has quit [Quit: ] |
| 15:43 | |-| | bestorga [~bestorga@bi01p1.co.us.ibm.com] has joined #xen |
| 15:45 | |-| | jerone [~jerone@pixpat.austin.ibm.com] has quit [Quit: Leaving] |
| 15:47 | |-| | athomas [~athomas@hardpress.demon.co.uk] has joined #xen |
| 16:01 | |-| | franR [~franr@inextensia.net] has quit [Quit: Error inopinée -10s, -9, -8... Unexpected error -10s, -9, -8,... Really ?] |
| 16:09 | |-| | riel changed nick to unriel |
| 16:15 | |-| | weasel [weasel@weasel.noc.oftc.net] has quit [Remote host closed the connection] |
| 16:15 | |-| | weasel [weasel@asteria.debian.or.at] has joined #xen |
| 16:22 | |-| | mdday [~mdday@cpe-024-163-120-222.nc.res.rr.com] has quit [Quit: mdday] |
| 16:40 | |-| | _David_ [~david@202.148.226.15] has joined #xen |
| 16:40 | |-| | hollisb [~hollisb@bh02i525f01.au.ibm.com] has joined #xen |
| 16:40 | |-| | _David_ [~david@202.148.226.15] has left #xen [] |
| 16:55 | |-| | mejlholm [~mejlholm@port79.ds1-abc.adsl.cybercity.dk] has quit [Quit: Client exiting] |
| 16:55 | |-| | mdday [~mdday@cpe-024-163-120-222.nc.res.rr.com] has joined #xen |
| 16:55 | |-| | rusty [~rusty@bh02i525f01.au.ibm.com] has joined #xen |
| 17:03 | |-| | Roey [~katz@h-69-3-4-130.mclnva23.covad.net] has quit [Quit: Leaving] |
| 17:08 | |-| | athomas [~athomas@hardpress.demon.co.uk] has quit [Quit: Leaving] |
| 17:12 | |-| | weasel [weasel@weasel.noc.oftc.net] has quit [Write error: connection closed] |
| 17:12 | |-| | weasel [weasel@asteria.debian.or.at] has joined #xen |
| 17:23 | |-| | mdday [~mdday@cpe-024-163-120-222.nc.res.rr.com] has quit [Quit: mdday] |
| 17:27 | |-| | surriel changed nick to riel |
| 17:34 | |-| | woody [~woody@bi01p1.co.us.ibm.com] has joined #xen |
| 17:38 | |-| | aliguori [~anthony@pixpat.austin.ibm.com] has quit [Remote host closed the connection] |
| 17:40 | |-| | Basic_py [~Basic@gatekeeper.real-time.com] has quit [Quit: Leaving] |
| 17:48 | |-| | rharper [~rharper@pixpat.austin.ibm.com] has quit [Quit: Leaving] |
| 17:50 | |-| | DarkHelmut [~mbrennek@helios.2nw.net] has quit [Ping timeout: 480 seconds] |
| 17:57 | |-| | aliguori [~anthony@cpe-70-116-13-229.austin.res.rr.com] has joined #xen |
| 18:03 | |-| | dansmith [~dan@bi01p1.co.us.ibm.com] has quit [Quit: Leaving] |
| 18:22 | <Shaun> | i notice that with xenconsole that when connecting to a guest that it's blank until you hit enter or somthing, is there a way around this? enter could be dangorus based on whats happening, is it possible to send a rerfesh or somthing to the term? |
| 18:22 | <Shaun> | dangerous* |
| 18:24 | <aliguori> | Shaun, nope, xenconsole is essentially an emulated serial device |
| 18:25 | <aliguori> | this is why i've been working on a virtual framebuffer |
| 18:27 | <Shaun> | cool, alright for now i guess they just get a little warning about it. |
| 18:32 | <Shaun> | aliguori: not sure how your designing this hole thing but if possible it would be nice to dump the buffer to a logfile |
| 18:33 | <hollisb> | how do you log a framebuffer? |
| 18:33 | <Shaun> | hollisb: with UML i logged console output to a file using screen |
| 18:33 | <hollisb> | so you're not logging a framebuffer |
| 18:34 | <hollisb> | why can't you use screen with xenconsole? |
| 18:34 | <Shaun> | dunno, i'm just logging all console output. |
| 18:34 | <aliguori> | hollisb, yeah, some folks have gotten that to work apparently.. i've not |
| 18:34 | <Shaun> | hollisb: well i could... problem with screen is it gives users the ability to do many things... |
| 18:36 | <Shaun> | with uml i had to have a custom screenrc that removed all those control's |
| 18:36 | <aliguori> | hollisb, down the road, i want to have a true cga mode for the framebuffer which could then be logged |
| 18:36 | |-| | bestorga [~bestorga@bi01p1.co.us.ibm.com] has quit [Quit: Leaving] |
| 18:36 | <hollisb> | Shaun: again, why can't you do the same thing with xenconsole? |
| 18:36 | |-| | dansmith [~dan@c-24-21-32-166.hsd1.or.comcast.net] has joined #xen |
| 18:37 | <Shaun> | hollisb: no reason i cant, just would rather not... besides screen can attach directly to the pts, no need for xenconsole |
| 18:37 | <Shaun> | hollisb: one reason i dont want to do it this way was because a screen update came out that changed somethings, ended up breaking the conf and giving all that access back... |
| 18:55 | |-| | rpg [~rpg@pixpat.austin.ibm.com] has quit [Ping timeout: 480 seconds] |
| 19:10 | |-| | Shoragan_ [~shoragan@d072.apm.etc.tu-bs.de] has quit [Quit: Leaving] |
| 19:19 | |-| | pvanhoof [~pvanhoof@d54C0FBBD.access.telenet.be] has quit [Quit: Leaving] |
| 19:23 | |-| | stekloff [~stekloff@bi01p1.co.us.ibm.com] has quit [Quit: Leaving] |
| 19:52 | |-| | Basic_py [~Basic@warden.real-time.com] has joined #xen |
| 19:58 | |-| | ns [~niv@bi01p1.co.us.ibm.com] has quit [Quit: Leaving] |
| 20:24 | |-| | mdday [~mdday@cpe-024-163-120-222.nc.res.rr.com] has joined #xen |
| 20:49 | |-| | dansmith [~dan@c-24-21-32-166.hsd1.or.comcast.net] has quit [Quit: Leaving] |
| 20:54 | |-| | mdday [~mdday@cpe-024-163-120-222.nc.res.rr.com] has quit [Quit: mdday] |
| 21:47 | |-| | aliguori [~anthony@cpe-70-116-13-229.austin.res.rr.com] has quit [Quit: Leaving] |
| 21:48 | |-| | aliguori [~anthony@cpe-70-116-13-229.austin.res.rr.com] has joined #xen |
| 21:51 | |-| | aliguori [~anthony@cpe-70-116-13-229.austin.res.rr.com] has quit [Quit: ] |
| 21:52 | |-| | aliguori [~anthony@cpe-70-116-13-229.austin.res.rr.com] has joined #xen |
| 22:14 | |-| | gerrit [~gerrit@bi01p1.co.us.ibm.com] has quit [Ping timeout: 481 seconds] |
| 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:21 | |-| | tab [~tab@darwin.snarc.org] has quit [Read error: Connection reset by peer] |
| 23:30 | |-| | tab [~tab@darwin.snarc.org] has joined #xen |
| --- | Log | closed Wed Feb 08 00:00:21 2006 |