[Bug 1691255] [NEW] man page points to wrong armrc location

2017-05-16 Thread gcb
Public bug reported:

`man arm` says:

FILES
[...]
   /usr/share/doc/arm/armrc.sample
  Sample armrc configuration file that documents all options

But the file lives on

/usr/share/doc/tor-arm/armrc.sample.gz

** Affects: tor-arm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  man page points to wrong armrc location

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tor-arm/+bug/1691255/+subscriptions

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


[Bug 1653967] Re: nova raises ConfigFileValueError for URLs with dashes

2017-01-25 Thread ChangBo Guo(gcb)
We released oslo.config  3.17.1 for branch stable/newton, that makes
sure rfc3986>=0.2.2 to avoid ConfigFileValueError.

** Changed in: oslo.config
   Status: In Progress => Fix Released

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

Title:
  nova raises ConfigFileValueError for URLs with dashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-requirements/+bug/1653967/+subscriptions

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


[Bug 1552690] Re: i386 test failures test_address_space and test_resident_set_size

2017-01-10 Thread ChangBo Guo(gcb)
seems this related about arch i386 how to represent integer, need find a
way to handle integer and long on Python 3.

I have no i386 machine to test, Can you try the fix as following:

diff --git a/oslo_concurrency/tests/unit/test_processutils.py 
b/oslo_concurrency/tests/unit/test_processutils.py
index 9227ea1..448511f 100644
--- a/oslo_concurrency/tests/unit/test_processutils.py
+++ b/oslo_concurrency/tests/unit/test_processutils.py
@@ -794,7 +794,7 @@ class PrlimitTestCase(test_base.BaseTestCase):
  'print(resource.getrlimit(resource.%s))' % resource))
 args = [sys.executable, '-c', code]
 stdout, stderr = processutils.execute(*args, prlimit=prlimit)
-expected = (value, value)
+expected = (int(value), int(value))
 self.assertEqual(str(expected), stdout.rstrip())

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

Title:
  i386 test failures test_address_space and test_resident_set_size

To manage notifications about this bug go to:
https://bugs.launchpad.net/oslo.concurrency/+bug/1552690/+subscriptions

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


[Bug 1653967] Re: nova raises ConfigFileValueError for URLs with dashes

2017-01-10 Thread ChangBo Guo(gcb)
Release Fix in https://review.openstack.org/418345

** Changed in: oslo.config
   Status: New => In Progress

** Changed in: oslo.config
 Assignee: (unassigned) => ChangBo Guo(gcb) (glongwave)

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

Title:
  nova raises ConfigFileValueError for URLs with dashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-requirements/+bug/1653967/+subscriptions

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


[Bug 1653967] Re: nova raises ConfigFileValueError for URLs with dashes

2017-01-10 Thread ChangBo Guo(gcb)
rfc3986>=0.2.2 in stable/newton and 3.18 
https://github.com/openstack/oslo.config/blob/stable/newton/requirements.txt
https://github.com/openstack/oslo.config/blob/3.18.0/requirements.txt

update requirements for stable/newton in
https://github.com/openstack/oslo.config/commit/2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3,
maybe we need a new release 3.17.1 to fix this issue.

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

Title:
  nova raises ConfigFileValueError for URLs with dashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-requirements/+bug/1653967/+subscriptions

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


[Bug 1401783] Re: Requirement "argparse" breaks package import

2016-07-03 Thread ChangBo Guo(gcb)
stevedore fixed this in
https://github.com/openstack/stevedore/commit/09b9c9674c481743fa80991aa52e8e0012024d73

** Changed in: python-stevedore
   Status: Incomplete => Opinion

** Changed in: python-stevedore
   Status: Opinion => Fix Released

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

Title:
  Requirement "argparse" breaks package import

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

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


[Bug 381106] Re: Fails to mount DVD

2015-10-04 Thread gcb
*** This bug is a duplicate of bug 405544 ***
https://bugs.launchpad.net/bugs/405544

confirmed on vivid with a movie dvd

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

Title:
  Fails to mount DVD

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

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


[Bug 381106] Re: Fails to mount DVD

2015-10-04 Thread gcb
*** This bug is a duplicate of bug 405544 ***
https://bugs.launchpad.net/bugs/405544

why is this a dup of a bug that is for brasero and for blank dvds?

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

Title:
  Fails to mount DVD

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

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


[Bug 918019] Re: Firefox does not use default application to open binary files

2015-02-28 Thread gcb
comment #12 work around applied here with success.

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

Title:
  Firefox does not use default application to open binary files

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

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


[Bug 1103164] Re: 062a:0201 [MSI Z77A-G43] hid-generic: can't reset device, status -71

2015-02-09 Thread gcb
Also happening to me. I'm on an old kernel because, debian... will try
with nightly on a live cd here later today.

i'm also on a Z77 chipset platform! www.gigabyte.com/products/product-
page.aspx?pid=4145

This happens only with a few USB chipsets on the attached devices. For
example now it is happening with

05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB

It will enter the disconnect state as soon as I use another device on
the same usb bus. i can use everything normally without any issue. But
as soon as i attach, say, a pen drive to the same usb bus as the above
hub, the kernel log will fill up with error -32 and -71. for the hub and
it's attached devices (mouse and keyboard).

3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64

