Re: [Bug 1838276] Re: zfs-module depedency selects random kernel package to install

2019-07-31 Thread Hajo Möller
Would turning the hard dependency into a somewhat softer recommendation be
a possible solution?

Do zfsutils require the module to be actually installed, or would rw access
to /dev/zfs suffice?

Regards,
Hajo Möller

Richard Laager  schrieb am Mi., 31. Juli 2019,
00:50:

> I closed this as requested, but I'm actually going to reopen it to see
> what people think about the following...
>
> Is there a "default" kernel in Ubuntu? I think there is, probably linux-
> generic.
>
> So perhaps this dependency should be changed:
> OLD: zfs-modules | zfs-dkms
> NEW: linux-generic | zfs-modules | zfs-dkms
>
> That way, if you have something satisfying the zfs-modules dependency,
> it is fine. If you don't, it will install the default kernel.
>
> On the other hand, if you don't already have the default kernel, you're
> clearly in some sort of special case, so I'm not sure what sane thing
> can be done. So that might argue against this.
>
> --
> You received this bug notification because you are subscribed to zfs-
> linux in Ubuntu.
> Matching subscriptions: zfs-linux
> https://bugs.launchpad.net/bugs/1838276
>
> Title:
>   zfs-module depedency selects random kernel package to install
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1838276/+subscriptions
>

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

Title:
  zfs-module depedency selects random kernel package to install

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

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

Re: [Bug 1766308] Re: inexplicably large file reported by zfs filesystem

2018-05-02 Thread Hajo Möller
Zero-filled data is not compressed by the set compression algorithm but
gets filtered by zero-length encoding, so the zeros never hit lz4 and
compressratio does not include them.

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

Title:
  inexplicably large file reported by zfs filesystem

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

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

[Bug 1683487] Re: zfs-dkms 0.6.5.9-5ubuntu4: zfs kernel module failed to build. Upgrading from 16.10 to 17.04

2017-04-17 Thread Hajo Möller
*** This bug is a duplicate of bug 1683340 ***
https://bugs.launchpad.net/bugs/1683340

** This bug has been marked a duplicate of bug 1683340
   zfs-dkms 0.6.5.9-5ubuntu4: zfs kernel module failed to build

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

Title:
  zfs-dkms 0.6.5.9-5ubuntu4: zfs kernel module failed to build.
  Upgrading from 16.10 to 17.04

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

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


[Bug 1677705] Re: network-manager-strongswan missing from list of selectable vpn configuration options

2017-04-04 Thread Hajo Möller
*** This bug is a duplicate of bug 1578193 ***
https://bugs.launchpad.net/bugs/1578193

** This bug has been marked a duplicate of bug 1578193
   cannot load legacy-only plugin

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

Title:
  network-manager-strongswan missing from list of selectable vpn
  configuration options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-strongswan/+bug/1677705/+subscriptions

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


Re: [Bug 1639963] [NEW] zfs get compressratio returns bogus results

2016-11-07 Thread Hajo Möller
ZFS works as intended, here. Zero-filled blocks are not counted into the
compression ratio, as they get dismissed early in the compression
pipeline and never hit the disks as used data:

# zfs create sbblht/test

# dd if=/dev/zero of=/test/a bs=16M count=8
8+0 records in
8+0 records out
134217728 bytes (134 MB, 128 MiB) copied, 0.0718708 s, 1.9 GB/s

root@sbooblehat:~# du -shx /test/
1.0K/test/

root@sbooblehat:~# du -shx --apparent-size /test/
129M/test/

# zfs list -o used,logicalused,ratio sbblht/test
 USED  LUSED  RATIO
  19K  9.50K  1.00x

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

Title:
  zfs get compressratio returns bogus results

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

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


[Bug 1636517] Re: zfs: importing zpool with vdev on zvol hangs kernel

2016-11-07 Thread Hajo Möller
Colin, thank you for the fix, I will switch to xenial-proposed now.

As a followup, upstream merged my PR so 1014-kernel-lookup-bdev.patch
may be removed once the next ZFS on Linux release gets synced to us,
hopefully in time for zesty.

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

Title:
  zfs: importing zpool with vdev on zvol hangs kernel

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

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


[Bug 1636517] Re: zfs: importing zpool with vdev on zvol hangs kernel

2016-10-25 Thread Hajo Möller
I proposed a patch making use of autoconf upstream at
https://github.com/zfsonlinux/zfs/pull/5336

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

