[Bug 1833025] [NEW] bcache partition within fstab prevents from booting

2019-06-16 Thread Николай Кузьмин
Public bug reported: Almost every boot attempt drops to initramfs prompt, requiring me to type echo /dev/sdb >/sys/fs/bcache/register. Logs showing that attempt to register caching device via udev rules was made, but failed with code == 1. Looks like an regression were introduced in upstream

[Bug 1720199] Re: gvfs-open --help returns 1 exit code

2017-09-28 Thread Николай Кузьмин
** Summary changed: - gvfs-open always returns 1 exit code + gvfs-open --help returns 1 exit code -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1720199 Title: gvfs-open --help returns 1 exit code

[Bug 1716470] Re: xdg-open doesn't respect gnome3 associations

2017-09-28 Thread Николай Кузьмин
I've investigated a bit, this is actually gvfs-open bug. It uses '[ str1 == str2 ]' to compare strings, which is wrong. When /bin/sh is a bash it is ok, bash builtin forgives that mistake, but when /bin/sh is a symlink to a dash shell, dash's builtin '[' command fails. Filled bug

[Bug 1720199] [NEW] gvfs-open --help returns 1 exit code

2017-09-28 Thread Николай Кузьмин
Public bug reported: gvfs-open --help prints following text and fails This tool has been deprecated, use 'gio open' instead. See 'gio help open' for more info. /usr/bin/gvfs-open: 10: [: --help: unexpected operator /usr/bin/gvfs-open: 10: [: --help: unexpected operator gio: Unknown option

[Bug 1716470] [NEW] xdg-open doesn't respect gnome3 associations

2017-09-11 Thread Николай Кузьмин
Public bug reported: xdg-open internaly uses "gvfs-open --help" to check if gvfs-open is present and functional, but gvfs-open is deprecated in new gnome (3.25.90) and "gvfs-open --help" returns with error code = 1. gvfs-open still can be used to open files and urls, new way to open associated