[Bug 192562] [NEW] wine 0.9.55 segfaults on Hardy

2008-02-17 Thread Lorenzo Taylor
Public bug reported:

Whenever I try to run a Windows application using wine 0.9.55 I get a
segfault. Catchsegv returns the following info:

*** Segmentation fault
Register dump:

 EAX: ffed9624   EBX: f7fab6e4   ECX: 0008   EDX: 7bf014c0
 ESI: f7facc40   EDI: 7bf014c0   EBP: ffed9568   ESP: ffed954c

 EIP: f7d9e43c   EFLAGS: 00010212

 CS: 0023   DS: 002b   ES: 002b   FS: 0063   GS: 006b   SS: 002b

 Trap: 000e   Error: 0007   OldMask: 
 ESP/signal: ffed954c   CR2: 7bf014c0

 FPUCW: 037f   FPUSW:    TAG: 
 IPOFF:    CSSEL: 0010   DATAOFF:    DATASEL: 002b

 ST(0)     ST(1)  
 ST(2)     ST(3)  
 ST(4)     ST(5)  
 ST(6)     ST(7)  

Backtrace:
/lib32/libSegFault.so[0xf7fc104f]
??:0(??)[0xe500]
/usr/bin/../lib32/wine/ntdll.dll.so(thread_init+0x2e9)[0x7bc6cbc9]
/usr/bin/../lib32/wine/ntdll.dll.so(__wine_process_init+0x18)[0x7bc47c58]
/usr/bin/../lib32/libwine.so.1(wine_init+0x294)[0xf7eb11e4]
/usr/bin/../lib32/../bin/wine-pthread(main+0x13b)[0x7bf0139b]
/lib32/libc.so.6(__libc_start_main+0xe0)[0xf7d40450]
/usr/bin/../lib32/../bin/wine-pthread[0x7bf00f81]

Memory map:

-6000 ---p  00:00 0
7bc0-7bc88000 r-xp  08:01 534040 /usr/lib32/wine/ntdll.dll.so
7bc88000-7bc91000 rw-p 00087000 08:01 534040 /usr/lib32/wine/ntdll.dll.so
7bc91000-7bca4000 rw-p 7bc91000 00:00 0
7bf0-7bf02000 r-xp  08:01 73368 /usr/bin/wine-pthread
7bf02000-7bf03000 rw-p 1000 08:01 73368 /usr/bin/wine-pthread
7c00-7c002000 r-xp 1000 08:01 73370 /usr/bin/wine-preloader
7c002000-7c003000 rw-p 2000 08:01 73370 /usr/bin/wine-preloader
7c003000-7c028000 rw-p 7c003000 00:00 0 [heap]
7efc2000-7efe5000 r-xp  08:01 14187 /lib32/libm-2.7.so
7efe5000-7efe7000 rw-p 00023000 08:01 14187 /lib32/libm-2.7.so
7f00-7ffd8000 ---p 7f00 00:00 0
7ffd8000-7ffdc000 rw-p 7ffd8000 00:00 0
7ffdc000-7ffdf000 ---p 7ffdc000 00:00 0
7ffdf000-7fff rw-p 7ffdf000 00:00 0
7fff-7000 ---p 7fff 00:00 0
7000-8000 r-xp 7000 00:00 0
8000-f7d2 ---p 8000 00:00 0
f7d25000-f7d26000 rw-p f7d25000 00:00 0
f7d26000-f7d28000 r-xp  08:01 13633 /lib32/libdl-2.7.so
f7d28000-f7d2a000 rw-p 1000 08:01 13633 /lib32/libdl-2.7.so
f7d2a000-f7e73000 r-xp  08:01 13275 /lib32/libc-2.7.so
f7e73000-f7e74000 r--p 00149000 08:01 13275 /lib32/libc-2.7.so
f7e74000-f7e76000 rw-p 0014a000 08:01 13275 /lib32/libc-2.7.so
f7e76000-f7e79000 rw-p f7e76000 00:00 0
f7e79000-f7e8d000 r-xp  08:01 17323 /lib32/libpthread-2.7.so
f7e8d000-f7e8f000 rw-p 00013000 08:01 17323 /lib32/libpthread-2.7.so
f7e8f000-f7e92000 rw-p f7e8f000 00:00 0
f7ea-f7eaa000 r-xp  08:01 118336 /usr/lib32/libgcc_s.so.1
f7eaa000-f7eab000 rw-p a000 08:01 118336 /usr/lib32/libgcc_s.so.1
f7eab000-f7faa000 r-xp  08:01 534625 /usr/lib32/libwine.so.1.0
f7faa000-f7fac000 rw-p 000fe000 08:01 534625 /usr/lib32/libwine.so.1.0
f7fac000-f7fbf000 rw-p f7fac000 00:00 0
f7fbf000-f7fc2000 r-xp  08:01 18996 /lib32/libSegFault.so
f7fc2000-f7fc4000 rw-p 2000 08:01 18996 /lib32/libSegFault.so
f7fc4000-f7fc6000 rw-p f7fc4000 00:00 0
f7fc6000-f7fe3000 r-xp  08:01 13179 /lib32/ld-2.7.so
f7fe3000-f7fe5000 rw-p 0001c000 08:01 13179 /lib32/ld-2.7.so
f7ff-ffec ---p f7ff 00:00 0
ffec7000-ffedc000 rw-p 7ffea000 00:00 0 [stack]
ffee- ---p ffee 00:00 0
e000-f000 r-xp e000 00:00 0 [vdso]

This only happens in Ubuntu Hardy running wine 0.9.55. I pulled 0.9.54
from my apt archive, uninstalled 0.9.55 and reinstalled 0.9.54 and all
works as it should. Note that this segfault occurs when running any
Windows application. It's not specific to a single app or set of apps.
Even notepad from the Wine menu segfaults, and that is installed with
wine.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
wine 0.9.55 segfaults on Hardy
https://bugs.launchpad.net/bugs/192562
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192564] [NEW] cant change screen resolution in kcontrol

2008-02-17 Thread morgunov
Public bug reported:

Binary package hint: kdebase

Ubuntu Hardy Heron
When i try to change display resolution i run kcontrol and go to the 
pheriperial-MonitorDisplay, but nothing change.
Here is console log.


[EMAIL PROTECTED]:/$ kcontrol

Pythonize constructor -- pid = 6083
Python interpreter initialized!


Pythonize constructor -- pid = 6083
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/displayconfig.py, line 19, in 
module
from qt import *
ImportError: /usr/lib/python2.5/site-packages/qt.so: undefined symbol: 
PyUnicode_Type
Error in sys.excepthook:
Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/apport_python_hook.py, line 36, in 
apport_excepthook
from cStringIO import StringIO
ImportError: /usr/lib/python2.5/lib-dynload/cStringIO.so: undefined symbol: 
_Py_ZeroStruct

Original exception was:
Traceback (most recent call last):
  File /var/lib/python-support/python2.5/displayconfig.py, line 19, in 
module
from qt import *
ImportError: /usr/lib/python2.5/site-packages/qt.so: undefined symbol: 
PyUnicode_Type
error: ***failed to import module

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

-- 
cant change screen resolution in kcontrol
https://bugs.launchpad.net/bugs/192564
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192563] [NEW] totem-gstreamer-video-thumbnailer crashed with SIGSEGV in g_slice_alloc()

2008-02-17 Thread Sander Jonkers
Public bug reported:

Binary package hint: totem

No idea; I even didn't knw totem/gstreamer was running at all.

ProblemType: Crash
Architecture: amd64
Date: Sun Feb 17 08:51:29 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer-video-thumbnailer
NonfreeKernelModules: cdrom
Package: totem-gstreamer 2.21.93-0ubuntu1
PackageArchitecture: amd64
ProcCmdline: /usr/bin/gnome-video-thumbnailer -s 128 
file:///media/sda3/sander/downloads/complete/mega%20mindy%20dvd/VIDEO_TS/VTS_04_1.VOB
 /tmp/.gnome_thumbnail.5LZL6T
ProcCwd: /home/sander
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: totem
StacktraceTop:
 g_slice_alloc () from /usr/lib/libglib-2.0.so.0
 g_slice_alloc0 () from /usr/lib/libglib-2.0.so.0
 g_type_create_instance ()
 gst_mini_object_new ()
 gst_buffer_new ()
