Re: [Bug 577155] Re: [Lucid] Clicking on firefox status bar causes segmentation fault in X (using radeon)

2014-01-08 Thread Hamish Downer
I no longer have the hardware this bug related to, so please close it.

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

Title:
  [Lucid] Clicking on firefox status bar causes segmentation fault in X
  (using radeon)

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

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


[Bug 1165420] Re: Unable to access indicators from HUD

2013-11-18 Thread Hamish Downer
@ted: I'm interested in the rationale behind this decision. Could you
link to the documents about the design change? A wiki page, an email on
a list? I've done a quick google and not found anything.

For those looking for workarounds, there are a couple on
http://ubuntuforums.org/showthread.php?t=2181447 - the most reasonable
being Alt-F10, left arrow, to get to the indicator menus. Nowhere near
as good as the HUD, but do-able. Gnome-do would be another option.

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

Title:
  Unable to access indicators from HUD

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1165420/+subscriptions

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


[Bug 964270] Re: Ubuntu forgets keyboard shortcuts after a restart

2012-11-04 Thread Hamish Downer
Doing some more playing, I find that my custom keyboard shortcuts are
set as expected when viewed in gconf-editor (
/apps/metacity/window_keybindings/move_to_workspace_up etc and
/apps/metacity/global_keybindings/switch_to_workspace_up etc) but that
doesn't make compiz (or whatever) use them. The view in the keyboard
shortcuts settings dialog does correspond with what the keys do, and
changing the shortcuts there does change them. Not sure if gconf is
actually meant to be used or not ...

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

Title:
  Ubuntu forgets keyboard shortcuts after a restart

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

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


[Bug 964270] Re: Ubuntu forgets keyboard shortcuts after a restart

2012-11-04 Thread Hamish Downer
Another confirmation on 12.10, using Unity. I did not experience this
bug using 12.04.

Interestingly this seems to reset shortcuts where there is a default,
but not new ones. In my case, I replace "Shift to workspace right" with
Ctrl-Alt-h, rather than Ctrl-Alt-right arrow. (And the rest of the vim
direction keys).  This shortcut gets reset. But I also have Ctrl-Alt-m
set (via CCSM) to move a window to the next display port (multi monitor
thing using the compiz Put plugin) as that shortcut survives reboots.

Don't know if that helps narrow it down.

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

Title:
  Ubuntu forgets keyboard shortcuts after a restart

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

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


[Bug 964270] Re: Ubuntu forgets keyboard shortcuts after a restart

2012-11-04 Thread Hamish Downer
** Changed in: gnome-control-center (Ubuntu)
   Status: Opinion => Confirmed

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

Title:
  Ubuntu forgets keyboard shortcuts after a restart

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

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


[Bug 841672] Re: ssh-add does not always unlock ssh keys

2012-04-24 Thread Hamish Downer
Scratch my last workaround (#13). It didn't work. This one does though

Stop gnome-keyring ssh-agent from starting. Then ssh-agent and ssh works
as expected.

To stop gnome-keyring ssh-agent from starting do:

sudo mv /etc/xdg/autostart/gnome-keyring-ssh /etc/xdg/autostart
/gnome-keyring-ssh.desktop.disabled

I first posted this, plus a load of stuff about trying to work through
the problem at http://askubuntu.com/questions/122824/how-to-manually-
trigger-ssh-add-dialog-box/

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

Title:
  ssh-add does not always unlock ssh keys

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

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


[Bug 841672] Re: ssh-add does not always unlock ssh keys

2012-04-20 Thread Hamish Downer
I found a way to trigger the gnome dialog box directly, so I only have
to enter the ssh password once.

I created ~/bin/gssh-add and put the following in it:

SSH_ASK_PASS=/usr/bin/ssh-askpass ssh-add

I then make it executable:

chmod +x ~/bin/gssh-add

And then I launch it using Alt+F2. That triggers the gnome dialog box.

Note that if you run gssh-add from the terminal it will not trigger the
gnome dialog box. See the ENVIRONMENT section of the ssh-add man page
for details as to why.

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

Title:
  ssh-add does not always unlock ssh keys

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

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


[Bug 841672] Re: ssh-add does not always unlock ssh keys

2012-04-03 Thread Hamish Downer
My use case is that I have a script (using tmuxinator) that opens
several shells inside tmux and executes ssh in them, all at once. I run
ssh-add before starting the script, so that I only have to enter the
passphrase once. However with this behaviour I have to enter the
passphrase into the gui dialog box multiple times.

After that ssh and the agent work as expected. But I can't seem to
unlock the ssh key properly before starting an actual ssh session.

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

Title:
  ssh-add does not always unlock ssh keys

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

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


[Bug 794373] Re: gcc now returns -1 when passed -R

2011-12-26 Thread Hamish Downer
This also breaks some configure scripts. I just hit this while trying to
install some ruby gems

  sudo gem install xapian-full

This failed and in the config.log I found

configure:3888: gcc   -R/var/lib/gems/1.8/gems/xapian-full-1.2.3/lib conftest.c 
 >&5
gcc: error: unrecognized option '-R'
configure:3892: $? = 1
configure:3930: result: no

Is this something I should report to the package maintainer? Or is there
anything else I can do? Or is this bug actually valid?

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

Title:
  gcc now returns -1 when passed -R

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/794373/+subscriptions

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


[Bug 778418] Re: global menu disappear in digikam after first use

2011-10-16 Thread Hamish Downer
Just checked and

APPMENU_DISPLAY_BOTH=1 gedit

still works as you would expect. So it is not the case that the option
to display the menu in the window has been taken away.

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

Title:
  global menu disappear in digikam after first use

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/778418/+subscriptions

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


[Bug 778418] Re: global menu disappear in digikam after first use

2011-10-16 Thread Hamish Downer
I have now upgraded to Ubuntu 11.10. If I don't set any environment
variable then I get the behaviour originally mentioned - the menu bar
for the editor appears only the first time the editor is launched.
However if I set either APPMENU_DISPLAY_BOTH=1 or
QT_X11_NO_NATIVE_MENUBAR=1 then the digikam editor *never* has a menu
item.

So at this point the only way I've found to launch the editor twice with
menus is to quit digikam entirely. Which given the long amount of time
digikam takes to start up is rather annoying.

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

Title:
  global menu disappear in digikam after first use

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/778418/+subscriptions

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


[Bug 865912] Re: Nautilus crash with segfault at libgconf

2011-10-09 Thread Hamish Downer
*** This bug is a duplicate of bug 865115 ***
https://bugs.launchpad.net/bugs/865115

** This bug has been marked a duplicate of bug 865115
   nautilus crashed with SIGSEGV in gconf_client_get(), if both 
nautilus-open-terminal and ubuntuone-client-gnome are installed

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

Title:
  Nautilus crash with segfault at libgconf

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

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


[Bug 871350] Re: Nautilus segfault when opening large directory of photos on camera

2011-10-09 Thread Hamish Downer
*** This bug is a duplicate of bug 865115 ***
https://bugs.launchpad.net/bugs/865115

My mistake - I did have nautilus-open-terminal installed, even though
aptitude search showed it as 'p' (purged). Will mark as duplicate.

** This bug has been marked a duplicate of bug 865115
   nautilus crashed with SIGSEGV in gconf_client_get(), if both 
nautilus-open-terminal and ubuntuone-client-gnome are installed

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

Title:
  Nautilus segfault when opening large directory of photos on camera

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

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


[Bug 871350] Re: Nautilus segfault when opening large directory of photos on camera

2011-10-09 Thread Hamish Downer
Just done some clicking about, and noticed bugs #865115 and #865912 but
I don't have nautilus-open-terminal installed.

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

Title:
  Nautilus segfault when opening large directory of photos on camera

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

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


[Bug 871350] Re: Nautilus segfault when opening large directory of photos on camera

2011-10-09 Thread Hamish Downer
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/871350

Title:
  Nautilus segfault when opening large directory of photos on camera

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

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


[Bug 871350] [NEW] Nautilus segfault when opening large directory of photos on camera

2011-10-09 Thread Hamish Downer
Public bug reported:

Nautilus crashed while I was opening a large directory of photos on my
camera (plugged in via USB). It got as far as showing the list of
photos, I scrolled to the bottom, started selecting the photos I wanted
and then it crashed. I found this in /var/log/messages

Oct  9 17:00:52 whisper kernel: [12568.781796] nautilus[17953]: segfault
at 70008 ip 7f16f10c68be sp 7fff8d1e7790 error 4 in
libgconf-2.so.4.1.5[7f16f10ac000+2d000]

So it's possible that the bug is actually in libgconf, but I'm not sure
how to debug further.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.0-0ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Sun Oct  9 17:02:28 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to oneiric on 2011-10-01 (8 days ago)

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


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

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

Title:
  Nautilus segfault when opening large directory of photos on camera

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

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


[Bug 866074] Re: unity --reset dies

2011-10-04 Thread Hamish Downer
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/866074

Title:
  unity --reset dies

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

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


[Bug 866074] [NEW] unity --reset dies

2011-10-04 Thread Hamish Downer
Public bug reported:

I've just upgraded to 11.10 and I've had a number of compiz crashes and
I've ended up at the point where unity has disappeared - no launcher, no
dash, no icons at the top right of the screen. I do still have a bar
along the top, the wallpaper, icons on the desktop and nautilus menus.

I also have a terminal launch on login so I can run commands on that. I
tried doing

unity --reset

But that dies. Some of the output is:

unity-panel-service: no process found
Checking if settings need to be migrated ...no
Checking if internal files need to be migrated ...no
Backend : gconf
Integration : true
Profile : default
Adding plugins
Skipping upgrade com.canonical.unity.unity.01.upgrade
Skipping upgrade com.canonical.unity.unity.02.upgrade
Initializing core options...done
...
compiz (expo) - Warn: failed to bind image to texture
Initializing expo options...done
...
Initializing session options...done
Setting Update "run_command_terminal_key"
...
Setting Update "down_window_key"

And at that point it stops - let me know if you want the full output.
Looking at the output of ps -ef I see:

mish 31363 27823  0 11:03 pts/000:00:00 /usr/bin/python /usr/bin/unity 
--reset
mish 31365 31363  0 11:03 pts/000:00:00 /bin/sh -c compiz --replace
mish 31366 31365  0 11:03 pts/000:00:02 compiz --replace
mish 31367 31363  0 11:03 pts/000:00:00 [killall] 

So maybe this is actually a compiz problem. I've just done a compiz
update and the version is 1:0.9.6+bzr20110929-0ubuntu2 (as reported by
apt).

I've also tried Unity 2D and that works fine.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.20.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Tue Oct  4 11:11:01 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to oneiric on 2011-10-01 (2 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  unity --reset dies

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

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


[Bug 786425] Re: 'system load indicator' makes compiz leak memory

2011-05-22 Thread Hamish Downer
*** This bug is a duplicate of bug 779717 ***
https://bugs.launchpad.net/bugs/779717

** This bug has been marked a duplicate of bug 779717
   indicator-multiload causes a memory leak in compiz when run under unity

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

Title:
  'system load indicator' makes compiz leak memory

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


[Bug 586927] Re: Boot hangs occasionally - Fujistu-Siemens Esprimo desktop - Lucid

2010-05-28 Thread Hamish Downer

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/49273228/AlsaDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/49273229/BootDmesg.txt

** Attachment added: "CRDA.txt"
   http://launchpadlibrarian.net/49273231/CRDA.txt

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

** Attachment added: "Card0.Codecs.codec.2.txt"
   http://launchpadlibrarian.net/49273234/Card0.Codecs.codec.2.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/49273235/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/49273237/Dependencies.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/49273238/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/49273239/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/49273241/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/49273242/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/49273243/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/49273244/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/49273245/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/49273246/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/49273247/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/49273248/WifiSyslog.txt

-- 
Boot hangs occasionally - Fujistu-Siemens Esprimo desktop - Lucid
https://bugs.launchpad.net/bugs/586927
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 586927] [NEW] Boot hangs occasionally - Fujistu-Siemens Esprimo desktop - Lucid

