[Bug 1868664] Re: grub 2.04 can't read f2fs volume

2021-03-19 Thread Blastoff
DiagonalArg, the entire grub.cfg is as follows:

search.fs_uuid  efs
insmod ($efs)/EFI/ubuntu/f2fs.mod
search.fs_uuid  root 
set prefix=($root)'/boot/grub'
configfile $prefix/grub.cfg

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

Title:
  grub 2.04 can't read f2fs volume

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

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

[Bug 1873325] Re: update-initramfs complains of missing amdgpu firmware files

2020-04-23 Thread Blastoff
** Tags added: regression-release

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

Title:
  update-initramfs complains of missing amdgpu firmware files

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

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

[Bug 1850654] Re: update-initramfs complains of missing amdgpu firmware files

2020-04-23 Thread Blastoff
Note in comment #7 this bug report is no longer being watched.
The regression-update bug is filed here 
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1873325

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

Title:
  update-initramfs complains of missing amdgpu firmware files

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

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

[Bug 1873325] Re: update-initramfs complains of missing amdgpu firmware files

2020-04-23 Thread Blastoff
** Tags added: regression-update

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

Title:
  update-initramfs complains of missing amdgpu firmware files

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

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

[Bug 1817310] Re: Backport F2FS support

2020-04-23 Thread Blastoff
*** This bug is a duplicate of bug 1868664 ***
https://bugs.launchpad.net/bugs/1868664

** This bug has been marked a duplicate of bug 1868664
   grub 2.04 can't read f2fs volume

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

Title:
  Backport F2FS support

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

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

[Bug 1873325] Re: update-initramfs complains of missing amdgpu firmware files

2020-04-23 Thread Blastoff
Seems like this was supposed to be fixed by
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1850654

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

Title:
  update-initramfs complains of missing amdgpu firmware files

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

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

[Bug 1868664] Re: grub 2.04 can't read f2fs volume

2020-04-08 Thread Blastoff
An improved workaround, add the f2fs.mod to /EFI/ubuntu then put

search.fs_uuid  efs
insmod ($efs)/EFI/ubuntu/f2fs.mod

at the top of grub.cfg

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

Title:
  grub 2.04 can't read f2fs volume

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

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

[Bug 1868664] Re: grub 2.04 can't read f2fs volume

2020-03-25 Thread Blastoff
A workaround is to move the f2fs.mod to the EFI partition, then add something 
along the lines of
insmod (hd0,gpt1)/EFI/ubuntu/f2fs.mod
to the top of your grub.cfg

Will probably need to reapply the workaround each time the grub package
gets updated.

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

Title:
  grub 2.04 can't read f2fs volume

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

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

[Bug 1840560] Re: "error: can't find command hwmatch" during grub

2020-03-25 Thread Blastoff
hwmatch needs to be added to  https://salsa.debian.org/grub-
team/grub/-/blob/master/debian/build-efi-images

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

Title:
  "error: can't find command hwmatch" during grub

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

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

[Bug 1868664] Re: grub 2.04 can't read f2fs volume

2020-03-25 Thread Blastoff
https://salsa.debian.org/grub-
team/grub/-/commit/146d21cc9db01cca6f945e466e4adc31d165782b

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

** Changed in: grub2 (Debian)
   Status: New => Fix Committed

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

Title:
  grub 2.04 can't read f2fs volume

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

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

[Bug 1868664] Re: grub 2.04 can't read f2fs volume

2020-03-25 Thread Blastoff
The f2fs module is not being added to the UEFI image.

This is fixed in debian upstream grub 2.04-6 by https://salsa.debian.org
/grub-team/grub/-/commit/146d21cc9db01cca6f945e466e4adc31d165782b

Are there any plans to incorporate the above fix?

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

Title:
  grub 2.04 can't read f2fs volume

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

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

[Bug 1868664] [NEW] grub 2.04 can't read f2fs volume

2020-03-24 Thread Blastoff
Public bug reported:

Focal includes grub 2.04 which brings support for f2fs.
I created a new Focal install with an f2fs volume as root, however grub is 
unable to read the volume at all and so cannot get the volume's UUID or read 
from the grub folder.

The volume is visible and automounted under media when I boot from the
Focal USB installer image. All files show up and the drive behaves fine
in the USB installer environment.

At the grub command prompt, (hd0,gpt3) is the f2fs partition.
grub> ls (hd0,gpt3)
Partition hd0,gpt3: No known filesystem detected - Partition start at 
103424KiB - Total size 56114176KiB


$ lsb_release -rd
Description: Ubuntu Focal Fossa (development branch)
Release: 20.04

$ apt-cache policy grub2
grub2:
  Installed: 2.04-1ubuntu22
  Candidate: 2.04-1ubuntu22
  Version table:
*** 2.04-1ubuntu22 500
   500 http://archive.ubuntu.com focal/universe amd64 Packages
   100 /var/lib/dpkg/status

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


** Tags: f2fs focal grub grub2

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

Title:
  grub 2.04 can't read f2fs volume

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

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

[Bug 586076] Re: plymouthd: ply-keyboard.c assertion failed

2010-05-27 Thread Blastoff
I also get the above assertion error at start-up.

I have a Logitech keyboard and Logitech mouse connected to PS/2 ports
and a Microsoft wireless USB dongle that I use for another mouse. There
is also a keyboard that's supposed to go along with the MS wireless
thing but that is not present.

I have
init='/sbin/init --verbose' ro   nosplash 
set as boot options, which may be necessary to see the error flash by.

