[Bug 1760647] Re: Unable to build lttng module on 4.4/4.15 KVM kernel

2018-08-19 Thread Po-Hsu Lin
** Changed in: linux-kvm (Ubuntu Xenial)
   Status: New => Won't Fix

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

Title:
  Unable to build lttng module on 4.4/4.15 KVM kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1760647/+subscriptions

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

[Bug 1787208] Re: Openvpn routing issue

2018-08-19 Thread  Christian Ehrhardt 
Odd, Ubuntu has no particular Delta on the 2.4.4 package.
I'd try to make you an 2.4.6 package available - that I'd want to do for the 
upcoming Ubuntu Cosmic release anyway.

If it is good in there we at least know there really is an upstream fix
between 2.4.4 and 2.4.6 that has to be found to fix this issue here in
Bionic as well.

I'll take a look at that later today.

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

Title:
  Openvpn routing issue

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

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

[Bug 1787886] Re: Upgrade from 16LTS to 18LTS breaks Apache2

2018-08-19 Thread Poldi
Something else I just noticed. The first server (the one I manually
installed the php packages needed for Apache2) is on PHP 7.0.30.

The second server before the upgrade is also on PHP 7.0.30. When I do
the upgrade on this server, no additional packages need to be installed,
but the PHP version is 7.2. The 2 severs should be pretty much
identical, so don't know why this is.

Sorry to be so vague, but the second server is the production server so
I had to restore from backup and don't have much  more info

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

Title:
  Upgrade from 16LTS to 18LTS breaks Apache2

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

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

[Bug 1787887] Missing required logs.

2018-08-19 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1787887

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: trusty

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

Title:
  CC_STACKPROTECTOR_STRONG is needed for Trusty 4.4

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

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

[Bug 1787375] Re: package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2 failed to install/upgrade: Unterprozess installed samba package post-installation script gab den Fehler-Ausgangsstatus 1 zurück

2018-08-19 Thread  Christian Ehrhardt 
Hallo,
your log essentially show s it failing due to a bad configuration:
  Unable to locate guest account [smbguest]!
  get_guest_info3 failed with NT_STATUS_NO_SUCH_USER
  ERROR: failed to setup guest info.

I assume you have enabled something like this in your /etc/smb.conf
   guest account = GibtEsNicht

Essentially juts a user that doesn't exist.
This is not in the default config.

That is a broken config, you'd either have to remove that section and
overall clean up your smb.conf or you have to make sure it works by
creating the user as needed.

If you have no custom samba conf that you have to retain you can most easily 
get back to a default config with:
$ apt remover --purge samba samba-common
$ apt install samba

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

Title:
  package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2 failed to install/upgrade:
  Unterprozess installed samba package post-installation script gab den
  Fehler-Ausgangsstatus 1 zurück

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

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

[Bug 1787887] [NEW] CC_STACKPROTECTOR_STRONG is needed for Trusty 4.4

2018-08-19 Thread Po-Hsu Lin
Public bug reported:

443.==
444.FAIL: test_185_config_stack_protector_strong 
(__main__.KernelSecurityConfigTest)
445.CONFIG_CC_STACKPROTECTOR_STRONG set
446.--
447.Traceback (most recent call last):
448.File "./test-kernel-security.py", line 2350, in 
test_185_config_stack_protector_strong
449.self.assertKernelConfig(config_option, expected)
450.File "./test-kernel-security.py", line 207, in assertKernelConfig
451.self.assertKernelConfigSet(name)
452.File "./test-kernel-security.py", line 194, in assertKernelConfigSet
453.'%s option was expected to be set in the kernel config' % name)
454.AssertionError: CC_STACKPROTECTOR_STRONG option was expected to be set 
in the kernel config
455.
456.--
457.Ran 99 tests in 65.463s

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


** Tags: trusty

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

Title:
  CC_STACKPROTECTOR_STRONG is needed for Trusty 4.4

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

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

[Bug 1787210] Re: package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 failed to install/upgrade: installed samba package post-installation script subprocess returned error exit status 1

2018-08-19 Thread  Christian Ehrhardt 
Hi Joe,
the initial bug contains no journal log or systemctl status of the failing 
service after install.
On the initial report per TerminalLog it seems smb itself failed:

Aug 15 09:11:35 Thinkpad smbd[17311]: STATUS=daemon 'smbd' finished starting up 
and ready to serve connections
Aug 15 09:11:37 Thinkpad systemd[1]: smbd.service: Failed with result 'timeout


This is odd to me, it first reports to be started and happy, to then fail with 
a timeout.

The latter update in comment #3 with the failing samba-ad-dc.service
seems to be the service that fails after downgrade right?


I've so far seen this particular issue on e.g. [1], but other than retrying 
there was nothing there that could be reused here.

@Andreas - do you have a better samba-idea what to look for?

@Joe - is this reproducible? If so can you after upgrade show the
"systemctl status" of the failed smbd service and also add the
"journalctl -xe" output including other things happening around that
time?

[1]:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1677329/comments/21

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

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

Title:
  package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 failed to
  install/upgrade: installed samba package post-installation script
  subprocess returned error exit status 1

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

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

[Bug 1787375] Re: package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2 failed to install/upgrade: Unterprozess installed samba package post-installation script gab den Fehler-Ausgangsstatus 1 zurück

2018-08-19 Thread  Christian Ehrhardt 
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

On upgrading a service this service has to be restarted to pick up the fixes.
Rather rarely a real issue occurs that the newer version does e.g. fail with 
the formerly working configuration.
But most of the time what happens is, that a service was installed, but stays 
unconfigured or experimented with but left in a broken state.

Now on any update of the related packages that service has to be restarted, but 
since its config is incomplete/faulty it fails to restart.
Therefore the update of that package has to consider itself incomplete.

Depending on your particular case there are two solutions:
- either remove the offending package if you don't want to continue using it.
- Or if you do want to keep it please fix the configuration so that re-starting 
the service will work.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read "How to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.


** Changed in: samba (Ubuntu)
   Status: New => Incomplete

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

Title:
  package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2 failed to install/upgrade:
  Unterprozess installed samba package post-installation script gab den
  Fehler-Ausgangsstatus 1 zurück

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

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

[Bug 1787886] [NEW] Upgrade from 16LTS to 18LTS breaks Apache2

2018-08-19 Thread Poldi
Public bug reported:

Just upgraded one of our servers from 16-LTS to 18-LTS, which broke Apache (the 
website that worked prior to the upgrade now displays
---
setStart($startTime, $startMem)->mark('afterLoad') : null; // Instantiate the 
application. $app = JFactory::getApplication('site'); // Execute the 
application. $app->execute(); 
---
Nothing really in any of the logs that sheds light on what may be wrong
After further investigation I found the Apache php7_module seems to have has 
disappeared during the upgrade . I fixed the issue on this one server by 
following the instructions from here 
https://www.vultr.com/docs/how-to-install-and-configure-php-70-or-php-71-on-ubuntu-16-04
 which fixed the issue

I just upgraded another server, and and have found a similar issue. This
time the php7_module is there (although the version of php is now 7.2) ,
but the website is down with now indication as to what is wrong

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

Title:
  Upgrade from 16LTS to 18LTS breaks Apache2

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

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

[Bug 1787210] Re: package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 failed to install/upgrade: installed samba package post-installation script subprocess returned error exit status 1

2018-08-19 Thread  Christian Ehrhardt 
Umm, I just realized the samba-ad-dc.service issue was Joe.
If that is an issue pelase report a new bug for it.

The request about reproducing the case and reporting the logs above
should be going to @Tim instead.

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

Title:
  package samba 2:4.7.6+dfsg~ubuntu-0ubuntu2.2 failed to
  install/upgrade: installed samba package post-installation script
  subprocess returned error exit status 1

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

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

[Bug 1692450] Re: [19.04 FEAT] qemu: P9 guest - XIVE support/exploitation

2018-08-19 Thread Andrew Cloke
** Summary changed:

- [18.10 FEAT] qemu: P9 guest - XIVE support/exploitation
+ [19.04 FEAT] qemu: P9 guest - XIVE support/exploitation

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

Title:
  [19.04 FEAT] qemu: P9 guest - XIVE support/exploitation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1692450/+subscriptions

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

[Bug 1787366] Re: avoid service start hang due to random changes

2018-08-19 Thread  Christian Ehrhardt 
Acks are in, pushed for Cosmic

** Changed in: chrony (Ubuntu Bionic)
   Status: New => Triaged

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

Title:
  avoid service start hang due to random changes

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

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

Re: [Bug 1787765] Re: hp-setup wont start

2018-08-19 Thread Hitesh Vijay Oswal
No! didn't work out.


On 08/19/2018 10:16 PM, srinivas wrote:
> Hi,
>
> Remove existing HPLIP driver using 'sudo hp-uninstall'
> Do an OS update and install latest HPLIP driver for Ubuntu from the below link
> https://developers.hp.com/hp-linux-imaging-and-printing
>
> Try doing hp-setup -g.
>
> Regards,
> Srinivas Teja
>
> ** Changed in: hplip
> Status: New => In Progress
>

-- 
Regards,
Hitesh Vijay Oswal

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

Title:
  hp-setup wont start

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

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

[Bug 1787421] Re: Amavis passes banned files in archive with wrong extension

2018-08-19 Thread  Christian Ehrhardt 
I agree to Seth that this seems more a like an upstream feature request.

If you do end up filing an upstream bug, please link to it from here, so that 
Ubuntu can follow and either merge it down the road when a new version includes 
it or if the discussion reveals that it could be resolved via a different 
configuration that can be considered.
Thanks!

** Changed in: amavisd-new (Ubuntu)
   Status: New => Incomplete

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

Title:
  Amavis passes banned files in archive with wrong extension

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1787421/+subscriptions

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

[Bug 1692476] Re: [18.04 FEAT]: qemu: Enable RDMA support in qemu

2018-08-19 Thread  Christian Ehrhardt 
I beg your pardon, it was released in 18.04 - why change the milestone
to 18.10?

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

Title:
  [18.04 FEAT]: qemu: Enable RDMA support in qemu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1692476/+subscriptions

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

[Bug 1784152] Re: i2c_hid_get_input floods system logs

2018-08-19 Thread Kai-Heng Feng
I guess that parameter puts the touchpad into PS/2 mouse mode.

Can you check if "i2c-hid" is loaded via `lsmod`?

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

Title:
  i2c_hid_get_input floods system logs

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

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

[Bug 1787879] [NEW] kbd_mode resets on console-setup-linux package upgrade

2018-08-19 Thread a1291762
Public bug reported:

Description:Ubuntu 18.04.1 LTS
Release:18.04

As per this page:
https://askubuntu.com/questions/886593/alt-f4-switches-to-tty4

I had to run this command to fix things (and stop unintentionally switching to 
other VTs):
sudo kbd_mode -s

I had literally just run some updates so I checked and saw that console-
setup-linux was updated. I have a suspicion that something in it's post-
install is the cause here?

Since there doesn't appear to be anything else useful to add, here's the 
dpkg.log section from when the update ran:
2018-08-20 15:20:36 startup archives unpack
2018-08-20 15:20:36 upgrade console-setup-linux:all 1.178ubuntu2.3 
1.178ubuntu2.6
2018-08-20 15:20:36 status half-configured console-setup-linux:all 
1.178ubuntu2.3
2018-08-20 15:20:36 status unpacked console-setup-linux:all 1.178ubuntu2.3
2018-08-20 15:20:36 status half-installed console-setup-linux:all 1.178ubuntu2.3
2018-08-20 15:20:36 status triggers-pending systemd:amd64 237-3ubuntu10.3
2018-08-20 15:20:36 status triggers-pending ureadahead:amd64 0.100.0-20
2018-08-20 15:20:36 status half-installed console-setup-linux:all 1.178ubuntu2.3
2018-08-20 15:20:43 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:43 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:43 upgrade console-setup:all 1.178ubuntu2.3 1.178ubuntu2.6
2018-08-20 15:20:43 status half-configured console-setup:all 1.178ubuntu2.3
2018-08-20 15:20:43 status unpacked console-setup:all 1.178ubuntu2.3
2018-08-20 15:20:43 status half-installed console-setup:all 1.178ubuntu2.3
2018-08-20 15:20:43 status triggers-pending man-db:amd64 2.8.3-2
2018-08-20 15:20:43 status half-installed console-setup:all 1.178ubuntu2.3
2018-08-20 15:20:43 status unpacked console-setup:all 1.178ubuntu2.6
2018-08-20 15:20:43 status unpacked console-setup:all 1.178ubuntu2.6
2018-08-20 15:20:43 upgrade keyboard-configuration:all 1.178ubuntu2.3 
1.178ubuntu2.6
2018-08-20 15:20:43 status half-configured keyboard-configuration:all 
1.178ubuntu2.3
2018-08-20 15:20:43 status unpacked keyboard-configuration:all 1.178ubuntu2.3
2018-08-20 15:20:43 status half-installed keyboard-configuration:all 
1.178ubuntu2.3
2018-08-20 15:20:43 status half-installed keyboard-configuration:all 
1.178ubuntu2.3
2018-08-20 15:20:43 status unpacked keyboard-configuration:all 1.178ubuntu2.6
2018-08-20 15:20:43 status unpacked keyboard-configuration:all 1.178ubuntu2.6
2018-08-20 15:20:43 startup packages configure
2018-08-20 15:20:43 configure keyboard-configuration:all 1.178ubuntu2.6 
2018-08-20 15:20:43 status unpacked keyboard-configuration:all 1.178ubuntu2.6
2018-08-20 15:20:43 status half-configured keyboard-configuration:all 
1.178ubuntu2.6
2018-08-20 15:20:45 status installed keyboard-configuration:all 1.178ubuntu2.6
2018-08-20 15:20:45 status triggers-pending initramfs-tools:all 0.130ubuntu3.1
2018-08-20 15:20:45 trigproc ureadahead:amd64 0.100.0-20 
2018-08-20 15:20:45 status half-configured ureadahead:amd64 0.100.0-20
2018-08-20 15:20:45 status installed ureadahead:amd64 0.100.0-20
2018-08-20 15:20:45 trigproc systemd:amd64 237-3ubuntu10.3 
2018-08-20 15:20:45 status half-configured systemd:amd64 237-3ubuntu10.3
2018-08-20 15:20:46 status installed systemd:amd64 237-3ubuntu10.3
2018-08-20 15:20:46 trigproc man-db:amd64 2.8.3-2 
2018-08-20 15:20:46 status half-configured man-db:amd64 2.8.3-2
2018-08-20 15:20:47 status installed man-db:amd64 2.8.3-2
2018-08-20 15:20:47 configure console-setup-linux:all 1.178ubuntu2.6 
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked console-setup-linux:all 1.178ubuntu2.6
2018-08-20 15:20:47 status unpacked con

[Bug 1787801] Re: openvpn does not work with ecryptfs setup

2018-08-19 Thread Nikolay Borisov
Ok, thanks for the tip I didn't know that. If this is then coming from
upstream I guess a bug report is warranted there 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/1787801

Title:
  openvpn does not work with ecryptfs setup

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

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

[Bug 1759158] Re: Improve Thunderbird notifications for Gnome Shell

2018-08-19 Thread Eugene Romanenko
Thank you!

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

Title:
  Improve Thunderbird notifications for Gnome Shell

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

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

[Bug 1787692] Re: package grub-efi-amd64-signed 1.93.4+2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status

2018-08-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: grub2-signed (Ubuntu)
   Status: New => Confirmed

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

Title:
  package grub-efi-amd64-signed 1.93.4+2.02-2ubuntu8.3 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1787765] Re: hp-setup wont start

