Giter VIP home page Giter VIP logo

Comments (4)

eep avatar eep commented on September 28, 2024

Hi there, this is good advice but are you sure you need to install splat? Apt-getting splat from the ubuntu repositories will install an RF analyser software that depends on X Windows. Most people who run a server and would like to try ZFS on Linux probably don't want to install X. Also you probably don't need to explicitly install automake. So the only apt command you need to run in step 1. on Ubuntu Server 10.04 is
apt-get install alien gawk

from spl.

behlendorf avatar behlendorf commented on September 28, 2024

This was sort of fixed by commit 287b2fb. As a short term work around I've automated the process of using alien to convert rpm packages to deb and tgz packages. The long term fix remains to add native packaging but I just don't have time for that. This I had time for:

$ lsb_release -d
Description:    Ubuntu 10.04.1 LTS

$ ./configure
$ make deb

$ ls *.deb
spl_0.5.0-2_i386.deb
spl-modules_0.5.0-2_i386.deb
spl-modules-devel_0.5.0-2_i386.deb

$ sudo dpkg -i *.deb
Selecting previously deselected package spl.
(Reading database ... 225166 files and directories currently installed.)
Unpacking spl (from spl_0.5.0-2_i386.deb) ...
Selecting previously deselected package spl-modules.
Unpacking spl-modules (from spl-modules_0.5.0-2_i386.deb) ...
Selecting previously deselected package spl-modules-devel.
Unpacking spl-modules-devel (from spl-modules-devel_0.5.0-2_i386.deb) ...
Setting up spl (0.5.0-2) ...
Setting up spl-modules (0.5.0-2) ...
Setting up spl-modules-devel (0.5.0-2) ...

$ sudo modprobe splat
$ sudo splat -a
------------------------------ Running SPLAT Tests ------------------------------
                kmem:kmem_alloc           Pass
                kmem:kmem_zalloc          Pass
                kmem:vmem_alloc           Pass
                ...

from spl.

eep avatar eep commented on September 28, 2024

I'll give it a whirl. ... I've come across a hard lock up when running the zconfig.sh tests after the zfs module is built on my ubuntu 10.04.1 server ... I'll try to post some more info for you in the zfs repo github.

from spl.

behlendorf avatar behlendorf commented on September 28, 2024

Thanks, expect some fixes for the zconfig.sh lockups tomorrow.

from spl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.