from other reports, is seems it is still affecting 3.6.x (e.g.
http://forums.gentoo.org/viewtopic-t-945018.html ) but i will try to
report back after i tested here.

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

Title:
  062a:0201 [MSI Z77A-G43] hid-generic: can't reset device, status -71

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

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


[Bug 658723] Re: VNCServer/Gnome - letter d minimizes window

2013-10-24 Thread gcb
seeing that with debian7

vnc4server 4.1.1+X4.3.0-3

gnome-shell 3.4.2-7+deb7u1

Clients are irrelevant. Tested with realvnc linux, windows, PocketCloud
IOS6, IOS7 and Android. and others.

was this fixed in newer versions of what ubuntu ships so i can open a
proper request at debian? I can only see references up to ubuntu 11.04
here.

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

Title:
  VNCServer/Gnome - letter d minimizes window

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

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


[Bug 1129878] Re: ACPI resource conflict

2013-03-03 Thread gcb
@jsalisbury i have no idea how to change the bug status. Maybe i lack
the access?

i tried to search for how to do that, just to be sure, but all i've
found so far is hundreds of ubuntu wiki pages explaning the logic behind
the status. not a single about the mechanics of how to use this site to
actually change it. So i can't be 100% sure that i lack access or just
that i'm being dumb and not seeing the link.

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

Title:
  ACPI resource conflict

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

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


[Bug 1135271] [NEW] unity lens still send my searchs to amazon after amz webapp package is removed

2013-02-27 Thread gcb
Public bug reported:

recent install of ubuntu 12.10

1. open ubuntu software center
2. search for amazon
3. select amazon webapp
4. click uninstall
5. reboot
6. open dasher (press flag key)
7. type something

what do i expect
search limited to my files and applications

what happens
i get a screenfull of links to amazon books.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.12.0-0ubuntu0.2
ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
Date: Wed Feb 27 21:43:55 2013
InstallationDate: Installed on 2013-02-25 (2 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  unity lens still send my searchs to amazon after amz webapp package is
  removed

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

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


[Bug 781977] Re: Suspend only works once, fails second time

2013-02-26 Thread gcb
Asus X202E, clean install of ubuntu 12.10 with UEFI

dmesg:

[ 3032.321251] PM: Syncing filesystems ... done.
[ 3032.323632] PM: Preparing system for mem sleep
[ 3032.338265] Freezing user space processes ... (elapsed 0.01 seconds) done.
[ 3032.354246] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) 
done.
[ 3032.370239] PM: Entering mem sleep
[ 3032.370713] Suspending console(s) (use no_console_suspend to debug)
[ 3032.371233] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 3032.384156] alx :03:00.0: PHY SPD/DPLX unresolved :
[ 3032.384158] alx :03:00.0: eth0: shutown err(ffea)
[ 3032.384160] alx :03:00.0: shutdown fail in suspend -5
[ 3032.384172] pci_pm_suspend(): alx_suspend+0x0/0x90 [alx] returns -5
[ 3032.384176] dpm_run_callback(): pci_pm_suspend+0x0/0x140 returns -5
[ 3032.384180] PM: Device :03:00.0 failed to suspend async: error -5
[ 3032.472044] sd 0:0:0:0: [sda] Stopping disk
[ 3032.502194] PM: suspend of drv:snd_hda_intel dev::00:1b.0 complete after 
118.461 msecs
[ 3033.053917] PM: suspend of drv:sd dev:0:0:0:0 complete after 682.570 msecs
[ 3033.054095] PM: Some devices failed to suspend
[ 3033.054263] mei :00:16.0: irq 42 for MSI/MSI-X
[ 3033.054468] sd 0:0:0:0: [sda] Starting disk
[ 3033.060968] mei :00:16.0: wd: failed to find the client
[ 3033.066357] i915 :00:02.0: setting latency timer to 64
[ 3033.066398] snd_hda_intel :00:1b.0: irq 44 for MSI/MSI-X
[ 3033.121841] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[ 3033.742281] PM: resume of drv:scsi_device dev:0:0:0:0 complete after 687.679 
msecs
[ 3033.742284] PM: resume of drv:scsi_disk dev:0:0:0:0 complete after 605.892 
msecs
[ 3033.742425] PM: resume of devices complete after 688.197 msecs
[ 3033.742529] PM: resume devices took 0.692 seconds
[ 3033.742719] PM: Finishing wakeup.
[ 3033.742720] Restarting tasks ... done.
[ 3033.745885] video LNXVIDEO:00: Restoring backlight state
[ 3034.054757] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3036.127588] wlan0: authenticate with 00:26:5a:fb:47:7f
[ 3036.136032] wlan0: send auth to 00:26:5a:fb:47:7f (try 1/3)
[ 3036.138151] wlan0: authenticated
[ 3036.146782] wlan0: associate with 00:26:5a:fb:47:7f (try 1/3)
[ 3036.150063] wlan0: RX AssocResp from 00:26:5a:fb:47:7f (capab=0x411 status=0 
aid=4)
[ 3036.150148] wlan0: associated
[ 3036.150687] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3139.296578] CPU0: Package power limit notification (total events = 110)
[ 3139.296580] CPU2: Package power limit notification (total events = 110)



