[Bug 2066983] Re: Bug in /etc/update-motd.d/50-landscape-sysinfo script - incorrect variable used for load threshold calculation

2024-05-28 Thread Spencer Runde
** Description changed:

  [ Impact ]
  
-  * The CPU load is incorrectly calculated, and users won't get system info in
+  * The CPU load is incorrectly calculated, and users won't get system info in
  the message-of-the-day (motd).
  
-  * The `cores` variable was misnamed; it should be `CORES` since bash
+  * The `cores` variable was misnamed; it should be `CORES` since bash
  variables are case-sensitive
+ 
+ * Affects landscape-client on noble, mantic, jammy, and focal.
  
  [ Test Plan ]
  
  Steps to Reproduce:
  
- 1. Open the /etc/update-motd.d/50-landscape-sysinfo script.
- 2. Notice the line where THRESHOLD is set: THRESHOLD="${cores:-1}.0".
- 3. The correct variable should be CORES instead of cores.
- 
+ 1. Open the /etc/update-motd.d/50-landscape-sysinfo script.
+ 2. Notice the line where THRESHOLD is set: THRESHOLD="${cores:-1}.0".
+ 3. The correct variable should be CORES instead of cores.
  
  To trigger MOTD and view incorrect calculation:
  
  sudo run-parts /etc/update-motd.d/
  Notice message: " System information disabled due to load higher than 1.0" 
even on systems with multiple cores.
  
- 
  [ Where problems could occur ]
  
-  * This fix will necessarily run the system process info on more systems
+  * This fix will necessarily run the system process info on more systems
  during MOTD.  If the CPU load threshold was poorly chosen, then overly-
  loaded systems might be slow during MOTD while landscape-sysinfo runs

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

Title:
  Bug in /etc/update-motd.d/50-landscape-sysinfo script - incorrect
  variable used for load threshold calculation

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


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

[Bug 2066983] Re: Bug in /etc/update-motd.d/50-landscape-sysinfo script - incorrect variable used for load threshold calculation

2024-05-28 Thread Spencer Runde
** Description changed:

- There is a bug in the /etc/update-motd.d/50-landscape-sysinfo (Symlink
- to /usr/share/landscape/landscape-sysinfo.wrapper) script in Ubuntu. The
- script incorrectly sets the load threshold due to a typo, causing the
- system information to be disabled unnecessarily when the system load is
- actually within acceptable limits.
+ [ Impact ]
+ 
+  * The CPU load is incorrectly calculated, and users won't get system info in
+ the message-of-the-day (motd).
+ 
+  * The `cores` variable was misnamed; it should be `CORES` since bash
+ variables are case-sensitive
+ 
+ [ Test Plan ]
  
  Steps to Reproduce:
  
  1. Open the /etc/update-motd.d/50-landscape-sysinfo script.
  2. Notice the line where THRESHOLD is set: THRESHOLD="${cores:-1}.0".
  3. The correct variable should be CORES instead of cores.
  
- Expected Behavior:
- The threshold should be calculated based on the number of CPU cores, e.g., 
THRESHOLD="${CORES:-1}.0", and system information should be displayed correctly 
when the load is below this threshold.
  
- Actual Behavior:
- The threshold is incorrectly set to 1.0 due to the typo, causing system 
information to be disabled unnecessarily.
+ To trigger MOTD and view incorrect calculation:
  
- Version Information:
+ sudo run-parts /etc/update-motd.d/
+ Notice message: " System information disabled due to load higher than 1.0" 
even on systems with multiple cores.
  
- Ubuntu 24.04 LTS: landscape-common 24.02-0ubuntu5
- Ubuntu 22.04.4 LTS: landscape-common 23.02-0ubuntu1~22.04.2
+ 
+ [ Where problems could occur ]
+ 
+  * This fix will necessarily run the system process info on more systems
+ during MOTD.  If the CPU load threshold was poorly chosen, then overly-
+ loaded systems might be slow during MOTD while landscape-sysinfo runs

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

Title:
  Bug in /etc/update-motd.d/50-landscape-sysinfo script - incorrect
  variable used for load threshold calculation

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


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

[Bug 2066983] Re: Bug in /etc/update-motd.d/50-landscape-sysinfo script - incorrect variable used for load threshold calculation

2024-05-28 Thread Spencer Runde
Original bug report:

===

There is a bug in the /etc/update-motd.d/50-landscape-sysinfo (Symlink
to /usr/share/landscape/landscape-sysinfo.wrapper) script in Ubuntu. The
script incorrectly sets the load threshold due to a typo, causing the
system information to be disabled unnecessarily when the system load is
actually within acceptable limits.

Steps to Reproduce:

1. Open the /etc/update-motd.d/50-landscape-sysinfo script.
2. Notice the line where THRESHOLD is set: THRESHOLD="${cores:-1}.0".
3. The correct variable should be CORES instead of cores.

Expected Behavior:
The threshold should be calculated based on the number of CPU cores, e.g., 
THRESHOLD="${CORES:-1}.0", and system information should be displayed correctly 
when the load is below this threshold.

Actual Behavior:
The threshold is incorrectly set to 1.0 due to the typo, causing system 
information to be disabled unnecessarily.

Version Information:

Ubuntu 24.04 LTS: landscape-common 24.02-0ubuntu5
Ubuntu 22.04.4 LTS: landscape-common 23.02-0ubuntu1~22.04.2

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

Title:
  Bug in /etc/update-motd.d/50-landscape-sysinfo script - incorrect
  variable used for load threshold calculation

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


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

[Bug 2066983] Re: Bug in /etc/update-motd.d/50-landscape-sysinfo script - incorrect variable used for load threshold calculation

2024-05-23 Thread Spencer Runde
Hi Markus,

Thank you for your bug report.  We have an SRU in progress for this, and
it should land shortly.

** Changed in: landscape-client (Ubuntu)
   Status: New => In Progress

** Changed in: landscape-client (Ubuntu)
 Assignee: (unassigned) => Spencer Runde (spencerrunde)

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

Title:
  Bug in /etc/update-motd.d/50-landscape-sysinfo script - incorrect
  variable used for load threshold calculation

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


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

[Bug 2063127] [NEW] package thunderbird 2:1snap1-0ubuntu3 failed to install/upgrade: new thunderbird package pre-installation script subprocess returned error exit status 1

2024-04-22 Thread emily spencer
Public bug reported:

this occurred after booting up after upgrading to NN dev version

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: thunderbird 2:1snap1-0ubuntu3
ProcVersionSignature: Ubuntu 6.5.0-28.29~22.04.1-generic 6.5.13
Uname: Linux 6.5.0-28-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
Date: Sun Apr 21 16:02:21 2024
ErrorMessage: new thunderbird package pre-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2024-02-29 (53 days ago)
InstallationMedia: Ubuntu 22.04.4 LTS "Jammy Jellyfish" - Release amd64 
(20240220)
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.6ubuntu6
 apt  2.7.14build2
SourcePackage: thunderbird
Title: package thunderbird 2:1snap1-0ubuntu3 failed to install/upgrade: new 
thunderbird package pre-installation script subprocess returned error exit 
status 1
UpgradeStatus: Upgraded to noble on 2024-04-21 (1 days ago)
mtime.conffile..etc.init.d.apport: 2024-04-18T19:50:32

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


** Tags: amd64 apport-package need-duplicate-check noble

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

Title:
  package thunderbird 2:1snap1-0ubuntu3 failed to install/upgrade: new
  thunderbird package pre-installation script subprocess returned error
  exit status 1

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


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

[Bug 2060797] Re: df says Resource temporarily unavailable after kernel upgrade to 5.15.0-102

2024-04-10 Thread spencer
I'm also seeing the same on Ubuntu Server 22.04.4 on the latest patch
from 4/8

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

Title:
  df says Resource temporarily unavailable after kernel upgrade to
  5.15.0-102

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/2060797/+subscriptions


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

[Bug 2057976] Re: Ubuntu pro info is not sent on registration