Title: totem-gstreamer-video-thumbnailer crashed with SIGSEGV in g_slice_alloc()
Uname: Linux sander-amd64-8 2.6.24-8-generic #1 SMP Thu Feb 14 20:13:27 UTC 
2008 x86_64 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev video

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


** Tags: apport-crash

-- 
totem-gstreamer-video-thumbnailer crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/192563
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192563] Re: totem-gstreamer-video-thumbnailer crashed with SIGSEGV in g_slice_alloc()

2008-02-17 Thread Sander Jonkers

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/12045329/Disassembly.txt

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

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

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/12045332/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/12045333/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/12045334/ThreadStacktrace.txt

-- 
totem-gstreamer-video-thumbnailer crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/192563
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192565] [NEW] double click in user settings breaks mouse

2008-02-17 Thread a8ksh4
Public bug reported:

[EMAIL PROTECTED]:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION=Ubuntu 7.10
This is running on an IBM T42p - OS was installed offline yesterday and updated 
this morning (02-16-080 after enabling the extra repositories in Software 
Sources config window. I have all visual effects turned off. 

The Problem:
Click System-Administraton-Users and Groups
This brings up the user settings window (users-admin?)
At the left side of the window all the accounts are listed.  
Select one of the accounts (single click)
Hover the mouse on the divider between Name and Login Name above so that 
the cursor changes to the double arrow symbol thingy. 
Now double click here.  It brings up the account config window but the mouse 
can't click anything and the cursor is still changed to the double arrow 
thingy. 
Escape will get you back to the User settings window and a click puts the mouse 
back to normal there.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
double click in user settings breaks mouse
https://bugs.launchpad.net/bugs/192565
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 191388] Re: syslog is spammed with wme:wme_qdiscop_enqueue ht_queue=4, queue=2 pool=0xF qdisc=ffff81007c4548c0 on hardy

2008-02-17 Thread Chris Halse Rogers
I also see this (from the duplicate bug #191479).  Uploading kern.log,
since that seems to be the last piece missing from the kernel triage
guide, and marking as confirmed.

** Attachment added: Kernel log
   http://launchpadlibrarian.net/12045314/kern.log.bz2

** Changed in: linux (Ubuntu)
Sourcepackagename: None = linux
 Assignee: (unassigned) = Ubuntu Kernel Team (ubuntu-kernel-team)
   Status: New = Confirmed

-- 
syslog is spammed with  wme:wme_qdiscop_enqueue ht_queue=4,queue=2 pool=0xF 
qdisc=81007c4548c0 on hardy
https://bugs.launchpad.net/bugs/191388
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 187969] Re: Cannot select default keyboard layout in gnome-keyboard-properties

2008-02-17 Thread Ahmed El-Mahmoudy
There is still this problem: I used to switch between US  Arabic
layouts by pressing both ALT keys, that doesn't work now. If I change
the Layout Switching option to Both Shift keys together change
layout that option works (but by pressing both shift keys of course).

-- 
Cannot select default keyboard layout in gnome-keyboard-properties
https://bugs.launchpad.net/bugs/187969
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 173721] Re: Gnome keyboard layout options (like remapping Caps Lock) are not reapplied after reboot

2008-02-17 Thread Ahmed El-Mahmoudy
There is still this problem: I used to switch between US  Arabic
layouts by pressing both ALT keys, that doesn't work now. If I change
the Layout Switching option to Both Shift keys together change
layout that option works (but by pressing both shift keys of course).

-- 
Gnome keyboard layout options (like remapping Caps Lock) are not reapplied 
after reboot
https://bugs.launchpad.net/bugs/173721
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152493] Re: Compiz + Clearlooks = Title bars on maximized windows frequently disappear upon various title bar events

2008-02-17 Thread Tristan Schmelcher
Interesting news. It turns out that this is not only on Clearlooks after
all; I have now observed it on the Mist theme, which has its own engine.
The frequency of the bug on Mist also seems to vary. Some times it can
go for ages without the bug happening at all. Other times it will happen
just as much as on Human. It also somehow seems to be dependent on the
app somehow, because right now it is happening constantly for Firefox
but not at all for any of the other maximized windows.

** Summary changed:

- Compiz + Clearlooks = Title bars on maximized windows frequently disappear 
upon various title bar events
+ Compiz: Title bars on maximized windows frequently disappear upon various 
title bar events

** Description changed:

  Original description:
  
  The title bar on any window seems to disappear every 7 times something
  on the title bar is updated. I can cause the problem to occur by
  changing tabs in firefox 7 times to update the text, or by moving the
  mouse back and forth over the X button in order to cause it to become
  a lighter shade momentarily. It happens after exactly 7 updates, no
  matter what. When the title bar disappears it takes the text with it.
  Usually the icon stays though, however I've seen it occasionally cut off
  part of the icon as well.
  
  I'm running gutsy, with compiz set to Normal in the Visual Effects
  tab. I have an nvidia card and am using the nvidia-glx-new driver.
  
  Updated:
  
- This has since been found to occur only on maximized windows and only
- when both compiz and clearlooks are in use. Also, the precise frequency
- with which this occurs seems to differs among users. See comments.
+ This has since been found to occur only on maximized windows. Also, the
+ precise frequency with which this occurs seems to differs among users
+ and is perhaps dependent on which GTK theme/engine is in use. See
+ comments.

-- 
Compiz: Title bars on maximized windows frequently disappear upon various title 
bar events
https://bugs.launchpad.net/bugs/152493
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123696] Re: dependency problem on Kubuntu

2008-02-17 Thread Megahertz
This persists as a problem.  The workaround is not a satisfactory
permament solution.  Pull your fingers out guys!

-- 
dependency problem on Kubuntu
https://bugs.launchpad.net/bugs/123696
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192566] [NEW] dhclient updates resolv.conf behind network-manager's back

2008-02-17 Thread Steinar Bang
Public bug reported:

Binary package hint: dhcp3-client

Ubuntu 7.10, Intel Pentium M
network-manager 0.6.5-0ubuntu16.7.10.0
dhcp3-client 3.0.5-3ubuntu4
dhcp3-common 3.0.5-3ubuntu4

When a NIC get its initial DHCP lease, on my laptop, the
/etc/resolv.conf file looks like this:

# generated by NetworkManager, do not edit!

search home.lan


nameserver 10.10.10.1


After dhclient renews the lease, the /etc/resolv.conf file looks like this:

search home.lan
nameserver 10.10.10.1

I.e. it has different formatting and no NetworkManager related comment.
I believe this difference is being caused by dhclient writing directly
to /etc/resolv.conf, instead of notifying NetworkManager.

I also believe this behaviour (i.e. updating the resolv.conf behind
NetworkManager's back), is the root cause for many related bugs, like
e.g. #90681.

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

-- 
dhclient updates resolv.conf behind network-manager's back
https://bugs.launchpad.net/bugs/192566
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 191791] Re: Firefox-3.0 zoomed images and webpages

2008-02-17 Thread Kent Seaton
Ditto here.  The bug effects me using 1920x1200 147x147 pixel
resolution.  I'm running a font resolution of 92dpi.  Anything smaller
than that and it becomes nearly unreadable on this 15.4 laptop display.
You'll see that every portion of the GUI is nearly doubled in size with
the exception of the text in the interface... but the fonts on the
loaded web pages are blown out of proportion.  I have the same issue on
my desktop with FF3 using two 1680x1050 monitors at 104x86 pixel
resolution, but it's nowhere near the same level of magnification.

** Attachment added: firefox3-sample.png
   http://launchpadlibrarian.net/12045370/firefox3-sample.png

-- 
Firefox-3.0 zoomed images and webpages
https://bugs.launchpad.net/bugs/191791
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 174403] Re: 7.10 /usr/lib/cups/backend/hal failed

2008-02-17 Thread Peter T Hayward
If anyone still has this problem I found the solution in Ubuntu forums (but 
unfortunately didn't take their name- post appeared during 2006 I think).
The problem is that /dev/usb/lp0 does not have rw permission for logged-on user.

The solution starts by editing /etc/udev/rules.d/permissions.rules.

Under # Printers and Parallel devices, one line must be changed:
BUS==usb, KERNEL==lp[0-9], GROUP=lp
becomes
BUS==usb, KERNEL==lp[0-9], GROUP=lp, MODE=0666

It is possible you also need to create the lp group (I did) and put
yourself into the lp group.

After this the device is accessible permanently.
Hope this helps someone - and gets the solution into the next release. Why do 
only a few people post the problem?

-- 
7.10 /usr/lib/cups/backend/hal failed
https://bugs.launchpad.net/bugs/174403
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192565] Re: double click in user settings breaks mouse

2008-02-17 Thread Murat Güneş
** Changed in: gnome-system-tools (Ubuntu)
Sourcepackagename: None = gnome-system-tools

-- 
double click in user settings breaks mouse
https://bugs.launchpad.net/bugs/192565
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192552] Re: udev: typo in rdma_ucm rules

2008-02-17 Thread Murat Güneş
** Tags added: bitesize string-fix

-- 
udev: typo in rdma_ucm rules
https://bugs.launchpad.net/bugs/192552
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190929] Re: Gnome doesnt shutdown

2008-02-17 Thread drakesoft
The bug is already fixed. Thanks for this great distribution!

** Changed in: gnome-session (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Gnome doesnt shutdown
https://bugs.launchpad.net/bugs/190929
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 188028] Re: [needs packaging] network-manager on gutsy

2008-02-17 Thread Clément Lorteau
Hello,

I've been learning ubuntu packaging by packaging my own little programs,
and i'd be glad to help on that.

Thanks,
Clément.

-- 
[needs packaging] network-manager on gutsy
https://bugs.launchpad.net/bugs/188028
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 190008] Re: Theme color change not applied on logon

2008-02-17 Thread DavidONE
lspci -vvnn
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM 
Controller [8086:29c0] (rev 02)
Subsystem: ABIT Computer Corp. Unknown device [147b:1083]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR-
Latency: 0
Capabilities: [e0] Vendor Specific Information

00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI 
Express Root Port [8086:29c1] (rev 02) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: a000-afff
Memory behind bridge: f800-fbff
Prefetchable memory behind bridge: d000-dfff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- Reset- FastB2B-
Capabilities: [88] Subsystem: Intel Corporation Unknown device 
[8086:]
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable+
Address: fee0300c  Data: 41b1
Capabilities: [a0] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
Device: Latency L0s 64ns, L1 1us
Device: Errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed 2.5Gb/s, Width x16, ASPM L0s, Port 2
Link: Latency L0s 256ns, L1 4us
Link: ASPM Disabled RCB 64 bytes CommClk+ ExtSynch-
Link: Speed 2.5Gb/s, Width x16
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug- Surpise-
Slot: Number 32, PowerLimit 75.00
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq-
Slot: AttnInd Off, PwrInd On, Power-
Root: Correctable- Non-Fatal- Fatal- PME-

00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 [8086:2937] (rev 02) (prog-if 00 [UHCI])
Subsystem: ABIT Computer Corp. Unknown device [147b:1083]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 4: I/O ports at ff00 [size=32]
Capabilities: [50] Vendor Specific Information

00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 [8086:2938] (rev 02) (prog-if 00 [UHCI])
Subsystem: ABIT Computer Corp. Unknown device [147b:1083]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin B routed to IRQ 17
Region 4: I/O ports at fe00 [size=32]
Capabilities: [50] Vendor Specific Information

00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 [8086:2939] (rev 02) (prog-if 00 [UHCI])
Subsystem: ABIT Computer Corp. Unknown device [147b:1083]
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin D routed to IRQ 18
Region 4: I/O ports at fd00 [size=32]
Capabilities: [50] Vendor Specific Information

00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 [8086:293c] (rev 02) (prog-if 20 [EHCI])
Subsystem: ABIT Computer Corp. Unknown device [147b:1083]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin C routed to IRQ 20
Region 0: Memory at fdfff000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 

[Bug 190008] Re: Theme color change not applied on logon

2008-02-17 Thread DavidONE

** Attachment added: /var/log/Xorg.0.log
   http://launchpadlibrarian.net/12045537/Xorg.0.log

-- 
Theme color change not applied on logon
https://bugs.launchpad.net/bugs/190008
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 189318] Re: tty not working

2008-02-17 Thread CrimInalA
I have exactly the same problem .
It was working before , i guess some of the recent updates broke it .

I am using ubuntu 7.10 32bit on a lenovo T61p laptop .
I use nvidia-new driver , graphics card nvidia quadro 570M .

-- 
tty not working
https://bugs.launchpad.net/bugs/189318
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192568] [NEW] iphone / ipod touch support without jailbroken.

2008-02-17 Thread azanutta
Public bug reported:

this devices has largely expanded by the users of any architecture, linux too. 
i'm wondering why there's no support in ubuntu if an user doesn't want to risk 
to jailbroker his device. i will be satisfied also with only the support to 
transfer music, i don't pretend artwork, notes etc... but this basic one 
function?!? why can anyone of the skilled ubuntu stuff produce a pakage that 
can do this?!?!?
for the large expansion of this device and the inability to use it on ubuntu... 
i call this a bug. and i hope that someone fix it.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
iphone / ipod touch support without jailbroken.
https://bugs.launchpad.net/bugs/192568
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192567] [NEW] Synaptic crashes with bus error (core dumped)

2008-02-17 Thread Boris Hajdukovic
Public bug reported:

Binary package hint: synaptic

First, excuse me for my bad English.

Problem:

I'm not able to start synaptic any more. Synaptic starts and crashes
imidietly. If I'm try to start it via terminal, I'm getting:

[EMAIL PROTECTED]:~$ sudo synaptic
Bus error (core dumped)

Similar happens if I'm starting apt-get update. Apt-get reads repositories and 
packages and at the end chrashes with same message:
 
Bus error (core dumped)

Any idea, what was gone wrong?

I have apport crash file for that problem.

Thanx,

Boris

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

-- 
Synaptic crashes with bus error (core dumped)
https://bugs.launchpad.net/bugs/192567
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192567] Re: Synaptic crashes with bus error (core dumped)

2008-02-17 Thread Boris Hajdukovic

** Attachment added: _usr_sbin_synaptic.1000.crash
   http://launchpadlibrarian.net/12045542/_usr_sbin_synaptic.1000.crash

-- 
Synaptic crashes with bus error (core dumped)
https://bugs.launchpad.net/bugs/192567
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 127316] Re: iPhone will not stay in charging mode

2008-02-17 Thread azanutta
searching matt coyler in google can hel to fix

-- 
iPhone will not stay in charging mode
https://bugs.launchpad.net/bugs/127316
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192570] [NEW] brasero main window text error (lang=hu)

2008-02-17 Thread sipiatti
Public bug reported:

Binary package hint: brasero

Main window has a text error, see the screenshot -
http://img521.imageshack.us/img521/1069/braseromainwindowproblekb0.png

language: hungarian (hu)
brasero version: 0.61 latest in ubuntu report
xubuntu 7.10

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

-- 
brasero main window text error (lang=hu)
https://bugs.launchpad.net/bugs/192570
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192570] Re: brasero main window text error (lang=hu)

2008-02-17 Thread sipiatti

** Attachment added: screenshot of bug (highlighted with red circle)
   http://launchpadlibrarian.net/12045581/brasero_main_window_problem.png

-- 
brasero main window text error (lang=hu)
https://bugs.launchpad.net/bugs/192570
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 188028] Re: [needs packaging] network-manager on gutsy

2008-02-17 Thread Clément Lorteau
I'm going to package it.

** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Clément Lorteau (northern-lights)

-- 
[needs packaging] network-manager on gutsy
https://bugs.launchpad.net/bugs/188028
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 192571] [NEW] No support for fujitsu-siemens Amilo Pa2548

2008-02-17 Thread Oumar Aziz OUATTARA
Public bug reported:

Hello,

I have a fujitsu-siemens Amilo Pa2548 and the Volume keys doesn't work
on Gutsy and Hardy. So I made a patch to add the support of those keys
for it.

Can you review it and upload on Gutsy and Hardy ?

Best Regards
Aziz

** Affects: hotkey-setup (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No support for fujitsu-siemens Amilo Pa2548
https://bugs.launchpad.net/bugs/192571
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192571] Re: No support for fujitsu-siemens Amilo Pa2548

2008-02-17 Thread Oumar Aziz OUATTARA

** Attachment added: Futjitsu-siemens-pa2548-support.patch
   http://launchpadlibrarian.net/12045610/Futjitsu-siemens-pa2548-support.patch