2018-08-19 Thread srinivas
Hi,

Remove existing HPLIP driver using 'sudo hp-uninstall'
Do an OS update and install latest HPLIP driver for Ubuntu from the below link
https://developers.hp.com/hp-linux-imaging-and-printing

Try doing hp-setup -g.

Regards,
Srinivas Teja

** Changed in: hplip
   Status: New => In Progress

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

Title:
  hp-setup wont start

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

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

[Bug 1786157] Re: libvirt-python async is now a keyword

2018-08-19 Thread  Christian Ehrhardt 
As expected this got unblocked with the new libvirt and works now.

** Changed in: libvirt (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  libvirt-python async is now a keyword

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

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

[Bug 1772434] Re: Broadcom: IT (HBA) Driver Enablement in 18.04 (Patches)

2018-08-19 Thread Sujith Pandel
Can you guys share the release plans for kernel-4.15.0-33.36?
We have a installation/boot failure with HBA330 and the patches in this list 
are fixing it.

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

Title:
  Broadcom:  IT (HBA) Driver Enablement in 18.04 (Patches)

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

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

[Bug 1787875] Re: system-config-printer.py empties cupsd.conf

2018-08-19 Thread Wolf Pichler
** Tags added: bionic

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

Title:
  system-config-printer.py empties cupsd.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1787875/+subscriptions

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

[Bug 1760647] Re: Unable to build lttng module on 4.4/4.15 KVM kernel

2018-08-19 Thread Po-Hsu Lin
After discussion with Kamal, we will disable this test instead of enabling that 
CONFIG_TRACEPOINTS for KVM kernels.
Thanks

** Changed in: linux-kvm (Ubuntu)
   Status: New => Won't Fix

** No longer affects: linux (Ubuntu)

** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

** No longer affects: linux (Ubuntu Xenial)

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

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

Title:
  Unable to build lttng module on 4.4/4.15 KVM kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1760647/+subscriptions

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

[Bug 1785780] Re: TB 16 issue on Dell Lattitude 7490 with large amount of data

2018-08-19 Thread Kai-Heng Feng
Yes.

https://lkml.org/lkml/2018/8/20/42

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

Title:
  TB 16 issue on Dell Lattitude 7490 with large amount of data

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1785780/+subscriptions

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

[Bug 1787877] [NEW] crash when installing grub

2018-08-19 Thread Nam Hyeon, Go
Public bug reported:

crash when installing grub

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
Date: Mon Aug 20 13:43:59 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  crash when installing grub

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

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

[Bug 1756755] Re: package systemd-sysv 237-3ubuntu4 failed to install/upgrade: installed systemd-shim package post-removal script subprocess returned error exit status 2

2018-08-19 Thread GMPH
** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) => GMPH (gmphtravel)

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

