[uml-devel] Re: [uml-user] Any complaints about parallel make in 2.6.10-rc?

2004-12-06 Thread Christopher S. Aker
> Since somebody (maybe Christopher Aker) said that parallel make was broken in > 2.6.10-rc, I'm asking to report it in detail, if the complaint is correct. Odd.. "make ARCH=um -jN" works, but "make -jN ARCH=um" doesn't. How did I miss that? -Chris ---

Re: [uml-devel] unable to unmount tmpfs problem lives on

2004-12-16 Thread Christopher S. Aker
A little more info... My method for causing the problem every time (example works under 2.6.9-ck3 and 2.6.10-rc2-bk7) # mount tmpfs tmp/ -t tmpfs # TMPDIR=./tmp/ /kernels/non-fix-kill-patched-kernel rootfs=debian.fs # uml_mconsole .uml/xxx/mconsole cad # kill -KILL # umount tmp/ umount: /root/t

[uml-devel] unable to unmount tmpfs problem lives on

2004-12-16 Thread Christopher S. Aker
I'm still seeing the "unable to unmount tmpfs" problem like we had before the fix-kill patch. All my UMLs have the fix-kill fixes, and yet under some circumstances (yet unknown), the host kernel refuses to unmount the tmpfs mount that a UML had used for its VM file. It's happening under a number

Re: [uml-devel] unable to unmount tmpfs problem lives on

2004-12-16 Thread Christopher S. Aker
> Well, this is yet undiagnosed, but definitely it's not a UML bug... you should > certainly run a 2.6.8.1 based kernel... That is unfortunate. > There is some kind of security bug fixed in 2.6.9, but it was a littler one > probably (an overflow when handling file position...). > > Do you remembe

Re: [uml-devel] Re: UML fills /tmp irreversibly (2.6.9-bb4 on SuSE 9.2)

2004-12-30 Thread Christopher S. Aker
You need to run 2.6.10, as it doesn't exhibit the tmpfs filling up problem like 2.6.9 variants do. The tmpfs problem is also compounded by the fact that UMLs without the fix-kill patch don't exit properly, but the 2.6.9-bb4 patchset has the fix for UML. For 2.4-um, you can find the fix-kill pa

Re: [uml-devel] Re: UML fills /tmp irreversibly (2.6.9-bb4 on SuSE 9.2)

