[Bug 1947851] Re: NFS v2 client fails to mount with timeout on kernel 5.11.0-10-19-aws

2021-10-20 Thread José M . G . Moreira
This bug report was created in the wrong package, it's related to 
https://bugs.launchpad.net/ubuntu/+source/linux-aws-5.11/

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

Title:
  NFS v2 client fails to mount with timeout on kernel 5.11.0-10-19-aws

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


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

[Bug 1947875] [NEW] NFS v2 client fails to mount with timeout on kernel 5.11.0-10-19-aws Edit

2021-10-20 Thread José M . G . Moreira
Public bug reported:

Similar to https://bugs.launchpad.net/ubuntu/+source/linux-
aws-5.4/+bug/1946032, NFS v4 client fails to mount with timeout on
kernel `5.11.0-10-19-aws`, Ubuntu 20 Focal.

Current workaround, which has been tested successfully, is to revert the
kernel to `5.11.0-1017-aws`

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


** Tags: focal

** Description changed:

  Similar to https://bugs.launchpad.net/ubuntu/+source/linux-
  aws-5.4/+bug/1946032, NFS v4 client fails to mount with timeout on
- kernel `5.11.0-10-19-aws`.
+ kernel `5.11.0-10-19-aws`, Ubuntu 20 Focal.
  
- Current workaround, which has ben tested successfully, is to revert the
+ Current workaround, which has been tested successfully, is to revert the
  kernel to `5.11.0-1017-aws`

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

Title:
  NFS v2 client fails to mount with timeout on kernel 5.11.0-10-19-aws
  Edit

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


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

[Bug 1947851] [NEW] NFS v2 client fails to mount with timeout on kernel 5.11.0-10-19-aws

2021-10-20 Thread José M . G . Moreira
Public bug reported:

Similar to https://bugs.launchpad.net/ubuntu/+source/linux-
aws-5.4/+bug/1946032, NFS v4 client fails to mount with timeout on
kernel `5.11.0-10-19-aws`.

Current workaround, which has ben tested successfully, is to revert the
kernel to `5.11.0-1017-aws`

