[Bug 2065838] Re: System crash on resume from sleep

2024-05-21 Thread Darin Miller
I have tried building an unpatched kernel a couple different ways
including following the direction from the recommended link
(https://itsfoss.com/compile-linux-kernel/) but failed to produce a
bootable kernel. The kernel appeared to build correctly as I did not
notice any compile errors, but once installed, it failed to boot. I am
unsure how/where to check the build logs (I still have the failed
session so I can review if needed.)

Following my notes from previous successful kernel builds (to fix sound
issues on my Lenovo laptop):

*Ubuntu version:

1) install kernel build tools:
(https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel):

* sudo apt install libncurses-dev gawk flex bison openssl libssl-dev
dkms libelf-dev libudev-dev libpci-dev libiberty-dev autoconf git

2) clone the kernel from github and checkout (Rather large, multiple
GB's):

* git clone https://github.com/torvalds/linux.git
* cd linux
* git checkout v6.xx

3) load current kernel config and change configuration then run the
following scripts/config commands:

* make olddefconfig

4) build the kernel

* make -j 16

But both the v6.8 and v6.9 kernel fail after ~10 to 15min of compiling
with this same error:

   make[1]: *** [/home/darin/kernel/linux/Makefile:1919: .] Error 2
   make: *** [Makefile:240: __sub-make] Error 2

I inspected the MakeFile at lines 240 and 1919 but failed to see
anything obvious to edit or delete.

Not sure how to proceed from here.  I am more than happy to keep trying,
but I don't want to waste anyone's time with painful remote
troubleshooting.

A side note, I did try patching just for the experience, but the provide
patch did not work with either the 6.8 or 6.9 kernel version of
exregion.c. However, the patch is clear enough to manually perform the
edit and I could manually find the lines that required updatng.

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

Title:
  System crash on resume from sleep

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


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

[Bug 2065838] Re: System crash on resume from sleep

2024-05-19 Thread Darin Miller
Kernel compiled and I am familiar with installing my own kernel.  I just
have never applied or reverted a patch.

Please post the reversion and respective instructions.

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

Title:
  System crash on resume from sleep

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


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

[Bug 2065838] Re: System crash on resume from sleep

2024-05-19 Thread Darin Miller
Correction.  To revert, the command  should be:
 
git revert d410ee5109a1

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

Title:
  System crash on resume from sleep

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


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

[Bug 2065838] Re: System crash on resume from sleep

2024-05-19 Thread Darin Miller
OK, kernel successfully compiled sans reverting the commit. Googling
kernel patching, I found these commands to revert based on git repo:

git checkout d410ee5109a1
git checkout d410ee5109a1

However, since I downloaded the file from here,
https://mirrors.edge.kernel.org/pub/linux/kernel/v6.x/, I don't know how
to initialize the  my download as a get repo.

Please advise.

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

Title:
  System crash on resume from sleep

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


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

[Bug 2065838] Re: System crash on resume from sleep

2024-05-19 Thread Darin Miller
My bug symptoms are different as my PC successfully reaches a suspend
state.  After additional testing, the PC will successfully resume about
50% of the time with the 6.8.0-31-generic kernel. Another side note,
when the PC sleep is initiated by the user, PC resume seems to fail more
consistently.  PC sleep induced by the system power management timeout
(almost?) always resumes successfully. This resume observation could be
purely coincidental however.

Reverting d410ee5109a1 is beyond my skillset without explicit
instructions.

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

Title:
  System crash on resume from sleep

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


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

[Bug 2065838] [NEW] System crash on resume from sleep

2024-05-15 Thread Darin Miller
Public bug reported:

Operating System: Ubuntu 12
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.8.0-31-generic (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5800X 8-Core Processor
Memory: 31.2 GiB of RAM
Graphics Processor: AMD Radeon RX 6750 XT
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: X570S AORUS ELITE AX
System Version: -CF

1.
No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04

2. Initiate sleep mode and wake computer immediately
3. Expect resume to desktop
4. System crashes to a power off state. Power button press required to initiate 
a fresh boot process.


My system resumes from sleep successfully with:
 - 6.5 ubuntu kernel 
 - 6.6 Xanmod kernel 

But fails to resume with:
 - ubutnu linux-image-6.8.0-31-generic/noble
 - any 6.8 or 6.9 Xmodod kernel

I swapped AMD to NVidia graphic card, but still same issue.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: linux-image-6.8.0-31-generic 6.8.0-31.31
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Wed May 15 20:32:57 2024
InstallationDate: Installed on 2022-12-15 (518 days ago)
InstallationMedia: Kubuntu 22.10 "Kinetic Kudu" - Release amd64 (20221020)
MachineType: Gigabyte Technology Co., Ltd. X570S AORUS ELITE AX
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-31-generic 
root=UUID=2893bf6a-4841-4926-9ed9-a83a1e0739ea ro 
amdgpu.ppfeaturemask=0x vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-6.8.0-31-generic N/A
 linux-backports-modules-6.8.0-31-generic  N/A
 linux-firmware20240318.git3b128b60-0ubuntu2
SourcePackage: linux
UpgradeStatus: Upgraded to noble on 2024-04-27 (19 days ago)
dmi.bios.date: 08/09/2023
dmi.bios.release: 5.17
dmi.bios.vendor: American Megatrends International, LLC.
dmi.bios.version: F7b
dmi.board.asset.tag: Default string
dmi.board.name: X570S AORUS ELITE AX
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 3
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrF7b:bd08/09/2023:br5.17:svnGigabyteTechnologyCo.,Ltd.:pnX570SAORUSELITEAX:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnX570SAORUSELITEAX:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:skuDefaultstring:
dmi.product.family: X570 MB
dmi.product.name: X570S AORUS ELITE AX
dmi.product.sku: Default string
dmi.product.version: -CF
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  System crash on resume from sleep

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


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

[Bug 1818239] Re: scheduler: build failure high negative weighting

2024-05-06 Thread Eric Miller
I'm at a tad late (5+ years after the last comment), but in case it
helps, we just ran into a situation where a user (not cloud admin)
exhausted their IP allocations in a user-defined subnet, which caused an
error in the nova-compute.log:

NoMoreFixedIps: No fixed IP addresses available for network:
62c7b2e2-4406-4dda-9a01-f0ec623335d4

which caused the BuildFailureWeigher to offset the weight by -100.

This was in a Stein cluster, so quite old.  A newer version may have
this disabled by default, but we had to manually disable it.
Regardless, it caused all other tenants' VM deployments to fail since
every compute node that tried to deploy the above VM resulted in the
above error, causing each compute node to be assigned a large negative
weight.

Just wanted to mention our experience in case it helped someone else who
was searching for the problem.

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

Title:
  scheduler: build failure high negative weighting

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nova-cloud-controller/+bug/1818239/+subscriptions


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

[Bug 1950692] Re: Ubuntu advantage tools should be removable without breakage of the core system functionality

2024-04-13 Thread Bill Miller
I also switched to Debian on our desktops because of this and the other
changes forced on Ubuntu users without easy opt-out choices, snap being
the other bad example. I still have a couple of Ubuntu servers but not
for long.

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

Title:
  Ubuntu advantage tools should be removable without breakage of the
  core system functionality

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1950692/+subscriptions


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

[Bug 2056333] [NEW] When removing packages, synaptic fails with error message, then works on retry

2024-03-06 Thread Bill Miller
Public bug reported:

When I select packages listed as Installed (auto removable), set them to
be removed, and click Apply, a box pops up with text An Error Occurred /
The following details are provided /E: unable to correct problems, you
have held broken packages / E: Unable to lock the download directory.

I click Close on the error box (the only option)

Then I click Apply again and it works.

Nuisance error.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: synaptic 0.84.6ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-173.191-generic 5.4.265
Uname: Linux 5.4.0-173-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.20.11-0ubuntu27.27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Wed Mar  6 09:00:22 2024
InstallationDate: Installed on 2023-06-20 (260 days ago)
InstallationMedia: Ubuntu-MATE 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210819.1)
SourcePackage: synaptic
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  When removing packages, synaptic fails with error message, then works
  on retry

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


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

[Bug 1972859] Re: 22.04 boot freeze on ASUS Expertbook B9450FA

2022-05-23 Thread Kurt Miller
1) journalctl for the failed boot
2) journalctl for a recovery mode boot.

** Attachment added: "journalctl showing boot messages for failed and recovery 
mode"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1972859/+attachment/5592262/+files/boot-msgs

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

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] acpidump.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588311/+files/acpidump.txt

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

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] WifiSyslog.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588310/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] UdevDb.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1972859/+attachment/5588309/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] RfKill.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1972859/+attachment/5588308/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] PulseList.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588307/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] ProcModules.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588306/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] ProcInterrupts.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588305/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] ProcCpuinfoMinimal.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588303/+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/bugs/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] ProcEnviron.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588304/+files/ProcEnviron.txt

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

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] ProcCpuinfo.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588302/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] Lsusb-v.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588300/+files/Lsusb-v.txt

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

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] PaInfo.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1972859/+attachment/5588301/+files/PaInfo.txt

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

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] Lsusb-t.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588299/+files/Lsusb-t.txt

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

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] Lsusb.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1972859/+attachment/5588298/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] Lspci-vt.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588297/+files/Lspci-vt.txt

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

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] Lspci.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1972859/+attachment/5588296/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] CurrentDmesg.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588294/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] IwConfig.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588295/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] Re: 22.04 boot freeze on ASUS Expertbook B9450FA

