On 16/12/2008, at 12:13 AM, lanas wrote:
> Le Dimanche, 14 Décembre 2008 16:08:25 -0500,
> lanas a écrit :
>
>> I get the following error msg when I'm doing this:
>
> I also tried from the mconsole itself, with - suprisingly enough - the
> same results:
>
> uml_mconsole test3
> (test3) stop
> O
Le Dimanche, 14 Décembre 2008 16:08:25 -0500,
lanas a écrit :
> I get the following error msg when I'm doing this:
I also tried from the mconsole itself, with - suprisingly enough - the
same results:
uml_mconsole test3
(test3) stop
OK stopped
(test3) go
ERR Not stopped
(test3)
Makes me wond
Hi,
I get the following error msg when I'm doing this:
# uml_mconsole test3 stop
OK stopped
# uml_mconsole test3 go
ERR Not stopped
Is the UML stopped or not ? How can I verify that it is indeed
stop ? Should ssh'ing to it fail ?
I'd like to stop UMLs to make backups.
Thanks for any s
On Mon, Mar 17, 2008 at 08:40:09PM -0400, lanas wrote:
> So far, it looks all right.
>
> But then, there's no eth0 device in the uml, but an eth4 instead:
>
> uml2 # ip link ls
> 1: lo: mtu 16436 qdisc noqueue
> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> 2: eth4: mtu 1500 qdisc
I'm running into this curious problem. I start a uml (LFS base system)
with only one interface, lo:
uml2 # ip link ls
1: lo: mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
Then using uml_mconsole I add a eth device:
host: uml_mconsole uml2 config eth0=mcast
On Mon, Nov 12, 2007 at 10:03:21AM +0100, [EMAIL PROTECTED] wrote:
> Using the tun/tap metod and creating a bridge for each tap, or one for
> all, to add|remove the tap's from the bridge, should do like with a real
> switch.
Also, adding something to uml_switch to allow it to open or close a
tap d
[EMAIL PROTECTED] wrote:
> Sorry, probably my previous post was not explanatory enough.
> I think that my problem cannot be tackle tacking down eth0. Indeed, in my
> scenario, the network interface of the "mobile node" virtual machine need to
> be kept up for the whole time, because I want to kee
Sorry, probably my previous post was not explanatory enough.
I think that my problem cannot be tackle tacking down eth0. Indeed, in my
scenario, the network interface of the "mobile node" virtual machine need to be
kept up for the whole time, because I want to keep alive a tcp connection to
the
On Tue, Nov 06, 2007 at 05:34:36PM +0100, [EMAIL PROTECTED] wrote:
> I'm doing a simulation of a mobile ip application with uml...In the
> "mobile node" vm I need to disconnect eth0 from an uml_switch and
> connect it to another uml_switch (without switch off the vm). It's
> possible do it with uml
Hi,
I'm doing a simulation of a mobile ip application with uml...In the "mobile
node" vm I need to disconnect eth0 from an uml_switch and connect it to another
uml_switch (without switch off the vm). It's possible do it with
uml_mconsole?If yes,how?
many thanks!!
--
On Wednesday 14 February 2007 16:40, Erik Paulson wrote:
> On Wed, Feb 14, 2007 at 04:17:45AM +, Antoine Martin wrote:
> > Hi,
> >
> > Which version of uml utilities are you using?
> > I've successfully used non standard paths for years.
> > ie: uml_mconsole /path/to/mconsole
>
> It's not possi
On Wed, Feb 14, 2007 at 04:17:45AM +, Antoine Martin wrote:
> Hi,
>
> Which version of uml utilities are you using?
> I've successfully used non standard paths for years.
> ie: uml_mconsole /path/to/mconsole
>
It's not possible in uml_utilities_20040406, which is the latest version on
http:/
Hi,
Which version of uml utilities are you using?
I've successfully used non standard paths for years.
ie: uml_mconsole /path/to/mconsole
Antoine
ghannemann wrote:
> Hi
>
> Sadly I did not get any responses for the question a while back. Here it is
> again - in short.
>
> Why can I not set th
Hi
Sadly I did not get any responses for the question a while back. Here it is
again - in short.
Why can I not set the UML_DIR, the one uml console uses to store is data
(pid's etc) anywhere else but /tmp/uml or the home directory of the user
starting the UML?
I have set the UML_DIR parame
Hi all
I have start my UML's in the following manner:
screen -S -d -m su -
linux-2.4.27 mem=<196M> \
uml_dir ubd0s= ubd1s swap_fs umid=
eht0=tuntap,tapx,,
This all works fine except uml_mconsole appears to misbehave.
If I run uml_mconsole from the host logged in as root, i.
Hello,
I've observer when using 'uml_mconsole exec' that the command returns almost
immediately, indepently of the time taken performing the command issued. For
example, considering /tmp/foo a very big file (100MB, for example) existing
in the virtual machine filesystem, when issuing in host:
defels, Spain
Room 1.02
Tel : +34 93 645 29 12
Fax : +34 93 645 29 01
Email address: [EMAIL PROTECTED]
-Mensaje original-
De: Blaisorblade [mailto:[EMAIL PROTECTED]
Enviado el: jueves, 05 de octubre de 2006 23:43
Para: user-mode-linux-user@lists.sourceforge.net
CC: Nic James Ferrier; F
On Thursday 05 October 2006 20:51, Nic James Ferrier wrote:
> =?iso-8859-1?Q?Ferm=EDn_Gal=E1n_M=E1rquez?= <[EMAIL PROTECTED]>
>
> writes:
> > but, in spite of the message, it seems not being working because the file
> > "foo" doesn't get created in the virtual machine filesystem.
> >
> > Googling f
Blaisorblade <[EMAIL PROTECTED]> writes:
>> After that it should work.
> Note that I forgot it in some recent -bb/-bs releases, so you'll maybe need
> to
> take it from older ones.
I just tested it on 2.6.17.1 which is not so new now.
>> Thanks for pointing it out though. It's a really useful
=?iso-8859-1?Q?Ferm=EDn_Gal=E1n_M=E1rquez?= <[EMAIL PROTECTED]>
writes:
> but, in spite of the message, it seems not being working because the file
> "foo" doesn't get created in the virtual machine filesystem.
>
> Googling for "uml_mconsole exec", I found the following at
> http://www.user-mode-l
Hi,
Looking the 'help' output of mconsole_uml I've discovered the following:
exec - runs the specified command through /bin/sh -c
This is a wonderfull feature! I wonder when it was included (old versions of
uml_mconsole doesn't include it, and even the documentation in
http://user-mode-linux
21 matches
Mail list logo