[Touch-packages] [Bug 1431523] Re: zfs not automounting after upgrading from upstart to systemd

2015-03-24 Thread Sam VdE
Ok starts to make sense to me now. Thanks for the guidance on the
workaround!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1431523

Title:
  zfs not automounting after upgrading from upstart to systemd

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  I am testdriving systemd on Ubuntu 15.04 with zfs as root filesystem.
  The system works great, however it seems the systemd initscripts are
  not installed on my system, leaving one zpool exported and a few
  filesystems unmounted at boot. This worked fine with upstart.

  When looking at the dkms folders I can see the scripts were pulled correctly 
from git (at least I assume that's why the're there):
  ll /var/lib/dkms/zfs/0.6.3.0/build/etc/systemd/system
  total 58
  drwxr-xr-x 2 root root 11 mrt 10 22:32 ./
  drwxr-xr-x 3 root root  5 mrt 10 22:32 ../
  -rw-r--r-- 1 root root  6 mrt 10 22:30 50-zfs.preset.in
  -rw-r--r-- 1 root root  6 mrt 10 22:32 Makefile
  -rw-r--r-- 1 root root  6 mrt 10 22:30 Makefile.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zed.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-cache.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-scan.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-mount.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-share.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs.target.in

  I can test things to help out, however I have no developer skills
  (automake/make/autoconfigure/...). E.g. I have no idea if I could
  deploy those files manually to test.

  edit: logged zfsonlinux: https://github.com/zfsonlinux/zfs/issues/3173

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1431523/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1432122] [NEW] mountall service unavailable on systemd, preventing full zfs integration

2015-03-14 Thread Sam VdE
Public bug reported:

I am test-driving Vivid and made the switch to systemd. I'd like to
report that the mountall service is now unavailable.

root# systemctl status mountall
 mountall.service
   Loaded: masked (/dev/null)
   Active: inactive (dead)

root# ll /lib/systemd/system/mountall.service
lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service - 
/dev/null

Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
what is keeping all of my zfs filesystems from being automounted at
boot.

Things worked fine with upstart.

zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
mountall bug report: 
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432123

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: mountall systemd zfs

** Tags added: mountall systemd zfs

** Description changed:

  I am test-driving Vivid and made the switch to systemd. I'd like to
  report that the mountall service is now unavailable.
  
  root# systemctl status mountall
-  mountall.service
-Loaded: masked (/dev/null)
-Active: inactive (dead)
+  mountall.service
+    Loaded: masked (/dev/null)
+    Active: inactive (dead)
  
  root# ll /lib/systemd/system/mountall.service
  lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service - 
/dev/null
  
- 
- Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is what is 
keeping all of my zfs filesystems from being automounted at boot.
+ Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
+ what is keeping all of my zfs filesystems from being automounted at
+ boot.
  
  Things worked fine with upstart.
  
  zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
+ mountall bug report: 
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432123

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1432122

Title:
  mountall service unavailable on systemd, preventing full zfs
  integration

Status in systemd package in Ubuntu:
  New

Bug description:
  I am test-driving Vivid and made the switch to systemd. I'd like to
  report that the mountall service is now unavailable.

  root# systemctl status mountall
   mountall.service
     Loaded: masked (/dev/null)
     Active: inactive (dead)

  root# ll /lib/systemd/system/mountall.service
  lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service - 
/dev/null

  Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
  what is keeping all of my zfs filesystems from being automounted at
  boot.

  Things worked fine with upstart.

  zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
  mountall bug report: 
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432123

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1432122/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1432123] [NEW] mountall service unavailable on systemd, preventing full zfs integration

2015-03-14 Thread Sam VdE
Public bug reported:

I am test-driving Vivid and made the switch to systemd. I'd like to
report that the mountall service is now unavailable.

root# systemctl status mountall
 mountall.service
   Loaded: masked (/dev/null)
   Active: inactive (dead)

root# ll /lib/systemd/system/mountall.service
lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service - 
/dev/null

Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
what is keeping all of my zfs filesystems from being automounted at
boot.

Things worked fine with upstart.

zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
systemd bug report: 
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1432122

** Affects: mountall (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: mountall systemd zfs

** Tags added: mountall systemd zfs

** Description changed:

  I am test-driving Vivid and made the switch to systemd. I'd like to
  report that the mountall service is now unavailable.
  
  root# systemctl status mountall
-  mountall.service
-Loaded: masked (/dev/null)
-Active: inactive (dead)
+  mountall.service
+    Loaded: masked (/dev/null)
+    Active: inactive (dead)
  
  root# ll /lib/systemd/system/mountall.service
  lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service - 
/dev/null
  
- 
- Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is what is 
keeping all of my zfs filesystems from being automounted at boot.
+ Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
+ what is keeping all of my zfs filesystems from being automounted at
+ boot.
  
  Things worked fine with upstart.
  
  zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
- systemd bug report:
+ systemd bug report: 
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1432122

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mountall in Ubuntu.
https://bugs.launchpad.net/bugs/1432123

Title:
  mountall service unavailable on systemd, preventing full zfs
  integration

Status in mountall package in Ubuntu:
  New

Bug description:
  I am test-driving Vivid and made the switch to systemd. I'd like to
  report that the mountall service is now unavailable.

  root# systemctl status mountall
   mountall.service
     Loaded: masked (/dev/null)
     Active: inactive (dead)

  root# ll /lib/systemd/system/mountall.service
  lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service - 
/dev/null

  Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
  what is keeping all of my zfs filesystems from being automounted at
  boot.

  Things worked fine with upstart.

  zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
  systemd bug report: 
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1432122

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432123/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1432122] Re: mountall service unavailable on systemd, preventing full zfs integration