2005-01-01 Thread Christopher S. Aker
> That's supposed to be a 2.6.10 _Host_-Kernel? (Not 2.6.10 UM-Kernel?) Correct. >> The tmpfs problem is also >> compounded by the fact that UMLs without the fix-kill patch don't >> exit properly, but the 2.6.9-bb4 patchset has the fix for UML. > You say UM-Kernel 2.6.9-bb4 has that fix? (Yes,

Re: [uml-devel] Re: UML fills /tmp irreversibly (2.6.9-bb4 on SuSE 9.2)

2005-01-04 Thread Christopher S. Aker
> Hmm, it's not reproducable here, I can umount tmpfs after running > uml just fine. Any other conditions are needed to trigger it? > > Gerd Here's a post of mine which details a sure fire way to reproduce it every time http://marc.theaimsgroup.com/?l=user-mode-linux-devel&m=110324354001225&w

[uml-devel] kernel BUG at net/ipv4/tcp_output.c:277!

2005-01-10 Thread Christopher S. Aker
I've had reports of this crash from a user who says he experiences this crash several times a day. I'm not sure if this is related to another crash which produces no console output that I've been chasing for a few weeks, or if this is even related to UML or a bug in x86. Host: 2.6.10 w/ SKAS-v7

Re: [uml-devel] [PATCH] Fix stack corruption

2005-01-13 Thread Christopher S. Aker
> > I believe we've figured out that this is skas3 specific. Once you start > > ping-flooding the UML, it crashes within a second. > I wasn't able to riproduce it... I ran two instances of the above loop + a > ping flood from the host, but it didn't crash UML, even after letting it that > way for

Re: [uml-devel] [PATCH] Fix stack corruption

2005-01-13 Thread Christopher S. Aker
> The fix is obvious: > > Index: 2.6.10/arch/um/kernel/skas/process.c > === > --- 2.6.10.orig/arch/um/kernel/skas/process.c 2005-01-12 11:17:22.0 > -0500 > +++ 2.6.10/arch/um/kernel/skas/process.c 2005-01-12 11:18:03.0

[uml-devel] 2.6.10-um, /proc/stat is missing information

2005-01-13 Thread Christopher S. Aker
I just verified this on a Debian install and an FC2 install. Moving from 2.6.9-bb4 to 2.6.10-um vanilla, top reports either 100% user, or 100% idle. [2.6.10] # cat /proc/stat cpu 645 1 0 0 0 0 0 cpu0 645 1 0 0 0 0 0 intr 63462 54820 0 174 10 8270 93 0 0 0 0 1 94 0 0 ctxt 108849 btime 1105659428

Re: [uml-devel] 2.6.10-um, /proc/stat is missing information

2005-01-13 Thread Christopher S. Aker
> Try retesting after applying update-process-times.patch (the one for the > crash > you were seeing): that patch was not merged by maintainers in mainline, > though IIRC it was sent in the right time frame (maybe because they weren't > marked as urgent, or because they were a lot of patches, w

Re: [uml-devel] SKAS3: prerelease of V8 (against 2.6.9) uploaded

2005-02-01 Thread Christopher S. Aker
With the problems we had with 2.6.9 as a host, I was wondering why Blaisorblade chose it when he released skas-v8-rc1. Here is skas-v8-rc1 diffed against 2.6.10: http://www.theshore.net/~caker/patches/skas-v8-rc1-2.6.10.patch -Chris --- Thi

Re: [uml-devel] SKAS-v8: RC2 released against 2.6.7 - 2.6.11-rc3-bk6 kernels

2005-02-14 Thread Christopher S. Aker
FYI: Been testing this pretty heavily. Seems great -- decided to move it into production yesterday. It's now running on 10 hosts, and I'm happy to report all is well. I just rolled a 2.6.11-rc4+cfq-ts-21 host kernel and I'll be testing this today. Thanks! -Chris

Re: [uml-devel] SKAS-v8: RC2 released against 2.6.7 - 2.6.11-rc3-bk6 kernels

2005-02-14 Thread Christopher S. Aker
> I just rolled a 2.6.11-rc4+cfq-ts-21 host kernel and I'll be testing this > today. 2.6.11 doesn't seem to be ready for host duty yet: [EMAIL PROTECTED] root]# uname -a Linux host27.linode.com 2.6.11-rc4-1-bigmem64 #1 SMP Mon Feb 14 15:55:09 EST 2005 i686 i686 i386 GNU/Linux [EMAIL

Re: [uml-devel] SKAS-v8: RC2 released against 2.6.7 - 2.6.11-rc3-bk6 kernels

2005-02-14 Thread Christopher S. Aker
> > [EMAIL PROTECTED] root]# /vbin/kernel/2.6.11-rc3-mm2-aio > > Checking for /proc/mm...found > > Checking for the skas3 patch in the host...found > > Checking PROT_EXEC mmap in /tmp...OK > > Does this have my exception-table patch in it? > > Jeff Yes. This is the same UML kernel I had trouble w

Re: [uml-devel] SKAS-v8: RC2 released against 2.6.7 - 2.6.11-rc3-bk6 kernels

2005-02-21 Thread Christopher S. Aker
> Yes. There is a bug in the v8-rc2 patch for 2.6.11 > Try the attached fix, please. I now have a few hosts running 2.6.11-rc4 with the fix you posted. It's been working great. Thanks! -Chris --- SF email is sponsored by - The IT Product Gu

[uml-devel] Status of 2.6.[10-11] constant 1 loadavg?

2005-05-03 Thread Christopher S. Aker
Has the constant "loadavg of 1" bug been resolved, or has the patch been accepted into 2.6.12? Blaisorblade -- it appears to be back. My recent tests with 2.6.11 vanilla still exhibit this problem. -Chris --- This SF.Net email is sponsored

Re: [uml-devel] Status of 2.6.[10-11] constant 1 loadavg?

