--- Day changed --- Log opened Mon Aug 04 00:00:02 2003 01:06 -!- ApponoAstos [~ApponoAst@12-236-18-211.client.attbi.com] has joined #uml 01:07 < ApponoAstos> I need help again 01:07 < caker> heh 01:07 < caker> how's it going? 01:07 < ApponoAstos> Its going well 01:08 < ApponoAstos> I downloaded kernel2.4.20 and uml-patch-2.4.20-6 01:08 < ApponoAstos> patched the kernel, compiled and ran linux but it failed 01:08 < caker> with what error? 01:09 < ApponoAstos> hold on , lemme run it again 01:09 < ApponoAstos> are there floodbans in place in this channel? 01:09 < caker> shouldn't be 01:09 < caker> just the last 5 or 6 lines will do, prob ? 01:09 < ApponoAstos> Activating swap partitions: swapon: /dev/ubd/1: No such device 01:10 < caker> ok -- what fs are you using? 01:10 < caker> try adding: "devfs=nomount" to your ./linux command line 01:11 < ApponoAstos> Im using a root_fs I got from http://user-mode-linux.sourceforge.net/dl-sf.html 01:11 < ApponoAstos> ok, Ill add the devfs thing 01:13 < ApponoAstos> the good news is that the TTY_LOG thing now works :) 01:13 < caker> sweet! 01:13 < caker> btw, are you giving ./linux an ubd1 device to use as swap? 01:14 < ApponoAstos> ok, well I reran linux gives me lots of filesystem errors cause I had to kill it 01:14 < ApponoAstos> no, I wasnt passing any command line parameters at all 01:14 < ApponoAstos> except eth0= 01:14 < caker> it should boot even if swap mount fails, right? 01:14 < ApponoAstos> yeah, it continues to boot 01:15 < ApponoAstos> now I get : /dev/ubd/0: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY 01:15 < caker> well, either the root fs you're using is setup to use devfs, or not .. 01:16 < ApponoAstos> how do I tell? 01:16 < caker> shutdown the UML, mount the root fs over loop, and have a look at it's etc/fstab 01:16 < caker> if they look like "/dev/ubd0" then devfs isn't used. If they look like "/dev/ubd/0" then devfs is used 01:16 < ApponoAstos> k 01:19 < ApponoAstos> um, how do I mount the root_fs over loop? 01:20 < caker> mount -o loop rootfs targetdir/ 01:21 < ApponoAstos> that is cool 01:21 < ApponoAstos> didnt know you could do that 01:22 < ApponoAstos> yeo I see dev/udb entries 01:22 < ApponoAstos> I guess I am using devfs 01:27 < ApponoAstos> uh, when it says "Clone duplicate/bad blocks" shuold I say yes? 01:28 < solarce> Clone Ella McPherson 01:28 < ApponoAstos> roger that 01:28 < solarce> Ship to place of residence naked and horny 01:29 * solarce wanders off 01:29 < ApponoAstos> ok, wel now the filesystem is fixed 01:29 < ApponoAstos> so here goes another virtual reboot 01:30 < ApponoAstos> swapon failed 01:31 < ApponoAstos> ok now heres the big error I get... 01:31 < ApponoAstos> INIT: Id "0" respawning too fast: disabled for 5 minutes 01:31 < ApponoAstos> INIT: no more processes left in this runlevel 01:32 < ApponoAstos> and it just sits there. locked up 01:32 < desaster> you could fix your /etc/inittab in uml 01:32 < desaster> this is a devfs/non-devfs issue with the tty names 01:33 < ApponoAstos> k 01:33 < desaster> (you should be able to boot in single mode) 01:33 < ApponoAstos> caker said I shuold start linux with devfs=nomount 01:36 < ApponoAstos> so what do I need to do to the inittab ? 01:36 < desaster> well 01:36 < desaster> there are probably lines ending with ttys/0 01:37 < desaster> those are devfs entries i think 01:37 < ApponoAstos> yep 01:37 < desaster> you can change them to tty0, tty1, ... 01:37 < ApponoAstos> 0:2345:respawn:/sbin/mingetty ttys/0 01:37 < ApponoAstos> k 01:37 < ApponoAstos> what about the one that says serial/0 01:40 < ApponoAstos> ok well, I did that and its rebooting now 01:40 -!- coredumb [~Pak_Dosen@202.159.4.160] has joined #uml 01:40 < desaster> serial/0 would be ttyS0 01:40 < desaster> but you probably don't have serial lines? 01:40 < ApponoAstos> I dont know what that is 01:41 < ApponoAstos> ok, well it failed again just like last time 01:41 < ApponoAstos> should I go back and change serial/0 ? 01:41 < desaster> try hitting enter 01:41 < desaster> perhaps tty0 is really up 01:41 < ApponoAstos> too late I killed it 01:42 < desaster> the serial/0 might be giving the error, you can just comment the whole line out 01:42 < ApponoAstos> k 01:43 < ApponoAstos> ok rebooting now 01:44 < ApponoAstos> krap 01:44 < ApponoAstos> SIOCADDRT: File exists 01:44 < ApponoAstos> INIT: Id "0" respawning too fast: disabled for 5 minutes 01:44 < ApponoAstos> then it locks up 01:45 < desaster> how do you start uml? 01:45 < ApponoAstos> like this: ./linux eth0=tuntap,,,192.168.0.254 01:46 < desaster> try adding con=null con1=fd:0,fd:1 01:46 < ApponoAstos> k 01:47 < ApponoAstos> rebooting now 01:47 < desaster> i'm sorry, i meant con0 01:47 < ApponoAstos> oops 01:47 < ApponoAstos> like this?: con=null con0=fd:0,fd:1 01:48 < desaster> yep 01:48 < ApponoAstos> rebootin now 01:49 < ApponoAstos> maybe it wold save me some trouble if you could direct me to a working uml with CONFIG_TTY_LOG enabled and a good root_fs? 01:49 < ApponoAstos> reboot failed with same errors 01:50 < desaster> odd 01:50 < ApponoAstos> I'm just trying to get a uml with CONFIG_TTY_LOG enabled 01:50 < ApponoAstos> I couldnt find any so Im making my own 01:51 < ApponoAstos> the very last error is: INIT: no more processes left in this runlevel 01:52 < desaster> can you paste the tty lines in inittab? 01:52 < ApponoAstos> sure. hold on 01:53 < ApponoAstos> x:5:respawn:/etc/X11/prefdm -nodaemon 01:53 < ApponoAstos> 0:2345:respawn:/sbin/mingetty ttys0 01:53 < ApponoAstos> 1:2345:respawn:/sbin/mingetty ttys1 01:53 < ApponoAstos> 2:2345:respawn:/sbin/mingetty ttys2 01:53 < ApponoAstos> thats it 01:53 < desaster> ttys0 should be tty0 01:53 < desaster> ttys1 -> tty1 01:53 < ApponoAstos> ah ha 01:53 < desaster> ttys2 -> tty2 01:54 < ApponoAstos> can I leave root_fs mounted on the host while I reboot uml? 01:54 < ApponoAstos> rebooting now 01:55 < ApponoAstos> holy friggin krap, it worked! 02:01 < ApponoAstos> thanks guys 02:02 < ApponoAstos> the TTY_LOG thing works great too. I can see my ssh session being logged unencrpyted 02:02 < ApponoAstos> this is sweet 02:05 -!- coredumb [~Pak_Dosen@202.159.4.160] has quit [] 02:06 < desaster> cool 02:06 < ApponoAstos> thanks for the help 02:07 < ApponoAstos> g-night 02:07 -!- ApponoAstos [~ApponoAst@12-236-18-211.client.attbi.com] has left #uml [Client Exiting] 03:40 -!- G2_ [~G2@193.195.148.66] has joined #uml 04:33 -!- Lathiat [lathiat@seven.sixlabs.org] has joined #uml 05:02 -!- G2_ [~G2@193.195.148.66] has quit [Remote host closed the connection] 05:10 -!- s [~G2@193.195.148.66] has joined #uml 05:12 -!- s [~G2@193.195.148.66] has quit [Client Quit] 05:13 -!- MikeH [~mike@82-68-69-89.dsl.in-addr.zen.co.uk] has quit [Remote host closed the connection] 05:16 -!- MikeH [~mike@82-68-69-89.dsl.in-addr.zen.co.uk] has joined #uml 05:25 -!- MikeH [~mike@82-68-69-89.dsl.in-addr.zen.co.uk] has quit [Remote host closed the connection] 05:33 -!- MikeH [~mike@82.68.69.89] has joined #uml 08:32 < david-work> hello 08:43 -!- wojci [~wojci@3E6B61F0.rev.stofanet.dk] has joined #uml 09:06 < wojci> Somebody asked about if networking is broken in 2.6-test2 yesterday .. is it? 09:07 < green> it is (only in uml) 09:09 < wojci> Oh .. 09:10 < wojci> tty-logging is also gone, as far as I could see. 09:24 < green> green pts/7 Sat00 47:04m 0.06s 0.06s -bash 09:24 < green> hm... look like I logged in on 0th august ;) 10:07 < desaster> anyone know if there's a mandrake9(.1) image available somewhere? 10:21 -!- desaster [~desaster@80.222.254.34] has quit [Quit: Remember, no matter where you go, there you are.] 10:47 -!- AquaJo [~torbofh@217.85.157.136] has joined #uml 11:07 -!- AquaJo [~torbofh@217.85.157.136] has quit [Quit: Die Seele hingeben - ja, ...aber an wen?] 11:11 -!- AquaJo [~torbofh@217.85.157.136] has joined #uml 11:45 -!- G2_ [~G2@193.195.148.66] has joined #uml 11:48 -!- G2_ [~G2@193.195.148.66] has quit [Client Quit] 11:50 -!- wojci [~wojci@3E6B61F0.rev.stofanet.dk] has quit [Ping timeout: 501 seconds] 13:02 -!- eniac [~eniac@121.39-200-80.adsl.skynet.be] has joined #uml 13:03 < eniac> When I run linux ub0=root_fs_woody it starts but then I get this error 13:03 < eniac> Kernel panic: outer trampoline didn't exit with SIGKILL 13:28 -!- eniac [~eniac@121.39-200-80.adsl.skynet.be] has quit [Quit: Lost terminal] 13:58 -!- Jax [~computer_@148.100.215.190] has joined #uml 14:13 -!- G2 [~gdive23@212.159.59.85] has joined #uml 15:48 -!- Darth-WHT [~Darth@80.189.113.52] has joined #uml 15:48 -!- Darth-WHT [~Darth@80.189.113.52] has quit [Client Quit] 15:49 -!- Darth-WHT [~Darth@80.189.113.52] has joined #uml 15:49 < Darth-WHT> hi ho 15:49 < solarce> hi ho 15:50 < solarce> it's off for a user mode kernel compile we go! 15:50 < Darth-WHT> :-/ 15:50 < solarce> Darth-WHT: issues? 15:50 < Darth-WHT> I've been looking for a basic uml install guide 15:50 < Darth-WHT> just enough to boot a filesystem 15:51 < solarce> Darth-WHT: did you peak at the howto? 15:51 < Darth-WHT> Yep 15:51 < Darth-WHT> Looked at it about 20 times O_O 15:52 < solarce> Darth-WHT: :/ 15:55 < Darth-WHT> Know any people that install uml for a fee? 15:55 < solarce> Darth-WHT: what, you gonna have someone do it over ssh? 15:55 < Darth-WHT> If possible :P 15:57 < AquaJo> #*g* 16:04 < Jax> why don't you tell us what you're having a problem with? 16:05 < Darth-WHT> Roar ^_^ 16:15 < Darth-WHT> I was reading that uml only works on a i386 16:17 -!- Darth-WHT [~Darth@80.189.113.52] has quit [] 16:17 -!- G2 [~gdive23@212.159.59.85] has quit [Quit: Client exiting] 16:37 -!- Jax [~computer_@148.100.215.190] has quit [Quit: gone home] 16:39 -!- mdz_ [~mdz@h00034795fb2d.ne.client2.attbi.com] has quit [Ping timeout: 501 seconds] 17:09 -!- Darth-WHT [~Darth@80.189.113.52] has joined #uml 17:10 < Darth-WHT> Hi: I have been following this guide > http://hints.linuxfromscratch.co.uk/hints/uml.txt > There is a script that configures and patches the kernel, will this kernel be used for the "host" machine? 17:14 -!- MikeH [~mike@82.68.69.89] has quit [Ping timeout: 490 seconds] 17:19 -!- MikeH [~mike@82.68.69.89] has joined #uml 17:20 -!- Darth-WHT [~Darth@80.189.113.52] has quit [] 17:36 -!- mziel [~mziel@wb187.neoplus.adsl.tpnet.pl] has joined #uml 17:38 < mziel> hello. anyone can tell me why I can't patch 2.4.22-pre10 with linux-2.4.22-pre10-djc2-6um.diff.bz2 from kernels.usermodelinux.org? 17:39 < BB> no idea 17:39 < mziel> hmm 17:40 -!- AquaJo [~torbofh@217.85.157.136] has quit [Quit: Die Seele hingeben - ja, ...aber an wen?] 17:46 < mziel> and why there is "diff -Naur -X dontdiff linux-2.4.20/CREDITS linux-2.4.20-djc/*" if it against 2.4.22-pre10?? 17:47 < BB> hmm can you guess what i'm going to say there ;) 17:49 < mziel> no idea again?? hehe 17:50 < BB> you got it :) 17:50 < mziel> that was easy :-) 18:01 < mziel> ok, one more chance for you to give an ancer ;-) 18:02 < mziel> why my linux file is about 30MB while those downloaded from net are only 3MB?? 18:03 < mziel> linux file = uml-kernel 18:13 -!- mziel [~mziel@wb187.neoplus.adsl.tpnet.pl] has quit [Quit: thanks for help :-)] 18:15 -!- wojci [~wojci@3E6B61F0.rev.stofanet.dk] has joined #uml 19:24 -!- MikeH [~mike@82.68.69.89] has quit [Quit: Client exiting] 19:56 -!- david [~d@vidcoulson.com] has quit [Ping timeout: 501 seconds] 22:01 < miah> heh --- Log closed Tue Aug 05 00:00:00 2003