2010-05-28 Thread Hamish Downer
Public bug reported:

Everyone now and then boot hangs. This probably happens about once a
week, and I boot the computer once or twice a day. When it happens I
hold the power button until it powers down, power up again and it's
fine. When it hangs it shows the message:

(process:311): Glib-WARNING **: getpwuid_r(): failed due to unknown user
id (0)

I am aware of bug 532984, but in comment 27 we are asked to file new
bugs for this message, so here is mine.

I haven't yet tried pressing other keys on my keyboard when boot stops
to see if it continues booting or goes straight to gdm. I'll try that
next time it happens. Also I note that it appears to be a clean shut
down. I have done 'ubuntu-bug linux' on the first boot after it
happening once, so hopefully there is some sort of useful info in the
attached files.

Let me know if there is any other specific information you want from me.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-22-generic 2.6.32-22.33
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mish   4463 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd012 irq 20'
   Mixer name   : 'Realtek ALC260'
   Components   : 'HDA:10ec0260,17340186,00100400'
   Controls  : 15
   Simple ctrls  : 9
Date: Fri May 28 18:38:01 2010
EcryptfsInUse: Yes
Frequency: Once a week.
HibernationDevice: RESUME=UUID=8579b3af-b409-46b9-8b0b-77356347ed06
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MachineType: FUJITSU SIEMENS ESPRIMO E
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic 
root=UUID=156d9c32-4c9b-465e-b728-6ae62a245574 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34
RfKill:
 0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
dmi.bios.date: 09/18/2006
dmi.bios.vendor: FUJITSU SIEMENS // Phoenix Technologies Ltd.
dmi.bios.version: 6.00 R1.02.2348.A2
dmi.board.name: D2348-A2
dmi.board.vendor: FUJITSU SIEMENS
dmi.board.version: S26361-D2348-A2
dmi.chassis.type: 6
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.chassis.version: ESPE
dmi.modalias: 
dmi:bvnFUJITSUSIEMENS//PhoenixTechnologiesLtd.:bvr6.00R1.02.2348.A2:bd09/18/2006:svnFUJITSUSIEMENS:pnESPRIMOE:pvr:rvnFUJITSUSIEMENS:rnD2348-A2:rvrS26361-D2348-A2:cvnFUJITSUSIEMENS:ct6:cvrESPE:
dmi.product.name: ESPRIMO E
dmi.sys.vendor: FUJITSU SIEMENS

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


** Tags: amd64 apport-bug lucid needs-upstream-testing regression-release

-- 
Boot hangs occasionally - Fujistu-Siemens Esprimo desktop - Lucid
https://bugs.launchpad.net/bugs/586927
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 577155] Re: [Lucid] Clicking on firefox status bar causes segmentation fault in X (using radeon)

2010-05-07 Thread Hamish Downer
I've also triggered this by right clicking on a link in firefox (to save
target as ...).

-- 
[Lucid] Clicking on firefox status bar causes segmentation fault in X (using 
radeon)
https://bugs.launchpad.net/bugs/577155
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 577155] Re: [Lucid] Clicking on firefox status bar causes segmentation fault in X (using radeon)

2010-05-07 Thread Hamish Downer
Following the instructions at https://wiki.ubuntu.com/X/Backtracing I
ssh'ed in and used gdb to generate the attached gdb log.

Another note, I have looked for /etc/X11/core and there is no such file.

** Attachment added: "gdb-Xorg.txt"
   http://launchpadlibrarian.net/48018042/gdb-Xorg.txt

-- 
[Lucid] Clicking on firefox status bar causes segmentation fault in X (using 
radeon)
https://bugs.launchpad.net/bugs/577155
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 577155] Re: [Lucid] Clicking on firefox status bar causes segmentation fault in X (using radeon)

2010-05-07 Thread Hamish Downer
First to note that this is entirely consistent - it happens every time
without fail. Also to say my laptop was stable using karmic, this
problem appears to have started once I upgraded to lucid.

Bit more investigation. I have now installed the debug packages:

xserver-xorg-video-radeon-dbg xserver-xorg-core-db libgl1-mesa-dri-dbg

The trace now says:

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e937b]
1: /usr/bin/X (0x8048000+0x61c7d) [0x80a9c7d]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0x94d410]
3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x4f5000+0xb2039) [0x5a7039]
4: /usr/lib/xorg/modules/libexa.so (0x18d000+0x9490) [0x196490]
5: /usr/lib/xorg/modules/libexa.so (0x18d000+0x9558) [0x196558]
6: /usr/bin/X (miCopyRegion+0x21b) [0x819cadb]
7: /usr/bin/X (miDoCopy+0x44d) [0x819cffd]
8: /usr/lib/xorg/modules/libexa.so (0x18d000+0x7a4a) [0x194a4a]
9: /usr/bin/X (0x8048000+0xda9c3) [0x81229c3]
10: /usr/bin/X (0x8048000+0x28df5) [0x8070df5]
11: /usr/bin/X (0x8048000+0x2a477) [0x8072477]
12: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]
13: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xa52bd6]
14: /usr/bin/X (0x8048000+0x1e961) [0x8066961]
Segmentation fault at address (nil)

