[Bug 310129]

2021-07-05 Thread Glen Ditchfield
*** Bug 222864 has been marked as a duplicate of this bug. ***

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

Title:
  I want to move an event to a different calendar

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2021-03-17 Thread Glen Ditchfield
I am now running KDE Neon, which comes with thermald 1.9.1-1ubuntu0.3,
and have not noticed any problems.  The fans certainly spin up under
load.

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 286567]

2021-02-06 Thread Glen Ditchfield
Git commit 2324098a8ffcf59d4e88c2c84ba2a288b8e9e783 by Glen Ditchfield, on 
behalf of Glen Ditchfield.
Committed on 04/02/2021 at 16:07.
Pushed by gditchfield into branch 'release/20.12'.

Fix month view's display of end-of-day instances

If a non-all-day instance extends to the end of a day, its dtEnd will
be 00:00 of the next day.  The month view incorrectly shows the instance
occurring on both days.
FIXED-IN: 5.16.3

M  +5-1src/month/monthitem.cpp

https://invent.kde.org/pim/eventviews/commit/2324098a8ffcf59d4e88c2c84ba2a288b8e9e783

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

Title:
  korganizer displays old appointments in UTC

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-31 Thread Glen Ditchfield
I tried thermald 1.7.2, and I can make it work for me, but I don't
think it is the best solution.  Please pardon the length at which I
explain my confusion.

I find the thermal-conf files to be confusing.  Ubuntu 18.04's
thermald-1.7.0 package installs file /etc/thermald/thermal-conf.xml.
Based on the way other packages are configured, I would expect this to
be the configuration file, but thermald-1.7.0 ignores it.  It seems to
be just a collection of examples.

Is that /etc/thermald/thermal-conf.xml file really suitable for every
system to use as a default configuration?  If it is not OK, then the file
probably should be placed in /usr/share/doc instead of /etc.

The thermal-conf.xml.auto file that 1.7.0 generates for my system
seems to be OK, except for the Temperature element.  Do you see any
other problems with it?  As far as I know, my only problem is that I
can't override the generated Temperature.

My system runs well if I stop thermald.  I don't know how much better
it would run *with* thermald, but "just stop thermald" seems to be an
acceptable fall-back position.

The new thermald-1.7.2 also attempts to read
/etc/thermald/thermal-conf.xml.auto, and I could edit a generated
thermal-conf.xml.auto to correct the Temperature element and put it
there.  However, the ".auto" suffix would be misleading.  I would
rather put the edited file in /etc/thermal-conf.xml.

Thermald-1.7.2 *only* reads the files in /etc if it *can't* generate
the /var/run file.  It still doesn't provide a way to override a
successfully generated file.  What if the generated file has a bug in
it?  What if the user wants to fine-tune the configuration in some way?

Now consider what happens when I install thermald-1.7.2 on my 18.04
system.  Similar things could happen to other people in the future, if
Cosmic Cuttlefish adopts 1.7.2 and other people upgrade to Cosmic from
18.04.

- Because of the int3400 check in line 169 of thd_trt_art_reader.cpp,
thermald does not try to generate
/var/run/thermald/thermal-conf.xml.auto.

- Then cthd_parse::parser_init() looks for
  /etc/thermald/thermal-conf.xml.auto, and does not find
  it.

- Finally cthd_parse::parser_init() looks for
  /etc/thermald/thermal-conf.xml, finds the
  "examples" file, and loads it.  As I mentioned above, I don't know
  if that's a good idea.

-

I'd like to suggest the following:

- The thermald package should *not* install
  /etc/thermald/thermal-conf.xml.

- thermald should first look for /etc/thermald/thermal-conf.xml and
  load it if it exists.

- If /etc/thermald/thermal-conf.xml does not exist, thermald should
  generate /var/run/thermald/thermal-conf.xml.auto and load it.

-

Two unimportant points:

- The new thd_log_info message at thd_trt_art_reader.cpp, line 170,
should end with a \n.

- I recommend that cthd_parse::parser_init() log the chosen
xml_config_file's name every time, not just if it chooses the
generated file.

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-22 Thread Glen Ditchfield
No, /var/run/thermald/thermal-conf.xml.auto _is_ regenerated.  I tried
editing it.  /var/run is a symbolic link to /run, which is a tmpfs.

The uuids directory contains two files.  One is empty, and the other contains 
the word "INVALID".
===
gjditchf@copperplate:/sys/bus/acpi$ cd /sys/bus/acpi/devices/INT3400*

gjditchf@copperplate:/sys/bus/acpi/devices/INT3400:00$ ls physical_node/uuids/
available_uuids  current_uuid

gjditchf@copperplate:/sys/bus/acpi/devices/INT3400:00$ cat 
physical_node/uuids/available_uuids 
gjditchf@copperplate:/sys/bus/acpi/devices/INT3400:00$ file 
physical_node/uuids/available_uuids 
physical_node/uuids/available_uuids: empty