2005-05-05 Thread Christopher S. Aker
> Has the constant "loadavg of 1" bug been resolved, or has the patch been > accepted > into 2.6.12? > > Blaisorblade -- it appears to be back. My recent tests with 2.6.11 vanilla > still > exhibit this problem. It appears as though uml-fix-update_process_times-call.patch fixes the values in /p

Re: [uml-devel] Status of 2.6.[10-11] constant 1 loadavg?

2005-05-07 Thread Christopher S. Aker
> It's really strange, I'll have to ask on LKML. However, a question: does it > show up also on 2.6.10 or not? Yes, it started with 2.6.10. Fine in 2.6.9. -Chris --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limb

Re: [uml-devel] [PATCH] load ave >= 1

2005-07-26 Thread Christopher S. Aker
Jeff Dike wrote: Testing and feedback are welcome. Looks good here! Cpu(s): 0.0% us, 0.0% sy, 0.0% ni, 100.0% id, 0.0% wa, 0.0% hi, 0.0% si Thanks, -Chris --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies fr

Re: [uml-devel] skas v8.2 results

2005-07-30 Thread Christopher S. Aker
Peter wrote: Hi. We tried 2.6.12.3-skas3-v8.2 on a host server. It kernel paniced (could not capture the panic) after about 90 minutes. I'd tried a 2.6.12 skasv8.2 a week or so back on another server and got the same result. I had a similar problem a few weeks back when I attempted to run

[uml-devel] Possible SKAS3 >= v8 bug

