[Bug 909558] [NEW] Default conffile change in hardy - lucid transition silently stops etckeeper hooks

2011-12-28 Thread Marius Gedminas
Public bug reported:

To reproduce:

1. install Hardy
2. apt-get install etckeeper
3. etckeeper init # will create /etc/.git, since that's the default
4. upgrade to Lucid
5. apt-get install something

Expected behaviour:

* apt-get install runs the apt hooks and adds two commits to the /etc
git repository

Actual behaviour:

* nothing happens

Elaboration:

* The default VCS setting in /etc/etckeeper/etckeeper.conf has changed
from git to bzr.  Since the conffile was not modified, dpkg replaced it
with the new version on upgrade. Now etckeeper commit fails to find
/etc/.bzr and complains, while etckeeper pre-install/post-install
silently do nothing.  If a sysadmin doesn't manually invoke 'etckeeper
commit' (preferring manual 'git commit'), he may not notice those apt
hooks stopped working until he tries to look at 'git log' about a year
later.

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

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

Title:
  Default conffile change in hardy - lucid transition silently stops
  etckeeper hooks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/909558/+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 975985] [NEW] please start sshd as early as possible during boot

2012-04-07 Thread Marius Gedminas
Public bug reported:

I've servers that take 20-40 minutes to fscheck all local filesystems.
The server is pingable during that time, but doesn't allow ssh access.
It would be nice if I could ssh in after the essential filesystems (/,
/usr, /var) are mounted, without waiting for the rest (/srv,  or non-
FHS-y /apps, /backups, /stuff).

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

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

Title:
  please start sshd as early as possible during boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/975985/+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 105251] Re: NetworkManager wrongly releases DHCP IP

2008-07-16 Thread Marius Gedminas
The whereami bug was already reported as bug 239740

-- 
NetworkManager wrongly releases DHCP IP
https://bugs.launchpad.net/bugs/105251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 105251] Re: NetworkManager wrongly releases DHCP IP

