[Bug 1752838] Re: [SRU] neutron-ovs-cleanup runs earlier than ovsdb-server when there are many port

2018-05-01 Thread Seyeong Kim
Hello,

for pike

I followed below step to verify this.

1. deploy openstack xenial
2. source novarc
3. create instance ( https://pastebin.ubuntu.com/p/gZ3XXy9j4F/ )
- check this instance's host
4. login to host
5. adding dummy ports via ( https://paste.ubuntu.com/p/X35H85XWPh/ )
6. reboot and check if order is ok ( not ok here, order is mixed )
7. upgrade pkg
8. reboot and check if order is ok ( ok here )
9. regression check ( checking ovs-vsctl output if the port for #3 instance is 
exist ) on host
- service openvswitch-switch restart
- service neutron-openvswitch-agent restart
- check if port are still there

Thanks

ii  neutron-common   2:11.0.3-0ubuntu2~cloud0   
all  Neutron is a virtual network service for Openstack - common
ii  neutron-openvswitch-agent2:11.0.3-0ubuntu2~cloud0   
all  Neutron is a virtual network service for Openstack - Open 
vSwitch plugin agent
ii  neutron-plugin-openvswitch-agent 2:11.0.3-0ubuntu2~cloud0   
all  Transitional package for neutron-openvswitch-agent
ii  python-neutron   2:11.0.3-0ubuntu2~cloud0   
all  Neutron is a virtual network service for Openstack - Python 
library

** Tags removed: verification-pike-needed
** Tags added: verification-pike-done

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

Title:
  [SRU] neutron-ovs-cleanup runs earlier than ovsdb-server when there
  are many port

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1752838/+subscriptions

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

[Bug 1768309] Re: package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 4

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

** Changed in: virtualbox-ext-pack (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/1768309

Title:
  package virtualbox-ext-pack 5.2.10-3 failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1768309/+subscriptions

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

[Bug 1764668] Re: guest cleanup script fails to iterate

2018-05-01 Thread ChristianEhrhardt
FYI - we opened [1], and while this needs some processing to be acked an
merged I'd ask the SRU team to consider these autopkgtest fails not a
blocker to move on with thie SRU here atm.

[1]: https://code.launchpad.net/~paelzer/britney/hints-ubuntu-artful-
cockpitfails/+merge/344874

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

Title:
  guest cleanup script fails to iterate

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

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

[Bug 1767815] Re: Can use as a password

2018-05-01 Thread Dhiraj
Arrgh! I see however can we assign a CVE for this issue, I believe the
issue still exists in the environment, I request for a CVE or please
advise for same.

Cheers!

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

Title:
  Can use  as a password

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

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

[Bug 1761936] Re: When starting the system, the owncloud client does not detect the key in the keychain service and asks for the key every time it starts.

2018-05-01 Thread fabianbur
** Also affects: owncloud-client via
   https://github.com/owncloud/client/issues/6455
   Importance: Unknown
   Status: Unknown

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

Title:
  When starting the system, the owncloud client does not detect the key
  in the keychain service and asks for the key every time it starts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/owncloud-client/+bug/1761936/+subscriptions

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

[Bug 1767784] Re: [regression] output device not recognized anymore since update 1:8.0-0ubuntu3.9

2018-05-01 Thread Hui Wang
@Daniel,

Let me revert the change of 1:8.0-0ubuntu3.9?

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

Title:
  [regression] output device not recognized anymore since update
  1:8.0-0ubuntu3.9

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

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

[Bug 1751252] Re: [regression] ubiquity crashed in debconf.py:104 with ValueError: invalid literal for int() with base 10: ''

2018-05-01 Thread Daniel van Vugt
The BadAccess from ShmAttach is coming from the Xorg process somewhere
in here:

static int
ProcShmAttach(ClientPtr client)
{
SHMSTAT_TYPE buf;
ShmDescPtr shmdesc;

REQUEST(xShmAttachReq);

REQUEST_SIZE_MATCH(xShmAttachReq);
LEGAL_NEW_RESOURCE(stuff->shmseg, client);
if ((stuff->readOnly != xTrue) && (stuff->readOnly != xFalse)) {
client->errorValue = stuff->readOnly;
return BadValue;
}
for (shmdesc = Shmsegs; shmdesc; shmdesc = shmdesc->next) {
if (!SHMDESC_IS_FD(shmdesc) && shmdesc->shmid == stuff->shmid)
break;
}
if (shmdesc) {
if (!stuff->readOnly && !shmdesc->writable)
return BadAccess;
shmdesc->refcnt++;
}
else {
shmdesc = malloc(sizeof(ShmDescRec));
if (!shmdesc)
return BadAlloc;
#ifdef SHM_FD_PASSING
shmdesc->is_fd = FALSE;
#endif
shmdesc->addr = shmat(stuff->shmid, 0,
  stuff->readOnly ? SHM_RDONLY : 0);
if ((shmdesc->addr == ((char *) -1)) || SHMSTAT(stuff->shmid, )) {
free(shmdesc);
return BadAccess;
}

/* The attach was performed with root privs. We must
 * do manual checking of access rights for the credentials
 * of the client */

if (shm_access(client, &(SHM_PERM(buf)), stuff->readOnly) == -1) {
shmdt(shmdesc->addr);
free(shmdesc);
return BadAccess;
}

shmdesc->shmid = stuff->shmid;
shmdesc->refcnt = 1;
shmdesc->writable = !stuff->readOnly;
shmdesc->size = SHM_SEGSZ(buf);
shmdesc->next = Shmsegs;
Shmsegs = shmdesc;
}
if (!AddResource(stuff->shmseg, ShmSegType, (void *) shmdesc))
return BadAlloc;
return Success;
}

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

Title:
  [regression] ubiquity crashed in debconf.py:104 with ValueError:
  invalid literal for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1751252/+subscriptions

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

[Bug 1768422] Missing required logs.

2018-05-01 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 1768422

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/1768422

Title:
  the dependency of kernel package should restrict expected version of
  linux-firmware

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

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

[Bug 1767291] Re: Unable to upgrade to 18.04 LTS from 17.10

2018-05-01 Thread Ramkumar Jakkaiyan
Please do check the third party apps and remover before upgrading .

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Confirmed => Opinion

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

Title:
  Unable to upgrade to 18.04 LTS  from 17.10

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

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

[Bug 1761729] Comment bridged from LTC Bugzilla

2018-05-01 Thread bugproxy
--- Comment From pavra...@in.ibm.com 2018-05-02 01:02 EDT---
(In reply to comment #28)
> I tried to reproduce this on my machine and I was not able to. I am using
> kernel 4.15.0-20-generic and I run:
>
> # ltp-install  pwd
> /home/breno/ltp-install
>
> # ltp-install  sudo ./runltp
>
> Is there any other way to reproduce it?

Issue is not observed on 4.15.0-20-generic kernel. We can close the bug.

[1]+  Exit 1  nohup ./runltp
root@ltc-briggs1:/opt/ltp# uname -a
Linux ltc-briggs1 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:14:44 UTC 2018 
ppc64le ppc64le ppc64le GNU/Linux
root@ltc-briggs1:/opt/ltp# tail -n 30 nohup.out
tag=cve-2018-5803_2 stime=1525093814
cmdline="sctp_big_chunk -a 1"
contacts=""
analysis=exit
<<>>
tst_test.c:1015: INFO: Timeout per run is 0h 05m 00s
sctp_big_chunk.c:53: INFO: sctp server listen on 38843
sctp_big_chunk.c:68: INFO: bind 1 additional IP addresses
sctp_big_chunk.c:108: PASS: test doesn't cause crash

Summary:
passed   1
failed   0
skipped  0
warnings 0
incrementing stop
<<>>
initiation_status="ok"
duration=5 termination_type=exited termination_id=0 corefile=no
cutime=0 cstime=520
<<>>
INFO: ltp-pan reported some tests FAIL
LTP Version: 20180118-267-g4fbb02a1d

###

Done executing testcases.
LTP Version:  20180118-267-g4fbb02a1d
###

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

Title:
  Ubuntu 18.04  Machine crashed while running ltp.

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

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

[Bug 1768422] [NEW] the dependency of kernel package should restrict expected version of linux-firmware

2018-05-01 Thread Alex Tu
Public bug reported:

Recently, we got a lesson learn from oem issues[1][2] that linux-
firmware should always be updated while update kernel package.

The root cause is some kernel update will expect linux-firmware be updated as 
well.
Users who install new kernel manually could also encounter the same issue that 
expected firmware is not there to feed new installed kernel.

There's a dependency for linux-firmware in linux-image-generic but not restrict 
the version.
That means installing new kernel manually will not pull latest linux-firmware 
as well.

Say, in [2] case, user's system have:
linux-firmware 1.157.4
linux-image 4.4.0-73

Then user install newer kernel by apt-get install, and he will encounter
the same error because the newer linux-firmware will not be installed as
well.

So for better user experience, the depends of each released linux-image 
packages should be changed to something like
Depends: linux-firmware (>= 1.157.17)

or to make sure kernel could backward compatible if kernel package not
restrict it's linux-firmware dependency.

[1] LP: #1746155
[2] LP: #1764930 , comment #27

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

** Package changed: linphone (Ubuntu) => linux (Ubuntu)

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

Title:
  the dependency of kernel package should restrict expected version of
  linux-firmware

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

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

[Bug 1768421] [NEW] the dependency of kernel package should restrict expected version of linux-firmware

2018-05-01 Thread Alex Tu
Public bug reported:

Recently, we got a lesson learn from oem issues[1][2] that linux-
firmware should always be updated while update kernel package.

The root cause is some kernel update will expect linux-firmware be updated as 
well.
Users who install new kernel manually could also encounter the same issue that 
expected firmware is not there to feed new installed kernel.

There's a dependency for linux-firmware in linux-image-generic but not restrict 
the version.
That means installing new kernel manually will not pull latest linux-firmware 
as well.

Say, in [2] case, user's system have:
linux-firmware 1.157.4
linux-image 4.4.0-73

Then user install newer kernel by apt-get install, and he will encounter
the same error because the newer linux-firmware will not be installed as
well.

So for better user experience, the depends of each released linux-image 
packages should be changed to something like
Depends: linux-firmware (>= 1.157.17)

or to make sure kernel could backward compatible if kernel package not
restrict it's linux-firmware dependency.

[1] LP: #1746155
[2] LP: #1764930 , comment #27

** Affects: linphone (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/1768421

Title:
  the dependency of kernel package should restrict expected version of
  linux-firmware

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

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

[Bug 1767784] Re: [regression] output device not recognized anymore since update 1:8.0-0ubuntu3.9

2018-05-01 Thread Daniel van Vugt
Another instance of this issue has been reported in bug 1768411.

** Description changed:

  Since the update 1:8.0-0ubuntu3.8 to 1:8.0-0ubuntu3.9 , pulseaudio is
  not showing anymore my soundcard.
+ 
+ https://launchpad.net/ubuntu/+source/pulseaudio/1:8.0-0ubuntu3.9
  
  The command "pacmd list-sinks" only shows a dummy output
  
  When running on a fresh install of ubuntu 16.04, the sound is ok.
  When updating the install with locking the following files to version 
1:8.0-0ubuntu3 the sound keeps working:
  libpulse0:amd64
  libpulse-mainloop-glib0:amd64
  libpulse-dev:amd64
  pulseaudio-module-x11:amd64
  pulseaudio-module-bluetooth:amd64
  pulseaudio-utils:amd64
  
  When updating to 1:8.0-0ubuntu3.9, I just get a "dummy output".
  
  I tried running the following versions of Ubuntu (live usb), and get the same 
issue (no need to update to get the problem)
  17.04
  17.10
  18.04
  
  I attached the result of command "pactl list"
  I have also generated logs during the boot but I don't know how to attach 
multiple files

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

Title:
  [regression] output device not recognized anymore since update
  1:8.0-0ubuntu3.9

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

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

[Bug 1768411] Re: pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware, the dummy output profile is selected by default

2018-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1767784 ***
https://bugs.launchpad.net/bugs/1767784

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 1767784, 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 1767784
   [regression] output device not recognized anymore since update 
1:8.0-0ubuntu3.9

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

Title:
  pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware,  the
  dummy output profile is selected by default

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

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

[Bug 1767784] Re: [regression] output device not recognized anymore since update 1:8.0-0ubuntu3.9

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

** Changed in: pulseaudio (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/1767784

Title:
  [regression] output device not recognized anymore since update
  1:8.0-0ubuntu3.9

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

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

[Bug 1768417] [NEW] package boinc-app-eah-brp 0.20170426+dfsg-10build1 failed to install/upgrade: installed boinc-app-eah-brp package post-installation script subprocess returned error exit status 127

2018-05-01 Thread John Humphries
Public bug reported:

Installation attempt together with boinc failed. boinc installation ok.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: boinc-app-eah-brp 0.20170426+dfsg-10build1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Wed May  2 11:47:54 2018
DuplicateSignature:
 package:boinc-app-eah-brp:0.20170426+dfsg-10build1
 Setting up boinc-app-eah-brp (0.20170426+dfsg-10build1) ...
 /var/lib/dpkg/info/boinc-app-eah-brp.postinst: 20: 
/var/lib/dpkg/info/boinc-app-eah-brp.postinst: update-boinc-applinks: not found
 dpkg: error processing package boinc-app-eah-brp (--configure):
  installed boinc-app-eah-brp package post-installation script subprocess 
returned error exit status 127
ErrorMessage: installed boinc-app-eah-brp package post-installation script 
subprocess returned error exit status 127
InstallationDate: Installed on 2018-02-11 (79 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: boinc-app-eah-brp
Title: package boinc-app-eah-brp 0.20170426+dfsg-10build1 failed to 
install/upgrade: installed boinc-app-eah-brp package post-installation script 
subprocess returned error exit status 127
UpgradeStatus: Upgraded to bionic on 2018-05-02 (0 days ago)

** Affects: boinc-app-eah-brp (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/1768417

Title:
  package boinc-app-eah-brp 0.20170426+dfsg-10build1 failed to
  install/upgrade: installed boinc-app-eah-brp package post-installation
  script subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-eah-brp/+bug/1768417/+subscriptions

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

[Bug 1768415] Re: package libssl1.0.0:amd64 1.0.2g-1ubuntu4.12 failed to install/upgrade: package libssl1.0.0:amd64 is already installed and configured

2018-05-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libssl1.0.0:amd64 1.0.2g-1ubuntu4.12 failed to
  install/upgrade: package libssl1.0.0:amd64 is already installed and
  configured

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

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

[Bug 1768417] Re: package boinc-app-eah-brp 0.20170426+dfsg-10build1 failed to install/upgrade: installed boinc-app-eah-brp package post-installation script subprocess returned error exit status 127

2018-05-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package boinc-app-eah-brp 0.20170426+dfsg-10build1 failed to
  install/upgrade: installed boinc-app-eah-brp package post-installation
  script subprocess returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boinc-app-eah-brp/+bug/1768417/+subscriptions

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

[Bug 1768416] [NEW] ath9k_htc Reason: 3=DEAUTH_LEAVING

2018-05-01 Thread sles
Public bug reported:

After upgrade from 16.04 to 18.04 I can't use wifi.
It is ath9k_htc usb.

I got error Reason: 3=DEAUTH_LEAVING

I used workaround from

https://unix.stackexchange.com/questions/386925/aborting-authentication-
by-local-choice-reason-3-deauth-leaving-when-trying

ln -s /dev/null /etc/systemd/network/99-default.link

And got it working, but, I think , this should be fixed.

Thank you!

** Affects: network-manager (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/1768416

Title:
  ath9k_htc Reason: 3=DEAUTH_LEAVING

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

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

[Bug 1768230] Re: Long time booting : Failed to connect to lvmetad. Falling back to device scanning.

2018-05-01 Thread Marc Pignat
Unfortunately, the "WARNING:Failed to connect to lvmetad. Falling back
to device scanning." only shows up on the console, not in the log files.

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

Title:
  Long time booting : Failed to connect to lvmetad. Falling back to
  device scanning.

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

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

[Bug 1768351] Re: No module named 'pip._vendor.requests

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

** Changed in: python-pip (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/1768351

Title:
  No module named 'pip._vendor.requests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1768351/+subscriptions

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

[Bug 1768412] Re: Some plugins missing

2018-05-01 Thread Me At
** Description changed:

  Hello!
  
- There are following plugins missing in the 1.32 version for bionic.
+ There are following plugins missing in the 1.32 version for bionic[1].
  
  List of the missing packages:
  geany-plugin-debugger
  geany-plugin-devhelp
  geany-plugin-markdown
  geany-plugin-multiterm
  geany-plugin-py
  geany-plugin-scope
  geany-plugin-webhelper
  
- All the listed packages were included in the 1.27 version for xenial.
- All the listed packages are also part of the 1.32.0 release.
+ All the listed packages were included in the 1.27 version for xenial[2].
+ All the listed packages are also part of the 1.32.0 release[3].
  
  Links:
- https://github.com/geany/geany-plugins/releases/tag/1.32.0
+ [1] https://packages.ubuntu.com/source/bionic/geany-plugins
+ [2] https://packages.ubuntu.com/source/xenial/geany-plugins
+ [3] https://github.com/geany/geany-plugins/releases/tag/1.32.0
  
  Best Regards.
+ 
+ EDIT: Two more links added.

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

Title:
  Some plugins missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geany-plugins/+bug/1768412/+subscriptions

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

[Bug 1768414] [NEW] package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-05-01 Thread Steve Edlefsen
Public bug reported:

This tex-common file upgrade problem happens every time I run the
updater.  I hate to post another bug report, but the report bug window
keeps popping up until I do.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: tex-common 6.04
ProcVersionSignature: Ubuntu 4.4.0-121.145-generic 4.4.117
Uname: Linux 4.4.0-121-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.16
Architecture: amd64
Date: Tue May  1 19:59:27 2018
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2012-05-04 (2189 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: tex-common
Title: package tex-common 6.04 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to xenial on 2016-08-07 (632 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

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

Title:
  package tex-common 6.04 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1768414/+subscriptions

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

[Bug 1768415] [NEW] package libssl1.0.0:amd64 1.0.2g-1ubuntu4.12 failed to install/upgrade: package libssl1.0.0:amd64 is already installed and configured

2018-05-01 Thread NickB
Public bug reported:

This happened during an update.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libssl1.0.0:amd64 1.0.2g-1ubuntu4.12
ProcVersionSignature: Ubuntu 4.13.0-38.43~16.04.1-generic 4.13.16
Uname: Linux 4.13.0-38-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.1-0ubuntu2.16
AptdaemonVersion: 1.1.1+bzr982-0ubuntu14
Architecture: amd64
CrashReports:
 600:0:117:85251:2018-05-01 23:45:50.317465543 -0500:2018-05-01 
23:45:51.317465543 -0500:/var/crash/libssl1.0.0:amd64.0.crash
 600:0:117:85231:2018-05-01 23:45:51.333465518 -0500:2018-05-01 
23:45:51.317465426 -0500:/var/crash/openssl.0.crash
 600:0:117:85251:2018-05-01 23:45:51.353465633 -0500:2018-05-01 
23:45:51.337465541 -0500:/var/crash/libgs9-common.0.crash
 640:0:117:19017:2018-05-01 23:44:24.649053028 -0500:2018-05-01 
23:44:24.649053028 -0500:/var/crash/_usr_bin_unattended-upgrade.0.crash
Date: Tue May  1 23:45:51 2018
DuplicateSignature:
 package:libssl1.0.0:amd64:1.0.2g-1ubuntu4.12
 Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
 dpkg: error processing package libssl1.0.0:amd64 (--configure):
  package libssl1.0.0:amd64 is already installed and configured
ErrorMessage: package libssl1.0.0:amd64 is already installed and configured
InstallationDate: Installed on 2017-05-31 (336 days ago)
InstallationMedia: Ubuntu-MATE 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.4
 apt  1.2.26
SourcePackage: dpkg
Title: package libssl1.0.0:amd64 1.0.2g-1ubuntu4.12 failed to install/upgrade: 
package libssl1.0.0:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package libssl1.0.0:amd64 1.0.2g-1ubuntu4.12 failed to
  install/upgrade: package libssl1.0.0:amd64 is already installed and
  configured

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

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

[Bug 1768414] Re: package tex-common 6.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-05-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package tex-common 6.04 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1768414/+subscriptions

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

[Bug 1768412] [NEW] Some plugins missing

2018-05-01 Thread Me At
Public bug reported:

Hello!

There are following plugins missing in the 1.32 version for bionic[1].

List of the missing packages:
geany-plugin-debugger
geany-plugin-devhelp
geany-plugin-markdown
geany-plugin-multiterm
geany-plugin-py
geany-plugin-scope
geany-plugin-webhelper

All the listed packages were included in the 1.27 version for xenial[2].
All the listed packages are also part of the 1.32.0 release[3].

Links:
[1] https://packages.ubuntu.com/source/bionic/geany-plugins
[2] https://packages.ubuntu.com/source/xenial/geany-plugins
[3] https://github.com/geany/geany-plugins/releases/tag/1.32.0

Best Regards.

EDIT: Two more links added.

** Affects: geany-plugins (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/1768412

Title:
  Some plugins missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geany-plugins/+bug/1768412/+subscriptions

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

[Bug 1768411] Re: pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware, the dummy output profile is selected by default

2018-05-01 Thread Michael Pardee
I see now there is an option for additional attachments (one per
comment) so I'm going to attache the files separately, here is the
output of pacmd list sinks

** Attachment added: "pacmd-list.log"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1768411/+attachment/5131793/+files/pacmd-list.log

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

Title:
  pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware,  the
  dummy output profile is selected by default

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

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

[Bug 1768411] Re: pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware, the dummy output profile is selected by default

2018-05-01 Thread Michael Pardee
here is the default.pa

** Attachment added: "default.pa"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1768411/+attachment/5131794/+files/default.pa

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

Title:
  pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware,  the
  dummy output profile is selected by default

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

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

[Bug 1768411] Re: pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware, the dummy output profile is selected by default

2018-05-01 Thread Michael Pardee
here is the text from running:
apport-cli -f -p pulseaudio --save bug.apport


** Attachment added: "bug.apport"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1768411/+attachment/5131795/+files/bug.apport

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

Title:
  pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware,  the
  dummy output profile is selected by default

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

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

[Bug 1768411] [NEW] pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware, the dummy output profile is selected by default

2018-05-01 Thread Michael Pardee
Public bug reported:

I help manage a few hundred computers and since the last pulseaudio
update a few weeks ago ( xenial-updates )  from
pulseaudio_1%3a8.0-0ubuntu3.8_amd64.deb to
pulseaudio_1%3a8.0-0ubuntu3.9_amd64.deb ( and libpulse0 )  certain
hardware including dell models 755, 390, and 3050 lost sound.  They were
working fine for years but now the dummy output profile is selected by
default. What happened?


This can be worked around by explicitly setting:
set-card-profile 0 output:analog-stereo
set-sink-port 1  analog-output-headphones


or by reverting back to pulseaudio_1%3a8.0-0ubuntu3.8_amd64.deb ( along with 
libpulse0 ) .


When I try to use apport it gets to the end and says "apport cannot connect to 
crash database" but I have included example system details in the attachment 
after the output of pacmd list sinks and default.pa.   ( You can only attach 
one file ?!?)

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

** Attachment added: "pacmd list sinks and default.pa and  apport bug text 
contents"
   
https://bugs.launchpad.net/bugs/1768411/+attachment/5131792/+files/pacmd-list-and-default-pa-and-apport-bug.txt

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

Title:
  pulseaudio 8.0-0ubuntu3.9 update broke sound on certain hardware,  the
  dummy output profile is selected by default

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

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

[Bug 1761006] Re: Change metadata server to upstream requested one

2018-05-01 Thread Robert Ancell
Given 'fwupdmgr refresh' still works without error I'm going to confirm
this.

** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Change metadata server to upstream requested one

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

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

Re: [Bug 1762084] Re: Touchpad right-click is not working

2018-05-01 Thread Danny Mexen
I am only suggesting this because of my setup.

Try uninstalling Synaptics, install libinput instead and reboot.

Then try Select Area in Tweaks again.

On Tue, May 1, 2018 at 9:35 AM, Sklochkov <1762...@bugs.launchpad.net>
wrote:

> I'm running Synaptics.
>
>
> Device 'ELAN1200:00 04F3:303E Touchpad':
> Device Enabled (174):   1
> Coordinate Transformation Matrix (176): 1.00, 0.00,
> 0.00, 0.00, 1.00, 0.00, 0.00, 0.00, 1.00
> Device Accel Profile (303): 1
> Device Accel Constant Deceleration (304):   2.50
> Device Accel Adaptive Deceleration (305):   1.00
> Device Accel Velocity Scaling (306):12.50
> Synaptics Edges (307):  128, 3072, 118, 2080
> Synaptics Finger (308): 25, 30, 0
> Synaptics Tap Time (309):   180
> Synaptics Tap Move (310):   170
> Synaptics Tap Durations (311):  180, 180, 100
> Synaptics ClickPad (312):   1
> Synaptics Middle Button Timeout (313):  0
> Synaptics Two-Finger Pressure (314):282
> Synaptics Two-Finger Width (315):   7
> Synaptics Scrolling Distance (316): 77, 77
> Synaptics Edge Scrolling (317): 0, 0, 0
> Synaptics Two-Finger Scrolling (318):   1, 1
> Synaptics Move Speed (319): 1.00, 1.75, 0.051520,
> 0.00
> Synaptics Off (320):0
> Synaptics Locked Drags (321):   0
> Synaptics Locked Drags Timeout (322):   5000
> Synaptics Tap Action (323): 0, 0, 0, 0, 1, 3, 2
> Synaptics Click Action (324):   1, 3, 2
> Synaptics Circular Scrolling (325): 0
> Synaptics Circular Scrolling Distance (326):0.10
> Synaptics Circular Scrolling Trigger (327): 0
> Synaptics Circular Pad (328):   0
> Synaptics Palm Detection (329): 1
> Synaptics Palm Dimensions (330):10, 200
> Synaptics Coasting Speed (331): 20.00, 50.00
> Synaptics Pressure Motion (332):30, 160
> Synaptics Pressure Motion Factor (333): 1.00, 1.00
> Synaptics Resolution Detect (334):  1
> Synaptics Grab Event Device (335):  0
> Synaptics Gestures (336):   1
> Synaptics Capabilities (337):   1, 0, 0, 1, 1, 0, 0
> Synaptics Pad Resolution (338): 31, 31
> Synaptics Area (339):   0, 0, 0, 0
> Synaptics Soft Button Areas (340):  0, 0, 0, 0, 0, 0, 0, 0
> Synaptics Noise Cancellation (341): 19, 19
> Device Product ID (300):1267, 12350
> Device Node (299):  "/dev/input/event9"
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1762084
>
> Title:
>   Touchpad right-click is not working
>
> Status in Ubuntu:
>   Confirmed
>
> Bug description:
>   I upgraded from 17.10 to 18.04 and now right clicking on my touchpad
>   is not working anymore.
>
>   Description: Ubuntu Bionic Beaver (development branch)
>   Release: 18.04
>
>   Expectation: context menu
>   Result: no context menu
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 18.04
>   Package: ubuntu-release-upgrader-core 1:18.04.13
>   ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
>   Uname: Linux 4.15.0-13-generic x86_64
>   NonfreeKernelModules: wl
>   ApportVersion: 2.20.9-0ubuntu4
>   Architecture: amd64
>   CrashDB: ubuntu
>   CurrentDesktop: ubuntu:GNOME
>   Date: Sun Apr  8 01:32:15 2018
>   EcryptfsInUse: Yes
>   InstallationDate: Installed on 2018-02-07 (59 days ago)
>   InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64
> (20180105.1)
>   PackageArchitecture: all
>   ProcEnviron:
>LANGUAGE=en_ZM:en
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_ZM
>SHELL=/bin/bash
>   SourcePackage: ubuntu-release-upgrader
>   Symptom: dist-upgrade
>   UpgradeStatus: No upgrade log present (probably fresh install)
>   VarLogDistupgradeAptlog:
>Log time: 2018-04-07 17:29:07.625125
>Starting pkgProblemResolver with broken count: 0
>Starting 2 pkgProblemResolver with broken count: 0
>Done
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+bug/1762084/+subscriptions
>


-- 
Regards,

Danny Mexen.

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

Title:
  Touchpad right-click is not working

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

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

[Bug 1768195] Re: package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

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

** Changed in: tvtime (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/1768195

Title:
  package tvtime 1.0.2-14ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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

[Bug 1597314] Re: Support snap interface plug/slots

2018-05-01 Thread Robert Ancell
** Summary changed:

- Support for apps which do not automatically connect to slots
+ Support snap interface plug/slots

** Summary changed:

- Support snap interface plug/slots
+ Support snap interface plugs and slots

** Description changed:

- With the addition of new interfaces there are some plugs which do not
- automatically connect and require action from the user in order to be
- connecte.
+ [Impact]
+ Snaps have a concept of "interfaces" which allows access to various system 
resources to be "connected" to snaps. While the majority of interfaces for 
desktop apps are connected, there are some that are not. There is no graphical 
method to connect these in the Ubuntu desktop (they can be connected from the 
command line).
  
- As an example, VLC doesn't not automatically connect to the camera
- interface, but users may want to enable this, or maybe they dont.
+ [Test Case]
+ 1. Open GNOME Software
+ 2. Select the GNOME Characters snap (installed by default)
  
- Some design considerations:
+ Expected result:
+ Information is shown about interfaces this snap uses and there is a method to 
control this. In the implementation this is done with a "Permissions" button 
(beside "Launch") and a dialog with switches to control this.
  
-  * Do we want to ask users to toggle on/off connections they do/do not
- want.  i.e. a list of toggle buttons (what effect would this have on the
- application, would it fail gracefully or just not work (in which case
- the user could be made aware that it won't work without the
- permissions).
+ Observed result:
+ No interface information is shown, so the home interface cannot be 
disconnected.
  
- vs
- 
-  * Do we want just a single Yes/No question where it's all the
- connections or none.
+ [Regression Potential]
+ The change is quite large and had to be restructured from the version that is 
shipped in Bionic. With such a large amount of code there is the potential for 
new bugs.

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

Title:
  Support snap interface plugs and slots

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

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

[Bug 1556538] Re: package mariadb-server-10.0 10.0.23-0ubuntu0.15.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-05-01 Thread Launchpad Bug Tracker
[Expired for mariadb-10.0 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mariadb-10.0 (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/1556538

Title:
  package mariadb-server-10.0 10.0.23-0ubuntu0.15.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1556538/+subscriptions

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

[Bug 1568705] Re: package mariadb-common 10.0.23-0ubuntu0.15.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-05-01 Thread Launchpad Bug Tracker
[Expired for mariadb-10.0 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mariadb-10.0 (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/1568705

Title:
  package mariadb-common 10.0.23-0ubuntu0.15.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1568705/+subscriptions

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

[Bug 1536931] Re: mysql-common 5.6.27-1ubuntu15.04 ships with /usr/share/mysql/errmsg-utf8.txt and conflicts with mariadb-server-10.0

2018-05-01 Thread Launchpad Bug Tracker
[Expired for mariadb-10.0 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mariadb-10.0 (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/1536931

Title:
  mysql-common 5.6.27-1ubuntu15.04 ships with /usr/share/mysql/errmsg-
  utf8.txt and conflicts with mariadb-server-10.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1536931/+subscriptions

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

[Bug 1445549] Re: systemctl start mysql.service starts mariadb but reports failure

2018-05-01 Thread Launchpad Bug Tracker
[Expired for mariadb-10.0 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mariadb-10.0 (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/1445549

Title:
  systemctl start mysql.service starts mariadb but reports failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1445549/+subscriptions

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

[Bug 1540080] Re: package mariadb-server-10.0 (not installed) failed to install/upgrade: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

2018-05-01 Thread Launchpad Bug Tracker
[Expired for mariadb-10.0 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mariadb-10.0 (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/1540080

Title:
  package mariadb-server-10.0 (not installed) failed to install/upgrade:
  Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1540080/+subscriptions

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

[Bug 1546595] Re: package mariadb-server-10.0 10.0.23-0ubuntu0.15.10.1 failed to install/upgrade: unmasked mysql-5.6 service file interferes

2018-05-01 Thread Launchpad Bug Tracker
[Expired for mariadb-10.0 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mariadb-10.0 (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/1546595

Title:
  package mariadb-server-10.0 10.0.23-0ubuntu0.15.10.1 failed to
  install/upgrade: unmasked mysql-5.6 service file interferes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1546595/+subscriptions

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

[Bug 1680515] Re: 'jump to song' does not appear in correct xfce4 window button panel list

2018-05-01 Thread Launchpad Bug Tracker
[Expired for audacious (Ubuntu) because there has been no activity for
60 days.]

** Changed in: audacious (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/1680515

Title:
  'jump to song' does not appear in correct xfce4 window button panel
  list

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

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

[Bug 1706286] Re: Gnome System Monitor freezes when wi-fi is reconnecting

2018-05-01 Thread Launchpad Bug Tracker
[Expired for gnome-system-monitor (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-system-monitor (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/1706286

Title:
  Gnome System Monitor freezes when wi-fi is reconnecting

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

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

[Bug 1672120] Re: package click-apparmor 0.3.17 failed to install/upgrade: サブプロセス インストール済みの pre-removal スクリプト はエラー終了ステータス 1 を返しました

2018-05-01 Thread Launchpad Bug Tracker
[Expired for click-apparmor (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: click-apparmor (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/1672120

Title:
  package click-apparmor 0.3.17 failed to install/upgrade: サブプロセス
  インストール済みの pre-removal スクリプト はエラー終了ステータス 1 を返しました

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/click-apparmor/+bug/1672120/+subscriptions

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

[Bug 1682695] Re: System stops recognizing correct screen resolution

2018-05-01 Thread Launchpad Bug Tracker
[Expired for xorg (Ubuntu) because there has been no activity for 60
days.]

** Changed in: xorg (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/1682695

Title:
  System stops recognizing correct screen resolution

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

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

[Bug 1659324] Re: package mariadb-server-10.0 10.0.29-0ubuntu0.16.10.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-05-01 Thread Launchpad Bug Tracker
[Expired for mariadb-10.0 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mariadb-10.0 (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/1659324

Title:
  package mariadb-server-10.0 10.0.29-0ubuntu0.16.10.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1659324/+subscriptions

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

[Bug 1664675] Re: Rosegarden "open file" dialog fails with .rg files, works if file specified on launch

2018-05-01 Thread Launchpad Bug Tracker
[Expired for rosegarden (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rosegarden (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/1664675

Title:
  Rosegarden "open file" dialog fails with .rg files, works if file
  specified on launch

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

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

[Bug 1636323] Re: edid-decode sends binary data to terminal

2018-05-01 Thread Launchpad Bug Tracker
[Expired for edid-decode (Ubuntu) because there has been no activity for
60 days.]

** Changed in: edid-decode (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/1636323

Title:
  edid-decode sends binary data to terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/edid-decode/+bug/1636323/+subscriptions

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

[Bug 1671105] Re: package python3-pyqt4 4.11.4+dfsg-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-05-01 Thread Launchpad Bug Tracker
[Expired for python-qt4 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: python-qt4 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package python3-pyqt4 4.11.4+dfsg-2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/1671105/+subscriptions

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


[Bug 1639397] Re: package mariadb-server-10.0 (not installed) failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2018-05-01 Thread Launchpad Bug Tracker
[Expired for mariadb-10.0 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mariadb-10.0 (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/1639397

Title:
  package mariadb-server-10.0 (not installed) failed to install/upgrade:
  подпроцесс установлен сценарий post-installation возвратил код ошибки
  1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1639397/+subscriptions

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

[Bug 1698407] Re: Checkboxes not showing on some sites

2018-05-01 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

** Changed in: firefox (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/1698407

Title:
  Checkboxes not showing on some sites

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

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

[Bug 1768409] [NEW] package utop 1.19.3-2build1 failed to install/upgrade: installed utop package post-installation script subprocess returned error exit status 1

2018-05-01 Thread inbrednedd
Public bug reported:

installed utop

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: utop 1.19.3-2build1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Tue May  1 23:59:21 2018
ErrorMessage: installed utop package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2018-05-02 (0 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: utop
Title: package utop 1.19.3-2build1 failed to install/upgrade: installed utop 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: utop (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/1768409

Title:
  package utop 1.19.3-2build1 failed to install/upgrade: installed utop
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1768408] [NEW] Desktop content

2018-05-01 Thread Davi Mizael
Public bug reported:

By dragging a desktop content into a folder on the system, the desktop
gets stuck and only comes back with the system reboot

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed May  2 01:10:35 2018
DistUpgraded: Fresh install
DistroCodename: bionic
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation HD Graphics 5500 [8086:1616] (rev 09) (prog-if 00 [VGA 
controller])
   Subsystem: Hewlett-Packard Company HD Graphics 5500 [103c:225a]
InstallationDate: Installed on 2018-04-27 (4 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: Hewlett-Packard HP EliteBook 820 G2
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-20-generic 
root=UUID=1d729abd-93bc-472e-89ed-243524756bc7 ro quiet splash vt.handoff=1
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/13/2017
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: M71 Ver. 01.21
dmi.board.name: 225A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.5B
dmi.chassis.asset.tag: 5CG6257W70
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrM71Ver.01.21:bd07/13/2017:svnHewlett-Packard:pnHPEliteBook820G2:pvrA3009D510303:rvnHewlett-Packard:rn225A:rvrKBCVersion96.5B:cvnHewlett-Packard:ct10:cvr:
dmi.product.family: 103C_5336AN G=N L=BUS B=HP S=ELI
dmi.product.name: HP EliteBook 820 G2
dmi.product.version: A3009D510303
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.0~rc5-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.0~rc5-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  Desktop content

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

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

[Bug 1764491] Re: Missing RaspberryPi 3B+

2018-05-01 Thread Ryan Finnie
Here's the appropriate entry for all.db:

# Raspberry Pi 3 B+
Machine: Raspberry Pi 3 Model B Plus Rev 1.3
DTB-Id: bcm2710-rpi-3-b-plus.dtb
U-Boot-Script-Name: bootscr.rpi3
Required-Packages: u-boot-tools
Boot-DTB-Path: /boot/firmware/bcm2710-rpi-3-b-plus.dtb
Boot-Kernel-Path: /boot/firmware/vmlinuz
Boot-Initrd-Path: /boot/firmware/initrd.img
Boot-Script-Path: /boot/firmware/boot.scr

"Machine: BCM2710" is not listed to not overlap with the 3 B entry; the
B+ is also apparently considered a BCM2710, but /proc/device-tree/model
shows "Raspberry Pi 3 Model B Plus Rev 1.3" on modern kernels/DTBs.

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

Title:
  Missing RaspberryPi 3B+

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

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

[Bug 1752487] Re: coinflipevolved.com

2018-05-01 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (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/1752487

Title:
  coinflipevolved.com

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

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

[Bug 1768409] Re: package utop 1.19.3-2build1 failed to install/upgrade: installed utop package post-installation script subprocess returned error exit status 1

2018-05-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package utop 1.19.3-2build1 failed to install/upgrade: installed utop
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1768410] [NEW] grub-efi-amd64-signed

2018-05-01 Thread Harimbola
Public bug reported:

The message says "grub-efi-amd64-signed"package failed to install into
/target/. Without the grub boot loader, the installer system will not
boot.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Wed May  2 07:10:55 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/lubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic lubuntu ubiquity-18.04.14

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

Title:
  grub-efi-amd64-signed

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

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

[Bug 1763736] Re: communitheme snap not present in gnome software on bionic, but it is on 16.04

2018-05-01 Thread Robert Ancell
** Description changed:

- In ubuntu 18.04, communitheme is not present in the logitheque. We can't find 
it in the available applications.
- snap search can find it
+ [Impact]
+ Snaps that do not provide icons do not show in GNOME Software. They do show 
on the snapcraft.io website using a default icon.
  
- on the other side, we can notice its presence in the logitheque of
- ubuntu 16.04
+ [Test Case]
+ 1. Open GNOME Software
+ 2. Search for "communitheme"
+ 
+ Expected result:
+ Community Theme snap shows, using an appropriate icon.
+ 
+ Observed result (2 May 2018):
+ Community Theme snap does not show. Note that if the snap is updated in the 
store this behaviour will change - so will have to check another snap.
+ 
+ [Regression Potential]
+ The fix adds the default icon to snaps that do not have one. This will cause 
more snaps to show, which could expose new bugs.

** Summary changed:

- communitheme snap not present in gnome software on bionic, but it is on 16.04
+ Snaps without icons not showing

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

Title:
  Snaps without icons not showing

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-05-01 Thread Radu Axente
For all 3 (three) PCs (Acer X3-710, B150M Gaming Pro and ASUS P8H67-M
PRO):

1. Ubuntu MATE 17.10 & kernel 4.15.x / 4.16.x => Hibernate / Resume from
Hibernate works perfectly

2. Ubuntu MATE 17.10 & kernel 4.13.0.21 => Hibernate / Resume from
Hibernate works perfectly

3. Ubuntu MATE 17.10 & kernel 4.13.0.y (y >=25) => Hibernate / Resume from 
Hibernate does not work at all
- PC restarts and a few seconds later the monitor goes black and shortly after 
in suspend mode
- keyboard is frozen / dead
- pressing any key of the keyboard does nothing, pressing Caps-Lock does nothing
- see 
https://ubuntu-mate.community/t/hibernation-broken-in-kernel-4-13-0-25/15736

4. Ubuntu MATE 18.04 & kernel 4.15.x (x = any available) / 4.16.x (x <= 3) => 
Hibernate / Resume from Hibernate does not work
- PC starts as if I would've rebooted it instead of resuming it from hibernate
- I can work normally but previous state / session is not restored
- the error window appears stating that "This occurred during a previous 
hibernation, and prevented the system from resuming properly" - unfortunately 
it does not offer submit any other bug reports (even if I click "Continue")
- it's the same behaviour: for any of the listed PCs when upgraded from 17.10 
to 18.04 or fresh install of 18.04 (Beta 1, Beta 2
 or Release)

This is the reason why I do not thing that kernels 4.15 / 4.16 are the
reason for this issue, but I may be totally wrong.

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1764491] Re: Missing RaspberryPi 3B+

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

** Changed in: flash-kernel (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/1764491

Title:
  Missing RaspberryPi 3B+

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

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

[Bug 1751252] Re: [regression] ubiquity crashed in debconf.py:104 with ValueError: invalid literal for int() with base 10: ''

2018-05-01 Thread Daniel van Vugt
Thanks @pjsingh5000. Your attachment shows the python stack ends at:

# There's still work to do (postinstall).  Let's keep the user
# entertained.
self.start_slideshow()
Gtk.main()

Which agrees with what I see on screen when the bug occurs. It's the
slideshow that never starts (or does, as a blank black/white image).

After that there is no debug info from comment #22. Although my
attachment from comment #15 probably fills in the blanks:
https://launchpadlibrarian.net/368099559/dbg.txt

So it looks like the bug here is entirely in the C code.

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

Title:
  [regression] ubiquity crashed in debconf.py:104 with ValueError:
  invalid literal for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1751252/+subscriptions

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

[Bug 1661590] Re: GNOME Software only supports running one application from a snap

2018-05-01 Thread Robert Ancell
I also tried this in a VM which didn't have libreoffice installed - it
launched the welcome window, not libreoffice base. I suspect Simos
hadn't restarted GNOME Software (which is confusing, but the way is
works). Marking as verified.

** Tags removed: verification-failed-xenial

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

Title:
  GNOME Software only supports running one application from a snap

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

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

[Bug 1754655] Re: Installing snap from command line confuses GNOME Software

2018-05-01 Thread Robert Ancell
On a fully updated Xenial VM with -proposed enabled moon-buggy shows as
installed in GNOME Software if installed from the command line.

** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Installing snap from command line confuses GNOME Software

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

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

[Bug 1750030] Re: Report fwupd version in user agent

2018-05-01 Thread Robert Ancell
Spoke with fwupd upstream and they have seen requests for this version.

** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Report fwupd version in user agent

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

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

[Bug 1768403] [NEW] Install of Ubuntu clears attributes on EFI System Partition

2018-05-01 Thread David
Public bug reported:

Hi,

Installed Ubuntu 18.04 beside existing OS and utility installations,
some of which require some of the attribute bits from 48-63 on the EFI
System partition to function properly, unfortunately the Ubuntu install
zeroed out those bits (in this case bit 55 was needed) when it shouldn't
be touching them at all.

Please Fix to not modify the attributes of the EFI System partition. The
UEFI Spec clearly states to preserve the bits.

Thanks.

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

Title:
  Install of Ubuntu clears attributes on EFI System Partition

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

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

[Bug 1665126] Re: Snaps do not show in categories

2018-05-01 Thread Robert Ancell
On a fully updated Xenial VM with -proposed enabled I can see pin-town
in the games section.

** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Snaps do not show in categories

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

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

[Bug 1750288] Re: Support snap channels

2018-05-01 Thread Robert Ancell
On a fully updated Xenial VM with -proposed enabled I can see channel
information for VLC.

** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Support snap channels

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

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

[Bug 1768402] [NEW] Ubuntu 18.04 failed to install grub2

2018-05-01 Thread Jorge Restrepo
Public bug reported:

The installation fails when it gets to Grub2

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Tue May  1 22:45:55 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
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 ubuntu

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

Title:
  Ubuntu 18.04 failed to install grub2

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

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

[Bug 1768404] [NEW] Grub failled to install

2018-05-01 Thread Harimbola
Public bug reported:

So I have windows 7 installed on my pc. So far, it doesn't recognize it, so I 
had to select "smhg else" on the installation menu. I created swap and root 
partition, that's all. Everything worked great, I leaved my pc hoping that 
evrthg will be ok after I return but this message appeared : "failed to install 
grub".
And here we are now...

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
Date: Wed May  2 06:43:31 2018
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/lubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Lubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic lubuntu ubiquity-18.04.14

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

Title:
  Grub failled to install

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

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

[Bug 1751252] Re: [regression] ubiquity crashed in debconf.py:104 with ValueError: invalid literal for int() with base 10: ''

2018-05-01 Thread Daniel van Vugt
This one also started in version 18.04.11:
https://errors.ubuntu.com/problem/735a2b847e0eeab6c8a7b954de5110e43889be15

But this one started in 18.04.3:
https://errors.ubuntu.com/problem/82f7f7e7923663c7b2123c7f1f49af29f6ff4d77

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

Title:
  [regression] ubiquity crashed in debconf.py:104 with ValueError:
  invalid literal for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1751252/+subscriptions

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

[Bug 1751252] Re: [regression] ubiquity crashed in debconf.py:104 with ValueError: invalid literal for int() with base 10: ''

2018-05-01 Thread Daniel van Vugt
According to this page, the problem possibly started in ubiquity version 
18.04.11:
https://errors.ubuntu.com/problem/84a5563af3d2b85f098da832ece4cb8450bfd524

** Description changed:

  The Ubuntu installer crashes on hiDPI machines (QHD/UHD etc). Although
  it was working some weeks/months ago, so this is a recent regression.
  
  ---
  
  https://errors.ubuntu.com/problem/82f7f7e7923663c7b2123c7f1f49af29f6ff4d77
  https://errors.ubuntu.com/problem/735a2b847e0eeab6c8a7b954de5110e43889be15
+ https://errors.ubuntu.com/problem/dcd4c9da5ee0cc6d36324446e0e49d39705c90b7
  
  ---
  
  WORKAROUND:
  
  1. Boot into the live session.
  2. Settings > Devices > Displays > Scale = 100%
  3. Click Apply.
  4. Proceed with installation: Click "Install Ubuntu 18.04 LTS".
  
  ---
  
  Crashed in a VM in the middle of installation. The host is Bionic up to
  date.
  
  From the journal
  Feb 23 12:52:27 ubuntu kernel: traps: ubiquity[2646] trap int3 
ip:7f5a76936961 sp:7ffde5090c50 error:0 in 
libglib-2.0.so.0.5400.1[7f5a768e6000+111000]
  Feb 23 12:52:41 ubuntu /install.py[6858]: Exception during installation:
  Feb 23 12:52:41 ubuntu /install.py[6858]: Traceback (most recent call last):
  Feb 23 12:52:41 ubuntu /install.py[6858]:   File 
"/usr/share/ubiquity/install.py", line 757, in 
  Feb 23 12:52:41 ubuntu /install.py[6858]: install.run()
  Feb 23 12:52:41 ubuntu /install.py[6858]:   File 
"/usr/share/ubiquity/install.py", line 135, in run
  Feb 23 12:52:41 ubuntu /install.py[6858]: self.copy_all()
  Feb 23 12:52:41 ubuntu /install.py[6858]:   File 
"/usr/share/ubiquity/install.py", line 505, in copy_all
  Feb 23 12:52:41 ubuntu /install.py[6858]: self.db.progress('SET', 10 + 
copy_progress)
  Feb 23 12:52:41 ubuntu /install.py[6858]:   File 
"/usr/lib/python3/dist-packages/debconf.py", line 83, in 
  Feb 23 12:52:41 ubuntu /install.py[6858]: lambda *args, **kw: 
self.command(command, *args, **kw))
  Feb 23 12:52:41 ubuntu /install.py[6858]:   File 
"/usr/lib/python3/dist-packages/debconf.py", line 104, in command
  Feb 23 12:52:41 ubuntu /install.py[6858]: status = int(status)
  Feb 23 12:52:41 ubuntu /install.py[6858]: ValueError: invalid literal for 
int() with base 10: ''
  
  ProblemType: Crash
  DistroRelease: Ubuntu 18.04
  Package: ubiquity 18.04.1
  ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
  Uname: Linux 4.13.0-32-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CasperVersion: 1.388
  Date: Fri Feb 23 12:52:28 2018
  ExecutablePath: /usr/lib/ubiquity/bin/ubiquity
  InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- keyboard-configuration/layoutcode=fr 
keyboard-configuration/variantcode=oss
  InterpreterPath: /usr/bin/python3.6
  LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180222)
  ProcCmdline: /usr/bin/python3 /usr/lib/ubiquity/bin/ubiquity -d
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  Python3Details: /usr/bin/python3.6, Python 3.6.4+, python3-minimal, 3.6.4-1
  PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
  Signal: 5
  SourcePackage: ubiquity
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: ubiquity crashed with signal 5 in _XEventsQueued()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

** Description changed:

  The Ubuntu installer crashes on hiDPI machines (QHD/UHD etc). Although
  it was working some weeks/months ago, so this is a recent regression.
  
  ---
  
  https://errors.ubuntu.com/problem/82f7f7e7923663c7b2123c7f1f49af29f6ff4d77
  https://errors.ubuntu.com/problem/735a2b847e0eeab6c8a7b954de5110e43889be15
  https://errors.ubuntu.com/problem/dcd4c9da5ee0cc6d36324446e0e49d39705c90b7
+ https://errors.ubuntu.com/problem/cb82f70f9ede07369e8104da9ddf87e28b42257d
  
  ---
  
  WORKAROUND:
  
  1. Boot into the live session.
  2. Settings > Devices > Displays > Scale = 100%
  3. Click Apply.
  4. Proceed with installation: Click "Install Ubuntu 18.04 LTS".
  
  ---
  
  Crashed in a VM in the middle of installation. The host is Bionic up to
  date.
  
  From the journal
  Feb 23 12:52:27 ubuntu kernel: traps: ubiquity[2646] trap int3 
ip:7f5a76936961 sp:7ffde5090c50 error:0 in 
libglib-2.0.so.0.5400.1[7f5a768e6000+111000]
  Feb 23 12:52:41 ubuntu /install.py[6858]: Exception during installation:
  Feb 23 12:52:41 ubuntu /install.py[6858]: Traceback (most recent call last):
  Feb 23 12:52:41 ubuntu /install.py[6858]:   File 
"/usr/share/ubiquity/install.py", line 757, in 
  Feb 23 12:52:41 ubuntu /install.py[6858]: install.run()
  Feb 23 12:52:41 ubuntu /install.py[6858]:   File 

[Bug 1768397] Re: /usr/lib/ubiquity/bin/ubiquity:5:XPending:gdk_check_xpending:gdk_event_source_prepare:g_main_context_prepare:g_main_context_iterate

2018-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1751252 ***
https://bugs.launchpad.net/bugs/1751252

** This bug has been marked a duplicate of bug 1751252
   [regression] ubiquity crashed in debconf.py:104 with ValueError: invalid 
literal for int() with base 10: ''

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

Title:
  
/usr/lib/ubiquity/bin/ubiquity:5:XPending:gdk_check_xpending:gdk_event_source_prepare:g_main_context_prepare:g_main_context_iterate

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

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

[Bug 1768398] Re: /usr/share/ubiquity/plugininstall.py:ValueError:/usr/share/ubiquity/plugininstall.py@1737:__init__::command

2018-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1751252 ***
https://bugs.launchpad.net/bugs/1751252

** This bug has been marked a duplicate of bug 1751252
   [regression] ubiquity crashed in debconf.py:104 with ValueError: invalid 
literal for int() with base 10: ''

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

Title:
  
/usr/share/ubiquity/plugininstall.py:ValueError:/usr/share/ubiquity/plugininstall.py@1737:__init__::command

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

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

[Bug 1768397] [NEW] /usr/lib/ubiquity/bin/ubiquity:5:XPending:gdk_check_xpending:gdk_event_source_prepare:g_main_context_prepare:g_main_context_iterate

2018-05-01 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1751252 ***
https://bugs.launchpad.net/bugs/1751252

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
ubiquity.  This problem was most recently seen with package version 18.04.14, 
the problem page at 
https://errors.ubuntu.com/problem/cb82f70f9ede07369e8104da9ddf87e28b42257d 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: artful bionic xenial yakkety zesty

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

Title:
  
/usr/lib/ubiquity/bin/ubiquity:5:XPending:gdk_check_xpending:gdk_event_source_prepare:g_main_context_prepare:g_main_context_iterate

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

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

[Bug 1768398] [NEW] /usr/share/ubiquity/plugininstall.py:ValueError:/usr/share/ubiquity/plugininstall.py@1737:__init__::command

2018-05-01 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1751252 ***
https://bugs.launchpad.net/bugs/1751252

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
ubiquity.  This problem was most recently seen with package version 18.04.14, 
the problem page at 
https://errors.ubuntu.com/problem/84a5563af3d2b85f098da832ece4cb8450bfd524 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: bionic

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

Title:
  
/usr/share/ubiquity/plugininstall.py:ValueError:/usr/share/ubiquity/plugininstall.py@1737:__init__::command

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

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

[Bug 1751990] Re: problems with kernel 4.13

2018-05-01 Thread Kai-Heng Feng
Try reinstalling the driver?

$ sudo apt --reinstall install nvidia-driver-390

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

Title:
  problems with kernel 4.13

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

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

[Bug 1761831] Re: ASUS B150M Gaming hibernate/resume failure

2018-05-01 Thread Kai-Heng Feng
According to this:
Acer X3-710 PC - Ubuntu MATE 17.10 and kernel 4.15.x / 4.16.x
- Hibernate / Resume from Hibernate works as expected

Acer X3-710 PC - Ubuntu MATE 18.04 Beta 2 fresh install or upgrade from Ubuntu 
MATE 17.10 and kernel 4.15.x / 4.16.x
- Hibernate / Resume from Hibernate does NOT WORK

Sounds like it's not a kernel issue.

When the resume failed, does the led turns on/off when you press caps
lock?

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

Title:
  ASUS B150M Gaming hibernate/resume failure

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

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

[Bug 1768396] [NEW] /usr/lib/ubiquity/bin/ubiquity:5:XPending:gdk_check_xpending:gdk_event_source_check:g_main_context_check:g_main_context_iterate

2018-05-01 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1751252 ***
https://bugs.launchpad.net/bugs/1751252

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
ubiquity.  This problem was most recently seen with package version 18.04.14, 
the problem page at 
https://errors.ubuntu.com/problem/dcd4c9da5ee0cc6d36324446e0e49d39705c90b7 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: artful bionic xenial

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

Title:
  
/usr/lib/ubiquity/bin/ubiquity:5:XPending:gdk_check_xpending:gdk_event_source_check:g_main_context_check:g_main_context_iterate

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

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

[Bug 1768396] Re: /usr/lib/ubiquity/bin/ubiquity:5:XPending:gdk_check_xpending:gdk_event_source_check:g_main_context_check:g_main_context_iterate

2018-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1751252 ***
https://bugs.launchpad.net/bugs/1751252

I think we can group this under bug 1751252. At least for bionic.

** This bug has been marked a duplicate of bug 1751252
   [regression] ubiquity crashed in debconf.py:104 with ValueError: invalid 
literal for int() with base 10: ''

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

Title:
  
/usr/lib/ubiquity/bin/ubiquity:5:XPending:gdk_check_xpending:gdk_event_source_check:g_main_context_check:g_main_context_iterate

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

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

[Bug 1757473] Re: Steam won't launch after update in 18.04

2018-05-01 Thread Alicia Yingling
Following the following three steps, Steam launches now from Show
Applications list in gnome.

/usr/bin/steam --reset
find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" \) 
-print -delete 
~/.local/share/Steam/ubuntu12_32/steam

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

Title:
  Steam won't launch after update in 18.04

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

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

[Bug 1751252] Re: [regression] ubiquity crashed in debconf.py:104 with ValueError: invalid literal for int() with base 10: ''

2018-05-01 Thread Yuan-Chen Cheng
** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Status: New => Triaged

** Changed in: oem-priority
   Importance: Undecided => Critical

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

Title:
  [regression] ubiquity crashed in debconf.py:104 with ValueError:
  invalid literal for int() with base 10: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1751252/+subscriptions

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

[Bug 1768392] [NEW] confusing Description-en:

2018-05-01 Thread Seth Arnold
Public bug reported:

Hello, the description shown with apt-cache show cgroup-bin is
confusing:

Package: cgroup-bin
Description-en: control and monitor control groups (transitional package)
 Package to ease upgrading from older cgroup-bin packages to the new
 cgroup-tools package.
 .
 This package can be purged at anytime once the cgroup-bin package has been
 installed.


I believe it should say "once the cgroup-tools package has been installed".
But maybe the description is backwards?

Thanks

** Affects: libcgroup (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/1768392

Title:
  confusing Description-en:

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

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

[Bug 1766601] Re: linux: 3.13.0-146.195 -proposed tracker

2018-05-01 Thread Po-Hsu Lin
3.13.0-146.195 - generic
Regression test CMPL.

Issue to note in amd64:
  ubuntu_kvm_smoke_test - uvt-kvm wait issue (bug 1732883)
  ubuntu_kvm_unit_tests - 40 failed on amaura, 26 failed on groucho, 39 failed 
on pepe

Issue to note in arm64:
  hwclock - issue for HP m400 (bug 1716603)
  libhugetlbfs - noresv-preserve-resv-page failed (bug 1747823) 
chunk-overcommit failed (bug 1747828)
  ubuntu_cts_kernel - lp1262692 failed, bug for iproute2 (bug 1715376)
  ubuntu_kvm_smoke_test - uvt-kvm wait issue (bug 1732883)
  ubuntu_qrt_apparmor - test_old_trusty_regression_testsuite failed to build 
(bug 1699987)
  ubuntu_qrt_kernel_security - test 060 should be skipped (bug 1712038) test 
021, 022 (bug 1747847) test 050 (bug 1684776) test 072 (bug 1747850) test 075 
(bug 1712007) test 82 (bug 1747853)

Issue to note in i386:
  ubuntu_kvm_smoke_test - uvt-kvm wait issue (bug 1732883)
  ubuntu_kvm_unit_tests - test suite failed to build (bug 1765366)

Issue to note in ppc64le:
  ubuntu_cts_kernel - lp1262692 failed, bug for iproute2 (bug 1715376)
  ubuntu_kvm_smoke_test - no supported architecture for 'hvm' (bug 1752550)


** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => 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/1766601

Title:
  linux: 3.13.0-146.195 -proposed tracker

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

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

[Bug 1758243] Re: bumblebee needs configuration changes to work with nvidia-driver-390 and libglvnd0

2018-05-01 Thread Rocko
I've opened https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-
drivers-390/+bug/1768390 for the X_GLXSwapBuffers issue.

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

Title:
  bumblebee needs configuration changes to work with nvidia-driver-390
  and libglvnd0

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

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

[Bug 1766401] Re: full config file wiped after apt-upgrade issued

2018-05-01 Thread James Tigert
Greetings,

As requested:

verification-done-artful

cloud-init version (18.2-4-g05926e48-0ubuntu1~16.04.1).

The patch seems to work! Thanks all!

-Jimmy Tigert

P.S. Let me know if you need further assistance.

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

Title:
  full config file wiped after apt-upgrade issued

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1766401/+subscriptions

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

[Bug 1768390] [NEW] BadMatch error in X_GLXSwapBuffers running OpenGL apps with nvidia-driver-390

2018-05-01 Thread Rocko
Public bug reported:

With bumblebee installed with modified library paths for the libglvnd
setup used by nvidia-graphics-drivers-390 (see
https://bugs.launchpad.net/ubuntu/+source/bumblebee/+bug/1758243), 3D
apps run fine in wine, but I get an error calling X_GLXSwapBuffers error
running OpenGL apps, eg:

$ optirun glxheads
glxheads: exercise multiple GLX connections (any key = exit)
Usage:
  glxheads xdisplayname ...
Example:
  glxheads :0 mars:0 venus:1
Name: :1
  Display: 0x55b464525ce0
  Window:  0x2c2
  Context: 0x55b46468a208
  GL_VERSION:  4.6.0 NVIDIA 390.48
  GL_VENDOR:   NVIDIA Corporation
  GL_RENDERER: GeForce GTX 1050/PCIe/SSE2
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  11 (X_GLXSwapBuffers)
  Serial number of failed request:  37
  Current serial number in output stream:  38
primus: warning: dropping a frame to avoid deadlock
primus: warning: timeout waiting for display worker
terminate called without an active exception

This might be an issue with libglvnd rather than with the nvidia driver.

Other users report the same issue, eg see comment #6 on the
aforementioned bug and https://github.com/Bumblebee-
Project/Bumblebee/issues/951 (comment by MrDeepPurple).

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nvidia-driver-390 390.48-0ubuntu3
Uname: Linux 4.17.0-041700rc3-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed May  2 10:47:34 2018
InstallationDate: Installed on 2017-08-16 (258 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
SourcePackage: nvidia-graphics-drivers-390
UpgradeStatus: Upgraded to bionic on 2017-11-17 (165 days ago)

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


** Tags: amd64 apport-bug bionic

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

Title:
  BadMatch error in X_GLXSwapBuffers running OpenGL apps with nvidia-
  driver-390

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

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

[Bug 1597314] Re: Support for apps which do not automatically connect to slots

2018-05-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu-xenial

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

Title:
  Support for apps which do not automatically connect to slots

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

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

[Bug 1763736] Re: communitheme snap not present in gnome software on bionic, but it is on 16.04

2018-05-01 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu-xenial

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

Title:
  communitheme snap not present in gnome software on bionic, but it is
  on 16.04

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

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

[Bug 1763736] Re: communitheme snap not present in gnome software on bionic, but it is on 16.04

2018-05-01 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu Xenial)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  communitheme snap not present in gnome software on bionic, but it is
  on 16.04

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

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

[Bug 1766596] Re: linux-gcp: 4.13.0-1014.18 -proposed tracker

2018-05-01 Thread Po-Hsu Lin
4.13.0-1014.18 - gcp
Regression test CMPL.

Issue to note in gcp:
  libhugetlbfs - 1 failed , 1 killed by signal, 3 bad config
  ubuntu_kvm_unit_tests - test disabled
  ubuntu_lxc - lxc-test-ubuntu (Failed to start networking in ubuntu-cloud 
container)


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

** Changed in: kernel-sru-workflow/certification-testing
 Assignee: Canonical Hardware Certification (canonical-hw-cert) => Po-Hsu 
Lin (cypressyew)

** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed => Fix Released

** Changed in: kernel-sru-workflow/regression-testing
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Po-Hsu Lin 
(cypressyew)

** Tags added: regression-testing-passed

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

Title:
  linux-gcp: 4.13.0-1014.18 -proposed tracker

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

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

[Bug 1597314] Re: Support for apps which do not automatically connect to slots

2018-05-01 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu Artful)
   Status: Triaged => Won't Fix

** Changed in: gnome-software (Ubuntu Xenial)
   Status: Triaged => Fix Committed

** Changed in: gnome-software (Ubuntu Xenial)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

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

Title:
  Support for apps which do not automatically connect to slots

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

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

[Bug 1767291] Re: Unable to upgrade to 18.04 LTS from 17.10

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

** Changed in: ubuntu-release-upgrader (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/1767291

Title:
  Unable to upgrade to 18.04 LTS  from 17.10

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

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

[Bug 1754073] Re: Instances on Apache CloudStack using KVM hypervisor are not detected as virtual machines

2018-05-01 Thread Launchpad Bug Tracker
This bug was fixed in the package landscape-client -
16.03-0ubuntu3.17.10.3

---
landscape-client (16.03-0ubuntu3.17.10.3) artful; urgency=medium

  * d/p/detect-cloudstack-kvm-1754073.patch: Detect CloudStack
kvm hypervisor (LP: #1754073)

 -- Simon Poirier   Mon, 26 Mar 2018
21:36:50 +

** Changed in: landscape-client (Ubuntu Artful)
   Status: Fix Committed => 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/1754073

Title:
  Instances on Apache CloudStack using KVM hypervisor are not detected
  as virtual machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1754073/+subscriptions

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

[Bug 1768379] Re: failed 16.04 LTS -> 18.04 LTS upgrade

2018-05-01 Thread Seth Arnold
** Attachment added: "/var/log/dpkg logs for the upgrade"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1768379/+attachment/5131736/+files/dpkg.log.gz

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

Title:
  failed 16.04 LTS -> 18.04 LTS upgrade

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

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

[Bug 1768388] [NEW] "Open Tilix Here" still in context menu after uninstalling Tilix

2018-05-01 Thread Kyle Piira
Public bug reported:

On Ubuntu Budgie there is an option in the context menu in GNOME Files
to "Open Tilix Here" which will open that directory in the Tilix
terminal emulator. However, after uninstalling Tilix the option still
appears but now does nothing (since its trying to open a program that
doesn't exist on the system anymore). There should be a check somewhere
to verify that Tilix is actually installed before showing the option.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gnome-terminal 3.28.1-1ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: Budgie:GNOME
Date: Tue May  1 22:07:57 2018
ExecutablePath: /usr/lib/gnome-terminal/gnome-terminal-server
InstallationDate: Installed on 2018-05-01 (0 days ago)
InstallationMedia: Ubuntu-Budgie 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
ProcEnviron:
 LANG=en_US.UTF-8
 LANGUAGE=en_US
 PATH=(custom, no user)
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: budgie-desktop (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

** Package changed: gnome-terminal (Ubuntu) => budgie-desktop (Ubuntu)

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

Title:
  "Open Tilix Here" still in context menu after uninstalling Tilix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/budgie-desktop/+bug/1768388/+subscriptions

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

[Bug 1768379] Re: failed 16.04 LTS -> 18.04 LTS upgrade

2018-05-01 Thread Seth Arnold
I've had to install a lot of packages by hand to get apt and dpkg to
continue making progress. I'm skeptical of the state of my system:

- ntp was still installed
- chrony was not installed
- netplan.io was not installed
- squid-deb-proxy was uninstalled
- rxvt-unicode was uninstalled

Thanks

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

Title:
  failed 16.04 LTS -> 18.04 LTS upgrade

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

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

[Bug 1754073] Update Released

2018-05-01 Thread Chris Halse Rogers
The verification of the Stable Release Update for landscape-client has
completed successfully and the package has now been released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Instances on Apache CloudStack using KVM hypervisor are not detected
  as virtual machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1754073/+subscriptions

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

[Bug 1754073] Re: Instances on Apache CloudStack using KVM hypervisor are not detected as virtual machines

2018-05-01 Thread Launchpad Bug Tracker
This bug was fixed in the package landscape-client -
16.03-0ubuntu2.16.04.4

---
landscape-client (16.03-0ubuntu2.16.04.4) xenial; urgency=medium

  * d/p/detect-cloudstack-kvm-1754073.patch: Detect CloudStack
kvm hypervisor (LP: #1754073)

 -- Simon Poirier   Mon, 26 Mar 2018
21:15:45 +

** Changed in: landscape-client (Ubuntu Xenial)
   Status: Fix Committed => 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/1754073

Title:
  Instances on Apache CloudStack using KVM hypervisor are not detected
  as virtual machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1754073/+subscriptions

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

[Bug 1754073] Re: Instances on Apache CloudStack using KVM hypervisor are not detected as virtual machines

2018-05-01 Thread Launchpad Bug Tracker
This bug was fixed in the package landscape-client -
14.12-0ubuntu6.14.04.3

---
landscape-client (14.12-0ubuntu6.14.04.3) trusty; urgency=medium

  * d/p/detect-cloudstack-kvm-1754073.patch: Detect CloudStack
kvm hypervisor (LP: #1754073)

 -- Simon Poirier   Mon, 26 Mar 2018
21:44:38 +

** Changed in: landscape-client (Ubuntu Trusty)
   Status: Fix Committed => 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/1754073

Title:
  Instances on Apache CloudStack using KVM hypervisor are not detected
  as virtual machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1754073/+subscriptions

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

[Bug 1767157] Re: Duplicate Folders

2018-05-01 Thread Diogo Filho de Morais
I don't now. But this get create in a fill times.

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

Title:
  Duplicate Folders

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

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

[Bug 1768364] Re: Combo boxes close immediately after opening

2018-05-01 Thread Slavic Dragovtev
Here's an example of it happening randomly in gnome-control-center.

** Attachment added: "combo box in gnome-control-center"
   
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1768364/+attachment/5131731/+files/Screencast%20from%2005-01-2018%2007%3A07%3A24%20PM.webm

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

Title:
  Combo boxes close immediately after opening

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1768364/+subscriptions

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

  1   2   3   4   5   6   7   8   9   >