[Bug 2060354] Re: Segfaults and assertion failures in Xorg's render/glyph.c

2024-04-08 Thread Derek Konigsberg
I'm wondering if the anti-aliasing mode is a bit of a red hearing here, or only 
partially related.
In my case, the app that triggers this is CLion 2023.3.  Except in my case, I 
can reproduce it consistently simply by *changing* the anti-aliasing setting 
between subpixel and grayscale (in *either* direction) and clicking "apply."  
But once I log back in and re-launch the app, the system works fine and doesn't 
crash (regardless of the setting).

Outside of that action, the bug behaves more like a time-bomb.  There
seems to be like a 5% chance that clicking the "debug" icon in the
toolbar will take down my X session.  Most of the time it works fine,
until it doesn't.

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

Title:
  Segfaults and assertion failures in Xorg's render/glyph.c

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


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

[Bug 1932328] Re: Thunderbird under Wayland does not correctly close (or manage) windows

2022-01-07 Thread Derek L
Jay, a belated thank-you for that link!  It's now a much nicer option
until the fix rolls out to regular users.

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

Title:
  Thunderbird under Wayland does not correctly close (or manage) windows

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


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

[Bug 1769016] Re: nsswitch.conf doesn't specify 'resolve' to support systemd-resolved

2021-10-24 Thread Derek V Giroulle
This didn't resolve my problem , of an incorrect /etc/resolv.conf

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

Title:
  nsswitch.conf doesn't specify 'resolve' to support systemd-resolved

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


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

[Bug 1774632] Re: The symbolic link /etc/resolv.conf points to the wrong file by default

2021-10-24 Thread Derek V Giroulle
Using Ubuntu 20.04.3 latest update Oct 19th

After the one but last update Oct 10th suddenly I had a problem
resolving DNS. Before the update my /etc/resolv.conf read :

nameserver 127.0.0.53

In my netmanager settings I had/have entered 2 DNS-Server IP adresses of
my ISP : 1xx.2xx.xxx.21 1xx.2xx.xxx.22

the result of command

$ ls -al /etc/resolv.conf

lrwxrwxrwx 1 root root 32 okt 13 14:10 /etc/resolv.conf ->
/run/systemd/resolve/resolv.conf

So I did

$ sudo rm -f /etc/resolv.conf

$ sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf

Only to find it didn't change anything : the content of new
/etc/resolv.conf after restarting the systemd-resolve service still
reads

nameserver ::1

I managed to complete the updates by repeatedly saving manually an
/etc/resolv.conf file and overwriting the file written by the systemd-
resolve service (workaround). to make certain that people don't doubt my
capacity to read : I DO understand the warning at the top of the file
saying that the file is overwritten regularly.

I manage to maintain a "usable connection" by regularly overwriting the
file /run/systemd/resolve/resolv.conf,  with following content

nameserver 1xx.2xx.xxx.21

nameserver 1xx.2xx.xxx.22

until i restart the systemd-resolve service and the file is overwritten
by resolve and it reverts to

nameserver ::1

I also checked the /run/systemd/resolve/stub-resolv.conf file which has
the following content

nameserver 127.0.0.53
options edns0 trust-ad

My question is :

A- How can I make sure that the resolve service writes the correct file
content in /etc/resolv.conf = I do understand that this is a sym-link

B- Where is the parameter file that systemd-resolve uses to produce
/etc/resolv.conf and /run/systemd/resolve/resolv.conf, because it sure
doesn't read the configuration entered in netmanager settings

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

Title:
  The symbolic link /etc/resolv.conf points to the wrong file by default

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


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

[Bug 1774632] Re: The symbolic link /etc/resolv.conf points to the wrong file by default

2021-10-23 Thread Derek V Giroulle
OS Ubuntu 20.04.3 LTS
After a recent update a working laptop suddently developped the following 
problem : 
- DNS problems for al Internet related apps
- Ping :  termporary failure in Name resolution 
editing manually allows internet access for short term until systemd-resolve 
overwrites the file.
Its no use to replace /etc/resolv.conf with a file as it get overwritten 
regulary. 

The stub-file  /run/systemd/resolve/stub-resolv.conf contains

> nameserver 127.0.0.53
> options edsn0 trust-ad 

In my Network options I have  
DHCP auto 
DNS  manual  19*.2*8.*.21, 19*.2*8.*.22 which are my ISP dedicated DNS servers 
(stars are hiding numbers)

when i overwrite /etc/resolv.conf with 
>  nameserver 19*.2*8.*.21
>  nameserver 19*.2*8.*.22 
my internet connection temporarily works 

The /run/systemd/resolve/resolve.conf contains
> nameserver ::1

I tried overwriting /run/systemd/resolve/stub-resolv.conf with the correct 
nameservers and 
then  applied your solution : 
$ sudo rm -f /etc/resolv.conf
$ sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf   

And restarted the systemd-resolve  service

and the /etc/resolv.conf and /run/systemd/resolve/resolv.conf files
showed again

> nameserver ::1

Your solution doesn't work

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

Title:
  The symbolic link /etc/resolv.conf points to the wrong file by default

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


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

[Bug 1774632] Re: The symbolic link /etc/resolv.conf points to the wrong file by default

2021-10-23 Thread Derek V Giroulle
Sorry  typo in my previous message ;  it should read

I tried overwriting /run/systemd/resolve/resolv.conf with the correct
nameservers and then applied your solution :

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

Title:
  The symbolic link /etc/resolv.conf points to the wrong file by default

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


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

[Bug 1932328] Re: Thunderbird under Wayland does not correctly close (or manage) windows

2021-09-07 Thread Derek L
I experience this bug under Wayland in Pop!_OS 21.04, which uses a
custom fork of Dash to Dock (Cosmic Dock).[*]

I found a clunky workaround:

* Select File -> Send Later (ctl-shift-enter): message is saved to Outbox.
* Select File -> Send Unsent Messages.

This method does not create a "ghost window".  But it's nearly as
annoying as the bug itself.  I had to remove the "Send" button from the
Composition toolbar to keep me from reflexively clicking it.  (I should
really just switch TB to run under Xwayland, but I'm pigheaded.)

[*] https://github.com/pop-os/cosmic-dock

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

Title:
  Thunderbird under Wayland does not correctly close (or manage) windows

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


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

[Bug 1922025] [NEW] package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: 已安装 initramfs-tools 软件包 post-installation 脚本 子进程返回错误状态 1

2021-03-31 Thread Derek Zhu
Public bug reported:

linux-image-5.8.0-48-generic also appear in the error list.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: initramfs-tools 0.136ubuntu6.3
ProcVersionSignature: Ubuntu 5.8.0-48.54~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-48-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Mar 31 16:19:59 2021
ErrorMessage: 已安装 initramfs-tools 软件包 post-installation 脚本 子进程返回错误状态 1
InstallationDate: Installed on 2021-02-16 (43 days ago)
InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.4
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: 已安装 
initramfs-tools 软件包 post-installation 脚本 子进程返回错误状态 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: initramfs-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/1922025

Title:
  package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: 已安装
  initramfs-tools 软件包 post-installation 脚本 子进程返回错误状态 1

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

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

[Bug 1914881] acpidump.txt

2021-02-06 Thread Derek Marshall
apport information

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

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] WifiSyslog.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] UdevDb.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] RfKill.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] PulseList.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] ProcModules.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] ProcInterrupts.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] ProcEnviron.txt

2021-02-06 Thread Derek Marshall
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1914881/+attachment/5461002/+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/1914881

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] ProcCpuinfoMinimal.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] ProcCpuinfo.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] PaInfo.txt

2021-02-06 Thread Derek Marshall
apport information

** Attachment added: "PaInfo.txt"
   https://bugs.launchpad.net/bugs/1914881/+attachment/5460999/+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/1914881

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] Lsusb-v.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] Lsusb-t.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] Lsusb.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] Lspci-vt.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] Lspci.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] IwConfig.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] CurrentDmesg.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] CRDA.txt

2021-02-06 Thread Derek Marshall
apport information

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] Re: No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx, Realtek ALC245,

2021-02-06 Thread Derek Marshall
apport information

** Tags added: apport-collected

** Description changed:

  There is no sound output from the laptop internal speakers when running
  Ubuntu 20.10.
  
  This is a dual-boot system;
   - Booting Windows first and then rebooting to Ubuntu -> sound works fine
   - Booting Ubuntu first and then rebooting to Windows -> Windows identifies 