Caught signal 11 (Segmentation fault). Server aborting

See attachment for full log file.


** Attachment added: ":0.log.1"
   http://launchpadlibrarian.net/48017503/%3A0.log.1

-- 
[Lucid] Clicking on firefox status bar causes segmentation fault in X (using 
radeon)
https://bugs.launchpad.net/bugs/577155
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 577155] Re: [Lucid] Clicking on firefox status bar causes segmentation fault in X (using radeon)

2010-05-07 Thread Hamish Downer
** Summary changed:

- [Lucid] Clicking on firefox status bar causes segmentation fault in X
+ [Lucid] Clicking on firefox status bar causes segmentation fault in X (using 
radeon)

** Package changed: xorg (Ubuntu) => xserver-xorg-video-ati (Ubuntu)

** Tags added: crash

-- 
[Lucid] Clicking on firefox status bar causes segmentation fault in X (using 
radeon)
https://bugs.launchpad.net/bugs/577155
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 577155] Re: [Lucid] Clicking on firefox status bar causes segmentation fault in X

2010-05-07 Thread Hamish Downer
Done a little more testing, and it is only the NoScript icon that causes
the crash. I can click on other parts of the status bar fine. Blank
parts are fine. I also have icons for the GreaseMonkey and
AutoHideStatusbar extensions, and left or right clicking on them works
as expected.

Also to note that I have NoScript installed with most options left at
default, but with the "Show message about blocked scripts" option
unticked. This means I don't get the little message popping up, but only
have the NoScript icon on the status bar.

The expected behaviour is that a menu should appear from the NoScript
icon. This does happen with the GreaseMonkey icon.

I'm not sure what else to try, but I'm happy to install other versions
of X from a PPA, compile things on my laptop etc to help track this
down.

-- 
[Lucid] Clicking on firefox status bar causes segmentation fault in X
https://bugs.launchpad.net/bugs/577155
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 577155] Re: [Lucid] Clicking on firefox status bar causes segmentation fault in X

2010-05-07 Thread Hamish Downer
The backtrace above can be seen towards the end of 2 attachments:

http://launchpadlibrarian.net/48014812/GdmLog1.txt
http://launchpadlibrarian.net/48014824/XorgLogOld.txt

-- 
[Lucid] Clicking on firefox status bar causes segmentation fault in X
https://bugs.launchpad.net/bugs/577155
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 577155] Re: [Lucid] Clicking on firefox status bar causes segmentation fault in X

2010-05-07 Thread Hamish Downer

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/48014808/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/48014809/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/48014810/Dependencies.txt

** Attachment added: "GdmLog.txt"
   http://launchpadlibrarian.net/48014811/GdmLog.txt

** Attachment added: "GdmLog1.txt"
   http://launchpadlibrarian.net/48014812/GdmLog1.txt

** Attachment added: "GdmLog2.txt"
   http://launchpadlibrarian.net/48014813/GdmLog2.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/48014814/Lspci.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/48014815/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/48014816/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/48014817/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/48014818/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   http://launchpadlibrarian.net/48014819/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/48014820/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/48014821/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/48014822/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/48014823/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/48014824/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/48014825/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/48014826/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/48014827/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/48014828/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/48014829/xkbcomp.txt

-- 
[Lucid] Clicking on firefox status bar causes segmentation fault in X
https://bugs.launchpad.net/bugs/577155
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 577155] [NEW] [Lucid] Clicking on firefox status bar causes segmentation fault in X

2010-05-07 Thread Hamish Downer
Public bug reported:

Binary package hint: xorg

I am using the stock Lucid Firefox, with a few extensions including
NoScript. When I click on the NoScript icon in the status bar X crashes
and I am sent back to the gdm login screen.

/var/crash is empty, but in /var/log/gdm/:0.log.1 I found:

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e937b]
1: /usr/bin/X (0x8048000+0x61c7d) [0x80a9c7d]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xd82410]
3: /usr/lib/xorg/modules/drivers/radeon_drv.so (0x493000+0xb2039) [0x545039]
4: /usr/lib/xorg/modules/libexa.so (0x35f000+0x9490) [0x368490]
5: /usr/lib/xorg/modules/libexa.so (0x35f000+0x9558) [0x368558]
6: /usr/bin/X (miCopyRegion+0x21b) [0x819cadb]
7: /usr/bin/X (miDoCopy+0x44d) [0x819cffd]
8: /usr/lib/xorg/modules/libexa.so (0x35f000+0x7a4a) [0x366a4a]
9: /usr/bin/X (0x8048000+0xda9c3) [0x81229c3]
10: /usr/bin/X (0x8048000+0x28df5) [0x8070df5]
11: /usr/bin/X (0x8048000+0x2a477) [0x8072477]
12: /usr/bin/X (0x8048000+0x1ed7a) [0x8066d7a]
13: /lib/tls/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0x950bd6]
14: /usr/bin/X (0x8048000+0x1e961) [0x8066961]
Segmentation fault at address (nil)

Caught signal 11 (Segmentation fault). Server aborting

I haven't triggered this crash otherwise, but will do some more testing.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xserver-xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Fri May  7 19:36:24 2010
DkmsStatus: Error: [Errno 2] No such file or directory
EcryptfsInUse: Yes
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: IBM 2373WAS
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic 
root=UUID=ff8bafef-fd11-4592-8d50-0095b390bc89 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: xorg
dmi.bios.date: 08/05/2004
dmi.bios.vendor: IBM
dmi.bios.version: 1RETD4WW (3.08a)
dmi.board.name: 2373WAS
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr1RETD4WW(3.08a):bd08/05/2004:svnIBM:pn2373WAS:pvrThinkPadT42:rvnIBM:rn2373WAS:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 2373WAS
dmi.product.version: ThinkPad T42
dmi.sys.vendor: IBM
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-21-generic

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


** Tags: apport-bug i386 lucid

-- 
[Lucid] Clicking on firefox status bar causes segmentation fault in X
https://bugs.launchpad.net/bugs/577155
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 426415] Re: suspend (to ram) no longer works - regression in karmic

2010-03-25 Thread Hamish Downer
I've made this confirmed as I've provided the information asked for and
tried out the mainline kernel.

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

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] UdevDb.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/41534482/UdevDb.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] ProcInterrupts.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/41534480/ProcInterrupts.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] UdevLog.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/41534531/UdevLog.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] ProcCpuinfo.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/41534479/ProcCpuinfo.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] ProcModules.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/41534481/ProcModules.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] PciMultimedia.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/41534477/PciMultimedia.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] Lsusb.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/41534476/Lsusb.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] Lspci.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/41534475/Lspci.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] IwConfig.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/41534471/IwConfig.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] Card0.Codecs.codec.2.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "Card0.Codecs.codec.2.txt"
   http://launchpadlibrarian.net/41534467/Card0.Codecs.codec.2.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] CurrentDmesg.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/41534468/CurrentDmesg.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] BootDmesg.txt

2010-03-21 Thread Hamish Downer
apport information

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/41534426/BootDmesg.txt

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] Card0.Amixer.values.txt

2010-03-21 Thread Hamish Downer
apport information

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

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] Re: suspend (to ram) no longer works - regression in karmic

2010-03-21 Thread Hamish Downer
apport information

