[Bug 1868553] Re: libefi* integration breaks grub-install on MD devices

2021-05-19 Thread Alexey Kopytko
Here's a Debian bug report from 2019 for the same issue:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925591

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

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

Title:
  libefi* integration breaks grub-install on MD devices

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

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

[Bug 854705] Re: dig returns 0 regardless of result of query

2017-01-08 Thread Alexey Kopytko
You can use grep to detect that dig returns a non-empty string

dig +short www.google.not-com | grep -v -e '^$' > /dev/null && echo
SUCCESS || echo FAILURE

prints FAILURE

dig +short www.google.com | grep -v -e '^$' > /dev/null && echo
SUCCESS || echo FAILURE

prints SUCCESS

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

Title:
  dig returns 0 regardless of result of query

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

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