sound as not enables and runs its troubleshooter to enable it
  
  The card seems to be recognised OK (system sound settings report output
  device as Speaker - Tiger Lake-LP Smart Sound technology Audio
  Controller. VU meters etc all appear as if sound is playing, but no
  sound.
  
  Headphone socket works perfectly.
  
  Similar bug reports for different laptops in the HP x360 series suggest
  this is a pinning problem and that the extract below from the boot logs
  may support this.
  
  lsb_release -rd
  Description:  Ubuntu 20.10
  Release:  20.10
  
  aplay -l
  
   List of PLAYBACK Hardware Devices 
  card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
    Subdevices: 1/1
    Subdevice #0: subdevice #0
  card 0: sofhdadsp [sof-hda-dsp], device 1: HDA Digital (*) []
    Subdevices: 1/1
    Subdevice #0: subdevice #0
  card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
    Subdevices: 1/1
    Subdevice #0: subdevice #0
  card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
    Subdevices: 1/1
    Subdevice #0: subdevice #0
  card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
    Subdevices: 1/1
    Subdevice #0: subdevice #0
  
  extract from journalctl -b
  
  kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC245: line_outs=1 
(0x17/0x0/0x0/0x0/0x0) type:>
  kernel: snd_hda_codec_realtek ehdaudio0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  kernel: snd_hda_codec_realtek ehdaudio0D0:hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  kernel: snd_hda_codec_realtek ehdaudio0D0:mono: mono_out=0x0
  kernel: snd_hda_codec_realtek ehdaudio0D0:inputs:
  kernel: snd_hda_codec_realtek ehdaudio0D0:  Mic=0x19
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  derek  1460 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb  6 20:48:52 2021
  InstallationDate: Installed on 2021-02-04 (2 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:sofhdadsp failed
  Symptom_Card: Tiger Lake-LP Smart Sound Technology Audio Controller - 
sof-hda-dsp
  Symptom_DevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  derek  1460 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [HP Spectre x360 Convertible 14-ea0xxx, Realtek ALC245, Speaker, 
Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/13/2021
  dmi.bios.release: 15.9
  dmi.bios.vendor: AMI
  dmi.bios.version: F.09
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 87F7
  dmi.board.vendor: HP
  dmi.board.version: 40.43
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 40.43
  dmi.modalias: 
dmi:bvnAMI:bvrF.09:bd01/13/2021:br15.9:efr40.43:svnHP:pnHPSpectrex360Convertible14-ea0xxx:pvr:rvnHP:rn87F7:rvr40.43:cvnHP:ct31:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Spectre
  dmi.product.name: HP Spectre x360 Convertible 14-ea0xxx
  dmi.product.sku: 2G2C7EA#ABU
  dmi.sys.vendor: HP
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu50.5
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  derek  1481 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.10
+ InstallationDate: Installed on 2021-02-04 (2 days ago)
+ InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
+ MachineType: HP HP Spectre x360 Convertible 14-ea0xxx
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-41-generic 
root=UUID=0a15de41-a7a7-4152-a5dc-e7e69f45fccb ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
+ RelatedPackageVersions:
+  linux-restricted-modules-5.8.0-41-generic N/A
+  linux-backports-modules-5.8.0-41-generic  N/A
+  linux-firmware1.190.3
+ Tags:  wayland-session groovy
+ Uname: Linux 5.8.0-41-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm audio cdrom dip lpadmin lxd plugdev pulse 

[Bug 1914881] Re: No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx, Realtek ALC245,

2021-02-06 Thread Derek Marshall
Following instructions at:
https://wiki.ubuntu.com/DebuggingSoundProblems

** Package changed: alsa-driver (Ubuntu) => linux (Ubuntu)

** Tags added: kernel-sound

** Description changed:

  There is no sound output from the laptop internal speakers when running
  Ubuntu 20.10.
  
  This is a dual-boot system;
-  - Booting windows first and then rebooting to Ubuntu = sound works fine
-  - Booting Ubuntu first and then rebooting to Windows - Windows identifies 
sound as not enables and runs its troubleshooter to enable it
+  - Booting Windows first and then rebooting to Ubuntu -> sound works fine
+  - Booting Ubuntu first and then rebooting to Windows -> Windows identifies 
sound as not enables and runs its troubleshooter to enable it
  
  The card seems to be recognised OK (system sound settings report output
  device as Speaker - Tiger Lake-LP Smart Sound technology Audio
  Controller. VU meters etc all appear as if sound is playing, but no
  sound.
  
  Headphone socket works perfectly.
  
  Similar bug reports for different laptops in the HP x360 series suggest
  this is a pinning problem and that the extract below from the boot logs
  may support this.
  
  lsb_release -rd
  Description:  Ubuntu 20.10
  Release:  20.10
  
- 
  aplay -l
  
   List of PLAYBACK Hardware Devices 
  card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
-   Subdevices: 1/1
-   Subdevice #0: subdevice #0
+   Subdevices: 1/1
+   Subdevice #0: subdevice #0
  card 0: sofhdadsp [sof-hda-dsp], device 1: HDA Digital (*) []
-   Subdevices: 1/1
-   Subdevice #0: subdevice #0
+   Subdevices: 1/1
+   Subdevice #0: subdevice #0
  card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
-   Subdevices: 1/1
-   Subdevice #0: subdevice #0
+   Subdevices: 1/1
+   Subdevice #0: subdevice #0
  card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
-   Subdevices: 1/1
-   Subdevice #0: subdevice #0
+   Subdevices: 1/1
+   Subdevice #0: subdevice #0
  card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
-   Subdevices: 1/1
-   Subdevice #0: subdevice #0
+   Subdevices: 1/1
+   Subdevice #0: subdevice #0
  
  extract from journalctl -b
  
  kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC245: line_outs=1 
(0x17/0x0/0x0/0x0/0x0) type:>
  kernel: snd_hda_codec_realtek ehdaudio0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
  kernel: snd_hda_codec_realtek ehdaudio0D0:hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
  kernel: snd_hda_codec_realtek ehdaudio0D0:mono: mono_out=0x0
  kernel: snd_hda_codec_realtek ehdaudio0D0:inputs:
  kernel: snd_hda_codec_realtek ehdaudio0D0:  Mic=0x19
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
  Uname: Linux 5.8.0-41-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.5
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  derek  1460 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  derek  1460 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb  6 20:48:52 2021
  InstallationDate: Installed on 2021-02-04 (2 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:sofhdadsp failed
  Symptom_Card: Tiger Lake-LP Smart Sound Technology Audio Controller - 
sof-hda-dsp
  Symptom_DevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  derek  1460 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  derek  1460 F pulseaudio
  Symptom_Jack: Speaker, Internal
  Symptom_Type: No sound at all
  Title: [HP Spectre x360 Convertible 14-ea0xxx, Realtek ALC245, Speaker, 
Internal] No sound at all
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/13/2021
  dmi.bios.release: 15.9
  dmi.bios.vendor: AMI
  dmi.bios.version: F.09
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 87F7
  dmi.board.vendor: HP
  dmi.board.version: 40.43
  dmi.chassis.type: 31
  dmi.chassis.vendor: HP
  dmi.chassis.version: Chassis Version
  dmi.ec.firmware.release: 40.43
  dmi.modalias: 
dmi:bvnAMI:bvrF.09:bd01/13/2021:br15.9:efr40.43:svnHP:pnHPSpectrex360Convertible14-ea0xxx:pvr:rvnHP:rn87F7:rvr40.43:cvnHP:ct31:cvrChassisVersion:
  dmi.product.family: 103C_5335KV HP Spectre
  dmi.product.name: HP Spectre x360 Convertible 14-ea0xxx
  dmi.product.sku: 2G2C7EA#ABU
  dmi.sys.vendor: HP

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

[Bug 1914881] Re: No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx, Realtek ALC245,

2021-02-06 Thread Derek Marshall
Adding the alsainfo_good attachment

** Attachment added: "alsainfo_good.txt"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1914881/+attachment/5460962/+files/alsainfo_good.txt

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] Re: No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx, Realtek ALC245,

2021-02-06 Thread Derek Marshall
Have collected alsa-info output from non-working and working situations
as per the notes at
https://bugzilla.kernel.org/show_bug.cgi?id=195457#c11

 echo 1 | sudo tee /sys/module/snd_hda_codec/parameters/dump_coef
 sudo alsa-info --no-upload --output /home/derek/alsainfo_bad.txt

** Bug watch added: Linux Kernel Bug Tracker #195457
   https://bugzilla.kernel.org/show_bug.cgi?id=195457

** Attachment added: "alsainfo run when sound not working"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1914881/+attachment/5460961/+files/alsainfo_bad.txt

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

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1914881] [NEW] No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx, Realtek ALC245,

2021-02-06 Thread Derek Marshall
Public bug reported:

There is no sound output from the laptop internal speakers when running
Ubuntu 20.10.

This is a dual-boot system;
 - Booting windows first and then rebooting to Ubuntu = sound works fine
 - Booting Ubuntu first and then rebooting to Windows - Windows identifies 
sound as not enables and runs its troubleshooter to enable it

The card seems to be recognised OK (system sound settings report output
device as Speaker - Tiger Lake-LP Smart Sound technology Audio
Controller. VU meters etc all appear as if sound is playing, but no
sound.

Headphone socket works perfectly.

Similar bug reports for different laptops in the HP x360 series suggest
this is a pinning problem and that the extract below from the boot logs
may support this.

lsb_release -rd
Description:Ubuntu 20.10
Release:20.10


aplay -l

 List of PLAYBACK Hardware Devices 
card 0: sofhdadsp [sof-hda-dsp], device 0: HDA Analog (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 1: HDA Digital (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 3: HDMI1 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 4: HDMI2 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: sofhdadsp [sof-hda-dsp], device 5: HDMI3 (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

extract from journalctl -b

kernel: snd_hda_codec_realtek ehdaudio0D0: autoconfig for ALC245: line_outs=1 
(0x17/0x0/0x0/0x0/0x0) type:>
kernel: snd_hda_codec_realtek ehdaudio0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
kernel: snd_hda_codec_realtek ehdaudio0D0:hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
kernel: snd_hda_codec_realtek ehdaudio0D0:mono: mono_out=0x0
kernel: snd_hda_codec_realtek ehdaudio0D0:inputs:
kernel: snd_hda_codec_realtek ehdaudio0D0:  Mic=0x19

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.8.0-41.46-generic 5.8.18
Uname: Linux 5.8.0-41-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  derek  1460 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb  6 20:48:52 2021
InstallationDate: Installed on 2021-02-04 (2 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:sofhdadsp failed
Symptom_Card: Tiger Lake-LP Smart Sound Technology Audio Controller - 
sof-hda-dsp
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  derek  1460 F pulseaudio
Symptom_Jack: Speaker, Internal
Symptom_Type: No sound at all
Title: [HP Spectre x360 Convertible 14-ea0xxx, Realtek ALC245, Speaker, 
Internal] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/13/2021
dmi.bios.release: 15.9
dmi.bios.vendor: AMI
dmi.bios.version: F.09
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 87F7
dmi.board.vendor: HP
dmi.board.version: 40.43
dmi.chassis.type: 31
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 40.43
dmi.modalias: 
dmi:bvnAMI:bvrF.09:bd01/13/2021:br15.9:efr40.43:svnHP:pnHPSpectrex360Convertible14-ea0xxx:pvr:rvnHP:rn87F7:rvr40.43:cvnHP:ct31:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Spectre
dmi.product.name: HP Spectre x360 Convertible 14-ea0xxx
dmi.product.sku: 2G2C7EA#ABU
dmi.sys.vendor: HP

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy 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/1914881

Title:
  No sound from internal speakers HP Spectre x360 Convertible 14-ea0xxx,
  Realtek ALC245,

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

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

[Bug 1904466] [NEW] Does not upgrade

2020-11-16 Thread Derek Schwalenberg
Public bug reported:

It doesn't really say why, it just says that an 'unresolvable problem'
caused the upgrade calculation to fail.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.40
ProcVersionSignature: Ubuntu 5.4.0-54.60~18.04.1-generic 5.4.65
Uname: Linux 5.4.0-54-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.20
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Mon Nov 16 15:50:34 2020
InstallationDate: Installed on 2020-04-04 (226 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-11-16 (0 days ago)

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


** Tags: amd64 apport-bug bionic dist-upgrade

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

Title:
  Does not upgrade

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

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

[Bug 1895157] Re: Boinc cannot enable RPC access to start client or manager

2020-11-10 Thread Derek James
Latest version of development release fixes this bug - 
https://launchpad.net/~costamagnagianfranco/+archive/ubuntu/boinc
7.16.15+dfsg.is.7.16.11+dfsg+202011100036~ubuntu20.10.1

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

Title:
  Boinc cannot enable RPC access to start client or manager

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

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

[Bug 1902303] [NEW] Dist Upgrade from 18.04 to 20.04

2020-10-30 Thread Derek Schwalenberg
Public bug reported:

Tried running apt auto-remove but even after I had the same problem

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.40
ProcVersionSignature: Ubuntu 5.4.0-52.57~18.04.1-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.18
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri Oct 30 15:33:16 2020
InstallationDate: Installed on 2020-04-04 (208 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-10-30 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug bionic dist-upgrade 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/1902303

Title:
  Dist Upgrade from 18.04 to 20.04

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

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

[Bug 1856708] Re: Clipboard usability issues

2020-08-14 Thread Derek
I have had this issue since 19.04. Never had this problem in 18.04 or
18.10.

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

Title:
  Clipboard usability issues

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

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

[Bug 1856708] Re: Clipboard usability issues

2020-08-14 Thread Derek
One work-around I have found. If I go to a non-wine application, and
copy something. Then back to my wine application, I can CTRL+C/CTRL+V
again. But that will only work once. I then have to copy something
outside of wine to again copy/paste in wine.

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

Title:
  Clipboard usability issues

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

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

[Bug 1890497] [NEW] Grub won't install on secondary hard drive

2020-08-05 Thread Derek Scheller
Public bug reported:

I have had windows 10 installed on my system for some time and installed
a secondary SSD, upon trying to install Ubuntu 20 with Secure Boot
disabled and UEFI turned on, Grub will not install to the EFI 650MB
partition that I created in the partition editor.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckMismatches: 
./pool/restricted/l/linux-restricted-modules/linux-modules-nvidia-440-generic-hwe-20.04_5.4.0-26.30+2_amd64.deb
 
./pool/restricted/l/linux-restricted-modules/linux-modules-nvidia-390-generic-hwe-20.04_5.4.0-26.30+2_amd64.deb
 
./pool/restricted/n/nvidia-graphics-drivers-440/xserver-xorg-video-nvidia-440_440.82+really.440.64-0ubuntu6_amd64.deb
CasperMD5CheckResult: fail
CasperVersion: 1.445
Date: Wed Aug  5 17:04:50 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15 ubuntu

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

Title:
  Grub won't install on secondary hard drive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1890497/+subscriptions

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

[Bug 1882991] Re: Kernel 5.4.0-37-generic leads to black screen after grub, 5.4.0-26-generic works normally

2020-06-14 Thread Derek
Well "another time" came and I installed 440 again via apt and its
booting fine; can only assume that the blanket purge of all things
nvidia and subsequent reboots was the resolution.

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

Title:
  Kernel 5.4.0-37-generic leads to black screen after grub,
  5.4.0-26-generic works normally

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

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

[Bug 1882991] Re: Kernel 5.4.0-37-generic leads to black screen after grub, 5.4.0-26-generic works normally

2020-06-13 Thread Derek
At some point I was able to purge anything installed with *nvidia* in
it... reboot and get UI without `nomodeset` intervention. I then
installed `nvidia-driver-435` and have left it alone since then. I'll
try 440 again another time.

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

Title:
  Kernel 5.4.0-37-generic leads to black screen after grub,
  5.4.0-26-generic works normally

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

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

[Bug 1882991] Re: Kernel 5.4.0-37-generic leads to black screen after grub, 5.4.0-26-generic works normally

2020-06-12 Thread Derek
I can boot fine to either kernel (5.4.0.33 or .37) if nvidia driver is
not installed, using nouveau. But no matter what Nvidia driver I use (or
install method) I cannot get the NVidia driver reinstalled properly.

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

Title:
  Kernel 5.4.0-37-generic leads to black screen after grub,
  5.4.0-26-generic works normally

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

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

[Bug 1882991] Re: Kernel 5.4.0-37-generic leads to black screen after grub, 5.4.0-26-generic works normally

2020-06-12 Thread Derek
I ran `apport-bug` and copied it off to an SMB share, but am not sure
it's propert etiquette, or wise, to attach publicly.

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

Title:
  Kernel 5.4.0-37-generic leads to black screen after grub,
  5.4.0-26-generic works normally

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

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

[Bug 1882991] Re: Kernel 5.4.0-37-generic leads to black screen after grub, 5.4.0-26-generic works normally

2020-06-12 Thread Derek
Vyron, thanks for the response.

I was able go to TTY2 (CTL-ALT-F2) and get the dpkg log from when I ran
`upgrade -y`; it is attached here. Not sure what else to look at or how
to TS from here.


** Attachment added: "list of upgraded packages with with 5.4.0-37 kernel"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1882991/+attachment/5383379/+files/dpkg-upgraded.log

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

Title:
  Kernel 5.4.0-37-generic leads to black screen after grub,
  5.4.0-26-generic works normally

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

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

[Bug 1882991] Re: Kernel 5.4.0-37-generic leads to black screen after grub, 5.4.0-26-generic works normally

2020-06-12 Thread Derek
** Changed in: linux (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Kernel 5.4.0-37-generic leads to black screen after grub,
  5.4.0-26-generic works normally

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

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

[Bug 1882991] Re: Kernel 5.4.0-37-generic leads to black screen after grub, 5.4.0-26-generic works normally

2020-06-12 Thread Derek
I posted that before I was done putting relevant information in.

I have a Lenovo P51 running Kubuntu 20.04 that I just updated to
5.4.0-37 and am getting a black screen after rebooting. I was/am running
Nvidia driver 440.82 and saw the DKMS process during the apt upgrade.

I tried resigning the drivers with a new key anyways, no resolve.

I then tried booting with the 5.4.0-33 kernal via advanced options, also
no resolve.

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

Title:
  Kernel 5.4.0-37-generic leads to black screen after grub,
  5.4.0-26-generic works normally

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

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

[Bug 1882991] Re: Kernel 5.4.0-37-generic leads to black screen after grub, 5.4.0-26-generic works normally

2020-06-12 Thread Derek
Vyron, how did you revert?

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

Title:
  Kernel 5.4.0-37-generic leads to black screen after grub,
  5.4.0-26-generic works normally

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

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

[Bug 73536]

2020-06-02 Thread Derek
Once upon a time Firefox had -remote for executing commands on linux like that, 
but it was removed back in Firefox 39.  This also allowed doing useful stuff 
like telling firefox to reload a url.
but also:
-remote "xfeDoCommand(close)"  

Regrettably there's no replacement for this super useful legacy
functionality that I know of apart from Selenium Webdriver (have fun) or
xdotool scripting.

Of those options, xdotool sending commands to window with Firefox name
to ctrl-q is probably sanest, with possible confirmation prompt
handling.

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

Title:
  MASTER Firefox crashes on instant X server shutdown

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

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

[Bug 1876286] Re: Evolution reports "Error performing TLS handshake: Internal error in memory allocation."

2020-05-21 Thread Derek Christenson
Jumping in to confirm that I, too, am experiencing this with my Yahoo
IMAP accounts on Evolution 3.28.5-0ubuntu0.18.04.2 running on Linux Mint
19.1.  I love using Evolution when working on my Linux workstation, and
I hope it can be fixed.  Google accounts still work normally.

Since Flatpak appears to have an older version, and others say that it
hasn't helped, or only did for a short time, I have not tried that.

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

Title:
  Evolution reports "Error performing TLS handshake: Internal error in
  memory allocation."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/claws-mail/+bug/1876286/+subscriptions

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

[Bug 1856081] [NEW] /usr/lib/ubuntu-advantage/apt-esm-hook causes Seg Fault

2019-12-11 Thread Derek Batting
Public bug reported:

This happens every time I do "sudo apt update":

Fetched 1,775 B in 3s (584 B/s)
Reading package lists... Done
Building dependency tree   
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Segmentation fault (core dumped)
E: Problem executing scripts APT::Update::Post-Invoke-Stats '[ ! -f 
/usr/lib/ubuntu-advantage/apt-esm-hook ] || 
/usr/lib/ubuntu-advantage/apt-esm-hook'
E: Sub-process returned an error code

I tried a re-install:

sudo apt install --reinstall ubuntu-advantage-tools
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
Need to get 50.0 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu eoan/main amd64 
ubuntu-advantage-tools amd64 19.5.1 [50.0 kB]
Fetched 50.0 kB in 0s (403 kB/s)  
(Reading database ... 275280 files and directories currently installed.)
Preparing to unpack .../ubuntu-advantage-tools_19.5.1_amd64.deb ...
Unpacking ubuntu-advantage-tools (19.5.1) over (19.5.1) ...
Setting up ubuntu-advantage-tools (19.5.1) ...
Processing triggers for man-db (2.8.7-3) ...

Same error when I run "sudo apt update".

Running Pop!_OS 19.10

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


** Tags: apt ems fault hook segmentation

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

Title:
  /usr/lib/ubuntu-advantage/apt-esm-hook causes Seg Fault

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

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

[Bug 1853772] [NEW] package debconf 1.5.73 failed to install/upgrade: package debconf is already installed and configured

2019-11-24 Thread derek matthew bates
Public bug reported:

I am tring to install woeusb and i keep getting error codes

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: debconf 1.5.73
ProcVersionSignature: Ubuntu 5.3.0-23.25-generic 5.3.7
Uname: Linux 5.3.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
AptdaemonVersion: 1.1.1+bzr982-0ubuntu28
Architecture: amd64
Date: Sat Nov 23 06:40:25 2019
DuplicateSignature:
 package:debconf:1.5.73
 Unpacking python3-apt (1.9.0ubuntu1) over (1.8.4) ...
 dpkg: error processing package debconf (--configure):
  package debconf is already installed and configured
ErrorMessage: package debconf is already installed and configured
InstallationDate: Installed on 2019-11-23 (1 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
Python3Details: /usr/bin/python3.7, Python 3.7.5rc1, python3-minimal, 3.7.5-1
PythonDetails: /usr/bin/python2.7, Python 2.7.17rc1, python-minimal, 2.7.17-1
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: dpkg
Title: package debconf 1.5.73 failed to install/upgrade: package debconf is 
already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package eoan

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

Title:
  package debconf 1.5.73 failed to install/upgrade: package debconf is
  already installed and configured

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

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

[Bug 1542733] Re: Connect to Hidden Wi-Fi Network, "Connect" grayed out

2019-11-18 Thread Derek White via ubuntu-bugs
Another from 2014: https://bugs.launchpad.net/ubuntu/+source/network-
manager/+bug/1316634

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

Title:
  Connect to Hidden Wi-Fi Network, "Connect" grayed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1542733/+subscriptions

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

[Bug 1542733] Re: Connect to Hidden Wi-Fi Network, "Connect" grayed out

2019-11-18 Thread Derek White via ubuntu-bugs
Could this be the reason why my hidden network takes several minutes to
auto-connect after a boot? I can actually open the menus and manually
connect *well* before the auto-connect bothers to trigger.

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

Title:
  Connect to Hidden Wi-Fi Network, "Connect" grayed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1542733/+subscriptions

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

[Bug 1542733] Re: Connect to Hidden Wi-Fi Network, "Connect" grayed out

2019-11-18 Thread Derek White via ubuntu-bugs
Old issue, but they reported that by making it visible, then connecting and 
setting it to auto-connect, then making it hidden again fixes the issue. I 
haven't tried.
https://forums.linuxmint.com/viewtopic.php?t=221456#p1168174

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

Title:
  Connect to Hidden Wi-Fi Network, "Connect" grayed out

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager-applet/+bug/1542733/+subscriptions

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

[Bug 1720717] Re: Add multiarch metadata to tessaract lib/dev

2019-10-06 Thread Derek Gasaway
It's just adding / changing a field, yes. Benefit is that it lets 32-bit
libraries be installed at the same time as 64-bit ones, without using a
vm or container, which is often useful for running legacy software.
Downside is that if for some reason the package were changed to make it
impossible to install both at once, then it would be hard to undo, since
it would break existing installations.

https://wiki.debian.org/Multiarch/Implementation has some explanation,
although it's not very short. There's also
https://wiki.ubuntu.com/MultiarchSpec.

>From what I can tell, lib/dev packages are usually safe to add this
field to, so long as the docs and headers are the same in the 32/64 bit
versions, and it's just the .so/.a files that are different.

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

Title:
  Add multiarch metadata to tessaract lib/dev

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

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

[Bug 1758023] Re: Mouse acceleration not configurable in Xubuntu 18.04

2019-04-19 Thread Derek Visch
I'm also having this issue on"Ubuntu 18.04.2 LTS" with Xubuntu, going
with #10's workaround

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

Title:
  Mouse acceleration not configurable in Xubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1758023/+subscriptions

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

[Bug 1821936] Re: No sound output on Zen AIO 27 Z272SD_Z272SD

2019-04-02 Thread Derek Gordon
Command ran to add it again and run dmesg so it shows.  That does not
help.  See attached dmesg.

** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1821936/+attachment/5252245/+files/dmesg

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

Title:
  No sound output on Zen AIO 27 Z272SD_Z272SD

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

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

[Bug 1821936] Re: No sound output on Zen AIO 27 Z272SD_Z272SD

2019-04-01 Thread Derek Gordon
dmesg

** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1821936/+attachment/5251776/+files/dmesg

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

Title:
  No sound output on Zen AIO 27 Z272SD_Z272SD

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

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

[Bug 1821936] Re: No sound output on Zen AIO 27 Z272SD_Z272SD

2019-03-30 Thread Derek Gordon
That did not help.

I ran apport-collect again for this ticket after booting mainline
5.1-rc2 and testing with the alsa flag added.

I will now remove the flag and reboot to try without the flag using this
mainline and will do the same.

** Description changed:

  I find this to be an issue with current LTS 18.04's latest 4.19 kernel.
  I tested this on mainline 4.20 and 5.0 kernels as well.
  
  No audio because ALC274 not properly loaded for use, so no audio output.
  A related card had a similar bug, which was fixed, and may be of use in
  resolving this one: https://bugs.launchpad.net/ubuntu/+source/alsa-
  driver/+bug/1784485
  
  
  # cat /proc/asound/card0/codec* | grep Codec
  Codec: Realtek ALC274
  Codec: Intel Kabylake HDMI
  
  # cat /proc/asound/card0/pcm0c/info
  card: 0
  device: 0
  subdevice: 0
  stream: CAPTURE
  id: ALC274 Analog
  name: ALC274 Analog
  subname: subdevice #0
  class: 0
  subclass: 0
  subdevices_count: 1
  subdevices_avail: 0
  
  aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: ALC274 Analog [ALC274 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  d# hwinfo --sound
  21: PCI 1f.3: 0403 Audio device 
[Created at pci.378]
Unique ID: nS1_.WnojYJLVCm0
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa348 
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0x31d0 
Revision: 0x10
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xdd398000-0xdd39bfff (rw,non-prefetchable)
Memory Range: 0xdd10-0xdd1f (rw,non-prefetchable)
IRQ: 145 (663 events)
Module Alias: "pci:v8086dA348sv1043sd31D0bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Config Status: cfg=new, avail=yes, need=no, active=unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1903 F pulseaudio
derek  2464 F pulseaudio
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2019-03-23 (5 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: ASUSTeK COMPUTER INC. Zen AIO 27 Z272SD_Z272SD
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=a3d569a1-6262-4609-b2f5-199dbabf57cb ro quiet splash
  ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-16-generic N/A
   linux-backports-modules-4.18.0-16-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 09/26/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: Z272SD.300
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: Z272SD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 13
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrZ272SD.300:bd09/26/2018:svnASUSTeKCOMPUTERINC.:pnZenAIO27Z272SD_Z272SD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnZ272SD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct13:cvr1.0:
  dmi.product.family: Zen AIO
  dmi.product.name: Zen AIO 27 Z272SD_Z272SD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2019-03-23 (6 days ago)
  InstallationMedia:

[Bug 1821936] ProcCpuinfoMinimal.txt

2019-03-30 Thread Derek Gordon
apport information

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

Title:
  No sound output on Zen AIO 27 Z272SD_Z272SD

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

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

[Bug 1821936] Re: No sound output on Zen AIO 27 Z272SD_Z272SD

2019-03-30 Thread Derek Gordon
Same result - no sound.  apport-collect just ran again at 09:18 local
for logs.

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

Title:
  No sound output on Zen AIO 27 Z272SD_Z272SD

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

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

[Bug 1821936] Re: No sound output on Zen AIO 27 Z272SD_Z272SD

2019-03-30 Thread Derek Gordon
apport information

** Description changed:

  I find this to be an issue with current LTS 18.04's latest 4.19 kernel.
  I tested this on mainline 4.20 and 5.0 kernels as well.
  
  No audio because ALC274 not properly loaded for use, so no audio output.
  A related card had a similar bug, which was fixed, and may be of use in
  resolving this one: https://bugs.launchpad.net/ubuntu/+source/alsa-
  driver/+bug/1784485
  
  
  # cat /proc/asound/card0/codec* | grep Codec
  Codec: Realtek ALC274
  Codec: Intel Kabylake HDMI
  
  # cat /proc/asound/card0/pcm0c/info
  card: 0
  device: 0
  subdevice: 0
  stream: CAPTURE
  id: ALC274 Analog
  name: ALC274 Analog
  subname: subdevice #0
  class: 0
  subclass: 0
  subdevices_count: 1
  subdevices_avail: 0
  
  aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: ALC274 Analog [ALC274 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  d# hwinfo --sound
  21: PCI 1f.3: 0403 Audio device 
[Created at pci.378]
Unique ID: nS1_.WnojYJLVCm0
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa348 
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0x31d0 
Revision: 0x10
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xdd398000-0xdd39bfff (rw,non-prefetchable)
Memory Range: 0xdd10-0xdd1f (rw,non-prefetchable)
IRQ: 145 (663 events)
Module Alias: "pci:v8086dA348sv1043sd31D0bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Config Status: cfg=new, avail=yes, need=no, active=unknown
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.6
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  gdm1903 F pulseaudio
derek  2464 F pulseaudio
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2019-03-23 (5 days ago)
  InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
  MachineType: ASUSTeK COMPUTER INC. Zen AIO 27 Z272SD_Z272SD
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=a3d569a1-6262-4609-b2f5-199dbabf57cb ro quiet splash
  ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.18.0-16-generic N/A
   linux-backports-modules-4.18.0-16-generic  N/A
   linux-firmware 1.173.3
  Tags:  bionic
  Uname: Linux 4.18.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 09/26/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: Z272SD.300
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: Z272SD
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 13
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrZ272SD.300:bd09/26/2018:svnASUSTeKCOMPUTERINC.:pnZenAIO27Z272SD_Z272SD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnZ272SD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct13:cvr1.0:
  dmi.product.family: Zen AIO
  dmi.product.name: Zen AIO 27 Z272SD_Z272SD
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.6
+ Architecture: amd64
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2019-03-23 (6 days ago)
+ InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/b

[Bug 1821936] Re: No sound output on Zen AIO 27 Z272SD_Z272SD

2019-03-29 Thread Derek Gordon
Added this and rebooted, did not help at all.  No sound.

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

Title:
  No sound output on Zen AIO 27 Z272SD_Z272SD

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

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

[Bug 1821936] ProcModules.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] ProcInterrupts.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] Re: ALC274 unsupported

2019-03-28 Thread Derek Gordon
I did this yesterday per request and marked it as confirmed.  I just
completed this for a second time agreeing to send some data which
mentioned pulse-audio, etc., to you all. It completed at 16:39 local
time, Miami.

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] RfKill.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] UdevDb.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] WifiSyslog.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] ProcCpuinfo.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] ProcCpuinfoMinimal.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] Re: ALC274 unsupported

2019-03-28 Thread Derek Gordon
apport information

** Tags added: apport-collected bionic

** Description changed:

  I find this to be an issue with current LTS 18.04's latest 4.19 kernel.
  I tested this on mainline 4.20 and 5.0 kernels as well.
  
  No audio because ALC274 not properly loaded for use, so no audio output.
  A related card had a similar bug, which was fixed, and may be of use in
  resolving this one: https://bugs.launchpad.net/ubuntu/+source/alsa-
  driver/+bug/1784485
  
  
  # cat /proc/asound/card0/codec* | grep Codec
  Codec: Realtek ALC274
  Codec: Intel Kabylake HDMI
  
  # cat /proc/asound/card0/pcm0c/info
  card: 0
  device: 0
  subdevice: 0
  stream: CAPTURE
  id: ALC274 Analog
  name: ALC274 Analog
  subname: subdevice #0
  class: 0
  subclass: 0
  subdevices_count: 1
  subdevices_avail: 0
  
  aplay -l
   List of PLAYBACK Hardware Devices 
  card 0: PCH [HDA Intel PCH], device 0: ALC274 Analog [ALC274 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
  card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0
  
  d# hwinfo --sound
  21: PCI 1f.3: 0403 Audio device 
[Created at pci.378]
Unique ID: nS1_.WnojYJLVCm0
SysFS ID: /devices/pci:00/:00:1f.3
SysFS BusID: :00:1f.3
Hardware Class: sound
Model: "Intel Audio device"
Vendor: pci 0x8086 "Intel Corporation"
Device: pci 0xa348 
SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
SubDevice: pci 0x31d0 
Revision: 0x10
Driver: "snd_hda_intel"
Driver Modules: "snd_hda_intel"
Memory Range: 0xdd398000-0xdd39bfff (rw,non-prefetchable)
Memory Range: 0xdd10-0xdd1f (rw,non-prefetchable)
IRQ: 145 (663 events)
Module Alias: "pci:v8086dA348sv1043sd31D0bc04sc03i80"
Driver Info #0:
  Driver Status: snd_hda_intel is active
  Driver Activation Cmd: "modprobe snd_hda_intel"
Config Status: cfg=new, avail=yes, need=no, active=unknown
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.6
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  gdm1903 F pulseaudio
+   derek  2464 F pulseaudio
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2019-03-23 (5 days ago)
+ InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 
(20190210)
+ MachineType: ASUSTeK COMPUTER INC. Zen AIO 27 Z272SD_Z272SD
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-16-generic 
root=UUID=a3d569a1-6262-4609-b2f5-199dbabf57cb ro quiet splash
+ ProcVersionSignature: Ubuntu 4.18.0-16.17~18.04.1-generic 4.18.20
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-4.18.0-16-generic N/A
+  linux-backports-modules-4.18.0-16-generic  N/A
+  linux-firmware 1.173.3
+ Tags:  bionic
+ Uname: Linux 4.18.0-16-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 09/26/2018
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: Z272SD.300
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: Z272SD
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 13
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrZ272SD.300:bd09/26/2018:svnASUSTeKCOMPUTERINC.:pnZenAIO27Z272SD_Z272SD:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnZ272SD:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct13:cvr1.0:
+ dmi.product.family: Zen AIO
+ dmi.product.name: Zen AIO 27 Z272SD_Z272SD
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

Title:
  ALC274 unsupported

To manage notifications about this bug go to:
https://bugs.launchpa

[Bug 1821936] Lspci.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] IwConfig.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] Lsusb.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] CurrentDmesg.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] CRDA.txt

2019-03-28 Thread Derek Gordon
apport information

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] Re: ALC274 unsupported

2019-03-28 Thread Derek Gordon
See post #5 at https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1784485

It references another Linux variant (eww).  But, reading their thread
you will find that they made a patch in December 2018 to solve the 294
issue.  Then, the bug report for Ubuntu let to y'all doing the same.

I've done all the same steps mentioned in both threads.  It appears that
the same patch is needed for ACL274.

Post 28 from December 2018, https://forum.manjaro.org/t/alc294-analog-
audio-card-detected-but-no-sound-internaly-or-headphones/54089/28,
states:  "each one of ASUS new laptop models with Realtek ALC294 have
individual hwinfo SubVendor and SubDevice values. They are needed for
QUIRK hack directly in /sound/pci/hda/patch_realtek.c file."
Additionally, it includes 3 patches for the kernel regarding realtek.c.

This makes sense since all other methods to resolve fail.

So, what commands should I run to get you all that data to solve this
matter? :-)

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] Re: ALC274 unsupported