** Description changed:

  Previous to karmic, suspend to ram worked fine on my desktop. When I
  tried it earlier today, the machine froze. Ctrl-Alt-F1 did nothing.
  
  Suspend to RAM worked fine on hardy, intrepid and jaunty - although
  sometimes the option would be hidden. But whenever the option was there,
  the suspend and resume would work fine. (Never tried hibernate as I use
  encrypted swap).
  
  Let me know if you want me to test with other kernel versions etc.
  
  ProblemType: Bug
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mish   5011 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd012 irq 20'
 Mixer name : 'Realtek ALC260'
 Components : 'HDA:10ec0260,17340186,00100400'
 Controls  : 15
 Simple ctrls  : 9
  Date: Tue Sep  8 19:39:24 2009
  DistroRelease: Ubuntu 9.10
  HibernationDevice: RESUME=UUID=d1c65296-3977-4e58-b8ac-b8278a8a0023
  MachineType: FUJITSU SIEMENS ESPRIMO E
  Package: linux-image-2.6.31-9-generic 2.6.31-9.29
  PccardctlIdent:
   
  PccardctlStatus:
   
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.31-9-generic 
root=/dev/mapper/hostname-hostname_root ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-9.29-generic
  RelatedPackageVersions:
   linux-backports-modules-2.6.31-9-generic N/A
   linux-firmware 1.16
  RfKill:
   0: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: linux
  Uname: Linux 2.6.31-9-generic x86_64
  WifiSyslog: Sep  8 19:39:03 localhost kernel: [ 1407.338528] firefox[25344] 
trap int3 ip:7f903196caa0 sp:7fffbc794470 error:0
  WpaSupplicantLog:
   
  dmi.bios.date: 09/18/2006
  dmi.bios.vendor: FUJITSU SIEMENS // Phoenix Technologies Ltd.
  dmi.bios.version: 6.00 R1.02.2348.A2
  dmi.board.name: D2348-A2
  dmi.board.vendor: FUJITSU SIEMENS
  dmi.board.version: S26361-D2348-A2
  dmi.chassis.type: 6
  dmi.chassis.vendor: FUJITSU SIEMENS
  dmi.chassis.version: ESPE
  dmi.modalias: 
dmi:bvnFUJITSUSIEMENS//PhoenixTechnologiesLtd.:bvr6.00R1.02.2348.A2:bd09/18/2006:svnFUJITSUSIEMENS:pnESPRIMOE:pvr:rvnFUJITSUSIEMENS:rnD2348-A2:rvrS26361-D2348-A2:cvnFUJITSUSIEMENS:ct6:cvrESPE:
  dmi.product.name: ESPRIMO E
  dmi.sys.vendor: FUJITSU SIEMENS
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
+Subdevices: 0/1
+Subdevice #0: subdevice #0
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC260 Analog [ALC260 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  mish   2139 F pulseaudio
+  /dev/snd/pcmC0D0p:   mish   2139 F...m pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xd012 irq 20'
+Mixer name : 'Realtek ALC260'
+Components : 'HDA:10ec0260,17340186,00100400'
+Controls  : 15
+Simple ctrls  : 9
+ DistroRelease: Ubuntu 10.04
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=8579b3af-b409-46b9-8b0b-77356347ed06
+ InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
+ MachineType: FUJITSU SIEMENS ESPRIMO E
+ Package: linux (not installed)
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-16-generic 
root=UUID=156d9c32-4c9b-465e-b728-6ae62a245574 ro quiet splash
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=en_GB.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-16.25-generic
+ Regression: Yes
+ RelatedPackageVersions: linux-firmware 1.33
+ Reproducible: Yes
+ RfKill:
+  0: phy1: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags: lucid regression-potential
+ TestedUpstream: Yes
+ Uname: Linux 2.6.32-16-generic x86_64
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ WifiSyslog:
+  Mar 21 17:26:18 whisper kernel: [ 2208.095938] __ratelimit: 18 callbacks 
suppressed
+  Mar 21 17:26:18 whisper kernel: [ 2208.095944] chromium-browse[11183]: 
segfault at 0 ip (null) sp 7fff766c12b8 error 14 in 
chromium-browser[40+2244000]
+ dmi.bios.date: 09/18/2006
+ dmi.bios.vendor: FUJITSU SIEMENS // Phoenix Technologies Ltd.
+ dmi.bios.version: 6.00 R1.02.2348.A2
+ dmi.board.name: D2348-A2
+ dmi.board.vendor: FUJITSU SIEMENS
+

[Bug 426415] Re: suspend (to ram) no longer works - regression in karmic

2010-03-18 Thread Hamish Downer
Sorry can't do apport-collect until bug 516381 is fixed. I tried the
work around of doing it several times but that doesn't seem to help.

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 538796] Re: cannot open Firefox when libmoon is installed

2010-03-16 Thread Hamish Downer
I've just reinstalled moonlight-plugin-mozilla (together with libmoon of
course) to check the crash again, but firefox is now happy again. Maybe
there was a bug in one of the lower libraries that caused libmoon to
fail that has since been fixed by one of the updates?

I'll stay subscribed, but unless I say more in another comment then this
bug is fixed for me.

-- 
cannot open Firefox when libmoon is installed
https://bugs.launchpad.net/bugs/538796
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 516381] Re: apport-gtk crashed with --- in _request()

2010-03-16 Thread Hamish Downer
A crash report to look at - done by running

$ apport-collect 426415

** Attachment added: "_usr_share_apport_apport-gtk.1000.crash"
   
http://launchpadlibrarian.net/41026485/_usr_share_apport_apport-gtk.1000.crash

-- 
apport-gtk crashed with --- in _request()
https://bugs.launchpad.net/bugs/516381
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 426415] Re: suspend (to ram) no longer works - regression in karmic

2010-03-16 Thread Hamish Downer
I tried the apport thing again, as it doesn't seem to have actually
attached anything and I got the following output. Any ideas what might
be wrong?

$ apport-collect 426415
hook /usr/share/apport/package-hooks//source_linux-meta.py crashed:
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/apport/report.py", line 636, in 
add_hooks_info
symb['add_info'](self, ui)
  File "/usr/share/apport/package-hooks//source_linux-meta.py", line 112, in 
