[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-04-19 Thread Colin Ian King
This was fixed with:

zfs-linux (0.6.5.6-0ubuntu16) xenial; urgency=medium

  * Enable zfs to respect RSIZE_LIMIT limits (LP: #1656259)
- backport of zfs upstream commit 4b908d32200b6e5c7b5115322b6c8d25e770daa0
  ("Linux 4.8 compat: posix_acl_valid()") to facilitate changes in 
posix_acl_valid.
  1015-Linux-4.8-compat-posix_acl_valid.patch
- backport of upstream commit 933ec999511f3d29de005bfa8966ae007b161c0f
  ("Retire .write/.read file operations")
  1016-Retire-.write-.read-file-operations.patch

with upstream commit:

commit 4b908d32200b6e5c7b5115322b6c8d25e770daa0
Author: Brian Behlendorf 
Date: Tue Aug 2 11:11:45 2016 -0700

Linux 4.8 compat: posix_acl_valid()

The posix_acl_valid() function has been updated to require a
user namespace. Filesystem callers should normally provide the
user_ns from the super block associcated with the ACL; the
zpl_posix_acl_valid() wrapper has been added for this purpose.
See https://github.com/torvalds/linux/commit/0d4d717f for
complete details.

Signed-off-by: Brian Behlendorf 
Signed-off-by: Nikolay Borisov 
Signed-off-by: Chunwei Chen 
Closes #4922

https://github.com/zfsonlinux/zfs/pull/4922


** Changed in: zfs-linux (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: zfs-linux (Ubuntu)
 Assignee: (unassigned) => Colin Ian King (colin-king)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-03-07 Thread John Bridges
I just upgraded from 14.04 to 16.04  4.4.0-64-generic

At first the modprobe zfs seemed to work if done manually after boot.
Once I removed zfsutils-linux, and re-installed it would no longer work.
I tried multiple variations of removing and re-adding ZFS, and did purge all 
old ZFS versions from Trusty install.

The only fix I could get to function was to modify the source for zpl_xattr.c
There were two calls to posix_acl_valid, one in __zpl_xattr_acl_set_access, and 
one in __zpl_xattr_acl_set_default.
I changed them as described above, and did dpkg-reconfigure zfs-dkms

The ZFS kernel module would not load until I rebooted, then it all came
up and mounted my ZFS pools automatically.

It appears this fix is already in the master ZFS on Linux source:
https://github.com/zfsonlinux/zfs/blob/master/module/zfs/zpl_xattr.c

Hopefully this will end up in Ubuntu soon?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-22 Thread Sam Bouwer
Just did a fresh install with an dist-upgrade to 4.4.0-64, and

apt-get install zfs

worked just fine:). After reboot the exported zpools were automatically
imported.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-22 Thread Sam Bouwer
Had the same issue. I was unable to import my zpools after a clean
install (I did a zpool export before the reinstall).

I'm running the following version of Ubuntu:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.2 LTS
Release:16.04
Codename:   xenial

I'm running the following kernel version:

$ uname -a
Linux UniServer 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:09:55 UTC 2017 
i686 i686 i686 GNU/Linux

I've edited the file mentioned in post #6, rebooted, ran the commands
and tried to check the status of the zpools. They were already imported!
Issue solved.

Thank you Michael T. for your post!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-21 Thread Alan B. Clements
#6 Worked on 4.4.0-63-generic as well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-21 Thread Frits Jalvingh
Thanks a lot, Michael T; Your solution in #6 worked like a charm!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-20 Thread K1773R
Now wait 1 year till they MAYBE will fix it...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-20 Thread David Martinka
I ran into this same problem today on an update.

The above fix in #6 worked for me on:

Ubuntu 16.04.2 LTS

4.4.0-62-generic

The DKMS modules now compile after editing
/usr/src/zfs-0.6.5.6/module/zfs/zpl_xattr.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-07 Thread Peter Goodall
Hello all,

I believe a fix was just delivered to my workstation. It failed to build on my 
machine. I have attached the log at:
/var/lib/dkms/zfs/0.6.5.6/build/make.log

An automated error report should appear attached to this topic as well.
Not sure how that error report gets delivered. If i need to submit any
more files - please let me know.

Cheers...

** Attachment added: "log file from failed build/install"
   
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+attachment/4815168/+files/make.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-06 Thread Milos Leskanic
Perfect, thank you very much - this did the trick, for me too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-06 Thread Michael T.
Some more details


A posix function in kernel has changed between 4.4.0-57 and 4.4.0-59

./linux-headers-4.4.0-53/include/linux/posix_acl.h:extern int 
posix_acl_valid(const struct posix_acl *);
./linux-headers-4.4.0-57/include/linux/posix_acl.h:extern int 
posix_acl_valid(const struct posix_acl *);
./linux-headers-4.4.0-59/include/linux/posix_acl.h:extern int 
posix_acl_valid(struct user_namespace *, const struct posix_acl *);
./linux-headers-4.4.0-62/include/linux/posix_acl.h:extern int 
posix_acl_valid(struct user_namespace *, const struct posix_acl *);


The zfs kernel modul is not updated to match these changes.
see: 
https://fossies.org/diffs/zfs/0.6.5.7_vs_0.6.5.8/module/zfs/zpl_xattr.c-diff.html

I have tried the following:

Replaced all occurrences
   error = posix_acl_valid(acl);
with 
   error = posix_acl_valid(ip, acl);
in file:
/usr/src/zfs-0.6.5.6/module/zfs/zpl_xattr.c

 dkms remove -m zfs -v 0.6.5.6 -k 4.4.0-62-generic
 dkms install --force -m zfs -v 0.6.5.6 -k 4.4.0-62-generic 
does compiles now.

System seems to work.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-02-02 Thread Milos Leskanic
Problem persists with kernel 4.4.0-62. Looks like the only hope left is
to wait for 16.04.2 point release (currently pushed out to Feb 9) and
see how things go with (HWE) kernel 4.8. Did anyone give it a chance
earlier by trying out hwe-16.04-edge kernel package?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-01-22 Thread Peter Goodall
Hi Michael,

Looks like this email was direct from you. I'm just a user that reported
the bug using the reporting system in Xenia. No hope in hell of me fixing
it :-)
I'm not even really sure how you should add your feedback to the bug
reporting system.

Cheers,
--Peter Goodall

On Sun, 22 Jan 2017 at 11:55, Michael T. 
wrote:

> zfs is killed with kernel update in xenial similar as with 14.04:
> https://github.com/zfsonlinux/zfs/issues/5408
> https://github.com/zfsonlinux/pkg-zfs/issues/219
>
> The 14.04 issue fixed.
>
> when i try to compile
> dkms install -m zfs -v 0.6.5.6 -k 4.4.0-59-generic
>
> then get:
> 
>CC [M]  /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.o
>  /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c: In function
> '__zpl_xattr_acl_set_access':
>  /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1284:28: warning:
> passing argument 1 of 'posix_acl_valid' from incompatible pointer type
> [-Wincompatible-pointer-types]
>  error = posix_acl_valid(acl);
>  ^
>  In file included from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/linux/vfs_compat.h:204:0,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/sys/zpl.h:37,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/sys/zfs_vnops.h:34,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/module/zfs/zpl_xattr.c:81:
>  include/linux/posix_acl.h:84:12: note: expected 'struct user_namespace *'
> but argument is of type 'struct posix_acl *'
>   extern int posix_acl_valid(struct user_namespace *, const struct
> posix_acl *);
>  ^
>  /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1284:12: error:
> too few arguments to function 'posix_acl_valid'
>  error = posix_acl_valid(acl);
>  ^
>  In file included from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/linux/vfs_compat.h:204:0,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/sys/zpl.h:37,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/sys/zfs_vnops.h:34,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/module/zfs/zpl_xattr.c:81:
>  include/linux/posix_acl.h:84:12: note: declared here
>   extern int posix_acl_valid(struct user_namespace *, const struct
> posix_acl *);
>  ^
>  /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c: In function
> '__zpl_xattr_acl_set_default':
>  /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1323:28: warning:
> passing argument 1 of 'posix_acl_valid' from incompatible pointer type
> [-Wincompatible-pointer-types]
>  error = posix_acl_valid(acl);
>  ^
>  In file included from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/linux/vfs_compat.h:204:0,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/sys/zpl.h:37,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/sys/zfs_vnops.h:34,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/module/zfs/zpl_xattr.c:81:
>  include/linux/posix_acl.h:84:12: note: expected 'struct user_namespace *'
> but argument is of type 'struct posix_acl *'
>   extern int posix_acl_valid(struct user_namespace *, const struct
> posix_acl *);
>  ^
>  /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1323:12: error:
> too few arguments to function 'posix_acl_valid'
>  error = posix_acl_valid(acl);
>  ^
>  In file included from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/linux/vfs_compat.h:204:0,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/sys/zpl.h:37,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/include/sys/zfs_vnops.h:34,
>   from /var/lib/dkms/zfs/
> 0.6.5.6/build/module/zfs/zpl_xattr.c:81:
>  include/linux/posix_acl.h:84:12: note: declared here
>   extern int posix_acl_valid(struct user_namespace *, const struct
> posix_acl *);
>  ^
>  scripts/Makefile.build:258: recipe for target '/var/lib/dkms/zfs/
> 0.6.5.6/build/module/zfs/zpl_xattr.o' failed
>  make[5]: *** [/var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.o]
> Error 1
>  scripts/Makefile.build:403: recipe for target '/var/lib/dkms/zfs/
> 0.6.5.6/build/module/zfs' failed
>  make[4]: *** [/var/lib/dkms/zfs/0.6.5.6/build/module/zfs] Error 2
>  Makefile:1420: recipe for target '_module_/var/lib/dkms/zfs/
> 0.6.5.6/build/module' failed
>  make[3]: *** [_module_/var/lib/dkms/zfs/0.6.5.6/build/module] Error 2
>  make[3]: Leaving directory '/usr/src/linux-headers-4.4.0-59-generic'
>  Makefile:16: recipe for target 'modules' failed
>  make[2]: *** [modules] Error 2
>  make[2]: Leaving directory '/var/lib/dkms/zfs/0.6.5.6/build/module'
>  Makefile:685: recipe for target 'all-recursive' failed
>  make[1]: *** [all-recursive] Error 1
>  make[1]: Leaving directory '/var/lib/dkms/zfs/0.6.5.6/build'
>  Makefile:556: recipe for target 'all' failed
>  make: *** [all] Error 2
> DKMSKernelVersion: 4.4.0-59-generic

[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-01-21 Thread Michael T.
zfs is killed with kernel update in xenial similar as with 14.04:
https://github.com/zfsonlinux/zfs/issues/5408
https://github.com/zfsonlinux/pkg-zfs/issues/219

The 14.04 issue fixed.

when i try to compile 
dkms install -m zfs -v 0.6.5.6 -k 4.4.0-59-generic

then get:

   CC [M]  /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.o
 /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c: In function 
'__zpl_xattr_acl_set_access':
 /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1284:28: warning: 
passing argument 1 of 'posix_acl_valid' from incompatible pointer type 
[-Wincompatible-pointer-types]
 error = posix_acl_valid(acl);
 ^
 In file included from 
/var/lib/dkms/zfs/0.6.5.6/build/include/linux/vfs_compat.h:204:0,
  from /var/lib/dkms/zfs/0.6.5.6/build/include/sys/zpl.h:37,
  from 
/var/lib/dkms/zfs/0.6.5.6/build/include/sys/zfs_vnops.h:34,
  from 
/var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:81:
 include/linux/posix_acl.h:84:12: note: expected 'struct user_namespace *' but 
argument is of type 'struct posix_acl *'
  extern int posix_acl_valid(struct user_namespace *, const struct posix_acl *);
 ^
 /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1284:12: error: too few 
arguments to function 'posix_acl_valid'
 error = posix_acl_valid(acl);
 ^
 In file included from 
/var/lib/dkms/zfs/0.6.5.6/build/include/linux/vfs_compat.h:204:0,
  from /var/lib/dkms/zfs/0.6.5.6/build/include/sys/zpl.h:37,
  from 
/var/lib/dkms/zfs/0.6.5.6/build/include/sys/zfs_vnops.h:34,
  from 
/var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:81:
 include/linux/posix_acl.h:84:12: note: declared here
  extern int posix_acl_valid(struct user_namespace *, const struct posix_acl *);
 ^
 /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c: In function 
'__zpl_xattr_acl_set_default':
 /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1323:28: warning: 
passing argument 1 of 'posix_acl_valid' from incompatible pointer type 
[-Wincompatible-pointer-types]
 error = posix_acl_valid(acl);
 ^
 In file included from 
/var/lib/dkms/zfs/0.6.5.6/build/include/linux/vfs_compat.h:204:0,
  from /var/lib/dkms/zfs/0.6.5.6/build/include/sys/zpl.h:37,
  from 
/var/lib/dkms/zfs/0.6.5.6/build/include/sys/zfs_vnops.h:34,
  from 
/var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:81:
 include/linux/posix_acl.h:84:12: note: expected 'struct user_namespace *' but 
argument is of type 'struct posix_acl *'
  extern int posix_acl_valid(struct user_namespace *, const struct posix_acl *);
 ^
 /var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:1323:12: error: too few 
arguments to function 'posix_acl_valid'
 error = posix_acl_valid(acl);
 ^
 In file included from 
/var/lib/dkms/zfs/0.6.5.6/build/include/linux/vfs_compat.h:204:0,
  from /var/lib/dkms/zfs/0.6.5.6/build/include/sys/zpl.h:37,
  from 
/var/lib/dkms/zfs/0.6.5.6/build/include/sys/zfs_vnops.h:34,
  from 
/var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.c:81:
 include/linux/posix_acl.h:84:12: note: declared here
  extern int posix_acl_valid(struct user_namespace *, const struct posix_acl *);
 ^
 scripts/Makefile.build:258: recipe for target 
'/var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.o' failed
 make[5]: *** [/var/lib/dkms/zfs/0.6.5.6/build/module/zfs/zpl_xattr.o] Error 1
 scripts/Makefile.build:403: recipe for target 
'/var/lib/dkms/zfs/0.6.5.6/build/module/zfs' failed
 make[4]: *** [/var/lib/dkms/zfs/0.6.5.6/build/module/zfs] Error 2
 Makefile:1420: recipe for target 
'_module_/var/lib/dkms/zfs/0.6.5.6/build/module' failed
 make[3]: *** [_module_/var/lib/dkms/zfs/0.6.5.6/build/module] Error 2
 make[3]: Leaving directory '/usr/src/linux-headers-4.4.0-59-generic'
 Makefile:16: recipe for target 'modules' failed
 make[2]: *** [modules] Error 2
 make[2]: Leaving directory '/var/lib/dkms/zfs/0.6.5.6/build/module'
 Makefile:685: recipe for target 'all-recursive' failed
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory '/var/lib/dkms/zfs/0.6.5.6/build'
 Makefile:556: recipe for target 'all' failed
 make: *** [all] Error 2
DKMSKernelVersion: 4.4.0-59-generic


please fix it.
zfs is basic.



** Bug watch added: Github Issue Tracker for ZFS #5408
   https://github.com/zfsonlinux/zfs/issues/5408

** Bug watch added: github.com/zfsonlinux/pkg-zfs/issues #219
   https://github.com/zfsonlinux/pkg-zfs/issues/219

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications 

[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-01-13 Thread Alberto Salvia Novella
** Changed in: zfs-linux (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-01-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: zfs-linux (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654708] Re: Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with identifier from /mnt/disk/by-id/xxxx

2017-01-09 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654708

Title:
  Trying to reinstall ZFS on Xenial. Cannot mount existing zpool with
  identifier from /mnt/disk/by-id/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1654708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs