Slashdot Mirror


User Mode Linux

Ravi writes "There is commercial grade software like VMware (which does full virtualization) as opposed to open source approaches like Xen which do partial virtualization. But besides these two, there is a very interesting piece of software called User Mode Linux (UML), which can be used to create virtual Linux machines within a Linux computer. Unique to UML is that support for it has been incorporated into the mainstream Linux kernel tree and it is now a fully supported part of the official Linux kernel. On this note, UML gains a lot of significance. UML has been created and maintained by Jeff Dike, who is known throughout the Linux technical community. And when someone who has created a popular software decides to author a book on the subject, then that book is sure to hold a lot of promise. So when I came across the book titled User Mode Linux, authored by Dike under Bruce Perens' Open Source Series, I just couldn't resist getting my hands on it." Read on for the rest of Ravi's review. User Mode Linux author Jeff Dike pages 330 publisher Prentice Hall rating 9 reviewer Ravi ISBN 0131865056 summary Guidance from UML's creator on setting up and putting to work your own instances of User Mode Linux virtual machines.

In the first chapter, Dike compares UML and various other virtualization technologies, lists several ways in which UML can be put to use, and provides a brief history of UML in which he shares with the reader the trials and tribulations he faced in getting the UML patch incorporated in the official Linux kernel tree.

In the next chapter, "A quick look at UML," Dike walks the reader through setting up UML to work in one's Linux distribution, which includes downloading the UML-enabled Linux kernel binary and the file system, and then booting into UML. Here we get a taste of the utilities which are used to modify in real time the configuration parameters of UML from the host OS. This chapter gives a sound introduction to what goes on behind the booting of UML and how it differs from the host OS in which it is running. For instance, the author aptly explains with the aid of examples that UML is at the same time a process and a kernel.

Chapter 3, "Exploring UML," dissects a UML instance in more detail. Here the author explains how one can connect devices to the running UML instance using the uml_mconsole utility. Common tasks like adding swap space, attaching and detaching devices as well as setting up networking are essentially the same in UML as in any normal Linux distribution, there are a couple of extra steps needed in setting these up in a UML instance. This chapter gives a taste of accomplishing these tasks.

But is it possible to access the same UML file system simultaneously by different users? Normally, this could corrupt the file system. So what is the workaround? The solution is in the use of COW ("Copy on write") files. Dike shows how multiple users can access the same UML instance (each user having full root access) without corrupting the underlying file system using COW files. And this forms the basis for the 4th chapter of this book, "A second UML instance." In this chapter, one also gets a peep into setting up networking between two UML instances but all the advanced networking concepts are explained in a separate chapter of their own.

The next chapter, "Playing with a UML Instance," takes the reader through a variety of things one can do with UML. For example, the author shows how one can just plug in a tar file to a block device and then access it in the UML instance. He also demonstrates how to run X inside UML.

Next, the book goes into a detailed analysis of the various file systems that could be used in UML. Here the author explains the various ways of mounting a directory on the host as a UML directory. In fact you can easily mount your home directory into a UML instance and access your files from inside the UML.

One cannot enable networking in UML quite the same way as in a normal Linux distribution. This is because the UML runs as a process within another Linux distribution. So for networking to work properly between the UML instance and the host system or between different UML instances, a device called TUN/TAP has to be configured first. Also one has to configure the host system to allow the UML instance access to the outside world; this could include tasks like enabling IP forwarding, routing packets to and from the UML, and bridging the host side of the virtual interface to the physical ethernet device. Chapter 7, "UML Networking in Depth," takes a broad look into these networking aspects of UML. I especially liked this chapter because this opens up avenues for people who are interested in learning more about networking. For example, following what has been covered in this chapter, one can -- given enough memory -- set up a network lab on one's machine consisting of a series of UML virtual machines and practice things like switching and bridging. At the end of this chapter, the author gives a step-by-step explanation of setting up a multicast network consisting of three UMLs and three two-node networks, and another UML acting as a switch.

In running UML virtual machines on a host system, at some point of time, it becomes inevitable that one has to manage these virtual systems from within the host. Tasks such as increasing or decreasing the memory allocation to a particular UML instance, hot-plugging a block device, starting or stopping the UML, and so on will have to be carried out on a regular basis especially if the host is a production system. One can install the uml utilities package on one's Linux server to take care of all these tasks from outside the UML. Chapter 8, "Managing UML Instances from the Host," takes a broad look at just that. This chapter covers configuring the different aspects of UML using the UML management console.

The next two chapters cover the nitty-gritty details of configuring UML in a small and large server setup, respectively. When UML is run in production environments, the security of the system takes precedence, and these chapters focus not just on the configuration details, but also on explaining how to run UML securely.

A look around the web will throw up lots of UML file systems and UML-enabled Linux kernels. But the best way (also the most secure way) of getting a UML kernel is to download the official Linux kernel source and compile it yourself. Chapter 11, "Compiling UML from Source," takes a detailed look at compiling the official Linux kernel from source. Here the author explains each and every UML specific option which could be enabled in the configuration file of the kernel prior to compiling it.

In "Specialized UML configurations," Dike demonstrates how to set up a small UML cluster using Oracle's ocfs2. The interesting thing is that the shared storage device which is common for all clusters and which consists of expensive hardware is just a file when implementing a UML cluster. Through this chapter, the author displays the true power of UML and explains how a UML could be used in stimulating hardware which is difficult or expensive to acquire.

The last chapter of the book gives a road map of UML and lists the enhancements that might take place in UML in the future. More specifically, he talks about the externfs filesystem, whose purpose is to allow any reasonable external data to be imported as a UML filesystem, about captive UML, putting a UML instance inside Apache, and so on.

The book also contain two short appendices which list the command line options while booting a UML instance, as well as a short reference on the UML utilities which could make it easier to manage the UML instances on ones machine.

With the continuing increase in processor speeds and availability of cheap memory, it has become feasible to use virtualization technology in production machines. UML can be put to use in diverse situations such as server consolidation where multiple UML instances running on a single machine accomplish the tasks of multiple physical server machines; in education, where each student can be assigned a complete virtual Linux lab setup with root access; in application development; and in disaster recovery practice.

User Mode Linux is a result-oriented book with stress given to accomplishing tasks rather than concentrating on theory alone. That said, this book has enough details to give a broad idea about UML and its implementation. That it was written by Jeff Dike gives this book a lot of credibility over books written on the same subject by others. UML being a niche area, anyone who is interested in this subject will gain a lot from this book.

Ravi Kumar is passionate about GNU/Linux. And likes to share his thoughts through his blog on GNU/Linux. You can purchase User Mode Linux from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

