the problem seems to me that memory allocation issue with higher
resolution monitor.
When issue happening, the grub shell not able to read some files
(depends on current memory usage).
For instance, I create 20M, 30M, 40M, 50M ... 80M, 90M, 100M, 101M, 102M
... 110M, 120M, 130M, etc... files and
** Bug watch added: GNU Savannah Bug Tracker #61058
http://savannah.gnu.org/bugs/?61058
** Also affects: grub via
http://savannah.gnu.org/bugs/?61058
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages
** Tags added: jellyfish-edge-staging
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1842320
Title:
Out of Memory on boot with 5.2.0 kernel
Status in grub:
Unkn
In my scenario, the 'out of memory' occurred in grub_memalign().
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1842320
Title:
Out of Memory on boot with 5.2.0 ker
#0 grub_memalign (align=1, size=592214020) at ../../../grub-core/kern/mm.c:376
#1 0x7dd7b074 in grub_malloc (size=592214020) at
../../../grub-core/kern/mm.c:408
#2 0x7dd7a2c8 in grub_verifiers_open (io=0x7bc02d80, type=131076)
at ../../../grub-core/kern/verifiers.c:150
#3 0
As my MP from comment#69 doesn't have response from rhboot team.
Shared the debdiff here for review to consider to carry it in Ubuntu.
** Patch added: "0129-Try-to-pick-better-locations-for-kernel-and-initrd.patch"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/+attachment/5607
** Patch added:
"0130-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/+attachment/5607431/+files/0130-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch
--
You received this bug notification because you are a me
** Patch added: "0131-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/+attachment/5607432/+files/0131-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch
--
You received this bug notification because you are a member of Ubunt
This patch is not from upstream or rhboot but which has been submitted as a MP
to rhboot
https://github.com/rhboot/grub2/pull/102
+0129-Try-to-pick-better-locations-for-kernel-and-initrd.patch
+0130-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch
+0131-x86-efi-Re-arrange-grub_cmd_linux
** Patch added: "0132-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/+attachment/5607433/+files/0132-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch
--
You received this bug notification because you are a member of Ubu
** Patch added:
"0134-linuxefi-fail-kernel-validation-without-shim-protoco.patch"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/+attachment/5607435/+files/0134-linuxefi-fail-kernel-validation-without-shim-protoco.patch
--
You received this bug notification because you are a me
** Patch added:
"0133-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/+attachment/5607434/+files/0133-x86-efi-Allow-initrd-params-cmdline-allocations-abov.patch
--
You received this bug notification because you are a me
Public bug reported:
[Steps to reproduce]
0. Install Jammy image
1. open gnome terminal
2. issue stress_ng or Canonical certification tool checkbox as
"checkbox-cli run com.canonical.certification::memory/memory_stress_ng"
3. Terminal or Gnome-shell will be killed by systemd-oomd
It's because all
I did read some threads / bugs.
>From what I can see so far, it doesn't relate to swap because stressors will
>fill all memory / swap.
Although it's a stress test, I though if user has many tabs on browser
will eventually meet this issue.
>From what systemd-oomd current design, it will kill the
okay, I can reproduce this issue in Xorg as well.
`stress-ng --stack 0 --timeout 300` and I can see
Tue Aug 16 03:13:49 PM CST 2022
./memory.pressure
some avg10=64.25 avg60=28.75 avg300=7.33 total=23575913
full avg10=62.74 avg60=28.13 avg300=7.17 total=23107632
./vte-spawn-9dbf6c12-a335-464f-b3
systemd-oomd doesn't care about the slices other than user slice, it's
why the sshd won't be killed but it also use a lot of memory:
/sys/fs/cgroup/user.slice/user-1001.slice/session-4.scope/memory.pressure
some avg10=69.94 avg60=69.56 avg300=43.64 total=202010660
full avg10=69.07 avg60=68.73 avg3
yes, it same as what I understand.
systemd-run and over ssh could have a session out of monitored by systemd-oomd.
I'm trying to understand if any use cases will similar to this case?
something like launching a lot of tabs from chrome/firefox browsers, I suppose
all tabs will belong to same cgrou
alright, although the children are belong to same cgroup but
> as a measurement of the CPU time lost due to lack of memory.
it seems to me there is no a normal case from users will hit it unless
memory stressors.
--
You received this bug notification because you are a member of Ubuntu
Touch seed
Closed it first because I can not find any normal use case as what stress-ng
did.
Feel free to reopen and investigating if any normal use case got "being ...% >
50.00% for > 20s with reclaim activity".
** Changed in: systemd (Ubuntu)
Status: New => Invalid
** Changed in: oem-priority
Hi renton,
If you want to build it by yourself, then you should clone this:
https://people.canonical.com/~jeremysu/lp1842320/
and built it locally and don't clear the build environment, you can
found the efi binary on "obj/monolithic/grub-efi-amd64/grubx64.efi". I
personally use pbuilder with som
Hi Mauricio,
From the patch set in this ticket:
```
+0129-Try-to-pick-better-locations-for-kernel-and-initrd.patch
+0130-x86-efi-Use-bounce-buffers-for-reading-to-addresses-.patch
+0131-x86-efi-Re-arrange-grub_cmd_linux-a-little-bit.patch
+0132-x86-efi-Make-our-own-allocator-for-kernel-stuff.patch
Hi Daniel,
could you please share the log (e.g. apport, sosreport or journalctl
when issue happens)?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1985887
Title:
systemd
** Description changed:
[Workaround]
Some workarounds have been suggested in
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/comments/125
[Impact]
* In some cases, if the users’ initramfs grow bigger, then it’ll likely
not be able to be loaded by grub2.
* S
Hi Artur,
We may want to use systemd-hwe to support this.
** Also affects: systemd-hwe (Ubuntu)
Importance: Undecided
Status: New
** Changed in: systemd (Ubuntu)
Status: In Progress => Fix Committed
** Changed in: systemd (Ubuntu)
Assignee: Artur Pak (artur-at-work) => (un
** Tags added: amd originate-from-2044861
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2045621
Title:
Improve power consumption on Framework systems
Status in OEM Prior
Public bug reported:
[Impact]
[Fix]
[Test]
[Where problems could occur]
** Affects: oem-priority
Importance: High
Assignee: jeremyszu (os369510)
Status: In Progress
** Affects: pulseaudio (Ubuntu)
Importance: Undecided
Status: New
** Tags: oem-priority
@Seb,
I'll work on these two patches comment#3 mentioned in the other bug.
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1929371
Let's leave this ticket to track
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/290
--
You received this bug notification because y
** Also affects: alsa-ucm-conf (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1929371
Title:
[SRU] there is always
For focal
** Patch added: "alsa-ucm-conf_1.2.2-1ubuntu0.8.debdiff"
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1929371/+attachment/5500202/+files/alsa-ucm-conf_1.2.2-1ubuntu0.8.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pack
For groovy
** Patch added: "alsa-ucm-conf_1.2.2-1ubuntu5.3.debdiff"
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1929371/+attachment/5500204/+files/alsa-ucm-conf_1.2.2-1ubuntu5.3.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pac
alsa-ucm-conf/h/i already contains this patch https://github.com/alsa-
project/alsa-ucm-conf/commit/368f10bdc3dbfd4f83ab348b54b8455f08fd1a9e.
Thus, skip.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
h
For impish
** Patch added: "pulseaudio_14.2-2ubuntu2.debdiff"
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1929371/+attachment/5500205/+files/pulseaudio_14.2-2ubuntu2.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which
For hirsute
** Patch added: "pulseaudio_14.2-1ubuntu2.debdiff"
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1929371/+attachment/5500206/+files/pulseaudio_14.2-1ubuntu2.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, whic
For groovy
** Patch added: "pulseaudio_13.99.2-1ubuntu2.4.debdiff"
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1929371/+attachment/5500217/+files/pulseaudio_13.99.2-1ubuntu2.4.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packa
For focal
** Patch added: "pulseaudio_13.99.1-1ubuntu3.11.debdiff"
https://bugs.launchpad.net/ubuntu/+source/alsa-ucm-conf/+bug/1929371/+attachment/5500253/+files/pulseaudio_13.99.1-1ubuntu3.11.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch seeded pack
Hi Daniel,
SRU template filled, thanks!
** Description changed:
[Impact]
+ In Lenovo P520, which using a codec for front panel, the other codec for rear
panel and both are on a same card.
+
+ In this case, the rear Mic will present on input devices of "Sound
+ Settings" even if attaching not
** Tags added: originate-from-1929152 stella
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1918855
Title:
Xorg xserver got signal 6 to abort
Status in Mesa:
Unknown
Statu
```
Mar 3 18:07:02 kernel: [ 4935.420223] gnome-shell invoked oom-killer:
gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0
Mar 3 18:07:16 kernel: [ 4949.440656] gnome-shell invoked oom-killer:
gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0
Mar 3 18:08:11 kernel
@Timo,
I guess you could get passed if adding "--oomable"
** Also affects: plainbox-provider-checkbox
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.l
** Tags added: originate-from-1932285
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1918855
Title:
Xorg xserver got signal 6 to abort
Status in Mesa:
Unknown
Status in OE
patch may
cause it's mic mute key become malfunction.
However, this rule is confirmed/provided from HP.
** Affects: oem-priority
Importance: Critical
Assignee: jeremyszu (os369510)
Status: Triaged
** Affects: systemd (Ubuntu)
Importance: Undecided
Status
Upstream seems replaced the comment#7 by
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/596
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1902464
** Also affects: oem-priority
Importance: Undecided
Status: New
** Changed in: oem-priority
Importance: Undecided => Critical
** Tags added: oem-priority
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudi
Patch is here
https://code.launchpad.net/~os369510/ubuntu/+source/systemd/+git/systemd/+ref/ubuntu-focal
PPA is here
https://launchpad.net/~os369510/+archive/ubuntu/lp1966179
Hi Andy,
Would you please help to try the systemd from the PPA?
** Changed in: oem-priority
Status: New => In Pro
** Tags removed: verification-needed verification-needed-focal
verification-needed-impish
** Tags added: verification-done verification-done-focal
verification-done-impish
** Changed in: oem-priority
Status: Triaged => Fix Committed
--
You received this bug notification because you are
HP finally confirmed the dmistring for the G9 platforms we currently have.
https://drive.google.com/file/d/12HxmGeHcGDRqyay_DLf3WR7M3-T8bv0V/view?usp=sharing
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
h
** Changed in: oem-priority
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1902464
Title:
The rear panel of Lenovo P620 doesn't
Hi Nick and Brian,
When I verified this ticket,
I did upgrade systemd to proposed version on the target machines.
(245.4-4ubuntu3.16 and 248.3-1ubuntu8.4)
I can see the airplane mode toggled when pressing the airplane function key.
I saw the targeted version now is "248.3-1ubuntu8.5".
Let me giv
** Tags added: originate-from-1968990
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1955997
Title:
The airplane hotkey has no function on a HP platform
Status in OEM Pri
Thank you for your great support!
** Changed in: oem-priority
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1966179
Title:
Th
evdev:name:Intel HID
events:dmi:bvn*:bvr*:bd*:svnHP*:pnHPZBookFury16inchG9MobileWorkstationPC:pvr*
from focal-proposed and impish-proposed are working on my Vision-PV-
SKU16
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to syst
evdev:name:Intel HID
events:dmi:bvn*:bvr*:bd*:svnHP*:pnHPZBookFury16inchG9MobileWorkstationPC:pvr*
from focal-proposed and impish-proposed are working on my Magneta-PV-
SKU2
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to syst
Got feedback from Andy, other platforms are working good with -proposed
version.
** Tags removed: verification-needed verification-needed-focal
verification-needed-impish
** Tags added: verification-done verification-done-focal
verification-done-impish
--
You received this bug notification bec
** Changed in: oem-priority
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1955997
Title:
The airplane hotkey has no function
@Brian,
Thanks for your attention.
As comment#8 from LP#1955997:
```
evdev:name:Intel HID
events:dmi:bvn*:bvr*:bd*:svnHP*:pnHPZBookStudio16.0InchMobileWorkstationPC:pvr*
```
Unfortunately,
```
In the mail from HP (please see the lp1966179), HP also confirmed the
previous two platforms' dmi stri
** Changed in: oem-priority
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1966179
Title:
The airplane hotkey does not work on
Public bug reported:
[Impact]
* iris driver doesn't load with pci_id 4688. Instead, it uses llvm.
we expect the Intel GPU uses iris driver.
[Test Plan]
* $ DISPLAY=:0 glxinfo | grep -i opengl
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits)
...
Ope
** Description changed:
[Impact]
- * iris driver doesn't load with pci_id 4688. Instead, it uses llvm.
- we expect the Intel GPU uses iris driver.
+ * iris driver doesn't load with pci_id 4688. Instead, it uses llvm.
+ we expect the Intel GPU uses iris driver.
[Test Plan]
-
for focal
** Patch added: "mesa_21.0.3-0ubuntu0.3~20.04.6.debdiff"
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1955566/+attachment/5549109/+files/mesa_21.0.3-0ubuntu0.3~20.04.6.debdiff
** Changed in: oem-priority
Assignee: (unassigned) => jeremyszu (os369510)
** Ch
Impish and Jammy all have this patch.
We don't need to bother them.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1955566
Title:
iris driver doesn't load correctly on intel
Hi Sponsors,
Would you please help to review this minor patch? thanks!
** Changed in: oem-priority
Status: In Progress => Triaged
** Summary changed:
- iris driver doesn't load correctly
+ iris driver doesn't load correctly on intel pci_id 0x4688
--
You received this bug notification b
NOME/gnome-settings-daemon/-/commit/f4dbcf3d7b0f951fe44b29229206c97b625dbfda
** Affects: oem-priority
Importance: Critical
Assignee: jeremyszu (os369510)
Status: In Progress
** Affects: systemd (Ubuntu)
Importance: Undecided
Status: New
** Tags: oem-priority originate-fr
** Tags added: originate-from-1955896
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1955997
Title:
The airplane hotkey has no function on a HP platform
Status in OEM Pri
for focal
** Patch added:
"lp1955997-add-a-whitelist-to-unblock-intel-hid-on-HP-machines.debdiff"
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1955997/+attachment/5552318/+files/lp1955997-add-a-whitelist-to-unblock-intel-hid-on-HP-machines.debdiff
--
You received this bug notifica
btw, there is the other HP new generation platform which need this kind
of patch but still waiting for HP to confirm the correct dmi for whole
platform generation.
** Description changed:
+ [Impact]
+ The airplane hokey doesn't work on HP new generation machines.
+
+ [Test Plan]
+ Press airplane
btw, there is the other HP platform need the to be added in this
whitelist but still confirming with HP about the correct dmi string.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.ne
New version which supporting for two HP new machines.
Please ignore comment#1.
This patch contains the platform I mentioned on comment#3.
** Patch added:
"lp1955997-add-a-whitelist-to-unblock-intel-hid-on-HP-mach.debdiff"
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1955997/+attach
Hi Lukas,
The jammy and impish do have this issue and will be fixed in v250[1],
FWIK, we will upgrade to v250 soon? let me know if you think I should
still prepare the workaround for impish and jammy.
[1] https://github.com/systemd/systemd/pull/20219
--
You received this bug notification becaus
** Changed in: oem-priority
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1955997
Title:
The airplane hotkey has no function on a HP
Based on the discussion on
https://chat.canonical.com/canonical/pl/ywmmrm9d9j8cdkcwbyx6rkwqgh.
We will solve this issue by
1) maintain a whitelist on focal and impish
2) backport unmast intel-hid[1] on jammy
[1] https://github.com/systemd/systemd/pull/20219
** Patch removed:
"lp1955997-add-a-wh
This patch is for impish.
Verified pass on both HP new platforms.
** Patch added:
"lp1955997-add-a-whitelist-to-unblock-intel-hid-on-HP-mach.debdiff"
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1955997/+attachment/5553585/+files/lp1955997-add-a-whitelist-to-unblock-intel-hid-on-HP-
for jammy, and verified pass on both platforms.
BTW, for jammy.
The intel-hid driver doesn't load probably caused by acpi device not found or
other kernel/driver related issue.
FWIK, 5.13 is not final kernel for jammy.
I tried this patch with 5.14.0-oem-1018 kernel and it works as expected.
**
** Changed in: oem-priority
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1955997
Title:
The airplane hotkey has no function on a HP p
Hi Robie,
I think we are talking about Jammy as comment#11.
and yes, as I mentioned in "Where problems could occur":
>also each DM still need to deal with multi-rfkill events because upstream
>changes[2].
From what I learned from HP, there are some old platforms have both
Intel-HID and HPQ6001 c
Hi Robie,
Thanks for sharing the changes with other flavors.
Just want to clarify the comment#14-16 are talking about Jammy which shouldn't
blocking Focal#5 and Impish#10 SRU.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to
Hi Robie, Lukas,
As I mentioned on comment#17, impish and focal are using allowing-list
to add two HP new products. I don't think it will cause the regression,
could we please let impish and focal get the patch?
The unblock intel-hid is in Jammy and it's not yet release, we can
negotiate it befor
ibupower-glib3:amd64 0.99.11-1build2
amd64abstraction for power management - shared library
ii upower 0.99.11-1build2
amd64abstraction for power managemen
** Affects: oem-priority
@seb128,
got it, I created this one for discussion.
https://gitlab.freedesktop.org/upower/upower/-/issues/156
** Bug watch added: gitlab.freedesktop.org/upower/upower/-/issues #156
https://gitlab.freedesktop.org/upower/upower/-/issues/156
--
You received this bug notification because you are
Public bug reported:
[Summary]
internal speaker not list in sound setting when external device is connected
[Steps to reproduce]
1) check sound setting, internal speak is listed in sound setting --> output
device
2) plug a headset in 3.5mm headphone jack (front port)
3) check sound setting
4) pl
Update from https://bugs.launchpad.net/stella/+bug/1948777:
1) ---
The Speaker in general doesn't have corresponding jack, so its availability is
"unknown".
When it's legacy HDA, once a Headphone is plugged, PulseAudio will disable all
"unknown" profiles, so the speaker is gone in this case.
Wh
Hi Julian,
I didn't see the 'boot failures on older system' from comment#90.
Would you please point it out more specifically?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.n
It's interesting.
I would like to reproduce your scenario on my side.
Would you please share:
1. "ionice -c3 nice cp -a SRC DST" is mandatory? Does it reproducible through a
normal "cp -a"?
2. What's the fail rate?
3. Would you please share the data type from "SRC"? a single large 29,613MB
file?
I don't have such "there is allways that machine (or bad firmware) that nobody
heard of that will fail" case from my hand but it's frustrated if it becomes a
blocker for fixing the bug for new devices from market.
However, I understand how users feel helpless if a SRU introduces a regression
esp
If possible, I still expect we can make grub supports to boot from
bigger initramfs.
There will still have users to meet this issue in the future if their
initramfs somehow bigger as long as we don't choose use higher
compression as workaround (for ubuntu desktop / server).
--
You received this
I don't think "MODULES=dep" is the proper workaround for this.
If an user somehow met this issue, then the system is not able to boot.
Users need to do many extra works to find out this workaround and do apply
unless we make "MODULES=dep" as default setting in initramfs configs (but I
don't thin
Hi Daniel,
Finally, I tried to reproduce your scenario on my side but not able to
reproduce.
* Environment:
ubuntu 22.04
64G RAM (allocated a process to occupy 32G RAN)
NVMe storage
32G micron SD card (dd /dev/random to a 29G file)
* A script to reproduce:
#!/bin/bash
count=0
file="29G-file"
wh
Is it possible if we have an overwrite in debian/rule by using something
like DEB_BUILD_ARCH to specify higher compression rate for amd64?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs
** Tags added: originate-from-1982919
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to modemmanager in Ubuntu.
https://bugs.launchpad.net/bugs/1950282
Title:
Fibocom WWAN FM350-GL-00 (Mediatek M80 5G) support
Status in HWE
@Seb,
do you think I can work on SRU
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/354
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/355
these two patches? since the #290 patch seems like still need a long
time discussion on upstream and only this
Since alsa-ucm-conf is updated by following the upstream version.
```
commit aa74f4c12eefcc98582572d2fc48982cf7478b51 (tag: pkg/import/1.2.4-1)
Author: Jordi Mallach
Date: Mon Dec 7 22:13:23 2020 +0100
1.2.4-1 (patches unapplied)
Imported using git-ubuntu import.
Notes (changelog
Public bug reported:
Steps to produce this issue:
1. Install hirsute daily build
(495fe189e32d873ba79d7753134c22353ea89e8e6d62498f6c825a5de6a8a4a7
*hirsute-desktop-amd64.iso) from https://cdimage.ubuntu.com/daily-live/current/
2. Attach an AMD R7 430 graphic as dGPU without connecting any monit
.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
** Affects: oem-priority
Importance: Critical
Assignee: jeremyszu (os369510)
Status: Confirmed
** Affects: xorg
inate-from-1916427 stella
** Changed in: oem-priority
Assignee: (unassigned) => jeremyszu (os369510)
** Changed in: oem-priority
Importance: Undecided => Critical
** Changed in: oem-priority
Status: New => Confirmed
--
You received this bug notification because you are
When I attached another monitor to dGPU (which means connecting monitor
to each iGPU and dGPU), then there is no problem.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1923153
Although comment#2 is merged, this issue still needs PA corresponding
(https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/290).
Therefore, we will deliver a special alsa-ucm-conf on our oem-archive as
short-term solution and leave it be replaced after this ticket gets the
merge.
** Changed in: oem-priority
Status: In Progress => Triaged
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1918855
Title:
Xorg xserver got signal 6 to abort
Status in
Public bug reported:
[Steps to reproduce]
1. Connect a monitor on the AMD GPU.
2. Power on the system and boot into OS.
3. Run below command to launch glxgear
Cmd> DRI_PRIME=1 glxgears -info
[Expected result]
The image is not distrorted while running the glxgears
[Actual result]
The image is dis
@Shengyao,
Thanks, would you please share the ppa you tested here that we could
give it a try?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1937988
Title:
The image is dis
@Shengyao,
We still can reproduce this issue by following:
1. boot from dGPU (AMD)
2. DRI_PRIME=1 gxlgear
3. resize the window slowly.
** Tags added: fossa-edge-staging
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa
I did submit a discussion to discuss about "Launch using Dedicated Graphic
Card" design.
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4509
** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #4509
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4509
--
You received thi
1 - 100 of 109 matches
Mail list logo