On Thu, Apr 17, 2008 at 03:33:20PM +0100, Brendan McNally wrote:
>
Could you perhaps try sending some normal plain text?
Jeff
--
Work email - jdike at linux dot intel dot com
-
This SF.net email is s
On Thu, Feb 07, 2008 at 06:24:00PM +0530, Rajkumar Pennadam R - TLS , Chennai
wrote:
> I can ping from 11.11.11.2/24 to node2's interfaces, but not to node1's
> eth0 interface.
>
> OSPF detects the neighbors in all three nodes, and I also see the routes
> are installed.
What exactly is the prob
On Wed, Dec 26, 2007 at 05:15:05PM -0500, Martin Paraskevov wrote:
> Thanks for your reply. I am using Debian Lenny and I added my user to
> the uml-net group but I'm still getting the same error. When I run uml_net
> as root it appears that uml_net is not installed at all:
>
> venus:~# uml_net
>
It turns out that when I ran tunctl:
% sudo tunctl
it creates a tap0 interface owned by root. I'm running the UML
instance as martin
and I think that's why the operation was not permitted. After I ran:
% sudo tunctl -u martin
I was able to go on (I'm going through the User Mode Linux book but
t
On Wednesday 26 December 2007, Martin Paraskevov wrote:
> Hi there,
>
> I'm new to uml and tried to set up networking but when I run the
> command:
>
> [EMAIL PROTECTED] ~]# ifconfig eth0 192.168.1.253 up
>
> I get the following error:
> ...
If this is using the Debian uml-utilities package, try
On 12/26/07, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> Hi Jeff,
>
> Thanks for your reply. I am using Debian Lenny and I added my user to
> the uml-net group but I'm still getting the same error. When I run uml_net
> as root it appears that uml_net is not installed at all:
>
> venus:~# uml_net
On Wed, Dec 26, 2007 at 05:15:05PM -0500, Martin Paraskevov wrote:
> Thanks for your reply. I am using Debian Lenny and I added my user to
> the uml-net group but I'm still getting the same error. When I run uml_net
> as root it appears that uml_net is not installed at all:
It's there somewhere, j
I downloaded the uml-utilities from here:
http://user-mode-linux.sourceforge.net/minis.html#utils
but when I make it I get the following error:
venus:/home/martin/downloads/tools-20070815# make
set -e ; for dir in lib jail jailtest humfsify mconsole moo
port-helper tunctl uml_net uml_switch watc
Hi Jeff,
Thanks for your reply. I am using Debian Lenny and I added my user to
the uml-net group but I'm still getting the same error. When I run uml_net
as root it appears that uml_net is not installed at all:
venus:~# uml_net
-su: uml_net: command not found
I installed the debian package uml-u
On Wed, Dec 26, 2007 at 05:06:27AM -0500, Martin Paraskevov wrote:
> helper_child - execvp of 'uml_net' failed - errno = 13
Looks like you have uml_net installed, but no permission to run it.
Look at its permissions and see what group you need to be in. Debian
has a uml_net group or something tha
1 con=pts
Thanks,
Jason
> -Original Message-
> From: Jonas Meyer [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 23, 2007 5:19 PM
> To: Jason Gauthier
> Cc: user-mode-linux-user@lists.sourceforge.net
> Subject: Re: [uml-user] Networking and VLANs
>
> I would
I would recommend you use tun/tap. I use the following scripts that I
wrote. They assume that you have installed the "uml-utilities" package,
that each uml has a file named "root_fs" and "swap" in its home
directory, and that each uml user was added to the "uml-net" group.
Also, you need to creat
On Wednesday 17 October 2007 11:34 pm Peter Chant wrote:
> On Wednesday 17 October 2007, David Houlden wrote:
> > Using udev, the tap0 interface doesn't come up on the host and in the
> > guest I get device not found from "ifconfig eth0 192.168.1.51 up". What I
> > have found is that in /proc/net/d
It's ok. Problem solved. The mac addresses were being remembered in udev rules
by Slackware and because I got a different address each time, the eth device
number was being incremented. With a fixed mac address on the eth0= startup
parameter and a reset of the udev rules it now works.
Dave.
On
On Wednesday 17 October 2007, David Houlden wrote:
> Using udev, the tap0 interface doesn't come up on the host and in the guest
> I get device not found from "ifconfig eth0 192.168.1.51 up". What I have
> found is that in /proc/net/dev on the guest I have a device eth17. Next
> time I boot the gu
--- ghannemann <[EMAIL PROTECTED]> wrote:
> Hi everybody - my first post!
>
> I have been running UML successfully close to 18 months.
> I general run a Debian Sarge host, using 2.6.8 kernel and the UML's still
> run a 2.4.27 kernel.
> The host hardware is an Intel based system with 2G of memor
Alle 20:58, venerdì, 14. luglio 2006, hai scritto:
> That kernel came from my development tree, which had the TLS patches
> in it. However, I don't fiddle the kernel version to reflect that.
> So, that kernel claimed to be 2.6.16, even though it was really 2.6.16
> + TLS patches + a bunch of other
On Fri, Jul 14, 2006 at 07:20:10PM +0200, Josef Spillner wrote:
> Alle 21:23, gioved?, 13. luglio 2006, Jeff Dike ha scritto:
> > The combination boots fine here - I wouldn't have put them up otherwise.
>
> But now I'm confused - one other mail stated to use 2.6.17 because versions
> before this
On Friday 14 July 2006 19:20, Josef Spillner wrote:
> Alle 21:23, giovedì, 13. luglio 2006, Jeff Dike ha scritto:
> > The combination boots fine here - I wouldn't have put them up otherwise.
>
> But now I'm confused - one other mail stated to use 2.6.17 because versions
> before this weren't TLS-aw
Alle 21:23, giovedì, 13. luglio 2006, Jeff Dike ha scritto:
> The combination boots fine here - I wouldn't have put them up otherwise.
But now I'm confused - one other mail stated to use 2.6.17 because versions
before this weren't TLS-aware.
> What's your host?
It's still the same stock Debian
On Wed, Jul 12, 2006 at 05:14:17PM +0200, Josef Spillner wrote:
> The uml_net helper tool was indeed in /usr/lib/uml, and moving it fixed the
> hang. Isn't there a better error indiciation than just hanging in the case of
> the utility not being present?
Yes, there is. This was a stupid bug, wil
Alle 21:21, mercoledì, 12. luglio 2006, hai scritto:
> Vanilla 2.6.16 kernel don't have TLS support, only ones with -bs. Upgrade
> to 2.6.17.
I've got a working system already.
This doesn't change the problem that the kernel + image combination on the
webpage doesn't work out of the box. The kern
On Wednesday 12 July 2006 16:59, Josef Spillner wrote:
> Hi,
>
> Alle 03:22, venerdì, 7. luglio 2006, Jeff Dike ha scritto:
> [NPTL errors on stock download kernel+image]
>
> > The kernel linked there has NPTL support. What exactly were the errors?
>
> """
> cannot set up thread-local storage: set
On Wednesday 05 July 2006 20:24, Josef Spillner wrote:
> Hello,
>
> remove_umid_dir - actually_do_remove failed with err = -2
> BUG: warning
> at /home/jdike/linux/2.6/linux-2.6.16/kernel/irq/manage.c:274/free_irq()
> 08962c2c: [<0805857c>
Alle 22:16, mercoledì, 5. luglio 2006, hai scritto:
> On Wed, Jul 05, 2006 at 08:24:42PM +0200, Josef Spillner wrote:
> > Hello,
> >
> > after finding a combination of kernel and root fs which don't throw
> > NPTL-related errors on me (like the ones linked on the "new" webpages
> > do), working ins
Hi,
Alle 03:22, venerdì, 7. luglio 2006, Jeff Dike ha scritto:
[NPTL errors on stock download kernel+image]
> The kernel linked there has NPTL support. What exactly were the errors?
"""
cannot set up thread-local storage: set_thread_area failed when setting up
thread-local storage
Kernel panic
On Wed, Jul 05, 2006 at 08:24:42PM +0200, Josef Spillner wrote:
> Hello,
>
> after finding a combination of kernel and root fs which don't throw
> NPTL-related errors on me (like the ones linked on the "new" webpages do),
The kernel linked there has NPTL support. What exactly were the errors?
On Wed, Jul 05, 2006 at 08:24:42PM +0200, Josef Spillner wrote:
> Hello,
>
> after finding a combination of kernel and root fs which don't throw
> NPTL-related errors on me (like the ones linked on the "new" webpages do),
> working inside UML is all fine but I cannot get the eth0 interface up.
>
On Wednesday 06 July 2005 18:29, Carl Holtje wrote:
> All-
>
> I'm having trouble understanding exactly how a UML network should be set
> up..
>
> My goal is to have multiple VMs on separate networks (ie, 192.168.1.x,
> 192.168.2.x, etc) over one physical interface.. I'm interested in two
> configu
Paulo,
Have you followed the instructions on the wiki? They can be found at:
http://uml.harlowhill.com/index.php/UMLNetworking
Tony
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Paulo da Silva
> Sent: Friday, May 06, 2005 2:39 PM
> To: user-mode
[EMAIL PROTECTED] wrote:
> Is it possible to run a multicasting server-client utility between to
> UMLs started using TUNTAP. I used TUNTAP because I want to talk to the
> host machine also.
Try:
http://edeca.net/articles/bridging/
It might not be perfect for your situation but should answer a f
Greg Furlong wrote:
> I have been attempting to set up a network in UML using TUN/TAP
>
> I have followed the instructions on the website but have not had
> success
Perhaps a quick read of the bridging HOWTO at
http://edeca.net/articles/bridging/ would help you. There is no need to
actually use
Hi Greg,
On Mon, Feb 21, 2005 at 07:50:53PM +, Greg Furlong wrote:
> I have been attempting to set up a network in UML using TUN/TAP
> I booted my UML using Linux ubd0=file_system eth0=tuntap,,,host-ipaddress
> I ran the command ifconfig eth0 host-ipaddress up
OK - that's wrong. The addres
On Friday 14 January 2005 15:06, [EMAIL PROTECTED] wrote:
> hi,
>
> I compiled a 2.6.10 guest-kernel. kernel is running, but networking doesn't
> work. with a precompiled 2.4.26 kernel networking is running.
Not enough info... networking in 2.6.10 is not buggy for what I know.
I can only provide w
Nothing obviously missing in the config. You'll need to debug this
the usual way, by checking the logs and outputs from various network
utilities.
If you are comparing 2.6.10 with the Debian 2.4.26-3um-1 package, then
check to see if the specific Debian patches used in the built-in
package ma
http://luisa.dev-factory.de/kernel_config.txt
> Can you post the contents or a link to your config file?
>
> On Friday 14 January 2005 09:06 am, [EMAIL PROTECTED] wrote:
> > hi,
> >
> > I compiled a 2.6.10 guest-kernel. kernel is running, but networking
> > doesn't work. with a precompiled 2.4.26
Can you post the contents or a link to your config file?
On Friday 14 January 2005 09:06 am, [EMAIL PROTECTED] wrote:
> hi,
>
> I compiled a 2.6.10 guest-kernel. kernel is running, but networking
> doesn't work. with a precompiled 2.4.26 kernel networking is
> running.
>
> I using tun/tap for netw
alex katebi wrote:
Hello Everyone,
I am developing an ip router that will run on a uml. Each uml could have many ethernet
interfaces.
Hi,
You might want to look at the VNUML project:
http://usermodelinux.org/modules.php?name=News&file=article&sid=150
--
Vincent
38 matches
Mail list logo