On Thursday 23 August 2007 9:56:33 pm Jeff Dike wrote:
> On Thu, Aug 23, 2007 at 08:47:33PM -0500, Rob Landley wrote:
> > Does anybody know why loopback mounts stopped working when I went
> > from 2.6.22 to 2.6.23-rc3? My config didn't change, the only thing
> > that did
Does anybody know why loopback mounts stopped working when I went from 2.6.22
to 2.6.23-rc3? My config didn't change, the only thing that did was which
source tarball I pointed the build at.
If nobody else has hit this, I'll get around to debugging it eventually...
Rob
--
"One of my most prod
On Saturday 18 February 2006 8:54 am, Markus Moeller wrote:
> I have a UML system running on Suse SLES9. After patching the host system
> the UML system starts up, but I cannot login because of a misconfigured
> pam.conf (It needs a running network for authentication and the network
> adapter fail
On Friday 17 February 2006 1:48 pm, Blaisorblade wrote:
> On Friday 17 February 2006 16:44, Jeff Dike wrote:
> > On Fri, Feb 17, 2006 at 03:05:28PM +0100, Blaisorblade wrote:
> > > For the future packaging: I do believe that Debian's defaults have been
> > > actually planned while uml_utilities hav
On Sunday 15 January 2006 19:53, Blaisorblade wrote:
> > > > You have something strange - it can't write on /proc/mm (13 = EACCES,
> > > > permission denied). But it thinks it's on a SKAS host.
> >
> > Wild guess: is your /dev writeable to the user you're running as,
>
> It's /proc/mm, not in /dev!
On Sunday 15 January 2006 17:51, Adam Atlas wrote:
> >>> Mounted devfs on /dev
> >>> init_new_context_skas - new_mm failed, errno = -13
> >>> init_new_context_skas - new_mm failed, errno = -13
> >>> Kernel panic: No init found. Try passing init= option to kernel.
> >>
> >> I've messed around with
Does UML have any hotpluggable hardware? Somebody just contributed hotplug
support to mdev (a mini-udev replacement in busybox) and I'd like to test it
before committing it, and simulating hotplug under UML seems a nice way, but
I'm not quite sure how to yank and insert hardware under this thin
le program I use to get around this.
Rob
--
Steve Ballmer: Innovation! Inigo Montoya: You keep using that word.
I do not think it means what you think it means.
/* oneit.c, tiny one-process init replacement.
*
* Copyright 2005 by Rob Landley. Released under gpl v2.
*/
#include
#include
#i
On Thursday 08 December 2005 10:50, Joel Palmius wrote:
> Yup, makes a vast difference. XFS + not using synchronize is almost as
> fast as using ubd as loopback on host.
>
> Says in help one shouldn't do this if one cares about the data in the UBD
> though. Exactly how dangerous is it?
I _think_ t
On Thursday 08 December 2005 08:06, Joel Palmius wrote:
> Are there any general recommendations for making throughput on UBDs more
> efficient? Such as kernel settings, recommended filesystems..?
>
> Doing an "emerge sync" inside an uml raises iowait to 100% and load to 7,
> making the machine more
On Wednesday 07 December 2005 01:38, Naveen Koppaka wrote:
> The device node /dev/ubd/0 for the root filesystem is missing,
A) devfs is evil. Just don't go there.
B) The naming scheme in /sys goes more like /dev/ubda (and then there are
partitions ala /dev/ubda2). This is obviously the UML /s
On Friday 02 December 2005 07:09, Nix wrote:
> > 1. There are many files created in the current directory on the host,
> > named like "1133497700-955364", containing fragments of the output, e.g.
> > "Switching to runlevel: 0". This is really annoying.
>
> It's actually a feature for the paranoid
On Thursday 01 December 2005 23:02, Klaus-J. Wolf wrote:
> Hi,
>
> I am aware of the fact that my small troubles tend to be rather
> unspecified, but maybe someone can help anyway.
>
> I run 2.6.14-ck6-skas3-v8.2 as host and 2.4.28-bs2 as guest OS.
>
> When I start "linux":
>
> 1. There are many f
On Wednesday 30 November 2005 12:26, Jeff Dike wrote:
> On Wed, Nov 30, 2005 at 10:11:14AM -0600, Rob Landley wrote:
> > -rc3 seems to work fine on Ubuntu.
>
> I guess your Ubuntu doesn't use NPTL. If it did, you'd see processes
> segfaulting occasionally.
>
>
On Wednesday 30 November 2005 10:33, Jeff Dike wrote:
> On Wed, Nov 30, 2005 at 11:03:56AM +, Nix wrote:
> > There's actually two halves to this:
> >
> > - UML doesn't support NPTL in its guests, move /lib/tls away
>
> My current patchset is running NPTL just fine.
Does -rc3, or do patches nee
On Tuesday 29 November 2005 13:52, Jeff Dike wrote:
> On Tue, Nov 29, 2005 at 07:42:11PM +0200, Mihai Rusu wrote:
> > EXT3-fs: mounted filesystem with ordered data mode.
> > VFS: Mounted root (ext3 filesystem) readonly.
> > Kernel panic - not syncing: get_skas_faultinfo : failed to wait for
> > SIG
On Monday 28 November 2005 14:00, Christoph Bouvier wrote:
> rt_sigaction(SIGABRT, {SIG_DFL}, {0x811edd0, [ABRT], SA_RESTART}, 8) = 0
> mmap2(NULL, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
> -1, 0) = 0x4085d000
> mprotect(0x4085d000, 4096, PROT_NONE) = 0
> clone(child_stack=0x410
On Sunday 27 November 2005 11:31, Blaisorblade wrote:
> On Sunday 27 November 2005 05:48, murthy andukuri wrote:
> > I can bring up a uml session successfully when
> > invoking from command line. and can also bring up a
> > uml session successfully from within a gdb (following
> > instructions from
On Friday 25 November 2005 18:47, Blaisorblade wrote:
> I talk about the SKAS patch on the host. You can use a host without it and
> run a guest binary >= 2.6.13 in SKAS0 mode, which is as secure as SKAS3 and
> fast enough (not as fast as SKAS3 though).
And since it's fairly unlikely that your /tm
On Wednesday 23 November 2005 02:50, Jeff Dike wrote:
> (Sorry about the delay, I'm in Moscow right now, and not getting much
> sleep...)
>
> This looks like one I've already fixed. Can you check whether you
> have
> http://user-mode-linux.sourceforge.net/work/current/2.6/2.6.15-rc1/patches/
>fix
On Tuesday 22 November 2005 13:38, Blaisorblade wrote:
> > I'll see this crash and raise you. I just tried vanilla 2.6.15-rc2, and
> > although it booted to a shell it crashed with the first command I ran.
> > (This is my x86 laptop, built under ubuntu with gcc 3.3.5). Dump and
> > dissassemblies
On Monday 21 November 2005 10:38, Rob Landley wrote:
You know, it's actually _fork_ that's dying for me...
> ESI: EDI: 401922e8 EBP: bfad87d8 DS: 007b ES: 007b
> 088a787c: [<08080b7d>] notifier_call_chain+0x2d/0x50
> 088a7898: [<08071411>] panic+0x7
On Monday 21 November 2005 08:58, Jeff Dike wrote:
> On Sat, Nov 19, 2005 at 02:11:50PM +0100, Joel Palmius wrote:
> > * SKAS0 mode, crash:
...
> > Kernel panic - not syncing: copy_context_skas0 : failed to wait for
> > SIGUSR1/SIGTRAP, pid = 11008, n = 11008, errno = 0, status = 0xb7f
>
> Can yo
On Friday 18 November 2005 15:27, Miguel Angel Ruiz wrote:
> En blancoHi!
>
> if I have running several quaggas, each one, in a different UML,
> Can accede from the outside, but of a user (and until whatever) to my
> quaggas virtual, simultaneously? I need that several accede simultaneously,
> for
On Friday 18 November 2005 01:49, Blaisorblade wrote:
> > I'm unaware of a case where /lib64 is not the correct directory to link
> > against on x86-64.
>
> As an update, you became aware (your Ubuntu 5.10 laptop , right?) of such a
> system.
My laptop is x86, and it's still running horny hedgeho
On Friday 18 November 2005 00:46, Blaisorblade wrote:
> On Wednesday 16 November 2005 18:02, Rob Landley wrote:
> > The skas page is a bit out of date:
> > http://user-mode-linux.sourceforge.net/skas.html
> >
> > It only covers skas3, and doesn't even mention skas0
The skas page is a bit out of date:
http://user-mode-linux.sourceforge.net/skas.html
It only covers skas3, and doesn't even mention skas0...
Rob
---
This SF.Net email is sponsored by the JBoss Inc. Get Certified Today
Register for a JBoss Tra
> Hello, i was trying to compile UML on 2.6.14 and 2.6.13.3 on CentOS, but
> it seems to be broken smth i dont know exactly what to do. Here is the
> output of my problem after make linux ARCH=um :
>
>
> GEN .version
> CHK include/linux/compile.h
> UPD include/linux/compile.h
>
On Friday 16 September 2005 08:01, Nelson Castillo wrote:
> On 9/16/05, Nelson Castillo <[EMAIL PROTECTED]> wrote:
> > On 9/13/05, Blaisorblade <[EMAIL PROTECTED]> wrote:
> > sysvinit should have a way to add a variable to the
> > environment. Can it be done in intitab?
>
> I just fixed the patch f
On Tuesday 12 July 2005 04:33, Bernhard Schauer wrote:
> > Checking PROT_EXEC mmap in /tmp...OK
> > tracing thread pid = 11687
> >
> > And then exits with no further explanation or printout.
>
> That sounds like the behaviour described in the first message. If you
> apply the
> "uml-revert-fork-ins
On Tuesday 12 July 2005 02:53, Rob Landley wrote:
> But how do you trigger it?
>
> I tried applying your "uml-2.6.12-bb2-skas0.patch.bz2" patch to 2.6.12.2,
> doing "make ARCH=um allnoconfig", following to .config:
>
> CONFIG_MODE_TT=y
Ahem. Obviously, I
On Monday 11 July 2005 16:21, Blaisorblade wrote:
> > As long as
> > skas0 is not in kernel mainline and enabled in main distributions, it
> > has no relevance for corporate level (at least in my case).
> >
> > UML gives us the chance to build a compile and debug environment without
> > a relevance
On Friday 11 March 2005 04:18 pm, Oliver Baltz wrote:
> Hi Rob,
>
> > Is it write-intensive, read-intensive, combination of both, or either
> > one?
>
> I think it is a combination of both: When installing just one single
> debian-package the UML often freezes :-(
>
> Is there an alternative to UBD
On Thursday 03 March 2005 12:03 pm, Oliver Baltz wrote:
> Hi Rob,
>
> I do use the UBD mount.
>
> Thanks in advance,
> Olli
>
> > On Thursday 03 March 2005 05:41 am, Oliver Baltz wrote:
> >> Hi @all,
> >>
> >> my UML hangs while intensive processes that use the HDD. For example:
> >> rgrep, upgrade
On Friday 04 February 2005 11:48 am, Ashwin Kumar Tanugula wrote:
> Hi!
> I have read that uml port to ppc is done. Can somebody tell me if the port
> is to a 32-bit architecture or a 64-bit architecture. Where can i find
> more details about the uml port to ppc?
> Thanks,
> Ashwin.
http://usermod
35 matches
Mail list logo