[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2009-02-11 Thread Jeffrey Baker
This started happening to me out of the blue on Jaunty amd64. -- ssh Agent admitted failure to sign using the key on big endian machines https://bugs.launchpad.net/bugs/201786 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in

[Bug 440822] Re: Endless stream of useless audit messages from smbd

2009-10-02 Thread Jeffrey Baker
** Attachment added: kern.log http://launchpadlibrarian.net/32876248/kern.log -- Endless stream of useless audit messages from smbd https://bugs.launchpad.net/bugs/440822 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in

[Bug 440822] Re: Endless stream of useless audit messages from smbd

2009-10-02 Thread Jeffrey Baker
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/32876212/Dependencies.txt -- Endless stream of useless audit messages from smbd https://bugs.launchpad.net/bugs/440822 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 440822] [NEW] Endless stream of useless audit messages from smbd

2009-10-02 Thread Jeffrey Baker
Public bug reported: Binary package hint: samba In karmic, samba now produces an endless stream of audit messages in dmesg. See dmesg.txt attached to this report. I have also taken an strace log of the process in question, and I don't see any permission denied or access errors in there. The

[Bug 440822] Re: Endless stream of useless audit messages from smbd

2009-10-02 Thread Jeffrey Baker
** Attachment added: strace -ttt -pf output http://launchpadlibrarian.net/32876282/trace.samba -- Endless stream of useless audit messages from smbd https://bugs.launchpad.net/bugs/440822 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 369682] Re: AutoFS direct maps not working with NFSv4 exports

2010-01-21 Thread Jeffrey Baker
Hi there. Isn't this caused by DISABLE_DIRECT=1 in /etc/default/autofs ? -- AutoFS direct maps not working with NFSv4 exports https://bugs.launchpad.net/bugs/369682 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to autofs in ubuntu. --

[Bug 545170] [NEW] Sar adds together the block I/O of /dev/sda and /dev/sdaX

2010-03-23 Thread Jeffrey Baker
Public bug reported: Binary package hint: sysstat Upstream bug I suppose, but sysstat adds together the block I/O of a partition and the disk it is on, double-counting all the I/O to or from a disk. WIth LVM, sar counts the I/O to the PV and the I/O to the LV. This makes the figures reported by

[Bug 545170] Re: Sar adds together the block I/O of /dev/sda and /dev/sdaX

2010-03-23 Thread Jeffrey Baker
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/41685878/Dependencies.txt -- Sar adds together the block I/O of /dev/sda and /dev/sdaX https://bugs.launchpad.net/bugs/545170 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 546874] Re: passwd - can't login, change password (pam_winbind pam-auth-update profile)

2010-03-31 Thread Jeffrey Baker
If you simply remove winbind, it fails to update pam config. You still must run pam-auth-update to unfsck it. -- passwd - can't login, change password (pam_winbind pam-auth-update profile) https://bugs.launchpad.net/bugs/546874 You received this bug notification because you are a member of

[Bug 583542] [NEW] ssh server doesn't start when irrelevant filesystems are not available

2010-05-20 Thread Jeffrey Baker
Public bug reported: In Lucid, the SSH daemon won't start at boot unless all filesystems listed in fstab can be mounted. This is annoying to the administrator because some fstab entries are irrelevant and/or could be expected to have transient failures. When SSH doesn't start, it's impossible

[Bug 583542] Re: ssh server doesn't start when irrelevant filesystems are not available

2010-05-21 Thread Jeffrey Baker
This may be out of scope for a bug report, but why not change the way an upstart job describes its start conditions? ssh, for example, could supply a script which checks if /usr is mounted. The script(s) can be run after every upstart job completes, and when all conditions are met the new jobs

[Bug 437783] Re: package bind9 1:9.6.1.dfsg.P1-3 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt)

2010-05-24 Thread Jeffrey Baker
Yeah, the problem here is that resolvconf and bind9 can't be installed in the same dpkg run. They install separately, but not together. Resolvconf 1.45ubuntu1 and bind9 1:9.7.0.dfsg.P1-1 on lucid. ** Tags added: lucid -- package bind9 1:9.6.1.dfsg.P1-3 [modified:

Re: [Bug 250211] Re: Intrepid: WLAN LED blinks incessantly on iwl3945 | iwl4965 laptop

