[Bug 1559469] Re: [Dell Inc. XPS 13 9350] suspend/resume failure

2016-11-07 Thread Tim Abell
I have what I think is the same problem. What do I need to do to get
this bug out of the expired state? (I don't understand all of how
launchpad works I'm afraid.)

Is this http://askubuntu.com/questions/771240/suspend-broken-on-
ubuntu-16-04-lts-dell-xps-9350 the same issue?

Happy to provide any extra detail needed.

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

Title:
  [Dell Inc. XPS 13 9350] suspend/resume failure

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

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


[Bug 1065400] Re: Support for loading Broadcom bluetooth firmware

2016-10-20 Thread Tim Abell
for xps13 owners see these workarounds:
http://askubuntu.com/q/617513/79266 as 16.04 still doesn't work out of
the box

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

Title:
  Support for loading Broadcom bluetooth firmware

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

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


[Bug 1625109] [NEW] Print to form letter silently fails at final step

2016-09-19 Thread Tim Abell
Public bug reported:

This bug only occurs in the packaged LibreOffice, testing with the
version direct from the LibreOffice site does not have this problem so
reporting as a packaging problem here. See the upstream bug for full
details and test already done:
https://bugs.documentfoundation.org/show_bug.cgi?id=89626

** Affects: libreoffice (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/1625109

Title:
  Print to form letter silently fails at final step

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

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


[Bug 962082] Re: Profiles that require duplex audio like Head Set (HSP) and Hands Free (HFP) do not work on machines with Broadcom BCM20702A0 Bluetooth chips

2015-04-29 Thread Tim Abell
For the record I also have an identical issue with a much older D-Link
DBT-122 dongle

tim@atom:~% lsusb | grep DBT
Bus 001 Device 009: ID 07d1:f101 D-Link System DBT-122 Bluetooth

http://www.dlink.com/uk/en/support/product/dbt-122-wireless-usb-
bluetooth-adapter

This apparently is also a broadcom chip.

Snippet from kernel

tim@atom:~% udevadm monitor --property
...
UDEV  [1757.217749] add  /devices/pci:00/:00:12.2/usb1/1-5/1-5.1 
(usb)
ACTION=add
BUSNUM=001
DEVNAME=/dev/bus/usb/001/009
DEVNUM=009
DEVPATH=/devices/pci:00/:00:12.2/usb1/1-5/1-5.1
DEVTYPE=usb_device
ID_BUS=usb
ID_MODEL=D-Link_DBT-122
ID_MODEL_ENC=D-Link\x20DBT-122
ID_MODEL_FROM_DATABASE=DBT-122 Bluetooth
ID_MODEL_ID=f101
ID_REVISION=0100
ID_SERIAL=Broadcom_Corp_D-Link_DBT-122
ID_USB_INTERFACES=:e00101:ff:fe0100:
ID_VENDOR=Broadcom_Corp
ID_VENDOR_ENC=Broadcom\x20Corp
ID_VENDOR_FROM_DATABASE=D-Link System
ID_VENDOR_ID=07d1
MAJOR=189
MINOR=8
PRODUCT=7d1/f101/100
SEQNUM=2367
SUBSYSTEM=usb
TYPE=224/1/1
USEC_INITIALIZED=196931

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

Title:
  Profiles that require duplex audio like Head Set (HSP) and Hands Free
  (HFP) do not work on machines with Broadcom BCM20702A0 Bluetooth chips

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/962082/+subscriptions

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


[Bug 962082] Re: Profiles that require duplex audio like Head Set (HSP) and Hands Free (HFP) do not work on machines with Broadcom BCM20702A0 Bluetooth chips

2015-04-29 Thread Tim Abell
@erotavlas, thanks but that didn't work for me with an ASUS dongle with
the same chip in it. :-(

tim@atom:~% lsusb | grep ASUS
Bus 003 Device 003: ID 0b05:17cb ASUSTek Computer, Inc. 

http://www.ebuyer.com/623493-asus-usb-bt400-mini-bluetooth-4-0-usb-adapter-usb-bt400
Asus USB-BT400 - Mini Bluetooth 4.0 USB Adapter

I have the same problem of no sound in or out.

===

Quoting the article in case it moves/vanishes:

-

It has come to our attention that there are some issues on certain Linux
systems with regards to using Headset Profile and Hands-Free Profile
with our USB Bluetooth Adapters.

The issue stems from a lack of support for these profiles on the
Broadcom BCM20702 chipset found inside our device, unless a proprietary
firmware file is loaded into it to enable this functionality.

The steps to install the firmware are as follows:Screenshot from
2014-06-23 17:34:49

Open your favorite terminal
Run the following command to download the firmware file:

wget https://s3.amazonaws.com/plugable/bin/fw-0a5c_21e8.hcd

Copy the firmware file to the /lib/firmware folder:

sudo cp fw-0a5c_21e8.hcd /lib/firmware

Reboot

New kernel versions have moved the location in which the firmware file
has to be installed. The instructions that follow are for kernels 3.18
and newer

Open your favorite terminal
Run the following command to download the firmware file:

wget https://s3.amazonaws.com/plugable/bin/fw-0a5c_21e8.hcd

Create the directory /lib/firmware/brcm

sudo mkdir /lib/firmware/brcm

Copy the firmware file to the /lib/firmware/brcm folder and rename
the file to BCM20702A0-0a5c-21e8.hcd:

sudo mv fw-0a5c_21e8.hcd /lib/firmware/brcm/BCM20702A0-0a5c-21e8.hcd

Reboot

That’s it! HFP and HSP profiles should now work without issue!

We have also heard of some reports that these steps can solve some
issues with other profiles, like A2DP, but have been unable to reproduce
the issues.  It is possible that newer versions of BlueZ and the Linux
kernel have fixed these issues, and that is why we are not seeing them
any more.

UPDATE: These steps will also fix many incompatibility issues with
certain A2DP devices, such as Bluetooth Headsets and Speakers. If you
are having trouble pairing your Bluetooth Audio device to your Linux PC,
this firmware file will likely fix your issue.

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

Title:
  Profiles that require duplex audio like Head Set (HSP) and Hands Free
  (HFP) do not work on machines with Broadcom BCM20702A0 Bluetooth chips

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/962082/+subscriptions

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

[Bug 1282314] [NEW] Evince cannot open HTTP link in Google Chrome or chromium-browser

2014-02-19 Thread Tim Abell
Public bug reported:

This is similar to bug #964510 but found on Ubuntu 13.10 Saucy which
already has the patch for that bug, and with a different message:

Feb 19 23:50:14 sammy kernel: [413602.643399] type=1400
audit(1392853814.794:89): apparmor=DENIED operation=file_mmap
parent=28174 profile=/usr/bin/evince//sanitized_helper
name=/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.18 pid=28181 comm
=chrome-sandbox requested_mask=m denied_mask=m fsuid=0 ouid=0

Symptoms are the same, evince fails to launch chromium when it's
selected as the default.

Evince run from the command line outputs the following when you click a
link:

/usr/lib/chromium-browser/chrome-sandbox: error while loading shared
libraries: libstdc++.so.6: failed to map segment from shared object:
Permission denied

Another user reported the same issue
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/964510/comments/15
but received no response to date.

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

** Description changed:

  This is similar to bug #964510 but found on Ubuntu 13.10 Saucy which
  already has the patch for that bug, and with a different message:
  
- Feb 19 23:50:14 sammy kernel: [413602.643399] type=1400
+ Feb 19 23:50:14 sammy kernel: [413602.643399] type=1400
  audit(1392853814.794:89): apparmor=DENIED operation=file_mmap
  parent=28174 profile=/usr/bin/evince//sanitized_helper
  name=/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.18 pid=28181 comm
  =chrome-sandbox requested_mask=m denied_mask=m fsuid=0 ouid=0
  
  Symptoms are the same, evince fails to launch chromium when it's
  selected as the default.
  
  Evince run from the command line outputs the following when you click a
  link:
  
- /usr/lib/chromium-browser/chrome-sandbox: error while loading shared
+ /usr/lib/chromium-browser/chrome-sandbox: error while loading shared
  libraries: libstdc++.so.6: failed to map segment from shared object:
  Permission denied
+ 
+ Another user reported the same issue as bug #964510 comment #15 but
+ received no response to date.

** Description changed:

  This is similar to bug #964510 but found on Ubuntu 13.10 Saucy which
  already has the patch for that bug, and with a different message:
  
  Feb 19 23:50:14 sammy kernel: [413602.643399] type=1400
  audit(1392853814.794:89): apparmor=DENIED operation=file_mmap
  parent=28174 profile=/usr/bin/evince//sanitized_helper
  name=/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.18 pid=28181 comm
  =chrome-sandbox requested_mask=m denied_mask=m fsuid=0 ouid=0
  
  Symptoms are the same, evince fails to launch chromium when it's
  selected as the default.
  
  Evince run from the command line outputs the following when you click a
  link:
  
  /usr/lib/chromium-browser/chrome-sandbox: error while loading shared
  libraries: libstdc++.so.6: failed to map segment from shared object:
  Permission denied
  
- Another user reported the same issue as bug #964510 comment #15 but
+ Another user reported the same issue as comment #15 bug #964510 but
  received no response to date.

** Description changed:

  This is similar to bug #964510 but found on Ubuntu 13.10 Saucy which
  already has the patch for that bug, and with a different message:
  
  Feb 19 23:50:14 sammy kernel: [413602.643399] type=1400
  audit(1392853814.794:89): apparmor=DENIED operation=file_mmap
  parent=28174 profile=/usr/bin/evince//sanitized_helper
  name=/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.18 pid=28181 comm
  =chrome-sandbox requested_mask=m denied_mask=m fsuid=0 ouid=0
  
  Symptoms are the same, evince fails to launch chromium when it's
  selected as the default.
  
  Evince run from the command line outputs the following when you click a
  link:
  
  /usr/lib/chromium-browser/chrome-sandbox: error while loading shared
  libraries: libstdc++.so.6: failed to map segment from shared object:
  Permission denied
  
- Another user reported the same issue as comment #15 bug #964510 but
- received no response to date.
+ Another user reported the same issue
+ https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/964510/comments/15
+ but received no response to date.

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

Title:
  Evince cannot open HTTP link in Google Chrome or chromium-browser

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

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

[Bug 964510] Re: Evince cannot open HTTP link in Google Chrome or chromium-browser

2014-02-19 Thread Tim Abell
Re: comment #15

I've reported this as a separate bug as I think it's a separate issue.
See bug #1282314

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

Title:
  Evince cannot open HTTP link in Google Chrome or chromium-browser

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

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


[Bug 1250604] Re: libopencv-dev depend from nvidia drivers package

2014-01-24 Thread Tim Abell
*** This bug is a duplicate of bug 1245260 ***
https://bugs.launchpad.net/bugs/1245260

dupe of bug #1245260 I think

** This bug has been marked a duplicate of bug 1245260
   Installing libopencv-dev breaks OpenGl for Intel based gpu

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

Title:
  libopencv-dev depend from nvidia drivers package

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

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


[Bug 1247692] [NEW] installer crash

2013-11-03 Thread Tim Abell
Public bug reported:

Was flipping through the info pages while it fetched updates I think.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubiquity 2.15.26
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
CasperVersion: 1.336ubuntu1
Date: Sun Nov  3 23:59:57 2013
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug saucy ubiquity-2.15.26 ubuntu

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

Title:
  installer crash

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

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


[Bug 1191512] Re: Deadlock in freetts; no output; patch available

2013-06-17 Thread Tim Abell
** Also affects: communication
   Importance: Undecided
   Status: New

** Changed in: communication
   Status: New = 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/1191512

Title:
  Deadlock in freetts; no output; patch available

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

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


[Bug 387957] Re: Improve Save As Dialog Box (focus issues)

2013-05-17 Thread Tim Abell
this bug = angry wife

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

Title:
  Improve Save As Dialog Box (focus issues)

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

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


[Bug 580333] Re: tomboy notes disappeared

2013-02-19 Thread Tim Abell
** Also affects: ubuntuone-infrastructure
   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/580333

Title:
  tomboy notes disappeared

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

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


[Bug 580333] Re: tomboy notes disappeared

2013-02-11 Thread Tim Abell
Excellent my other machine has just REVERTED ALL MY NOTES TO AN OLD
VERSION. What is going on here?! Really unimpressed with the silence
from canonical here. Grumble.

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

Title:
  tomboy notes disappeared

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

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


[Bug 580333] Re: tomboy notes disappeared

2013-02-07 Thread Tim Abell
Thanks for the info, can you give any more details (to restore my faith
in the sync system)?

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

Title:
  tomboy notes disappeared

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

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


[Bug 580333] Re: tomboy notes disappeared

2013-02-04 Thread Tim Abell
Tomboy 1.10.1, Ubuntu 12.04 LTS, auto sync set up to Ubuntu One. Today
all my notes disappeared having had no problems with the sync for about
a year. I am a rather unhappy bunny right now. :'-(

~/.local/share/tomboy/ is empty except for Backup/ which has lots of
notes in it.

This is a horrific bug.

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

Title:
  tomboy notes disappeared

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

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


[Bug 580333] Re: tomboy notes disappeared

2013-02-04 Thread Tim Abell
I restored my notes folder from backup (thankyou simple backup!), and
attempted to re-sync, got an error, killed tomboy and ran from terminal,
got the following output after manually kicking off a sync. Perhaps it
is related:

tim@atom:~$ tomboy 
[INFO 21:16:16.365] Initializing Mono.Addins
[ERROR 21:16:28.442] Caught exception. Message: The remote server returned an 
error: (503) Service Temporarily Unavailable.
[ERROR 21:16:28.447] Stack trace for previous exception:   at 
System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) 
[0x0] in filename unknown:0 
  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData 
data) [0x0] in filename unknown:0 
[ERROR 21:16:28.450] Rest of stack trace for above exception:at 
System.Environment.get_StackTrace()
   at Tomboy.WebSync.Api.OAuth.MakeWebRequest(RequestMethod method, 
System.String url, System.Collections.Generic.List`1 parameters, System.String 
postData)
   at Tomboy.WebSync.Api.OAuth.WebRequest(RequestMethod method, System.String 
url, System.String postData)
   at Tomboy.WebSync.Api.OAuth.Get(System.String uri, IDictionary`2 
queryParameters)
   at Tomboy.WebSync.Api.RootInfo.GetRoot(System.String rootUri, IWebConnection 
connection)
   at Tomboy.WebSync.WebSyncServer.BeginSyncTransaction()
   at Tomboy.Sync.SyncManager.SynchronizationThread()
   at System.Threading.Thread.StartInternal()
[ERROR 21:16:28.451] Synchronization failed with the following exception: The 
remote server returned an error: (503) Service Temporarily Unavailable.
  at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult 
result) [0x0] in filename unknown:0 
  at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData 