-- 
No support for fujitsu-siemens Amilo Pa2548
https://bugs.launchpad.net/bugs/192571
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192316] Re: Application launchers show incorrect icon when dragged and dropped from Add to Panel

2008-02-17 Thread Ryan Steele
Sorry, I also neglected to mention that the launcher that gets created
doesn't work. When I click on one I get the following error dialog:

Could not show '/usr/share/applications/gnome-obex-server.desktop

The specified location is invalid

I've also noticed that the properties dialog for a launcher created with
a drag-and-drop is different than the properties dialog for a launcher
created by clicking the Add button.

Attached: Screenshot of the properties window of a working launcher
created by clicking the Add button

** Attachment added: Screenshot-Launcher Properties (working).png
   
http://launchpadlibrarian.net/12045615/Screenshot-Launcher%20Properties%20%28working%29.png

-- 
Application launchers show incorrect icon when dragged and dropped from Add to 
Panel
https://bugs.launchpad.net/bugs/192316
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192316] Re: Application launchers show incorrect icon when dragged and dropped from Add to Panel

2008-02-17 Thread Ryan Steele
Attached: Screenshot of the properties window of a broken launcher
created by dragging and dropping

** Attachment added: Screenshot-Launcher Properties (broken).png
   
http://launchpadlibrarian.net/12045627/Screenshot-Launcher%20Properties%20%28broken%29.png

-- 
Application launchers show incorrect icon when dragged and dropped from Add to 
Panel
https://bugs.launchpad.net/bugs/192316
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192310] Re: package openoffice.org-hyphenation-en-us None [modified: /var/lib/dpkg/info/openoffice.org-hyphenation-en-us.list] failed to install/upgrade: trying to overwrite `/usr/share/myspell/d

2008-02-17 Thread Kent Seaton
Thanks for the link Anton V.  The replacement deb fixed it here as well.

-- 
package openoffice.org-hyphenation-en-us None [modified: 
/var/lib/dpkg/info/openoffice.org-hyphenation-en-us.list] failed to 
install/upgrade: trying to overwrite `/usr/share/myspell/dicts/hyph_en_US.dic', 
which is also in package openoffice.org-hyphenation
https://bugs.launchpad.net/bugs/192310
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 188028] Re: [needs packaging] network-manager on gutsy

2008-02-17 Thread Clément Lorteau
** Changed in: network-manager (Ubuntu)
   Status: New = In Progress

-- 
[needs packaging] network-manager on gutsy
https://bugs.launchpad.net/bugs/188028
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 187582] Re: Add MythTV support to totem

2008-02-17 Thread Martin Pitt
totem b-deps on it now, I promoted gmyth.

** Changed in: gmyth (Ubuntu)
   Status: In Progress = Fix Released

-- 
Add MythTV support to totem
https://bugs.launchpad.net/bugs/187582
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 187582] Re: Add MythTV support to totem

2008-02-17 Thread Martin Pitt
totem seems to be done now:

 totem (2.21.93-0ubuntu2) hardy; urgency=low
 .
   * debian/control.in:
 - Build depend on libgmyth-dev to activate MythTV plugin (LP: #187582)


** Changed in: totem (Ubuntu)
   Status: In Progress = Fix Released

-- 
Add MythTV support to totem
https://bugs.launchpad.net/bugs/187582
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 34159] Re: Keyboard focus get lost in Gnome panel

2008-02-17 Thread Sitsofe Wheeler
I've just done some testing with a Hardy Alpha from last week and the
problem has changed a little. Tab focus no longer stops on the
notification area under any circumstances. While this prevents keyboard
focus being swallowed, it also prevents you from interacting with any
notification area applets from the keyboard. I've tried moving the
location of the notification area but the new behaviour persists.

Version information:
Ubuntu Hardy (Alpha)
gnome-panel 1:2.21.90-0ubuntu2

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete = New

-- 
Keyboard focus get lost in Gnome panel
https://bugs.launchpad.net/bugs/34159
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 192573] [NEW] OpenAL plays all sounds fragmentary. Ubunut 7.10

2008-02-17 Thread Ingrater
Public bug reported:

Streaming an ogg vorbis file onto OpenAL on Ubuntu causes the sound to
play fragmentary. Same source works on Windows, so Bug has to be in
OpenAL lib. Also tested other OpenAL apps, same problem.

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

-- 
OpenAL plays all sounds fragmentary. Ubunut 7.10
https://bugs.launchpad.net/bugs/192573
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192310] Re: package openoffice.org-hyphenation-en-us None [modified: /var/lib/dpkg/info/openoffice.org-hyphenation-en-us.list] failed to install/upgrade: trying to overwrite `/usr/share/myspell/d

2008-02-17 Thread Hendrik Pareit
The solution of Anton V. worked for me also!
Thanks

-- 
package openoffice.org-hyphenation-en-us None [modified: 
/var/lib/dpkg/info/openoffice.org-hyphenation-en-us.list] failed to 
install/upgrade: trying to overwrite `/usr/share/myspell/dicts/hyph_en_US.dic', 
which is also in package openoffice.org-hyphenation
https://bugs.launchpad.net/bugs/192310
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179472] Re: [Gutsy] Black screen - wrong monitor detection refresh rate

2008-02-17 Thread Piotr Zaryk
So... I booted Xubuntu Hardy alpha3 and the usplash displayed correctly
but when it has gone there appeared the out of range notification
again. This bug prevents begginers from using Ubuntu (when installing
ubuntu from alternate to a hard disk situation is the same).

** Changed in: xorg (Ubuntu)
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: Incomplete = Confirmed

-- 
[Gutsy] Black screen - wrong monitor detection  refresh rate
https://bugs.launchpad.net/bugs/179472
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192574] [NEW] simple crash

2008-02-17 Thread e-note
Public bug reported:

Binary package hint: nautilus

nautilus and ftp upload crach

ProblemType: Bug
Architecture: i386
Date: Sun Feb 17 10:46:38 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.20.0-0ubuntu7
PackageArchitecture: i386
ProcCmdline: nautilus --no-default-window --sm-client-id default2
ProcCwd: /home/marks
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=et_EE.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux pc-i386 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 
GNU/Linux

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


** Tags: apport-bug

-- 
simple crash
https://bugs.launchpad.net/bugs/192574
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192574] Re: simple crash

2008-02-17 Thread e-note

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

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

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

-- 
simple crash
https://bugs.launchpad.net/bugs/192574
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192571] Re: No support for fujitsu-siemens Amilo Pa2548

2008-02-17 Thread Oumar Aziz OUATTARA

** Changed in: hotkey-setup (Ubuntu)
   Status: New = Confirmed

** Attachment added: hotkey-setup_0.1-17ubuntu21.debdiff
   http://launchpadlibrarian.net/12045742/hotkey-setup_0.1-17ubuntu21.debdiff

-- 
No support for fujitsu-siemens Amilo Pa2548
https://bugs.launchpad.net/bugs/192571
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 189682] Re: powernowd fails because of missing 'ignore_nice_load'

2008-02-17 Thread fuoco
Scott I'm not sure what your problem is but my situation is different.
scaling works when I start powernowd manually. but it doesn't start
automatically, not even with the patch. with the patch the error message
doesn't show up anymore, but the daemon is still not auto started for
some reason.

-- 
powernowd fails because of missing 'ignore_nice_load'
https://bugs.launchpad.net/bugs/189682
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158803] Re: NetworkManager causes kernel NULL dereference

2008-02-17 Thread Tommstein
I can confirm this bug with whatever the latest ndiswrapper is. I'm
attaching my dmesg output, although it's almost identical to Ted's
(minus a big prefix on each line). I don't know if this helps the cause,
but when this error happens, sudo just hangs too. I think some other
(network-related) programs hang too, but I don't have a list off the top
of my head. Suspend and hibernate also stop working when this happens.
This is starting to happen every day, which is ticking me off since
Ubuntu/Kubuntu takes an eternity to reboot. This wasn't happening until
the other day, so it seems likely that one of the kernel updates I let
APT apply has something to do with it.

** Attachment added: dmesg output
   http://launchpadlibrarian.net/12045856/error

-- 
NetworkManager causes kernel NULL dereference
https://bugs.launchpad.net/bugs/158803
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 129910] Re: Blank ttys when using vesafb (vga=xxx)

2008-02-17 Thread Fabio Marzocca
Loye,