2015-03-14 Thread Sam VdE
*** This bug is a duplicate of bug 1431523 ***
https://bugs.launchpad.net/bugs/1431523

I see, should I notify the zfs guys taking into account the comments in
https://github.com/zfsonlinux/pkg-zfs/issues/132 ? Or is this taken into
account in the roadmap for systemd somehow?

Always available for testing!

Cheers!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1432122

Title:
  mountall service unavailable on systemd, preventing full zfs
  integration

Status in systemd package in Ubuntu:
  New

Bug description:
  I am test-driving Vivid and made the switch to systemd. I'd like to
  report that the mountall service is now unavailable.

  root# systemctl status mountall
   mountall.service
     Loaded: masked (/dev/null)
     Active: inactive (dead)

  root# ll /lib/systemd/system/mountall.service
  lrwxrwxrwx 1 root root 9 Mar 11 11:22 /lib/systemd/system/mountall.service - 
/dev/null

  Per https://github.com/zfsonlinux/pkg-zfs/issues/132 I assume this is
  what is keeping all of my zfs filesystems from being automounted at
  boot.

  Things worked fine with upstart.

  zfs-pkg bug report: https://github.com/zfsonlinux/pkg-zfs/issues/145
  mountall bug report: 
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1432123

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1432122/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1431523] [NEW] zfs not automounting after upgrading from upstart to systemd

2015-03-12 Thread Sam VdE
Public bug reported:

I am testdriving systemd on Ubuntu 15.04 with zfs as root filesystem.
The system works great, however it seems the systemd initscripts are not
installed on my system, leaving one zpool exported and a few filesystems
unmounted at boot. This worked fine with upstart.

When looking at the dkms folders I can see the scripts were pulled correctly 
from git (at least I assume that's why the're there):
ll /var/lib/dkms/zfs/0.6.3.0/build/etc/systemd/system
total 58
drwxr-xr-x 2 root root 11 mrt 10 22:32 ./
drwxr-xr-x 3 root root  5 mrt 10 22:32 ../
-rw-r--r-- 1 root root  6 mrt 10 22:30 50-zfs.preset.in
-rw-r--r-- 1 root root  6 mrt 10 22:32 Makefile
-rw-r--r-- 1 root root  6 mrt 10 22:30 Makefile.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zed.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-cache.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-scan.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-mount.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-share.service.in
-rw-r--r-- 1 root root  6 mrt 10 22:30 zfs.target.in

I can test things to help out, however I have no developer skills
(automake/make/autoconfigure/...). E.g. I have no idea if I could deploy
those files manually to test.

edit: logged zfsonlinux: https://github.com/zfsonlinux/zfs/issues/3173

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: automount systemd-boot zfs

** Description changed:

  I am testdriving systemd on Ubuntu 15.04 with zfs as root filesystem.
  The system works great, however it seems the systemd initscripts are not
  installed on my system, leaving one zpool exported and a few filesystems
  unmounted at boot. This worked fine with upstart.
  
  When looking at the dkms folders I can see the scripts were pulled correctly 
from git (at least I assume that's why the're there):
  ll /var/lib/dkms/zfs/0.6.3.0/build/etc/systemd/system
  total 58
  drwxr-xr-x 2 root root 11 mrt 10 22:32 ./
  drwxr-xr-x 3 root root  5 mrt 10 22:32 ../
  -rw-r--r-- 1 root root  6 mrt 10 22:30 50-zfs.preset.in
  -rw-r--r-- 1 root root  6 mrt 10 22:32 Makefile
  -rw-r--r-- 1 root root  6 mrt 10 22:30 Makefile.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zed.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-cache.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-scan.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-mount.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-share.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs.target.in
  
  I can test things to help out, however I have no developer skills
  (automake/make/autoconfigure/...). E.g. I have no idea if I could deploy
  those files manually to test.
+ 
+ edit: logged zfsonlinux: https://github.com/zfsonlinux/zfs/issues/3173

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1431523

Title:
  zfs not automounting after upgrading from upstart to systemd

Status in systemd package in Ubuntu:
  New

Bug description:
  I am testdriving systemd on Ubuntu 15.04 with zfs as root filesystem.
  The system works great, however it seems the systemd initscripts are
  not installed on my system, leaving one zpool exported and a few
  filesystems unmounted at boot. This worked fine with upstart.

  When looking at the dkms folders I can see the scripts were pulled correctly 
from git (at least I assume that's why the're there):
  ll /var/lib/dkms/zfs/0.6.3.0/build/etc/systemd/system
  total 58
  drwxr-xr-x 2 root root 11 mrt 10 22:32 ./
  drwxr-xr-x 3 root root  5 mrt 10 22:32 ../
  -rw-r--r-- 1 root root  6 mrt 10 22:30 50-zfs.preset.in
  -rw-r--r-- 1 root root  6 mrt 10 22:32 Makefile
  -rw-r--r-- 1 root root  6 mrt 10 22:30 Makefile.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zed.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-cache.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-import-scan.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-mount.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs-share.service.in
  -rw-r--r-- 1 root root  6 mrt 10 22:30 zfs.target.in

  I can test things to help out, however I have no developer skills
  (automake/make/autoconfigure/...). E.g. I have no idea if I could
  deploy those files manually to test.

  edit: logged zfsonlinux: https://github.com/zfsonlinux/zfs/issues/3173

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1431523/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp