This Year's Ottawa Linux Symposium Covered
cdlu writes "This year's Ottawa Linux Symposium was well-attended and hosted numerous very interesting discussions. There's extensive coverage at NewsForge: (comprehensive day 1,
day 2,
day 3, and
day 4, Linux Weekly News (subscription): A challenge for developers, Linux and trusted computing, and Xen and UML, and O'Reilly network: First day and Wrap up."
Yes, but where is it located at and have the evil microsoft owned government bugged it yet?
Didn't March of the Penguins (or La Marche de l'empereur in Canada) just come out? OH
Was it successful? Thats all we need to know.
Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
What truth?
There is no dupe
Now that's one distro I need to install. ;)
i would consider myself a geek, but the coverage of this event has to be the most boring thing i've ever read in my life.
... in sunny Wolverhampton, the fleshpot of the UK.
See http://www.lugradio.org/live/2005/ for all the exciting news, blogs and photos.
bah!
I'm not a hardcore linux geek, but I watch the news, read the paper, and I'm on slashdot every day. You guys are going to *have* to do a better job advertising this!
Sam
I thought the XP fiasco was kinda funny
There are 10 kinds of people in the world - those who understand binary and those who don't
You can download the conference proceedings in two parts:
_ procv1.pdf_ procv2.pdf
http://www.linuxsymposium.org/2005/linuxsymposium
http://www.linuxsymposium.org/2005/linuxsymposium
An unjust law is no law at all. - St. Augustine
What, no notice that there are incestual links in the post?
"Subscription required" to every link? Why even bother hyperlinking them?
For those Yanks who don't know where Ottawa is.. it's in Canada and is the capital of Canuck Land.
1) noun. see gestures
Check this guys account - three posts at the time of writing, each of which has nothing more than a link to his 'overheard in the UK site'. slashdot sucks enough already, no need to spamvertizements in the comments section.
Wow, I love symposia.
Failing to learn from history dooms you to repeat it.
Already, two speakers have made wisecracks about OpenOffice.org, tagging it as a bloated memory hog.
I have happier memories of OLS and openoffice: it was at OLS in 2000 that Miguel de Icaza announced, during his keynote, that StarOffice would be opensourced and available at openoffice.org. This got a tremendous round of applause, so Andy Oram need not despair that OLS attendants don't grasp the importance of office suites.
"We are here on Earth to fart around. Don't let anybody tell you any different!" -- Kurt Vonnegut
OLS: Xen and UML
[LWN subscriber-only content]
Friday was virtualization day at the 2005 Ottawa Linux Symposium; the large room was devoted to that topic all day long. Your editor can only handle so much virtualization at once, and so failed to attend the full set of sessions. Two talks, however, gave a good overview of where a couple of the most important Linux virtualization projects are and what they see in the future.
Xen
A full house turned out to hear Xen hacker Ian Pratt discuss his project. Xen is riding high; the software is cool and getting cooler, the venture money is flowing in, and there is no lack of buzz. Ian's talk, while mostly technical in nature, showed the signs of an up-and-coming business: slick, animated slides, and a good marketing pitch ("virtualization in the enterprise") on why virtualization is a useful thing in the first place. This was worth seeing; it is easy to understand why something like Xen is cool technology, but it can be harder to get a handle on why investors are lining up to throw money at it.
Virtualization is not a particularly new idea. Your editor first experienced it on an IBM mainframe over twenty years ago; we shared files by sending them out our virtual card punch into a co-worker's virtual card reader. Given that the alternative, in that particular time and place, was a real card reader, this looked pretty good. Every now and then things would go weird, and we would have to reboot CMS on our virtual CPU. Not only have things changed little since then, but that was all old stuff even on those days.
In the Linux world, virtualization takes one of three forms. In the "single operating system image mode," as used by the Linux-vserver project (or a simple chroot() setup, for that matter), instances are run within resource containers. Getting strong isolation is hard with this approach. Full virtualization runs an unmodified operating system in a complete virtual machine; systems like VMWare and Qemu work this way. The problem with full virtualization is that it can be hard to do in a way which is both secure and efficient, especially on current x86 hardware. Finally, there is para-virtualization, where the guest operating system kernel is explicitly ported to a virtual machine architecture; both Xen and user-mode Linux are para-virtualized systems.
So why bother with all of this? One is server consolidation: move all of those servers onto fewer actual boxes, with the resulting savings in floor space, power, air conditioning, and hardware maintenance. If you can move virtual machines between physical hosts, you can shift them around to avoid down time; when the disk drive starts to squeal, the administrator can evacuate the virtual systems to working hardware and deal with the problem. Migration also allows workload balancing; it is easier to put more virtual systems on each physical host if they can be shifted around to keep the load on all of those hosts about the same.
One other use for virtualization is security: putting a process within a virtual machine encapsulates it nicely. Even if that process is compromised, there are limits to the damage it can do - as long as it remains trapped within its virtual host. It is also possible to monitor the behavior of the virtual hosts themselves; if one starts doing unusual things, there is a good chance it has been compromised. In this sense, virtualization achieves the same broad goal as SELinux: it puts walls between applications running on the same host. The virtualization approach has the advantage of relative simplicity for situations where all users of a host are to be completely isolated from each other.
Xen, currently, is at version 2.0.6. It provides secure isolation, resource control, quality of service guarantees, live migration of virtual machines, and an execution speed which is "close to native" on the x86 architecture. As a para-virtualization system, Xen requires that the guest kernel be ported to its virtual architecture; ports exist for NetBSD, FreeBSD, Pla
Your hair look like poop, Bob! - Wanker.
For the price of it I may as well have bought a copy of Windows XP (and I'm in Ottawa, so it's not like I'd be paying for transportation or accomodation). Hope it was a success anyway...
I am completely unmotivated to RTFA or give a shit.
Perhaps mommy's basement isn't such a great place to hold a symposium. Live and learn... live and learn.
"Linux is used for 100 percent of the work involved in the development of new processors at Intel, Fisher stated." (http://www.newsforge.com/print.pl?sid=05/07/21/07 30239)
;-)
The Macintels are developed on Linux
For pity's sake why don't you people post information about the event BEFORE it happens? I'm always missing these Linux events.
I had no idea that there was going to be a conference about Linux. As others have said the word needs to get out there a little better so more people could attend these events.
Anyone know of othe Linux conferences that will be happening in Canada over the next few months? Would love to know about them.
code to code well
I've posted my journal from this year's Ottawa Linux Symposium. It's less professional than the articles linked to by the posts, but it may offer some insight on the presentations not covered by those articles. Also note: I am not (yet) a kernel hacker.
Here's a table of contents for my posts:
Day One: 2.6 kernel roadmap, Novell Linux Kernel Debugger, Hot Keys, Video Control, Suspend/Resume, Oh My! -- Recent Advances and Current Challenges in Linux/ACPI, TWIN: An Even Smaller Window System for Even Smaller Devices, Automated BoardFarm: Only Better with Bacon, welcome reception
Day Two: Write a Real, Working Linux Driver tutorial, Building Murphy-Compatible Embedded Linux Systems, Networking Driver Performance and Measurement - e1000 A Case Study, Enhancements to Linux I/O Scheduling
Day Three: usbmon, SeqHoundRWeb.py: a Python-based interface to a comprehensive online bioinformatics resource, Case Study: Usage of Virtualized GNU/Linux to Support Binary Testing Across Multiple Distributions, Testing the Xen Hypervisor and Linux Virtual Machine, Debian Women: Encouraging Women without Segregation, H'Uru - Coding Beyond MYST
Day Four: NPTL Stabilization Project, We are not getting any younger: A new approach to timekeeping and timers, the sysfs filesystem, keynote address