2019-03-28 Thread Derek Gordon
No, my point is that I tried other kernel versions to see if it was
patched. No kernel world with ACL274 on this machine. Windows works
great.

4.18, installed with Ubuntu 18.04.2, to 5.0 were tested with the same
results. The issue persists.

Sorry for the confusion.

How do I get this to stop being incomplete?

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] Re: ALC274 unsupported

2019-03-27 Thread Derek Gordon
Apologies my first run of apport was mainline 5.0. I immediately
rebooted and use a standard default kernel for 18.04. I deleted both
mainlines since they didn't solve my issue anyway.

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] Re: ALC274 unsupported

2019-03-27 Thread Derek Gordon
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  ALC274 unsupported

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

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

[Bug 1821936] Re: ALC274 unsupported

2019-03-27 Thread Derek Gordon
** 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/1821936

Title:
  ALC274 unsupported

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

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

[Bug 1821936] [NEW] ALC274 unsupported

2019-03-27 Thread Derek Gordon
Public bug reported:

I find this to be an issue with current LTS 18.04's latest 4.19 kernel.
I tested this on mainline 4.20 and 5.0 kernels as well.

No audio because ALC274 not properly loaded for use, so no audio output.
A related card had a similar bug, which was fixed, and may be of use in
resolving this one: https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1784485


