[EMAIL PROTECTED] said:
> Try using the UML tree downloaded from my homepage (the -bs7 patchset against
> 2.6.9) and it should solve the thousands of shells problem (it's normal they
> are started, the problem is that don't die with SIGKILL, on those host kernel
> versions).
Is there any way ye
When I use a 2.6.12.2-bb4-skas0 uml on an unpatched smp 2.4.31 host, I
have to use "mode=tt". If I let it use skas0, it crashes with:
VFS: Mounted root (ext2 filesystem) readonly.
Kernel panic - not syncing: get_skas_faultinfo : failed to wait for
SIGUSR1/SIGTRAP, pid = 27275, n = 27275, errno = 0
I applied the -bb8-skas0 patches to 2.6.12.3 (omitting
uml-revert-fork-instead-of-clone.patch because it's already in
2.6.12.3). It's been running well, but I just got this crash while the
guest was running "tar c":
tar: Removing leading `/' from member names
Kernel panic - not syncing: Segfault w
[EMAIL PROTECTED] said:
> If your distro, instead of doing:
> ifconfig eth0 up
> ifconfig eth0 , does
> ifconfig eth0 , then UML will decide the Mac address based on the IP
> address (will be FE:FD:).
Has any thought been given to just choosing a random mac? I haven't
looked closely, but it seems
[EMAIL PROTECTED] said:
> I'm confused, why would you have executables in a shared library directory
> instead of /usr/bin or some such? (These are runnable elf binaries, not
> shared libraries, correct?)
The FHS says "/usr/lib includes object files, libraries, and internal
binaries that are no
[EMAIL PROTECTED] said:
>> My goal is to have one subnet on tap0 in which all the UMLs are too, so
>> you get one big virtual ethernet network.
>
> That's possible, but you need to make UML use the daemon transport, and run
> uml_switch beforehand, connecting it to a pre-setup tap0 device. See the
[EMAIL PROTECTED] said:
> we're evaluating different options for these virtual machines. for the
> vmware option there is a claim that the host doesn't need to have an IP
> address on a particular nic to allow a virtual machine to access things on
> that nic. if the host doesn't try to process t
[EMAIL PROTECTED] said:
> In the page I pointed you to there's an explaination about bridging, and on
> my
> homepage there's a "links" sections with various other articles. Between the
> various stuff, you'll see that eth0 and tap0 are given no IP but only br0 is;
> I'm not sure if this can be
[EMAIL PROTECTED] said:
> does the uml pcap network backend still work? that's more or less what
> you're asking for.
...or not. It doesn't let the guest transmit, does it? I've never tried
it.
It would be cool if a uml pcap interface could be attached directly to a
saved 'tcpdump -w' packet dump
On Wed, Mar 22, 2006 at 10:51:34AM -0800, David Lang wrote:
> >if your goal is for the uml to see *every* packet, bridging doesn't do
> >what you want. linux bridging acts as a switch, and it won't forward
> >packets through to the uml if it knows that the dst mac is on the
> >physical (ethN) side
In 2.6.16, the kernel allows user-selectable address space splits. I
have 1.5G of memory, so choosing 2G/2G lets me turn off highmem. I also
have the new 2.6.16 skas3 v8.2 patch applied.
With this configuration, all umls die immediately, whether I try skas0,
skas3 or TT.
Is this something uml ca
On Thu, Mar 23, 2006 at 02:19:16PM -0800, David Lang wrote:
> I don't know about other non-standard memory configs, but there is an
> explicit config option when compiling a uml kernel to support the 2G/2G
> memory split.
I see. Do you know whether a single uml binary can support arbitrary
host
On Thu, Mar 23, 2006 at 06:50:44PM -0500, Jeff Dike wrote:
> You can make some progress by disabling CONFIG_MODE_TT - that will
> cause UML to load at a normal address rather than the 0xa000 that
> CONFIG_MODE_TT will force.
>
> That should get you to the point of trying to run init.
>
> Sinc
[EMAIL PROTECTED] said:
> I'm running a vanilla 2.6.16 UML (compiled without TT) on a vanilla
> skas3-patched 2.6.16 host.
>
> Works like a charm.
With a nonstandard memory split? Jeff said skas3 + no-TT + non-1/3 splet
should work, but I haven't tried it yet.
Jason
---
[EMAIL PROTECTED] said:
> Now... all this works in terms of the plumbing but *all* the UMLs have
> the same eth device HWAddr (mac address) so they all get the same IP.
>
> I want them to have different IPs.
>
>
> I thought, because they were all using different tun devices that they
> would get d
Are there remaining problems with running a skas3-patched amd64 kernels?
I'm considering doing that, and I know there were problems with it in
the past but I don't know whether they're still around.
thanks,
Jason
---
Using Tomcat but need to
[EMAIL PROTECTED] said:
> My udhcpd config allows for a small range of dhcp handled addresses
> and sets the router as 192.168.1.1 and the DNS as the host's (the
> laptop's) local DNS server (the laptop runs dnsmasq as a caching DNS
> server).
If you configure dnsmasq properly, you can probably do
[EMAIL PROTECTED] said:
> In my particular system dnsmasq is already being used (for a caching
> NS) and configuring the listening interface in dnsmasq configures it
> for both dhcp and dns. Since I don't want my laptop serving dhcp for
> whatever lan it is connected to this is not an option. If dn
[EMAIL PROTECTED] said:
> Even in the other solution (PPP over SSH), or in whichever one you can think
> of (I would use normal Ethernet subnets, but have many different ones, each
> one with only two hosts on it), you get to use an UML as router...
Another nice tool for playing with these thing
[EMAIL PROTECTED] said:
> Where can I read more about this?
> I'm a little confused.
http://thread.gmane.org/gmane.linux.uml.user/9581
Jason
---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly
...you knew this question was coming. :)
The current 2.6.16 patch has a reject in arch/i386/kernel/sys_i386.c
when applied to 2.6.17-rc5, and that's a file I don't mess around in.
(i'm looking at
http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/).
thanks,
Jason
[EMAIL PROTECTED] said:
> Below is my take on this. Compiled, but not run, on 2.6.17-rc5.
nope. thanks, though.
Checking for the skas3 patch in the host...found
Checking for /proc/mm...found
Checking PROT_EXEC mmap in /tmp...OK
Checking for /dev/anon on the host...Not available (open failed with
On Mon, Jun 05, 2006 at 12:31:48PM +0200, Blaisorblade wrote:
> > nope. thanks, though.
> > map : /proc/mm map failed, err = 9
> > map : /proc/mm map failed, err = 9
> > map : /proc/mm map failed, err = 9
> >
> > the 'map failed' thing repeats forever.
> Try this one - it'll be shortly on the websi
[EMAIL PROTECTED] said:
>> Hmmm, I'm not seeing it there either. The closest I see is
>> skas-2.6.17-rc5-v9-pre9. Is v9 now the "stable" line?
> Yes, you can use it safely.
maybe it's time to finally call it 2.6.17-skas3-v9? and dispense with
the -pre stuff?
Jason
Using Tomcat but need to do
[EMAIL PROTECTED] said:
> if start um without mem=256M , it's ok , if start um with mem=256M it hangs
> there .report "mount devfs on /dev"
Does it work if you do this:
# sysctl -w kernel.randomize_va_space=0
# sysctl -w vm.max_map_count=262144
If so, you can put these settigns i
On Tue, Nov 14, 2006 at 11:37:15AM -0500, Jeff Dike wrote:
> This address range is documented - look for assignment of MAC ranges
> to NIC manufacturers. This range will be documented as reserved for
> private use or something similar.
Half of all MAC-48 addresses are "locally administered": thos
On Thu, Nov 16, 2006 at 10:48:16AM +0100, Nicolas Boullis wrote:
> > Half of all MAC-48 addresses are "locally administered": those with the
> > second-least-significant bit of the first byte set.
>
> Uh?
> Looking at the list of allocated OUI
> (http://standards.ieee.org/regauth/oui/oui.txt), I s
On Fri, Jan 26, 2007 at 04:05:05PM -0800, blah deblah wrote:
> I've made myself a slackware 10.2 uml virtual machine using the
> 2.6.19.2 kernel. I've configured it to use slirp for networking. My
> problem is that the upload speed from the virtual machine seems to be
> capped at 46KB/s. For exampl
[EMAIL PROTECTED] said:
> ok, it seems as though I hadn't rebooted since I created the group
> umlusrs and for some reason while I was in the /etc/groups file as
> being a member of umlusrs, that didn't take effect ... I had to
> reboot. Does anyone know why that is? (newbie alert, newbie alert!)
[EMAIL PROTECTED] said:
> What versions of slirp are known to work with UML? I've had no luck with
> 1.0.16 from sourceforge, but 1.0.14pre1 works (or at least the I found
> from http://www.cs.ucsb.edu/~rich/class/cs270/projects.w07/project1/ )
the slirp-fullbolt binary from debian etch definitely
Is anyone still using skas3 on modern kernels? I've been booting on
2.6.23 with noprocmm to avoid crashing with "Kernel panic - not syncing:
switch_mm_skas - PTRACE_SWITCH_MM failed, errno = 22".
Jason
-
This SF.net email is
31 matches
Mail list logo