User-Mode Linux Merged Into 2.5 Kernel
An anonymous reader writes "With little fanfare, User Mode-Linux (UML) has been merged into Linus' BitKeeper tree. The merge followed a patch by UML author Jeff Dike, resynching UML with the 2.5.34 development kernel.
From the UML homepage, User-Mode Linux provides you with a virtual machine that offers 'a safe, secure way of running Linux versions and Linux processes. Run buggy software, experiment with new Linux kernels or distributions, and poke around in the internals of Linux, all without risking your main Linux setup.'" There's more UML resources available at the community site.
I'd imagine there are alot of "weekend warriors" who would dabble more, and possibly contribute, but hold back not wanting to screw up their system.
Maybe linux development will speed up a bit.
I don't need no instructions to know how to rock!!!!
I have a RedHat box that's colocated that I wanted to move over to Debian - so I installed UML and loaded Debian onto one partition, got everything set up correctly and told LILO to boot off the new slice. After a few minutes of praying Debian came up running all the correct services.
Thanks to the UML team!
User-Mode Linux provides you with a virtual machine that offers 'a safe, secure way of running Linux versions and Linux processes. Run buggy software, experiment with new Linux kernels or distributions, and poke around in the internals of Linux, all without risking your main Linux setup.'
Finally, something that will get Linux accepted as a viable desktop operating system for all levels of users!
-- "Complacency is a far more dangerous attitude than outrage." -Naomi Littlebear
Well it does say "run buggy software" :)
I imagine there are honeypot applications for something like this. You could make a cracker totally believe they had broken in when in reality they are just in a UML.
For the ultra paranoid you could also make a backup copy of your whole UML partition and only run services in that, periodically restoring it from backup, and copying in the new data that is stored on the real OS. If you got broken into, it wouldn't really matter.
I've had enough abrasive sigs. Kittens are cute and fuzzy.
any person who likes to poke around with linux knows how eternally annyoing it is to crash your main box. For this reason, i had set up a 486 for "poking". We all know how much we love to poke around on THE WORLDS SLOWEST MACHINE!!!!
UML is something that i haden't heard about, prolly because i havent kept up, but this sounds freaking awesome!
"Martha Stewart can lick my Scrotum......do i have a scrotum?" -- Sharon Osbourne
Any word on how UML compares to the FreeBSD emulation of Linux? I've heard claims that FreeBSD can run Linux binaries faster than Linux, so it would be interesting for a one-on-one comparison of User-Mode Linux and FreeBSD Linux emulation.
"The lesson to be learned is not to take the comments on slashdot too literally." --Vinnie Falco, BearShare
Every time I've seen UML mentioned, it's in refrence to kernel programing/X programing/programing in general/software testing/etc. I understand how it would be incredibly usefull in this circumstances. But my question to you guys is this: how would it benifit Joe User to have this installed if he just surfs the web, does e-mail, plays games, GIMPs, etc? Other than just another layer of crash protection, what good is this to the masses?
Comment forecast: Bits of genius surrounded by a sea of mediocrity.
Well, yes it is, but if you want to take advantage of the security, and debug processes in depth, then you might have some problems.
Many of you will probably remember the Reverse Challenge. One evening I downloaded the malicious binary, and decided that UML would be ideal to try running it in a tightly controlled enironment - using fenris to trace its execution and learn more about it.
Unfortunately, fenris doesn't work under UML (neither does strace if I remember correctly).
Shame. It's a lot cheaper than VMWare!
So, cool to see it gets the official seal of approval.
Try not. Do or do not, there is no try.
-- Dr. Spock, stardate 2822-3.
So hot right now. Linux.
I know that FreeBSD's jail allows for some level of virtualization. My question is, how technically does this differ from the jail mechanism or does it?
As a side note this sounds like a really cool idea, especially if you could virtualize multiple instances.
-Peter
. Penguins Surely Ca
Right. The quote I'm thinking of goes something like this....
"When you make something idiot-proof, the world just makes a better idiot".
Newbies will _find_ a way to hose thier machine, even with UML. You can bet on it. Me, I'm hoping I, er, they still can - there's no better way to learn how stuff _really_ works than by fixing it after you've "Blowed it up rreeaaaalll goooood!"
Soko
"Depression is merely anger without enthusiasm." - Anonymous
To comment on my own story. It looks like NSA has gotten some of its code merged into 2.5.27 and .29. Sorry for not looking first. I think this would have made a good story for Slashdot also.
http://www.nsa.gov/selinux/news.html
A Beowu*smack* ow.
Cheers
Stor
"Yeah well there's a lot of stuff that should be, but isn't"
Comparing UML to FreeBSD's API redirector (usually misnamed "Linux emulation") is like comparing Windows running in VMware to WINE. VMWare runs the true full blown MS-Windows while WINE redirects the calls to approbate native calls/code. Likewise, UML runs the true full blown Linux kernel while FreeBSD just redirects the calls to native calls/code.
UML adds more layers before a system call makes it to the hardware than simple API redirection. For example, for a program running in UML to read from the CD-ROM, the real kernel only provides access to the block device and the UML kernel translates the block device/ISO9660 accordingly for the file access calls. In UML, reading of the structures as following ISO9660 is done is *user space*. FreeBSD's API redirector breaks the block device structures from ISO9660 to approbate formats for file system calls all in the FreeBSD kernel. FreeBSD's Linux "emulator" does not achieve the same redefination of what occures in user space as opposed to kernel space at all. If FreeBSD can't run Linux binaries faster than UML then something is very wrong. However, it would be interesting to see if FreeBSD's API redirector could run UML and see if UML runs faster on top of FreeBSD or on top of Linux.
The use of TLA's (Three Letter Acronyms) has become so rampant that it is hard to find things which aren't referred to by their TLA. In many cases, the same TLA has more than one meaning, so the users of the acronym are able to keep the context straight. In this case, where the software sector has a standard definition of UML, reusing the acronyn will only spread confusion
If I were to create a software application called Great New Utility and referred to it as GNU, people would rightly be upset at me for trying to usurp an already common use of an acronym. In this case, I would probably be violating a trademark. The acronym of UML is already trademarked by Object Management Group, and has a common and well known usage.
"Microsoft has made computing accessible to a population who would otherwise not be able to use computers" - B. Kernigha
You're not very funny, but I found this so I forgive you.
Robots are everywhere, and they eat old people's medicine for fuel.
Somehow, this seems similar to what the Hurd is supposed to do. Someone wiser want to clear this up?
I imagine there are honeypot applications for something like this. You could make a cracker totally believe they had broken in when in reality they are just in a UML.
:) and give them unrestricted network access, you might be able to efficiently spy on what they're doing, maybe, but they've *still* taken over your network connection. They can now use it for a DDoS zombie, an IP bounce, or maybe just put some of their own filez on that wu-ftpd server you set up to get knocked over...
Except for the 0.02% of people out there, and maybe 98% of businesses, that have anything on their computers that's more useful than the computer itself, I don't know why this would make a good honeypot. The cracker won't just think he's broken in... he will have really broken in.
Not so much a honey-pot as a pot-o-honey...
The UML website mentions applications as a sandbox, which makes sense, but if you're going to run vulnerable apps to lure hackers (i refuse to mistake hackers and crackers
My $0.02
"User-Mode Linux provides you with a virtual machine that offers 'a safe, secure way of running Linux versions and Linux processes. Run buggy software, experiment with new Linux kernels or distributions, and poke around in the internals of Linux, all without risking your main Linux setup."
Man! That's just some cool shit!
Could this be used ala the NT hardware abstraction layer? Specifically, could this be used to keep nasty drivers from hosing your system? I know that typically a bad module is likely just going to not load, spitting out unresolve symbols, causing no real harm, but there may be cases where third party drivers may properly load, but end up causing nasty problems.
...and IN SOVIET RUSSIA, beowulf clusters imagine 1, 2, 3 profit!!!! jokes made out of YOU!!!
If someone would finish a Win32 port of UML, I could ditch VMWare.
First off, you are comparing two things not of similar function. Second, a lot of Word's functionality is also included in shared DLLs- that same winword.exe file won't run if you shove it on a bare machine. Third, you can rebuild the kernel to be as large or as small as you want (functionality-wise, which also affects kernel size). Red Hat's kernel is not the 'official' kernel, so it is misleading to say that the Linux kernel is now larger than the Microsoft Word executable.
slashdot!=valid HTML
By calling it "User-Mode GNU/Linux" you get a four-letter-acronym ("UMGL") which does not spread confusion.
One of the great things about UML - unlike a lot of other OSS projects - is that it's very well documented. Thanks to the UML diagrams on UML, there is no confusion as to what UML is or what it does.
There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
http://davidcoulson.net/writing/pcp/187/masterclas s-linuxexpert.pdf
Somebody has to mention the Virtual Private Servers (vservers) and security contexts (ctx) patch, which takes chroot(), and adds the good stuff from jail() and more to make completely separated contexts for process groups, without the overhead of another kernel.
I've been running Debian 2.2r7 and RedHat7.2 in parallel with Debian/Woody on the same box for months now with this patch.
--- Hindsight is 20/20, but walking backwards is not the answer.
... with one small difference, of course: WTM isn't safe. :)
It's actually a thought I had earlier today. Imagine you're a small place with a few servers (but they're rackmount with hot-swap drives). All of a sudden, the motherboard on one bites the dust. No worries, slap the drives in another server, and...well, some creative planning would be required to get the working server hosting the stuff on the dead server. UML would certainly make this process much easier and doubtless quicker. You'd have two servers running a bit slower, but that sure beats one server not running at all.
CAUTION: Product may be hot after heating
To keep those little brilliant (bastard) children from wrecking your shiny new Linux lab.
If voting were effective, it would be illegal by now.
So now, the little upstart "toy" operating system fully supports POSIX, full VM capabilities, and happily runs with some serious equipment and yet it also runs smoothly on
small, dedicated devices.
With each day that goes by, it seems that the folks in Redmond have a deeper hole to dig their way out of...
I have no problem with your religion until you decide it's reason to deprive others of the truth.
Thats why we have "make config"
Linux supports old XT harddrives but you don't see that bloating my running kernel. Although, the source is another story and I'm a big believer that source should be much more modular. Run the config and THEN download the source that you need.
Question
http://www.ironfroggy.com/
So who is gunna tell her that her panties are outdated?
Someone set us up the bomb, so shine we are!
Native speed - it basically passes all syscalls directly to the parent kernel (as far as I can tell). Very cool shit.
Now we need somebody porting UML to run under Windows, pehaps using cygwin. Then we could have easy "try-linux.exe" for windows users.. :)
This is an absolutely amazing thing. I'll be downloading the latest kernel tonight. I've been wanting to try out UML and now I can do so alot easier.
There have been alot of comments about UML and the other meanings of the TLA. Well, we're going to run out eventually, what then? Its all in context.
Also, other comments mention this will bring in new kernel developers. Well, thats right because I'll be working on some ideas very soon!
Question
http://www.ironfroggy.com/
There are several products that require a custom kernel, and this could certainly benefit all of them.
The one I'm thinking of right now is Win4lin, the cheapest, fastest Windows VM for Linux right now; it needs a kernel with its own patches, and they distribute patches for Debian, Slackware, Mandrake, and Vanilla kernels. My distro (Gentoo) makes a kernel which is known for its speed, but which I'm not using right now because of this (I can't even patch the Vanilla kernel to that level because it the Win4lin patch conflicts with Gentoo's patches).
Mod me down and I will become more powerful than you can possibly imagine!
The news here is that it is merged into 2.5
UML is not new, though this will certainly make things better.
Just think of the neat firewalling you can do.
Run your DNS servers inside a UML session, with traffic to them filtered by firewalling on the host... even if someone breaches BIND, they are stuck in a machine, can't go anywhere, because all traffic to that machine is filtered.
Virtual linux machines for each service that is not performance critical.
UML can emulate an SMP machine. It could be used for benchmarking multi-threaded code and teaching SMP programming without having to fork out big $$$ for SMP machines.
Consider a firewall where the only IP layer things that are seen are actually coming from instances of UML.
The host kernel is just running bridging (and filtering, of course) , and doens't even have an IP of it's own.
So your NAT device is actually a UML instance.
So hey manage to get root on it.. even so, the traffic to it is filtered at a layer they cannot even see. They just can't get there from, well, there.
Actually, it's much slower than running on the "real" kernel, at least on a 233 MHz machine. On a 600MHz, I haven't yet noticed any large difference in speed.
It may have something to do with PMMX vs. P3, instead of clock speed.
... and is available here. I have no idea about how far along they are.
Installed the Bubblemon yet?
If FreeBSD can't run Linux binaries faster than UML then something is very wrong. However, it would be interesting to see if FreeBSD's API redirector could run UML and see if UML runs faster on top of FreeBSD or on top of Linux.
RUNNING A DREAMCAST EMULATOR THAT RUNS LINUX AND RUNNING A GBA EMULATOR INSIDE OF THAT!!!!
I've been fooling with UML as a potential container for grid computing applications..
Think about it - they get full ring3 native assembler optimization for the computation (none of this Java/emulation stuff) and only encounter a minor penalty when they need to talk to the net or a "disk" - virtual or no. And, with iptables on the real kernel one can set up arbitrary network access rules for the UML world. And since the disks are just files or real disks, you have near-perfect control there too. The only thing I can think of not working is device driver modules like NVdriver... but that shouldn't be a terribly big drawback.
Sorry if that's incoherent, it's 4:00 here and I'm really really tired.
--Knots;
Anarchy$ dd if=/dev/random of=~/.signature bs=120 count=1
I don't think this is correct. UML is a complete kernel that runs like a user-space application. It even has command line switches like "./linux --help". It's been a while since I played with it, but IIRC there's no reason why someone couldn't run UML-2.4.19 on a 2.4.10 host.
cool - if I had UML running, I could test this new kernel with UML ...
.sig
Too sad, as I need a running server, I cannot test a development kernel. As I don't (can't) follow the 2.5-development: Any guesses on when a 2.6.0 will see the light? 2003 or 2005?
--
still in search for a cool
settings. Just yesterday I was tweaking my memory settings on a K7M mobo and now I get a black screen. No boot, beep, or blinking lights! DAMN!
The only reset on the mobo is to erase the pw.
Really makes me appreciate this.
> LUK = Linux User Kernel? (pronounced Luck!)
How about "Luke"?
Use the Luke Force!
Huh. Like I said, as far as I know. In fact my system is running UML-2.4.19 on a 2.2.12 system - and apparently (according to the UML site) that kernel version requires a patch for UML to function. Works good so far though :-)
This will be great for kernel development because know I can test my kernel patches. Expect a new -shawn12 kernel patch soon =). On a side note, now that XFS is going (?) into the 2.5 kernel, I will continue to work on the 2.4 patches until 2.6 comes out. As always, you can find my patches at: http://xfs.sh0n.net/2.4 ShawnX
Everyone wants a Tux in their life.
LINE runs a single linux executable under Windows while UML runs an entire Linux kernel.
Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
Those units were built like brick shithouses ( performed about as fast as one too) and they ran forever. I remember we had a pile of about 20 of them, and although they all worked fine, were too slow to be of use for anything.
IBM actually bought them all back from us and the last I heard, they were going to ship them to Africa to be actively used again.
So in other words, your spiffy new debian is still running on top of the old version, with all its unfixed bugs and whatnot still in place.
I've read the web site, but I still don't really understand what UML is. How is it different from something like VMWare?
And the men who hold high places must be the ones who start
To mold a new reality... closer to the heart
See:
umlwin32.sourceforge.net
0x2b or not 0x2b, the answer is -1
No - like I said, UML was a transition to get Debian replacing RedHat.
So your debian is running on an old redhat then? Or did you use UML only to install debian while running redhat, and then you rebooted into debian natively?
So the knowledge of which config options are available for the Intel E100 network card needs to be in two places: the "base config" tarball and the "E100" tarball. No thanks.
This subject comes up often enough to have an entry in the kernel mailing list FAQ..
"How can you claim that you are anti-crack, while still writing a window manager?" — Metacity README
Longest thread ever :-) Yes, rebooted into the new OS, works great. I'm going to do it for a few other machines now.
If done correctly, there wouldn't be that redundancy. Its a matter of approach, not to mention a damn good idea if you ask me.
Question
http://www.ironfroggy.com/
ahhhh.... I remember them well.
I was the administrator of a very small Netware/286 network about a decade ago (a 286 fileserver and 6 XT machines, well Compaq clones actually).
They all ran Wordperfect 4.2 brilliantly, but we needed more, so I persuaded the boss to let me buy a 386 system at an auction - and the PS/2 was the cheapest, because nobody was interested in them because of the MCA architecture.
Sure was a good system though.