| --- | Log | opened Sat Feb 23 00:00:54 2008 |
| 01:36 | <fo0bar:#uml> | Jammer: it probably doesn't like that it doesn't have a fully-featured terminal. it'd be best to have rc.local start UML inside a screen session |
| 03:21 | -!- | Jammer [~jammer@c-76-28-232-194.hsd1.wa.comcast.net] has quit [Read error: Operation timed out] |
| 04:33 | -!- | balbir [~balbir@122.167.197.164] has quit [Ping timeout: 480 seconds] |
| 04:42 | -!- | aroscha [~aroscha@chello213047053193.30.11.tuwien.teleweb.at] has joined #uml |
| 06:33 | -!- | aroscha [~aroscha@chello213047053193.30.11.tuwien.teleweb.at] has quit [Quit: aroscha] |
| 07:07 | -!- | krau [~cktakahas@189.70.36.241] has joined #uml |
| 09:03 | -!- | Magotari [~karol@abgr239.neoplus.adsl.tpnet.pl] has joined #uml |
| 09:08 | -!- | Magotari_ [~karol@abgr239.neoplus.adsl.tpnet.pl] has quit [Ping timeout: 480 seconds] |
| 13:31 | -!- | Blissex [~Blissex@82-69-39-138.dsl.in-addr.zen.co.uk] has joined #uml |
| 13:40 | -!- | balbir [~balbir@122.167.197.164] has joined #uml |
| 14:38 | -!- | ferret_0567 [~travis@72.191.26.86] has joined #uml |
| 14:38 | -!- | ferret_0567 [~travis@72.191.26.86] has quit [] |
| 16:13 | -!- | balbir [~balbir@122.167.197.164] has quit [Ping timeout: 480 seconds] |
| 16:28 | -!- | Blissex [~Blissex@82-69-39-138.dsl.in-addr.zen.co.uk] has quit [Read error: Connection reset by peer] |
| 16:37 | -!- | krau [~cktakahas@189.70.36.241] has quit [Read error: Connection reset by peer] |
| 16:45 | -!- | webczat [webczat@193.200.46.35] has joined #uml |
| 16:45 | <webczat:#uml> | hi |
| 16:46 | <webczat:#uml> | i have uml kernel but can i switch between multiple virtual uml machines and between kernel and host kernel? how can i do this? |
| 17:08 | -!- | krau [~cktakahas@189.70.36.241] has joined #uml |
| 17:10 | <webczat:#uml> | krau: i have uml kernel but can i switch between multiple virtual uml machines and between kernel and host kernel? how can i do this? |
| 17:14 | <Magotari:#uml> | webczat: Hey there. |
| 17:14 | <Magotari:#uml> | I don't quite understand your question. |
| 17:14 | <Magotari:#uml> | You have a kernel. What do you mean by "virtual uml machines"? |
| 17:14 | <Magotari:#uml> | Are you reffering to the rootfs? |
| 17:16 | <webczat:#uml> | i want to boot an uml kernel,but whow can i switch between uml instances and between uml kernel and the host kernel? i am using only console. |
| 17:18 | <Magotari:#uml> | Oh. Have you ever tried screen? Not sure if it would work, but it is an idea. |
| 17:18 | <webczat:#uml> | for example,how can i start two umls? |
| 17:18 | <Magotari:#uml> | screen <first uml commandline> |
| 17:18 | <Magotari:#uml> | Then detach the session, and screen <second uml commandline> |
| 17:19 | <Magotari:#uml> | Reattach sessions as needed. |
| 17:19 | <Magotari:#uml> | Not sure if uml would let you do it, but it is an idea. GNU screen is a very handy tool. |
| 17:19 | <webczat:#uml> | but if i run uml and i try to swith to another virtual console,what happens? |
| 17:20 | <Magotari:#uml> | You switch to the different virtual console of the host. |
| 17:20 | <Magotari:#uml> | See, uml never takes over your computer. |
| 17:20 | <Magotari:#uml> | Just the virtual console. |
| 17:21 | <Magotari:#uml> | If you don't want to use screen, you can use a different console, no problem there. |
| 17:21 | <webczat:#uml> | are you sure? |
| 17:21 | <Magotari:#uml> | About which part? |
| 17:22 | <webczat:#uml> | about this: if i switch to another virtual console,i switch to another virtual console of the host. |
| 17:22 | <Magotari:#uml> | Yes. |
| 17:22 | <webczat:#uml> | do you use this? |
| 17:22 | <Magotari:#uml> | Yes. |
| 17:22 | <Magotari:#uml> | When you run UML it runs alongside your host kernel. |
| 17:22 | <Magotari:#uml> | Both kernels are running at the same time. |
| 17:23 | <Magotari:#uml> | But the host kernel is in control all the time. |
| 17:23 | <Magotari:#uml> | The guest gets just bits. |
| 17:23 | <Magotari:#uml> | Never takes over. |
| 17:24 | <Magotari:#uml> | Any chance you are Polish? Webczat means webchat in my language. |
| 17:24 | <webczat:#uml> | thank you,can i run for example debian installer? if init of my rootfs try to run getty on another vt then what can i do? |
| 17:24 | <Magotari:#uml> | Ok, slow down. One question at a time. |
| 17:24 | <webczat:#uml> | Magotari: yes. |
| 17:24 | <Magotari:#uml> | Yes, you can run ANYTHING on the guest. |
| 17:25 | <Magotari:#uml> | It is an immaginary computer. You can run anything you can imagine on it. |
| 17:25 | <webczat:#uml> | but my guest haven't 2 vts. |
| 17:25 | <Magotari:#uml> | Yes, it does not by default. Tweak your guest inittab and your commandline to get more. |
| 17:25 | <Magotari:#uml> | You can later use screen to attach to the extra terminals. |
| 17:26 | <webczat:#uml> | i do not want more consoles,i want only one. must i modify inittabs? |
| 17:26 | <Magotari:#uml> | There are good materials on the uml website. Want the link? |
| 17:26 | <webczat:#uml> | no. |
| 17:26 | <webczat:#uml> | thank you. |
| 17:26 | -!- | webczat [webczat@193.200.46.35] has left #uml [] |
| 17:26 | <Magotari:#uml> | Makes me ashamed to be Polish. No patience. |
| 17:27 | <Magotari:#uml> | I offer the man a fishing rod, but he just wants the fish... *sigh* |
| 20:22 | -!- | krau [~cktakahas@189.70.36.241] has quit [Ping timeout: 480 seconds] |
| 20:42 | -!- | huslu [~huslu@c-67-174-108-150.hsd1.co.comcast.net] has joined #uml |
| 21:05 | -!- | balbir [~balbir@122.167.199.223] has joined #uml |
| 23:25 | -!- | Magotari_ [~karol@abhr55.neoplus.adsl.tpnet.pl] has joined #uml |
| 23:27 | -!- | Magotari [~karol@abgr239.neoplus.adsl.tpnet.pl] has quit [Ping timeout: 480 seconds] |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has left #uml [Rotating Logs] |
| 23:59 | -!- | VS_ChanLog [~stats@ns.theshore.net] has joined #uml |
| --- | Log | closed Sun Feb 24 00:00:34 2008 |