Title:
  zfs: importing zpool with vdev on zvol hangs kernel

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

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


[Bug 1620853] [NEW] dstat doesn't provide ZFS on Linux plugins

2016-09-06 Thread Hajo Möller
Public bug reported:

Now that Ubuntu ships with prebuilt ZFS modules it would be great if
relevant plugins would be included.

Upstream https://github.com/dagwieers/dstat/ provides:
- dstat_zfs_arc.py
- dstat_zfs_l2arc.py
- dstat_zfs_zil.py

Those plugins show the status of ZFS' "Adjustable Replacement Cache",
"Level 2 Adjustable Replacement Cache" and "ZFS Intent Log",
respectively.

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

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

Title:
  dstat doesn't provide ZFS on Linux plugins

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

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


[Bug 1597895] Re: i915 crashes, lightdm unresponsive and VT switching impossible

2016-07-04 Thread Hajo Möller
If I remember correctly the issue appeared shortly before 16.04 was
released, but I may have overlooked it before.

I will test the latest upstream kernel once I find time to create a
fresh installation on some other media, this system boots off ZFS and
thus doesn't work with 4.7 as of now.

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

Title:
  i915 crashes, lightdm unresponsive and VT switching impossible

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

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


[Bug 1597895] [NEW] i915 crashes, lightdm unresponsive and VT switching impossible

2016-06-30 Thread Hajo Möller
Public bug reported:

Some times after locking the screen and waking it up some time later via
Fn (XF86WakeUp) lightdm accepts no input and Ctrl+Alt+Fx no longer work
to switch to another VT.

This is not always reproducible but I think it's triggered by clicking
on lightdm's login dialog before it's ready.

What usually happens when I wake up the screen:
- the screen shows the lightdm dialog without a blinking cursor for a second
- screen turns black (off?) for a second, as if its resolution changes
- screen comes back, shows lightdm dialog, cursor begins to blink

I will try to reproduce by clicking on the dialog before the screen goes
black soon.

This may be related to https://bugs.launchpad.net/ubuntu/+source
/xserver-xorg-video-intel/+bug/1568604 - which affects my installation,
too.

Here's the relevant snippet from /var/log/syslog, I pressed the power
button a few seconds after realizing the lock up:

Jun 30 16:24:26 sbooblehat lightdm[4225]: ** (lightdm:4225): WARNING **: Error 
using VT_WAITACTIVE 7 on /dev/tty0: Interrupted system call
Jun 30 16:24:26 sbooblehat org.gtk.vfs.Daemon[16609]: A connection to the bus 
can't be made
Jun 30 16:24:28 sbooblehat acpid: client 16583[0:0] has disconnected
Jun 30 16:24:29 sbooblehat systemd[1]: Started Getty on tty6.
Jun 30 16:24:46 sbooblehat systemd[1]: Stopping User Manager for UID 108...
Jun 30 16:24:46 sbooblehat systemd[16595]: Reached target Shutdown.
Jun 30 16:24:46 sbooblehat systemd[16595]: Starting Exit the Session...
Jun 30 16:24:46 sbooblehat systemd[16595]: Stopped target Default.
Jun 30 16:24:46 sbooblehat systemd[16595]: Stopped target Basic System.
Jun 30 16:24:46 sbooblehat systemd[16595]: Stopped target Paths.
Jun 30 16:24:46 sbooblehat systemd[16595]: Stopped target Timers.
Jun 30 16:24:46 sbooblehat systemd[16595]: Stopped target Sockets.
Jun 30 16:24:46 sbooblehat systemd[16595]: Received SIGRTMIN+24 from PID 19198 
(kill).
Jun 30 16:24:46 sbooblehat systemd[1]: Stopped User Manager for UID 108.
Jun 30 16:24:46 sbooblehat systemd[1]: Removed slice User Slice of lightdm.
Jun 30 16:25:01 sbooblehat CRON[19216]: (root) CMD (command -v debian-sa1 > 
/dev/null && debian-sa1 1 1)
Jun 30 16:29:41 sbooblehat acpid: client connected from 19395[0:0]
Jun 30 16:29:41 sbooblehat kernel: [23583.257132] [ cut here 
]
Jun 30 16:29:41 sbooblehat kernel: [23583.257170] WARNING: CPU: 2 PID: 4240 at 
/build/linux-BvkamA/linux-4.4.0/drivers/gpu/drm/drm_irq.c:1326 
drm_wait_one_vblank+0x1b5/0x1c0 [drm]()
Jun 30 16:29:41 sbooblehat kernel: [23583.257170] vblank wait timed out on crtc 0
Jun 30 16:29:41 sbooblehat kernel: [23583.257206] Modules linked in: rfcomm 
xt_CHECKSUM iptable_mangle ipt_REJECT nf_reject_ipv4 xt_tcpudp ebtable_filter 
ebtables ip6table_filter ip6_tables pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 xt_addrtype iptable_filter 
ip_tables xt_conntrack x_tables nf_nat nf_conntrack br_netfilter bridge stp llc 
aufs bnep qmi_wwan cdc_wdm usbnet mii nls_iso8859_1 arc4 uvcvideo 
videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common 
videodev media btusb btrtl btbcm btintel bluetooth qcserial usb_wwan usbserial 
intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul 
crc32_pclmul snd_hda_codec_hdmi snd_hda_codec_conexant ath9k 
snd_hda_codec_generic ath9k_common ath9k_hw snd_hda_intel snd_hda_codec 
input_leds snd_hda_core joydev snd_hwdep ath serio_raw mac80211 snd_pcm 
cfg80211 lpc_ich thinkpad_acpi nvram snd_
 seq_midi snd_seq_midi_event mei_me shpchp mei snd_rawmidi snd_seq 
