[Bug 1863282] Re: libreoffice menu bar disappeared

2020-07-28 Thread Ketil Malde
Ubuntu 19.10, using Xmonad as my window manager, and noticed the same
thing.  Just confirming Darko's observation above - uninstalling
libreoffice-gtk3 and restarting lowriter appears to have restored the
menus (using some small font, but I only have FHD resolution, so fine
with me).

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

Title:
  libreoffice  menu bar disappeared

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

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

[Bug 1788928] Re: psmouse: after sleep/suspend thinkpad touchpad not functional

2020-01-04 Thread Ketil Malde
*** This bug is a duplicate of bug 1786574 ***
https://bugs.launchpad.net/bugs/1786574

Chiming in.  Lenovo X1C gen 7, with NFC symbol, running Ubuntu 19.10
(5.3.0-24-generic), and trackpad not working after wakeup from suspend
(not sure which level, I just close the lid, notice leds slowly
blinking, then open it again).  Nothing about i2c in any
/etc/modprobe.d/* file.

Only caveat: running 1.20 system firmware (20QD00L1MX System Firmware)
since the latest gives me an unreliable external display when using
USB-C/Thunderbolt.

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

Title:
  psmouse: after sleep/suspend thinkpad touchpad not functional

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

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

Re: [Bug 1080591] Re: shotwell fails to authenticate with non-primary address

2019-01-10 Thread Ketil Malde
> Do you still see a problem related to the one that you reported in a
> currently supported version of Ubuntu?

Thanks for following up!  I don't use Shotwell any more, if nobody else
corroborates the report, I suggest you just can close it.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

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

Title:
  shotwell fails to authenticate with non-primary address

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

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

[Bug 1670959] Re: systemd-resolved using 100% CPU

2018-03-19 Thread Ketil Malde
Just to chime in:  Noticed slow machine and systemd-resolved taking 100%
cpu.  Edited /etc/systemd/resolved.conf to DNSSEC=no (not off, as "no"
was commented out in the file).  Tried systemctl restart systemd-
resolved, but nothing changed.  Tried killall systemd-resolved, nothing.
Tried killall -9, and it respawned a well-behaved process.  I recently
installed dnsmasq when my computer failed to resolve anything.  This is
a fairly up-to-date Ubuntu 17.10.

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

Title:
  systemd-resolved using 100% CPU

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

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

Re: libjudy

2017-04-29 Thread Ketil Malde

> I just built a version with using the -fno-strict-aliasing and
> -fno-aggressive-loop-optimizations compiler options:

Great, thanks for the quick response!  I did a dpkg -i *.deb of your
files, rebuilt my executable (statically linked, but I think that would
pick up the new version?), and started a new test run.  If you don't
hear from me by Tuesday, feel free to prod.

Unfortunately, there's a chance IT will scr..eh, modify our disk setup
over the weekend, and cause things to crash or otherwise get messed up.
If so, I'll just have to restart, I guess.

:-/

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

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


Re: libjudy

2017-04-29 Thread Ketil Malde

> Would you please download and test that version and see if you are
> able to still duplicate the segfault?

I'm still waiting for my big run to complete, but I have a smaller test
case which has been particularly troublesome (and which leads to corrupt
output).  Unfortunately, using the new Judy version produced the same
incorrect output.  (Assuming my recompile really did include it, not
sure how I can test that)

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

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


Re: libjudy

2017-04-29 Thread Ketil Malde

> I'm still waiting for my big run to complete, but I have a smaller test

Unfortunately, the new executable appears to fail for the same data that
the old one did.  So if there is indeed a subtle bug hidden in libjudy,
it doesn't seem to be affected by these options.

I also tried this on multiple servers, so I'm about to rule out hardware
error.

Thanks for the help, anyway.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

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


libjudy

2017-04-29 Thread Ketil Malde

Hi,

I have written an application which relies on libjudy.  Very rarely, I
tend to get a segfault or sometimes corrupted data.  Now, I realize this
could be a bug of my own making, or a problem with the Haskell FFI
(my application is written in Haskell), and there are also a suspicion
it could be a hardware error (faulty memory, perhaps).  But I see this
happen on two different servers, and playing around with the code has so
far gotten me nowhere.

I then stumbled over this discussion, indicating that libjudy is
vulnerable to aggressive optimization by certain GCC version.  The
description looks very much like what I experience, so I thought I'd
ask.  Is this something that is known and fixed for sure?  Or would it
be worthwhile to try to look deeper into this?

Unfortunately, I don't think I can give a test case, the data involved
are several hundred gigabytes.  But I (or someone) can build versions of
my application linked to versions of libjudy with different
optimizations, I can offer to run my analysis, and see if we can avoid
the faults.

Here's the discussion:
  https://sourceforge.net/p/judy/mailman/message/31505234/

Thanks for any answer or suggestion!

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

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


Re: [Bug 461918] Re: Evince fails to print this PDF

2014-12-29 Thread Ketil Malde
 Is this an issue on a supported release? If so, please reopen this
 report, attach a document this is reproducible with (not post a URL),
 and execute the following at a terminal: 

I am unable to test this.  For printing, I have to specify a different
user name (in .cups/client.conf), and as that is only supported by 'lp',
not evince or xpdf (I think), I can no longer print directly from
applications.

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

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

Title:
  Evince fails to print this PDF

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

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


[Bug 1373250] Re: libjudydebian1 and -dev 1.0.5 installs version 1.0.3

2014-10-01 Thread Ketil Malde
This is confusing, but intentional - the upstream source package
(version 1.0.5) nevertheless installs libjudy.so.1.0.3 (which is
considered the *interface* version).  Note that Red Hat and derived
system calls the .so 1.0.5 - which confused me even more :-)

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

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

Title:
  libjudydebian1 and -dev 1.0.5 installs version 1.0.3

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

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


[Bug 1373250] [NEW] libjudydebian1 and -dev 1.0.5 installs version 1.0.3

2014-09-24 Thread Ketil Malde
Public bug reported:

I'm trying to debug some segfaults, and currently I suspect the libjudy
library.  I was surprised to see in the logs that I was using an old
version, when I thought I had the newest version installed.  Some
further investigation revealed:

% dpkg -L libjudydebian1
/usr
/usr/lib
/usr/lib/libJudy.so.1.0.3
   :

% dpkg -l libjudydebian1
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
 Architecture Description
+++-===---===
ii  libjudydebian1  1.0.5-1ubuntu1  
 amd64C library for creating and accessing dynamic 
arrays
 
This is on an uptodate 14.04.1 LTS.

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

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

Title:
  libjudydebian1 and -dev 1.0.5 installs version 1.0.3

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

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


[Bug 906441] Re: intel update 2.15.901 breaks video, reverts to vesa

2014-04-26 Thread Ketil Malde
I stumbled into the same thing: When specifying 'nomodeset' as a kernel
parameter on an Intel i915 system (built in HD4400 graphics), I
sometimes used to get a black screen in 13.09.  In 14.04, the system
would come up, but limited to 1024x768 resolution, and the monitor would
be undetected (named built in display).  xrandr would offer no
options, and complain that:

  xrandr: Failed to get size of gamma for output default

My understanding is that nomodeset disables KMS, which causes Xorg to
use the Vesa driver, instead of the i915 driver.  The Vesa driver then
fails to detect the correct monitor resolution.  Removing nomodeset
and running update-grub appears to fix the problem.

I don't think this deserves INVALID, since I feel that:

a) vesafb should still be able to at least detect the monitor - and ideally, 
still be able to change the resolution
b) missing KMS should be clearly and accurately reported -  both from xrandr, 
in Xorg.0.log, and in graphics settings panel
c) lacking KMS should not disable i915 (or is this unavoidable?)


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  intel update 2.15.901 breaks video, reverts to vesa

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

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


[Bug 1078695] Re: xrandr : Failed to get size of gamma for output default

2014-04-26 Thread Ketil Malde
I don't know if it is relevant here, but I got the same response from
xrandr (about gamma), and also struggled with wrong resolutions. For me,
the cause was the 'nomodeset' kernel parameter, this (i.e. disabling
kernel modesetting) caused the i915 graphics driver to fail, and the
vesa driver to be used instead.  Perhaps you can check in
/var/log/Xorg.0.log that the correct driver is being used?  The log also
contains the kernel command linke - although you may have to use
'nomodeset' to get nvidia to work (that was the reason it was in mine -
when I removed the graphics card, I forgot to revert the grub options).

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

Title:
  xrandr : Failed to get size of gamma for output default

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

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


[Bug 879950] Re: pidgin not showing up

2013-08-22 Thread Ketil Malde
Or, just changing the

prefs name='blist' [...]
pref name='list_visible' type='bool' value='0'/

from '0' to '1' also brought the window back.  I guess this is a
Gnomism, Pidgin isn't expected to work without some supporting things
running alongside it, panels or whatever, so it starts up minimized,
with no way of opening the running applicaiton without a panel or dock
or something.

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

Title:
  pidgin not showing up

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

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


[Bug 879950] Re: pidgin not showing up

2013-08-14 Thread Ketil Malde
Pidgin has been working for me (with the env variable workaround for MS
servers), but now suddenly it fails to display a window.  Debug (-d) and
strace seem to indicate the program is otherwise working.  When I
Ctrl-C, the window appears to flicker on screen before terminating.
While it is running, the window also shows up in xlsclients.  I'm not
using Unity (just a simple XMonad setup), so if this is indeed the same
problem, it's proabably not Unity-related.  Ubuntu 13.04.

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

Title:
  pidgin not showing up

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

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


[Bug 1130500] Re: Not visible main window

2013-08-14 Thread Ketil Malde
I saw this, but removing .purple/prefs.xml fixed it (i.e. it displayed
the window again when I started pidgin, but of course I lost a bunch of
my preferences.)

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

Title:
  Not visible main window

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

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


[Bug 879950] Re: pidgin not showing up

2013-08-14 Thread Ketil Malde
Removing .purple/prefs.xml fixed it for me.

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

Title:
  pidgin not showing up

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

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


Re: [Bug 856776] Re: Cannot declare itself as another username with CUPS server

2013-07-05 Thread Ketil Malde
 I can't believe this is still in. Is CUPS unused in enterprise
 environments?

In my opinion, CUPS is good infrastructure, but it needs a bit of love
with documentation and user interaction and so on.  Which it somehow
isn't getting, and it puzzles me why - most other system critical stuff
seems to attract developers more or less automatically...

-k
-- 
If I haven't seen further, it is by standing in the footprints of giants

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

Title:
  Cannot declare itself as another username with CUPS server

To manage notifications about this bug go to:
https://bugs.launchpad.net/common-print-dialog-gtk/+bug/856776/+subscriptions

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


[Bug 791992] Re: btrfs in 2.6.38 extremely slow (when near full?)

2013-03-21 Thread Ketil Malde
After some time, bandwidth increased to reasonable values, and after
some hours, the balance operation completed.  After that, performance
seems to be okay.  I've also added autodefrag as a mount option in
fstab, just in case.  It worries me that the filesystem degrades like
this though.

Previous mount options: btrfs   defaults,noatime,compress=lzo

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

Title:
  btrfs in 2.6.38 extremely slow (when near full?)

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

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


[Bug 791992] Re: btrfs in 2.6.38 extremely slow (when near full?)

2013-03-20 Thread Ketil Malde
Upgraded to 12.10 and 3.5.0-26, the filesystem is still hosed.  I'm
rerunning a 'balance', but I notice with 'iostat' that disk bandwidth is
very poorly utilized (getting a couple of MB/s from each disk, and
mostly one at a time).  Still, there is now quite a bit of space on all
spindles, and it didn't seem to help much.

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

Title:
  btrfs in 2.6.38 extremely slow (when near full?)

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

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


[Bug 791992] Re: btrfs in 2.6.38 extremely slow (when near full?)

2013-03-19 Thread Ketil Malde
I see this on 3.2.0-38-generic, I have 3x3TB striped volume with LZO,
and it suddenly turned dog slow.  It is about 90% full atm.

In dmesg I find a bunch of warnings:

[2737995.991648] btrfs: block rsv returned -28
[2737995.991649] [ cut here ]
[2737995.991655] WARNING: at 
/build/buildd/linux-3.2.0/fs/btrfs/extent-tree.c:5985 use_block_rsv+0x17c/0x190 
[btrfs]()
[2737995.991656] Hardware name: Precision WorkStation T7500  
[2737995.991657] Modules linked in: ses enclosure usb_storage ufs qnx4 hfsplus 
hfs minix ntfs vfat msdos fat jfs xfs reiserfs ext2 dm_crypt nfsd nfs lockd 
fscache auth_rpcgss binfmt_misc nfs_acl sunrpc lp snd_hda_codec_analog 
snd_hda_intel snd_hda_codec snd_hwdep ppdev snd_pcm dell_wmi parport_pc 
snd_timer parport i7core_edac sparse_keymap snd shpchp soundcore dcdbas 
edac_core psmouse serio_raw mac_hid snd_page_alloc btrfs zlib_deflate libcrc32c 
usbhid hid mxm_wmi radeon mptsas ttm mptscsih firewire_ohci drm_kms_helper 
mptbase firewire_core tg3 crc_itu_t scsi_transport_sas drm wmi i2c_algo_bit
[2737995.991679] Pid: 45809, comm: btrfs-endio-wri Tainted: GW
3.2.0-38-generic #59-Ubuntu
[2737995.991680] Call Trace:
[2737995.991682]  [81067e0f] warn_slowpath_common+0x7f/0xc0
[2737995.991684]  [81067e6a] warn_slowpath_null+0x1a/0x20
[2737995.991690]  [a023162c] use_block_rsv+0x17c/0x190 [btrfs]
[2737995.991697]  [a02343fd] btrfs_alloc_free_block+0x3d/0x200 [btrfs]
[2737995.991699]  [81122ecb] ? __set_page_dirty_nobuffers+0x1b/0x20
[2737995.991708]  [a0263b8a] ? read_extent_buffer+0xea/0x180 [btrfs]
[2737995.991711]  [8165d21e] ? _raw_spin_lock+0xe/0x20
[2737995.991717]  [a0223122] __btrfs_cow_block+0x122/0x430 [btrfs]
[2737995.991722]  [a0223526] btrfs_cow_block+0xf6/0x220 [btrfs]
[2737995.991730]  [a0272063] ? btrfs_set_lock_blocking_rw+0x43/0xb0 
[btrfs]
[2737995.991736]  [a022723a] btrfs_search_slot+0x34a/0x710 [btrfs]
[2737995.991743]  [a0238988] btrfs_lookup_file_extent+0x38/0x40 
[btrfs]
[2737995.991751]  [a02534bc] btrfs_drop_extents+0xec/0x930 [btrfs]
[2737995.991753]  [8116588c] ? kmem_cache_alloc+0x10c/0x140
[2737995.991759]  [a022251a] ? btrfs_alloc_path+0x1a/0x20 [btrfs]
[2737995.991767]  [a0246b63] 
insert_reserved_file_extent.constprop.52+0x73/0x270 [btrfs]
[2737995.991775]  [a0243d4d] ? start_transaction.part.25+0x7d/0x2a0 
[btrfs]
[2737995.991783]  [a024a72a] btrfs_finish_ordered_io+0x2ca/0x320 
[btrfs]
[2737995.991791]  [a024a7cd] btrfs_writepage_end_io_hook+0x4d/0xc0 
[btrfs]
[2737995.991799]  [a025edc9] end_bio_extent_writepage+0x129/0x180 
[btrfs]
[2737995.991801]  [811adf3d] bio_endio+0x1d/0x40
[2737995.991809]  [a023d2ad] end_workqueue_fn+0x5d/0xa0 [btrfs]
[2737995.991817]  [a026c4f0] worker_loop+0xa0/0x2b0 [btrfs]
[2737995.991818]  [8165acbc] ? __schedule+0x3cc/0x6f0
[2737995.991827]  [a026c450] ? 
check_pending_worker_creates.isra.1+0xf0/0xf0 [btrfs]
[2737995.991829]  [8108b19c] kthread+0x8c/0xa0
[2737995.991831]  [81667974] kernel_thread_helper+0x4/0x10
[2737995.991833]  [8108b110] ? flush_kthread_worker+0xa0/0xa0
[2737995.991835]  [81667970] ? gs_change+0x13/0x13
[2737995.991836] ---[ end trace 66ce02ac277ff6d4 ]---
[2738031.380617] use_block_rsv: 1 callbacks suppressed
[2738031.380621] btrfs: block rsv returned -28
[2738031.380623] [ cut here ]

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

Title:
  btrfs in 2.6.38 extremely slow (when near full?)

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

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


[Bug 791992] Re: btrfs in 2.6.38 extremely slow (when near full?)

2013-03-19 Thread Ketil Malde
Forgot to add a link to what might be a similar problem:

http://www.mail-archive.com/linux-btrfs@vger.kernel.org/msg20547.html

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

Title:
  btrfs in 2.6.38 extremely slow (when near full?)

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

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


[Bug 791992] Re: btrfs in 2.6.38 extremely slow (when near full?)

2013-03-19 Thread Ketil Malde
I think this is caused by poorly balanced disks.  I.e:

nmdbio:~ % sudo btrfs fi show /dev/sdb
Label: 'scratch'  uuid: 184706ea-89f5-438a-a9f5-b5e91b3ce267
Total devices 3 FS bytes used 7.57TB
devid3 size 2.73TB used 2.45TB path /dev/sdc
devid2 size 2.73TB used 2.73TB path /dev/sdb
devid1 size 2.73TB used 2.73TB path /dev/sda

Btrfs v0.20-rc1

Note that two disks are entirely filled up, and only one has free space.
If I were to venture a guess, btrfs struggles to shuffle data about in
order to write multiple copies of metadata to each spindle.

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

Title:
  btrfs in 2.6.38 extremely slow (when near full?)

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

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


Re: [Bug 1080591] Re: shotwell fails to authenticate with non-primary address

2012-11-20 Thread Ketil Malde
Lucas Beeler 1080...@bugs.launchpad.net writes:

 Are you using the Ubuntu Online Accounts control panel to set up your
 Google account or are you configuring it directly in Shotwell? 

The latter, but it is hard to tell, since it is all `not mere web links,
but solid code immersed into the desktop'.  I think I saw a popup
window which looked like a web page asking for Google authentication at
one point, similar to the picture in:

  http://www.iloveubuntu.net/online-accounts-landed-ubuntu-1210-default

I guess I am using UOA, I tried to delete the authorization info I could
find in the gconf.xml files under .shotwell, but it didn't seem to
change anything.  I'll try to hunt and destroy any UOA stuff.

 Note that
 since you're running Quantal, unless you built and installed Shotwell
 from source, the default build of Shotwell that comes with Quantal has
 been patched downstream to use the Ubuntu Online Accounts system for
 Google authentication. Hence, this could be a bug either with Shotwell
 or with Ubuntu Online Accounts.

Right, thanks.

I really wish people would stop the immersing thing, it just confuses
things and makes them more complex and fragile.

-k

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

Title:
  shotwell fails to authenticate with non-primary address

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

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


[Bug 1080591] [NEW] shotwell fails to authenticate with non-primary address

2012-11-19 Thread Ketil Malde
Public bug reported:

I am trying to export some pictures from Shotwell to my Picasa account.
I select Picasa from the publish list, and push the button to
authenticate.  I am asked for password, which I enter.  I am then told
that Authentication failed.  Subsequent attempts go directly to
Authentication failed, and there is no apparent way to enter the
password again.

Cause: I am using a non-gmail email address to log on to Google.  This
used to work, but something - presumably Google - has changed this.

Suggestions:

1) Shotwell should be more informative about the Authentication Failure,
and report what exactly is wrong.  I thought I had mistyped the
password, and then it's frustrating not to be offered the opportunity to
retype it.

2) The login dialog should offer a direct link or pointer to the
accounts settings, now I need to select Add an account from the drop
down.

3) Incidentally, removing accounts doesn't work, in the end I had to
disable two (non-working) instances of Google account configurations.

Anyway, not exactly a bug, but hopefully a report that lets Shotwell
become even better.

Shotwell version 0.13.0-0ubuntu3, on Ubuntu 12.10, 64bit.

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

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

Title:
  shotwell fails to authenticate with non-primary address

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

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


[Bug 1080591] Re: shotwell fails to authenticate with non-primary address

2012-11-19 Thread Ketil Malde
** Description changed:

  I am trying to export some pictures from Shotwell to my Picasa account.
  I select Picasa from the publish list, and push the button to
  authenticate.  I am asked for password, which I enter.  I am then told
  that Authentication failed.  Subsequent attempts go directly to
  Authentication failed, and there is no apparent way to enter the
  password again.
  
- Cause: I am using a non-gmail email address to log on to Google.  This
- used to work, but something - presumably Google - has changed this.
+ (I thought this was due to me logging in with a non-gmail address, and
+ it seemed to work when I changed to the gmail one, but now it fails
+ again)
  
- Suggestions:
+ Further suggestions:
  
  1) Shotwell should be more informative about the Authentication Failure,
  and report what exactly is wrong.  I thought I had mistyped the
  password, and then it's frustrating not to be offered the opportunity to
  retype it.
  
  2) The login dialog should offer a direct link or pointer to the
  accounts settings, now I need to select Add an account from the drop
  down.
  
  3) Incidentally, removing accounts doesn't work, in the end I had to
  disable two (non-working) instances of Google account configurations.
  
- Anyway, not exactly a bug, but hopefully a report that lets Shotwell
- become even better.
  
  Shotwell version 0.13.0-0ubuntu3, on Ubuntu 12.10, 64bit.

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

Title:
  shotwell fails to authenticate with non-primary address

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

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


[Bug 728350] Re: man lpstat: wrong information about running without arguments

2012-11-09 Thread Ketil Malde
Unfortunately, the CUPS developers - if there indeed are any - do not
give a shit.  The command line tools are brain dead by design, the
documentation is inaccurate, there are essentially no error checking or
reporting, and it has been this way since the inception.

Here's a bug from 2006 - guess what, this is still the status quo in
Ubuntu 12.10, over six years later:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=381252

Command line printing isn't a priority in Ubuntu, nor is difficult
corner cases, like specifying a username.


** Bug watch added: Debian Bug tracker #381252
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=381252

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

Title:
  man lpstat: wrong information about running without arguments

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

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


[Bug 728350] Re: man lpstat: wrong information about running without arguments

2012-11-09 Thread Ketil Malde
Seems like a good idea that would take slightly less than six years to
fix:

http://www.cups.org/str.php?L1781+P0+S-2+C0+I0+E0+M20+Q1781

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

Title:
  man lpstat: wrong information about running without arguments

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

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


[Bug 904001] Re: Can't start evince over SSH tunnel X session

2012-09-06 Thread Ketil Malde
Thanks, JFBucas, adding this line fixed it for me!

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

Title:
  Can't start evince over SSH tunnel X session

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

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


[Bug 671565] Re: GUI launch fails strangely when done from a secondary login, ssh -X

2012-09-06 Thread Ketil Malde
*** This bug is a duplicate of bug 904001 ***
https://bugs.launchpad.net/bugs/904001

** This bug has been marked a duplicate of bug 904001
   Can't start evince over SSH tunnel X session

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

Title:
  GUI launch fails strangely when done from a secondary login, ssh -X

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

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


[Bug 954127] [NEW] Network configuration fails during installation of 12.04

2012-03-13 Thread Ketil Malde
Public bug reported:

Under installation of 12.04, network configuration with dhcp failed.  I
was still able to configure the network by switching to a console and
running 'dhclient' manually.  I notice the installer runs dhclient with
a specific config file, perhaps this somehow interferes with my DHCP
server?

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in Ubuntu.
https://bugs.launchpad.net/bugs/954127

Title:
  Network configuration fails during installation of 12.04

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

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


[Bug 954127] [NEW] Network configuration fails during installation of 12.04

2012-03-13 Thread Ketil Malde
Public bug reported:

Under installation of 12.04, network configuration with dhcp failed.  I
was still able to configure the network by switching to a console and
running 'dhclient' manually.  I notice the installer runs dhclient with
a specific config file, perhaps this somehow interferes with my DHCP
server?

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

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

Title:
  Network configuration fails during installation of 12.04

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

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


[Bug 624316] Re: No sound using HDA Intel onboard sound - Lenovo ThinkCentre M58

2012-03-13 Thread Ketil Malde
I think there are two separate issues: permissions and playing sound.
With my recent 12.04 beta install, I find that ALSA doesn't work out of
the box for users other than root.  Adding users to the 'audio' group
solves the problem.  (I don't want to run pulseaudio, since it depends
on too much gnome stuff, which I try to avoid).

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

Title:
  No sound using HDA Intel onboard sound - Lenovo ThinkCentre M58

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

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


[Bug 624316] Re: No sound using HDA Intel onboard sound - Lenovo ThinkCentre M58

2012-03-13 Thread Ketil Malde
PS: I'm using a Lenovo X220 with integrated Intel audio:

lspci:
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 04)

aplay -l:

 List of PLAYBACK Hardware Devices 
card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

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

Title:
  No sound using HDA Intel onboard sound - Lenovo ThinkCentre M58

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

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


[Bug 925967] [NEW] cabal-install version

2012-02-03 Thread Ketil Malde
Public bug reported:

I'm running Ubuntu 12.04 beta (Precise), and stumbled into this bug:

   http://www.haskell.org/pipermail/haskell-cafe/2011-August/094883.html

when a new version of the bytestring library was added to Hackage.  Any
cabal operation fails with

   Reading available packages...
   Resolving dependencies...
   cabal: Couldn't read cabal file bytestring/0.9.2.1/bytestring.cabal

The workaround from the link above, works:

   tar -f ~/.cabal/packages/hackage.haskell.org/00-index.tar --delete
bytestring/0.9.2.1

Although hopefully, we'll avoid packages that trigger this bug in the
future, it would be better if Ubuntu would upgrade the cabal version to
a newer one that doesn't display this behavior.

** Affects: haskell-cabal-install (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  cabal-install version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haskell-cabal-install/+bug/925967/+subscriptions

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


[Bug 880645] Re: btrfs device delete /dev/sdaX / fails with error ERROR: error removing the device '/dev/sdaX'

2012-01-17 Thread Ketil Malde
I get an error when trying to remove one disk from a set of three (so metadata 
could still be mirrored).  This is on Precise Pangolin.  I also include the 
output of filesystem show, as something clearly happened here, although I'm 
unsure how to interpret it.
 
% sudo btrfs fi show  
Label: 'scratch'  uuid: 184706ea-89f5-438a-a9f5-b5e91b3ce267
Total devices 3 FS bytes used 140.62GB
devid1 size 2.73TB used 138.02GB path /dev/sda
devid2 size 2.73TB used 137.01GB path /dev/sdb
devid3 size 2.73TB used 138.01GB path /dev/sdc

% sudo btrfs dev del /dev/sdc /scratch
ERROR: error removing the device '/dev/sdc'

% sudo btrfs fi show  
Label: 'scratch'  uuid: 184706ea-89f5-438a-a9f5-b5e91b3ce267
Total devices 3 FS bytes used 141.49GB
devid1 size 2.73TB used 75.03GB path /dev/sda
devid2 size 2.73TB used 75.01GB path /dev/sdb
devid3 size 2.73TB used 138.01GB path /dev/sdc

Btrfs Btrfs v0.19

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

Title:
  btrfs device delete /dev/sdaX / fails with error ERROR: error
  removing the device '/dev/sdaX'

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

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


[Bug 907679] [NEW] xrandr --auto should turn off disconnected displays to free crtcs

2011-12-22 Thread Ketil Malde
Public bug reported:

In most cases, 'xrandr --auto' does the Right Thing configuring the
avilable displays.  However, after I have used the VGA output of my
laptop and return to use the HDMI output from my docking station, I get
this message:

% xrandr --auto
xrandr: cannot find crtc for output HDMI3

The setup look like this:

% xrandr
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 
277mm x 156mm
   1366x768   59.6*+
   1360x768   59.8 60.0
   1024x768   60.0
   800x60060.3 56.2
   640x48059.9
VGA1 disconnected 1024x768+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 connected (normal left inverted right x axis y axis)
   1680x1050  59.9 +
   1280x1024  75.0 60.0
   1152x864   75.0
   1024x768   75.1 60.0
   800x60075.0 60.3
   640x48075.0 60.0
   720x40070.1
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)

Note that VGA1 is disconnected, but configured with 1024x768.
Deconfiguring it works:

% xrandr --output VGA1 --off
% xrandr --auto

This isn't entirely obvious to figure out, and I think --auto should do
this (i.e. turn off unused displays to free a crtc) automatically.  If
this is unacceptable for some reason, I suggest the error message should
be changed to be more informative, e.g. something like:

% xrandr --auto
xrandr: cannot find crtc for output HDMI3.  VGA1 is currently configured 
but disconnected, to free its crtc, use 'xrandr --output VGA1 --off'.  To share 
a crtc, configure HDMI3 with the same mode as a configured display.

(This is on a Lenovo X220, with Oneiric, but I believe many systems have
fewer crtcs than display connections)

** Affects: x11-xserver-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

+ In most cases, 'xrandr --auto' does the Right Thing configuring the
+ avilable displays.  However, after I have used the VGA output of my
+ laptop and return to use the HDMI output from my docking station, I get
+ this message:
  
- In most cases, 'xrandr --auto' does the Right Thing configuring the avilable 
displays.  However, after I have used the VGA output of my laptop and return to 
use the HDMI output from my docking station, I get this message:
- 
- % xrandr --auto
- xrandr: cannot find crtc for output HDMI3
+ % xrandr --auto
+ xrandr: cannot find crtc for output HDMI3
  
  The setup look like this:
  
- % xrandr   
- Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
- LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 
277mm x 156mm
-1366x768   59.6*+
-1360x768   59.8 60.0  
-1024x768   60.0  
-800x60060.3 56.2  
-640x48059.9  
- VGA1 disconnected 1024x768+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm
- HDMI1 disconnected (normal left inverted right x axis y axis)
- DP1 disconnected (normal left inverted right x axis y axis)
- HDMI2 disconnected (normal left inverted right x axis y axis) 
- HDMI3 connected (normal left inverted right x axis y axis)
-1680x1050  59.9 +
-1280x1024  75.0 60.0  
-1152x864   75.0  
-1024x768   75.1 60.0  
-800x60075.0 60.3  
-640x48075.0 60.0  
-720x40070.1  
- DP2 disconnected (normal left inverted right x axis y axis)
- DP3 disconnected (normal left inverted right x axis y axis)
+ % xrandr
+ Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
+ LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 
277mm x 156mm
+    1366x768   59.6*+
+    1360x768   59.8 60.0
+    1024x768   60.0
+    800x60060.3 56.2
+    640x48059.9
+ VGA1 disconnected 1024x768+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm
+ HDMI1 disconnected (normal left inverted right x axis y axis)
+ DP1 disconnected (normal left inverted right x axis y axis)
+ HDMI2 disconnected (normal left inverted right x axis y axis)
+ HDMI3 connected (normal left inverted right x axis y axis)
+    1680x1050  59.9 +
+    1280x1024  75.0 60.0
+    1152x864   75.0
+    1024x768   75.1 60.0
+    800x60075.0 60.3
+    640x48075.0 60.0
+    720x40070.1
+ DP2 disconnected (normal left inverted right 

[Bug 899591] Re: The default MIME info (mailcap-mime-data) should use xdg-open

2011-12-03 Thread Ketil Malde
** Description changed:

- 
- When I try to view a PDF attachment in Gnus, Emacs will try to launch 'gv'.  
However, 'gv' is not installed, and I'd like to use 'evince' instead.  This is 
remedies easily enough by adding the appropriate line (application/pdf; evince 
%s) in ~/.mailcap, but I think we should avoid a default, hardcoded 
mailcap-mime-data contents that doesn't match available applications.
+ When I try to view a PDF attachment in Gnus, Emacs will try to launch
+ 'gv'.  However, 'gv' is not installed, and I'd like to use 'evince'
+ instead.  This is remedied easily enough by adding the appropriate line
+ (application/pdf; evince %s) in ~/.mailcap, but I think we should avoid
+ a default, hardcoded mailcap-mime-data contents that doesn't match
+ available applications.
  
  I think using xdg-open would solve this.
  
  Seen on oneiric.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: emacs23-common 23.3+1-1ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-12.20-server 3.0.4
  Uname: Linux 3.0.0-12-server x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Dec  3 14:37:06 2011
  InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110426)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=en_US:en
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/zsh
+  LANGUAGE=en_US:en
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/zsh
  SourcePackage: emacs23
  UpgradeStatus: Upgraded to oneiric on 2011-10-15 (49 days ago)

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

Title:
  The default MIME info (mailcap-mime-data) should use xdg-open

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

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

[Bug 899591] [NEW] The default MIME info (mailcap-mime-data) should use xdg-open

2011-12-03 Thread Ketil Malde
Public bug reported:

When I try to view a PDF attachment in Gnus, Emacs will try to launch
'gv'.  However, 'gv' is not installed, and I'd like to use 'evince'
instead.  This is remedied easily enough by adding the appropriate line
(application/pdf; evince %s) in ~/.mailcap, but I think we should avoid
a default, hardcoded mailcap-mime-data contents that doesn't match
available applications.

I think using xdg-open would solve this.

Seen on oneiric.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: emacs23-common 23.3+1-1ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-12.20-server 3.0.4
Uname: Linux 3.0.0-12-server x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sat Dec  3 14:37:06 2011
InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110426)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: emacs23
UpgradeStatus: Upgraded to oneiric on 2011-10-15 (49 days ago)

** Affects: emacs23 (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/899591

Title:
  The default MIME info (mailcap-mime-data) should use xdg-open

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

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

[Bug 899591] Re: The default MIME info (mailcap-mime-data) should use xdg-open

2011-12-03 Thread Ketil Malde
;; This seems to work for PDFs

(setq mailcap-mime-data 
  '(
(application
 (.*
  (viewer . xdg-open %s)
  

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

Title:
  The default MIME info (mailcap-mime-data) should use xdg-open

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

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


[Bug 868715] [NEW] Display problems after resume with sandy bridge

2011-10-05 Thread Ketil Malde
Public bug reported:

I have a Lenovo x220, with SB graphics.  After suspend and then resume,
sometimes the display is not working entirely correctly.  Typically,
flash video will hang (although sound will be okay), and it will update
when the window is resized, or similar action is taken.  Also text will
only display partially in terminals, xterm seems to be more prone to
this than rxvt (which unfortunately doesn't support utf-8 properly), and
also Emacs has become garbled.

Another suspend-resume cycle appears to put things back in order again.
(Possibly this is caused by suspending with an external monitor
connected, and resuming without it?)

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

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

Title:
  Display problems after resume with sandy bridge

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

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


[Bug 461918] Re: Evince fails to print this PDF

2011-09-30 Thread Ketil Malde
Interestingly, I generated two PDFs with xelatex, identical except for
including a PNG image.  Both documents look okay in Evince, but the one
with the image prints the reverse (even numbered) pages upside down.
Unfortunately, I can't attach the documents here, but contact me
privately (ketil a malde d org) if you would like a copy to debug this.

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

Title:
  Evince fails to print this PDF

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

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


[Bug 461918] Re: Evince fails to print this PDF

2011-09-30 Thread Ketil Malde
I should add to the above that the incorrect version also has
substantially inferior font rendering - downright ugly.

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

Title:
  Evince fails to print this PDF

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

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


[Bug 826741] [NEW] vlc audio is out of sync when playing avis

2011-08-15 Thread Ketil Malde
Public bug reported:

When playing videos with VLC on Ubuntu 11.04, audio is slightly off.
I've been trying to tune it by twiddling the sync settings, but haven't
figured out exactly the right amount.  Xine produces perfectly synced
audio/video, so I think this must be a VLC-specific problem.

VLC media player 1.1.9 The Luggage (revision exported)

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

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

Title:
  vlc audio is out of sync when playing avis

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

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


[Bug 134314] Re: pwmconfig claims it can't find pwm-capable sensor modules

2011-06-17 Thread Ketil Malde
I don't get this.  It's invalid because...there aren't any drivers for
these computer systems?  On my HP dm1, I can see temperature and
tripping points with 'acpi -V', and after loading the 'coretemp' module,
'sensors' will list the indidual core temperatures (interestingly with
quite different tripping points).

The problem is that although the temperature is way lower than the
tripping points, the fan is going.  It's quite possibly a bug in the HP
dm1, which is much cheaper than it is inexpensive, to put it generously.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in Ubuntu.
https://bugs.launchpad.net/bugs/134314

Title:
  pwmconfig claims it can't find pwm-capable sensor modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/134314/+subscriptions

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


[Bug 134314] Re: pwmconfig claims it can't find pwm-capable sensor modules

2011-06-17 Thread Ketil Malde
I don't get this.  It's invalid because...there aren't any drivers for
these computer systems?  On my HP dm1, I can see temperature and
tripping points with 'acpi -V', and after loading the 'coretemp' module,
'sensors' will list the indidual core temperatures (interestingly with
quite different tripping points).

The problem is that although the temperature is way lower than the
tripping points, the fan is going.  It's quite possibly a bug in the HP
dm1, which is much cheaper than it is inexpensive, to put it generously.

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

Title:
  pwmconfig claims it can't find pwm-capable sensor modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/134314/+subscriptions

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


[Bug 797075] [NEW] btrfs with discard option has terrible performance

2011-06-14 Thread Ketil Malde
Public bug reported:

Enabling 'discard' for btrfs on an SSD results in a substantial
performance degradation, possibly related to fsync().  This is very
noticable when running 'apt-get upgrade', and the test suggested in the
link below went from 12 seconds without discard to 45 seconds with
discard enabled.

http://lists-archives.org/linux-kernel/27396958-btrfs-and-apt-package-
manager-in-ubuntu-discard-stalls.html

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: linux-image (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ketil  1710 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd450 irq 45'
   Mixer name   : 'Intel Cantiga HDMI'
   Components   : 'HDA:111d7605,103c3663,00100402 
HDA:80862802,80860101,0010'
   Controls  : 18
   Simple ctrls  : 10
Date: Tue Jun 14 09:20:35 2011
HibernationDevice: RESUME=UUID=ad4c20c6-5224-457d-9cd8-868767fd928c
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: Hewlett-Packard HP Pavilion dm1 Notebook PC
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic 
root=UUID=2a634684-4d1a-4822-8950-c1446eb3585b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-2.6.38-8-generic N/A
 linux-backports-modules-2.6.38-8-generic  N/A
 linux-firmware1.52
SourcePackage: linux
UpgradeStatus: Upgraded to natty on 2011-05-04 (40 days ago)
dmi.bios.date: 09/03/2009
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.02
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3663
dmi.board.vendor: Quanta
dmi.board.version: 49.0A
dmi.chassis.type: 10
dmi.chassis.vendor: Quanta
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.02:bd09/03/2009:svnHewlett-Packard:pnHPPaviliondm1NotebookPC:pvr039210201B032:rvnQuanta:rn3663:rvr49.0A:cvnQuanta:ct10:cvrN/A:
dmi.product.name: HP Pavilion dm1 Notebook PC
dmi.product.version: 039210201B032
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug natty

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

Title:
  btrfs with discard option has terrible performance

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

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


[Bug 797075] Re: btrfs with discard option has terrible performance

2011-06-14 Thread Ketil Malde
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/797075

Title:
  btrfs with discard option has terrible performance

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

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


[Bug 601299] Re: [Maverick/Natty] btrfs is extremely slow

2011-06-14 Thread Ketil Malde
Yes, thanks, it's now here:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/797075

It's hard to tell how many of the subscribers to this bug are affected
by the same issue, or whether there are other performance issues with
fsync/btrfs.  I don't think btrfs was set up with 'discard' by default,
so the original bug report was probably something else, and probably
fixed by now.

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

Title:
  [Maverick/Natty] btrfs is extremely slow

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

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


[Bug 709144] Re: motion stops recording, but keeps running

2011-06-13 Thread Ketil Malde
This is old, nobody else chimed in, and it's now working for me.
Somebody with enough authority can just close this for all I care.

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

Title:
  motion stops recording, but keeps running

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

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


[Bug 601299] Re: [Maverick/Natty] btrfs is extremely slow

2011-06-13 Thread Ketil Malde
I think that in my case, this is caused by me using the 'discard'
option.  See e.g:

http://lists-archives.org/linux-kernel/27396958-btrfs-and-apt-package-
manager-in-ubuntu-discard-stalls.html

I did the test suggested, and with discard enabled, it took about 45
seconds, without discard it took 12 seconds.  Looks like there is some
nasty interaction between fsync and discard?  Anyway, this is likely a
different issue from what others are reporting, so I'll open a new bug
(as soon as I can find out %¤## how, the Report a bug link just
points into a maze of long wiki pages, all alike...)

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

Title:
  [Maverick/Natty] btrfs is extremely slow

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

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

[Bug 288601] Re: libghc6-bytestring version 9.0.1 has a serious performance bug

2011-06-07 Thread Ketil Malde
Fixed in newer versions, at least in 10.04 and later.

** Changed in: ghc6 (Ubuntu)
   Status: New = Fix Released

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

Title:
  libghc6-bytestring version 9.0.1 has a serious performance bug

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


[Bug 616605] Re: hp dm1z ALPS touchpad not detected, scroll doesn't work

2011-06-07 Thread Ketil Malde
Why is this Incomplete? The brokenness of ALPS is amply documented,
and there are a set of similar bugs reported.  It should probably be
marked duplicate, but I'm unsure which ones to merge.

(Anyway - my solution is to order a new laptop with a touchpad from
Synaptics.  This was my first and last HP.)

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

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

Title:
  hp dm1z ALPS touchpad not detected, scroll doesn't work

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


[Bug 601299] Re: [Maverick/Natty] btrfs is extremely slow

2011-06-06 Thread Ketil Malde
I just did an 'apt-get upgrade' and not only did it appear to take
somewhere close to forever, it also bogged down the rest of the system.
In the end, I interrupted the process, did the workaround from here:

https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/607632/comments/12

and restarted the process using LD_PRELOAD, which completed very
quickly.

Ubuntu Natty, 2.6.38-8-generic, x86-64, btrfs on SSD disk.

I don't think it was this slow before, did something change recently?

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

Title:
  [Maverick/Natty] btrfs is extremely slow

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


[Bug 782259] [NEW] ALPS touchpad on HP doesn't work properly, only with PS/2 emulation

2011-05-13 Thread Ketil Malde
Public bug reported:

Binary package hint: xserver-xorg-input-synaptics

I have HP Pavillion dm1 (1030s or something), with an ALPS touchpad.
The touchpad has never been correctly identified, but it provides a ps2
mouse emulation, which has worked.  The sensitivity is horrible, but
I've learned to live with that. Upgrading to natty, edge scrolling and
emulate3buttons disappeared, so I thought I'd investigate.

The current situation is as follows:

'modprobe psmouse' module gives (in dmesg):

[351174.694720] input: PS/2 Mouse as 
/devices/platform/i8042/serio1/input/input23
[351174.719260] input: AlpsPS/2 ALPS GlidePoint as 
/devices/platform/i8042/serio1/input/input24

'xinput list':
⎜   ↳ PS/2 Mouseid=15   [slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint  id=16   [slave  pointer  (2)]

After enabling ShmConfig in /usr/share/X11/xorg.conf.d/, I can run 'synclient 
-m 1':
time xy   z f  w  l r u d m multi  gl gm gr gdx gdy
   0.000 00   0 0  0  0 0 0 0 0  

...but nothing further happens, even if I move the pointer around with
the touchpad or click buttons, etc.

So that's where it stands.  How can I configure the touchpad so that it
is visible, and I can configure things like sensitivity?

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ALPS touchpad on HP doesn't work properly, only with PS/2 emulation

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

[Bug 377741] Re: Laptop ALPS touchpad not detected, not working

2011-05-13 Thread Ketil Malde
For some reason, this bug didn't show up as related, so I filed #616605.
This might be a duplicate, but I still have this problem under natty.

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

Title:
  Laptop ALPS touchpad not detected, not working

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


[Bug 616605] Re: hp dm1z ALPS touchpad not detected, scroll doesn't work

2011-05-13 Thread Ketil Malde
Scrolling is a matter of protocol, by using 'modprobe psmouse proto=imps' you 
will get edge scrolling back.  Or, at least, I did.
See https://bugs.launchpad.net/ubuntu/+source/linux/+bug/737051/comments/2

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

Title:
  hp dm1z ALPS touchpad not detected, scroll doesn't work

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


[Bug 782259] Re: ALPS touchpad on HP doesn't work properly, only with PS/2 emulation

2011-05-13 Thread Ketil Malde
** Description changed:

  Binary package hint: xserver-xorg-input-synaptics
  
  I have HP Pavillion dm1 (1030s or something), with an ALPS touchpad.
  The touchpad has never been correctly identified, but it provides a ps2
  mouse emulation, which has worked.  The sensitivity is horrible, but
  I've learned to live with that. Upgrading to natty, edge scrolling and
  emulate3buttons disappeared, so I thought I'd investigate.
  
  The current situation is as follows:
  
  'modprobe psmouse' module gives (in dmesg):
  
  [351174.694720] input: PS/2 Mouse as 
/devices/platform/i8042/serio1/input/input23
  [351174.719260] input: AlpsPS/2 ALPS GlidePoint as 
/devices/platform/i8042/serio1/input/input24
  
  'xinput list':
  ⎜   ↳ PS/2 Mouseid=15   [slave  pointer  (2)]
  ⎜   ↳ AlpsPS/2 ALPS GlidePoint  id=16   [slave  pointer  (2)]
  
  After enabling ShmConfig in /usr/share/X11/xorg.conf.d/, I can run 'synclient 
-m 1':
- time xy   z f  w  l r u d m multi  gl gm gr gdx gdy
-0.000 00   0 0  0  0 0 0 0 0  
+ time xy   z f  w  l r u d m multi  gl gm gr gdx gdy
+    0.000 00   0 0  0  0 0 0 0 0  
  
  ...but nothing further happens, even if I move the pointer around with
  the touchpad or click buttons, etc.
  
  So that's where it stands.  How can I configure the touchpad so that it
  is visible, and I can configure things like sensitivity?
+ 
+ (The edge scroll issue can be fixed by giving the psmouse module the options 
proto=imps, see
+ https://bugs.launchpad.net/ubuntu/+source/linux/+bug/737051/comments/2)

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

Title:
  ALPS touchpad on HP doesn't work properly, only with PS/2 emulation

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

[Bug 736033] [NEW] chromium doesn't respect command line options

2011-03-16 Thread Ketil Malde
Public bug reported:

Binary package hint: chromium-browser

Since chromium doesn't have any decent way to block flash or other crap,
I installed privoxy.  I then tried to run 'chromium --proxy-
server=localhost:8118', but it still loaded everything, and nothing was
reported in /var/log/privoxy/logfile.

I then tried --proxy-server=butt.head.browser:666, but lo and behold,
chromium still opened up, with no indication of anything wrong.

There appears to be no way to view the proxy configuration from within
chromium, but apparently, the command line options are just silently
ignored.

(Sorry if there's a load of crap accompanying this report, apparently,
the Report a bug button has been redirected to a drool-proof page of
how to report bugs, so I needed to randomly run apport to get to this
web page.  Look, Canonical, if you don't want bug reports, you can just
say so.).

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: upstart 0.6.6-4
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Wed Mar 16 11:25:10 2011
ExecutablePath: /sbin/init
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron: PATH=(custom, no user)
SourcePackage: upstart

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

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

Title:
  chromium doesn't respect command line options

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


[Bug 736033] Re: chromium doesn't respect command line options

2011-03-16 Thread Ketil Malde
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/736033

Title:
  chromium doesn't respect command line options

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


[Bug 571377] Re: The whole system suddenly reboots after few hours of browsing. (it shuts down REALLY fast and then boots very slowly)

2011-03-16 Thread Ketil Malde
The browser shouldn't be able to do that.  Could it be a temperature
problem?  acpi -V should tell you current temperatures.  Check that
all fans are rotating normally (I had a problem with a power chord
blocking the CPU fan once :-)

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

Title:
  The whole system suddenly reboots after few hours of browsing. (it
  shuts down REALLY fast and then boots very slowly)

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


[Bug 732010] [NEW] gracie is undocumented

2011-03-09 Thread Ketil Malde
Public bug reported:

Binary package hint: gracie

There is essentially no information about this package available
anywhere.  How do I configure it?  How do I use it?  What is my OpenID
URL?  There's a brief man page, and a README.txt that just explains how
to get it to run.  Even the author's home page has been AWOL for years
now.

The concept is nice, but I've wasted enough time on this, and I suggest
the package is removed from Ubuntu.

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

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

Title:
  gracie is undocumented

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


[Bug 709144] [NEW] motion stops recording, but keeps running

2011-01-28 Thread Ketil Malde
Public bug reported:

Binary package hint: motion


I installed motion, and it seems to work correctly, recording video on 
movement.  Recently, I notice that it seems to stop generating new events and 
recording videos and stills.  This is strange, as there should be some 
activity.  After restarting motion, it starts recording new videos every now 
and then again, so I'm pretty sure this is a problem with motion.

I also have enabled hourly snapshots, these are generated as expected,
and although I can't check with a browser, it appears that the HTTP
services are working correctly all the time as well.

Using Ubuntu 10.10, motion 3.2.12-2.

I've also reported this at the motion wiki:
http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2011x01x27x202209

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

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

Title:
  motion stops recording, but keeps running

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


[Bug 518194] Re: Motion - Heaps of jpegs left

2011-01-28 Thread Ketil Malde
I've set this up like this:

   jpeg_filename %Y-%m/%d/%v/%H%M%S-%q
   movie_filename %Y-%m/%d/%v-%H%M%S

This way, I get a structure like

  2011-01/
 28/
 01-xxxyyzz.avi
 01/
  yyzz-01.jpg
  -02.jpg
  :

I.e. the jpg's for each event in a separate directory.  You should be
able to make a cron job remove old ones, if you want.


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

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

Title:
  Motion - Heaps of jpegs left

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


[Bug 518194] Re: Motion - Heaps of jpegs left

2011-01-28 Thread Ketil Malde
Changing status to invalid, since it isn't really a bug in motion.

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

Title:
  Motion - Heaps of jpegs left

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


[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-11-09 Thread Ketil Malde
What is the suggested workaround?  'sudo chmod list.list -R
/var/lib/mailman/archives' ?

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

-- 
Private Archive Permissions Are Incorrect
https://bugs.launchpad.net/bugs/543148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.

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


[Bug 543148] Re: Private Archive Permissions Are Incorrect

2010-11-09 Thread Ketil Malde
What is the suggested workaround?  'sudo chmod list.list -R
/var/lib/mailman/archives' ?

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

-- 
Private Archive Permissions Are Incorrect
https://bugs.launchpad.net/bugs/543148
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 662216] Re: Shotwell Crashes while importing photos from F-spot

2010-10-18 Thread Ketil Malde
I don't know if it's the same issue as AKK reports, but I notice that
when I try to import from f-spot, shotwell consumes a huge amount of
memory.  I have about 20K images in f-spot, and shotwell is now about
one third of the way through.  Top reports:

  10851 ketil 25 5 1541m 1.0g 8092 S 115 34.0 26:40.01 shotwell

-- 
Shotwell Crashes while importing photos from F-spot
https://bugs.launchpad.net/bugs/662216
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 661058] [NEW] zsh completion for darcs is very slow

2010-10-15 Thread Ketil Malde
Public bug reported:

Binary package hint: zsh

When in a darcs repository and trying to add a file, I often type 'darcs
add Fo[TAB]'.  This will cause the shell to hang for a considerable
amount of time, which is annoying.  I've solved it by switching off
completion for darcs (compdef -d darcs), but perhaps the default should
be changed as well?

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

-- 
zsh completion for darcs is very slow
https://bugs.launchpad.net/bugs/661058
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 660536] [NEW] Tomboy crashes because it can't connect to session(?)

2010-10-14 Thread Ketil Malde
Public bug reported:

Binary package hint: tomboy

$ tomboy

Unhandled Exception: System.Exception: Unable to open the session message bus. 
--- System.ArgumentNullException: Argument cannot be null.
Parameter name: address
  at NDesk.DBus.Bus.Open (System.String address) [0x0] in filename 
unknown:0 
  at NDesk.DBus.Bus.get_Session () [0x0] in filename unknown:0 
  --- End of inner exception stack trace ---
  at NDesk.DBus.Bus.get_Session () [0x0] in filename unknown:0 
  at NDesk.DBus.BusG.Init () [0x0] in filename unknown:0 
  at Tomboy.GnomeApplication.Initialize (System.String locale_dir, 
System.String display_name, System.String process_name, System.String[] args) 
[0x0] in filename unknown:0 
  at Tomboy.Application.Initialize (System.String locale_dir, System.String 
display_name, System.String process_name, System.String[] args) [0x0] in 
filename unknown:0 
  at Tomboy.Tomboy.Main (System.String[] args) [0x0] in filename 
unknown:0 

I expected this to start 'tomboy', like it used to in 10.04.  I don't
normally run gnome-session, but I tried to start it just to see if that
would fix it, but I got the same behavior.  This is on Ubuntu 10.10,
(Architecture: amd64, Version: 1.4.0-0ubuntu2).

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

-- 
Tomboy crashes because it can't connect to session(?)
https://bugs.launchpad.net/bugs/660536
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 554201] Re: Password for wireless network isn't saved

2010-10-11 Thread Ketil Malde
It doesn't seem to work on 10.10 - I checked 'available to all', but nm-
applet still prompts for the WPA key.  I don't mind storing things in
plaintext or whatever - but I do mind having to remember a ton of WPA
and WEP passwords.

-- 
Password for wireless network isn't saved
https://bugs.launchpad.net/bugs/554201
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 658064] [NEW] ibus, ibus-pinyin, ibus-table and im-switch caused upgrade to fail

2010-10-10 Thread Ketil Malde
Public bug reported:

Binary package hint: ibus

When upgrading from Lucid to Maverick, these packages failed to upgrade,
and caused the upgrade to abort with somewhat scary error messages.

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

-- 
ibus, ibus-pinyin, ibus-table and im-switch caused upgrade to fail
https://bugs.launchpad.net/bugs/658064
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 656828] [NEW] Wishlist: upgrade to xetex 0.9996 or greater

2010-10-08 Thread Ketil Malde
Public bug reported:

Apparently, XeTeX 0.9996 includes margin kerning/character protrusion
support that enables an optically justified right margin.  It'd be
really great if Ubuntu would supply a more recent version.

http://www.mail-archive.com/xe...@tug.org/msg00372.html

** Affects: texlive-bin (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Wishlist: upgrade to xetex 0.9996 or greater
https://bugs.launchpad.net/bugs/656828
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 510415] Re: Lucid mountall can cause unexpected hangs

2010-10-03 Thread Ketil Malde
Well, guess what, this happened to me, too.  After having added my new
phone to fstab (as a user mount), the system just hung in the middle of
the boot process.  Fsck found my root, /dev/sda2 to be clean, and
then...nothing.  No message about any key shortcuts, no message about
waiting for anything.  Interesting that this has apparently been
reported again and again for the last nine months - I've come to expect
better.

I agree it's not about release notes, this is fairly blatant misbehavior
which should be fixed.  Is there another bug I can add my voice to here?
The duplicate seems to encourage commenting here instead...pretty
strange, since that bug is New and this one is Invalid...

-- 
Lucid mountall can cause unexpected hangs
https://bugs.launchpad.net/bugs/510415
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 577727] Re: Ubuntu 10.04 sound lag with enemy territory quake wars

2010-09-18 Thread Ketil Malde
I see the same behavior (sound delayed by half a minute or so) on ia32.
Following the advice at

  http://ubuntuforums.org/showpost.php?p=9793314postcount=9

worked as a workaround for me.

(Nice to see that so many still play this on Linux :-)

-- 
Ubuntu 10.04 sound lag with enemy territory quake wars
https://bugs.launchpad.net/bugs/577727
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 461918] Re: Evince fails to print this PDF

2010-08-30 Thread Ketil Malde
Apparently, Nature papers are particularly challenging.  I just tried this one, 
on Lucid 64bit:
http://www.nature.com/nature/journal/v464/n7291/pdf/nature08923.pdf

Evince prints odd pages upside down (doublesided print), and staples the
bottom left corner (on the front page).  xpdf prints single-sided only,
but correctly oriented and stapled.

-- 
Evince fails to print this PDF
https://bugs.launchpad.net/bugs/461918
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 554749] Re: sshfs mounts occasionally lock up

2010-08-10 Thread Ketil Malde
I don't know if this is the problem here, but I often get zombie
processes when I forget to unmount sshfs shares before suspending my
laptop (thus breaking the network connection).  I can 'fusermount -u -z'
the share, but I need to kill the sshfs process before the zombies can
go away.  I don't think I've had to reboot.

Couldn't the sshfs process be terminated when the network connection
breaks, or at least on a lazy (-z) unmount?

-- 
sshfs mounts occasionally lock up
https://bugs.launchpad.net/bugs/554749
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 576951] Re: dvgrab capture failure (miniDV)

2010-07-07 Thread Ketil Malde
I was going to file a bug against dvgrab's rather poor error message
(no camera exists, when it really should be permission denied).  I'm
not sure if this bug is already doing that, the description seems very
unclear.  Do you still get no camera exists, even after making sure
you have rw perms on /dev/raw1394?

-- 
dvgrab capture failure (miniDV)
https://bugs.launchpad.net/bugs/576951
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 602193] [NEW] Problems reading date format

2010-07-06 Thread Ketil Malde
Public bug reported:

Binary package hint: gnuplot

I've recently struggled with parsing some stuff from my log files.
After discovering that three-letter name of month isn't parseable by
gnuplot, I tried to just plot for one month, using a timefmt of %d
%H:%M:%S.  Gnuplot accepts this, but interprets the %d value as
seconds since Jan 2000, and ignores the time information.  Prepending a
numerical month, and using %m/%d ... works.

My main issue is that a single %d should be interpreted as day-of-month
(using current year and month if not otherwise specified)

In addition, I think gnuplot should provide better error reporting when
date parsing fails, and especially if timefmt tries to use unsupported
fields like %b or %h, it should be easy to provide something better than
x range is invalid.

Ubuntu 10.04, gnuplot 4.2 patchlevel 6 from deb version 4.2.6-1

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

-- 
Problems reading date format
https://bugs.launchpad.net/bugs/602193
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 247524] Re: hiding/restoring window from panel icon creates new window = bad

2010-06-02 Thread Ketil Malde
Confirmed using XMonad WM on Lucid as well.  The current behavior is
annoying since it makes it difficult to organize applications in
different workspaces.

I'd really prefer clicking the panel icon to switch desktops (i.e., jump
to the XChat window), rather than minimizing the window, since I usually
do this in response to a blinking icon (indicating there's a message for
me).

-- 
hiding/restoring window from panel icon creates new window = bad
https://bugs.launchpad.net/bugs/247524
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 478991] Re: Incorrect dependencies, may also be used with emacs23.

2010-05-28 Thread Ketil Malde
nxml-mode is included with emacs23, so there's no need to install it
separately.  At least, I use nxml-mode on Lucid and Emacs 23 withoug
having the nxml-mode package installed.

-- 
Incorrect dependencies, may also be used with emacs23.
https://bugs.launchpad.net/bugs/478991
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 586735] [NEW] nxml should support the xml-model processing instruction

2010-05-28 Thread Ketil Malde
Public bug reported:

Binary package hint: nxml-mode

nXML provides a way to associate XML documents with schemas by using a
separate index file.  A recent standards draft proposes using a PI 'xml-
model' to do this in the XML documents, e.g. you can do something like:

  ?xml ... 
  ?xml-model href=my_schema.rnc?

It would be nice if this could be supported by nxml-mode directly.

(Clearly a wishlist item aimed upstream :-)

** Affects: nxml-mode (Ubuntu)
 Importance: Undecided
 Status: New

-- 
nxml should support the xml-model processing instruction
https://bugs.launchpad.net/bugs/586735
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 539477] Re: Video out hot key sends super + p + return on many upcoming Dell HP systems

2010-05-06 Thread Ketil Malde
HP Pavillion dm1 has this as well - hitting Fn-F2 pops up the run
command dialog, which under my Xmonad setup is bound to Win-p.

-- 
Video out hot key sends super + p + return on many upcoming Dell  HP systems
https://bugs.launchpad.net/bugs/539477
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 491778] Re: gnome-display-properties fails to add new monitor

2010-04-22 Thread Ketil Malde
Sorry.  The problem persists, in that I seem to be unable to actually
change the monitor configuration with gnome-display-properties.

It is interesting that nobody else has chimed in, I wonder if this is
caused by something else in my setup?  (I'm not running Gnome, but using
the Xmonad WM with gnome-panel.  Does g-d-p need gnome-session or
something like that?)  My needs are solved with xrandr, so if nobody
else reports this, I don't think it should be prioritized.

-- 
gnome-display-properties fails to add new monitor
https://bugs.launchpad.net/bugs/491778
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 491778] Re: gnome-display-properties fails to add new monitor

2010-04-22 Thread Ketil Malde
gnome-settings-daemon appears to start as a consequence of running
gnome-display-properties ('ps wux' didn't show it before, but it showed
up after).  Running it (g-d-p) in a console gives the following output:

  (gnome-display-properties:3213): Gtk-WARNING **: Ignoring the
separator setting

  (gnome-display-properties:3213): Gtk-WARNING **: No object called:

This is immediately on startup, no further messages are produced when I
try to change layout or apply settings.

-- 
gnome-display-properties fails to add new monitor
https://bugs.launchpad.net/bugs/491778
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 491778] Re: gnome-display-properties fails to add new monitor

2010-04-21 Thread Ketil Malde
OK.  I just fired up System/Preferences/Monitors.  It correctly displays
both monitors and the current configuration (the smaller laptop monitor
on top of the larger external one).  Unplugged the external monitor's
VGA connection.  Hit Detect monitors, and only the laptop monitor
shows, and apply configures screen size to match.

Plugging the VGA back in, the external monitor is automatically
detected, and I immediately get an image on the external monitor as it
was, i.e. larger screen size, and the laptop only showing part of it.

I then removed the external monitor using xrandr --output VGA1 --off.
Fired up Sys/Pref/Monitors.  Again the external is detected, but I can't
enable it, and had to use xrandr --output VGA1 --auto to get it to
work again.

The EDID messages are gone from dmesg, it seems.

-- 
gnome-display-properties fails to add new monitor
https://bugs.launchpad.net/bugs/491778
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 129477] Re: Touchpad not recognized on Dell Inspiron 1420

2010-04-13 Thread Ketil Malde
I'll just add a small confirmation that for me, this is fixed in the
latest Lucid (kernel 2.6.32-19-generic).  (I only noticed this because
the scrollbar stopped working, but now I'll hopefully be able to fix
this myself).  In dmesg, I now get:

[   16.205528] input: AlpsPS/2 ALPS GlidePoint as
/devices/platform/i8042/serio1/input/input11

Thanks!

-- 
Touchpad not recognized on Dell Inspiron 1420
https://bugs.launchpad.net/bugs/129477
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 377741] Re: Laptop ALPS touchpad not detected, not working

2010-04-13 Thread Ketil Malde
I had a similar problem, in that my ALPS touchpad wasn't detected, but
different in that it still functioned as an ImPS mouse.  This is now
fixed in Lucid (see bug #129477), perhaps this bug is also fixed by
this?

-- 
Laptop ALPS touchpad not detected, not working
https://bugs.launchpad.net/bugs/377741
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 359982] Re: touchpad is not detected in jaunty 9.04

2010-01-25 Thread Ketil Malde
This thread discusses undetected ALPS touchpads on HP computers, and
seem to have some fixes (although I haven't tried any of them yet):

http://ubuntuforums.org/showthread.php?t=1316361page=3

Although these touchpads still work by emulating a ImPS/2 mouse, I think
it might be the same problem.

-- 
touchpad is not detected in jaunty 9.04
https://bugs.launchpad.net/bugs/359982
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 129477] Re: Touchpad not recognized on Dell Inspiron 1420

2010-01-16 Thread Ketil Malde
I seem to have the same problem on my HP dm-1.  The touchpad is just
recognized as:

I: Bus=0011 Vendor=0002 Product=0005 Version=
N: Name=ImPS/2 Generic Wheel Mouse
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input11
U: Uniq=
H: Handlers=mouse1 event 11 
B: EV=7
B: KEY=7 0 0 0 0
B: REL=103

It basically works, but is so horribly sensitive that it is impossible
to type on the keyboard without getting random mouse clicks/scrolling
all the time.

-- 
Touchpad not recognized on Dell Inspiron 1420
https://bugs.launchpad.net/bugs/129477
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 270643] Re: ALPS touchpad not recognized in Dell Latitude E6400

2010-01-16 Thread Ketil Malde
A (presumably) ALPS touchpad on my HP dm-1 isn't detected either (also
on Karmic).  It shows up as an ImPS/2 wheel mouse.  It really, really
needs to have its sensitivity adjusted, so a solution to this would be
great.

-- 
ALPS touchpad not recognized in Dell Latitude E6400
https://bugs.launchpad.net/bugs/270643
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 491778] [NEW] gnome-display-properties fails to add new monitor

2009-12-03 Thread Ketil Malde
Public bug reported:

Binary package hint: gnome-control-center

I'm struggling to configure a HP dm1 with an Intel GMA4500 chipset.
When I attached my external monitor to the VGA port, gnome-display-
properties would correctly identify it and display it, but enabling it
didn't seem to have any effect (although no error or other feedback was
produced).  Each attempt added the following dmesg messages:

  [17228.008395] i2c-adapter i2c-2: unable to read EDID block.
  [17228.008399] i915 :00:02.0: HDMI Type A-1: no EDID data

I therefore thought it might be related to 
https://bugzilla.redhat.com/show_bug.cgi?id=493977
or to Bug #447803.  However, trying xrandr:

  % xrandr --output  LVDS1  --auto  --rotate  normal  --pos  0x0
--output VGA1 --auto --rotate normal --right-of LVDS1

correctly set up the monitor as expected, so I file this against gnome-
display-properties (package: gnome-control-center), which as a minimum
could provide more information when it fails to set up monitors :-)

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

-- 
gnome-display-properties fails to add new monitor
https://bugs.launchpad.net/bugs/491778
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 491778] Re: gnome-display-properties fails to add new monitor

2009-12-03 Thread Ketil Malde

** Attachment added: xrandr-output.txt
   http://launchpadlibrarian.net/36359228/xrandr-output.txt

-- 
gnome-display-properties fails to add new monitor
https://bugs.launchpad.net/bugs/491778
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 443185] Re: Unable to activate Broadcom b43 after STA driver

2009-12-02 Thread Ketil Malde
Just another data point:  I recently got an HP dm1 with a Broadcom 4312.
After struggling with various options to get the wifi to work, I fired
up jockey-gtk and activated first the b43 driver, which didn't work, and
then the STA, which brought up a new interface (eth3).  The computer
froze when trying to configure it with wicd, but after a reboot,
everything worked.

-- 
Unable to activate Broadcom b43 after STA driver
https://bugs.launchpad.net/bugs/443185
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 461918] Re: Evince fails to print this PDF

2009-10-30 Thread Ketil Malde
Sorry.  This is on karmic, evince --version gives: GNOME Document Viewer
2.28.1.  Experience suggests Karmic made evince more picky about
printing (i.e. it fails more often than it used to), but this is just a
general impression, not hard data.

-- 
Evince fails to print this PDF
https://bugs.launchpad.net/bugs/461918
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 461918] [NEW] Evince fails to print this PDF

2009-10-27 Thread Ketil Malde
Public bug reported:

Binary package hint: evince

I'm trying to print this file, and evince has failed on the two printers
(different makes) that I have available.  It is possible the problem is
elsewhere, since evince manages to generate a postscript file, however,
the resulting postscirpt does not print (with lpr) either.

Evince hangs after printing page 1 for a long time, so I guess it's the
image on page 2 that causes the problem.  The print jobs are reported to
be 38MB (and the generated postscript is 167MB), so perhaps it's just
the size that's too large?  Still thought I'd report it, these sizes
shouldn't be insurmountable in this day and age.

Here's the document's URL:
  http://www.nature.com/nmeth/journal/v6/n11s/pdf/nmeth.f.268.pdf

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

-- 
Evince fails to print this PDF
https://bugs.launchpad.net/bugs/461918
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 304688] Re: Using gnus with MS Exchange 2007 messes up seen/unseen messages

2009-10-12 Thread Ketil Malde
** Description changed:

  Binary package hint: gnus
  
- Using Gnus version 5.11+v0.5.dfsg-3ubuntu2 against MS Exchange 2007.
+ Using Gnus version 5.11+v0.5.dfsg-3ubuntu2 against MS Exchange.  (Edit:
+ pre-2007 version).
  
  This mostly works, but every once in a while, a lot of previously read
  email is marked unread.  I've added (setq imap-log t) in my .gnus, and
  from the information in *imap-log* (an example where this happens is
  attached), I believe this is caused by Gnus issuing this command:
  
  17 UID STORE
  
47474,3845:3848,3850:3870,3872:3874,3876:3892,3894:3895,3897:3905,3908:3916,3918:3922,3924,3926:3959,3961:3963,3965:3980,3982:3991,3994:3996,3998:4014,4016:4031,4034:4040,4042,4044:4045,4047:4053,4055:4056,4058:4125,4127:4156,4159:4177,4179:4195,4202:4203,4206,4208,4210:4213,4215:4220,4222:4227,4231:4232,4234:4267,4269:4288,4290:4335,4337:4361,4369:4380,4382,4384:4392,4394:4402,4404:4406,4408:4440,4442:4443,4445:4452,4454,4456:4458,4460:4470,4473:4491,4493:4521,4523,4525:4552,4554:4555,4557:4566,4568:4629,4631:4639,4641:4645,4647:4662,4664:4666,4670:4683,4685:4689,4691:4698,4700:4706,4708:4738,4740:4760,4763,4765:4768,4770:4773,4776:4777
  -FLAGS (\Seen)
  
- 
- I'm not sure why this happens, and while there are reports of problems using 
Gnus with Exchange, I'm unable to find anybody with this particular problem.
+ I'm not sure why this happens, and while there are reports of problems
+ using Gnus with Exchange, I'm unable to find anybody with this
+ particular problem.
  
  Gnus works perfectly against other servers (e.g. using dovecot).
  
  -k

-- 
Using gnus with MS Exchange 2007 messes up seen/unseen messages
https://bugs.launchpad.net/bugs/304688
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 304688] Re: Using gnus with MS Exchange 2007 messes up seen/unseen messages

2009-10-12 Thread Ketil Malde
I've recently discovered that we weren't running Exchange 2007 after
all.  After a server upgrade, I saw all the FETCH UID problems amply
documented elsewhere [0].  In the end, I just installed the latest Gnus
source snapshot I  could find.

Upgrading to Karmic, I tried again to use the Ubuntu-supplied Gnus, but
it just produced a bunch of error messages - something about Internal
error tag 44, the specified message set is invalid (it was only
displayed briefly in the minibuffer, and I couldn't find it in any
buffer even with imap-debug enabled), so I reverted to my source
install.

[0] E.g. http://article.gmane.org/gmane.emacs.gnus.general/67437

-- 
Using gnus with MS Exchange 2007 messes up seen/unseen messages
https://bugs.launchpad.net/bugs/304688
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 400867] Re: Exiting Gimp results in crashing window manager

2009-10-07 Thread Ketil Malde
Gimp crashes the window manager (or X?)  when closing a Gimp window.
This happens frequently, I was hoping upgrading from Jaunty to Karmic
would fix it, but apparently not.  I am using the xmonad WM, but from
these other reports, this doesn't seem to be crucial.

In dmesg, I find:

  [26908.387198] xmonad-i386-lin[13248]: segfault at 0 ip 080a1b7f sp
bff33f40 error 4 in xmonad- i386-linux[8048000+cc000]

 I'm also using nVidia proprietary drivers.  From glxinfo:

  OpenGL renderer string: GeForce Go 7300/PCI/SSE2
  OpenGL version string: 2.1.2 NVIDIA 185.18.36

Not sure what else I can usefully provide?

-- 
Exiting Gimp results in crashing window manager
https://bugs.launchpad.net/bugs/400867
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 354264] Re: Imports all photos to the root of the home directory

2009-10-06 Thread Ketil Malde
A simple workaround is to manually select the folder (pick Other from
the menu, and browse to your Photos folder.  After doing this, f-spot
will put things correctly in the hierarchy.  (But I'm upgrading to
Karmic now, so hopefully this will no longer be necessary for me)

-- 
Imports all photos to the root of the home directory
https://bugs.launchpad.net/bugs/354264
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   3   >