** Affects: linux-aws-5.4 (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/1947851

Title:
  NFS v2 client fails to mount with timeout on kernel 5.11.0-10-19-aws

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


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

[Bug 1946032] Re: NFS client fails to mount with timeout on kernel 5.4.0-1057-aws

2021-10-20 Thread José M . G . Moreira
same behavior has been reproduced in Ubuntu 20, kernel 5.11.0-10-19-aws

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

Title:
  NFS client fails to mount with timeout on kernel 5.4.0-1057-aws

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


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

[Bug 1946032] Re: NFS client fails to mount with timeout on kernel 5.4.0-1057-aws

2021-10-06 Thread José M . G . Moreira
The crux of the issue seems to be the use of privileged ports, which are
(and should be) blocked by network ACL in our environment:

The functional server instance is using a non-privileged port 56242:
tcp 0 0 10.99.19.46:56242 10.99.16.151:2049 ESTABLISHED

The non-functional server is trying to use a privileged port 978:
116 27.617188   10.99.19.43 10.99.16.151TCP 76  978 → 
2049 [SYN] Seq=0 Win=62727 Len=0 MSS=8961 SACK_PERM=1 TSval=906311050 TSecr=0 
WS=128

As a result, the non-working server is unable to establish a connection with 
EFS to mount. 
This behaviour happens with this kernel version 
(https://launchpad.net/ubuntu/+source/linux-aws/5.4.0-1057.60 only so far): 

It appears that this kernel ignores the "noresvport" mount option.


** Tags added: kernel-bug

** Tags added: bionic

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

Title:
  NFS client fails to mount with timeout on kernel 5.4.0-1057-aws

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


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

[Bug 1946032] [NEW] NFS client fails to mount with timeout on kernel 5.4.0-1057-aws

2021-10-04 Thread José M . G . Moreira
Public bug reported:

On an Ubuntu 18.04.1 server, I mount AWS EFS filesystems with nfsv4.1
successfully on ec2 instances.

Mounts work on kernel version 5.4.0-1056-aws but if i upgrade the kernel
to 5.4.0-1057-aws the mounts stop working with a network timeout, due to
port 111 being blocked as its not needed for nfsv4

Issue started to happen when apt daily automatically upgraded the kernel
version. I reproduced by rolling back kernel version on the same
instance and doing mounts successfully, then reverting to newer kernel
(plus reboot) and getting the network timeout issue.

Mount command is identical in all cases and follows AWS Documentation

```
sudo mount -t nfs -o 
nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport 
mount-target-DNS:/   ~/efs-mount-point  
```

Could it be a kernel bug or misconfiguration, what can i do ?

** Affects: linux-aws-5.4 (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/1946032

Title:
  NFS client fails to mount with timeout on kernel 5.4.0-1057-aws

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


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

[Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2018-04-03 Thread M G
oh, you the correct first command is :
/boot$[sudo] rm -rf *4.13.0-36* 
(or older ones, depending on what you have **really, don't delete the ones you 
use or need**)

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

Title:
  update-initramfs should produce a more helpful error message when
  there isn't enough  free space

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/798414/+subscriptions

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

[Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2018-04-03 Thread M G
check /boot to see what are your old kernels that you're not necessarily
using. the system keeps two latest kernels. so if you're upgrading your
kernel to 4.13.0-38, you don't need 4.13.0-36 or older anymore( unless
you want a specific kernel for testing or something ), so you can delete
em.

/boot$[sudo] rm -rf *4.13.0-36 (or older ones, depending on what you
have **don't delete the ones you use or need**)

after that:

sudo apt-get update && sudo apt-get dist-upgrade

sudo apt-get auto remove

these should do it.

please be careful with rm -rf(it can be pretty devastating if you type
wrong things in there)

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

Title:
  update-initramfs should produce a more helpful error message when
  there isn't enough  free space

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/798414/+subscriptions

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

[Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2018-03-14 Thread M G
I just cleaned up my /boot (old kernels and stuff) and Bng! worked
like a charm.

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

Title:
  update-initramfs should produce a more helpful error message when
  there isn't enough  free space

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/798414/+subscriptions

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

[Bug 1740307] [NEW] org.gnome.panel.applet.IndicatorAppletCompleteFactory[1985]: (indicator-applet-complete:2474): Gtk-CRITICAL **: gtk_icon_info_get_filename: assertion 'icon_info != NULL' failed

2017-12-27 Thread M G
Public bug reported:

when using journalctl -xe :

`Dec 27 16:05:56 maxipc 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[1985]: 
(indicator-applet-complete:2474): Gtk-CRITICAL **: gtk_icon_info_get_filename: 
assertion 'icon_info != NULL' failed
Dec 27 16:05:56 maxipc 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[1985]: 
(indicator-applet-complete:2474): GLib-GObject-CRITICAL **: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed
Dec 27 16:06:18 maxipc dhclient[1712]: DHCPREQUEST of a.b.c.d(readcted in bug  
report) on wlp3s0 to 172.20.20.1 port 67 (xid=0x1a85779f)
Dec 27 16:06:18 maxipc dhclient[1712]: DHCPACK of (readcted in bug  report) 
from (readcted in bug  report)
Dec 27 16:06:18 maxipc NetworkManager[1065]:   [1514408778.5395]   
address (readcted in bug  report)
Dec 27 16:06:18 maxipc NetworkManager[1065]:   [1514408778.5396]   plen 
24 (255.255.255.0)
Dec 27 16:06:18 maxipc NetworkManager[1065]:   [1514408778.5396]   
gateway (readcted in bug  report)
Dec 27 16:06:18 maxipc NetworkManager[1065]:   [1514408778.5397]   server 
identifier 172.20.20.1
Dec 27 16:06:18 maxipc NetworkManager[1065]:   [1514408778.5397]   lease 
time 300
Dec 27 16:06:18 maxipc NetworkManager[1065]:   [1514408778.5397]   
nameserver '75.75.75.75'
Dec 27 16:06:18 maxipc NetworkManager[1065]:   [1514408778.5397]   
nameserver '75.75.76.76'
Dec 27 16:06:18 maxipc NetworkManager[1065]:   [1514408778.5398] dhcp4 
(wlp3s0): state changed bound -> bound
Dec 27 16:06:18 maxipc dbus[1029]: [system] Activating via systemd: service 
name='org.freedesktop.nm_dispatcher' 
unit='dbus-org.freedesktop.nm-dispatcher.service'
Dec 27 16:06:18 maxipc systemd[1]: Starting Network Manager Script Dispatcher 
Service...
-- Subject: Unit NetworkManager-dispatcher.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit NetworkManager-dispatcher.service has begun starting up.
Dec 27 16:06:18 maxipc dhclient[1712]: bound to 172.20.20.20 -- renewal in 138 
seconds.
Dec 27 16:06:18 maxipc dbus[1029]: [system] Successfully activated service 
'org.freedesktop.nm_dispatcher'
Dec 27 16:06:18 maxipc systemd[1]: Started Network Manager Script Dispatcher 
Service.
-- Subject: Unit NetworkManager-dispatcher.service has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit NetworkManager-dispatcher.service has finished starting up.
-- 
-- The start-up result is done.
Dec 27 16:06:18 maxipc nm-dispatcher[3402]: req:1 'dhcp4-change' [wlp3s0]: new 
request (1 scripts)
Dec 27 16:06:18 maxipc nm-dispatcher[3402]: req:1 'dhcp4-change' [wlp3s0]: 
start running ordered scripts...
Dec 27 16:07:56 maxipc 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[1985]: 
(indicator-applet-complete:2474): Gtk-CRITICAL **: gtk_icon_info_get_filename: 
assertion 'icon_info != NULL' failed
Dec 27 16:07:56 maxipc 
org.gnome.panel.applet.IndicatorAppletCompleteFactory[1985]: 
(indicator-applet-complete:2474): GLib-GObject-CRITICAL **: g_object_unref: 
assertion 'G_IS_OBJECT (object)' failed'

, and it's a faulty cycle, it happens over and over again. i dont even
know what it does or whether it affects anything.

** Affects: indicator-applet (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/1740307

Title:
  org.gnome.panel.applet.IndicatorAppletCompleteFactory[1985]:
  (indicator-applet-complete:2474): Gtk-CRITICAL **:
  gtk_icon_info_get_filename: assertion 'icon_info != NULL' failed

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

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

[Bug 1726634] [NEW] the sound laptop speaker is not working and it sound interface isnt showing in "sound" app. sound works perfectly in other users

2017-10-23 Thread M G
Public bug reported:

the sound laptop speaker is not working and it sound interface isnt
showing in "sound" app. sound works perfectly in other users

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3.4
ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17
Uname: Linux 4.10.0-37-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  maximum2935 F chrome
  maximum7304 F AudioThread
CurrentDesktop: Unity
Date: Mon Oct 23 19:05:32 2017
InstallationDate: Installed on 2017-10-19 (3 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: XDG_RUNTIME_DIR 
(/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e g 
happen if you try to connect to a non-root PulseAudio as a root user, over the 
native protocol. Don't do that.)
 No PulseAudio daemon running, or not running as session daemon.
SourcePackage: pulseaudio
Symptom: audio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/04/2017
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A18
dmi.board.asset.tag: MAXIMUM
dmi.board.name: 05GRXT
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.asset.tag: MAXIMUM
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA18:bd01/04/2017:svnDellInc.:pnLatitudeE5530non-vPro:pvr01:rvnDellInc.:rn05GRXT:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E5530 non-vPro
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  the sound laptop speaker is not working and it sound interface isnt
  showing in "sound" app. sound works perfectly in other users

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

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

Re: [Bug 1694252] Re: Typo on documentation

2017-05-31 Thread José M . G . Moreira
You're welcome!

I did take some time to look into submiting a patch but im new to Bazaar
and Launchpad and couldn't quite make it out.

On Wed, 31 May 2017 at 20:42, Hans Joachim Desserud <
1694...@bugs.launchpad.net> wrote:

> Thanks for taking your time to report this issue and help making Ubuntu
> better.
>
> I can confirm that the typo is still present in nss-wrapper 1.1.3-1 in
> Ubuntu 17.04 (and Artful),
> http://manpages.ubuntu.com/manpages/zesty/en/man1/nss_wrapper.1.html.
>
>
> ** Changed in: nss-wrapper (Ubuntu)
>Status: New => Confirmed
>
> ** Tags added: artful bitesize manpage string-fix xenial yakkety zesty
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1694252
>
> Title:
>   Typo on documentation
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/nss-wrapper/+bug/1694252/+subscriptions
>
-- 
José Moreira
Google Talk: zema...@zemanel.eu
Skype: zemanel_eu / zema...@zemanel.eu
Site: http://zemanel.eu

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

Title:
  Typo on documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-wrapper/+bug/1694252/+subscriptions

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

[Bug 1694252] [NEW] Typo on documentation

2017-05-29 Thread José M . G . Moreira
Public bug reported:

"enviornment" is misspelled on the man page:

"NSS_WRAPPER_HOSTS If you also need to emulate network name resolution
in your enviornment, <...>"

** Affects: nss-wrapper (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/1694252

Title:
  Typo on documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nss-wrapper/+bug/1694252/+subscriptions

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


[Bug 995872] Re: Can't set wacom tablet (pad) buttons with the GUI

2014-04-21 Thread Dave M G
Problem still present in Ubuntu 14.04.

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

Title:
  Can't set wacom tablet (pad) buttons with the GUI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/995872/+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

2013-06-23 Thread Dave M G
This says fix released, but I am still having no success getting audio
to work with my Bluetooth headset. When can I expect to actually be able
to use my headset? It's been about a year now for me that my Bluetooth
device suddenly stopped working because of this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/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 1030559] Re: pulseaudio sound glitches when playing over network

2012-07-29 Thread Dave M G
I also experience this problem, and I'm the author of the question
linked to on askUbuntu.com.

I have provided a great deal of information on the askUbuntu site, but
if there's anything particular that can help to resolve this bug here,
please let me know and I will provide it.

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

Title:
  pulseaudio sound glitches when playing over network

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

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


[Bug 616159] Re: Japanese incorrect/archaic Kanji

2011-07-19 Thread Dave M G
I've solved this problem for me.

Following information here:
http://ubuntuforums.org/showthread.php?t=1487447
Basically I removed all Japanese fonts listed as installed in Synaptic, and 
then installed only these:
ttf-kochi-mincho-naga10
ttf-kochi-gothic-naga10
ttf-sazanami-gothic
ttf-sazanami-mincho

Now I am getting the correct kanji consistently.

Unfortunately, I do not know which of the fonts I uninstalled was
corrupted, as I do not have the time to test and experiment. I will
report if I work it out, though.

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

Title:
  Japanese incorrect/archaic Kanji

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

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


[Bug 494429] Re: Scanner creates coloured streaks since Karmic upgrade

2011-07-03 Thread Dave M G
Closing this bug. No one seemed to have the same problem, and I replaced
the scanner, so I can't contribute anything.

It was very likely the scanner failed coincidentally at the same time as
the upgrade.

** Changed in: xsane (Ubuntu)
   Status: New = Invalid

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

Title:
  Scanner creates coloured streaks since Karmic upgrade

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

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


[Bug 722494] Re: Nautlus hangs when deleting over LAN

2011-07-03 Thread Dave M G
This problem has been resolved for me. I can't say which upgrade solved
it, but since reporting it and updating my system many times, the issue
no longer happens.

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

Title:
  Nautlus hangs when deleting over LAN

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

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


[Bug 616159] Re: Japanese incorrect/archaic Kanji

2011-07-02 Thread Dave M G
Era,

Thank you for responding. however, how do I determine which font is
broken?

For example, in Firefox, I have my default font set to Meiryo UI,
which is a Microsoft font I know works. However, web pages set their own
fonts, and so sometimes when it uses my default things display
correctly, but other times, when they choose their own fonts, things go
awry.

From what I can tell, when a web site or or program uses the Ubuntu
default Sans Serif, or any font that is only English characters, the
system selects some default that is broken. But I don't know what that
font is.

For my systen font, I use the Ubuntu font, and there doesn't seem to
be an option to select a default font for Japanese in particular.

In LibreOffice, when I specifically select any known working font, then
things are fine. However, if the applied font is not a Japanese font,
then Japanese characters default to the broken font.

In all these cases, I can't tell where this broken font is being
selected from.

Please let me know how I can reliably determine where the default broken
font is coming from, and I will provide the names.

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

Title:
  Japanese incorrect/archaic Kanji

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

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


[Bug 616159] Re: Japanese incorrect/archaic Kanji

2011-06-10 Thread Dave M G
I would like to reopen this bug. I am not sure about the process for
doing so, so forgive me if I'm not doing this right.

I am using Ubuntu 11.04, ibus/anthy. However, I also experienced this
problem in Ubuntu 10.04, Ubuntu 10.10, and also in UIM/Anthy.

It has come and gone, sometimes by replacing fonts, but it comes back,
and I hope something can be done to create a permanent solution.

When viewing or entering Japanese, I sometimes see archaic or incorrect
kanji.

the clearest example is 社. You may see the correct character there, but
viewed on my system, the radical to the left is shimesu (示), not
nehen (礻) as it should be.

I have attached a screenshot. The larger kanji (which is an image) is
correct, the one in the small blue box, which should be the same, is the
old/archaic/incorrect form.

This has been reported before, as above, and in the following places:
http://ubuntuforums.org/showthread.php?t=1487447
http://lists.tlug.jp/ML/1012/msg00044.html

However, none of the suggested fixes have rectified the problem.

I have attempted to reinstall fonts and remove any Chinese fonts as
suggested.

However, the problem returns. It exists in at least FireFox and
LibreOffice.

I have some known working fonts, so if, for example, I am working in
LibreOffice and switch to a font known to work, then I can ensure I see
the correct kanji.

However, if I go to web sites or open documents that are created by
other people, then I can not as easily ensure control over fonts and be
confident I am getting the right kanji.

In any case, this shouldn't be something I should have to manually
monitor. Having installed Japanese support on my system, the default
behaviour for all relevant character handling should be to show me the
correct characters.

I hope this can be

** Changed in: anthy (Ubuntu)
   Status: Invalid = Incomplete

** Changed in: anthy (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: anthy (Ubuntu)
   Status: Invalid = Confirmed

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

** Attachment added: Visual representation of the problem of the wrong kanji 
being displayed
   
https://bugs.launchpad.net/ubuntu/+source/anthy/+bug/616159/+attachment/2163495/+files/wrong_kanji.png

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

Title:
  Japanese incorrect/archaic Kanji

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

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

[Bug 722494] [NEW] Nautlus hangs when deleting over LAN

2011-02-21 Thread Dave M G
Public bug reported:

Binary package hint: nautilus

I have some external drives that are mounted by NFS over a LAN.

If I view the drive/folder in Nautilus, and select any number of files
(1 or more), and then delete that file by any method (press delete key,
use a drop down menu, right click and select delete...), Nautilus will
display a progress bar, and then freeze.

The only way to stop it is to force it to quit. However, after that,
unless I reboot, I can not open any new Nautilus windows.

I looked for possible fixes or solutions on the web, and found the
suggestion that pressing shift+delete will bypass the trash and avoid
this problem. However, this fix does not work for me.

$ lsb_release -rd
Description:Ubuntu 10.10
Release:10.10
$ apt-cache policy nautilus
nautilus:
  Installed: 1:2.32.0-0ubuntu1.3
  Candidate: 1:2.32.0-0ubuntu1.3
  Version table:
 *** 1:2.32.0-0ubuntu1.3 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ maverick-updates/main 
i386 Packages
100 /var/lib/dpkg/status
 1:2.32.0-0ubuntu1 0
500 http://ubuntu-ashisuto.ubuntulinux.jp/ubuntu/ maverick/main i386 
Packages

** Affects: nautilus (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/722494

Title:
  Nautlus hangs when deleting over LAN

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


[Bug 722494] Re: Nautlus hangs when deleting over LAN

2011-02-21 Thread Dave M G
I followed the instructions for strace, and was able to reproduce the
problem while strace was running.

The log file it created, though was 31.2 MB in size, though. While it
was running, it was streaming output at the command line at an
incredibly fast rate.

In any case, while strace was running, I deleted a series of files on
the remote machine until the problem occurred. Then I had to reboot to
get Nautilus to run again.

I hope the attached log file contains information that can help debug
the problem.

** Attachment added: strace-nautilus.log
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/722494/+attachment/1864170/+files/strace-nautilus.log

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

Title:
  Nautlus hangs when deleting over LAN

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


[Bug 596182] Re: Ugly Text Screens while booting, sometimes does not shut down

2011-02-11 Thread Dave M G
This has not affected me since 10.10. I believe that I also manually re-
installed Plymouth in order to get proper functionality in 10.04.

Sorry for not reporting earlier.

Thank you for your time and help.

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

Title:
  Ugly Text Screens while booting, sometimes does not shut down

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


[Bug 659872] Re: Aliases in /etc/hosts overwritten

2011-01-16 Thread Dave M G
Hello. I started a thread some time ago on the Ubuntu forums about this issue:
http://ubuntuforums.org/showthread.php?t=1596603page=2

Through responses on that thread, I eventually came here.

I have two computers, and on one this bug seems to no longer be an
issue. However, on my other computer, my /etc/hosts file continues to be
over written with every reboot.

So I am confused as to whether a fix/patch has been released or not.

I'm hoping a more consistent and logical solution will be offered
instead of using different loopback addresses as a workaround.

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

Title:
  Aliases in /etc/hosts overwritten

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


[Bug 538926] Re: Paste does not work at all

2010-06-22 Thread Dave M G
Yes, it turns out Inkscape was incompatible with clipboard manager that
I was running.

Unfortunately, I've lost the name of the particular clipboard app I was
running. However, since uninstalling it, Inkscape has resumed normal
copy/paste action.

Thank you for your time and help.

-- 
Paste does not work at all
https://bugs.launchpad.net/bugs/538926
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 577515] Re: Notification area icons overlap each other, in incorrect order

2010-06-21 Thread Dave M G
As of June 22, I am experiencing a bug that seems to essentially be the
same as this.

My applet icons in the top right of my Gnome panel are offered in a new
random order with each boot. There are sometimes gaps, sometimes
overlaps, and sometimes certain applet icons don't appear at all.

Most significantly, the power off icon is sometimes entirely missing or
unclickable.

I have attached a screen shot showing the missing power.

Lastly, I don't know if this is a bug or merely a limitation, but I have
some icons, such as Dropbox and Google Desktop, that I want to move out
of the furthest right position, but they seem to be unmovable. I want
the power off icon to always be the rightmost icon, but that does not
seem to be possible.

In any case, first I want to ensure that I am getting all my icons to
reliably appear and not overlap. Then I would like to be able to control
their position.

Thank you for your time and efforts.

** Attachment added: No power off icon in gnome panel
   http://launchpadlibrarian.net/50714671/no_power_off.png

-- 
Notification area icons overlap each other, in incorrect order
https://bugs.launchpad.net/bugs/577515
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 596182] [NEW] Ugly Text Screens while booting, sometimes does not shut down

2010-06-19 Thread Dave M G
Public bug reported:

Ubuntu 10.04
Kernel Linux 2.6.32-23-generic
Gnome 2.30.0
Memory 3.4 GB
Intel Core 2 Quad CPU 2.66Ghz

When I boot Ubuntu, I get ugly text and no splash screen. The same is
true when shutting down. Further, about 50% of the time when shutting
down, the  the computer will not turn off. It goes to a screen that
offers me to continue booting, or to make calibrations on my graphics.

I have attached a screenshot of what that screen looks like. When it
gets to this screen, it seems the only way to actually shut down the
computer is to force a power off by pressing and holding the power
button on the computer.

I reported this problem on the Ubuntu Forums, where I have included other 
screenshots of the problem:
http://ubuntuforums.org/showthread.php?t=1472046page=2

Unfortunately, one of the suggested solutions, to use startupmanager,
and turn off the show text option, and to turn on the show
splashscreen check box has not resolved the problem. No other viable
solution was offered.

Please advise on how to make my boot and shut down process smooth and
with appropriate splash screens.

Thank you for your time and efforts.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: startupmanager 1.9.13-4ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
CheckboxSubmission: 0a7bf99093a8333210548c74389ff82e
CheckboxSystem: edda5d4f616ca792bf437989cb597002
Date: Sat Jun 19 15:29:42 2010
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=ja_JP:en_CA:en
 PATH=(custom, no user)
 LANG=ja_JP.utf8
 SHELL=/bin/bash
SourcePackage: startupmanager

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
Ugly Text Screens while booting, sometimes does not shut down
https://bugs.launchpad.net/bugs/596182
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 596182] Re: Ugly Text Screens while booting, sometimes does not shut down

2010-06-19 Thread Dave M G

** Attachment added: Screenshot of where the shut down process stops
   http://launchpadlibrarian.net/50577416/2010-06-18%2023.06.28.jpg

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

-- 
Ugly Text Screens while booting, sometimes does not shut down
https://bugs.launchpad.net/bugs/596182
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 589548] Re: Ubuntu Lucid Spontaneously Freezes or Logs out

2010-06-18 Thread Dave M G
Jeremy,

Thank you for your assistance and explanations.

Since reporting this bug, I have upgraded to the 2.6.32-23 kernel, and
the Glasen Intel video drivers have also been updated.

Since this upgrades, the system has become more stable. Unfortunately, I
can not be sure exactly what was the solution, or, if in fact the
problem is solved or perhaps I am just having a lucky streak.

However, potentially the problem has been resolved by upgrading to
recent packages, so this matter might be closed.

I will report again if it arises again.

Thank you for your time.

-- 
Ubuntu Lucid Spontaneously Freezes or Logs out
https://bugs.launchpad.net/bugs/589548
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 589548] Re: Ubuntu Lucid Spontaneously Freezes or Logs out

2010-06-07 Thread Dave M G
Jeremy,

Thank you for responding.

I just want to be absolutely sure I go about this carefully, as it seems
to me changing kernels is dangerous, especially considering I am an end
user with a limited understanding of the issues.

The link you pointed to only makes reference to Mainline kernels,
whereas you suggested I install an upstream kernel.

Are they the same thing?

-- 
Ubuntu Lucid Spontaneously Freezes or Logs out
https://bugs.launchpad.net/bugs/589548
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 589548] [NEW] Ubuntu Lucid Spontaneously Freezes or Logs out

2010-06-04 Thread Dave M G
Public bug reported:


First, I am not sure if Gnome is really the problem. However, because Ubuntu's 
byzantine bug reporting system does not give one the option of reporting a bug 
without first declaring which package is at fault, I had to pick at something. 
I chose Gnome because it was the most general package I could think of.

The problem is that Ubuntu/Gnome routintely and spontaneously freezes or
logs me out. The frequency is something around once per hour, or once
per two hours. It seems to be more frequent on battery power, but there
is a certain amount of randomness to the time between the problem
occuring, so it is hard to be sure.

When spontaneously logging me out, the screen will suddenly go black,
and then return to the log in screen after about 30 seconds to a minute.

When freezing, the mouse will still be able to move, but I can not get
any response by clicking on anything on screen. Trying to shut down X by
pressing [ctrl]+[alt]+[backspace] also does not work. When the laptop
freezes this way, the only way to get back to operation is to force a
shut down by holding the power switch on the laptop.

I have not been able to deduce any cause. For example, the last three times it 
crashed, this is what I was doing:
* Moving an event in Google Calendar within FireFox.
* Opening Gedit
* Midway through a system update using the Update Manager

I can not see a commonality in the actions before the problem occurs, so
I assume it is something general about graphics or system operation that
is always in effect, and that the problem is essentially random.

I have a Panasonic CF-Y2 Let's Note laptop computer.

The video chipset is known to be problematic:
VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics 
Device

However, I do not get the black screen on boot that others report, so I
can not be sure that this is the source of the problem.

In any case, with regards to my video settings, I do not have an
/etc/X11/xorg.conf file, and I use the intel driver at
http://ppa.launchpad.net/glasen/intel-driver/ubuntu

I looked in /ver/log to see which files had been updated prior to the
last crash, and I didn't see much, but I thought these might be
relevant.

Error in /var/log/Xorg.0.log
(EE) intel(0): Disabling acceleration.

Error in /var/log/messages
Jun  4 14:19:00 dave-laptop kernel: [ 2760.629041] gdl_indexer[29822]: segfault 
at 71b ip 00c581b7 sp 08ad7590 error 4 in ld-2.11.1.so[c4a000+1b000]
Jun  4 14:20:02 dave-laptop kernel: [ 2822.580120] gdl_indexer[29873]: segfault 
at 71b ip 0097d1b7 sp 09d40590 error 4 in ld-2.11.1.so[96f000+1b000]
Jun  4 14:24:08 dave-laptop kernel: [ 3068.196449] gdl_indexer[29897]: segfault 
at 71b ip 004a71b7 sp 08378590 error 4 in ld-2.11.1.so[499000+1b000]
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680214] [ cut here 
]
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680271] WARNING: at 
/build/buildd/linux-2.6.32/drivers/gpu/drm/i915/i915_gem_tiling.c:490 
i915_gem_set_tiling+0x249
/0x260 [i915]()
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680281] Hardware name: CF-Y2FW3AXS
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680286] failed to reset object for 
tiling switch
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680292] Modules linked in: arc4 
lib80211_crypt_wep binfmt_misc ppdev snd_intel8x0 snd_ac97_codec ac97_bus 
snd_pcm_o
ss snd_mixer_oss fbcon tileblit font bitblit softcursor snd_pcm vga16fb 
vgastate snd_seq_dummy snd_seq_oss snd_seq_midi i915 snd_rawmidi 
snd_seq_midi_event sn
d_seq pcmcia drm_kms_helper snd_timer joydev ipw2200 yenta_socket 
snd_seq_device drm libipw rsrc_nonstatic lib80211 pcmcia_core i2c_algo_bit snd 
soundcore psm
ouse lp intel_agp video output serio_raw panasonic_laptop agpgart 
snd_page_alloc parport shpchp 8139too 8139cp mii
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680424] Pid: 806, comm: Xorg Not 
tainted 2.6.32-22-generic #35-Ubuntu
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680431] Call Trace:
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680453]  [c014c3d2] 
warn_slowpath_common+0x72/0xa0
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680489]  [e0368799] ? 
i915_gem_set_tiling+0x249/0x260 [i915]
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680522]  [e0368799] ? 
i915_gem_set_tiling+0x249/0x260 [i915]
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680535]  [c014c44b] 
warn_slowpath_fmt+0x2b/0x30
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680569]  [e0368799] 
i915_gem_set_tiling+0x249/0x260 [i915]
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680585]  [c0106461] ? 
write_ldt+0xa1/0x1e0
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680625]  [e023f7cd] 
drm_ioctl+0x25d/0x3e0 [drm]
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680640]  [c0106461] ? 
write_ldt+0xa1/0x1e0
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680674]  [e0368550] ? 
i915_gem_set_tiling+0x0/0x260 [i915]
Jun  4 14:41:43 dave-laptop kernel: [ 4122.680690]  [c010b412] ? 
restore_i387_xstate+0xe2/0x210
Jun  4 14:41:43 dave-laptop kernel: [ 

[Bug 571934] Re: System crashes during boot

2010-04-30 Thread José M . G . Moreira
The system did not crash or halted, it was just the module that crashed,
as i saw later on the boot log. After this, i upgraded my BIOS to the
latest one with the ASUS BIOS update tool and the problem seems to have
gone away.

-- 
System crashes during boot
https://bugs.launchpad.net/bugs/571934
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 571934] [NEW] kernel module crahs on boot

2010-04-29 Thread José M . G . Moreira
Public bug reported:

jmore...@ubuntu:~$ uname -a
Linux ubuntu 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 
GNU/Linux


Apr 29 20:24:21 ubuntu kernel: [  459.437588] [ cut here 
]
Apr 29 20:24:21 ubuntu kernel: [  459.437619] WARNING: at 
/build/buildd/linux-2.6.32/kernel/softirq.c:143 local_bh_enable_ip+0x61/0x90()
Apr 29 20:24:21 ubuntu kernel: [  459.437633] Hardware name: 1005PE
Apr 29 20:24:21 ubuntu kernel: [  459.437641] Modules linked in: binfmt_misc 
ppdev vboxnetadp vboxnetflt vboxdrv nls_iso8859_1 nls_cp437 vfat fat joydev 
snd_hda_codec_realtek fbcon tileblit font bitblit softcursor vga16fb vgastate 
snd_hda_intel snd_hda_codec snd_hwdep iptable_nat nf_nat snd_pcm_oss 
snd_mixer_oss nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 snd_pcm 
iptable_mangle snd_seq_dummy snd_seq_oss snd_seq_midi iptable_filter 
snd_rawmidi snd_seq_midi_event ip_tables x_tables snd_seq arc4 snd_timer 
snd_seq_device ath9k i915 snd mac80211 ath uvcvideo intel_agp drm_kms_helper 
psmouse cfg80211 videodev v4l1_compat serio_raw drm i2c_algo_bit soundcore 
atl1c led_class agpgart snd_page_alloc video output lp parport usbhid hid 
dm_raid45 ahci xor
Apr 29 20:24:21 ubuntu kernel: [  459.437897] Pid: 945, comm: wpa_supplicant 
Not tainted 2.6.32-21-generic #32-Ubuntu
Apr 29 20:24:21 ubuntu kernel: [  459.437910] Call Trace:
Apr 29 20:24:21 ubuntu kernel: [  459.437933]  [c014c3d2] 
warn_slowpath_common+0x72/0xa0
Apr 29 20:24:21 ubuntu kernel: [  459.437953]  [c0153381] ? 
local_bh_enable_ip+0x61/0x90
Apr 29 20:24:21 ubuntu kernel: [  459.437971]  [c0153381] ? 
local_bh_enable_ip+0x61/0x90
Apr 29 20:24:21 ubuntu kernel: [  459.437989]  [c014c41a] 
warn_slowpath_null+0x1a/0x20
Apr 29 20:24:21 ubuntu kernel: [  459.438007]  [c0153381] 
local_bh_enable_ip+0x61/0x90
Apr 29 20:24:21 ubuntu kernel: [  459.438027]  [c058b826] 
_spin_unlock_bh+0x16/0x20
Apr 29 20:24:21 ubuntu kernel: [  459.438084]  [f864118f] 
ath_tx_node_cleanup+0x14f/0x170 [ath9k]
Apr 29 20:24:21 ubuntu kernel: [  459.438136]  [f863beee] 
ath9k_sta_notify+0x4e/0xb0 [ath9k]
Apr 29 20:24:21 ubuntu kernel: [  459.438196]  [f8249647] 
__sta_info_unlink+0x127/0x1b0 [mac80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438250]  [f863bea0] ? 
ath9k_sta_notify+0x0/0xb0 [ath9k]
Apr 29 20:24:21 ubuntu kernel: [  459.438305]  [f8249703] 
sta_info_unlink+0x33/0x50 [mac80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438362]  [f8250eca] 
ieee80211_set_disassoc+0x17a/0x1d0 [mac80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438422]  [f82511c7] 
ieee80211_mgd_deauth+0x107/0x110 [mac80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438488]  [f8256369] 
ieee80211_deauth+0x19/0x20 [mac80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438547]  [f82d0cf8] 
__cfg80211_mlme_deauth+0xd8/0x100 [cfg80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438606]  [f82d3e0d] 
__cfg80211_disconnect+0x14d/0x1b0 [cfg80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438628]  [c012a438] ? 
default_spin_lock_flags+0x8/0x10
Apr 29 20:24:21 ubuntu kernel: [  459.438685]  [f82d6f31] 
cfg80211_wext_siwmlme+0x81/0xa0 [cfg80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438708]  [c056f36b] 
ioctl_standard_iw_point+0x18b/0x300
Apr 29 20:24:21 ubuntu kernel: [  459.438762]  [f82d6eb0] ? 
cfg80211_wext_siwmlme+0x0/0xa0 [cfg80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438784]  [c056f585] 
ioctl_standard_call+0xa5/0x100
Apr 29 20:24:21 ubuntu kernel: [  459.438838]  [f82d6eb0] ? 
cfg80211_wext_siwmlme+0x0/0xa0 [cfg80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438859]  [c04c430d] ? 
__dev_get_by_name+0x8d/0xb0
Apr 29 20:24:21 ubuntu kernel: [  459.438877]  [c056f922] T.779+0xc2/0x150
Apr 29 20:24:21 ubuntu kernel: [  459.438930]  [f82d6eb0] ? 
cfg80211_wext_siwmlme+0x0/0xa0 [cfg80211]
Apr 29 20:24:21 ubuntu kernel: [  459.438951]  [c056fa10] 
wext_handle_ioctl+0x60/0xc0
Apr 29 20:24:21 ubuntu kernel: [  459.438968]  [c04c5454] 
dev_ioctl+0x614/0x720
Apr 29 20:24:21 ubuntu kernel: [  459.438988]  [c0207a34] ? 
do_sync_read+0xc4/0x100
Apr 29 20:24:21 ubuntu kernel: [  459.439008]  [c04b24a3] 
sock_ioctl+0x1d3/0x270
Apr 29 20:24:21 ubuntu kernel: [  459.439027]  [c02f4414] ? 
security_file_permission+0x14/0x20
Apr 29 20:24:21 ubuntu kernel: [  459.439043]  [c04b22d0] ? 
sock_ioctl+0x0/0x270
Apr 29 20:24:21 ubuntu kernel: [  459.439060]  [c0216231] vfs_ioctl+0x21/0x90
Apr 29 20:24:21 ubuntu kernel: [  459.439076]  [c0216519] 
do_vfs_ioctl+0x79/0x310
Apr 29 20:24:21 ubuntu kernel: [  459.439092]  [c0216817] sys_ioctl+0x67/0x80
Apr 29 20:24:21 ubuntu kernel: [  459.439110]  [c01033ec] syscall_call+0x7/0xb
Apr 29 20:24:21 ubuntu kernel: [  459.439123] ---[ end trace 3d1697acd5a876c1 
]---

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-21-generic 2.6.32-21.32
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
  

[Bug 571934] Re: kernel module crahs on boot

2010-04-29 Thread José M . G . Moreira

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/46396951/dmesg.log

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/46396674/AlsaDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/46396675/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/46396676/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/46396677/Card0.Codecs.codec.0.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/46396678/CurrentDmesg.txt

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/46396680/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/46396681/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/46396682/Lsusb.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/46396683/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/46396684/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/46396685/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/46396686/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/46396687/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/46396688/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/46396689/WifiSyslog.txt

-- 
kernel module crahs on boot
https://bugs.launchpad.net/bugs/571934
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 562664] Re: Crash with broken pipes and kerneloops

2010-04-28 Thread Dave M G
Hello,

Sorry, my system became so unstable that I reformatted and regressed
back to Ubuntu 9.10.

I will upgrade to 10.4 when it moves out of beta. If I have any more
kernel issues then, I will report them here.

Thank you for your time and effort in developing Ubuntu.

-- 
Crash with broken pipes and kerneloops
https://bugs.launchpad.net/bugs/562664
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 562664] [NEW] Crash with broken pipes and kerneloops

2010-04-13 Thread Dave M G
Public bug reported:

I think this might be connected to Bug #521298

I had a crash, and this Apport report was generated, but I am unsure if
the crash generated the bug report or something on boot triggered it.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-20-generic 2.6.32-20.30
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-20-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dave   1435 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'I82801DBICH4'/'Intel 82801DB-ICH4 with STAC9750,51 at irq 9'
   Mixer name   : 'SigmaTel STAC9750,51'
   Components   : 'AC97a:83847650'
   Controls  : 33
   Simple ctrls  : 22
Date: Tue Apr 13 16:45:02 2010
Frequency: Once every few days.
HibernationDevice: RESUME=UUID=c369968d-0514-491e-ae7e-3b5ce037e750
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Matsushita Electric Industrial Co.,Ltd. CF-Y2FW3AXS
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-20-generic 
root=UUID=7277725f-36ed-452b-9f70-1fd1fe0f9c94 ro quiet splash
ProcEnviron:
 LANGUAGE=en_CA:en
 LANG=en_CA.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.33
RfKill:
 
SourcePackage: linux
dmi.bios.date: 01/13/2005
dmi.bios.vendor: Phoenix Technologies K.K.
dmi.bios.version: V4.00L11
dmi.board.name: CFY2-4
dmi.board.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.board.version: 001
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Matsushita Electric Industrial Co.,Ltd.
dmi.chassis.version: 001
dmi.modalias: 
dmi:bvnPhoenixTechnologiesK.K.:bvrV4.00L11:bd01/13/2005:svnMatsushitaElectricIndustrialCo.,Ltd.:pnCF-Y2FW3AXS:pvr004:rvnMatsushitaElectricIndustrialCo.,Ltd.:rnCFY2-4:rvr001:cvnMatsushitaElectricIndustrialCo.,Ltd.:ct10:cvr001:
dmi.product.name: CF-Y2FW3AXS
dmi.product.version: 004
dmi.sys.vendor: Matsushita Electric Industrial Co.,Ltd.

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


** Tags: apport-bug i386 lucid needs-upstream-testing regression-potential

-- 
Crash with broken pipes and kerneloops
https://bugs.launchpad.net/bugs/562664
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 562664] Re: Crash with broken pipes and kerneloops

2010-04-13 Thread Dave M G

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/44093475/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/44093476/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/44093477/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/44093478/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/44093479/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   http://launchpadlibrarian.net/44093480/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
http://launchpadlibrarian.net/44093481/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/44093482/CurrentDmesg.txt

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/44093484/IwConfig.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/44093485/Lspci.txt

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/44093486/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/44093487/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/44093488/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/44093489/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/44093490/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/44093491/UdevLog.txt

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/44093492/WifiSyslog.txt

-- 
Crash with broken pipes and kerneloops
https://bugs.launchpad.net/bugs/562664
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 521298] Re: could not write byte broken pipe

2010-04-13 Thread Dave M G
I recently ran the update manager and the kernel has been upgraded. The
system seemed more stable, and stayed up for a few days. However, then
it crashed with the broken pipe message. This time, however, the
message also said something about kerneloops.

The system did not restart by itself, so I had to hard reboot.

When the system came back, I got an Apport crash warning, also
referencing something called kerneloops. I'm guessing the crash and
the Apport message are related.

I went through a series of prompts to gather information. However, at
the end, it said:

This problem report is damaged and cannot be processed.
TypeError(Error('Incorrect padding',),)

So I don't know if the problem was reported correctly. The Apport
information seems to be attached to Bug #562664

-- 
could not write byte broken pipe
https://bugs.launchpad.net/bugs/521298
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 558695] [NEW] Ubuntu Lucid crashes with message could not write bytes: broken pipe

2010-04-08 Thread Dave M G
Public bug reported:

When using Ubuntu Lucid 10.04 beta, downloaded April 6th 2010, it
crashes into an entirely black screen, with terminal text saying could
not write bytes: broken pipe about 8 or so times.

By all appearances, it happens at random intervals. I can not identify
any particular trigger. It has happened about four times in the two days
since I upgraded to the new beta.

After a period of time, the system gives me a dialogue box which offers
me the option of restarting X, using low graphics mode, or other
graphics display options. Whichever one I choose, the system takes me
back to a login screen, at full graphics colour and resolution.

My computer is a Panasonic CF-Y2 laptop computer. It uses Nvidia drivers
for graphics.

Other than this randomly occurring crash, everything else seems to work
without any indication of a problem.

lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Ubuntu Lucid crashes with message could not write bytes: broken pipe
https://bugs.launchpad.net/bugs/558695
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 538926] [NEW] Paste does not work at all

2010-03-14 Thread Dave M G
Public bug reported:

Binary package hint: inkscape

Inkscape version 0.47pre4 r22446, built Oct 14 2009
Ubuntu 9.10, Linux Kernel 2.6.31-20-generic
Gnome 2.28.1

When I copy anything within Inkscape, I can not paste it.

Neither Paste nor Paste in Place work.

If I Cut a path or object, it disappears, but then I can't paste it
anywhere. It is effectively the same as deleting the path or object.

In short, Paste does not work.

I noticed there were some bug reports about similar problems, but I
think mine is different because:

1. Some of the other bug reports I saw referred to Max OSX. I'm using
Ubuntu.

2. Some of the other bug reports referred to copying and pasting between
two different Inkscape files. I am only trying to copy within the same
file. In fact, I am trying to copy on the same layer in the same file
(copying to different layers doesn't work either.)

I hope someone can help to resolve this bug.

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

-- 
Paste does not work at all
https://bugs.launchpad.net/bugs/538926
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 494429] [NEW] Scanner creates coloured streaks since Karmic upgrade

2009-12-09 Thread Dave M G
Public bug reported:

Binary package hint: xsane

I have an Epson GT-S600 scanner, which is the same model as the
Perfection V100.

The good news is that since I upgraded to Ubuntu Karmic 9.10, Xsane now
recognizes the scanner. Before, only Epson's iscan utility, available
from their site, would see the scanner.

The bad news is that now everything it scans now has coloured streaks in it, 
blue and pink. This happens both in Xsane and iscan.
It happens on all scans, regardless of settings or the material being scanned.

I have uploaded a screenshot to illustrate the problem.
http://autotelic.com/Screenshot.png

I don't know if the problem is with Xsane or Ubuntu or what, but
definitely the turning point was the upgrade.

I believe this is a bug, but since I am unsure about the source, please
direct me to the appropriate place to report it if not here.

Thanks.

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

-- 
Scanner creates coloured streaks since Karmic upgrade
https://bugs.launchpad.net/bugs/494429
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 494429] Re: Scanner creates coloured streaks since Karmic upgrade

2009-12-09 Thread Dave M G

** Attachment added: screenshot showing example of the problem.
   http://launchpadlibrarian.net/36619727/Screenshot.png

-- 
Scanner creates coloured streaks since Karmic upgrade
https://bugs.launchpad.net/bugs/494429
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-25 Thread Dave M G
Sorry, but I don't understand the process for a package to become
available in the repositories. I keep seeing messages here on this bug
report saying fix released, but I haven't actually seen any fix.

Around when will UIM 1.5.7 be available for download?

I'm dying to be able to use Firefox without it crashing.

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-25 Thread Dave M G
@Micah Gersten

I added your PPA for Karmic, and reloaded the repositories, but UIM does
not show as being updated.

My currently installed version is 1:1.5.6-0ubuntu1.1, which is what it
has been since the start of the bug report. I also notice that the
version number in your PPA is 1:1.5.6-0ubuntu1.1.

Do I need to force a reinstall in order to update or change?

As for steps to recreate the crash, I don't know how to break it down
any more than what I originally reported. All I need to do is use
Firefox for a period of time, and it will crash. No one particular page
does it or activity causes it, but use over time inevitably leads to a
crash. The faster I change and load pages, the sooner the crash.

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-25 Thread Dave M G
Fix confirmed!!

I was able to download the new fix through the updated PPA, and I have
been torture testing Firefox for the last hour or so. There was one
freeze (probably because of the web site), but no crashes.

I ran Firefox from the command line, and there was no output whatsoever
indicating any errors, which is completely different than what I was
experiencing before.

I am confident enough in Firefox's performance now to say that for me
the bug seems to be fixed, and Firefox is no longer unstable.

Thank you to everyone who helped to diagnose and fix the problem. Your
hard work is much appreciated.

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-23 Thread Dave M G
Has a fix actually been released?

I have been watching the repositories, waiting for the update, and have
yet to see it.

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-17 Thread Dave M G
$ dpkg -l | grep apport
ii  apport  1.9.3-0ubuntu4.1   automatically generate crash reports for 
deb
ii  apport-gtk  1.9.3-0ubuntu4.1  GTK+ frontend for the apport crash 
report sy
ii  apport-symptoms  0.2  symptom scripts for apport
ii  python-apport  1.9.3-0ubuntu4.1  apport crash report handling 
library

By the way, on the advice of the Firefox developers, I've reported this bug to 
UIM:
http://bugs.freedesktop.org/show_bug.cgi?id=25139


** Bug watch added: freedesktop.org Bugzilla #25139
   https://bugs.freedesktop.org/show_bug.cgi?id=25139

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-16 Thread Dave M G
The Firefox guys are now saying that UIM is the problem. I'm skeptical
of that, but if you guys can make sense of what they are saying, that
might help:

https://bugzilla.mozilla.org/show_bug.cgi?id=528153

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-12 Thread Dave M G
Sorry about being a bit snippy earlier. I was having one of those days.

I appreciate all the hard work you guys put into Ubuntu/FireFox.

Anyway, still no joy on the command:

$ sudo force_start=1 service apport start
start: Job failed to start

Am I doing something wrong? Does it matter if I start FireFox before or
after the command? Am I missing a package or something?

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-12 Thread Dave M G
I've filed a bug report with Mozilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=528153

I hope this can be resolved soon, because FireFox is becoming
frustrating to use.

I would have abandoned FireFox already were it not for the plug ins that
I need to use.

** Bug watch added: Mozilla Bugzilla #528153
   https://bugzilla.mozilla.org/show_bug.cgi?id=528153

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-12 Thread Dave M G
Why mark this invalid and start a new bug report? Isn't that just making
this more complicated than it needs to be?

Sorry, but I just feel like getting hung up on the bug reporting process
and moving information around isn't adding anything to the process of
actually solving the bug.

And in any case, the command you gave me doesn't work:

$ sudo force_start=1 /etc/init.d/apport restartsudo force_start=1 
/etc/init.d/apport restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service apport restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the restart(8) utility, e.g. restart apport
start: Job failed to start

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-12 Thread Dave M G
Great, now that this bug is marked closed, the previous apport command
won't work either.

apport-collect 477513
Logging into Launchpad... You have to allow Change anything privileges.
Downloading bug information...
Bug title: FireFox crashes routinely karmic i386
Ignoring task https://api.edge.launchpad.net/beta/ubuntu/+source/firefox-3.5 
because it is closed
No additional information collected.

Way to put up barriers on the bug reporting there.

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 481237] [NEW] FireFox is just as crash-tastic as ever. It routinely crashes in Karmic.

2009-11-12 Thread Dave M G
Public bug reported:

Binary package hint: firefox-3.5

I had a perfectly good bug report here, but for some reason it wasn't
good enough, so I had to start another one.

The previous bug report was here:
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513

The deal is the same. Please read the previous bug report to know what's
going on. I don't know why this new bug report needed to be created -
that decision was made by someone else.

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-collected

-- 
FireFox is just as crash-tastic as ever. It routinely crashes in Karmic.
https://bugs.launchpad.net/bugs/481237
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 481237] XsessionErrors.txt

2009-11-12 Thread Dave M G

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35570639/XsessionErrors.txt

-- 
FireFox is just as crash-tastic as ever. It routinely crashes in Karmic.
https://bugs.launchpad.net/bugs/481237
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 481237] default_profile_pluginreg.dat.txt

2009-11-12 Thread Dave M G

** Attachment added: default_profile_pluginreg.dat.txt
   http://launchpadlibrarian.net/35570640/default_profile_pluginreg.dat.txt

-- 
FireFox is just as crash-tastic as ever. It routinely crashes in Karmic.
https://bugs.launchpad.net/bugs/481237
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 481237] apport-collect data

2009-11-12 Thread Dave M G
Architecture: i386
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: firefox-3.5 3.5.5+nobinonly-0ubuntu0.9.10.1
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 LANGUAGE=en_CA.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
Uname: Linux 2.6.31-15-generic i686
UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare

-- 
FireFox is just as crash-tastic as ever. It routinely crashes in Karmic.
https://bugs.launchpad.net/bugs/481237
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 481237] Dependencies.txt

2009-11-12 Thread Dave M G

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

-- 
FireFox is just as crash-tastic as ever. It routinely crashes in Karmic.
https://bugs.launchpad.net/bugs/481237
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 481237] profiles.ini.txt

2009-11-12 Thread Dave M G

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/35570641/profiles.ini.txt

** Tags added: apport-collected

-- 
FireFox is just as crash-tastic as ever. It routinely crashes in Karmic.
https://bugs.launchpad.net/bugs/481237
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-12 Thread Dave M G
I am trying to run the Apport command as instructed, but it comes back
with this response before I can initiate a crash with FireFox:

$ sudo force_start=1 service apport restart
[sudo] password for dave: 
restart: Unknown instance: 

Oh, and the Mozilla guys said I should run their build and not the
Ubuntu build. I'm not keen on that as a permanent solution, because I
like FireFox updates being handled by the Update Manager.

However, I'll install their build for testing if anything can be gained
from comparisons.

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-11 Thread Dave M G
Upgraded to FireFox 3.5.5, and the crashing problem has not improved.

After upgrading and rebooting, I opened my plugin-free profile, randomly
went through a few web pages, and it crashed within a minute or so.

Attached is the output from the command line.



** Attachment added: firefox_3.5.5_command_line_output.txt
   http://launchpadlibrarian.net/35563049/firefox_3.5.5_command_line_output.txt

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-10 Thread Dave M G
I'd be happy to.

Are there any fixes that are specifically inspired by this bug, or is it
just a general hope that update = better?

In any case, I'll report back here after updating as soon as I feel I
can say definitively what, if anything, has changed.

Thanks for all the hard work!

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox crashes routinely karmic i386

2009-11-09 Thread Dave M G
The new name for this bug is way more boring than my original name. But
as long as it gets solved.

I don't have too much to add, except that on my laptop, which is running
Xubuntu 9.10 and FireFox 3.5 is also just as crash-tastic. It has been
crashing just as routinely as on my desktop for many months now, roughly
since installing Xubuntu 9.04, though I can't be exactly sure.

In any case, the point is that FireFox is just as unstable on my laptop,
and in the same way, as my Desktop.

One thing is new and different, though, and that's the error message my
laptop gives me:

Sorry, the program firefox closed unexpectedly
Your computer does not have enough free memory to automatically analyze the 
problem and send a report to the developers.

Just thought I'd add that.

-- 
FireFox crashes routinely karmic i386
https://bugs.launchpad.net/bugs/477513
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 477513] apport-collect data

2009-11-08 Thread Dave M G
Architecture: i386
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: firefox-3.5 3.5.4+nobinonly-0ubuntu0.9.10.1
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 LANGUAGE=en_CA.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
Uname: Linux 2.6.31-14-generic i686
UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare

-- 
FireFox is totally crash-tastic.
https://bugs.launchpad.net/bugs/477513
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 477513] Dependencies.txt

2009-11-08 Thread Dave M G

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

-- 
FireFox is totally crash-tastic.
https://bugs.launchpad.net/bugs/477513
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 477513] XsessionErrors.txt

2009-11-08 Thread Dave M G

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35371278/XsessionErrors.txt

-- 
FireFox is totally crash-tastic.
https://bugs.launchpad.net/bugs/477513
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 477513] default_profile_pluginreg.dat.txt

2009-11-08 Thread Dave M G

** Attachment added: default_profile_pluginreg.dat.txt
   http://launchpadlibrarian.net/35371280/default_profile_pluginreg.dat.txt

-- 
FireFox is totally crash-tastic.
https://bugs.launchpad.net/bugs/477513
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 477513] profiles.ini.txt

2009-11-08 Thread Dave M G

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/35371281/profiles.ini.txt

** Changed in: firefox-3.5 (Ubuntu)
   Status: Incomplete = New

** Tags added: apport-collected

-- 
FireFox is totally crash-tastic.
https://bugs.launchpad.net/bugs/477513
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 477513] [NEW] FireFox is totally crash-tastic.

2009-11-07 Thread Dave M G
Public bug reported:

Binary package hint: firefox-3.5

I'm running FireFox 3.5.4 on Ubuntu 9.10. It is a fresh install on a new
machine.

FireFox crashes routinely. It is not predictable in terms of time or
number of pages. But it is guaranteed to crash if given enough time and
activity.

I've had this problem almost continually with FireFox since at least
version 3.0 on all my Ubuntu machines. I've reported bugs before, but
was always told to create a clean, extension free profile. Which was  a
hassle, so I didn't bother.

Until now. Since I just installed Ubuntu and FireFox on a brand new
machine, and discovered immediately that the crash problem was still
here, I figured this was the time to make a definitive report.

I made a totally extension free profile and then just went around to
random web sites. It crashed within a minute.

Because I ran it from the command line, I have all the command line
output, which I'll share with you. It's attached in a text file to this
bug report.

I hope a solution can be found, because FireFox crashes like it's going
out of style.

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

-- 
FireFox is totally crash-tastic.
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox is totally crash-tastic.

2009-11-07 Thread Dave M G

** Attachment added: Command line output from FireFox crashes
   http://launchpadlibrarian.net/35316183/FireFox_Crash_Output.txt

-- 
FireFox is totally crash-tastic.
https://bugs.launchpad.net/bugs/477513
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 477513] Re: FireFox is totally crash-tastic.

2009-11-07 Thread Dave M G
Ubuntu

Release 9.10 (karmic)
Kernel Linux 2.6.31-14-generic

Hardware

Memory: 2.0GB
Processor 0: Inten(R) Core(TM)2 Quad CPU Q800 @ 2.66GHz
Processor 1: Inten(R) Core(TM)2 Quad CPU Q800 @ 2.66GHz
Processor 2: Inten(R) Core(TM)2 Quad CPU Q800 @ 2.66GHz
Processor 3: Inten(R) Core(TM)2 Quad CPU Q800 @ 2.66GHz

System Status

Available disk space: 286.3 GB

-- 
FireFox is totally crash-tastic.
https://bugs.launchpad.net/bugs/477513
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 440110] Re: Flash intermitently crashes FireFox 3.5

2009-10-05 Thread Dave M G
When this happens, FireFox closes completely. It does not give me any
option to submit a crash report. The window simply, and abruptly,
disappears from my desktop. If I have more than one window, they all
disappear together.

-- 
Flash intermitently crashes FireFox 3.5
https://bugs.launchpad.net/bugs/440110
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 358333] Re: system freeze on facebook surfing

2009-10-01 Thread Dave M G
I found this thread because I am also experiencing memory issues when
visiting Facebook and some other sites (LinkedIn.com is another) with
Firefox 3.5 on Ubuntu 9.04.

Facebook is overall very slow, but certain pages in particular, such as
friend search and photo galleries, take up so much memory that the
browser becomes slow to the point where it is unusable, and may even
freeze for long periods. If I am lucky, I can close the tab and regain
control. Other times I have to kill the FireFox process.

-- 
system freeze on facebook surfing
https://bugs.launchpad.net/bugs/358333
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 440110] Re: Flash intermitently crashes FireFox 3.5

2009-10-01 Thread Dave M G

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

-- 
Flash intermitently crashes FireFox 3.5
https://bugs.launchpad.net/bugs/440110
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 440110] [NEW] Flash intermitently crashes FireFox 3.5

2009-10-01 Thread Dave M G
Public bug reported:

Binary package hint: firefox-3.5

I have seen bug reports about Flash crashing FireFox when in fullscreen
mode, but that is not the case here.

In my case, web sites will crash FireFox 3.5.3 when changing to a new
video, or navigating to a new page with Flash content, particularly
Flash video content. The video does not have to be full screen, and it
almost never is.

It doesn't always happen. It seems to be contingent on having been
browsing for a while. My guess is that there is some kind of build up in
memory, and after a certain threshold is reached, then FireFox crashes.

When I restart FireFox after such a crash, I can restore the pages I
had, and the page that caused the crash will work just fine.

However, after some amount of browsing, eventually I will inevitably hit
another page which causes a crash.

Unfortunately, the time it takes, or the number of pages with video
content it takes to cause a crash varies, so I can not specify exact
steps to cause a crash. But I can say with assurance that if I keep
browsing and navigating from page to page, eventually hitting a Flash
video page that causes a crash is a certainty.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: firefox-3.5 3.5.3+build1+nobinonly-0ubuntu0.9.04.2
ProcEnviron:
 PATH=(custom, user)
 LANG=ja_JP.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.5
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-bug i386

-- 
Flash intermitently crashes FireFox 3.5
https://bugs.launchpad.net/bugs/440110
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 371095] Re: [i855] Intel Video completely unusable in Jaunty

2009-06-09 Thread Dave M G
Hello. Original reporter here.

Sorry for not responding.

Problem was solved by reverting the xorg driver as suggested by Eddie
Padilla above.

The trick to getting around the startx command problems that I had
reported earlier was to use ctrl+alt+F7 instead. For whatever reason,
that worked.

Thank you for having taken the time to consider my issue, and I hope
future versions of Ubuntu will handle this issue a little more smoothly.

-- 
[i855] Intel Video completely unusable in Jaunty
https://bugs.launchpad.net/bugs/371095
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 371095] Re: Intel Video completely unusable in Jaunty

2009-05-03 Thread Dave M G
Eddie,

Thanks for responding.

After booting the live CD and reverting the Xorg intel driver, I can't
get X to come back up.

I try the exit and logout commands, and it just keeps coming back to a 
prompt that says:
ubu...@ubuntu:~$

No matter how long I wait, I don't get any autologin.

If I try the startx command, it says:
Server is already active for display 0. 

And goes back to a command prompt.

In short, I can't seem to get X to start back up once the driver has
been reverted.

-- 
Intel Video completely unusable in Jaunty
https://bugs.launchpad.net/bugs/371095
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 371095] [NEW] Intel Video completely unusable in Jaunty

2009-05-02 Thread Dave M G
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I have seen other bugs reported about intel video drivers and Jaunty,
however, all of them seem to be performance issues such as slow
responsiveness or choppy video.

In my case, the problem is so severe that Jaunty is completely unusable.

I have a Panasonic  Let's Note CF-Y2 laptop with an Intel 82852/855GM
Integrated Graphics Device. The Let's Note series of laptops is the
Japanese name for the Toughbook series released in the US.

The laptop has been running Xubuntu and Ubuntu since 8.04, and never had
any troubles of any kind.

However, on Jaunty, the desktop resolution is over-sized in such a way
so that only the top left quarter or eighth fills the entire screen.
Also, it's not just that the desktop is larger than the screen, it sort
of doubles back on itself, so there's a kind of rasterized look, and
different parts of the desktop overlap each other. The bottom 2 thirds
of the screen area are outside of the viewable screen space.

In short, it is completely unusable.

This is the case also when I use the Live CD.

I attempted to run some proposed fixes, as suggested at:

http://ubuntuforums.org/showthread.php?t=1136738

However, I need to use my laptop on a daily basis, so I had to revert
back to 8.10.

I would like to upgrade to Jaunty, but can not until I can be assured
that this bug is fixed.

So I am filing a bug report in hopes of being alerted when Intel video
driver issues have been resolved.

Thanks for your help.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Intel Video completely unusable in Jaunty
https://bugs.launchpad.net/bugs/371095
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 367883] Re: Can't install 'ubuntu-desktop' on Jaunty final release

2009-04-29 Thread Dave M G
I really needed to use my computer, so I reformatted the drive and
installed Jaunty fresh.

So while that does not answer why the problem happened, I am now not
experiencing any difficulties.

For me the bug is no longer an issue. Thanks for trying to help.

-- 
Can't install 'ubuntu-desktop' on Jaunty final release
https://bugs.launchpad.net/bugs/367883
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 367883] Re: Can't install 'ubuntu-desktop' on Jaunty final release

2009-04-28 Thread Dave M G
Michael,

Thanks for the suggestions.

I tried the fix packages option at boot time, and running sudo apt-get
install -f.

Unfortunately. neither has changed the situation.

-- 
Can't install 'ubuntu-desktop' on Jaunty final release
https://bugs.launchpad.net/bugs/367883
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 367883] [NEW] Can't install 'ubuntu-desktop' on Jaunty final release

2009-04-27 Thread Dave M G
Public bug reported:

Binary package hint: ubuntu-desktop

I tried to use the update manager to upgrade from 8.10 to Jaunty 9.04
final release version (on April 27), and it did a partial upgrade and
aborted without much warning. It left my computer in an unstable state,
where applications, like Gnome applets, were crashing.

I rebooted, and Compiz won't load, and it won't read data CDs, and
Nautilus won't run.

I tried running the upgrade again, and got this error:

Can't install 'ubuntu-desktop'
It was impossible to install a required package. Please report this as a bug.

When I close that window, it gives me a window to install only one
package, ubuntu-desktop. So I press the Start upgrade... button, and
get this error:

The upgrade is now aborted. Your system could be in an unusable state. A 
recovery will run now (dpkg --configure -a).
Please report this bug against the 'update-manager' package and include the 
files in /var/log/dist-upgrade/ in the bug report.
installArchives() failed

After that, I press the close button on the error message, and the
upgrade manager quits.

Here is the output of dpkg --configure -a:
 
dpkg: dependency problems prevent configuration of ubuntu-desktop:
 ubuntu-desktop depends on checkbox-gtk; however:
  Package checkbox-gtk is not installed.
 ubuntu-desktop depends on gnome-applets; however:
  Package gnome-applets is not installed.
 ubuntu-desktop depends on gnome-session-canberra; however:
  Package gnome-session-canberra is not installed.
 ubuntu-desktop depends on gstreamer0.10-pulseaudio; however:
  Package gstreamer0.10-pulseaudio is not installed.
 ubuntu-desktop depends on nautilus; however:
  Package nautilus is not installed.
 ubuntu-desktop depends on notify-osd; however:
  Package notify-osd is not installed.
 ubuntu-desktop depends on pulseaudio; however:
  Package pulseaudio is not installed.
 ubuntu-desktop depends on pulseaudio-esound-compat; however:
  Package pulseaudio-esound-compat is not installed.
dpkg: error processing ubuntu-desktop (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 ubuntu-desktop

I tried installing some dependancies with Synaptic, but they all in turn
reported other dependency problems.

I've attached the contents of /var/log/dist-upgrade as instructed by the
error message.

My computer is now in an unuseable state, so I hope someone can help me
resolve this soon.

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

-- 
Can't install 'ubuntu-desktop' on Jaunty final release
https://bugs.launchpad.net/bugs/367883
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 367883] Re: Can't install 'ubuntu-desktop' on Jaunty final release

2009-04-27 Thread Dave M G

** Attachment added: upgrade_problem.tar
   http://launchpadlibrarian.net/26024397/upgrade_problem.tar

-- 
Can't install 'ubuntu-desktop' on Jaunty final release
https://bugs.launchpad.net/bugs/367883
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 282203] Re: Wacom tablet hotplug is no longer enabled by default

2008-11-01 Thread Dave M G
Alexia,

Thank you for taking the time to explain the situation clearly.

I'm relieved to know that the new HAL settings apply to devices that are
added and removed after booting the computer. My Wacom is permanently
attached, so I guess I can safely side step the HAL issues.

Whoever is making documentation might do well to make this clear so that
newbies like myself don't panic. I thought a new, less functional,
regime that I could not avoid was being imposed on me.

As far as fixing it goes...

To make a long story short, instead of editing my xorg.conf to try and
figure out what settings should be commented out and which ones
included, I simply restored a backed up version from about three months
ago.

It seems to work fine.  I am currently enjoyed a working Wacom tablet
again.

With much relief, thank you.

Dave M G

-- 
Wacom tablet hotplug is no longer enabled by default
https://bugs.launchpad.net/bugs/282203
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 282203] Re: Wacom tablet hotplug is no longer enabled by default

2008-10-31 Thread Dave M G
As a graphics developer and not a technical person, I'm struggling with
the new settings for my Wacom.

It does, as described here, automatically detect the tablet and allow
use of the stylus only, with no options for configuration.

However, this limited functionality is not sufficient for the graphics
that I do with Ubuntu, so I wanted to get my xorg.conf settings back in
action.

I was led to believe that this was possible by the notes on this web page:
https://help.ubuntu.com/community/Wacom

Option B states that you can configure the tablet using the old
method. But at the same time, it says you risk hosing X, without any
tangible advice on what the causes and possible workarounds for why X
gets hosed and how that might be avoided.

I have discovered that, so far as I can tell, any attempt to modify
xorg.conf, makes X unbootable. I get an error which gives me three
options of reconfigure X, proceed with current settings, or one other
that I can't recall. In any case, no matter what I choose, the screen
flickers and it ends up back at the same choices. The only way I can
regain control of my system is to book into a text mode and restore my
backup of xorg.conf.

This whole situation is very frustrating, given that Wacom tablets have
long been difficult to set up and configure. Now, after years of finally
getting to a point of usability, the situation seems to have been pushed
back to square one.

The note at the top of this page says The only negative side-effect I
see is that it interferes with the set-up of any people who have their
devices already configured in X conf file. And those people are more
than capable of removing the fdi file. Unfortunately, I think that's
over estimating those of us who struggled to configure xorg.conf in the
first place.

I have no idea what an fdi file is, or half of the comments and
instructions on this page mean. I am wary of experimenting because I've
already crashed X by following instructions.

Can someone perhaps break it down into everyday speech as to what,
exactly, a non-expert user does to regain the Wacom use they had in
Hardy?

Thank you for your help.

-- 
Wacom tablet hotplug is no longer enabled by default
https://bugs.launchpad.net/bugs/282203
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 237891] Re: NFS Error on boot up [SOLVED]

2008-06-10 Thread Dave M G
This bug disappeared after a complete re-install of Hardy.

-- 
NFS Error on boot up
https://bugs.launchpad.net/bugs/237891
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 237891] [NEW] NFS Error on boot up

2008-06-06 Thread Dave M G
Public bug reported:

I'm using Ubuntu 8.04. Since upgrading, I've been getting these boot
error messages. I only notice them now because when my laptop boots, the
graphical boot up screen changes to a text display, which didn't happen
before.

I tried finding out about this by searching the net, but I can't even
find any mention of these errors. The only hits I'm getting now are
references to my own postings asking about this.

On all the mailing lists, I've got absolutely no response, seemingly
because the issue is totally unfamiliar to everyone...?

Anyway, here are the errors I'm seeing:

lockd: Unknown parameter `nlm_udport'
nfs: Unknown symbol nlmclnt_proc
nfs: Unknown symbol lockd_down
nfs: Unknown symbol lockd_up
lockd: Unknown parameter `nlm_udport'
nfsd: Unknown symbol lockd_down
nfsd: Unknown symbol lockd_up
nfsd: Unknown symbol get_nfs_grace_period
nfsd: Unknown symbol nlmsvc_ops

There's another error that comes attached to these messages that say
Error inserting nfs or something like that, but I can't find any log
file that keeps it. If I find it I will post it here.

Any advice would be greatly appreciated.

Any help would be much appreciated.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
NFS Error on boot up
https://bugs.launchpad.net/bugs/237891
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 221024] [NEW] kde-i18n-nds not installed by system-settings

2008-04-23 Thread M G Berberich
Public bug reported:

Installing Plattdeutsch (nds) from within the KDE system-settings “add
language” menu, has installed lots of nds-packages but has not installed
kde-i18n-nds.

Ubuntu hardy 2008-04-23.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
kde-i18n-nds not installed by system-settings
https://bugs.launchpad.net/bugs/221024
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

Re: [Bug 112740] Re: Feisty: Laptop reports overheating and shuts down when not even warm

2007-12-04 Thread Dave M G
Brian,

 Thank you for taking the time to report this bug and helping to make
 Ubuntu better.  You reported this bug a while ago and there hasn't been
 any activity in recently.  We were wondering if this is still an issue
 for you?  Thanks in advance.

Thanks for getting back in touch.

The problem seems to have been resolved with an upgrade to Gutsy.

So unfortunately I can't say what the problem was, just that it does not 
seem to be there anymore.

-- 
Dave M G

-- 
Feisty: Laptop reports overheating and shuts down when not even warm
https://bugs.launchpad.net/bugs/112740
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


Re: [Bug 115848] Re: Keyboard issues

2007-05-21 Thread M G Mott
On Mon, 2007-05-21 at 21:04 +, Cesare Tirabassi wrote:
 Please include as attachments the following additional information, as
 required by the Ubuntu Kernel Team:
 
 1. Please include the output of the command 'uname -a' in your next
 response. It should be one, long line of text which includes the exact
 kernel version you're running, as well as the CPU architecture.
 
 2. Please run the command 'dmesg  dmesg.log' and attach the resulting
 file 'dmesg.log' to this bug report.
 
 3. Please run the command '

   lspci-vvnn.log' and attach
 the resulting file 'lspci-vvnn.log' to this bug report.
 
 For your reference, the full description of procedures for kernel-
 related bug reports is available at
 https://wiki.ubuntu.com/KernelTeamBugPolicies .
 
 Thanks in advance on behalf of the Kernel Team!
 
 ** Changed in: linux-source-2.6.20 (Ubuntu)
 Sourcepackagename: hal = linux-source-2.6.20
 
 ** Changed in: linux-source-2.6.20 (Ubuntu)
Status: Unconfirmed = Needs In


Here is the stuff you asked for: Merle Mott

 Linux merle-desktop 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC
 2007 i686 GNU/Linux


[EMAIL PROTECTED]:~$ dmesg
[0.00] Linux version 2.6.20-15-generic ([EMAIL PROTECTED]) (gcc
version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC
2007 (Ubuntu 2.6.20-15.27-generic)
[0.00] BIOS-provided physical RAM map:
[0.00] sanitize start
[0.00] sanitize end
[0.00] copy_e820_map() start:  size:
000a end: 000a type: 1
[0.00] copy_e820_map() type is E820_RAM
[0.00] copy_e820_map() start: 000f size:
0001 end: 0010 type: 2
[0.00] copy_e820_map() start: 0010 size:
2fef end: 2fff type: 1
[0.00] copy_e820_map() type is E820_RAM
[0.00] copy_e820_map() start: 2fff size:
3000 end: 2fff3000 type: 4
[0.00] copy_e820_map() start: 2fff3000 size:
d000 end: 3000 type: 3
[0.00] copy_e820_map() start:  size:
0001 end: 0001 type: 2
[0.00]  BIOS-e820:  - 000a (usable)
[0.00]  BIOS-e820: 000f - 0010
(reserved)
[0.00]  BIOS-e820: 0010 - 2fff (usable)
[0.00]  BIOS-e820: 2fff - 2fff3000 (ACPI
NVS)
[0.00]  BIOS-e820: 2fff3000 - 3000 (ACPI
data)
[0.00]  BIOS-e820:  - 0001
(reserved)
[0.00] 0MB HIGHMEM available.
[0.00] 767MB LOWMEM available.
[0.00] Entering add_active_range(0, 0, 196592) 0 entries of 256
used
[0.00] Zone PFN ranges:
[0.00]   DMA 0 - 4096
[0.00]   Normal   4096 -   196592
[0.00]   HighMem196592 -   196592
[0.00] early_node_map[1] active PFN ranges
[0.00] 0:0 -   196592
[0.00] On node 0 totalpages: 196592
[0.00]   DMA zone: 32 pages used for memmap
[0.00]   DMA zone: 0 pages reserved
[0.00]   DMA zone: 4064 pages, LIFO batch:0
[0.00]   Normal zone: 1503 pages used for memmap
[0.00]   Normal zone: 190993 pages, LIFO batch:31
[0.00]   HighMem zone: 0 pages used for memmap
[0.00] DMI 2.2 present.
[0.00] ACPI: RSDP (v000 VIA694)
@ 0x000f6ce0
[0.00] ACPI: RSDT (v001 VIA694 AWRDACPI 0x42302e31 AWRD
0x) @ 0x2fff3000
[0.00] ACPI: FADT (v001 VIA694 AWRDACPI 0x42302e31 AWRD
0x) @ 0x2fff3040
[0.00] ACPI: DSDT (v001 VIA694 AWRDACPI 0x1000 MSFT
0x010d) @ 0x
[0.00] ACPI: PM-Timer IO Port: 0x4008
[0.00] Allocating PCI resources starting at 4000 (gap:
3000:cfff)
[0.00] Detected 1049.971 MHz processor.
[   28.533958] Built 1 zonelists.  Total pages: 195057
[   28.533964] Kernel command line:
root=UUID=81dc1d2d-9257-4471-8cb4-8b99dc35708b ro quiet splash
[   28.534271] Local APIC disabled by BIOS -- you can enable it with
lapic
[   28.534286] mapped APIC to d000 (0160c000)
[   28.534293] Enabling fast FPU save and restore... done.
[   28.534297] Enabling unmasked SIMD FPU exception support... done.
[   28.534315] Initializing CPU#0
[   28.534410] PID hash table entries: 4096 (order: 12, 16384 bytes)
[   28.535497] Console: colour VGA+ 80x25
[   28.536631] Dentry cache hash table entries: 131072 (order: 7, 524288
bytes)
[   28.538866] Inode-cache hash table entries: 65536 (order: 6, 262144
bytes)
[   28.575637] Memory: 768064k/786368k available (1992k kernel code,
17648k reserved, 893k data, 328k init, 0k highmem)
[   28.575657] virtual kernel memory layout:
[   28.575659] fixmap  : 0xfff4e000 - 0xf000   ( 708 kB)
[   28.575661] pkmap   : 0xff80 - 0xffc0   (4096 kB)
[   28.575664] 

Re: [Bug 104470] Re: firefox crashed -- libflashplayer.so

2007-05-15 Thread Dave M G
The workaround seems to work on my system. What I do specifically is:

1. Open a new FireFox window.
2. Go to Youtube and select to open any random video.
3. Press pause so it doesn't reach the end.
4. Minimize that window.
5. Open a new FireFox window.
6. In the new browser, surf the net, watch videos, do whatever.

With at least one instance of Flash running in another FireFox window, 
Flash does not crash.

Thank you for reporting this workaround. Though I hope Flash, FireFox, 
or Ubuntu will eventually be resolved for so as not to have this problem 
with Flash and hda intel sound drivers.

-- 
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386

-- 
firefox crashed -- libflashplayer.so
https://bugs.launchpad.net/bugs/104470
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


Re: [Bug 104470] Re: firefox crashed -- libflashplayer.so

2007-05-10 Thread Dave M G
Drew,
 making me wonder about the audio driver, alsa, flash, or some interaction 
 therein.
This sounds possible. I have had some audio driver issues, and I have a 
similar HDA onboard sound device.

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC882 Analog [ALC882 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC882 Digital [ALC882 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

-- 
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386

-- 
firefox crashed -- libflashplayer.so
https://bugs.launchpad.net/bugs/104470
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


Re: [Bug 107415] Re: [FEISTY FAWN] SD Card does not automount or appear on desktop

2007-05-08 Thread Dave M G

I have solved the SD card issue.

Feisty will not automatically read cards formatted on my Palm Pilot. 
Dapper and Edgy could, but Feisty won't.

However, if I format the card within Feisty (I used Gparted) to FAT16, 
it both works on the Palm Pilot and when I put it in my computer's card 
reader it automatically shows up on the desktop.

I don't know why Feisty doesn't like Palm Pilot formatted SD cards (it's 
just FAT16, not any special Palm format), but this is the root of the issue.

I think Feisty may still have some problem with how it reads cards, but 
at least this is a livable workaround - format cards on the desktop, not 
on the Palm.

-- 
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386

-- 
[FEISTY FAWN] SD Card does not automount or appear on desktop
https://bugs.launchpad.net/bugs/107415
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 104470] Re: firefox crashed -- libflashplayer.so

2007-05-05 Thread Dave M G
Hello.

I get the same behavior as described by others in this thread. Firefox
will hang and requires me to forcibly kill it.

For me this most often happens when switching from one video to another.
But, as others have pointed out, there is also a random component to it,
making it hard to predict when it will happen next.

I can also add that this is not exclusive to YouTube. I get crashes when
playing flash on other video sites, and even flash based games.

I see this bug is being handled, but if I can contribute any additional
information that might help, please let me know.

Otherwise I mainly just wanted to post so that I will be appraised of
updates to this problem.

Thank you all for your hard work on making Ubuntu a great OS.

-- 
firefox crashed -- libflashplayer.so
https://bugs.launchpad.net/bugs/104470
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 112740] Feisty: Laptop reports overheating and shuts down when not even warm

2007-05-05 Thread Dave M G
Public bug reported:

I have a Compaq laptop, which had been running Ubuntu Edgy without any
problems for about 4 months.

Recently, I upgraded it to Feisty. After that, it would consistently
shut down after a few minutes work, with an error message saying that it
had reached a temperature of 41 degrees Celcius and needing to stop. The
laptop does not feel physically warm at all. And it does not seem to
occur in connection with CPU usage levels.

Using GRUB, I can boot back to the previous kernel (2.6.17), and this
problem never happens. It only happens with the new Fiesty kernel
(2.6.20).

So, for now, I am running exclusively with the older kernel in order to
keep using the computer. However, it would be nice to have this problem
solved.

Thank you for your time. If there is any additional information I can
provide, please let me know.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Feisty: Laptop reports overheating and shuts down when not even warm
https://bugs.launchpad.net/bugs/112740
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 107415] Re: [FEISTY FAWN] SD Card does not automount or appear on desktop

2007-04-27 Thread Dave M G
My SD card is internal.

But it is on the USB bus.

I will take a look at the debugging page you provide and hopefully
provide more insight soon.

-- 
[FEISTY FAWN] SD Card does not automount or appear on desktop
https://bugs.launchpad.net/bugs/107415
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 99162] Re: Bug in sound driver (audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink profile=chat: Resource busy or not available.)

2007-04-24 Thread Dave M G
I think I7m suffering the same or a similar bug.

I can not get any sound at all, no matter what I do, despite the card
seemingly being identified and ALSA driver's loaded.

I have a fresh install of Feisty. I have an external USB audio device by
Kenwood. In alsamixer it is shown to be unmuted.

$ aplay -l
 List of PLAYBACK Hardware Devices 
card 1: Device [Kenwood  Audio Device], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
$ asoundconf list
Names of available sound cards:
Device

The only error output I get is when I go to Preferences-Sound, and select to 
test Sound PLayback* with Alsa selected from the drop down menu. Then I get 
this error:
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! 
gconfaudiosink: Could not open resource for writing.

If I select to test USB audio, or Autodetect, I get a dialog box that
says sound is playing, but I get no sound through my device.

This must be a bug somewhere, as I can:t find any other way of
determining what is wrong, and I feel like I've been through every sound
trouble shooting web page on the net.

I even thought my Kenwood might be broken, but I just confirmed it is
running by hooking it up to a Windows laptop which played without any
trouble.

I'm eager for a solution, or even a workaround.

Thank you for your time and effort. If I can provide any more
information or assistance to get this working, please let me know.

-- 
Bug in sound driver (audiotestsrc wave=sine freq=512 ! audioconvert ! 
audioresample ! gconfaudiosink profile=chat: Resource busy or not available.)
https://bugs.launchpad.net/bugs/99162
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


Re: [Bug 107415] Re: [FEISTY FAWN] SD Card does not automount or appear on desktop

2007-04-20 Thread Dave M G
Olivier,

Thank you for continuing to be helpful.
 because the pmount trick was necessary one week ago but now it works
 like a charm :-)
   
So far not on my system. I've upgraded two computers, and neither 
automatically create icons on the desktop for inserted SD cards.

 What is your card reader model ? (lspci -v will give you that)

These are the USB related outputs from that command with an SD card 
inserted and mounted. I'm not sure which one refers to my multi-card reader:

00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#1 (rev 01) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 18
I/O ports at 8000 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#2 (rev 01) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 17
I/O ports at 8400 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#3 (rev 01) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 19
I/O ports at 8800 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
#4 (rev 01) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 20
I/O ports at 9000 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 01) (prog-if 20 [EHCI])
Subsystem: ASUSTeK Computer Inc. Unknown device 8179
Flags: bus master, medium devsel, latency 0, IRQ 18
Memory at cddffc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: access denied


-- 
Dave M G
Ubuntu 7.04 Feisty Fawn
Kernel 2.6.20-15-generic
Pentium D Dual Core Processor

-- 
[FEISTY FAWN] SD Card does not automount or appear on desktop
https://bugs.launchpad.net/bugs/107415
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


Re: [Bug 103167] Re: [apport] baobab crashed with SIGSEGV in gtk_tree_model_get_valist()

2007-04-19 Thread Dave M G
Fabio,

Thank you for assisting.
 Dave,
 was the scan still in progress when deleting the file? Did you have the
 Monitor home dir changes option active or not?
   

I'm sorry, but I don't think I know the answer to either of these 
questions. The bug error output was generating automatically.

I was not deleting any file, and I don't know what option that is.

Sorry I can't be of any more help.

-- 
Dave M G
Ubuntu 7.04 Feisty Fawn
Kernel 2.6.20-15-generic
Pentium D Dual Core Processor

-- 
[apport] baobab crashed with SIGSEGV in gtk_tree_model_get_valist()
https://bugs.launchpad.net/bugs/103167
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


Re: [Bug 107415] Re: [FEISTY FAWN] SD Card does not automount or appear on desktop

2007-04-19 Thread Dave M G
Olivier,
 I think those bugs were for feisty : I had the same problem as you have.
 But this seems to be resolved now in Feisty.
   
I'm definite it's not resolved in Feisty. I have now installed Feisty on 
3 separate machines, and none of them mount SD cards as Dapper or Edgy did.

 by the way, I was still able to mount my SD cards with the pmount
 command.

Thanks for this tip. the pmount command works for me as well.

I will look into the other links and information you provide.

But in principle, I hope that the developers of Feisty will eventually 
make it so that the SD card functionality is as good as it was in Dapper 
and Edgy.

-- 
Dave M G
Ubuntu 7.04 Feisty Fawn
Kernel 2.6.20-15-generic
Pentium D Dual Core Processor

-- 
[FEISTY FAWN] SD Card does not automount or appear on desktop
https://bugs.launchpad.net/bugs/107415
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 107415] [FEISTY FAWN] SD Card does not automount or appear on desktop

2007-04-18 Thread Dave M G
Public bug reported:

I see others have reported similar bugs, but I could not tell from their
bug reports if they were speaking of Feisty Fawn or another build.

In Dapper Drake and Edgy Eft, when one inserted an SD card into a card
reader, there would automatically be a corresponding icon on the
desktop, and a Nautilus browser window would open.

This function is not working in Feisty Fawn at all. It is unclear how or
where to access the contents of the SD card, whether by command line or
anything else.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
[FEISTY FAWN] SD Card does not automount or appear on desktop
https://bugs.launchpad.net/bugs/107415
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


  1   2   >