2005-08-11 Thread Christopher S. Aker
For many months now, I've been dealing with host machine instability. Essentially, I'm rebooting at least one host a week (see http://www.linode.com/forums/viewforum.php?f=25 for details). The affected machines are all running a kernel patched with skas3 at least version 8. Only my more recen

Re: [uml-devel] Possible SKAS3 >= v8 bug

2005-08-11 Thread Christopher S. Aker
Found this from in my remote syslog: Unable to handle kernel paging request at virtual address 2000 printing eip: *pde = 2a771001 Oops: [#1] SMP Modules linked in: CPU:2 EIP:0200:[<>]Not tainted VLI EFLAGS: 00010292 (2.6.11.11-1-bigmem) EIP is at 0x0 eax:

Re: [uml-devel] Possible SKAS3 >= v8 bug

2005-08-11 Thread Christopher S. Aker
Perhaps this is related. I've upgraded one of the affected machines to 2.6.13-rc6. We'll see how it goes... http://marc.theaimsgroup.com/?t=11172064042&r=1&w=2 -Chris --- SF.Net email is Sponsored by the Better Software Conference & EX

Re: [uml-devel] Re: host kernel dump on 2.6.11.12-skas3-v8.2

2005-08-25 Thread Christopher S. Aker
Peter wrote: > Hi. I just got this kernel dump on one particular host server that has > been giving me some grief - it has paniced 3 times over the last month. > > Would anyone on the list care to take a guess whether this looks like a > hardware, skas or vanilla kernel problem. Any recommendati

Re: [uml-devel] Possible SKAS3 >= v8 bug

2005-08-29 Thread Christopher S. Aker
Blaisorblade wrote: Ok, I'm particularly suspicious of one patch, ptrace_ldt-reload-smp-fix, try unapplying that one. I don't know exactly *how* it might trigger that crash, but it seems a data corruption, and that code is doing exactly that. I recompiled 2.6.12.5 with skas-v8 minus the ptrace

[uml-devel] echo 0 > /proc/sysemu == failed to wait at end of syscall

2005-10-05 Thread Christopher S. Aker
2.6.13.3-um # echo 0 > /proc/sysemu Kernel panic - not syncing: handle_trap - failed to wait at end of syscall, errno = 0, status = 2943 EIP: 0073:[<40129e18>] CPU: 0 Not tainted ESP: 007b:bfa14f6c EFLAGS: 0246 Not tainted EAX: ffda EBX: 0001 ECX: 080e8c08 EDX: 0002 ESI

Re: [uml-devel] echo 0 > /proc/sysemu == failed to wait at end of syscall

2005-10-06 Thread Christopher S. Aker
Blaisorblade wrote: On Thursday 06 October 2005 08:08, Christopher S. Aker wrote: 2.6.13.3-um Which host, and which guest mode (SKAS0 vs. SKAS3)? 2.6.7 with the skas patch right before the strace bug was fixed (like, 2.6.7-skas3-v4?) It's ancient, and most likely contributes to this

[uml-devel] SKAS race condition status?

2005-10-17 Thread Christopher S. Aker
Has there been any progress on the race in SKAS? I've been dealing with 2-4 hosts crashing a week. Same thing happens on my old SKAS kernel, 2.6.7 with skas3-v4 or so. From: http://marc.theaimsgroup.com/?t=11237698132&r=1&w=2 Unable to handle kernel paging request at virtual address

Re: [uml-devel] SKAS race condition status?

2005-10-25 Thread Christopher S. Aker
Christopher S. Aker wrote: Has there been any progress on the race in SKAS? I've been dealing with 2-4 hosts crashing a week. Same thing happens on my old SKAS kernel, 2.6.7 with skas3-v4 or so. Jeff and I realized that this only happens on Xeon processors where the model number i

Re: [uml-devel] SKAS race condition status?

2005-10-25 Thread Christopher S. Aker
/proc/cpuinfo -- model 3 processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 3 model name : Intel(R) Xeon(TM) CPU 2.80GHz stepping: 4 cpu MHz : 2801.996 cache size : 1024 KB physical id : 0 siblings: 2 fdiv_bug: no

Re: [uml-devel] SKAS race condition status?

2005-10-25 Thread Christopher S. Aker
Blaisorblade wrote: After some researches, it seems that the matching errata document is this one: http://www.intel.com/design/xeon/specupdt/302402.htm which would imply you have a 64-bit enabled processor... Note 1: that's not the only document matching, but the other is for 64-bit processo

Re: [uml-devel] SKAS race condition status?

2005-10-25 Thread Christopher S. Aker
Peter wrote: I have skas3-v8 host servers with model 4 processes and good (100+ day) uptimes. The host server I had issues with (host38) got converted to Xen and is still having problems. I am seeing issues with host34 that require the odd restart. That server runs the same CPU model and ker

Re: [uml-devel] [ANN] Fedora Core 4 UML filesystem image available

2005-11-14 Thread Christopher S. Aker
Jeff Dike wrote: I've put my FC4 image online at http://www.user-mode-linux.org/~jdike/root_fs.2005062201.bz2 It requires my full patchset in order to boot, especially the NPTL patches, which, aside from some obvious nastinesses, seem to work. As of today, it's fully updated, Thanks to Bill

[uml-devel] CONFIG_SND_DUMMY support?

2005-11-19 Thread Christopher S. Aker
I've got a user requesting CONFIG_SND_DUMMY support in UML. Is this just a hack to UML's config system, or would there be more to it? Thanks, -Chris --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBo

[uml-devel] Kernel panic - not syncing: Kernel mode signal 7

2006-03-31 Thread Christopher S. Aker
I'm posting this for posterity. I've asked the user to upgrade to 2.6.16.1-bs1 for now. He's hit this twice in the last month... http://www.theshore.net/~caker/uml/kernels/2.6.15-linode16 Kernel panic - not syncing: Kernel mode signal 7 EIP: 0073:[<8038d4f1>] CPU: 0 Not tainted ESP: 007b:b7f

Re: [uml-devel] Kernel panic - not syncing: Kernel mode signal 7

2006-03-31 Thread Christopher S. Aker
Blaisorblade wrote: On Saturday 01 April 2006 00:08, Christopher S. Aker wrote: I'm posting this for posterity. I've asked the user to upgrade to 2.6.16.1-bs1 for now. He's hit this twice in the last month... http://www.theshore.net/~caker/uml/kernels/2.6.15-linode16 Ker

[uml-devel] Kernel mode fault at addr 0x87800000, ip 0x400007b0

2006-05-10 Thread Christopher S. Aker
2.6.16 + bb1 Kernel panic - not syncing: Kernel mode fault at addr 0x8780, ip 0x47b0 EIP: 0073:[<47b0>] CPU: 0 Not tainted ESP: 007b:bfe19380 EFLAGS: 0212 Not tainted EAX: EBX: ECX: EDX: ESI: EDI: EBP: DS: 007

Re: [uml-devel] Kernel mode fault at addr 0x87800000, ip 0x400007b0

2006-05-17 Thread Christopher S. Aker
Jeff Dike wrote: On Wed, May 10, 2006 at 03:08:18AM -0500, Christopher S. Aker wrote: 2.6.16 + bb1 Kernel panic - not syncing: Kernel mode fault at addr 0x8780, ip 0x47b0 EIP: 0073:[<47b0>] CPU: 0 Not tainted ESP: 007b:bfe19380 EFLAGS: 0212 Not tainted EAX: 00

[uml-devel] 2.6.17-um - new uptime record (40 years!)

2006-06-18 Thread Christopher S. Aker
[EMAIL PROTECTED]:~ # uname -a Linux none 2.6.17-linode20 #1 Sun Jun 18 00:04:18 EDT 2006 i686 GNU/Linux [EMAIL PROTECTED]:~ # uptime 23:37:50 up 14663 days, 20:54, 1 user, load average: 0.00, 0.00, 0.00 [EMAIL PROTECTED]:~ # cat /proc/uptime 1266958484.15 69449.04 -Chris ___

Re: [uml-devel] 2.6.17-um - new uptime record (40 years!)

2006-06-18 Thread Christopher S. Aker
Christopher S. Aker wrote: > [EMAIL PROTECTED]:~ # uname -a > Linux none 2.6.17-linode20 #1 Sun Jun 18 00:04:18 EDT 2006 i686 GNU/Linux > [EMAIL PROTECTED]:~ # uptime > 23:37:50 up 14663 days, 20:54, 1 user, load average: 0.00, 0.00, 0.00 > [EMAIL PROTECTED]:~ # c

[uml-devel] 2.6.18-skas-v9-pre9 broken

2006-10-05 Thread Christopher S. Aker
Blaisorblade, I recently deployed a 2.6.18-skas3-v9-pre9 host, and some users weren't able to boot UML beyond "VFS: Mounted root (ext3 filesystem) readonly". As it turns out, only 2.6-um kernels were affected, 2.4-um worked fine. This happened both in skas3 and skas0 modes. Jeff graciously t

Re: [uml-devel] 2.6.18-skas-v9-pre9 broken

2006-10-06 Thread Christopher S. Aker
Blaisorblade wrote: > On Thursday 05 October 2006 23:59, Christopher S. Aker wrote: >> Blaisorblade, >> >> I recently deployed a 2.6.18-skas3-v9-pre9 host, and some users weren't >> able to boot UML beyond "VFS: Mounted root (ext3 filesystem) readonly".

[uml-devel] Kernel mode fault at addr 0x92c00000, ip 0x80bcead

2006-10-10 Thread Christopher S. Aker
This is 2.6.18-um, on top of a 2.6.16.29-skas3-v8.2 host. Kernel file is here: http://www.theshore.net/~caker/uml/kernels/2.6.18-linode25 Kernel panic - not syncing: Kernel mode fault at addr 0x92c0, ip 0x80bcead EIP: 0073:[<080bcead>] CPU: 0 Not tainted ESP: 007b:bf55b798 EFLAGS: 0020024

Re: [uml-devel] Kernel mode fault at addr 0x92c00000, ip 0x80bcead

2006-10-13 Thread Christopher S. Aker
Blaisorblade wrote: > On Friday 13 October 2006 22:07, Jeff Dike wrote: >> On Tue, Oct 10, 2006 at 06:17:06PM -0500, Christopher S. Aker wrote: >>> This is 2.6.18-um, on top of a 2.6.16.29-skas3-v8.2 host. >>> >>> Kernel file is here: >>> http://www.th

Re: [uml-devel] Kernel mode fault at addr 0x92c00000, ip 0x80bcead

2006-10-13 Thread Christopher S. Aker
Blaisorblade wrote: > Which is the cmd line? With how much memory where these instances started? Kernel command line: mem=300M fake_ide fakehd con=null con0=fd:0,fd:1 devfs=nomount root=/dev/ubda ubda= 7 ubdb= eth0=tuntap,encode1_0,fe:fd:46:55:81:95 token_max=40 token_refill=512 > Ok, Jeff,

[uml-devel] SKAS v8.2 for 2.6.19 and beyond?

2006-12-16 Thread Christopher S. Aker
Blaisorblade, Any chance you'll be creating a skas v8.2 patch for 2.6.19/20 any time soon? I'm still weary of this issue with skas-v9pre: http://marc.theaimsgroup.com/?l=user-mode-linux-devel&m=116008558424368&w=2 Would it be as simple as taking the broken-out skas-v9 patch for 2.6.19 and onl

Re: [uml-devel] 2.6.18-skas-v9-pre9 broken

2006-12-21 Thread Christopher S. Aker
Blaisorblade wrote: > On Thursday 05 October 2006 23:59, Christopher S. Aker wrote: >> Blaisorblade, >> >> I recently deployed a 2.6.18-skas3-v9-pre9 host, and some users weren't >> able to boot UML beyond "VFS: Mounted root (ext3 filesystem) readonly".

Re: [uml-devel] 2.6.18-skas-v9-pre9 broken

2006-12-25 Thread Christopher S. Aker
Christopher S. Aker wrote: > Blaisorblade wrote: >> An important question: you reverted to a 2.6.18 + skas kernel or a 2.6.17 >> one? >> A similar bug is being discussed about a regression in 2.6.18 vanilla... > All my hosts are running at most 2.6.16.x, so t

Re: [uml-devel] UML/64bit is miscompiled by gcc 4.0.3 on Ubuntu 6.06 LTS

2007-01-17 Thread Christopher S. Aker
Blaisorblade wrote: [snip] > Without any errors, after these messages: > > kjournald starting. Commit interval 5 seconds > EXT3-fs: mounted filesystem with ordered data mode. > VFS: Mounted root (ext3 filesystem) readonly. > > it hangs giving the following result at strace -p (I've printed two

[uml-devel] init_new_context_skas - new_mm failed, errno = -24

2007-09-06 Thread Christopher S. Aker
2.6.22.6-um init_new_context_skas - new_mm failed, errno = -24 init_new_context_skas - new_mm failed, errno = -24 init_new_context_skas - new_mm failed, errno = -24 Kernel panic - not syncing: switch_mm_skas - PTRACE_SWITCH_MM failed, errno = 9 EIP: :[<>] CPU: 0 Not tainted EFLAGS:

[uml-devel] swapper: page allocation failure. order:0, mode:0x20

2007-09-06 Thread Christopher S. Aker
2.6.21.1-um Mem-info: Normal per-cpu: CPU 0: Hot: hi: 90, btch: 15 usd: 14 Cold: hi: 30, btch: 7 usd: 24 Active:62085 inactive:6442 dirty:4693 writeback:2791 unstable:0 free:196 slab:3980 mapped:12235 pagetables:241 bounce:0 Normal free:784kB min:2208kB low:2760kB high:3312kB active:248340kB inac

Re: [uml-devel] swapper: page allocation failure. order:0, mode:0x20

2007-09-10 Thread Christopher S. Aker
Jeff Dike wrote: > On Thu, Sep 06, 2007 at 11:08:44AM -0400, Christopher S. Aker wrote: >> 2.6.21.1-um >> >> Mem-info: >> Normal per-cpu: >> CPU 0: Hot: hi: 90, btch: 15 usd: 14 Cold: hi: 30, btch: 7 usd: 24 >> Active:62085 inactive:6442 dirty:4693 writebac

Re: [uml-devel] init_new_context_skas - new_mm failed, errno = -24

2007-09-10 Thread Christopher S. Aker
Jeff Dike wrote: > On Thu, Sep 06, 2007 at 11:03:52AM -0400, Christopher S. Aker wrote: >> 2.6.22.6-um >> >> init_new_context_skas - new_mm failed, errno = -24 >> init_new_context_skas - new_mm failed, errno = -24 >> init_new_context_skas - new_mm failed, errno =