• Ubuntu 15.10 is Out

    News
    2
    1 Votes
    2 Posts
    1k Views
    mlnewsM
    General availability of Canonical’s OpenStack Autopilot, the fastest and easiest way to build an Ubuntu OpenStack cloud LXD machine containers: a pure container hypervisor hosting Ubuntu, CentOS and other Linux guests Tech Preview: nova-compute-lxd OpenStack driver for machine containers Tech Preview: DPDK fast network packet processing packaged and ready for testing Ubuntu 15.10 will be available for download from Canonical from today – 22nd October 2015. The new update brings a host of incremental improvements and benefits for business users and Ubuntu developers-alike.

    New in 15.10 (Wily Werewolf)

    Canonical’s OpenStack Autopilot now GA

    Full high availability of all cloud controller services, deployed using best practice architecture based on available hardware resources
    Smart automated scale out that re-architects cloud controller services as hardware resources are added
    Full integration of Open Daylight SDN controller
    Choice of Swift or Ceph for object storage
    New with 15.10, Canonical is debuting its newly launched Ubuntu OpenStack cloud deployer and management tool – OpenStack Autopilot – the most powerful and easiest way to deploy scale and manage Ubuntu OpenStack clouds without the complexity and costs associated with major cloud projects.

    The new service, launched alongside Ubuntu 15.10, has been created to allow businesses to build and manage Ubuntu OpenStack clouds quickly, easily without the need for expensive, hard to find OpenStack cloud architects.

    Autopilot has been built using the insight, experience and tools that reside within the OpenStack Interoperability Lab (OIL), the world’s only Interoperability Lab in which hundreds of OpenStack clouds are built per day using technologies from over 35 Canonical partners. The reference architecture used has been developed over the last 4 years based on Canonical experience supporting more OpenStack clouds in production than any other OpenStack distribution company.

    Autopilot deploys, manages and scales Ubuntu 14.04 LTS and Ubuntu OpenStack Kilo. It has been designed to fully support in place upgrades between releases.

    “One of the biggest issues organisations using OpenStack face is how to scale their clouds in line with expansion without having to employ expensive cloud architects to manually re-design them. Autopilot offers enterprises a smart, way to scale their cloud technically and financially.” said Shawn Madden, Autopilot Product Manager at Canonical, “We have built Autopilot to deliver superior scale and economics in a simple to use package.”

    Ubuntu is the most widely used cloud platform and Ubuntu OpenStack the most widely deployed OpenStack cloud distribution – 57% according the latest Linux Foundation Survey. As such, many companies are looking seriously at OpenStack cloud solutions as the means to simplify cloud deployments whilst allowing them to scale rapidly.

    Ubuntu OpenStack Liberty

    OpenStack Liberty has been built around three key themes of Manageability, Scalability and Extensibility:

    Manageability

    Common library adoption
    Improved configuration management
    More granular Neutron security settings with RBAC support
    Scalability

    Initial version of Nova Cells V2 implementation to improve of single region large scale OpenStack clouds
    Neutron, Nova and Cinder scale improvements
    Extensibility

    Support for OpenStack as the integration engine with ‘Big tent’ model of ancillary project identification
    Support for containers with debut of LXD nova driver to enable workloads to be deployed as LXC containers
    First release of Magnum with support for integration of Kubernetes, Swarm and Mesos
    Ubuntu OpenStack Liberty is included in 15.10 and available for Ubuntu 14.04 LTS via the Ubuntu Cloud Archive.

    What’s new in server

    LXD comes of age

    LXD, the machine container hypervisor, is now included by default within every Ubuntu server. That means every Ubuntu Server can now host hundreds of other Linux guest containers. LXD provides all of the key features expected of a modern hypervisor — image management, snapshots, live migration, Fan overlay networking, IPv4 and IPv6 support, and an industry leading security profile. Beyond the usual hypervisor features, LXD also provides an open, RESTful API, the network endpoint that any tool can use to start, stop, clone, and live migrate those containers. The first consumer of that RESTful API is the nova-compute-lxd driver — now available as a Tech Preview in Ubuntu OpenStack Liberty — which uses the LXD hypervisor to provision operating system container instances in an OpenStack private cloud, and integrates with the rest of OpenStack’s core projects (Neutron, Swift, and Ceph).

    MAAS is Ubuntu’s Metal as a Service platform, capable of installing onto physical hardware any Linux or Windows operating system, and of scaling to data centers of thousands of machines. MAAS has a command line interface, a beautiful web user interface, and like LXD, a RESTful API. New for 15.10, the MAAS web interface has been redesigned, and is fully responsive in any browser on any PC or mobile device.

    Ubuntu Server 15.10 ships with a v4.2 based Linux kernel, enabling the latest server hardware and peripherals available from IBM, HP, Dell, and Intel. The 15.10 kernel delivers new features inherited from upstream such as ACPI support for ARM, LSM (Linux Security Module) Stacking, and the new thermal Power Allocator governor. We also see notable Ubuntu specific achievements with fan networking for network address space expansion capability and also the introduction of a DPDK (Data Plane Development Kit) tech preview for faster packet processing in network-heavy applications.

    High performance networking

    New in 15.10 for telcos and enterprises with heavy networking requirements, DPDK (Data Plane Development Kit) previews. DPDK is a set of libraries and drivers for fast packet processing and with a great many high volume OpenStack deployments happening within telecoms companies, DPDK enables virtual network functions to deliver the high performance network throughput required in core network services.

  • 3 Votes
    1 Posts
    912 Views
    No one has replied
  • 2 Votes
    1 Posts
    1k Views
    No one has replied
  • 3 Votes
    1 Posts
    1k Views
    No one has replied
  • 3 Votes
    7 Posts
    2k Views
    scottalanmillerS

    @DustinB3403 said:

    Scott have you ever looked at this, http://zfsonlinux.org/

    Quite a bit 🙂

  • Canonical is Going After the Internet of Toys

    News
    1
    2 Votes
    1 Posts
    730 Views
    No one has replied
  • Debian Abandons the Linux Standard Base

    News
    14
    2 Votes
    14 Posts
    3k Views
    scottalanmillerS

    @PSX_Defector said:

    But FreeBSD came out AFTER 4.1BSD, which is where the great schism started. Next started their work on Mach/Darwin a few years before FreeBSD came about. There is plenty borrowed from FreeBSD but it's still running kernels that are nothing like FreeBSD.

    Yes, the ported the Mach kernel to the FreeBSD ecosystem. But the bulk of the code is from FreeBSD, not from Next/Mach. The OSX project started long after both FreeBSD and Next were established. That Next was older isn't really a big deal. OSX was much later. At the time, around 1999, they made a big deal that it was mostly FreeBSD with the Mach kernel swapped out for the old kernel.

    Not totally unlike the Dragonfly project. Based on FreeBSD but taking the kernel in a different direction.

  • 2 Votes
    8 Posts
    3k Views
    I

    I also tried to use the ccd with different segment, with config below:

    server.conf
    client-config-dir /etc/openvpn/ccd
    route 10.8.2.0 255.255.255.0

    /etc/openvpn/ccd/username1:
    Code:
    ifconfig-push 10.8.2.9 10.8.2.10

    but still getting 10.8.0.x internal IP instead of 10.8.2.x.

    Also put in IPtables:
    iptables -A FORWARD -s 10.8.2.0/24 -j ACCEPT

  • 7 Votes
    21 Posts
    10k Views
    scottalanmillerS

    @matteo-nunziati said in Open Storage Operating Systems for SAM-SD:

    what a mess...

    Windows desktops are loaded with software that you are only limited as to how you can use it by EULA as well.

  • 2 Votes
    4 Posts
    2k Views
    scottalanmillerS

    I doubt that they will be making any "visible" Linux products for some time, at the least.

  • 2 Votes
    1 Posts
    577 Views
    No one has replied
  • 2 Votes
    5 Posts
    2k Views
    mlnewsM

    @DustinB3403 said:

    Maybe I miss-read it, but searching Kylin Ubuntu appears to be made by the Ubuntu Org (with specific feature request and additions by the Chinese Government/Programmers)

    Did you look on Wikipedia? It's been made by the Chinese government (through a university) since 2001 before Ubuntu was around. They moved to Ubuntu as a base but I've seen nothing being done by Ubuntu themselves listed. Maybe I've missed some details but as far as I have seen it's all inside of China.

  • 8 Votes
    28 Posts
    10k Views
    Emad RE

    +1 for primary application platform on Ubuntu.

    If you mean what I think you mean, I use Centos for General server stuff, basically a server that can handle anything or can be more than 1 thing, however for Ubuntu and cause of the snaps, I use Ubuntu for specific roles like :

    File server
    Or
    RockChat server

    For specific purpose roles.

  • 4 Votes
    26 Posts
    8k Views
    DustinB3403D

    Programmed with http://thinkonbytes.blogspot.com/2014/04/xubuntu-open-whisker-menu-with-windows.html

    Really simple to do, so the question is, why was it left off....

  • 0 Votes
    1 Posts
    698 Views
    No one has replied
  • Teamviewer on Ubuntu Server

    IT Discussion
    8
    1 Votes
    8 Posts
    2k Views
    Reid CooperR

    NoMachine (NX) is a great option when you have a Linux server to run it on. Does the Linux box have LAN access to the boxes that you want to reach from it?

  • 1 Votes
    3 Posts
    1k Views
    scottalanmillerS

    Here is the info on how to do it. Just Google it and it brings you to MangoLassi 🙂

    Pertino themselves use this info to help customers. ML had it documented first. Pertino saw the reports that NTG had it working, asked us how to do it, we pointed them to the ML docs and voila...

    http://mangolassi.it/topic/5006/pertino-on-ubuntu-15-04

  • 1 Votes
    1 Posts
    804 Views
    No one has replied
  • 2 Votes
    1 Posts
    738 Views
    No one has replied
  • Commandline Video Games for UNIX

    News
    2
    0 Votes
    2 Posts
    793 Views
    scottalanmillerS

    Cowsay has to be the winner...