i guess the offending device was the ethernet? lspci:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller 
(rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
Graphics Controller (rev 09)
00:04.0 Signal processing controller: Intel Corporation Device 0153 (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series 
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family 
High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 2 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 4 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 
04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA 
Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus 
Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210 Series 
Chipset Family Thermal Management Controller (rev 04)
02:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network 
Adapter (rev 01)
03:00.0 Ethernet controller: Atheros Communications Inc. AR8162 Fast Ethernet 
(rev 10)


WIll try to disable ethernet in the BIOS and retry

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

Title:
  Suspend only works once, fails second time

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

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


[Bug 781977] Re: Suspend only works once, fails second time

2013-02-26 Thread gcb
Confirmed it was the device: 03:00.0 Ethernet controller: Atheros 
Communications Inc. AR8162 Fast Ethernet (rev 10)
(at least in my case, as the original reporter have a realtek not an atheros, 
maybe it's something on the network stack... maybe some code that tries to keep 
network somewhat up for wake-on-lan?)

i disabled it in BIOS and now i can suspend/resume more than once. (only
tested twice so far, will report if it fail again without that device.)

here's my lspci output now, with suspend/resume working

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller 
(rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
Graphics Controller (rev 09)
00:04.0 Signal processing controller: Intel Corporation Device 0153 (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series 
Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family 
High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI 
Express Root Port 2 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family 
USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 
04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA 
Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus 
Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation 7 Series/C210 Series 
Chipset Family Thermal Management Controller (rev 04)
02:00.0 Network controller: Atheros Communications Inc. AR9485 Wireless Network 
Adapter (rev 01)

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

Title:
  Suspend only works once, fails second time

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

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


[Bug 781977] Re: Suspend only works once, fails second time

2013-02-26 Thread gcb
Oops, no, on the original reporter case it has nothing to do with
ethernet or network. his culprit device seems to be the Sata controller,
if i read his data correctly.


his dmesg:
[ 8461.100062] ahci :05:00.0: failed to stop engine (-5)

hist hwinfo:
description: SATA controller
product: JMB362/JMB363 Serial ATA Controller
vendor: JMicron Technology Corp.
physical id: 0
bus info: pci@:05:00.0

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

Title:
  Suspend only works once, fails second time

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

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


[Bug 823142] Re: Unity keyboard shortcuts conflicts with those defined by Keyboard Shortcuts app

2013-02-25 Thread gcb
Still valid in 12.10

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

Title:
  Unity keyboard shortcuts conflicts with those defined by Keyboard
  Shortcuts app

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

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


[Bug 1129878] Re: ACPI resource conflict

2013-02-20 Thread gcb
I've finished testing with http://kernel.ubuntu.com/~kernel-
ppa/mainline/v3.5-quantal/

100% same behaviour.

now proceeding to test 3.8

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

Title:
  ACPI resource conflict

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

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


[Bug 1129878] Re: ACPI resource conflict

2013-02-20 Thread gcb
same issue happens with kernel 3.8 mainline.

booting without acpi-enforce-resources=lax results in ACPI resource
conflict, and no sensors detected.

** Attachment added: dmesg booting mainline 3.8, without any acpi kernel 
options
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1129878/+attachment/3539592/+files/dmesg.3.8

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

Title:
  ACPI resource conflict

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

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


[Bug 1129878] Re: ACPI resource conflict

2013-02-20 Thread gcb
forgot to mention, booting with the option results in everything
working. same as with other 2 versions tested above.


** Attachment added: dmesg booting mainline 3.8, acpi_enforce_resources=lax
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1129878/+attachment/3539594/+files/dmesg.3.8.lax

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

Title:
  ACPI resource conflict

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

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


[Bug 1129878] [NEW] ACPI resource conflict

2013-02-18 Thread gcb
Public bug reported:

this pretty much killed all my hardware sensors. didn't notice any other
side effect.

trying to understand if it's related to
https://bugzilla.kernel.org/show_bug.cgi?id=13967 reappearing...

Note, will be testing with other kernel versions, but uploading the
information (mostly dmesg of note) in case i can't reproduce later ,
consider this a draft for now (is there a way to actually make a draft?)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.5.0-24-generic 3.5.0-24.37~precise1
ProcVersionSignature: Ubuntu 3.5.0-24.37~precise1-generic 3.5.7.4
Uname: Linux 3.5.0-24-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.25.
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gcb1526 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xcd2f8000 irq 42'
   Mixer name   : 'Analog Devices AD1986A'
   Components   : 'HDA:11d41986,104381b3,00100500'
   Controls  : 37
   Simple ctrls  : 21
Date: Mon Feb 18 22:50:30 2013
HibernationDevice: RESUME=UUID=3016a190-b9e6-4d2d-897d-b03e234e1d51
InstallationMedia: Mythbuntu 12.04.2 Precise Pangolin - Release amd64 
(20130213)
MachineType: System manufacturer System Product Name
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-24-generic 
root=UUID=bc504c3f-7c5d-45a2-acd4-d4e29fd826d9 ro quiet splash vt.handoff=7
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/gcb not ours.
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-24-generic N/A
 linux-backports-modules-3.5.0-24-generic  N/A
 linux-firmware1.79.2
RfKill: Error: [Errno 2] No such file or directory
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/20/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0202
dmi.board.name: P5GPL-X SE
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0202:bd03/20/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5GPL-XSE:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug precise qa-kernel-lts-testing

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

Title:
  ACPI resource conflict

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

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


[Bug 1129878] Re: ACPI resource conflict

2013-02-18 Thread gcb
** Attachment added: dmesg after option acpi_enforce_resources=lax
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1129878/+attachment/3536062/+files/dmesg2

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

Title:
  ACPI resource conflict

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

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


[Bug 868904] Re: Redshift fails to start with session due to geoclue failure

2013-02-16 Thread gcb
On the first time i installed redshift on ubuntu 12.10 it worked. on all
other tries i get the geolocation error

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

Title:
  Redshift fails to start with session due to geoclue failure

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

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


[Bug 1127778] [NEW] non-admin users can't add languages even knowing admin password

2013-02-16 Thread gcb
Public bug reported:

non-administrator users can mount drivers, install packages and change
other system settings when they 'unlock' some screen with the
administrator password.

the same is not true for language support.

the button for adding/removing language support is always disabled.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  non-admin users can't add languages even knowing admin password

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

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


[Bug 965921] Re: gnome-shell most keyboard shortcuts not working

2012-06-10 Thread gcb
Thanks Bazon!

just a note,  org/gnome/settings-daemon/plugins/media-keys for me only
had one custom shortcut i created via System
Settingskeyboardshortcuts.

gnome 3.4.2 here.

I still can't find the lock screen one...

Anyway i can textually search those keys/values? are they in a file like
gconf/gconf2 used to be?

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

Title:
  gnome-shell most keyboard shortcuts not working

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

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


[Bug 965921] Re: gnome-shell most keyboard shortcuts not working

2012-06-10 Thread gcb
created one shortcut named 'uniquestring' and greped for that on my home
dir... now i have a WTF?! look on my face when i noticed that the
.config/dconf/user which is supposed to have my settings is a binary
file

assume i must write a parser tool using
http://developer.gnome.org/glib/2.32/glib-GVariant.html to do anything
with it

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

Title:
  gnome-shell most keyboard shortcuts not working

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

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


[Bug 910332] Re: Kernel wont load proper drivers for AMD A4/Radeon APU.

2012-02-11 Thread gcb
*** This bug is a duplicate of bug 825777 ***
https://bugs.launchpad.net/bugs/825777

same problem here. thinkpad edge e425. It has switchable video cards,
and i'm not sure how... i can enable one or another exclusively via the
bios, but what i see on lspci is all the same.

could not install using the regular CD (why there's no text installer?).

i didn't knew about the HDMI out working. but i would rather a text
installer anyway.

after installing debian-sid i have the following information:

fgrlx does not work. vesa works obviously w/out direct rendering.

catalyst driver that support that board does not support the newer X
available in debian-sid at this time. i will hunt down the versions and
update here... now since i will have to compile modules for pretty much
all the hardware i have on this box i'm waiting for gentoo to compile
some 2Gb of software... :-/

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

Title:
  Kernel wont load proper drivers for AMD A4/Radeon APU.

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

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


[Bug 778502] Re: Pidgin have no main menu at 11.04

2011-06-06 Thread gcb
work around:

open an xterm:

$ UBUNTU_MENUPROXY=pidgin
$ pidgin

do your configurations. exit. open pidgin as usual.

the problem with UBUNTU_MENUPROXY=pidgin is that for some reason you
can't hide the contact window. The launcher dock will jump the window
right at your face as soon as it goes away.

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

Title:
  Pidgin have no main menu at 11.04

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


[Bug 86184] Re: Can't change cursor style using Compiz.

2011-05-16 Thread gcb
It was working for me on 10.11 (was using stock black cursor, medium)

after upgrade to 11.04, cursor reverted to white, small.

changing it on the appearance window does nothing.

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

Title:
  Can't change cursor style using Compiz.

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


[Bug 694039] [NEW] calibre shows text white on light gray. ureadable

2010-12-23 Thread gcb
Public bug reported:

Binary package hint: calibre

i'm using GTK theme EasyListening-Pale, which have never gave me any
problems. with any kind of program.

with calibre, all the labels text is white. impossible to read.
including column headers.

calibre --version reports 0.7.18
apt-cache shows me version: 0.7.18+dfsg-1

work around: use Radiance control theme.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: calibre 0.7.18+dfsg-1
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic-pae 2.6.35.7
Uname: Linux 2.6.35-23-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Dec 23 23:33:29 2010
ExecutablePath: /usr/bin/calibre
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
InterpreterPath: /usr/bin/python2.6
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: calibre

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


** Tags: apport-bug i386 maverick

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

Title:
  calibre shows text white on light gray. ureadable

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


[Bug 694039] Re: calibre shows text white on light gray. ureadable

2010-12-23 Thread gcb


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

Title:
  calibre shows text white on light gray. ureadable

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


[Bug 367690] Re: Asus Eee wifi LED always on.

2010-11-21 Thread gcb
eeepc 1000. ubuntu 10.10

fixed.

-- 
Asus Eee wifi LED always on.
https://bugs.launchpad.net/bugs/367690
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 638791] Re: old and faulty rt2860sta [The self compiled rt2860sta works.]

2010-11-21 Thread gcb
eeepc1000 with a rt2860sta. it always worked. i don't remeber to ever
blacklist the usb driver.

from ubuntu 8 to 10.10

-- 
old and faulty rt2860sta [The self compiled rt2860sta works.]
https://bugs.launchpad.net/bugs/638791
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 678062] [NEW] rt2860sta driver fails to properly scan. connects ok as if network was hidden

2010-11-21 Thread gcb
Public bug reported:

after the latest updates this seems to happen very frequently. right
after 10.10 launched it occurred randomly and not so frequent (and
turning the wifi off and on, usually resolved it. not the case any more)

steps:
1. be near a visible ssid X
2. scan for ssids

expected:
if shows ssid X

what happens:
it does not list ssid X (be it on network manager or iwlist)

some SSIDs will show, others will not.

if you ignore that and tell to connect to it as a 'hidden' network, it
connects.

after it's connected, scanning will show all near ssids.

moving the notebook around does not change anything. it's not a
reception issue.

i'm collecting more data on the access points nearby and will try to
extract a pattern for which ones it detect and which it does not.

Linux 2.6.35-22-generic #35-Ubuntu SMP Sat Oct 16 20:36:48 UTC 2010 i686
GNU/Linux

01:00.0 Network controller [0280]: RaLink RT2860 [1814:0781]
Subsystem: RaLink Device [1814:2790]
Physical Slot: eeepc-wifi
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 19
Region 0: Memory at fbef (32-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0+,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
Capabilities: [50] MSI: Enable- Count=1/32 Maskable- 64bit+
Address:   Data: 
Capabilities: [70] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 128ns, 
L1 2us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- 
Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- 
TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency 
L0 512ns, L1 64us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
Capabilities: [100 v1] Advanced Error Reporting
UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Kernel driver in use: rt2800pci
Kernel modules: rt2860sta, rt2800pci

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-22-generic 2.6.35-22.35
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC269 Analog [ALC269 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gcb1487 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 45'
   Mixer name   : 'Realtek ALC269'
   Components   : 'HDA:10ec0269,1043834a,0014'
   Controls  : 10
   Simple ctrls  : 6
Date: Sun Nov 21 00:38:42 2010
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=9f441f05-b51c-4669-8403-5dc3fe4bec06
MachineType: ASUSTeK Computer INC. 1000
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=ad578cae-0659-49ea-902d-25f528d2744e ro nosplash elevator=noop
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.38
SourcePackage: linux
StagingDrivers: rt2860sta
Title: [STAGING]
dmi.bios.date: 06/11/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1003
dmi.board.asset.tag: To Be Filled By O.E.M

[Bug 678062] Re: rt2860sta driver fails to properly scan ssids

2010-11-21 Thread gcb

** Summary changed:

- rt2860sta driver fails to properly scan ssids
+ rt2860sta driver fails to properly scan. connects ok as if network was hidden

-- 
rt2860sta driver fails to properly scan. connects ok as if network was hidden
https://bugs.launchpad.net/bugs/678062
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 313514] Re: MASTER: evdev driver ignores keycodes 255

2010-11-14 Thread gcb
The shotgun solution for this, that does not require to rewrite X
protocols, are to:


1) simply remap based on model.
Who cares if microsoft wants my keyboard 4000 zoom keys to be scancode 89354^2? 
just map it to 139 or any other scan code available (the keyboard does not have 
more than 255 keys!). also, everyone will map it to mouse buttons 4 and 5 
anyway :)

2) or  just assign the next non-standard key available.

if standard keys goes up to 127 (don't know, i'm guessing, as this was
the old limit), and let's say my natural keyboard 4000 uses keys up to
127 and then goes on to use 140, 141 and 142, and then start using wacky
numbers, say 498 and 497 for the zoom thing in the middle. simply map
those as 128 and 129, since they are the lowest non-standard (127 or
other number) available.

-- 
MASTER: evdev driver ignores keycodes  255
https://bugs.launchpad.net/bugs/313514
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 671319] [NEW] empathy loses authentication

