--- Day changed --- Log opened Wed Aug 20 00:00:02 2003 00:00 < coryb> hehe 00:00 < coryb> crash3m: how's kclug? 00:00 -!- crusier [will@pm4-181.ttc-cmc.net] has joined #uml 00:01 < coryb> http://user-mode-linux.sourceforge.net/slides/ists2002/umlsec.htm 00:01 < coryb> http://user-mode-linux.sourceforge.net/slides/ists_rt/ists_rt.htm 00:01 < coryb> read those ? 00:01 * coryb hasn't, but... :> 00:02 < coryb> might give you an idea of where to look 00:02 < crash3m> coryb: kclug? havent lived in kc for almost a year.... 00:02 < crash3m> thanks for the urls 00:04 < coryb> crash3m: oh, well, I recognize your nick from the irc channel 00:05 * coryb has never been to a kclug meeting 00:05 < coryb> I'm in lawrence 00:05 < crash3m> werent you the guy that klined from freeload? 00:09 < coryb> yup =) 00:09 < coryb> freenode 00:09 < coryb> those were the days... hehe 00:10 < crash3m> hehe 00:10 < crash3m> things havent been the same since then thats for damn sure 00:12 -!- crusier [will@pm4-181.ttc-cmc.net] has quit [Quit: ChatZilla 0.8.13c [Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC)]] 00:20 -!- Aetherios [~jeff@rrcs-west-24-199-13-10.biz.rr.com] has joined #uml 00:22 < jeffpc> hmmmmmm...... 00:23 < jeffpc> why am I getting compiler errors while trying to compile vanilla 2.6.0-test3 00:24 < jeffpc> In file included from include/asm/system-generic.h:4, 00:24 < jeffpc> from include/asm/system.h:4, 00:24 < jeffpc> from include/linux/list.h:8, 00:24 < jeffpc> from include/linux/signal.h:4, 00:24 < jeffpc> from include/asm/processor-generic.h:14, 00:24 < jeffpc> from include/asm/processor.h:22, 00:24 < jeffpc> from include/asm/thread_info.h:11, 00:24 < jeffpc> from include/linux/thread_info.h:21, 00:24 < jeffpc> from include/linux/spinlock.h:12, 00:24 < jeffpc> from include/linux/capability.h:45, 00:24 < jeffpc> from include/linux/sched.h:7, 00:24 < jeffpc> from arch/um/util/mk_task_kern.c:1: 00:24 < jeffpc> include/asm/arch/system.h:7: asm/cpufeature.h: No such file or directory 00:24 < jeffpc> the config is just default one that xconfig creates 00:28 -!- Umler [~anon@200.95.49.4] has joined #uml 00:48 -!- crash3m [~crash3m@67.10.232.112] has quit [Remote host closed the connection] 01:02 -!- Aetherios [~jeff@rrcs-west-24-199-13-10.biz.rr.com] has quit [] 02:30 -!- Aetherios [~jeff@rrcs-west-24-199-13-10.biz.rr.com] has joined #uml 02:30 -!- Aetherios [~jeff@rrcs-west-24-199-13-10.biz.rr.com] has quit [Client Quit] 02:40 -!- mdz [~mdz@216-15-124-77.c3-0.smr-ubr3.sbo-smr.ma.cable.rcn.com] has quit [Ping timeout: 480 seconds] 02:52 -!- mdz [~mdz@216.15.124.77] has joined #uml 04:29 -!- frediz [~frediz@ALyon-209-1-10-176.w193-251.abo.wanadoo.fr] has joined #uml 04:47 -!- Michael2 [~chatzilla@algedi.dur.ac.uk] has joined #uml 04:47 -!- jeffpc [~jeffpc@ool-44c218a8.dyn.optonline.net] has quit [Ping timeout: 480 seconds] 04:54 -!- pirlouit [~peter@duvel.drunkcoders.com] has quit [Quit: Time to frag!] 05:25 -!- jeffpc [~jeffpc@ool-44c218a8.dyn.optonline.net] has joined #uml 06:05 -!- frediz [~frediz@ALyon-209-1-10-176.w193-251.abo.wanadoo.fr] has quit [Quit: crunch time] 06:09 -!- radical [~kernet@210.7.75.194] has joined #uml 06:21 < radical> i am trying to compile 2.6.0-test3 with the uml patch.. but am getting this error : 06:21 < radical> arch/um/sys-i386/module.c: In function `apply_relocate': 06:21 < radical> arch/um/sys-i386/module.c:80: `R_386_32' undeclared (first use in this function) 06:21 < radical> R_386_32 is declared in.. include/asm/arch/elf.h 06:21 < radical> how do i fix this error? any ideas? 06:22 < Michael2> reconfigure the kernel not to use modules, and get rid of scsi while you are at it - both are broken at the moment 06:24 < radical> hmm great.. are modules working with test1 ? 06:26 < radical> how stable is uml under 2.6.0-test? ? 06:27 < wojci> radical: _What_ exacly do you use modules for? 06:27 < Michael2> I can't get it to complete the boot, though others have had more success. 06:29 < radical> i need to develop a fs driver under uml.. 06:31 < radical> and i intend on using libfs .. so i wanna work with 2.5/2.6 atleast 06:36 < Jon> I can't seem to make use of access_ok / etc. kernel functions within UML. I've tried directly accessing a user-space pointer from the kernel, seeing as the UML is all in user-space... but to no avail. does anyone know a workaround? 06:38 < radical> is libfs avail on 2.4? 06:47 -!- bee [~none@203.143.245.78] has joined #uml 06:49 < bee> good evening 06:59 -!- radical [~kernet@210.7.75.194] has quit [Remote host closed the connection] 06:59 -!- frediz [~frediz@ALyon-209-1-10-176.w193-251.abo.wanadoo.fr] has joined #uml 08:00 < frediz> Im trying to create a simple virtual network with 2 uml boxes on 2 diff networks. Could uml_switch help me to act as a gw/router between these 2 networks ? 08:03 < frediz> those 2 boxes just need to see each other for the moment, and not the host 08:08 -!- Darth [~Darth@ps.189.119.3.dial.global.net.uk] has joined #uml 08:08 < Darth> hi 08:09 < frediz> hi 08:10 < Darth> I have managed to get a working kernel + uml booted 08:10 < Darth> (about time) 08:10 < Darth> lol 08:10 < frediz> :) 08:10 < Darth> But.. in /usr/src/linux (patched kernel) should I copy any files else where? 08:11 < Darth> uml spits a few errors but still works 08:12 < frediz> do you mean : do you need anything else than the 'linux' binary ? 08:13 < Darth> well... heres what I currently do I cd to /usr/src/linux then type ./linux blah blah 08:14 < frediz> yep 08:16 < Darth> 1 of the errors I get when booting Debian: 08:16 < Darth> Calculating module dependencies... depmod: Can't open /lib/modules/2.4.18-1um/modules.dep for writing 08:16 < Darth> done. 08:16 < Darth> Loading modules: cat: /etc/modules: No such file or directory 08:16 < Darth> modprobe: Can't open dependencies file /lib/modules/2.4.18-1um/modules.dep (No such file or directory) 08:16 < Darth> another one of them: execlp of xterm failed - errno = 2 08:16 < Darth> nothing major 08:16 < frediz> mmm 08:16 < frediz> yep the modules should be installed inside the uml 08:16 < frediz> I suppose 08:17 < Darth> oh 08:17 < Darth> the uml untilities? 08:17 < Darth> utilites? 08:17 < Darth> * 08:17 < Darth> oh 08:17 < frediz> nop the kernel that you compiled as 'linux' binary 08:17 < Darth> install the kernel within the uml? 08:18 < frediz> also produced modules in the source tree 08:18 * Darth looks 08:18 < frediz> I suppose those modules have to be copied inside the uml root fs 08:18 < Darth> how can that be done? 08:20 < frediz> huh, Ive never done that but, Im sure you can find docs on this 08:20 < Darth> hmm ok i'm on usr/src/linux 08:20 < frediz> the first idea that comes to my mind 08:20 < frediz> is mount the root fs 08:20 < frediz> and copying the modules inside 08:20 < Darth> yea 08:20 < frediz> but *not sure* 08:20 < frediz> :) 08:20 < Darth> where about are the modules located 08:20 < Darth> will it be in /usr/src/linux? 08:21 < frediz> nop 08:21 < Darth> lib/etctetctc 08:21 < frediz> in /lib/modules/'uname -r' 08:21 < frediz> /lib/modules/`uname -r` 08:22 < bee> hi there 08:22 < frediz> hi bee 08:22 < bee> just got uml working for the first time today 08:22 < frediz> hehe 08:22 < bee> hi f 08:22 < bee> very cool.. 08:22 < Darth> ahhh Debian has no wget O_O 08:22 < Darth> :P 08:23 < frediz> Ok Im off ... Darth have a look to uml homepage or links... 08:23 < Darth> thanks 08:23 < frediz> welcome 08:23 < bee> i am trying to find a good solution for booting a couple of umls on boot.. 08:23 < bee> suggestinos? 08:26 < wojci> bee: Write a script. 08:31 < Darth> I solved the fffexeclp of xterm failed - errno = 2 08:31 < Darth> error 08:31 < Darth> Boot uml with: con=null con0=fd:0,fd:1 08:34 < Darth> What if the UML was created under a different kernel 08:34 < Darth> and the host machine was older 08:34 < Darth> would this not affect it? 08:35 < Darth> i have 2.4.18-18um but the uml is looking for 19 08:41 -!- bee [~none@203.143.245.78] has left #uml [] 08:43 -!- Darth [~Darth@ps.189.119.3.dial.global.net.uk] has quit [] 08:43 -!- jax-work [~computer_@148.100.209.96] has joined #uml 09:21 < frediz> Im trying to create a simple virtual network with 2 uml boxes on 2 diff networks. Could uml_switch help 09:21 < frediz> me to act as a gw/router between these 2 networks ? 09:22 < frediz> those 2 boxes just need to see each other for the moment, and not the host 09:22 < frediz> anyone for this one ? :) 09:24 -!- kooper [~kooper@202.95.151.66] has joined #uml 09:25 < kooper> hallo.... 09:25 < kooper> does anyone know other project than umlwin32 that porting uml to windows 09:26 < kooper> it seem umlwin32 isnt updated 09:28 < Jon> what is the recommended way of using preprocessor macros to select code only for builds in a UML? 09:29 < Jon> kooper: sorry, not I 09:49 < Getty> umlwin32? wow :) 09:49 < Getty> hehe 10:13 -!- kooper [~kooper@202.95.151.66] has quit [Remote host closed the connection] 11:04 < frediz> could someone explain me what the syntax ubd0=cow00,rh72_full corresponds to ? 11:18 -!- Darth [~Darth@ps.189.114.23.dial.global.net.uk] has joined #uml 11:18 < Darth> hi 11:19 < frediz> re 11:19 < Darth> I'm trying to make my uml accesible on the network 11:19 < Darth> I booted up the uml with 192.168.0.254 11:20 < Darth> and the host machine is 192.168.0.4 11:20 < Darth> what commands should I enter so any machine on the network can access it 11:20 < Darth> I tried but 192.168.0.254 points to the host machine 11:20 < Darth> not the uml 11:34 -!- Darth [~Darth@ps.189.114.23.dial.global.net.uk] has quit [] 11:53 -!- coryb [~cory@24.124.36.198] has quit [Quit: leaving] 11:56 -!- G2_ [~G2@193.195.148.66] has quit [Quit: Client exiting] 12:06 < frediz> What are the differences between vserver and uml ? (pros/cons) 12:30 -!- pirlouit [~peter@64.162.195.202] has joined #uml 12:58 -!- mistral [mistral@jstevenson.plus.com] has joined #uml 12:59 -!- Michael2 [~chatzilla@algedi.dur.ac.uk] has quit [] 13:06 -!- Aetherios [~jeff@robocop.valueclick.com] has joined #uml 13:17 -!- mistral [mistral@jstevenson.plus.com] has quit [Ping timeout: 501 seconds] 13:23 -!- anon [~anon@200.95.49.4] has joined #uml 13:24 -!- anon [~anon@200.95.49.4] has quit [Client Quit] 13:25 -!- anon [~anon@dsl-200-95-49-4.prodigy.net.mx] has joined #uml 13:28 -!- mistral [mistral@jstevenson.plus.com] has joined #uml 13:28 -!- Umler [~anon@200.95.49.4] has quit [Ping timeout: 490 seconds] 13:30 -!- Jon_ [~jon@imhotep.hursley.ibm.com] has joined #uml 13:35 -!- frediz [~frediz@ALyon-209-1-10-176.w193-251.abo.wanadoo.fr] has quit [Quit: *crunch*] 13:38 -!- Jon [~jon@194.196.110.14] has quit [Ping timeout: 488 seconds] 13:38 -!- Jon_ is now known as Jon 13:39 -!- mistral [mistral@jstevenson.plus.com] has quit [Ping timeout: 501 seconds] 13:45 -!- miah [miah@sifl.digivill.net] has joined #uml 13:45 < miah> hello 13:48 < miah> i'm having a uml networking issue.. i can communicate with any host on my local lan, but outside that, it doesn't work. 13:57 < BB> have you setup Masquerading? 13:58 < miah> i have to setup masq? 13:58 < miah> i mean, from any host on the lan i can hit a uml ip 13:58 < miah> and from a uml i can hit any host on the lan 13:59 < miah> to me, it would seem like a routing issue, i don't think i would have to setup masq, the ip's are real ip addresses, they're on the internet 13:59 < BB> have you bridged the network then? 14:03 < miah> no, i haven't setup bridging 14:03 < BB> i'm out of guesses then 14:19 -!- peace [~katta@fenny.via.cornell.edu] has joined #uml 14:20 -!- peace is now known as shanti 14:34 -!- coryb [~cory@dhcp031.ittc.ku.edu] has joined #uml 14:38 -!- miah [miah@sifl.digivill.net] has quit [Quit: ircII EPIC4-1.0.1 -- Are we there yet?] 14:39 -!- anon [~anon@dsl-200-95-49-4.prodigy.net.mx] has quit [Ping timeout: 501 seconds] 14:39 -!- anon [~anon@dsl-200-95-49-4.prodigy.net.mx] has joined #uml 14:41 -!- caker [~null@pcp507591pcs.nash01.tn.comcast.net] has joined #uml 14:42 -!- ElectricElf [~david@elf.noc.oftc.net] has joined #uml 14:44 -!- dilinger [irc@sloth.voxel.net] has quit [Read error: No route to host] 14:45 -!- dilinger [irc@sloth.voxel.net] has joined #uml 14:48 -!- frediz [~frediz@193.251.93.176] has joined #uml 14:58 -!- coryb [~cory@dhcp031.ittc.ku.edu] has quit [Quit: leaving] 14:58 -!- coryb [~cory@easy-mac.ittc.ku.edu] has joined #uml 15:21 -!- coryb [~cory@easy-mac.ittc.ku.edu] has quit [Remote host closed the connection] 15:21 -!- coryb_ [~cory@easy-mac.ittc.ku.edu] has joined #uml 15:24 -!- anon [~anon@dsl-200-95-49-4.prodigy.net.mx] has quit [Quit: Client Exiting] 15:24 -!- Fede [~Fede@OL6-77.fibertel.com.ar] has joined #uml 15:27 -!- Umler [~anon@dsl-200-95-49-4.prodigy.net.mx] has joined #uml 15:29 -!- rob [~shak@pc1-hudd2-6-cust166.hudd.cable.ntl.com] has joined #uml 15:29 < rob> evening 15:31 -!- rob [~shak@pc1-hudd2-6-cust166.hudd.cable.ntl.com] has quit [Client Quit] 15:36 -!- jeffpc [~jeffpc@ool-44c218a8.dyn.optonline.net] has quit [Remote host closed the connection] 16:10 -!- coryb_ [~cory@easy-mac.ittc.ku.edu] has quit [Ping timeout: 480 seconds] 16:14 -!- jax-work [~computer_@148.100.209.96] has quit [Quit: going home] 16:21 -!- coryb [~cory@easy-mac.ittc.ku.edu] has joined #uml 16:31 -!- coryb [~cory@easy-mac.ittc.ku.edu] has quit [Ping timeout: 480 seconds] 17:12 -!- mistral [mistral@jstevenson.plus.com] has joined #uml 17:32 -!- mistral [mistral@jstevenson.plus.com] has quit [Ping timeout: 480 seconds] 18:47 -!- shanti [~katta@fenny.via.cornell.edu] has quit [Quit: Client Exiting] 19:08 -!- frediz [~frediz@193.251.93.176] has quit [Quit: gododo] 19:14 -!- mistral [mistral@jstevenson.plus.com] has joined #uml 19:23 -!- mistral [mistral@jstevenson.plus.com] has quit [Ping timeout: 480 seconds] 20:13 -!- coryb [~cory@24.124.36.198] has joined #uml 21:17 -!- anon [~anon@dsl-200-95-49-4.prodigy.net.mx] has joined #uml 21:18 -!- Umler [~anon@dsl-200-95-49-4.prodigy.net.mx] has quit [Ping timeout: 480 seconds] 23:29 -!- Aetherios [~jeff@robocop.valueclick.com] has quit [] --- Log closed Thu Aug 21 00:00:00 2003