[Bug 527334] [NEW] grub: highlighted entry blinks in text mode

2010-02-24 Thread proski
Public bug reported: Binary package hint: grub2 If grub is set to use text mode (GRUB_TERMINAL=console uncommented in /etc/default/grub), the highlighted entry of grub is blinking. This happens because of this line from /etc/grub.d/05_debian_theme: set menu_color_highlight=black/white Bright b

[Bug 527334] Re: grub: highlighted entry blinks in text mode

2010-02-24 Thread proski
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/39745802/Dependencies.txt -- grub: highlighted entry blinks in text mode https://bugs.launchpad.net/bugs/527334 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 527334] Re: grub: highlighted entry blinks in text mode

2010-02-24 Thread proski
** Patch added: "Fix for the blinking highlight" http://launchpadlibrarian.net/39745896/noblink.diff -- grub: highlighted entry blinks in text mode https://bugs.launchpad.net/bugs/527334 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 540432] Re: missing declaration of struct nl_addr (exists on upstream)

2010-03-17 Thread proski
Actually, netlink-types.h is called "private" in a comment inside that file, that's probably the reason why it wasn't packaged. On the other hand, "make install" in the current libnl would install netlink-types.h. The same it true for the "version 1.1" commit. I don't know whether it's right to

[Bug 858212] Re: xpdf crashed with SIGSEGV in GlobalParams::findFontFile()

2013-11-25 Thread proski
I think it's a duplicate of 714322. Bug 714322 is in the state "fix released", but the current Ubuntu 12.04 is still affected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858212 Title: xpdf crash

[Bug 939203] Re: xpdf.real crashed with SIGSEGV in GlobalParams::findFontFile()

2013-11-25 Thread proski
*** This bug is a duplicate of bug 858212 *** https://bugs.launchpad.net/bugs/858212 ** This bug is no longer a duplicate of bug 938865 xpdf.real crashed with SIGSEGV in GlobalParams::findFontFile() ** This bug has been marked a duplicate of bug 858212 xpdf crashed with SIGSEGV in Global

[Bug 714322] Re: xpdf crashed with SIGSEGV in GlobalParams::findFontFile()

2013-11-25 Thread proski
I still have that problem on up-to-date Ubuntu 12.04 and xpdf 3.02-21build1. I rebuilt the package from git://git.debian.org/git/collab-maint/xpdf.git (that is xpdf_3.03-11) and xpdf still crashes. It's still happening in GlobalParams::findFontFile(): Program received signal SIGSEGV, Segmenta

[Bug 938865] Re: xpdf.real crashed with SIGSEGV in GlobalParams::findFontFile()

2013-11-25 Thread proski
*** This bug is a duplicate of bug 858212 *** https://bugs.launchpad.net/bugs/858212 ** This bug has been marked a duplicate of bug 858212 xpdf crashed with SIGSEGV in GlobalParams::findFontFile() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1301674] [NEW] python backtrace when reporting a bug in an uninstalled package

2014-04-02 Thread proski
Public bug reported: Example $ ubuntu-bug miredo-server ERROR: hook /usr/share/apport/general-hooks/cloud_archive.py crashed: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/apport/report.py", line 719, in add_hooks_info symb['add_info'](self, ui) File "/usr/sha

[Bug 1301676] [NEW] Wrong MAKEDEV invocation fails to create /dev/net/tun

2014-04-02 Thread proski
Public bug reported: miredo.postinst contains a line: (cd /dev; ./MAKEDEV tun) || true In Ubuntu 12.04, MAKEDEV is not in /dev, it's in /sbin It still needs to be run in /dev, but as MAKEDEV or /sbin/MAKEDEV, not as ./MAKEDEV ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: miredo 1.2.3-1

[Bug 1350946] Re: import parted fails with ValueError: Invalid flag provided

2014-08-29 Thread proski
I confirm that python-parted 3.6-4ubuntu1 fixes the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1350946 Title: import parted fails with ValueError: Invalid flag provided To manage notificati