gjditchf@copperplate:/sys/bus/acpi/devices/INT3400:00$ cat 
physical_node/uuids/current_uuid 
INVALID

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-21 Thread Glen Ditchfield
I will attach acpi.out, and also the output of "grep -r .
/sys/class/thermal/*" in grep-thermal.txt.

As for editing /var/run/thermald/thermal-conf.xml.auto ... that file is
regenerated at boot.  How do I make persistent changes?  I tried copying
the edited file to /etc/thermald/thermal-conf.xml, but didn't see any
improvement, and the contents of the thermald debug log suggest that
thermald doesn't read the /etc/ file.

** Attachment added: "acpi.out"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1769236/+attachment/5142652/+files/acpi.out

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-21 Thread Glen Ditchfield
** Attachment added: "grep-thermal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1769236/+attachment/5142653/+files/grep-thermal.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-19 Thread Glen Ditchfield
Should this bug be reassigned to thermald?

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-19 Thread Glen Ditchfield
** Attachment added: "thermal-conf.xml.auto"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1769236/+attachment/5141771/+files/thermal-conf.xml.auto

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-19 Thread Glen Ditchfield
I will attach /var/run/thermald/thermal-conf.xml.auto, and
thermal.log (generated by sudo thermald --no-daemon --loglevel=debug)
to illustrate thermald's bad behaviour.

Thermal.log up to line 500 shows the output when the laptop was idling:
sensor B0D4 stayed cooler than 40°C, the CPUs ran at 900 MHz, and
thermald is (I think) using rapl_controller for thermal control.

At that point I ran c-ray.  CPU speed rose to 2400 MHz, and the
temperature began to rise (53°C at line 528, 64°C at line 632).

At line 656 thermald decided to switch from rapl_controller to
intel_pstate.  At line 699 intel_pstate disabled turbo; CPU speed
dropped to 1800 MHz, and the temperature began to fall, from 71°C at
line 686 down to 54°C at line 799.

At that point, even though temperatures were falling and no fans were
running, thermald switched from intel_pstate to intel_powerclamp.  CPU
speed dropped to 400 MHz, and performance tanked.

I think this switch to intel_powerclamp is the problem.  It seems to
happen whenever the temperature exceeds 40°C for some number of polling
periods, which is not a useful thermal policy.  Most web sites drive
the CPU hard enough to trigger it.

** Attachment added: "thermald loglevel=debug"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1769236/+attachment/5141770/+files/thermal.log

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-19 Thread Glen Ditchfield
With thermald stopped, and with the laptop displaying a desktop but not
running any heavy loads, all 8 threads idle at 900 MHz, with all 4 cores
typically running under 40°C.

When I run c-ray with thermald stopped, all 8 threads run at 2400 MHz and the 
cores warm up as high as 82°C, with short spikes up to 2700 MHz and 89°C.  The 
fans run, but not at their maximum speed.
--
gjditchf@copperplate:/run/thermald$ sensors
coretemp-isa-
Adapter: ISA adapter
Package id 0:  +41.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:+40.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:+39.0°C  (high = +100.0°C, crit = +100.0°C)
Core 2:+40.0°C  (high = +100.0°C, crit = +100.0°C)
Core 3:+40.0°C  (high = +100.0°C, crit = +100.0°C)

acpitz-virtual-0
Adapter: Virtual device
temp1:+27.8°C  (crit = +119.0°C)
temp2:+29.8°C  (crit = +119.0°C)
temp3:+10.0°C  

iwlwifi-virtual-0
Adapter: Virtual device
temp1:+32.0°C  

pch_skylake-virtual-0
Adapter: Virtual device
temp1:+37.0°C  
---

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-08 Thread Glen Ditchfield
Upstream kernel 4.17.0-rc4 didn't change performance.

Recall that I installed Kubuntu.  Since then I have installed ubuntu-
gnome-desktop, in case that provided some missing configuration file.

With either kernel, I get this behavior:
- I boot the laptop.
- Instead of logging into a desktop environment, I use virtual terminals.
- Usually /proc/cpuinfo shows all 8 CPUs running at 900 MHz, give or take a few 
Hz.  Sometimes it shows 400 MHz, but it soon rises to 900 MHz.
- I run the c-ray benchmark.  CPU frequency rises to 2400 MHz, and stays there 
for tens of seconds, then drops to 400 MHz.
- The laptop does not become warm, and the fans do not spin up.
- I kill c-ray.  A few minutes later, CPU frequency rises from 400 MHz back up 
to 900 MHz.
- kern.log contains "intel_powerclamp: Start idle injection to reduce power" 
within seconds of  the times when the frequency drops to 400 MHz, and 
"intel_powerclamp: Stop forced idle injection" when it rises to 900 MHz.

Is the cooling system failing to activate the fans, or overreacting to
CPU temperatures in some way?

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] ProcEnviron.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135726/+files/ProcEnviron.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] WifiSyslog.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135732/+files/WifiSyslog.txt

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

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] PulseList.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135729/+files/PulseList.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] RfKill.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1769236/+attachment/5135730/+files/RfKill.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] UdevDb.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1769236/+attachment/5135731/+files/UdevDb.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] ProcInterrupts.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135727/+files/ProcInterrupts.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] ProcModules.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135728/+files/ProcModules.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-07 Thread Glen Ditchfield
apport information

** Tags added: apport-collected

** Description changed:

  I installed the Kubuntu variant of Ubuntu 18.04 on a new HP Spectre 13
  laptop.  Performance is poor.  The CPU (an i7-8550U) is running at
  400MHz, and never speeds up, even when running some of the Phoronix Test
  Suite benchmarks.
  
  I can use cpupower to switch to the "performance" cpufreq governor, but
  cannot change the frequency with either governor.
  
  Here is the output of some experiments I ran while Phoronix's c-ray test was 
running.
  __
  
  gjditchf@copperplate:/var/log$ cat /proc/cpuinfo | grep MHz
  cpu MHz : 400.008
  cpu MHz : 400.002
  cpu MHz : 400.002
  cpu MHz : 400.003
  cpu MHz : 400.005
  cpu MHz : 400.003
  cpu MHz : 400.001
  cpu MHz : 400.004
  
  gjditchf@copperplate:/var/log$ cpupower frequency-info
  analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency:  Cannot determine or is not supported.
hardware limits: 400 MHz - 4.00 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 400 MHz and 1.60 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 400 MHz (asserted by call to kernel)
boost state support:
  Supported: yes
  Active: yes
  
  gjditchf@copperplate:/var/log$ sudo cpupower frequency-set -f 1.60GHz
  Setting cpu: 0
  Error setting new values. Common errors:
  - Do you have proper administration rights? (super-user?)
  - Is the governor you requested available and modprobed?
  - Trying to set an invalid policy?
  - Trying to set a specific frequency, but userspace governor is not available,
 for example because of hardware which cannot be set to a specific frequency
 or because the userspace governor isn't loaded?
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-4.15.0-20-generic 4.15.0-20.21
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Fri May  4 12:57:25 2018
  InstallationDate: Installed on 2018-04-28 (6 days ago)
  InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: linux-signed
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.20.9-0ubuntu7
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  gjditchf   1190 F pulseaudio
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2018-04-28 (10 days ago)
+ InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
+  Bus 001 Device 003: ID 0bda:564e Realtek Semiconductor Corp. 
+  Bus 001 Device 002: ID 0bda:564f Realtek Semiconductor Corp. 
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: HP HP Spectre Laptop 13-af0xx
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=UUID=ab54f00a-7dd6-4d75-a664-682f777c841c ro quiet splash vt.handoff=1
+ ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
+ RelatedPackageVersions:
+  linux-restricted-modules-4.15.0-20-generic N/A
+  linux-backports-modules-4.15.0-20-generic  N/A
+  linux-firmware 1.173
+ Tags:  bionic
+ Uname: Linux 4.15.0-20-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin monotone plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/13/2017
+ dmi.bios.vendor: Insyde
+ dmi.bios.version: F.06
+ dmi.board.asset.tag: Type2 - Board Asset Tag
+ dmi.board.name: 83A2
+ dmi.board.vendor: HP
+ dmi.board.version: 55.24
+ dmi.chassis.asset.tag: Chassis Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: HP
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 
dmi:bvnInsyde:bvrF.06:bd10/13/2017:svnHP:pnHPSpectreLaptop13-af0xx:pvrType1ProductConfigId:rvnHP:rn83A2:rvr55.24:cvnHP:ct10:cvrChassisVersion:
+ dmi.product.family: 103C_5335KV HP Spectre
+ dmi.product.name: HP Spectre Laptop 13-af0xx
+ dmi.product.version: Type1ProductConfigId
+ dmi.sys.vendor: HP

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135719/+files/AlsaInfo.txt

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

Title:
  CPU frequency stuck at minimum value


[Bug 1769236] ProcCpuinfo.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135724/+files/ProcCpuinfo.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] ProcCpuinfoMinimal.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135725/+files/ProcCpuinfoMinimal.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] CurrentDmesg.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135721/+files/CurrentDmesg.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Lspci.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1769236/+attachment/5135723/+files/Lspci.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] IwConfig.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1769236/+attachment/5135722/+files/IwConfig.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] CRDA.txt

2018-05-07 Thread Glen Ditchfield
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1769236/+attachment/5135720/+files/CRDA.txt

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] Re: CPU frequency stuck at minimum value

2018-05-07 Thread Glen Ditchfield
This was a fresh install, not an upgrade.  I have applied all updates
made available since the installation, but performance has not changed.

I have not installed any other linux on this laptop.  For comparison
purposes, I booted it from a 17.04 (Artful) live USB, which has kernel
4.13.0-16.  It doesn't feel faster, but of course there are many factors
involved ... When running Artful, /proc/cpuinfo displays "cpu MHz
: 2000.000" for all 8 CPU's, and never varies.  When running c-ray, all
8 CPUs are 50%--75% used, but the fans never spin up.  "cpupower
frequency-info" reports "current CPU frequency: 400 MHz (asserted by
call to kernel)", which contradicts /proc/cpuinfo.

I will try an upstream kernel tomorrow.

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769236] [NEW] CPU frequency stuck at minimum value

2018-05-04 Thread Glen Ditchfield
Public bug reported:

I installed the Kubuntu variant of Ubuntu 18.04 on a new HP Spectre 13
laptop.  Performance is poor.  The CPU (an i7-8550U) is running at
400MHz, and never speeds up, even when running some of the Phoronix Test
Suite benchmarks.

I can use cpupower to switch to the "performance" cpufreq governor, but
cannot change the frequency with either governor.

Here is the output of some experiments I ran while Phoronix's c-ray test was 
running.
__

gjditchf@copperplate:/var/log$ cat /proc/cpuinfo | grep MHz
cpu MHz : 400.008
cpu MHz : 400.002
cpu MHz : 400.002
cpu MHz : 400.003
cpu MHz : 400.005
cpu MHz : 400.003
cpu MHz : 400.001
cpu MHz : 400.004

gjditchf@copperplate:/var/log$ cpupower frequency-info
analyzing CPU 0:
  driver: intel_pstate
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 400 MHz - 4.00 GHz
  available cpufreq governors: performance powersave
  current policy: frequency should be within 400 MHz and 1.60 GHz.
  The governor "powersave" may decide which speed to use
  within this range.
  current CPU frequency: Unable to call hardware
  current CPU frequency: 400 MHz (asserted by call to kernel)
  boost state support:
Supported: yes
Active: yes

gjditchf@copperplate:/var/log$ sudo cpupower frequency-set -f 1.60GHz
Setting cpu: 0
Error setting new values. Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available,
   for example because of hardware which cannot be set to a specific frequency
   or because the userspace governor isn't loaded?

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-20-generic 4.15.0-20.21
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: KDE
Date: Fri May  4 12:57:25 2018
InstallationDate: Installed on 2018-04-28 (6 days ago)
InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: linux-signed
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  CPU frequency stuck at minimum value

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

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

[Bug 1769149] [NEW] Discover displays "I18N_ARGUMENT_MISSING" in package name

2018-05-04 Thread Glen Ditchfield
Public bug reported:

Discover offered to update 3 packages.  The package names as displayed
contained unsubstituted internationalization strings, such as libpam-
kwallet-4(%2(I18N_ARGUMENT_MISSING)).

I pushed the "Upgrade" button, and the upgrade seems to have worked --
Discover and apt-get agree that no updates are available -- but Discover
still shows the odd names in it's Updates pane.  See attached
screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: plasma-discover 5.12.4-0ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CurrentDesktop: KDE
Date: Fri May  4 08:52:48 2018
ExecutablePath: /usr/bin/plasma-discover
InstallationDate: Installed on 2018-04-28 (6 days ago)
InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: plasma-discover
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-discover (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/bugs/1769149/+attachment/5133808/+files/Discover-i18n.png

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

Title:
  Discover displays "I18N_ARGUMENT_MISSING" in package name

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-discover/+bug/1769149/+subscriptions

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

[Bug 1754536] [NEW] Kubuntu bionic beta 1: laptop screen set to minimum brightness

2018-03-08 Thread Glen Ditchfield
Public bug reported:

I booted from a USB drive made from the Bionic Beta 1 Kubuntu Desktop AMD64 
ISO.  I have powered off before booting, and also restarted from Kubuntu 17.10. 
Either way,
- the screen starts at normal brightness (about 50%).
- The "keyboard" screen appears, again at normal brightness.
- A couple of console messages appear, and screen brightness drops to the 
minimum value.
- The Kubuntu "K" splash screen and the Welcome "Try Kubuntu"/"Install Kubuntu" 
chooser appear, at minimum brightness.
- I choose "Try Kubuntu" and the live desktop appears, at minimum brightness.
- Strangely, the Kubuntu Desktop's "Battery and Brightness" says that the 
screen is at 100% brightness.  As soon as I move the brightness slider, the 
screen brightens up to match it.

The laptop is an HP EliteBook 8440p, with Intel graphics.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: syslinux (not installed)
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CasperVersion: 1.389
CurrentDesktop: KDE
Date: Fri Mar  9 01:13:57 2018
LiveMediaBuild: Kubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180306.1)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: syslinux
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  Kubuntu bionic beta 1: laptop screen set to minimum brightness

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

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

[Bug 1754517] [NEW] invalid skin backend in Bionic Beaver beta 1

2018-03-08 Thread Glen Ditchfield
Public bug reported:

I booted from a USB made from the Kubuntu Desktop amd64 Bionic Beta 1
image, and launched the live desktop.  When I launch Software Center
from the Favorites menu, an error message appears shortly after the
application started, saying "fcitx-skin.knsrc: Invalid Fcitx-skin
backend, contact your distributor".

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: plasma-discover 5.12.2-0ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CasperVersion: 1.389
CurrentDesktop: KDE
Date: Thu Mar  8 23:19:14 2018
LiveMediaBuild: Kubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180306.1)
SourcePackage: plasma-discover
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-discover (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  invalid skin backend in Bionic Beaver beta 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-discover/+bug/1754517/+subscriptions

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

[Bug 1426738] Re: live image does not boot: Missing parameter in configuration file

2015-08-28 Thread Glen Ditchfield
[panda:~]$ file /usr/bin/apport-collect
/usr/bin/apport-collect: symbolic link to `apport-bug' 

[panda:~]$ file `which apport-bug`
/usr/bin/apport-bug: POSIX shell script, ASCII text executable

[panda:~]$ apt-cache policy apport-noui
apport-noui:
  Installed: 2.14.1-0ubuntu3.12
  Candidate: 2.14.1-0ubuntu3.12
  Version table:
 *** 2.14.1-0ubuntu3.12 0
500 http://ca.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 2.14.1-0ubuntu3.11 0
500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 
Packages
 2.14.1-0ubuntu3 0
500 http://ca.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages

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

Title:
  live image does not boot: Missing parameter in configuration file

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

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


[Bug 1426738] Re: live image does not boot: Missing parameter in configuration file

2015-08-27 Thread Glen Ditchfield
[panda:~]$ apport-collect 1426738
usage: whoopsie-upload-all [-h] [-t TIMEOUT]
whoopsie-upload-all: error: unrecognized arguments: 1426738


That's probably not what you were hoping for.

Note that, due to updates over time, the system now runs Ubuntu 14.04.3
LTS (GNU/Linux 3.13.0-62-generic x86_64).

** Changed in: usb-creator (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  live image does not boot: Missing parameter in configuration file

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

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


[Bug 1449798] [NEW] Cannot update or install apps

2015-04-28 Thread Glen Ditchfield
Public bug reported:

Roughly a week ago , System Settings  Updates showed that updates were
available for Document Viewer and for Beru.  I tried to update them,
repeatedly, individually and together.  The download would progress to
100% and the installing message would appear, but the apps would not
disappear from the updates list, and would still be there after I
checked for updates again.

Today I uninstalled Document Viewer and tried to reinstall it from the Ubuntu 
Store.  I found it in the store, and pressed Install.  The progress bar 
quickly advances to 100%, but then the Store shows me a screen displaying
Download Error
Download or install failed.  Please try again.
[ Close ]

The same is true for Beru.

I also tried installing Podbird, which I have not previously installed.
The same error occurs.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: software-center (not installed)
Uname: Linux 3.4.0-4-flo armv7l
ApportVersion: 2.17-0ubuntu2
Architecture: armhf
Date: Tue Apr 28 19:15:48 2015
InstallationDate: Installed on 2015-04-13 (15 days ago)
InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20150413-020204)
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug armhf vivid

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

Title:
  Cannot update or install apps

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

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


[Bug 1449798] Re: Cannot update or install apps

2015-04-28 Thread Glen Ditchfield
The device is a Nexus 7.

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

Title:
  Cannot update or install apps

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

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


[Bug 1442833] [NEW] cannot shut down when booted with upstart

2015-04-10 Thread Glen Ditchfield
Public bug reported:

When I boot my computer using upstart, I cannot shut down from the
display manager's login dialog.

Steps:
1) Turn computer power on.
2) When the grub menu appears, select advanced options for Ubuntu.
3) Choose option Ubuntu, with linux 3.19.0-12-generic (upstart).
The boot process proceeds and the display manager's user ID/password dialog 
appears.
4) Click the 0/1 (shutdown) button.
The shutdown window appears, displaying Shutting down in 30 seconds.
5) Click the shut down button. The button changes color, but nothing else 
happens.
   The shutdown countdown continues.
When the 30 second wait expires, the count continues into negative numbers:
In -2 seconds ... In -3 seconds ... In -4 seconds.
6) Clicking the cancel button returns to the login dialog, and I can enter 
an ID and password to log in.

If I select systemd in the advanced options, or let the computer boot
with the default options, the display manager can stut down the computer
in the expected manner.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: sddm 0.11.0-0ubuntu9
ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
Uname: Linux 3.19.0-12-generic x86_64
ApportVersion: 2.17-0ubuntu1
Architecture: amd64
CurrentDesktop: KDE
Date: Fri Apr 10 18:55:25 2015
InstallationDate: Installed on 2015-03-22 (19 days ago)
InstallationMedia: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150224.1)
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: sddm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  cannot shut down when booted with upstart

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

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


[Bug 1440429] [NEW] upstart whoopsie script error

2015-04-04 Thread Glen Ditchfield
Public bug reported:

When I boot , choosing Upstart from the boot menu, I briefly see the
messages

/lib/init/init-d-script: 12: /etc/rc2.d/S02whoopsie: -c: not found
basename: missing operand
Try 'basename --help' for more information.

boot proceeds and seems to work.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: whoopsie 0.2.47
ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
Uname: Linux 3.19.0-12-generic x86_64
ApportVersion: 2.17-0ubuntu1
Architecture: amd64
CrashReports: 640:1000:118:1007273:2015-04-01 19:59:33.315973999 
-0500:2015-04-01 19:59:31.387973905 
-0500:/var/crash/_usr_bin_kactivitymanagerd.1000.crash
Date: Sat Apr  4 17:12:31 2015
InstallationDate: Installed on 2015-03-22 (13 days ago)
InstallationMedia: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150224.1)
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: apport-noui N/A
SourcePackage: whoopsie
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug autoreport-false vivid

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

Title:
  upstart whoopsie script error

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

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


[Bug 1429678] Re: media player fail to connect

2015-03-08 Thread Glen Ditchfield
** Attachment added: syslog with apparmor messages around 16:35:32
   
https://bugs.launchpad.net/ubuntu/+source/mediaplayer-app/+bug/1429678/+attachment/4338380/+files/syslog

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

Title:
  media player fail to connect

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

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


[Bug 1429678] [NEW] media player fail to connect

2015-03-08 Thread Glen Ditchfield
Public bug reported:

Sometimes (three occasions in the last month) my Nexus 7 can't play
media files. If I select a video in the Video scope, the player launches
but displays a dialog saying Error playing video \n Fail to connect
with playback backend. If I select an audio file in the Music scope,
the music app opens, but th file doesn't play and the user interface
does nothing.

On the last two occasions I noticed apparmor messages in syslog. I will
attach the most recent syslog.

The players have played these audio and video files successfully at
other times.

On the most recent occasion, I powered the device off twice without
fixing the problem but another power cycle three days later fixed it.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: mediaplayer-app 0.20.5+14.10.20141015-0ubuntu1
Uname: Linux 3.4.0-3-flo armv7l
ApportVersion: 2.14.7-0ubuntu10
Architecture: armhf
Date: Sun Mar  8 20:04:02 2015
InstallationDate: Installed on 2014-12-01 (97 days ago)
InstallationMedia: Ubuntu Vivid Vervet (development branch) - armhf 
(20141201-020204)
SourcePackage: mediaplayer-app
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf vivid

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

Title:
  media player fail to connect

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

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


[Bug 1426738] [NEW] live image does not boot: Missing parameter in configuration file

2015-02-28 Thread Glen Ditchfield
Public bug reported:

I created a bootable thumb drive from kubuntu-15.04-beta1-desktop-
amd64.iso (using usb-creator-gtk on an Ubuntu 14.04.2 system) and used
it to boot an HP EliteBook 8440p.

The HP displayed the message
Missing parameter in configuration file. Keyword: path
and then repeatedly displayed
gfxboot.c32: not a COM32R image
boot:

I entered the command help, and then Enter after the help menu
displayed. This lead to successful a start-up.

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: syslinux (not installed)
ProcVersionSignature: Ubuntu 3.18.0-13.14-generic 3.18.5
Uname: Linux 3.18.0-13-generic x86_64
ApportVersion: 2.16.1-0ubuntu2
Architecture: amd64
CasperVersion: 1.351
CurrentDesktop: KDE
Date: Sat Feb 28 17:19:21 2015
LiveMediaBuild: Kubuntu 15.04 Vivid Vervet - Alpha amd64 (20150224.1)
SourcePackage: syslinux
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug vivid

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

Title:
  live image does not boot: Missing parameter in configuration file

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

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


[Bug 575496] Re: ati radeon driver does not autodetect displaysize on Latitude D600

2014-01-11 Thread Glen Ditchfield
The computer is currently unbootable. If it recovers, the current
development release cannot be installed because of the kernel's PAE
requirements.

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

Title:
  ati radeon driver does not autodetect displaysize on Latitude D600

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/575496/+subscriptions

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


[Bug 712280] Re: Natty Live Session video problems on nVida 6150

2014-01-09 Thread Glen Ditchfield
Component output works properly in Precise.

** Changed in: xserver-xorg-video-nouveau (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/712280

Title:
  Natty Live Session video problems on nVida 6150

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

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


[Bug 1265567] [NEW] Touchpad KCM module should enable/disable touchpad

2014-01-02 Thread Glen Ditchfield
Public bug reported:

It would be helpful if the Touchpad control module in package kde-
config-touchpad had an enable/disable touchpad checkbox.

For instance, running Kubuntu 12.04.3 on an HP EliteBook 8440p, when I
press the toggle ambient light sensor key Fn-F11, the touchpad and all
touchpad buttons are  disabled. Pressing the key again does not re-
enable them. Meanwhile, pressing the actual toggle touchpad button
does nothing. The only way to repair the damage is to edit
~/.kde/share/config/ktouchpadenablerrc, log out, and log back in.

A Kubuntu user might open System Settings and search it for touchpad,
but the Input Devices  Touchpad configuration module doesn't provide a
way to toggle the touchpad.

Ubuntu release: 12.04.3 LTS
kde-config-touchpad version: 0.8.1-1ubuntu1.1
See also: https://bugs.kde.org/show_bug.cgi?id=329382

** Affects: synaptiks (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/1265567

Title:
  Touchpad KCM module should enable/disable touchpad

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

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


[Bug 1265571] [NEW] Incorrect Homepage in kde-config-touchpad package information

2014-01-02 Thread Glen Ditchfield
Public bug reported:

The Homepage link printed by apt-cache show kde-config-touchpad, and
shown on package pages such as http://packages.ubuntu.com/precise-
updates/kde-config-touchpad, is a broken link. The broken link is in the
package information for all Ubuntu releases from Precise to Trusty.

My Ubuntu release: 12.04.3 LTS
My kde-config-touchpad version: 0.8.1-1ubuntu1

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

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

Title:
  Incorrect Homepage in kde-config-touchpad package information

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

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


[Bug 1071579] Re: 12.04 and earlier ignore www key on HP EliteBook 8440p

2012-10-25 Thread Glen Ditchfield
** Attachment added: hewlett-packard_elitebook-8440p
   
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1071579/+attachment/3413983/+files/hewlett-packard_elitebook-8440p

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

Title:
  12.04 and earlier ignore www key on HP EliteBook 8440p

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

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


[Bug 1071579] [NEW] 12.04 and earlier ignore www key on HP EliteBook 8440p

2012-10-25 Thread Glen Ditchfield
Public bug reported:

See also https://bugs.launchpad.net/ubuntu/+source/linux/+bug/749839

In 12.04 and earlier releases back to 11.04 on my HP EliteBook 8440p,
key presses of the www (globe) key are ignored. Key presses of the
other multimedia keys (Mail, Mute, Volume Up, Volume Down) are detected.

The attached rules file fixes the problem, with this addition to
/lib/udev/rules.d/95-keymap.rules after LABEL=keyboard_vendorcheck:

ENV{DMI_VENDOR}==Hewlett-Packard, ATTR{[dmi/id]product_name}==HP
EliteBook 8440p, RUN+=keymap $name hewlett-packard_elitebook-8440p

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: udev 175-0ubuntu9.1 [modified: lib/udev/rules.d/95-keymap.rules]
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
Uname: Linux 3.2.0-32-generic-pae i686
ApportVersion: 2.0.1-0ubuntu14
Architecture: i386
Date: Thu Oct 25 22:04:51 2012
InstallationMedia: Kubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120820.1)
MachineType: Hewlett-Packard HP EliteBook 8440p
PccardctlStatus:
 Socket 0:
   3.3V
  16-bit
  PC Card
   Subdevice 0 (function 0) bound to driver pata_pcmcia
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-32-generic-pae 
root=UUID=c438e728-d754-4a06-954f-d71568e2b9b8 ro quiet splash vt.handoff=7
SourcePackage: udev
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/22/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CCU Ver. F.02
dmi.board.name: 172A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 30.29
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CCUVer.F.02:bd12/22/2009:svnHewlett-Packard:pnHPEliteBook8440p:pvr:rvnHewlett-Packard:rn172A:rvrKBCVersion30.29:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8440p
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 precise

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

Title:
  12.04 and earlier ignore www key on HP EliteBook 8440p

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

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


[Bug 749839] Re: www hot key ignored on HP 8440p

2012-10-25 Thread Glen Ditchfield
This is a udev problem. I have filed a bug and fix against udev: see bug
1071579.

** Changed in: linux (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/749839

Title:
  www hot key ignored on HP 8440p

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

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


[Bug 848534] Re: dbus can't make system suspend

2012-04-21 Thread Glen Ditchfield
The bug is not present in the Kubuntu Precise 20120421 daily build.

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

Title:
  dbus can't make system suspend

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

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


[Bug 848534] Dependencies.txt

2012-04-21 Thread Glen Ditchfield
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/848534/+attachment/3097250/+files/Dependencies.txt

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

Title:
  dbus can't make system suspend

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

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


[Bug 848534] Re: dbus can't make system suspend

2012-04-21 Thread Glen Ditchfield
Clarification: dbus does suspend the laptop, although suspend_test still
prints the incorrect SUSPEND FAILED message.

** Tags added: apport-collected precise

** Description changed:

  I ran sudo /usr/share/checkbox/scripts/suspend_test --full for QA test 
http://laptop.qa.ubuntu.com/qatracker/result/6475/879.
  When the script runs test 1 (suspend via dbus) the laptop does not sleep, and 
after a pause the test script reports SUSPEND FAILED, did not go to sleep.  
The laptop does sleep during other tests that the script runs.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: dbus 1.4.14-1ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-11.17-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.22.1-0ubuntu2
  Architecture: amd64
  Date: Mon Sep 12 21:44:10 2011
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, no user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.0.1-0ubuntu5
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ InstallationMedia: Kubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120421)
+ Package: dbus 1.4.18-1ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=en_CA:en
+  TERM=xterm
+  LANG=en_CA.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
+ Tags:  precise
+ Uname: Linux 3.2.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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

Title:
  dbus can't make system suspend

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

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


[Bug 614145] Re: apport-bug with no arguments lists wrong symptoms, hangs

2012-04-14 Thread Glen Ditchfield
apport information

** Tags added: apport-collected precise

** Description changed:

  Binary package hint: apport
  
  man apport-bug says you should always start with running apport-bug
  without  arguments,  which  will present  a  list  of  known  symptoms.
  
  I ran apport-bug from the shell.
  An Apport dialog appears offering me 5 choices starting with Other 
problem and ending with Display (X.org).
  I selected Other Problem and pressed [OK].
  A Collecting Problem Information dialog appeared, with a moving progress 
indicator, and another Apport dialog appeared:
  
  What display problem do you observe?
  ( ) Other display-related problem
  ( ) Fonts are the wrong size
  ( ) Performance is worse than expected
  ( ) Shows screen corruption
  ( ) Resolution is incorrect
  ( ) Crashes or restarts back to login screen
  ( ) Freezes or hangs during boot or usage
  ( ) I don't know
  [OK]  [Cancel]
  
  This looks like the symptom list for Display (X.org), not Other
  problem.
  
  I pressed [Cancel] in the Apport dialog.  Neither dialog closed, but
  the progress indicator in Collecting Problem Information froze.
  Neither dialog would close after that.  I had to return to the shell,
  suspend apport-bug with Ctrl-Z, and kill it with kill %1.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: apport 1.14.1-0ubuntu4
  ProcVersionSignature: Ubuntu 2.6.35-14.19-generic 2.6.35
  Uname: Linux 2.6.35-14-generic x86_64
  ApportLog:
   apport (pid 5334) Tue Aug  3 17:34:39 2010: called for pid 5235, signal 11
   apport (pid 5334) Tue Aug  3 17:34:39 2010: executable: 
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin (command line 
/usr/lib/nspluginwrapper/i386/linux/npviewer.bin --plugin 
/usr/lib/flashplugin-installer/libflashplayer.so --connection 
/org/wrapper/NSPlugins/libflashplayer.so/5202-1)
   apport (pid 5334) Tue Aug  3 17:34:39 2010: executable version is 
blacklisted, ignoring
  Architecture: amd64
  CrashReports: 600:1000:1000:57887:2010-07-28 22:12:27.565404984 
-0500:2010-07-28 22:12:27.555404988 
-0500:/var/crash/_usr_share_kde4_apps_printer-applet_printer-applet.py.1000.crash
  Date: Thu Aug  5 20:01:41 2010
  InstallationMedia: Kubuntu 10.10 Maverick Meerkat - Alpha amd64 (20100630.1)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: apport
+ --- 
+ ApportVersion: 2.0.1-0ubuntu2
+ Architecture: amd64
+ CasperVersion: 1.314
+ DistroRelease: Ubuntu 12.04
+ LiveMediaBuild: Kubuntu 12.04 LTS Precise Pangolin - Beta amd64 (20120413)
+ Package: apport 2.0.1-0ubuntu2
+ PackageArchitecture: all
+ ProcEnviron:
+  LANGUAGE=
+  TERM=xterm
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
+ Tags:  precise
+ Uname: Linux 3.2.0-23-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/614145/+attachment/3067242/+files/Dependencies.txt

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

Title:
  apport-bug with no arguments lists wrong symptoms, hangs

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

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


[Bug 614145] Re: apport-bug with no arguments lists wrong symptoms, hangs

2012-04-14 Thread Glen Ditchfield
The bug is still present in the current Precise Kubuntu daily build.
The bug is still present in an up-to-date Natty Kubuntu as well.
The bug is not present in Precise Ubuntu Beta 2, fully updated as of yesterday.
Is this a tool kit problem -- apport-kde vs. apport-gtk?

I booted a live image made from the Kubuntu Desktop AMD64 image, opened
Konsole, and entered apport-bug. A dialog box appeared with Other
problem at the top. See attached screen shot.

** Attachment added: Screen shot of Apport on Kubuntu Precise
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/614145/+attachment/3067262/+files/kubuntu-precise-apport.png

** Changed in: apport (Ubuntu)
   Status: Incomplete = New

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

Title:
  apport-bug with no arguments lists wrong symptoms, hangs

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

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


[Bug 971181] Re: Interface asks about skipping tests that are automatically marked Yes

2012-04-11 Thread Glen Ditchfield
Presumably I'm to click the Yes or No button, which ever one the
automated test selects? If so, you'll have to tell me to do that;
otherwise, I'll just sit and stare, wondering whether the test is
finished yet. I'm not necessarily going to notice that one of the
buttons has been selected, let alone grasp the significance.

I also was confused by the phrase the automatically selected result. I
thought that the results are what I'm shown when I click the results
button, and I couldn't see any way to change it ... If the last bullet
point had the word button in it, I would have understood.

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

Title:
  Interface asks about skipping tests that are automatically marked Yes

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

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


[Bug 970857] [NEW] I can't tell how to run the Media card tests

2012-04-01 Thread Glen Ditchfield
Public bug reported:

The media card tests are unclear, and I don't know what I am supposed to
do.

The test description says '(1) Click Test and insert an SD card into
the reader ... (?) The verification of this test is automated. Do not
change the automated selected result.

When I click Test the in progress widget appears and begins sliding
left and right. When I insert an SD card, the widget disappears and a
directory browser opens to display the card's contents, and nothing else
happens on screen.

Excellent. Now what? Is the test over? Is this the expected result?  Was
Checkbox supposed to automatically advance to the next test? Am I
supposed to click Yes or No, and what do those buttons mean in this
test? It would help if the question at the end of the description was
actually a yes/no question.

Step 2 is Do not unplug the device after the test.  I did not plug in
a device, and was not asked to. Did you mean Do not eject the card
after the test? Probably not, because I have to eject the SD card to
perform the SDHC test. But when is it safe to eject the card?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: checkbox 0.13.5
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic-pae 3.2.12
Uname: Linux 3.2.0-20-generic-pae i686
ApportVersion: 1.95-0ubuntu1
Architecture: i386
Date: Sun Apr  1 09:27:52 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120328)
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=xterm
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: checkbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  I can't tell how to run the Media card tests

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

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


[Bug 970857] Re: I can't tell how to run the Media card tests

2012-04-01 Thread Glen Ditchfield
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/970857

Title:
  I can't tell how to run the Media card tests

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

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


[Bug 971181] Re: Optical Test instructions are incorrect

2012-04-01 Thread Glen Ditchfield
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/971181

Title:
  Optical Test instructions are incorrect

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

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


[Bug 971181] [NEW] Optical Test instructions are incorrect

2012-04-01 Thread Glen Ditchfield
Public bug reported:

The Optical Test instructions say (4) When the test completes, proceed
by clicking 'Next'. When I click Next, a dialog box appears asking
Do you really want to skip this test?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: checkbox 0.13.5
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic-pae 3.2.12
Uname: Linux 3.2.0-20-generic-pae i686
ApportVersion: 1.95-0ubuntu1
Architecture: i386
Date: Sun Apr  1 19:20:23 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120328)
ProcEnviron:
 LANGUAGE=en_CA:en
 TERM=xterm
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: checkbox
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  Optical Test instructions are incorrect

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

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


[Bug 971181] Re: Interface asks about skipping tests that are manually marked Yes

2012-04-01 Thread Glen Ditchfield
I haven't seen the old GTK interface, and I'm away from the system where
my report originated, but I believe I got the QT interface. The system
was running a fresh 12.04 beta 2 installation, not an upgrade. Checkbox
looked like the screenshot in bug 967445

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

Title:
  Interface asks about skipping tests that are manually marked Yes

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

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


suspend/resume test in

2012-02-23 Thread Glen Ditchfield
The Extended Suspend/Resume test snr-002 in 
http://testcases.qa.ubuntu.com/Plans/LaptopTesting says to run 
/usr/share/checkbox/scripts/suspend_test. A recent comment on bug 
https://bugs.launchpad.net/ubuntu/+source/checkbox/+bug/848553 says that 
suspend_test is deprecated, and recommends 
/usr/share/checkbox/scripts/sleep_test.

-- 
Ubuntu-qa mailing list
Ubuntu-qa@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-qa


[Bug 557744] Re: [arrandale] lucid beta 2 live shows black screen

2012-02-15 Thread Glen Ditchfield
Good news for those still following along: the 201214.1 version of the
Kubuntu 10.04.4 candidate lucid-desktop-amd64.iso works. Graphics work
properly during installation and with the installed system. The Plasma
desktop works properly with and without compositing.

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

Title:
  [arrandale] lucid beta 2 live shows black screen

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

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


[Bug 749839] Re: www hot key ignored on HP 8440p

2011-10-12 Thread Glen Ditchfield
OK, but if the question comes up ... why do you think this is a kernel
bug, not an X bug?

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

Title:
  www hot key ignored on HP 8440p

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

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


[Bug 749839] Re: www hot key ignored on HP 8440p

2011-10-11 Thread Glen Ditchfield
** Tags removed: needs-upstream-testing

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

Title:
  www hot key ignored on HP 8440p

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

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


[Bug 749839] Re: www hot key ignored on HP 8440p

2011-10-11 Thread Glen Ditchfield
I installed the 20111011 oneiric-desktop-amd64.iso daily build (md5sum 
dfe02b236f6d2a1ee1cba61afa4f6165), then installed 
  linux-headers-3.1.0-0301rc9_3.1.0-0301rc9.201110050905_all.deb
  linux-headers-3.1.0-0301rc9-generic_3.1.0-0301rc9.201110050905_amd64.deb
  linux-image-3.1.0-0301rc9-generic_3.1.0-0301rc9.201110050905_amd64.deb
The WWW key was ignored in both.

FWIW, in either image, running showkey in a console reports keycode
155 press and release events for the Mail key, and keycode 425 press and
release events for the WWW key. showkey -s reports 0xe0 0x6c 0xe0
0xec on Mail key presses, and nothing on WWW key presses.

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

Title:
  www hot key ignored on HP 8440p

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

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


[Bug 749839] Re: www hot key ignored on HP 8440p

2011-10-08 Thread Glen Ditchfield
Still present with linux-image 3.0.0-12.20

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

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

Title:
  www hot key ignored on HP 8440p

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

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


[Bug 848564] Re: Screen remains black after resuming from suspend

2011-10-08 Thread Glen Ditchfield
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Screen remains black after resuming from suspend

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

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


[Bug 864037] [NEW] workspace switcher zoom failure with multiple monitors

2011-10-01 Thread Glen Ditchfield
Public bug reported:

When my laptop is not connected to an external monitor and I click the
Workspace Switcher, the zoom out effect to show all workspaces works
properly. When I connect a monitor to my DisplayPort output and click
Workspace Switcher, the laptop's built-in monitor shows a messed-up
background (see attachment) and the external monitor shows no
background.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.20.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,snap,grid,mousepoll,compiztoolbox,resize,imgpng,wall,unitymtgrabhandles,regex,gnomecompat,place,vpswitch,move,animation,workarounds,expo,session,ezoom,fade,scale,unityshell]
CompositorRunning: compiz
Date: Sat Oct  1 07:38:07 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 12) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:172a]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64+mac (20110921.2)
MachineType: Hewlett-Packard HP EliteBook 8440p
PccardctlIdent:
 Socket 0:
   product info: RICOH, Bay8Controller, , 
   manfid: 0x, 0x
   function: 254 (unknown)
PccardctlStatus:
 Socket 0:
   3.3V 16-bit PC Card
   Subdevice 0 (function 0) bound to driver pata_pcmcia
ProcEnviron:
 LANGUAGE=en_CA:en
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=26780926-1f18-4056-ae79-bf1656287393 ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/22/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68CCU Ver. F.02
dmi.board.name: 172A
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 30.29
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68CCUVer.F.02:bd12/22/2009:svnHewlett-Packard:pnHPEliteBook8440p:pvr:rvnHewlett-Packard:rn172A:rvrKBCVersion30.29:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP EliteBook 8440p
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: amd64 apport-bug compiz-0.9 oneiric running-unity ubuntu

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

Title:
  workspace switcher zoom failure with multiple monitors

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

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


[Bug 864037] Re: workspace switcher zoom failure with multiple monitors

2011-10-01 Thread Glen Ditchfield
** Attachment added: Mangled display
   
https://bugs.launchpad.net/bugs/864037/+attachment/2491692/+files/workplace.png

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

Title:
  workspace switcher zoom failure with multiple monitors

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

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


[Bug 848553] Re: suspend-test doesn't detect suspends

2011-09-30 Thread Glen Ditchfield
Still present in Beta 2

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

Title:
  suspend-test doesn't detect suspends

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

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


[Bug 848564] Re: Screen remains black after resuming from suspend

2011-09-30 Thread Glen Ditchfield
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Screen remains black after resuming from suspend

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

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


[Bug 848534] Re: dbus can't make system suspend

2011-09-30 Thread Glen Ditchfield
Still present in Oneiric Beta 2

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

Title:
  dbus can't make system suspend

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

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


[Bug 749839] Re: www hot key ignored on HP 8440p

2011-09-29 Thread Glen Ditchfield
Still present in 3.0.0-12.19

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

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

Title:
  www hot key ignored on HP 8440p

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

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


[Bug 847215] Re: Wireless throughput drops

2011-09-29 Thread Glen Ditchfield
** Changed in: linux (Ubuntu)
   Status: Incomplete = 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/847215

Title:
  Wireless throughput drops

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

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


[Bug 463067] PciDisplay.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: PciDisplay.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472498/+files/PciDisplay.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] ProcCpuinfo.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472499/+files/ProcCpuinfo.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] RelatedPackageVersions.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472502/+files/RelatedPackageVersions.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] UdevLog.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472504/+files/UdevLog.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] ProcModules.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472501/+files/ProcModules.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] XorgLogOld.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472506/+files/XorgLogOld.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] Lspci.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472497/+files/Lspci.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] xkbcomp.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: xkbcomp.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472510/+files/xkbcomp.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] CurrentDmesg.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472495/+files/CurrentDmesg.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] Dependencies.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472496/+files/Dependencies.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] UdevDb.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472503/+files/UdevDb.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] setxkbmap.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: setxkbmap.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472508/+files/setxkbmap.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] Re: Dell D600 doesn't see mouse button1 up events

2011-09-27 Thread Glen Ditchfield
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: ubiquity
  
  Installing from a USB stick made by usb-creator on a Hardy Heron computer 
from 
  
http://cdimage.ubuntu.com/kubuntu/daily-live/20091028.5/karmic-desktop-i386.iso
  
  Installing on a Dell Latitude D600, with a trackpad.  The installer
  sometimes does not detect button1-up events on GUI buttons right away.
  When I press and release button1, the GUI button stays in its depressed
  visual state until I touch the trackpad again. If keep a finger on the
  trackpad and press and release button1, the GUI stay depressed until I
  move the cursor.  (I do not have to move the cursor off the GUI button
  -- a tiny movement within the borders of the button is enough.)
  
  This happened frequently on the first few installer screens, but buttons
  behaved normally on later screens.
  
- In retrospect, this happened on earlier ISO releases as well.  I thought
- I was imagining things...
+ In retrospect, this happened on earlier ISO releases as well.  I thought I 
was imagining things...
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.04
+ DkmsStatus: Error: [Errno 2] No such file or directory
+ InstallationMedia: Xubuntu 10.04.2 Lucid Lynx - Release i386 (20110214.1)
+ Lsusb:
+  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Dell Computer Corporation Latitude D600
+ Package: xserver-xorg-input-synaptics 1.2.2-1ubuntu4
+ PackageArchitecture: i386
+ PccardctlIdent:
+  Socket 0:
+no product info available
+  Socket 1:
+product info: O2Micro, SmartCardBus Reader, V1.0, 
+manfid: 0x, 0x0001
+ PccardctlStatus:
+  Socket 0:
+no card
+  Socket 1:
+5.0V 16-bit PC Card
+Subdevice 0 (function 0) [unbound]
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-33-generic 
root=UUID=e9508565-b0af-433d-a134-b6ca54df8034 ro quiet splash
+ ProcEnviron:
+  LANG=en_CA.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-33.72-generic 2.6.32.41+drm33.18
+ Tags: lucid lucid
+ Uname: Linux 2.6.32-33-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 06/29/2005
+ dmi.bios.vendor: Dell Computer Corporation
+ dmi.bios.version: A16
+ dmi.board.name: 0G5152
+ dmi.board.vendor: Dell Computer Corporation
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Computer Corporation
+ dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA16:bd06/29/2005:svnDellComputerCorporation:pnLatitudeD600:pvr:rvnDellComputerCorporation:rn0G5152:rvr:cvnDellComputerCorporation:ct8:cvr:
+ dmi.product.name: Latitude D600
+ dmi.sys.vendor: Dell Computer Corporation
+ glxinfo: Error: [Errno 2] No such file or directory
+ system:
+  distro: Ubuntu
+  codename:   lucid
+  architecture:   i686
+  kernel: 2.6.32-33-generic

** Attachment added: BootDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472494/+files/BootDmesg.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] XorgLog.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472505/+files/XorgLog.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] Xrandr.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: Xrandr.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472507/+files/Xrandr.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] ProcInterrupts.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472500/+files/ProcInterrupts.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] xdpyinfo.txt

2011-09-27 Thread Glen Ditchfield
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.edge.launchpad.net/bugs/463067/+attachment/2472509/+files/xdpyinfo.txt

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] Re: Dell D600 doesn't see mouse button1 up events

2011-09-27 Thread Glen Ditchfield
** Attachment added: xinput-test.log
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+attachment/2472608/+files/xinput-test.log

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] Re: Dell D600 doesn't see mouse button1 up events

2011-09-27 Thread Glen Ditchfield
** Attachment added: Bonus log from running xev
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+attachment/2472609/+files/xev.log

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] Re: Dell D600 doesn't see mouse button1 up events

2011-09-27 Thread Glen Ditchfield
** Attachment added: evtest.log
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+attachment/2472607/+files/evtest.log

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 463067] Re: Dell D600 doesn't see mouse button1 up events

2011-09-27 Thread Glen Ditchfield
xev.log contains the output that xev generated when I clicked in its
window repeatedly. Note the large time difference between the times of
the last ButtonPress and ButtonRelease events. ButtonRelease did not
fire until I brushed the touchpad.

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: Incomplete = New

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


Re: [Ubuntu-laptop-testing] Join Ubuntu Oneiric Beta 2 Laptop Testing

2011-09-26 Thread Glen Ditchfield
On September 25, 2011 22:12:54 ksh shrm wrote:
 Is the procedure similar as installing ubuntu and during installation,
 select advanced option for partition and creating a new one out of it?

Yes, it's pretty simple. If you sign up for ISO testing as well as laptop 
testing, there are even test cases for it:
http://testcases.qa.ubuntu.com/Install/DesktopManual

 However, what's the process for undoing that partition change?
I haven't tried that yet. The next release to test always comes out before I 
get 
around to it...

-- 
Ubuntu-qa mailing list
Ubuntu-qa@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-qa


Re: [Ubuntu-laptop-testing] Join Ubuntu Oneiric Beta 2 Laptop Testing

2011-09-25 Thread Glen Ditchfield
 Am 24.09.2011 15:47 schrieb Aakash Sharma aakash.y.sha...@gmail.com:
 i do have a laptop running 11.04 and i'm willing to test for 11.10 beta.
 however, is there a way to secure things so that if anything goes wrong,
 my data + settings for 11.04 remain the same?
 
 it's my primary laptop, so i can't afford to loose it for more than 2
 days and i need a way to get things back to normal.

Do you have a few unused gigabytes of disk space? I used the installer to 
create 
a 5.6 GiB partition and installed a new system there for laptop testing. 

-- 
Ubuntu-qa mailing list
Ubuntu-qa@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-qa


[Bug 463067] Re: Dell D600 doesn't see mouse button1 up events

2011-09-25 Thread Glen Ditchfield
This bug definitely _does_ still affect other releases, particularly the
LTS, which is more suitable for computers of this vintage. Oneiric B2 in
particular is unusable for me because of other bugs.

I'm not familiar with your internal work flows, but do you really want
me to file new bug reports for Lucid and Maveric, and probably Natty?
Won't they just be marked as duplicates of this bug?

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 850534] Re: compiz crashed with SIGABRT after plugging in external monitor

2011-09-24 Thread Glen Ditchfield
** Also affects: apport
   Importance: Undecided
   Status: New

** Visibility changed to: Public

** Summary changed:

- compiz crashed with SIGABRT after plugging in external monitor
+ Apport retracing service debug package tests

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

Title:
  Apport retracing service debug package tests

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

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


[Bug 850534] Re: Apport retracing service debug package tests

2011-09-24 Thread Glen Ditchfield
I had just updated the system so that I could run some of the Laptop QA
tests. Apparently the debug packages weren't available yet.

The retracing service kicked back two of my bugs during Oneiric Beta 1.
It is unfortunate that this is most likely to happen when you need bug
reports the most.

1) (not Apport's problem) Could somebody make sure that the debug
packages are available at the same time as the base package?

2) You know what debug packages were needed. Could you reprocess the
stack trace on the server side?

3) Could apport on the client notice that the debug packages are out of
date, and decline to report the bug?

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

Title:
  Apport retracing service debug package tests

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

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


[Bug 463067] Re: Dell D600 doesn't see mouse button1 up events

2011-09-24 Thread Glen Ditchfield
The bug is not present in Oneiric Beta 2 Kubuntu i386. Button 1 works
properly in the installer and the installed system.

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

Title:
  Dell D600 doesn't see mouse button1 up events

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/463067/+subscriptions

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


[Bug 857915] [NEW] kwin doesn't draw window frames correctly

2011-09-23 Thread Glen Ditchfield
Public bug reported:

I installed Kubuntu Oneiric Beta 2 for i386 (ISO md5sum
5d9b52f0ff977353d899b5ff61031ee6) on a Dell D600. Neither the freshly
installed system nor the system that resulted from a dist-upgrade at
17:30 CDT can display windows correctly -- see the attached screen shot.

Kubuntu has no problem running from a live USB  made from the ISO. so I
hope this is a Kubuntu problem, not a KDE problem.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: kde-window-manager 4:4.7.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic i686
ApportVersion: 1.23-0ubuntu1
Architecture: i386
Date: Fri Sep 23 19:37:08 2011
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Beta i386 (20110921.2)
ProcEnviron:
 LANGUAGE=en_CA:en
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: kde-workspace
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

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

Title:
  kwin doesn't draw window frames correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/857915/+subscriptions

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


  1   2   3   4   5   >