Public bug reported:
from kernel document,
https://www.kernel.org/doc/Documentation/cgroup-v1/blkio-controller.txt
```
Throttling/Upper Limit policy
-
- Enable Block IO controller
CONFIG_BLK_CGROUP=y
- Enable throttling in block layer
CONFIG_BLK_DEV_TH
it's easy to reproduce, no log needed.
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1760375
Title:
cgroup blkio th
same phenomenon after update latest v4.16 kernel.
this should have concern with systemd-logind.service, tasks have been added
into session cgroup.
root@i-dztv2guv:~# cat /proc/$(pidof dd)/cgroup | grep blkio
6:blkio:/user.slice/user-0.slice/session-1.scope
I can throttle for this single session,
Public bug reported:
tc filter seems still leak with ubuntu kernel 4.15.0-36-generic,
it can be reproduced with the following steps.
```
tc qdisc add dev eth0 ingress
tc filter add dev eth0 ingress protocol ip prio 1 handle 800::1 u32 match ip
dst 192.168.5.113/32 police rate 10Mbit burst 10Mbit
yes, I upgrade from ubuntu 4.4.0-116-generic, and it works fine.
I tested upstream latest v4.19 kernel first and it is fine, then find out that
upstream has this issue between 4.15.x-4.16.2.
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
** Tags added: kernel-fixed-upstream
*** This bug is a duplicate of bug 1872159 ***
https://bugs.launchpad.net/bugs/1872159
Same bug affects me, I'm running 20.04 on an Asus Zenbook and can
confirm that removing "quiet splash" DOES NOT resolve the boot issue.
--
You received this bug notification because you are a member of Ker
Public bug reported:
Hardware: Intel D945GCLF with onboard Realtek R8101 LAN controller.
OS: Ubuntu 16.04.1 LTS Server Edition - upgraded from 12.04 LTS
By default Ubuntu chooses the r8169 module for this controller, which
does not work correctly. (This has been an issue for a number of
releases)
** Attachment added: "lspci-vnvn.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1654559/+attachment/4800845/+files/lspci-vnvn.log
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bu
** Attachment added: "version.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1654559/+attachment/4800846/+files/version.log
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/165
Cannot execute apport-collect as it fails with error "ERROR: connecting
to Launchpad failed: Unable to find the server at Launchpad.net"
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which i
** Tags added: kernel-bug-exists-upstream
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1654559
Title:
r8101 unstab
I have confirmed behaviour with mainline kernel 4.10.0rc2 both with the
included driver module (r8169) and the recommended Realtek driver v1.030
(r8101). Both drivers exhibit the same behaviour.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed
Is there anything else I should do to confirm whether or not this is an
upstream issue?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1654559
Title:
r8101 unstable under 16.04.1 various
I have now confirmed the same behaviour with Realtek driver v1.029 and
Kernel 4.4.0-21-generic.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1654559
Title:
r8101 unstable under 16.04.1
Public bug reported:
I am runing sosreport on ubuntu 14.04.4 LTS which has upgrade the kernel to
4.4.0-38-generic, it get oops while copying
/sys/module/apparmor/parameters/audit. and it also can be triggered with
cat /sys/module/apparmor/parameters/audit.
[ 213.174092] [ cut here
more information,
1. on ubuntu14.04.4, after this panic reproduced, all the 4.4.x kernel will get
panic when cat /sys/module/apparmor/parameters/audit
2. on ubuntu14.04.5, it is fine with all 4.4.x kernels.
--
You received this bug notification because you are a member of Kernel
Packages, which
Sorry, I forget to tell that I have disable apparmor through kernel boot
parameter:
GRUB_CMDLINE_LINUX="apparmor=0"
you can try with it.
I will try to get kdump for further checking.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux
correct that ubuntu14.04.5 can also reproduce too.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1626984
Title:
kernel BUG at /build/linux-lts-xenial-_hWfOZ/linux-lts-
xenial-4.4.0/se
I attached the kernel log
** Attachment added: "kernel.log"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615681/+attachment/4725785/+files/dmesg.201608220924
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
ht
Public bug reported:
We get this kernel panic while running trusty with 3.19.0-26-generic.
It seems there is a bug in nf_nat module, I got kdump, if needed, I will upload.
[702076.560806] BUG: unable to handle kernel paging request at 820504022108
[702076.564428] IP: [] nf_nat_setup_info+0x2
it was running on ubuntu server and cannot run apport-collect, I
attached the kernel log
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.la
Thanks for your suggestion.
This issue is not happened on any update/upgrade, and only happened once.
Because we cannot get any operation path to reproduce it, so test with the
latest upstream kernel cannot help make it clear.
Anyway, I will try to share some more information on current kdump.
--
Public bug reported:
kernel run dead loop in __nf_conntrack_find_get with condition
unlikely(!nf_ct_key_equal(h, tuple, zone) always true. kernel will dump
soft lockup continusely with different address in
__nf_conntrack_find_get.
Aug 24 03:17:20 llhd1r01n04 kernel: [546200.853293] NMI watchdog:
it is running on ubuntu trusty without any update/upgrade, we can get
the kern.log but cannot apport-collect.
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ub
kernel panic while paging request at 820504022108.
```
[702076.560806] BUG: unable to handle kernel paging request at 820504022108
[702076.564428] IP: [] nf_nat_setup_info+0x236/0x360 [nf_nat]
```
we can see the instructions near the corruption, and rcx=820504022100.
```
crash> dis -lr
it is not reproducible, and we have seen this issue only once.
as the corrupted pointer is point to supervisor area reserved. I cannot make
sure if it is caused by code logic error or memory corruption.
--
You received this bug notification because you are a member of Kernel
Packages, which is s
FYI.
1) Could you please provide the full computer manufacturer and model as noted
on the sticker of the computer itself (not from the Bug Description, or the
result of a terminal command)?
> Supermicro SYS-F627R2-RTB+-ZD002/X9DRFR
2) Please provide the output of the following terminal command:
Public bug reported:
Hi,
Could CONFIG_ARCH_MESON=y and related configs be enabled like the armhf
counterpart ?
This will follow the debian kernel config.
Here is the list of config that should be enabled to have optimal platform
support:
CONFIG_ARCH_MESON=y
CONFIG_MESON_SM=y
CONFIG_DWMAC_MESON
I can partially reproduce this on Ubuntu Mate 20.04 development release,
updated from 19.10. Hardware is a ThinkPad X230.
Steps to reproduce:
- mount an rclone remote drive
- do something which keeps the mountpoint busy (e.g. open the file manager and
navigate to a photos folder on the remote dr
zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu17
Architecture: amd64
AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0: neil 3193 F pulseaudio
CurrentDesktop: MATE
Date: Sat Feb 22 12:29:27 2020
InstallationDate: Installed on 2019-10-11 (133 days ago)
-0ubuntu17
Architecture: amd64
AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0: neil 3193 F pulseaudio
CurrentDesktop: MATE
Date: Sat Feb 22 12:29:27 2020
InstallationDate: Installed on 2019-10-11 (133 days ago)
InstallationMedia: Ubuntu-MATE 19.10 &
Oddly, I've just had this on 5.4.0-14, whereas 5.4.0-12 works perfectly.
Maybe something is messed up in initramfs generation?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-5.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1862215
Ti
-0ubuntu17
Architecture: amd64
AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0: neil 3193 F pulseaudio
CurrentDesktop: MATE
Date: Sat Feb 22 12:29:27 2020
InstallationDate: Installed on 2019-10-11 (133 days ago)
InstallationMedia: Ubuntu-MATE 19.10 &
Running cat /proc/modules gives:
i915
i2c_algo_bit
crc32_pclmul
drm_kms_helper
syscopyarea
sysfillrect
sysimgblt
fb_sys_fops
psmouse
sdhci_pci
cqhci
sdhci
lpc_ich
i2c_i801
ahci
drm
libahci
e1000e
wmi
video
(There may be a transcription error or 2 in there, so photo is at
http://ovh.themcphails.uk/
es: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu17
Architecture: amd64
AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0: neil 3193 F pulseaudio
CurrentDesktop: MATE
Date: Sat Feb 22 12:29:27 2020
InstallationDate: Installed on
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.1
og present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu16
Architecture: amd64
AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0: neil 3007 F pulseaudio
/dev/snd/pcmC0D0p: neil 3007 F...m pulseaudio
CurrentDes
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.1
d on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu16
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
Apport
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
Apport
d on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu16
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.1
talled on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu16
d on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu16
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.1
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.1
talled on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubunt
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.1
talled on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubunt
llationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
+ ---
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu16
+ Architecture: amd64
+ AudioDevicesInUs
InstallationDate: Installed on 2019-10-11 (47 days ago)
InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20190926.2)
PackageArchitecture: all
SourcePackage: wireguard
UpgradeStatus: No upgrade log present (probably fresh install)
---
ProblemType: Bug
Apport
I am seeing this in 19.10 (POP_OS). Nvidia 1060. Mutter is indeed at
3.34.
Basically any time I alt-tab or otherwise switch between windows it
freezes and I get this syslog message.
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-g
Happy to try and make this happen.. I believe I can make it happen
pretty reliably on my system. Perhaps I can do something while profiling
gnome?
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-418 in Ubuntu.
https
Seems to do the trick
ubuntu@srv-uq8mr:~$ uname -a
Linux srv-uq8mr 4.15.0-23-generic #26~lp1776927 SMP Fri Jun 15 17:06:38 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux
[ 307.632377] audit: type=1400 audit(1529163746.165:17): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="cri
Public bug reported:
https://forums.linuxmint.com/viewtopic.php?f=59&t=276201
Kernel 4.15.0-20 Work with prime
Kernel 4.15.0-22 Work with prime
Kernel 4.15.0-23 Black Screen
Kernel 4.15.0-24 Black Screen
Kernel 4.15.0-29 Black Screen
Kernel 4.15.0-30 Black Screen
Kernel 4.15.0-32 Black Screen
Ker
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180306/+files/IwConfig.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/17
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180313/+files/ProcModules.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180305/+files/CurrentDmesg.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net
apport information
** Attachment added: "CRDA.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180304/+files/CRDA.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
Ti
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180307/+files/Lspci.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180308/+files/Lsusb.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
apport information
** Attachment added: "AlsaInfo.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180318/+files/AlsaInfo.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/17
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180311/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180310/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.l
apport information
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
** Tags added: apport-collected tara
** Description changed:
https://forums.linuxmint.com/viewtopic.php?f=59&t=276201
Kernel 4.15.0-20 Work with prime
Kernel 4.15.0-22 Work with prime
Kernel 4.15.
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180312/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad
apport information
** Attachment added: "PulseList.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180314/+files/PulseList.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180317/+files/WifiSyslog.txt
** Description changed:
https://forums.linuxmint.com/viewtopic.php?f=59&t=276201
Kernel 4.15.0-20 Work with prime
Kernel 4.15.0-22 Work with pri
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180324/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "Lspci.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180322/+files/Lspci.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
apport information
** Attachment added: "IwConfig.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180321/+files/IwConfig.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/17
apport information
** Attachment added: "CurrentDmesg.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180320/+files/CurrentDmesg.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net
apport information
** Attachment added: "ProcCpuinfoMinimal.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180325/+files/ProcCpuinfoMinimal.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.l
apport information
** Attachment added: "ProcModules.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180328/+files/ProcModules.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180330/+files/RfKill.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
apport information
** Attachment added: "ProcInterrupts.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180327/+files/ProcInterrupts.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180331/+files/UdevDb.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180326/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
apport information
** Attachment added: "WifiSyslog.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180332/+files/WifiSyslog.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bug
apport information
** Attachment added: "PulseList.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180329/+files/PulseList.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/
apport information
** Attachment added: "CRDA.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180319/+files/CRDA.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
Ti
apport information
** Attachment added: "UdevDb.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180316/+files/UdevDb.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
apport information
** Attachment added: "Lsusb.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180323/+files/Lsusb.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
apport information
** Attachment added: "RfKill.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180315/+files/RfKill.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1788860
apport information
** Attachment added: "ProcCpuinfo.txt"
https://bugs.launchpad.net/bugs/1788860/+attachment/5180309/+files/ProcCpuinfo.txt
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/b
I be happy to test , glad to see the issue being worked on.
I manual added proposed via
Or you can modify the software sources manually by adding the following
line to /etc/apt/sources.list:
deb http://archive.ubuntu.com/ubuntu/ xenial-proposed restricted main
multiverse universe
On Sat, 25 Aug
Public bug reported:
Running up two containers using ipvlan with IPv6 autoconf active
triggers an assertion failure in the kernel (cloud image running on
Brightbox)
Jun 14 15:16:37 srv-x3w2q kernel: RTNL: assertion failed at
/build/linux-uT8zSN/linux-4.15.0/drivers/net/ipvlan/ipvlan_core.c (110)
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-
stable.git/diff/?id=8230819494b3bf284ca7262ac5f877333147b937
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1776927
Title:
R
Does the trick nicely. Thank you.
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1776927
Title:
RTNL
Cannot run:
apport-collect 1687113
As described in the initial bug report, Ubuntu Desktop 17.04 is no
longer installed on the subject machine.
** Changed in: linux (Ubuntu)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Kernel
Packages,
Hi Christian
As you pointed out this does appear to be an issue with the reduced
kernel kvm image. I ran the same setup using a standard image and the
interface showed up. However after running your suggested updates from
comment A on the kvm kernal image, the interface still did not show up.
If
Details from working guest 18.04
$ lsmod
Module Size Used by
isofs 45056 0
nls_iso8859_1 16384 1
kvm_intel 217088 0
kvm 614400 1 kvm_intel
irqbypass 16384 1 kvm
crct10dif_pclmul 16384 0
crc32_pclmul
options to 5.4.0-26: Keyboard/trackpad works
normally.
Some Fn buttons work after login, but only ones monitored by firmware
(E.g. screen brightness works, volume control doesn't)
neil@neil-Aspire-E5-511:~$ lsb_release -rd
Description:Ubuntu 20.04.1 LTS
Release:20.04
ProblemType
reoccurs.
Booting to console: keyboard works normally.
Booting via Ubuntu advanced options to 5.4.0-26: Keyboard/trackpad works
normally.
Some Fn buttons work after login, but only ones monitored by firmware
(E.g. screen brightness works, volume control doesn't)
neil@neil-Aspire-E
Public bug reported:
After setting up pci pass through for a virtual function it did not show up as
an interface in Ubuntu 20.04, it did however show up as a PCI device.
After reverting back to 18.04 with exactly the same configuration the interface
showed up as expected.
Bellow is the configu
Same: uname -a
Linux … 5.4.0-54-generic #60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020 x86_64
x86_64 x86_64 GNU/Linux
--
You received t
)
ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
Uname: Linux 4.4.0-104-generic i686
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: i386
AudioDevicesInUse:
USERPID ACCESS COMMAND
/dev/snd/controlC0: neil 1572 F pulseaudio
Date: Fri Jan 26 07:31:16 2018
DuplicateSignature
Public bug reported:
This happened during a routine system update. The update was triggered
by selecting "Update All" from the notification area running a Gnome 3
shell. Perhaps a related issue is a continual failure to update a
logitech bluetooth receiver firmware. This never completes, and perha
PID ACCESS COMMAND
/dev/snd/controlC1: neil 2398 F pulseaudio
/dev/snd/controlC2: neil 2398 F pulseaudio
/dev/snd/controlC0: neil 2398 F pulseaudio
CurrentDesktop: Unity
Date: Sat Apr 23 20:48:46 2016
InstallationDate: Installed on 2015-10-23 (183 days
1 - 100 of 132 matches
Mail list logo