snd_seq_device snd_timer snd soundcore mac_hid kvm_intel kvm irqbypass ib_iser 
rdma_cm iw_cm ib_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi_tcp 
libiscsi scsi_transport_iscsi parport_pc ppdev lp sunrpc parport autofs4 
zfs(PO) zunicode(PO) zcommon(PO) znvpair(PO) spl(O) zavl(PO) btrfs raid10 
raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c raid1 raid0 multipath linear i915 aesni_intel aes_x86_64 glue_helper 
lrw gf128mul ablk_helper cryptd i2c_algo_bit drm_kms_helper syscopyarea psmouse 
e1000e sysfillrect sdhci_pci sysimgblt sdhci fb_sys_fops ahci drm libahci ptp 
pps_core wmi fjes video
Jun 30 16:29:41 sbooblehat kernel: [23583.257257] CPU: 2 PID: 4240 Comm: Xorg 
Tainted: P   OE   4.4.0-28-generic #47-Ubuntu
Jun 30 16:29:41 sbooblehat kernel: [23583.257258] Hardware name: LENOVO 
4173AM4/4173AM4, BIOS 8CET59WW (1.39 ) 04/29/2015
Jun 30 16:29:41 sbooblehat kernel: [23583.257262]  0286 
36d2e1e7 8803d1c9f838 813eb1a3
Jun 30 16:29:41 sbooblehat kernel: [23583.257264]  8803d1c9f880 
c007eae8 8803d1c9f870 81081102
Jun 30 16:29:41 sbooblehat kernel: [23583.257265]  880404860800 
  137a
Jun 30 16:29:41 sbooblehat kernel: [23583.257266] 

[Bug 1574722] Re: nonsense package suggestion

2016-04-25 Thread Hajo Möller
It should not install suggests automatically, no. Recommends are installed by 
default, though.
I am with you, this is invalid.

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

Title:
  nonsense package suggestion

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

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


[Bug 1574342] [NEW] Ship arcstat.py and arc_summary.py with zfsutils-linux

2016-04-24 Thread Hajo Möller
Public bug reported:

arcstat.py and arc_summary.py are valuable tools to determine ZFS' ARC
usage, it is not obvious why they are not included in zfsutils-linux. As
ubuntu-minimal already depends on python3 it should be safe to assume
python is available, or am I mistaken here?

arcstat.py gives an iostat-like overview about ARC reads, hit rate, current and 
target size in regular intervals:
# ./arcstat.py 1
time  read  miss  miss%  dmis  dm%  pmis  pm%  mmis  mm%  arcsz c  
19:22:33 0 0  0 00 00 00   2.0G  7.8G  
19:22:34 3 0  0 00 00 00   2.0G  7.8G  
19:22:3521 0  0 00 00 00   2.0G  7.8G  
^C

arc_summary.py shows a more detailed overview of the current ARC status and ZFS 
tunables:
# ./arc_summary.py 