77 comments

  1. UML != User Mode Linux by whargoul · · Score: 5, Insightful

    UML = "Unified Modeling Language" - let's not add a new meaning to this acronym as it's sure to be confusing when someone starts talking about reading and writing UML on their UML workstation.

    1. Re:UML != User Mode Linux by Anonymous Coward · · Score: 0

      when an ambiguous acronym like this is created by a corporation, we tend to get our torches and pitchforks and criticize the hell out of it...

      we should make no difference here.

      *grabs a torch*

    2. Re:UML != User Mode Linux by l4m3z0r · · Score: 4, Funny

      No, please replace UML in everyones minds with User Mode Linux so never again will the horror that is Unified Modeling Language be forced upon us.

    3. Re:UML != User Mode Linux by abigsmurf · · Score: 1

      You could be writing UML on a UML workstation at UML (University of Massachusetts Lowell)

    4. Re:UML != User Mode Linux by Homology · · Score: 1, Informative
      UML = "Unified Modeling Language" - let's not add a new meaning to this acronym as it's sure to be confusing when someone starts talking about reading and writing UML on their UML workstation.

      The world is filled with short lived acronyms that should is only understandable in it's context. However, UML = "Unified Modeling Language" is just hubris produced by a company that demands a shitload of money for a shitty process.

    5. Re:UML != User Mode Linux by Anonymous Coward · · Score: 0

      WOOT! mod parent up. I say developers should be forced to search at least google for previous uses of their acronyms to avoid conflicts like this.

    6. Re:UML != User Mode Linux by slamb · · Score: 1
      No, please replace UML in everyones minds with User Mode Linux so never again will the horror that is Unified Modeling Language be forced upon us.

      I actually like Unified Modeling Language when used appropriately.

      If you hate UML, you've probably only seen class diagrams. I hate them, too. I find that they tend to get out of sync with reality and aren't that easy to read anyway (why put the complete list of methods in with the inheritance structure? too much information!). Tools that generate code from them only make the synchronization worse - better to generate diagrams from code, since the code is what definitely changes as needed. I much prefer doxygen output - it's always in sync and has easy-to-read inheritance diagrams with textual lists of methods and full documentation right there which is kept with the source code.

      But class diagrams aren't all there is. Take a look at the other UML diagram types on this reference card. In particular, I find UML sequence diagrams are the best way to describe race conditions. State diagrams, activity diagrams, and use case diagrams have their place, too.

  2. User Mode Linux Design Question by FerretFrottage · · Score: 0, Redundant

    So was UML modeled using UML?

    --
    "Look Lois, the two symbols of the Republican Party: an elephant, and a fat white guy who is threatened by change."
  3. not available for download yet by bcrowell · · Score: 1

    Looks like the book is not actually available for download from the Perens Series web page yet.

  4. Re:Why constant patronage of Bn.com? by kfg · · Score: 1

    They prefer the word "commission."

    KFG

  5. UML? by cpux · · Score: 1, Informative

    You mean that Unified Modeling Language I spent a semester learning and to this day can't stand cause the professor was a knucklehead?

    1. Re:UML? by n0ah84 · · Score: 1

      My knucklehead teacher was some Hungarian guy (nothing against Hungarians) that spoke very broken english.. trying to explain UML and Rational Rose.. oh the fun I had.

      --
      ..i didnt do it..
    2. Re:UML? by Bastard+of+Subhumani · · Score: 1

      I wouldn't blame the Prof. I will re-read that book I bought and see if I still think it's a theoretically good idea badly implemented. But only when I'm really bored, or I need to (i.e. it's in a job definition).

      --
      Only three things are certain; death, taxes, and apocryphal quotations - Ben Franklin.
    3. Re:UML? by Anonymous Coward · · Score: 0

      Heh. We had 586-class machines with 64 MB RAM, and our lecturer demanded that we run Rational Rose on them. That was three years ago.

  6. [OT] Re:Why constant patronage of Bn.com? by Anonymous Coward · · Score: 0, Informative

    Maybe they aren't fans of Amazon's one-click patent.

  7. The Big Secret of User Mode Linux by chroma · · Score: 4, Interesting

    I wanted to use User Mode Linux to simulate a complete production environment for a recent project. The big problem was that it didn't support the latest thread libraries. This was a big impediment to get Java running. Does the newest UML support running Java server apps?

    --

    Your design to a real part online: Big Blue Saw
    1. Re:The Big Secret of User Mode Linux by Dukhat · · Score: 3, Insightful

      You might try just using a chroot'ed installation of your software. If you have a linux installation in /home/foo/testsystem, you will need to mount the proc system in /home/foo/testsystem/proc/. There is no problem with mounting the proc filesystem in multiple directories.

    2. Re:The Big Secret of User Mode Linux by korbin_dallas · · Score: 2, Interesting

      Yeah, UserModeLinux was suggested to me also for an embedded project I work on. But the issue of having the UMLkernel be the one you need, yet your host is different, whacked out patches that don't match up to known kernel versions, yada, yada....

      I went and got Qemu, and that works much better. After a few days I have a script that builds all the code, makes an img file and configures the whole show to be networked when running. Oh and works in windows too.

      --
      They Live, We Sleep
    3. Re:The Big Secret of User Mode Linux by drinkypoo · · Score: 1

      Why not just use vmware? It's free now. Well, it's in beta, but the final free version should be coming out "real soon now". It's been very good for me on both windows and linux except that sometimes a bug in alpha centauri makes windows 98 halt... not sure if that's vmware or win98 except that I've never seen it before. Regardless, right now I have a Windows 98 VM on my Ubuntu laptop and a Debian sarge VM on my WinXP desktop (for different reasons.)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:The Big Secret of User Mode Linux by nicferrier · · Score: 4, Informative

      the very latest UML (in kernel 2.6.17?) does have support for NPTL.

      Having said that I have succesfully run Sun and GNU Java in the 2.6.15 UML and 2.6.8 UML neither of which support NPTL. It's just like the old days, you end up with a lot of processes. It's ok for simulating environments though.

    5. Re:The Big Secret of User Mode Linux by rimu+guy · · Score: 3, Informative

      UML Works great with Java apps. We've been hosting Java user's on UML VPSs since 2003 (latterly we are using Xen).

      The version of UML we are using does not have NPTL (/lib/tls) support. This is probably what you're referring to. I've seen patches for NPTL support, so this is either fully supported now or 'on its way'.

      --
      Great Java Hosting (with or without /lib/tls)

  8. GNU boycott is over. by Anonymous Coward · · Score: 0

    As you can see on the GNU website, the boycott has been over since 2002. So, you are now allowed by your masters to purchase from Amazon.

  9. Re:If you can read this... by advocate_one · · Score: 1, Offtopic

    I can read this and I am using Opera 8.54 on Ubuntu Linux 6.06 LTS... I suggest you get your act together...

    --
    Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
  10. Re:If you can read this... by Skapare · · Score: 1

    Post a patch.

    --
    now we need to go OSS in diesel cars
  11. Re:If you can read this... by Anonymous Coward · · Score: 0, Troll

    right then. did you here that webmaster? please fix your pages or else the super-swell browser capt. noob here is /trying/ to use will crash and he'll have to use netscape atlas installed on his grandma's computer, and that uses too much memory when he tries to run leisure suit larry in a dos mode window.

  12. Too little and much too late by Anonymous Coward · · Score: 1, Insightful

    Funny how this stuff comes into the picture after the hype has already passed us ages ago. I mean, UML's were very nice when it first started but it is IMO also a very good display as to why some things simply won't work on Linux. For example; UML's are nice but if you don't have the SKA patch its becoming tedious on your system, if not impossible, to run several UML's on the same box. And yes; the UML support has been added to the kernel, sorta. Ofcourse they didn't include everything, if you really wish to utilize UML's you still patch your kernel.

    But the very usefull SKA patch has /never/ made it into the kernel tree. I mean, wtf? Ofcourse maintaining the patch has also become sheer hell with all the changes going on in the kernel these days (assumption) so I can understand that it isn't suited for the latest release all the time. A bit hard if you have to upgrade due to security issues.

    In my opinion the time for UML is long past us. Its a very interesting and appealing project for playing around. Perhaps even running a single UML on your box as a test environment (testing software before you install it on the host), but when looking at the useability of Xen and (my personal favorite) Solaris Zones I think those have a little more potential when it comes to server usage. I mean, the last thing I would need is having to upgrade to the latest kernel release only to find out that SKA isn't available and as such I have to sacrifice some of my virtual machines.

    1. Re:Too little and much too late by tylernt · · Score: 1

      I too was impressed with UML. But all the information I found on it is years old and there doesn't seem to be any new progress. And I agree the lack of SKAs kernel integration is disappointing.

      UML is an awesome idea and I would love to see it become more popular, but I just don't see it going anywhere.

      --
      DRM 'manages access' in the same way that a prison 'manages freedom'
    2. Re:Too little and much too late by Anonymous Coward · · Score: 0

      In my opinion the time for UML is long past us. Its a very interesting and appealing project for playing around.

      UML is still the kernel developers darling.

    3. Re:Too little and much too late by barawn · · Score: 1

      But the very usefull SKA patch has /never/ made it into the kernel tree. I mean, wtf?

      Well, considering there's a SKAS0 mode now which doesn't require patching the host kernel, this isn't that big a deal anymore. Running Linux on a host kernel without the SKAS patch isn't really a performance killer anymore.

  13. Not sure about the book... by martinultima · · Score: 5, Interesting

    But the technology itself kicks ass. For example, my Web site is hosted by Linode.com, which offers User Mode Linux-based servers for very low prices, which means you can have full root access without needing a dedicated server – not trying to get off topic or advertise or anything, just mentioning a very good example of the technology in use.

    --
    Creative misinterpretation is your friend.
    1. Re:Not sure about the book... by Wesley+Felter · · Score: 2, Insightful

      VPSes are cool, but UML is almost the least efficient way to implement them. I anticipate that Linode will be dethroned by Linux-VServer, OpenVZ, and Solaris Zones hosting soon enough.

    2. Re:Not sure about the book... by martinultima · · Score: 1

      Maybe, although as far as I'm concerned it works well enough – and I've got about ten or fifteen sites all running off that one server, and literally all of them are PHP/MySQL-based. It works well enough for me, and most everyone else who uses it likes it, so I don't see any immedaite danger. Efficiency or otherwise.

      --
      Creative misinterpretation is your friend.
    3. Re:Not sure about the book... by DAldredge · · Score: 1

      Do you know of any orgs that currently offer either Solaris x86 dedicated hosting or Solaris Zones based hosting?

    4. Re:Not sure about the book... by Wesley+Felter · · Score: 1

      I saw a company in the UK offering Zones hosting, but I lost the URL. Joyent is probably going to be offering SPARC Zones hosting at some point.

  14. Offtopic by bill_kress · · Score: 2, Insightful

    May I ask what you do for programming/modeling? I use pieces of UML because it works--it is a valid way to convey my design to my co-workers and we can implement together.

    Class diagrams are ubiquitous these days, and I can't come up with a better way to show program flow than a sequence diagram. Most of the rest I could live without on a smallish sized project, but when you are using multiple architects, many of the others become useful.

    If you have used something better (I don't love UML, it's anything but "Unified"), could you point me in that direction, or better yet, show me an example of one of your design documents that you think does a great job of conveying your design to someone else?

    1. Re:Offtopic by hyfe · · Score: 1, Offtopic
      Class diagrams are ubiquitous these days, and I can't come up with a better way to show program flow than a sequence diagram.

      Don't confuse UML with Class Diagrams and Flow Charts, as I was using them long before I had ever heard of UML; the concepts really are intuitive and self-explanatory. Ditching UML doesn't mean ditching them, it just means ditching the specific UML standard and use something sane instead..

      .. which everybody kinda seem to be doing anyways. Mostly everybody I've seen using "UML" diagrams when actually working are basically using boxes, connecting them with a few arrows and scribbling explanatory notes here and there. The few times I've seen valid UML diagrams they confused the **** out of me, as they're usually written by anal-retentive people who really, really enjoy showing off how good they are knowing useless stuff. I know a standard needs to be precise and all, but it's all a matter of what you need right there and then.

      --
      "" How about taking the safety labels off everything, and let the stupidity-problem solve itself? """
    2. Re:Offtopic by bill_kress · · Score: 1

      Okay, we agree that there are diagrams that are useful for communication.

      Somebody comes along and standardizes these "Useful Diagrams", collects them into a group and gives them a name and draws some examples so that we can all be talking about the same thing and understand each others diagrams.

      As far as I know, this is all UML is. They have certian specific recomendations on how and when you should use these diagrams, but that is adapted per team/team size.

      Makes me wonder if your problem might really be a manager or managers that misuse UML to generate an extra inch or two of documentation rather than the UML itself.

      Your stance kind of seems like saying "I like to write email but I don't believe in dictionaries"

      This is actually not a terrible stance--Dictionaries and the concept of "Correctly spelled words" are not a terribly old invention, but the problem is that standards are pretty useful AND there are some people who aren't truly creative--who really need a template to follow in order to do anything, for these things alone UML seems to be a pretty good collected standard, at least it's the best set of tools I've come up with for getting a design to other engineers through a document (along with a LOT of text, of course).

    3. Re:Offtopic by hyfe · · Score: 1
      Your stance kind of seems like saying "I like to write email but I don't believe in dictionaries"

      Yes, provided correct spelling would be an hinderance to actually understanding my emails (like if I insisted on a 15-century British Dictionary being correct).. and yes, just as with people hating XML, it's the misuse that's making me hate it. I mean, that follows pretty much from the definition of 'misuse' :)

      --
      "" How about taking the safety labels off everything, and let the stupidity-problem solve itself? """
    4. Re:Offtopic by l4m3z0r · · Score: 1

      or better yet, show me an example of one of your design documents that you think does a great job of conveying your design to someone else?

      Unfortunately I can't do that as I'm pretty sure it would be violating contracts with my employer, however one thing thats worked extremely well for us in the past, is building the class specifications in a wiki(this is usually during implementation though rather than prior to and ends up being documentation after the project is 'complete') most of our implementation design is beaten like a dead horse in massive emails that end up functioning similiar to RFCs. We have even done flow in the wiki that ended up reading like a choose your own adventure with some success.

      This may sound willy nilly but honestly massive projects exist that do far less, look at the BSDs for instance.

    5. Re:Offtopic by bill_kress · · Score: 1

      I tried that, but the problem is that I never found a wiki that allowed UML-style diagrams to be built by multiple users. You could (and we did) easily draw one in visio and upload it as a jpeg, but that's really not much better than just creating the document and checking it into version control.

      Did you find a Wiki that did a good job of UML-style design, and if so, please let me in on it!

    6. Re:Offtopic by l4m3z0r · · Score: 1

      http://jspwiki.org/wiki/WikiWhiteboardPlugin lets you draw and save sketches in your wiki, I havent used it but I've often thought about it.

    7. Re:Offtopic by l4m3z0r · · Score: 1

      I typically use pmwiki and pmwikidraw is pretty slick as well, should have mentioned that the first time, probably superior to jspwiki by far.

  15. Yet another layout comment by slashdotmsiriv · · Score: 0, Offtopic

    Ok, by now I got used to this new layout and kind of filtered out what really annoyes me and what not. So, i would prefer if the mod points of each comment where to the left and not to the far right. It is annoying having to look at the end of the line to see whether or not the comment is most likely to be good.

    1. Re:Yet another layout comment by thrift24 · · Score: 1

      Seriously. This is like a punishment at 1600x1200.

    2. Re:Yet another layout comment by Anonymous Coward · · Score: 0

      I agree

  16. And while you're at it ... by Anonymous Coward · · Score: 0

    Would you guys mind not dropping my login every time I ship a page back and forth? I hate having to post as an AC.

  17. QEMU ? by pterjan · · Score: 2, Interesting

    When I read There is commercial grade software like VMware (which does full virtualization) as opposed to open source approaches like Xen which do partial virtualization. I think, don't he know QEMU (http://fabrice.bellard.free.fr/qemu/) ? The sentence tells commercial apps do full virtualisation and open source ones do partial virtualization...

    1. Re:QEMU ? by psmears · · Score: 3, Informative

      From the site you linked to:

      The QEMU Accelerator is free to use, but it is a closed source proprietary product.

      ... so perhaps not the best example of an open source virtualisation app. (The QEMU accelerator is needed to true virtualisation like the other examples being discussed—without that, QEMU is just a processor simulator, and so runs 5–10 times slower—at least, according to its own web page!)

      [OT: Apologies for the boldface—the new style doesn’t allow italics inside <blockquote>—WTF?]

  18. My mail server runs on UML by ptbarnett · · Score: 1
    After trying several different "virtual" servers, I ended up at Linode, which uses User Mode Linux. I run two servers: a personal domain for mail, web, etc. and a file server for my employer.

    I can install any distribution I want, or pick from a set of initial distributions they provide. The kernel is the only software component I can't change. I can update to newer versions or apply security patches as often as I want, without waiting for the administrator of the system to do it.

    The web-based interface lets me reboot the system with a browser, or even boot it on a different root partition -- I occassionally copy the root partition to an unused partition so that I can use it as a backup if the original one gets borked. There's also a way to access the "console" if networking gets misconfigured or I have to boot in single user mode.

    1. Re:My mail server runs on UML by Anonymous Coward · · Score: 0

      Its pretty cute how some people find the most complex ways to solve simple problems.

  19. Think for yourself by Anonymous Coward · · Score: 0

    Ignore the mod points, set your threshold at -1 and make up your own mind about whether the comment is any good.

    You already know what you'll read at the high moderation levels:

    Linux and OSS are good
    All things MS are bad
    Apple is good on MWF and bad on TTH.

    1. Re:Think for yourself by volsung · · Score: 1

      Right, because we all want to spend the time to read the 150 comments posted under every story. Crawling the internet yourself is also a good way to find interesting articles rather than submitting to the tyranny of the editors.

  20. Re:If you can read this... by andymadigan · · Score: 1

    Well, I use Firefox, but I just downloaded Opera from their website and opened it. Posting from there now, the site looks fine. Either clear your cache or update your browser. Either way, stop complaining. Granted, I sort of wish slash went a little further, but the new look is a lot better. Adding a few more Web 2 features (more customizable front page?) would be nice, but give it time.

    --
    The right to protest the State is more sacred than the State.
  21. Save $20.89! by Anonymous Coward · · Score: 0

    Save yourself $20.35 by buying the book here: User Mode Linux. And if you use the "secret" A9.com Instant Reward discount, you can save an extra 1.57%! That's a total savings of $20.89, or 38.58%!

  22. mod parent up by Billly+Gates · · Score: 2

    It would be nice if slashdot discussed or made a post about the newslayer somewhere since the new CSS are torture for some of us who like to discuss it without being OT.

    Especially for Opera users or those with high resolution desktops.

    At least include a poll man.

    So far I miss the old one badly

    1. Re:mod parent up by Anonymous Coward · · Score: 0

      Agreed. Its really annoying. You can't quickly see the mod points (so 'mod up' really isn't needed), it makes it hard to read and all of a sudden some of the colour schemes (like the gaming blueish) simply make some items TOTALLY unreadable. Allmost makes me wish they'd stick with the ponies layout.

    2. Re:mod parent up by HeroreV · · Score: 1
      ...or those with high resolution desktops.
      I find the design to scale very well. Since I have Firefox set with a minimum font size, everything is easily readable even with a resolution of 1600 x 1200. What problems with high resoluction desktops have you experienced or heard about?
    3. Re:mod parent up by WuphonsReach · · Score: 1

      I run Firefox 1.5 on a 125ppi display (14" 1400x1050 LCD). My minimum font size is set to "14px". The new CSS style makes the text a bit screwy and slightly too small. My preferred font size is 18px.

      The problem is that their CSS sheet specifies "14.75px" for the normal text. Which looks fine on 96ppi displays, but is horribly tiny on 125+ ppi displays. That works out to 14.75/125*72 = 8.5pt font size when my preferred size is 10pt text.

      (Hint to web designers... stick with "small/normal/large/etc" tags or switch to using "pt" suffixes instead. Specifying font sizes in "px" gets you into trouble.)

      I haven't decided what to do yet about Slashdot. But the readability of the site has taken a huge nosedive with the new CSS look.

      --
      Wolde you bothe eate your cake, and have your cake?
    4. Re:mod parent up by HeroreV · · Score: 1
      My minimum font size is set to "14px".
      My preferred font size is 18px.
      Huh? So why not set your minimum font size to match your preferred font size? Why would you ever want any text to be smaller than your preferred size? I have the minimum set at 17 and Slashdot is looking great to me.
    5. Re:mod parent up by WuphonsReach · · Score: 1

      Because a lot of sites use smaller text for footer information. Which isn't what I consider "main" content. So if I set my minimum font size to be equal to my desired font size, it causes issues where text that should be small (8 point instead of 10-12 point) looks odd.

      The core problem is that well-behaved and well-designed sites shouldn't force a font size on the user for primary content.

      --
      Wolde you bothe eate your cake, and have your cake?
  23. OpenVZ and Xen by kbahey · · Score: 1

    OpenVZ, which is a subset of the commercial Virtuozzo product, is being lobbyed for inclusion in the kernel.

    Although Xen requires patching of the kernel, it is the best performing open source virtualization layer at present.

  24. Re:OpenVZ and Xen by comay · · Score: 1

    FreeBSD Jails and OpenSolaris Zones are current open source solutions as well and their performance likely matches if not excels over para-virtualization solutions such as Xen.

  25. read it... tossed it away by abradsn · · Score: 1

    I was given a free copy of the book, by the publisher, in exchange for posting about it or telling my friends about it.
    In short, the books is not written for the pragmatist. It is written to give a pretty good description of the internals of UML, which is honestly, not very useful.

    A couple of chapters devoted to usage and practical applications would help.
    A comparison where uml is better than other alternatives would help.

    The literature also gets buried in its own details, just as if it is reading like source code might. This is not a good writing style for english.

  26. Now, even more system administration by Animats · · Score: 1
    Virtualization is neat, but now you get to have multiple levels of system administration. It's not clear that this will improve security, but it's definitely going to mean more files to misconfigure.

    The Linux/Xen/UML world seems to be trying to get to a secure microkernel operating system, with user-mode drivers and limited-authority operating system components. The way they're getting there is wierd, but it might work. Or it might turn into the biggest configuration nightmare since Sendmail.

  27. Big, gaping holes (the security kind) by demon · · Score: 1

    Isn't loadable module support still considered a huge security hole in UML? Last I heard (from a guy who used and liked UML), to have a prayer of being secure, the UML kernel had to be built with no module loading support, because you could just build a module for the UML kernel, load it in, and make it do things in the host environment at will?

    I dunno, to me, that leaves UML in the category of "interesting toy", even "useful for development"... but not really something you can safely use in production. Or was he mistaken? It seems correct to me, since the only real change is modifying the Linux kernel code to run as a process on another Linux kernel, so it would have all the potential pitfalls of that (i.e., loading untrusted code via runtime loading/linking means it can take total control).

    --

    Sam: "That was needlessly cryptic."
    Max: "I'd be peeing my pants if I wore any!"
  28. Re:OpenVZ and Xen by ovz_kir · · Score: 1

    Indeed, OS-level virtualization approach (as in Solaris Zones, Jails or OpenVZ) performance can not be beaten by para-virtualization approach just because OS-level virt. has the least possible overhead (and, say, does not have an overhead of running multiple kernels which both Xen and UML have).

    --
    -- Kir Kolyshkin, OpenVZ project leader.
  29. Hi Res Opera by Geminii · · Score: 1

    Running Opera on 4800x1200. Looks fine to me. Your specs?