*** This bug is a duplicate of bug 1641230 ***
https://bugs.launchpad.net/bugs/1641230
Yes, I was just looking at that
However, fsck also fails. Would that be related?
jarvis@jtchance:~$ sudo update-initramfs -c -k 6.8.0-48-generic
update-initramfs: Generating /boot/initrd.img-6.8.0-48-gener
Tried a different kernel version:
sudo update-initramfs -c -k 6.8.0-40-generic
update-initramfs: Generating /boot/initrd.img-6.8.0-40-generic
E: /usr/share/initramfs-tools/hooks/fsck failed with return 1.
update-initramfs: failed for /boot/initrd.img-6.8.0-40-generic with 1.
setting `set -x` in
Can do - it's seemingly failing for every initramfs hook. I moved btrfs
out of the hooks directory, and it's now failing on the dhcpcd hook
root@rescue-customer-ca:/# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.8.0-48-generic
+ set -e
+ PREREQ=
+ prereqs
+ echo
+ exit 0
+ s
Public bug reported:
Unsure
ProblemType: Package
DistroRelease: Ubuntu 22.04
Package: linux-image-5.15.0-125-generic 5.15.0-125.135
ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
Uname: Linux 5.4.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu82.6
Architecture: amd64
AudioDevicesInUse
Public bug reported:
While installing amngpu driver with amdgpu install, at the end error
regarding amdgpu-dkms
ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-48-generic 6.8.0-48.48
ProcVersionSignature: Ubuntu 6.8.0-48.48-generic 6.8.12
Uname: Linux 6.8.0-48-generic
Public bug reported:
Hello!
I'm opening this LP to begin the discussion for consideration of
implementing the Python Plugin API (documented here[1]) into our sudo
package. We have received requests for this from some customers, and
other distros (RHEL[2], namely, apparently as of 9.x) have implem
Public bug reported:
I was working with raylib, and when i open task manager. the memory that
my program use was keep increasing, so i use libasan to check if there
is leak on my program, also using valgrind but non of them show where is
the leak. but both of them point to exact same "_XimOpenIM (
I found the NetworkManager-l2tp bug report on github
(https://github.com/nm-l2tp/NetworkManager-l2tp/issues/230) that helped
me fix the problem. I disabled MPPE and only checked the MSCHAPV2
checkbox, now I can connect.
** Bug watch added: github.com/nm-l2tp/NetworkManager-l2tp/issues #230
http
Public bug reported:
After upgrading from Ubuntu 22.04 to Ubuntu 24.04, when I try to connect
to the L2TP/IPSec VPN configured earlier in Ubuntu 22.04 and which
worked, I get an error in the syslog: "pppd: peer does not want to
authenticate us with eap".
The remote L2TP/IPSec server (1.1.1.1) is
> I'll change unmkinitramfs to use 3cpio in case it is installed.
It does not solve the problem reported in this bug. How would one know
unmkinitramfs is dead slow because 3cpio is not installed? Mby you
should make initramfs-tools-core depend on rust-threecpio?
--
You received this bug notifica
OK, so I just tried this out on the same host I did my Fedora 40
testing, a Windows 11 23H2 system with Intel graphics (no NVIDIA) and
VMWare Player 17.
I grabbed the Ubuntu 24.04 beta desktop image - ubuntu-24.04-beta-
desktop-amd64.iso - and booted it. From that environment I could
reproduce the
FWIW, I did my testing - which found this is broken for a Fedora 40
guest with mesa 24.0.4, but fixed with 24.0.5 - on a Windows 11 (23H2)
host. No idea what's different for Oliver, sorry :(
I guess I could try with an Ubuntu guest on my test setup, I've got a
bit of spare time today.
--
You rec
@mdeslaur did you mean to set this bug invalid? It looked like you
intended to set bug #2060968 instead?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to nss in Ubuntu.
https://bugs.launchpad.net/bugs/2060906
Title:
attempt
> I have implemented the listing of uncompressed cpio archives (roughly
120 lines of code). Now I have to add the decompression support
Finding offsets of the embedded archives is the only time consuming part
of the whole script. Mby it is better to create a separate tool, say
"scaninitramfs", to
Public bug reported:
Since 23.10 the initrd consists of 4 embedded cpio:
- amd microcode
- intel microcode
- firmware + kernel modules
- rest (compressed)
Previously it was:
- amd microcode
- intel microcode
- rest (compressed)
There is no archive size header for cpio, so unmkinitramfs has to pa
Following up, `Acquire::Retries=0` seems to be avoiding the bug in prod,
which strengthens my suspicion that it's related to retries.
As for the actual bug, when apt is hanging, I notice that the work queue
has items in it, but they have not been delegated to a worker. There is
a condition that is
Hello, also affected by this.
I'm able to reproduce the bug using Walter's mock server. I suspect it
may be related to the retry code that kicks in when a transient error is
encountered (like a 503). Retries are enabled by default since apt
2.3.2, which seems to fit the regression window people ha
Public bug reported:
Hi,
We found an issue in `initramfs-tools-core` (noble,now 0.142ubuntu20
all) related to this change :
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/2024164
(dhclient replaced by dhcpcd).
dhclient was faster to give an IP. In the `initramfs-tools-core`
scrip
https://salsa.debian.org/kernel-team/initramfs-tools/-/merge_requests/92
--
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/2055055
Title:
unmkinitramfs: wrong and unn
> The count_bytes solution looks better to me
The updated patch is attached.
I've just checked: all the *_bytes flags were introduced to dd in the
same commit
https://github.com/coreutils/coreutils/commit/140eca15c4a3d3213629a048cc307fde0d094738,
so it is safe to throw in count_bytes in the mix.
Just found out, aside for skip_bytes iflag, there is also count_bytes
one. So another fix count be:
113: dd < "$initramfs" skip=$start count=$((end - start))
iflag=skip_bytes,count_bytes 2> /dev/null |
** Description changed:
Speaking about this line in unmkinitramfs:
- 113: dd < "$
Public bug reported:
Speaking about this line in unmkinitramfs:
113: dd < "$initramfs" skip=$start count=$((end - start))
iflag=skip_bytes 2> /dev/null |
dd's block size is 512 by default. iflag=skip_bytes does not change that. Both
$end and $start are byte-offsets. Hence the count is ($en
Great job, just to be clear copied the same dmesg line from earlier as
it was a bit time consuming to move from virtual machine.
runc needs to be able to send any signal.
[35885.316617] audit: type=1400 audit(1700335230.173:423510): apparmor="DENIED"
operation="signal" class="signal" profile="d
Hi,
Just did a fresh minimal install of ubuntu-23.10.1-desktop-amd64.iso
apt install -y docker.io
docker run -d --name=nginx nginx
docker kill -s sigint nginx
Error response from daemon: Cannot kill container: nginx: Cannot kill container
3590b8a55fa29e5df34b1ad7444100652ba9912d42e877c475b181
Applies to all signals.
# docker kill -s sigusr1 dynamodb-local
Error response from daemon: Cannot kill container: dynamodb-local: Cannot kill
container fe323ad3ca9648f2e8b59debd22a2439f4709c5fafe3dbf46a0a06f67ba65204:
unknown error after kill: runc did not terminate successfully: exit status 1:
Public bug reported:
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 23.10
Release:23.10
Codename: mantic
Docker version 24.0.5, build 24.0.5-0ubuntu1
Graceful shutdown doesn't work anymore due to SIGTERM and SIGKILL (maybe all
signals?) doesn't reach
Public bug reported:
When trying to find my home network in the wifi network list I am not
able to view it. I can view the network with Windows (on same hardware),
with my phone, my various smart devices can all find and connect to it
to, just not my Ubuntu OS. Two other nearby networks show up th
Public bug reported:
i was trying to update intel graphic driver
commmands:
sudo apt-get install xserver-xorg-video-intel
apport-bug xorg
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xorg 1:7.7+23ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-47.51-generic 5.15.46
Uname: Linux 5.15.0-47-ge
Public bug reported:
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010059. Affects
Jammy and Bookworm as far as I can tell.
echo | sudo whiptail --msgbox test 20 20 #Can't select 'Ok'
echo | whiptail --msgbox test 20 20 #Can select 'Ok'
Tested on Ubuntu 22.04 LTS
** Affects: newt (Ubu
+1 to this until (at minimum) the below issues are resolved:
=> https://bugs.launchpad.net/snapd/+bug/1575053
=> https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1643706
Seeing these issues open for so long is worrying to me, considering a
growing number of critical packages such as Firefox a
Still affects Ubuntu Server 22.04 LTS
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to cron in Ubuntu.
https://bugs.launchpad.net/bugs/1674492
Title:
cron: /etc/default/cron should not actually be deprecated
Status in cron
On 100% scaling it is certainly less noticeable, though the cursor
sometimes appears slightly moved to the right of where it actually is.
The screen resolution I am using is (and always has been) 3000x2000.
Maybe it has something to do with this less common screen ratio.
--
You received this bug
With fractional scaling at 150%, it occurs only after some time. On a
fresh reboot it isn't apparent, but it gradually gets worse when
manipulating text. It's as if some error accumulates with time. After a
while it becomes really annoying when working with text. The cursor
position is correct, but
Have been testing at 100% and 200% scaling - so far the problem hasn't
appeared at these scalings, which makes me suspect it is a problem with
fractional scaling. It's a new problem, as, about a month ago, there was
no such problem with the same fractional scaling - I have always
preferred 150% on
Thank you very much!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to busybox in Ubuntu.
https://bugs.launchpad.net/bugs/1953337
Title:
Backport needed for 18.04 and 20.04 LTS (CVE-2021-42378)
Status in busybox package in U
*** This bug is a security vulnerability ***
Public security bug reported:
Dear community,
Qualys reports a finding on our Ubuntu 18.04 and Ubuntu 20.04 instances because
of CVE-2021-42378.
I can see that there is already a fix for Ubuntu 22.04. When will the fix be
released for the LTS versio
>From my several brief tests, this does not appear to be a (recent)
regression.
I do see in the apt-key manpage that apt-key is deprecated as of Focal
and will be removed after Debian 11 / Ubuntu J/22.04. In the meantime,
the `cp some-repo-key.gpg /etc/apt/trusted.gpg.d` method has been
brought to
Public bug reported:
apt-key fails when the POSIXLY_CORRECT environmental variable is set.
This is due to chmod acting differently with POSIXLY_CORRECT set: chmod tries
to use `--` as a parameter with this variable.
This prevents some third-party utilities, like pmrun, from using apt-
key.
---
** Also affects: systemd (Ubuntu)
Importance: Undecided
Status: New
** Also affects: systemd via
https://github.com/lxc/lxd/issues/8718
Importance: Unknown
Status: Unknown
** No longer affects: systemd
** Also affects: lxd via
https://github.com/lxc/lxd/issues/8718
I
I also run Desktop Icons NG, and agree that it is superior to the the
original Desktop Icons extension. Even if the original version is still
supported, my impression is that the NG version is more actively
maintained and is the focus of the author's development efforts.
--
You received this bug
This is an interaction between a symlink that systemd ships (as
mentioned in https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=627949#10) and the kmod package (which ships the
now-inaccurate /usr/share/man/man5/modules.5.gz).
** Also affects: kmod (Ubuntu)
Importance: Undecided
Status:
Public bug reported:
My systemd-modules-load.service fails to start like this:
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static;
vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2020-10-27 10:2
Ah, I forgot to mention I've found a somewhat working workaround. If you
uncomment the line "DNS" in /etc/systemd/resolved.conf and put list of
DNSes with first VPN's DNS then your normal DNS, then it will always try
to go through the VPN's DNS first even if you're not trying to access a
resource f
I'm on Ubuntu 20.04 and I've tried every solution listed above and in
the bug's duplicate and none of them worked... It's really disappointing
that dns doesn't work with VPNs for over 4 years.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is
** Tags added: groovy
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/124440
Title:
[enhancement] Ubuntu needs a way to set mouse wheel scrolling speed
Status in gnome-con
** Tags added: groovy
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1872215
Title:
There should be a GUI option to install non-security packages too
Status i
This audio problem seem to be only happening when I reboot from Windows to
Ubuntu. To fix it I have turn off the computer and turn it on again. Rebooting
doesn't fix it.
If I turn it off after using Windows and cold start it to boot to Ubuntu there
is no problem.
--
You received this bug notif
Public bug reported:
Steps to reproduce:
pip3 install imagehash
Standard output:
ERROR: Command errored out with exit status 1:
command: /home/adam/.pyenv/versions/3.7.2/bin/python3.7 -c 'import sys,
setuptools, tokenize; sys.argv[0] =
'"'"'/tmp/
Ubuntu 20.04 with 5.4.0-42-generic kernel have same issue on ASUS
Zephyrus M GU502GV.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1877640
Title:
[Zephyrus M GU502GV
This bug is still present on Ubuntu 20.04.
Also you can find it on other places like
https://ubuntuforums.org/showthread.php?t=2398097
https://discourse.ubuntubudgie.org/t/online-accounts-cant-copy-and-paste-email-password/3212/3
or
https://bugs.launchpad.net/ubuntu-system-settings-online-account
*** This bug is a duplicate of bug 1703377 ***
https://bugs.launchpad.net/bugs/1703377
** This bug has been marked a duplicate of bug 1703377
Gnome online account login prevents paste or autotype
--
You received this bug notification because you are a member of Ubuntu
Touch seeded package
Please advise once a focal package is available for testing.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1881976
Title:
apport-gtk and apport-kde install xiterm+thai as
@ddstreet I've been looking into a different issue, which is due to the Netplan
renderer.
The renderer defaults to networkd on server/cloud and NetworkManager on
Desktop. Some apps expect NetworkManager, and break on systems configured with
networkd (e.g. UI network config, apt-daily, etc).
It
Public bug reported:
When launching Steam mouse automatically stops working. Only way to fix
it is closing Steam and plugging the mouse again.
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
Uname: Linux
** Package changed: wpa (Ubuntu) => wpasupplicant (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wpa in Ubuntu.
https://bugs.launchpad.net/bugs/1886087
Title:
dbus Method “SignalPoll” is returning incorrect type
Public bug reported:
The SignalPoll method should return a 'a{sv}' type as shown by
introspection:
$ gdbus introspect -y -d fi.w1.wpa_supplicant1 -o
/fi/w1/wpa_supplicant1/Interfaces/0 | grep SignalPoll
SignalPoll(out a{sv} args);
instead a 'v' type is returned:
$ gdbus call -y
** Also affects: maas/2.8
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1869116
Title:
smartctl-validate is borked in a rec
** Description changed:
Bluetooth devices don't reconnect after sleep, or something along those
lines.
- Includes BT audio receiver and BT Keyboard. One way to repro is to
- switch BT pairing on multi-pairing keyboard, then switch back to Ubuntu.
- The BT connection state will be very conf
** Description changed:
- Bluetooth devices don't reconnect after sleep. Includes BT audio
- receiver and BT Keyboard. One way to repro is to switch BT pairing on
- multi-pairing keyboard, then switch back to Ubuntu. The BT connection
- state will be very confused, keyboard will not work.
+ Blue
Public bug reported:
Bluetooth devices don't reconnect after sleep. Includes BT audio
receiver and BT Keyboard. One way to repro is to switch BT pairing on
multi-pairing keyboard, then switch back to Ubuntu. The BT connection
state will be very confused, keyboard will not work.
Another way to r
** Bug watch added: gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues #903
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/903
** Also affects: sound-2.6 via
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/903
Importance: Unknown
Status: Unknown
**
** Summary changed:
- [Asus GX531GX] Internal speakers are sometimes noisy - bad audio
+ [Asus GX531GX] Internal speakers are sometimes noisy - distorted audio
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubu
Isn't this the same as this:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1847570
--
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/1877194
Title:
switch-on-c
The distorted audio problem just came back. I think it has something to do with
this system being dual boot (Windows 10 and Ubuntu 20.04). When I only use
Ubuntu there is no problem. As soon as I stop using Windows and reboot to
Ubuntu the noise comes back.
It's almost like a turntable loses pow
** Changed in: alsa-driver (Ubuntu)
Status: Fix Released => New
** Changed in: pulseaudio (Ubuntu)
Status: Fix Released => 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.l
I haven't upgraded to Focal yet, but it's still an open issue upstream:
https://github.com/vim/vim/issues/5237
May 20, 2020 5:49 AM, "Sebastien Bacher" wrote:
> Is that still an issue in focal?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https:
** Changed in: maas
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1868915
Title:
[focal] nm-online -s --timeout=10 timeout ev
Does any of you have distorted audio together with this bug?
I'm attaching a sample audio file to show what my system sounds like sometimes.
Original sound:
https://www.youtube.com/watch?v=wDdyn4Kbffs
** Attachment added: "bad-sound3.m4a"
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+
Triumph is ours! My internal mic is working and can record audio. It's
like a have an actual laptop without having to lug around another mic!
Hooray
I found two files in /etc/modprobe.d that were turning off the
dmic_detect.
➜ egrep -r dmic /etc/modprobe.d
/etc/modprobe.d/alsa-i
Looking at this: https://bugzilla.kernel.org/show_bug.cgi?id=205959 i tried
editing the
/etc/modprobe.d/alsa.conf to have the option... restarted... same output
** Attachment added: "alsa.conf_options"
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1874925/+attachment/5362188/+fi
hmm... it says that same message here
snd-intel-dspcfg.dsp_driver=1 is set in the command line. But later on
it says i should pass that option.
** Attachment added: "with_dspcfg.dsp_driver=1"
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1874925/+attachment/5362187/+files/with_d
Maybe it's the "HP Wide Vision FHD Camera" which should be treated as a
camera and microphone? i see it register with uvcvideo in both.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launc
and this is dmesg with the dmic_setting
** Attachment added: "with_dmic_setting"
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1874925/+attachment/5362180/+files/with_dmic_setting
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, whi
OK, Let's see if this helps you narrow it down. This file is with
dmic_setting=0 removed from the grub cmdline
** Attachment added: "no_dmic_setting"
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1874925/+attachment/5362179/+files/no_dmic_setting
--
You received this bug notifi
Thanks... that at least lets them show up in gnome.. but my internal
audio array isn't an option. If i plugin an analog mic it works though.
Just the realtek audio array doesn't work
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscrib
I have the same issue when I boot up with my USB headphone plugged in. The
sound output defaults to the USB headphone, the volume controller controls its
volume. However the sound comes from the internal speaker as I expect it to do.
If I change the sound output device to the internal speakers th
I think the problem I mentioned is the same as this one:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1838577
--
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/1
Public bug reported:
Internal Microphone doesn't show up as an audio source.
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl ic
full hardware profile: https://linux-
hardware.org/index.php?probe=c17da47049
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1874925
Title:
Comet Lake PCH-LP cAVS (Aud
Just to be clear: for that journalctl output, I did put the correct
passwords in because the VPN connection worked. The only problem is
that the network manager failed to save the password for the next time I
tried to use it.
--
You received this bug notification because you are a member of Ubun
Here's the journalctl output, filtered with grep -Pi 'network|nm'.
Please let me know if you need more information,
** Attachment added: "filtered journalctl output"
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1870957/+attachment/5357060/+files/journalctl.network.txt
--
Yo
Public bug reported:
I am unable to play DVD discs.
Followed the usual Ubuntu process, but the issue persists.
Nothing aforementioned in
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1809044 helps.
Ubuntu 20.04 beta.
ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libgstreame
I haven't had this problem for some time now. Maybe there was an update
that fixed it?
However sometimes the sound volume controller in the top right corner is
no associated with sound device being used. I mean when I change the
volume or mute it nothing happens because it controls some other devi
Public bug reported:
The Software & Updates program lacks the option for the user to allow
Ubuntu to automatically install non-security packages. It only supports
security packages.
I know Unattended-upgrades supports automatic upgrading of other
packages but it might be too complicated for new u
Public bug reported:
On upgrade to Ubuntu-MATE 19.10, the network manager lost all my VPN
passwords and now silently fails to store them when I select "save for
this user", and even if I delete a VPN connection and create it again
with that option, I always have to re-enter the password to use the
I encountered this when trying to report a bug in the snap-store, which
as far as I can tell is the new default package manager. It looks pretty
silly to see Apport disclaiming responsibility for the package manager.
It knows the snap is published by "canonical". Maybe everything
published by "can
*** This bug is a duplicate of bug 1861082 ***
https://bugs.launchpad.net/bugs/1861082
Public bug reported:
With the move to package the software center as a Snap in 20.04, I
decided to go fishing for bugs that might manifest on my 18.04 machine
(with a home directory outside of /home), which
I'm uploading another example of distorted audio.
Original:
https://www.youtube.com/watch?v=wDdyn4Kbffs
** Attachment added: "bad-sound3.m4a"
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1860930/+attachment/5339861/+files/bad-sound3.m4a
--
You received this bug notification bec
** Changed in: maas (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ifupdown in Ubuntu.
https://bugs.launchpad.net/bugs/1698181
Title:
Switch to netplan renderer in Artful
One comment. This situation does NOT happen, when I use Atom to edit.
It is happening only with Xed Editor.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1766503
Title:
ibus
I can confirm. My system is:
adasiek@mint-desktop:~$ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:Linux Mint 19.3 Tricia
Release:19.3
Codename: tricia
adasiek@mint-desktop:~$ uname -a
Linux mint-desktop 5.0.0-32-generic #34~18.04.2-Ubuntu SMP
I couldn't load kernel 5.5 because secure boot was turned on. My bad,
sorry.
I was able to test the sound with kernel 5.5 after disable secure boot
but there is no improvement. The audio is still bad. I'm attaching
another file. It sounds like it's a cassette player running out of
battery.
** Att
I've installed the kernel packages following the guide (sudo dpkg -i
FILENAME.deb) but I got the "You need to load the kernel first" grub
error message.
I guess some steps are missing from the guide?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages,
Hi Paul
> do you still have the problem *without* `dsp_driver=0` on an up-to-
date Ubuntu 19.10 with Linux 5.5-rc6?
I just tried the 5.5 release https://kernel.ubuntu.com/~kernel-
ppa/mainline/v5.5/
I also tried newest 1.4.2 from sof project and updadted their github
issue.
The trick with dsp_d
** Summary changed:
- Internal speakers don't work when USB headphones are plugged in during boot
+ Internal speakers are sometimes noisy - bad audio
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https
I was wrong about the headphones. They were not plugged in at all this
time and the sound of the internal speakers are messed up. I'm attaching
a sound recording I just made. If I switch to my monitors' speakers they
work fine.
** Attachment added: "messed up sound recording"
https://bugs.laun
Public bug reported:
I have an Asus Zephyrus S GX531GX laptop and a pair of Asus Delta USB
headphones. When the headphones are plugged in during boot the internal
speakers won't work. There is only crackling sound coming from them. It
doesn't help in I unplug the headphones. There is no problem if
** Tags added: champagne
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1860335
Title:
Additional Drivers tab claims i8260 wifi card is not working
Status in
Public bug reported:
Recently upgraded to Focal, and despite having a stable, working wifi
connection I see that the "Additional Drivers" tab of the GTK
application shows that my wifi card is not working. Note there is only a
single adapter in my laptop.
>From dmesg:
[7.237957] iwlwifi :
It turned out that there was a firmware bluetooth issue with my Broadcom
device. I found the issue with `dmesg | grep -i bluetooth ` and I could
fix it by simply downloading the missing firmware from
https://github.com/winterheart/broadcom-bt-firmware - now everything
works.
--
You received this
1 - 100 of 1215 matches
Mail list logo