2010-11-05 Thread gcb
Public bug reported:

Binary package hint: empathy

Empathy started to ask me for the master password twice at boot.

sometimes or after i close and restart it, none of my accounts would
work. i get Authentication failed

i tried closing empathy, killing the empathy-auth process, and starting
empathy again. but still the same error.

re-login/rebooting usually fixes it.

re-entering any account password fixes it too. but it asks again for my
master password, twice.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Fri Nov  5 01:40:46 2010
ExecutablePath: /usr/lib/empathy/empathy-auth-client
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
SourcePackage: empathy

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


** Tags: apport-bug i386 maverick

-- 
empathy loses authentication
https://bugs.launchpad.net/bugs/671319
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 671319] Re: empathy loses authentication

2010-11-05 Thread gcb


-- 
empathy loses authentication
https://bugs.launchpad.net/bugs/671319
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 670773] [NEW] ubiquity failed

2010-11-04 Thread gcb
Public bug reported:

Binary package hint: ubiquity

executed on a live system `ubiquity -g --only` to install ubuntu on new
drive.

choose install. selected NO to unmount active /dev/sda2.
choose manual partition. partitioned /dev/sdb to be used.
the installer reformats /dev/sda1 as swap again, hopefully it was not being 
used at all.
i select time zone, keyboard, and then it fails. with a message to open a new 
bug.

The keyboard window is still visible.

Here's the end of my syslog:

Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda1
Nov  3 22:52:22 marfim 50mounted-tests: debug: /dev/sda1 is a swap partition; 
skipping
Nov  3 22:52:22 marfim os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda2
Nov  3 22:52:22 marfim 50mounted-tests: debug: /dev/sda2 type not recognised; 
skipping
Nov  3 22:52:22 marfim os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sdb1
Nov  3 22:52:22 marfim 50mounted-tests: debug: /dev/sdb1 is a swap partition; 
skipping
Nov  3 22:52:22 marfim os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/10freedos on mounted /dev/sdb3
Nov  3 22:52:22 marfim 10freedos: debug: /dev/sdb3 is not a FAT partition: 
exiting
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/10qnx on mounted /dev/sdb3
Nov  3 22:52:22 marfim 10qnx: debug: /dev/sdb3 is not a QNX4 partition: exiting
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/20macosx on mounted /dev/sdb3
Nov  3 22:52:22 marfim macosx-prober: debug: /dev/sdb3 is not an HFS+ 
partition: exiting
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/20microsoft on mounted /dev/sdb3
Nov  3 22:52:22 marfim 20microsoft: debug: /dev/sdb3 is not a MS partition: 
exiting
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/30utility on mounted /dev/sdb3
Nov  3 22:52:22 marfim 30utility: debug: /dev/sdb3 is not a FAT partition: 
exiting
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/40lsb on mounted /dev/sdb3
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/70hurd on mounted /dev/sdb3
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/80minix on mounted /dev/sdb3
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sdb3
Nov  3 22:52:22 marfim os-prober: debug: running 
/usr/lib/os-probes/mounted/90solaris on mounted /dev/sdb3
Nov  3 22:52:22 marfim ubiquity[19742]: debconffilter_done: ubi-timezone 
(current: ubi-timezone)
Nov  3 22:52:22 marfim ubiquity[19742]: Step_before = stepLocation
Nov  3 22:52:23 marfim ubiquity[19742]: log-output -t ubiquity setxkbmap -model 
pc105 -layout us -variant altgr-intl -option 
Nov  3 22:52:23 marfim ubiquity[19742]: switched to page console_setup
Nov  3 22:52:26 marfim python: Exception during installation:
Nov  3 22:52:26 marfim python: Traceback (most recent call last):
Nov  3 22:52:26 marfim python:   File /usr/share/ubiquity/install.py, line 
608, in module
Nov  3 22:52:26 marfim python: install.run()
Nov  3 22:52:26 marfim python:   File /usr/share/ubiquity/install.py, line 
122, in run
Nov  3 22:52:26 marfim python: self.copy_all()
Nov  3 22:52:26 marfim python:   File /usr/share/ubiquity/install.py, line 
299, in copy_all
Nov  3 22:52:26 marfim python: assert os.path.exists(fs_size), Missing 
filesystem.size.
Nov  3 22:52:26 marfim python: AssertionError: Missing filesystem.size.
Nov  3 22:52:26 marfim python: 
Nov  3 22:52:34 marfim ubiquity: Your console font configuration will be 
updated the next time your system
Nov  3 22:52:34 marfim ubiquity: boots. If you want to update it now, run 
'setupcon' from a virtual console.
Nov  3 22:52:34 marfim ubiquity[19742]: log-output -t ubiquity setxkbmap -model 
pc105 -layout us -variant altgr-intl -option  -option lv3:ralt_switch
Nov  3 22:52:34 marfim ubiquity[19742]: debconffilter_done: ubi-console-setup 
(current: ubi-console-setup)
Nov  3 22:53:05 marfim kernel: [14624.323098] lo: Disabled Privacy Extensions


$ sudo fdisk -l /dev/sda

Disk /dev/sda: 8069 MB, 8069677056 bytes
255 heads, 63 sectors/track, 981 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x294a294a

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1  31  242688   82  Linux swap / Solaris
Partition 1 does not end on cylinder boundary.
/dev/sda2  31 981 76349455  Extended
Partition 2 

[Bug 670773] Re: ubiquity failed

2010-11-04 Thread gcb

** Attachment added: var log partman
   https://bugs.launchpad.net/bugs/670773/+attachment/1722524/+files/partman

-- 
ubiquity failed
https://bugs.launchpad.net/bugs/670773
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 670773] Re: ubiquity failed

2010-11-04 Thread gcb
no luck. it fails on the Copying files step. as soon as it starts.

my syslog this time:


