Re: [uml-user] Reboot and halt impossible

2004-12-04 Thread David Cannings
Franck wrote: > i've a little problem this halt and reboot inside an UML. > When i'm typing "halt" or "reboot" command, i've this message "Power > down." but not reboot or halt :( > > It's very not cool when i'm lauching UML with screen :( What host and UML combination are you using? There are

Re: [uml-user] Fwd: failure notice

2004-12-06 Thread David Cannings
Blaisorblade wrote: > Is it just me getting such bounces? I've diagnosed them earlier, with a > different message, and the problem is that someone subscribed (I discovered > in the other version that it's [EMAIL PROTECTED]) [..] I blacklisted that address a while back for sending me bounce messa

Re: [uml-user] Basic compilation error.

2004-12-08 Thread David Cannings
Jaiwant Mulik wrote: > I looked at that document and have tried "make ARCH=um" but errors again. As Christopher said, you'll need to 'make mrproper' first before retrying. Save your .config file before doing so. If you don't understand this and can bare the few minutes, remove the whole kernel t

Re: [uml-user] 2.4.28 patch

2004-12-09 Thread David Cannings
Hegedus Gabor wrote: > Where can I found the 2.4.28 uml kernel skas3 patch? host-skas3-2.4.25.patch from http://user-mode-linux.sourceforge.net/dl-sf.html should apply to 2.4.28. The SKAS patch is for the host kernel, not the UML kernel. David --

Re: [uml-user] internet provider enable only 1 MAC to outside

2004-12-11 Thread David Cannings
Hegedus Gabor wrote: > I have a problem! My internet provider only let out 1 MAC address but > I'm running 12 uml with uml-br interfaces (with bridging, and iptables.) > And the providers router disable me. > > How can I make provider only see 1 MAC addr? What sort of connection do you have? You

Re: [uml-user] UML & Network... HELP

2005-01-28 Thread David Cannings
Christian Wicke wrote: > Hello Romain, >> I've any problems with network and UML. Somebody have a documentation on >> how to configure the network? I try with Tuntap transport but i lose my >> connection on my own host computer and in UML computer, i've not network... >> Tuntap is the better solut

Re: [uml-user] Networking Problem

2005-03-02 Thread David Cannings
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

Re: [uml-user] networking

2005-03-16 Thread David Cannings
[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

Re: [uml-user] IP traffic not relayed by bridge ?

2005-04-26 Thread David Cannings
Shavian Shakes wrote: > I am trying to get multiple UML instances talk to each other using a > bridge. > Any help, pointers or doc/sites references will be a great help. Please try and see if http://edeca.net/articles/bridging/ helps you at all. You can do this with public or private interfaces

Re: [uml-user] applying a .diff.bz2 patch

2005-05-20 Thread David Cannings
ashwin tanugula wrote: > Hi > How do i apply a .diff.bz2 patch to a linux kernel? Copy the patch to your kernel source directory and run something similar to the below: # bzcat patch.diff.bz2 | patch -p0 Note that the patch level might be different, if in doubt try -p1, -p2, etc. You'll soon kn

Re: [uml-user] Bridging problems

2005-05-24 Thread David Cannings
Celso González wrote: > 1. ifconfig eth0 0.0.0.0 promisc up .. > 7. brctl addif uml-bridge eth0 These look good, but obviously you haven't added the UML TAP yet. > The bridge it's up, but I lose all the conectivity in the machine even > a single ping doesnt respond. I am assuming here that you m

Re: [uml-user] SNAT and DNAT

2005-07-08 Thread David Cannings
On Friday 08 July 2005 08:02, [EMAIL PROTECTED] wrote: > I understand that a switch network setting is best for creating many > UML's with any number of ips per UML. I have also read a few tutorials > and believe i am too inexepericed to recompile the kernel to allow > bridging to be setup. > i rec

[uml-user] Bridging HOWTO

2006-01-01 Thread David Cannings
Hello, It's time to update the bridging HOWTO again, but I need a little help. I would like to expand it so that there is information about setting up bridges in different distributions, using the standard init scripts. I know that Gentoo has init scripts that support it, but I don't use any o

Re: [uml-user] Bridging HOWTO

2006-01-06 Thread David Cannings
On Sunday 01 January 2006 19:59, David Cannings wrote: > Hello, > > It's time to update the bridging HOWTO again, but I need a little help. I > would like to expand it so that there is information about setting up > bridges in different distributions, using the standard init

Re: [uml-user] Network not accessible in uml

2006-01-19 Thread David Cannings
On Thursday 19 January 2006 04:54, dileep reddy wrote: > I am confronted with strange problem. I installed uml 2.6.13 kernel, and > had been working on it for quite sometime. As the specification says, it > doesn't support wireless interface. But, I want to use wireless device for > some purpose.