ZFS Subsystem ReportSun Apr 24 19:23:25 2016
ARC Summary: (HEALTHY)
Memory Throttle Count:  0

ARC Misc:
Deleted:46
Mutex Misses:   0
Evict Skips:0

ARC Size:   25.10%  1.95GiB
Target Size: (Adaptive) 100.00% 7.78GiB
Min Size (Hard Limit):  0.40%   32.00   MiB
Max Size (High Water):  248:1   7.78GiB

ARC Size Breakdown:
Recently Used Cache Size:   50.00%  3.89GiB
Frequently Used Cache Size: 50.00%  3.89GiB

ARC Hash Breakdown:
Elements Max:   32.31k
Elements Current:   99.78%  32.24k
Collisions: 40.54k
Chain Max:  3
Chains: 240

ARC Total accesses: 4.54m
Cache Hit Ratio:99.39%  4.51m
Cache Miss Ratio:   0.61%   27.74k
Actual Hit Ratio:   98.76%  4.48m

Data Demand Efficiency: 99.73%  3.23m
Data Prefetch Efficiency:   11.32%  6.41k

CACHE HITS BY CACHE LIST:
  Anonymously Used: 0.64%   28.65k
  Most Recently Used:   21.90%  987.29k
  Most Frequently Used: 77.47%  3.49m
  Most Recently Used Ghost: 0.00%   0
  Most Frequently Used Ghost:   0.00%   0

CACHE HITS BY DATA TYPE:
  Demand Data:  71.40%  3.22m
  Prefetch Data:0.02%   725
  Demand Metadata:  27.97%  1.26m
  Prefetch Metadata:0.62%   27.92k

CACHE MISSES BY DATA TYPE:
  Demand Data:  31.81%  8.82k
  Prefetch Data:20.48%  5.68k
  Demand Metadata:  21.99%  6.10k
  Prefetch Metadata:25.72%  7.13k


File-Level Prefetch: (HEALTHY)
DMU Efficiency: 36.39m
Hit Ratio:  93.36%  33.97m
Miss Ratio: 6.64%   2.42m

Colinear:   2.42m
  Hit Ratio:0.02%   505
  Miss Ratio:   99.98%  2.42m

Stride: 33.94m
  Hit Ratio:100.00% 33.94m
  Miss Ratio:   0.00%   14

DMU Misc: 
Reclaim:2.42m
  Successes:2.46%   59.51k
  Failures: 97.54%  2.36m

Streams:35.39k
  +Resets:  0.05%   18
  -Resets:  99.95%  35.37k
  Bogus:0


ZFS Tunable:
metaslab_debug_load   0
zfs_arc_min_prefetch_lifespan 0
zfetch_max_streams8
zfs_nopwrite_enabled  1
zfetch_min_sec_reap   2
zfs_dbgmsg_enable 0
zfs_dirty_data_max_max_percent25
zfs_arc_p_aggressive_disable  1
spa_load_verify_data  1
zfs_zevent_cols   80
zfs_dirty_data_max_percent10
zfs_sync_pass_dont_compress   5
l2arc_write_max   8388608
zfs_vdev_scrub_max_active 2
zfs_vdev_sync_write_min_active10
zvol_prefetch_bytes   131072
metaslab_aliquot  524288

[Bug 1571241] Re: ZFS initrd script does not import zpool using /dev/disk/by-id device paths

2016-04-18 Thread Hajo Möller
Possible upstream bug report:
https://github.com/zfsonlinux/zfs/issues/3043#issuecomment-173677425

Another upstream bug report which has been closed due to Ubuntu's inclusion of 
ZFS:
https://github.com/zfsonlinux/pkg-zfs/issues/148

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

Title:
  ZFS initrd script does not import zpool using /dev/disk/by-id device
  paths

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

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


[Bug 1561165] Re: [FFe] upgrade to 0.6.5.6 for critical fixes and grub compatibility

2016-03-23 Thread Hajo Möller
This fixes
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1527727 (grub-probe 
for zfs assumes all devices prefix with /dev, ignoring /dev/disk/...)
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1560869 (Concurrent 
zfs create and rename operations can lock a zpool completely)

** Also affects: grub2 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [FFe] upgrade to 0.6.5.6 for critical fixes and grub compatibility

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

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


[Bug 1561165] [NEW] [FFe] upgrade to 0.6.5.6 for critical fixes and grub compatibility

2016-03-23 Thread Hajo Möller
Public bug reported:

Upstream zfsonlinux just released version 0.6.5.6 which includes
critical fixes:

There was a potential for data corruption during zfs send by not
transmitting holes.

"zpool status" can now show the full device path to vdev members, making
the previous workaround in
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1527727 (copying
/dev/disk/by-id/ names to /dev/) obsolete

According to
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1527727/comments/29
grub2 requires a patch to use the new zpool output.

** Affects: zfs-linux (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [FFe] upgrade to 0.6.5.6 for critical fixes and grub compatibility

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

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


[Bug 1527727] Re: grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/...

2016-03-23 Thread Hajo Möller
Colin, 0.6.5.6 is out now:
https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5.6
https://github.com/zfsonlinux/spl/releases/tag/spl-0.6.5.6

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

Title:
  grub-probe for zfs assumes all devices prefix with /dev, ignoring
  /dev/disk/...

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub/+bug/1527727/+subscriptions

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


[Bug 1530953] Re: Support GRUB's native root=ZFS=

2016-03-21 Thread Hajo Möller
I don't see why we would need have ENV{ID_FS_USAGE}=="raid", wouldn't
ENV{ID_FS_TYPE}=="zfs_member" suffice?

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

Title:
  Support GRUB's native root=ZFS=

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

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


[Bug 1527727] Re: grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/...

2016-03-19 Thread Hajo Möller
It is my understanding that upgrading to a new upstream ZFS version
would require a FFe.

I have asked ZFS on Linux's release manager Ned Bass whether he plans to
tag a point release which includes the relevant commits soon.

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

Title:
  grub-probe for zfs assumes all devices prefix with /dev, ignoring
  /dev/disk/...

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub/+bug/1527727/+subscriptions

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


[Bug 1527727] Re: grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/...

2016-03-18 Thread Hajo Möller
Ned replied to my mail already, he plans to release 0.6.5.6 soon:

"I hadn't planned to, but it seems worthwhile to get this into 16.04 if it 
fixes grub-probe.
I'll get a 0.6.5.6 release out in the next few days that includes these 
patches."

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

Title:
  grub-probe for zfs assumes all devices prefix with /dev, ignoring
  /dev/disk/...

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub/+bug/1527727/+subscriptions

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


[Bug 1553023] Re: [FFe] libvirt v1.3.2 -- zfs support

2016-03-10 Thread Hajo Möller
Just to clarify, ZFS on Linux does build on i386, although the result may be of 
questionable use as of now.
So even though Ubuntu's zfsutils-linux gets built for amd64 only, the upstream 
project supports i386.

I would recommend to not be too selective here.

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

Title:
  [FFe] libvirt v1.3.2 -- zfs support

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

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


[Bug 1554806] [NEW] Change of behavior: "dpkg-reconfigure -f noninteractive" unconditionally overwrites /etc/timezone now

2016-03-08 Thread Hajo Möller
Public bug reported:

In previous versions it was possible to set the system's timezone by
editing /etc/timezone before running "dpkg-reconfigure -f noninteractive
tzdata".

This behavior changed, /etc/timezone gets overwritten unconditionally during 
"dpkg-reconfigure -f noninteractive tzdata":
---
root@xenial:/# echo "Europe/Berlin" > /etc/timezone
root@xenial:/# cat /etc/timezone
Europe/Berlin
root@xenial:/# dpkg-reconfigure -f noninteractive tzdata

Current default time zone: 'Etc/UTC'
Local time is now:  Tue Mar  8 23:09:39 UTC 2016.
Universal Time is now:  Tue Mar  8 23:09:39 UTC 2016.

root@xenial:/# cat /etc/timezone
Etc/UTC
---

As a workaround to programmatically set the timezone one now needs to point 
"/etc/localtime" to the new timezone:
---
root@xenial:/# ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime
root@xenial:/# ll /etc/localtime
lrwxrwxrwx 1 root root 33 Mar  9 00:48 /etc/localtime -> 
/usr/share/zoneinfo/Europe/Berlin
root@xenial:/# cat /etc/timezone
Etc/UTC
root@xenial:/# dpkg-reconfigure -f noninteractive tzdata

Current default time zone: 'Europe/Berlin'
Local time is now:  Wed Mar  9 00:49:05 CET 2016.
Universal Time is now:  Tue Mar  8 23:49:05 UTC 2016.

root@xenial:/# cat /etc/timezone
Europe/Berlin
---

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

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

Title:
  Change of behavior: "dpkg-reconfigure -f noninteractive"
  unconditionally overwrites /etc/timezone now

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

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


[Bug 1546304] Re: [scopes] crashes when attaching a bluetooth keyboard, stays closed

2016-03-07 Thread Hajo Möller
/var/crash was empty to begin with, there doesn't seem to be a crash logged.
I will try to reproduce soon.

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

Title:
  [scopes] crashes when attaching a bluetooth keyboard,  stays closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1546304/+subscriptions

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


[Bug 1553023] Re: [FFe] libvirt v1.3.2 -- zfs support

2016-03-04 Thread Hajo Möller
** Changed in: libvirt (Ubuntu)
   Status: Confirmed => New

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

Title:
  [FFe] libvirt v1.3.2 -- zfs support

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

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


[Bug 1546304] [NEW] [scopes] crashes when attaching a bluetooth keyboard, stays closed

2016-02-16 Thread Hajo Möller
Public bug reported:

The "Scopes" application sometimes crashes when I connect a bt keyboard.
If it doesn't crash right away I can close the "Scopes" window, which tries to 
reopen itself for a few times before giving up when I keep closing it.

"restart unity8-dash" doesn't help, here's what appears in .xsession-errors:
upstart: application-legacy (unit8-dash-1455655669031059) main process (8349) 
killed by TRAP signal
upstart: unity8-dash main process (7754) killed by TERM signal

** Affects: unity-scope-click (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [scopes] crashes when attaching a bluetooth keyboard,  stays closed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-click/+bug/1546304/+subscriptions

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


[Bug 1527727] Re: grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/...

2016-02-16 Thread Hajo Möller
Chad, as of now Ubuntu's shipped ZFS comes with a custom udev rule to
generate the required links under /dev/, so this patch may not be
required.

See https://bugs.launchpad.net/ubuntu/+source/zfs-
initramfs/+bug/1530953/comments/28 for details.

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

Title:
  grub-probe for zfs assumes all devices prefix with /dev, ignoring
  /dev/disk/...

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub/+bug/1527727/+subscriptions

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


[Bug 1527727] Re: grub-probe for zfs assumes all devices prefix with /dev, ignoring /dev/disk/...

2016-02-05 Thread Hajo Möller
As the pool name is known we could run:
zdb -C poolname
to get the pool's configuration, which includes the path to all members of all 
(available) vdevs.

To get the configuration of a known, exported pool we could use:
zdb -C -e poolname
This will work as long as the pool is not imported and its devices can be found 
in /dev/.

Sample output follows:
root@sbooblehat:~/zfs# zdb -C sbooblehat-rpool

MOS Configuration:
version: 5000
name: 'sbooblehat-rpool'
state: 0
txg: 3550165
pool_guid: 13767226917234919597
errata: 0
hostid: 2831164860
hostname: 'sbooblehat'
vdev_children: 1
vdev_tree:
type: 'root'
id: 0
guid: 13767226917234919597
children[0]:
type: 'disk'
id: 0
guid: 2058733885599967477
path: 
'/dev/disk/by-id/ata-Samsung_SSD_850_EVO_120GB_S21UNSAG310692M-part1'
whole_disk: 1
metaslab_array: 35
metaslab_shift: 29
ashift: 13
asize: 90011336704
is_log: 0
DTL: 59
create_txg: 4
features_for_read:


root@sbooblehat:~/zfs# zdb -C -e sbooblehat-rpool
zdb: can't open 'sbooblehat-rpool': File exists


root@sbooblehat:~/zfs# zdb -C -e TEMP
zdb: can't open 'TEMP': No such file or directory


root@sbooblehat:~/zfs# zdb -C -e -p . TEMP

MOS Configuration:
version: 5000
name: 'TEMP'
state: 1
txg: 8
pool_guid: 6410361307144069801
errata: 0
hostid: 2831164860
hostname: 'sbooblehat'
vdev_children: 1
vdev_tree:
type: 'root'
id: 0
guid: 6410361307144069801
create_txg: 4
children[0]:
type: 'file'
id: 0
guid: 15915301152600074830
path: '/root/zfs/A'
metaslab_array: 34
metaslab_shift: 24
ashift: 9
asize: 100139008
is_log: 0
create_txg: 4
features_for_read:
com.delphix:hole_birth
com.delphix:embedded_data

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

Title:
  grub-probe for zfs assumes all devices prefix with /dev, ignoring
  /dev/disk/...

To manage notifications about this bug go to:
https://bugs.launchpad.net/grub/+bug/1527727/+subscriptions

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


[Bug 1532198] Re: [MIR] zfs-linux

2016-01-30 Thread Hajo Möller
Just for completeness sake, a CVE was assigned to ZFS on Linux, CVE-2015-3400.
This is based on an issue that was exclusive to Debian.

See http://www.openwall.com/lists/oss-security/2015/04/22/4 for the
assignment and https://github.com/zfsonlinux/zfs/issues/3319 for the
details.

In short, ZoL's Debian then-maintainer (who is not Debian's current ZoL 
maintainer, if I am not mistaken) built the "official" ZoL Debian packages with 
additional patches.
Those patches were subject to above's CVE, the issue has since been fixed and 
affected Debian exclusively.

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-3400

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

Title:
  [MIR] zfs-linux

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

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


[Bug 1530953] Re: Support GRUB's native root=ZFS=

2016-01-26 Thread Hajo Möller
I am not sure whether adding an udev rule that may (or may not, if not
using wholedisk) work is a good idea.

Although, until grub's behavior is fixed shipping a sensible workaround
seems useful, if the rule file can include a bit of documentation like a
short explanation why it is necessary and commented examples for other
setups.

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

Title:
  Support GRUB's native root=ZFS=

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

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


[Bug 1530953] Re: Support GRUB's native root=ZFS=

2016-01-22 Thread Hajo Möller
As a sidenote, this coupled with #1530457 should bring full support for
a standard and portable rpool setup to Ubuntu, making it one of the
first distributions that is able to boot natively off a pool with all
currently implemented ZFS feature flags enabled/active.

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

Title:
  Support GRUB's native root=ZFS=

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

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


[Bug 1530457] [NEW] grub2: cherry-pick support for ZFS pool feature flags, bugfixes

2016-01-01 Thread Hajo Möller
Public bug reported:

Now that native ZFS becomes available in Ubuntu we should cherry-pick
patches from grub2 upstream, which add support for booting off zpools
with all (current) feature flags enabled/active and fix some issues and
memory leaks.

I'll quote my posting to bugs.debian.org:

Dear Maintainers,

as of May 2015 grub2 upstream includes patches by Toomas Soome to
support OpenZFS pools with feature flags, which fixes booting off ZFS
rpools. The relevant upstream logs:
http://git.savannah.gnu.org/cgit/grub.git/log/include/grub/zfs
http://git.savannah.gnu.org/cgit/grub.git/log/grub-core/fs/zfs

As I do not know whether Toomas' patches depend on intermediate commits
I propose to cherry-pick all new commits to "include/grub/zfs" and
"grub-core/fs/zfs". Even if the patches do not depend on previous
commits it would be nice to include them as fixes to memory leaks and
other issues.

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

** Affects: grub2 (Debian)
 Importance: Unknown
 Status: Unknown

** Bug watch added: Debian Bug tracker #706415
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706415

** Also affects: grub2 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706415
   Importance: Unknown
   Status: Unknown

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

Title:
  grub2: cherry-pick support for ZFS pool feature flags, bugfixes

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

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


[Bug 1053911] Re: libguestfs-tools shouldn't have hard dependency on zfs-fuse daemon

2015-05-13 Thread Hajo Möller
I requested libguestfs to be backported from vivid/utopic to trusty, see
https://bugs.launchpad.net/trusty-backports/+bug/1454740

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

Title:
  libguestfs-tools shouldn't have hard dependency on zfs-fuse daemon

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

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


[Bug 1344762] Re: update-notifier tells me to upgrade from 12.04.4 LTS to 14.04 LTS (because of HWE), but that release is not found

2014-07-28 Thread Hajo Möller
The update is not offered to you because http://changelogs.ubuntu.com
/meta-release-lts wasn't updated yet.

According to the release announcement Users of Ubuntu 12.04 will soon
be offered an automatic upgrade to 14.04.1 via Update Manager., see
https://lists.ubuntu.com/archives/ubuntu-announce/2014-July/000188.html

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

Title:
  update-notifier tells me to upgrade from 12.04.4 LTS to 14.04 LTS
  (because of HWE), but that release is not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/1344762/+subscriptions

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