Title:
  package systemd-sysv 237-3ubuntu4 failed to install/upgrade: installed
  systemd-shim package post-removal script subprocess returned error
  exit status 2

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

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

[Bug 1769869] Re: Crash when trying to close a tab on Ubuntu bionic

2018-08-19 Thread Launchpad Bug Tracker
[Expired for meld (Ubuntu) because there has been no activity for 60
days.]

** Changed in: meld (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Crash when trying to close a tab on Ubuntu bionic

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

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

[Bug 1772321] Re: Ubiquity issues installing Lubuntu Bionic daily

2018-08-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Ubiquity issues installing Lubuntu Bionic daily

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

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

[Bug 1772407] Re: ubuntu bionic "grub-efi-amd64-signed" error

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  ubuntu bionic "grub-efi-amd64-signed" error

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

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

[Bug 1776093] Re: GRUB Crashed during installation

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  GRUB Crashed during installation

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

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

[Bug 1776535] Re: crashed installer

2018-08-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  crashed installer

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

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

[Bug 1776661] Re: Crashes while installling

2018-08-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Crashes while installling

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

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

[Bug 1776918] Re: grub installation hang on 0%

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  grub installation hang on 0%

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

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

[Bug 1776885] Re: package grub-pc 2.02~beta2-36ubuntu3.17 failed to install/upgrade: subprocess installed. post-installation script returned error exit status 10

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package grub-pc 2.02~beta2-36ubuntu3.17 failed to install/upgrade:
  subprocess installed. post-installation script returned error exit
  status 10

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

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

[Bug 1774752] Re: Ubuntu 18.04 Desktop UEFI OS Install options in Grub.cfg

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu Bionic) because there has been no activity
for 60 days.]

** Changed in: grub2 (Ubuntu Bionic)
   Status: Incomplete => Expired

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

Title:
  Ubuntu 18.04 Desktop UEFI OS Install options in Grub.cfg

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

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

[Bug 1776363] Re: instelling not abel to create maneger

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  instelling not abel to create maneger

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

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

[Bug 1774752] Re: Ubuntu 18.04 Desktop UEFI OS Install options in Grub.cfg

2018-08-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Ubuntu 18.04 Desktop UEFI OS Install options in Grub.cfg

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

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

[Bug 1776383] Re: GRUB error unable to install boot loader

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  GRUB error unable to install boot loader

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

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

[Bug 1777353] Re: failed

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  failed

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

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

[Bug 1777188] Re: Was trying to install 18.04

2018-08-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Was trying to install 18.04

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

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

[Bug 1774752] Re: Ubuntu 18.04 Desktop UEFI OS Install options in Grub.cfg

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Ubuntu 18.04 Desktop UEFI OS Install options in Grub.cfg

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

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

[Bug 1774752] Re: Ubuntu 18.04 Desktop UEFI OS Install options in Grub.cfg

2018-08-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu Bionic) because there has been no activity
for 60 days.]

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

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

Title:
  Ubuntu 18.04 Desktop UEFI OS Install options in Grub.cfg

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

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

[Bug 1776094] Re: With an MVME drive pluged into a PCIe slot grub will always say that it can't write to any partition I choose.

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  With an MVME drive pluged into a PCIe slot grub will always say that
  it can't write to any partition I choose.

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

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

[Bug 1777278] Re: package grub-pc 2.02-2ubuntu8 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 20

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package grub-pc 2.02-2ubuntu8 failed to install/upgrade: installed
  grub-pc package post-installation script subprocess returned error
  exit status 20

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

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

[Bug 1777311] Re: System freezes randomly

2018-08-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  System freezes randomly

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

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

[Bug 1776936] Re: Grub doesn'install on dell 5000 I7

