“Think of it like Salesforce for Science,” Dooley said. “Agave gives you an app store full of scientific codes and the ability to run them on shared HPC systems, Condor pools, and even in the cloud. It gives you ‘access-anywhere’ data management, fire-and-forget data movement, federated identity management, metadata support, real time monitoring, notifications, and ‘share anything’ control across your virtual organization.”
Agave API is User-Friendly for Inexpensive Science Gateways
How to Get Your Conference Talk Submission Accepted

Michael Davies, a part of the Linux.conf.au (LCA) conference talk review committee, spent a session at this year’s conference talking about how they review talk submissions and choose which ones to accept for this large Australian open source conference. While he spoke specifically about LCA, his tips are largely applicable to those interested in submitting a talk proposal to any conference.
The LCA papers committee consists of experienced LCA attendees and volunteers who are both active in their communities and familiar with the conference. They try to keep a balance from year to year of fresh voices with experienced reviewers. The repeat reviewers help ensure that the conference maintains the same feel from year to year, so they use the previous year’s papers committee with a few new members. They also consider the balance of the committee members.
Fedora 22 To Push For Requiring Packages To Have AppData
Fedora 22 will require applications that want to show up within the Linux distribution’s software center to have an AppData file shipped by the program…
AMD Kaveri OpenCL Compared To Radeon & GeForce GPUs On Linux
Earlier this week I delivered a wide range of NVIDIA GeForce and AMD Radeon graphics card tests from Ubuntu Linux and the focal point was the tests being done from the new AMD A10-7850K “Kaveri” APU. That testing found NVIDIA is leading over AMD with their binary graphics driver (of course, the same can’t be said with AMD’s superior open-source driver as yesterday’s data showed), but how is the Linux OpenCL performance comparing between drivers and hardware? Here’s the same set of NVIDIA and AMD graphics cards being benchmarked under Ubuntu with now looking at the OpenCL performance.
Ubuntu 14.04 (Trusty Tahr) – Alpha 1 Released ! Time to Upgrade !
Before Upgrading:
1. Make sure that you are having the backup of all important data.
2. All the third party repositories should be disabled.
3. Owners of production systems are advised to wait till April 17 for the final release.
Read more at YourOwnLinux
Pear Departure, Bodhi Fundraiser, and Mageia 4 RC
The headlines to capture my attention today include the end of the Pear OS project. Bodhi Linux is raffling off a Chromebook with Bodhi Linux installed. The Mageia 4 Release Candidate was released. Let’s look at these and a few other developments around The Penguin today.
David Tavares, founder of Pear OS, apparently messaged the other day on Google+ that the Ubuntu-based distribution would no longer be available for download. According to Softpedia.com, “Mr. Tavares sold the Pear OS distribution to an undisclosed company that will develop the Linux-based operating system for its own products.” All download links have been removed and cloud users have been told to copy and remove their files before the end of the month when the server will disabled. Tavares’ original post is no longer available, but the goodbye post on pearlinux.fr is still online.
Systemd’s Networkd Now Supports Bonding
Systemd’s networkd system service for networking now has basic support for bonding…
Install Open vSwitch Networking on Red Hat Fedora 20
The following tutorial will bootstrap you in installing and configuring Open vSwitch on Red Hat Fedora 20. It also has some extras that are just general Fedora configuration tasks such as setting up networking along with Wireshark over an X11 ssh session. This is the first of lots of integration posts over the next year as we develop network virtualization …
…
Nftables Steals the Show in Linux 3.13
It may have arrived a bit later than originally planned, but Linux 3.13 showed up in full glory on Sunday, complete with several changes that promise to improve the lives of users and developers alike.
“The release got delayed by a week due to travels, but I suspect that’s just as well,” wrote Linux creator Linus Torvalds in the announcement email on Sunday evening. “We had a few fixes come in, and while it wasn’t a lot, I think we’re better off for it.” The patch from the eighth release candidate is “fairly small,” Torvalds added, including primarily some small architecture updates, drivers and networking fixes. The ARM, MIPS, PowerPC, S/390,
SPARC and x86 architectures all saw some minor changes, he noted, including some that arose from a networking fix for the Berkeley Packet Filter (BPF) JIT. A few key features stand out as particularly notable in this new Linux release. Here’s a quick run-down.
1. The Debut of Nftables
It’s been clear for several years that Linux’s existing iptables packet-filtering framework suffers from a number of shortcomings, and back in 2009 an alternative called nftables was officially proposed. It wasn’t until this latest Linux release, however, that the technology made it into the mainline kernel.
“iptables has a number of limitations both at the functional and code design level, problems with the system update rules and code duplication, which cause problems for code maintenance and for users,” explains the changelog on KernelNewbies.org.
The new nftables approach can reportedly replace thousands of lines of code. “We do not need a specific extension in kernel-space for each protocol that you want to support,” explains the nftables project page. “As a side effect, you [will] likely not need to upgrade your kernel to obtain new features, as it has been designed to keep most of the logic in user-space.”
nftables provides backwards compatibility with iptables, but it won’t be fully featured until a future release.
2. Another Step for NUMA
Roughly a year ago, the arrival of Linux 3.8 saw the inclusion of a new feature designed to help improve Linux’s performance on non-uniform memory access (NUMA) systems. Most multiprocessors today use NUMA memory designs, yet the kernel’s behavior on such systems has been, “by most accounts, suboptimal,” explained Jonathan Corbet, executive editor at LWN.net, in an article in late 2012. “Processes tend to get separated from their memory, leading to lots of cross-node traffic and poor performance.”
Previously, patch sets were relied upon for partial help, but now Linux 3.13 brings new policies that “attempt to put a process near its memory and can handle cases such as shared pages between processes or transparent huge pages,” the changelog explains. The overall result is improved performance in NUMA systems.
3. A Scalable Block Layer for SSDs
A new block layer in Linux 3.13 is designed to better accommodate the high-performance solid-state disks (SSDs) that are increasingly used for storage.
“With drivers being written for new high IOPS devices, the classic request_fn based driver doesn’t work well enough,” explained developer Jens Axboe in his code commit. “This commit introduces blk-mq, block multi-queue support. The design is centered around per-CPU queues for queuing IO, which then funnel down into x number of hardware submission queues. We might have a 1:1 mapping between the two, or it might be an N:M mapping. That all depends on what the hardware supports.”
Only the virtioblk driver has been ported to this interface in this release, according to the changelog; other drivers will be ported in subsequent ones.
4. Help with Huge Page Workloads
In an improvement that will be particularly useful for enterprise users, Linux 3.13 refines the locking mechanism for page tables so as to improve page-table access scalability in threaded hugepage workloads such as those common on large servers and computational clusters.
“Highly threaded workloads slow down considerably when the transparent huge pages feature is in use,” explained LWN.net’s Corbet last fall in an article on the topic. “Given that huge pages are meant to increase performance, this result is seen as surprising and undesirable.”
The new patch, by contrast, makes it possible “to enjoy the performance benefits that come from using huge pages,” he added.
5. Support for NFC Payments
Finally, further bolstering Linux’s core capabilities in an increasingly mobile world, Linux 3.13 adds support for an API that enables near field communication (NFC) payments via mobile devices. Only the pn544 driver supports this API so far, the changelog notes.
Of course, this is only a small sampling of what’s new in Linux 3.13; other key enhancements include power management support for many AMD Radeon devices, a new power-capping framework, support for the Intel Many Integrated Core Architecture and the enabling of TCP Fast Open by default. A thorough summary is available on KernelNewbies.org.
OpenDaylight Summit Keynote Spotlight: Christos Kolias
The promise of software-defined networks (SDN) and network functions virtualization (NFV) to alleviate complexity and improve agility is achievable and has already been deployed in many cases, but there are still challenges to overcome for SDN and NFV to become ubiquitous. So how do we get there?
Ask Christos Kolias, senior research scientist at Orange Silicon Valley. He’ll have a keynote at the OpenDaylight Summit in Santa Clara, February 4-5, on how NFV envisions and promises to change the service provider landscape and how we can simplify life with standards.
Can you give us a preview of your talk? Where does SDN/NFV go from here?
My talk will cover two main areas: firstly, the things we have accomplished thus far within the NFV ETSI ISG and the ongoing work with respect to achieving our set objectives and our live vision what should come next, Secondly, I will talk about some of the exciting work and Proofs-of-Concept (PoCs), that we are focusing and working on within Orange. Orange is a global service provider and operator offering a wide spectrum of services, ranging from mobile to online content/IPTV and cloud services, thus there are a lot of areas of potential benefit. I will conclude with some rather random, if not radical, thoughts about the future, but for this one you will have to attend my talk!