| --- | Log | opened Wed Mar 05 00:00:52 2008 |
| 02:11 | -!- | quasisane [~sanep@c-76-118-191-64.hsd1.nh.comcast.net] has joined #uml |
| 02:25 | -!- | balbir [~balbir@122.167.216.253] has quit [Ping timeout: 480 seconds] |
| 02:36 | -!- | balbir [~balbir@122.167.211.156] has joined #uml |
| 06:00 | -!- | Ancalagon [~PtitKosmi@215.208-78-194.adsl-fix.skynet.be] has quit [Quit: ChatZilla 0.9.81 [Firefox 2.0.0.12/2008012900]] |
| 06:20 | -!- | ferret_0667 [~travis@72.191.26.86] has quit [Remote host closed the connection] |
| 07:49 | -!- | krau [~cktakahas@200.184.118.132] has quit [Ping timeout: 480 seconds] |
| 09:05 | -!- | dang [~dang@aa-redwall.ghs.com] has joined #uml |
| 09:38 | -!- | krau [~cktakahas@200.184.118.132] has joined #uml |
| 09:38 | -!- | krau [~cktakahas@200.184.118.132] has quit [] |
| 09:38 | -!- | krau [~cktakahas@200.184.118.132] has joined #uml |
| 10:55 | -!- | ram [~ram@pool-71-117-233-3.ptldor.fios.verizon.net] has joined #uml |
| 11:00 | -!- | jdike [~jdike@pool-72-93-105-206.bstnma.fios.verizon.net] has joined #uml |
| 11:00 | <jdike:#uml> | Hi guys |
| 11:01 | * | caker:#uml pounces |
| 11:02 | <caker:#uml> | http://pastebin.linode.com/565 <-- mem=1500M (or more) hang |
| 11:03 | <jdike:#uml> | yeah |
| 11:04 | <jdike:#uml> | I think I know why |
| 11:04 | <caker:#uml> | !avail |
| 11:04 | <linbot:#uml> | caker: Linode360 - 15, Linode540 - 7, Linode720 - 0, Linode1080 - 0, Linode1440 - 0 |
| 11:04 | <caker:#uml> | we're dangerously close to hitting that on our high end plan :) |
| 11:04 | <jdike:#uml> | OK, I'll get on it |
| 11:04 | <caker:#uml> | actually, sometimes mem=1440 triggers it, but not as frequently |
| 11:05 | <caker:#uml> | that would be great (wasn't trying to pressure you) |
| 11:07 | <jdike:#uml> | hmm |
| 11:07 | <jdike:#uml> | are you sure the 1080s never hit it? |
| 11:07 | <caker:#uml> | Not that's ever been reported or that I've seen |
| 11:07 | <jdike:#uml> | you have dynamically linked UMLs? |
| 11:08 | <jdike:#uml> | (gdb) p/x 0x8048000+1080*1024*1024 |
| 11:08 | <jdike:#uml> | $5 = 0x4b848000 |
| 11:08 | <jdike:#uml> | (gdb) p/x 0x8048000+720*1024*1024 |
| 11:08 | <jdike:#uml> | $6 = 0x35048000 |
| 11:08 | <caker:#uml> | ldd /vbin/kernel/2.6.23.12-linode41 |
| 11:08 | <caker:#uml> | not a dynamic executable |
| 11:08 | <jdike:#uml> | oh |
| 11:08 | <jdike:#uml> | well there goes that theory |
| 11:09 | <jdike:#uml> | I was thinking that physical memory hit the shared libs, at 0x40000000 |
| 11:09 | <jdike:#uml> | which would happen between 720 and 1080 |
| 11:09 | <jdike:#uml> | but it's totally not an issue for statically linked UMLs |
| 11:11 | <jdike:#uml> | how far into the boot does it get? |
| 11:11 | <jdike:#uml> | free |
| 11:11 | <jdike:#uml> | total used free shared buffers cached |
| 11:11 | <jdike:#uml> | Mem: 1507848 38564 1469284 0 3596 22820 |
| 11:11 | <jdike:#uml> | -/+ buffers/cache: 12148 1495700 |
| 11:11 | <jdike:#uml> | Swap: 0 0 0 |
| 11:11 | <caker:#uml> | the good old "VMS: remounting root fs read/write" thing |
| 11:11 | <jdike:#uml> | is it consistent? |
| 11:12 | <caker:#uml> | it's a crapshoot to get it to actually boot .. most of the time it'll spin |
| 11:12 | <jdike:#uml> | total used free shared buffers cached |
| 11:12 | <jdike:#uml> | Mem: 2011848 39368 1972480 0 3496 23716 |
| 11:12 | <jdike:#uml> | -/+ buffers/cache: 12156 1999692 |
| 11:12 | <jdike:#uml> | Swap: 0 0 0 |
| 11:13 | <jdike:#uml> | total used free shared buffers cached |
| 11:13 | <jdike:#uml> | Mem: 2514296 41844 2472452 0 3424 23728 |
| 11:13 | <jdike:#uml> | -/+ buffers/cache: 14692 2499604 |
| 11:13 | <jdike:#uml> | Swap: 0 0 0 |
| 11:14 | <jdike:#uml> | and it dies when I ask for 3G |
| 11:14 | <jdike:#uml> | so it's behaving OK here |
| 11:14 | <caker:#uml> | http://www.theshore.net/~caker/uml/kernels/2.6.23.12-linode41 ? |
| 11:14 | <caker:#uml> | skas3 only, maybe? |
| 11:16 | <jdike:#uml> | that's booting |
| 11:16 | <jdike:#uml> | maybe skas3 |
| 11:17 | <caker:#uml> | easier to debug on a box here? |
| 11:17 | <jdike:#uml> | actually, it's doing what you pasted |
| 11:18 | <jdike:#uml> | just at this point |
| 11:18 | <jdike:#uml> | Starting Avahi daemon... [ OK ] |
| 11:18 | <jdike:#uml> | Starting HAL daemon: [ OK ] |
| 11:18 | <jdike:#uml> | maybe |
| 11:19 | <jdike:#uml> | can you make a binary with symbols and let me try that here? |
| 11:21 | <caker:#uml> | http://www.theshore.net/~caker/uml/kernels/2.6.23.12-linode41-unstripped.gz (29M) |
| 11:25 | <jdike:#uml> | (gdb) bt |
| 11:25 | <jdike:#uml> | #0 0x084bea8b in mmap64 () |
| 11:25 | <jdike:#uml> | #1 0x6624f000 in ?? () |
| 11:25 | <jdike:#uml> | #2 0x00001000 in ?? () |
| 11:25 | <jdike:#uml> | #3 0x00000007 in ?? () |
| 11:25 | <jdike:#uml> | I could have guessed the mmap64 part |
| 11:36 | <jdike:#uml> | odd |
| 11:36 | <jdike:#uml> | somehow, it's killing its stack |
| 11:38 | <jdike:#uml> | I see |
| 11:44 | <jdike:#uml> | I'll rebuild with your config - somehow I'm not seeing this |
| 11:44 | <jdike:#uml> | there's an easy fix, and a more complicated better fix |
| 12:04 | -!- | dan1 [~dang@aa-redwall.ghs.com] has joined #uml |
| 12:04 | -!- | dang [~dang@aa-redwall.ghs.com] has quit [Read error: Connection reset by peer] |
| 12:05 | -!- | dan1 [~dang@aa-redwall.ghs.com] has quit [] |
| 12:05 | -!- | dang [~dang@aa-redwall.ghs.com] has joined #uml |
| 12:10 | <jdike:#uml> | caker, http://rafb.net/p/tUDoS316.txt |
| 12:22 | -!- | dang [~dang@aa-redwall.ghs.com] has quit [Quit: Leaving.] |
| 12:24 | -!- | dang [~dang@aa-redwall.ghs.com] has joined #uml |
| 12:34 | -!- | ram [~ram@pool-71-117-233-3.ptldor.fios.verizon.net] has quit [Ping timeout: 480 seconds] |
| 12:50 | -!- | ram [~ram@pool-71-245-106-198.ptldor.fios.verizon.net] has joined #uml |
| 13:03 | -!- | mjf [~mjf@r9fk174.net.upc.cz] has joined #uml |
| 13:12 | -!- | ram [~ram@pool-71-245-106-198.ptldor.fios.verizon.net] has quit [Ping timeout: 480 seconds] |
| 13:49 | -!- | remus [~remus@76.231.178.131] has joined #uml |
| 13:51 | -!- | aroscha [~aroscha@chello213047053193.30.11.tuwien.teleweb.at] has joined #uml |
| 14:13 | * | caker:#uml finishes compiling |
| 14:13 | * | caker:#uml boots with mem=2000M ..... success! |
| 14:14 | <caker:#uml> | again .. mem=2000M works |
| 14:14 | <caker:#uml> | and again... |
| 14:14 | <caker:#uml> | jdike: nice job |
| 14:14 | <caker:#uml> | Confirmed-by: Christopher S. Aker <caker@theshore.net> |
| 14:14 | <jdike:#uml> | hehe, non-conformist |
| 14:16 | -!- | ram [~ram@pool-71-117-233-3.ptldor.fios.verizon.net] has joined #uml |
| 14:26 | * | caker:#uml ponders how to automate UML testing |
| 14:27 | <caker:#uml> | I'd love to figure out how to trigger the sleep/time thing in 2.6.24 |
| 14:27 | -!- | mjf [~mjf@r9fk174.net.upc.cz] has quit [Quit: leaving] |
| 14:28 | <jdike:#uml> | you know about my Perl UML driver? |
| 14:28 | <caker:#uml> | no? |
| 14:28 | <caker:#uml> | starts/stops umls, etc? |
| 14:28 | <caker:#uml> | cause I have that licked already :) |
| 14:28 | <jdike:#uml> | no |
| 14:28 | <jdike:#uml> | log in, run commands, shut down |
| 14:29 | <jdike:#uml> | ensure the UML has the right config, build one if it doesn't |
| 14:30 | -!- | mjf [~mjf@r9fk174.net.upc.cz] has joined #uml |
| 14:31 | <caker:#uml> | logs in via console or through networking? If the former, what console setup do you use typically? |
| 14:32 | <caker:#uml> | I've configured a distro to start a kernel build loop on bootup before (rc.local or whatever)... that's about as fancy as I've gotten |
| 14:32 | <caker:#uml> | (and then deployed 20 of them) |
| 14:34 | <jdike:#uml> | on a console |
| 14:34 | <jdike:#uml> | it uses perl Expect to communicate through a pty with the UML |
| 14:34 | <jdike:#uml> | it can do anything a user can do typing at the keyboard |
| 14:36 | <caker:#uml> | yeah .. cool |
| 14:37 | <Magotari:#uml> | I played with something like that in the past, dropped the project in the end. |
| 14:43 | <jdike:#uml> | http://prdownloads.sourceforge.net/user-mode-linux/uml_tests_20040726.tar.bz2 |
| 14:43 | <jdike:#uml> | (apologies for the SF dl link) |
| 14:43 | <jdike:#uml> | I haven't touched it in a long time |
| 14:44 | <jdike:#uml> | there are some subtle bugs that I never solved |
| 14:44 | <jdike:#uml> | Expect is subtle in unexpected ways |
| 14:45 | -!- | newbi1 [~jeff@ita4fw1.itasoftware.com] has joined #uml |
| 15:01 | -!- | aroscha [~aroscha@chello213047053193.30.11.tuwien.teleweb.at] has quit [Quit: aroscha] |
| 15:24 | -!- | ferret_0667 [~travis@72.191.26.86] has joined #uml |
| 15:24 | -!- | ferret_0667 [~travis@72.191.26.86] has quit [] |
| 15:24 | -!- | ferret_0667 [~travis@72.191.26.86] has joined #uml |
| 15:28 | -!- | ferret_0667 [~travis@72.191.26.86] has quit [] |
| 15:29 | -!- | ferret_0667 [~travis@cpe-72-191-26-86.satx.res.rr.com] has joined #uml |
| 15:29 | -!- | ferret_0667 [~travis@cpe-72-191-26-86.satx.res.rr.com] has quit [] |
| 15:29 | -!- | ferret_0667 [~travis@72.191.26.86] has joined #uml |
| 16:04 | -!- | newbi1 [~jeff@ita4fw1.itasoftware.com] has left #uml [] |
| 16:57 | -!- | silug [~steve@ppp-70-225-69-94.dsl.covlil.ameritech.net] has quit [Ping timeout: 480 seconds] |
| 16:58 | -!- | ferret_0667 [~travis@72.191.26.86] has quit [Read error: Operation timed out] |
| 17:14 | -!- | dang [~dang@aa-redwall.ghs.com] has quit [Quit: Leaving.] |
| 17:56 | -!- | dang [~dang@75.38.192.168] has joined #uml |
| 18:04 | -!- | tchan [~tchan@c-24-12-190-140.hsd1.il.comcast.net] has quit [Ping timeout: 480 seconds] |
| 18:24 | -!- | remus [~remus@76.231.178.131] has quit [Ping timeout: 480 seconds] |
| 18:27 | -!- | mjf [~mjf@r9fk174.net.upc.cz] has quit [Quit: leaving] |
| 18:49 | -!- | silug [~steve@ppp-70-225-69-94.dsl.covlil.ameritech.net] has joined #uml |
| 19:29 | -!- | ferret_0567 [~travis@72.191.26.86] has quit [Ping timeout: 480 seconds] |
| 19:44 | -!- | jdike [~jdike@pool-72-93-105-206.bstnma.fios.verizon.net] has quit [Quit: Leaving] |
| 19:52 | -!- | ferret_0567 [~travis@cpe-72-191-26-86.satx.res.rr.com] has joined #uml |
| 20:29 | -!- | remus [~remus@76.231.178.131] has joined #uml |
| 20:41 | -!- | remus [~remus@76.231.178.131] has quit [Ping timeout: 480 seconds] |
| 21:39 | -!- | remus [~remus@76.231.178.131] has joined #uml |
| 21:54 | -!- | tasaro [~tom@ns.theshore.net] has quit [Quit: leaving] |
| 21:54 | -!- | root [~root@asarofamily.com] has joined #uml |
| 21:54 | -!- | root [~root@asarofamily.com] has quit [] |
| 21:56 | -!- | tasaro [~tom@ns.theshore.net] has joined #uml |
| 22:03 | -!- | tasaro_ [~tom@asarofamily.com] has joined #uml |
| 22:04 | -!- | tasaro [~tom@ns.theshore.net] has quit [Quit: leaving] |
| 22:05 | -!- | tasaro_ is now known as tasaro |
| 22:15 | -!- | remus [~remus@76.231.178.131] has quit [Ping timeout: 480 seconds] |
| 22:20 | -!- | tasaro [~tom@asarofamily.com] has quit [Quit: leaving] |
| 22:20 | -!- | tasaro [~tom@asarofamily.com] has joined #uml |
| 22:21 | -!- | ram [~ram@pool-71-117-233-3.ptldor.fios.verizon.net] has quit [Ping timeout: 480 seconds] |
| 22:24 | -!- | remus [~remus@76.231.178.131] has joined #uml |
| 22:29 | -!- | balbir [~balbir@122.167.211.156] has quit [Ping timeout: 480 seconds] |
| 22:40 | -!- | balbir [~balbir@122.167.210.53] has joined #uml |
| 23:06 | -!- | ram [~ram@pool-71-117-233-3.ptldor.fios.verizon.net] has joined #uml |
| 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 Thu Mar 06 00:00:37 2008 |