USENIX Update

December 9, 2011

Wednesday morning refereed papers

Filed under: LISA,LISA Conference — Tags: , , — Ben Cotton @ 9:23 am

The best papers are the ones where after they’re presented you say “I can’t wait to take these back to work!” That’s the case with the papers presented in Wednesday morning’s session. Chris St. Pierre and Matt Hermanson started off with “Staging Package Deployment via Repository Management“. In this paper, they describe how they use a three-level repository scheme to manage the testing and deployment of software packages.

The “upstream” repo is a daily mirror of the distribution’s repositories. This repo gets checked against a package blacklist and copied to the “unstable” repo. Packages which have been in unstable for a week or more without issue get copied into the “stable” repo. This allows testing of packages on a limited number of hosts before being deployed more widely.

The next paper was Philip Guo’s “CDE: Run Any Linux Application On-Demand Without Installation“. His position is that packaging is hard, especially when applications require specific versions of many libraries. For users who lack root privileges, the challenge is especially daunting. Philip’s solution is CDE (not to be confused with the desktop environment), which neatly packages an application’s code, data, and environment.

By using ptrace magic, an unprivileged user can run an application and copy any necessary binaries and libraries into a tree. This package can then be shared with other users who can execute the package unprivileged in a chroot-like environment. CDE packages can also be streamed off of cloud-based services. By making self-contained packages, programs can be run on any other platform with the same architecture and kernel ABI-compatible to the build system. This means, for example, Fedora users can easily share applications with Ubuntu users.

The final paper of the session, entitled “Improving Virtual Appliance Management through Virtual Layered File Systems” was presented by Shaya Potter and co-authored by Jason Nieh. Their work focuses on reducing the effort and storage overhead of maintaining multiple VM images. As it turns out, VM appliances make for easy setup, but can be difficult to manage and lead to sprawl. By stratifying the VM’s filesystem into many layers, even largely heterogeneous machines can be more easily managed.

Each individual application (e.g. Apache httpd) can exist in a separate layer. UnionFS is used to combine the appropriate read-only layers for each machine. A read-write layer is then added on top for local and volatile data. In addition to greatly reducing the disk overhead in large VM deployments, it also makes it much more difficult to compromise individual VMs.

January 28, 2010

USENIX TaPP ’10 Program Available

Filed under: Update — Tags: , , , , — Anne @ 11:45 am

Join us February 22, 2010, in San Jose, CA, for the 2nd USENIX Workshop on the Theory and Practice of Provenance (TaPP ‘10).

The TaPP workshop series builds upon a set of Workshops on Principles of Provenance organized in 2007–2009, which helped raise the profile of this area within diverse research communities, such as databases, security, and programming languages.

We hope to attract serious cross-disciplinary, foundational, and highly speculative research and to facilitate needed interaction with the broader systems community and with industry.

Registration is now open and the program is available.

TaPP ‘10 is co-located with  FAST ‘10, taking place February 23-26, 2010 in  San Jose, CA.

January 24, 2010

USENIX HotCloud ’10 Seeking Submissions

The Call for Papers for 2nd USENIX Workshop on Hot Topics in Cloud Computing (HotCloud ’10) is now available.

HotCloud ’10 seeks to discuss challenges in the Cloud Computing paradigm including the design, implementation, and deployment of virtualized clouds.

Submissions are due March, 23, 2010.

More information and submission guidelines can be found here.

HotCloud ’10 will be part of USENIX Federated Conferences Week, which will take place June 21–25, 2010.

January 23, 2010

USENIX LEET ’10 Submission Deadline Approaching

The submissions deadline for the 3rd USENIX Workshop on Large-Scale Exploits and Emergent Threats (LEET ’10) is quickly approaching.

Please submit your work by Thursday, February 25, 2010, 11:59 p.m. PST.

Just Announced: LEET ’10 will feature two invited talks:
– “Why Don’t I (Still) Trust Anything?” by Jeff Moss, founder and director of Black Hat and DEF CON

– “Naked Avatars and Other Cautionary Tales About MMORPG Password Stealers,” by Jeff Williams, the principal group program manager for the Microsoft Malware Protection Center

Submissions guidelines and more information can be a found here.

LEET ’10 will take place on April 27, 2010, in San Jose, CA, and will be co-located with NSDI ’10.

Older Posts »