2008-07-18 Thread Marius Gedminas
Motin: check the other dhclient hooks:

  grep exit /etc/dhcp3/dhclient-exit-hooks.d/*

-- 
NetworkManager wrongly releases DHCP IP
https://bugs.launchpad.net/bugs/105251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 342655] Re: Confusing debconf message when upgrading

2009-04-05 Thread Marius Gedminas
It would be even better if sysstat didn't ask anything and just moved
the obsolete data files to /var/log/sysstat.old, and added a notice in
NEWS.Debian explaining why.

Best, of course, would be to do the above (for backup purposes) *and*
convert the data files into the new format automatically.

-- 
Confusing debconf message when upgrading
https://bugs.launchpad.net/bugs/342655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sysstat 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 383926] [NEW] ssh-aggent stopped accepting connections

2009-06-05 Thread Marius Gedminas
Public bug reported:

Suddenly my ssh-agent stopped accepting connections:

  $ ssh-add -l
  Could not open a connection to your authentication agent.

It is still running (pid 4530, which matches the value of $SSH_AGENT_PID), but 
doesn't appear to be listening on the socket (/tmp/keyring-Kp3t4b/socket.ssh 
according to $SSH_AUTH_SOCK).  The socket exists in the filesystem, but neither 
lsof, nor fuser, nor netstat -x show anything about it.  What lsof shows is 
that ssh-agent is listening on
/tmp/ssh-PcVXlL4456/agent.4456, which doesn't appear in my environment at all.

pstree indicates that pid 4530 was launched as

  /usr/bin/dbus-launch --exit-with-session /usr/bin/pulse-session
/usr/bin/seahorse-agent --executex-session-manag

but /proc/4530/exe confirms it is running the /usr/bin/ssh-agent
process.

I used ssh-agent successfully this morning, and it stopped working when
I openend gnome-terminal with several tabs each trying to ssh into a
different local host.  (I've used that techinque succesfully in the
past.)

I do not know how to reproduce the problem.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: openssh-client 1:5.1p1-5ubuntu1
ProcEnviron:
 LC_CTYPE=lt_LT.UTF-8
 PATH=(custom, user)
 LANG=lt_LT.UTF-8
 SHELL=/bin/bash
SourcePackage: openssh
Uname: Linux 2.6.28-12-generic i686

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


** Tags: apport-bug i386

-- 
ssh-aggent stopped accepting connections
https://bugs.launchpad.net/bugs/383926
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 383926] Re: ssh-aggent stopped accepting connections

2009-06-05 Thread Marius Gedminas

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

-- 
ssh-aggent stopped accepting connections
https://bugs.launchpad.net/bugs/383926
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 383926] Re: ssh-aggent stopped accepting connections

2009-06-05 Thread Marius Gedminas
Checking a working GNOME session (on another machine) I see that
normally it's gnome-keyring that's listening on socket.ssh.  I don't
have a gnome-keyring process running (and I don't see gnome-keyring-
daemon either).  Neither ~/.xsession-errors nor /var/log/* have any
recent error messages from gnome-keyring (though the first is truncated
-- ...Too much output, ignoring rest... -- since it's filled with some
strange Mono tracebacks from Migo.Syndication.RssParser).

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

** Also affects: gnome-keyring (Ubuntu)
   Importance: Undecided
   Status: New

-- 
ssh-aggent stopped accepting connections
https://bugs.launchpad.net/bugs/383926
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 383926]

2009-06-05 Thread Marius Gedminas

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

-- 
ssh-aggent stopped accepting connections
https://bugs.launchpad.net/bugs/383926
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 383926] Re: ssh-aggent stopped accepting connections

2010-03-10 Thread Marius Gedminas
I do not know how to reproduce the problem.  It never happened again to
me on Jaunty or on Karmic.

-- 
ssh-aggent stopped accepting connections
https://bugs.launchpad.net/bugs/383926
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 1381537] Re: Dovecot version in precise too old to switch off SSLv3 protocol for poodle fix

2014-11-05 Thread Marius Gedminas
Dovecot uses Unix password authentication by default.  If those
passwords leak, they can be used to ssh in and perhaps even for sudo.

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

Title:
  Dovecot version in precise  too old to switch off SSLv3 protocol for
  poodle fix

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1381537/+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 1397849] [NEW] cron script errors about 'Argument perl_version isn't numeric'

2014-11-30 Thread Marius Gedminas
*** This bug is a duplicate of bug 1397706 ***
https://bugs.launchpad.net/bugs/1397706

Public bug reported:

I got the following emails for two nights in a row:

/etc/cron.daily/spamassassin:
Argument perl_version isn't numeric in numeric ge (=) at (eval 616) line 
1.
Argument perl_version isn't numeric in numeric ge (=) at (eval 1100) 
line 1.
Nov 29 07:01:11.552 [522] warn: Argument perl_version isn't numeric in 
numeric ge (=) at (eval 550) line 1.
Nov 29 07:01:11.765 [522] warn: Argument perl_version isn't numeric in 
numeric ge (=) at (eval 1034) line 1.

I was unable to reproduce them by running

sh -x /etc/cron.daily/spamassassin

this morning.

There have been no software updates since Nov 25, according to
/var/log/dpkg.log, so I'm forced to assume the appearance of these
warnings depends on the contents of wherever spamassassing goes to fetch
its updates.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: spamassassin 3.3.1-1
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Mon Dec  1 06:52:08 2014
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en_GB:en_US:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: spamassassin

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


** Tags: apport-bug i386 lucid

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

Title:
  cron script errors about 'Argument perl_version isn't numeric'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1397849/+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 1397849] Re: cron script errors about 'Argument perl_version isn't numeric'

2014-11-30 Thread Marius Gedminas
*** This bug is a duplicate of bug 1397706 ***
https://bugs.launchpad.net/bugs/1397706

Looks like a duplicate of bug 1397706.

(Launchpad's bug search didn't show it to me, when I searched for
'perl_version' in all spamassassin's bugs.  Google found it.)

** This bug has been marked a duplicate of bug 1397706
   Argument perl_version isn't numeric in numeric

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

Title:
  cron script errors about 'Argument perl_version isn't numeric'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1397849/+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 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-09-11 Thread Marius Gedminas
Disabling DRI didn't help -- video mode switches frequently caused
crashes with rainbow-filled screens.

I haven't tried to disable both DRI and MergedFB.

-- 
[dapper] xrandr freezes the system (radeon, MergedFB)
https://launchpad.net/bugs/47775

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


[Bug 34435] Re: Cairo and ATI RENDER extension cause scrambled buttons in UbuntuLooks

2006-09-12 Thread Marius Gedminas
Looks like it fixed the problem for me too.

(I also checked if it maybe fixed bug 47775, but no, my laptop still
crashes on a significant portion of mode switches.)

-- 
Cairo and ATI RENDER extension cause scrambled buttons in UbuntuLooks
https://launchpad.net/bugs/34435

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


[Bug 62923] Re: Could not Install generic kernel

2006-10-01 Thread Marius Gedminas
Today I upgraded from dapper to edgy with update-manager.  I got this
error:

Could not install linux-image-2.6.17-10-generic

subprocess post-installation script returned error exit status 128

(and, following that, linux-image-generic and linux-image-686 could not
be installed due to dependency problems)

/var/log/dist-upgrade/term.log has this:

[...]
Setting up libgpgme11-dev (1.1.2-2) ...
Setting up linux-image-2.6.17-10-generic (2.6.17-10.24) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.17-10-generic
Running postinst hook /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Testing for an existing GRUB menu.list file ... found: /boot/grub/menu.lst
Searching for splash image ...
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.17-10-generic
Found kernel: /boot/vmlinuz-2.6.15-27-686
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ...
Updating /boot/grub/menu.lst ... dpkg: error processing 
linux-image-2.6.17-10-generic (--configure):
 subprocess post-installation script returned error exit status 128
dpkg: dependency problems prevent configuration of linux-image-generic:
 linux-image-generic depends on linux-image-2.6.17-10-generic; however:
  Package linux-image-2.6.17-10-generic is not configured yet.
dpkg: error processing linux-image-generic (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-686:
 linux-image-686 depends on linux-image-generic; however:
  Package linux-image-generic is not configured yet.
dpkg: error processing linux-image-686 (--configure):
 dependency problems - leaving unconfigured
Setting up mutt (1.5.12-1ubuntu1) ...
[...]

At the very end of the process I get this:

[...]
Setting up openoffice.org-l10n-en-us (2.0.4~rc2-1ubuntu6) ...
Errors were encountered while processing:
 linux-image-2.6.17-10-generic
 linux-image-generic
 linux-image-686
edgy: Fatal IO error 9 (Bad file descriptor) on X server :0.0.
Setting up linux-image-2.6.17-10-generic (2.6.17-10.24) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.17-10-generic
initrd.img(/boot/initrd.img-2.6.17-10-generic) points to 
/boot/initrd.img-2.6.17-10-generic (/boot/initrd.img-2.6.17-10-generic) -- 
doing nothing at /var/lib/dpkg/info/linux-image-2.6.17-10-generic.postinst line 
583.
vmlinuz(/boot/vmlinuz-2.6.17-10-generic) points to 
/boot/vmlinuz-2.6.17-10-generic (/boot/vmlinuz-2.6.17-10-generic) -- doing 
nothing at /var/lib/dpkg/info/linux-image-2.6.17-10-generic.postinst line 583.
Running postinst hook /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Testing for an existing GRUB menu.list file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.17-10-generic
Found kernel: /boot/vmlinuz-2.6.15-27-686
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ...
Setting up linux-image-generic (2.6.17.9) ...
Setting up linux-image-686 (2.6.17.9) ...

Everything looks fine, but update-manager shows another error dialog
saying

  installArchives() failed

-- 
Could not Install generic kernel
https://launchpad.net/bugs/62923

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


[Bug 62923] Re: Could not Install generic kernel

2006-10-01 Thread Marius Gedminas
BTW, bug 59347 looks like a duplicate.

-- 
Could not Install generic kernel
https://launchpad.net/bugs/62923

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


[Bug 57626] Re: Network Monitor Icons look stretched out on 1280x768 resolution

2006-10-01 Thread Marius Gedminas
Same problem here.  Very irritating: I have many icons and little space
on the top panel on my 1024x768 desktop, and now netstatus wastes most
of the space I still had available for notification area icons.

I noticed that two of the 24x24 images (gnome-netstatus-0-24.png and
gnome-netstatus-25-49.png) were 24x24 instead of 12x24, but I tried
cropping them, updating the gtk icon cache and restarting the netstatus
applet, with no difference in the output.

By the way, the all the 48x48 icons here are really 18x41.

-- 
Network Monitor Icons look stretched out on 1280x768 resolution
https://launchpad.net/bugs/57626

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


[Bug 57626] Re: Network Monitor Icons look stretched out on 1280x768 resolution

2006-10-01 Thread Marius Gedminas
The problem is with the svg icons.  Other icon themes have no problems.
If I rename gnome-netstatus-[0-9]*.svn out of the way and rebuild the
icon cache, there is no extra space around the signal strength icon, but
the icon still doesn't look like it's supposed to: it is scaled with no
regard to proportion (see the attached image).

BTW, I have cropped the two 24x24 icons to 12x24; I don't know if extra
margins would appear if I hadn't cropped them.

** Attachment added: compare the stretched netstatus icon in the panel with 
the original images
   http://librarian.launchpad.net/4602237/human-netstatus-icon.png

-- 
Network Monitor Icons look stretched out on 1280x768 resolution
https://launchpad.net/bugs/57626

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


[Bug 57626] Re: Network Monitor Icons look stretched out on 1280x768 resolution

2006-10-01 Thread Marius Gedminas
I get it now: gnome-netstatus takes the largest available icon and
scales it vertically, without keeping the aspect ratio.  See src
/netstatus-icon.c, the code of netstatus_icon_scale_icons (passes
retain_aspect=FALSE to scale_pixbuf when scaling signal icons) and
netstatus_icon_lookup_icon_theme (passes 1000 as the desired size to
gtk_icon_theme_lookup_icon to get the biggest one).

-- 
Network Monitor Icons look stretched out on 1280x768 resolution
https://launchpad.net/bugs/57626

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


[Bug 57626] Re: Network Monitor Icons look stretched out on 1280x768 resolution

2006-10-01 Thread Marius Gedminas
Quick workaround: go to /usr/share/icons/Human and remove these files:

  ./scalable/apps/gnome-netstatus-0-24.svg
  ./scalable/apps/gnome-netstatus-25-49.svg
  ./scalable/apps/gnome-netstatus-50-74.svg
  ./scalable/apps/gnome-netstatus-75-100.svg

if you have a small panel you may also want to remove these files:

  ./48x48/apps/gnome-netstatus-0-24.png
  ./48x48/apps/gnome-netstatus-25-49.png
  ./48x48/apps/gnome-netstatus-50-74.png
  ./48x48/apps/gnome-netstatus-75-100.png

then run sudo gtk-update-icon-cache -f /usr/share/icons/Human and
restart the netstatus applet (e.g. by running killall gnome-netstatus-
applet).

-- 
Network Monitor Icons look stretched out on 1280x768 resolution
https://launchpad.net/bugs/57626

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


[Bug 63448] [edgy] command tab-completion broken in vim

2006-10-01 Thread Marius Gedminas
Public bug reported:

If you want to, say, filter a number of lines through an external
command, you do :!command-name.  If command-name is something like
~/bin/myscript.py, I cannot use tab to complete the script name.

This is a regression from vim 6.4 in dapper.  It is also fixed upstream
in patch 7.0.081 (edgy has 7.0.035; upstream is now up to 7.0.110).

** Affects: vim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[edgy] command tab-completion broken in vim
https://launchpad.net/bugs/63448

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


[Bug 62923] Re: Could not Install generic kernel

2006-10-02 Thread Marius Gedminas
Some additional information: the kernel *was* installed successfully.  I
ran dpkg --configure -a after update-manager finished its work, and it
didn't configure any packages.

The upgrade itself was incomplete.  apt told me it had 23 more packages
to upgrade (x input drivers) and 42 were kept back (python-* packages
mostly).  I upgraded the x input drivers.  Then update-manager offered
me to run a distribution upgrade, which upgraded 37 packages, removed
49 packages, and installed 9 new packages, and proclaimed the upgrade to
be complete.

It wasn't.  apt-get told me avahi-discover could now be upgraded, and
four packages (gmpc, pymacs, tomboy, vmware-player) were kept back.

update-manager offered me a distro upgrade again and upgraded avahi-
discover.  The four other packages were not touched.  I re-ran update-
manager, and it offered me a distro upgrade yet again, but when I
accepted the offer, it told me There are no upgrades available for your
system. The upgrade will now be canceled.

I could upgrade the packages individually with sudo apt-get install
$pkg.  These upgrades removed a few apparently useless libraries
(libgmime2.1 libgmime2.1-cil, libdbus-1-2 libnautilus-burn3, libmpd).

After that apt-get was satisfied, and I rebooted successfully into Edgy.

-- 
Could not Install generic kernel
https://launchpad.net/bugs/62923

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


[Bug 57626] Re: Network Monitor icons are horizontally stretched

2006-10-02 Thread Marius Gedminas
Andrea: the source code of gnome-netstatus applet.  You can download it
by typing apt-get source gnome-netstatus.

-- 
Network Monitor icons are horizontally stretched
https://launchpad.net/bugs/57626

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


[Bug 63554] [edgy] cannot click on URLs in the channel topic bar

2006-10-02 Thread Marius Gedminas
Public bug reported:

This is a regression from Dapper: I can no longer open highlighted URLs
by clicking on them in the channel topic bar.  There right-click popup
menu doesn't give me an option to open/copy the link.

This is not 100% reproducible: after some time I noticed that right-
click gave me a popup menu with open link and copy link options.  Left-
click still did nothing, and the mouse cursor didn't change to a hand.
I closed xchat-gnome, restarted it, and the right-click menu changed
back into the one that doesn't have open/copy link.

** Affects: xchat-gnome (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[edgy] cannot click on URLs in the channel topic bar
https://launchpad.net/bugs/63554

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


[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-10-02 Thread Marius Gedminas
Denes: it is entirely possible that Qt excercises different parts of the
driver than Gtk+ does, and therefore the chance of crashes may be
different.

It is also true that the crashes are very irregular: sometimes I get
three crashes in one day, sometimes I get two consecutive crash-free
weeks, without any changes in the configuration.

-- 
[dapper] xrandr freezes the system (radeon, MergedFB)
https://launchpad.net/bugs/47775

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


[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-10-02 Thread Marius Gedminas
I tried to compile the upstream git head version of xf86-video-ati on
Dapper, but gave up after several hours of fighting automake/aclocal.

I'll try to build it on edgy and see if it fixes the crashes for me.
Maybe first I'll wait until edgy's X actually crashes.

-- 
[dapper] xrandr freezes the system (radeon, MergedFB)
https://launchpad.net/bugs/47775

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


[Bug 40512] Re: Not displaying UTF-8 correctly

2006-10-03 Thread Marius Gedminas
Confirming. Same bug happens on Edgy.

I think the bug is here:

   /usr/lib/site-python/AptListChangesGtk.py, line 47:

buf.set_text(unicode(text, 'latin-1').encode(UTF-8))

As far as I remember, the Debian policy manual requires the changelogs
to be encoded in UTF-8, and not Latin-1.

-- 
Not displaying UTF-8 correctly
https://launchpad.net/bugs/40512

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


[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-10-03 Thread Marius Gedminas
Yay!  It looks like xserver-xorg-video-ati 1:6.6.2-0ubuntu3 fixed the
problem:

  * Fix radeon aperture size check that was causing hangs and crashes on
RN50, M6, M7 with 8/16/32(??) MBs of VRAM:
- 08_radeon_fix_aperture_size_check.diff

  Thanks to Ben H., Dave Airlied and Michel Danzer for their constant
support.

 -- Fabio M. Di Nitto [EMAIL PROTECTED]  Tue, 03 Oct 2006 09:11:47
+0200

My xrandr stress test (toggling between dual-head and clone modes many
times in a row) failed to cause a freeze.

-- 
[dapper] xrandr freezes the system (radeon, MergedFB)
https://launchpad.net/bugs/47775

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


[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-10-03 Thread Marius Gedminas
Sorry for being unclear.  I upgraded to Edgy.

-- 
[dapper] xrandr freezes the system (radeon, MergedFB)
https://launchpad.net/bugs/47775

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


[Bug 63935] [edgy] Ctrl+L does not work in Save dialogs

2006-10-04 Thread Marius Gedminas
Public bug reported:

Steps to reproduce:
1. Open a page in Firefox
2. Select File - Save Page As...
3. The standard Gtk+ Save dialog appears with the name of the file in the Name 
field
4. Press Ctrl+L

Expected behavior: a new popup window appears allowing me to choose a
different directory, with filename completion.  After I type the new
directory and  press Enter, the original file name remains in the Name
field of the main Save dialog.

Actual behavior: the Name field is cleared and focused.  The original
filename is lost.

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[edgy] Ctrl+L does not work in Save dialogs
https://launchpad.net/bugs/63935

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


[Bug 63955] [edgy] access keys do not work

2006-10-04 Thread Marius Gedminas
Public bug reported:

When an HTML document contains, say,

  a href=somelink accesskey=xsome text/

pressing Alt+X should follow that link.  This used to work in Bon Echo
Beta 1, but does not work in Bon Echo Beta 2.

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

-- 
[edgy] access keys do not work
https://launchpad.net/bugs/63955

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


[Bug 63955] Re: [edgy] access keys do not work

2006-10-04 Thread Marius Gedminas
Ah, apparently upstream changed the accesskey modifier from Alt to
Alt+Shift.

Upstream bug report:
https://bugzilla.mozilla.org/show_bug.cgi?id=349716

The problem is that end-users will likely not notice this change and
think this is a bug.  Perhaps a NEWS.Debian file could mention it?

-- 
[edgy] access keys do not work
https://launchpad.net/bugs/63955

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


[Bug 63976] [edgy] mgp segfaults on startup

2006-10-04 Thread Marius Gedminas
Public bug reported:

MagicPoint in edgy is unusable: it crashes on startup with the following
message:

  $ mgp /usr/share/doc/mgp/examples/tutorial.mgp
  (... some harmless warnings ...)
  libm17n-X.so: cannot open shared object file: No such file or directory
  Segmentation fault (core dumped)

** Affects: mgp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[edgy] mgp segfaults on startup
https://launchpad.net/bugs/63976

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


[Bug 63976] Re: [edgy] mgp segfaults on startup

2006-10-04 Thread Marius Gedminas
Upstream bug report:http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=388461

-- 
[edgy] mgp segfaults on startup
https://launchpad.net/bugs/63976

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


[Bug 57626] Re: Network Monitor icons are horizontally stretched

2006-10-04 Thread Marius Gedminas
Frank: I found a way to spoof a wireless interface.  Download the fake-
wireless file (it's a copy of my /proc/net/wireless, with the eth1 entry
duplicated as fake eth0 and lo entries), put it in /tmp, then run

   sudo mount --bind /tmp/fake-wireless /proc/net/wireless
   killall gnome-netstatus-applet

Now if you select 'eth0', 'eth1' or 'lo' in the applet ('lo' will always
be available, even if you have no network cards), it will think this is
is a wireless interface and show the signal strength bar.

You can open the /tmp/fake-wireless file in a text editor and change the
link quality column manually to see the various signal strength icons.
A value of 1 gives me 1 bar, a value of 5 gives me 2 bars, a value of 10
gives me 3 bars, and a value of 30 (or higher) all 4 bars.

When you're done, remove the spoofed file with

   sudo umount -l /tmp/fake-wireless
   killall gnome-netstatus-applet

a reboot will also remove the spoof.

** Attachment added: fake file to spoof /proc/net/wireless
   http://librarian.launchpad.net/4664222/fake-wireless

-- 
Network Monitor icons are horizontally stretched
https://launchpad.net/bugs/57626

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


[Bug 64218] distribution upgrades do not play nice with apt-listchanges

2006-10-05 Thread Marius Gedminas
Public bug reported:

I have apt-listchanges installed.  It is a package that hooks into apt
via Dpkg::Pre-Install-Pkgs and shows me the debian changelog between the
previous and the current package version for each package that is
upgraded.

This works fine in conjunction with regular update-manager updates.

After I used update-manager to upgrade to Edgy, I noticed that
subsequent updates cause apt-listchanges to show too much of each
changelog.  It would appear that apt-listchanges didn't notice the
upgrades done by the distro upgrade, and therefore it shows the
changelogs between the old dapper version of the package and the new
edgy version, instead of just showing the changelogs between the old and
new edgy versions.

If would be nice if update-manager's dist upgrades detected apt-
listchanges and told it to update its seen database.

(I use apt-listchanges because about 75% of the time update-manager's
changelog pane shows changes not available yet, try again)

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
distribution upgrades do not play nice with apt-listchanges
https://launchpad.net/bugs/64218

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


[Bug 57626] Re: Network Monitor icons are horizontally stretched

2006-10-06 Thread Marius Gedminas
The icon is now scaled properly, but the margins are still somewhat off.
Take a look at the attached image: the space between the network
activity indicator and the wifi strength bar is larger than the space
between adjacent applets.

Could you please strip the empty space from the sides of the svg?

** Attachment added: screenshot of the properly scaled icon
   http://librarian.launchpad.net/4685753/updated-edgy-wifi-icon.png

-- 
Network Monitor icons are horizontally stretched
https://launchpad.net/bugs/57626

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


[Bug 57626] Re: Network Monitor icons are horizontally stretched

2006-10-06 Thread Marius Gedminas
Here's a screenshot with the GNOME theme, to demonstrate that the extra
wide space comes from the artwork and not from the netapplet code

** Attachment added: screenshot of the properly scaled icon (GNOME theme)
   
http://librarian.launchpad.net/4685758/updated-edgy-wifi-icon-with-standard-gnome-theme.png

-- 
Network Monitor icons are horizontally stretched
https://launchpad.net/bugs/57626

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


[Bug 33906] Re: dapper: does not work with firefox 1.5?

2006-10-08 Thread Marius Gedminas
Edgy has firefox 2.0 beta 2.  mozilla-livehttpheaders does not work with
this version at all. Tools - Add-ons shows Live HTTP Headers 0.12: Not
compatible with Bon Echo 2.0b2.

As far as I can tell, upstream doesn't have a version compatible with
2.0b2 either.

-- 
dapper: does not work with firefox 1.5?
https://launchpad.net/bugs/33906

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


[Bug 64539] Re: 'Muted' doesn't display any special icon anymore

2006-10-09 Thread Marius Gedminas
I've attached a fix to the upstream bug tracker:
http://bugzilla.gnome.org/attachment.cgi?id=74378action=view

-- 
'Muted' doesn't display any special icon anymore
https://launchpad.net/bugs/64539

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


[Bug 33906] Re: dapper: does not work with firefox 1.5?

2006-06-16 Thread Marius Gedminas
I was mistaken, when I said livehttpheaders worked for me with a
different Firefox profile.

The Headers tab only works when no page is actually loaded (i.e.
you're looking at about:blank).  Then you see two empty lists of request
and response headers.  If you actually go somewhere, then the Headers
tab displays that component registration necessary message.

In other words, mozilla-livehttpheaders in Dapper is unusable with
firefox in Dapper.

-- 
dapper: does not work with firefox 1.5?
https://launchpad.net/bugs/33906

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


[Bug 50031] Re: [regression] Resume is broken with 2.6.15-25

2006-06-16 Thread Marius Gedminas
My T42 doesn't even go to sleep fully.  The screen blanks, hard disk
spins down, and the little moon LED lights up, but the fan never stops
spinning, and I can press Caps Lock and see the LED light up.  The moon
LED remains lit up, and the screen remains blank, even if I try to wake
it up by pressing Fn or opening the lid.

I can also reboot my laptop with Alt+SysRq+S, U, B while it is in this
half-sleep state.

-- 
[regression] Resume is broken with 2.6.15-25
https://launchpad.net/bugs/50031

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


[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-06-23 Thread Marius Gedminas
I stopped using xrandr (and bought an LCD monitor so I can use a dual-
head layout at home as well as at work instead), but occasionally my
laptop freezes.  This happens most often after switching to a different
workspace in metacity.

I would not be surprised to discover there are many bugs.  One of them
can be triggered by xrandr/mode switching and MergedFB, so let's keep
this bug report focused on that one.

-- 
[dapper] xrandr freezes the system (radeon, MergedFB)
https://launchpad.net/bugs/47775

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


[Bug 57319] Re: X -scanpci fails to find graphics adapter

2006-08-22 Thread Marius Gedminas
I think this bug is fixed in 1:1.0.2-0ubuntu10.4, which was released
today.

-- 
X -scanpci fails to find graphics adapter
https://launchpad.net/bugs/57319

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


[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-08-22 Thread Marius Gedminas
2hansen: are you talking about random freezes when you do nothing
specific, or are you talking about freezes when you run xrandr?

I use dual-head constantly.  I avoid using xrandr.  Sometimes weeks pass
with no problems.  Sometimes I get three freezes in a single day,
usually just after switching to a different workspace in metacity.

-- 
[dapper] xrandr freezes the system (radeon, MergedFB)
https://launchpad.net/bugs/47775

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


[Bug 65874] Re: xcompmgr makes the X server memory usage grow a lot

2006-10-20 Thread Marius Gedminas
Looks like the memory usage grows only if I pass -fF to xcompmgr.  I've
been running xcompmgr -cC -o .2 for three days now, and the memory usage
seems to be constant (X takes 80 megs at the moment).

-- 
xcompmgr makes the X server memory usage grow a lot
https://launchpad.net/bugs/65874

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


[Bug 37444] Re: RandR stops working with MergedFB when the external display is disconnected

2006-10-21 Thread Marius Gedminas
I'm now running Edgy.  I switched to a clone mode while the external LCD
was disconnected, used it for a few hours, suspended to RAM, resumed,
and now xrandr (or xvidtune -next) doesn't have any effect.

-- 
RandR stops working with MergedFB when the external display is disconnected
https://launchpad.net/bugs/37444

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


[Bug 5951] Re: have to move mouse before login box is selected

2006-10-21 Thread Marius Gedminas
*** This bug is a duplicate of bug 28712 ***

This bug is fixed in Edgy.

-- 
have to move mouse before login box is selected
https://launchpad.net/bugs/5951

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


[Bug 47775] Re: [dapper] xrandr freezes the system (radeon, MergedFB)

2006-10-24 Thread Marius Gedminas
eze80: I'm pretty sure it is unrelated.  This bug in the open-source
Radeon driver has now been fixed in Edgy.  I think your problem is
caused by some bug in the closed-source Nvidia driver.

-- 
[dapper] xrandr freezes the system (radeon, MergedFB)
https://launchpad.net/bugs/47775

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


[Bug 65856] Excessive battery usage in ACPI sleep

2006-10-13 Thread Marius Gedminas
Public bug reported:

Binary package hint: linux-image-2.6.17-10-generic

After I've upgraded to Edgy lately I started noticing that my Thinkpad
T42 uses up about 90% of the battery while sleeping.  Dapper used to use
about 10% overnight.

The files in /proc/acpi/battery indicate that my battery still has 88%
of design capacity.  90% of that during 15 hours of sleep is about 2500
mW.  Could bug 8711 or something like it be back?

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Excessive battery usage in ACPI sleep
https://launchpad.net/bugs/65856

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


[Bug 40416] Re: maximized windows cover whole screen

2006-10-13 Thread Marius Gedminas
This doesn't happen for me.  xcompmgr version 1.1.3~20060831-0ubuntu1
(edgy).

-- 
maximized windows cover whole screen
https://launchpad.net/bugs/40416

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


[Bug 65874] xcompmgr makes the X server memory usage grow a lot

2006-10-13 Thread Marius Gedminas
Public bug reported:

After a day of usage, my X server's virtual memory usage grew up to 800
megs.  I restarted xcompmgr and it went down to under 200 megs, then
started slowly going up.

Could xcompmgr be leaking pixmaps?  Or is it a leak in the X server?
Gnome-system-manager has a column for X server memory, and the total sum
of that for all processes was under 15 megs when X had 800 megs
allocated.

Some details: I run xcompmgr with the following options: -cC -fF -o .2
-D 8.  I have a radeon 7500 video card.  AIGLX is enabled, and I use
XAA.

** Affects: xcompmgr (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
xcompmgr makes the X server memory usage grow a lot
https://launchpad.net/bugs/65874

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


[Bug 66139] [edgy] package list loses focus when I mark a package for deletion

2006-10-14 Thread Marius Gedminas
Public bug reported:

Every now and then disk space becomes scarce and I do this:

1. start Synaptic
2. filter by status
3. choose installed packages
4. sort by size
5. walk though the package list in order, removing those packages I do not need.

It used to be convenient: keep pressing Down, press Delete every now and
then.

In Edgy, the Delete key causes the package list to lose keyboard focus.
I press down a few times out of habit, and the focus moves to the
sidebar, changes the filtering, and I have to start from the very
beginning.

** Affects: synaptic (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[edgy] package list loses focus when I mark a package for deletion
https://launchpad.net/bugs/66139

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


[Bug 60995] Re: The backspace key pages up instead of going back in history

2006-10-15 Thread Marius Gedminas
Upstream changed the default behavior of Backspace on Linux builds in
Firefox 2.0 betas.

You can change it back by opening about:config and changing
browser.backspace_action to 0.

-- 
The backspace key pages up instead of going back in history
https://launchpad.net/bugs/60995

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


[Bug 66328] gksu breaks X apps when /etc/sudoers has NOPASSWORD:

2006-10-15 Thread Marius Gedminas
Public bug reported:

If I allow my user account to run sudo /usr/bin/update-manager with no
password required, by changing /etc/sudoers like this:

  myusername ALL=(ALL) ALL, NOPASSWD:/usr/bin/update-manager

then I cannot actually use it.  In Dapper, clicking on the updates
available icon used to do nothing.  In Edgy, it starts update-manager
without root privileges, and then the Install updates button does
nothing.  If I try it in a terminal, I get this:

$ gksu /usr/bin/update-manager 
Xlib: connection to :0.0 refused by server
Xlib: No protocol specified

/var/lib/python-support/python2.4/gtk-2.0/gtk/__init__.py:69: GtkWarning: could 
not open display
[... a bunch of other errors, and I get the terminal prompt back ...]

** Affects: gksu (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gksu breaks X apps when /etc/sudoers has NOPASSWORD:
https://launchpad.net/bugs/66328

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


[Bug 65856] Re: Excessive battery usage in ACPI sleep

2006-10-17 Thread Marius Gedminas
Before the upgrade my /var/log/kern.log used to contain these messages:

  radeonfb (:01:00.0): suspending to state: 2...
  radeonfb (:01:00.0): switching to D2 state...

now I only get

  radeonfb (:01:00.0): suspending to state: 2...

I suppose I should try to modprobe radeonfb force_sleep=1 next.  Maybe
my laptop (Thinkpad T42 2373-FWG) is not mentioned in the whitelist?

http://thinkwiki.org/wiki/Problem_with_high_power_drain_in_ACPI_sleep
asks for the output of lspci -d 1002:* -vn, here is mine:

01:00.0 0300: 1002:4c57
Subsystem: 1014:0530
Flags: bus master, stepping, fast Back2Back, 66MHz, medium devsel, 
latency 66, IRQ 11
Memory at e000 (32-bit, prefetchable) [size=128M]
I/O ports at 3000 [size=256]
Memory at c010 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at c012 [disabled] [size=128K]
Capabilities: access denied

-- 
Excessive battery usage in ACPI sleep
https://launchpad.net/bugs/65856

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


[Bug 65856] Re: Excessive battery usage in ACPI sleep

2006-10-17 Thread Marius Gedminas
I edited /etc/modules and changed the radeonfb line to read

radeonfb  force_sleep=1

I rebooted, suspended, resumed and checked dmesg -- nothing about going
to D2 sleep.

I then rebooted and added video=radeonfb:force_sleep=1 to the kernel
command line, suspended, resumed and checked dmesg.  Nothing about going
to D2 sleep.

-- 
Excessive battery usage in ACPI sleep
https://launchpad.net/bugs/65856

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


[Bug 63448] Re: [edgy] command tab-completion broken in vim

2006-10-31 Thread Marius Gedminas
No.  This bug only manifests when completing shell commands.  Regular
file completion works fine, if you have the 'compatible' option
disabled.  Tab completion after :! only completes binaries found in
$PATH, and upstream patch 7.0.081 fixes it to complete both binaries
from $PATH and files on the filesystem.

Andrew: try :set nocp, and then try tab-completion.  It works fine here,
with edgy's vim.

-- 
[edgy] command tab-completion broken in vim
https://launchpad.net/bugs/63448

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


[Bug 141396] Re: ipw3945 hangs intermittently on Thinkpad T61

2007-10-24 Thread Marius Gedminas
I get this too on my T61 every now and then.  I never had the patience
to wait 1-2 minutes to see whether my laptop will freeze hard, but at
this point (1) ifconfig/iwconfig hangs on startup, and (2) sudo hangs on
startup without asking for a password, giving me no chance to rmmod or
try to restart the ipw3945 daemon.  The only cure is to reboot with
Alt+SysRq, as regular reboots also hang.

-- 
ipw3945 hangs intermittently on Thinkpad T61
https://bugs.launchpad.net/bugs/141396
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 33572] Re: grub fails to detect RAM size correctly

2007-10-25 Thread Marius Gedminas
Dapper still has the problem.  I haven't tried upgrading to anything
more modern -- that machine acts as the router for the office, and
downtime is painful.

-- 
grub fails to detect RAM size correctly
https://bugs.launchpad.net/bugs/33572
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 295235] [NEW] copying text to clipboard fails and makes gnome-do inaccessible

2008-11-07 Thread Marius Gedminas
Public bug reported:

Binary package hint: gnome-do

Here's what I did:

1. Select some text in gnome-terminal
2. Hit Super+Space to trigger gnome-do
3. Select pastebin, press enter.

Gnome-do shows you the url of the pasted text

4. Press Tab, select 'Copy text to clipboard', press Enter.
5. Try to paste the URL to xchat-gnome.

Expected result:

* URL is pasted, pressing Super+Space opens gnome-do again

Actual result:

* Pasting shows old contents, pressing Super+Space doesn't do anything.
Pressing Super+Space quickly twice in succession shows an icon in the
notification area with a popup bubble saying Do Error: A previous
action is still running. Please wait for this action to finish running.

This is on Intrepid with gnome-do 0.6.1.0-0ubuntu2

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

-- 
copying text to clipboard fails and makes gnome-do inaccessible
https://bugs.launchpad.net/bugs/295235
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 295239] [NEW] sonata should start playing a new song on double-click

2008-11-07 Thread Marius Gedminas
Public bug reported:

Binary package hint: sonata

When mpd is not playing and I double-click a song in the library, Sonata
adds it to the end of the playlist.  It should also start playing it.

Currently I have to switch to the 'Current' tab, scroll back to the end
of the list, and double-click the song I just added.

This is in Intrepid, with sonata 1.5.2-2.

I seem to remember seeing an option to start playing new songs
automatically in an older version of sonata; if that's true then it's a
regression, but if my memory is tricking me, then this is a simple
wishlist.

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

-- 
sonata should start playing a new song on double-click
https://bugs.launchpad.net/bugs/295239
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 259168] Re: Network Manager unable to connect to PPTP VPN

2008-11-07 Thread Marius Gedminas
I enabled MPPE *and* selected 128-bit encryption, and after that my VPN
started working.

-- 
Network Manager unable to connect to PPTP VPN
https://bugs.launchpad.net/bugs/259168
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 256429] Re: Intrepid regression: carriage-return required after finger scan

2008-11-08 Thread Marius Gedminas
sachem_s: please file a separate bug for your inability to log in by
typing the password instead of swiping a finger.

-- 
Intrepid regression: carriage-return required after finger scan
https://bugs.launchpad.net/bugs/256429
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 252012] Re: gnome-screensaver doesn't use fingerprint reader after suspend or hibernate

2008-11-08 Thread Marius Gedminas
Actuually, this bug seems to have disappeared in Intrepid.

-- 
gnome-screensaver doesn't use fingerprint reader after suspend or hibernate
https://bugs.launchpad.net/bugs/252012
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 239254] Re: compiz alt-drag resize inconvenience, compared with metacity

2008-11-10 Thread Marius Gedminas
I'm happy to discover that this is fixed in Intrepid.

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

-- 
compiz alt-drag resize inconvenience, compared with metacity
https://bugs.launchpad.net/bugs/239254
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 291654] [NEW] gnome-do manual page ends in the middle of a phrase

2008-10-31 Thread Marius Gedminas
Public bug reported:

Binary package hint: gnome-do

The last sentence of the DESCRIPTION section of the gnome-do manual page
looks like this:

By default the hotkey to summon the GNOME-Do

It is obviously incomplete.

** Affects: do
 Importance: Undecided
 Status: New

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

** Also affects: do
   Importance: Undecided
   Status: New

-- 
gnome-do manual page ends in the middle of a phrase
https://bugs.launchpad.net/bugs/291654
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 283573] Re: Can't launch gnome-do in ubuntu 8.10 beta

2008-10-31 Thread Marius Gedminas
I'm unable to start gnome-do because of this problem.  It crashes on
startup with

Could not read MPD database file: ApplicationName='/usr/bin/mpc',
CommandLine='playlist --format :%title%:%artist%:%album%:%file%',
CurrentDirectory=''

** (Do:25644): CRITICAL **: gnome_desktop_item_get_localestring:
assertion `item != NULL' failed

** (Do:25644): CRITICAL **: gnome_desktop_item_get_localestring:
assertion `item != NULL' failed

** (Do:25644): CRITICAL **: gnome_desktop_item_get_string: assertion
`item != NULL' failed

** (Do:25644): CRITICAL **: gnome_desktop_item_get_string: assertion
`item != NULL' failed

Unhandled Exception: System.Exception: Message body length mismatch: 16064 of 
expected 34835
at NDesk.DBus.Connection.ReadMessage () 0x005a4
at NDesk.DBus.Connection.Iterate () 0x00019
at c__CompilerGenerated0.c__AnonymousMethod1 
(intptr,NDesk.GLib.IOCondition,intptr) 0x00027
at (wrapper native-to-managed) c__CompilerGenerated0.c__AnonymousMethod1 
(intptr,NDesk.GLib.IOCondition,intptr) 0x0004b
at (wrapper managed-to-native) Gtk.Application.gtk_main () 0x4
at Gtk.Application.Run () 0x7
at Do.Do.Main (string[]) 0x0026f

-- 
Can't launch gnome-do in ubuntu 8.10 beta
https://bugs.launchpad.net/bugs/283573
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 283573] Re: Can't launch gnome-do in ubuntu 8.10 beta

2008-10-31 Thread Marius Gedminas
What do you know, I tried again this evening and gnome-do started up
fine.  Checking the list of plugins I see that I had the Tomboy plugin
enabled, and the Pidgin plugin disabled.  It seems that Tomboy plugin is
the culprit here.

-- 
Can't launch gnome-do in ubuntu 8.10 beta
https://bugs.launchpad.net/bugs/283573
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 291801] [NEW] e1000e mutex contention

2008-10-31 Thread Marius Gedminas
Public bug reported:

I noticed that both Ethernet LEDs (link and data) were on on my laptop,
even though nothing is connected to the Ethernet socket.  I ran dmesg
and saw a bunch of errors like this:

[32563.988147] [ cut here ]
[32563.988162] WARNING: at 
/build/buildd/linux-2.6.27/drivers/net/e1000e/ich8lan.c:403 
e1000_acquire_swflag_ich8lan+0x47/0xd0 [e1000e]()
[32563.988171] e1000e mutex contention. Owned by pid -1
[32563.988178] Modules linked in: usbhid hid af_packet i915 drm rfcomm sco 
bridge stp bnep l2cap binfmt_misc ppdev ipv6 acpi_cpufreq cpufreq_conservative 
cpufreq_stats cpufreq_ondemand cpufreq_userspace cpufreq_powersave freq_table 
pci_slot sbs sbshc container iptable_filter ip_tables x_tables uinput sbp2 
parport_pc lp parport joydev pcmcia snd_hda_intel snd_pcm_oss snd_mixer_oss 
snd_pcm snd_seq_dummy arc4 snd_seq_oss ecb snd_seq_midi crypto_blkcipher 
snd_rawmidi snd_seq_midi_event snd_seq iwl3945 thinkpad_acpi snd_timer 
snd_seq_device rfkill btusb mac80211 nvram sdhci_pci yenta_socket serio_raw snd 
rsrc_nonstatic video led_class battery sdhci bluetooth evdev psmouse output ac 
cfg80211 bay pcmcia_core ricoh_mmc soundcore intel_agp mmc_core wmi agpgart 
snd_page_alloc button pcspkr iTCO_wdt iTCO_vendor_support shpchp pci_hotplug 
ext3 jbd mbcache sd_mod crc_t10dif sr_mod cdrom sg pata_acpi ata_piix ohci1394 
ata_generic ieee1394 libata scsi_mod uhci_hcd ehci_hcd usbcore e1000e dock 
thermal processor fan fuse vesafb fbcon tileblit font bitblit softcursor
[32563.988408] Pid: 3498, comm: events/1 Tainted: GW 2.6.27-7-generic #1
[32563.988418]  [c0131d65] warn_slowpath+0x65/0x90
[32563.988436]  [c01376e6] ? __do_softirq+0xf6/0x120
[32563.988448]  [c037d3f9] ? mutex_trylock+0x9/0x30
[32563.988462]  [f9047c17] e1000_acquire_swflag_ich8lan+0x47/0xd0 [e1000e]
[32563.988487]  [f904c9e1] e1000e_read_phy_reg_igp+0x21/0x70 [e1000e]
[32563.988510]  [f904cc48] e1000e_phy_has_link_generic+0x48/0xe0 [e1000e]
[32563.988533]  [f904ba74] e1000e_check_for_copper_link+0x34/0x90 [e1000e]
[32563.988556]  [f9055d3b] e1000_watchdog_task+0x47b/0x650 [e1000e]
[32563.988578]  [c0192350] ? vmstat_update+0x0/0x30
[32563.988596]  [f90558c0] ? e1000_watchdog_task+0x0/0x650 [e1000e]
[32563.988617]  [c0143645] run_workqueue+0x95/0x160
[32563.988627]  [c0147576] ? finish_wait+0x16/0x70
[32563.988636]  [c01438e8] worker_thread+0x88/0xf0
[32563.988646]  [c01474b0] ? autoremove_wake_function+0x0/0x50
[32563.988656]  [c0143860] ? worker_thread+0x0/0xf0
[32563.988666]  [c0147141] kthread+0x41/0x80
[32563.988674]  [c0147100] ? kthread+0x0/0x80
[32563.988684]  [c0105297] kernel_thread_helper+0x7/0x10
[32563.988695]  ===
[32563.988701] ---[ end trace b6746cad1ac5efd0 ]---
[32565.989075] [ cut here ]
[32565.989087] WARNING: at 
/build/buildd/linux-2.6.27/drivers/net/e1000e/ich8lan.c:403 
e1000_acquire_swflag_ich8lan+0x47/0xd0 [e1000e]()
[32565.989092] e1000e mutex contention. Owned by pid -1
[32565.989095] Modules linked in: usbhid hid af_packet i915 drm rfcomm sco 
bridge stp bnep l2cap binfmt_misc ppdev ipv6 acpi_cpufreq cpufreq_conservative 
cpufreq_stats cpufreq_ondemand cpufreq_userspace cpufreq_powersave freq_table 
pci_slot sbs sbshc container iptable_filter ip_tables x_tables uinput sbp2 
parport_pc lp parport joydev pcmcia snd_hda_intel snd_pcm_oss snd_mixer_oss 
snd_pcm snd_seq_dummy arc4 snd_seq_oss ecb snd_seq_midi crypto_blkcipher 
snd_rawmidi snd_seq_midi_event snd_seq iwl3945 thinkpad_acpi snd_timer 
snd_seq_device rfkill btusb mac80211 nvram sdhci_pci yenta_socket serio_raw snd 
rsrc_nonstatic video led_class battery sdhci bluetooth evdev psmouse output ac 
cfg80211 bay pcmcia_core ricoh_mmc soundcore intel_agp mmc_core wmi agpgart 
snd_page_alloc button pcspkr iTCO_wdt iTCO_vendor_support shpchp pci_hotplug 
ext3 jbd mbcache sd_mod crc_t10dif sr_mod cdrom sg pata_acpi ata_piix ohci1394 
ata_generic ieee1394 libata scsi_mod uhci_hcd ehci_hcd usbcore e1000e dock 
thermal processor fan fuse vesafb fbcon tileblit font bitblit softcursor
[32565.989202] Pid: 3498, comm: events/1 Tainted: GW 2.6.27-7-generic #1
[32565.989206]  [c0131d65] warn_slowpath+0x65/0x90
[32565.989215]  [c01376e6] ? __do_softirq+0xf6/0x120
[32565.989221]  [c014a72d] ? enqueue_hrtimer+0x7d/0x130
[32565.989226]  [c014a72d] ? enqueue_hrtimer+0x7d/0x130
[32565.989230]  [c014b474] ? hrtimer_start+0xc4/0x1c0
[32565.989234]  [c037d3f9] ? mutex_trylock+0x9/0x30
[32565.989241]  [f9047c17] e1000_acquire_swflag_ich8lan+0x47/0xd0 [e1000e]
[32565.989252]  [f904c9e1] e1000e_read_phy_reg_igp+0x21/0x70 [e1000e]
[32565.989263]  [f904cc48] e1000e_phy_has_link_generic+0x48/0xe0 [e1000e]
[32565.989273]  [f904ba74] e1000e_check_for_copper_link+0x34/0x90 [e1000e]
[32565.989283]  [f9055d3b] e1000_watchdog_task+0x47b/0x650 [e1000e]
[32565.989294]  [f90558c0] ? e1000_watchdog_task+0x0/0x650 [e1000e]
[32565.989303]  [c0143645] run_workqueue+0x95/0x160
[32565.989308]  [c0147576] ? 

[Bug 291801] Re: e1000e mutex contention

2008-11-01 Thread Marius Gedminas
Actually, both Ethernet LEDs are on all the time after reboot, and so
far the errors in dmesg haven't recurred.

-- 
e1000e mutex contention
https://bugs.launchpad.net/bugs/291801
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 291801] Re: e1000e mutex contention

2008-11-01 Thread Marius Gedminas
Suspending the laptop (a Thinkpad T61) is what triggers this spew of
e1000e errors.  The laptop sleeps fine, but the errors appear just
before suspend and continue after resume.

rmmod e1000e stops the error flood, but a subsequent modprobe e1000e
hangs burning 100% of one CPU core inside the kernel.  The modprobe
process can be stopped with SIGQUIT (C-\).

-- 
e1000e mutex contention
https://bugs.launchpad.net/bugs/291801
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 292156] [NEW] X doesn't work with NVidia GeForce 7600 GT AGP (PCI ID 0x02e0)

2008-11-01 Thread Marius Gedminas
Public bug reported:

When I boot the Intrepid Live CD on my sister's desktop, I get a
corrupted picture instead of a desktop.  Switching to a text console and
checking /var/log/Xorg.0.log shows that her video card (NVidia GeForce
7600 AGP, PCI ID 0x02E0) was not recognized and X tried to use the VESA
driver.

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

-- 
X doesn't work with NVidia GeForce 7600 GT AGP (PCI ID 0x02e0)
https://bugs.launchpad.net/bugs/292156
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 291801] Re: e1000e mutex contention

2008-11-05 Thread Marius Gedminas
Even with the original kernel the problem happened only twice and then
never again.

Let me make a timeline before I get confused (feel free to skip it):

2008-10-31 10:14, I install linux-image-2.6.27-7-generic to 2.6.27-7.15.
2008-10-31 10:28, I reboot into the new kernel
2008-10-31 10:51, I reboot again (with the 'profile' boot option).  The boot 
takes a really long time, then crashes with a kernel panic (blinking capslock 
led).  The panic is not captured in the system log files, and is not visible on 
screen due to usplash.  It's not related to this bug, I think.
2008-10-31 10:53, I reboot again without the 'profile' option.  The boot is 
successful.
2008-10-31 11:17, I suspend.
2008-10-31 14:05, I resume.
2008-10-31 20:04, I suspend.
2008-10-31 20:04, the errors start (5233 repetitions of 'e1000e mutext 
contention' on this day.  The very first messages are rather strange, e.g.

  [e10lo7.290] ea047.0fc1f28]2k_rc8kb+0 /0t0g1x9ce
i[ce3.y4]289h7?.o9r8=dt0rA.004o.u5 2vvoe_slot esonsipher snd_rawi a_core
r

after a while they become readable

2008-10-31 20:33, I resume and notice the errors.
2008-10-31 21:33, I suspend and resume, to see if the errors would go away.
2008-10-31 23:23, I shut down the machine
2008-11-01 09:00, I boot it up, notice both LEDs are on, notice no e1000e 
errors in dmesg
2008-11-01 13:27, I suspend
2008-11-01 13:27, the errors start
2008-11-01 16:11, I resume, the errors continue (349 repetitions of 'e1000e 
mutext contention')
2008-11-01 16:15, I rmmod e1000e to see if it helps (yes)
2008-11-01 16:40, I suspend
2008-11-02 07:45, I resume
2008-11-02 11:34, I suspend
2008-11-02 17:03, I resume
2008-11-02 21:36, I suspend
2008-11-02 21:39, I resume
2008-11-02 21:48, I suspend
2008-11-03 00:02, I resume
2008-11-03 00:09, I suspend
2008-11-03 08:02, I resume, and see a scary message

Nov  3 08:02:04 platonas kernel: [49099.700050] [ cut here 
]
Nov  3 08:02:04 platonas kernel: [49099.700053] WARNING: at 
/build/buildd/linux-2.6.27/arch/x86/kernel/ipi.c:123 
send_IPI_mask_bitmask+0x99/0xb0()
Nov  3 08:02:04 platonas kernel: [49099.700055] Modules linked in: e1000e 
aes_i586 aes_generic ecryptfs isofs loop nls_iso8859_1 nls_cp437 vfat fat 
usb_storage libusual ppp_async crc_ccitt ppp_generic slhc af_packet i915 drm 
rfcomm sco bridge stp bnep l2cap binfmt_misc ppdev ipv6 acpi_cpufreq 
cpufreq_conservative cpufreq_stats cpufreq_ondemand cpufreq_userspace 
cpufreq_powersave freq_table pci_slot sbs sbshc container iptable_filter 
ip_tables x_tables uinput sbp2 parport_pc lp parport btusb bluetooth joydev 
pcmcia snd_hda_intel snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy 
snd_seq_oss snd_seq_midi snd_rawmidi arc4 ecb crypto_blkcipher 
snd_seq_midi_event snd_seq iwl3945 snd_timer snd_seq_device thinkpad_acpi 
mac80211 rfkill snd led_class sdhci_pci sdhci yenta_socket iTCO_wdt serio_raw 
battery ricoh_mmc mmc_core iTCO_vendor_support nvram cfg80211 psmouse evdev 
video ac bay rsrc_nonstatic pcmcia_core output soundcore button wmi pcspkr 
intel_agp agpgart snd_page_alloc shpchp pci_hotplug ext3 jbd mbcache sr_mod cdro
Nov  3 08:02:04 platonas kernel:  sd_mod crc_t10dif sg pata_acpi ata_piix 
ata_generic ohci1394 libata ieee1394 ehci_hcd scsi_mod uhci_hcd usbcore dock 
thermal processor fan fuse vesafb fbcon tileblit font bitblit softcursor [last 
unloaded: e1000]
Nov  3 08:02:04 platonas kernel: [49099.700137] Pid: 0, comm: swapper Tainted: 
GW 2.6.27-7-generic #1
Nov  3 08:02:04 platonas kernel: [49099.700140]  [c037c406] ? printk+0x1d/0x1f
Nov  3 08:02:04 platonas kernel: [49099.700146]  [c0131de9] 
warn_on_slowpath+0x59/0x90
Nov  3 08:02:04 platonas kernel: [49099.700150]  [c0118e38] ? 
read_hpet+0x8/0x20
Nov  3 08:02:04 platonas kernel: [49099.700154]  [c037dfae] ? 
account_scheduler_latency+0xe/0x220
Nov  3 08:02:04 platonas kernel: [49099.700157]  [c0123454] ? 
__enqueue_entity+0xd4/0x100
Nov  3 08:02:04 platonas kernel: [49099.700161]  [c024d1d5] ? 
__next_cpu+0x15/0x30
Nov  3 08:02:04 platonas kernel: [49099.700164]  [c037dfae] ? 
account_scheduler_latency+0xe/0x220
Nov  3 08:02:04 platonas kernel: [49099.700167]  [c012989d] ? 
find_busiest_group+0x15d/0x7c0
Nov  3 08:02:04 platonas kernel: [49099.700171]  [c0113019] 
send_IPI_mask_bitmask+0x99/0xb0
Nov  3 08:02:04 platonas kernel: [49099.700174]  [c011282b] 
native_send_call_func_single_ipi+0x2b/0x30
Nov  3 08:02:04 platonas kernel: [49099.700177]  [c0157869] 
generic_exec_single+0x89/0x90
Nov  3 08:02:04 platonas kernel: [49099.700181]  [c01578a4] 
__smp_call_function_single+0x34/0x60
Nov  3 08:02:04 platonas kernel: [49099.700184]  [c012a4fd] 
hrtick_start_fair+0x10d/0x1a0
Nov  3 08:02:04 platonas kernel: [49099.700187]  [c012a708] 
enqueue_task_fair+0x48/0x50
Nov  3 08:02:04 platonas kernel: [49099.700190]  [c0120f97] 
enqueue_task+0x57/0x70
Nov  3 08:02:04 platonas kernel: [49099.700193]  [c01210fa] 
activate_task+0x1a/0x30
Nov  3 08:02:04 platonas kernel: [49099.700196]  [c012b5ed] 

[Bug 146859] Re: No dri for virtual screen greater than 2048x2048

2008-10-16 Thread Marius Gedminas
Mika's comment (#16) has a broken link.  Here's the currently working
link to Keith Packard's email that originated the mesa patch in
question:
http://lists.freedesktop.org/archives/xorg/2008-April/034707.html

-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
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 146859] Re: No dri for virtual screen greater than 2048x2048

2008-10-16 Thread Marius Gedminas
** Bug watch added: freedesktop.org Bugzilla #18100
   https://bugs.freedesktop.org/show_bug.cgi?id=18100

** Also affects: mesa via
   https://bugs.freedesktop.org/show_bug.cgi?id=18100
   Importance: Unknown
   Status: Unknown

-- 
No dri for virtual screen greater than 2048x2048
https://bugs.launchpad.net/bugs/146859
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 86685] Re: trac BROKEN on AMD64: neo_cgi.so: undefined symbol: Py_InitModule4

2008-10-14 Thread Marius Gedminas
James: install trac and run python -c 'import neo_cgi'.

-- 
trac BROKEN on AMD64: neo_cgi.so: undefined symbol: Py_InitModule4
https://bugs.launchpad.net/bugs/86685
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 251252] Re: linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading Intel Wireless driver

2008-10-12 Thread Marius Gedminas
After the upgrade to linux-backports-modules-2.6.24-21-generic
2.6.24-21.27, suspend and resume, network manager did not see any
network devices.  I could not start any new X processed from within X
(although Ctrl+Alt+F1 and DISPLAY=:0 xterm workded), running ifconfig -a
or ip -a hung, running sudo -s hung, trying to suspend again didn't work
(blank text-mode screen with backlight on and a blinking cursor, also a
blinking thinkpad moon led; I could abort the suspend by pressing a
key).

dmesg didn't show anything suspicious or iwl3945-related, but
/var/log/kern.log showed the dmesg buffer was filled with ACPI error
messages and the beginning was truncated:

  Oct 12 03:08:37 platonas kernel: [27278.472517] eth1:
deauthenticate(reason=3)

was the last message before suspend, and this is the first ones after:

  Oct 12 13:05:48 platonas kernel: [27278r GPE[ D], disabling event [20070126]
  Oct 12 13:05:48 platonas kernel: [0.964529] ACPI Error (evgpe-0705): No 
handler or method for GPE[ D], disabling event [20070126]
  Oct 12 13:05:48 platonas kernel: [0.964553] ACPI Error (evgpe-0705): No 
handler or method for GPE[ D], disabling event [20070126]
  ...

I've seen these errors before upgrading linux-backports-modules.  I
vaguely remember them being related to snd-hda-intel, however sound
worked fine.

I still have my hack in place which prevents rmmod iwl3945 on suspend;
I'll remove it and see if things get better.

-- 
linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading 
Intel Wireless driver
https://bugs.launchpad.net/bugs/251252
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 251252] Re: linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading Intel Wireless driver

2008-10-12 Thread Marius Gedminas
Unloading the module before suspending helped: I see no problems after a
resume.

-- 
linux-backports-modules-2.6.24-21-generic causes kernel panic when unloading 
Intel Wireless driver
https://bugs.launchpad.net/bugs/251252
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 243339] Re: README.Debian contains error

2008-10-29 Thread Marius Gedminas
Not fixed in Intrepid.

-- 
README.Debian contains error
https://bugs.launchpad.net/bugs/243339
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 281235] Re: regression (hardy - Intrepid) fingerprinter authentication requires now a new user action

2008-10-29 Thread Marius Gedminas
I see in dmesg that thinkfinger is trying to do that by creating a
virtual input device and sending an Enter keycode through it.  This used
to work in Hardy.  It still works in a text console in Intrepid, but
doesn't work in X.

-- 
regression (hardy - Intrepid)  fingerprinter authentication requires now a new 
user action
https://bugs.launchpad.net/bugs/281235
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 284212] Re: VPN connection fails: unable to find valid VPN secrets

2008-10-29 Thread Marius Gedminas
Playing manually with the auth dialog:

1. Run

   /usr/lib/network-manager-pptp/nm-pptp-auth-dialog -u 1234 -n lalala
-s org.freedesktop.NetworkManager.pptp

2. Enter some password
3. Check 'remember password for this session'
4. Press 'Ok'
5. ^C the program because it doesn't close for some reason
6. Run it again
7. Watch it crash and burn:

*** glibc detected *** /usr/lib/network-manager-pptp/nm-pptp-auth-dialog: 
free(): invalid pointer: 0xb6944060 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb71713f4]
/lib/tls/i686/cmov/libc.so.6(cfree+0x96)[0xb7173456]
/usr/lib/libglib-2.0.so.0(g_free+0x36)[0xb72bac06]
/usr/lib/network-manager-pptp/nm-pptp-auth-dialog[0x804a538]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7118685]
/usr/lib/network-manager-pptp/nm-pptp-auth-dialog[0x804a251]
=== Memory map: 
08048000-0804e000 r-xp  08:03 3784847
/usr/lib/network-manager-pptp/nm-pptp-auth-dialog
0804e000-0804f000 r--p 5000 08:03 3784847
/usr/lib/network-manager-pptp/nm-pptp-auth-dialog
0804f000-0805 rw-p 6000 08:03 3784847
/usr/lib/network-manager-pptp/nm-pptp-auth-dialog
09a95000-09afa000 rw-p 09a95000 00:00 0  [heap]
b680-b6821000 rw-p b680 00:00 0 
b6821000-b690 ---p b6821000 00:00 0 
b6917000-b6924000 r-xp  08:03 1317361/lib/libgcc_s.so.1
b6924000-b6925000 r--p c000 08:03 1317361/lib/libgcc_s.so.1
b6925000-b6926000 rw-p d000 08:03 1317361/lib/libgcc_s.so.1
b6943000-b6944000 rw-p b6943000 00:00 0 
b6944000-b6948000 rw-p b6944000 00:00 0 
b6948000-b694b000 r--p  08:03 317986 
/usr/share/locale-langpack/lt/LC_MESSAGES/libbonobo-2.0.mo
b694b000-b697 r--p  08:03 315398 
/usr/share/locale-langpack/lt/LC_MESSAGES/gtk20-properties.mo
b697-b6981000 r--p  08:03 317966 
/usr/share/locale-langpack/lt/LC_MESSAGES/gtk20.mo
b6981000-b69c r--p  08:03 215078 
/usr/lib/locale/lt_LT.utf8/LC_CTYPE
b69c-b6aa1000 r--p  08:03 311807 
/usr/lib/locale/lt_LT.utf8/LC_COLLATE
b6aa1000-b6aab000 r-xp  08:03 3686827
/lib/tls/i686/cmov/libnss_files-2.8.90.so
b6aab000-b6aac000 r--p 9000 08:03 3686827
/lib/tls/i686/cmov/libnss_files-2.8.90.so
b6aac000-b6aad000 rw-p a000 08:03 3686827
/lib/tls/i686/cmov/libnss_files-2.8.90.so
b6aad000-b6ab6000 r-xp  08:03 3686829
/lib/tls/i686/cmov/libnss_nis-2.8.90.so
b6ab6000-b6ab7000 r--p 8000 08:03 3686829
/lib/tls/i686/cmov/libnss_nis-2.8.90.so
b6ab7000-b6ab8000 rw-p 9000 08:03 3686829
/lib/tls/i686/cmov/libnss_nis-2.8.90.so
b6ab8000-b6abf000 r-xp  08:03 3686824
/lib/tls/i686/cmov/libnss_compat-2.8.90.so
b6abf000-b6ac r--p 6000 08:03 3686824
/lib/tls/i686/cmov/libnss_compat-2.8.90.so
b6ac-b6ac1000 rw-p 7000 08:03 3686824
/lib/tls/i686/cmov/libnss_compat-2.8.90.so
b6ac1000-b6ac6000 rw-p b6ac1000 00:00 0 
b6ac6000-b6ac9000 r-xp  08:03 4915432/lib/libgpg-error.so.0.3.0
b6ac9000-b6aca000 rw-p 2000 08:03 4915432/lib/libgpg-error.so.0.3.0
b6aca000-b6b8d000 r-xp  08:03 164713 /usr/lib/libasound.so.2.0.0
b6b8d000-b6b8f000 r--p 000c2000 08:03 164713 /usr/lib/libasound.so.2.0.0
b6b8f000-b6b92000 rw-p 000c4000 08:03 164713 /usr/lib/libasound.so.2.0.0
b6b92000-b6bf8000 r-xp  08:03 4915250/lib/libgcrypt.so.11.4.4
b6bf8000-b6bf9000 r--p 00065000 08:03 4915250/lib/libgcrypt.so.11.4.4
b6bf9000-b6bfb000 rw-p 00066000 08:03 4915250/lib/libgcrypt.so.11.4.4
b6bfb000-b6bfc000 rw-p b6bfb000 00:00 0 
b6bfc000-b6c0c000 r-xp  08:03 165518 /usr/lib/libtasn1.so.3.0.15
b6c0c000-b6c0e000 rw-p f000 08:03 165518 /usr/lib/libtasn1.so.3.0.15
b6c0e000-b6c36000 r-xp  08:03 4915285/lib/libpcre.so.3.12.1
b6c36000-b6c37000 r--p 00027000 08:03 4915285/lib/libpcre.so.3.12.1
b6c37000-b6c38000 rw-p 00028000 08:03 4915285/lib/libpcre.so.3.12.1
b6c38000-b6c4d000 r-xp  08:03 3686823
/lib/tls/i686/cmov/libnsl-2.8.90.so
b6c4d000-b6c4e000 r--p 00014000 08:03 3686823
/lib/tls/i686/cmov/libnsl-2.8.90.so
b6c4e000-b6c4f000 rw-p 00015000 08:03 3686823
/lib/tls/i686/cmov/libnsl-2.8.90.so
b6c4f000-b6c51000 rw-p b6c4f000 00:00 0 
b6c51000-b6c83000 r-xp  08:03 164722 /usr/lib/libnspr4.so.0d
b6c83000-b6c84000 r--p 00031000 08:03 164722 /usr/lib/libnspr4.so.0d
b6c84000-b6c85000 rw-p 00032000 08:03 164722 /usr/lib/libnspr4.so.0d
b6c85000-b6c87000 rw-p b6c85000 00:00 0 
b6c87000-b6c8a000 r-xp  08:03 169690 /usr/lib/libplc4.so.0d
b6c8a000-b6c8b000 r--p 2000 08:03 169690 /usr/lib/libplc4.so.0d
b6c8b000-b6c8c000 rw-p 3000 08:03 169690 /usr/lib/libplc4.so.0d
b6c8c000-b6c8d000 rw-p b6c8c000 00:00 0 
b6c8d000-b6c8f000 r-xp  08:03 169691 /usr/lib/libplds4.so.0d
b6c8f000-b6c9 r--p 1000 08:03 169691 /usr/lib/libplds4.so.0d
b6c9-b6c91000 rw-p 2000 08:03 169691 /usr/lib/libplds4.so.0d

[Bug 284212] Re: VPN connection fails: unable to find valid VPN secrets

2008-10-29 Thread Marius Gedminas
Here's a patch that fixes the problem for me.  It should be harmless:
removing that g_free() doesn't leak memory because all memory is freed
when the short-lived helper program exits.

** Attachment added: patch to fix the problem
   http://launchpadlibrarian.net/18978543/network-manager-pptp-lp284212.diff

-- 
VPN connection fails: unable to find valid VPN secrets
https://bugs.launchpad.net/bugs/284212
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 278309] Re: intrepid network-manager-pptp does not have essential options

2008-10-29 Thread Marius Gedminas
I'm also missing the pppd debug option, that let me debug pptp
connection failures.  Now I just get an error and have no idea why n-m
in Intrepid won't connect to the VPN that I successfully used in Hardy.

-- 
intrepid network-manager-pptp does not have essential options
https://bugs.launchpad.net/bugs/278309
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 290134] Re: Network Manager cannot extract password from a keyring after upgrading to Intrepid

2008-10-29 Thread Marius Gedminas
The first half of your bug is probably bug 282538; the second half is
bug 284212.

-- 
Network Manager cannot extract password from a keyring after upgrading to 
Intrepid
https://bugs.launchpad.net/bugs/290134
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 259168] Re: Network Manager unable to connect to PPTP VPN

2008-10-30 Thread Marius Gedminas
BUGabundo: see the patch I attached to
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/284212 to
fix that invalid free() error.

-- 
Network Manager unable to connect to PPTP VPN
https://bugs.launchpad.net/bugs/259168
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 281235] Re: regression (hardy - Intrepid) fingerprinter authentication requires now a new user action

2008-10-30 Thread Marius Gedminas
*** This bug is a duplicate of bug 256429 ***
https://bugs.launchpad.net/bugs/256429

** This bug has been marked a duplicate of bug 256429
   following finger scan requires carriage-return

-- 
regression (hardy - Intrepid)  fingerprinter authentication requires now a new 
user action
https://bugs.launchpad.net/bugs/281235
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 291152] [NEW] gsynaptics should use xinput

2008-10-30 Thread Marius Gedminas
Public bug reported:

Binary package hint: gsynaptics

In Intrepid, the synaptics driver supports xinput for runtime
configuration.  However, gsynaptics wants to use the old, insecure
shared memory based configuration method that is disabled by default.
It should be rewritten to use xinput.

Fixing this bug would also close bug 132627 and go a long way towards
closing bug 155937.

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

-- 
gsynaptics should use xinput 
https://bugs.launchpad.net/bugs/291152
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 205118] [NEW] offlineimap doesn't create new folders on the IMAP server

2008-03-22 Thread Marius Gedminas
Public bug reported:

Binary package hint: offlineimap

If you create a new local maildir folder, offlineimap will ignore it.
It should instead create the folder on the IMAP server and copy all
messages to it.

I have vague recollections about reading about this limitation a few
years back, and later meeting the offlineimap maintainer on IRC and
being told that this has been fixed.  Apparently it still isn't.

Extra info: offlineimap version 4.0.16 (gutsy).  dovecot-imap from
Ubuntu dapper on the server side.  I've got 62 folders on my laptop, but
only 52 of those exist on the IMAP server .

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

-- 
offlineimap doesn't create new folders on the IMAP server
https://bugs.launchpad.net/bugs/205118
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 205113] [NEW] TypeError: 'NoneType' object is unsubscriptable

2008-03-22 Thread Marius Gedminas
Public bug reported:

Binary package hint: offlineimap

I ran offlineimap (4.0.16 from gutsy) and got this traceback:

Folder sync Home[INBOX]:
   Deleting 2 messages (74896, 74895) in IMAP[INBOX], LocalStatus[INBOX]
Copy message 74897 from INBOX:
   Copy message 74897 IMAP[INBOX] - Maildir[INBOX], LocalStatus[INBOX]
Copy message 74898 from INBOX:
   Copy message 74898 IMAP[INBOX] - Maildir[INBOX], LocalStatus[INBOX]
Copy message 74899 from INBOX:
   Copy message 74899 IMAP[INBOX] - Maildir[INBOX], LocalStatus[INBOX]
Copy message 74900 from INBOX:
   Copy message 74900 IMAP[INBOX] - Maildir[INBOX], LocalStatus[INBOX]
Copy message 74901 from INBOX:
   Copy message 74901 IMAP[INBOX] - Maildir[INBOX], LocalStatus[INBOX]
Thread 'Copy message 74897 from INBOX' terminated with exception:
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/offlineimap/threadutil.py, line 153, 
in run
Thread.run(self)
  File threading.py, line 440, in run
self.__target(*self.__args, **self.__kwargs)
  File /var/lib/python-support/python2.5/offlineimap/folder/Base.py, line 
277, in copymessageto
message = self.getmessage(uid)
  File /var/lib/python-support/python2.5/offlineimap/folder/IMAP.py, line 
115, in getmessage
return initialresult[1][0][1].replace(\r\n, \n)
TypeError: 'NoneType' object is unsubscriptable


Last 1 debug messages logged for Copy message 74897 from INBOX prior to 
exception:
imap: Returned object from fetching 74897: ('OK', [None])


The server is dovecot-imap, if that matters.  Running offlineimap again did not 
produce the same error.

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

-- 
TypeError: 'NoneType' object is unsubscriptable 
https://bugs.launchpad.net/bugs/205113
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 205118] Re: offlineimap doesn't create new folders on the IMAP server

2008-03-22 Thread Marius Gedminas
The upstream feature request is at
http://software.complete.org/software/issues/show/55

-- 
offlineimap doesn't create new folders on the IMAP server
https://bugs.launchpad.net/bugs/205118
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 205206] [NEW] dosfsck user interface is unfriendly

2008-03-22 Thread Marius Gedminas
Public bug reported:

Binary package hint: dosfstools

Stick a VFAT-formatted USB disk with a broken file system.  Unmount it.
Run sudo dosfsck /dev/sdb1 (or whatever the device is).

dosfsck asks you many questions about repairing this or that.  Then it
exits without making any changes, and giving no indication to the user
that (1) it didn't actually make any repair, nor (2) what to do to
actually make it repair the filesystem.

An experienced user will know enough to read the manual page and learn
about the -a or -r options.  A less experienced user will just declare
it broken and reboot into Windows.

dosfsck should not ask any questions when it finds errors it is not
going to repair.  It should print an informative message saying errors
found; to fix them pass the -r (manual repair) or -a (automatic repair)
option on the command line, or the equivalent.

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

-- 
dosfsck user interface is unfriendly
https://bugs.launchpad.net/bugs/205206
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 179323] Re: g-p-m starts ignoring the sleep key after a while

2008-04-15 Thread Marius Gedminas
No, I haven't experienced the problem lately.

-- 
g-p-m starts ignoring the sleep key after a while
https://bugs.launchpad.net/bugs/179323
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 205113] Re: TypeError: 'NoneType' object is unsubscriptable

2008-03-28 Thread Marius Gedminas
This happened again today.

It seems that I get this error when I run offlineimap after I've
accessed that mailbox with a different IMAP client (Modest, in both
cases).

-- 
TypeError: 'NoneType' object is unsubscriptable 
https://bugs.launchpad.net/bugs/205113
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 205113] Re: TypeError: 'NoneType' object is unsubscriptable

2008-03-28 Thread Marius Gedminas
Now reported upstream at
http://software.complete.org/software/projects/offlineimap/issues/show?id=62

-- 
TypeError: 'NoneType' object is unsubscriptable 
https://bugs.launchpad.net/bugs/205113
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 71322] Re: reproducible seg fault in 'aspell' when using 'eo_XX.UTF-8' locale

2008-04-23 Thread Marius Gedminas
I can reproduce this in Gutsy with

  LC_ALL=en_GB.UTF-8 aspell list  /dev/null

The error does not occur with LC_ALL=C.

Here's the stack trace obtained after installing aspell-dbgsym and
libaspell5-dbgsym.  It would appear that acommon::DecodeUtf8::decode
doesn't like in to be NULL, even when size == 0:

$ gdb --args aspell list
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(gdb) run
Starting program: /usr/bin/aspell list
^D
Program received signal SIGSEGV, Segmentation fault.
acommon::DecodeUtf8::decode (this=0x8097fe8, in=0x0, size=0, [EMAIL PROTECTED])
at common/convert.cpp:817
817 common/convert.cpp: No such file or directory.
in common/convert.cpp
(gdb) bt
#0  acommon::DecodeUtf8::decode (this=0x8097fe8, in=0x0, size=0, 
[EMAIL PROTECTED]) at common/convert.cpp:817
#1  0xb7f05950 in acommon::DocumentChecker::process (this=0x80dbcd8, str=0x0, 
size=0) at common/convert.hpp:142
#2  0x0806b5e0 in CheckerString (this=0x80dc460, speller=0x80778b8, 
in=0xb7d3a440, out=0x0, num_lines=64) at prog/checker_string.cpp:59
#3  0x08054649 in list () at prog/aspell.cpp:1285
#4  0x08061bb5 in main (argc=2, argv=0xbf9d6074) at prog/aspell.cpp:411
#5  0xb7c0a050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#6  0x0804d871 in _start ()
(gdb)

-- 
reproducible seg fault in 'aspell' when using 'eo_XX.UTF-8' locale
https://bugs.launchpad.net/bugs/71322
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 204854] Re: gnome-terminal / vte doesn't follow gnome font rendering settings

2008-04-24 Thread Marius Gedminas
Could this be a duplicate of bug #190848?

Apparently /etc/fonts/conf.d/10-no-sub-pixel.conf disables subpixel
rendering.  All GNOME programs *except* gnome-terminal ignore this
conffile, and as a result fonts look different in gnome-terminal than in
all other GNOME programs (this is assuming you went into the GNOME
appearance capplet and asked for subpixel rendering).

Removing that file fixes the font rendering problem for me.

The question remains: why does vte act differently from all other GNOME
programs?

-- 
gnome-terminal / vte doesn't follow gnome font rendering settings
https://bugs.launchpad.net/bugs/204854
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 152007] Re: compiz fusion blur effects cannot be turned on

2008-04-25 Thread Marius Gedminas
*** This bug is a duplicate of bug 201264 ***
https://bugs.launchpad.net/bugs/201264

** This bug has been marked a duplicate of bug 201264
   blur and reflection compiz òlugins not working

-- 
compiz fusion blur effects cannot be turned on
https://bugs.launchpad.net/bugs/152007
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 201264] Re: blur and reflection compiz ò lugins not working

2008-04-25 Thread Marius Gedminas
** Bug watch added: freedesktop.org Bugzilla #10648
   https://bugs.freedesktop.org/show_bug.cgi?id=10648

** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=10648
   Importance: Unknown
   Status: Unknown

-- 
blur and reflection compiz òlugins not working
https://bugs.launchpad.net/bugs/201264
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   4   5   6   7   8   9   10   >