-- 
plymouthd: ply-keyboard.c  assertion failed
https://bugs.launchpad.net/bugs/586076
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 586076] Re: plymouthd: ply-keyboard.c assertion failed

2010-05-27 Thread Blastoff
Using Lucid Lynx BTW

-- 
plymouthd: ply-keyboard.c  assertion failed
https://bugs.launchpad.net/bugs/586076
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 528166] [NEW] encounters error on en_AG.UTF-8

2010-02-25 Thread Blastoff
Public bug reported:

Binary package hint: language-pack-en-base

While updating Hardy to language-pack-en-base (1:8.04+20100117), I
encounter the error:

Setting up language-pack-en-base (1:8.04+20100117) ...
Generating locales...
  en_AG.UTF-8... cannot open locale definition file `en_AG': No such file or 
directory

/usr/lib/locale/en_AG shows that the directory was created today, but there are 
no files inside of it.
All other locales appear to have installed properly.

** Affects: language-pack-en-base (Ubuntu)
 Importance: Undecided
 Status: New

-- 
encounters error on en_AG.UTF-8
https://bugs.launchpad.net/bugs/528166
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 510421] [NEW] Drupal 6.15 - Security patches released

2010-01-20 Thread Blastoff
*** This bug is a security vulnerability ***

Public security bug reported:

Binary package hint: drupal6

It appears from the Karmic's changelog that Drupal hasn't been updated since 
Sat, 10 Oct 2009.
The latest Drupal 6 update (6.15), released on December 16, 2009, contains a 
fix for an XSS vulnerability.

You can read about it at http://drupal.org/node/661600

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

** Visibility changed to: Public

-- 
Drupal 6.15 - Security patches released
https://bugs.launchpad.net/bugs/510421
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 413898] Re: package swapd 0.2-10.1 failed to install/upgrade: subprocess post-installation script returned error exit status 130

2010-01-20 Thread Blastoff
*** This bug is a duplicate of bug 229379 ***
https://bugs.launchpad.net/bugs/229379

** This bug has been marked a duplicate of bug 229379
   package swapd 0.2-10 failed to install/upgrade: podproces post-installation 
script vr?til chybov? status 130

-- 
package swapd 0.2-10.1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 130
https://bugs.launchpad.net/bugs/413898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 431026] Re: Swapd package didn't install

2010-01-20 Thread Blastoff
*** This bug is a duplicate of bug 229379 ***
https://bugs.launchpad.net/bugs/229379

** This bug has been marked a duplicate of bug 229379
   package swapd 0.2-10 failed to install/upgrade: podproces post-installation 
script vr?til chybov? status 130

-- 
Swapd package didn't install
https://bugs.launchpad.net/bugs/431026
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 396362] Re: error occur while installation sudo apt-get install swapd

2010-01-20 Thread Blastoff
*** This bug is a duplicate of bug 229379 ***
https://bugs.launchpad.net/bugs/229379

** This bug has been marked a duplicate of bug 229379
   package swapd 0.2-10 failed to install/upgrade: podproces post-installation 
script vr?til chybov? status 130

-- 
error occur while installation sudo apt-get install swapd
https://bugs.launchpad.net/bugs/396362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 372636] Re: package swapd 0.2-10.1 failed to install/upgrade: subprocess post-installation script returned error exit status 130

2010-01-20 Thread Blastoff
*** This bug is a duplicate of bug 229379 ***
https://bugs.launchpad.net/bugs/229379

** This bug has been marked a duplicate of bug 229379
   package swapd 0.2-10 failed to install/upgrade: podproces post-installation 
script vr?til chybov? status 130

-- 
package swapd 0.2-10.1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 130
https://bugs.launchpad.net/bugs/372636
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334303] Re: package swapd 0.2-10.1 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 130

2010-01-20 Thread Blastoff
*** This bug is a duplicate of bug 229379 ***
https://bugs.launchpad.net/bugs/229379

** This bug has been marked a duplicate of bug 229379
   package swapd 0.2-10 failed to install/upgrade: podproces post-installation 
script vr?til chybov? status 130

-- 
package swapd 0.2-10.1 failed to install/upgrade: el subproceso 
post-installation script devolvi? el c?digo de salida de error 130
https://bugs.launchpad.net/bugs/334303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 398245] Re: error installing swapd program

2010-01-20 Thread Blastoff
*** This bug is a duplicate of bug 229379 ***
https://bugs.launchpad.net/bugs/229379

** This bug has been marked a duplicate of bug 229379
   package swapd 0.2-10 failed to install/upgrade: podproces post-installation 
script vr?til chybov? status 130

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

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


[Bug 431078] Re: Drupal 6.14 released to fix multiple critical security vulnerabilities

2010-01-20 Thread Blastoff
*** This bug is a duplicate of bug 431080 ***
https://bugs.launchpad.net/bugs/431080

As Scott mentioned, No new functionality has been included. It's a
minor version upgrade, not a full version upgrade, and it would be much
better than having vulnerable software available in the repositories.

-- 
Drupal 6.14 released to fix multiple critical security vulnerabilities
https://bugs.launchpad.net/bugs/431078
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 396362] Re: error occur while installation sudo apt-get install swapd

2009-11-08 Thread Blastoff
Error exit status 130 is also encountered when installing with Synaptic.
Effects Hardy Heron too.

-- 
error occur while installation sudo apt-get install swapd
https://bugs.launchpad.net/bugs/396362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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