2018-08-19 Thread Launchpad Bug Tracker
[Expired for grub-installer (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Grub doesn'install on dell 5000 I7

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

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

[Bug 1777653] Re: package freeradius-ldap 3.0.16+dfsg-1ubuntu3 failed to install/upgrade: installed freeradius-ldap package post-installation script subprocess returned error exit status 1

2018-08-19 Thread Launchpad Bug Tracker
[Expired for freeradius (Ubuntu) because there has been no activity for
60 days.]

** Changed in: freeradius (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package freeradius-ldap 3.0.16+dfsg-1ubuntu3 failed to
  install/upgrade: installed freeradius-ldap package post-installation
  script subprocess returned error exit status 1

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

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

[Bug 1777398] Re: dm thin block allocation failure

2018-08-19 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  dm thin block allocation failure

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

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

[Bug 1777763] Re: update crashes, also Software Updater hangs at end.

2018-08-19 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  update crashes, also Software Updater hangs at end.

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

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

[Bug 1777942] Re: package libpam-runtime 1.1.8-3.2ubuntu2 failed to install/upgrade: package libpam-runtime is not ready for configuration cannot configure (current status 'half-installed')

2018-08-19 Thread Launchpad Bug Tracker
[Expired for pam (Ubuntu) because there has been no activity for 60
days.]

** Changed in: pam (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package libpam-runtime 1.1.8-3.2ubuntu2 failed to install/upgrade:
  package libpam-runtime is not ready for configuration  cannot
  configure (current status 'half-installed')

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

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

[Bug 1787875] [NEW] system-config-printer.py empties cupsd.conf

2018-08-19 Thread Wolf Pichler
Public bug reported:

When changing print server settings:

gnome-control-center -> Devices -> Printers -> Additional Printer
Settings ... => system-config-printer.py is started -> Server Settings
-> PreserveJobHistory No

CUPS will automatically be restarted but does not come up any more
because /etc/cups/cupsd.conf now only contains one single line:

PreserveJobHistory No


###

Fortunately the old configuration is stored in /etc/cups/cupsd.conf.O.

###

lsb_release -rd:
Description:Ubuntu 18.04.1 LTS
Release:18.04

apt-cache policy system-config-printer:
system-config-printer:
  Installed: 1.5.11-1ubuntu2
  Candidate: 1.5.11-1ubuntu2
  Version table:
 *** 1.5.11-1ubuntu2 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu bionic/main i386 Packages
100 /var/lib/dpkg/status

** Affects: system-config-printer (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/1787875

Title:
  system-config-printer.py empties cupsd.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1787875/+subscriptions

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

[Bug 1616332] Re: gnome-software using hundreds of MB of memory when not in use

2018-08-19 Thread tom
Still 197MB, not used, fresh after boot-up, on 18.04.

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

Title:
  gnome-software using hundreds of MB of memory when not in use

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

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

[Bug 1666368] Re: [Ubuntu 16.04] nginx won't start on boot while network does not up yet

2018-08-19 Thread Thomas Ward
The SystemD spec currently says daemons should seek network.target, not
network-online.target.

We will not be altering the SystemD specs for the package or its SystemD
unit at this time.  Providing the SystrmD drop in snippets is the proper
approach as the default daemon behavior on a clean install does not need
network-online.target.

** Changed in: nginx (Ubuntu)
   Status: Incomplete => Won't Fix

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

Title:
  [Ubuntu 16.04] nginx won't start on boot while network does not up yet

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

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

[Bug 1787179] Re: linux-lts-xenial: 4.4.0-134.160~14.04.1 -proposed tracker

2018-08-19 Thread Taihsiang Ho
Hardware Certification have begun testing this -proposed kernel.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => 
Taihsiang Ho (taihsiangho)

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

Title:
  linux-lts-xenial: 4.4.0-134.160~14.04.1 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1787179/+subscriptions

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

[Bug 1787187] Re: linux: 3.13.0-156.206 -proposed tracker

2018-08-19 Thread Taihsiang Ho
Time is limited and we would refer to the previous kernel
(3.13.0-154.204) test result.

** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => Invalid

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

Title:
  linux: 3.13.0-156.206 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1787187/+subscriptions

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

[Bug 1776622] Re: snapd on cosmic never finishes installing/updating. Can't install any other updates.

2018-08-19 Thread Daniel van Vugt
** Changed in: snapd
   Status: New => Confirmed

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

Title:
  snapd on cosmic never finishes installing/updating. Can't install any
  other updates.

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

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

[Bug 1787822] Re: gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been already deallocated - impossible to access to it

2018-08-19 Thread Daniel van Vugt
Please also try removing the other extensions. There's more than two:

b'org.gnome.shell' b'enabled-extensions' b"['update-
extensi...@franglais125.gmail.com', 'freon@Veske',
'netsp...@hedayaty.gmail.com', 'openweather-extens...@jenslody.de',
'public-ip-addr...@holdingitwrong.com', 'alternate-tab@gnome-shell-
extensions.gcampax.github.com', 'window-list@gnome-shell-
extensions.gcampax.github.com']"

If the problem persists with no extensions (and after rebooting) then
please run:

  journalctl -b > journal.txt

and attach the resulting journal.txt here.

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

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

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 1787544] Re: linux-oem: 4.15.0-1017.20 -proposed tracker

2018-08-19 Thread Taihsiang Ho
** Changed in: kernel-sru-workflow/certification-testing
   Status: Confirmed => Invalid

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

Title:
  linux-oem: 4.15.0-1017.20 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1787544/+subscriptions

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

[Bug 1787183] Re: linux-raspi2: 4.4.0-1095.103 -proposed tracker

2018-08-19 Thread Taihsiang Ho
Hardware Certification have completed testing this -proposed kernel. No
regressions were observed, results are available here:
http://people.canonical.com/~hwcert/sru-
testing/raspi2/4.4.0-1095.103/raspi2-4.4-proposed-published.html

** Tags added: certification-testing-passed

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => Fix Released

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

Title:
  linux-raspi2: 4.4.0-1095.103 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1787183/+subscriptions

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

[Bug 1725836] Missing required logs.

2018-08-19 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1725836

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  [radeon] No more than 2 displays work simultaneously

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

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

[Bug 1787822] GsettingsChanges.txt

2018-08-19 Thread chris pollock
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1787822/+attachment/5177751/+files/GsettingsChanges.txt

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

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 1776622] Re: snapd on cosmic never finishes installing/updating. Can't install any other updates.

2018-08-19 Thread Christopher Patrick
sane problem upgrading to snapd 2.35~pre3+18.10.5 on 18.10

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

Title:
  snapd on cosmic never finishes installing/updating. Can't install any
  other updates.

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

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

[Bug 1787822] Re: gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been already deallocated - impossible to access to it

2018-08-19 Thread chris pollock
apport information

** Tags added: apport-collected bionic

** Description changed:

  lsb_release -rd
  Description:  Ubuntu 18.04.1 LTS
  Release:  18.04
  
  apt-cache policy gnome-shell
  gnome-shell:
Installed: 3.28.2-0ubuntu0.18.04.1
Candidate: 3.28.2-0ubuntu0.18.04.1
Version table:
   *** 3.28.2-0ubuntu0.18.04.1 500
  
  Since upgrading from 16.04.5LTS to 18.04.1LTS last Thursday my syslog
  has been filling with the below:
  
  Aug 19 11:34:11 localhost gnome-shell[2503]: Object Meta.Background 
(0x7febd401a470), has been already deallocated - impossible to access to it. 
This might be caused by the fact that the object has been destroyed from C code 
using something such as destroy(), dispose(), or remove() vfuncs
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: == Stack trace for 
context 0x561c9a54e330 ==
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #0 0x561c9a9edbd8 i  
 resource:///org/gnome/shell/ui/background.js:718 (0x7febd000f450 @ 22)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #1 0x561c9a9edb50 i  
 resource:///org/gnome/shell/ui/tweener.js:113 (0x7febd02c7e68 @ 37)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #2 0x7fff0e3e36e0 b  
 resource:///org/gnome/gjs/modules/tweener/tweener.js:208 (0x7febd02d3b38 @ 54)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #3 0x7fff0e3e3830 b  
 resource:///org/gnome/gjs/modules/tweener/tweener.js:337 (0x7febd02d3bc0 @ 
1626)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #4 0x7fff0e3e38e0 b  
 resource:///org/gnome/gjs/modules/tweener/tweener.js:350 (0x7febd02d3c48 @ 100)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #5 0x7fff0e3e3970 b  
 resource:///org/gnome/gjs/modules/tweener/tweener.js:365 (0x7febd02d3cd0 @ 10)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #6 0x7fff0e3e3a60 b  
 resource:///org/gnome/gjs/modules/signals.js:128 (0x7febd02d3230 @ 386)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #7 0x7fff0e3e3b10 b  
 resource:///org/gnome/shell/ui/tweener.js:245 (0x7febd02cf808 @ 159)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #8 0x7fff0e3e3be0 b  
 resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7febd02b5de0 @ 71)
  Aug 19 11:34:11 localhost org.gnome.Shell.desktop[2503]: #9 0x7fff0e3e3c80 b  
 resource:///org/gnome/shell/ui/tweener.js:220 (0x7febd02cf780 @ 15)
  
  Following suggestions in previous bug reports about this I went through
  and removed all of my shell extensions:
  
  chris@localhost:~/.local/share/gnome-shell/extensions$ ls -l
  total 0
  chris@localhost:~/.local/share/gnome-shell/extensions$
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ CurrentDesktop: GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2014-10-24 (1395 days ago)
+ InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
+ Package: gnome-shell 3.28.2-0ubuntu0.18.04.1
+ 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-32.35-generic 4.15.18
+ Tags:  bionic
+ Uname: Linux 4.15.0-32-generic x86_64
+ UpgradeStatus: Upgraded to bionic on 2018-08-17 (3 days ago)
+ UserGroups: adm cdrom dip kvm libvirt libvirtd lpadmin netdev plugdev 
sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1787822/+attachment/5177750/+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/1787822

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 1776622] Re: snapd on cosmic never finishes installing/updating. Can't install any other updates.