2022-05-10 Thread Kurt Miller
apport information

** Tags added: apport-collected jammy

** Description changed:

  After upgrade to 22.04 machine freezes at boot.
  Booting is possible in recovery mode.
  If I do not select recovery, machine silently hangs.
  
  Steps I've taken:
  
  1) added acpi=off to the kernel params.
 ACPI errors were visible scrolling past
  
  1) Created and ran a boot-repair disk. 
 The only effect was to reduce the amount of visual feedback during the 
boot process.
  
  2) Successfully upgraded the BIOS
 Current BIOS: B9450FA.313
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu82
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  kmiller2363 F pulseaudio
+ CasperMD5CheckResult: pass
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2021-06-20 (324 days ago)
+ InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
+ MachineType: ASUSTeK COMPUTER INC. ASUS EXPERTBOOK B9450FA_B9450FA
+ Package: linux (not installed)
+ ProcFB: 0 EFI VGA
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-27-generic 
root=UUID=5d2400f7-9ae0-4ef5-9a5c-dede26fb88c6 ro recovery nomodeset 
dis_ucode_ldr
+ ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30
+ RelatedPackageVersions:
+  linux-restricted-modules-5.15.0-27-generic N/A
+  linux-backports-modules-5.15.0-27-generic  N/A
+  linux-firmware 20220329.git681281e4-0ubuntu3
+ Tags:  jammy
+ Uname: Linux 5.15.0-27-generic x86_64
+ UpgradeStatus: Upgraded to jammy on 2022-05-09 (0 days ago)
+ UserGroups: adm cdrom dip lpadmin lxd nordvpn plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 02/23/2022
+ dmi.bios.release: 5.16
+ dmi.bios.vendor: ASUSTeK COMPUTER INC.
+ dmi.bios.version: B9450FA.313
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: B9450FA
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnASUSTeKCOMPUTERINC.:bvrB9450FA.313:bd02/23/2022:br5.16:svnASUSTeKCOMPUTERINC.:pnASUSEXPERTBOOKB9450FA_B9450FA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnB9450FA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:sku:
+ dmi.product.family: ASUS EXPERTBOOK
+ dmi.product.name: ASUS EXPERTBOOK B9450FA_B9450FA
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1972859/+attachment/5588292/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] CRDA.txt

2022-05-10 Thread Kurt Miller
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1972859/+attachment/5588293/+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/1972859

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1972859] [NEW] 22.04 boot freeze on ASUS Expertbook B9450FA

2022-05-10 Thread Kurt Miller
Public bug reported:

After upgrade to 22.04 machine freezes at boot.
Booting is possible in recovery mode.
If I do not select recovery, machine silently hangs.

Steps I've taken:

1) added acpi=off to the kernel params.
   ACPI errors were visible scrolling past

1) Created and ran a boot-repair disk. 
   The only effect was to reduce the amount of visual feedback during the boot 
process.

2) Successfully upgraded the BIOS
   Current BIOS: B9450FA.313

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "System Info, dmesg, grub.cfg"
   https://bugs.launchpad.net/bugs/1972859/+attachment/5588235/+files/bug_info

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

Title:
  22.04 boot freeze on ASUS Expertbook B9450FA

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


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

[Bug 1867561] Re: regression: twm won't launch in focal

2022-04-29 Thread J G Miller
At one time in Bourne shell and derivatives

LANG=C twm &

may have worked but because of all the other LC variables which are now
setup and which are not overriden by setting LANG=C, the work around for
the bug in twm being unable to open the fixed font for UTF-8 and other
encodings is to specify

LC_ALL=C twm &

You may even find that

LC_ALL=en twm &

where "en" is "English" also works (along with other two letter language
variants) but anything more specific cauting UTF-8 enocding to be
invoked such as en_GB or en_US will give the same error as "unable to
open fontset fixed".

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

Title:
  regression:  twm won't launch in focal

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


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

[Bug 1925488] Re: needrestart msg "The currently running kernel version is 5.11.0-16-generic which is not the expected kernel version %s"

2022-04-27 Thread David Miller
Confirm, do-release-upgrade causes same issue for me on s390x (vps
instance on LinuxONE)

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

Title:
  needrestart msg "The currently running kernel version is
  5.11.0-16-generic which is not the expected kernel version %s"

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


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

[Bug 1970128] [NEW] package k3b-data (not installed) failed to install/upgrade: trying to overwrite '/usr/share/doc/HTML/en/k3b/index.cache.bz2', which is also in package k3b:i386 0.11.5-1

2022-04-24 Thread Michael Miller
Public bug reported:

Nothing to say, install failed

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: k3b-data (not installed)
ProcVersionSignature: Ubuntu 5.13.0-40.45~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.23
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Apr 24 11:55:28 2022
ErrorMessage: trying to overwrite '/usr/share/doc/HTML/en/k3b/index.cache.bz2', 
which is also in package k3b:i386 0.11.5-1
InstallationDate: Installed on 2020-11-30 (510 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: k3b
Title: package k3b-data (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/doc/HTML/en/k3b/index.cache.bz2', which is also in 
package k3b:i386 0.11.5-1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package k3b-data (not installed) failed to install/upgrade: trying to
  overwrite '/usr/share/doc/HTML/en/k3b/index.cache.bz2', which is also
  in package k3b:i386 0.11.5-1

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


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

[Bug 1968593] [NEW] Buy Hydrocodone online and get instant pain relief

2022-04-11 Thread Jack miller
 Assignee: Jack miller (jxhsjsk)
 Status: Confirmed

** Changed in: ubuntu
   Status: New => Confirmed

** Changed in: ubuntu
 Assignee: (unassigned) => Jack miller (jxhsjsk)

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

Title:
  Buy Hydrocodone online and get instant pain relief

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


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

[Bug 1965811] Re: software-properties-qt does not load driver information

2022-03-21 Thread Darin Miller
Not an expert here, but the problem appears to be the import apt line 58
in SoftwarePropertiesQt.py.

apt.Cache() lacks the packages attribute.

Replacing apt with apt_pkg (as seen in the detect.py package and to
which the apt_cache is passed) should fix the problem.

apt is only called twice in SoftwarePropertiesQt.py and both times, it
is used (incorrectly) as follows:

self.apt_cache = apt.Cache()

If this is the correct approach to fix this issue, I will attempt to
submit a patch.

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

Title:
  software-properties-qt does not load driver information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1965811/+subscriptions


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

[Bug 1956062] Re: vim mis-manages modifyOtherKeys on xterms

2022-01-06 Thread Douglas Miller
What version of vim is planned for 22.04? Will these fixes be included?

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

Title:
  vim mis-manages modifyOtherKeys on xterms

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


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

[Bug 1956062] Re: vim mis-manages modifyOtherKeys on xterms

2022-01-05 Thread Douglas Miller
Examining the raw I/O between this new vim and my xterm, I see that the
'r' command is now turning off modifyOtherKeys (and then back on after
the replacement character is typed). So, it would appear that there is a
fix to this upstream, and Ubuntu vim is just lacking that fix.

As far as use of ^V in a ":s/" search command, it appears that vim is
simply properly interpreting "^[[27;5;109~" now, rather than inserting
the whole sequence literally.

So, it appears that the version of vim currently in 20.04 is lacking
some fixes.

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

Title:
  vim mis-manages modifyOtherKeys on xterms

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


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

[Bug 1956062] Re: vim mis-manages modifyOtherKeys on xterms

2022-01-05 Thread Douglas Miller
I cloned the vim github repo and did a default build (version 8.2.4014),
that version of vim does not exhibit any of this odd behavior. Seems
likely that either something has fixed this upstream or else Ubuntu
20.04 vim build enables some feature that causes this.

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

Title:
  vim mis-manages modifyOtherKeys on xterms

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


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

Re: [Bug 1956263] Re: Situationm

2022-01-04 Thread Bruce Miller
Thanks for getting back to me.  Can you recommend one or two books to
help?

On Mon, Jan 3, 2022, 8:55 PM Chris Guiver <1956...@bugs.launchpad.net>
wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.
>
> Unfortunately, we cannot work on this bug because your description
> didn't include enough information. You may find it helpful to read "How
> to report bugs effectively"
> http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
> if you would then provide a more complete description of the problem.
>
> We have instructions on debugging some types of problems at
> http://wiki.ubuntu.com/DebuggingProcedures.
>
> At a minimum, we need:
>
> 1. The specific steps or actions you took that caused you to encounter the
> problem.
> 2. The behavior you expected.
> 3. The behavior you actually encountered (in as much detail as possible).
>
> Bug reporting is mostly about finding & fixing problems thus preventing
> future users from hitting the same bug.
>
> I suspect a Support site would be more appropriate, eg.
> https://answers.launchpad.net/ubuntu. You can also find help with your
> problem in the support forum of your local Ubuntu community
> http://loco.ubuntu.com/ or asking at https://askubuntu.com or
> https://ubuntuforums.org, or for more support options please look at
> https://discourse.ubuntu.com/t/community-support/709
>
> You mention `grub` which is a boot loader; thus it's a boot issue and
> the OS doesn't start?  Screen blanking can occur during the boot process
> (video hardware switches modes) for some hardware setups. Grub config
> has documentation; eg. https://help.ubuntu.com/community/Grub2/Setup but
> it's all geared at altering the boot process; or making the grub menu
> more appealing.
>
> You're also not using Ubuntu kernel, with various 3rd party packages,
> such as what is found in a 3rd OS/source (eg. not
> `21.0.3-0ubuntu0.3~20.04.5` but
> `21.2.2-1ubuntu1pop0~1634226723~20.04~b715ae2~dev` so issues should be
> addressed with the 3rd party packager (possibly system76) as you're not
> using Ubuntu packages.
>
>
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>
> ** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1956263
>
> Title:
>   Situationm
>
> Status in xorg-server package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I have been using ubuntu for nearly ten years, but have only recently
>   started taking things seriously.  My particular issue is that every
>   now and then I have a screen blinking problem. I have done a bunch of
>   research, and it points to the grub configuration.  I have downloaded
>   and installed grub customizer.  But I am not sure what all the options
>   are and am afraid of messing anyting up.  Not sure that coming here
>   will help, or how I can pay for any help.  Thanks for reading, and for
>   any help you are able to provide.  PS  I am running Ubundu 20.03 on a
>   System 76 Mini box.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 20.04
>   Package: xorg 1:7.7+19ubuntu14
>   Uname: Linux 5.15.5-76051505-generic x86_64
>   .tmp.unity_support_test.0:
>
>   ApportVersion: 2.20.11-0ubuntu27.21
>   Architecture: amd64
>   BootLog:
>
>   CasperMD5CheckResult: skip
>   CompizPlugins: No value set for
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: None
>   Date: Mon Jan  3 18:28:39 2022
>   DistUpgraded: Fresh install
>   DistroCodename: focal
>   DistroVariant: ubuntu
>   DpkgLog:
>
>   ExtraDebuggingInterest: I just need to know a workaround
>   GraphicsCard:
>Intel Corporation Iris Plus Graphics 655 [8086:3ea5] (rev 01) (prog-if
> 00 [VGA controller])
>  Subsystem: Intel Corporation Iris Plus Graphics 655 [8086:2074]
>   Lsusb:
>Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
>Bus 001 Device 003: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS
> 802.11n WLAN Adapter
>Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
>Bus 001 Device 004: ID 8087:0aaa Intel Corp.
>Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>   MachineType: System76 Meerkat
>   ProcEnviron:
>PATH=(custom, no user)
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.5-76051505-generic
> root=UUID=bcaa96a9-3ebb-4f61-8b4d-bf8382de31aa ro
>   Renderer: Software
>   SourcePackage: xorg
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   dmi.bios.date: 11/28/2018
>   dmi.bios.release: 5.6
>   dmi.bios.vendor: Intel Corp.
>   dmi.bios.version: BECFL357.86A.0056.2018.1128.1717
>   dmi.board.name: NUC8BEB
>   dmi.board.vendor: Intel Corporation
>   dmi.board.version: J72693-304
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: System76
>   dmi.chassis.version: meer4
>   dmi.ec.firmware.release: 3.20
>   

[Bug 1956263] [NEW] Situationm

2022-01-03 Thread Bruce Miller
Public bug reported:

I have been using ubuntu for nearly ten years, but have only recently
started taking things seriously.  My particular issue is that every now
and then I have a screen blinking problem. I have done a bunch of
research, and it points to the grub configuration.  I have downloaded
and installed grub customizer.  But I am not sure what all the options
are and am afraid of messing anyting up.  Not sure that coming here will
help, or how I can pay for any help.  Thanks for reading, and for any
help you are able to provide.  PS  I am running Ubundu 20.03 on a System
76 Mini box.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
Uname: Linux 5.15.5-76051505-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
BootLog:
 
CasperMD5CheckResult: skip
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Mon Jan  3 18:28:39 2022
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation Iris Plus Graphics 655 [8086:3ea5] (rev 01) (prog-if 00 [VGA 
controller])
   Subsystem: Intel Corporation Iris Plus Graphics 655 [8086:2074]
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 0bda:8176 Realtek Semiconductor Corp. RTL8188CUS 
802.11n WLAN Adapter
 Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
 Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: System76 Meerkat
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.5-76051505-generic 
root=UUID=bcaa96a9-3ebb-4f61-8b4d-bf8382de31aa ro
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/28/2018
dmi.bios.release: 5.6
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BECFL357.86A.0056.2018.1128.1717
dmi.board.name: NUC8BEB
dmi.board.vendor: Intel Corporation
dmi.board.version: J72693-304
dmi.chassis.type: 3
dmi.chassis.vendor: System76
dmi.chassis.version: meer4
dmi.ec.firmware.release: 3.20
dmi.modalias: 
dmi:bvnIntelCorp.:bvrBECFL357.86A.0056.2018.1128.1717:bd11/28/2018:br5.6:efr3.20:svnSystem76:pnMeerkat:pvrmeer4:rvnIntelCorporation:rnNUC8BEB:rvrJ72693-304:cvnSystem76:ct3:cvrmeer4:skuBOXNUC8i3BEK:
dmi.product.family: Intel NUC
dmi.product.name: Meerkat
dmi.product.sku: BOXNUC8i3BEK
dmi.product.version: meer4
dmi.sys.vendor: System76
version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
version.libdrm2: libdrm2 2.4.107-8ubuntu1pop0~1634226451~20.04~d7878ab~dev
version.libgl1-mesa-dri: libgl1-mesa-dri 
21.2.2-1ubuntu1pop0~1634226723~20.04~b715ae2~dev
version.libgl1-mesa-glx: libgl1-mesa-glx 
21.2.2-1ubuntu1pop0~1634226723~20.04~b715ae2~dev
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1~20.04.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
xserver.bootTime: Tue Dec 17 17:36:58 2019
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputSleep Button KEYBOARD, id 8
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.19.6-1ubuntu4.3

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


** Tags: amd64 apport-bug focal third-party-packages ubuntu

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

Title:
  Situationm

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


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

[Bug 1956062] [NEW] vim mis-manages modifyOtherKeys on xterms

2021-12-30 Thread Douglas Miller
Public bug reported:

This began as question #76. I've observed odd behavior in vim since
my upgrade from 18.04 to 20.04. One in particular is when I use the "r"
command to replace a single character, shifted letters fail to work
correctly and vim sputters and changes the case of letters in the line,
instead of replace a single character. Another place is in search
strings where I want to use the carriage-return character and type
Ctrl-V Ctrl-M, the Ctrl-M appears as an ESC sequence instead of "^M" and
the search fails to do what I intended.

Analyzing the problem in question #76 revealed this:

When vim initializes (the xterm), it sends "^[[>4;2m" which sets the
modifyOtherKeys=2 parameter. This appears to send *any* keys that use
modifiers (Shift, Ctrl, Alt) as ESC sequences, as we've seen. This
explains why the un-shifted keys "r" and "s" appear normally. But, it
appears that there are certain cases where vim is not properly
interpreting the sequences that it requested.

In the case of the "s" command, vim sends an "^[[>4;m"
(modifyOtherKeys=0) before I can type the "A", so the "A" comes in as a
normal ASCII character. It appears that vim should also be doing the
same thing for "r" but does not. There are probably other contexts where
vim is failing to properly manage the modifyOtherKeys setting, such as
when I try ^V^M in search commands.

In the case of the "r" command, vim sends no ESC sequences after the "r"
so the "A" comes in as the ESC sequence "^[[27;2;65~" and confuses vim.

In the case of search commands, vim is also failing to reset the
modifyOtherKeys setting, so the ^V and ^M are sent as ESC sequences -
although it appears that vim recognizes the ^V "^[[27;5;118~" and then
(correctly) ignores the ESC in the ^M sequence "^[[27;5;109~". FYI, I
understand that vim can now recognize "\r" in search strings, but that
still leaves the problem of all the other control characters I must
often manipulate in search commands.

It is looking now as though there is actually a bug in vim, where it
does not properly manage the modifyOtherKeys setting even though it
explicitly requests that setting.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: vim 2:8.1.2269-1ubuntu5.4
ProcVersionSignature: Ubuntu 5.4.0-91.102-generic 5.4.151
Uname: Linux 5.4.0-91-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Dec 30 15:49:03 2021
InstallationDate: Installed on 2017-02-22 (1772 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vim
UpgradeStatus: Upgraded to focal on 2020-10-04 (451 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  vim mis-manages modifyOtherKeys on xterms

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


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

[Bug 1949634] Re: [SRU] ubuntu-advantage-tools (27.3 -> 27.4) Xenial, Bionic, Focal, Hirsute, Impish

2021-11-14 Thread Bill Miller
How can we turn off the "metering job"?

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

Title:
   [SRU] ubuntu-advantage-tools (27.3 -> 27.4) Xenial, Bionic, Focal,
  Hirsute, Impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/1949634/+subscriptions


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

[Bug 1950205] Re: Some shaders can crash the amdgpu kernel module, tainting

2021-11-10 Thread Jack Miller
Edit: Please close this bug -- it is a duplicate of an upstream issue in
dxvk (https://gitlab.freedesktop.org/mesa/mesa/-/issues/4866) and not
the kernel per se (although that makes life worse by clearing out vram
and hard-resetting the gpu once the crash occurs, which X and DMs have
no way to recover from).

** Bug watch added: gitlab.freedesktop.org/mesa/mesa/-/issues #4866
   https://gitlab.freedesktop.org/mesa/mesa/-/issues/4866

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

Title:
  Some shaders can crash the amdgpu kernel module, tainting

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


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

[Bug 1950205] Re: Some shaders can crash the amdgpu kernel module, tainting

2021-11-08 Thread Jack Miller
Edit -- it transpires that, despite what I said, the magic <0 to <=0
change hasn't been made on the main branch of mesa's git repo yet. I've
successfully compiled a local copy (with meson & ninja) and am running
it in a separate root to avoid clobbering the system libraries using
LD_LIBRARY_PATH and friends which can get glxgears working at least.
Frankly I am in a little over my depth. I'd like to really be able to
build the packages from source, apply a two character / one line diff as
suggested upstream to see if it actually works, and then test further.

Any advice very welcome ;-).

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

Title:
  Some shaders can crash the amdgpu kernel module, tainting

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


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

[Bug 1950205] [NEW] Some shaders can crash the amdgpu kernel module, tainting

2021-11-08 Thread Jack Miller
Public bug reported:

Hi there,

I am experiencing, at random, the AMD-GPU "fences timed out!" bug
reported previously as being either a kernel issue
(https://bugzilla.kernel.org/show_bug.cgi?id=213145) or a mesa
(https://gitlab.freedesktop.org/mesa/mesa/-/issues/4866) issue. The
later was apparently fixed in 21.2.4 -- I have experienced it both on
the stock mesa package versions current in play in 21.10 and the
"bleeding edge" git-based builds. It is difficult to reproduce
deterministically. For me, at present, roleplaying game Pathfinder:
Wrath of the Righteous running under proton with Lutris (0.5.8.3/wine
version lutris-fshack-6.14-3-x86_64 with DXVK v1.8.1L) triggers far more
infrequently on the lowest graphics settings, but occasionally
absolutely deterministically at certain points (I have a save game that
can do this in the highly unlikely event that anyone wants to take me up
on the issue and has the GOG game -- email me at
jack.mil...@physics.org).

This manifests as extreme screen corruption requiring a restart of at a
minimum lightdm to fix, and more likely the whole computer. Memory
issues can occur either on the card or on the host, namely:

[ 1208.225974] [drm:amdgpu_dm_commit_planes [amdgpu]] *ERROR* Waiting for 
fences timed out!
[ 1213.01] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, 
signaled seq=112591, emitted seq=112593
[ 1213.100119] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: 
process Wrath.exe pid 18793 thread Wrath.exe pid 18984
[ 1213.100224] amdgpu :08:00.0: amdgpu: GPU reset begin!
[ 1213.349988] [drm:amdgpu_dm_commit_planes [amdgpu]] *ERROR* Waiting for 
fences timed out!
[ 1213.350131] [drm:dce110_vblank_set [amdgpu]] *ERROR* Failed to get VBLANK!
[ 1213.509424] amdgpu: cp is busy, skip halt cp
[ 1213.95] amdgpu: rlc is busy, skip halt rlc
[ 1213.778816] amdgpu :08:00.0: amdgpu: BACO reset
[ 1214.425001] amdgpu :08:00.0: amdgpu: GPU reset succeeded, trying to 
resume
[ 1214.427319] [drm] PCIE GART of 256M enabled (table at 0x00F4007E9000).
[ 1214.427335] [drm] VRAM is lost due to GPU reset!
[ 1214.600175] [ cut here ]
[ 1214.600178] amdgpu :08:00.0: drm_WARN_ON(atomic_read(>refcount) 
== 0)
[ 1214.600244] WARNING: CPU: 7 PID: 0 at drivers/gpu/drm/drm_vblank.c:1210 
drm_vblank_put+0xef/0x100 [drm]
[ 1214.600274] Modules linked in: xfrm_user xfrm_algo xt_addrtype br_netfilter 
vboxnetadp(OE) vboxnetflt(OE) vboxdrv(OE) rfcomm ashmem_linux(C) binder_linux 
iptable_mangle xt_comment iptable_nat iptable_filter bpfilter xt_CHECKSUM 
xt_MASQUERADE ipt_REJECT nf_reject_ipv4 nf_conntrack_netlink xt_conntrack 
nft_chain_nat nf_nat xt_NFQUEUE xt_tcpudp nf_conntrack nft_compat 
nf_defrag_ipv6 nf_defrag_ipv4 tcp_diag inet_diag nft_counter nfnetlink_queue 
nf_tables nfnetlink bridge stp llc cmac algif_hash algif_skcipher af_alg bnep 
overlay binfmt_misc nls_iso8859_1 zfs(PO) zunicode(PO) zzstd(O) zlua(O) 
zavl(PO) icp(PO) zcommon(PO) snd_hda_codec_realtek intel_rapl_msr znvpair(PO) 
snd_hda_codec_generic intel_rapl_common spl(O) ledtrig_audio snd_hda_codec_hdmi 
edac_mce_amd snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec 
kvm_amd snd_hda_core btusb ath9k snd_hwdep btrtl kvm ath9k_common snd_pcm btbcm 
btintel ath9k_hw snd_seq_midi rapl bluetooth snd_seq_midi_event ath snd_rawmidi
[ 1214.600304]  ecdh_generic joydev mac80211 snd_seq ecc input_leds 
snd_seq_device apple_mfi_fastcharge snd_timer snd eeepc_wmi soundcore ccp 
efi_pstore wmi_bmof cfg80211 k10temp libarc4 mac_hid sch_fq_codel nct6775 
hwmon_vid msr nfsd parport_pc ppdev auth_rpcgss lp nfs_acl parport lockd grace 
sunrpc ip_tables x_tables autofs4 btrfs blake2b_generic zstd_compress dm_crypt 
raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor 
raid6_pq libcrc32c raid1 raid0 multipath linear hid_logitech_dj hid_apple 
hid_logitech_hidpp hid_generic usbhid hid mfd_aaeon asus_wmi sparse_keymap 
amdgpu video iommu_v2 gpu_sched i2c_algo_bit drm_ttm_helper ttm 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel drm_kms_helper syscopyarea 
aesni_intel sysfillrect sysimgblt fb_sys_fops cec crypto_simd rc_core cryptd 
drm r8169 ahci i2c_piix4 xhci_pci libahci xhci_pci_renesas realtek wmi
[ 1214.600336] CPU: 7 PID: 0 Comm: swapper/7 Tainted: P C OE 
5.13.0-21-generic #21-Ubuntu
[ 1214.600337] Hardware name: System manufacturer System Product Name/TUF 
GAMING X570-PLUS, BIOS 1201 09/09/2019
[ 1214.600339] RIP: 0010:drm_vblank_put+0xef/0x100 [drm]
[ 1214.600353] Code: 8b 7f 08 4c 8b 67 50 4d 85 e4 74 22 e8 ea 55 ef d7 48 c7 
c1 d8 22 4e c0 4c 89 e2 48 c7 c7 75 d5 4d c0 48 89 c6 e8 c0 75 31 d8 <0f> 0b eb 
8a 4c 8b 27 eb d9 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[ 1214.600354] RSP: 0018:a654803a8d78 EFLAGS: 00010086
[ 1214.600356] RAX:  RBX: 94289d0a RCX: 0027
[ 1214.600357] RDX: 942f7ebd89c8 RSI: 0001 RDI: 942f7ebd89c0
[ 1214.600358] RBP: 

[Bug 1941752] Re: Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening images exported by darktable

2021-11-07 Thread Robert Miller
Downgrading to libexiv2-27 0.27.2-8ubuntu2 solved the problem.

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

Title:
  Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening
  images exported by darktable

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwenview/+bug/1941752/+subscriptions


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

[Bug 1941752] Re: Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening images exported by darktable

2021-11-07 Thread Robert Miller
This is not just darktable.

I have files that work fine, while some other always crash. The only
constant is that all files were created on a Nikon camera.

Files that crash include some, but not all: Raw NEF; JPEGs created by
processing NEF files on Windows using Nikon software; JPEGs created
directly by camera. If I take a jpeg file that crashes, convert it to
bmp or tiff, and try to open with gwenview, the file still crashes. That
also points to the exiv bug. When run on a konsole, the crash is always:

terminate called after throwing an instance of 'std::out_of_range'
  what(): basic_string::at: __n (which is 19) >= this->size() (which is 19)
KCrash: crashing... crashRecursionCounter = 2


Running Kubuntu 20.04 LTS and  libexiv2-27:amd64  0.27.2-8ubuntu2.6

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

Title:
  Regression: exiv2 0.27.3-3ubuntu1.5 makes Gwenview crash when opening
  images exported by darktable

To manage notifications about this bug go to:
https://bugs.launchpad.net/gwenview/+bug/1941752/+subscriptions


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

[Bug 1946595] Re: indicator-applet-complete clock occasionally shows UTC

2021-10-10 Thread Bill Miller
Ok, but the standalone clock indicator works. The clock in "indicator
applet complete" doesn't. See https://i.stack.imgur.com/x11A4.png

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

Title:
  indicator-applet-complete clock occasionally shows UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1946595/+subscriptions


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

[Bug 1946595] [NEW] indicator-applet-complete clock occasionally shows UTC

2021-10-10 Thread Bill Miller
Public bug reported:

Sometimes at login, but sometimes at other times, the clock in
indicator-applet-complete starts showing UTC instead of local.

It is not a system clock problem, in the terminal and in the standalone
clock applet the time is correct. See
https://i.stack.imgur.com/x11A4.png

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: indicator-applet-complete (not installed)
ProcVersionSignature: Ubuntu 5.11.0-37.41~20.04.2-generic 5.11.22
Uname: Linux 5.11.0-37-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Sun Oct 10 08:37:00 2021
InstallationDate: Installed on 2018-04-27 (1261 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: indicator-applet
UpgradeStatus: Upgraded to focal on 2021-10-03 (6 days ago)

** Affects: indicator-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  indicator-applet-complete clock occasionally shows UTC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-applet/+bug/1946595/+subscriptions


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

[Bug 1875066] Re: Missing NM-icon for established vpn-connections

2021-09-27 Thread Bill Miller
Thanks PAB for providing the wired status icon!!

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

Title:
  Missing NM-icon for established vpn-connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1875066/+subscriptions


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

[Bug 1943376] Re: [FFe] KDE Frameworks 5.86.0 into Impish archive

2021-09-12 Thread Darin Miller
Upgrade to Impish + backports-ppa staging completed without issue. All
applications running as expected.

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

Title:
  [FFe] KDE Frameworks 5.86.0 into Impish archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-framework/+bug/1943376/+subscriptions


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

[Bug 1943370] Re: i915 screen flicker

2021-09-12 Thread Matthew Miller
** Attachment added: "Current dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943370/+attachment/5524707/+files/dmesg-20210912.log

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

Title:
  i915 screen flicker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943370/+subscriptions


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

[Bug 1943370] Re: i915 screen flicker

2021-09-12 Thread Matthew Miller
** Attachment added: "Dmesg for 5.8.0-59"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943370/+attachment/5524706/+files/dmesg-Kernel-5.8.0-59-generic-20210626.txt

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

Title:
  i915 screen flicker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943370/+subscriptions


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

[Bug 1943370] Re: i915 screen flicker

2021-09-12 Thread Matthew Miller
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core 
Processor Integrated Graphics Controller [8086:0416] (rev 06) (prog-if 00 [VGA 
controller])
Subsystem: Lenovo 4th Gen Core Processor Integrated Graphics Controller 
[17aa:3978]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943370/+attachment/5524705/+files/lspci-vvnn.log

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

Title:
  i915 screen flicker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943370/+subscriptions


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

[Bug 1943370] [NEW] i915 screen flicker

2021-09-12 Thread Matthew Miller
Public bug reported:

The screen flicker started while booting into kernel image 5.8.0-63 and
seems to happen on all the newer images.  Image 5.8.0-55 doesn't
flicker, and this is what is currently used.

Bug #1939296 is similar, but the GPU hang is not in my dmesg output and
versions before 5.8.0-55 all seem to work for me.

The kernel code is big and I'm fairly new to it, but I did a git revert
on c6f8062265d1529c3ce4cc18b9dc59fb73bcca0f, but had trouble trying to
compile.

https://kernel.ubuntu.com/git/ubuntu/ubuntu-
focal.git/commit/?h=hwe-5.8=c6f8062265d1529c3ce4cc18b9dc59fb73bcca0f

$ lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.11.0-34-generic 5.11.0-34.36~20.04.1
ProcVersionSignature: Ubuntu 5.11.0-34.36~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-34-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep 12 08:09:25 2021
InstallationDate: Installed on 2020-07-03 (436 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: linux-signed-hwe-5.11
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-5.11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal third-party-packages

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

Title:
  i915 screen flicker

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.11/+bug/1943370/+subscriptions


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

[Bug 1943349] [NEW] gsconnect fails to start (no module tweener found in path)

2021-09-11 Thread Rod Miller
Public bug reported:

Trying to install gnome-shell-extension-gsconnect on Ubuntu 20.04 resulted in 
GNOME crashing.
Upgraded to Ubuntu 21.04, then this message comes up (every time) in syslog on 
logging on:
gnome-shell[3026]: JS ERROR: Extension gsconn...@andyholmes.github.io: 
ImportError: No JS module 'tweener' found in search path
@/usr/share/gnome-shell/extensions/gsconn...@andyholmes.github.io/shell/tooltip.js:10:17
@/usr/share/gnome-shell/extensions/gsconn...@andyholmes.github.io/shell/gmenu.js:11:17
@/usr/share/gnome-shell/extensions/gsconn...@andyholmes.github.io/shell/device.js:12:15
@/usr/share/gnome-shell/extensions/gsconn...@andyholmes.github.io/extension.js:21:16
_callExtensionInit@resource:///org/gnome/shell/ui/extensionSystem.js:427:13
loadExtension@resource:///org/gnome/shell/ui/extensionSystem.js:348:27
_loadExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:597:18
collectFromDatadirs@resource:///org/gnome/shell/misc/fileUtils.js:27:28
_loadExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:572:19
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:606:18
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:637:18
init@resource:///org/gnome/shell/ui/extensionSystem.js:57:14
_initializeUI@resource:///org/gnome/shell/ui/main.js:272:22
start@resource:///org/gnome/shell/ui/main.js:162:5
@:1:47
#Tried on another Ubuntu 21.04 computer: exactly same results
gnome-extensions enable  gsconn...@andyholmes.github.io # State: ERROR after 
enable, on both computers

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-shell-extension-gsconnect 20-0ubuntu2
ProcVersionSignature: Ubuntu 5.11.0-34.36-generic 5.11.22
Uname: Linux 5.11.0-34-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sun Sep 12 10:57:05 2021
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-shell-extension-gsconnect
UpgradeStatus: Upgraded to hirsute on 2021-09-05 (6 days ago)

** Affects: gnome-shell-extension-gsconnect (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute uec-images wayland-session

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

Title:
  gsconnect fails to start (no module tweener found in path)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-gsconnect/+bug/1943349/+subscriptions


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

[Bug 1875523] Re: I can't upgrade the ubuntu to 20.04 by terminal. Everytime I do it, a message appear saying that it is not possible do the upgrade.

2021-07-10 Thread Bill Miller
This is still failing for me.

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

Title:
  I can't upgrade the ubuntu to 20.04 by terminal. Everytime I do it, a
  message appear saying that it is not possible do the upgrade.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1875523/+subscriptions

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

[Bug 1932303] Re: Dell XPS 17 9700 sound not working on linux-oem-5.10

2021-07-01 Thread Jeremy Miller
** Summary changed:

- Dell XPS 17 9700 wifi
+ Dell XPS 17 9700 sound not working on linux-oem-5.10

** Summary changed:

- Dell XPS 17 9700 sound not working on linux-oem-5.10
+ Dell XPS 17 9700 microphone not working on linux-oem-5.10

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

Title:
  Dell XPS 17 9700 microphone not working on linux-oem-5.10

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

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

[Bug 1932303] Re: Dell XPS 17 9700 wifi

2021-06-29 Thread Jeremy Miller
** Changed in: linux-oem-5.10 (Ubuntu)
   Status: Incomplete => New

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

Title:
  Dell XPS 17 9700 wifi

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

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

[Bug 1846423]

2021-06-26 Thread David D Miller
Thunderbird 90.0b3
https://hg.mozilla.org/releases/comm-beta/rev/96e4d8b00065

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1846423/+subscriptions

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

[Bug 1932303] Re: Dell XPS 17 9700 wifi

2021-06-25 Thread Jeremy Miller
Unfortunately 5.11.0-20-generic does NOT fix the wifi. As you can see in
the dmesg output above, the ath11k driver is present but doesn't seem to
enable any interfaces.

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

Title:
  Dell XPS 17 9700 wifi

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

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

[Bug 1932303] Re: Dell XPS 17 9700 wifi

2021-06-21 Thread Jeremy Miller
Although I can get sound working, I cannot get wifi ath11k to work at
all on the Dell XPS 17 9700 with 5.11.0-20-generic. Please see the
attached dmesg.

** Attachment added: "5.11.0-20-generic dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.10/+bug/1932303/+attachment/5506003/+files/dmesg.out

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

Title:
  Dell XPS 17 9700 wifi

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

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

[Bug 1932303] Re: Dell XPS 17 9700 wifi

2021-06-18 Thread Jeremy Miller
What I'd like to see is the sound fixes from 5.11.0-20-generic kernel
make it into the OEM kernel so that both wifi and sound work on the Dell
XPS 17 9700.

** Also affects: linux-oem-5.10 (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: linux (Ubuntu)

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

Title:
  Dell XPS 17 9700 wifi

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

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

[Bug 1932303] Re: Dell XPS 17 9700 wifi

2021-06-18 Thread Jeremy Miller
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Dell XPS 17 9700 wifi

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

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

[Bug 1932303] [NEW] Dell XPS 17 9700 wifi

2021-06-17 Thread Jeremy Miller
Public bug reported:

Release:
devops@devops-XPS-17-9700:~$ lsb_release -rd
Description:Ubuntu 20.04.2 LTS
Release:20.04
devops@devops-XPS-17-9700:~$ 

Problem:
Cannot get both wifi and sound working on a Dell XPS 17 9700 (i9 processor) at 
the same time.

With the 5.10.0-1029-oem kernel wifi works, but sound (microphone) does
not.

With the 5.11.0-20-generic kernel, the microphone and sound works (thank
you for fix:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1921632) but the
wifi does not.

With the 5.11.0-20-generic kernel and the linux-firmware (1.187.14) pkg
installed (sound works but no wifi):

Information with 5.11.0-20-generic kernel:

devops@devops-XPS-17-9700:~$ sudo lspci -knn | grep Net -A3; rfkill list
[sudo] password for devops: 
04:00.0 Network controller [0280]: Qualcomm Device [17cb:1101] (rev 01)
Subsystem: Bigfoot Networks, Inc. Device [1a56:a501]
Kernel driver in use: ath11k_pci
Kernel modules: ath11k_pci
05:00.0 PCI bridge [0604]: Intel Corporation JHL7540 Thunderbolt 3 Bridge 
[Titan Ridge 4C 2018] [8086:15ea] (rev 06)
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
devops@devops-XPS-17-9700:~$ sudo lshw -C network
  *-network 
   description: Network controller
   product: Qualcomm
   vendor: Qualcomm
   physical id: 0
   bus info: pci@:04:00.0
   version: 01
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list
   configuration: driver=ath11k_pci latency=0
   resources: irq:195 memory:d210-d21f
devops@devops-XPS-17-9700:~$ uname -sr
Linux 5.11.0-20-generic
devops@devops-XPS-17-9700:~$ sudo dmesg | grep ath11k
[2.671864] ath11k_pci :04:00.0: WARNING: ath11k PCI support is 
experimental!
[2.679263] ath11k_pci :04:00.0: BAR 0: assigned [mem 
0xd210-0xd21f 64bit]
[2.679309] ath11k_pci :04:00.0: enabling device ( -> 0002)
devops@devops-XPS-17-9700:~$ sudo dpkg -l | grep firmware
ii  amd64-microcode 3.20191218.1ubuntu1 
  amd64Processor microcode firmware for AMD CPUs
ii  intel-microcode 3.20201110.0ubuntu0.20.04.2 
  amd64Processor microcode firmware for Intel CPUs
ii  linux-firmware  1.187.14
  all  Firmware for Linux kernel drivers
devops@devops-XPS-17-9700:~$ sudo ip addr
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
devops@devops-XPS-17-9700:~$

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bot-comment

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

Title:
  Dell XPS 17 9700 wifi

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

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

[Bug 1875066] Re: Missing NM-icon for established vpn-connections

2021-06-07 Thread Bill Miller
Not working for me either even after an icon cache refresh

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

Title:
  Missing NM-icon for established vpn-connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1875066/+subscriptions

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

[Bug 1847196] Re: BackendException: PyDrive backend requires PyDrive installation

2021-06-05 Thread Bill Miller
Where is the manpage mentioned in the error message? `man deja-dup` is
unhelpful.

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

Title:
  BackendException: PyDrive backend requires PyDrive installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1847196/+subscriptions

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

[Bug 1930542] [NEW] hardware behavior during attach vendor usb device in Ubuntu 20.04

2021-06-02 Thread Emily Miller
Public bug reported:

Summary:
Upon attaching a VLI hub device, Ubuntu 20.04 will send a SPI vendor command to 
the VLI hub. This is unwanted behavior that will alter our firmware in 
unexpected and dangerous ways --outside of normal firmware update protocol. 
Previous versions of Ubuntu were only allowed permission to send standard 
commands, not vendor specific commands. 


Further Information:
1. USB device used: U3 VLI Hub, ID:2109/0817
2. Ubuntu hardware: Across all standard motherboards running Ubuntu 20.04 OS.
3. What you expected to happen: No USB vendor command, 0xC0, issued.
4. What actually happened: Several USB vendor command issued.
5. If possible, steps to reproduce error: step 1 power-on Ubuntu 20.04 OS PC; 
step 2 plug-in VL817 hub.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "lecroy_usb_trace"
   
https://bugs.launchpad.net/bugs/1930542/+attachment/5501821/+files/image001.png

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

Title:
  hardware behavior during attach vendor usb device in Ubuntu 20.04

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

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

[Bug 1845824] Re: Blueman NAP feeds bad DNS to clients on Ubuntu with dhcpd

2021-05-31 Thread David D Miller
I just filed an upstream bug report for this at https://github.com
/blueman-project/blueman/issues/1544

** Bug watch added: github.com/blueman-project/blueman/issues #1544
   https://github.com/blueman-project/blueman/issues/1544

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

Title:
  Blueman NAP feeds bad DNS to clients on Ubuntu with dhcpd

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

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

[Bug 1929307] Re: It is hard to set Pluma as default application to open desktop-files

2021-05-22 Thread Bill Miller
The weird thing is, after doing this, there is an additional "pluma" in
the Properties/Open With list. It appears that for some reason "Pluma"
is forbidden from being the default application to open these files
with, but you can get it to work with "pluma".

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

Title:
  It is hard to set Pluma as default application to open desktop-files

To manage notifications about this bug go to:
https://bugs.launchpad.net/mate-desktop/+bug/1929307/+subscriptions

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

[Bug 1928980] [NEW] package mongo-tools (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/bsondump', which is also in package mongodb-database-tools 100.3.1

2021-05-19 Thread morghan miller
Public bug reported:

Tried to install mongodb following these instructions:
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/

Prior to this, I tried installing using '$ sudo apt install mongodb',
which also resulted in an error.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mongo-tools (not installed)
ProcVersionSignature: Ubuntu 5.8.0-53.60~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.17
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed May 19 11:34:57 2021
ErrorMessage: trying to overwrite '/usr/bin/bsondump', which is also in package 
mongodb-database-tools 100.3.1
Python3Details: /usr/local/bin/python3.9, Python 3.9.2, unpackaged
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: mongo-tools
Title: package mongo-tools (not installed) failed to install/upgrade: trying to 
overwrite '/usr/bin/bsondump', which is also in package mongodb-database-tools 
100.3.1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mongo-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package mongo-tools (not installed) failed to install/upgrade: trying
  to overwrite '/usr/bin/bsondump', which is also in package mongodb-
  database-tools 100.3.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongo-tools/+bug/1928980/+subscriptions

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

[Bug 1898497] Re: upgrade to "20.04" crashes due to: "python-is-python2"

2021-05-18 Thread Paul L Miller
Here is the text that goes with #4:
 MarkDelete python-minimal:amd64 < 2.7.15~rc1-1 @ii mK > FU=1
  MarkDelete libpython-dev:amd64 < 2.7.15~rc1-1 @ii gK > FU=1
  MarkDelete libpython-stdlib:amd64 < 2.7.15~rc1-1 @ii mK > FU=1
  MarkInstall python-is-python2:amd64 < none -> 2.7.17-4 @un umN Ib > FU=1
  Installing python2 as Depends of python-is-python2
MarkInstall python2:amd64 < none -> 2.7.17-2ubuntu4 @un uN Ib > FU=0
Installing python2-minimal as PreDepends of python2
  MarkInstall python2-minimal:amd64 < none -> 2.7.17-2ubuntu4 @un uN > FU=0
Installing libpython2-stdlib as Depends of python2
  MarkInstall libpython2-stdlib:amd64 < none -> 2.7.17-2ubuntu4 @un uN > 
FU=0
 Removing: python
  MarkDelete python:amd64 < 2.7.15~rc1-1 @ii mK Ib > FU=0
Starting pkgProblemResolver with broken count: 2
Starting 2 pkgProblemResolver with broken count: 2

This is at the head of apt.log just after the first three lines which
are timestamps.

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

Title:
  upgrade to "20.04" crashes due to: "python-is-python2"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898497/+subscriptions

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

[Bug 1898497] Re: upgrade to "20.04" crashes due to: "python-is-python2"

2021-05-18 Thread Paul L Miller
I have the same problem but "Starting pkgProblemResolver with broken
count: 1" has a count of 2.

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

Title:
  upgrade to "20.04" crashes due to: "python-is-python2"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1898497/+subscriptions

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

[Bug 1925979] Re: 450.119 crashes lxde desktop (specifically lxpanel)

2021-04-24 Thread Bill Miller
** Changed in: nvidia-graphics-drivers-450 (Ubuntu)
   Status: New => Invalid

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

Title:
  450.119 crashes lxde desktop (specifically lxpanel)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1925979/+subscriptions

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

[Bug 1925973] Re: Nvidia driver 450.119 crashes lxpanel on Ubuntu 18.04

2021-04-23 Thread Bill Miller
** Changed in: xorg (Ubuntu)
   Status: New => Invalid

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

Title:
  Nvidia driver 450.119 crashes lxpanel on Ubuntu 18.04

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

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

[Bug 1925979] [NEW] 450.119 crashes lxde desktop (specifically lxpanel)

2021-04-23 Thread Bill Miller
Public bug reported:

Ubuntu 18.04 with LXDE desktop, GeForce GTX 1050 Ti card


Installed 450.119 over 450.102 today and rebooted.

Upon logging in, lxpanel crashed making desktop unusable.

Restored clonezilla clone of system with 450.102 drivers, all is well
again.

** Affects: nvidia-graphics-drivers-450 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  450.119 crashes lxde desktop (specifically lxpanel)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+bug/1925979/+subscriptions

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

[Bug 1925973] [NEW] Nvidia driver 450.119 crashes lxpanel on Ubuntu 18.04

2021-04-23 Thread Bill Miller
Public bug reported:

Running Ubuntu 18.04 with the LXDE desktop.

After installing the Nvidia driver version 450.119 and rebooting, the
LXDE desktop crashes, specifically lxpanel.

Reloaded clonezilla clone of / with Nvidia driver 450.102, all is well
again.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 5.4.0-72.80~18.04.1-generic 5.4.101
Uname: Linux 5.4.0-72-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
.proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.suspend: suspend hibernate resume
.proc.driver.nvidia.suspend_depth: default modeset uvm
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  450.102.04  Tue Dec 29 
06:51:23 UTC 2020
 GCC version:  gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: LXDE
Date: Fri Apr 23 15:46:27 2021
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 450.102.04, 5.4.0-67-generic, x86_64: installed
 nvidia, 450.102.04, 5.4.0-70-generic, x86_64: installed
 nvidia, 450.102.04, 5.4.0-72-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:1c82] (rev a1) (prog-if 
00 [VGA controller])
   Subsystem: eVga.com. Corp. GP107 [GeForce GTX 1050 Ti] [3842:6253]
InstallationDate: Installed on 2018-04-27 (1092 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: ASUSTeK COMPUTER INC. M11AD
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-72-generic 
root=UUID=0ca22edb-e6b0-412b-ad6e-00b2126b37c7 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/15/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0302
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: M11AD
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0302:bd08/15/2013:svnASUSTeKCOMPUTERINC.:pnM11AD:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnM11AD:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: Desktop
dmi.product.name: M11AD
dmi.product.sku: All
dmi.product.version: System Version
dmi.sys.vendor: ASUSTeK COMPUTER INC.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2~18.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.8-0ubuntu1~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~18.04.1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug bionic third-party-packages ubuntu

** Description changed:

  Running Ubuntu 18.04 with the LXDE desktop.
  
- After installing the Nvidia driver version 150.119 and rebooting, the
+ After installing the Nvidia driver version 450.119 and rebooting, the
  LXDE desktop crashes, specifically lxpanel.
  
  Reloaded clonezilla clone of / with Nvidia driver 150.102, all is well
  again.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xorg 1:7.7+19ubuntu7.1
  ProcVersionSignature: Ubuntu 5.4.0-72.80~18.04.1-generic 5.4.101
  Uname: Linux 5.4.0-72-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/gpu0'
  .proc.driver.nvidia.capabilities.mig: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/capabilities/mig'
  .proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:01:00.0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
-  NVRM version: NVIDIA UNIX x86_64 Kernel Module  450.102.04  Tue Dec 29 
06:51:23 UTC 2020
-  GCC version:  gcc version 7.5.0 (Ubuntu 

[Bug 1912327] Re: KDE- Ubiquity crashed when selecting WiFi network

2021-04-16 Thread Darin Miller
Fix verified on Dell laptop.

Thanks!

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

Title:
  KDE- Ubiquity crashed when selecting WiFi network

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

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

[Bug 1919083] Re: [FFe] KDE Frameworks 5.80.0 into Hirsute archive

2021-03-14 Thread Darin Miller
FW 5.80 is working fine on 3 systems.  kdeinit5 crashed on 1 system but
recovered gracefully.

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

Title:
  [FFe] KDE Frameworks 5.80.0 into Hirsute archive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-framework/+bug/1919083/+subscriptions

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

[Bug 1867092] Re: Failed to set MokListRT: Invalid Parameter

2021-01-27 Thread David D Miller
I can reproduce on a 2008 iMac and a 2011 Mac Mini.  I can also confirm
that Rowan's steps in comment #23 work to fix the problem.

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

Title:
  Failed to set MokListRT: Invalid Parameter

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

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

[Bug 1907557] Re: bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module failed to build

2021-01-06 Thread Matthew Miller
This looks like a duplicate of bug 1907445

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

Title:
  bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu5: bcmwl kernel module
  failed to build

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

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

[Bug 1909838] Re: gcc -O3 produces invalid code

2021-01-02 Thread Douglas Miller
Turns out, this is due to the programmer's assumption that fcb->name[8]
and fcb->ext[3] can be accessed contiguously by fcb->name[0..10]. So,
the code is actually "lazy", if not bad. Obviously, this has worked in C
for a long time but no longer can be depended on.

** Changed in: gcc-9 (Ubuntu)
   Status: New => Invalid

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

Title:
  gcc -O3 produces invalid code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1909838/+subscriptions

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

[Bug 1909838] Re: gcc -O3 produces invalid code

2021-01-02 Thread Douglas Miller
I've discovered that "-Og" does produce working, somewhat-optimized,
code. Still, I need to understand why this code was appearing to the
optimizer as a no-op. I need to make sure that no other code is being
incorrectly optimized. As it stands, this looks to me to be erroneous
optimization by GCC.

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

Title:
  gcc -O3 produces invalid code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1909838/+subscriptions

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

[Bug 1909838] Re: gcc -O3 produces invalid code

2021-01-02 Thread Douglas Miller
Here's the latest code example, eliminating the need for the cpmutl.h
header file

** Attachment added: "stand-alone match_fcb.c example"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1909838/+attachment/5448725/+files/match_fcb.c

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

Title:
  gcc -O3 produces invalid code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1909838/+subscriptions

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

[Bug 1909838] Re: gcc -O3 produces invalid code

2021-01-02 Thread Douglas Miller
I see that gcc-7 also has the same issue. I'm starting to wonder if this
code is flawed, but I don't see the problem. I would have thought "-O3"
is pretty safe and sane. I could imagine -O5 doing something like this.

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

Title:
  gcc -O3 produces invalid code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1909838/+subscriptions

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

[Bug 1909838] Re: gcc -O3 produces invalid code

2021-01-02 Thread Douglas Miller
On a hunch, I added "volatile" to the declarations of the function
parameters:

int match_fcb(volatile struct cpmfcb *mask, volatile struct cpmfcb *fcb)

This caused code to be generated, and it looks viable. It's still
unclear to me why this code was being optimized away.

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

Title:
  gcc -O3 produces invalid code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1909838/+subscriptions

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

[Bug 1909838] Re: gcc -O3 produces invalid code

2021-01-02 Thread Douglas Miller
** Package changed: ubuntu => gcc-9 (Ubuntu)

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

Title:
  gcc -O3 produces invalid code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/1909838/+subscriptions

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

[Bug 1909838] Re: gcc -O3 produces invalid code

2021-01-01 Thread Douglas Miller
** Attachment added: "Additional (header) file needed to compile."
   
https://bugs.launchpad.net/ubuntu/+bug/1909838/+attachment/5448651/+files/cpmutl.h

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

Title:
  gcc -O3 produces invalid code

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

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

[Bug 1909838] [NEW] gcc -O3 produces invalid code

2021-01-01 Thread Douglas Miller
Public bug reported:

If I compile the attached file with -O3, gcc produces an empty function
(simply returns 0). If I compile without -O3, gcc produces viable code
that functions as expected.

Linux outhouse 5.4.0-58-generic #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC
2020 x86_64 x86_64 x86_64 GNU/Linux

gcc  4:9.3.0-1ubuntu2

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "Sample program that demonstrates problem"
   
https://bugs.launchpad.net/bugs/1909838/+attachment/5448643/+files/match_fcb.c

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

Title:
  gcc -O3 produces invalid code

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

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

[Bug 1875066] Re: Missing NM-icon for established vpn-connections

2020-11-22 Thread Bill Miller
Thanks to chipseu! Fixed the icons for VPN on wifi. Looks like the wired
one is still broken though.

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

Title:
  Missing NM-icon for established vpn-connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1875066/+subscriptions

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

[Bug 1904790] [NEW] Safely remove is causing data loss

2020-11-18 Thread Ritchie Miller
Public bug reported:

In short

When you do "Safely remove" on a removable device like USB stick in
Dolphin file explorer, it does not guarantee you can safely remove it
from the port. It does not wait till true copy completion.

Longer story

I was shocked last weekend when I went to my sister with a USB stick to
show her some photos of mine. We've been watching them and suddenly at
~40% of the slideshow, a message started showing up saying that the TV
can't read the file. The case was for the remaining 60% of the photos.
Sadly we stopped. At home I checked that and indeed the rest of the
files were corrupted.

I tried to replicate this several times:

1. Start copying files to the USB stick (~3.5GB of photos).
2. Wait until copy notification of 100% done.
3. Click "Safely Remove" on USB stick in KDE's Dolphin File Explorer.
4. Remove USB Stick from the port (BOOM! Data loss).

I couldn't believe that, but this behaviour is consistent. At first I
was using a USB stick without a usage LED indicator, so I couldn't say
if it is busy on the hardware level. Then I switched to an old Kingston
USB stick with LED, and after step 3 (Click "Safely Remove" on USB
stick), the usage LED was blinking for a few more minutes!!!

Reason

I've searched the net and this problem seems to be related to how Linux
kernel buffers write operations to removable devices. There are
suggestions out there mostly to reduce dirty_bytes kernel parameter
value, but I think this is not a solution. Giving the user an impression
that now he can safely remove the stick while in reality the copy
process is in progress is a no-go. KDE apparently is being given a false
sign from the kernel that the copy process is completed. But it is
finished only from the shell's perspective. At the point of 100% done
shell notification, it has just been fully moved to write cache. Then
the kernel writes it slowly at real USB stick transfer speed to true
completion. That is my understanding.

Temporary solution

The only solution I have found for now that works is the sync command.
Before pulling out the USB stick, just call sync in the command line.
That flushes all the buffers and waits until truly done. I confirmed
that with the usage LED indicator on my Kingston stick. The LED stopped
blinking right after the sync command returned.

Solution

That is the task to do. Please fix this issue as this is a very basic,
common use case of the file explorer.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: dolphin 4:19.12.3-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
Uname: Linux 5.4.0-53-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.12
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Wed Nov 18 21:35:32 2020
InstallationDate: Installed on 2020-10-18 (31 days ago)
InstallationMedia: Kubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: dolphin
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  Safely remove is causing data loss

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

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

[Bug 1903199] Re: systemd version 237-3ubuntu10.43 causes 32 bit Lubuntu 18.04 login to fail

2020-11-06 Thread Bill Miller
*** This bug is a duplicate of bug 1890394 ***
https://bugs.launchpad.net/bugs/1890394

Sounds right, thanks! I was morally certain it would have been reported
previously, but I couldn't find it.

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

Title:
  systemd version 237-3ubuntu10.43 causes 32 bit Lubuntu 18.04 login to
  fail

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

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

[Bug 1903199] [NEW] systemd version 237-3ubuntu10.43 causes 32 bit Lubuntu 18.04 login to fail

2020-11-05 Thread Bill Miller
Public bug reported:

After installing routine updates including systemd version
237-3ubuntu10.43 this 32 bit Lubuntu 18.04 booted to a black screen with
a blinking cursor.

I booted to recovery mode and removed the systemd update. This gave me a
normal boot.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: systemd 237-3ubuntu10.38
ProcVersionSignature: Ubuntu 5.4.0-52.57~18.04.1-generic 5.4.65
Uname: Linux 5.4.0-52-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7.19
Architecture: i386
CurrentDesktop: LXDE
Date: Thu Nov  5 13:20:12 2020
InstallationDate: Installed on 2020-11-05 (0 days ago)
InstallationMedia: Lubuntu 18.04.5 LTS "Bionic Beaver" - Release i386 
(20200806.1)
MachineType: Hewlett-Packard Compaq Mini 110c-1100
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-52-generic 
root=UUID=fe274718-dc90-49c2-90f4-fb2d29b46d89 ro recovery nomodeset 
dis_ucode_ldr
SourcePackage: systemd
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/12/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 308F0 Ver. F.19
dmi.board.name: 308F
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 02.10
dmi.chassis.asset.tag: CNU9424KL9
dmi.chassis.type: 10
dmi.chassis.vendor: Inventec
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr308F0Ver.F.19:bd01/12/2010:svnHewlett-Packard:pnCompaqMini110c-1100:pvr039411001C030:rvnHewlett-Packard:rn308F:rvrKBCVersion02.10:cvnInventec:ct10:cvr:
dmi.product.family: 103C_5335KV
dmi.product.name: Compaq Mini 110c-1100
dmi.product.sku: VM146UA#ABA
dmi.product.version: 039411001C030
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug bionic i386

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

Title:
  systemd version 237-3ubuntu10.43 causes 32 bit Lubuntu 18.04 login to
  fail

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

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

[Bug 1901336] [NEW] package zfsutils-linux 0.8.1-1ubuntu14.4 failed to install/upgrade: installed zfsutils-linux package post-installation script subprocess returned error exit status 1

2020-10-24 Thread William Miller
Public bug reported:

I'm updating to 20.04.1 and received this error. I was seeing this error
when trying to update using apt-get prior to this on 19.10. One of the
suggested problems was around lxd usage. I'm not using lxd but I am
using docker, so I don't know if there is something with that or not.

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: zfsutils-linux 0.8.1-1ubuntu14.4
ProcVersionSignature: Ubuntu 5.3.0-64.58-generic 5.3.18
Uname: Linux 5.3.0-64-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu8.9
Architecture: amd64
Date: Sat Oct 24 17:40:51 2020
ErrorMessage: installed zfsutils-linux package post-installation script 
subprocess returned error exit status 1
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4ubuntu0.1
SourcePackage: zfs-linux
Title: package zfsutils-linux 0.8.1-1ubuntu14.4 failed to install/upgrade: 
installed zfsutils-linux package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: Upgraded to eoan on 2020-10-24 (0 days ago)

** Affects: zfs-linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package eoan third-party-packages uec-images

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

Title:
  package zfsutils-linux 0.8.1-1ubuntu14.4 failed to install/upgrade:
  installed zfsutils-linux package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1865499] Re: pulseaudio doesn't detect (new) USB headset

2020-10-19 Thread Darin Miller
This bug is back again in Kubuntu 20.10.  Should I start a new bug?  I
can attach pactl output for both the good and bad states if it would
help.  When is issue occurs, aplay -l shows the problem device and
killing PA fixes the problem.

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

Title:
  pulseaudio doesn't detect (new) USB headset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-lib/+bug/1865499/+subscriptions

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

[Bug 1899666] Re: failed do-release-upgrade to 20.01 from 18.04.5

2020-10-13 Thread David Miller
This appears to be related to free space on /boot.

I deleted all kernel 4.15 files from /boot and then update-initramfs was
able to complete.

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

Title:
  failed do-release-upgrade to 20.01 from 18.04.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1899666/+subscriptions

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

[Bug 1899666] Re: failed do-release-upgrade to 20.01 from 18.04.5

2020-10-13 Thread David Miller
Screen cap of failure

** Attachment added: "Screen Shot 2020-10-13 at 11.41.30 AM.png"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1899666/+attachment/5421772/+files/Screen%20Shot%202020-10-13%20at%2011.41.30%20AM.png

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

Title:
  failed do-release-upgrade to 20.01 from 18.04.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1899666/+subscriptions

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

[Bug 1899666] [NEW] failed do-release-upgrade to 20.01 from 18.04.5

2020-10-13 Thread David Miller
Public bug reported:

update-initramfs: Generating /boot/initrd.img-5.4.0-48-generic
Error 24 : Write error " cannot write compressed block
E: mkinitramfs failure cpio 141 lz4 -9 -l 24

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "var_log_dist-upgrade.tar.gz"
   
https://bugs.launchpad.net/bugs/1899666/+attachment/5421771/+files/var_log_dist-upgrade.tar.gz

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

Title:
  failed do-release-upgrade to 20.01 from 18.04.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1899666/+subscriptions

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

[Bug 1898910] [NEW] gnome-shell crashes when in Wayland and you try to change the Resolution

2020-10-07 Thread Sean Miller Jr
Public bug reported:

Ubuntu on Wayland crashes when you try to change the resolution even if your 
display supports the 
Version: 3.38.0-1ubuntu2
Release: 20.10 Groovy Gorilla (development branch)
What I expected to happen
1. Login to Wayland 
2. Change the resolution 
3. Go on with my day

What actually happened
1. Login to Wayland
2. Change the resolution
3. Wait a minute to get kicked to the gdm login screen
4. Now I am here.

ProblemType: Crash
DistroRelease: Ubuntu 20.10
Package: gnome-shell 3.38.0-1ubuntu2
ProcVersionSignature: Ubuntu 5.8.0-20.21-generic 5.8.10
Uname: Linux 5.8.0-20-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu49
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Oct  7 12:55:35 2020
DisplayManager: gdm3
ExecutablePath: /usr/bin/gnome-shell
InstallationDate: Installed on 2020-10-07 (0 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Beta amd64 (20200930)
ProcCmdline: /usr/bin/gnome-shell
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
RelatedPackageVersions: mutter-common 3.38.0-1ubuntu1
Signal: 6
SourcePackage: gnome-shell
StacktraceTop:
 () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_assertion_message_expr () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
 () at /usr/lib/gnome-shell/libst-1.0.so
 g_closure_invoke () at /lib/x86_64-linux-gnu/libgobject-2.0.so.0
 () at /lib/x86_64-linux-gnu/libgobject-2.0.so.0
Title: gnome-shell crashed with SIGABRT
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
separator:

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash groovy need-amd64-retrace

** Information type changed from Private to Public

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

Title:
  gnome-shell crashes when in Wayland and you try to change the
  Resolution

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1898910/+subscriptions

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

  1   2   3   4   5   6   7   8   9   10   >