this is my feedback report.

I have run points 1 to 7. Now, when I switch to tty-1 (Ctrl-Alt-F1), I
got a 640x480 screen on which is displayed the boot sequence until
running local boot scripts.., then the cursor is blinking and I cannot
enter anything . The other ttys are completely blank. If I try to go
back to tty-7, the computer freezes and I have to hard reset.


Concerning your suggestion to go to the forums, I will do it for sure (as I 
always did in the past), but I believe this is a BUG and not a misuse of the 
OS. Since warty I always had my ttys and I was used to use them very often 
(before Gutsy...).

-- 
Blank ttys when using vesafb (vga=xxx)
https://bugs.launchpad.net/bugs/129910
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 137586] Re: (Gusty) CUPS: imposible to cancel or hold printer jobs

2008-02-17 Thread ubuntu4fun
See also Bug #25966 - Fix Committed. Maybe that solution solves the
problem too?

-- 
(Gusty) CUPS: imposible to cancel or hold printer jobs
https://bugs.launchpad.net/bugs/137586
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 129910] Re: Blank ttys when using vesafb (vga=xxx)

2008-02-17 Thread Fabio Marzocca
Thanks Loye,

I had both vesafb and vga16fb because I have read a post here saying to
put them both, and them I forgot to remove. Anyway I will try your
suggestions, even thou I remember I have tried in the past the same
configuration you are correctly describing.

Concerning the last comment on your post: of, I am not paying any
support and I know what I am getting. This is a community-driven service
and sometimes you can find in the community people much more
professional than those on the paid support.

-- 
Blank ttys when using vesafb (vga=xxx)
https://bugs.launchpad.net/bugs/129910
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192576] Re: macbook touchpad two finger not working in Gutsy+PPA

2008-02-17 Thread Mathew Chacko
** Changed in: ubuntu
 Assignee: (unassigned) = Chris Irwin (chrisirwin)

-- 
macbook touchpad two finger not working in Gutsy+PPA
https://bugs.launchpad.net/bugs/192576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 184157] Re: flash viewer under 64 bit gutsy/firefox goes zombie

2008-02-17 Thread peddy
Happening to me for all kinds of websites. However I do not get
gibberish, just a grey box and an empty space sometimes. This seems to
be a big problem, affecting all 64 bit FF users. I hope its resolved
soon.

-- 
flash viewer under 64 bit gutsy/firefox goes zombie
https://bugs.launchpad.net/bugs/184157
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 183110] Re: Epson USB printer backend fails

2008-02-17 Thread Pascal De Vuyst
** Changed in: cupsys (Ubuntu)
   Status: New = Confirmed

-- 
Epson USB printer backend fails
https://bugs.launchpad.net/bugs/183110
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192581] [NEW] [gutsy] avahi goes berserk

2008-02-17 Thread wateenellende
Public bug reported:

I have an ADSL modem that runs a DHCP server, and always assign IP addrs in the 
192.168.1.x space. Recently, my box loses network every now and then. 
*Something* strange happens:
# /sbin/ifconfig 
eth0  Link encap:Ethernet  HWaddr 00:40:63:DE:10:1C  
  inet6 addr: fe80::240:63ff:fede:101c/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:769 errors:0 dropped:0 overruns:0 frame:28
  TX packets:1097 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:460770 (449.9 KB)  TX bytes:106126 (103.6 KB)
  Interrupt:10 Base address:0xe800 

eth0:avah Link encap:Ethernet  HWaddr 00:40:63:DE:10:1C  
  inet addr:169.254.4.109  Bcast:169.254.255.255  Mask:255.255.0.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  Interrupt:10 Base address:0xe800 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:405 errors:0 dropped:0 overruns:0 frame:0
  TX packets:405 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:41595 (40.6 KB)  TX bytes:41595 (40.6 KB)

I have no idea where the 169.254.4.109 addr comes from. It does not
seem to exist on internet, google didn't find it either.

The solution is to unplug the cable, and plug it back in. In a few seconds 
all will be fine again:
$ /sbin/ifconfig 
eth0  Link encap:Ethernet  HWaddr 00:40:63:DE:10:1C  
  inet addr:192.168.1.33  Bcast:255.255.255.255  Mask:255.255.255.0
  inet6 addr: fe80::240:63ff:fede:101c/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:8954 errors:0 dropped:1 overruns:0 frame:25
  TX packets:6128 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:4671723 (4.4 MB)  TX bytes:1067824 (1.0 MB)
  Interrupt:10 Base address:0xe800 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:120 errors:0 dropped:0 overruns:0 frame:0
  TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:9827 (9.5 KB)  TX bytes:9827 (9.5 KB)

WTF ??

$ dpkg -l avahi-daemon
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  avahi-daemon   0.6.20-2ubuntu3.2  Avahi mDNS/DNS-SD daemon

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

-- 
[gutsy] avahi goes berserk
https://bugs.launchpad.net/bugs/192581
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192579] [NEW] shares-admin sometimes doesnt synch with smb.conf

2008-02-17 Thread Assid
Public bug reported:

Binary package hint: gnome-system-tools

Sometimes shares-admin doesnt synchronise with smb.conf
When it does, you notice as if its reloading or something (shows some process 
being done).

I tried this.

First unlock. add a new smb share. This should work if its the first time you 
started shares-admin
Now close it. Wait 10 seconds. And then go back . Unlock. Try and delete/add 
new one. It doesnt synchronize anymore.

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

-- 
shares-admin sometimes doesnt synch with smb.conf
https://bugs.launchpad.net/bugs/192579
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179308] Re: cheese won't record video

2008-02-17 Thread Dev
i have something very similar, except:

[v4l2src ! fakesink]: Error getting capabilities for device '/dev/video0': It 
isn't a v4l2 driver. Check if it is a v4l1 driver.
using source: v4lsrc ! video/x-raw-rgb,width=640,height=480 ! ffmpegcolorspace
changing to video-mode

** (cheese:8879): WARNING **: Failed to link elements!
Video saved: /home/simon/.gnome2/cheese/videos/Video02.ogg
creating thumbnail for /home/simon/.gnome2/cheese/videos/Video02.ogg
totem-video-thumbnailer couln't open file 
'file:///home/simon/.gnome2/cheese/videos/Video02.ogg'
Reason: The file you tried to play is an empty file..

** (cheese:8879): WARNING **: could not load
/home/simon/.gnome2/cheese/videos/Video02.ogg


(notice the empty file difference).

-- 
cheese won't record video
https://bugs.launchpad.net/bugs/179308
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192576] Re: macbook touchpad two finger not working in Gutsy+PPA

2008-02-17 Thread Chris Irwin
Assigned to mactel-support, marked invalid for Ubuntu. (there are
already bugs for Ubuntu regarding mactel support, this is an issue with
our specific kernel not keeping up)

** Also affects: mactel-support
   Importance: Undecided
   Status: New

** Changed in: mactel-support
   Importance: Undecided = High
 Assignee: (unassigned) = Chris Irwin (chrisirwin)

** Changed in: ubuntu
   Status: New = Invalid

-- 
macbook touchpad two finger not working in Gutsy+PPA
https://bugs.launchpad.net/bugs/192576
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


Re: [Bug 188605] Re: Ekiga software crash on video image demand

2008-02-17 Thread Falco
Non c'è nessun file nella directory che mi hai indicato, come posso
fare?
Grazie. Paolo.

Il giorno mer, 13/02/2008 alle 19.34 +, Pedro Villavicencio ha
scritto:
 Thank you for taking the time to report this bug and helping to make Ubuntu 
 better. However, your crash report is either missing or challenging to deal 
 with as a .crash file. Please follow these instuctions to have apport 
 report a new bug about your crash that can be dealt with by the automatic 
 retracer. 
 If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
 and navigate to your /var/crash directory and double click on the crash 
 report you wish to submit.
  I'm closing this bug report since the process outlined above will 
 automatically open a new bug report which can then dealt with more 
 efficiently. Thanks in advance for your cooperation and understanding.
 
 ** Changed in: ekiga (Ubuntu)
Status: New = Invalid


-- 
Ekiga software crash on video image demand
https://bugs.launchpad.net/bugs/188605
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 178038] Re: npviewer.bin crashed with SIGSEGV in g_object_newv() when multiple flash objects are playing simultaneously

