search for: uml

Displaying 20 results from an estimated 612 matches for "uml".

Did you mean: mul
2013 Aug 09
5
[PATCH 0/4] Not quite working User-Mode Linux backend.
This is a User-Mode Linux backend for libguestfs. You can select it by doing: export LIBGUESTFS_BACKEND=uml export LIBGUESTFS_QEMU=/path/to/vmlinux Note we're reusing the 'qemu' variable in the handle for convenience. QEmu is not involved when using the UML backend. This almost works. UML itself crashes when the daemon tries to connect to the serial port. I suspect it's because I...
2007 Mar 17
1
Building a UML image of CentOS 4.4
I'm wondering what the best way of building a UML image is; I tried the following based on documents I found on the web for FC2 mkdir -p $T/etc $T/dev $T/proc $T/sys $T/var/tmp $T/var/cache/yum \ $T/var/lock/rpm $T/var/cache/yum/update/headers \ $T/var/cache/yum/update/packages touch $T/etc/fstab mknod $T/dev/null c 1...
2012 Mar 26
1
[PATCH] configure.in: fix AC_ARG_ENABLE and AC_ARG_WITH
.... --- configure.in | 50 +++++++++++++++++++++++++++++++++----------------- 1 files changed, 33 insertions(+), 17 deletions(-) diff --git a/configure.in b/configure.in index 2ea69f6..a03baf6 100644 --- a/configure.in +++ b/configure.in @@ -73,30 +73,44 @@ case $host_os in esac AC_ARG_ENABLE(uml, - AS_HELP_STRING([--enable-uml], [enable support for User Mode Linux]), - [ AC_DEFINE(ENABLE_UML, 1, [Support for UML]) - uml=true - ] + AS_HELP_STRING([--disable-uml], [enable support for User Mode Linux]), + [ AS_IF([test "x$enable_uml" = "xyes"], + [ AC_DEFINE(E...
2013 Aug 09
4
[PATCH v2 0/4] Experimental User-Mode Linux backend.
v1 was here: https://www.redhat.com/archives/libguestfs/2013-August/msg00005.html This now works, to some extent. The main problem now is that devices are named /dev/ubd[a-] which of course confuses everything. I'm thinking it may be easier to add a udev rule to rename them. Rich.
2010 Jan 28
1
Trouble getting past net join ads...
...ue a ticket, but where I am running into a wall is with the net join ads part... It appears to work in that setting the correct dn and using the username given to me by Jim for binding to the windows server passes back a message that looks OK: > nanoelecfs:/home/joel# net ads dn 'DC=fs,DC=uml,DC=edu' join -U XXXXX > Enter XXXXX's password: > Got 1 replies But if I try to test this by issuing the net ads testjoin command, I am always asked this (highlighted in red): > nanoelecfs:/home/joel# net ads testjoin > Enter NANOELECFS$@FS.UML.EDU's password: > [2010/...
2012 Dec 25
3
[LLVMdev] [cfe-dev] Do you use UML utility programs?
Hi Sean Silva, Maybe I am the only one who is trying to use UML. In my team, I am also the only one who draws UML diagrams. I expected there be someone who use UML like me. But it's maybe not as your opinion. Maybe doxygen is enough for majority of people. Thanks for your reply. Sincerely Journeyer J. Joh 2012/12/25 Sean Silva <silvas at purdue.edu&g...
2006 Sep 19
18
Open Source UML Tool for Ruby on Rails?
I am new to web development, Ruby on Rails, and UML as well. I was wondering if there were any free tools available for UML design. There is a list of free tools on wikipedia under UML tools, but I don''t understand if I need a tool that supports the ruby language. If anyone uses a free UML tool for designing Ruby on Rails apps, please let...
2012 Dec 24
2
[LLVMdev] Do you use UML utility programs?
Hello list, I'd like to know if people use UML tool to analyze and/or document LLVM/Clang. I use StarUML. It's free and very good though it's free. But I consider using a commercial program. Because the organization I belong is willing to support for this. I don't think I will use these tools to write code. I think I will use thes...
2007 Apr 18
2
[Bridge] Re: [2.4.22] bad interaction between e100 and bridge: BUG at dev.c:991!
...till the bridge is about to enter forwarding state on eth1. > > I have reproduced this with earlier kernels (2.4.20+) too but they > were heavily patched. This is a pristine 2.4.22. > > Strange but true: This works when using eepro100 insted of e100. > > > details: > uml:~# brctl addbr br0 > uml:~# brctl stp on > uml:~# brctl addif br0 eth0 > uml:~# ip link set eth0 up > uml:~# brctl addif br0 eth1 > uml:~# brctl setpathcost br0 eth1 1000 > uml:~# ip link set eth1 up > uml:~# tail /var/log/kern.log > [junk deleted] > Aug 27 17:07:44 uml...
2019 May 22
4
custom virt-io support (in user-mode-linux)
Hi, While my main interest is mostly in UML right now [1] I've CC'ed the qemu and virtualization lists because something similar might actually apply to other types of virtualization. I'm thinking about adding virt-io support to UML, but the tricky part is that while I want to use the virt-io basics (because it's a nice inte...
2019 May 22
4
custom virt-io support (in user-mode-linux)
Hi, While my main interest is mostly in UML right now [1] I've CC'ed the qemu and virtualization lists because something similar might actually apply to other types of virtualization. I'm thinking about adding virt-io support to UML, but the tricky part is that while I want to use the virt-io basics (because it's a nice inte...
2012 Dec 24
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
...programmer at gmail.com> wrote: > Do you use one of these tools? If so let me know your experience. > And I don't believe people use these to generate code for LLVM/Clang. I personally don't use any tool like that. My impression is that most developers here do not use any kind of UML code generation; I could, of course, be wrong. -- Sean Silva
2007 Sep 06
0
Asterisk on UML (User Mode Linux)
What's the current thinking on running Asterisk in a UML environment? I saw some discussion about Xen and asterisk on a Xen DomU. I'm currently running Asterisk in a UML and have noticed poorer quality on calls. I'm only using SIP and IAX2 trunks. No hardware adapters. I guess timing is important, but even if I could get the provider to install...
2019 May 22
1
custom virt-io support (in user-mode-linux)
On 22/05/2019 14:02, Johannes Berg wrote: > Hi, > > While my main interest is mostly in UML right now [1] I've CC'ed the > qemu and virtualization lists because something similar might actually > apply to other types of virtualization. > > I'm thinking about adding virt-io support to UML, but the tricky part is > that while I want to use the virt-io basics (bec...
2012 Dec 25
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
UML diagrams can be really helpful for explaining how a piece of code works (such as the diagrams in your klang project on github). The main reason I don't draw them is that I haven't found convenient tools to use which integrate well with my workflow. Doxygen produces class diagrams, but I wo...
2017 Jun 10
1
[PATCH] lib: direct, uml: Unblock SIGTERM in the hypervisor and recovery processes (RHBZ#1460338).
...being blocked in the subprocess after we fork. This means that we cannot kill qemu by sending SIGTERM to it. This commit fixes the problem by unblocking SIGTERM unconditionally after fork. Thanks: wtfuzz on IRC for reporting and analysis. --- lib/launch-direct.c | 15 +++++++++++++++ lib/launch-uml.c | 11 +++++++++++ 2 files changed, 26 insertions(+) diff --git a/lib/launch-direct.c b/lib/launch-direct.c index 8558cde5e..168ee367b 100644 --- a/lib/launch-direct.c +++ b/lib/launch-direct.c @@ -361,6 +361,7 @@ launch_direct (guestfs_h *g, void *datav, const char *arg) const char *cpu_mo...
2007 Apr 18
2
[PATCH 1/6] i386 virtualization - Fix uml build
* zach@vmware.com (zach@vmware.com) wrote: > Attempt to fix the UML build by assuming the default i386 subarchitecture > (mach-default). > > I can't fully test this because spinlock breakage is still happening in > my tree, but it gets rid of the mach_xxx.h missing file warnings. I assume this is intended to fix a build error caused by patches in...
2007 Apr 18
2
[PATCH 1/6] i386 virtualization - Fix uml build
* zach@vmware.com (zach@vmware.com) wrote: > Attempt to fix the UML build by assuming the default i386 subarchitecture > (mach-default). > > I can't fully test this because spinlock breakage is still happening in > my tree, but it gets rid of the mach_xxx.h missing file warnings. I assume this is intended to fix a build error caused by patches in...
2008 Feb 27
1
Ask About ruby-uml
Any body here has used ruby-uml from http://ruby-uml.rubyforge.org/ ?? I dont know how to use it, would you mind to share your experience on it? OR Have you found plug-in or gem for generating application code like controllers, models, views to sequence diagram ? I have tried RailRoad, but it can not create sequence diagram,...
2005 Mar 31
1
can''t use shorewall in a UML-Session
Hi folks, sorry for my bad english, but I am not a native speaker. I want to setup a virtual firewall-host in a UML-Session. I''m using Kernel 2.4.27-um1 and shorewall 2.2.2-2 from Debian sarge. I have 4 nic''s in my System: eth0 -> localnet 0 eth1 -> localnet 1 eth2 -> wlan eth3 -> DSL/ppp0 I''m using four bridges br0,br1,br2,br3. The UML firewall host is connected over 4 t...