2008-11-07 Thread Jeffrey Baker
You must also echo none to :radio and :assoc On Fri, Nov 7, 2008 at 8:27 AM, Tom Chiverton bugs.launchpad.net@ falkensweb.com wrote: The trouble with using sudo is getting the redirection to work right, I have tried directly as root, no effect: [EMAIL PROTECTED]:~$ sudo -i [EMAIL

[Bug 275268] Re: microsoft ergonomic keyboard 4000 multimedia keys no long work

2008-11-07 Thread Jeffrey Baker
Xorg.0.log shows nothing of interest. ** Attachment added: Xorg.0.log http://launchpadlibrarian.net/19465125/Xorg.0.log ** Changed in: xserver-xorg-input-evdev (Ubuntu) Status: Incomplete = New -- microsoft ergonomic keyboard 4000 multimedia keys no long work

[Bug 275268] Re: microsoft ergonomic keyboard 4000 multimedia keys no long work

2008-11-07 Thread Jeffrey Baker
lspci seems like a bit of a leap for a usb keyboard problem, but I attached it anyway to clear your incomplete flag. My xorg.conf was generated from nvidia-settings: version 1.0 ([EMAIL PROTECTED]) Thu Aug 28 22:27:57 UTC 2008 and not afterwards edited. ** Attachment added: lspci -vvnn

[Bug 284229] Re: console-kit-daemon using a lot of cpu

2008-10-31 Thread Jeffrey Baker
The way I read it, sessions are being leaked into console-kit-daemon, and every time a session is added or removed console-kit-daemon does something that's either O(N) or O(N^2) or worse. I'm up to Session #31399 and every time a session is added or removed, c-k-d eats another 4 or 5 CPU seconds

[Bug 284229] Re: console-kit-daemon using a lot of cpu

2008-10-31 Thread Jeffrey Baker
Here's a really easy way to reproduce this problem. Assuming you have an ssh keypair which allows you to login on your own machine, do this: while `true`; do ssh localhost exit; done; console-kit-daemon will runaway with the CPU eventually. In my opinion this is a very serious problem for

[Bug 284229] Re: console-kit-daemon using a lot of cpu

2008-10-31 Thread Jeffrey Baker
** Bug watch added: freedesktop.org Bugzilla #18330 https://bugs.freedesktop.org/show_bug.cgi?id=18330 ** Also affects: consolekit via https://bugs.freedesktop.org/show_bug.cgi?id=18330 Importance: Unknown Status: Unknown -- console-kit-daemon using a lot of cpu

[Bug 284229] Re: console-kit-daemon using a lot of cpu

2008-10-31 Thread Jeffrey Baker
** Changed in: consolekit (Ubuntu) Status: New = Confirmed -- console-kit-daemon using a lot of cpu https://bugs.launchpad.net/bugs/284229 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 215338] Re: services-admin doesn't know postgresql-8.3

2008-10-19 Thread Jeffrey Baker
Can't see tomcat5.5 and tomcat6, either. This bug exists in Intrepid with g-s-t 2.22.1-0ubuntu1. The root of the problem is that the list of services in services-admin is hard-wired in the source code. See http://bugzilla.gnome.org/show_bug.cgi?id=440220 -- services-admin doesn't know

[Bug 286203] [NEW] ubufox start screen steals focus from location bar

2008-10-19 Thread Jeffrey Baker
Public bug reported: Binary package hint: ubufox When Firefox starts, the search box on the Ubuntu start page steals the focus. If the user is typing in an address in the location bar, the input focus moves to the search box. This is needless and annoying. It is extremely likely that, upon

[Bug 269253] Re: ath5k with AR5424 fails at startup or resume

2008-10-16 Thread Jeffrey Baker
I don't think anybody is driving this upstream. I posted the problem on the ath5k mailing list and there was no response. I've been lurking on ath5k mailing list for months and I've never seen any developers reply to anything. I have no idea how Ubuntu can drive the upstream process. -- ath5k

[Bug 284229] Re: console-kit-daemon using a lot of cpu

2008-10-30 Thread Jeffrey Baker
I observe the same thing in 8.10 release. console-kit-daemon gets a steady 4% of CPU on a 3.0GHz Core 2 Duo. Minute-long strace attached. ** Attachment added: 60 seconds of strace of console-kit-daemon http://launchpadlibrarian.net/19098326/trace -- console-kit-daemon using a lot of cpu

[Bug 200509] Re: iwl4965: Microcode SW error detected. Restarting 0x2000000

2008-10-22 Thread Jeffrey Baker
I confirm that this is NOT fixed in Intrepid, at least not on iwl3945. -- iwl4965: Microcode SW error detected. Restarting 0x200 https://bugs.launchpad.net/bugs/200509 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 198869] Re: gnome-power-manager fails to keep scaling_governer setting over suspend

2008-03-19 Thread Jeffrey Baker
This shouldn't be hal's responsibility either, I reckon. The scaling governor should remain unchanged even if a desktop environment is not installed or is not running. Ubuntu-minimal does not require hal. This functionality should be provided by the lower level ACPI scripts that are responsible

[Bug 134111] Re: eclise 3.2.2 plugin class missing

2008-03-21 Thread Jeffrey Baker
It seems like eclipse should respect /etc/alternatives instead of using its own private files in /etc ** Changed in: eclipse (Ubuntu) Status: New = Confirmed -- eclise 3.2.2 plugin class missing https://bugs.launchpad.net/bugs/134111 You received this bug notification because you are a

[Bug 151536] Re: Hangs on login and uses 100% cpu

2008-03-01 Thread Jeffrey Baker
I don't think this has anything to do with web calendars because I haven't touched evolution at all (not even launched it a single time) and I still get this 100% looping behavior at the first login after boot. I believe the trigger is no network at login time. -- Hangs on login and uses 100%

[Bug 174999] Re: Gnome main menu can't be activated when clicking at the top of the screen

2008-02-14 Thread Jeffrey Baker
** Tags added: regression -- Gnome main menu can't be activated when clicking at the top of the screen https://bugs.launchpad.net/bugs/174999 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 174999] Re: Gnome main menu can't be activated when clicking at the top of the screen

2008-02-15 Thread Jeffrey Baker
I doubt that, since 103306 predates Gutsy, and Gutsy doesn't have this defect. -- Gnome main menu can't be activated when clicking at the top of the screen https://bugs.launchpad.net/bugs/174999 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 189260] Re: Backlight doesn't turn on after resume

2008-02-15 Thread Jeffrey Baker
Continually setting this bug to incomplete seems like a useless buck- passing maneuver to me. The fix is released upstream. It's in freedesktop.org git master in mesa/drm, and it's in Linux 2.6.25-rc1 and 2.6.25-rc2. Why not just import the fix instead of suggesting silly workarounds? **

[Bug 189260] Re: Backlight doesn't turn on after resume

2008-02-15 Thread Jeffrey Baker
Sorry, I didn't realize that Incomplete should now be read as the reporter hasn't personally fixed the problem. It used to mean that the bug report was lacking in some detail needed to verify that the problem exists. That's obviously nonsense in the case where the bug is already verified and

[Bug 159043] Re: display never turns off

2008-02-19 Thread Jeffrey Baker
My observation over the years has been that mplayer disables power saving and then does not re-enable it. You can see that if you login to a fresh session the power saving works. Then if you watch some movies with mplayer, power saving no longer works. -- display never turns off

[Bug 189260] Re: Backlight doesn't turn on after resume

2008-02-19 Thread Jeffrey Baker
Do you really want to ship Hardy in a state where no laptop with Intel graphics can suspend and resume? I can see your point about rebasing to post-2.6.24 code, but in this case why not roll back to a previous, known-working kernel? -- Backlight doesn't turn on after resume

[Bug 190322] [NEW] Power history differs from ACPI estimate by factor of 2

2008-02-08 Thread Jeffrey Baker
Public bug reported: Binary package hint: gnome-power-manager The power history graph in the gnome power manager does not agree with the ACPI power estimate given by Intel PowerTOP. For instance, under full load my Thinkpad X61 shows about 40W in PowerTOP but only 20W in gnome-power-manager. I

[Bug 190844] [NEW] tracker search tool never finds anything

2008-02-10 Thread Jeffrey Baker
Public bug reported: Binary package hint: tracker Using hardy alpha with tracker 0.6.4, tracker never returns any results. I have tried using the tracker notification applet and the deskbar to launch the search. Regardless of what I search for, valid strings which are in lots of files in my

[Bug 190844] Re: tracker search tool never finds anything

2008-02-10 Thread Jeffrey Baker
Here's the output of tracker-stats: ---fetching index stats- default : 0 Files : 1054 Folders : 35 Documents : 416 Images : 137 Music : 0 Videos : 0 Text : 131 Development : 6 Other : 329 Emails : 0 EvolutionEmails : 0 ThunderbirdEmails : 0 KMailEmails : 0

[Bug 190848] [NEW] font in terminal does not resemble font in preview

2008-02-10 Thread Jeffrey Baker
Public bug reported: Binary package hint: gnome-terminal When choosing a font for your Terminal profile, the preview in the font selector does not resemble the result in the Terminal window at all. Please reference the attached screenshot. The expected behavior is that the Terminal and the font

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-02-10 Thread Jeffrey Baker
** Attachment added: screenshot http://launchpadlibrarian.net/11861108/terminal-font.png -- font in terminal does not resemble font in preview https://bugs.launchpad.net/bugs/190848 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-02-11 Thread Jeffrey Baker
This is Hardy with gnome-terminal version 2.21.90-0ubuntu1. I am using a new profile and with almost entirely default settings. Gnome terminal is the only application with this problem. All other apps, Nautilus, etc display the fonts as they appear in the font preview. ** Changed in:

[Bug 185618] Re: iwl4965 errors under load

2008-02-11 Thread Jeffrey Baker
I have the same hardware and this happens to me constantly. iwl4965 is very unstable and often reports this error. The workaround, to rmmod/modprobe iwl4965 results in a hard system lock or spinning in ksoftirqd about 20% of the time. ** Changed in: ubuntu Status: New = Confirmed --

[Bug 134391] Re: Gutsy Tribe 5: Backlight does not come back on after resuming from suspend

2008-02-12 Thread Jeffrey Baker
*** This bug is a duplicate of bug 189260 *** https://bugs.launchpad.net/bugs/189260 ** This bug has been marked a duplicate of bug 189260 Backlight doesn't turn on after resume -- Gutsy Tribe 5: Backlight does not come back on after resuming from suspend

[Bug 155444] Re: Dark screen (no backlight or VERY low brightness) after wake up

2008-02-12 Thread Jeffrey Baker
*** This bug is a duplicate of bug 189260 *** https://bugs.launchpad.net/bugs/189260 ** This bug has been marked a duplicate of bug 189260 Backlight doesn't turn on after resume -- Dark screen (no backlight or VERY low brightness) after wake up https://bugs.launchpad.net/bugs/155444 You

[Bug 141289] Re: lcd backlight is switched off after resume from STR on Lenovo/IBM ThinkPad R61i

2008-02-12 Thread Jeffrey Baker
*** This bug is a duplicate of bug 189260 *** https://bugs.launchpad.net/bugs/189260 ** This bug has been marked a duplicate of bug 189260 Backlight doesn't turn on after resume -- lcd backlight is switched off after resume from STR on Lenovo/IBM ThinkPad R61i

[Bug 189260] Re: Backlight doesn't turn on after resume

2008-02-12 Thread Jeffrey Baker
According to freedesktop.org bug 13709 at http://bugs.freedesktop.org/show_bug.cgi?id=13709 the issue lies with the kernel. -- Backlight doesn't turn on after resume https://bugs.launchpad.net/bugs/189260 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 189005] Re: dpkg fails with debconf locked

2008-02-13 Thread Jeffrey Baker
This is pretty serious. It's currently impossible to test kernel patches on Hardy. -- dpkg fails with debconf locked https://bugs.launchpad.net/bugs/189005 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 199909] [NEW] All radio buttons checked at once in Appearance panel

2008-03-08 Thread Jeffrey Baker
Public bug reported: Binary package hint: gnome-control-center When using the Details dialog of the Fonts tab of the Appearance panel, all four radio buttons in the Fonts tab can be checked at once. To reproduce, do this: Open the Fonts tab Click the Subpixel Smoothing radio button Click

[Bug 199909] Re: All radio buttons checked at once in Appearance panel

2008-03-08 Thread Jeffrey Baker
** Attachment added: Screenshot http://launchpadlibrarian.net/12521089/appearance.png -- All radio buttons checked at once in Appearance panel https://bugs.launchpad.net/bugs/199909 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 199923] Re: evdev grabs all devices even if it's disabled

2008-03-08 Thread Jeffrey Baker
Added the hal package to this bug because it seems like hal may be trying to force evdev. ** Also affects: hal (Ubuntu) Importance: Undecided Status: New -- evdev grabs all devices even if it's disabled https://bugs.launchpad.net/bugs/199923 You received this bug notification because

[Bug 199923] [NEW] evdev grabs all devices even if it's disabled

2008-03-08 Thread Jeffrey Baker
Public bug reported: Binary package hint: xserver-xorg-input-evdev Hardy i386, evdev 1:1.2.0-1 evdev takes control of all devices even if it's specifically disabled in xorg.conf. I have this in xorg.conf: Section Module Loadglx Loadv4l Disable

[Bug 199923] Re: evdev grabs all devices even if it's disabled

2008-03-08 Thread Jeffrey Baker
I only have the package maintainers files in that directory: hannibal% ls -l /usr/share/hal/fdi/policy/10osvendor total 92 -rw-r--r-- 1 root root 266 2008-03-07 00:25 10-cpufreq.fdi -rw-r--r-- 1 root root 1626 2008-03-07 00:25 10-dell-laptop-brightness.fdi -rw-r--r-- 1 root root 720

[Bug 199923] Re: evdev grabs all devices even if it's disabled

2008-03-08 Thread Jeffrey Baker
Also, contrary to the previous assertion, evdev does not work perfectly with the MX Revolution. There's no emulated middle button and therefore no way to paste! -- evdev grabs all devices even if it's disabled https://bugs.launchpad.net/bugs/199923 You received this bug notification because you

[Bug 192551] Re: [hardy] slight font hinting mode incorrectly renders: fi, fl, ff

2008-03-08 Thread Jeffrey Baker
Not a bug. ** Changed in: freetype (Ubuntu) Status: New = Invalid -- [hardy] slight font hinting mode incorrectly renders: fi, fl, ff https://bugs.launchpad.net/bugs/192551 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 42702] Re: Bitstream Vera Serif rendering problem

2008-03-08 Thread Jeffrey Baker
This bug no longers exist in 7.10 nor in 8.04 prerelease versions. See screenshot. ** Attachment added: appearance.png http://launchpadlibrarian.net/12522885/appearance.png ** Changed in: freetype (Ubuntu) Status: New = Incomplete -- Bitstream Vera Serif rendering problem

[Bug 199923] Re: evdev grabs all devices even if it's disabled

2008-03-09 Thread Jeffrey Baker
Do be reasonable. You're saying this is OK because, instead of the chording I've been using for 15 years, I can now switch to clicking the scroll wheel? And to do this thing, all I need is a program which is not even packaged in Ubuntu? That's just silly. The upstream developers realize this

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-03-10 Thread Jeffrey Baker
Thanks for finding this workaround. -- font in terminal does not resemble font in preview https://bugs.launchpad.net/bugs/190848 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

[Bug 190844] Re: tracker search tool never finds anything

2008-03-10 Thread Jeffrey Baker
That's a different bug, because killing trackerd has no effect in my case. You should open (or find) a different bug report for that. -- tracker search tool never finds anything https://bugs.launchpad.net/bugs/190844 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 195508] Re: applet.py crashed with AttributeError in check_for_jobs()

2008-03-10 Thread Jeffrey Baker
** Tags added: patch -- applet.py crashed with AttributeError in check_for_jobs() https://bugs.launchpad.net/bugs/195508 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

[Bug 44535] Re: multiple scrollkeeper-update makes apt upgrade very slow

2008-03-15 Thread Jeffrey Baker
For the love of all that's beautiful and holy in this world, please get rid of scrollkeeper! I have a 3.2GHz quad core CPU and it still runs for 3 minutes! On my poor little PowerPC G3 scrollkeeper ran for hours until the battery finally died. It's a blight on the Ubuntu experience. --

[Bug 202795] Re: The CPU frequency scaling gets set to Performance instead of Ondemand when resuming from Sleep or Hibernate

2008-03-17 Thread Jeffrey Baker
*** This bug is a duplicate of bug 198869 *** https://bugs.launchpad.net/bugs/198869 ** This bug has been marked a duplicate of bug 198869 gnome-power-manager fails to keep scaling_governer setting over suspend -- The CPU frequency scaling gets set to Performance instead of Ondemand when

[Bug 198869] Re: gnome-power-manager fails to keep scaling_governer setting over suspend

2008-03-17 Thread Jeffrey Baker
The reporter has provided the requested information, and I can confirm this bug. CPU scaling is always set to 100% on resume, regardless of the setting before sleep. ** Changed in: gnome-power-manager (Ubuntu) Status: Incomplete = Confirmed -- gnome-power-manager fails to keep

[Bug 198687] Re: Hardy cpufreq problem after resume (regression)

2008-03-17 Thread Jeffrey Baker
*** This bug is a duplicate of bug 198869 *** https://bugs.launchpad.net/bugs/198869 ** This bug has been marked a duplicate of bug 198869 gnome-power-manager fails to keep scaling_governer setting over suspend -- Hardy cpufreq problem after resume (regression)

[Bug 199270] [NEW] Nautilus clutters up my desktop with icons when I browse to an SMB share

2008-03-06 Thread Jeffrey Baker
Public bug reported: Binary package hint: gvfs If I browse to a network server in Nautilus by typing in the location, Nautilus makes an icon on my desktop representing that location. Throughout my day I browse to a large number of SMB and SSH and FTP servers and by the end of my day the entire

[Bug 199270] Re: Nautilus clutters up my desktop with icons when I browse to an SMB share

2008-03-06 Thread Jeffrey Baker
Fine, but it's still stupid. Your browser doesn't bookmark every site you visit, does it? -- Nautilus clutters up my desktop with icons when I browse to an SMB share https://bugs.launchpad.net/bugs/199270 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 128993] Re: xrandr hangs a G965 display

2008-03-07 Thread Jeffrey Baker
I'm setting this bug to invalid since it no longer manifests itself with Hardy alpha releases containing newer xorg bits. ** Changed in: xrandr (Ubuntu) Status: New = Invalid -- xrandr hangs a G965 display https://bugs.launchpad.net/bugs/128993 You received this bug notification because

[Bug 179611] Re: Inconsistency in battery charge time

2008-03-07 Thread Jeffrey Baker
*** This bug is a duplicate of bug 182738 *** https://bugs.launchpad.net/bugs/182738 ** This bug has been marked a duplicate of bug 182738 Different discharge time in battery details and tooltip -- Inconsistency in battery charge time https://bugs.launchpad.net/bugs/179611 You received

[Bug 182738] Re: Different discharge time in battery details and tooltip

2008-03-07 Thread Jeffrey Baker
Confirmed. On my system the tooltip shows 99% charge while clicking on the applet shows 79% charge. ** Changed in: gnome-power-manager (Ubuntu) Status: Incomplete = Confirmed -- Different discharge time in battery details and tooltip https://bugs.launchpad.net/bugs/182738 You received

[Bug 190322] Re: Power history differs from ACPI estimate by factor of 2

2008-03-07 Thread Jeffrey Baker
Sure, glad to help. The files are attached. ** Attachment added: Tarball of /proc/acpi http://launchpadlibrarian.net/12132265/procacpi.tar.gz -- Power history differs from ACPI estimate by factor of 2 https://bugs.launchpad.net/bugs/190322 You received this bug notification because you are

[Bug 190322] Re: Power history differs from ACPI estimate by factor of 2

2008-03-07 Thread Jeffrey Baker
** Attachment added: output of gnome-power-bugreport.sh http://launchpadlibrarian.net/12132267/gpm.log ** Changed in: gnome-power-manager (Ubuntu) Status: Incomplete = New -- Power history differs from ACPI estimate by factor of 2 https://bugs.launchpad.net/bugs/190322 You received

[Bug 190844] Re: tracker search tool never finds anything

2008-03-07 Thread Jeffrey Baker
It still doesn't work: [EMAIL PROTECTED]:~$ tracker-stats | grep Files\ : Files : 1998 [EMAIL PROTECTED]:~$ echo banana test.txt [EMAIL PROTECTED]:~$ tracker-stats | grep Files\ : Files : 1999 [EMAIL PROTECTED]:~$ tracker-search banana [EMAIL PROTECTED]:~$ dpkg -l tracker | grep tracker ii

[Bug 190844] Re: tracker search tool never finds anything

2008-03-07 Thread Jeffrey Baker
I purged tracker, killed it, deleted its databases, and reinstalled it. Tracker went through the whole circus of finding all my files, running them through pdftotext, wv, w3m, etc. This had no effect: tracker- search still returns no results, as above. -- tracker search tool never finds

[Bug 190848] Re: font in terminal does not resemble font in preview

2008-03-07 Thread Jeffrey Baker
I think this bug might only manifest itself on a fresh profile. On my machine upgraded from Gutsy (and Feisty and Edgy before) I don't see this problem. But on a completely fresh install with no existing profiles, I still see the bug. -- font in terminal does not resemble font in preview

[Bug 201673] Re: Hardy: invalid pointer: 0xb7ef4b70 no program will start.

2008-03-12 Thread Jeffrey Baker
Confirmed. This is EXTREME bad juju. Nothing works. I, too, am afraid to shut down. This is libc6 2.7-9ubuntu1 on Hardy i386. The system went into the crapper during an apt-get update. The previous version of libc was 2.7-5ubuntu2. -- Hardy: invalid pointer: 0xb7ef4b70 no program will

[Bug 201667] Re: libc6 fail to install

2008-03-12 Thread Jeffrey Baker
*** This bug is a duplicate of bug 201673 *** https://bugs.launchpad.net/bugs/201673 ** This bug has been marked a duplicate of bug 201673 Hardy: invalid pointer: 0xb7ef4b70 no program will start. -- libc6 fail to install https://bugs.launchpad.net/bugs/201667 You received this bug

[Bug 201673] Re: Hardy: invalid pointer: 0xb7ef4b70 no program will start.

2008-03-12 Thread Jeffrey Baker
I was able to recover my system without a reboot by installing the packages, still in the archive, of version 2.7-5ubuntu2. For whatever reason, su is able to run while sudo is not. Obviously this will only help you if you have a root password. -- Hardy: invalid pointer: 0xb7ef4b70 no program

[Bug 201686] Re: libc6 upgrade fails, resulting in system wide crashes

2008-03-12 Thread Jeffrey Baker
*** This bug is a duplicate of bug 201673 *** https://bugs.launchpad.net/bugs/201673 ** This bug has been marked a duplicate of bug 201673 Hardy: invalid pointer: 0xb7ef4b70 no program will start. -- libc6 upgrade fails, resulting in system wide crashes

[Bug 201843] Re: libc6 upgrade failed, now PC can't boot

2008-03-13 Thread Jeffrey Baker
*** This bug is a duplicate of bug 201673 *** https://bugs.launchpad.net/bugs/201673 ** This bug has been marked a duplicate of bug 201673 REGRESSION: glibc 2.7-9ubuntu1 NSS module broken due to toolchain changes -- libc6 upgrade failed, now PC can't boot

[Bug 201802] Re: gnome-terminal crashed with SIGSEGV in free()

2008-03-13 Thread Jeffrey Baker
*** This bug is a duplicate of bug 201673 *** https://bugs.launchpad.net/bugs/201673 ** This bug has been marked a duplicate of bug 201673 REGRESSION: glibc 2.7-9ubuntu1 NSS module broken due to toolchain changes -- gnome-terminal crashed with SIGSEGV in free()

[Bug 201806] Re: popcon-upload crashed with SIGSEGV in free()

2008-03-13 Thread Jeffrey Baker
*** This bug is a duplicate of bug 201673 *** https://bugs.launchpad.net/bugs/201673 ** This bug has been marked a duplicate of bug 201673 REGRESSION: glibc 2.7-9ubuntu1 NSS module broken due to toolchain changes -- popcon-upload crashed with SIGSEGV in free()

[Bug 201829] Re: Can't boot or chroot after failed update

2008-03-13 Thread Jeffrey Baker
*** This bug is a duplicate of bug 201673 *** https://bugs.launchpad.net/bugs/201673 ** This bug has been marked a duplicate of bug 201673 REGRESSION: glibc 2.7-9ubuntu1 NSS module broken due to toolchain changes -- Can't boot or chroot after failed update

[Bug 201804] Re: popcon-upload crashed with SIGSEGV in free()

2008-03-13 Thread Jeffrey Baker
*** This bug is a duplicate of bug 201673 *** https://bugs.launchpad.net/bugs/201673 ** This bug has been marked a duplicate of bug 201673 REGRESSION: glibc 2.7-9ubuntu1 NSS module broken due to toolchain changes -- popcon-upload crashed with SIGSEGV in free()

[Bug 201805] Re: gnome-terminal crashed with SIGSEGV in free()

2008-03-13 Thread Jeffrey Baker
*** This bug is a duplicate of bug 201673 *** https://bugs.launchpad.net/bugs/201673 ** This bug is no longer a duplicate of bug 201802 gnome-terminal crashed with SIGSEGV in free() ** This bug has been marked a duplicate of bug 201673 REGRESSION: glibc 2.7-9ubuntu1 NSS module broken

[Bug 177398] Re: tray icon appears even when tracker is disabled

2008-02-02 Thread Jeffrey Baker
Frankly, this icon should not be there, ever. This is another symptom of Microsoft Creeping Notifcation Area Disease (TM). These icons are useless and annoying and the animation on the tracker icon is especially egregious. Particularly annoying is that the tracker notification animation appears

[Bug 188477] [NEW] Top edge of panel no longer accepts clicks

2008-02-02 Thread Jeffrey Baker
Public bug reported: Binary package hint: gnome-panel In Hardy with gnome-panel 2.21.90-0ubuntu1, the panel no longer accepts any clicks on the top edge. This is true for the menus, the notifcation icons, the window list, the clock, any launcher, and any applet. This is a regression with

[Bug 188479] [NEW] compiz loses control of maximized windows

2008-02-02 Thread Jeffrey Baker
Public bug reported: Binary package hint: compiz In Hardy with compiz 0.6.99+git20, compiz sometimes loses control of maximized windows. For example, you can see in the screenshot that there's no way to close, move, or resize this Adobe Reader window. Note however that this bug happens with

[Bug 188479] Re: compiz loses control of maximized windows

2008-02-02 Thread Jeffrey Baker
** Attachment added: Screenshot http://launchpadlibrarian.net/11736049/Screenshot.png -- compiz loses control of maximized windows https://bugs.launchpad.net/bugs/188479 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 24582] Re: Back and Forward buttons should work out of the box in Firefox

2008-02-06 Thread Jeffrey Baker
The fix for this landed upstream today. Presumably the fix will be included in Firefox 3.0. -- Back and Forward buttons should work out of the box in Firefox https://bugs.launchpad.net/bugs/24582 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 195508] [NEW] applet.py crashed with AttributeError in check_for_jobs()

2008-02-25 Thread Jeffrey Baker
*** This bug is a duplicate of bug 195381 *** https://bugs.launchpad.net/bugs/195381 Public bug reported: Binary package hint: system-config-printer-gnome The applet crashed immediately after I submitted a job to a printer using Adobe Reader. The job was the first non-test-page job on this

[Bug 195508] Re: applet.py crashed with AttributeError in check_for_jobs()

2008-02-25 Thread Jeffrey Baker
*** This bug is a duplicate of bug 195381 *** https://bugs.launchpad.net/bugs/195381 ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/12199048/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/12199049/ProcMaps.txt ** Attachment

[Bug 195508] Re: applet.py crashed with AttributeError in check_for_jobs()

2008-02-25 Thread Jeffrey Baker
*** This bug is a duplicate of bug 195381 *** https://bugs.launchpad.net/bugs/195381 Simple race condition. I have attached a patch which fixes the problem. ** Attachment added: Patch fixes crash by removing race condition. http://launchpadlibrarian.net/12199097/applet.py -- applet.py

[Bug 195823] [NEW] site.py missing

2008-02-26 Thread Jeffrey Baker
Public bug reported: Binary package hint: python2.5 Hardy alpha, python2.5 2.5.2-0ubuntu3, i386. All python processes now start with the error: 'import site' failed; use -v for traceback [...] 'import site' failed; traceback: Traceback (most recent call last): File

[Bug 136837] Re: Mixer applet randomly decides to consider my sound card to be muted when changing volume

2007-11-06 Thread Jeffrey Baker
Yet another confirmation with Intel HD Audio. The icon says mute, the tooltip says mute, but the volume is at arbitrary levels and the output is not in fact muted. ** Attachment added: Showing mute icon with volume at arbitrary level http://launchpadlibrarian.net/10296718/mute.png -- Mixer

[Bug 105656] Re: wrong white and black levels in xv with i810

2007-12-01 Thread Jeffrey Baker
I have the same version of the driver on gutsy (2.1.1) and blacker-than- black checks out fine with all three gl, x11, and xv. -- wrong white and black levels in xv with i810 https://bugs.launchpad.net/bugs/105656 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 179601] printer notification icon is pointless and annoying

2007-12-31 Thread Jeffrey Baker
Public bug reported: Binary package hint: system-config-printer When I print a document, the printer icon appears in the notification area, and then it stays there forever. This is apparently the result of someone having used Windows for too long: pointless and annoying icons installed

[Bug 199270] Re: Nautilus clutters up my desktop with icons when I browse to an SMB share

2008-05-06 Thread Jeffrey Baker
Ha, that's a lovely screen shot. However, it's also a different type of bug, in my opinion. You should probably file a new bug for that behavior. -- Nautilus clutters up my desktop with icons when I browse to an SMB share https://bugs.launchpad.net/bugs/199270 You received this bug

[Bug 240570] [NEW] gtodo window always placed at 0,0

2008-06-16 Thread Jeffrey Baker
Public bug reported: Binary package hint: gtodo When clicking on the Notification Area icon for gtodo, the window is always placed at 0,0 regardless of the previous location of the window. This is especially annoying on a large display because the upper left corner is on the opposite side of the

[Bug 146516] Re: No images are displayed in yelp pages

2007-10-02 Thread Jeffrey Baker
After updates, this is now working for me. I don't see any particular errors on stdio. I am changing the status to INVALID since this cannot be reproduced. ** Changed in: yelp (Ubuntu) Status: Incomplete = Invalid -- No images are displayed in yelp pages

[Bug 146516] Re: No images are displayed in yelp pages

2007-10-02 Thread Jeffrey Baker
Oh, the version of yelp changed from 2.19.90 to 2.20.0. Perhaps this contained the fix. -- No images are displayed in yelp pages https://bugs.launchpad.net/bugs/146516 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 159043] display never turns off

2007-10-31 Thread Jeffrey Baker
Public bug reported: In Gutsy, my display never turns off. I have a clean install, not an upgrade from Feisty. If I use 'xset dpms force off' the display turns off, but then it turns back on immediately. ** Affects: ubuntu Importance: Undecided Status: New -- display never

[Bug 146516] No images are displayed in yelp pages

2007-09-28 Thread Jeffrey Baker
Public bug reported: Binary package hint: yelp The yelp in Gutsy Beta (2.19.90) doesn't show any images. This can easily be seen when opening the help for baobab, and clicking on the Treemaps heading. There is no image for the figure. You can also see this in the Epiphany manual under Browser

[Bug 146516] Re: No images are displayed in yelp pages

2007-09-28 Thread Jeffrey Baker
** Attachment added: Screenshot showing the problem in the manual for the dictionary http://launchpadlibrarian.net/9573820/Screenshot.png -- No images are displayed in yelp pages https://bugs.launchpad.net/bugs/146516 You received this bug notification because you are a member of Ubuntu

  1   2   3   4   5   >