[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 (systemd 240) which
breaks the order of udev commands.

Here is an upstream bug https://github.com/systemd/systemd/issues/11368
And here is a patch for this issue https://github.com/systemd/systemd/pull/11891
Can you, please merge this patch to disco branch?

** Affects: systemd (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/1833025

Title:
  bcache partition within fstab prevents from booting

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

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

[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 --help

Usage:
  gio open LOCATION...

Open files with the default application that
is registered to handle files of this type.

Reason:
gvfs-open uses wrong comparison operator.
command '[' compares strings using single '=' character. 
'/usr/bin/[' and bash builtin [ also allow '==', but dash (which currently used 
as /bin/sh) requires '='.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: gvfs-bin 1.34.0-0ubuntu1
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Sep 28 22:42:59 2017
InstallationDate: Installed on 2017-04-10 (171 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Beta amd64 (20170408)
SourcePackage: gvfs
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

-- 
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

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

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

[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 https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1720199

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

Title:
  xdg-open doesn't respect gnome3 associations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1716470/+subscriptions

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

[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

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

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

[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 
files is "gio open ARG".

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xdg-utils 1.1.1-1ubuntu2
ProcVersionSignature: Ubuntu 4.12.0-12.13-generic 4.12.8
Uname: Linux 4.12.0-12-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.7-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME
Date: Mon Sep 11 23:59:06 2017
InstallationDate: Installed on 2017-04-10 (154 days ago)
InstallationMedia: Ubuntu-GNOME 17.04 "Zesty Zapus" - Beta amd64 (20170408)
PackageArchitecture: all
SourcePackage: xdg-utils
UpgradeStatus: Upgraded to artful on 2017-09-10 (1 days ago)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful

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

Title:
  xdg-open doesn't respect gnome3 associations

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1716470/+subscriptions

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