2008-02-17 Thread Wolfgang Glas
same bug in hardy alpha4 on amd64, all packages up-to-date, using
firefox-3.0-b3

-- 
npviewer.bin crashed with SIGSEGV in g_object_newv() when multiple flash 
objects are playing simultaneously
https://bugs.launchpad.net/bugs/178038
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 84666] Re: https://help.ubuntu.com/6.10/kubuntu/desktopguide/C/hardware.html has incorrect instructions for nvidia configuration.

2008-02-17 Thread Matthew East
Richard - did you fix this bug in Ubuntu too? why was it marked as
invalid?

It's very important when closing a bug as invalid to leave a comment to
explain.

** Changed in: ubuntu-doc
   Status: Invalid = Confirmed

-- 
https://help.ubuntu.com/6.10/kubuntu/desktopguide/C/hardware.html has incorrect 
instructions for nvidia configuration.
https://bugs.launchpad.net/bugs/84666
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 47809] Re: No Carrier on dial up

2008-02-17 Thread Jose Bernardo
I have a intel HDA sound card (Fujitsu Siemens Amilo Pi 1505 laptop)
with a Si3054 modem. The fix posted by redfox7691 allows the modem to
bypass the NO CARRIER it would get before, but now fails with a NO
DIALTONE, so something is still bad.. I am using kubuntu hardy, sl-
modem-daemon 2.9.10+2.9.9d+e-pre2-5ubuntu4.

-- 
No Carrier on dial up
https://bugs.launchpad.net/bugs/47809
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 37345] Re: Missing config entry for logicdo Logitech Cordless Desktop Optical

2008-02-17 Thread Timo Aaltonen
Could you check this with Hardy? There is no logicdp anymore, instead
what seems to be the closest match is logicd.

** Changed in: xkeyboard-config (Ubuntu)
   Status: New = Incomplete

-- 
Missing config entry for logicdo Logitech Cordless Desktop Optical
https://bugs.launchpad.net/bugs/37345
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 174403] Re: 7.10 /usr/lib/cups/backend/hal failed

2008-02-17 Thread Pascal De Vuyst
** Changed in: hal-cups-utils (Ubuntu)
   Status: Incomplete = Confirmed

-- 
7.10 /usr/lib/cups/backend/hal failed
https://bugs.launchpad.net/bugs/174403
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192578] [NEW] 'E:The package lexmark-z700-cups-driver needs to be reinstalled, but I can't find an archive for it.'

2008-02-17 Thread rbaho
Public bug reported:

Binary package hint: synaptic

Gutsy Gibbon 7.10
z700llpddk-2.0_1.i386-2_all.deb
lexmark-z700-cups-driver-1.1.1_1.i586-2_all.deb
I got the two .rpm packages above for my lexmark printer and converted them to 
a deb packages with alien. After I installed them I got an upgrade notification 
so I clicked on it there was a warning message saying  'Could not initialize 
package information' and to report this bug with the following 'E:The package 
lexmark-z700-cups-driver needs to be reinstalled, but I can't find an archive 
for it.'

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

-- 
'E:The package lexmark-z700-cups-driver needs to be reinstalled, but I can't 
find an archive for it.'
https://bugs.launchpad.net/bugs/192578
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 181561] Re: Hardy alpha 3 daily-live i386 don't boot

2008-02-17 Thread Patrice Vetsel
WoW.

Adding all_generic_ide as boot parameters, allow me to boot the cd and
to reply to this bug from this running alpha4 live cd.

I attach my new dmesg with this parameter

** Attachment added: dmesg
   http://launchpadlibrarian.net/12046030/dmesg.txt

-- 
Hardy alpha 3 daily-live i386 don't boot
https://bugs.launchpad.net/bugs/181561
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192584] [NEW] Upgrade to version 1.5.6

2008-02-17 Thread Gianluca Magalotti
Public bug reported:

Please upgrade package distro to use the 1.5.6 version of the driver. It
supports more webcams and include a patch to use ps2 eyetoy webcam and
others with skype and many other applications

** Affects: ov51x-jpeg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Upgrade to version 1.5.6
https://bugs.launchpad.net/bugs/192584
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 131777] Re: gnomeradio crashes when adding new station in preferences

2008-02-17 Thread rubinstein
The bug is still not fixed in Hardy. I am not a coder, but it should be
not that hard to package the latest svn code (where this bug is already
fixed) for an experienced person. Thank you very much.

-- 
gnomeradio crashes when adding new station in preferences
https://bugs.launchpad.net/bugs/131777
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 163725] Re: brightness keys not working on macbook 3.1

2008-02-17 Thread Chris Irwin
** Also affects: mactel-support
   Importance: Undecided
   Status: New

-- 
brightness keys not working on macbook 3.1
https://bugs.launchpad.net/bugs/163725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162347] Re: no sound on rev3 MacBook (Santa Rosa)

2008-02-17 Thread Chris Irwin
** Also affects: mactel-support
   Importance: Undecided
   Status: New

** Changed in: mactel-support
 Assignee: (unassigned) = Chris Irwin (chrisirwin)
   Status: New = Confirmed

-- 
no sound on rev3 MacBook (Santa Rosa)
https://bugs.launchpad.net/bugs/162347
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 155685] Re: failsaveXServer fails

2008-02-17 Thread Timo Aaltonen
Right, vesa doesn't work with powerpc.

** Changed in: xorg (Ubuntu)
   Importance: Undecided = Medium

-- 
failsaveXServer fails
https://bugs.launchpad.net/bugs/155685
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192585] [NEW] Unable to mount root fs: Device or resource busy

2008-02-17 Thread Eugene Seppel
Public bug reported:

Binary package hint: linux-image-2.6.22-14-generic

Sometimes, with probability ~ 10% when booting kernel
it says:
Mounting /dev/disk/by-uuid/9c45c7ae-0a67-4887-b3f4-899d2b5536d2 on /root failed:
Device or resource busy.

At this moment only rootfs from initrd is mounted.
So system can't boot. 
But I still enter the busybox shell.


/boot/grub/menu.lst:

title   Ubuntu 7.10, kernel 2.6.22-14-generic
root(hd2,4)
kernel/boot/vmlinuz-2.6.22-14-generic 
root=UUID=9c45c7ae-0a67-4887-b3f4-899d2b5536d2 ro quiet nosplash locale=ru_RU 
resume=/dev/sdb1
initrd/boot/initrd.img-2.6.22-14-generic
quiet

BTW this situation reminds me the race condition. I run Linux on SMP 
dual-core system.
But with Ubuntu 6.06 I havn't this problem at all.

Additional Info:
root fs: /dev/sdb5 type ext3 
HDD: Seagate ST3250620NS 250 Gb
CPU: AMD 64 X2 4600+
Sata controller: sata_via Integrated (VIA VT8237R)

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

-- 
Unable to mount root fs: Device or resource busy
https://bugs.launchpad.net/bugs/192585
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 185880] Re: gnome-keyring-daemon upgrades cause error 9 searching the keyring

2008-02-17 Thread James Henstridge
Hi Robert,

I've applied a version of your fix to the development version of gnome-
gpg (bzr branch lp:gnome-gpg).  I've added an autoconf check for the new
NO_MATCH enumeration value, and made your change conditional on it.  It
compiles okay on my gutsy box (which lacks NO_MATCH).  Could you check
if things work okay on your end?

-- 
gnome-keyring-daemon upgrades cause error 9 searching the keyring
https://bugs.launchpad.net/bugs/185880
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 172715] Re: [hardy] Xorg crash

2008-02-17 Thread Timo Aaltonen
** Changed in: mesa (Ubuntu)
Sourcepackagename: xorg = mesa

-- 
[hardy] Xorg crash
https://bugs.launchpad.net/bugs/172715
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192503] Re: update install error

2008-02-17 Thread motoplux
Thank you for taking the time to report this bug and helping to make Ubuntu 
better,
but please fill a report bug for one bug per time.

Some bugs you described has already reported. They are duplicated of bug
192310 and bug 186186.

Please look at the other bug report to see if there is any missing
information that you can provide, or to see if there is a workaround for
the bug. Additionally, any further discussion regarding the bug should
occur in the other report. Feel free to continue to report any other
bugs you may find.

-- 
update install error
https://bugs.launchpad.net/bugs/192503
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192503] Re: update install error

2008-02-17 Thread motoplux
Too many bugs per time

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

