similar to: Running UML on CentOS?

Displaying 20 results from an estimated 10000 matches similar to: "Running UML on CentOS?"

2007 Apr 19
1
UML under Centos5
Has anyone been able to get UserModeLinux to work under CentOS5? I've got an image which works fine under CentOS4.4 but when I try it under CentOS5 then it hangs just after mounting root kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Now, I'd read this was a known issue because of
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 3 chmod 666 $T/dev/null mount --bind /proc
2007 May 19
1
Oddity with 4.5 and linode.com
I just did a "yum update" on my linode instance to update from 4.4 to 4.5. That worked just fine. But on reboot it took 3 minutes to do the "checking for new hardware" stage. I initially thought that's because of a new release, so I did another reboot. That also took 2 minutes. OK, a minor issue (I don't reboot often) but... dunno if this is a UML issue or a linode
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>: > On Mon, Dec 24, 2012 at
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, only class diagram for controllers and models. Thank You for your
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 these to do a documentation and analyze code. So the
2012 Dec 24
0
[LLVMdev] [cfe-dev] Do you use UML utility programs?
On Mon, Dec 24, 2012 at 2:08 AM, Journeyer J. Joh <oosaprogrammer 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,
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 the earlier set which added
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 the earlier set which added
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 would really like to have something which produces sequence diagrams (such as
2005 Oct 13
2
French Guide on Xen[debian, netbsd] and Uml[debian] install and use
Hello, For those those who speak french and are interested. I wrote a guide about Uml and Xen virtualisation solution for course purpose. Cheers, François Visconte _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2004 Nov 16
1
UML programming
hello, I'd like to know if it is possible to use R in a UML way by creating classes, methods,etc... If yes, can you please give me links for documentation and example ? thanks [[alternative HTML version deleted]]
2015 Mar 12
6
Docs strategy and tactics [RFC]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've been thinking for a little while, and talking with people, about what would be a good documentation strategy for the CentOS Project. == tl;dnr aka Summary This is a proposal around creating new, short-format documentation about doing cool new things on top of CentOS Linux. These docs would support the work of the various SIGs (Cloud,
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 me know what you use.
2009 Dec 30
1
UML Class and Object Diagrams in R
Hi all Does anyone know if there are any R packages available for creating UML class and object diagrams in R (suitable for use with Latex)? I'm considering developing such a system... Note, I'm aware there are Latex packages (so no one needs to state the obvious). On a side issue I'm thinking about (mostly) abandoning the class system I mentioned earlier. Thank you to Martin
2007 Jul 07
4
Virtualization question
I want to use Centos5 as my host os and virtualize a windows server on it. My question is..do i have to be at the machine to setup the windows server inside the virtual server since windows 2k3 is gui based or can i do this remotely somehow? -- My "Foundation" verse: Isa 54:17 No weapon that is formed against thee shall prosper; and every tongue that shall rise against thee in
2009 May 10
4
How to generate UML diagrams from existing ruby code?
Hi, thanks for reading. Till now, I''ve used railroad to visualize my models. But as far as I can see, there''s no possibility to add information about the model class methods. Methods are only added to a diagram, if you visualize your controllers. Is there a way to change this behavior? I''ve looked out for something else and found ''ruby-uml'', seems to
2015 Mar 16
2
Docs strategy and tactics [RFC]
> On Mon, Mar 16, 2015 at 10:48 PM, Shaun McCance <shaunm at redhat.com> wrote: > I like putting focus on this. It provides people a resource for things > they actually want to do. Nobody wants just an operating system. I also > think it's a great avenue for getting community contributions. It's easy > to make a one-time contribution on a topic you know well without
2008 Aug 28
1
Font display problem with Text in UML-Notes of Enterprise Architect (wine-1.1.3 in Ubuntu Hardy)
Hi, I'm having medium success with Enterprise Architect 7.1 in wine. While crossover-office-6.0.0 (in Ubuntu Edgy) is able to display the fonts in the: + Key-Store Config dialog (where you have to enter the product keys) + UML diagram (class diagram) NOTES-Item - this does NOT work with wine-1.1.3 and also the last wine version before 1.0 in Ubuntu (different versions). The strange thing
2007 Nov 13
1
Release: VMKNOPPIX for X86/X86_64 with Xen3.1.1, KVM48, UML, QEMU, VirtualBox
Dear, We released new VMKNOPPIX for x86/x86_64. http://unit.aist.go.jp/itri/knoppix/vmknoppix/index-en.html VMKNOPPIX-CD for x86 (20071101) VMKNOPPIX-CD for x86_64 (20071107) This version includes Xen3.1.1, KVM48, x86_64 kernel with IA32 emulator, etc. The included software is as follows. KNOPPIX 5.1.1 (kernel 2.6.19) with Xen3.1.1 (DomU&HVM)