[Bug 1350946] [NEW] import parted fails with ValueError: Invalid flag provided

2014-07-31 Thread proski
Public bug reported: This happens on the up-to-date Ubuntu 12.04. $ lsb_release -rd Description:Ubuntu 12.04.5 LTS Release:12.04 parted: 2.3-8ubuntu5.2 python-parted: 3.6-4 $ python Python 2.7.3 (default, Feb 27 2014, 20:00:17) [GCC 4.6.3] on linux2 Type "help", "copyright", "credi

[Bug 1350946] Re: import parted fails with ValueError: Invalid flag provided

2014-08-07 Thread proski
_ped.partition_flag_get_name(__flag) fails when __flag is 15. But 15 should be allowed, it's PED_PARTITION_MSFT_DATA in /usr/include/parted/disk.h. I believe python-parted wasn't rebuilt when parted was updated. Indeed, requilding python-parted_3.6-4_i386.deb fixed the problem for me. -- You rece

[Bug 1184262] Re: times out too early, stuck in PrepareForSleep, causing network and other services to not resume

2014-09-09 Thread proski
I'm on fully up-to-date Ubuntu 14.04 with the latest kernel 3.13.0-36-generic, and I got this error. I have a Lenovo ThinkPad W530. I use it either with the internal monitor or with an external monitor connected to displayport. I don't remember what I did today. I think I connected the display cab

[Bug 1184262] Re: times out too early, stuck in PrepareForSleep, causing network and other services to not resume

2014-09-11 Thread proski
I got the problem with "sleeping network" again. This time I'm absolutely sure I wasn't doing anything that could provoke the sleep. The computer was with the lid closed, HDMI connected to the external monitor. I left for lunch. When I returned. the network was "sleeping", the crescent shaped LED o

[Bug 1381119] [NEW] [LENOVO 2441AA2] late resume failure

2014-10-14 Thread proski
Public bug reported: I'm running up-to-date beta of Ubuntu 14.10, recently upgraded from 14.04. I'm using Lenovo ThinkPad W530 with an external monitor connected with a displayport cable. This is one of many bugs caused by interpreting the lid close event as "sleep" and then not waking up complete

[Bug 1381104] Re: apportcheckresume crashed with AttributeError in main(): 'ValueError' object has no attribute 'message'

2014-10-15 Thread proski
** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1381104 Title: apportcheckresume crashed with AttributeError in main(): 'ValueError' object has no

[Bug 1381119] Re: [LENOVO 2441AA2] late resume failure

2014-10-15 Thread proski
I have tested 3.17.1-031701-generic. The bug is still there, but things are worse. If I boot with the lid open, close the lid and log out, I get a black screen. I got the lightdm login after I pressed several keys, including Ctrl-Alt-Delete. I was able to log in, but things were very sluggish. I go

[Bug 1238813] [NEW] package gpm 1.20.4-4 fails to install if /dev/psaux is missing

2013-10-11 Thread proski
Public bug reported: "apt-get install gpm" fails in the install script. /etc/init.d/gpm: 66: /etc/init.d/gpm: cannot open /dev/psaux: No such file invoke-rc.d: initscript gpm, action "restart" failed. dpkg: error processing gpm (--configure): subprocess installed post-installation script returne

[Bug 612187] [NEW] ath9k_htc is not compiled in linux-backports-modules-wireless

2010-07-31 Thread proski
Public bug reported: Binary package hint: linux-backports-modules-wireless-2.6.32-24-generic linux-backports-modules-wireless should include the ath9k_htc driver. It's a popular driver and it should be available in the sources, but it's not enabled. Ubuntu users keep asking in kernel mailing lis

[Bug 612187] Re: ath9k_htc is not compiled in linux-backports-modules-wireless

2010-08-03 Thread proski
I checked the package sources. It turns out Ubuntu uses compat-wireless based on Linux 2.6.34, which doesn't have ath9k_htc. Linux 2.6.35 was released recently. Once there is compat-wireless based on Linux 2.6.35, it will be here: http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6