2024-03-20 Thread Spencer Runde
** Changed in: landscape-client (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  Ubuntu pro info is not sent on registration

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


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

[Bug 2057976] Re: Ubuntu pro info is not sent on registration

2024-03-15 Thread Spencer Runde
** Changed in: landscape-client (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Ubuntu pro info is not sent on registration

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


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

[Bug 2057976] [NEW] Ubuntu pro info is not sent on registration

2024-03-14 Thread Spencer Runde
Public bug reported:

A fix to Livepatch status reporting inadvertently removed Pro info
exchange during registration.  A fix to revert that change will be
proposed ASAP.

** Affects: landscape-client (Ubuntu)
 Importance: Undecided
 Assignee: Spencer Runde (spencerrunde)
 Status: New

** Changed in: landscape-client (Ubuntu)
 Assignee: (unassigned) => Spencer Runde (spencerrunde)

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

Title:
  Ubuntu pro info is not sent on registration

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


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

[Bug 1959041] Re: STR (suspend-to-RAM) freezes at suspend

2022-04-25 Thread Spencer Seidel
FYI -- experiencing same suspend issue with a Lenovo T460S running
Ubuntu 22.04 default ISO. intel_iommu=off on the grub command line fixed
the issue.

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

Title:
  STR (suspend-to-RAM) freezes at suspend

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


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

[Bug 1958724] Re: System Shutdown and resume hangs since Kernel linux-image-5.13.0-23-generic

2022-02-07 Thread Spencer Ahn
Same here, cleared with 5.13.0-28 update.
Thanks

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

Title:
  System Shutdown and resume hangs since Kernel linux-
  image-5.13.0-23-generic

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


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

[Bug 1958007] Re: Regression in 5.13.0-23: laptop cannot suspend or turn off

2022-01-18 Thread Spencer Ahn
Same here with PN51 RYZEN 5 5500U

final msg during suspend

systemd-shutdown[1]: Waiting for process: systemd-udevd, systemd-udevd

Could this be related to this issue?

https://github.com/systemd/systemd/issues/14140

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

Title:
  Regression in 5.13.0-23: laptop cannot suspend or turn off

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


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

[Bug 1957018] [NEW] System hangs on reboot and shutdown

2022-01-10 Thread Spencer Ahn
Public bug reported:

After upgrading from kernel 5.13.0-22-generic to 5.13.0-25-generic, the
system cannot be powered down or rebooted, just hangs indefinitely.

 This is a possible duplicate of the link below

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1956821

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

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

Title:
  System hangs on reboot and shutdown

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


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

[Bug 1631086] Re: Resume from suspend works only once after reboot macbook pro 11, 4

2021-12-07 Thread Spencer Seidel
Heh, the 11,4 MacBook Pro's end of life was unfortunately quite some
time ago, so I think you're all good to close this.

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

Title:
  Resume from suspend works only once after reboot macbook pro 11,4

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


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

[Bug 1938669] Re: Epiphan framegrabbers stream only once then need unbinding/rebinding to uvcvideo to work again

2021-08-02 Thread Philip Spencer
Thanks; I have done so, to the uvcvideo maintainer with copies to the
media input maintainer, LKML and the linux-media mailing list, as
indicated by the get_maintainer.pl script.

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

Title:
  Epiphan framegrabbers stream only once then need unbinding/rebinding
  to uvcvideo to work again

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


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

[Bug 1938669] [NEW] Epiphan framegrabbers stream only once then need unbinding/rebinding to uvcvideo to work again

2021-08-01 Thread Philip Spencer
Public bug reported:

Video capture devices made by Epiphan Systems (vendor id 0x2b77) work
once, but as soon as the video device is closed (or even if it is kept
open but the application issues a VIDIOC_STREAMOFF ioctl) it won't work
again - subsequent calls to VIDOC_DQBUF simply hang - until the device
is unbound from and rebound to the uvcvideo module. (modprobe -r
uvcvideo; modprobe uvcvideo also works).

For example:

  ffplay /dev/video0  -- works fine and shows the captured stream.

  ffplay /dev/video0  -- when run a second time: hangs and does not
capture anything

  modprobe -r uvcvideo ; modprobe uvcvideo; ffplay /dev/video  -- works
fine again.

Experimenting with the device and the uvcvideo module source code
reveals that problem is the device is expecting SET_INTERFACE(0) to be
sent to return it to a state where it can accept control requests and
start streaming again.

The code in uvc_video.c has several comments stating that some bulk-
transfer devices require a SET_INTERFACE(0) call to be made before any
control commands, even though 0 is already the default and only valid
interface value. And, the function uvc_video_init makes such a call
(which is why the device starts working again after rebinding to the
uvcvideo module). But no such call is made when streaming is stopped
then restarted.

Furthermore, SET_INTERFACE(0) is the mechanism by which isochronous
devices are told to stop streaming, and the comments in
uvc_video_stop_streaming state that the UVC specification is unclear on
how a bulk-based device should be told to stop streaming, so it is
reasonable to expect this particular bulk-based device might be
expecting the same SET_INTERFACE(0) call that an isochronous device
would get as means of being told to stop streaming.

The attached patch fixes the problem for these Epiphan devices by adding
a SET_INTERFACE(0) call in two places. Either one by itself is
sufficient to resolve the symptoms but I think it is probably safest to
include both.

The first hunk adds a SET_INTERFACE(0) call in
uvc_video_start_streaming, but only in the bulk-based case where 0 is
the only possible interface value (it won't mess with an isochronous
device that might be set to a different interface).

The second hunk modifies the behaviour of uvc_video_stop_streaming to
call SET_INTERFACE(0) unconditionally instead of only calling it for
isochronous devices. Since interface 0 should already be set on non-
isochronous devices, it should be safe to set it again, and this way
devices that are expecting it as a signal to stop streaming will get it.

The patch is against 5.4.137 in the vanilla kernel.org source tree, but
also applies cleanly to the 5.8.63 kernel in Ubuntu 20.4 LTS and to the
5.14-rc3 release candidate kernel.

Since this is clearly an upstream issue unrelated to any vendor
modifications, should I also submit an upstream bug report directly to
bugzilla.kernel.org?

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

** Patch added: "uvc_video.patch"
   
https://bugs.launchpad.net/bugs/1938669/+attachment/5515189/+files/uvc_video.patch

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

Title:
  Epiphan framegrabbers stream only once then need unbinding/rebinding
  to uvcvideo to work again

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


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

[Bug 1834997] Re: Docker snap is stuck. Cannot use or remove

2020-12-16 Thread Spencer Seidel
FYI -- found this after running into the same problem. This fixed it for
me:

journalctl -u snap.docker.dockerd.service

I saw many of these:

docker.dockerd[1475]: failed to start daemon: pid file found, ensure
docker is not running or delete /var/snap/docker/471/run/docker.pid

Stopped the docker snap (snap stop docker) Deleted the stale pid,
restarted docker (snap start docker) and all was well.

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

Title:
  Docker snap is stuck. Cannot use or remove

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

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

[Bug 1906165] Re: package mysql-server-8.0 8.0.22-0ubuntu0.20.04.2 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2020-11-30 Thread Max Spencer
** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  package mysql-server-8.0 8.0.22-0ubuntu0.20.04.2 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1906165/+subscriptions

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

[Bug 1906165] [NEW] package mysql-server-8.0 8.0.22-0ubuntu0.20.04.2 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2020-11-29 Thread Max Spencer
Public bug reported:

It crashes independently during installation process

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mysql-server-8.0 8.0.22-0ubuntu0.20.04.2
ProcVersionSignature: Ubuntu 5.4.0-53.59-generic 5.4.65
Uname: Linux 5.4.0-53-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.12
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Nov 29 15:47:58 2020
ErrorMessage: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-11-01 (28 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysql.cnf: [mysql]
MySQLConf.etc.mysql.conf.d.mysqldump.cnf:
 [mysqldump]
 quick
 quote-names
 max_allowed_packet = 16M
MySQLVarLibDirListing: ['binlog.01', 'debian-5.7.flag', 'client-key.pem', 
'client-cert.pem', 'private_key.pem', 'public_key.pem', 'ib_logfile1', 
'ca-key.pem', 'server-cert.pem', 'binlog.02', 'performance_schema', 
'ca.pem', 'ib_buffer_pool', '#innodb_temp', '#ib_16384_1.dblwr', 'mysql', 
'ib_logfile0', 'auto.cnf', 'undo_002', 'ibdata1', 'mysql.ibd', 'undo_001', 
'#ib_16384_0.dblwr', 'sys', 'server-key.pem', 'binlog.index']
ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-5.4.0-53-generic 
root=UUID=95acabd5-73f7-41b9-81ee-33374dde472a ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: mysql-8.0
Title: package mysql-server-8.0 8.0.22-0ubuntu0.20.04.2 failed to 
install/upgrade: installed mysql-server-8.0 package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-8.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package mysql-server-8.0 8.0.22-0ubuntu0.20.04.2 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1906165/+subscriptions

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

[Bug 1875114] Re: freeipa-server package missing on Ubuntu 20.04

2020-10-16 Thread Spencer
Bug 1874568 was closed out as fixed.  Perhaps we can see this fix
percolate to this package freeipa server for 20.04 now?

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

Title:
  freeipa-server package missing on Ubuntu 20.04

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

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

[Bug 1855872] [NEW] package gimp-data (not installed) failed to install/upgrade: unable to open '/usr/share/gimp/2.0/menus/channels-menu.xml.dpkg-new': Operation not permitted

2019-12-10 Thread ian spencer
Public bug reported:

Installing from Ubuntu Software store

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: gimp-data (not installed)
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
Date: Tue Dec 10 11:45:08 2019
DuplicateSignature:
 package:gimp-data:(not installed)
 Unpacking gimp-data (2.10.8-2) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-65yuY4/13-gimp-data_2.10.8-2_all.deb (--unpack):
  unable to open '/usr/share/gimp/2.0/menus/channels-menu.xml.dpkg-new': 
Operation not permitted
ErrorMessage: unable to open 
'/usr/share/gimp/2.0/menus/channels-menu.xml.dpkg-new': Operation not permitted
InstallationDate: Installed on 2019-12-03 (6 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: gimp
Title: package gimp-data (not installed) failed to install/upgrade: unable to 
open '/usr/share/gimp/2.0/menus/channels-menu.xml.dpkg-new': Operation not 
permitted
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package eoan

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

Title:
  package gimp-data (not installed) failed to install/upgrade: unable to
  open '/usr/share/gimp/2.0/menus/channels-menu.xml.dpkg-new': Operation
  not permitted

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

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

[Bug 1826326] Re: No option to empty trash on initial window open/dir change

2019-07-13 Thread Gordon Spencer
damn  mate themes...typo I meant 19.04.0

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

Title:
  No option to empty trash on initial window open/dir change

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

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

[Bug 1826326] Re: No option to empty trash on initial window open/dir change

2019-07-13 Thread Gordon Spencer
Issue confirmed for me on Ambiant-MATE-Dark 19.04
ubuntu-mate-artwork 19.04.0
ubuntu-mate-themes  9.04.0 

https://imgur.com/m8B838F

Second clicking the rubbish panel item then offers empty rubbish in context 
menu as per
https://imgur.com/Ebux2Jr

** Attachment added: "dpkg -l | grep mate"
   
https://bugs.launchpad.net/ubuntu/+source/caja/+bug/1826326/+attachment/5276934/+files/mate.txt

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

Title:
  No option to empty trash on initial window open/dir change

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

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

[Bug 1830495] [NEW] tzdata noninteractive mode is being ignored

2019-05-25 Thread Rick Spencer via ubuntu-bugs
Public bug reported:

This bug is related to Bug #1773687

I am trying to automate the build of an AMI with a package that requires
tzdata. I am blocked from automation because tzdata will not install
non-interactively. This is despite setting
DEBIAN_FRONTEND=noninteractive.

Here is an interactive session that shows the same problem.


```
ubuntu@ip-172-31-95-248:~$ env
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
SSH_CONNECTION=172.58.185.180 50092 172.31.95.248 22
LANG=C.UTF-8
XDG_SESSION_ID=3
USER=ubuntu
PWD=/home/ubuntu
HOME=/home/ubuntu
SSH_CLIENT=172.58.185.180 50092 22
XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop
DEBIAN_FRONTEND=noninteractive
SSH_TTY=/dev/pts/0
MAIL=/var/mail/ubuntu
TERM=xterm-256color
SHELL=/bin/bash
SHLVL=1
LOGNAME=ubuntu
XDG_RUNTIME_DIR=/run/user/1000
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
_=/usr/bin/env
ubuntu@ip-172-31-95-248:~$ sudo apt-get install -y tzdata
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  tzdata
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/189 kB of archives.
After this operation, 3105 kB of additional disk space will be used.
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package tzdata.
(Reading database ... 47149 files and directories currently installed.)
Preparing to unpack .../tzdata_2019a-0ubuntu0.18.04_all.deb ...
Unpacking tzdata (2019a-0ubuntu0.18.04) ...
Setting up tzdata (2019a-0ubuntu0.18.04) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
76.)
debconf: falling back to frontend: Readline
Configuring tzdata
--

Please select the geographic area in which you live. Subsequent configuration 
questions will narrow this down by presenting a list of
cities, representing the time zones in which they are located.

  1. Africa   3. Antarctica  5. Arctic  7. Atlantic  9. Indian11. SystemV  
13. Etc
  2. America  4. Australia   6. Asia8. Europe10. Pacific  12. US
Geographic area: 

```

This is based on minimal version:

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

** Affects: tzdata (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/1830495

Title:
  tzdata noninteractive mode is being ignored

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

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

[Bug 1447664] Re: 14e4:1687 broadcom tg3 network driver disconnects under high load

2019-05-24 Thread Shane R. Spencer
Same issue with HP EliteDesk 705 G2 MINI

Turned off all power saving options in BIOS.

Currently running 18.04 HWE EDGE (Linux 5.0.0-15-generic) compiled with:

CONFIG_TIGON3=m
CONFIG_TIGON3_HWMON=y

Tempted to turn off HWMON.

[1.314002] tg3 :01:00.0 eth0: Tigon3 [partno(BCM95762) rev 5762100] 
(PCI Express) MAC address c8:d3:ff:a2:96:e9
[1.314915] tg3 :01:00.0 eth0: attached PHY is 5762C (10/100/1000Base-T 
Ethernet) (WireSpeed[1], EEE[1])
[1.315781] tg3 :01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] 
TSOcap[1]
[1.316661] tg3 :01:00.0 eth0: dma_rwctrl[0001] dma_mask[64-bit]
[1.324241] tg3 :01:00.0 eno1: renamed from eth0
[6.950429] tg3 :01:00.0 eno1: Link is up at 1000 Mbps, full duplex
[6.950471] tg3 :01:00.0 eno1: Flow control is on for TX and on for RX
[6.950475] tg3 :01:00.0 eno1: EEE is disabled

Has anybody found a stable fix for this problem?

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

Title:
  14e4:1687 broadcom tg3 network driver disconnects under high load

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

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

[Bug 1393502] Re: [MacBookPro11, 3, Cirrus Logic CS4208, Pink Mic] Combo jack not recognized.

2019-05-05 Thread Spencer Seidel
Same issue on Macbook Pro 11,4 19.04. Please fix.

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

Title:
  [MacBookPro11,3, Cirrus Logic CS4208, Pink Mic] Combo jack not
  recognized.

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

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

[Bug 1799321] Re: customization of desktop files overwritten when snaps are updated

2018-10-23 Thread Spencer Seidel
Ah, you're right. I think I was confused because I tried creating
spotify.desktop in my local applications folder only to discover 2
spotify desktop apps showing up in my "Show Applications" menu. This
made me think that the snap apps were somehow different. I should have
used "spotify_spotify.desktop". That works fine.

** Changed in: snapd (Ubuntu)
   Status: New => Invalid

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

Title:
  customization of desktop files overwritten when snaps are updated

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

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

[Bug 1799321] [NEW] customization of desktop files overwritten when snaps are updated

2018-10-22 Thread Spencer Seidel
Public bug reported:

My laptop, while not quite HiDPI, does require me changing some desktop
files to launch apps with proper scaling. One of these is Spotify, here:

-rwxr-xr-x 1 root root 401 Oct 22 19:15
/var/lib/snapd/desktop/applications/spotify_spotify.desktop

Whenever the spotify snap is updated (like it was today), my changes to
that desktop file are overwritten and I have to re-customize the file.

Not sure what I would expect snapd to do here, but it seems like a minor
usability issue that customization should be kept.

My snapd version is 2.34.2+18.04.

The bug is easy to reproduce. Install a snap, change the desktop file
associated with the snap, and then update the snap. Changes gone.

** Affects: snapd (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/1799321

Title:
  customization of desktop files overwritten when snaps are updated

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2018-01-18 Thread spencer davies
Logged separate bug for this issue per 

https://bugs.launchpad.net/bugs/1744029

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1744029] Re: Session logout after screen turned off

2018-01-18 Thread spencer davies
Btw, the attached apport.log captures two crash events -the first was
from manually switching off the monitor; the second was the screen saver
cutting in.

Spencer.

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

Title:
  Session logout after screen turned off

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

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

[Bug 1744029] [NEW] Session logout after screen turned off

2018-01-18 Thread spencer davies
Public bug reported:

Duplicate of Bug 1721428

Logging separate bug for this issue per 

Fresh install of 17.10 with all updates applied. Running on HP Compaq
8200 Elite with HP Z27n monitor attached via displayport and running at
2560x1440. Turning off monitor crashes current session.

Same behavior has been seen on Asrock Deskmini.

Attached a tar file containing:

apport.log
_usr_bin_gnome-shell.1000.crash
_usr_bin_Xwayland.1000.crash

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

** Attachment added: "apport log, gnome-shell crash, Xwayland crash"
   
https://bugs.launchpad.net/bugs/1744029/+attachment/5038815/+files/CrashFiles.tar.gz

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

Title:
  Session logout after screen turned off

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

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

[Bug 1739767] [NEW] package linux-image-4.13.0-21-generic 4.13.0-21.24 failed to install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-image-4.13.0-21-generic.list-new': Operation not p

2017-12-22 Thread ian spencer
Public bug reported:

Starting system.  Error occurs every time

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: linux-image-4.13.0-21-generic 4.13.0-21.24
ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13
Uname: Linux 4.13.0-21-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.6
AptOrdering:
 linux-image-4.13.0-21-generic:amd64: Install
 linux-image-extra-4.13.0-21-generic:amd64: Install
 linux-image-generic:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  gdm1746 F pulseaudio
  ian4069 F pulseaudio
 /dev/snd/controlC0:  gdm1746 F pulseaudio
  ian4069 F pulseaudio
Date: Thu Dec 21 06:17:48 2017
DuplicateSignature:
 package:linux-image-4.13.0-21-generic:4.13.0-21.24
 Unpacking linux-image-4.13.0-21-generic (4.13.0-21.24) ...
 dpkg: error processing archive 
/var/cache/apt/archives/linux-image-4.13.0-21-generic_4.13.0-21.24_amd64.deb 
(--unpack):
  unable to create new file 
'/var/lib/dpkg/info/linux-image-4.13.0-21-generic.list-new': Operation not 
permitted
ErrorMessage: unable to create new file 
'/var/lib/dpkg/info/linux-image-4.13.0-21-generic.list-new': Operation not 
permitted
HibernationDevice: RESUME=UUID=8aecbb78-8608-4475-b019-e5b0c0eca8f7
InstallationDate: Installed on 2017-04-20 (245 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Acer Aspire T3-710
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-21-generic 
root=UUID=9d30579f-ad0e-4d6e-ad12-2953e85f490d ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions: grub-pc N/A
SourcePackage: linux
Title: package linux-image-4.13.0-21-generic 4.13.0-21.24 failed to 
install/upgrade: unable to create new file 
'/var/lib/dpkg/info/linux-image-4.13.0-21-generic.list-new': Operation not 
permitted
UpgradeStatus: Upgraded to artful on 2017-10-20 (63 days ago)
dmi.bios.date: 03/18/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R01-A3
dmi.board.name: Aspire T3-710
dmi.board.vendor: Acer
dmi.board.version: V:1.1
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A3:bd03/18/2016:svnAcer:pnAspireT3-710:pvr:rvnAcer:rnAspireT3-710:rvrV1.1:cvnAcer:ct3:cvr:
dmi.product.family: Acer Desktop
dmi.product.name: Aspire T3-710
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-package artful 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/1739767

Title:
  package linux-image-4.13.0-21-generic 4.13.0-21.24 failed to
  install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-
  image-4.13.0-21-generic.list-new': Operation not permitted

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

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

[Bug 1721428] Re: Artful (17.10) Session logout after screen turned off

2017-11-20 Thread spencer davies
Confirming what maxmraz says... session logout problem occurs with
DisplayPort but not with HDMI.

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

Title:
  Artful (17.10) Session logout after screen turned off

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

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

[Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2017-10-31 Thread Spencer Seidel
... and my issue is now resolved in Ubuntu 17.10, at least on a fresh
install. Not sure what changed, but no changes are necessary to
/etc/nsswitch.conf in order to make resolving DNS work with internal
domains while connect to openconnect VPN. Probably I should stick with
LTS :-)

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

Title:
  DNS server from vpn connection is not being used after network-manager
  upgrade to 1.2.6

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

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

[Bug 1688018] Re: DNS server from vpn connection is not being used after network-manager upgrade to 1.2.6

2017-10-25 Thread Spencer Seidel
I don't know if my issue is related to this or the few others I've seen,
so I pre-apologize if this should be moved elsewhere or even if it's not
relevant in this context. I'm far from an expert in DNS . . .

My experience was that after upgrading to 16.10 (or higher: it happens
in 17.10, too, and I imagine it will in 18.04). DNS lookup for internal
sites would fail when I was connected to an openconnect VPN.

In 16.04, my workaround was to comment out dnsmasq in
NetworkManager.conf, but in 16.10, 17.04, and 18.04, this option no
longer appeared. Also, I additionally had to comment out a reference to
a local host in /etc/resolv.conf, which was added below the VPN-only
nameservers, which in my case were sufficient. Recently, I tried Fedora
25 and was surprised to see the same issue -- this suggests it's not an
Ubuntu-specific problem, unless Canonical is providing some libs that
Fedora is using, I don't know.

I found this workaround for my particular case while again searching in
a Fedora context for a workaround:

https://www.freedesktop.org/software/systemd/man/nss-resolve.html

TL;DR: I added "resolve [!UNAVAIL=return]" to the hosts line in
/etc/nsswitch.conf right before any entry that has "dns" in it. This
worked for me in Fedora and Ubuntu both. (Note that in the latest Arch
release, this was not an issue for me.)

I'm hoping that this comment will prove helpful to anyone like me who
might be searching in vain for a workaround.

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

Title:
  DNS server from vpn connection is not being used after network-manager
  upgrade to 1.2.6

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

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

[Bug 1724429] [NEW] package gstreamer1.0-plugins-bad 1.10.4-1ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstjpegformat.so', which is also in packag

2017-10-17 Thread Spencer Smith
Public bug reported:

was attempting to install kali tools on lubuntu 17.04 using katoolin

ProblemType: Package
DistroRelease: Kali 2017.2
Package: gstreamer1.0-plugins-bad 1.10.4-1ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-37.41-generic 4.10.17
Uname: Linux 4.10.0-37-generic i686
ApportVersion: 2.20.4-0ubuntu4.5
Architecture: i386
Date: Tue Oct 17 23:53:34 2017
DpkgTerminalLog:
 Preparing to unpack .../00-gstreamer1.0-plugins-bad_1.12.2-1+b1_i386.deb ...
 Unpacking gstreamer1.0-plugins-bad:i386 (1.12.2-1+b1) over (1.10.4-1ubuntu1) 
...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-AeNcTI/00-gstreamer1.0-plugins-bad_1.12.2-1+b1_i386.deb 
(--unpack):
  trying to overwrite 
'/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstjpegformat.so', which is also in 
package gstreamer1.0-plugins-good:i386 1.10.4-1ubuntu1
DuplicateSignature:
 package:gstreamer1.0-plugins-bad:1.10.4-1ubuntu1
 Unpacking gstreamer1.0-plugins-bad:i386 (1.12.2-1+b1) over (1.10.4-1ubuntu1) 
...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-AeNcTI/00-gstreamer1.0-plugins-bad_1.12.2-1+b1_i386.deb 
(--unpack):
  trying to overwrite 
'/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstjpegformat.so', which is also in 
package gstreamer1.0-plugins-good:i386 1.10.4-1ubuntu1
ErrorMessage: trying to overwrite 
'/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstjpegformat.so', which is also in 
package gstreamer1.0-plugins-good:i386 1.10.4-1ubuntu1
InstallationDate: Installed on 2017-10-17 (0 days ago)
InstallationMedia: Lubuntu 17.04 "Zesty Zapus" - Release i386 (20170412)
RelatedPackageVersions:
 dpkg 1.18.24kali2
 apt  1.5
SourcePackage: gst-plugins-bad1.0
Title: package gstreamer1.0-plugins-bad 1.10.4-1ubuntu1 failed to 
install/upgrade: trying to overwrite 
'/usr/lib/i386-linux-gnu/gstreamer-1.0/libgstjpegformat.so', which is also in 
package gstreamer1.0-plugins-good:i386 1.10.4-1ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gst-plugins-bad1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 kali-rolling need-duplicate-check package-conflict 
third-party-packages

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

Title:
  package gstreamer1.0-plugins-bad 1.10.4-1ubuntu1 failed to
  install/upgrade: trying to overwrite '/usr/lib/i386-linux-
  gnu/gstreamer-1.0/libgstjpegformat.so', which is also in package
  gstreamer1.0-plugins-good:i386 1.10.4-1ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-bad1.0/+bug/1724429/+subscriptions

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

Re: [Bug 1723814] Re: read only file system error on a new partition table

2017-10-17 Thread Spencer Collet
I've had this read only filesystem system error on another computer and on
a live usb. The usb nor the PC hdd worked afterward.

On Oct 16, 2017 20:01, "Mathieu Trudel-Lapierre" 
wrote:

> It looks like your hard drive or the installation media is failing:
>
> Oct 15 23:07:28 ubuntu kernel: [ 1265.979031] blk_update_request: I/O
> error, dev sdb, sector 625141632
> Oct 15 23:07:28 ubuntu partman:   No matching physical volumes found
> Oct 15 23:07:28 ubuntu partman:   /dev/sdb1: read failed after 0 of 4096
> at 0: Input/output error
> Oct 15 23:07:28 ubuntu partman:   /dev/sdb1: read failed after 0 of 4096
> at 4096: Input/output error
> Oct 15 23:07:28 ubuntu partman:   /dev/sdb5: read failed after 0 of 4096
> at 4254007296: Input/output error
> Oct 15 23:07:28 ubuntu partman:   /dev/sdb5: read failed after 0 of 4096
> at 4254064640: Input/output error
> Oct 15 23:07:28 ubuntu partman:   /dev/sdb5: read failed after 0 of 4096
> at 0: Input/output error
> Oct 15 23:07:28 ubuntu partman:   /dev/sdb5: read failed after 0 of 4096
> at 4096: Input/output error
> Oct 15 23:07:28 ubuntu partman:   Reading all physical volumes.  This may
> take a while...
> Oct 15 23:07:28 ubuntu kernel: [ 1266.153291] buffer_io_error: 12
> callbacks suppressed
> Oct 15 23:07:28 ubuntu kernel: [ 1266.153295] Buffer I/O error on dev sdb,
> logical block 0, async page read
> Oct 15 23:07:28 ubuntu kernel: [ 1266.153354] Buffer I/O error on dev sdb,
> logical block 0, async page read
> Oct 15 23:07:28 ubuntu kernel: [ 1266.153398] Buffer I/O error on dev sdb,
> logical block 0, async page read
> Oct 15 23:07:28 ubuntu kernel: [ 1266.153441] Buffer I/O error on dev sdb,
> logical block 0, async page read
> Oct 15 23:07:28 ubuntu kernel: [ 1266.153481] Buffer I/O error on dev sdb,
> logical block 0, async page read
> Oct 15 23:07:28 ubuntu kernel: [ 1266.153522] Buffer I/O error on dev sdb,
> logical block 0, async page read
>
> I do not know what /dev/sdb points to, but you may wish to verify that
> this device is in good health, and/or attempt install on a different
> device.
>
> ** Changed in: ubiquity (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1723814
>
> Title:
>   read only file system error on a new partition table
>
> Status in ubiquity package in Ubuntu:
>   Incomplete
>
> Bug description:
>   had a read only file system error on old ubuntu install so i decided
>   to make a new partition table and i still had the same read only error
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: ubiquity 2.21.63.4
>   ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
>   Uname: Linux 4.10.0-28-generic x86_64
>   NonfreeKernelModules: wl
>   ApportVersion: 2.20.1-0ubuntu2.10
>   Architecture: amd64
>   CasperVersion: 1.376.2
>   Date: Sun Oct 15 19:07:39 2017
>   InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper
> cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0
> ignore_uuid initrd=/casper/initrd.lz quiet splash ---
> BOOT_IMAGE=/casper/vmlinuz.efi
>   LiveMediaBuild: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64
> (20170801)
>   ProcEnviron:
>PATH=(custom, no user)
>XDG_RUNTIME_DIR=
>LANG=en_US.UTF-8
>   SourcePackage: ubiquity
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/
> 1723814/+subscriptions
>

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

Title:
  read only file system error on a new partition table

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

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

[Bug 1723814] [NEW] read only file system error on a new partition table

2017-10-15 Thread Spencer Collet
Public bug reported:

had a read only file system error on old ubuntu install so i decided to
make a new partition table and i still had the same read only error

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.4
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CasperVersion: 1.376.2
Date: Sun Oct 15 19:07:39 2017
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
cdrom-detect/try-usb=true persistent noprompt floppy.allowed_drive_mask=0 
ignore_uuid initrd=/casper/initrd.lz quiet splash --- 
BOOT_IMAGE=/casper/vmlinuz.efi
LiveMediaBuild: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.21.63.4 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/1723814

Title:
  read only file system error on a new partition table

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

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

[Bug 1621753] Re: Google Cast no longer finds Chromecast device

2017-05-18 Thread Hugh Spencer
I'm using Version 58.0.3029.110 Built on Ubuntu , running on LinuxMint 18 
(64-bit) and it exhibits the same behaviour; "no casting devices found". Chrome 
works just fine on the same machine (Dell XPS).
I set media router to disabled and started Chromium with 
--load-media-router-component-extension.

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

Title:
  Google Cast no longer finds Chromecast device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1621753/+subscriptions

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


[Bug 1227996] Re: [Lenovo IdeaPad Yoga 13] ubuntu doesn't know about Yoga screen rotation keycodes: atkbd serio0: Use 'setkeycodes e03e ' to make it known.

2016-10-13 Thread spencer
I am also having this issue. It started happening for me when I was
using ArchLinux during July of 2016; I was thinking about going back to
Ubuntu, so I re-installed Lubuntu over Arch. Low and Behold, the issue
persists.

My issue is worse in that usually the key(s) that will trigger this repeated 
key is the arrow keys, which I frequently use to scroll up and down through man 
pages, web pages, etc. However, when this occurs, my keyboard no longer 
responds to input, and my mouse will start "falling" to whichever direction the 
arrow key corresponds (down arrow repeat will cause my mouse cursor to 
continuously move to the bottom of the screen). I noticed that my dmesg was 
being spammed with this error too, and when I (temporarily) set the keycodes to 
255, the issue persists, but the error message will go away from dmesg.
If my issue seems right for another new bug thread, please let me know.

I'll provide what everyone else has been providing -- welcome to provide
any information I can in order to address this bug.

$ cat /etc/issue
Ubuntu 16.04.1 LTS \n \l

$ uname -a
Linux masq-Lu 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 13:48:03 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

# dmidecode -s bios-version && dmidecode -s bios-release-date
66CN55WW
02/28/2013

Or if anyone knows generally what might be messed up, I'm pretty
experienced using Linux, and I know some C... so I could theoretically
fix it myself (I would post any successes I had here).

Cheers

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

Title:
  [Lenovo IdeaPad Yoga 13] ubuntu doesn't know about Yoga screen
  rotation keycodes: atkbd serio0: Use 'setkeycodes e03e ' to
  make it known.

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

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


[Bug 1631086] [NEW] Resume from suspend works only once after reboot macbook pro 11, 4

2016-10-06 Thread Spencer Seidel
Public bug reported:

Macbook Pro 11,4 until recently was unable to shutdown or suspend due to
a kernel bug. Fortunately, an (unofficial?) "quirks.c" kernel patch was
released that fixed the problem . . . almost. On a stock install of
16.04.1 on a macbook pro 11,4, with no external monitors connected,
suspend and shutdown do work correctly except:

To reproduce the problem:

1. Install 16.04.1 on a macbook pro 11,4
2. Boot
3. Sign in
4. Shut the lid, wait for suspend
5. Open the lid
6. Sign in
7. Shut the lid, wait for suspend
8. Open the lid
9. Screen shows lightdm login for perhaps a quarter of a second and then goes 
black.

Note that the suspend/wake cycle does work the first time after a
reboot. Also note that the suspend/wake cycle works fine when you use an
external monitor with the lid always closed. The problem only occurs
when you used the laptop screen only.

Workaround for me to avoid hard shutdown all the time:

1. Create a keyboard shortcut for "xset s activate"
2. In blank screen, type password
3. Activate keyboard shortcut and the screen comes back

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Oct  6 13:22:29 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Crystal Well Integrated Graphics Controller [8086:0d26] (rev 
08) (prog-if 00 [VGA controller])
   Subsystem: Apple Inc. Crystal Well Integrated Graphics Controller [106b:0147]
InstallationDate: Installed on 2016-10-05 (1 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
MachineType: Apple Inc. MacBookPro11,4
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic.efi.signed 
root=UUID=891cc2ac-fe31-4ad2-a08e-177007c9141c ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/15/2016
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP114.88Z.0172.B09.1602151732
dmi.board.name: Mac-06F11FD93F0323C5
dmi.board.vendor: Apple Inc.
dmi.board.version: MacBookPro11,4
dmi.chassis.type: 9
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-06F11FD93F0323C5
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP114.88Z.0172.B09.1602151732:bd02/15/2016:svnAppleInc.:pnMacBookPro11,4:pvr1.0:rvnAppleInc.:rnMac-06F11FD93F0323C5:rvrMacBookPro11,4:cvnAppleInc.:ct9:cvrMac-06F11FD93F0323C5:
dmi.product.name: MacBookPro11,4
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Oct  6 10:10:15 2016
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   41007 
 vendor APP
xserver.version: 2:1.18.3-1ubuntu2.2

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


** Tags: amd64 apport-bug compiz-0.9 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/1631086

Title:
  Resume from suspend works only once after reboot macbook pro 11,4

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

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


[Bug 1603748] [NEW] unable to update Ubuntu beyond 14.4

2016-07-17 Thread Spencer
Public bug reported:

receive errors when trying to update os

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-release-upgrader-core 1:0.220.8
ProcVersionSignature: Ubuntu 3.19.0-58.64~14.04.1-generic 3.19.8-ckt16
Uname: Linux 3.19.0-58-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Sun Jul 17 07:25:24 2016
InstallationDate: Installed on 2016-01-01 (197 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  unable to update Ubuntu beyond 14.4

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

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


[Bug 1588524] [NEW] FIPS_mode_set reports incorrect error message

2016-06-02 Thread Spencer Jackson
Public bug reported:

Hi! Some integration tests we run attempt to enable FIPS mode in
OpenSSL, and assert that either our software continues to work, or that
the error message emitted by OpenSSL is related to missing the FIPS
module.

On Ubuntu 14.10, running FIPS_mode_set fails and produces an error like:
140225357260448:error:0F06D065:common libcrypto routines:FIPS_mode_set:fips 
mode not supported:o_fips.c:92:

On Ubuntu 16.04 running OpenSSL/libssl1.0.0 version 1.0.2g-1ubuntu4.1,
FIPS_mode_set fails, but does not produce an error message.

I have attached a C file which, when executed on both these platforms,
will demonstrate this behavior.

I believe this may have been introduced by this ticket: 
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1553309
It provides a patch called openssl-1.0.2g-ubuntu-fips-cleanup.patch which 
includes this statement:
+@@ -443,6 +430,7 @@ int FIPS_module_mode_set(int onoff, const char *auth)
+ fips_selftest_fail = 0;
+ ret = 1;
+  end:
++ERR_clear_error(); /* clear above err msg; fips mode disabled for now */
+ fips_clear_owning_thread();
+ fips_w_unlock();
+ return ret;

This appears to be clearing the error messages we're asserting on before
returning from FIPS_module_mode_set.

For reference, here is our ticket where we are tracking this issue:
https://jira.mongodb.org/browse/SERVER-24350

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

** Attachment added: "openssl_fips_test.c"
   
https://bugs.launchpad.net/bugs/1588524/+attachment/4675503/+files/openssl_fips_test.c

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

Title:
  FIPS_mode_set reports incorrect error message

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

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


[Bug 763099] Re: gnome-web-photo captures only a small slice of a page

2016-03-09 Thread Ross Spencer
Following the comment here which reports the same thing, I tested a site
other than Google.com and it works, as such this 'bug' seems limited to
sites such as Google.com, Yahoo.com etc.

http://softwarerecs.stackexchange.com/a/16448

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

Title:
  gnome-web-photo captures only a small slice of a page

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-web-photo/+bug/763099/+subscriptions

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


[Bug 763099] Re: gnome-web-photo captures only a small slice of a page

2016-03-09 Thread Ross Spencer
I tried to set width, but following that, every image is (x) width and
8px height... It would help if the package contained more config
options.

Version: gnome-web-photo_0.10.6-1_amd64.deb

Distributor ID: Ubuntu
Description:Ubuntu 14.04.4 LTS
Release:14.04
Codename:   trusty

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

Title:
  gnome-web-photo captures only a small slice of a page

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-web-photo/+bug/763099/+subscriptions

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


[Bug 1553644] [NEW] QGIS build fails at libqgis_gui.so

2016-03-05 Thread Spencer Gardner
Public bug reported:

I'm trying to build the latest QGIS (2.14) but the build fails on 
liqgis_gui.so. After doing some research, it looks like this is an upstream 
problem that was reported to Debian a few months ago:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806324

See also this QGIS bug report:
https://hub.qgis.org/issues/13941

I'm guessing the fix in Debian hasn't been incorporated to Wily yet.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: binutils 2.25.1-6ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
Uname: Linux 4.2.0-30-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: GNOME
Date: Sat Mar  5 21:25:01 2016
Dependencies:
 gcc-5-base 5.2.1-22ubuntu2
 libc6 2.21-0ubuntu4.1
 libgcc1 1:5.2.1-22ubuntu2
 zlib1g 1:1.2.8.dfsg-2ubuntu4
InstallationDate: Installed on 2015-12-06 (90 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: binutils
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug wily

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

Title:
  QGIS build fails at libqgis_gui.so

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

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


[Bug 1546092] Re: computer freezes frequently

2016-02-16 Thread Rick Spencer
I can easily grab more kernel.log files if it helps. Just let me know.

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

Title:
  computer freezes frequently

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

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


[Bug 1546092] [NEW] computer freezes frequently

2016-02-16 Thread Rick Spencer
Public bug reported:

Running Xenial. Freezes seem to happen every 5 to 45 minutes. I have not
been able to create any repro steps, it feels quite random.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-4-generic 4.4.0-4.19
ProcVersionSignature: Ubuntu 4.4.0-4.19-generic 4.4.1
Uname: Linux 4.4.0-4-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  rick   1780 F pulseaudio
CurrentDesktop: Unity
Date: Tue Feb 16 08:26:12 2016
HibernationDevice: RESUME=UUID=36268acb-4215-452f-9778-754c015d00d8
InstallationDate: Installed on 2016-02-02 (13 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160131)
MachineType: TOSHIBA Satellite L15W-B
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-4-generic.efi.signed 
root=UUID=ed019e52-c90e-48b7-bbe4-ae5d39fea067 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-4-generic N/A
 linux-backports-modules-4.4.0-4-generic  N/A
 linux-firmware   1.155
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/16/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5.00
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: 0670
dmi.board.vendor: FF40
dmi.board.version: To be filled by O.E.M.
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5.00:bd07/16/2015:svnTOSHIBA:pnSatelliteL15W-B:pvrPSKVUU-00S01U:rvnFF40:rn0670:rvrTobefilledbyO.E.M.:cvnTOSHIBA:ct10:cvrToBeFilledByO.E.M.:
dmi.product.name: Satellite L15W-B
dmi.product.version: PSKVUU-00S01U
dmi.sys.vendor: TOSHIBA

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


** Tags: amd64 apport-bug xenial

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

Title:
  computer freezes frequently

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

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


[Bug 1494478] Re: Messenger app shows an mms as being from a group

2015-09-10 Thread Rick Spencer
Note that I have t-mobile

To whoever made mms start working with t-mobile in the US: thanks! ;)

** Attachment added: "screen shot showing issue"
   
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1494478/+attachment/4460789/+files/double.png

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

Title:
  Messenger app shows an mms as being from a group

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1494478/+subscriptions

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


[Bug 1494478] [NEW] Messenger app shows an mms as being from a group

2015-09-10 Thread Rick Spencer
Public bug reported:

Steps:

1. Receive a message with an attached picture
2. Note that the message is sent to a group
3. Click on the little contacts icon in the top right

Result:
It shows two contacts, the sender and also your phone number

Expected:
It only shows the sender

** Affects: messaging-app (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/1494478

Title:
  Messenger app shows an mms as being from a group

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1494478/+subscriptions

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


[Bug 1474280] [NEW] including a page inside a dialog breaks headers in a mainview

2015-07-14 Thread Rick Spencer
Public bug reported:

observe the following code available here: https://code.launchpad.net
/~rick-rickspencer3/+junk/pagesindialogs

When you run the app, click on the red rectangle. This causes a dialog
to appear. When you click close on the dialog, not that the header in
the mainview is gone. If you remove the Page{} from the dialog, this no
longer happens. As a result, you cannot reuse pages inside a dialog.

import QtQuick 2.0
import Ubuntu.Components 1.1
import Ubuntu.Components.Popups 1.0

MainView {
objectName: mainView

applicationName: reproducer.rick-rickspencer3
useDeprecatedToolbar: false

width: units.gu(40)
height: units.gu(75)

Page {
title: i18n.tr(app)
MouseArea {
anchors.fill: parent
Rectangle {
color: red
anchors.fill: parent
}
onClicked: PopupUtils.open(fakeComponent)
}
}
Component {
id: fakeComponent

Dialog {
id: fakeDialog

title: Fake Dialog
Page{
Button {
text: i18n.tr(Close)
onTriggered: {
PopupUtils.close(fakeDialog)
}
}
 }
}
 }
}

** Affects: ubuntu-ui-toolkit (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  observe the following code available here: https://code.launchpad.net
  /~rick-rickspencer3/+junk/pagesindialogs
  
  When you run the app, click on the red rectangle. This causes a dialog
  to appear. When you click close on the dialog, not that the header in
  the mainview is gone. If you remove the Page{} from the dialog, this no
  longer happens. As a result, you cannot reuse pages inside a dialog.
  
  import QtQuick 2.0
  import Ubuntu.Components 1.1
  import Ubuntu.Components.Popups 1.0
  
- /*!
- \brief MainView with a Label and Button elements.
- */
- 
  MainView {
- // objectName for functional testing purposes (autopilot-qt5)
  objectName: mainView
  
- // Note! applicationName needs to match the name field of the click 
manifest
  applicationName: reproducer.rick-rickspencer3
- 
- /*
-  This property enables the application to change orientation
-  when the device is rotated. The default is false.
- */
- //automaticOrientation: true
- 
- // Removes the old toolbar and enables new features of the new header.
  useDeprecatedToolbar: false
  
  width: units.gu(40)
  height: units.gu(75)
  
  Page {
  title: i18n.tr(app)
  MouseArea {
  anchors.fill: parent
  Rectangle {
  color: red
  anchors.fill: parent
  }
  onClicked: PopupUtils.open(fakeComponent)
  }
  }
  Component {
  id: fakeComponent
  
  Dialog {
  id: fakeDialog
  
  title: Fake Dialog
+ Page{
  Button {
  text: i18n.tr(Close)
  onTriggered: {
  PopupUtils.close(fakeDialog)
  }
  }
- 
+  }
  }
   }
  }

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

Title:
  including a page inside a dialog breaks headers in a mainview

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1474280/+subscriptions

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


[Bug 1448521] [NEW] sudo unity8-lxc-setup fails on 15.04

2015-04-25 Thread Spencer Effron
Public bug reported:

Ubuntu Release: 15.04
Package 'unity8-lxc' Version: 
##
  Installed: 1.0.3+15.04.20150305.1-0ubuntu1
  Candidate: 1.0.3+15.04.20150305.1-0ubuntu1
  Version table:
 *** 1.0.3+15.04.20150305.1-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages
100 /var/lib/dpkg/status
##

Expected: 'unity8-lxc-setup' should setup an LXC container.
What happens instead: 'unity8-lxc-setup' returns
##
Traceback (most recent call last):
  File /usr/bin/unity8-lxc-setup, line 204, in module
devel_release = UbuntuDistroInfo().devel()
  File /usr/lib/python3/dist-packages/distro_info.py, line 96, in devel
raise DistroDataOutdated()
distro_info.DistroDataOutdated: Distribution data outdated. Please check for an 
update for distro-info-data. See /usr/share/doc/distro-info-data/README.Debian 
for details.
##

APT confirms 'distro-info-data' is already the newest version.

** Affects: unity8-lxc (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/1448521

Title:
  sudo unity8-lxc-setup fails on 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8-lxc/+bug/1448521/+subscriptions

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


[Bug 1442340] Re: telephony-service-indicator crash on an incoming sms

2015-04-09 Thread Rick Spencer
** Attachment added: _usr_bin_messaging-app.32011.crash
   
https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1442340/+attachment/4370882/+files/_usr_bin_messaging-app.32011.crash

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

Title:
  telephony-service-indicator crash on an incoming sms

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1442340/+subscriptions

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


[Bug 1442340] Re: telephony-service-indicator crash on an incoming sms

2015-04-09 Thread Rick Spencer
** Attachment added: _usr_bin_unity8.32011.crash
   
https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1442340/+attachment/4370881/+files/_usr_bin_unity8.32011.crash

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

Title:
  telephony-service-indicator crash on an incoming sms

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1442340/+subscriptions

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


[Bug 1442340] Re: telephony-service-indicator crash on an incoming sms

2015-04-09 Thread Rick Spencer
Attached two files which might possibly be related

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

Title:
  telephony-service-indicator crash on an incoming sms

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1442340/+subscriptions

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


[Bug 1401932] [NEW] phablet-screenshot produces a black image when used with the emulator

2014-12-12 Thread Rick Spencer
Public bug reported:

1. Use QtCreator to create an emulator
2. Use QtCreator to create a kit for the emulator
3. Use QtCreator to run a QML App inside the emulator
4. Use $phablet-screenshot name.png to take a screenshot of the running 
application

Result:
The screenshot appears to work -
rick@rick-dell-11:~$ phablet-screenshot list.png
I: Dumping fb0 ...
99 KB/s (1536000 bytes in 15.083s)

However, the resulting image (attached) is black

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

** Attachment added: list.png
   https://bugs.launchpad.net/bugs/1401932/+attachment/4279627/+files/list.png

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

Title:
  phablet-screenshot produces a black image when used with the emulator

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

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


[Bug 1394777] Re: dbus daemon running at 100%

2014-11-21 Thread Rick Spencer
I followed the instructions here - https://wiki.ubuntu.com/DebuggingDBus
to add debugging info to dbus. I was out and experienced the bug. When I
got back I ran sudo dbus-monitor --system for few minutes and collected
the attached output.

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

Title:
  dbus daemon running at 100%

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

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


[Bug 1394777] Re: dbus daemon running at 100%

2014-11-21 Thread Rick Spencer
** Attachment added: sudo dbus-monitor --system
   
https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/1394777/+attachment/4265454/+files/dbuslog.txt

** Changed in: dbus (Ubuntu)
 Assignee: (unassigned) = Thomas Voß (thomas-voss)

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

Title:
  dbus daemon running at 100%

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

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

[Bug 1394777] [NEW] dbus daemon running at 100%

2014-11-20 Thread Rick Spencer
Public bug reported:

This is on krillin r166.

dbus-daemon was running at 100% for a few hours today. I noticed that
when I launch System Settings, it causes dbus-daemon to run at  lose to
100% until it opens. I also noticed that when I launched Systen
Settings, after it finally opened, dbus-daemon settled down.

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

Title:
  dbus daemon running at 100%

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

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


[Bug 1393902] Re: GOOG search credit flag isn't always in search queries

2014-11-18 Thread Rick Spencer
I think that the sometimes factor is actually whether the profile is
currently logged into Google Services. If I log out of Google and do the
search, I get the client string. If I log back in, when I search again,
there is no string.

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

Title:
  GOOG search credit flag isn't always in search queries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1393902/+subscriptions

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


[Bug 1387708] Re: [TOPBLOCKER] Location services not getting location

2014-11-05 Thread Rick Spencer
** Attachment added: attaching various log files as requested
   
https://bugs.launchpad.net/location-service/+bug/1387708/+attachment/4253842/+files/location-logs.tar.gz

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

Title:
  [TOPBLOCKER] Location services not getting location

To manage notifications about this bug go to:
https://bugs.launchpad.net/location-service/+bug/1387708/+subscriptions

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


[Bug 1387708] Re: [TOPBLOCKER] Location services not getting location

2014-11-05 Thread Rick Spencer
If I'm seeing this, does that mean I am experiencing the issue on my
phone?

phablet@ubuntu-phablet:~$ sudo cat /userdata/android-data/misc/GPS_CHIP.cfg
[sudo] password for phablet: 
0x6582%s

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

Title:
  [TOPBLOCKER] Location services not getting location

To manage notifications about this bug go to:
https://bugs.launchpad.net/location-service/+bug/1387708/+subscriptions

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


[Bug 1389874] [NEW] Location detection is not working

2014-11-05 Thread Rick Spencer
Public bug reported:

this is krillin r142

My phone stopped getting location updates.  This does not seem to be bug
#1387708 because my nvram does appear corrupted.

phablet@ubuntu-phablet:/var/log/upstart$ sudo cat 
/var/log/upstart/ubuntu-location-service.log
Attempted to unregister path (path[0] = ril_1 path[1] = null) which isn't 
registered
Attempted to unregister path (path[0] = ril_0 path[1] = null) which isn't 
registered
name - com.ubuntu.espoo.Service.Provider
path - /com/ubuntu/espoo/Service/Provider
Instantiating and configuring: gps::Provider
Instantiating and configuring: remote::Provider
name - com.ubuntu.espoo.Service.Provider
path - /com/ubuntu/espoo/Service/Provider
Instantiating and configuring: gps::Provider
Instantiating and configuring: remote::Provider
Attempted to unregister path (path[0] = ril_1 path[1] = null) which isn't 
registered
Attempted to unregister path (path[0] = ril_0 path[1] = null) which isn't 
registered
name - com.ubuntu.espoo.Service.Provider
path - /com/ubuntu/espoo/Service/Provider
Instantiating and configuring: gps::Provider
Instantiating and configuring: remote::Provider
name - com.ubuntu.espoo.Service.Provider
path - /com/ubuntu/espoo/Service/Provider
Instantiating and configuring: gps::Provider
Instantiating and configuring: remote::Provider
Attempted to unregister path (path[0] = ril_1 path[1] = null) which isn't 
registered
Attempted to unregister path (path[0] = ril_0 path[1] = null) which isn't 
registered
name - com.ubuntu.espoo.Service.Provider
path - /com/ubuntu/espoo/Service/Provider
Instantiating and configuring: gps::Provider
Instantiating and configuring: remote::Provider


phablet@ubuntu-phablet:/var/log/upstart$ sudo cat  
/var/log/upstart/ubuntu-espoo-service.log
[sudo] password for phablet: 
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1105 07:02:02.664535  1666 provider.cpp:122] Successfully started position 
updates.
pure virtual method called
terminate called without an active exception
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1105 08:25:01.957183  1699 provider.cpp:122] Successfully started position 
updates.
I1105 08:32:30.442076  1699 provider.cpp:122] Successfully started position 
updates.
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1105 16:04:37.255589  1713 provider.cpp:122] Successfully started position 
updates.
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1105 16:09:58.814582  1700 provider.cpp:122] Successfully started position 
updates.
WARNING: Logging before InitGoogleLogging() is written to STDERR
I1105 16:29:45.673939  1626 provider.cpp:568] StartPositionUpdates
I1105 16:29:45.678083  1626 provider.cpp:122] Successfully started position 
updates.
I1105 16:29:45.680830  1626 provider.cpp:596] StartVelocityUpdates

** Affects: location-service (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/1389874

Title:
  Location detection is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1389874/+subscriptions

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


[Bug 1385725] [NEW] package grub-efi-amd64-signed 1.38+2.02~beta2-15 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-10-25 Thread Sean Spencer
Public bug reported:

Just installed 14.10 on Toshiba satelite laptop
I always have an issue with the boot loader so I fixed it(?) with boot repair

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: grub-efi-amd64-signed 1.38+2.02~beta2-15
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Sat Oct 25 19:28:49 2014
Df:
 Filesystem 1K-blocksUsed Available Use% Mounted on
 /dev/sr047695788 3969860  41280052   9% /cdrom
 /dev/sda2 262144   52280209864  20% /boot/efi
 udev 3021228   4   3021224   1% /dev
 tmpfs 6066121208605404   1% /run
DuplicateSignature: package:grub-efi-amd64-signed:1.38+2.02~beta2-15:subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2014-10-25 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.38+2.02~beta2-15 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub2-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  package grub-efi-amd64-signed 1.38+2.02~beta2-15 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/grub2-signed/+bug/1385725/+subscriptions

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


Re: [Bug 1372149] Re: bzr-git does not preserve or ignore unknown extra fields

2014-10-22 Thread Susan Spencer
Hi Jelmer,

AFAIK There isn't a parameter for users to disable extra headers when
importing code into Github.
https://porter.github.com/new

Am I correct in understanding that you added the functionality in Dulwich
to ignore extra headers so it wouldn't crash when encountering extra
headers?
http://git.661346.n2.nabble.com/extra-headers-in-commit-objects-td4508608.html
Could you add this functionality to bzr-git, so that bzr-git would be
compliant
with the C git rule to ignore extra headers that aren't recognized, after
the encoding header?


On Tue, Oct 21, 2014 at 9:21 PM, Jelmer Vernooij 1372...@bugs.launchpad.net
 wrote:

 Hi Susan,

 See this thread, which sprung up on the Git list after I added support
 for extra commit headers in Dulwich: http://git.661346.n2.nabble.com
 /extra-headers-in-commit-objects-td4508608.html

 The consensus among Git developers seems to be that defining new header
 fields should be left up to the Git developers. What hg-git is doing
 goes against that.

 bzr-git doesn't completely adhere to the guidelines in that thread
 either since it doesn't just drop unknown fields. There are good reasons
 it can't just ignore headers it doesn't know about though. See my
 earlier comments for a more thorough explanation:

 Throwing an error when unknown fields are encountered is intended
 behaviour. bzr-git can't just drop unknown metadata since that makes it
 impossible to reserialize the original Git objects later. Reserializing
 is necessary since the original git objects are used as delta bases.

 bzr-git could store all unknown headers in an extra metadata field. We
 don't do this since it means we can't change the mapping of any unknown
 headers later without breaking all existing bzr-git users. Instead,
 since git commit header extensions are so rare, we require explicit
 support for them in bzr-git.

 Dulwich is used for parsing and creating Git objects in bzr-git; bzr-git
 doesn't use Dulwich to store data, it uses native Bazaar objects.

 Is your project itself maintained in Git or in Mercurial? If it is in
 Mercurial, you could disable the setting of extra headers in hg-git or
 alternatively run a cronjob somewhere that uses hg-fastexport and bzr-
 fastimport to create a bzr branch from a mercurial branch.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1372149

 Title:
   bzr-git does not preserve or ignore unknown extra fields

 Status in bzr git support plugin:
   Confirmed
 Status in Valentina. Pattern making program.:
   New
 Status in “valentina” package in Ubuntu:
   New

 Bug description:
   I can't import source code from git. Here log:
   2014-09-21 12:57:19 INFOStarting job.
   2014-09-21 12:57:19 INFOGetting exising bzr branch from central
 store.
   2014-09-21 12:57:20 INFO[chan bzr SocketAsChannelAdapter] Opened
 sftp connection (server version 3)
   2014-09-21 12:57:20 INFO35 bytes transferred
   2014-09-21 12:57:29 INFO[chan bzr SocketAsChannelAdapter] Opened
 sftp connection (server version 3)
   2014-09-21 12:57:30 INFOImporting branch.
   2014-09-21 12:57:32 INFOCounting objects: 2724, done. 0
   2014-09-21 12:57:34 INFOfinding revisions to fetch:generating index
 0/2724
   2014-09-21 12:57:36 INFOfinding revisions to fetch:generating index
 0/2724
   2014-09-21 12:57:36 INFOfinding revisions to fetch 1/608
   2014-09-21 12:57:36 INFO
   Traceback (most recent call last):
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/scripts/code-import-worker.py,
 line 95, in module
   sys.exit(script.main())
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/scripts/code-import-worker.py,
 line 90, in main
   return import_worker.run()
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/lib/lp/codehosting/codeimport/worker.py,
 line 576, in run
   return self._doImport()
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/lib/lp/codehosting/codeimport/worker.py,
 line 730, in _doImport
   inter_branch.fetch(limit=revision_limit)
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/bzrplugins/git/branch.py,
 line 722, in fetch
   self.fetch_objects(stop_revision, fetch_tags=fetch_tags, limit=limit)
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/bzrplugins/git/branch.py,
 line 745, in fetch_objects
   determine_wants, self.source.mapping, limit=limit)
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/bzrplugins/git/fetch.py,
 line 718, in fetch_objects
   limit)
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/bzrplugins/git/fetch.py,
 line 484, in import_git_objects
   mapping.revision_id_foreign_to_bzr)
 File /srv/
 importd.launchpad.net/production/launchpad-rev-17196/bzrplugins/git/mapping.py,
 line 334, in import_commit
   raise UnknownCommitExtra(commit, 

Re: [Bug 1372149] [NEW] bzr-git does not preserve or ignore unknown extra fields

2014-10-21 Thread Susan Spencer
Hi Jelmer,

Since no one is supporting bzr tools anymore,
that leaves projects like mine (Valentina)
permanently broken in Launchpad.

The hg-git issue is that hg-git is now pulling *all* fields from hg
into git, which isn't a bug, this is considered to be an improvement.

According to the hg-git team, Dulwich either ignores
or preserves additional fields that it doesn't recognize.
The expectation is that bzr-git, which uses Dulwich,
should also either ignore or preserve these fields, but
instead bzr-git just crashes.

It's too bad that Canonical has stopped supporting bzr tools.
I heard a rumour that there was discussion about adding
support for git on Launchpad to remove dependence on
the dead bzr tools, but that this effort was not well received.
What a shame.

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

Title:
  bzr-git does not preserve or ignore unknown extra fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-git/+bug/1372149/+subscriptions

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


[Bug 1372149] Re: bzr-git does not preserve or ignore unknown extra fields

2014-10-20 Thread Susan Spencer
** Changed in: bzr-git
 Assignee: (unassigned) = Jelmer Vernooij (jelmer)

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

Title:
  bzr-git does not preserve or ignore unknown extra fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-git/+bug/1372149/+subscriptions

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


[Bug 1374481] Re: Nearby and News scope do not load on reboot

2014-10-15 Thread Rick Spencer
I just reproduced this on My Photos scope. Starting and not completing a
search caused it to start loading.

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

Title:
  Nearby and News scope do not load on reboot

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

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


[Bug 1381041] [NEW] Network indicator is sometimes blank

2014-10-14 Thread Rick Spencer
Public bug reported:

This is on krillin r103, but it has been happening for a while.

See attached photo. I am not certain what triggers it. but I think it
may happen when wifi APs become in and out of range while walking around
town (as if the list does not refresh reliably).

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


** Tags: avengers

** Attachment added: Screenshot showing blank network indicator
   https://bugs.launchpad.net/bugs/1381041/+attachment/4235692/+files/ni.png

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

Title:
  Network indicator is sometimes blank

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

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


[Bug 1381069] [NEW] We should hide the player controls in the sound indicator until the music player is fixed to work with them

2014-10-14 Thread Rick Spencer
Public bug reported:

see these two bugs:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1378048
 https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1361232

Essentially, the music player does not work with the sound menu, and the
fix is involved. Until the default experience works, I suggest that we
do not show these controls.

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Assignee: Thomas Strehl (strehl-t)
 Status: New


** Tags: avengers rtm14

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

Title:
  We should hide the player controls in the sound indicator until the
  music player is fixed to work with them

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

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


[Bug 1380662] Re: legacy apps re-set their notification status on reboot

2014-10-14 Thread Rick Spencer
As far as I can tell, the setting was respected on start up (I did not
get the notification from the external drives app) but was reset to
receive notifications.

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

Title:
  legacy apps re-set their notification status on reboot

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

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


[Bug 1381069] Re: We should hide the player controls in the sound indicator until the music player is fixed to work with them

2014-10-14 Thread Rick Spencer
Setting to Critical on behalf of JoeO

** Changed in: indicator-sound (Ubuntu)
   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/1381069

Title:
  We should hide the player controls in the sound indicator until the
  music player is fixed to work with them

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

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


[Bug 1380120] Re: Manage Scopes - All Is Unusable

2014-10-13 Thread Rick Spencer
I upgrade to r101 and after reboot could still reproduce the image. In order to 
test ogra's solution:
I ran phablet@ubuntu-phablet:~$ rm -R .cache/QML/*
 and rebooted.  After the reboot, I could no longer reproduce the issue.

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

Title:
  Manage Scopes - All Is Unusable

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

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


[Bug 1380120] Re: Manage Scopes - All Is Unusable

2014-10-13 Thread Rick Spencer
** Changed in: unity8 (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: qtdeclarative-opensource-src (Ubuntu RTM)
   Status: New = Confirmed

** Changed in: qtdeclarative-opensource-src (Ubuntu RTM)
   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/1380120

Title:
  Manage Scopes - All Is Unusable

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

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


[Bug 1380120] [NEW] Manage Scopes - All Is Unusable

2014-10-11 Thread Rick Spencer
Public bug reported:

This is in krillin r99 rtm-proposed

Steps:
1. Got to manage scopes
2. Click all

Observed: The UI is unusable as in attached picture

** Affects: unity8 (Ubuntu)
 Importance: Critical
 Status: Confirmed


** Tags: avengers rtm14

** Attachment added: broken manage scopes UI
   
https://bugs.launchpad.net/bugs/1380120/+attachment/4231688/+files/manage-scopes.png

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

Title:
  Manage Scopes - All Is Unusable

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

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


[Bug 1380120] Re: Manage Scopes - All Is Unusable

2014-10-11 Thread Rick Spencer
** Summary changed:

- Manage Scopes - Is Unusable
+ Manage Scopes - All Is Unusable

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

Title:
  Manage Scopes - All Is Unusable

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

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


[Bug 1380120] Re: Manage Scopes - All Is Unusable

2014-10-11 Thread Rick Spencer
I have done a lot of favoriting and unfavoritng of scopes. That's the
only thing that I can think of that would be at all relevant.

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

Title:
  Manage Scopes - All Is Unusable

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

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


[Bug 1378958] Re: music scope showing mini music scope on activation of artist and anything on video scope

2014-10-09 Thread Rick Spencer
= after upgrade =
1. use the power button to blank the screen
2. use the power button to turn on the screen
3. swipe away the welcome screen to the left
4. enter pin code
5. put finger in center of screen on app scope and swipe to the left
6. wait for video scope to finish (note that no videos are visible, it only 
says My Videos 
7. Click My Videos
8. mini-scope appears for local videos 
9. click on home button to return to apps scope
10. with finger in middel of apps scope, scroll over to Video scope
11. click settings button
12. enable Dislay results from Youtube
13. Click back chevron
14. click star to unfavorite, the music scope (which was the next scope to 
right) slides in
15. click star to unfavorite music scope, My photos slides in
16. flick from the bottom to bring up manage dash
17. click all
18. Click My Music
19. click on an arist (note that artists are now arragned in a grid insteda of 
in cover flow
20. click back 
21. click the start to favorite
22. click the home button, the whole dash dissapears and then reappears after 
some time ( I assume the dash crashed)
22.use your fingers to move over the music scope, now the third one, it behaves 
normally

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

Title:
  music scope showing mini music scope on activation of artist and
  anything on video scope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+subscriptions

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


[Bug 1378958] [NEW] music scope showing mini music scope on activation of artist

2014-10-08 Thread Rick Spencer
Public bug reported:

Steps:
1. Have music on your phone
2. Go to the music scope
3. Click on an artist

Expected:
You get the normal list

Observed:
You get a little mini music scope inside the scope (see attached image)

** Affects: unity-scope-mediascanner (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: avengers

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

Title:
  music scope showing mini music scope on activation of artist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+subscriptions

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


[Bug 1378958] Re: music scope showing mini music scope on activation of artist

2014-10-08 Thread Rick Spencer
** Attachment added: mini-scope.png
   
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+attachment/4228745/+files/mini-scope.png

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

Title:
  music scope showing mini music scope on activation of artist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+subscriptions

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


[Bug 1378958] Re: music scope showing mini music scope on activation of artist

2014-10-08 Thread Rick Spencer
** Description changed:

  Steps:
  1. Have music on your phone
  2. Go to the music scope
  3. Click on an artist
  
  Expected:
  You get the normal list
  
  Observed:
  You get a little mini music scope inside the scope (see attached image)
+ 
+ 
+ This is on krillin rtm r91

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

Title:
  music scope showing mini music scope on activation of artist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+subscriptions

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


[Bug 1378958] Re: music scope showing mini music scope on activation of artist and anything on video scope

2014-10-08 Thread Rick Spencer
I  just realized that on the video scope, I only have local content
displayed (no youtube). So the scope appears blank. When I click on My
Videos I get a mini scope for videos. See attached.

** Attachment added: screenshot of mini videos
   
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+attachment/4228822/+files/mini-videos.png

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

Title:
  music scope showing mini music scope on activation of artist and
  anything on video scope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+subscriptions

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


[Bug 1378958] Re: music scope showing mini music scope on activation of artist and anything on video scope

2014-10-08 Thread Rick Spencer
I  just realized that on the video scope, I only have local content
displayed (no youtube). So the scope appears blank. When I click on My
Videos I get a mini scope for videos. See attached.

** Summary changed:

- music scope showing mini music scope on activation of artist
+ music scope showing mini music scope on activation of artist and anything on 
video scope

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

Title:
  music scope showing mini music scope on activation of artist and
  anything on video scope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+subscriptions

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


[Bug 1378958] Re: music scope showing mini music scope on activation of artist and anything on video scope

2014-10-08 Thread Rick Spencer
A little more info after a chat with cimi

1.  most of my content is on my SD card, and there ias a lot of it, about 30 
gigs. 
2. I have favorited and unfavorited both  the music and video scope many times
3. this is in the My Music and My Video scopes

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

Title:
  music scope showing mini music scope on activation of artist and
  anything on video scope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+subscriptions

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


[Bug 1378958] Re: music scope showing mini music scope on activation of artist and anything on video scope

2014-10-08 Thread Rick Spencer
I enabled the online sources and those work normally. So this is only
the My Music and My Video scopes.

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

Title:
  music scope showing mini music scope on activation of artist and
  anything on video scope

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-scope-mediascanner/+bug/1378958/+subscriptions

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


[Bug 1378044] [NEW] No Album art on Audio Controls

2014-10-06 Thread Rick Spencer
Public bug reported:

Steps:
1. have music on your phone
2. Make sure that album art appears in the music scope
3. Play the album in the music player
4. Click the power button to blank the screen
5. turn on the power button button
6. pull down the sound indicator

Observed: there is no album art in the indicator, the window is blank
Expected:  there is album art

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


** Tags: avengers

** Description changed:

  Steps:
  1. have music on your phone
- 2. Make sure that album art appears in the mysic scope
+ 2. Make sure that album art appears in the music scope
  3. Play the album in the music player
  4. Click the power button to blank the screen
  5. turn on the power button button
  6. pull down the sound indicator
  
  Observed: there is no album art in the indicator, the window is blank
  Expected:  there is album art

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

Title:
  No Album art on Audio Controls

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

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


[Bug 1378048] [NEW] Forward button does not work

2014-10-06 Thread Rick Spencer
Public bug reported:

Steps:
1. Play an album in the music player
2. Pull down sound indicator
3. Click forward button

Observed: the music does not advance
Expected: the music advances

** Affects: indicator-sound (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/1378048

Title:
  Forward button does not work

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

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


[Bug 1378103] [NEW] Indicator does not display message and there is no notification when screen is locked and message is in messaging app

2014-10-06 Thread Rick Spencer
Public bug reported:

Steps:
I used skype for this to make it easy to repro

0. Set your phone by opening the messaging app to a thread for a conversation 
that you are not about to test then use the power button to blank the screen
1. Open skype you on your desktop
2. Use skype to send a text to your phone
3. Wait a few seconds for the alert
4. Click on the notification to open it as a conversation in the messaging app
5. use the power button to blank your screen again
6. use skype to send another text

Result:
The alert sounds plays, and the screen turns on, but there is no notification 
and the message is not in the messaging menu. If you unlock the phone you see 
the message in the conversation.

Expected:
The notification shows and the message is in the indicator.

This is krillin, r84

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


** Tags: avengers

** Summary changed:

- Indicator does not display message when screen is locked and message is in 
messaging app
+ Indicator does not display message and there is no notification when screen 
is locked and message is in messaging app

** Description changed:

  Steps:
  I used skype for this to make it easy to repro
  
  0. Set your phone by opening the messaging app to a thread for a conversation 
that you are not about to test then use the power button to blank the screen
  1. Open skype you on your desktop
  2. Use skype to send a text to your phone
  3. Wait a few seconds for the alert
  4. Click on the notification to open it as a conversation in the messaging app
  5. use the power button to blank your screen again
  6. use skype to send another text
  
  Result:
  The alert sounds plays, and the screen turns on, but there is no notification 
and the message is not in the messaging menu. If you unlock the phone you see 
the message in the conversation.
  
  Expected:
  The notification shows and the message is in the indicator.
+ 
+ This is krillin, r84

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

Title:
  Indicator does not display message and there is no notification when
  screen is locked and message is in messaging app

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

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


[Bug 1372149] Re: bzr-git does not support HG:rename commit header fields

2014-10-01 Thread Susan Spencer
** Also affects: valentina (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/1372149

Title:
  bzr-git does not support HG:rename commit header fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-git/+bug/1372149/+subscriptions

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


[Bug 963525] Re: mergetag support: UnknownCommitExtra error

2014-10-01 Thread Susan Spencer
** Bug watch added: Email to dismine@gmail #
   mailto:dismine@gmail

** Also affects: valentina via
   mailto:dismine@gmail
   Importance: Undecided
   Status: New

** Also affects: valentina (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/963525

Title:
  mergetag support: UnknownCommitExtra error

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-git/+bug/963525/+subscriptions

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


[Bug 1372149] Re: bzr-git does not support HG:rename commit header fields

2014-10-01 Thread Susan Spencer
Could not import probably because of bzr-git bug #963525 or bug #1084403
https://launchpad.net/launchpad/+bug/963525
https://launchpad.net/launchpad/+bug/1084403

Another project is also failing to import code from a previously working git 
import, returning the same error code when importing source code from a git 
repo into bzr:
https://code.launchpad.net/~gnome-shell-extensions/gnome-shell-extensions/appindicator-support-head

** Summary changed:

- bzr-git does not support HG:rename commit header fields
+ bzr-git does not preserve or ignore unknown extra fields

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

Title:
  bzr-git does not preserve or ignore unknown extra fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-git/+bug/1372149/+subscriptions

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


[Bug 1372149] Fwd: HG:rename tags not removed by hg-git

2014-10-01 Thread Susan Spencer
Here is background info from an hg-git developer about the
change made to hg-git which may require a change to bzr-git:


-- Forwarded message --
From: Augie Fackler

snip
You're probably doing the conversion using a relatively recent hg-git,
which just started storing this data in the hidden metadata section of
git commits. This is (probably) a bzr-git bug wherein they're choking
on metadata fields they don't understand, rather than just preserving
or dropping them as appropriate.

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

Title:
  bzr-git does not preserve or ignore unknown extra fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr-git/+bug/1372149/+subscriptions

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


[Bug 1338430] Re: Slow loading/showing of images in the dash

2014-09-18 Thread Rick Spencer
This does not happen to me only after reboot. When I scroll up and down
in the apps scope there is a delay in loading icons.

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

Title:
  Slow loading/showing of images in the dash

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

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


[Bug 1369644] [NEW] Should be possible to take a screen shot on the phone from the phone itself

2014-09-15 Thread Rick Spencer
Public bug reported:

Currently, the only way to take a screenshot is to attach the phone to a
computer via USB and use phablet-screenshot.

There should be a way to take a screenshot from the phone. Otherwise, it
will be hard for people to share how great their phone is on social
media, as well as other functions.

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


** Tags: avengers

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

Title:
  Should be possible to take a screen shot on the phone from the phone
  itself

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

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


[Bug 1367341] [NEW] proximity sensor blanks screen when dialer is not active app

2014-09-09 Thread Rick Spencer
Public bug reported:

Steps:
1. Make a phone call with BT so that you are not holding the phone to hear and 
talk
2. Push the power button to blank the screen
3. Push the power button again, observe that you are at the welcome screen
4. Wave a finger over the proximity sensor

Effect:
The screen blanks while finger is over the sensor

Expected:
The sensor only blanks the screen while the dialer app is being used

this is kirllin r23

** Affects: dialer-app (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: avengers

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

Title:
  proximity sensor blanks screen when dialer is not active app

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dialer-app/+bug/1367341/+subscriptions

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


[Bug 1363075] Re: Background does not display rotated imaged as rotated

2014-08-29 Thread Rick Spencer
** Attachment added: pic1.png
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1363075/+attachment/4190063/+files/pic1.png

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

Title:
  Background does not display rotated imaged as rotated

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

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


[Bug 1363075] Re: Background does not display rotated imaged as rotated

2014-08-29 Thread Rick Spencer
** Attachment added: pic3.png
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1363075/+attachment/4190065/+files/pic3.png

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

Title:
  Background does not display rotated imaged as rotated

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

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


[Bug 1363075] [NEW] Background does not display rotated imaged as rotated

2014-08-29 Thread Rick Spencer
Public bug reported:

Steps:
1. Take a picture of something at an incorrect orientation and larger than 
desired (pic1.png)
2. Open the picture in the gallery, use the editor to rotate and crop the pic 
(pic2.png)
3. Go to system settings and choose the pic in the backgound.

Effect:
The pic is displayed in the background as cropped but not rotated (pic3.png and 
pic4.png)

Expected:
The pic is display rotated

** Affects: ubuntu-system-settings (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/1363075

Title:
  Background does not display rotated imaged as rotated

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

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


[Bug 1363075] Re: Background does not display rotated imaged as rotated

2014-08-29 Thread Rick Spencer
** Attachment added: pic2.png
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1363075/+attachment/4190064/+files/pic2.png

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

Title:
  Background does not display rotated imaged as rotated

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

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


[Bug 1363075] Re: Background does not display rotated imaged as rotated

2014-08-29 Thread Rick Spencer
** Attachment added: pic4.png
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1363075/+attachment/4190066/+files/pic4.png

** Description changed:

  Steps:
  1. Take a picture of something at an incorrect orientation and larger than 
desired (pic1.png)
- 2. Open the picture in the gallery, use the editor to rotate and crop it 
(pic2.png)
- 3. Go to system settings and choose the pick in the backgound. 
+ 2. Open the picture in the gallery, use the editor to rotate and crop the pic 
(pic2.png)
+ 3. Go to system settings and choose the pic in the backgound.
  
  Effect:
  The pic is displayed in the background as cropped but not rotated (pic3.png 
and pic4.png)
  
  Expected:
  The pic is display rotated

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

Title:
  Background does not display rotated imaged as rotated

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

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


  1   2   3   4   5   6   7   8   9   10   >