Nov  3 23:04:35 marfim ubiquity[4243]: Ubiquity 2.4.8
Nov  3 23:04:38 marfim ubiquity[4243]: log-output -t ubiquity laptop-detect
Nov  3 23:04:39 marfim ubiquity[4243]: log-output -t ubiquity fontconfig-voodoo 
--auto --force --quiet
Nov  3 23:04:39 marfim ubiquity[4243]: Unable to determine the release.
Nov  3 23:04:46 marfim ubiquity[4243]: switched to page language
Nov  3 23:04:49 marfim localechooser: info: Locale has been preseeded to 
en_US.UTF-8
Nov  3 23:04:49 marfim localechooser: info: Set localechooser/languagelist = 
'en'
Nov  3 23:04:49 marfim localechooser: info: Set debian-installer/country = 'US'
Nov  3 23:04:49 marfim localechooser: info: Set debian-installer/locale = 
'en_US.UTF-8'
Nov  3 23:04:49 marfim ubiquity[4243]: switched to page prepare
Nov  3 23:04:49 marfim ubiquity[4243]: switched to page language
Nov  3 23:04:51 marfim localechooser: info: Language = 'en'
Nov  3 23:04:51 marfim localechooser: info: 
line=en;0;US;UTF-8;en_US.UTF-8;;console-setup
Nov  3 23:04:51 marfim localechooser: info: Set debian-installer/language = 'en'
Nov  3 23:04:51 marfim localechooser: info: Set debian-installer/locale = 
'en_US.UTF-8'
Nov  3 23:04:51 marfim localechooser: info: Set debian-installer/fallbacklocale 
= 'en_US.UTF-8'
Nov  3 23:04:51 marfim localechooser: info: Default country = 'US'
Nov  3 23:04:51 marfim localechooser: info: Set debian-installer/consoledisplay 
= 'console-setup'
Nov  3 23:04:51 marfim localechooser: info: Set debian-installer/country = 'US'
Nov  3 23:04:52 marfim localechooser: info: Set debian-installer/locale = 
'en_US.UTF-8'
Nov  3 23:04:52 marfim localechooser: info: Selected locale 
(debian-installer/locale) = 'en_US.UTF-8'
Nov  3 23:04:56 marfim ubiquity[4243]: debconffilter_done: ubi-language 
(current: ubi-language)
Nov  3 23:04:56 marfim ubiquity[4243]: Step_before = stepLanguage
Nov  3 23:04:58 marfim ubiquity[4243]: switched to page prepare
Nov  3 23:04:58 marfim ubiquity[4243]: switched to page prepare
Nov  3 23:05:00 marfim ubiquity[4243]: debconffilter_done: ubi-prepare 
(current: ubi-prepare)
Nov  3 23:05:00 marfim ubiquity[4243]: Step_before = stepPrepare
Nov  3 23:05:00 marfim activate-dmraid: No Serial ATA RAID disks detected
Nov  3 23:05:07 marfim os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda1
Nov  3 23:05:07 marfim 50mounted-tests: debug: /dev/sda1 is a swap partition; 
skipping
Nov  3 23:05:07 marfim os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
Nov  3 23:05:07 marfim os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda2
Nov  3 23:05:07 marfim 50mounted-tests: debug: /dev/sda2 type not recognised; 
skipping
Nov  3 23:05:07 marfim os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
Nov  3 23:05:07 marfim os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sdb1
Nov  3 23:05:07 marfim 50mounted-tests: debug: /dev/sdb1 is a swap partition; 
skipping
Nov  3 23:05:07 marfim os-prober: debug: os detected by 
/usr/lib/os-probes/50mounted-tests
Nov  3 23:05:07 marfim os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sdb2
Nov  3 23:05:07 marfim kernel: [15346.715836] EXT4-fs (sdb2): mounted 
filesystem with ordered data mode. Opts: (null)
Nov  3 23:05:07 marfim 50mounted-tests: debug: mounted as ext4 filesystem
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10freedos
Nov  3 23:05:07 marfim 10freedos: debug: /dev/sdb2 is not a FAT partition: 
exiting
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/10qnx
Nov  3 23:05:07 marfim 10qnx: debug: /dev/sdb2 is not a QNX4 partition: exiting
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20macosx
Nov  3 23:05:07 marfim macosx-prober: debug: /dev/sdb2 is not an HFS+ 
partition: exiting
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/20microsoft
Nov  3 23:05:07 marfim 20microsoft: debug: /dev/sdb2 is not a MS partition: 
exiting
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/30utility
Nov  3 23:05:07 marfim 30utility: debug: /dev/sdb2 is not a FAT partition: 
exiting
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/40lsb
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/70hurd
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/80minix
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/90linux-distro
Nov  3 23:05:07 marfim 50mounted-tests: debug: running subtest 
/usr/lib/os-probes/mounted/90solaris
Nov  3 23:05:07 marfim os-prober: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sdb3
Nov  3 23:05:07 marfim kernel: 

[Bug 671255] [NEW] window resize shortcut triggers zoom

2010-11-04 Thread gcb
Public bug reported:

fresh install of 10.10

1. system  preferences  windows
2. Movement Key  select Super (or windows logo)
3. press Super key and click middle mouse button, and drag.

expected behaviour:
window will enter resize mode

what happens:
compiz draws a zoom selection rectangle

PS: it's a pain to find where to file a bug around here.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: compiz keyboardshortcuts

-- 
window resize shortcut triggers zoom
https://bugs.launchpad.net/bugs/671255
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 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-08-10 Thread gcb
can't test either. grub install is not something you do regularly :)

-- 
Grub removes Windows boot option when NTFS partition needs recovery
https://bugs.launchpad.net/bugs/21175
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 384579] Re: Linux thinks there’s a fl oppy drive when there’s not. Probing slows down bootup by almost a minute.

2010-06-03 Thread gcb
Desktop. Asus motherboard. no floppy attached. (will boot soon and try
to disable legacy floppy options in bios, if they are enabled). Clean
install of ubuntu 10.04

same amount of fd0 io errors in dmesg.

g...@inutil:~$ sudo rmmod floppy
ERROR: Module floppy is in use


g...@inutil:~$ mount
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
none on /var/lib/ureadahead/debugfs type debugfs (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/gcb/.gvfs type fuse.gvfs-fuse-daemon 
(rw,nosuid,nodev,user=gcb)


g...@inutil:~$ sudo lsof | grep fd0
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/gcb/.gvfs
  Output information may be incomplete.
gnome-ses 1199gcb   28u unix 0xe3ffd000  0t0  17451 socket
mount 1510   root3u  BLK2,0   0t1024   2148 /dev/fd0

...Then i waited some time and that mount process weren't there anymore.
forgot to see which other process started it :( after the mount was
gone, rmmod floppy worked.

-- 
Linux thinks there’s a floppy drive when there’s not. Probing slows down bootup 
by almost a minute.
https://bugs.launchpad.net/bugs/384579
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 589537] [NEW] preferred application dialog not working

2010-06-03 Thread gcb
Public bug reported:

clean install of ubuntu 10.04 i386.

features that no longer work in Preferred Aplications dialog:

1. Presets.
steps: select One of the options. Change to Custom. Have the previously 
selected option to modify and create your custom one.
what happen: for no reason, it clears the field.

2. Entering improved arguments.
Steps: Select Custom. Enter, for example, Terminal Emulator  Command: xterm 
-ls
what happens: the most frustrating experience ever. the values just change to 
the xterm entry and disables the text field. Leaving the user typing into 
oblivion.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
preferred application dialog not working
https://bugs.launchpad.net/bugs/589537
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 467000] Re: insserv doesn't work with upstart

2010-05-05 Thread gcb
Just upgraded to ubuntu 10.04 (lucid) and started getting those.

