All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] 2.4.22-[67] problems
@ 2003-12-20  1:13 Matt Zimmerman
  2003-12-20 17:14 ` Jeff Dike
  2003-12-20 19:05 ` Nick Craig-Wood
  0 siblings, 2 replies; 43+ messages in thread
From: Matt Zimmerman @ 2003-12-20  1:13 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: 224431, 224502

There definitely seems to be something awry here, even in skas mode.  I am
getting a lot of ENOSYS errors inside UML:

/usr/lib/apt/methods/http: error while loading shared libraries: libc.so.6: cannot map zero-fill pages: Error 38

dpkg: error processing /var/cache/apt/archives/debhelper_4.0.2_all.deb (--unpack):
 failed to rmdir/unlink `/usr/share/man/man1/dh_compress.1.gz.dpkg-tmp': Function not implemented

basename: write error: Function not implemented

etc.

Downgrading to user-mode-linux 2.4.22-6um-1 still has the problem,
downgrading further to 2.4.22-5um-1 (the old binary) fixes it.  The
following things changed from 2.4.22-5um-1 to 2.4.22-6um-1, most of which
were outside of UML itself:

1. -6um and later were built with a glibc using 2.6 kernel headers
(linux-kernel-headers in Debian unstable).  This also required a patch to
get UML to compile:

@@ -35628,7 +35631,7 @@
 +       */
 +static void disable_lcall(void)
 +{
-+      struct modify_ldt_ldt_s ldt;
++      struct user_desc ldt;
 +      int err;
 +
 +      bzero(&ldt, sizeof(ldt));
@@ -36784,7 +36787,7 @@
 +      nregs = sizeof(dummy->u_debugreg)/sizeof(dummy->u_debugreg[0]);
 +      for(i = 0; i < nregs; i++){
 +              if((i == 4) || (i == 5)) continue;
-+              if(ptrace(PTRACE_POKEUSR, pid, &dummy->u_debugreg[i],
++              if(ptrace(PTRACE_POKEUSER, pid, &dummy->u_debugreg[i],
 +                        regs[i]) < 0)
 +                      printk("write_debugregs - ptrace failed on "
 +                             "register %d, errno = %d\n", errno);
@@ -36799,7 +36802,7 @@
 +      dummy = NULL;
 +      nregs = sizeof(dummy->u_debugreg)/sizeof(dummy->u_debugreg[0]);
 +      for(i = 0; i < nregs; i++){
-+              regs[i] = ptrace(PTRACE_PEEKUSR, pid, 
++              regs[i] = ptrace(PTRACE_PEEKUSER, pid, 
 +                               &dummy->u_debugreg[i], 0);
 +      }
 +}

2. CONFIG_UML_REAL_TIME_CLOCK=y was added to the configuration

3. Various newer versions of the compiler toolchain were used, with the
exception of gcc (the Debian package has been explicitly building using gcc
2.95 for a long time)

4. Update Debian kernel source tree

So at this point, I don't know whether something in the development
environment has broken UML, or if UML has broken itself somehow.  I haven't
tried patching 2.4.22-5um to compile with linux-kernel-headers yet, so I
don't know whether a new binary of that older code would also work.  I don't
know whether I'm dealing with one bug or several.

There are a lot of factors to try to eliminate, so to help with the
investigation, I'd like to know if anyone else s seeing problems similar to
http://bugs.debian.org/{224431,224502}, the ENOSYS errors shown above, or
anything else strange with 2.4.22-6um or -7um, or after updating any
toolchain components.  I'd especially like to hear from Debian unstable
users, especially anyone building from non-Debian kernel sources.

Thanks...

-- 
 - mdz


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2004-01-17  0:42 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-20  1:13 [uml-devel] 2.4.22-[67] problems Matt Zimmerman
2003-12-20 17:14 ` Jeff Dike
2003-12-21  0:47   ` Matt Zimmerman
2003-12-21 15:58     ` BlaisorBlade
2003-12-21 22:40       ` Matt Zimmerman
2003-12-21 23:16         ` Matt Zimmerman
2003-12-22  0:25           ` Jeff Dike
2003-12-22  4:08             ` Matt Zimmerman
2003-12-22  5:49               ` Daniel Jacobowitz
2003-12-22  9:08                 ` Matt Zimmerman
2004-01-05 17:51                   ` Adam Heath
2004-01-05 18:10                     ` Matt Zimmerman
2003-12-24 12:48         ` BlaisorBlade
2003-12-21  0:52   ` Matt Zimmerman
2003-12-21  1:06     ` Matt Zimmerman
2003-12-28  9:33       ` Matt Zimmerman
2003-12-28  9:51         ` Matt Zimmerman
2003-12-28  9:52           ` Matt Zimmerman
2004-01-06  2:59             ` Jeff Dike
2003-12-28 10:12           ` Matt Zimmerman
2003-12-28 11:30             ` Matt Zimmerman
2003-12-30 18:43               ` Resolution (Re: [uml-devel] 2.4.22-[67] problems) Matt Zimmerman
2004-01-06  2:58                 ` Jeff Dike
2004-01-06  7:41                   ` Nuno Silva
2004-01-06  8:02                     ` Matt Zimmerman
2004-01-06  8:20                       ` Nuno Silva
2004-01-06  8:47                         ` Nuno Silva
2004-01-06  9:20                     ` Nuno Silva
2004-01-06 17:13                       ` Matt Zimmerman
2004-01-09  7:22                         ` Nuno Silva
2004-01-08  7:07                   ` Matt Zimmerman
2004-01-12 18:36                     ` [uml-devel] Panic with slirp transport and gcc 3.3 Matt Zimmerman
2004-01-13 15:25                       ` [uml-devel] " Bill Allombert
2004-01-13 17:30                         ` Jeff Dike
2004-01-13 17:44                           ` Bill Allombert
2004-01-13 18:51                           ` Matt Zimmerman
2004-01-16  2:38                             ` Jeff Dike
2004-01-16  2:38                               ` Matt Zimmerman
2004-01-16 20:04                                 ` Jeff Dike
2004-01-16 19:49                                   ` Matt Zimmerman
2004-01-17  0:42                                     ` Matt Zimmerman
2003-12-21  1:29   ` [uml-devel] 2.4.22-[67] problems Matt Zimmerman
2003-12-20 19:05 ` Nick Craig-Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.