# cat /proc/asound/card0/codec* | grep Codec
Codec: Realtek ALC274
Codec: Intel Kabylake HDMI

# cat /proc/asound/card0/pcm0c/info
card: 0
device: 0
subdevice: 0
stream: CAPTURE
id: ALC274 Analog
name: ALC274 Analog
subname: subdevice #0
class: 0
subclass: 0
subdevices_count: 1
subdevices_avail: 0

aplay -l
 List of PLAYBACK Hardware Devices 
card 0: PCH [HDA Intel PCH], device 0: ALC274 Analog [ALC274 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

d# hwinfo --sound
21: PCI 1f.3: 0403 Audio device 
  [Created at pci.378]
  Unique ID: nS1_.WnojYJLVCm0
  SysFS ID: /devices/pci:00/:00:1f.3
  SysFS BusID: :00:1f.3
  Hardware Class: sound
  Model: "Intel Audio device"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa348 
  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
  SubDevice: pci 0x31d0 
  Revision: 0x10
  Driver: "snd_hda_intel"
  Driver Modules: "snd_hda_intel"
  Memory Range: 0xdd398000-0xdd39bfff (rw,non-prefetchable)
  Memory Range: 0xdd10-0xdd1f (rw,non-prefetchable)
  IRQ: 145 (663 events)
  Module Alias: "pci:v8086dA348sv1043sd31D0bc04sc03i80"
  Driver Info #0:
Driver Status: snd_hda_intel is active
Driver Activation Cmd: "modprobe snd_hda_intel"
  Config Status: cfg=new, avail=yes, need=no, active=unknown

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: alc274 audio driver kernel

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

Title:
  ALC274 unsupported

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

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

[Bug 1820366] Re: network install of xenial 16.04 fails with linux-generic package error

2019-03-19 Thread Derek Gibson
@Ken Stone
I had the same issue, using the 142 kernel, successful install but when the 
system restarts post install, no network modules

I have just successfully tested using the HWE kernel

d-i base-installer/kernel/image string linux-image-generic-hwe-16.04

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

Title:
  network install of xenial 16.04 fails with linux-generic package error

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

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

[Bug 1816846] Re: segfault in libc-2.23.so netinstall installation pxe

2019-03-19 Thread Derek Gibson
Confirming the same issue as Nathaniel Priddy.

Using updated initrd/kernel from http://archive.ubuntu.com/ubuntu/dists
/xenial-updates/main/installer-amd64/current/images/netboot/ubuntu-
installer/amd64/

I get E: Unable to locate package linux-headers-signed-generic

Also using Foreman to provision.

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

Title:
  segfault in libc-2.23.so netinstall installation pxe

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

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

[Bug 1819488] Re: grub lvmid disk not found using mdraid+lvm

2019-03-11 Thread Derek Nicol
** Description changed:

  Doing a clean install of ubuntu server 18.10 alt install, with gpt -> mdraid 
-> lvm -> btrfs. Installer completes successfully, grub-install completes 
successfully, but upon first boot I receive a grub "lvmid disk not found" error 
and thrown into the recovery console.
  I know this setup is complex and perhaps not ideal, that aside, I've had it 
work in the past without issues or modification after installer.
  
- I have tried the follow, all resulting in the same lvmid not found error in 
grub:
+ I have tried the following, all resulting in the same lvmid not found error 
in grub:
  - making a separate /boot LV with ext4 instead of btrfs
+ - setting root=UUID=xxx in /etc/default grub
  - preloading lvm/mdraid modules in /etc/default/grub
+ - not using btrfs subvolumes in root (although should be an issue as ubuntu 
creates them by default)
  - using raid5 only (not mixing raid1/5 for PV)
- - setting root=UUID=xxx in /etc/default grub
+ - running update-initramfs from chroot
  
  Also, a little background as to why I'm doing the partitions/raid/lvm as
  I am can be found here: https://serverfault.com/questions/272776/how-to-
  do-the-equivalent-of-synology-hybrid-raid-on-linux-myself
  
  Setup is as follows:
  === /ets/fstab
  /dev/mapper/vg1-root /   btrfs   noatime,subvol=@ 0   1
  /dev/mapper/vg1-root /home   btrfs   noatime,subvol=@home 0   2
  /dev/mapper/vg1-swap noneswapsw  0   0
  
  === blkid
  /dev/sda1: PARTUUID="32e4d29c-844f-4793-8eca-f5656432ead5"
  /dev/sda2: UUID="ad79a45d-4609-b2f3-b2d2-e97802031740" 
UUID_SUB="806397cd-bb32-3e05-ad3a-6888c075f326" LABEL="jarvis:0" 
TYPE="linux_raid_member" PARTUUID="22b13abe-db68-4bc3-b1b3-ce1786bbee4d"
  /dev/sda3: UUID="649390e4-1cae-f25c-0792-89590d5f1853" 
UUID_SUB="de6a5629-6dc2-3f02-f826-9dc830897997" LABEL="jarvis:1" 
TYPE="linux_raid_member" PARTUUID="dd2048a5-ea24-4d9e-a5cf-d66dc808cebc"
  /dev/sda4: UUID="b6863d97-ea04-ab1c-b0d5-aa2d44eed9b1" 
UUID_SUB="c9c3072b-3d6e-8b6e-3079-770f2d0be910" LABEL="jarvis:2" 
TYPE="linux_raid_member" PARTUUID="f040a326-c446-4330-ba79-5c42d7aee6f2"
  /dev/sdc1: PARTUUID="2c8cd1b1-d237-4bb4-940d-496634fc16a7"
  /dev/sdc2: UUID="ad79a45d-4609-b2f3-b2d2-e97802031740" 
UUID_SUB="39df4b32-dd92-754c-ecf2-9bccb1985fe1" LABEL="jarvis:0" 
TYPE="linux_raid_member" PARTUUID="291de3df-58be-4054-ab90-e65af7d9ae03"
  /dev/sdc3: UUID="649390e4-1cae-f25c-0792-89590d5f1853" 
UUID_SUB="4bcf6186-4284-3254-503f-9a937ccc1a70" LABEL="jarvis:1" 
TYPE="linux_raid_member" PARTUUID="cdf51368-faf0-4455-a286-8ab3330d720e"
  /dev/sdc4: UUID="b6863d97-ea04-ab1c-b0d5-aa2d44eed9b1" 
UUID_SUB="a7e1157a-69d1-708f-b28b-b01ec43f5de7" LABEL="jarvis:2" 
TYPE="linux_raid_member" PARTUUID="1eff3990-5a32-4c9e-a622-b410f2285b51"
  /dev/sdd1: PARTUUID="7c247a87-1177-4da6-b52b-612fdc7df0b2"
  /dev/sdd2: UUID="649390e4-1cae-f25c-0792-89590d5f1853" 
UUID_SUB="3bd9c6a8-54d9-5fbe-509b-885c5655cf9c" LABEL="jarvis:1" 
TYPE="linux_raid_member" PARTUUID="9c61a3d2-ecb7-4f80-87b6-f590183ab898"
  /dev/sde1: PARTUUID="3a3342c7-366f-41ef-b3d3-0d0c3a349014"
  /dev/sde2: UUID="ad79a45d-4609-b2f3-b2d2-e97802031740" 
UUID_SUB="f2441bfc-7a4a-0595-43f9-bfb0695ba35a" LABEL="jarvis:0" 
TYPE="linux_raid_member" PARTUUID="8ae879b1-b880-428c-9967-14615346382f"
  /dev/md127: UUID="H10Yrl-SAkb-0bAE-OYpG-pBhQ-iz0U-dKq427" TYPE="LVM2_member"
  /dev/md126: UUID="Sm53JC-Iz2u-eAf9-NYbb-GFYI-7DKh-al5p6v" TYPE="LVM2_member"
  /dev/md125: UUID="vhvdNY-Mvgv-QM7s-EcD7-Wzr9-I1D4-abcZ9z" TYPE="LVM2_member"
  /dev/mapper/vg1-swap: UUID="91c45d4d-6f9e-49ab-8a6d-476f18afa133" TYPE="swap"
  /dev/mapper/vg1-root: LABEL="root" 
UUID="aa02e081-d12c-4b5e-9dbd-8613ba77ce26" 
UUID_SUB="55f643de-4203-41d5-b042-f765e57744f0" TYPE="btrfs"
  
  === lsblk
  NAME   MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
+ loop07:00 819.5M  1 loop
  sda  8:00   3.7T  0 disk
- ├─sda1   8:10 1M  0 part
- ├─sda2   8:20   1.8T  0 part
- │ └─md1279:127  0   3.7T  0 raid5
- │   ├─vg1-swap 253:00   3.7G  0 lvm
- │   └─vg1-root 253:10   6.4T  0 lvm   /
- ├─sda3   8:30 931.2G  0 part
- │ └─md1259:125  0   1.8T  0 raid5
- │   └─vg1-root 253:10   6.4T  0 lvm   /
- └─sda4   8:40 931.2G  0 part
-   └─md1269:126  0 931.1G  0 raid1
- └─vg1-root 253:10   6.4T  0 lvm   /
+ ├─sda1   8:10 1M  0 part
+ ├─sda2   8:20   1.8T  0 part
+ │ └─md1279:127  0   3.7T  0 raid5
+ │   ├─vg1-swap 253:00   3.7G  0 lvm
+ │   └─vg1-root 253:10   6.4T  0 lvm   /
+ ├─sda3   8:30 931.2G  0 part
+ │ └─md1259:125  0   1.8T  0 raid5
+ │   └─vg1-root 253:10   6.4T  0 lvm   /
+ └─sda4   8:40 931.2G  0 part
+   └─md1269:126  0 931.1G  0 raid1
+ └─vg1-root 253:10   6.4T  0 lvm   /
+ sdb  8:16 

[Bug 1819488] [NEW] grub lvmid disk not found using mdraid+lvm

2019-03-11 Thread Derek Nicol
Public bug reported:

Doing a clean install of ubuntu server 18.10 alt install, with gpt -> mdraid -> 
lvm -> btrfs. Installer completes successfully, grub-install completes 
successfully, but upon first boot I receive a grub "lvmid disk not found" error 
and thrown into the recovery console.
I know this setup is complex and perhaps not ideal, that aside, I've had it 
work in the past without issues or modification after installer.

I have tried the follow, all resulting in the same lvmid not found error in 
grub:
- making a separate /boot LV with ext4 instead of btrfs
- preloading lvm/mdraid modules in /etc/default/grub
- using raid5 only (not mixing raid1/5 for PV)
- setting root=UUID=xxx in /etc/default grub

Also, a little background as to why I'm doing the partitions/raid/lvm as
I am can be found here: https://serverfault.com/questions/272776/how-to-
do-the-equivalent-of-synology-hybrid-raid-on-linux-myself

Setup is as follows:
=== /ets/fstab
/dev/mapper/vg1-root /   btrfs   noatime,subvol=@ 0   1
/dev/mapper/vg1-root /home   btrfs   noatime,subvol=@home 0   2
/dev/mapper/vg1-swap noneswapsw  0   0

=== blkid
/dev/sda1: PARTUUID="32e4d29c-844f-4793-8eca-f5656432ead5"
/dev/sda2: UUID="ad79a45d-4609-b2f3-b2d2-e97802031740" 
UUID_SUB="806397cd-bb32-3e05-ad3a-6888c075f326" LABEL="jarvis:0" 
TYPE="linux_raid_member" PARTUUID="22b13abe-db68-4bc3-b1b3-ce1786bbee4d"
/dev/sda3: UUID="649390e4-1cae-f25c-0792-89590d5f1853" 
UUID_SUB="de6a5629-6dc2-3f02-f826-9dc830897997" LABEL="jarvis:1" 
TYPE="linux_raid_member" PARTUUID="dd2048a5-ea24-4d9e-a5cf-d66dc808cebc"
/dev/sda4: UUID="b6863d97-ea04-ab1c-b0d5-aa2d44eed9b1" 
UUID_SUB="c9c3072b-3d6e-8b6e-3079-770f2d0be910" LABEL="jarvis:2" 
TYPE="linux_raid_member" PARTUUID="f040a326-c446-4330-ba79-5c42d7aee6f2"
/dev/sdc1: PARTUUID="2c8cd1b1-d237-4bb4-940d-496634fc16a7"
/dev/sdc2: UUID="ad79a45d-4609-b2f3-b2d2-e97802031740" 
UUID_SUB="39df4b32-dd92-754c-ecf2-9bccb1985fe1" LABEL="jarvis:0" 
TYPE="linux_raid_member" PARTUUID="291de3df-58be-4054-ab90-e65af7d9ae03"
/dev/sdc3: UUID="649390e4-1cae-f25c-0792-89590d5f1853" 
UUID_SUB="4bcf6186-4284-3254-503f-9a937ccc1a70" LABEL="jarvis:1" 
TYPE="linux_raid_member" PARTUUID="cdf51368-faf0-4455-a286-8ab3330d720e"
/dev/sdc4: UUID="b6863d97-ea04-ab1c-b0d5-aa2d44eed9b1" 
UUID_SUB="a7e1157a-69d1-708f-b28b-b01ec43f5de7" LABEL="jarvis:2" 
TYPE="linux_raid_member" PARTUUID="1eff3990-5a32-4c9e-a622-b410f2285b51"
/dev/sdd1: PARTUUID="7c247a87-1177-4da6-b52b-612fdc7df0b2"
/dev/sdd2: UUID="649390e4-1cae-f25c-0792-89590d5f1853" 
UUID_SUB="3bd9c6a8-54d9-5fbe-509b-885c5655cf9c" LABEL="jarvis:1" 
TYPE="linux_raid_member" PARTUUID="9c61a3d2-ecb7-4f80-87b6-f590183ab898"
/dev/sde1: PARTUUID="3a3342c7-366f-41ef-b3d3-0d0c3a349014"
/dev/sde2: UUID="ad79a45d-4609-b2f3-b2d2-e97802031740" 
UUID_SUB="f2441bfc-7a4a-0595-43f9-bfb0695ba35a" LABEL="jarvis:0" 
TYPE="linux_raid_member" PARTUUID="8ae879b1-b880-428c-9967-14615346382f"
/dev/md127: UUID="H10Yrl-SAkb-0bAE-OYpG-pBhQ-iz0U-dKq427" TYPE="LVM2_member"
/dev/md126: UUID="Sm53JC-Iz2u-eAf9-NYbb-GFYI-7DKh-al5p6v" TYPE="LVM2_member"
/dev/md125: UUID="vhvdNY-Mvgv-QM7s-EcD7-Wzr9-I1D4-abcZ9z" TYPE="LVM2_member"
/dev/mapper/vg1-swap: UUID="91c45d4d-6f9e-49ab-8a6d-476f18afa133" TYPE="swap"
/dev/mapper/vg1-root: LABEL="root" UUID="aa02e081-d12c-4b5e-9dbd-8613ba77ce26" 
UUID_SUB="55f643de-4203-41d5-b042-f765e57744f0" TYPE="btrfs"

=== lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda  8:00   3.7T  0 disk
├─sda1   8:10 1M  0 part
├─sda2   8:20   1.8T  0 part
│ └─md1279:127  0   3.7T  0 raid5
│   ├─vg1-swap 253:00   3.7G  0 lvm
│   └─vg1-root 253:10   6.4T  0 lvm   /
├─sda3   8:30 931.2G  0 part
│ └─md1259:125  0   1.8T  0 raid5
│   └─vg1-root 253:10   6.4T  0 lvm   /
└─sda4   8:40 931.2G  0 part
  └─md1269:126  0 931.1G  0 raid1
└─vg1-root 253:10   6.4T  0 lvm   /
sdc  8:32   0   3.7T  0 disk
├─sdc1   8:33   0 1M  0 part
├─sdc2   8:34   0   1.8T  0 part
│ └─md1279:127  0   3.7T  0 raid5
│   ├─vg1-swap 253:00   3.7G  0 lvm
│   └─vg1-root 253:10   6.4T  0 lvm   /
├─sdc3   8:35   0 931.2G  0 part
│ └─md1259:125  0   1.8T  0 raid5
│   └─vg1-root 253:10   6.4T  0 lvm   /
└─sdc4   8:36   0 931.2G  0 part
  └─md1269:126  0 931.1G  0 raid1
└─vg1-root 253:10   6.4T  0 lvm   /
sdd  8:48   0 931.5G  0 disk
├─sdd1   8:49   0 1M  0 part
└─sdd2   8:50   0 931.2G  0 part
  └─md1259:125  0   1.8T  0 raid5
└─vg1-root 253:10   6.4T  0 lvm   /
sde  8:64   0   1.8T  0 disk
├─sde1   8:65   0 1M  0 part
└─sde2   8:66   0   1.8T  0 part
  └─md127

[Bug 1814174] Re: Xorg crash report after resume

2019-02-03 Thread derek kelly
I don't see a "Closed" status.  The closest thing I see to make it go
away is "Invalid", but I would say that you can close it, unless the
thing to do is add Crash to the config by default so it isn't a manual
step.

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

Title:
  Xorg crash report after resume

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

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

[Bug 1814174] Re: Xorg crash report after resume

2019-02-03 Thread derek kelly
Adding Crash to the config file seems to have done the trick.

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

Title:
  Xorg crash report after resume

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

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

[Bug 1814174] Re: Xorg crash report after resume

2019-02-01 Thread derek kelly
>From that bug report I followed this step:

"It works to edit /etc/apport/crashdb.conf and add 'Crash' to the
'problem_types': ['Bug', 'Package', 'Crash'], or to make that change in
a separate file and run".

So I'll see how that fares.

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

Title:
  Xorg crash report after resume

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

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

[Bug 1814174] Re: Xorg crash report after resume

2019-02-01 Thread derek kelly
Output of ls -l
total 2320
-rw-r- 1 root whoopsie 2373147 Feb  1 13:35 _usr_lib_xorg_Xorg.0.crash

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

Title:
  Xorg crash report after resume

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

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

[Bug 1814174] Re: Xorg crash report after resume

2019-02-01 Thread derek kelly
1. I'm not sure what you mean by the ID of the bug.
   The file is owned by root, group whoopsie

2. The contents of the file whoopsie-id are:
ad2a60d37ef07a75f5bb69241962893c2ee51bf68be6d93a3b37992aaf2d45370ac7a5094e472b57985c4979bd5355af775f1d483c51977972fa4f743003d70c

3. didn't do this part

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

Title:
  Xorg crash report after resume

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

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

[Bug 1814174] [NEW] Xorg crash report after resume

2019-01-31 Thread derek kelly
Public bug reported:

Crash Report when resuming from sleep.
Similar to https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1586223
This is a Sager NP8278 (Clevo P170SM-A) laptop with an Nvidia GeForce GTX 970M, 
driver 390.77
The crash log doesn't have much info in it IMO, but I uploaded here 
http://s000.tinyupload.com/?file_id=09497843963607449328

Output from sudo dmidecode -s bios-version && sudo dmidecode -s 
bios-release-date
4.6.5
11/14/2014

Output from uname -a
Linux dksager2linux 4.15.0-44-generic #47-Ubuntu SMP Mon Jan 14 11:26:59 UTC 
2019 x86_64 x86_64 x86_64 GNU/Linux

Output from cat /etc/*ase
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS"
NAME="Ubuntu"
VERSION="18.04.1 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.1 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

Output from lspci
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor 
DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor 
PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor 
Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor 
HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB xHCI (rev 05)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series 
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High 
Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #1 (rev d5)
00:1c.1 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #2 (rev d5)
00:1c.2 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #3 (rev d5)
00:1c.3 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI 
Express Root Port #4 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM87 Express LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 
6-port SATA Controller 1 [AHCI mode] (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus 
Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GM204M [GeForce GTX 970M] 
(rev a1)
03:00.0 PCI bridge: Texas Instruments XIO2213A/B/XIO2221 PCI Express to PCI 
Bridge [Cheetah Express] (rev 01)
04:00.0 FireWire (IEEE 1394): Texas Instruments XIO2213A/B/XIO2221 IEEE-1394b 
OHCI Controller [Cheetah Express] (rev 01)
05:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTL8411 PCI 
Express Card Reader (rev 01)
05:00.2 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 
PCI Express Gigabit Ethernet Controller (rev 0a)
06:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)

The nuisance inspired me to create a script on the desktop called 
ClearCrashLog.sh (info I got from a YouTube video)
ls /var/crash
sudo rm /var/crash/*

It's annoying to have to type the password every time, but since root owns the 
crash log it's necessary.
I've used Lubuntu for years.  My prior laptop was a Sager with an AMD card.  It 
had the same sort of issue versions ago.  I got in the habit of just clicking 
it away.  I think that the Report Crash fails because the log is owned by root 
and I don't have rights to it.  Perhaps adding myself to the whoopsie group 
would resolve that (and needing sudo to delete too), so I think I'll try that.
It's the only thing about Lubuntu that would be a turn off to new users. 

It's not a high priority thing, because the system works just fine.  But
it is a nuisance.

** Affects: xorg (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/1814174

Title:
  Xorg crash report after resume

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

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

[Bug 1614942] Re: "GLib-CRITICAL" messages keep appearing in log file

2018-11-15 Thread Derek Poon
Unfortunately, this bug is unlikely to be fixed upstream:

"ConsoleKit is currently not actively maintained. The focus has shifted
to the built-in seat/user/session management of Software/systemd called
systemd-logind!"

https://www.freedesktop.org/wiki/Software/ConsoleKit/

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

Title:
  "GLib-CRITICAL" messages keep appearing in log file

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

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

[Bug 1264368] Re: GLib-CRITICAL **: Source ID was not found when attempting to remove it - warning when leaving Network menu of g-c-c

2018-10-12 Thread Derek Poon
The message is emitted by glib:
https://gitlab.gnome.org/GNOME/glib/commit/a919be3d39150328874ff647fb2c2be7af3df996

The commit log description is: "gmain: Warn when g_source_remove()
fails".  So why is it calling g_critical() instead of g_warning()?
Obviously, it's not a critical error, if people are able to live with
these annoying messages for five years with no obvious ill effects.
Critical errors are often routed to /dev/console, and it's clearly
inappropriate to escalate these messages that high.

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

Title:
  GLib-CRITICAL **: Source ID was not found when attempting to remove it
  - warning when leaving Network menu of g-c-c

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

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

[Bug 1786910] Re: Latest patch breaks command line 'restart all'

2018-09-07 Thread Derek Kniffin
It looks like theist provided a good patch. What is the next step
necessary to get that patch integrated and release a new version? And
about how long would that take? I'm debating whether I need to put in a
better workaround on my servers, or if I can hold off until a fix is
released. I'd even be willing to put in some effort to get this into a
new version, but I have no idea what that entails.

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

Title:
  Latest patch breaks command line 'restart all'

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

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

Re: [Bug 955327] Re: Spell-check keeps setting itself to Australia (en_au).

2018-08-28 Thread Derek White via ubuntu-bugs
This can be closed.

On Tue, Aug 28, 2018, 8:35 AM Paul White <955...@bugs.launchpad.net>
wrote:

> Derek (and anyone else affected),
>
> We are sorry that we do not always have the capacity to review all
> reported bugs in a timely manner. You reported this bug some time ago
> and there have been many changes in Ubuntu and Firefox since that time.
>
> Do you still see a problem related to the one that you reported? Please
> let us know if you do.
>
> If we do not hear from you this bug report will expire in approximately
> 60 days time.
>
> Thank you for helping make Ubuntu better.
>
> Paul White
> [Ubuntu Bug Squad]
>
> ** Changed in: firefox (Ubuntu)
>Status: Confirmed => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/955327
>
> Title:
>   Spell-check keeps setting itself to Australia (en_au).
>
> Status in firefox package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Summary says it all. I frequently have to change spell-check languge
>   from australia to us, over and over. I don't even know why au is
>   installed...
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 10.10
>   Package: firefox 10.0.2+build1-0ubuntu0.10.10.1
>   ProcVersionSignature: Ubuntu 2.6.35-32.66-generic 2.6.35.14
>   Uname: Linux 2.6.35-32-generic x86_64
>   NonfreeKernelModules: fglrx
>   AddonCompatCheckDisabled: False
>   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
>   Architecture: amd64
>   ArecordDevices:
> List of CAPTURE Hardware Devices 
>card 0: SB [HDA ATI SB], device 0: STAC92xx Analog [STAC92xx Analog]
>  Subdevices: 2/2
>  Subdevice #0: subdevice #0
>  Subdevice #1: subdevice #1
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  derek  1960 F pulseaudio
>   BuildID: 20120216081259
>   CRDA: Error: [Errno 2] No such file or directory
>   Card0.Amixer.info:
>Card hw:0 'SB'/'HDA ATI SB at 0xf050 irq 16'
>  Mixer name : 'IDT 92HD81B1X5'
>  Components : 'HDA:111d7605,103c1697,00100105'
>  Controls  : 18
>  Simple ctrls  : 12
>   Card1.Amixer.info:
>Card hw:1 'HDMI'/'HDA ATI HDMI at 0xf041 irq 19'
>  Mixer name : 'ATI RS690/780 HDMI'
>  Components : 'HDA:1002791a,00791a00,0010'
>  Controls  : 4
>  Simple ctrls  : 1
>   Card1.Amixer.values:
>Simple mixer control 'IEC958',0
>  Capabilities: pswitch pswitch-joined penum
>  Playback channels: Mono
>  Mono: Playback [on]
>   Channel: release
>   Date: Wed Mar 14 14:17:09 2012
>   EcryptfsInUse: Yes
>   EtcFirefoxSyspref: Cannot parse /etc/firefox/syspref.js - [Errno 2] No
> such file or directory: '/etc/firefox/syspref.js'
>   ForcedLayersAccel: False
>   IfupdownConfig:
>auto lo
>iface lo inet loopback
>   IncompatibleExtensions: LastPass - ID=supp...@lastpass.com,
> Version=1.90.6, minVersion=1.9a2, maxVersion=1.9.6, Location=app-profile,
> Type=extension, Active=Yes
>   InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64
> (20101007)
>   IpRoute:
>192.168.2.0/26 dev wlan0  proto kernel  scope link  src 192.168.2.47
> metric 2
>169.254.0.0/16 dev wlan0  scope link  metric 1000
>default via 192.168.2.1 dev wlan0  proto static
>   ProcEnviron:
>LANG=en_US.utf8
>SHELL=/bin/bash
>   Profiles: Profile0 (Default) - LastVersion=10.0.2/20120216081259
> (Running)
>   RunningIncompatibleAddons: True
>   SourcePackage: firefox
>   dmi.bios.date: 07/01/2011
>   dmi.bios.vendor: Hewlett-Packard
>   dmi.bios.version: F.25
>   dmi.board.asset.tag: Base Board Asset Tag
>   dmi.board.name: 1697
>   dmi.board.vendor: Hewlett-Packard
>   dmi.board.version: KBC Version 16.24
>   dmi.chassis.asset.tag: CNU1082GRY
>   dmi.chassis.type: 10
>   dmi.chassis.vendor: Hewlett-Packard
>   dmi.chassis.version: N/A
>   dmi.modalias:
> dmi:bvnHewlett-Packard:bvrF.25:bd07/01/2011:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr059A1020461020100:rvnHewlett-Packard:rn1697:rvrKBCVersion16.24:cvnHewlett-Packard:ct10:cvrN/A:
>   dmi.product.name: HP Pavilion g6 Notebook PC
>   dmi.product.version: 059A1020461020100
>   dmi.sys.vendor: Hewlett-Packard
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/955327/+subscriptions
>

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

Title:
  Spell-check keeps setting itself to Australia (en_au).

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

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

[Bug 1780307] Re: git-review defaults to refs/publish/* which is deprecated

2018-08-26 Thread Derek Waldner
My review, https://review.openstack.org/#/c/584607/,  has been
submitted. I ended up removing the 'compatible' option from git-review
as well because the original 'refs/for/*' was reverted back to as the
namespace and 'refs/publish/*' was deprecated in favor of the original.
I've updated the status here to reflect the change being committed.

** Changed in: git-review (Ubuntu)
 Assignee: (unassigned) => Derek Waldner (derek.waldner.os)

** Changed in: git-review (Ubuntu)
   Status: New => In Progress

** Changed in: git-review (Ubuntu)
   Status: In Progress => Fix Committed

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

Title:
  git-review defaults to refs/publish/* which is deprecated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-review/+bug/1780307/+subscriptions

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

Re: [Bug 946792] Re: Downloads window looses all window decorations when restored via add-on toolbar button.

2018-08-22 Thread Derek White via ubuntu-bugs
This can be closed.

On Mon, Aug 20, 2018, 11:25 AM Paul White <946...@bugs.launchpad.net>
wrote:

> Derek,
>
> We are sorry that we do not always have the capacity to review all
> reported bugs in a timely manner. You reported this bug some time ago
> and there have been many changes in Ubuntu and Firefox since that time.
>
> Do you still see a problem related to the one that you reported? Please
> let us know if you do.
>
> If we do not hear from you this bug report will close in approximately
> 60 days time.
>
> Thank you for helping make Ubuntu better.
>
> Paul White
> [Ubuntu Bug Squad]
>
> ** Changed in: firefox (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/946792
>
> Title:
>   Downloads window looses all window decorations when restored via add-
>   on toolbar button.
>
> Status in firefox package in Ubuntu:
>   Incomplete
>
> Bug description:
>   Have "Downloads" icon in add-on toolbar at bottom of window.
>   Open and minimize "Downloads" window.
>   Click "Downloads" icon in add-on toolbar.
>
>   Expect to happen:
> Downloads window re-appears in same place it was before being
> minimized and with window decorations intact.
>
>   What happens intead:
> Downloads window appears at the top-left of screen and has no window
> decorations. Cannot be moved with Alt+Mouse1. Can only be closed using
> dock/task manager.
>
>
>   Only tested in Gnome Classic session.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 11.10
>   Package: firefox 10.0.2+build1-0ubuntu0.11.10.1
>   ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
>   Uname: Linux 3.0.0-16-generic x86_64
>   NonfreeKernelModules: fglrx
>   AddonCompatCheckDisabled: False
>   AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
>   ApportVersion: 1.23-0ubuntu4
>   Architecture: amd64
>   AudioDevicesInUse:
>USERPID ACCESS COMMAND
>/dev/snd/controlC0:  derek  2148 F pulseaudio
>   BuildID: 20120216115113
>   CRDA: Error: [Errno 2] No such file or directory
>   Card0.Amixer.info:
>Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
>  Mixer name : 'Realtek ALC888'
>  Components : 'HDA:10ec0888,1458a002,0011'
>  Controls  : 38
>  Simple ctrls  : 21
>   Card1.Amixer.info:
>Card hw:1 'Generic'/'HD-Audio Generic at 0xfdefc000 irq 49'
>  Mixer name : 'ATI R6xx HDMI'
>  Components : 'HDA:1002aa01,00aa0100,00100200'
>  Controls  : 4
>  Simple ctrls  : 1
>   Card1.Amixer.values:
>Simple mixer control 'IEC958',0
>  Capabilities: pswitch pswitch-joined penum
>  Playback channels: Mono
>  Mono: Playback [on]
>   Channel: release
>   CheckboxSubmission: 880f1cef728a67d1a58407cc143447d4
>   CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
>   Date: Sun Mar  4 20:50:06 2012
>   ForcedLayersAccel: False
>   IfupdownConfig:
>auto lo
>iface lo inet loopback
>   IncompatibleExtensions:
>LastPass - ID=supp...@lastpass.com, Version=1.90.0, minVersion=1.9a2,
> maxVersion=1.9.6, Location=app-profile, Type=extension, Active=Yes
>Selenium IDE: Perl Formatter - ID=perlformatt...@seleniumhq.org,
> Version=1.0.1, minVersion=3.0, maxVersion=5.0.*, Location=app-profile,
> Type=extension, Active=Yes
>Selenium IDE: PHP Formatters - ID=phpformatt...@seleniumhq.org,
> Version=1.0.2, minVersion=3.0, maxVersion=5.0.*, Location=app-profile,
> Type=extension, Active=Yes
>   InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
>   IpRoute:
>default via 10.10.10.1 dev eth0  proto static
>10.10.10.0/26 dev eth0  proto kernel  scope link  src 10.10.10.10
> metric 1
>169.254.0.0/16 dev eth0  scope link  metric 1000
>   IwConfig:
>lono wireless extensions.
>
>eth0  no wireless extensions.
>
>vboxnet0  no wireless extensions.
>   Profiles: Profile0 (Default) - LastVersion=10.0.2/20120216115113
> (Running)
>   RfKill:
>
>   RunningIncompatibleAddons: True
>   SourcePackage: firefox
>   UpgradeStatus: Upgraded to oneiric on 2011-11-04 (121 days ago)
>   dmi.bios.date: 01/06/2010
>   dmi.bios.vendor: Award Software International, Inc.
>   dmi.bios.version: F1
>   dmi.board.name: GA-770T-USB3
>   dmi.board.vendor: Gigabyte Technology Co., Ltd.
>   dmi.board.version: x.x
>   dmi.chassis.type: 3
>   dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
>   dmi.modalias:
> dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd01/06/2010:svnGigabyteTechnologyCo.,Ltd

[Bug 1786910] Re: Latest patch breaks command line 'restart all'

2018-08-15 Thread Derek Kniffin
We have the same problem. It's affecting several of our projects and
causing issues with our deployment process.

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

Title:
  Latest patch breaks command line 'restart all'

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

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

[Bug 1731715] Re: Add multiarch metadata to libibverbs1

2018-08-14 Thread Derek Gasaway
Yes, you can close it

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

Title:
  Add multiarch metadata to libibverbs1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libibverbs/+bug/1731715/+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   >