$ sudo insserv -f
insserv: warning: script 'K01acpi-support' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'network-interface' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'rpc_pipefs' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
[...]
insserv: warning: script 'udev-finish' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (0 6) of script `umountfs' 
overwrites defaults (empty).
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'udevmonitor' missing LSB tags and overrides
The script you are attempting to invoke has been converted to an Upstart
job, but lsb-header is not supported for Upstart jobs.
insserv: warning: script 'idmapd' missing LSB tags and overrides
insserv: There is a loop between service rsyslog and kerneloops if stopped
insserv:  loop involving service kerneloops at depth 3
insserv:  loop involving service rsyslog at depth 2
insserv:  loop involving service udev at depth 1
insserv: There is a loop between service kerneloops and rsyslog if stopped

-- 
insserv doesn't work with upstart
https://bugs.launchpad.net/bugs/467000
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 21175] Re: Grub removes Windows boot option when NTFS partition needs recovery

2010-03-15 Thread gcb
happened to me on 9.10. It was alright until IT update program in
windows installed safeboot.

then after the next kernel update in ubuntu, the grub script simply
removed the windows entry.

os-prober returns nothing.

I strongly suggest to add a simple backup of the generated grub.conf
since important information may be lost on those cases.

an easy patch:
--- grub-mkconfig
@@ -266,6 +266,8 @@
fi

if test x${grub_cfg} != x ; then
+  # backup previous one
+  cp ${grub_cfg} ${grub_cfg}.backup_`date +%Y%m%d_%s`
  # none of the children aborted with error, install the new grub.cfg
  mv -f ${grub_cfg}.new ${grub_cfg}
fi

-- 
Grub removes Windows boot option when NTFS partition needs recovery
https://bugs.launchpad.net/bugs/21175
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 480497] Re: Various applications freeze on exit.

2010-02-19 Thread gcb
my pidgin just hanged. it's on futex_wait_queue_me state.

-- 
Various applications freeze on exit.
https://bugs.launchpad.net/bugs/480497
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 356702] Re: tooltips stick when they shouldn't

2010-01-25 Thread gcb
happens to very regularly with opera and chrome.

don't know what triggers it exactly tough... it's usually a long and
screen consuming url on the tooltip.

-- 
tooltips stick when they shouldn't
https://bugs.launchpad.net/bugs/356702
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 512174] [NEW] update manager does not install updates

2010-01-24 Thread gcb
Public bug reported:

Binary package hint: update-notifier

1. let update-notifier start update manager
2. review info on update manager
3. click install

what happens:
nothing.

what should happens:
a password dialog on behalf of update manager so it can install the updates.

ps aux | grep update
gcb   2288  0.1  0.5  33632 10976 ?S00:57   0:00 
update-notifier --startup-delay=60
gcb   2911  5.3  1.9  76732 40988 ?SN   00:58   0:05 
/usr/bin/python2.6 /usr/bin/update-manager --no-focus-on-map

If i manually start update manager, everything works alright. Even if i
start it with the --no-focus-on-map arg that update-notifier uses.

ProblemType: Bug
Architecture: i386
Date: Mon Jan 25 01:01:07 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/update-notifier
NonfreeKernelModules: nvidia
Package: update-notifier 0.90
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: update-notifier
Uname: Linux 2.6.31-14-generic i686

** Affects: update-notifier (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
update manager does not install updates
https://bugs.launchpad.net/bugs/512174
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 512174] Re: update manager does not install updates

2010-01-24 Thread gcb

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/38346719/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/38346720/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38346721/XsessionErrors.txt

-- 
update manager does not install updates
https://bugs.launchpad.net/bugs/512174
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 153626] Re: Initiate Window Move can only be set to button 1

2010-01-02 Thread gcb
What exactly does the Desktop Integration do? I'm afraid that disabling
it for one shortcut would do more damage then good.

may I suggest this be a duplicate for the more then one shortcut bug
which number now escapes me. the one where you can write the mouse
shortcut as AltButton1 | Button9

This way, the desktop integration remains, and users can specify
additional shortcuts in a consistent way for extra ones.

-- 
Initiate Window Move can only be set to button 1
https://bugs.launchpad.net/bugs/153626
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 486508] Re: feature request: esc key to close chat windows

2009-12-03 Thread gcb
4. it's the most requested pidgim/gaim feature over time, after msn video.
5. it's the most installed plugin in pidgim/gaim (pidgim-hotkeys ubuntu 
package).

-- 
feature request: esc key to close chat windows
https://bugs.launchpad.net/bugs/486508
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 487288] Re: Can't add computer when Google Chrome is set as default browser

2009-11-30 Thread gcb
please, reopen, and change description to non-firefox browser.

i'm on an updated install of karmic. using Opera. It seems to work, adds
the computer on the site, but the client nevers seems to authenticate.

At work I have the same setup that is the same, but i changed to firefox
before adding the host, and it works just fine.

please, tell me which logs to include... hate that about GUI apps.
there's no frigging ~/.ubuntuone/ dir to look at. :-/

-- 
Can't add computer when Google Chrome is set as default browser
https://bugs.launchpad.net/bugs/487288
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 426016] Re: 'Connect' menu item does nothing

2009-11-01 Thread gcb
using opera. clicking connect does nothing.

changed to firefox, but same thing. not a new tab. nothing.

-- 
'Connect' menu item does nothing
https://bugs.launchpad.net/bugs/426016
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 31102] Re: Can't disable tooltips

2009-09-18 Thread gcb
Mike, I agree.

Carthik,
edit ~/.gtkrc-2.0
and add the line

gtk-enable-tooltips = 0

-- 
Can't disable tooltips
https://bugs.launchpad.net/bugs/31102
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 223802] Re: No Sound in Hardy Heron (was working in Beta, not working in final release)

2009-08-21 Thread gcb
Hi. it was driving me insane. but simply putting snd-hda-intel in
/etc/modules resolved everything.

my problem was that I use the digital (rca jack) port of my onboard
sound card. after upgrading, and usually after kernel updates, it was
completely random if the sound was going to work or not. but it always
worked on the regular sound out port (3.5mm jack)

-- 
No Sound in Hardy Heron (was working in Beta, not working in final release)
https://bugs.launchpad.net/bugs/223802
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 293038] Re: no way to send ctrl+alt+del in tsclient

2009-07-16 Thread gcb
Confirmed. tsclient_0.150-1ubuntu6_i386

Also, I can simply press ctrl+alt+del under X and nothing happens to my
workstation, so it was safe to assume that this keystroke (since it's
not being used in the host) would be passed down as a regular keypress
to the other end. but nothing happens.

Also of note: the send keystrokes dropdown is greyed out. the selected
option is only in fullscreen. But i fail to see how to enable full
screen.

-- 
no way to send ctrl+alt+del in tsclient
https://bugs.launchpad.net/bugs/293038
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 373210] [NEW] grub's default options hardcoded on each entry instead of defoptions

2009-05-07 Thread gcb
Public bug reported:

every single time you update the kernel it adds a boot option for that
kernel with quiet splash

and the defoptions line has quiet splash right there. commented out!

how am I supposed to have every boot without quiet this way?
the workaround I use is to edit menu.lst everytime I have a kernel update and 
remove the hardcoded options from there.

My defoptions has nosplash. but i don't think i can have noquiet.


please, remove quiet splash from ALL linux-image packages and uncomment the 
defoptions from package grub.

that way, everyone can update their own defoptions only once, without
having it overwritten at every kernel update.

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

-- 
grub's default options hardcoded on each entry instead of defoptions
https://bugs.launchpad.net/bugs/373210
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 367690] Re: In Ubuntu 9.04: Asus Eee wifi LED always on.

2009-05-07 Thread gcb
eeepc 1000. 9.04 NBR.

after install, Fn+F2 does nothing.

I will not even try the rmmod now because I do not have another machine
to check if radio is still up, so now way to confirm it it works or
simply makes the kernel not see a hardware that is still on wasting
battery.

I googled and found an acpi package specific to eeepc, but:
[code]
The following packages have unmet dependencies:
  eeepc-acpi-scripts: Depends: acpi-support-base but it is not installable
E: Broken packages
[/code]

Workaround:
when you are going to power up the laptop, enter bios with F2, disable wifi. No 
workaround to turn on again without another reboot.

-- 
In Ubuntu 9.04: Asus Eee wifi LED always on.
https://bugs.launchpad.net/bugs/367690
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 181394] Re: Shift Switcher does not display minimized windows

2009-01-01 Thread gcb
Solution: use latest screen shot with a universally reckognizable icon
overlay meaning it's a still image. so that the user knows that it's a
still taken before, not the real time things

ideas for the icon overlay are:
- pause || icon (not very good, might give the wrong impression that the app 
is halted)
- a white border and some small 15 degree inclination, meaning it's a picture 
taken somewhere in the past (as all photographs)

-- 
Shift Switcher does not display minimized windows
https://bugs.launchpad.net/bugs/181394
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 26175] Re: Can't unlock session

2008-11-01 Thread gcb
happening to me in gnome screensaver. only way back to the machine is to
go to terminal and kill the gnome-screensaver processes.

Linux eeebook 2.6.24-21-eeepc #1 SMP Thu Aug 7 22:18:05 MDT 2008 i686
GNU/Linux

-rw-r- 1 root shadow 911 2008-11-01 16:06 /etc/shadow

-- 
Can't unlock session
https://bugs.launchpad.net/bugs/26175
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 173886] Re: Pidgin SIGSEGV (gnome proxy settings)

2008-06-07 Thread gcb
happens here if I set the HTTP proxy as nothing and just type a port.
100% of the time.

And i was thiking the latested pidgin update screwed something, not that
i screwed the proxy settings :)

I strongly think that a simple warning about pidgin's decision on the
proxy logic could reduce the severity of this bug.

running with -d I see a lot of:
(23:17:11) proxy: Connecting to login.oscar.aol.com:5190 with no proxy

the proxy: and  with no proxy are really weird.

with -d it all ends with a:
(23:17:13) oscar: BOS rights: Max permit = 1000 / Max deny = 1000
Segmentation fault

running *without* -d i get:

$ pidgin 
*** glibc detected *** pidgin: free(): invalid pointer: 0x0876e803 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb7648a85]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb764c4f0]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb77a98b1]
/usr/lib/libglib-2.0.so.0(g_strfreev+0x1f)[0xb77c109f]
/usr/lib/libglib-2.0.so.0(g_datalist_clear+0xf2)[0xb778dad2]
/usr/lib/libgobject-2.0.so.0[0xb782ecb0]
/usr/lib/libgdk_pixbuf-2.0.so.0[0xb7a69aec]
/usr/lib/libgobject-2.0.so.0(g_object_unref+0x16b)[0xb782c8db]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c40937]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c40a31]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x4f)[0xb7837a4f]
/usr/lib/libgobject-2.0.so.0[0xb7829079]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x1ff)[0xb782a82f]
/usr/lib/libgobject-2.0.so.0[0xb783f243]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c6)[0xb7840916]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb7840c59]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c89611]
/usr/lib/libgtk-x11-2.0.so.0[0xb7d8f721]
/usr/lib/libgobject-2.0.so.0(g_object_run_dispose+0x50)[0xb782cd70]
/usr/lib/libgtk-x11-2.0.so.0(gtk_object_destroy+0x7e)[0xb7c8931e]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c436d2]
/usr/lib/libgtk-x11-2.0.so.0(gtk_container_foreach+0x67)[0xb7bca8a7]
/usr/lib/libgtk-x11-2.0.so.0[0xb7bcb1d0]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c74e65]
/usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_VOID__VOID+0x4f)[0xb7837a4f]
/usr/lib/libgobject-2.0.so.0[0xb7829079]
/usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x129)[0xb782a759]
/usr/lib/libgobject-2.0.so.0[0xb783f243]
/usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0x8c6)[0xb7840916]
/usr/lib/libgobject-2.0.so.0(g_signal_emit+0x29)[0xb7840c59]
/usr/lib/libgtk-x11-2.0.so.0[0xb7c89611]
/usr/lib/libgtk-x11-2.0.so.0[0xb7d8f721]
/usr/lib/libgobject-2.0.so.0(g_object_run_dispose+0x50)[0xb782cd70]
/usr/lib/libgtk-x11-2.0.so.0(gtk_object_destroy+0x7e)[0xb7c8931e]
pidgin(pidgin_blist_update_accounts_menu+0x93)[0x8088226]
pidgin[0x807ea26]
pidgin[0x807eb4c]
/usr/lib/libpurple.so.0(purple_marshal_VOID__POINTER+0x28)[0xb78d2d23]
/usr/lib/libpurple.so.0(purple_signal_emit_vargs+0x168)[0xb78d28e5]
/usr/lib/libpurple.so.0(purple_signal_emit+0x81)[0xb78d2777]
/usr/lib/libpurple.so.0(purple_connection_set_state+0x1dd)[0xb78a0281]
/usr/lib/purple-2/liboscar.so.0[0xb64031b8]
/usr/lib/purple-2/liboscar.so.0[0xb63dfd69]
/usr/lib/purple-2/liboscar.so.0[0xb63dffef]
/usr/lib/purple-2/liboscar.so.0[0xb63f61bb]
/usr/lib/purple-2/liboscar.so.0[0xb63f644b]
/usr/lib/purple-2/liboscar.so.0(flap_connection_recv_cb+0x2f1)[0xb63f6767]
pidgin[0x80abca3]
/usr/lib/libglib-2.0.so.0[0xb77d5c5d]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x178)[0xb77a1bf8]
/usr/lib/libglib-2.0.so.0[0xb77a4e5e]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1e7)[0xb77a51e7]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb4)[0xb7c63264]
pidgin(main+0xbbc)[0x80c70d5]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb75f3450]
pidgin[0x806c821]
=== Memory map: 
08048000-08115000 r-xp  08:03 172149 /usr/bin/pidgin
08115000-08118000 rw-p 000cc000 08:03 172149 /usr/bin/pidgin
08118000-08827000 rw-p 08118000 00:00 0  [heap]
b530-b5321000 rw-p b530 00:00 0 
b5321000-b540 ---p b5321000 00:00 0 
b545a000-b54ba000 rw-s  00:09 61603867   /SYSV (deleted)
b54ba000-b55be000 rw-p b54ba000 00:00 0 
b55be000-b5645000 r--p  08:03 287627 /usr/share/fonts/truetype/ttf-d
ejavu/DejaVuSans-Bold.ttf
b5645000-b5749000 rw-p b5645000 00:00 0 
b5749000-b574b000 r-xp  08:03 237304 /usr/lib/pango/1.6.0/modules/pa
ngo-basic-fc.so
b574b000-b574c000 rw-p 1000 08:03 237304 /usr/lib/pango/1.6.0/modules/pa
ngo-basic-fc.so
b574c000-b57dd000 r--p  08:03 287628 /usr/share/fonts/truetype/ttf-d
ejavu/DejaVuSans.ttf
b57dd000-b57e3000 r--s  08:03 305674 /var/cache/fontconfig/945677eb7
aeaf62f1d50efc3fb3ec7d8-x86.cache-2
b57e3000-b57e6000 r--s  08:03 305684 /var/cache/fontconfig/e383d7ea5
fbe662a33d9b44caf393297-x86.cache-2
b57e6000-b57e7000 r--s  08:03 305676 /var/cache/fontconfig/c69f04ab0
5004e31a6d5e715764f16d8-x86.cache-2
b57e7000-b57e8000 r--s  08:03 305669 /var/cache/fontconfig/4c73fe0c4
7614734b17d736dbde7580a-x86.cache-2
b57e8000-b57eb000 r--s  08:03 305675 

[Bug 6490] Re: Acer hotkey driver crashes kernel

2007-11-04 Thread gcb
Still crashing kernel in Gutsy.

here is my kern.log after i install the wireless ipw2200 module and then
when i install the acerhk module.

Nov  4 15:37:51 lap4 kernel: [  256.016000] ipw2200: Copyright(c) 2003-2006 
Intel Corporation
Nov  4 15:37:51 lap4 kernel: [  256.02] ACPI: PCI Interrupt :01:02.0[A] 
- GSI 22 (level, low) - IRQ 23
Nov  4 15:37:51 lap4 kernel: [  256.02] ipw2200: Detected Intel 
PRO/Wireless 2200BG Network Connection
Nov  4 15:37:51 lap4 kernel: [  256.28] ipw2200: Radio Frequency Kill 
Switch is On:
Nov  4 15:37:51 lap4 kernel: [  256.28] Kill switch must be turned off for 
wireless networking to work.
Nov  4 15:37:51 lap4 kernel: [  256.284000] ipw2200: Detected geography ZZM (11 
802.11bg channels, 0 802.11a channels)
Nov  4 15:40:13 lap4 kernel: [  398.204000] eth0: link down
Nov  4 15:40:14 lap4 kernel: [  399.72] eth0: link up, 100Mbps, 
half-duplex, lpa 0x40A1
Nov  4 15:45:56 lap4 kernel: [  741.22] input: Acer hotkey driver as 
/class/input/input9
Nov  4 15:45:56 lap4 kernel: [  741.236000] acerhk: Could not find model 
string, will assume type 200 series
Nov  4 15:45:56 lap4 kernel: [  741.236000] BUG: unable to handle kernel paging 
request at virtual address 9610
Nov  4 15:45:56 lap4 kernel: [  741.236000]  printing eip:
Nov  4 15:45:56 lap4 kernel: [  741.236000] c00f
Nov  4 15:45:56 lap4 kernel: [  741.236000] *pde = 
Nov  4 15:45:56 lap4 kernel: [  741.236000] Oops: 0002 [#1]
Nov  4 15:45:56 lap4 kernel: [  741.236000] Modules linked in: acerhk ipw2200 
binfmt_misc rfcomm l2cap bluetooth i915 drm ppdev acpi_cpufreq 
cpufreq_userspace cpufreq_stats cpufreq_ondemand cpufreq_conservative 
cpufreq_powersave freq_table bay video container battery ac sbs button dock 
sbp2 lp pcmcia snd_intel8x0 snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss 
snd_pcm snd_seq_dummy snd_seq_oss yenta_socket rsrc_nonstatic snd_seq_midi 
snd_rawmidi snd_seq_midi_event irda pcmcia_core ieee80211 ieee80211_crypt 
snd_seq snd_timer snd_seq_device joydev iTCO_wdt iTCO_vendor_support snd 
soundcore wbsd mmc_core crc_ccitt pcspkr parport_pc parport rtc snd_page_alloc 
shpchp pci_hotplug psmouse serio_raw intel_agp agpgart evdev ext3 jbd mbcache 
sg sr_mod cdrom sd_mod ata_piix 8139cp ata_generic libata scsi_mod 8139too mii 
ohci1394 ieee1394 ehci_hcd uhci_hcd usbcore thermal processor fan fuse apparmor 
commoncap
Nov  4 15:45:56 lap4 kernel: [  741.236000] CPU:0
Nov  4 15:45:56 lap4 kernel: [  741.236000] EIP:
0060:[phys_startup_32+-1073807360/-1073741824]Not tainted VLI
Nov  4 15:45:56 lap4 kernel: [  741.236000] EFLAGS: 00010086   (2.6.22-14-386 
#1)
Nov  4 15:45:56 lap4 kernel: [  741.236000] EIP is at 0xc00f
Nov  4 15:45:56 lap4 kernel: [  741.236000] eax: 9610   ebx: 051c   
ecx: cfc49c00   edx: c1ec8000
Nov  4 15:45:56 lap4 kernel: [  741.236000] esi: c1ec82a0   edi: 0488   
ebp: cfc4c400   esp: c9633e80
Nov  4 15:45:56 lap4 kernel: [  741.236000] ds: 007b   es: 007b   fs:   gs: 
0033  ss: 0068
Nov  4 15:45:56 lap4 kernel: [  741.236000] Process modprobe (pid: 5917, 
ti=c9632000 task=c0f70a20 task.ti=c9632000)
Nov  4 15:45:56 lap4 kernel: [  741.236000] Stack: cfc4404b c9633ec4 cfc49fdf 
c1ec8000 c1ec82a0 c9633ea8  c9633ec4 
Nov  4 15:45:56 lap4 kernel: [  741.236000] c00f  
c1ec8000 cfc49fdf c1ec82a0 cfbda93d c9633ec4 
Nov  4 15:45:56 lap4 kernel: [  741.236000]c2a42140 9610 051c 
cfc49c00 c1ec8000 0488 c1ec82a0 c0127997 
Nov  4 15:45:56 lap4 kernel: [  741.236000] Call Trace:
Nov  4 15:45:56 lap4 kernel: [  741.236000]  [cfc4404b] 
call_bios_52x+0x4b/0x80 [acerhk]
Nov  4 15:45:56 lap4 kernel: [  741.236000]  [cfbda93d] 
acerhk_init+0x8fd/0x1bd2 [acerhk]
Nov  4 15:45:56 lap4 kernel: [  741.236000]  
[blocking_notifier_call_chain+23/32] blocking_notifier_call_chain+0x17/0x20
Nov  4 15:45:56 lap4 kernel: [  741.236000]  [sys_init_module+347/5872] 
sys_init_module+0x15b/0x16f0
Nov  4 15:45:56 lap4 kernel: [  741.236000]  [rb_insert_color+100/176] 
rb_insert_color+0x64/0xb0
Nov  4 15:45:56 lap4 kernel: [  741.236000]  [sysenter_past_esp+107/169] 
sysenter_past_esp+0x6b/0xa9
Nov  4 15:45:56 lap4 kernel: [  741.236000]  ===
Nov  4 15:45:56 lap4 kernel: [  741.236000] Code: ff ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
ff ff ff ff ff ff ee 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 
Nov  4 15:45:56 lap4 kernel: [  741.236000] EIP: 
[phys_startup_32+-1073807360/-1073741824] 0xc00f SS:ESP 0068:c9633e80

cat /proc/driver/acerhk/info 
 Acer hotkeys version 0.5.34
 Model(Type) : (old)
 request handler : 0xc00f
 CMOS index  : not available
 kernel polling  : inactive
 autoswitch wlan : disabled
 preg400 : 0xcfc4c400

lspci:
01:02.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network 
Connection (rev 05)
Subsystem: Intel 

[Bug 153980] Re: 7.04-7.10 Upgrade fails: Getting upgrade prerequisites failed

2007-11-03 Thread gcb
Getting upgrade prerequisites failed

The system was unable to get the prerequisites for the upgrade. The
upgrade will abort now and restore the original system state.

Please report this as a bug against the 'update-manager' package and
include the files in /var/log/dist-upgrade/ in the bugreport.

** Attachment added: tar of my log files
   http://launchpadlibrarian.net/10261169/files-bug153980.tar

-- 
7.04-7.10 Upgrade fails: Getting upgrade prerequisites failed
https://bugs.launchpad.net/bugs/153980
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