add_info
report['UnreportableReason'] = _('The running kernel is not an Ubuntu 
kernel')
NameError: global name '_' is not defined
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve 
property `GtkTreeView::indent-expanders' of type `gboolean' from rc file value 
"((GString*) 0x195d020)" of type `GString'
Traceback (most recent call last):
  File "/usr/share/apport/apport-gtk", line 354, in 
app.run_argv()
  File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 538, in run_argv
return self.run_update_report()
  File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 472, in 
run_update_report
attachment_comment='apport information')
  File "/usr/lib/python2.6/dist-packages/apport/crashdb_impl/launchpad.py", 
line 337, in update
bug.lp_save()
  File "/usr/lib/pymodules/python2.6/lazr/restfulclient/resource.py", line 638, 
in lp_save
URI(self.self_link), representation, headers)
  File "/usr/lib/pymodules/python2.6/lazr/restfulclient/_browser.py", line 329, 
in patch
'PATCH', extra_headers=extra_headers)
  File "/usr/lib/pymodules/python2.6/lazr/restfulclient/_browser.py", line 269, 
in _request
raise HTTPError(response, content)
lazr.restfulclient.errors.HTTPError: HTTP Error 412: Precondition Failed
Response headers:
---
content-length: 0
content-type: text/plain
date: Tue, 16 Mar 2010 15:10:46 GMT
server: zope.server.http (HTTP)
status: 412
vary: Cookie,Authorization,Accept
via: 1.1 wildcard.edge.launchpad.net
x-content-type-warning: guessed from content
x-powered-by: Zope (www.zope.org), Python (www.python.org)
---
Response body:
---

---

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 426415] Re: suspend (to ram) no longer works - regression in karmic

2010-03-16 Thread Hamish Downer
I have now tested suspend to RAM (or sleep as it now seems to be called)
with the mainline kernel and it still doesn't work. I will try later
with the suspend from text mode and see if there is any output.

$ uname -a
Linux whisper 2.6.34-999-generic #201003151003 SMP Mon Mar 15 10:10:24 UTC 2010 
x86_64 GNU/Linux

I also tested with the Jaunty Live CD and was able to suspend and resume
successfully.

** Tags removed: needs-upstream-testing

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 538796] Re: cannot open Firefox when libmoon is installed

2010-03-15 Thread Hamish Downer
In my case I upgraded to Lucid a couple of weeks ago and firefox worked
fine until today. I had made no changes to my firefox set up recently. I
use a few different firefox profiles and all the ones I tested were
affected, and they all work fine following the removal of libmoon et al.
The simplest profile I tested has only the Adblock Plus add on installed
and is otherwise a pretty standard set up.

-- 
cannot open Firefox when libmoon is installed
https://bugs.launchpad.net/bugs/538796
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 426415] Re: suspend (to ram) no longer works - regression in karmic

2010-03-15 Thread Hamish Downer
Sorry, the command I actually had to do was in fact:

apport-cli -p linux -u 426415

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 538796] Re: cannot open Firefox when libmoon is installed

2010-03-15 Thread Hamish Downer

** Attachment added: "_usr_lib_firefox-3.6_firefox-bin.1000.crash"
   
http://launchpadlibrarian.net/40960025/_usr_lib_firefox-3.6_firefox-bin.1000.crash

-- 
cannot open Firefox when libmoon is installed
https://bugs.launchpad.net/bugs/538796
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 538796] Re: cannot open Firefox when libmoon is installed

2010-03-15 Thread Hamish Downer
I had firefox start to crash today. I've just uninstalled libmoon (and
moonlight-plugin-core and moonlight-plugin-mozilla as they depend on it)
and firefox works fine again. I have an apport report, but it is 156MiB
so I might just upload the report from /var/crash/ instead. Let me know
if you want the full apport report.

I have not done any messing around with pluginreg.dat and I don't use
shockwave - I use the Adobe Flash Player (64 bit beta) and have had no
problems with that.

I had the same error when attempting to run from the command line:

Attempting to load the system libmoon
Segmentation fault (core dumped)

-- 
cannot open Firefox when libmoon is installed
https://bugs.launchpad.net/bugs/538796
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 426415] Re: suspend (to ram) no longer works - regression in karmic

2010-03-15 Thread Hamish Downer
The command you gave above did not work, I got the error

Usage: apport-gtk 

apport-gtk: error: no such option: -p


I had to do:

apport-collect -p linux 426415

Suspend last worked in Jaunty. I'll do the mainline kernel thing soon.

** Tags added: apport-collected

-- 
suspend (to ram) no longer works - regression in karmic
https://bugs.launchpad.net/bugs/426415
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 122038] Re: typing break and g-p-m don't fit well

2010-03-14 Thread Hamish Downer
@Wayno - the bug you are experiencing is not this bug, but bug #533775

Basically you need to right click on the panel, select Add to Panel and
choose the "Indicator Applet" - then you should have a working typing
break icon. If you have any follow up comments, please add then to bug
#533775.

** Summary changed:

- typing break and g-p-m don't fit well
+ typing break does not reset time after resuming from suspend/hibernate

** Summary changed:

- typing break does not reset time after resuming from suspend/hibernate
+ typing break does not reset timer after resuming from suspend/hibernate

-- 
typing break does not reset timer after resuming from suspend/hibernate
https://bugs.launchpad.net/bugs/122038
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 533775] Re: No icon for typing break

2010-03-08 Thread Hamish Downer
Ah yes that did it, thank you. The volume bit has also been added by
that, which I hadn't noticed was missing.

I think I removed it in karmic as it was just the message applet
(envelope icon) and I thought that I was just getting rid of the instant
messaging thing - I don't use any instant messaging (well, I use irssi
on a server but that doesn't link to the panel).

So I'm not sure if it counts as some sort of bug as it won't affect new
installs or upgrades where the default panel was left alone. But I
imagine there are a few folk who would have made the same choice as me
without realising the full implications.

So I'll let you choose whether to close it or if it is worth someone
looking at a way to avoid the problem I had. At least this report is
here so that google can help people. I'll add the volume thing to the
title to help people find it.

** Summary changed:

- No icon for typing break
+ No icon for volume or typing break after upgrade to lucid

** Description changed:

- Binary package hint: light-themes
+ EDIT: turned out I had removed the 'indicator applet' from the panel in
+ karmic, and the typing break and volume icons now default to the
+ indicator applet rather than the notification area.
  
- I've just upgraded to Lucid and my typing break icon has disappeared
- (well it's been replaced by a red circle with a line through it). It
- used to be a slowly increasing vertical bar indicating how long until
- the typing break would happen. Other than that the typing break stuff
- still appears to work, it's just that an icon got lost in the upgrade.
+ ORIGINAL REPORT
+ I've just upgraded to Lucid and my typing break icon has disappeared (well 
it's been replaced by a red circle with a line through it). It used to be a 
slowly increasing vertical bar indicating how long until the typing break would 
happen. Other than that the typing break stuff still appears to work, it's just 
that an icon got lost in the upgrade.
  
  I use the standard typing break. To check this on your system, go to
  System -> Preferences -> Keyboard and choose the Typing Break tab, and
  click on 'Lock screen to enforce typing break'.
+ 
+ The volume icon has also disappeared.
  
  ProblemType: Bug
  Architecture: amd64
  Date: Sun Mar  7 12:48:10 2010
  DistroRelease: Ubuntu 10.04
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
  Package: light-themes 0.1.5.4
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_GB.utf8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_GB.utf8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
  SourcePackage: light-themes
  Uname: Linux 2.6.32-15-generic x86_64

-- 
No icon for volume or typing break after upgrade to lucid
https://bugs.launchpad.net/bugs/533775
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 533775] Re: No icon for typing break

2010-03-08 Thread Hamish Downer
Screenshot of my panel as requested

** Attachment added: "Screenshot-panel.png"
   http://launchpadlibrarian.net/40510807/Screenshot-panel.png

-- 
No icon for typing break
https://bugs.launchpad.net/bugs/533775
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 533775] Re: No icon for typing break

2010-03-08 Thread Hamish Downer
Not quite sure about the last question. The icon I'm talking about lives
in the notification area - I've never seen anything about the typing
monitor appear using the indicator applet.

(As I understand it the notification area is an area in the top panel.
For me it currently contains a Dropbox icon, the network manager icon
and the (broken) typing monitor icon. The indicator applet is what makes
messages appear on screen temporarily. My answer above might be wrong if
I have the wrong names in my head).

In case it helps with tracking down the problem I tried using lsof to
see if it had an image file open, but all I could see were a few icon-
theme.cache files. I also tried running gnome-typing-monitor from the
command line to see if there were any errors but there weren't. And I've
checked /var/log/ but not found any references to the typing monitor
there.

Any other ideas for what to check? Do we know what the icon file should
be so I can check if it exists? Or is it just generated on the fly?

Here is the lsof output filtering out the library files:

$ lsof | grep gnome-typ | grep -v '\.so'
gnome-typ 2777   mish  cwd   DIR   8,17 4096   2 /
gnome-typ 2777   mish  rtd   DIR   8,17 4096   2 /
gnome-typ 2777   mish  txt   REG   8,17404807879 
/usr/bin/gnome-typing-monitor
gnome-typ 2777   mish  DEL   REG0,4   393223 
/SYSV
gnome-typ 2777   mish  mem   REG   8,17  8717564  262330 
/usr/share/icons/hicolor/icon-theme.cache
gnome-typ 2777   mish  mem   REG   8,17  7251712  385968 
/usr/share/icons/gnome/icon-theme.cache
gnome-typ 2777   mish  mem   REG   8,17   689368  357767 
/usr/share/icons/Humanity/icon-theme.cache
gnome-typ 2777   mish  mem   REG   8,17   108696  264189 
/usr/share/mime/mime.cache
gnome-typ 2777   mish  mem   REG   8,1739288  357774 
/usr/share/icons/Humanity-Dark/icon-theme.cache
gnome-typ 2777   mish  mem   REG   8,17 8007  315521 
/usr/share/locale-langpack/en_GB/LC_MESSAGES/gtk20.mo
gnome-typ 2777   mish  mem   REG   8,17 6299  331480 
/usr/share/locale-langpack/en_GB/LC_MESSAGES/gnome-control-center-2.0.mo
gnome-typ 2777   mish  mem   REG   8,17   256324  687618 
/usr/lib/locale/en_GB.utf8/LC_CTYPE
gnome-typ 2777   mish  mem   REG   8,17  1170770  687619 
/usr/lib/locale/en_GB.utf8/LC_COLLATE
gnome-typ 2777   mish  mem   REG   8,17 9996  687632 
/usr/share/icons/ubuntu-mono-dark/icon-theme.cache
gnome-typ 2777   mish  mem   REG   8,17 4360  315518 
/usr/share/locale-langpack/en_GB/LC_MESSAGES/glib20.mo
gnome-typ 2777   mish  mem   REG   8,17 2058  315080 
/usr/share/locale-langpack/en_GB/LC_MESSAGES/libc.mo
gnome-typ 2777   mish  mem   REG   8,1712558  315500 
/usr/share/locale-langpack/en_GB/LC_MESSAGES/gtk20-properties.mo
gnome-typ 2777   mish  mem   REG   8,17   54  654175 
/usr/lib/locale/en_GB.utf8/LC_NUMERIC
gnome-typ 2777   mish  mem   REG   8,17 2470  654176 
/usr/lib/locale/en_GB.utf8/LC_TIME
gnome-typ 2777   mish  mem   REG   8,17  290  687620 
/usr/lib/locale/en_GB.utf8/LC_MONETARY
gnome-typ 2777   mish  mem   REG   8,17   52  654180 
/usr/lib/locale/en_GB.utf8/LC_MESSAGES/SYS_LC_MESSAGES
gnome-typ 2777   mish  mem   REG   8,17   34  654191 
/usr/lib/locale/en_GB.utf8/LC_PAPER
gnome-typ 2777   mish  mem   REG   8,17   77  654182 
/usr/lib/locale/en_GB.utf8/LC_NAME
gnome-typ 2777   mish  mem   REG   8,17  127  687621 
/usr/lib/locale/en_GB.utf8/LC_ADDRESS
gnome-typ 2777   mish  mem   REG   8,17   56  687622 
/usr/lib/locale/en_GB.utf8/LC_TELEPHONE
gnome-typ 2777   mish  mem   REG   8,17   23  654195 
/usr/lib/locale/en_GB.utf8/LC_MEASUREMENT
gnome-typ 2777   mish  mem   REG   8,1726048  146354 
/usr/lib/gconv/gconv-modules.cache
gnome-typ 2777   mish  mem   REG   8,17  366  687623 
/usr/lib/locale/en_GB.utf8/LC_IDENTIFICATION
gnome-typ 2777   mish0r  CHR1,3  0t0 928 
/dev/null
gnome-typ 2777   mish1w  CHR1,3  0t0 928 
/dev/null
gnome-typ 2777   mish2u  CHR1,3  0t0 928 
/dev/null
gnome-typ 2777   mish3u unix 0x88008fd51500  0t0   10721 
socket
gnome-typ 2777   mish4u FIFO0,8  0t0   10723 
pipe
gnome-typ 2777   mish5r FIFO0,8  0t0   10723 
pipe
gnome-typ 2777   mish6w unix 0x8800b794b300  0t0   10724 
so

[Bug 533775] Re: [lucid] No icon for typing break

2010-03-07 Thread Hamish Downer
On further investigation I found that the problem is the same in all
themes


** Summary changed:

- [ambiance/radiance] No icon for typing break
+ [lucid] No icon for typing break

** Package changed: light-themes (Ubuntu) => gnome-control-center
(Ubuntu)

-- 
[lucid] No icon for typing break
https://bugs.launchpad.net/bugs/533775
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 533775] Re: [ambiance/radiance] No icon for typing break

2010-03-07 Thread Hamish Downer

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/40413950/Dependencies.txt

-- 
[ambiance/radiance] No icon for typing break
https://bugs.launchpad.net/bugs/533775
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 533775] [NEW] [ambiance/radiance] No icon for typing break

2010-03-07 Thread Hamish Downer
Public bug reported:

Binary package hint: light-themes

I've just upgraded to Lucid and my typing break icon has disappeared
(well it's been replaced by a red circle with a line through it). It
used to be a slowly increasing vertical bar indicating how long until
the typing break would happen. Other than that the typing break stuff
still appears to work, it's just that an icon got lost in the upgrade.

I use the standard typing break. To check this on your system, go to
System -> Preferences -> Keyboard and choose the Typing Break tab, and
click on 'Lock screen to enforce typing break'.

ProblemType: Bug
Architecture: amd64
Date: Sun Mar  7 12:48:10 2010
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
Package: light-themes 0.1.5.4
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
SourcePackage: light-themes
Uname: Linux 2.6.32-15-generic x86_64

** Affects: light-themes (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
[ambiance/radiance] No icon for typing break
https://bugs.launchpad.net/bugs/533775
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 396268] Re: Banshee uses too much CPU

2010-01-08 Thread Hamish Downer
One thing I was wondering if is this bug is related to encrypted file
systems. My hypothesis would be that the whole of the sqlite db would
need to be re-encrypted after an update and sync, and maybe banshee
1.5.x is rather more keen on doing a sync. Or maybe it is sqlite.

So could other people experiencing this problem say whether they are
using encrypted file systems?

To start, I have experienced this with both dm_crypt and ecryptfs

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 221893] Re: Please update mypasswordsafe to 0.0.20061216 version

2010-01-04 Thread Hamish Downer
I've subscribed the ubuntu-universe-sponsors so hopefully that is the
right way to get attention. Please let me know if there is something
else I should do.

I'd also like to say I've added info to the debian bug, and had an email
conversation with the debian maintainer (all over a year ago) but nobody
in debian appears to be updating this package. There is still no newer
version of the original upstream package, so ubuntu now has a 5 year old
package when bugs were fixed in a 4 year old release, and debian has not
fixed this. Is there any reason not to add this to ubuntu?

-- 
Please update mypasswordsafe to 0.0.20061216 version
https://bugs.launchpad.net/bugs/221893
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 221893] Re: Please update mypasswordsafe to 0.0.20061216 version

2010-01-04 Thread Hamish Downer
** Changed in: mypasswordsafe (Ubuntu)
 Assignee: Hamish Downer (mishd) => (unassigned)

-- 
Please update mypasswordsafe to 0.0.20061216 version
https://bugs.launchpad.net/bugs/221893
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash (encrypted root)

2009-12-17 Thread Hamish Downer
** Summary changed:

- mountall 0.2.5 and cryptsetup fail to boot when using usplash
+ mountall 0.2.5 and cryptsetup fail to boot when using usplash (encrypted root)

** Description changed:

+ Note that this bug is (now) just for those with an encrypted root. A
+ workaround that seems to work for most people is to disable usplash.
+ 
+ For those with an encrypted home directory who can't enter a password,
+ see Bug #497682
+ 
+ For those who have trouble without usplash, please see Bug #497684
+ 
  Binary package hint: mountall
  
  I have a system with an encrypted root (well encrypted LVM with root,
  home and swap volumes). Since upgrading to mountall 0.2.5 I have only
  managed to boot once.
  
  When I boot I get usplash appearing and asking me for the passphrase. I
  enter it, and booting continues. All was fine before 0.2.5
  
  Basically mountall (now) times out and puts a message up saying "Press
  ESC to enter recovery console". I press ESC and nothing seems to happen.
  The first time I did this, it only reported that it was waiting for
  /home, I pressed ESC, nothing happened for a few seconds, and then
  booting continued as normal.
  
  Before reporting the bug I thought I would repeat to see if this was
  consistent, and I haven't managed to boot since - it now says it is
  waiting for multiple mounts, including / /tmp /boot and /home. I also
  see the message appear twice. Since I cannot see much history in usplash
  I have tried booting with splash and quiet removed from the boot options
  - actually this time it appears to have booted again (after at least 5
  failed attempts) so I will investigate more on that machine.
  
  Anyway, there are two major issues:
  
  1 mountall does not give me a recovery console
  
  2 the timeout seems too short, probably due to the time it takes me to
  type my (long) pass phrase. Maybe mountall could have a longer timeout
  when any partitions use cryptsetup.
  
  (Although before I rebooted I did confirm that I had mountall 0.2.5 by
  looking at /usr/share/doc/mountall/changelog.gz . I did not do any more
  package upgrades).
  
  (I could not use apport/ubuntu-bug as it complained that mountall was
  not an ubuntu package, and now I can't boot anyway).

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash (encrypted root)
https://bugs.launchpad.net/bugs/456274
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 427625] Re: privoxy not start at boot - karmic

2009-12-10 Thread Hamish Downer
I'm wondering if this is related to

"rc2 currently does not wait for localhost"

from
https://wiki.ubuntu.com/FoundationsTeam/Specs/LucidUpstartServerReview -
which links to a possibly related bug in samba - bug #462169.

-- 
privoxy not start at boot - karmic
https://bugs.launchpad.net/bugs/427625
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 493804] Re: DNGconverter produces invalid DNG files

2009-12-10 Thread Hamish Downer
I'm happy to report that the problem has been solved by kipi-plugins
0.9.0 - the DNG files are properly generated.

** Changed in: kipi-plugins (Ubuntu)
   Status: Incomplete => Fix Released

-- 
DNGconverter produces invalid DNG files
https://bugs.launchpad.net/bugs/493804
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 493804] Re: DNGconverter produces invalid DNG files

2009-12-08 Thread Hamish Downer
** Bug watch added: KDE Bug Tracking System #217897
   http://bugs.kde.org/show_bug.cgi?id=217897

** Also affects: digikam via
   http://bugs.kde.org/show_bug.cgi?id=217897
   Importance: Unknown
   Status: Unknown

-- 
DNGconverter produces invalid DNG files
https://bugs.launchpad.net/bugs/493804
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to digikam in ubuntu.

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


[Bug 493804] Re: DNGconverter produces invalid DNG files

2009-12-07 Thread Hamish Downer

** Attachment added: "CRW_4212.CRW"
   http://launchpadlibrarian.net/36551245/CRW_4212.CRW

-- 
DNGconverter produces invalid DNG files
https://bugs.launchpad.net/bugs/493804
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 493804] [NEW] DNGconverter produces invalid DNG files

2009-12-07 Thread Hamish Downer
Public bug reported:

Binary package hint: digikam

When I use DNG converter it produces DNG files which are not valid. The
camera is a Canon EOS 300D producing .CRW format files. When I run
DNGconverter from the command line no errors are reported. Using file it
seems to be OK:

$ file CRW_4212.dng 
CRW_4212.dng: TIFF image data, little-endian

but when I try to view it in Eye of Gnome (eog) I get the error message:

Could not load image 'CRW_4212.dng'.
Failed to load TIFF image: ColorMatrix1: Rational with zero denominator (num = 
0)

I'm attaching a sample image in CRW format, and the resulting DNG file.

DNGconverter worked fine for me in Jaunty (which was also 64 bit).

ProblemType: Bug
Architecture: amd64
Date: Mon Dec  7 22:34:59 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
Package: digikam 2:1.0.0~beta5-1ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: digikam
Uname: Linux 2.6.31-15-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:2858): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2858): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2951): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2946): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (Do:2959): Wnck-CRITICAL **: wnck_set_client_type got called multiple times.

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


** Tags: amd64 apport-bug

-- 
DNGconverter produces invalid DNG files
https://bugs.launchpad.net/bugs/493804
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 493804] Re: DNGconverter produces invalid DNG files

2009-12-07 Thread Hamish Downer

** Attachment added: "CRW_4212.dng"
   http://launchpadlibrarian.net/36551033/CRW_4212.dng

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36551034/Dependencies.txt

-- 
DNGconverter produces invalid DNG files
https://bugs.launchpad.net/bugs/493804
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 427625] Re: privoxy not start at boot - karmic

2009-11-25 Thread Hamish Downer
** Tags added: ubuntu-boot-experience

-- 
privoxy not start at boot - karmic
https://bugs.launchpad.net/bugs/427625
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 396268] Re: Banshee uses too much CPU

2009-11-09 Thread Hamish Downer
** Bug watch added: GNOME Bug Tracker #601305
   https://bugzilla.gnome.org/show_bug.cgi?id=601305

** Also affects: banshee via
   https://bugzilla.gnome.org/show_bug.cgi?id=601305
   Importance: Unknown
   Status: Unknown

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 396268] Re: Banshee uses too much CPU

2009-11-09 Thread Hamish Downer
Done more testing, and it's not just generating a big list view that
causes slowness. (New Items AND Downloaded AND All Podcasts) is normally
around 10-20 items. If in that I mark an item as old, it still takes 5
seconds of 100% cpu to do that.

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-29 Thread Hamish Downer
@geostar1024

Have you tried just waiting? When mountall says it is waiting, stuff may
continue to happen in the background. Basically, if your disk activity light
stays on, then I would not press Escape, but just wait and see if booting
continues anyway.

Only if the disk activity light goes off and stays off do you want to go to
the recovery console. And bare in mind that if a fsck is happening, you
might be stuck for a while (although you should see something on screen
saying it is happening).

If you still don't succeed, please post your /etc/fstab file.

Good luck.

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-24 Thread Hamish Downer
Since the update to mountall 0.2.6~boot1 my situation appears to have
improved. (I'm afraid I didn't notice whether usplash or cryptsetup were
updated recently).

So I enter the passphrase in usplash, and after that I start getting the
messages from mountall, and I get a lot more than I used to, but booting
continues anyway without intervention. This has been consistent over 3
boots now. Also, I did once try pressing Escape and I did drop to a
recovery console this time. Again booting continued without me actually
doing anything.

For Luka and Sebastian, if you want to try this you can install the new
version by enabling the ubuntu-boot ppa - https://launchpad.net/~ubuntu-
boot/+archive/ppa

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 396268] Re: Banshee uses too much CPU

2009-10-22 Thread Hamish Downer
OK, it's definitely the podcast extension in my case. If I disable it
then banshee is nice and snappy. But when it is on, jumping around
within the podcast functionality causes 100% cpu for a bit. When it is
on, jumping around in other bits is quite fast actually, but as I
generally use the podcast stuff that would be why it seems slow.

Changing the view from (New Items AND All Items AND All Podcasts) to
(New Items AND Downloaded AND All Podcasts) is one of the key slow
operations. But given that (New Items AND All Items AND All Podcasts) is
generating a list view with 1700 items, I guess this could explain the
slowness ...

Is there anyway to add something like 'Show last 100' / 'Show all'
option to avoid making such a big list?

Just a note about my usage - I only download a fraction of the podcasts,
but I like to have them there and see what topics are covered so I can
decide which ones to download. Is this a reasonable use case, or will I
have to remove the podcasts that I only listen to the occasional episode
of?

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 396268] Re: Banshee uses too much CPU

2009-10-22 Thread Hamish Downer
I tried 'banshee --debug' - there was no output during the periods of
100% cpu usage. I've attached the log file, but it looks pretty
uninteresting to me.

** Attachment added: "banshee.log"
   http://launchpadlibrarian.net/34176152/banshee.log

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 396268] Re: Banshee uses too much CPU

2009-10-22 Thread Hamish Downer
I backed up .gconf/apps/banshee-1/ .config/banshee-1/ and
.cache/banshee-1/ (There were no /apps/banshee or .config/banshee files
on my system).

I then tried `gconftool-2 --recursive-unset /apps/banshee
/apps/banshee-1` but that does not seem to have made any difference. It
still takes about 5 seconds of 100% cpu before the UI updates after I
click on anything.

I then tried just deleting all the files:

$ rm -r .config/banshee-1
$ rm -r .cache/banshee-1
$ rm -r .gconf/apps/banshee-1

And banshee was responsive (once it had started, ps -ef reported that
there was 9 seconds of time used by banshee after starting up).

I've restored it, and it is unresponsive again. I have only 62 items in
my music library. However I have 20 podcast feeds, with a total of 1699
items. I don't know if that would overly stress banshee? I would hope
not.

Given that turning off all gconf settings didn't help, do you have any
other ideas?

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 396268] Re: Banshee uses too much CPU

2009-10-22 Thread Hamish Downer
Vacuuming the sqlite database helped a little bit ... If anyone else
wants to try this, you first install the sqlite3 package, and then (at
the command line)

$ sqlite3 ~/.config/banshee-1/banshee.db "VACUUM;"

I will play with gconf soon and report back.

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 443080] Re: ecryptfs mount does not support -f (fake mount)

2009-10-21 Thread Hamish Downer
whoop: might be good to do about
$ sudo mountall --debug > mountall0.2.5.log 2>&1

and then attach the resultant file to the bug again

-- 
ecryptfs mount does not support -f (fake mount)
https://bugs.launchpad.net/bugs/443080
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 396268] Re: Banshee uses too much CPU

2009-10-21 Thread Hamish Downer
Just tried banshee in a fresh user account, and it worked fine, so why
won't it work for me when I move the database around ...

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 396268] Re: Banshee uses too much CPU

2009-10-21 Thread Hamish Downer
Related ubuntuforums post -
http://www.uluga.ubuntuforums.org/showthread.php?t=1224304&highlight=banshee

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 396268] Re: Banshee uses too much CPU

2009-10-21 Thread Hamish Downer
I tried moving the banshee config files (in ~/.config , ~/.cache and
~/.gconf/apps/ ) out of the way to try banshee with a clean set up, and
still had this problem, so it is not related to my data.

Possible duplicates are bug #448533 and bug #440707.

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 440707] Re: Banshee starts and it's all grey

2009-10-21 Thread Hamish Downer
Could you check if the cpu usage is very high when this happens?

One easy way to do this is to use the System Monitor. This is under the
System menu (System -> Administration -> System Monitor). The processes
tab will show how much CPU each application is using. If you start this
before banshee and see if banshee is using all the CPU then I think this
is a duplicate of bug #396268.

-- 
Banshee starts and it's all grey
https://bugs.launchpad.net/bugs/440707
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 440707] Re: Banshee starts and it's all grey

2009-10-21 Thread Hamish Downer
Could you check if the cpu usage is very high when this happens?

One easy way to do this is to use the System Monitor. This is under the
System menu (System -> Administration -> System Monitor). The processes
tab will show how much CPU each application is using. If you start this
before banshee and see if banshee is using all the CPU then I think this
is a duplicate of bug #396268.

-- 
Banshee starts and it's all grey
https://bugs.launchpad.net/bugs/440707
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 448533] Re: Banshee (sometimes) freezes on start playing

2009-10-21 Thread Hamish Downer
Could you check if the cpu usage is very high when this happens?

One easy way to do this is to use the System Monitor. This is under the
System menu (System -> Administration -> System Monitor). The processes
tab will show how much CPU each application is using. If you start this
before banshee and see if banshee is using all the CPU then I think this
is a duplicate of bug #396268.

-- 
Banshee (sometimes) freezes on start playing
https://bugs.launchpad.net/bugs/448533
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-21 Thread Hamish Downer
>
> Shouldn't usplash stay in the INPUT function until done?  That's
> probably the right fix here, make it so usplash ignores/queues further
> commands whilst taking input.
>
> That might help Luka, but would not help me.

Luka (as far as I can tell until they post fstab/mtab) has an unencrypted
root, and while entering his passphrase is interrupted by the error
messages.

I have an encrypted root, and see no error messages until I have finished
entering my pass phrase, even if I wait a few minutes before entering the
pass phrase.

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-21 Thread Hamish Downer
Luka - so you have a non-encrypted root fs, and only /home is encrypted?
Is that right? Maybe you could post your /etc/fstab and /etc/mtab so we
can see exactly what your set up is.

Also, could you do a test and boot without usplash to see if that solved
the problem (as it did for me). I've put instructions for doing that in
comment #2.

Thanks in advance.

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-20 Thread Hamish Downer
I have done about 10 boots with usplash on and booting has succeeded
twice, so it is not an entirely consistent failure. I've tried not
pressing Escape and just waiting, but that generally fails, as does
pressing Escape.

Looking through bugs in cryptsetup and usplash, the only similar
sounding one is bug #451571 - but that was reported a week ago. I update
daily and the problem only started yesterday, so I don't *think* that
the bugs are related.

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-20 Thread Hamish Downer
Oh and in case it is useful here is a fresh mountall debug log

** Attachment added: "mountall.log"
   http://launchpadlibrarian.net/34047956/mountall.log

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-20 Thread Hamish Downer
Here is my fstab for comparison with the above message.

** Attachment added: "fstab"
   http://launchpadlibrarian.net/34047071/fstab

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-20 Thread Hamish Downer
OK, the text displayed is:

One or more of the mounts listed in /etc/fstab cannot yet be mounted: 
(ESC for recovery shell)
/: waiting for /dev/mapper/whisper-whisper_root
/tmp: waiting for (null)
/boot: waiting for /dev/disk/by-uuid/23x
/home: waiting for /dev/disk/by-uuid/d5x

(uuids snipped for brevity). These messages appear when booting without
splash, but booting continues successfully.

When using usplash the messages appear exactly the same, disk activity
continues for a few seconds and then stops and doesn't resume.

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-20 Thread Hamish Downer
I only see the timeout warning after entering the correct passphrase, so
I press Escape after cryptsetup has finished.

I tried waiting several minutes at the cryptsetup prompt in usplash, and
I saw no warning from mountall. I've also entered the passphrase
incorrectly, and there is still no warning from mountall. It is only
when cryptsetup has given the message

cryptsetup: sda5_crypt set up successfully

that I see the mountall message. And even then it is 5-ish seconds
before the message appears.

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 and cryptsetup fail to boot when using usplash

2009-10-20 Thread Hamish Downer
** Summary changed:

- mountall 0.2.5 does not start recovery console after timeout
+ mountall 0.2.5 and cryptsetup fail to boot when using usplash

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 does not start recovery console after timeout

2009-10-20 Thread Hamish Downer
Several reboots later and I only get this problem when I use usplash.

Interestingly, I don't get any messages about waiting while the password
prompt is 'open', even if I leave the machine alone for several minutes
without typing anything at the password prompt, whether with or without
usplash. It is only after entering the (correct) passphrase that I start
getting messages. When I enter the incorrect passphrase I just get the
passphrase prompt again, no messages about waiting until after
cryptsetup has succeeded.

So for those who hit this problem and are having trouble:

WORKAROUND

Basically disable splash.

How to do this is less obvious due to changes in grub, so step by step:

* Hold down the shift key while booting - this will take you to the grub menu.
* Press 'e' on the default option
* edit the text on the line starting 'kernel' (the second last line in a 
default setup) and delete the word 'splash' on that line
* hit Ctrl-X to boot with those options.

-- 
mountall 0.2.5 and cryptsetup fail to boot when using usplash
https://bugs.launchpad.net/bugs/456274
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 456274] Re: mountall 0.2.5 does not start recovery console after timeout

2009-10-20 Thread Hamish Downer
There doesn't appear to be anything useful in /var/log/ or from dmesg.
Though I can access tty1 I can't scroll back through the output.

Will try another reboot without splash and see if that is a consistent
way of actually being able to boot.

-- 
mountall 0.2.5 does not start recovery console after timeout
https://bugs.launchpad.net/bugs/456274
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 456274] [NEW] mountall 0.2.5 does not start recovery console after timeout

2009-10-20 Thread Hamish Downer
Public bug reported:

Binary package hint: mountall

I have a system with an encrypted root (well encrypted LVM with root,
home and swap volumes). Since upgrading to mountall 0.2.5 I have only
managed to boot once.

When I boot I get usplash appearing and asking me for the passphrase. I
enter it, and booting continues. All was fine before 0.2.5

Basically mountall (now) times out and puts a message up saying "Press
ESC to enter recovery console". I press ESC and nothing seems to happen.
The first time I did this, it only reported that it was waiting for
/home, I pressed ESC, nothing happened for a few seconds, and then
booting continued as normal.

Before reporting the bug I thought I would repeat to see if this was
consistent, and I haven't managed to boot since - it now says it is
waiting for multiple mounts, including / /tmp /boot and /home. I also
see the message appear twice. Since I cannot see much history in usplash
I have tried booting with splash and quiet removed from the boot options
- actually this time it appears to have booted again (after at least 5
failed attempts) so I will investigate more on that machine.

Anyway, there are two major issues:

1 mountall does not give me a recovery console

2 the timeout seems too short, probably due to the time it takes me to
type my (long) pass phrase. Maybe mountall could have a longer timeout
when any partitions use cryptsetup.

(Although before I rebooted I did confirm that I had mountall 0.2.5 by
looking at /usr/share/doc/mountall/changelog.gz . I did not do any more
package upgrades).

(I could not use apport/ubuntu-bug as it complained that mountall was
not an ubuntu package, and now I can't boot anyway).

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


** Tags: ubuntu-boot-experience

-- 
mountall 0.2.5 does not start recovery console after timeout
https://bugs.launchpad.net/bugs/456274
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 396268] Re: Banshee uses too much CPU

2009-10-14 Thread Hamish Downer
I can confirm this in karmic - on opening, cpu goes through the roof for
a while. Any interaction seems to take ages - even without playing
music. (I mostly use it for managing podcasts).

** Changed in: banshee (Ubuntu)
   Status: New => Confirmed

-- 
Banshee uses too much CPU
https://bugs.launchpad.net/bugs/396268
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 443080] Re: ecryptfs mount does not support -f (fake mount)

2009-10-14 Thread Hamish Downer
Dustin, not sure exactly, though comments #48 and #49 might be of some
use. At any rate, mountall appears to expect that you won't ask for a
password. But I'm no expert, just reading between the lines, so ...

I've resubscribed Scott James Remnant, who is responsible for mountall,
and hope that he can point us to an expected behaviour - I suspect
Dustin and Scott having a short chat via whatever means would be the
quickest way to sort this out.

-- 
ecryptfs mount does not support -f (fake mount)
https://bugs.launchpad.net/bugs/443080
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


  1   2   >