[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2022-02-11 Thread Julian Andres Klode
As mentioned, the patch does not work. Someone would have to rewrite it with printf instead of echo for it to be portable across all shells. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887257

[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2022-02-11 Thread Robert P.
I would have to agree with teason; I'm not sure how leaving a system in an unbootable (unusable) state can be considered acceptable and not a bug; especially when the fix is so simple and minor? Please just fix it. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2021-11-29 Thread Thomas Eason
Why is this an invalid issue? There are a number of commercial packages for redhat that don't really support ubuntu unless you change the shell. Also you get zero notification from dash that you are about to break your zfs system. It appears from /usr/share/doc/dash/NEWS.Debian.gz that changing

[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2020-08-21 Thread Julian Andres Klode
** Changed in: grub2 (Ubuntu) Status: New => Incomplete ** Changed in: grub2 (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887257 Title:

[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2020-07-21 Thread Leonardo Silva Amaral
Also, please close this issue as Not a bug. I reverted the state of symlink and it did well with dash. The issue in fact is what changed the default kernel, since manual change was made by me. After a dpkg-reconfigure dash and selecting the dash as sh link, things does well again. I can't tell

[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2020-07-20 Thread Leonardo Silva Amaral
Hello Julian, I did not changed by my own the point of /bin/sh but in fact you're correct root@manauara:~# ls -lah /bin/sh lrwxrwxrwx 1 root root 4 jun 3 22:19 /bin/sh -> bash What is the correct way to fix this issue? Also, may not all scripts of Ubuntu that depends on dash syntax point to

[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2020-07-20 Thread Julian Andres Klode
The patch is wrong, echo in /bin/sh -> /bin/dash does not support an -e argument. It seems you reconfigured your system so that /bin/sh points to /bin/bash. Use of echo with escape characters is undefined, the code must use printf. ** Tags removed: patch -- You received this bug notification

[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2020-07-20 Thread Ubuntu Foundations Team Bug Bot
The attachment "Patch for echo -e issue at 10_linux_zfs" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu- reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad

[Bug 1887257] Re: update-grub does not create any entry on grub.cfg for ZFS on root

2020-07-20 Thread Leonardo Silva Amaral
Hello! I did a deeper troubleshoot and found an issue with 10_linux_zfs script. I created the attached patch and it fixed the issue. Can you please check this patch? Leonardo ** Patch added: "Patch for echo -e issue at 10_linux_zfs"