[Bug 2055333] Re: netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional loopback addresses on Ubuntu 2204 Jammy

2024-04-15 Thread Gregory Bock
We were using aliased interfaces (lo:1) on other OSs (cent/debian/etc)
as well as ubuntu to avoid overwriting the default lo interface
configuration files . We've tested cloud-init with lo and no mac
matching on ubuntu and non ubuntu OSs and it works, so we'll just change
our base CI data to work around this. Anything previous deployed on
jammy and working will break with a netplan.io package update which is
not ideal, but it is what it is.

Feel free to close this bug.

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

Title:
  netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional
  loopback addresses on Ubuntu 2204 Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055333/+subscriptions


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

[Bug 2055333] Re: netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional loopback addresses on Ubuntu 2204 Jammy

2024-04-08 Thread Gregory Bock
Mantic with 0.106.1 correctly configures the loopback interface so it
seems other package updates on the system aren't affected by the
permanent mac address changeset. I suspect it is something with systemd
but I haven't found anything definitive yet. The netplan file from
cloudinit and the systemd generated network units all appear to have the
same content between the OS versions. ethtool doesn't report a permanent
address for loopback on jammy or mantic.

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

Title:
  netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional
  loopback addresses on Ubuntu 2204 Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055333/+subscriptions


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

[Bug 2055333] Re: netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional loopback addresses on Ubuntu 2204 Jammy

2024-03-25 Thread Gregory Bock
I was able to confirm that https://github.com/canonical/netplan/pull/278
is the breaking commit with git bisect. I tried to bisect forward to
0.107.1 to see if I could find the behavior change back to working but I
think my test setup is flawed or there's another factor at play here. I
did spin up a fresh mantic install to verify that it does indeed work. I
also verified that cloudinit is generating the same netplan files, and
the generated systemd link and network files are also the same between
mantic and jammy. I'll attempt to bisect from 0.107.1 back to 0.106.1 on
mantic and see what that yields.

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

Title:
  netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional
  loopback addresses on Ubuntu 2204 Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055333/+subscriptions


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

[Bug 2055333] Re: netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional loopback addresses on Ubuntu 2204 Jammy

2024-03-25 Thread Gregory Bock
Ignore the github comment, I was looking at the
https://github.com/canonical/netplan.io repo which I incorrectly assumed
was the repo the package was being built from, I didn't even check the
code there when I didn't see any versioning tags (facepalm).

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

Title:
  netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional
  loopback addresses on Ubuntu 2204 Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055333/+subscriptions


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

[Bug 2055333] Re: netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional loopback addresses on Ubuntu 2204 Jammy

2024-03-25 Thread Gregory Bock
I can see the need for skipping most of, if not all non loopback,
virtual devices. lo would seem to be a special case imho. I'd like to
avoid differing cloudinit nocloud data between the various distros.

As an aside it also doesn't seem to handle subinterfaces (e.g. lo:1)
like other distributions do. This is handy in not overwriting the
default lo interface settings while setting an alias.

Did someone recently sync github with launchpad? Those release and tags
did not appear to be there when I checked weeks ago.

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

Title:
  netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional
  loopback addresses on Ubuntu 2204 Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055333/+subscriptions


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

[Bug 2055333] Re: netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional loopback addresses on Ubuntu 2204 Jammy

2024-03-18 Thread Gregory Bock
Also, why is previous behavior allowed to change in an LTS release?

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

Title:
  netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional
  loopback addresses on Ubuntu 2204 Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055333/+subscriptions


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

[Bug 2055333] Re: netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional loopback addresses on Ubuntu 2204 Jammy

2024-03-18 Thread Gregory Bock
If that is the case then why does it work on the newer version that is
present in mantic? Is there any source for this package besides github?
I can't find any tags, branching, release notes that would make it easy
to find/generate a changeset/changelog between specific versions or even
find which releases were cut at a certain commit id.

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

Title:
  netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional
  loopback addresses on Ubuntu 2204 Jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2055333/+subscriptions


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

[Bug 2018584] Re: Ubuntu randomly goes to sleep during normal usage

2024-03-18 Thread Gregory Katz
*** This bug is a duplicate of bug 2043073 ***
https://bugs.launchpad.net/bugs/2043073

I have the same symptoms as described in the initial post. I haven't
seen any ACPI BIOS errors though. I'm not sure what logs might be
helpful in debugging this but I'm happy to upload anything that might
help get this solved.

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

Title:
  Ubuntu randomly goes to sleep during normal usage

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


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

[Bug 2054171] Re: dhcpcd hook breaks when using libc6-prof's libc.so.6

2024-03-03 Thread Gregory Szorc
I applied the patch and ran `update-initramfs -u` with
`/lib/libc6-prof/x86_64-linux-gnu` at the front of my dynamic linker
search path and it seemed to work. Even installed a new kernel update
with the patch in place and the system rebooted into the new kernel.
That's better than before, where the aborted initramfs run resulted in a
non-working boot configuration.

Thanks for the patch!

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

Title:
  dhcpcd hook breaks when using libc6-prof's libc.so.6

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


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

[Bug 2055333] [NEW] netplan.io 0.106.1-7ubuntu0.22.04.2 fails to manage additional loopback addresses on Ubuntu 2204 Jammy

2024-02-28 Thread Gregory Bock
Public bug reported:

Attempting to add additional loopback addresses to 22.04 jammy fails
with the latest netplan.io package. Previous versions (.104) work
correctly as well as newer versions (0.107) in 23.10 mantic.  Behavior
does not change if default loopback addresses are or are not present in
the address list (127.0.0.1/8 and ::1/128).

Netplan is configured via cloudinit in our environment but for
simplicity I'll provide output from a manual configuration on a test vm
in virtual box.


root@ubuntu-jammy-test:~# cat /etc/netplan/10-loopback.yaml 
network:
version: 2
ethernets:
lo:
addresses:
- 10.10.10.10/32
match:
macaddress: 00:00:00:00:00:00
set-name: lo
root@ubuntu-jammy-test:~# netplan apply 
WARNING:root:Cannot call Open vSwitch: ovsdb-server.service is not running.
root@ubuntu-jammy-test:~# ip addr show lo
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
root@ubuntu-jammy-test:~# networkctl list
IDX LINK   TYPE OPERATIONAL SETUP 
  1 lo loopback carrier unmanaged
  2 enp0s3 etherroutableconfigured

2 links listed.
root@ubuntu-jammy-test:~# apt-get install -y --allow-downgrades 
netplan.io=0.104-0ubuntu2 libnetplan0=0.104-0ubuntu2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Suggested packages:
  network-manager | wpasupplicant openvswitch-switch
The following packages will be DOWNGRADED:
  libnetplan0 netplan.io