-- 
update install error
https://bugs.launchpad.net/bugs/192503
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 187215] Re: gnome clock shows wrong time in alternate timezones

2008-02-17 Thread Gaspard Leon
Hi, I noticed this today..

also:

It shows incorrectly the timezones of say Brisbane and Melbourne both as
-2 while one of them should be -3 (because it's not in DST)... the
little analog clocks are correct however...

** Attachment added: note see brisbane and melbourne
   http://launchpadlibrarian.net/12046350/Locations%20Clock%20dodgy.png

-- 
gnome clock shows wrong time in alternate timezones
https://bugs.launchpad.net/bugs/187215
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192392] Re: Please add support for the Medion MD1 NBC remote

2008-02-17 Thread F-3582
I should add that this remote has been included in several laptops sold
in Germany and possibly other countries. It had been specifically
designed for being used with Cyberlink Power Cinema.

** Attachment added: The lircd.conf needed to use this remote properly
   http://launchpadlibrarian.net/12046420/Medion-MD1-NBC-lirc.conf

-- 
Please add support for the Medion MD1 NBC remote
https://bugs.launchpad.net/bugs/192392
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190008] Re: Theme color change not applied on logon

2008-02-17 Thread Travis Watkins
*** This bug is a duplicate of bug 182425 ***
https://bugs.launchpad.net/bugs/182425

** This bug has been marked a duplicate of bug 182425
   Strange blue theme after upgrade to Hardy

-- 
Theme color change not applied on logon
https://bugs.launchpad.net/bugs/190008
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 158706] Re: gnunet-gtk crashed with SIGSEGV

2008-02-17 Thread Milan
Sorry for not answering, I did not understand what you needed.
The rationale for backporting 0.7.2 would be 1) to avoid this crash (known to 
be fixed by installing 0.7.2) and 2) match the gnunet package version with 
gnunet-gtk's (this may fix other bugs because the version mismatch is not 
really a good idea in this beta software). But now it's a bit late, maybe you 
have more important work to do: in a few weeks, gnunet 0.8 will be available 
and 0.7.2 will not be compatible with the new network protocol.

So please choose what you think is best, I won't complain if you close
the report...

** Changed in: gutsy-backports
   Status: Incomplete = Confirmed

-- 
gnunet-gtk crashed with SIGSEGV
https://bugs.launchpad.net/bugs/158706
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192576] Re: macbook touchpad two finger not working in Gutsy+PPA

2008-02-17 Thread Mathew Chacko

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/12045929/Xorg.0.log

-- 
macbook touchpad two finger not working in Gutsy+PPA
https://bugs.launchpad.net/bugs/192576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 162083] Re: macbook3, 1 and apple aluminum keyboards fn key does not work

2008-02-17 Thread Chris Irwin
** Also affects: mactel-support
   Importance: Undecided
   Status: New

** Changed in: mactel-support
   Importance: Undecided = Medium
 Assignee: (unassigned) = Chris Irwin (chrisirwin)
   Status: New = Confirmed

-- 
macbook3,1 and apple aluminum keyboards fn key does not work
https://bugs.launchpad.net/bugs/162083
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192576] Re: macbook touchpad two finger not working in Gutsy+PPA

2008-02-17 Thread Mathew Chacko
dmesg

** Attachment added: dmesg
   http://launchpadlibrarian.net/12045927/dmesg.txt

-- 
macbook touchpad two finger not working in Gutsy+PPA
https://bugs.launchpad.net/bugs/192576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 123058] Re: Add colemak layout [Patch]

2008-02-17 Thread Timo Aaltonen
Yep, closing the bug.

** Changed in: xkeyboard-config (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Add colemak layout [Patch]
https://bugs.launchpad.net/bugs/123058
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192576] Re: macbook touchpad two finger not working in Gutsy+PPA

2008-02-17 Thread Mathew Chacko
The touchpad two finger functionality was functioning well with
xorg.conf

** Attachment added: xorg.conf
   http://launchpadlibrarian.net/12045953/xorg.conf

-- 
macbook touchpad two finger not working in Gutsy+PPA
https://bugs.launchpad.net/bugs/192576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192576] [NEW] macbook touchpad two finger not working in Gutsy+PPA

2008-02-17 Thread Mathew Chacko
Public bug reported:

Macbook 3,1 santa rosa Ubuntu 7.10 + PPA

Recent upgrade to linux-image-generic 2.6.22-14.52 broke touchpad two
finger functionality.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
macbook touchpad two finger not working in Gutsy+PPA
https://bugs.launchpad.net/bugs/192576
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192051] Re: Vinagre keyboard not working, mouse not always visible

2008-02-17 Thread Jonh Wendell
Hi.

I've already seen this issue, and have fixed that in gtk-vnc upstream.
Unfortunately, this fix will appear only in next version, 0.3.4, which I
don't know if we (vinagre) will depend on.

Emilio, the patch is here: http://gtk-
vnc.codemonkey.ws/hg/outgoing.hg/rev/bb6581a609b3 if you want to
backport it to Ubuntu 0.3.3 version of gtk-vnc.

** Changed in: gtk-vnc (Ubuntu)
Sourcepackagename: vinagre = gtk-vnc
   Status: Confirmed = Fix Committed

-- 
Vinagre keyboard not working, mouse not always visible
https://bugs.launchpad.net/bugs/192051
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 151741] Re: [Gutsy] No Usplash xorg

2008-02-17 Thread Timo Aaltonen
*** This bug is a duplicate of bug 150930 ***
https://bugs.launchpad.net/bugs/150930

** This bug has been marked a duplicate of bug 150930
   Black screen, and bad usplash.conf after installation

-- 
[Gutsy] No Usplash xorg
https://bugs.launchpad.net/bugs/151741
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 157254] Re: Crash Gutsy Gibbon, at boot system with Via S3 Unichrome

2008-02-17 Thread symio
I've just tried with alpha 4,

Instability seems to be fixed with it.

In livecd, it was not able to auto-detect the resolution. but runs with
a copy of the /etc/X11/xorg.conf of my feisty and a restart of X.

-- 
Crash Gutsy Gibbon, at boot system with Via S3 Unichrome
https://bugs.launchpad.net/bugs/157254
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 173515] Re: Xsession becomes zombie after login

2008-02-17 Thread Timo Aaltonen
I believe the reason is here:

/etc/X11/Xsession.d/40guidance-displayconfig_restore: 11: /usr/bin
/displayconfig-restore: not found

you removed kde-guidance but it didn't remove the Xsession file.

** Changed in: kde-guidance (Ubuntu)
Sourcepackagename: xorg = kde-guidance
   Status: Incomplete = Confirmed

-- 
Xsession becomes zombie after login
https://bugs.launchpad.net/bugs/173515
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kde-guidance in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 137580] Re: [Gusty] Wrong default driver for Brother HL - 2030

2008-02-17 Thread ubuntu4fun
I think the problem is solved for now.  
See Bug #25966 - Fix committed. 
I tested the Gusty packages and it works fine.
 Needs more testing for Hardy, though.

-- 
[Gusty] Wrong default driver for Brother HL - 2030
https://bugs.launchpad.net/bugs/137580
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 70764] Re: Logitech Keyboard and Mouse (wireless) with evdev protokoll restarts xserver

2008-02-17 Thread Timo Aaltonen
Right, closing because it was an error in user configuration.

** Changed in: xkeyboard-config (Ubuntu)
   Status: Incomplete = Invalid

-- 
Logitech Keyboard and Mouse (wireless) with evdev protokoll restarts xserver 
https://bugs.launchpad.net/bugs/70764
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 173090] Re: Special characters are not displayed correctly, fonts dissappear from the menu

2008-02-17 Thread Thorsten stan Koelbl
@wgw
Sounds like this bug is affecting systems with special fonts installed. A 
workaround seems to replace the ubuntu packages of ooo with the packages from 
the ooo-website.
I think there is no chance for a backport for gutsy, so we will have to wait 
for hardy...

If the bug still exists in hardy, i will switch to etch with my
productive system.

-- 
Special characters are not displayed correctly, fonts dissappear from the menu
https://bugs.launchpad.net/bugs/173090
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106837] Re: Keyboard losing some character like | (pipe) on Feisty Fawn

2008-02-17 Thread Timo Aaltonen
Fixed in Hardy.