data) [0x0] in filename unknown:0 

(Tomboy:4272): GLib-CRITICAL **: g_source_remove: assertion `tag  0'
failed

Looks like the ubuntu one server has gone walkies. I'm guessing either
that triggers this horrific bug, or something the server did before it
went down completely triggered the bug. Either way, this is still a
really nasty data loss bug. Such a shame, because generally I 3 tomboy.
I seem to be having a bad time with OSS recently.

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

Title:
  tomboy notes disappeared

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

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


[Bug 873058] Re: Jockey fails to install binary ati driver (post release) version

2013-01-27 Thread Tim Abell
Hi, I'm on LTS and this is causing me problems as the new Steam linux
client keeps complaining my driver is out of date, but the additional
drivers dialog fails as described. Today I just want to play my game :-(
When will this be fixed?

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

Title:
  Jockey fails to install binary ati driver (post release) version

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

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


[Bug 549184] Re: brasero dialog please eject the CD yourself has a Cancel button instead of OK.

2013-01-24 Thread Tim Abell
dupe of https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/519935 ?

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

Title:
  brasero dialog please eject the CD yourself has a Cancel button
  instead of OK.

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

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


[Bug 1077541] Re: Simple scan should not just crash when it comes across problems

2012-11-10 Thread Tim Abell
See these bugs for a flavour of why this is not just me falling over this in 
some obscure situation and why this is a broader issue for the users of ubuntu:
* https://bugs.launchpad.net/simple-scan/+bug/897469
* https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/843361
* https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/899746
* https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/955848

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

Title:
  Simple scan should not just crash when it comes across problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1077541/+subscriptions

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


[Bug 1077541] [NEW] Simple scan should not just crash when it comes across problems

2012-11-10 Thread Tim Abell
Public bug reported:

Much as I appreciate the wall of text in
https://help.ubuntu.com/community/SimpleScanHardwareIssues it still
sucks from a user perspective that the program just bombs if there is a
problem.

Please catch errors and provide useful diagnostics instead.

** Affects: simple-scan (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/1077541

Title:
  Simple scan should not just crash when it comes across problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1077541/+subscriptions

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


[Bug 1069519] Re: 8086:4222 Wireless fails to connect. - wlan0: deauthenticating from .. by local choice (reason=1)

2012-10-26 Thread Tim Abell
- What is the full computer model number
Dell Latitude D430

- If you update your BIOS to the newest version, does this change anything?
Not tried

- What wireless connection type are you using (e.g. 802.11n, 802.11g, etc.)?
802.11g

- Encryption Type (ex. WEP, WPA2-PSK TKIP/AES)?
WPA2-PSK

- MAC Filtering
No

- QoS/WMM
No

- Beacon Interval
Don't know

- Router Internal Firewall
None

- If you change any of the settings above does it change anything?
Not tried

- Does another wireless device tested with the AP have the same problem as the 
hardware you initially reported with?
No

- What is the distance of the wireless device from AP?
2ft

- What is the number and type of obstructions between your device and the AP?
Wooden desk

- If you bring the device close to the AP and eliminate obstructions, does this 
change anything?
Didn't try

- Does the issue occur with different APs?
Don't have any others

- Is it a regression (e.g. did the problem happen in a prior Ubuntu release)?
Yes

- Does compat-wireless provide a work around or solution following 
https://wiki.ubuntu.com/Kernel/LinuxWireless#Compat-wireless_in_Ubuntu? Please 
mention in your report the specific version you tested for compat-wireless from 
the Ubuntu repos and upstream.
Didn't try

- Does this problem occur in the newest mainline kernel following 
https://wiki.ubuntu.com/Kernel/MainlineBuilds? Please mention what specific 
version of the mainline kernel you tested with in your report.
Yes, see earlier response

- Does ndiswrapper provide a work around following 
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper? Please mention 
what specific version of ndiswrapper you tested with, and a link to the Windows 
driver you used in your report.
Didn't try

- If ndiswrapper does not work for you, you are welcome to file a new bug 
report by executing at a terminal:
  ubuntu-bug ndiswrapper-utils-1.9 
Didn't try

- For Broadcom wireless chipsets, does the proprietary Broadcom STA wireless 
driver provide a work around following 
https://help.ubuntu.com/community/BroadcomSTA%28Wireless%29? Please mention 
what specific version of Broadcom STA you tested with in your report.
Didn't understand a word of that

- For Realtek wireless chipsets:
Does the Realtek Backport PPA provide a work around following 
https://launchpad.net/~lexical/+archive/hwe-wireless? Please mention what 
specific version of the Realtek Backport PPA you tested with in your report.
n/a

- Does the upstream Realtek drivers downloaded from http://www.realtek.com.tw 
provide a work around? Please mention what specific version of the drivers you 
tested with in your report.
n/a

=

Can I just add this is a *massive* and rather off-putting list of things
to try, and I don't have the time to do all of this. If you have
something more specific you want I'm more than happy to help.

I think I'm going to wipe the laptop again and try the LTS support
release.

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

Title:
  8086:4222 Wireless fails to connect. - wlan0: deauthenticating from ..
  by local choice (reason=1)

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

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


[Bug 1069519] Re: 8086:4222 Wireless fails to connect. - wlan0: deauthenticating from .. by local choice (reason=1)

2012-10-26 Thread Tim Abell
Sorry, too late, I literally just hit go on the install of 12.04 LTS.
However I can confirm that the wireless works fine on the i386 12.04
live dvd on the same machine.

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

Title:
  8086:4222 Wireless fails to connect. - wlan0: deauthenticating from ..
  by local choice (reason=1)

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

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


[Bug 1069519] Re: 8086:4222 Wireless fails to connect. - wlan0: deauthenticating from .. by local choice (reason=1)

2012-10-26 Thread Tim Abell
For the record the BIOS is A08, any particular reason I should upgrade
it?

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

Title:
  8086:4222 Wireless fails to connect. - wlan0: deauthenticating from ..
  by local choice (reason=1)

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

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


[Bug 1069519] Re: Wireless fails to connect. - wlan0: deauthenticating from .. by local choice (reason=1)

2012-10-23 Thread Tim Abell
Tested with 3.7.0-030700rc2-generic as requested. Same symptoms.

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream

** Attachment added: 3.7 log.txt
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1069519/+attachment/3410737/+files/3.7%20log.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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] [NEW] Wireless fails to connect. - wlan0: deauthenticating from .. by local choice (reason=1)

2012-10-21 Thread Tim Abell
Public bug reported:

Just installed Ubuntu 12.10 on a Dell Latitude D430
Network manager repeatedly prompts for WPA2 password and never connects.
Was fine under Mint Debian edition, and with earlier versions of ubuntu.
Looks a bit like Bug #548992 so I tried disabling ipv6 to no avail.

Oct 21 21:00:09 lappy NetworkManager[797]: info (wlan0): supplicant interface 
state: disconnected - scanning
Oct 21 21:00:12 lappy wpa_supplicant[910]: wlan0: SME: Trying to authenticate 
with 00:11:09:0d:97:ba (SSID='26highgate' freq=2452 MHz)
Oct 21 21:00:12 lappy kernel: [ 2265.693129] wlan0: authenticate with 
00:11:09:0d:97:ba
Oct 21 21:00:12 lappy kernel: [ 2265.696814] wlan0: send auth to 
00:11:09:0d:97:ba (try 1/3)
Oct 21 21:00:12 lappy kernel: [ 2265.699757] wlan0: authenticated
Oct 21 21:00:12 lappy NetworkManager[797]: info (wlan0): supplicant interface 
state: scanning - authenticating
Oct 21 21:00:12 lappy wpa_supplicant[910]: wlan0: Trying to associate with 
00:11:09:0d:97:ba (SSID='26highgate' freq=2452 MHz)
Oct 21 21:00:12 lappy NetworkManager[797]: info (wlan0): supplicant interface 
state: authenticating - associating
Oct 21 21:00:12 lappy wpa_supplicant[910]: wlan0: Associated with 
00:11:09:0d:97:ba
Oct 21 21:00:12 lappy kernel: [ 2265.704046] wlan0: associate with 
00:11:09:0d:97:ba (try 1/3)
Oct 21 21:00:12 lappy kernel: [ 2265.706449] wlan0: RX AssocResp from 
00:11:09:0d:97:ba (capab=0x431 status=0 aid=4)
Oct 21 21:00:12 lappy kernel: [ 2265.708955] wlan0: associated
Oct 21 21:00:12 lappy NetworkManager[797]: info (wlan0): supplicant interface 
state: associating - associated
Oct 21 21:00:12 lappy NetworkManager[797]: info (wlan0): supplicant interface 
state: associated - 4-way handshake
Oct 21 21:00:12 lappy kernel: [ 2265.900746] wlan0: deauthenticating from 
00:11:09:0d:97:ba by local choice (reason=1)
Oct 21 21:00:13 lappy wpa_supplicant[910]: wlan0: CTRL-EVENT-DISCONNECTED 
bssid=00:00:00:00:00:00 reason=1
Oct 21 21:00:13 lappy kernel: [ 2265.918982] cfg80211: All devices are 
disconnected, going to restore regulatory settings
Oct 21 21:00:13 lappy kernel: [ 2265.918993] cfg80211: Restoring regulatory 
settings
Oct 21 21:00:13 lappy kernel: [ 2265.919002] cfg80211: Calling CRDA to update 
world regulatory domain
Oct 21 21:00:13 lappy NetworkManager[797]: info (wlan0): supplicant interface 
state: 4-way handshake - disconnected
Oct 21 21:00:13 lappy kernel: [ 2265.928973] cfg80211: Ignoring regulatory 
request Set by core since the driver uses its own custom regulatory domain
Oct 21 21:00:13 lappy kernel: [ 2265.928982] cfg80211: World regulatory domain 
updated:
Oct 21 21:00:13 lappy kernel: [ 2265.928985] cfg80211:   (start_freq - end_freq 
@ bandwidth), (max_antenna_gain, max_eirp)
Oct 21 21:00:13 lappy kernel: [ 2265.928990] cfg80211:   (2402000 KHz - 2472000 
KHz @ 4 KHz), (300 mBi, 2000 mBm)
Oct 21 21:00:13 lappy kernel: [ 2265.928996] cfg80211:   (2457000 KHz - 2482000 
KHz @ 2 KHz), (300 mBi, 2000 mBm)
Oct 21 21:00:13 lappy kernel: [ 2265.929000] cfg80211:   (2474000 KHz - 2494000 
KHz @ 2 KHz), (300 mBi, 2000 mBm)
Oct 21 21:00:13 lappy kernel: [ 2265.929005] cfg80211:   (517 KHz - 525 
KHz @ 4 KHz), (300 mBi, 2000 mBm)
Oct 21 21:00:13 lappy kernel: [ 2265.929009] cfg80211:   (5735000 KHz - 5835000 
KHz @ 4 KHz), (300 mBi, 2000 mBm)
Oct 21 21:00:17 lappy NetworkManager[797]: warn Activation (wlan0/wireless): 
association took too long.
Oct 21 21:00:17 lappy NetworkManager[797]: info (wlan0): device state change: 
config - need-auth (reason 'none') [50 60 0]
Oct 21 21:00:17 lappy NetworkManager[797]: warn Activation (wlan0/wireless): 
asking for new secrets
Oct 21 21:00:18 lappy NetworkManager[797]: info (wlan0): supplicant interface 
state: disconnected - inactive

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

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

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] Re: Wireless fails to connect. - wlan0: deauthenticating from .. by local choice (reason=1)

2012-10-21 Thread Tim Abell
apport information

** Tags added: apport-collected quantal running-unity

** Description changed:

  Just installed Ubuntu 12.10 on a Dell Latitude D430
  Network manager repeatedly prompts for WPA2 password and never connects.
  Was fine under Mint Debian edition, and with earlier versions of ubuntu.
  Looks a bit like Bug #548992 so I tried disabling ipv6 to no avail.
  
  Oct 21 21:00:09 lappy NetworkManager[797]: info (wlan0): supplicant 
interface state: disconnected - scanning
  Oct 21 21:00:12 lappy wpa_supplicant[910]: wlan0: SME: Trying to authenticate 
with 00:11:09:0d:97:ba (SSID='26highgate' freq=2452 MHz)
  Oct 21 21:00:12 lappy kernel: [ 2265.693129] wlan0: authenticate with 
00:11:09:0d:97:ba
  Oct 21 21:00:12 lappy kernel: [ 2265.696814] wlan0: send auth to 
00:11:09:0d:97:ba (try 1/3)
  Oct 21 21:00:12 lappy kernel: [ 2265.699757] wlan0: authenticated
  Oct 21 21:00:12 lappy NetworkManager[797]: info (wlan0): supplicant 
interface state: scanning - authenticating
  Oct 21 21:00:12 lappy wpa_supplicant[910]: wlan0: Trying to associate with 
00:11:09:0d:97:ba (SSID='26highgate' freq=2452 MHz)
  Oct 21 21:00:12 lappy NetworkManager[797]: info (wlan0): supplicant 
interface state: authenticating - associating
  Oct 21 21:00:12 lappy wpa_supplicant[910]: wlan0: Associated with 
00:11:09:0d:97:ba
  Oct 21 21:00:12 lappy kernel: [ 2265.704046] wlan0: associate with 
00:11:09:0d:97:ba (try 1/3)
  Oct 21 21:00:12 lappy kernel: [ 2265.706449] wlan0: RX AssocResp from 
00:11:09:0d:97:ba (capab=0x431 status=0 aid=4)
  Oct 21 21:00:12 lappy kernel: [ 2265.708955] wlan0: associated
  Oct 21 21:00:12 lappy NetworkManager[797]: info (wlan0): supplicant 
interface state: associating - associated
  Oct 21 21:00:12 lappy NetworkManager[797]: info (wlan0): supplicant 
interface state: associated - 4-way handshake
  Oct 21 21:00:12 lappy kernel: [ 2265.900746] wlan0: deauthenticating from 
00:11:09:0d:97:ba by local choice (reason=1)
  Oct 21 21:00:13 lappy wpa_supplicant[910]: wlan0: CTRL-EVENT-DISCONNECTED 
bssid=00:00:00:00:00:00 reason=1
  Oct 21 21:00:13 lappy kernel: [ 2265.918982] cfg80211: All devices are 
disconnected, going to restore regulatory settings
  Oct 21 21:00:13 lappy kernel: [ 2265.918993] cfg80211: Restoring regulatory 
settings
  Oct 21 21:00:13 lappy kernel: [ 2265.919002] cfg80211: Calling CRDA to update 
world regulatory domain
  Oct 21 21:00:13 lappy NetworkManager[797]: info (wlan0): supplicant 
interface state: 4-way handshake - disconnected
  Oct 21 21:00:13 lappy kernel: [ 2265.928973] cfg80211: Ignoring regulatory 
request Set by core since the driver uses its own custom regulatory domain
  Oct 21 21:00:13 lappy kernel: [ 2265.928982] cfg80211: World regulatory 
domain updated:
  Oct 21 21:00:13 lappy kernel: [ 2265.928985] cfg80211:   (start_freq - 
end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  Oct 21 21:00:13 lappy kernel: [ 2265.928990] cfg80211:   (2402000 KHz - 
2472000 KHz @ 4 KHz), (300 mBi, 2000 mBm)
  Oct 21 21:00:13 lappy kernel: [ 2265.928996] cfg80211:   (2457000 KHz - 
2482000 KHz @ 2 KHz), (300 mBi, 2000 mBm)
  Oct 21 21:00:13 lappy kernel: [ 2265.929000] cfg80211:   (2474000 KHz - 
2494000 KHz @ 2 KHz), (300 mBi, 2000 mBm)
  Oct 21 21:00:13 lappy kernel: [ 2265.929005] cfg80211:   (517 KHz - 
525 KHz @ 4 KHz), (300 mBi, 2000 mBm)
  Oct 21 21:00:13 lappy kernel: [ 2265.929009] cfg80211:   (5735000 KHz - 
5835000 KHz @ 4 KHz), (300 mBi, 2000 mBm)
  Oct 21 21:00:17 lappy NetworkManager[797]: warn Activation 
(wlan0/wireless): association took too long.
  Oct 21 21:00:17 lappy NetworkManager[797]: info (wlan0): device state 
change: config - need-auth (reason 'none') [50 60 0]
  Oct 21 21:00:17 lappy NetworkManager[797]: warn Activation 
(wlan0/wireless): asking for new secrets
  Oct 21 21:00:18 lappy NetworkManager[797]: info (wlan0): supplicant 
interface state: disconnected - inactive
+ --- 
+ ApportVersion: 2.6.1-0ubuntu3
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  tim2457 F pulseaudio
+ DistroRelease: Ubuntu 12.10
+ HibernationDevice: RESUME=UUID=caf838ec-2b41-4696-a8e8-29a53b3f4b50
+ InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
+ MachineType: Dell Inc. Latitude D430
+ Package: linux (not installed)
+ PccardctlIdent:
+  Socket 0:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-17-generic 
root=/dev/mapper/ubuntu-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-17-generic N/A
+  linux-backports-modules-3.5.0-17-generic  N/A
+  linux-firmware1.95
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: yes
+ Tags:  quantal running-unity
+ Uname: Linux 3.5.0-17-generic i686
+ 

[Bug 1069519] BootDmesg.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407973/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] CRDA.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1069519/+attachment/3407974/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] CurrentDmesg.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407975/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] IwConfig.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407976/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] Lspci.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1069519/+attachment/3407977/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] Lsusb.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1069519/+attachment/3407978/+files/Lsusb.txt

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

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] ProcCpuinfo.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407979/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] ProcEnviron.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407980/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] ProcInterrupts.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407981/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] ProcModules.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407982/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] PulseList.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407983/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] UdevLog.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407985/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] WifiSyslog.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1069519/+attachment/3407986/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 1069519] UdevDb.txt

2012-10-21 Thread Tim Abell
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1069519/+attachment/3407984/+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/1069519

Title:
  Wireless fails to connect. - wlan0: deauthenticating from .. by local
  choice (reason=1)

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

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


[Bug 501567] Re: [needs-packaging] wiican

2012-10-14 Thread Tim Abell
This package is already available through getdeb http://www.getdeb.net/

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

Title:
  [needs-packaging] wiican

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

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


[Bug 1066215] [NEW] Channel scan reports 100 duplicates, virtually unusable

2012-10-12 Thread Tim Abell
Public bug reported:

Matching upstream bug
http://code.mythtv.org/trac/ticket/10054


mythtv:
  Installed: 2:0.25.2+fixes.20120802.46cab93-0ubuntu1
Ubuntu 12.04.1 LTS

Scanning DVB in UK with Hauppage usb stick.

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

** Attachment added: Screenshot of repeated dialog
   
https://bugs.launchpad.net/bugs/1066215/+attachment/3396929/+files/Screenshot%20from%202012-10-13%2005%3A19%3A54.png

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

Title:
  Channel scan reports 100 duplicates, virtually unusable

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

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


[Bug 550100] Re: white noise or no sound after seeking when using PULSEAUDIO:default

2012-10-12 Thread Tim Abell
Thanks Matt for the workaround, worked for me too.

I'd just like to add that this bug is really jarring as the white noise
is at full volume, which can be a *lot* louder than the tv audio. Made
me cringe every time.

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

Title:
  white noise or no sound after seeking when using PULSEAUDIO:default

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

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


[Bug 1066222] [NEW] Can't get back to menu screen, display freezes

2012-10-12 Thread Tim Abell
Public bug reported:

To reproduce:
Open mythtv front end,
watch tv,
press escape to return to main menu,
tv stops playing and just shows last frame, menu does not appear
press ctrl+alt+right to get to another virtual desktop,
mouse appears but tv image still covers everything

workaround:
press ctrl+alt+F6 to switch to a virtual terminal,
terminal displays fine,
press ctrl+alt+F7 to switch back to graphical desktop,
desktop shown correctly, or if you didn't switch desktops then you can see the 
mythtv main menu now.

** Affects: mythtv (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/1066222

Title:
  Can't get back to menu screen, display freezes

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

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


[Bug 912044] [NEW] scroll lock doesn't work, which affects users of badly designed backlit keyboards

2012-01-04 Thread Tim Abell
Public bug reported:

The scroll lock key has no effect, importantly it doesn't cause the
scroll lock light on the keyboard to toggle. (Never comes on). This
means I can't use the backlight on my keyboard, as it relies on scroll
lock.



The keyboard in question:
http://www.ebuyer.com/product/132131
Xenta Black Illuminated Mini USB Multimedia keyboard - UK layout
model sk-020el

This keyboard appears to rely on the scroll lock light for controlling
key illumination (one more switch wouldn't kill them, but hey, it was
very cheap and I rather like it!)

---
Bug filed as requested in 
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/59417/comments/14

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: fglrx
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,move,compiztoolbox,snap,regex,place,imgpng,vpswitch,grid,gnomecompat,resize,animation,wall,unitymtgrabhandles,session,expo,fade,workarounds,ezoom,scale,unityshell]
CompositorRunning: None
Date: Wed Jan  4 23:27:45 2012
DistUpgraded: Log time: 2011-10-15 11:04:28.152997
DistroCodename: oneiric
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 ATI Technologies Inc 760G [Radeon 3000] [1002:9616] (prog-if 00 [VGA 
controller])
   Subsystem: ASUSTeK Computer Inc. Device [1043:8388]
JockeyStatus:
 xorg:fglrx_updates - ATI/AMD proprietary FGLRX graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
 xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver (Proprietary, Enabled, 
In use)
MachineType: System manufacturer System Product Name
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-14-generic 
root=/dev/mapper/vg1-root ro splash quiet vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (81 days ago)
dmi.bios.date: 08/24/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0802
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M4A78LT-M
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0802:bd08/24/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM4A78LT-M:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs 20090808ubuntu26
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: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric ubuntu

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

Title:
  scroll lock doesn't work, which affects users of badly designed
  backlit keyboards

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

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


[Bug 912044] Re: scroll lock doesn't work, which affects users of badly designed backlit keyboards

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

Title:
  scroll lock doesn't work, which affects users of badly designed
  backlit keyboards

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

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


[Bug 886677] Re: scroll lock key does not toggle keyboard LED

2012-01-04 Thread Tim Abell
see also https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/912044

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

Title:
  scroll lock key does not toggle keyboard LED

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

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


[Bug 662517] Re: scroll lock doesnt work

2012-01-04 Thread Tim Abell
see also
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/59417
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/886677
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/912044

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

Title:
  scroll lock doesnt work

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

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


[Bug 59417] Re: Scroll lock does not work in X

2012-01-04 Thread Tim Abell
filed new bug as requested:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/912044

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

Title:
  Scroll lock does not work in X

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

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


[Bug 59417] Re: Scroll lock does not work in X

2012-01-04 Thread Tim Abell
see also https://bugs.launchpad.net/linuxmint/+bug/662517

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

Title:
  Scroll lock does not work in X

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

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


[Bug 872273] Re: Modifier keys escape vnc confinement

2011-12-05 Thread Tim Abell
It's worse for me as the windows start key isn't firing on the remote
machine at all, even in fullscreen.

The View  Keyboard Shortcuts also seems to make F.A. difference.

This is infuriating, and I'm already at breaking point with Ubuntu and
unity in 11.10. Think I might give up on ubuntu and move to Fedora for a
change.

The main one that is driving me nuts is the fact that alt+space doesn't
make it to the client maching (a windows xp box over rdp). I commonly
use this shortcut to get the application menu to show.

tim@atom:~
$ apt-cache policy vinagre
vinagre:
  Installed: 3.2.1-0ubuntu1

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

Title:
  Modifier keys escape vnc confinement

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

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


[Bug 872273] Re: Modifier keys escape vnc confinement

2011-12-05 Thread Tim Abell
Workarounds:

Incidentally if it helps anyone else, I eventually discovered that
pressing alt and *then* space also works in in XP.

There's also ctrl+esc for start which does get through.

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

Title:
  Modifier keys escape vnc confinement

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

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


[Bug 884386] [NEW] nautilus crashed (segfault) when opening folder

2011-10-31 Thread Tim Abell
Public bug reported:

folder info

# mount | grep local
/dev/mapper/vg2-local on /media/local type reiserfs (rw,noexec,nosuid,nodev)

this was the folder I tried to open: /media/local/sophie/

root@atom:~
# ls -al /media/local/sophie/
total 2
drwxr-xr-x 3 sophie sophie   72 2011-10-31 19:02 .
drwxr-xr-x 6 root   root128 2011-10-31 19:01 ..
drwxrwxr-x 2 sophie sophie 2288 2011-10-31 19:12 backups

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.0-0ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 31 19:26:48 2011
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (16 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  nautilus crashed (segfault) when opening folder

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

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


[Bug 884386] Re: nautilus crashed (segfault) when opening folder

2011-10-31 Thread Tim Abell
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884386

Title:
  nautilus crashed (segfault) when opening folder

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

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


[Bug 884386] Re: nautilus crashed (segfault) when opening folder

2011-10-31 Thread Tim Abell
** Attachment added: crash report
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/884386/+attachment/2580645/+files/_usr_bin_nautilus.1002.crash

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

Title:
  nautilus crashed (segfault) when opening folder

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

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


[Bug 875113] Re: laptop-mode-tools do not recognize kernel 3.0

2011-10-24 Thread Tim Abell
*** This bug is a duplicate of bug 801623 ***
https://bugs.launchpad.net/bugs/801623

** This bug has been marked a duplicate of bug 801623
   Kernel version 3.0 not supported

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

Title:
  laptop-mode-tools do not recognize kernel 3.0

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

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


[Bug 801623] Re: Kernel version 3.0 not supported

2011-10-24 Thread Tim Abell
Bug No longer marked as fixed in versions laptop-mode-tools/1.58-1 
Bug archived. - from the debian bug tracker.

I guess this means the status of Fix-released for debian on this bug
is no longer valid. I don't seem to be able to follow the trail any
further.  :'-(

(for the record I'm trying to use laptop-mode-tools to stop folding@home
stepping up my cpu scaling, and currently failing)

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

Title:
  Kernel version 3.0 not supported

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

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


[Bug 836253] Re: audacity crashed with SIGSEGV in gtk_text_layout_get_line_display()

2011-08-28 Thread Tim Abell
** Visibility changed to: Public

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

Title:
  audacity crashed with SIGSEGV in gtk_text_layout_get_line_display()

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

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


[Bug 820046] [NEW] publish should run in background so you can pick the next set to publish

2011-08-02 Thread Tim Abell
Public bug reported:

publish should run in background so you can pick the next set to publish

currently you have to sit and wait for the first publish to finish
before can start another

oh and the facebook dialog doesn't remember the album settings which is
a bit annoying

** Affects: shotwell (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/820046

Title:
  publish should run in background so you can pick the next set to
  publish

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

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


[Bug 517307] Re: text missing from menus in qt3 designer

2010-02-07 Thread Tim Abell
*** This bug is a duplicate of bug 294076 ***
https://bugs.launchpad.net/bugs/294076

ok it is a duplicate, but the original title of that bug was not quite
right judging by the following comments.

-- 
text missing from menus in qt3 designer
https://bugs.launchpad.net/bugs/517307
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt-x11-free in ubuntu.

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


[Bug 294076] Re: KDE3 apps, OO.o and Wine loose screen text when run with nvidia 96 driver

2010-02-07 Thread Tim Abell
i changed the title of this bug because it doesn't just affect those
with desktop effects on, and this caused me to file a duplicate bug

** Summary changed:

- KDE3 apps, OO.o and Wine loose screen text when run with desktop effects
+ KDE3 apps, OO.o and Wine loose screen text when run with nvidia 96 driver

-- 
KDE3 apps, OO.o and Wine loose screen text when run with nvidia 96 driver
https://bugs.launchpad.net/bugs/294076
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in ubuntu.

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


[Bug 294076] Re: KDE3 apps, OO.o and Wine loose screen text when run with nvidia 96 driver

2010-02-07 Thread Tim Abell
I deactivating the nvidia driver, logged out  in again, and the text
reappears.

-- 
KDE3 apps, OO.o and Wine loose screen text when run with nvidia 96 driver
https://bugs.launchpad.net/bugs/294076
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in ubuntu.

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


[Bug 517307] Re: text missing from menus in qt3 designer

2010-02-05 Thread Tim Abell
*** This bug is a duplicate of bug 294076 ***
https://bugs.launchpad.net/bugs/294076

i have desktop effects off, and have had for a long time, so i don't
think it is a duplicate of that bug

** Attachment added: dekstop effect settings
   
http://launchpadlibrarian.net/38787617/Screenshot-Appearance%20Preferences.png

-- 
text missing from menus in qt3 designer
https://bugs.launchpad.net/bugs/517307
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt-x11-free in ubuntu.

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


[Bug 517307] [NEW] text missing from menus in qt3 designer

2010-02-04 Thread Tim Abell
Public bug reported:

just installed qt3 designer,  ran it, no text shows in the menus.
no output on the console.
i don't know what to do about this.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/designer-qt3
NonfreeKernelModules: nvidia
Package: qt3-designer 3:3.3.8-b-5ubuntu1
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
SourcePackage: qt-x11-free
Uname: Linux 2.6.27-16-generic i686

** Affects: qt-x11-free (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
text missing from menus in qt3 designer
https://bugs.launchpad.net/bugs/517307
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 517307] Re: text missing from menus in qt3 designer

2010-02-04 Thread Tim Abell

** Attachment added: screenshot of missing menu text
   
http://launchpadlibrarian.net/38770005/Screenshot-Qt%20Designer%20by%20Trolltech.png

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38770006/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/38770007/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/38770008/ProcStatus.txt

-- 
text missing from menus in qt3 designer
https://bugs.launchpad.net/bugs/517307
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 331962] Re: firefox hangs for emapsite applet, strace shows EAGAIN repeatedly

2009-08-25 Thread Tim Abell
Thanks for your code willsteel, much appreciated, I haven't had a chance
to try it yet.

Just for reference I get the same issue on my latest rebuild of my
machine, this time under SuSe

cat /etc/issue
Welcome to openSUSE 11.1 - Kernel \r (\l).

uname -a
Linux chad 2.6.27.29-0.1-pae #1 SMP 2009-08-15 17:53:59 +0200 i686 i686 i386 
GNU/Linux

-- 
firefox hangs for emapsite applet, strace shows EAGAIN repeatedly
https://bugs.launchpad.net/bugs/331962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 331962] Re: firefox hangs for applets using JSObject.getWindow, strace shows EAGAIN repeatedly

2009-08-25 Thread Tim Abell
** Summary changed:

- firefox hangs for emapsite applet, strace shows EAGAIN repeatedly
+ firefox hangs for applets using JSObject.getWindow, strace shows EAGAIN 
repeatedly

-- 
firefox hangs for applets using JSObject.getWindow, strace shows EAGAIN 
repeatedly
https://bugs.launchpad.net/bugs/331962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 331962] Re: firefox hangs for emapsite applet, strace shows EAGAIN repeatedly

2009-06-18 Thread Tim Abell
i switched to Java(TM) Plug-in 1.6.0_13-b03 provided by...
$ apt-cache policy sun-java6-bin
sun-java6-bin:
  Installed: 6-13-1
  Candidate: 6-13-1
  Version table:
 *** 6-13-1 0
500 http://gb.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

I also moved my ~/.mozilla folder out of the way to get a clean session,
and tried disabling all other plugins except the java one.

I don't know if it matters but the numbers emitted by strace vary each time I 
launch firefox get stuck and try again, eg:
read(79, 0xbfaa2920, 4) = -1 EAGAIN (Resource temporarily 
unavailable)
read(79, 0xbfaa2920, 4) = -1 EAGAIN (Resource temporarily 
unavailable)
or
read(65, 0xbfa87b60, 4) = -1 EAGAIN (Resource temporarily 
unavailable)
read(65, 0xbfa87b60, 4) = -1 EAGAIN (Resource temporarily 
unavailable)

I did attach gdb to firefox to try and get more info, but haven't got very far 
yet.
ps -A | grep firefox
gdb --pid 9812

-- 
firefox hangs for emapsite applet, strace shows EAGAIN repeatedly
https://bugs.launchpad.net/bugs/331962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 331962] Re: firefox hangs for emapsite applet, strace shows EAGAIN repeatedly

2009-06-18 Thread Tim Abell
Just in case I didn't make it clear, I had the same result with the
jaunty packaged java plugin.

research:
http://www.dovecot.org/list/dovecot/2005-August/008392.html
http://groups.google.com/group/memcached/browse_thread/thread/cf96e7aadf5b5bba
http://unix.derkeiler.com/Newsgroups/comp.unix.programmer/2006-09/msg00273.html
http://www.developerweb.net/forum/showthread.php?t=3879

-- 
firefox hangs for emapsite applet, strace shows EAGAIN repeatedly
https://bugs.launchpad.net/bugs/331962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 331962] Re: firefox hangs for emapsite applet, strace shows EAGAIN repeatedly

2009-06-17 Thread Tim Abell
yep still happening.
just installed Java(TM) Plug-in 1.6.0_14-b08 direct from sun

$ apt-cache policy firefox
firefox:
  Installed: 3.0.11+build2+nobinonly-0ubuntu0.9.04.1
  Candidate: 3.0.11+build2+nobinonly-0ubuntu0.9.04.1
  Version table:
 *** 3.0.11+build2+nobinonly-0ubuntu0.9.04.1 0
500 http://gb.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 3.0.8+nobinonly-0ubuntu3 0
500 http://gb.archive.ubuntu.com jaunty/main Packages

-- 
firefox hangs for emapsite applet, strace shows EAGAIN repeatedly
https://bugs.launchpad.net/bugs/331962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 359672] [NEW] crash when updating money talk podcast

2009-04-11 Thread Tim Abell
Public bug reported:

Binary package hint: rhythmbox

updating podcast
http://feeds.feedburner.com/MoneyTalkPodcast
causes rhythmbox to disappear.

gdb says:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb653c720 (LWP 9308)]
---Type return to continue, or q return to quit---
0xb6d93d8a in strcmp () from /lib/tls/i686/cmov/libc.so.6

t...@lap:~$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

t...@lap:~$ apt-cache policy rhythmbox
rhythmbox:
  Installed: 0.11.6svn20081008-0ubuntu4.3
  Candidate: 0.11.6svn20081008-0ubuntu4.3
  Version table:
 *** 0.11.6svn20081008-0ubuntu4.3 0
900 http://gb.archive.ubuntu.com intrepid-updates/main Packages
100 /var/lib/dpkg/status
 0.11.6svn20081008-0ubuntu4 0
500 http://gb.archive.ubuntu.com intrepid/main Packages

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

-- 
crash when updating money talk podcast
https://bugs.launchpad.net/bugs/359672
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 359672] Re: crash when updating money talk podcast

2009-04-11 Thread Tim Abell

** Attachment added: the rss feed that triggered the crash
   http://launchpadlibrarian.net/25255795/MoneyTalkPodcast

-- 
crash when updating money talk podcast
https://bugs.launchpad.net/bugs/359672
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 34043] Re: Nvidia binary driver requires Option NvAGP 1 for reliable suspend/resume

2009-02-25 Thread Tim Abell
I'm on intrepid ibex 8.10 on a dell inspiron 8500 with nvidia geforce 4200.
For the record I now have suspend/hibernate/resume working. (haven't tried 
multiple consecutive yet)

For me initially if i recall correctly, hibernate would hang on
resuming, and suspend would fail to turn the the laptop's screen back
on.

The thing that confused me most, having read all the links etc, is that
under 8.10 xorg.conf appears to be empty by default. I applied all the
other settings mentioned, and I'm not sure what cured hibernate, but
that started working first.

The thing that seemed to get the display to come back on after suspend
was running the nvidia settings program and unchecking 'sync to vblank'
under 'xvideo settings'/'video texture adapter' and rebooting. This
created some content in my xorg. I have no idea if it started working
directly or indirectly because of what I did.

I never set the NvAGP setting in the end.
-

new xorg:

Section Screen
Identifier  Default Screen
DefaultDepth24
Option  AddARGBGLXVisuals True
EndSection

Section Module
Loadglx
EndSection

Section Device
Identifier  Default Device
Driver  nvidia
Option  NoLogoTrue
EndSection

-- 
Nvidia binary driver requires Option NvAGP 1 for reliable suspend/resume
https://bugs.launchpad.net/bugs/34043
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 331962] [NEW] firefox hangs for emapsite applet, strace shows EAGAIN repeatedly

2009-02-20 Thread Tim Abell
Public bug reported:

Binary package hint: firefox

http://www.emapsite.com/ has a system called plans ahead which I am partly 
responsible for.
It uses a java applet to display mapping, and interacts with javascript on the 
surrounding page.
You have to log in to see the page, but it's a free registration.

Currently on my machine firefox hangs when launching plans ahead, leaving one 
of my cpus at 100%.
I get a grey box where the applet would be, and firefox stops rendering 
completely (dragging another window over firefox leaves a trail that never gets 
cleared up).

I was on jre 1.6.0_10, I tried updating to jre 1.6.0_12-b04 (the latest
from sun), but didn't help.

It always used to worked with no issues on my ubuntu / firebox, and we
haven't altered the applet for some time. I'm guessing what has changed
is an update to firefox, though I'm not sure how long this has been
happening.

I can attach the netbeans debugger to the java process (once I'd figured out 
how to do it), and the java threads all seem to be running without error. I 
think, but I'm not sure that the applet's init() method is stuck on a line that 
reads:
win = JSObject.getWindow(this);
which as I understand it is obtaining a reference for communication with 
firefox's javascript engine (liveconnect?).

Attaching strace with -p to the firefox process rapid and repeated output of 
exactly the following:
strace -p 18213
read(97, 0xbff2ae8c, 4) = -1 EAGAIN (Resource temporarily 
unavailable)
read(97, 0xbff2ae8c, 4) = -1 EAGAIN (Resource temporarily 
unavailable)
etc...

I'm not really sure what to make of this at the moment.
I'm guessing it's an obscure bug in ubuntu's build of firefox.


version info:
ff v3.0.6 -  Installed: 3.0.6+nobinonly-0ubuntu0.8.10.1
Linux emap-eve-pctim 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 
GNU/Linux
Ubuntu 8.10
java jdk/jre 1.6.0_12-b04
LSB Version:
core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:cxx-3.0-ia32:cxx-3.0-noarch:cxx-3.1-ia32:cxx-3.1-noarch:cxx-3.2-ia32:cxx-3.2-noarch:desktop-3.1-ia32:desktop-3.1-noarch:desktop-3.2-ia32:desktop-3.2-noarch:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch:graphics-3.1-ia32:graphics-3.1-noarch:graphics-3.2-ia32:graphics-3.2-noarch:languages-3.2-ia32:languages-3.2-noarch:multimedia-3.2-ia32:multimedia-3.2-noarch:printing-3.2-ia32:printing-3.2-noarch:qt4-3.1-ia32:qt4-3.1-noarch

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

-- 
firefox hangs for emapsite applet, strace shows EAGAIN repeatedly
https://bugs.launchpad.net/bugs/331962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 261721] Re: X never sees brightness key release events on Dell laptops

2009-02-07 Thread Tim Abell
I'm a bit confused, having read all the comments.
I have an inspiron 8500, which reports Dell Computer Corporation in 
dmidecode. So I don't appear to benefit from the fix in 2.6.27-11.

Does the above comment
 This is a Jaunty kernel only.
 mean that I won't get this fix until I upgrade to Jaunty in April? ( 
https://wiki.ubuntu.com/JauntyReleaseSchedule ).

If so, should I use the blacklist workaround mentioned, and what are the
side effects? (Seeing as I have no idea doing that actually means.)

-- 
X never sees brightness key release events on Dell laptops
https://bugs.launchpad.net/bugs/261721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 282778] Re: Realplayer crashes when opening stream

2009-02-06 Thread Tim Abell
I don't know what audio system I'm using, but for the record padsp
didn't help me.

padsp realplay rtsp://rm-acl.bbc.co.uk:554/1xtracoyopa/1xtra_-_tuesday_.ra
Warning: LD_PRELOAD=libpulsedsp.so
ALSA lib pcm_dmix.c:1008:(snd_pcm_dmix_open) unable to open slave
...
ALSA lib pcm_dmix.c:1008:(snd_pcm_dmix_open) unable to open slave
/usr/bin/realplay: line 57: 13747 Floating point 
exception$HELIX_LIBS/realplay.bin $@

-- 
Realplayer crashes when opening stream
https://bugs.launchpad.net/bugs/282778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311766] Re: [intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430

2009-01-20 Thread Tim Abell
sorry for the delay. mail filtering gone bad!
here's the lspci output you asked for

** Attachment added: output of lspci -vvnn
   http://launchpadlibrarian.net/21485408/lspci.txt

-- 
[intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430
https://bugs.launchpad.net/bugs/311766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 282778] Re: Realplayer crashes when opening stream

2009-01-08 Thread Tim Abell
same problem here.
real's online tech support couldn't give a toss and just said post to the 
messageboard. messageboard is no help. I hate closed source. damn the bbc for 
making us use this rubbish.

my post:
http://real.lithium.com/real/board/message?board.id=realplayerthread.id=28319

apparently related: https://bugs.helixcommunity.org/show_bug.cgi?id=8359
and https://bugs.helixcommunity.org/show_bug.cgi?id=2968
and https://helixbeta.org/projects/player/forums/entry/1843

-- 
Realplayer crashes when opening stream
https://bugs.launchpad.net/bugs/282778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311766] [NEW] [intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430

2008-12-27 Thread Tim Abell
Public bug reported:

Binary package hint: xorg

Default resolution is 1600x1200 85Hz (I think), which doesn't display
right on my hardware for some reason.

Once logged in it easy to change the resolution to 1280x1024 for a
particular user, which displays fine, but I'm unable to fix the gdm
login screen.

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

-- 
[intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430
https://bugs.launchpad.net/bugs/311766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311766] Re: [intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430

2008-12-27 Thread Tim Abell

** Attachment added: photo of mangled display
   http://launchpadlibrarian.net/20763559/DSC_5664.JPG

-- 
[intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430
https://bugs.launchpad.net/bugs/311766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311766] Re: [intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430

2008-12-27 Thread Tim Abell

** Attachment added: xorg log file
   http://launchpadlibrarian.net/20763566/Xorg.0.log

-- 
[intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430
https://bugs.launchpad.net/bugs/311766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311766] Re: [intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430

2008-12-27 Thread Tim Abell
The problem is with a fresh install of Ibex (8.10)

I've worked around the problem for now by restoring my old xorg.conf
from the 8.04, but I never did get past 60Hz.

** Attachment added: old xorg conf that works around the issue
   http://launchpadlibrarian.net/20764005/xorg.conf

-- 
[intrepid] gdm display mangled on iiyama MS103D DT + dell poweredge sc430
https://bugs.launchpad.net/bugs/311766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 308371] [NEW] predict final sizes to prevent out of disk space issues

2008-12-15 Thread Tim Abell
Public bug reported:

Binary package hint: unison

syncing one very large disk (desktop) with a very small disk (laptop)
often puts me over the space available on the smaller disk (eg after a
video editing session on the desktop). it would be handy to be warned in
advance without having to wait for the synchronization to fail half way
through.

unison-gtk 2.13.16
ubuntu 8.04.1

just a thought

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

-- 
predict final sizes to prevent out of disk space issues
https://bugs.launchpad.net/bugs/308371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 308371] Re: predict final sizes to prevent out of disk space issues

2008-12-15 Thread Tim Abell
I just noticed that it's more inclined to run out of space because it
does copies before deletes (though i guess this is on purpose to avoid
data loss)

-- 
predict final sizes to prevent out of disk space issues
https://bugs.launchpad.net/bugs/308371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 308371] Re: predict final sizes to prevent out of disk space issues

2008-12-15 Thread Tim Abell
it would also be handy when clicking on a 'new dir' line in the
differences list to be able to see the size of the new directory,
presumably in the info section at the bottom of the window

-- 
predict final sizes to prevent out of disk space issues
https://bugs.launchpad.net/bugs/308371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 293038] [NEW] no way to send ctrl+alt+del in tsclient

2008-11-03 Thread Tim Abell
Public bug reported:

Binary package hint: tsclient

I've searched around and don't seem to be able to find a way to send
ctrl+alt+del to a windows server in tsclient. I'm presuming this feature
is simply absent from tsclient.

I wanted to use this to bring up the change password dialog on a
windows server. Guess I'll just have to set it directly in active
directory.

tsclient:
  Installed: 0.150-1ubuntu1

Ubuntu 8.04.1 Hardy Heron

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

-- 
no way to send ctrl+alt+del in tsclient
https://bugs.launchpad.net/bugs/293038
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 59417] Re: Scroll lock does not work in X

2008-08-08 Thread Tim Abell
I have the same problem in 8.04 hardy heron.

Creating /root/.Xmodmap didn't work for me. Adding xmodmap -e 'add mod3
= Scroll_Lock' to ~/.xmodmap as per http://www.nabble.com/Re%3A-Swap-
Remap--Ctrl-and-Alt-keys-p17724405.html works, but pops up a dialog for
running the addition at login, which is just as annoying.

Beats me why they don't just put a switch on the keyboard somewhere.
I've also discovered that ctrl+backspace (no alt) restarts X when scroll
lock is on, which caused me to have to re-write this message a few
times!

-- 
Scroll lock does not work in X
https://bugs.launchpad.net/bugs/59417
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 149705] Re: corrupts qcow2 images

2008-03-20 Thread Tim Abell
Seems ok now, though I had other stability and speed problems, so the
workaround I used in the end was VMWare player, which works great.

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

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


[Bug 123335] Re: spreadsheet crashes when deleting rows

2008-03-20 Thread Tim Abell
This is driving me nuts. Is there any more info I can add that will help track 
this down?
I've attached a spreadsheet for testing that seems to be usable for triggering 
the crash.

Here's what I did:

steps to reproduce: 
1   open the doc
2   start gdb in a terminal (gdb)
3   attach gdb to this process (attach processid)
4   continue process (continue)
5   filter column a to y
6   select and delete the two rows containing y
7   filter column a to -all-
8   see rows haven't gone (weird)
9   scroll down and up to get screen to update
10  observe crash

The doc contains the following data and an auto-filter applied:

n   a
1   x
2   x
3   y
4   x
5   y
6   x
7   x
8   x
9   x
10  x

The output from gdb is below:

(gdb) continue
Continuing.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1249769792 (LWP 20992)]
0xb04f533c in ?? () from /usr/lib/openoffice/program/libsc680li.so
(gdb) q
The program is running.  Quit anyway (and detach it)? (y or n) y
Detaching from program: /usr/lib/openoffice/program/soffice.bin, process 20992


** Attachment added: document to use for reproducing the crash
   http://launchpadlibrarian.net/12763121/test.ods

-- 
spreadsheet crashes when deleting rows
https://bugs.launchpad.net/bugs/123335
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 123335] Re: spreadsheet crashes when deleting rows

2008-03-20 Thread Tim Abell
what do I need to install to get debug symbols for
/usr/lib/openoffice/program/libsc680li.so?

-- 
spreadsheet crashes when deleting rows
https://bugs.launchpad.net/bugs/123335
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 123335] Re: spreadsheet crashes when deleting rows

2008-03-19 Thread Tim Abell
Hiya,

I'm experiencing this problem too.

gdb reports:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1250044224 (LWP 24565)]
0xaf03c33c in ?? () from /usr/lib/openoffice/program/libsc680li.so

Which doesn't mean much to me.
--

Ubuntu 7.10
Linux emap-eve-pctim 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 
GNU/Linux

openoffice 2.3.0
openoffice.org-core 1:2.3.0-1ubuntu5.3, Tue Nov 27 18:52:42 GMT 2007

-- 
spreadsheet crashes when deleting rows
https://bugs.launchpad.net/bugs/123335
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 123335] Re: spreadsheet crashes when deleting rows

2008-03-19 Thread Tim Abell
Presumably it's ok to re-open this if I'm adding some more info.

** Changed in: openoffice.org (Ubuntu)
   Status: Invalid = New

-- 
spreadsheet crashes when deleting rows
https://bugs.launchpad.net/bugs/123335
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 149705] workaround?

2008-01-07 Thread Tim Abell
I just lost a day's work to this bug.
Does anyone know how to workaround for this bug?
I guess I'll have to download the sources, apply the patch and install it, but 
it doesn't look like much fun.


More info I found while hunting for it for anyone else who finds this report:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg10337.html
http://www.mail-archive.com/[EMAIL PROTECTED]/msg09433.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=440296
http://www.archivum.info/linux.debian.bugs.dist/2007-08/msg10126.html

-- 
corrupts qcow2 images
https://bugs.launchpad.net/bugs/149705
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149705] 0.9.1 available

2008-01-07 Thread Tim Abell
http://fabrice.bellard.free.fr/qemu/
Jan 6, 2008, QEMU version 0.9.1 is out.

Hopefully this has the patch applied, though it's not mentioned in the
change log. I'll comment here if it fails again.

-- 
corrupts qcow2 images
https://bugs.launchpad.net/bugs/149705
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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