[Bug 1855080] Re: Credentials API allows listing and retrieving of all users credentials

2019-12-05 Thread OpenStack Infra
Reviewed: https://review.opendev.org/697355 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=17c337dbdbfb9d548ad531c2ad0483c9bce5b98f Submitter: Zuul Branch:master commit 17c337dbdbfb9d548ad531c2ad0483c9bce5b98f Author: Colleen Murphy Date: Wed Dec 4 10:51:05 2019 -

[Bug 1854835] Re: xenial/linux: 4.4.0-171.200 -proposed tracker

2019-12-05 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- boot-testi

[Bug 653714]

2019-12-05 Thread Martin-peres-n
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf

[Bug 653714]

2019-12-05 Thread Andrew Kurn
(In reply to Emil Velikov from comment #77) > agpmode and modeset are not even remotely related I'm afraid. With 4.3 > onward one should be using nouveau.config="NvAGP=0" as documented [1] > > [1] http://nouveau.freedesktop.org/wiki/KernelModuleParameters/#config Yes. The syntax given seems to d

[Bug 653714]

2019-12-05 Thread Jonas
On Lubuntu 14.04.3 (I think it's Kernel 3.19.x) "nouveau.agpmode=0" also works, although standby still doesn't seem to work. What I want to note though, is, that activating the Shadow Framebuffer in /etc/X11/xorg.conf.d/20-nouveau.conf results in a substantial performance increase regarding scro

[Bug 653714]

2019-12-05 Thread Emil-l-velikov
agpmode and modeset are not even remotely related I'm afraid. With 4.3 onward one should be using nouveau.config="NvAGP=0" as documented [1] [1] http://nouveau.freedesktop.org/wiki/KernelModuleParameters/#config -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 653714]

2019-12-05 Thread R-ductor
Hi, I do not know if it may be still relevant after nv28m dicoveries but here's some quick info (with a debian testing fully updated a month ago). Booting with plain nouveau (agp v2 4x): distorted mouse, nothing new here :( I tried to boot the following kernel command lines: * nouveau.vram_pushb

[Bug 653714]

2019-12-05 Thread Ilia Mirkin
Even more interesting, your trace actually has [0] 1012.956817 MMIO32 R 0x100080 0xe100 PFB+0x80 => 0xe100 [0] 1012.956820 MMIO32 W 0x100080 0xe100 PFB+0x80 <= 0xe100 Which means that it _starts out_ at 0xe100. Was this trace done on a clean boot, or had the nvidia module alre

[Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #55) > So something is initialized by the nvidia driver, which is not touched by > nouveau but is required for correct operation. > > Is there a way I could help? Like dumping register states with/without the > nvidia init? You could do a mmiotrace of the nvidia driver. It's

[Bug 653714]

2019-12-05 Thread Nv28m
For the first two options I think it could be useful to grep through all those dumps collected over the years and check which cards have this set. Option 3 could definately tell if it's only used for a particular memory configuration of this chip, or it's more general (e.g. first 2 options). By t

[Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #63) > For the first two options I think it could be useful to grep through all > those dumps collected over the years and check which cards have this set. Yeah, I'll try to have a look later on. > > Option 3 could definately tell if it's only used for a particular memory >

[Bug 653714]

2019-12-05 Thread Ilia Mirkin
BTW, interesting. In your VBIOS, it tells us to do 0xcbf2: 7a 80 00 10 00 00 00 00 e0 ZM_REG R[0x100080] = 0xe000 Which is why that bit gets lost on resume (but not on kexec, since init scripts don't run, since the adapter is already init'd). Good to know, that means that

[Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to AndrewK from comment #73) > (In reply to nv28m from comment #71) > > nouveau.agpmode=0 seems to work here too, also after comming back from > > suspend. > > > > Still I think I'm stuck with the modesetting driver with the bit 24 hack in > > boot/suspend scripts. The scrolling and rxvt

[Bug 653714]

2019-12-05 Thread Bib
I ended in Ubuntu 12.04 with latest nvidia-96(-updates maybe). The Laptop sleeps now for weeks and I won't wake it up. I Just can say that once I admitted that vino won't work with desktop effects, I decided to use this laptop with gnome-shell no-effects only, and with the latest drivers state abov

[Bug 653714]

2019-12-05 Thread Nv28m
Doing a suspend to RAM restores the original trashing behaviour. I'm not sure, but maybe the screen update is slower as well now. This is a Dell D800: 01:00.0 VGA compatible controller: NVIDIA Corporation NV28M [GeForce4 Ti 4200 Go AGP 8x] (rev a1) X.Org X Server 1.15.1 Release Date: 2014-04-13

[Bug 653714]

2019-12-05 Thread Nv28m
I've wasted a lot of time with the mmio registers to find out why things go slow. But it seems it's something else. Just loading the nvidia kernel module without starting X is enough to make nouveau go fast after kexec. I did an mmio trace while loading the module, but it only wrote 140 to 0, and

[Bug 653714]

2019-12-05 Thread Nv28m
I've e-mailed the dump file. I've put in 3 markers, one before starting xinit /usr/bin/urxvt, one in urxvt before quiting, and one after xinit returned. I hope it's useful. Thanks! I can try to repeat the same thing using the nouveau driver, if needed. -- You received this bug notification beca

[Bug 653714]

2019-12-05 Thread Bib
Guys, if I can help in any maneer I'd be glad. I want you to know my video adapter is flashed with a bios update I found long time ago on dell's site (in my memory, this was a bios update for Windows). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 653714]

2019-12-05 Thread Andrew Kurn
(In reply to Ilia Mirkin from comment #64) > (In reply to comment #63) > > > > Option 3 could definately tell if it's only used for a particular memory > > configuration of this chip, or it's more general (e.g. first 2 options). > > I've fired off a question to NVIDIA, hopefully they'll respond.

[Bug 653714] Re: Garbage on X display w/ Dell D800 wuxga & nouveau driver (Nvidia GeForce4 Ti 4200 Go AGP rev a1 [NV28])

2019-12-05 Thread Bug Watch Updater
** Changed in: nouveau Status: Confirmed => Unknown ** Bug watch added: gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues #29 https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/29 -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 653714]

2019-12-05 Thread Andrew Kurn
(In reply to Ilia Mirkin from comment #75) > (In reply to AndrewK from comment #73) > > (In reply to nv28m from comment #71) > > > nouveau.agpmode=0 seems to work here too, also after comming back from > > > suspend. > > > > > The parameter name seems to be changed. nouveau.modeset=0 is what work

[Bug 653714]

2019-12-05 Thread Nv28m
nouveau.agpmode=0 seems to work here too, also after comming back from suspend. Still I think I'm stuck with the modesetting driver with the bit 24 hack in boot/suspend scripts. The scrolling and rxvt performance is just better. -- You received this bug notification because you are a member of U

[Bug 653714]

2019-12-05 Thread Bib
I reached to retreive my video bios version*: cat /proc/driver/nvidia/cards/0 Model: GeForce4 4200 Go IRQ: 11 Video BIOS: 04.28.20.31.c1 Card Type: AGP DMA Size: 32 bits DMA Mask: 0x Maybe you will like to check against your own and tell me you need something else from me. * not that diff

[Bug 653714]

2019-12-05 Thread Nv28m
Yes, it was taken after several attempts, that's why it was already set. I've made a better dump and sent it in e-mail now. According to this it's set the first time it's written to. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 653714]

2019-12-05 Thread Ilia Mirkin
(In reply to comment #61) > At the end I got what I wanted. The winner is: > nvapoke 00100080 e100 > > This register is e000 after suspend or after clean boot. So all this > trouble only because of a single bit was not set ;( Fantastic! I was secretly hoping that by ignoring the issue for

[Bug 653714]

2019-12-05 Thread Nv28m
The default Debian kernel is not very debug friendly, so I've dumped the ROMs with nvagetbios. There are two versions, as I made a firmware update later to see if it helps. (e-mailed) The MMIO dumps are comming soon, tomorrow or so. This is a slow machine and the kernel compile takes a while eve

[Bug 653714]

2019-12-05 Thread Bib
I ignore if it's related, but my Dell D800 with nv28 burts many-many-many beeps on boot until the grub menu displays. Feel free to ask any thing. Regards -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 653714]

2019-12-05 Thread Andrew Kurn
(In reply to nv28m from comment #71) > nouveau.agpmode=0 seems to work here too, also after comming back from > suspend. > > Still I think I'm stuck with the modesetting driver with the bit 24 hack in > boot/suspend scripts. The scrolling and rxvt performance is just better. The parameter name se

[Bug 653714]

2019-12-05 Thread Nv28m
I had the feeling that there's not much chance that the dump alone will help. So I did some debugging on my own, after all it can't be that hard if I have the hardware at hand to play with ;) First I've collected all writes locations out from the dump, and ignored the part which looked like a fram

[Bug 938324] Re: telepathy-haze crashed with SIGABRT in g_assertion_message()

2019-12-05 Thread Bug Watch Updater
** Changed in: telepathy-haze Status: Confirmed => Unknown ** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-haze/issues #60 https://gitlab.freedesktop.org/telepathy/telepathy-haze/issues/60 -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 653714]

2019-12-05 Thread Nv28m
I also have this problem. Everything unaccelerated comes up as trash, even on the kernel framebuffer (if acceleration was switched off). Or for example I can see most of the graphics ok, but if I use ShadowFB then the whole screen is unusable. And the cursor is garbage too most of the time. This i

[Bug 653714]

2019-12-05 Thread Emgaron+freedesktop
I just discovered this bug as I acquired a Dell Inspiron 8500 a few weeks back and ran into the same problem. In fact, on my machine (same nVidia graphics), the problem even seems worse: Any attempt at using the nouveau driver so far has not only produced the distortions described by the original p

[Bug 938324]

2019-12-05 Thread Gitlab-migration
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/tele

[Bug 1851715] Re: Screen brightness adjustment delay in Xorg sessions only

2019-12-05 Thread Daniel van Vugt
** Summary changed: - Screen brightness adjustment delay + Screen brightness adjustment delay in Xorg sessions only ** Package changed: linux (Ubuntu) => mutter (Ubuntu) ** Changed in: mutter (Ubuntu) Status: Confirmed => New ** Also affects: xorg-server (Ubuntu) Importance: Undecide

[Bug 1854114] Re: My 4K display goes black screen when I updated my NVIDIA driver from 340 to 435

2019-12-05 Thread Daniel van Vugt
** Tags added: nvidia -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854114 Title: My 4K display goes black screen when I updated my NVIDIA driver from 340 to 435 To manage notifications about th

[Bug 1609700] Re: username is not saved in openconnect connection dialog

2019-12-05 Thread Jerome Covington
I can also confirm that on another laptop that I upgraded from Ubuntu 18.04 -> 18.10 -> 19.04 -> 19.10 with the following versions that the username was stored (at some point) successfully, and I do not need to enter it when joining the vpn. network-manager-openconnect: Installed: 1.2.4-2ubuntu

[Bug 1467595] Re: cursor sometimes disappears on XPS 13 9343 and external monitor

2019-12-05 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu) ** Changed in: xorg-server (Ubuntu) Status: Incomplete => Won't Fix ** Changed in: unity (Ubuntu) Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1853412] Re: Poor performance with fractional scaling factors in Xorg

2019-12-05 Thread Daniel van Vugt
... and if so then please try logging into "Ubuntu on Wayland" instead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1853412 Title: Poor performance with fractional scaling factors in Xorg To mana

[Bug 1853412] Re: Xorg freeze

2019-12-05 Thread Daniel van Vugt
Please avoid reporting multiple issues in a single bug. The tearing issue is bug 1846398 already so the remaining issues are "Ubuntu operates slow with system apps and 3rd party apps; system hangs and crashes; and more". Are you saying Ubuntu is only slow when you are using fractional scaling? **

[Bug 1853790] Re: Can't connect external monitor to laptop

2019-12-05 Thread Daniel van Vugt
Please run this command to send us more information about the machine: apport-collect 1853790 Please also confirm if the problem exists only in Wayland sessions ("Ubuntu on Wayland") or occurs in Xorg too (log into just "Ubuntu"). ** Also affects: gnome-shell (Ubuntu) Importance: Undecided

[Bug 1852001] Re: GUI freeze on high disk IO, but disabling swap fixes it

2019-12-05 Thread Daniel van Vugt
Also please run this when the problem is happening: ps auxw > processes.txt and attach the file to this bug. ** Tags added: performance -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852001 Title

[Bug 1852001] Re: GUI freeze on high disk or CPU load, but disabling swap fixes it

2019-12-05 Thread Daniel van Vugt
Which GUI are you using that exhibits the problem? ** Summary changed: - Xorg freeze on high disk or cpu load or random + GUI freeze on high disk or CPU load, but disabling swap fixes it ** Package changed: xorg (Ubuntu) => linux (Ubuntu) ** Changed in: linux (Ubuntu) Status: Confirmed =

[Bug 1850874] Re: gnome-shell (via Mesa/LLVMpipe in a virtual machine) uses all CPU cores just to update the screen (on Wayland only)

2019-12-05 Thread Daniel van Vugt
Thanks. I've now added this bug to the performance tracking list: https://trello.com/c/pe5mRmx7 ** Summary changed: - gnome-shell (via Mesa/LLVMpipe in a virtual machine) uses all CPU cores just to update the screen + gnome-shell (via Mesa/LLVMpipe in a virtual machine) uses all CPU cores just

[Bug 1836858] Re: i915: Display flickers (monitor loses signal briefly) during "flickerfree" boot, while showing the BIOS logo on a black background

2019-12-05 Thread Daniel van Vugt
If that's the same fix as discussed above then there are three problems: 1. It's not a fix for this bug. It should not be linked to this bug. 2. It's been proposed to eoan without going to focal first. 3. I no longer have any eoan systems handy to test it. That can be remedied easily but see 1 a

[Bug 1854981] Autopkgtest regression report (lvm2/2.02.176-4.1ubuntu3.18.04.2)

2019-12-05 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted lvm2 (2.02.176-4.1ubuntu3.18.04.2) for bionic have finished running. The following regressions have been reported in tests triggered by the package: ganeti/2.16.0~rc2-1build1 (arm64) Please visit the excuses page listed below and investigate the failures,

[Bug 1855133] Autopkgtest regression report (python-stdlib-extensions/2.7.17-1~18.04)

2019-12-05 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted python-stdlib-extensions (2.7.17-1~18.04) for bionic have finished running. The following regressions have been reported in tests triggered by the package: pyfai/0.15.0+dfsg1-1 (armhf) Please visit the excuses page listed below and investigate the failure

[Bug 875509] Re: Can't change avatar in empathy

2019-12-05 Thread Bug Watch Updater
** Changed in: telepathy-haze Status: Confirmed => Unknown ** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-haze/issues #51 https://gitlab.freedesktop.org/telepathy/telepathy-haze/issues/51 -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1854981] Autopkgtest regression report (lvm2/2.02.176-4.1ubuntu4.2)

2019-12-05 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted lvm2 (2.02.176-4.1ubuntu4.2) for disco have finished running. The following regressions have been reported in tests triggered by the package: writeboost/unknown (armhf) udisks2/unknown (armhf) cinder/2:14.0.1-0ubuntu1 (i386, ppc64el, s390x, amd64, arm64, ar

[Bug 1491553] Re: openscad FTBFS in armhf due to conflict declaration of headers gl3.h and glew.h

2019-12-05 Thread Bug Watch Updater
** Changed in: tulip (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1491553 Title: openscad FTBFS in armhf due to conflict declaration of headers gl3.h a

[Bug 304889] Re: Does not use system proxy settings

2019-12-05 Thread Bug Watch Updater
** Changed in: telepathy-gabble Status: Confirmed => Unknown ** Bug watch added: gitlab.freedesktop.org/telepathy/telepathy-gabble/issues #9 https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/9 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 875509]

2019-12-05 Thread Gitlab-migration
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/tele

[Bug 304889]

2019-12-05 Thread Gitlab-migration
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/tele

[Bug 1855269] Re: segfault with pcre10.34-3

2019-12-05 Thread Bug Watch Updater
** Changed in: rspamd (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1855269 Title: segfault with pcre10.34-3 To manage notifications about this bug go to: htt

[Bug 1855356] [NEW] Importing lib2to3 fails with Python 3.8 on Ubuntu 18.04

2019-12-05 Thread Adam McKenna
Public bug reported: lib2to3 is part of standard library, so this should not happen. $ python3.8 Python 3.8.0 (default, Oct 28 2019, 16:14:01) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import lib2to3 Traceback (most recent call last): File "

[Bug 1854807] Re: xenial/linux-oracle: 4.15.0-1031.34~16.04.1 -proposed tracker

2019-12-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: In Progress => Incomplete ** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see

[Bug 1799393] Re: Mellanox CX5 stops pinging with rx_wqe_err (mlx5_core)

2019-12-05 Thread bugproxy
** Tags removed: targetmilestone-inin--- ** Tags added: targetmilestone-inin1810 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1799393 Title: Mellanox CX5 stops pinging with rx_wqe_err (mlx5_core)

[Bug 1855354] [NEW] lb chroot_archives eats apt preferences files

2019-12-05 Thread Michael Hudson-Doyle
Public bug reported: [impact] This breaks apt update in a trusty docker image that does not have ESM enabled. [test case] Build a livefs with image_format=plain, project=ubuntu-base. Unpack it, do the usual pre-chroot setup dance (copy resolv.conf, bind mount proc and dev) chroot into it and ru

[Bug 1849720] WifiSyslog.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310079/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Ti

[Bug 1849720] RfKill.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310077/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Title: KV

[Bug 1849720] ProcModules.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310074/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720

[Bug 1849720] ProcInterrupts.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310073/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/184

[Bug 1849720] RelatedPackageVersions.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "RelatedPackageVersions.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310076/+files/RelatedPackageVersions.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1849720] UdevDb.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310078/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Title: KV

[Bug 1849720] Lsusb.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310070/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Title: KVM

[Bug 1849720] ProcCpuinfoMinimal.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310072/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1849720] PulseList.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310075/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Titl

[Bug 1849720] ProcCpuinfo.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310071/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720

[Bug 1849720] IwConfig.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310068/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Title:

[Bug 1849720] CRDA.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310066/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Title: KVM wi

[Bug 1849720] CurrentDmesg.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310067/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720

[Bug 1849720] Lspci.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310069/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Title: KVM

[Bug 1849720] AlsaInfo.txt

2019-12-05 Thread HellTriX
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1849720/+attachment/5310065/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1849720 Title:

[Bug 1849720] apport information

2019-12-05 Thread HellTriX
ProblemType: Bug ApportVersion: 2.20.11-0ubuntu8.2 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: trixy 2281 F pulseaudio /dev/snd/controlC0: trixy 2281 F pulseaudio /dev/snd/pcmC0D8p: trixy 2281 F...m pulseaudio CurrentDeskt

[Bug 1847967] Re: oem kernel packages treated differently from generic kernel ones

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.11-0ubuntu13 --- apport (2.20.11-0ubuntu13) focal; urgency=medium [ Brian Murray ] * Create additional symlinks to the source_linux.py apport package hook for many OEM kernels. Thanks to You-Sheng Yang for the patch. (LP: #184796

[Bug 1842159] Re: Please suggest running apt update & apt upgrade in MOTD when list of available packages is old

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package update-notifier - 3.192.27 --- update-notifier (3.192.27) focal; urgency=medium * Notify user about stale updates information in motd (LP: #1842159) * Make /var/lib/update-notifier/updates-available world-readable (LP: #1844704) * data/updat

[Bug 1844704] Re: Please make /var/lib/update-notifier/updates-available world readable

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package update-notifier - 3.192.27 --- update-notifier (3.192.27) focal; urgency=medium * Notify user about stale updates information in motd (LP: #1842159) * Make /var/lib/update-notifier/updates-available world-readable (LP: #1844704) * data/updat

[Bug 1849058] Re: eoan/linux-azure: 5.3.0-1005.5 -proposed tracker

2019-12-05 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1850480 *** https://bugs.launchpad.net/bugs/1850480 This bug was fixed in the package linux-azure - 5.3.0-1008.9 --- linux-azure (5.3.0-1008.9) eoan; urgency=medium * eoan/linux-azure: 5.3.0-1008.9 -proposed tracker (LP: #1852225) [ Ubuntu:

[Bug 1848632] Re: eoan/linux-azure: 5.3.0-1004.4 -proposed tracker

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-azure - 5.3.0-1008.9 --- linux-azure (5.3.0-1008.9) eoan; urgency=medium * eoan/linux-azure: 5.3.0-1008.9 -proposed tracker (LP: #1852225) [ Ubuntu: 5.3.0-24.26 ] * eoan/linux: 5.3.0-24.26 -proposed tracker (LP: #1852232) * Eoan update

[Bug 1822632] Re: gosu: error while loading shared libraries: R_PPC64_ADDR16_HA reloc at 0x00000b69c5feaf58 for symbol `' out of range

2019-12-05 Thread J Ferguson
mwhudson, any news about a rebuild of gosu for ppc64le? (we've definitely seen the issue on 18.04, but I'm not sure about any 19.XX) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1822632 Title: gos

[Bug 1852225] Re: eoan/linux-azure: 5.3.0-1008.9 -proposed tracker

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-azure - 5.3.0-1008.9 --- linux-azure (5.3.0-1008.9) eoan; urgency=medium * eoan/linux-azure: 5.3.0-1008.9 -proposed tracker (LP: #1852225) [ Ubuntu: 5.3.0-24.26 ] * eoan/linux: 5.3.0-24.26 -proposed tracker (LP: #1852232) * Eoan update

[Bug 1850480] Re: eoan/linux-azure: 5.3.0-1006.6 -proposed tracker

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-azure - 5.3.0-1008.9 --- linux-azure (5.3.0-1008.9) eoan; urgency=medium * eoan/linux-azure: 5.3.0-1008.9 -proposed tracker (LP: #1852225) [ Ubuntu: 5.3.0-24.26 ] * eoan/linux: 5.3.0-24.26 -proposed tracker (LP: #1852232) * Eoan update

[Bug 1854237] Re: autopkgtests fail after security fixes

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.20.11-0ubuntu13 --- apport (2.20.11-0ubuntu13) focal; urgency=medium [ Brian Murray ] * Create additional symlinks to the source_linux.py apport package hook for many OEM kernels. Thanks to You-Sheng Yang for the patch. (LP: #184796

[Bug 1855271] Re: Please make /etc/update-motd.d snippets runnable by regular users

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package base-files - 11ubuntu2 --- base-files (11ubuntu2) focal; urgency=medium * motd/50-motd-news: Don't show error when /var/cache/motd-news is missing and runnig as regular user (LP: #1855271) -- Balint Reczey Thu, 05 Dec 2019 15:39:21 +0100 **

[Bug 1855290] Re: Don't run /usr/lib/update-notifier/update-motd-hwe-eol in containers

2019-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package update-notifier - 3.192.27 --- update-notifier (3.192.27) focal; urgency=medium * Notify user about stale updates information in motd (LP: #1842159) * Make /var/lib/update-notifier/updates-available world-readable (LP: #1844704) * data/updat

[Bug 1854813] Re: xenial/linux-azure: 4.15.0-1065.70 -proposed tracker

2019-12-05 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- boot-testi

[Bug 1854607] Re: [fastimport 3.0.2] TypeError: startswith first arg must be bytes or a tuple of bytes, not str

2019-12-05 Thread Jelmer Vernooij
Hi Peter, I've pushed a fix to the python-fastimport repository that allows me to process the fastexport file you attached. Jelmer On Tue, Dec 03, 2019 at 02:47:46PM -, Peter J. Mello wrote: > Hi Jelmer, > > First, thanks for helping me straighten out this issue. I'm working from > a local

[Bug 1854793] Re: bionic/linux-raspi2: 4.15.0-1053.57 -proposed tracker

2019-12-05 Thread Ubuntu Kernel Bot
** Description changed: This bug will contain status and test results related to a kernel source (or snap) as stated in the title. For an explanation of the tasks and the associated workflow see: https://wiki.ubuntu.com/Kernel/kernel-sru-workflow -- swm properties -- boot-testi

[Bug 1709890] Re: Simple Scan Ignores Back or Front & Back Selections Fujitsu ScanSnap iX500

2019-12-05 Thread Bartosz Kosiorek
The Front, Back and Duplex are working only in ADF mode. ** Changed in: simple-scan (Ubuntu) Status: New => Incomplete ** Changed in: simple-scan (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1709890] Re: Simple Scan Ignores Back or Front & Back Selections Fujitsu ScanSnap iX500

2019-12-05 Thread Bartosz Kosiorek
Please reopen this bug report if it is not working for you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1709890 Title: Simple Scan Ignores Back or Front & Back Selections Fujitsu ScanSnap iX500

[Bug 1850667] Re: cgroup v2 is not fully supported yet, proceeding with partial confinement

2019-12-05 Thread Ryutaroh Matsumoto
https://github.com/lxc/lxc/issues/3198#issuecomment-562252884 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850667 Title: cgroup v2 is not fully supported yet, proceeding with partial confinement

[Bug 1855350] [NEW] Will not logout or shutdown form guest-session

2019-12-05 Thread Jarno Suni
Public bug reported: This is in Xubuntu 19.10, a regression from 18.04. xfce4-session 4.14.0-0ubuntu1. I enabled guest-session and logged in that. But there I can not log out or even shut down using the graphical way at least unless put Action Buttons on the panel and choose Switch User. If I run

[Bug 1724120] Re: Ubuntu 16.04.3 - call traces occurs when memory-hotplug test is run with 16Gb hugepages configured

2019-12-05 Thread bugproxy
*** This bug is a duplicate of bug 1706247 *** https://bugs.launchpad.net/bugs/1706247 ** Tags removed: targetmilestone-inin16043 ** Tags added: targetmilestone-inin1804 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1848790] Re: USB not working under arm64 on Pi4 with 4G ram

2019-12-05 Thread Stephan van Ingen
Super! Thanks for your effort Hui, Brian, and anybody else who worked on this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848790 Title: USB not working under arm64 on Pi4 with 4G ram To manage

[Bug 1709890] Re: Simple Scan Ignores Back or Front & Back Selections Fujitsu ScanSnap iX500

2019-12-05 Thread Bartosz Kosiorek
** Changed in: simple-scan (Ubuntu) Assignee: (unassigned) => Bartosz Kosiorek (gang65) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1709890 Title: Simple Scan Ignores Back or Front & Back Sel

[Bug 1840185] Re: simple-scan app closes with a big delay

2019-12-05 Thread Bartosz Kosiorek
This issue was already resolved with: https://gitlab.gnome.org/GNOME/simple-scan/merge_requests/38 Please build Simple Scan from source, according to instruction: https://gitlab.gnome.org/GNOME/simple-scan/blob/master/README.md#building-from-source and verify if the issue was resolved for you. **

[Bug 1784659] Re: P9 PMU Events Update #5

2019-12-05 Thread bugproxy
** Tags removed: targetmilestone-inin--- ** Tags added: targetmilestone-inin1904 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1784659 Title: P9 PMU Events Update #5 To manage notifications about t

[Bug 1788378] Re: simple scan scans but cannot print

2019-12-05 Thread Bartosz Kosiorek
The issue was resolved with ticket: https://gitlab.gnome.org/GNOME/simple-scan/issues/130 ** Changed in: simple-scan (Ubuntu) Status: New => Fix Committed ** Bug watch added: gitlab.gnome.org/GNOME/simple-scan/issues #130 https://gitlab.gnome.org/GNOME/simple-scan/issues/130 ** Changed

[Bug 1854807] Re: xenial/linux-oracle: 4.15.0-1031.34~16.04.1 -proposed tracker

2019-12-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/promote-to-proposed Status: Fix Committed => Fix Released ** Changed in: kernel-sru-workflow/regression-testing Status: New => Confirmed ** Changed in: kernel-sru

[Bug 1854745] Re: bionic/linux-aws-5.3: 5.3.0-1009.10~18.04.1 -proposed tracker

2019-12-05 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing Status: New => Confirmed ** Changed in: kernel-sru-workflow/promote-to-proposed Status: Fix Committed => Fix Released ** Changed in: kernel-sru-workflow/regression-testing Status: New => Confirmed ** Changed in: kernel-sru

[Bug 892915] Re: Duplex scanning not working with some Canon/Samsung models

2019-12-05 Thread Bartosz Kosiorek
@leszek-dubiel Your issue with Epson backends was resolved two days ago in ticket: https://gitlab.gnome.org/GNOME/simple-scan/issues/106 Could you please build Simple Scan from source code (latest version), according to instruction: https://gitlab.gnome.org/GNOME/simple-scan/blob/master/README.md

<    1   2   3   4   5   6   7   8   9   10   >