** Changed in: xkeyboard-config (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Keyboard losing some character like | (pipe) on Feisty Fawn
https://bugs.launchpad.net/bugs/106837
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 25966] Re: NEW PACKAGE: Printer drivers for Brother needed

2008-02-17 Thread ubuntu4fun
Thank you for preparing the packages for Gusty. 
I downloaded and installed 4 of them as follows:

1) brother-lpr-drivers-common_1.0.0-1-0ubuntu1_i386

2) brother-cups-wrapper-common_1.0.0-10-0ubuntu1_i386

3) brother-lpr-drivers-laser_2.0.1-1-0ubuntu1_i386

4) brother-cups-wrapper-laser_2.0.1-2-0ubuntu1_i386

Everything WORKS GREAT for Brother HL2030 !!! Thanks :-)


I hope You manage to include the packages for Hardy. 
As soon as HH 8.04 alpha is downloaded, I' ll test it !!!

-- 
NEW PACKAGE: Printer drivers for Brother needed
https://bugs.launchpad.net/bugs/25966
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 192591] [NEW] Please sync telepathy-stream-engine 0.4.0-1 (universe) from Debian unstable (main)

2008-02-17 Thread Laurent Bigonville
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/telepathy-stream-engine
 status confirmed
 importance wishlist
 subscribe ubuntu-archive

Please sync telepathy-stream-engine 0.4.0-1 (universe) from Debian unstable 
(main).
Changelog since current hardy version 0.4.0-1:

telepathy-stream-engine (0.4.0-2) unstable; urgency=low

  * debian/patches/00_scale_videosrc.patch
- Added. Add a videoscale element in the video src pipeline. Allows
stream-engine to support camera's that don't support CIF.

 -- Sjoerd Simons [EMAIL PROTECTED]  Sat, 16 Feb 2008 00:21:12 +0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHuAt+VLyDt/3apY8RAn4VAKCqE8Ak10u3l/bX8eiuu8E+Nz3syQCcCR3Q
R+eiQSHKlLJxKnNs9lDo8Mw=
=1IMW
-END PGP SIGNATURE-

** Affects: telepathy-stream-engine (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Please sync telepathy-stream-engine 0.4.0-1 (universe) from Debian unstable 
(main)
https://bugs.launchpad.net/bugs/192591
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192589] [NEW] Evolution 2.12.1 crashes when creating new folder

2008-02-17 Thread Bernhard Hanakam
Public bug reported:

Binary package hint: evolution

When I want to create a new local folder (Menu: Folder - New...), the
program (evolution 2.12.1-0ubuntu1) crashes immediately. When I want to
start evolution again by clicking on the panel icon, all panels on my
desktop kill themselves and start again before evolution starts again.
This is reproducible on a few machines running Ubuntu Gutsy (7.10).

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

-- 
Evolution 2.12.1 crashes when creating new folder
https://bugs.launchpad.net/bugs/192589
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 190327] Re: Vinagre doesn't work with ultraVNC

2008-02-17 Thread Jonh Wendell
LordSavage: Please, see my message above on how to test it and report
here the results.

-- 
Vinagre doesn't work with ultraVNC
https://bugs.launchpad.net/bugs/190327
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 175829] Re: [Hardy]b43 wireless driver: WiFi LED is out when interface up and vice versa

2008-02-17 Thread Ralf Hildebrandt
I still see the inverted behaviour. LED off == card is active
and vice versa.

01:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 
01)
Subsystem: AMBIT Microsystem Corp. Unknown device 0422
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 23
Region 0: Memory at c300 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-
Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Address:   Data: 
Capabilities: [d0] Express Legacy Endpoint IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+
Device: Latency L0s 4us, L1 unlimited
Device: AtnBtn- AtnInd- PwrInd-
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s, Port 0
Link: Latency L0s 4us, L1 64us
Link: ASPM L0s Enabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x1

# cat /proc/version_signature
Ubuntu 2.6.24-8.14-generic

# uname -a
Linux acerbus 2.6.24-8-generic #1 SMP Thu Feb 14 20:13:27 UTC 2008 x86_64 
GNU/Linux

[  279.462732] b43-phy1: The hardware RF-kill button still turns the radio 
physically off. Press the button to turn it on.
[  283.752921] atkbd.c: Unknown key pressed (translated set 2, code 0xd5 on 
isa0060/serio0).
[  283.752928] atkbd.c: Use 'setkeycodes e055 keycode' to make it known.
[  283.837555] b43-phy1: Radio hardware status changed to ENABLED
[  283.856907] atkbd.c: Unknown key released (translated set 2, code 0xd5 on 
isa0060/serio0).
[  283.856915] atkbd.c: Use 'setkeycodes e055 keycode' to make it known.

-- 
[Hardy]b43 wireless driver: WiFi LED is out when interface up and vice versa
https://bugs.launchpad.net/bugs/175829
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 172716] Re: Compiz: resizing taskbar does not resize maximized windows

2008-02-17 Thread Bug Watch Updater
** Changed in: compiz
   Status: Unknown = Confirmed

-- 
Compiz: resizing taskbar does not resize maximized windows
https://bugs.launchpad.net/bugs/172716
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 149460] Re: Successful rotation to nonexistent face

2008-02-17 Thread Bug Watch Updater
** Changed in: compiz
   Status: Unknown = Confirmed

-- 
Successful rotation to nonexistent face
https://bugs.launchpad.net/bugs/149460
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106583] Re: No windows hiding with compiz

2008-02-17 Thread AZ
Here comes my debdiff.
I'm not sure what to do to make it get reviewed.

** Attachment added: debdiff of these changes
   
http://launchpadlibrarian.net/12046552/alltray-compiz-ubuntu-106583-debdiff.diff

-- 
No windows hiding with compiz
https://bugs.launchpad.net/bugs/106583
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192592] [NEW] Please sync binutils-avr 2.18-3 (universe) from Debian unstable (main)

2008-02-17 Thread James Westby
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/binutils-avr
 status new
 importance wishlist
 subscribe ubuntu-universe-sponsors

Please sync binutils-avr 2.18-3 (universe) from Debian unstable (main).

Explanation of the Ubuntu delta and why it can be dropped:
The change was to rename a symlink in the package to fix the build. This
appears to have been fixed upstream as the new version now builds without
issue in hardy.

Changelog since current hardy version 2.18-1ubuntu1:

binutils-avr (2.18-3) unstable; urgency=low

  * Upgraded newdevices patch to rev 1.13
  * Applied newsections patch rev 1.1 from
http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/ports/devel/avr-
binutils/files/patch-newsections

 -- Hakan Ardo [EMAIL PROTECTED]  Fri, 08 Feb 2008 09:45:51 +0100

binutils-avr (2.18-2) unstable; urgency=low

  * Filename of source tar-ball nolonger hardcoded (closes: #460362)

 -- Hakan Ardo [EMAIL PROTECTED]  Tue, 05 Feb 2008 20:35:29 +0100


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHuAwSRej+37V3/hMRAp1DAKDhgganeGWB/C7siW2nydWlIYuPAQCeJ3a8
iwOGYRU0iPOXZ2LWlZZQyog=
=ep2e
-END PGP SIGNATURE-

** Affects: binutils-avr (Ubuntu)
 Importance: Wishlist
 Status: New

-- 
Please sync binutils-avr 2.18-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/192592
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 192590] [NEW] dotty hangs

2008-02-17 Thread Erik de Castro Lopo
Public bug reported:

Regression from gutsy to hardy.

I have a tivial dot file:
-
digraph name {
rankdir = LR ;

node [shape = circle]; s00
node [shape = circle]; s01
node [shape = circle]; s02
node [shape = doublecircle]; s03_one
node [shape = doublecircle]; s06_two
node [shape = doublecircle]; s09_three

s00 - s01 [label = a];
s00 - s01 [label = b];
s00 - s01 [label = c];
s00 - s01 [label = d];
s00 - s01 [label = e];
s01 - s02 [label = f];
s01 - s02 [label = g];
s01 - s02 [label = h];
s01 - s02 [label = i];
s01 - s02 [label = j];
s02 - s03_one [label = a];
s02 - s06_two [label = b];
s02 - s09_three [label = c];
}
-

The dotty shipped with gutsy displays this file without a problem. Dotty
on hardy hangs and never renders.

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

-- 
dotty hangs
https://bugs.launchpad.net/bugs/192590
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


  1   2   3   4   5   6   7   8   9   10   >