Displaying 20 results from an estimated 1000 matches similar to: "2.6.21 and UML"
2007 Jul 10
3
console lock up
hello,
I am using 2.6.21, lguest-2.6.21-307.patch.gz and an image from
http://uml.nagafix.co.uk/Fedora7/Fedora7-x86-root_fs.bz2
the console hangs, is this expected or caused by the image? I can
still ssh to it or if I boot in single user mode the console is
available but running init3 and it's hung.
also is it possible to get the last gz patch released for 2.6.21?
2007 Jul 10
3
console lock up
hello,
I am using 2.6.21, lguest-2.6.21-307.patch.gz and an image from
http://uml.nagafix.co.uk/Fedora7/Fedora7-x86-root_fs.bz2
the console hangs, is this expected or caused by the image? I can
still ssh to it or if I boot in single user mode the console is
available but running init3 and it's hung.
also is it possible to get the last gz patch released for 2.6.21?
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 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 a kernel with the Zaptel Dummy timing
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
2017 Jun 10
1
[PATCH] lib: direct, uml: Unblock SIGTERM in the hypervisor and recovery processes (RHBZ#1460338).
If SIGTERM is blocked in the main program, then it ends up still 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
1999 Apr 08
0
samba v2.0.3/Solaris 2.5.1/HP-UX 11.0/Rational ClearCase v3.2.1
Hi -
I'm getting timouts trying to access us1.samba.org or I'd look through the
archives first.
Anyone currently supporting any versions of Rational's
ClearCase/samba/UNIX/NT?
We are currently running samba v2.0.3 on both HP-UX 11.0 (vob server) and
Solaris 2.5.1 (view server). Rational ClearCase v3.2.1 on the two UNIX and
NT Workstation 4 (some SP3, some SP4) We currently support
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
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
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
2005 Mar 22
0
Re: [uml-user] NPTL/db4 problem with FC3
(Me Too ++: I''m running into the same issues with a non-nptl DB4 and rpm
on rhel4)
And making it even more interesting:
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-notes/as-x86/
"Red Hat Enterprise Linux 5 will no longer include support for
LinuxThreads. Therefore, applications that require LinuxThreads support
must be updated before they will be able to
2006 Jul 11
0
Crossbow and UML
Hey ..This looks very much like the user-mode linux i used to work on. not gone thru the Xen specs but what crossbow looks like is solaris version of UML[user-mode linux] . last time i was almost killed testing free/swan on a virtual testbed using UML. gosh... matching the root filesystem version with the kernel was the biggest fight...lately had to build my own with mkrootfs :) ... best view of
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
2010 Sep 22
2
Dovecot needs to be built with SSL support?
I intend to use Dovecot without SSL. Hence, I built it without SSL support. When I am trying start Dovecot, I am getting the following error message. I have set ssl=no in 10-ssl.conf. Can anyone please let me know if it is possible to build and run Dovecot without SSL support?? If it is, how can I overcome the following error message?
?
Thanks a lot.
Srini
?
Sep 21 11:18:11 master: Info: Dovecot
1999 Apr 07
1
Persistent locked files & Win95
I often find with Samba v2.0.3 that files accessed via Win95 (OSR2) stay
locked forever after exiting the application that used them.
I've got an application called Visual SlickEdit (VSE), which is installed
on a shared drive. The drive is an exported Samba share from my RedHat
v5.2 (kernel v2.2.5) server. Both the Win32 and OS/2 versions of VSE are
installed beneath the same subdirectory
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
2006 Jun 26
0
[klibc 13/43] UML: the klibc architecture is the underlying architecture
On UML: the klibc architecture is the underlying architecture, so set
KLIBCARCH to SUBARCH.
Signed-off-by: H. Peter Anvin <hpa at zytor.com>
---
commit 018604e070e143657abcf0cb256a1e2dda205d97
tree 1b853903ca6af49d9f437cfd694aec61ef1d488e
parent baacd5d81ff7151e8df3893850ec363441886a1e
author H. Peter Anvin <hpa at zytor.com> Mon, 15 May 2006 21:25:33 -0700
committer H. Peter Anvin
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 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