0 upgraded, 0 newly installed, 2 downgraded, 0 to remove and 0 not upgraded.
Need to get 0 B/181 kB of archives.
After this operation, 163 kB disk space will be freed.
dpkg: warning: downgrading netplan.io from 0.106.1-7ubuntu0.22.04.2 to 
0.104-0ubuntu2
(Reading database ... 69845 files and directories currently installed.)
Preparing to unpack .../netplan.io_0.104-0ubuntu2_amd64.deb ...
Unpacking netplan.io (0.104-0ubuntu2) over (0.106.1-7ubuntu0.22.04.2) ...
dpkg: warning: downgrading libnetplan0:amd64 from 0.106.1-7ubuntu0.22.04.2 to 
0.104-0ubuntu2
Preparing to unpack .../libnetplan0_0.104-0ubuntu2_amd64.deb ...
Unpacking libnetplan0:amd64 (0.104-0ubuntu2) over (0.106.1-7ubuntu0.22.04.2) ...
Setting up libnetplan0:amd64 (0.104-0ubuntu2) ...
Setting up netplan.io (0.104-0ubuntu2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
Scanning processes...   

   
Scanning linux images...

   

Running kernel seems to be up-to-date.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
root@ubuntu-jammy-test:~# netplan apply 
root@ubuntu-jammy-test:~# ip addr show lo
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN group 
default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet 10.10.10.10/32 scope global lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
root@ubuntu-jammy-test:~# networkctl list
IDX LINK   TYPE OPERATIONAL SETUP 
  1 lo loopback routableconfigured
  2 enp0s3 etherroutableconfigured

2 links listed.


root@ubuntu-jammy-test:~# apt-get upgrade -y 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  libnetplan0 netplan.io
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/215 kB of archives.
After this operation, 163 kB of additional disk space will be used.
(Reading database ... 69835 files and directories currently installed.)
Preparing to unpack .../netplan.io_0.106.1-7ubuntu0.22.04.2_amd64.deb ...
Unpacking netplan.io (0.106.1-7ubuntu0.22.04.2) over (0.104-0ubuntu2) ...
Preparing to unpack .../libnetplan0_0.106.1-7ubuntu0.22.04.2_amd64.deb ...
Unpacking libnetplan0:amd64 (0.106.1-7ubuntu0.22.04.2) over (0.104-0ubuntu2) ...
Setting up libnetplan0:amd64 (0.106.1-7ubuntu0.22.04.2) ...
Setting up netplan.io (0.106.1-7ubuntu0.22.04.2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Processing 

[Bug 1953003] [NEW] package libgvc6-plugins-gtk 2.40.1-2 failed to install/upgrade: installed libgvc6-plugins-gtk package post-removal script subprocess returned error exit status 127

2021-12-02 Thread Gregory
Public bug reported:

I am not very computer literate. I was attempting an upgrade from Ubuntu
16.04 to 18. During the cleaning up phase, a pop-up occurred stating
"Error during commit" A problem occurred during the clean-up. Please see
the below message for information. installArchives() failed

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: libgvc6-plugins-gtk 2.40.1-2
ProcVersionSignature: Ubuntu 4.4.0-210.242-generic 4.4.262
Uname: Linux 4.4.0-210-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.27
Architecture: amd64
Date: Thu Dec  2 02:41:02 2021
DpkgTerminalLog:
 Removing libgvc6-plugins-gtk (2.40.1-2) ...
 libgvc6-config-update: error while loading shared libraries: libcdt.so.5: 
cannot open shared object file: No such file or directory
 dpkg: error processing package libgvc6-plugins-gtk (--remove):
  installed libgvc6-plugins-gtk package post-removal script subprocess returned 
error exit status 127
ErrorMessage: installed libgvc6-plugins-gtk package post-removal script 
subprocess returned error exit status 127
InstallationDate: Installed on 2015-05-24 (2383 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
Python3Details: /usr/bin/python3.6, Python 3.6.9, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.3
 apt  1.6.14
SourcePackage: graphviz
Title: package libgvc6-plugins-gtk 2.40.1-2 failed to install/upgrade: 
installed libgvc6-plugins-gtk package post-removal script subprocess returned 
error exit status 127
UpgradeStatus: Upgraded to bionic on 2021-12-02 (0 days ago)

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package libgvc6-plugins-gtk 2.40.1-2 failed to install/upgrade:
  installed libgvc6-plugins-gtk package post-removal script subprocess
  returned error exit status 127

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


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

[Bug 1937324] [NEW] hang booting kernel after software reboot

2021-07-22 Thread Gregory Smith
Public bug reported:

After issuing a software reboot, the machine hangs at a black screen
after the grub prompt, before the kernel boots. This lasts at least five
minutes, with the processor fans spun all the way up. If I remove quiet
and nosplash there is no text, the screen is completely black.

I have tried various reboot= options but it behaves the same way (when
it reboots--some of those options do not reboot at all). If I add
acpi=off it will boot reliably, but with acpi=ht the same problem
occurs.

Once at the black screen, I can press the reset button, and after going
through grub, the machine boots successfully. It also boots successfully
on a cold boot.

I am using UEFI, but I had the same problem with BIOS boot.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.8.0-63-generic 5.8.0-63.71~20.04.1
ProcVersionSignature: Ubuntu 5.8.0-63.71~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-63-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Jul 22 20:51:41 2021
InstallationDate: Installed on 2021-07-18 (4 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: linux-signed-hwe-5.8
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  hang booting kernel after software reboot

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


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

[Bug 1164016] Re: restore type-ahead find

2021-06-17 Thread Gregory Kramida
Perhaps @Rolf meant this bug?

https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1754069

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

Title:
  restore type-ahead find

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

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

[Bug 1856608] Re: [Regression] usb usb2-port2: Cannot enable. Maybe the USB cable is bad?

2021-06-14 Thread Gregory Tursky
Hello. 
I have this bug too.
[  944.504716] usb usb2-port2: Cannot enable. Maybe the USB cable is bad?
When I had 5.4.0-74 core this bug was unconditional, i.e. it was when even no 
one usb devices was plugged.
Know I have 5.8.0-55 and this bug occurs only when second usb monitor is 
plugged (it used displaylink driver).
max@Latitude:~$ uname -a
Linux Latitude 5.8.0-55-generic #62~20.04.1-Ubuntu SMP Wed Jun 2 08:55:04 UTC 
2021 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  [Regression] usb usb2-port2: Cannot enable. Maybe the USB cable is
  bad?

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

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

[Bug 1874272] Re: Stage "searching for obsolete software" takes a very long time (30 minutes)

2021-05-16 Thread Gregory P Smith
Judging by the 100% cpu utilization and entries in /var/log/dist-
upgrade/apt.log... as an outside observer black box guess: is this thing
loading the parsing the entire package dependency graph repeatedly once
per potential package?

88% complete after 30 minutes of CPU time...

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

Title:
  Stage "searching for obsolete software" takes a very long time (30
  minutes)

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

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

[Bug 1925960] [NEW] upgrade from 18.04 to 20.04

2021-04-23 Thread Edson Roberto Gregory Benzi
Public bug reported:

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

This was caused by: 
* Upgrading to a pre-release version of Ubuntu 
This is most likely a transient problem, 
please try again later. 
If none of this applies, then please report this bug using the 
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If 
you want to investigate this yourself the log files in 
'/var/log/dist-upgrade' will contain details about the upgrade. 
Specifically, look at 'main.log' and 'apt.log'. 


Restoring original system state

Aborting
Reading package lists... Done
Building dependency tree  
Reading state information... Done

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.44
ProcVersionSignature: Ubuntu 5.4.0-72.80~18.04.1-generic 5.4.101
Uname: Linux 5.4.0-72-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Fri Apr 23 15:26:16 2021
InstallationDate: Installed on 2021-03-14 (40 days ago)
InstallationMedia: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200806.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-04-23 (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/1925960

Title:
  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/1925960/+subscriptions

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

[Bug 1809972] Re: Samsung SSD 750/850/860/870 EVO/QVO doesn't support queued TRIM command

2021-02-24 Thread Gregory P Smith
** Summary changed:

- Samsung SSD 750 EVO doesn't support queued TRIM command
+ Samsung SSD 750/850/860/870 EVO/QVO doesn't support queued TRIM command

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

Title:
  Samsung SSD 750/850/860/870 EVO/QVO doesn't support queued TRIM
  command

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

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

[Bug 1809972] Re: Samsung SSD 750 EVO doesn't support queued TRIM command

2021-02-24 Thread Gregory P Smith
I'm seeing this with my 870 EVO on 20.04 kernel 5.4.0-65-generic.

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

Title:
  Samsung SSD 750 EVO doesn't support queued TRIM command

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

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

[Bug 1809972] Re: Samsung SSD 750 EVO doesn't support queued TRIM command

2021-02-24 Thread Gregory P Smith
This also happens on the brand new Samsung 870 EVO.

And based on https://bugzilla.kernel.org/show_bug.cgi?id=203475 and
https://bugzilla.kernel.org/show_bug.cgi?id=201693 a variety of other
Samsung 8* devices on a wide variety of SATA controllers (it doesn't
seem controller related).

At the very least, the upstream change
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ca6bfcb2f6d9deab3924bf901e73622a94900473
is wrong and really needs to be rolled back... And adjusted further
given this issue was filed for a 750 which that change didn't even
cover.

The patch attached to this issue does exactly that.

Distros should patch that change out in their kernels.

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

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

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

Title:
  Samsung SSD 750 EVO doesn't support queued TRIM command

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

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

[Bug 1826266] Re: Nautilus no longer copies file path when a file is marked then copied

2021-02-03 Thread Gregory Kramida
Just as a status update,
we are waiting on 
https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/merge_requests/186
 to be merged right now. Perhaps people wouldn't mind doing a thumbs up to bump 
that PR?

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

Title:
  Nautilus no longer copies file path when a file is marked then copied

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

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

[Bug 1872476] Re: Shared files are shown as folders

2020-12-08 Thread Dave Gregory
I can't edit my previous post, but I've attached a screenshot of what
Nautilus looks like as well.

** Attachment added: "Screenshot from 2020-12-08 16-25-16.png"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1872476/+attachment/5442011/+files/Screenshot%20from%202020-12-08%2016-25-16.png

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

Title:
  Shared files are shown as folders

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

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

[Bug 1872476] Re: Shared files are shown as folders

2020-12-08 Thread Dave Gregory
@paelzer I'm here because I'm running into the same issue. Server and
client are running Samba version 4.11.6-Ubuntu.

smbstatus shows SMB3 for the protocol.

Ubuntu client mounts Ubuntu server share via SMB via fstab. Kodi client
returns the following errors:

2020-12-08 12:56:45.868 T:140052030023424   ERROR: SMBDirectory->GetDirectory: 
Unable to open directory : 
'smb://192.168.1.17/media/movies/4K/Resident.Evil.Extinction.2007.2160p.UHD.BluRay.x265-FLAME/Resident.Evil.Extinction.2007.2160p.UHD.BluRay.x265-FLAME.nfo-orig'
unix_err:'14' error : 'Not a 
directory'
snippit of the smb.conf:
[media]
writeable = yes
path = /media/mergerfs
guest ok = yes
browseable = yes
follow symlinks = yes
wide links = yes
directory mask = 0755
directory mask = 0644
force user = offspring

fstab entry from client:

//192.168.1.17/media /media/mergerfs cifs
vers=3,users,uid=offspring,gid=offspring,users,credentials=/home/offspring/.smb,iocharset=utf8,sec=ntlmssp
0 0

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

Title:
  Shared files are shown as folders

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

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

[Bug 1826266] Re: Nautilus no longer copies file path when a file is marked then copied

2020-12-04 Thread Gregory Kramida
Currently, you can track the status of the MR for Nautilus for the fix
of this regression:
https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/573

The change in the gnome shell that was causing all this has already been 
reverted / altered here:
https://gitlab.gnome.org/GNOME/nautilus/-/issues/634

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/-/issues #634
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/634

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

Title:
  Nautilus no longer copies file path when a file is marked then copied

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

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

[Bug 1824874] Re: undismissable, unclickable authentication dialog left on screen (top-left corner) after policykit authentication [pushModal: invocation of begin_modal failed]

2020-11-04 Thread Graeme Gregory
Bug exists in 20.10 too, I just triggered it. It happened after screen
lock/unlock cycle.

Like other restart got rid of it.

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

Title:
  undismissable, unclickable authentication dialog left on screen (top-
  left corner) after policykit authentication [pushModal: invocation of
  begin_modal failed]

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

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

[Bug 1902304] [NEW] Not sure, wasn't able to upgrade

2020-10-30 Thread E Gregory Myers
Public bug reported:

The prompt said something wasn't configured...

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 4.15.0-122.124-generic 4.15.18
Uname: Linux 4.15.0-122-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: amd64
CrashDB: ubuntu
Date: Fri Oct 30 13:36:19 2020
InstallationDate: Installed on 2017-07-04 (1214 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-10-30 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2020-10-30 13:35:07.307952
 Log time: 2020-10-30 13:35:15.276700
 Log time: 2020-10-30 13:36:02.969403
 Log time: 2020-10-30 13:36:21.978246
VarLogDistupgradeTermlog:

** 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/1902304

Title:
  Not sure, wasn't able to upgrade

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

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

[Bug 1900070] [NEW] Slow Wifi

2020-10-15 Thread L Gregory
Public bug reported:

Continued issue getting high download speed (only getting 6MB/s) on a
5.8GHz wifi dongle. Even utilizing the 6MB/s internet video streaming is
intermittent at best. File download fluctuate and at times drop all
together and would have to be restarted to get the complete file.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-51-generic 5.4.0-51.56
ProcVersionSignature: Ubuntu 5.4.0-51.56-generic 5.4.65
Uname: Linux 5.4.0-51-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rhatidbwoy   1156 F pulseaudio
 /dev/snd/controlC1:  rhatidbwoy   1156 F pulseaudio
 /dev/snd/pcmC1D9p:   rhatidbwoy   1156 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct 15 20:58:37 2020
InstallationDate: Installed on 2020-07-06 (101 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: ECS A740GM-M
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-51-generic 
root=UUID=7dafe8d2-1e0d-4db3-9a5f-bb33a77db7d9 ro
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-51-generic N/A
 linux-backports-modules-5.4.0-51-generic  N/A
 linux-firmware1.187.3
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/16/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 080015
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: A740GM-M
dmi.board.vendor: ECS
dmi.board.version: 8.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: ECS
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr080015:bd08/16/2010:svnECS:pnA740GM-M:pvr8.x:rvnECS:rnA740GM-M:rvr8.x:cvnECS:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: A740GM-M
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: 8.x
dmi.sys.vendor: ECS

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


** Tags: amd64 apport-bug focal

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

Title:
  Slow Wifi

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

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

[Bug 1898731] [NEW] Can't upgrade - non ubuntu software?

2020-10-06 Thread Gregory
Public bug reported:

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

 This was likely caused by:
 * Unofficial software packages not provided by Ubuntu
Please use the tool 'ppa-purge' from the ppa-purge 
package to remove software from a Launchpad PPA and 
try the upgrade again.

If none of this applies, then please report this bug using the command
'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If you want to
investigate this yourself the log files in '/var/log/dist-upgrade' will
contain details about the upgrade. Specifically, look at 'main.log' and
'apt.log'.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.38
ProcVersionSignature: Ubuntu 5.4.0-48.52~18.04.1-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.17
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct  6 09:34:00 2020
InstallationDate: Installed on 2019-06-18 (475 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-06 (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/1898731

Title:
  Can't upgrade - non ubuntu software?

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

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

[Bug 1886283] [NEW] package libencode-perl:amd64 3.02-1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2020-07-04 Thread Gregory Morris
Public bug reported:

I am merely responding to a generated crash query. I have no expertise
in bugs of the electronic kind

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libencode-perl:amd64 3.02-1
ProcVersionSignature: Ubuntu 5.4.0-39.43-generic 5.4.41
Uname: Linux 5.4.0-39-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
AptOrdering:
 linux-modules-extra-5.4.0-33-generic:amd64: Remove
 linux-image-5.4.0-33-generic:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jul  4 18:10:39 2020
DpkgHistoryLog:
 Start-Date: 2020-07-04  18:10:21
 Commandline: /usr/bin/unattended-upgrade
 Remove: linux-image-5.4.0-33-generic:amd64 (5.4.0-33.37), 
linux-modules-extra-5.4.0-33-generic:amd64 (5.4.0-33.37)
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2020-05-05 (60 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: libencode-perl
Title: package libencode-perl:amd64 3.02-1 failed to install/upgrade: package 
is in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libencode-perl (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/1886283

Title:
  package libencode-perl:amd64 3.02-1 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libencode-perl/+bug/1886283/+subscriptions

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

[Bug 1759462] Re: Keyboard shortcuts not operational on 18.04

2020-06-14 Thread Gregory Kramida
My particular problem stemmed from reconfiguring python3 to point to
python3.7 instead of python3.6 via update-alternatives. Logging into
terminal-only mode (Ctrl + F3), setting update-alternatives to use the
system version of python3.6 again, and rebooting solved the issue.

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

Title:
  Keyboard shortcuts not operational on 18.04

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

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

[Bug 1878217] [NEW] Hollywood Does Not Play The Theme Song

2020-05-12 Thread Gregory via ubuntu-bugs
Public bug reported:

Xubuntu 20.04

Hollywood Version 1.20-1 is in the repos.

Hollywood Version 1.20-1 does not play the theme song.

** Affects: hollywood (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/1878217

Title:
  Hollywood Does Not Play The Theme Song

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

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

[Bug 1873614] Re: Definition of add_mountroot_fail_hook doesnt match lvm2's usage

2020-04-24 Thread Gregory
** Also affects: initramfs-tools
   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/1873614

Title:
  Definition of add_mountroot_fail_hook doesnt match lvm2's usage

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

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

[Bug 1868197] [NEW] iwlwifi fails to communicate with Intel Wireless-AC 9650 card

2020-03-19 Thread Noah Gregory
Public bug reported:

This isn't a bug just in the Ubuntu kernel, as it happened on Debian
too, and I wouldn't rule out any hardware issue either, but I wanted to
share this here to see if I could get any help. I dual boot Windows and
Linux and I think my WiFi card might be failing, but it could also be a
case of bad firmware. It used to work well, but now both Windows and
Linux fail to start my card most of the time. However, sometimes Windows
will successfully be able to use it.

This is the latest bit of error lines that have appeared in dmesg:

[8.109230] iwlwifi :00:14.3: Microcode SW error detected. Restarting 
0x0.
[8.521736] [ cut here ]
[8.521737] Timeout waiting for hardware access (CSR_GP_CNTRL 0x0c04000c)
[8.521772] WARNING: CPU: 4 PID: 487 at 
drivers/net/wireless/intel/iwlwifi/pcie/trans.c:2015 
iwl_trans_pcie_grab_nic_access+0x1f9/0x230 [iwlwifi]
[8.521772] Modules linked in: cmac bnep snd_hda_codec_hdmi nls_iso8859_1 
sof_pci_dev snd_sof_intel_hda_common snd_sof_intel_hda snd_sof_intel_byt 
snd_sof_intel_ipc snd_sof snd_sof_xtensa_dsp snd_soc_skl snd_hda_codec_realtek 
snd_soc_hdac_hda snd_hda_codec_generic ledtrig_audio snd_hda_ext_core 
snd_soc_skl_ipc snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match 
snd_soc_acpi snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine 
x86_pkg_temp_thermal intel_powerclamp joydev coretemp kvm_intel kvm irqbypass 
snd_hda_intel snd_intel_nhlt snd_hda_codec mei_hdcp snd_hda_core intel_rapl_msr 
snd_hwdep snd_pcm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
snd_seq_midi snd_seq_midi_event snd_rawmidi aesni_intel nouveau snd_seq 
snd_seq_device iwlmvm aes_x86_64 crypto_simd ttm cryptd asus_nb_wmi snd_timer 
i915 glue_helper intel_cstate mac80211 uvcvideo videobuf2_vmalloc input_leds 
drm_kms_helper intel_rapl_perf serio_raw wmi_bmof libarc4 btusb 
videobuf2_memops btrtl videobuf2_v4l2 btbcm btintel
[8.521786]  hid_sensor_accel_3d asus_wmi videobuf2_common snd mxm_wmi 
bluetooth hid_sensor_trigger industrialio_triggered_buffer kfifo_buf drm 
hid_sensor_iio_common videodev industrialio iwlwifi i2c_algo_bit fb_sys_fops 
soundcore mc mei_me syscopyarea ecdh_generic processor_thermal_device ecc 
cros_ec_ishtp idma64 hid_multitouch intel_rapl_common cros_ec_core virt_dma 
sysfillrect intel_pch_thermal intel_soc_dts_iosf sysimgblt mei cfg80211 
int3403_thermal int340x_thermal_zone intel_hid int3400_thermal acpi_thermal_rel 
mac_hid sparse_keymap acpi_pad acpi_tad sch_fq_codel parport_pc ppdev lp 
parport ip_tables x_tables autofs4 usbhid hid_sensor_custom hid_sensor_hub 
intel_ishtp_loader intel_ishtp_hid hid_generic nvme nvme_core i2c_i801 ahci 
intel_lpss_pci intel_ish_ipc i2c_hid libahci intel_lpss intel_ishtp hid 
pinctrl_cannonlake wmi video pinctrl_intel
[8.521801] CPU: 4 PID: 487 Comm: irq/146-iwlwifi Tainted: GW
 5.3.0-42-generic #34-Ubuntu
[8.521801] Hardware name: ASUSTeK COMPUTER INC. ZenBook 
Q536FD_Q536FD/Q536FD, BIOS Q536FD.306 05/31/2019
[8.521806] RIP: 0010:iwl_trans_pcie_grab_nic_access+0x1f9/0x230 [iwlwifi]
[8.521807] Code: fa da 49 8d 57 08 bf 00 20 00 00 e8 c1 4f 81 d9 e9 30 ff 
ff ff 89 c6 48 c7 c7 58 f5 6c c0 c6 05 81 11 03 00 01 e8 e2 51 7f d9 <0f> 0b e9 
eb fe ff ff 49 8b 7c 24 30 48 c7 c1 c0 f5 6c c0 31 d2 31
[8.521807] RSP: 0018:aee380b8bc98 EFLAGS: 00010082
[8.521808] RAX:  RBX: aee380b8bcd0 RCX: 0006
[8.521808] RDX: 0007 RSI: 0082 RDI: 9422dbb17440
[8.521809] RBP: aee380b8bcc0 R08: 0469 R09: 0004
[8.521809] R10:  R11: 0001 R12: 9422d3670018
[8.521809] R13:  R14: 9422d36790b4 R15: 0c04000c
[8.521810] FS:  () GS:9422dbb0() 
knlGS:
[8.521810] CS:  0010 DS:  ES:  CR0: 80050033
[8.521811] CR2: 557d76a01338 CR3: 0002f2e0a003 CR4: 003606e0
[8.521811] Call Trace:
[8.521817]  iwl_trans_pcie_read_mem+0x42/0xc0 [iwlwifi]
[8.521822]  iwl_mvm_dump_lmac_error_log+0xdd/0x570 [iwlmvm]
[8.521825]  ? __dev_printk+0x5c/0x6f
[8.521826]  ? _dev_err+0x6c/0x83
[8.521827]  ? lock_timer_base+0x72/0xa0
[8.521831]  iwl_mvm_dump_nic_error_log+0x20/0x70 [iwlmvm]
[8.521834]  iwl_mvm_nic_error+0x35/0x40 [iwlmvm]
[8.521838]  iwl_pcie_irq_handle_error+0xb1/0x110 [iwlwifi]
[8.521841]  iwl_pcie_irq_msix_handler+0x197/0x4b0 [iwlwifi]
[8.521843]  ? irq_finalize_oneshot.part.0+0xf0/0xf0
[8.521844]  irq_thread_fn+0x28/0x60
[8.521845]  irq_thread+0xda/0x170
[8.521845]  ? irq_forced_thread_fn+0x80/0x80
[8.521847]  kthread+0x104/0x140
[8.521848]  ? irq_thread_check_affinity+0xf0/0xf0
[8.521849]  ? kthread_park+0x80/0x80
[8.521851]  ret_from_fork+0x35/0x40
[8.521852] ---[ end trace 8398d136a219cba4 ]---
[8.521853] iwlwifi :00:14.3: iwlwifi 

[Bug 1858055] [NEW] package google-android-platform-23-installer 23+r03+nmu3 failed to install/upgrade: installed google-android-platform-23-installer package post-installation script subprocess retur

2020-01-01 Thread Gregory Herring
Public bug reported:

Errors were encountered while processing:
 google-android-platform-23-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up google-android-platform-23-installer (23+r03+nmu3) ...
make: Entering directory '/var/cache/google-android-platform-23-installer'
cd /var/cache/google-android-platform-23-installer && unzip -ou 
platform-23_r03.zip
Archive:  platform-23_r03.zip
install -d -m0755 /usr/share/doc/google-android-platform-23
find /usr/share/doc/google-android-platform-23 | sort >> 
/var/lib/dpkg/info/google-android-platform-23-installer.list
chmod -R a+rX /var/cache/google-android-platform-23-installer/android-6.0/
chmod -R go-w /var/cache/google-android-platform-23-installer/android-6.0/
install -d -m0755 /usr/lib/android-sdk/platforms/
/usr/lib/android-sdk/platforms/android-23 already exists.
make: *** [Makefile:18: install] Error 1
make: Leaving directory '/var/cache/google-android-platform-23-installer'
dpkg: error processing package google-android-platform-23-installer 
(--configure):
 installed google-android-platform-23-installer package post-installation 
script subprocess returned error exit status 2
Errors were encountered while processing:
 google-android-platform-23-installer

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: google-android-platform-23-installer 23+r03+nmu3
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Wed Jan  1 19:57:21 2020
ErrorMessage: installed google-android-platform-23-installer package 
post-installation script subprocess returned error exit status 2
InstallationDate: Installed on 2020-01-01 (0 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
PackageArchitecture: all
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.17-1
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: google-android-installers
Title: package google-android-platform-23-installer 23+r03+nmu3 failed to 
install/upgrade: installed google-android-platform-23-installer package 
post-installation script subprocess returned error exit status 2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: google-android-installers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 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/1858055

Title:
  package google-android-platform-23-installer 23+r03+nmu3 failed to
  install/upgrade: installed google-android-platform-23-installer
  package post-installation script subprocess returned error exit status
  2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-android-installers/+bug/1858055/+subscriptions

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

[Bug 369008] Re: mdns lookups fail over ipv6

2019-08-12 Thread Gregory P Smith
Just a note that Andrew's comment#1
https://bugs.launchpad.net/ubuntu/+source/nss-
mdns/+bug/369008/comments/1 is still useful as the fix.

On Ubuntu 18.04 /etc/nsswitch.conf is still defaulting to mdns4_minimal
and mdns4.  Rather than the much more useful mdns_minimal and mdns which
don't cripple IPv6 name resolution.

macOS comes with mdns .local resolution supporting IPv6 by default these
days.  Surely Ubuntu should as well.

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

Title:
  mdns lookups fail over ipv6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-mdns/+bug/369008/+subscriptions

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

[Bug 1815214] Re: Lenovo ThinkPad T480/T480s/X1: Throttling CPU issue

2019-08-09 Thread Gregory Starr
Affects me too on a T480 running Manjaro

** Also affects: thermald (Arch Linux)
   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/1815214

Title:
  Lenovo ThinkPad T480/T480s/X1: Throttling CPU issue

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

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

[Bug 1837754] Re: The upgrade has left the recorded Ubuntu version unchanged

2019-07-24 Thread Norman Gregory
When Windows became unbearable some years ago I moved to Ubuntu 14 and have 
been very happy with it 
 and later issues since. I have kept clear of software details but used 
Terminal when necessary to delete obsolete software from the base sector. 
Technical explanations of my problems may not be understood.

Norman-l

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

Title:
  The upgrade has left the recorded Ubuntu version unchanged

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

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

[Bug 1837754] [NEW] The upgrade has left the recorded Ubuntu version unchanged

2019-07-24 Thread Norman Gregory
Public bug reported:

The upgrade was said to be from Ubuntu 18 to Ubuntu 20.

During the Upgrade the screensaver changed and I assumed that all was
well. Today I was prompted to backup and found that my normal automatic
back up was not working and needed to be changed from disk to Google
cloud.

Trying to avoid this I got lost but found that the System summary was still 
showing Ubuntu 18.
I am now being prompted to upgrade to Ubuntu 19.

Is it safe to attempt to upgrade to 19 ??

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: ubuntu-release-upgrader-core 1:18.10.11.9
ProcVersionSignature: Ubuntu 4.18.0-25.26-generic 4.18.20
Uname: Linux 4.18.0-25-generic x86_64
ApportVersion: 2.20.10-0ubuntu13.4
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Wed Jul 24 16:07:30 2019
InstallationDate: Installed on 2019-02-22 (151 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
Symptom: release-upgrade
UpgradeStatus: Upgraded to cosmic on 2019-07-17 (7 days ago)
VarLogDistupgradeTermlog:
 
mtime.conffile..etc.update-manager.release-upgrades: 2019-07-24T10:30:20.864020

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


** Tags: amd64 apport-bug cosmic 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/1837754

Title:
  The upgrade has left the recorded Ubuntu version unchanged

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

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

[Bug 1727202] Re: [17.10 regression] AppArmor ntp denial: Failed name lookup - disconnected path

2019-07-15 Thread Gregory P Smith
I just diagnosed that openntpd on my 18.04.2 server to be broken
(failing to run, the process died after the apparmor denials, no time
adjustments ever happening) until I manually applied the changes
mentioned in #34.

Neither flags=(attach_disconnected) or "/run/systemd/journal/dev-log w,"
had been present in my apparmor.d/usr.sbin.ntpd config file.  package
version 1:6.2p3-1 installed.

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

Title:
  [17.10 regression] AppArmor ntp denial: Failed name lookup -
  disconnected path

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

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

[Bug 1727202] Re: [17.10 regression] AppArmor ntp denial: Failed name lookup - disconnected path

2019-07-15 Thread Gregory P Smith
(Sadly the bug tracker won't let me change the status from "Won't Fix"
to "Confirmed")

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

Title:
  [17.10 regression] AppArmor ntp denial: Failed name lookup -
  disconnected path

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

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

[Bug 1802652] Re: keyboard backlight not working on Asus GM501

2019-06-17 Thread Thomas Gregory
Hi, same problem here, keyboard backlight and some Fn don't work:
- F5 (fan overboost, that's ok if it doesn't work)
- F6 (don't know what it is)
- F7 (screen brightness down)
- F8 (screen brightness up)
- F10 (disable touchpad)
- F11 (screen sleep)
- F12 (airplane mode)
- keyboard arrow up (brightness keyboard light up)
- keyboard arrow down (brightness keyboard light down)

And also some shortcut buttons above F1-F4:
- disable mic button
- rog button (it's ok if it doesn't work, but if works we can change it to 
something?)

Here is my system:
# dmesg | grep -i asus | head -1 
[0.00] DMI: ASUSTeK COMPUTER INC. Zephyrus M GM501GS/GM501GS, BIOS 
GM501GS.310 04/22/2019

# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.2 LTS
Release:18.04
Codename:   bionic

# uname -r
4.18.0-21-generic

# ls -l /sys/class/leds 
total 0
lrwxrwxrwx 1 root root 0 Jun 17 13:21 asus::lightbar -> 
../../devices/platform/asus-nb-wmi/leds/asus::lightbar
lrwxrwxrwx 1 root root 0 Jun 17 13:21 asus-wireless::airplane -> 
../../devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/leds/asus-wireless::airplane
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input13::capslock -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.0/0003:0B05:1866.0003/input/input13/input13::capslock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input13::compose -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.0/0003:0B05:1866.0003/input/input13/input13::compose
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input13::kana -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.0/0003:0B05:1866.0003/input/input13/input13::kana
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input13::numlock -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.0/0003:0B05:1866.0003/input/input13/input13::numlock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input13::scrolllock -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.0/0003:0B05:1866.0003/input/input13/input13::scrolllock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input14::capslock -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1866.0004/input/input14/input14::capslock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input14::compose -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1866.0004/input/input14/input14::compose
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input14::kana -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1866.0004/input/input14/input14::kana
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input14::numlock -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1866.0004/input/input14/input14::numlock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input14::scrolllock -> 
../../devices/pci:00/:00:14.0/usb1/1-10/1-10:1.1/0003:0B05:1866.0004/input/input14/input14::scrolllock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input4::capslock -> 
../../devices/platform/i8042/serio0/input/input4/input4::capslock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input4::numlock -> 
../../devices/platform/i8042/serio0/input/input4/input4::numlock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 input4::scrolllock -> 
../../devices/platform/i8042/serio0/input/input4/input4::scrolllock
lrwxrwxrwx 1 root root 0 Jun 17 13:21 phy0-led -> 
../../devices/pci:00/:00:14.3/leds/phy0-led

# cat /etc/default/grub | grep CMDLINE
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1 
acpi_backlight=native"
GRUB_CMDLINE_LINUX=""

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

Title:
  keyboard backlight not working on Asus GM501

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

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

[Bug 1771880] Re: Seahorse unable to import pkcs12 certificates

2019-06-16 Thread Gregory Orange
Regarding #17 and the bug (issue) report at Seahorse Gitlab, the latest
comment is that Seahorse 3.20.0 which is the latest available on Ubuntu
18.04, is "an ancient version". Can 18.04 receive a newer version such
that upstream can be brought into the issue if it persists with that?

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

Title:
  Seahorse unable to import pkcs12 certificates

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

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

[Bug 1800196] Re: spice-vdagent[1345]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0

2019-06-07 Thread William S Gregory
Wish I had the ability to edit a post...
Scratch most of my last post. There is a problem with vdagent~, but I just 
refuted my previous post. I do have the error, but I am 99.9% certain that it 
does not cause the problems that I am experiencing which brought me to this bug 
report. Apologies if the previous post caused any inconvenience.

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

Title:
  spice-vdagent[1345]: Cannot access vdagent virtio channel /dev/virtio-
  ports/com.redhat.spice.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spice-vdagent/+bug/1800196/+subscriptions

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

[Bug 1800196] Re: spice-vdagent[1345]: Cannot access vdagent virtio channel /dev/virtio-ports/com.redhat.spice.0

2019-06-07 Thread William S Gregory
I am wondering if a JVM can be used to more reliably trigger the bug and
thus help isolate it? Hopefully someone else reading this has an
opinion...

Below is my experience and the reason why I am considering this idea:

 I have had what I first believed were random black screens, restarts
directly after login, occasional hangups, and also one two reproducible
issues...

1.) I run Google Chrome in nearly every session. I like to listen to
music using the Youtube website. As time passes and I open, close, and
move forward through the playsists on the site Chrome will become less
and less responsive. It will occassionally crash the application too. It
will usually be fixed by completely closing the application and running
it again. Maybe it is a due to an issue which can be triggered through
Java or JScript?

2.) My reason for the Java/JScript angle is that I discovered I cannot
use Open Office - certain features in it will freeze my entire desktop
session completely. This leaves the mouse able to move but nothing else
works at all. The same is true for several other select applications -
all of which I have removed form the machine. But one thing all the
applications have in common is heavy reliance on Java/JScript.

So, perhaps the use of a JVM can help to trigger this issue reliable and
thus find the actual source of the bug?

Anybody else able to confirm or refute this idea?

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

Title:
  spice-vdagent[1345]: Cannot access vdagent virtio channel /dev/virtio-
  ports/com.redhat.spice.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spice-vdagent/+bug/1800196/+subscriptions

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

[Bug 1827255] [NEW] Please enable sqlite3 support in gnu global

2019-05-01 Thread Gregory Shimansky
Public bug reported:

GNU Global supports building with sqlite3 support if configure script is
called with --with-sqlite3 switch. But is disabled in package build.
This is necessary for example to support Go language tags using gogtags
https://github.com/juntaki/gogtags

** Affects: global (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/1827255

Title:
  Please enable sqlite3 support in gnu global

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

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

[Bug 1826025] Re: gnome-shell trap int3 no desktop ("Impossible to lock surface front buffer: Function not implemented" on Matrox graphics card)

2019-04-30 Thread Gregory Stewart
I didn't know how to log into "Ubuntu" instead of "Ubuntu on Wayland"
since I only got a blinking cursor and no logon prompt. I edited
/etc/gdm3/custom.conf and rebooted.

Successfully got a GUI logon prompt and was able to log in to the
desktop.

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

Title:
  gnome-shell trap int3 no desktop ("Impossible to lock surface front
  buffer: Function not implemented" on Matrox graphics card)

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

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

[Bug 1826025] Re: gnome-shell trap int3 no desktop

2019-04-30 Thread Gregory Stewart
Uninstalled xorgxrdp, no change:

/var/log/apport.log:
ERROR: apport (pid 3174) Tue Apr 30 16:47:43 2019: called for pid 2790, signal 
5, core limit 0, dump mode 1
ERROR: apport (pid 3174) Tue Apr 30 16:47:43 2019: executable: 
/usr/bin/gnome-shell (command line "/usr/bin/gnome-shell")
ERROR: apport (pid 3174) Tue Apr 30 16:47:43 2019: debug: session gdbus call: 
(false,)

ERROR: apport (pid 3174) Tue Apr 30 16:47:43 2019: happens for shutting
down session, ignoring

syslog:

Apr 30 16:47:43 mizuno kernel: [  101.347616] traps: gnome-shell[2790] trap 
int3 ip:7efffdf69955 sp:7ffc6beecca0 error:0 in 
libglib-2.0.so.0.6000.0[7efffdf3+8]
Apr 30 16:47:43 mizuno gnome-shell[2790]: Impossible to lock surface front 
buffer: Function not implemented

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

Title:
  gnome-shell trap int3 no desktop

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

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

[Bug 1826025] Re: gnome-shell trap int3 no desktop

2019-04-30 Thread Gregory Stewart
apport is enabled.

>From /var/log/apport.log.1:

ERROR: apport (pid 3078) Wed Apr 24 08:55:18 2019: called for pid 2699, signal 
5, core limit 0, dump mode 1
ERROR: apport (pid 3078) Wed Apr 24 08:55:18 2019: executable: 
/usr/bin/gnome-shell (command line "/usr/bin/gnome-shell")
ERROR: apport (pid 3078) Wed Apr 24 08:55:18 2019: debug: session gdbus call: 
(false,)

ERROR: apport (pid 3078) Wed Apr 24 08:55:18 2019: happens for shutting
down session, ignoring

>From dpkg -l | grep rdp:

ii  libfreerdp-client2-2:amd64   
2.0.0~git20190204.1.2693389a+dfsg1-1amd64Free Remote Desktop 
Protocol library (client library)
ii  libfreerdp-common1.1.0:amd64 
1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1 amd64Free Remote Desktop 
Protocol library (common library)
ii  libfreerdp-plugins-standard:amd64
1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1 amd64RDP client for Windows 
Terminal Services (plugins)
ii  libfreerdp-utils1.1:amd64
1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1 amd64Free Remote Desktop 
Protocol library (freerdp-utils library)
rc  libfreerdp1:amd641.0.2-2ubuntu1 
 amd64RDP client for Windows Terminal Services 
(library)
ii  libfreerdp2-2:amd64  
2.0.0~git20190204.1.2693389a+dfsg1-1amd64Free Remote Desktop 
Protocol library (core library)
ii  remmina-plugin-rdp:amd64 1.3.3+dfsg-2ubuntu1
 amd64RDP plugin for Remmina
ii  xorgxrdp 1:0.2.9-1  
 amd64Remote Desktop Protocol (RDP) modules for 
X.org
ii  xrdp 0.9.9-1
 amd64Remote Desktop Protocol (RDP) server

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

Title:
  gnome-shell trap int3 no desktop

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

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

[Bug 1825420] Re: package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to install/upgrade: triggers looping, abandoned

2019-04-25 Thread Gregory Stewart
I went back to the 4.18 kernel but am not running VirtualBox (running
bare metal).

Also seeing issues with libglib. gnome-shell won't run due to a trap in
libglib-2.0.so:

https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1826025

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

Title:
  package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to
  install/upgrade: triggers looping, abandoned

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

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

[Bug 1826025] Re: gnome-shell trap int3 no desktop

2019-04-24 Thread Gregory Stewart
No files in /var/crash

No recent issues at
https://errors.ubuntu.com/user/fb9e5fb71e92d21ebe2afac92a428d6eea824f5589e0f6ce0091c409672afddf8eae235d2f465417f7a38369af1cf550eef2e8774386815dad2fad787da75334

Rebooted to reproduce gnome-crash

>From /var/log/syslog:
Apr 24 08:55:18 mizuno gnome-shell[2699]: Impossible to lock surface front 
buffer: Function not implemented
Apr 24 08:55:18 mizuno kernel: [   95.258359] traps: gnome-shell[2699] trap 
int3 ip:7f4c0bf54955 sp:7ffdbee1e190 error:0 in 
libglib-2.0.so.0.6000.0[7f4c0bf1b000+8]


Still no files in /var/crash or recent issues at whoopsie link

** Attachment added: "syslog"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1826025/+attachment/5258682/+files/syslog.bz2

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

Title:
  gnome-shell trap int3 no desktop

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

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

[Bug 1826025] [NEW] gnome-shell trap int3 no desktop

2019-04-23 Thread Gregory Stewart
Public bug reported:

After upgrade to 19.04, gnome-shell crashes on boot, leaving blinking
cursor.

[  498.989821] traps: gnome-shell[4066] trap int3 ip:7f7b604e6955
sp:7fff92106950 error:0 in libglib-2.0.so.0.6000.0[7f7b604ad000+8]

Restarting gdm3 service results in the same trap.

ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: xorg 1:7.7+19ubuntu12
ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
Uname: Linux 4.18.0-13-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..02.00.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/:02:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.116  Sun Jan 27 07:21:36 
PST 2019
 GCC version:  gcc version 8.3.0 (Ubuntu 8.3.0-6ubuntu1)
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,regex,gnomecompat,animation,vpswitch,grid,resize,imgpng,place,session,move,snap,unitymtgrabhandles,mousepoll,workarounds,expo,wall,ezoom,fade,scale,unityshell]
Date: Tue Apr 23 09:56:22 2019
DistUpgraded: 2019-04-22 15:16:02,086 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Failed to execute child process 
“./xorg_fix_proprietary.py” (No such file or directory) (8))
DistroCodename: disco
DistroVariant: ubuntu
DkmsStatus:
 nvidia, 390.116, 4.18.0-13-generic, x86_64: installed
 nvidia, 390.116, 5.0.0-13-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Matrox Electronics Systems Ltd. MGA G200eW WPCM450 [102b:0532] (rev 0a) 
(prog-if 00 [VGA controller])
   Subsystem: Super Micro Computer Inc MGA G200eW WPCM450 [15d9:0001]
 NVIDIA Corporation GP104 [GeForce GTX 1070] [10de:1b81] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Gigabyte Technology Co., Ltd GP104 [GeForce GTX 1070] [1458:3703]
InstallationDate: Installed on 2012-02-14 (2625 days ago)
InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
MachineType: Supermicro X8DT3
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=/dev/mapper/mizuno-root ro nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to disco on 2019-04-22 (0 days ago)
dmi.bios.date: 07/09/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.2
dmi.board.asset.tag: 1234567890
dmi.board.name: X8DT3
dmi.board.vendor: Supermicro
dmi.board.version: 2.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 1234567890
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.2:bd07/09/2018:svnSupermicro:pnX8DT3:pvr1234567890:rvnSupermicro:rnX8DT3:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
dmi.product.family: 1234567890
dmi.product.name: X8DT3
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: 1234567890
dmi.sys.vendor: Supermicro
version.compiz: compiz 1:0.9.14.0+19.04.20190223.1-0ubuntu1
version.libdrm2: libdrm2 2.4.97-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.0.2-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.0.2-1ubuntu1
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.4-1ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20180925-2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
xserver.bootTime: Mon Apr 22 20:53:09 2019
xserver.configfile: /home/greg/xorg.conf.new
xserver.devices:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.20.4-1ubuntu3

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


** Tags: amd64 apport-bug disco ubuntu

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

Title:
  gnome-shell trap int3 no desktop

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

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

[Bug 1825915] [NEW] package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to install/upgrade: triggers looping, abandoned

2019-04-22 Thread Gregory Stewart
Public bug reported:

greg@mizuno:/var/crash$ cat /proc/version_signature
Ubuntu 4.18.0-13.14-generic 4.18.17

greg@mizuno:/var/crash$ lsb_release -rd
Description:Ubuntu 19.04
Release:19.04

Happened during upgrade from 18.10 to 19.04.

ProblemType: Package
DistroRelease: Ubuntu 19.04
Package: linux-image-5.0.0-13-generic 5.0.0-13.14
ProcVersionSignature: Ubuntu 4.18.0-13.14-generic 4.18.17
Uname: Linux 4.18.0-13-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.10-0ubuntu27
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D9p', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Mon Apr 22 14:19:36 2019
ErrorMessage: triggers looping, abandoned
HibernationDevice: RESUME=UUID=94c635e6-8245-4fe1-8c93-432c8d10dbd1
InstallationDate: Installed on 2012-02-14 (2624 days ago)
InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 
(20111011)
MachineType: Supermicro X8DT3
ProcFB:
 0 VESA VGA
 1 mgadrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-13-generic 
root=/dev/mapper/mizuno-root ro nomdmonddf nomdmonisw nomdmonddf nomdmonisw 
nomdmonddf nomdmonisw nomdmonddf nomdmonisw
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.7, Python 3.7.3, python3-minimal, 3.7.3-1
PythonDetails: /usr/bin/python2.7, Python 2.7.16, python-minimal, 2.7.16-1
RelatedPackageVersions: grub-pc 2.02+dfsg1-12ubuntu2
RfKill:
 
SourcePackage: linux
Title: package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to 
install/upgrade: triggers looping, abandoned
UpgradeStatus: Upgraded to disco on 2019-04-22 (0 days ago)
dmi.bios.date: 07/09/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2.2
dmi.board.asset.tag: 1234567890
dmi.board.name: X8DT3
dmi.board.vendor: Supermicro
dmi.board.version: 2.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 1234567890
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2.2:bd07/09/2018:svnSupermicro:pnX8DT3:pvr1234567890:rvnSupermicro:rnX8DT3:rvr2.0:cvnSupermicro:ct17:cvr1234567890:
dmi.product.family: 1234567890
dmi.product.name: X8DT3
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: 1234567890
dmi.sys.vendor: Supermicro

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


** Tags: amd64 apport-package disco

** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/bugs/1825915/+attachment/5258061/+files/lspci-vnvn.log

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

Title:
  package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to
  install/upgrade: triggers looping, abandoned

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

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

[Bug 684878] Re: Compile errors when including liblivemedia headers

2019-04-09 Thread Gregory Fong
Not a bug in Ubuntu 14.04 at least (I can't speak for earlier versions).
The package works fine, but usage is not obvious.  The include paths and
library order should be retrieved using pkgconfig.  On an x86_64 system,
the pkgconfig file itself will be in /usr/lib/x86_64-linux-
gnu/pkgconfig/live555.pc .

Library path can be retrieved:

$ pkg-config --libs live555
-lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment


Include flags can be retrieved:

$ pkg-config --cflags-only-I live555
-I/usr/include/liveMedia -I/usr/include/groupsock 
-I/usr/include/BasicUsageEnvironment -I/usr/include/UsageEnvironment

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

Title:
  Compile errors when including liblivemedia headers

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

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

[Bug 1288196] Re: MAC address of bonding interface is randomly picked

2019-01-09 Thread Gregory Orange
We too are working around this bug with a sleep. Agreed, a solution
would be welcome.

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

Title:
  MAC address of bonding interface is randomly picked

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

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

[Bug 1806688] Re: package linux-image-4.15.0-38-generic 4.15.0-38.41 failed to install/upgrade: installed linux-image-4.15.0-38-generic package pre-removal script subprocess returned error exit status

2018-12-17 Thread Norman Gregory
Having reported the problem I wonder how to proceed. Could I:-
1. Simple delete the later, 4.15.0-39 & -42 versions, leaving me space on the 
/boot partition and perhaps try reloading one of them ?

2. Is there a method for getting one of these to boot leaving the
present 4.15.0-18 free to be deleted ?

nor...@nandmg.me.uk

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

Title:
  package linux-image-4.15.0-38-generic 4.15.0-38.41 failed to
  install/upgrade: installed linux-image-4.15.0-38-generic package pre-
  removal script subprocess returned error exit status 1

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

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

[Bug 1806688] [NEW] package linux-image-4.15.0-38-generic 4.15.0-38.41 failed to install/upgrade: installed linux-image-4.15.0-38-generic package pre-removal script subprocess returned error exit stat

2018-12-04 Thread Norman Gregory
Public bug reported:

I was trying to clear space on /boot by removing linux-image-4.15.0-38. This 
would have left wo later versions.
sudo apt auto-remove --purge usually works but did not this time.
I reverted to sudo apt-get remove linux-image-4.15.0-38.
This produced a screen telling me that I was trying to remove the current 
version of linux and reported the dire consequences of continuing. It 
recommended aborting the operation, which I did.
The system should have moved on twice before this leaving it running a 
considerably later kernal.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-38-generic 4.15.0-38.41
ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
Uname: Linux 4.15.0-38-generic x86_64
NonfreeKernelModules: qnx4 hfsplus hfs minix ntfs jfs cdc_acm rfcomm bnep 
gpio_ich coretemp hid_multitouch uvcvideo videobuf2_vmalloc videobuf2_memops 
sparse_keymap videobuf2_v4l2 videobuf2_core videodev media 
snd_hda_codec_realtek lpc_ich snd_hda_codec_generic btusb btrtl btbcm btintel 
snd_hda_intel bluetooth rtl8192se rtl_pci rtlwifi snd_hda_codec snd_hda_core 
mac80211 cfg80211 jmb38x_ms memstick mac_hid shpchp hid_topseed i915 sdhci_pci 
sdhci r8169 wmi
ApportVersion: 2.20.9-0ubuntu7.4
AptOrdering:
 linux-modules-extra-4.15.0-38-generic:amd64: Remove
 linux-image-4.15.0-38-generic:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  norman 1617 F pulseaudio
Date: Tue Dec  4 12:43:46 2018
ErrorMessage: installed linux-image-4.15.0-38-generic package pre-removal 
script subprocess returned error exit status 1
HibernationDevice: RESUME=UUID=ed31ac5c-f3b1-4419-9882-e16db04fb2d5
InstallationDate: Installed on 2014-05-27 (1652 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
MachineType: Acer Aspire Z5600
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-38-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.6, Python 3.6.6, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions: grub-pc 2.02-2ubuntu8.7
SourcePackage: linux
Title: package linux-image-4.15.0-38-generic 4.15.0-38.41 failed to 
install/upgrade: installed linux-image-4.15.0-38-generic package pre-removal 
script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/19/2010
dmi.bios.vendor: Phoenix
dmi.bios.version: P01-B2
dmi.board.name: Aspire Z5600
dmi.board.vendor: Acer
dmi.chassis.type: 13
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnPhoenix:bvrP01-B2:bd01/19/2010:svnAcer:pnAspireZ5600:pvr:rvnAcer:rnAspireZ5600:rvr:cvnAcer:ct13:cvr:
dmi.product.family: Acer Desktop
dmi.product.name: Aspire Z5600
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-package bionic

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

Title:
  package linux-image-4.15.0-38-generic 4.15.0-38.41 failed to
  install/upgrade: installed linux-image-4.15.0-38-generic package pre-
  removal script subprocess returned error exit status 1

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

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

[Bug 1769396] Re: package cairo-dock-core 3.4.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/bin/cairo-dock-session', which is also in package cairo-dock-data 3.4.1-0ubuntu1

2018-11-18 Thread Gregory Smitherman
Is there a patch for this bug yet?

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

Title:
  package cairo-dock-core 3.4.1-0ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/bin/cairo-dock-session', which is also in
  package cairo-dock-data 3.4.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock/+bug/1769396/+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-27 Thread James Gregory-Monk
In our experience, Trusty appears to be fine - it is just Xenial that is
affected.

-- 
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 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-20 Thread William S Gregory
I believe I have found the culprit. Not happy to say that it looks like
it was a configuration change I made to try to fix the ubiquitous
screen-tearing and frame synch problems that some applications have. I
*believed* I had reverted all the changes I made when I saw they hadn't
fixed the issue, apparently I missed one. Oddly, the machine had booted
up into a proper GDM session several times since that attempt.  In any
case, I went back over my research and double-checked anything that we
hadn't already covered and found an article about adding a zz-nvidia-
modeset.conf file in the modprobe.d folder. This had one working line in
it:

"options nvidia_drm modeset=1"

Once commented that line out and updated initramfs the machine was able
to make all the way into the full GDM session again.

I am very sorry to wasted your time on this problem that was obviously
due to an oversight on my part.

** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-20 Thread William S Gregory
For #41 and #43; tried rebooting into the previous kernel 4.0.15.22.
Both with "nomodeset" and without it.

With "nomodeset" the GDM login presents and I can log in! But it doesn't
appear to be using the actual nvidia driver... Only resolution available
is 1027x768 (not the native resolution of the monitor.) And nvidia
settings does not show any of the usaul tabs/functions.

Without "nomodeset" the GDM does not display.

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-20 Thread William S Gregory
For #42, the contents of 10-nvidia.conf:

Section "OutputClass"
Identifier "nvidia"
MatchDriver "nvidia-drm"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
ModulePath "/usr/lib/x86_64-linux-gnu/nvidia/xorg"
EndSection

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
Just did a locate for all xorg.conf:

sudo locate -i xorg.conf
/usr/share/X11/xorg.conf.d
/usr/share/X11/xorg.conf.d/10-amdgpu.conf
/usr/share/X11/xorg.conf.d/10-nvidia.conf
/usr/share/X11/xorg.conf.d/10-quirks.conf
/usr/share/X11/xorg.conf.d/10-radeon.conf
/usr/share/X11/xorg.conf.d/40-libinput.conf
/usr/share/X11/xorg.conf.d/70-wacom.conf
/usr/share/doc/xserver-xorg-video-intel/xorg.conf
/usr/share/man/man5/xorg.conf.5.gz
/usr/share/man/man5/xorg.conf.d.5.gz

The only file named xorg.conf is attached.

** Attachment added: "xorg.conf"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154458/+files/xorg.conf

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
For 2 from #34.

** Attachment added: "dpkgl.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154436/+files/dpkgl.txt

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
For 1 from #34.

** Attachment added: "gdms.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154435/+files/gdms.txt

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
The machine in question has a single monitor with a resolution of
1920x1080.

And newjournal.txt for 4 from #34.

** Attachment added: "newjournal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154437/+files/newjournal.txt

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-19 Thread William S Gregory
As per #32:
1 Purged all nvidia packages.
2 apt autoremoved, autocleaned.
3 Removed ppa:graphics-drivers (added for a previous attempt to fix this bug)
4 Apt update
5 Apt Installed nvidia-driver-390
6 Rebooted machine

Still no graphical login. ALso, strangely, no new or updated files in
/var/crash.

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
In reference to #29. Attached is the contents of /var/crash.

** Attachment added: "var_crash.tar"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154143/+files/var_crash.tar

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
In reference to #29 regarding whoopsie:

The ID is:
19b6b20813c4f5b05681f9895a0eea0b33c549b42c2877003a447f1dc2e2d71a1c819b59ac63fb1977d412a9b4c0adbc72585129337191e89a05d246c7bf0bb0

The links are:
https://errors.ubuntu.com/oops/d69e209a-70f2-11e8-b67b-fa163ef911dc
https://errors.ubuntu.com/oops/af8ea9d2-70ef-11e8-9d0b-fa163e192766

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
Added nomodeset to the lines specified in #26. Ran "update-grub".
Rebooted. Unfortunately, still no GDM login screen.

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: [nvidia] GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
Answer to #24- make.log is attached.

/proc/cmdline is -

BOOT_IMAGE=/vmlinuz-4.15.0-23-generic root=/dev/mapper/ubuntu--vg-root
ro quiet splash vt.handoff=1

** Attachment added: "nvidia_390_67_make_log.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5154117/+files/nvidia_390_67_make_log.txt

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

Title:
  [nvidia] GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-18 Thread William S Gregory
There seems to be several places to look. I will have to continue later
as I have run out of time for now. But maybe the attached file will help
narrow down the location of any useful files related to dkms.

** Attachment added: "locate_i_dkms.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5153868/+files/locate_i_dkms.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
The output of "lspci -k" is attached.

Unfortunately, there doesn't appear to be anything related to dkms in
/var/log .

** Attachment added: "lspci_k_001.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5153859/+files/lspci_k_001.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
Noticed previously that the status of my working Gnome (Ubuntu 16.04)
desktop's GDM3 service is a bit different than the bugged machine.
Attached is a series of systemctl status updates before and after
stopping and starting the GDM3 service. Note that I did not run any
other systemctl command against GDM3 since the last reboot for this
output.

There seems to be differences in opening and closing sessions involving
PAM. My working system starts a PAM session and leaves it running. In
the non-working system it appears that GDM ends the session shortly
after opening it, and some child processes have died right away as well.

** Attachment added: "systemctl_status_gdm3_001.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5153858/+files/systemctl_status_gdm3_001.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] modified.conffile..etc.gdm3.custom.conf.txt

2018-06-17 Thread William S Gregory
apport information

** Attachment added: "modified.conffile..etc.gdm3.custom.conf.txt"
   
https://bugs.launchpad.net/bugs/1777378/+attachment/5153857/+files/modified.conffile..etc.gdm3.custom.conf.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] ProcCpuinfoMinimal.txt

2018-06-17 Thread William S Gregory
apport information

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
Manually installed files specified in #12. There was one missing
package, "libglib2.0-dev". Installed it, then ran "dpkg -i *.deb" again.
Rebooted. No apparent change on first reboot. No apparent change after
second reboot.


Note: The debug, or ddeb files, were not installed. 

** Description changed:

  Background:
  
  Did a clean install of Ubuntu 18.04, standard Gnome desktop. Used nVidia
  proprietary drivers from Ubuntu repo. Worked quite well for over two
  weeks. When booting up on Friday 15th June, 2018 no longer had a GUI
  login screen. There was just a few lines in tty1. Can still login to
  other terminals and through SSH.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gdm3 3.28.2-0ubuntu1.2
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Sun Jun 17 22:53:22 2018
  InstallationDate: Installed on 2018-05-20 (28 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.gdm3.custom.conf: 2018-05-31T00:51:08.204556
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  DistroRelease: Ubuntu 18.04
  InstallationDate: Installed on 2018-05-20 (28 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  NonfreeKernelModules: nvidia_modeset nvidia
  Package: gdm3 3.28.2-0ubuntu1.2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Tags:  bionic
  Uname: Linux 4.15.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  mtime.conffile..etc.gdm3.custom.conf: 2018-06-18T00:27:55.234654
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2018-05-20 (28 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: mutter
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANG=en_US.UTF-8
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
+ Tags:  bionic
+ Uname: Linux 4.15.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:
+  
+ _MarkForUpload: True
+ mtime.conffile..etc.gdm3.custom.conf: 2018-06-18T00:27:55.234654

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Dependencies.txt

2018-06-17 Thread William S Gregory
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1777378/+attachment/5153855/+files/Dependencies.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
Here is the history.log for #13

** Attachment added: "apt_history.log"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5153835/+files/apt_history.log

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] ProcCpuinfoMinimal.txt

2018-06-17 Thread William S Gregory
apport information

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] modified.conffile..etc.gdm3.custom.conf.txt

2018-06-17 Thread William S Gregory
apport information

** Attachment added: "modified.conffile..etc.gdm3.custom.conf.txt"
   
https://bugs.launchpad.net/bugs/1777378/+attachment/5153834/+files/modified.conffile..etc.gdm3.custom.conf.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
apport information

** Tags added: apport-collected

** Description changed:

  Background:
  
  Did a clean install of Ubuntu 18.04, standard Gnome desktop. Used nVidia
  proprietary drivers from Ubuntu repo. Worked quite well for over two
  weeks. When booting up on Friday 15th June, 2018 no longer had a GUI
  login screen. There was just a few lines in tty1. Can still login to
  other terminals and through SSH.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: gdm3 3.28.2-0ubuntu1.2
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  Date: Sun Jun 17 22:53:22 2018
  InstallationDate: Installed on 2018-05-20 (28 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gdm3
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.gdm3.custom.conf: 2018-05-31T00:51:08.204556
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2018-05-20 (28 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: gdm3 3.28.2-0ubuntu1.2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
+ Tags:  bionic
+ Uname: Linux 4.15.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ mtime.conffile..etc.gdm3.custom.conf: 2018-06-18T00:27:55.234654

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1777378/+attachment/5153832/+files/Dependencies.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
Daniel, I am not sure what to do with apport-collect 1777378 from #3,
since it is waiting in vein for a web-browser to open. This won't happen
since I have no GUI desktop at present.

I did try the fix from #5 two different ways:

1> Commented out "WaylandEnable=true" with a leading #.
   -This yielded the same problem. A boot to a seemingly hung tty1. Can still 
use other terminals and SSH normally. 

2> Changed line in question to read "WaylandEnable=false".
   -This boots to no useable terminals. Have to SSH in to do anything.

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
Daniel here is the output of journalctl.

** Attachment added: "journalctl.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5153831/+files/journalctl.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] Re: GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
Daniel, here is the output of dmesg:


** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1777378/+attachment/5153830/+files/dmesg.txt

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1777378] [NEW] GDM no longer presents GUI login Ubuntu 18.04

2018-06-17 Thread William S Gregory
Public bug reported:

Background:

Did a clean install of Ubuntu 18.04, standard Gnome desktop. Used nVidia
proprietary drivers from Ubuntu repo. Worked quite well for over two
weeks. When booting up on Friday 15th June, 2018 no longer had a GUI
login screen. There was just a few lines in tty1. Can still login to
other terminals and through SSH.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gdm3 3.28.2-0ubuntu1.2
ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
Uname: Linux 4.15.0-23-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Sun Jun 17 22:53:22 2018
InstallationDate: Installed on 2018-05-20 (28 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gdm3
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.gdm3.custom.conf: 2018-05-31T00:51:08.204556

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


** Tags: amd64 apport-bug bionic

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

Title:
  GDM no longer presents GUI login Ubuntu 18.04

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

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

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-06-16 Thread William S Gregory
Also having a this problem. Why is this marked fixed?

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

Title:
  nvidia-390 fails to boot graphical display

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

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

[Bug 1773113] Re: nvidia-390 does not show GUI

2018-06-16 Thread William S Gregory
I have what seems to be a similar problem. Have a machine with stock
Ubuntu 18.04 clean install. Ran fine with latest recommended proprietary
driver for over 2 weeks. Then Friday the 15th June, 2018 it refuses to
use the proprietary drivers. The latest Kernel version will not even
show the login screen, just hangs in the tty 1. The previous kernel
shows the login screen, but it is choppy and will not accept valid login
credentials.

Also, noticed that lspci shows that only nvidiafb and nouveau modules
are loaded, no drm or nvidi_xxx.

I have purged and installed three different sets of drivers with no
success thus far.

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

Title:
   nvidia-390 does not show GUI

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

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

[Bug 1776553] [NEW] package linux-image-4.15.0-23-generic 4.15.0-23.25 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited with return code 1

2018-06-12 Thread Gregory Christensen
Public bug reported:

This happens almost every time my computer starts up. I still can use it
bit I sometimes lose the bottom bar in LKDE.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-23-generic 4.15.0-23.25
ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
Uname: Linux 4.15.0-22-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.15.0-22-generic.
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  regis  2924 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf7e0 irq 30'
   Mixer name   : 'Realtek ALC889'
   Components   : 'HDA:10ec0889,1458a002,0014 
HDA:80862805,80860101,0010'
   Controls  : 69
   Simple ctrls  : 27
Date: Tue Jun 12 11:18:06 2018
ErrorMessage: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited with 
return code 1
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M.
ProcFB:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=aafbd8ca-5c5b-11e8-a321-6805ca430eb4 ro
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions: grub-pc N/A
RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
SourcePackage: grub-legacy-ec2
Title: package linux-image-4.15.0-23-generic 4.15.0-23.25 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2 exited 
with return code 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/06/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: U1d
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z68A-D3H-B3
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrU1d:bd03/06/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ68A-D3H-B3:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-package bionic

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

Title:
  package linux-image-4.15.0-23-generic 4.15.0-23.25 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/x-grub-legacy-ec2
  exited with return code 1

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

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

[Bug 1765285] Re: systemd-journald crashed with SIGABRT in __GI___pthread_timedjoin_ex()

2018-06-06 Thread Gregory M. Blumenthal Scharf
*** This bug is a duplicate of bug 1754214 ***
https://bugs.launchpad.net/bugs/1754214

I think it is wrong that you won't tell me what's wrong with MY computer
just because someone with wheel bits set found the problem first.

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

Title:
  systemd-journald crashed with SIGABRT in __GI___pthread_timedjoin_ex()

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

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

[Bug 1773383] Re: iotop crashes on launch

2018-05-26 Thread Gregory M. Blumenthal Scharf
Can confirm #5

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

Title:
  iotop crashes on launch

To manage notifications about this bug go to:
https://bugs.launchpad.net/pkg-website/+bug/1773383/+subscriptions

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

[Bug 1773239] [NEW] Optimization Error: += operation while mutating the destination on the right hand side

2018-05-24 Thread Gregory Price
Public bug reported:

default optimizations cause issues with this kind of operation:

dingus.rip += doodle();

where the call to doodle() mutates dingus.rip

The produced assembly will use stale data and simply overwrite the
mutation with the original value.  the resulting code simplifies to this
pseudo code:

dingus.rip = 0
doodle() ===  dingus->rip = 4; return 0;
dingus.rip = 0 + return value of doodle()

which is not correct, since it should simplify to this
dingus.rip = 0
doodle() ===  dingus->rip = 4; return 0;
dingus.rip = dingus.rip + return value of doodle()


user@hostname:~/$ gcc --version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4

user@hostname:~/$ gcc -o test test.c
user@hostname:~/$ ./test
0

Expected result: 4


test.c

#include 

struct jit {
unsigned long long rip;
};

unsigned int doodle(struct jit * dingus)
{
dingus->rip = 0x4;
return 0;
}

void tryme(void)
{
struct jit dingus;
dingus.rip = 0;

dingus.rip += doodle();
printf("%llx\n", dingus.rip);
return;
}

int main(void)
{
tryme();
}


objdump -D -Mintel ./test


0040052d :
  40052d:   55  push   rbp
  40052e:   48 89 e5movrbp,rsp
  400531:   48 89 7d f8 movQWORD PTR [rbp-0x8],rdi
  400535:   48 8b 45 f8 movrax,QWORD PTR [rbp-0x8]
  400539:   48 c7 00 04 00 00 00movQWORD PTR [rax],0x4
  400540:   b8 00 00 00 00  moveax,0x0
  400545:   5d  poprbp
  400546:   c3  ret

00400547 :
  400547:   55  push   rbp
  400548:   48 89 e5movrbp,rsp
  40054b:   53  push   rbx
  40054c:   48 83 ec 18 subrsp,0x18
  400550:   48 c7 45 e0 00 00 00movQWORD PTR [rbp-0x20],0x0
  400557:   00 
  400558:   48 8b 5d e0 movrbx,QWORD PTR [rbp-0x20]
  40055c:   48 8d 45 e0 learax,[rbp-0x20]
  400560:   48 89 c7movrdi,rax
  400563:   e8 c5 ff ff ff  call   40052d 
  400568:   89 c0   moveax,eax
  40056a:   48 01 d8addrax,rbx
  40056d:   48 89 45 e0 movQWORD PTR [rbp-0x20],rax
  400571:   48 8b 45 e0 movrax,QWORD PTR [rbp-0x20]
  400575:   48 89 c6movrsi,rax
  400578:   bf 24 06 40 00  movedi,0x400624
  40057d:   b8 00 00 00 00  moveax,0x0
  400582:   e8 89 fe ff ff  call   400410 
  400587:   90  nop
  400588:   48 83 c4 18 addrsp,0x18
  40058c:   5b  poprbx
  40058d:   5d  poprbp
  40058e:   c3  ret

0040058f :
  40058f:   55  push   rbp
  400590:   48 89 e5movrbp,rsp
  400593:   e8 af ff ff ff  call   400547 
  400598:   5d  poprbp
  400599:   c3  ret
  40059a:   66 0f 1f 44 00 00   nopWORD PTR [rax+rax*1+0x0]

** Affects: gcc-4.8 (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/1773239

Title:
  Optimization Error:  += operation while mutating the destination on
  the right hand side

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

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

[Bug 1773071] [NEW] Netplan unknown key bridges

2018-05-23 Thread Gregory Christensen
Public bug reported:

I'm trying to set up a network bridge for KVM but I keep getting a the
error,"Error in network definition //etc/netplan/50-cloud-init.yaml line
5 column 0: unknown key bridges."  The funny thing is line 5 column 0 is
network, not bridges, so I'm not sure why it is saying bridges.  Here is
the .yaml I'm trying:

# This file is generated from information provided by
# the datasource.  Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
  version: 2
  renderer: networkd
  ethernets:
enp2s0:
  dhcp4: no
bridges:
br0:
  interfaces: [enp2s0]
  dhcp4: no
  addresses: [192.168.1.3/24]
  gateway4: 192.168.1.1
  nameservers:
addresses: [192.168.1.1]

Description:Ubuntu 18.04 LTS
Release:18.04
netplan:
  Installed: (none)
  Candidate: 1.10.1-5build1
  Version table:
 1.10.1-5build1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages

** Affects: nplan (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/1773071

Title:
  Netplan unknown key bridges

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

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

[Bug 1247668] Re: NumLock turned off on layout switch

2018-03-23 Thread Gregory Malets
It is 2018 year. A ridiculous bug with NumLock is still present in a fresh 
installation of 14.04 LTS.
4 years no one can fix the bug, is it for real?

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

Title:
  NumLock turned off on layout switch

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

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

[Bug 1730560] Re: package apt-config-auto-update (not installed) failed to install/upgrade: trying to overwrite '/etc/apt/apt.conf.d/10periodic', which is also in package update-notifier-common 3.186

2018-02-10 Thread Gregory M. Blumenthal Scharf
Also affects Xubuntu 16.04

** Tags added: xenial

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

Title:
  package apt-config-auto-update (not installed) failed to
  install/upgrade: trying to overwrite '/etc/apt/apt.conf.d/10periodic',
  which is also in package update-notifier-common 3.186

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pk-update-icon/+bug/1730560/+subscriptions

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

[Bug 1711918] [NEW] package linux-image-extra-4.10.0-26-generic 4.10.0-26.30 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with return code 1

2017-08-20 Thread Nathan Gregory
Public bug reported:

Keeps crashing, all attempts to upgrade have failed.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: linux-image-extra-4.10.0-26-generic 4.10.0-26.30
ProcVersionSignature: Ubuntu 4.10.0-28.32-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
AptOrdering:
 linux-image-extra-4.10.0-19-generic:amd64: Remove
 linux-image-extra-4.10.0-20-generic:amd64: Remove
 linux-image-extra-4.10.0-26-generic:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wa4otj28416 F pulseaudio
 /dev/snd/pcmC0D0p:   wa4otj28416 F...m pulseaudio
 /dev/snd/controlC0:  wa4otj28416 F pulseaudio
Date: Sat Aug 19 11:55:04 2017
ErrorMessage: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with return 
code 1
HibernationDevice: RESUME=UUID=dda6ce41-5b97-4e54-a2d2-f7cff9c078cb
InstallationDate: Installed on 2017-04-14 (128 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
IwConfig:
 lono wireless extensions.
 
 enp0s25   no wireless extensions.
MachineType: HP-Pavilion GN553AAR-ABA m9040n
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta3-4ubuntu2.2
RfKill:
 
SourcePackage: lilo
Title: package linux-image-extra-4.10.0-26-generic 4.10.0-26.30 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/24/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.13
dmi.board.name: Berkeley
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.04
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.13:bd10/24/2007:svnHP-Pavilion:pnGN553AAR-ABAm9040n:pvr:rvnASUSTeKComputerINC.:rnBerkeley:rvr1.04:cvnHewlett-Packard:ct3:cvrChassisVersion:
dmi.product.name: GN553AAR-ABA m9040n
dmi.sys.vendor: HP-Pavilion

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


** Tags: amd64 apport-package third-party-packages zesty

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

Title:
  package linux-image-extra-4.10.0-26-generic 4.10.0-26.30 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited
  with return code 1

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

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


[Bug 1711337] [NEW] Firefox crashes at start on armv7L after 55.0.1 update

2017-08-17 Thread Jim Gregory
Public bug reported:

Firefox always crashes when launched after the 55.0.1 update on an
Orange Pi PC Plus (a single-board computer similar to a Raspberry Pi),
even in safe mode.

I did a fresh install of Armbian (a Ubuntu Xenial 16.04 re-spin for ARM
single-board computer) on a similar board (Orange Pi Plus 2e), installed
Firefox and experienced the same problem--it won't load without
crashing.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: firefox 55.0.1+build2-0ubuntu0.16.04.2
Uname: Linux 3.4.113-sun8i armv7l
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: armhf
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  jim1138 F pulseaudio
 /dev/snd/controlC0:  jim1138 F pulseaudio
BuildID: 20170814194718
Card0.Amixer.info:
 Card hw:0 'audiocodec'/'audiocodec'
   Mixer name   : ''
   Components   : ''
   Controls  : 12
   Simple ctrls  : 12
Card1.Amixer.info:
 Card hw:1 'sndhdmi'/'sndhdmi'
   Mixer name   : ''
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'hdmi audio format Function',0
   Capabilities: enum
   Items: 'null' 'pcm' 'AC3' 'MPEG1' 'MP3' 'MPEG2' 'AAC' 'DTS' 'ATRAC' 
'ONE_BIT_AUDIO' 'DOLBY_DIGITAL_PLUS' 'DTS_HD' 'MAT' 'WMAPRO'
   Item0: 'pcm'
Channel: Unavailable
CurrentDesktop: XFCE
Date: Thu Aug 17 05:37:00 2017
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
IpRoute:
 default via 192.168.10.1 dev eth0 
 default via 192.168.10.1 dev wlan0  proto static  metric 600 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.10.0/24 dev eth0  proto kernel  scope link  src 192.168.10.107 
 192.168.10.0/24 dev wlan0  proto kernel  scope link  src 192.168.10.108  
metric 600
Locales: extensions.sqlite corrupt or missing
PciMultimedia:
 
PciNetwork:
 
Profiles: Profile0 (Default) - LastVersion=55.0.1/20170814194718
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf xenial

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

Title:
  Firefox crashes at start on armv7L after 55.0.1 update

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

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


[Bug 1710024] [NEW] package linux-image-extra-4.10.0-19-generic 4.10.0-19.21 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with return code 1

2017-08-10 Thread Nathan Gregory
Public bug reported:

No details

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: linux-image-extra-4.10.0-19-generic 4.10.0-19.21
ProcVersionSignature: Ubuntu 4.10.0-28.32-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  wa4otj 2374 F pulseaudio
 /dev/snd/controlC0:  wa4otj 2374 F pulseaudio
Date: Thu Aug 10 14:35:24 2017
ErrorMessage: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with return 
code 1
HibernationDevice: RESUME=UUID=dda6ce41-5b97-4e54-a2d2-f7cff9c078cb
InstallationDate: Installed on 2017-04-14 (118 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
IwConfig:
 lono wireless extensions.
 
 enp0s25   no wireless extensions.
MachineType: HP-Pavilion GN553AAR-ABA m9040n
ProcFB: 0 nouveaufb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-28-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta3-4ubuntu2.2
RfKill:
 
SourcePackage: lilo
Title: package linux-image-extra-4.10.0-19-generic 4.10.0-19.21 failed to 
install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited with 
return code 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/24/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.13
dmi.board.name: Berkeley
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.04
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.13:bd10/24/2007:svnHP-Pavilion:pnGN553AAR-ABAm9040n:pvr:rvnASUSTeKComputerINC.:rnBerkeley:rvr1.04:cvnHewlett-Packard:ct3:cvrChassisVersion:
dmi.product.name: GN553AAR-ABA m9040n
dmi.sys.vendor: HP-Pavilion

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


** Tags: amd64 apport-package zesty

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

Title:
  package linux-image-extra-4.10.0-19-generic 4.10.0-19.21 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-runlilo exited
  with return code 1

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

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


[Bug 1421923] Re: No notifications for new mails

2017-04-19 Thread Gregory Opera
Ubuntu 16.04 LTS ("Xenial Xerus") here, and I too have no notifications
for new e-mails... "Pulling" to refresh does not seem to work, and
closing then re-opening usually doesn't work either.

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

Title:
  No notifications for new mails

To manage notifications about this bug go to:
https://bugs.launchpad.net/account-plugins/+bug/1421923/+subscriptions

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


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Gregory M. Blumenthal Scharf
Patch (#4) works for mysql-workbench 6.3 on xenial. Thanks, ehoover!

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

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

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


[Bug 1665565] Re: python-paramiko 1.16.0-1 incompatible with python-crypto 2.6.1-6ubuntu0.16.04.1

2017-02-17 Thread Gregory M. Blumenthal Scharf
** Also affects: mysql-workbench
   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/1665565

Title:
  python-paramiko 1.16.0-1 incompatible with python-crypto
  2.6.1-6ubuntu0.16.04.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-test-infra/+bug/1665565/+subscriptions

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


[Bug 1661831] [NEW] package postfix 3.1.0-3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting a removal

2017-02-04 Thread Gregory Smitherman
Public bug reported:

install of postfix

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: postfix 3.1.0-3
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
AptOrdering:
 postfix: Purge
 sensible-mda: Purge
 NULL: ConfigurePending
Architecture: amd64
Date: Sat Feb  4 04:39:12 2017
Dependencies:
 
DpkgTerminalLog:
 dpkg: error processing package postfix (--purge):
  package is in a very bad inconsistent state; you should
  reinstall it before attempting a removal
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting a removal
InstallationDate: Installed on 2017-01-07 (28 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.19
SourcePackage: postfix
Title: package postfix 3.1.0-3 failed to install/upgrade: package is in a very 
bad inconsistent state; you should  reinstall it before attempting a removal
UpgradeStatus: Upgraded to xenial on 2017-01-07 (27 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package postfix 3.1.0-3 failed to install/upgrade: package is in a
  very bad inconsistent state; you should  reinstall it before
  attempting a removal

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