2018-08-19 Thread Christopher Patrick
Setting up snapd (2.35~pre3+18.10.5) ...
Installing new version of config file 
/etc/apparmor.d/usr.lib.snapd.snap-confine.real ...
snapd.failure.service is a disabled or a static unit, not starting it.
snapd.snap-repair.service is a disabled or a static unit, not starting it.

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

Title:
  snapd on cosmic never finishes installing/updating. Can't install any
  other updates.

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

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

[Bug 1787822] Re: gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been already deallocated - impossible to access to it

2018-08-19 Thread chris pollock
I reinstalled two of the Gnome Extensions, Freon and Window List since
removing all extensions had no effect.

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

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 1787822] ProcCpuinfoMinimal.txt

2018-08-19 Thread chris pollock
apport information

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

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 1725836] Re: No more than 2 displays work simultaneously

2018-08-19 Thread Daniel van Vugt
Thanks. Comment #33 seems to be the most important one now. If the bug
occurs in XFCE as well then this is not a gnome-shell bug. Instead it
should be assigned to xorg-server, or the driver, or the kernel.

** No longer affects: mutter

** No longer affects: gnome-shell (Ubuntu)

** No longer affects: mutter (Ubuntu)

** Summary changed:

- No more than 2 displays work simultaneously
+ [radeon] No more than 2 displays work simultaneously

** Tags added: radeon

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

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

Title:
  [radeon] No more than 2 displays work simultaneously

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

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

[Bug 1055025] Re: Unable to rename .desktop file

2018-08-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1786233 ***
https://bugs.launchpad.net/bugs/1786233

** This bug has been marked a duplicate of bug 1786233
   Can't rename a desktop file

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

Title:
  Unable to rename .desktop file

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

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

[Bug 1690085]

2018-08-19 Thread pmenzel+bugzilla.kernel.org
The title of the bug should be changed to include Ryzen 7 1700X, and the
reporter should follow up, if the problem still occurs with Linux 4.18.

For the other issues, separate bug reports should be submitted. Though
the mailing lists might be the better forum for this, as the Linux
kernel developers for the subsystem do not seem to use the Kernel.org
Bugzilla.

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

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

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

[Bug 1787809] Re: Main DVD menu of an ISO image fails to open in totem, but opens in VLC

2018-08-19 Thread Daniel van Vugt
** Summary changed:

- Main menu of an ISO image fails to open in totem, but opens in VLC
+ Main DVD menu of an ISO image fails to open in totem, but opens in VLC

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

Title:
  Main DVD menu of an ISO image fails to open in totem, but opens in VLC

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

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

[Bug 1787839] Re: Nautilus won't allow .desktop extension to be changed

2018-08-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1786233 ***
https://bugs.launchpad.net/bugs/1786233

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1786233, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1786233
   Can't rename a desktop file

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

Title:
  Nautilus won't allow .desktop extension to be changed

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

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

[Bug 1786233] Re: Can't rename a desktop file

2018-08-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: nautilus (Ubuntu)
   Status: New => Confirmed

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

Title:
  Can't rename a desktop file

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

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

[Bug 1690085]

2018-08-19 Thread pitrou
I don't think there is any reason to think that the "c6 mode" option had
anything to do with "typical idle current". Its name implied that it
disabled C6 states, which it actually didn't (according to the Zenstates
script).

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

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

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

[Bug 1690085]

2018-08-19 Thread pitrou
@Paul I understand this. I'm also monitoring the corresponding Ubuntu
issue.  Still, I was asking whether there was a specific reason to
believe this bug was fixed upstream (as opposed to the fact that a
single person doesn't experience the issue anymore).

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

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

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

[Bug 1690085]

2018-08-19 Thread pitrou
(In reply to Michaël Colignon from comment #400)
> 
> Hi Antoine, i checked the manual of your Asrock motherboard quickly.
> For your machine the "typical idle current" is named "c6 mode"
> Disable it and you get the "typical idle current", i think.
> While keeping the boost monothread.

Hi Michaël, that option was removed in the latest BIOS updates. Probably
because it didn't work at all.

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

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

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

[Bug 1690085]

2018-08-19 Thread ledesillusionniste
(In reply to Antoine Pitrou from comment #407)
> (In reply to Michaël Colignon from comment #400)
> > 
> > Hi Antoine, i checked the manual of your Asrock motherboard quickly.
> > For your machine the "typical idle current" is named "c6 mode"
> > Disable it and you get the "typical idle current", i think.
> > While keeping the boost monothread.
> 
> Hi Michaël, that option was removed in the latest BIOS updates. Probably
> because it didn't work at all.

Oh yes it works. On others boards it fix the crashes in idle.
Contact asrock support about the "typical idle current" needed option.

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

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

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

[Bug 1787822] Re: gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been already deallocated - impossible to access to it

2018-08-19 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1787822

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.


** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

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

Title:
  gnome-shell[2503]: Object Meta.Background (0x561c9af53600), has been
  already deallocated - impossible to access to it

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

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

[Bug 1690085]

2018-08-19 Thread pmenzel+bugzilla.kernel.org
(In reply to Antoine Pitrou from comment #398)
> @Daniel what makes you think this bug is fixed?  It certainly isn't for me. 
> I have a ASRock Fatal1ty X370 Gaming X motherboard, a Ryzen 7 1700 CPU, have
> updated the motherboard BIOS to its latest version (4.80 with
> PinnaclePI-AM4_1.0.0.2 Patch A) and am still getting idle lockups with
> kernel 4.15.0-32-generic (Ubuntu 18.04.1 kernel).  The workaround for me is
> to disable C6 states using the Zenstates.py script (which has the
> unfortunate side effect of lowering the max CPU frequency in single-threaded
> mode).

Please remember, this is the upstream Linux kernel bug tracker. So,
reports should only be for the latest stable releases, which currently
is 4.18.3 [1]. Some distributions make it easy to install those.
Packages are available for Ubuntu [2].

Please report issues with the heavily patched Ubuntu default Linux
kernel to the Ubuntu bug tracker [3].


[1]: https://www.kernel.org/
[2]: http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.18.3/
[3]: https://bugs.launchpad.net/ubuntu/+source/linux/+bugs

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

Title:
  Ryzen 1800X freeze - rcu_sched detected stalls on CPUs/tasks

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

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

[Bug 1786233] Re: Can't rename a desktop file

2018-08-19 Thread Daniel van Vugt
** Changed in: nautilus (Ubuntu)
   Status: Incomplete => New

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

Title:
  Can't rename a desktop file

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

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

[Bug 572045] Re: should be marked undumpable to avoid PTRACE attach

2018-08-19 Thread Chris Halse Rogers
This was actually fixed (with a Debian patch) in the gnupg 2.1.7-1
upload.

** Changed in: gnupg2 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  should be marked undumpable to avoid PTRACE attach

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

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

[Bug 1787756] Re: system booting locked at login

2018-08-19 Thread Daniel van Vugt
I can't tell what the problem is.


What do you see? What is going wrong?

** Summary changed:

- 18.04 lts
+ system booting locked at login

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

** Changed in: xorg-server (Ubuntu)
   Status: New => Incomplete

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

Title:
  system booting locked at login

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

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

[Bug 1787748] Re: ubuntu.session is trying to write '/usr/share/gnome-session/sessions/ubuntu.session', which is also in the gnome-session

2018-08-19 Thread Daniel van Vugt
** Summary changed:

- Ubuntu.session in gnome-session
+ ubuntu.session is trying to write 
'/usr/share/gnome-session/sessions/ubuntu.session', which is also in the 
gnome-session

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

Title:
  ubuntu.session is trying to write '/usr/share/gnome-
  session/sessions/ubuntu.session', which is also in the gnome-session

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

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

[Bug 1786906] Re: "ACPI unsupported"

2018-08-19 Thread William Grant
** Project changed: canonical-identity-provider => ubuntu

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

Title:
  "ACPI unsupported"

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

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

[Bug 1787651] Re: Mouse stops clicking using Jabra Evolve 65 via bluetooth

2018-08-19 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

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

Title:
  Mouse stops clicking using Jabra Evolve 65 via bluetooth

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

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

[Bug 62976] Re: Soyuz should not allow duplicated packages in NEW/UNAPPROVED queue

2018-08-19 Thread William Grant
** No longer affects: ubuntu

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

Title:
  Soyuz should not allow duplicated packages in NEW/UNAPPROVED queue

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

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

[Bug 1787645] Re: Most, but not all, boots from cold, I get a Low Graphics Mode error

2018-08-19 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => xserver-xorg-video-ati (Ubuntu)

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

Title:
  Most, but not all, boots from cold, I get a Low Graphics Mode error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1787645/+subscriptions

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

[Bug 1787581] Re: sudo apt-get install xserver-xorg-video-intel

2018-08-19 Thread Daniel van Vugt
Ubuntu already fully supports Intel GPUs using the built-in
"modesetting" driver. So you don't need to install xserver-xorg-video-
intel and it probably would not help power usage if you did.

What is the main problem you're trying to solve? If it's the power usage
then the Nvidia GPU is more likely the main problem. To reduce the power
usage there you can:

 * Maybe disable the secondary GPU in your BIOS; or
 * Install a more power-efficient driver by looking in:
 Settings > Software & Updates > Additional drivers

Is power usage the main problem?

** Changed in: xorg-server (Ubuntu)
   Status: New => Incomplete

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

Title:
  sudo apt-get install xserver-xorg-video-intel

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

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

[Bug 1787613] Re: after fresh install again broken dependencies

2018-08-19 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)

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

Title:
  after fresh install again broken dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1787613/+subscriptions

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

[Bug 1786906] [NEW] "ACPI unsupported"

2018-08-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

While I'm using Ubuntu Server version on my laptop(HP omen 15, 
CPU:i5-8300H,GPU:GTX1050Ti), it always says "[ time.time] acpi INT3400:00: 
Unsupported event [0x86]",
In Ubuntu Desktop version, after I turn on my computer, it'll not going on but 
stay at a screen and says "[ time.time] acpi INT3400:00: Unsupported event 
[0x86]"

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

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

[Bug 1787571] Re: Bluetooth keyboard won't connect again after connection was lost

2018-08-19 Thread Daniel van Vugt
This is surprising. It sounds like reconnecting is disabled by default
unless you specify exactly which devices to reconnect in
/etc/bluetooth/main.conf:

# The ReconnectUUIDs defines the set of remote services that should try
# to be reconnected to in case of a link loss (link supervision
# timeout). The policy plugin should contain a sane set of values by
# default, but this list can be overridden here. By setting the list to
# empty the reconnection feature gets disabled.
#ReconnectUUIDs=1112--1000-8000-00805f9b34fb, 
111f--1000-8000-00805f9b34fb, 110a--1000-8000-00805f9b34fb

So maybe try editing /etc/bluetooth/main.conf and change:

  #ReconnectUUIDs=1112--1000-8000-00805f9b34fb,
111f--1000-8000-00805f9b34fb,
110a--1000-8000-00805f9b34fb

to:

  ReconnectUUIDs=1124--1000-8000-00805f9b34fb,
1812--1000-8000-00805f9b34fb

in an attempt to auto-reconnect your Human Interface Devices.

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

Title:
  Bluetooth keyboard won't connect again after connection was lost

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

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

[Bug 1787364] Re: Whole desktop crash when opening browsing window

2018-08-19 Thread Jaufré Aligé
If I close Blender, I have the desktop. Nautilus is ok. I can right-
click and open a terminal too. The terminal and Nautilus windows have
headers, I can move them.

So I tried, in a terminal : 
gnome-shell --replace &

hesitated, back to no bars
Again CTRL + ALT + F3
DISPLAY=:1.0 gnome-shell replace &
black screen
DISPLAY=:1.0 compiz replace &
CTRL+ALT+F2, back to windows and no bars
DISPLAY=:1.0 gnome-shell replace & → nothing
I insist and, in a new terminal :
DISPLAY=:1.0 gnome-shell replace &

This time everything gets back to normal yy !


Looks like it really is a gnome shell bug !

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

Title:
  Whole desktop crash when opening browsing window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1787364/+subscriptions

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

[Bug 1787581] Re: sudo apt-get install xserver-xorg-video-intel

2018-08-19 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

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

Title:
  sudo apt-get install xserver-xorg-video-intel

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

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

[Bug 1787873] [NEW] package hicolor-icon-theme 0.17-2 failed to install/upgrade: triggers looping, abandoned

2018-08-19 Thread Stephen Bardowell
Public bug reported:

Ubuntu 16.04 -> 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: hicolor-icon-theme 0.17-2
Uname: Linux 4.15.16-041516-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Fri Aug 17 09:17:18 2018
Dependencies:
 
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2016-10-07 (681 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3
SourcePackage: hicolor-icon-theme
Title: package hicolor-icon-theme 0.17-2 failed to install/upgrade: triggers 
looping, abandoned
UpgradeStatus: Upgraded to bionic on 2018-08-20 (0 days ago)

** Affects: hicolor-icon-theme (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/1787873

Title:
  package hicolor-icon-theme 0.17-2 failed to install/upgrade: triggers
  looping, abandoned

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hicolor-icon-theme/+bug/1787873/+subscriptions

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

[Bug 1770166] Status changed to Confirmed

2018-08-19 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  The brightness of the notebook

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

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

[Bug 1787364] Re: Whole desktop crash when opening browsing window

2018-08-19 Thread Jaufré Aligé
This time I got my blender window back but nother else. Gnome is dead, no 
windows, nothing. I used :
DISPLAY=:1.0 compiz --replace &
to restart compiz but it looks like it was not the true culprit here :-(

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

Title:
  Whole desktop crash when opening browsing window

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1787364/+subscriptions

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

[Bug 1787288] Re: gnome-shell window title bar wastes space when maximized

2018-08-19 Thread Daniel van Vugt
Sounds like a good idea. But _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED would
have do be done for each app separately. It's not something the shell
does.

So this bug is now closed for gnome-shell, and should be reopened with
tasks for each affected application. To do that click on "Also affects
distribution/package" at the top of the bug.

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: gnome-shell (Ubuntu)
   Status: Invalid => Won't Fix

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

Title:
  gnome-shell window title bar wastes space when maximized

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

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

[Bug 1787277] Re: gdm3 freezes then locks out user after upgrade from 16.04 to 18.04

2018-08-19 Thread Daniel van Vugt
Please tell us the ID of the bug created by (or related to) that crash
report.

If you can't find it then you can look for crash reports from the
current boot by:

  journalctl -b | grep "OOPS ID"

or from the previous boot:

  journalctl -b-1 | grep "OOPS ID"

and tell us the new OOPS ID.

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

Title:
  gdm3 freezes then locks out user after upgrade from 16.04 to 18.04

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

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

[Bug 1666368] Re: [Ubuntu 16.04] nginx won't start on boot while network does not up yet

2018-08-19 Thread stephon
Hi @Simon,

>From above comment, nginx default package in ubuntu just setup for IP-
based vhost only.

Since my environment needs domain-based vhosts config, I have adopted
systemd drop-in snipped like 1) already.

Thanks for your information, and this ticket can be closed.

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

Title:
  [Ubuntu 16.04] nginx won't start on boot while network does not up yet

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

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

  1   2   3   4   >