[Bug 64698] Re: Adding a user to a group modifies other users' groups and passwords

2006-10-10 Thread Martin Pitt
*** This bug is a duplicate of bug 26338 ***

** Visibility changed to: Public

** This bug is no longer flagged as a security issue

** This bug has been marked a duplicate of bug 26338
   no automounting due to wrong hal group memberships

-- 
Adding a user to a group modifies other users' groups and passwords
https://launchpad.net/bugs/64698

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


[Bug 57803] Re: fonts do not diplay when run in X

2006-10-10 Thread Snark
After today's update, emacs in X works again!

Thanks!

-- 
fonts do not diplay when run in X
https://launchpad.net/bugs/57803

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


[Bug 26338] Re: no automounting due to wrong hal group memberships

2006-10-10 Thread Martin Pitt
Reopening and lifting to critical, since a duplicate (bug 64698) just
popped up again.

** Changed in: gnome-system-tools (Ubuntu)
   Importance: High = Critical
   Status: Fix Released = Confirmed

** Bug 64698 has been marked a duplicate of this bug

-- 
no automounting due to wrong hal group memberships
https://launchpad.net/bugs/26338

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


[Bug 4167] Re: removing network-manager does not restore /etc/resolv.conf

2006-10-10 Thread Sébastien Grellier
Alright then.
I can understand the situation. The bug is fixed for me.
Thanks.

-- 
removing network-manager does not restore /etc/resolv.conf
https://launchpad.net/bugs/4167

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


[Bug 26338] Re: no automounting due to wrong hal group memberships

2006-10-10 Thread Martin Pitt
Please see bug 64698 comment; gnome-system-tools should totally not
touch the passwords and properties of *all* users in the system, just
the one that was actually modified. Also, there still seems to be a bug
in the group membership handling. Just as this bug was about removing
hal from all of its normal groups (plugdev, floppy, cdrom), that bug was
about removing the user from 'admin'.

David, which Ubuntu version do you use?

-- 
no automounting due to wrong hal group memberships
https://launchpad.net/bugs/26338

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


[Bug 65004] Edgy: USB keyboard mouse do not function in LTSP client

2006-10-10 Thread StevenMcCoy
Public bug reported:

PS/2 varients work fine, after a few seconds typing on the keyboard the
thin client will completely lock up and require a hard reset.

Dapper works fine.

I installed Wacom tablet support.

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

** Description changed:

  PS/2 varients work fine, after a few seconds typing on the keyboard the
  thin client will completely lock up and require a hard reset.
  
  Dapper works fine.
  
- I install Wacom tablet support.
+ I installed Wacom tablet support.

-- 
Edgy: USB keyboard mouse do not function in LTSP client
https://launchpad.net/bugs/65004

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


[Bug 65001] Re: Nautilus terminates itself when deleting a folder

2006-10-10 Thread Vassilis Pandis
With what version of nautilus is this? Do you mean that you select the
folder in the side pane, right click, send to trash and then nautilus
crashes? I cannot reproduce this with nautilus 2.16.1-0ubuntu2. Also,
please install the nautilus-dbg package and in a terminal, type 'gnome-
session-remove nautilus  gdb nautilus'. Then follow the instructions
after step 2 of http://wiki.ubuntu.com/Backtrace to get a backtrace of
the crash (it's quite vital to spotting the problem). Thanks for
reporting this.

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
Nautilus terminates itself when deleting a folder
https://launchpad.net/bugs/65001

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


[Bug 64189] Re: UVF: please sync from debian

2006-10-10 Thread Timo Aaltonen
actually, I'll just post the changes after 2.3 here:

pam-krb5 2.4 (2006-10-05)

Fix compilation problems with Heimdal. Thanks, Matthijs Mohlmann and
Douglas Engert.

Check for memory allocation failures when parsing PAM options rather
than segfaulting.

Fix several places where an uninitialized context could have been passed
into the argument parsing function.

Refactor the code to read configuration from krb5.conf to be easier to
read and understand. Parse renew_lifetime immediately and always report
an error rather than deferring time parsing until acquiring tickets.

Log errors (not just authentication failures) at the LOG_ERR level to
match (some of) the recommendations of the Linux PAM documentation.

Log an error when an unknown option is passed via the PAM configuration.

** Changed in: libpam-krb5 (Ubuntu)
   Status: Rejected = Confirmed

-- 
UVF: please sync from debian
https://launchpad.net/bugs/64189

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


[Bug 27629] Re: ISOLinux error

2006-10-10 Thread Martin Bergner
Hi, is this still a problem with the Dapper or Edgy install cds?
I suspect that this is a problem of your cd drive.

** Changed in: Ubuntu
 Assignee: (unassigned) = Martin Bergner
   Status: Unconfirmed = Needs Info

-- 
ISOLinux error
https://launchpad.net/bugs/27629

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


[Bug 64971] Re: crash during the installation - OSError [Errno 30] read only file system : '/target/home'

2006-10-10 Thread Vassilis Pandis
*** This bug is a duplicate of bug 48410 ***

Caroline is right, there seems to be some sort of problem. Nevertheless,
the installer crashed because you tried to use /dev/hda5 as /home, but
/dev/hda5 is an NTFS partition to which Ubuntu, for now at least, cannot
write (we can read NTFS partitions though).

To workaround this you can :

* Format /dev/hda5 as 'ext3' (which will of course erase e.verything on
it)

* Use a larger / partition, and don't mount home separately

* Create a separate FAT partition for your /home  (Linux and Windows can
both write/read to it).


Thanks for reporting this!

** This bug has been marked a duplicate of bug 48410
   crash during copy with Read-only file system: '/target/home'

-- 
crash during the installation - OSError [Errno 30] read only file system : 
'/target/home'
https://launchpad.net/bugs/64971

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


[Bug 65005] after suspend to ram fans dont start

2006-10-10 Thread Infecto
Public bug reported:

Edgy

linux-image-2.6.17-10-generic  2.6.17-10.29

all files which one contains

dmesg  dmesg.log 
lspci -vv  lspci-vv.log 
lspci -vvn  lspci-vvn.log

are attached on this addres http://213.199.250.13/~infecto/os/

MM

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
after suspend to ram fans dont start
https://launchpad.net/bugs/65005

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


[Bug 50363] Re: libc6-amd64 on edgy (2.4-1ubuntu4) fails on samba

2006-10-10 Thread Fabio Massimo Di Nitto
fixed according to the submitter


** Changed in: glibc (Ubuntu)
   Status: Unconfirmed = Fix Released

-- 
libc6-amd64 on edgy (2.4-1ubuntu4) fails on samba
https://launchpad.net/bugs/50363

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


[Bug 65006] network-manager sometimes thinks my wireless card is wired

2006-10-10 Thread Rich
Public bug reported:

Binary package hint: network-manager

Seemingly arbitrarily, network manager will, instead of detecting my
ipw2200 as being a wireless card, decide that it is instead a wired
network card, and therefore fail to detect wireless APs or any similar
behavior.

Repeated toggling of the Enable Networking checkbox on nm-applet will
eventually resolve this.

When it occurs, it sees the card as being an ipw2200, recognizes the
driver as ipw2200, but claims it is a Wired Networking Device. iwconfig
still thinks it's a wireless card, of course, and I can even associate,
DHCP, and do various network tasks over my wired ipw2200 whenever this
occurs, presuming that I continue to DHCP whenever network-manager
decides it's going to assign a 169.X.X.X address to my wired card.

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

-- 
network-manager sometimes thinks my wireless card is wired
https://launchpad.net/bugs/65006

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


[Bug 27743] Re: Grub error 15 with kernel 2.6.15.x and (any version of) Vanilla kernel

2006-10-10 Thread Martin Bergner
So this was an hardware problem which is fixed by a bios update. I will
therefore reject this bug, please reopen if the problem still exists

** Changed in: Ubuntu
   Status: Unconfirmed = Rejected

-- 
Grub error 15 with kernel 2.6.15.x and (any version of) Vanilla kernel
https://launchpad.net/bugs/27743

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


[Bug 64016] Re: Bluefish crashes when saving document

2006-10-10 Thread Jim Hayward
Patch attached.

** Attachment added: Patch
   http://librarian.launchpad.net/4728944/ubuntu-bug-64016.patch

-- 
Bluefish crashes when saving document
https://launchpad.net/bugs/64016

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


[Bug 48410] Re: crash during copy with Read-only file system: '/target/home'

2006-10-10 Thread Vassilis Pandis
** Bug 64971 has been marked a duplicate of this bug

-- 
crash during copy with Read-only file system: '/target/home'
https://launchpad.net/bugs/48410

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


[Bug 27723] Re: Installation

2006-10-10 Thread Martin Bergner
Hi, this is not an error message, just some information.
Do you still have this problem with the Dapper or Edgy desktop or alternate cd?

** Changed in: Ubuntu
 Assignee: (unassigned) = Martin Bergner
   Status: Unconfirmed = Needs Info

-- 
Installation
https://launchpad.net/bugs/27723

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


[Bug 42846] Re: evdev missing key

2006-10-10 Thread eze80
Hi, after some configuration I found this:

The kde keyboard module messes with my keyboard, if I activate it the
arrow keys and the insert/del/pg.up/etc keys stop working. Only
deactivating it and restarting kde solves the problem.

The weird thing is that, if I turn the kde module off, my keyboard
doesn't give me any problem except this: the up arrow key doesn't work.

xev output when I press that key is this:

FocusOut event, serial 31, synthetic NO, window 0x141,
mode NotifyGrab, detail NotifyAncestor

FocusIn event, serial 31, synthetic NO, window 0x141,
mode NotifyUngrab, detail NotifyAncestor

KeymapNotify event, serial 31, synthetic NO, window 0x0,
keys:  68  0   0   0   0   0   0   0   0   0   0   0   0   4294967168 0   0
   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0

KeyRelease event, serial 31, synthetic NO, window 0x141,
root 0x3b, subw 0x0, time 824603934, (402,772), root:(406,828),
state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:


Does anyone have any idea of what is the problem?

Thanks

-- 
evdev missing key
https://launchpad.net/bugs/42846

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


[Bug 27696] Re: Keyboard layout

2006-10-10 Thread Martin Bergner
Hi, is this still a problem with the latest versions?

** Changed in: Ubuntu
 Assignee: (unassigned) = Martin Bergner
   Status: Unconfirmed = Needs Info

-- 
Keyboard layout
https://launchpad.net/bugs/27696

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


[Bug 27693] Re: Eye of GNOME is invalid when Unbuntu log out with Save current setup option

2006-10-10 Thread Martin Bergner
Hi is this still a problem with the version in Dapper or Edgy?

** Changed in: Ubuntu
Sourcepackagename: None = eog
   Status: Unconfirmed = Needs Info

-- 
Eye of GNOME is invalid when Unbuntu log out with Save current setup option
https://launchpad.net/bugs/27693

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


[Bug 48732] Re: Install crash at the time of partitioning

2006-10-10 Thread Vassilis Pandis
** Bug 64959 has been marked a duplicate of this bug

-- 
Install crash at the time of partitioning
https://launchpad.net/bugs/48732

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


[Bug 27646] Re: the new folder can't step into rename stage after its creation

2006-10-10 Thread Martin Bergner
Hi, is this still a problem with dapper? On Edgy, I can't reproduce
this.

** Changed in: Ubuntu
Sourcepackagename: None = nautilus
 Assignee: (unassigned) = Martin Bergner
   Status: Unconfirmed = Needs Info

-- 
the new folder can't step into rename stage after its creation
https://launchpad.net/bugs/27646

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


[Bug 57050] Re: Brother HL-1430 USB printer will only print once

2006-10-10 Thread Xirtam
I'll try this today. Now have to work :)

-- 
Brother HL-1430 USB printer will only print once
https://launchpad.net/bugs/57050

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


[Bug 64706] Re: Usplash shifted partially off-screen

2006-10-10 Thread Michael Zehrer
This is what it looks on my Thinkpad z60m (see attached screenshot)

** Attachment added: Usplash on z60m
   http://librarian.launchpad.net/4728952/DSC00123.JPG

-- 
Usplash shifted partially off-screen
https://launchpad.net/bugs/64706

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


[Bug 50539] Re: Thinkpad x60 xorg.conf contains strange entries for Wacom InputDevice (Stylus)

2006-10-10 Thread Littleiffel
Actually, I do not have any tablet, and never have connected any such
device to the Thinkpad.

-- 
Thinkpad x60 xorg.conf contains strange entries for Wacom InputDevice (Stylus)
https://launchpad.net/bugs/50539

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


[Bug 50539] Re: Thinkpad x60 xorg.conf contains strange entries for Wacom InputDevice (Stylus)

2006-10-10 Thread Littleiffel
What kind of info shall I provide??

-- 
Thinkpad x60 xorg.conf contains strange entries for Wacom InputDevice (Stylus)
https://launchpad.net/bugs/50539

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


[Bug 43961] No Power down after [xxx.xxx] Power Down message

2006-10-10 Thread elias
I have to confirm the not powering down bug for Edgy!

I get the message 
[SOME.NUMBER] Power Down
but the system does not power down.

My Laptop showed this messages for several hours, since I did shutdown
the machine and left at night without waiting for the laptop to actually
power down. The next day it was still on and showing this message.

Hardware: Vaio VGN-S560P

Breezy did the same, Dapper worked while there was some delay between
the moment it could power down (for example when hibernate did turn of
the HDD) and the actual power down.


** Attachment added: lshw Vaio VGN-S560P
   http://librarian.launchpad.net/4728955/lshw.txt

-- 
Power down after shutdown does not work...
https://launchpad.net/bugs/43961

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


[Bug 38272] Re: option EmulateWheelTimeout not working

2006-10-10 Thread dré
I've installed latest Edgy Beta and the Trackpoint on my Thinkpad T42p
wasn't working. (The Touchpad worked ferfectly.) After inserting the
three lines mentioned above

   Option EmulateWheel yes
   Option EmulateWheelButton 2
   Option EmulateWheelTimeout 200

it worked perfectly. I can scroll by holding the middle button and can
close tabs in FF by clicking the middle button.

Any chance to make this work out of the box?

Are other packages affected that are responsible for the Trackpoint
configuration?

Thanks!

-- 
option EmulateWheelTimeout not working
https://launchpad.net/bugs/38272

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


[Bug 27772] Re: HP4 Plus Printer Driver does not work

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Dapper or Edgy?

** Changed in: Ubuntu
 Assignee: (unassigned) = Martin Bergner
   Status: Unconfirmed = Needs Info

-- 
HP4 Plus Printer Driver does not work
https://launchpad.net/bugs/27772

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


[Bug 27748] Re: thinkpad z60t needs 915resolution

2006-10-10 Thread Martin Bergner
*** This bug is a duplicate of bug 24927 ***

In any case, this is a duplicate of bug 24927

** This bug has been marked a duplicate of bug 24927
   Widescreen LCD resolution incorrect.

-- 
thinkpad z60t needs 915resolution
https://launchpad.net/bugs/27748

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


[Bug 24927] Re: Widescreen LCD resolution incorrect.

2006-10-10 Thread Martin Bergner
** Bug 27748 has been marked a duplicate of this bug

-- 
Widescreen LCD resolution incorrect.
https://launchpad.net/bugs/24927

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


[Bug 27754] Re: LiveCD sets: problems with Ubuntu.com- failed attempts ordering from Mac OS 9.2.2

2006-10-10 Thread Martin Bergner
Hi, this is not the right place for this kind of request, since this bug
is old, I will just close it. Try to order the cds from
http://shipit.ubuntu.com . This was probably just a temporary hardware
problem.

** Changed in: Ubuntu
   Status: Unconfirmed = Rejected

-- 
LiveCD sets: problems with Ubuntu.com- failed attempts ordering from Mac OS 
9.2.2
https://launchpad.net/bugs/27754

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


[Bug 27769] Re: Drivers for Lexamrk All-in-one X-75

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Dapper or Edgy?

** Changed in: Ubuntu
 Assignee: (unassigned) = Martin Bergner
   Status: Unconfirmed = Needs Info

-- 
Drivers for Lexamrk All-in-one  X-75
https://launchpad.net/bugs/27769

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


[Bug 65010] Xubuntu desktop manager not LTSP aware

2006-10-10 Thread StevenMcCoy
Public bug reported:

Selecting power-off in the desktop manager shuts down the LTSP server
instead of the LTSP client.

** Affects: xubuntu-meta (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Xubuntu desktop manager not LTSP aware
https://launchpad.net/bugs/65010

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


[Bug 65008] No Xubuntu LDM login screen

2006-10-10 Thread StevenMcCoy
Public bug reported:

Ubuntu MueKow has a matching LDM login to GDM, but Xubuntu does not to
Xfce4.

** Affects: xubuntu-artwork (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Changed in: ltsp (Ubuntu)
Sourcepackagename: ltsp = xubuntu-artwork

-- 
No Xubuntu LDM login screen
https://launchpad.net/bugs/65008

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


[Bug 65009] nautilus breaks down if I add a new folder

2006-10-10 Thread lacarpe
Public bug reported:

nautilus breaks down if I add a new folder in the folder tree

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
nautilus breaks down if I add a new folder
https://launchpad.net/bugs/65009

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


[Bug 27780] Re: set-default-soundcard doesn't set OSS default

2006-10-10 Thread Martin Bergner
Is this an alsa issue?

** Changed in: Ubuntu Dapper
   Status: Unconfirmed = Rejected

** Changed in: Ubuntu
Sourcepackagename: None = alsa-utils

-- 
set-default-soundcard doesn't set OSS default
https://launchpad.net/bugs/27780

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


[Bug 60781] Re: Knot 3 Edgy Eft - will not complete CD integrity check function

2006-10-10 Thread Tollef Fog Heen
This has later been fixed, please try with a daily or the beta CD.


** Changed in: debian-installer (Ubuntu)
Sourcepackagename: debian-installer = casper
   Status: Unconfirmed = Fix Released

-- 
Knot 3 Edgy Eft - will not complete CD integrity check function
https://launchpad.net/bugs/60781

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


[Bug 63597] Re: Ubuntu 6.10 beta ppc doesn't recognize the audio card in iBook G3 dual USB.

2006-10-10 Thread Martin Pitt
This sounds like a duplicate of 60381. Does sound work after 'sudo
modprobe snd-powermac'?

** Changed in: alsa-driver (Ubuntu)
   Status: Unconfirmed = Needs Info

-- 
Ubuntu 6.10 beta ppc doesn't recognize the audio card in iBook G3 dual USB.
https://launchpad.net/bugs/63597

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


[Bug 65011] Scan bluetooth devices

2006-10-10 Thread Carlos
Public bug reported:

Binary package hint: gnome-bluetooth

When I am scannig for new devices In gnome-bluetooth-manager i have this
message by console:

/usr/lib/python2.4/site-packages/gnomebt/manager.py:142: DeprecationWarning: 
gnome.ui.AppBar constructor takes exactly 3 arguments, but calling old gtk.HBox 
constructor for compatibility reasons.
  self.statusbar = gnome.ui.AppBar (True, True)

I suppose that it's provoked by status bar.

While it's scanning I get these messages:

/usr/lib/python2.4/site-packages/gnomebt/manager.py:220: GtkWarning: 
gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
  self.statusbar.pop ()
/usr/lib/python2.4/site-packages/gnomebt/manager.py:222: GtkWarning: 
gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed
  self.statusbar.push (_(Scanning for devices...))

(Administrador de dispositivos Bluetooth:6689): GnomeUI-CRITICAL **:
gnome_appbar_set_progress_percentage: assertion `appbar-_priv-progress
!= NULL' failed

I edit the file manager.py and I change these lines:

self.statusbar = gnome.ui.AppBar (True, True) --
self.statusbar = gnome.ui.AppBar (True, True, 
gnome.ui.PREFERENCES_NEVER)

Then it show me the status bar.

The next error when scannig bluetooth devices it's getting device's
name:

** Message: inquiry complete

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

-- 
Scan bluetooth devices
https://launchpad.net/bugs/65011

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


[Bug 65006] Re: network-manager sometimes thinks my wireless card is wired

2006-10-10 Thread Jarmo Ilonen
*** This bug is a duplicate of bug 59981 ***

** This bug has been marked a duplicate of bug 59981
   suspend makes network-manager say eth1 is a wired device

-- 
network-manager sometimes thinks my wireless card is wired
https://launchpad.net/bugs/65006

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


[Bug 65001] Re: Nautilus terminates itself when deleting a folder

2006-10-10 Thread Sebastien Bacher
what version of Ubuntu do you use. If you use dapper and have a window
open on the folder you are moving that's a known behaviour, it closes
the window because it would be wrong to keep displaying something which
has been moved

-- 
Nautilus terminates itself when deleting a folder
https://launchpad.net/bugs/65001

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


[Bug 36158] Re: System does not power off on shutdown

2006-10-10 Thread elias
I have to confirm the not powering down bug for Edgy!

I get the message 
[SOME.NUMBER] Power Down
but the system does not power down.

My Laptop showed this messages for several hours, since I did shutdown
the machine and left at night without waiting for the laptop to actually
power down. The next day it was still on and showing this message.

Hardware: Vaio VGN-S560P

Breezy did the same, Dapper worked while there was some delay between
the moment it could power down (for example when hibernate did turn of
the HDD) and the actual power down.


** Attachment added: lshw Vaio VGN-S560P
   http://librarian.launchpad.net/4728963/lshw.txt

-- 
System does not power off on shutdown
https://launchpad.net/bugs/36158

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


[Bug 64909] Re: Duplicate UUIDs after Edgy update

2006-10-10 Thread Michael Vogt
** Changed in: update-manager (Ubuntu)
Sourcepackagename: update-manager = udev

-- 
Duplicate UUIDs after Edgy update
https://launchpad.net/bugs/64909

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


[Bug 59981] Re: suspend makes network-manager say eth1 is a wired device

2006-10-10 Thread Jarmo Ilonen
** Bug 65006 has been marked a duplicate of this bug

-- 
suspend makes network-manager say eth1 is a wired device
https://launchpad.net/bugs/59981

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


[Bug 54713] Re: wrong icon used in panel

2006-10-10 Thread Richard Hughes
g-p-m provides all the icons in:

16x16
22x22
24x24
scalable svg's

It would apear the panel is choosing the svg version rather than the
22x22 version.

-- 
wrong icon used in panel
https://launchpad.net/bugs/54713

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


[Bug 36158] Re: System does not power off on shutdown

2006-10-10 Thread elias

** Attachment added: dmidecode Vaio VGN-S560P
   http://librarian.launchpad.net/4728964/dmidecode.txt

-- 
System does not power off on shutdown
https://launchpad.net/bugs/36158

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


[Bug 36064] Re: acpi support don't check battery mode after resume

2006-10-10 Thread Sylvek
not see under edgy

-- 
acpi support don't check battery mode after resume
https://launchpad.net/bugs/36064

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


[Bug 27829] Re: What I found when testing Dapper Drake Flight 2 live CD version

2006-10-10 Thread Martin Bergner
Hi, thanks for your bug report. The problem is that you:
1. posted 3 problems in one report (you should really post one bug per problem)
2. posted the bug in the wrong package, I admit, these are hard to get for your 
problems.
3. didn't wait long enough ;)

I admit that 9 months is a bit long and I only found this bug because I'm 
cleaning out old bugs.
We get a lot of bugs each day, and apparently your bug got lost in between all 
the other ones. And honestly, there were a lot more bugs lost.

You could really help us by testing the latest Edgy CD's and see if your
problems still exist with that one!

And please don't get angry about that, sometimes you just have bad luck.

** Changed in: Ubuntu
 Assignee: (unassigned) = Martin Bergner
   Status: Unconfirmed = Needs Info

-- 
What I found when testing Dapper Drake Flight 2 live CD version
https://launchpad.net/bugs/27829

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


[Bug 65009] Re: nautilus breaks down if I add a new folder

2006-10-10 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use. What do you call
breaks down? Does it hang? crash? What do you call folder tree? A
list view for the main window? The sidebar tree mode?

** Changed in: Ubuntu
Sourcepackagename: None = nautilus
 Assignee: (unassigned) = Ubuntu Desktop Bugs
   Status: Unconfirmed = Needs Info

-- 
nautilus breaks down if I add a new folder
https://launchpad.net/bugs/65009

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


[Bug 65005] Re: after suspend to ram fans dont start

2006-10-10 Thread Martin Bergner
Hi, thanks for your bug, can you briefly summarize what you do to
suspend and what kind of laptop do you have?

** Changed in: Ubuntu
Sourcepackagename: None = linux-source-2.6.17

-- 
after suspend to ram fans dont start
https://launchpad.net/bugs/65005

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


Re: [Bug 27696] Re: Keyboard layout

2006-10-10 Thread Alex
No thanks. In latest version everything is OK. Now i have problem with MIC.
Sound goes out but not in. MIC is ok. So i do not know where to search. 
Only one thing reinstal driver for soun card but i do not know how to do it.

Thank's for asking!
Best regards,
Alex

-- 
Keyboard layout
https://launchpad.net/bugs/27696

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


[Bug 31993] Re: Shutdown no longer powers off computer (Dapper laptop)

2006-10-10 Thread elias
I have to confirm the not powering down bug for Edgy!

I get the message 
[SOME.NUMBER] Power Down
but the system does not power down.

My Laptop showed this messages for several hours, since I did shutdown
the machine and left at night without waiting for the laptop to actually
power down. The next day it was still on and showing this message.

Hardware: Vaio VGN-S560P

Breezy did the same, Dapper worked while there was some delay between
the moment it could power down (for example when hibernate did turn of
the HDD) and the actual power down.


** Attachment added: dmidecode Vaio VGN-S560P
   http://librarian.launchpad.net/4729033/dmidecode.txt

-- 
Shutdown no longer powers off computer (Dapper laptop)
https://launchpad.net/bugs/31993

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


[Bug 31993] Re: Shutdown no longer powers off computer (Dapper laptop)

2006-10-10 Thread elias

** Attachment added: lshw Vaio VGN-S560P
   http://librarian.launchpad.net/4729035/lshw.txt

-- 
Shutdown no longer powers off computer (Dapper laptop)
https://launchpad.net/bugs/31993

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


[Bug 19528] Re: problems syncing calendar and todo list, adresses works

2006-10-10 Thread Jacob
Yes, I still have this problem. It might be another issue, but the symptoms are 
the same.
The Addressbook is synchronyzed correctly, but gnome-pilot crashes during or at 
ECalendar.

-- 
problems syncing calendar and todo list, adresses works 
https://launchpad.net/bugs/19528

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


[Bug 64973] Re: Please update planner to 0.14.1

2006-10-10 Thread Bug Watch Updater
** Changed in: planner (upstream)
   Status: Unknown = Confirmed

-- 
Please update planner to 0.14.1
https://launchpad.net/bugs/64973

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


[Bug 64801] Re: crash in split mode

2006-10-10 Thread Bug Watch Updater
** Changed in: kdebase (upstream)
   Status: Unknown = Fix Released

-- 
crash in split mode
https://launchpad.net/bugs/64801

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


[Bug 64735] Re: Kate throws a screen of errors when invoked using sudo... kate still starts

2006-10-10 Thread Bug Watch Updater
** Changed in: kdebase (upstream)
   Status: Unknown = Unconfirmed

-- 
Kate throws a screen of errors when invoked using sudo... kate still starts
https://launchpad.net/bugs/64735

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


[Bug 64724] Re: [users-admin] When you create more than one user with users-admin, it creates only the users that was created in even positions

2006-10-10 Thread Bug Watch Updater
** Changed in: gst (upstream)
   Status: Unknown = Fix Released

-- 
[users-admin] When you create more than one user with users-admin, it creates 
only the users that was created in even positions
https://launchpad.net/bugs/64724

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


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

2006-10-10 Thread Bug Watch Updater
** Changed in: gnome-applets (upstream)
   Status: Unconfirmed = Confirmed

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

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


[Bug 64155] Re: sound juicer should warn for jitter errors

2006-10-10 Thread Bug Watch Updater
** Changed in: sound-juicer (upstream)
   Status: Unknown = Unconfirmed

-- 
sound juicer should warn for jitter errors
https://launchpad.net/bugs/64155

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


[Bug 63804] Re: simple-browser.py example doesn't work

2006-10-10 Thread Bug Watch Updater
** Changed in: pygtk (upstream)
   Status: Unknown = Fix Released

-- 
simple-browser.py example doesn't work
https://launchpad.net/bugs/63804

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


[Bug 64719] Re: Regression after #59690: Wireless conf gets corrupted after static IP conf

2006-10-10 Thread Bug Watch Updater
** Changed in: gst (upstream)
   Status: Unknown = Fix Released

-- 
Regression after #59690: Wireless conf gets corrupted after static IP conf
https://launchpad.net/bugs/64719

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


[Bug 64526] Re: Enter in the New Image dialog should open a new image

2006-10-10 Thread Bug Watch Updater
** Changed in: gimp (upstream)
   Status: Unknown = Fix Released

-- 
Enter in the New Image dialog should open a new image
https://launchpad.net/bugs/64526

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


[Bug 60231] Re: wg511 pccard not loaded (regression: dapper - edgy)

2006-10-10 Thread Bug Watch Updater
** Changed in: linux (upstream)
   Status: Unknown = Confirmed

-- 
wg511 pccard not loaded (regression: dapper - edgy)
https://launchpad.net/bugs/60231

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


[Bug 59690] Re: [network-admin] Static IP configuration doesn't adds the default route to the gateway

2006-10-10 Thread Bug Watch Updater
** Changed in: gst (upstream)
   Status: Unconfirmed = Fix Released

-- 
[network-admin] Static IP configuration doesn't adds the default route to the 
gateway
https://launchpad.net/bugs/59690

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


[Bug 19619] Re: Interface statistics wrong

2006-10-10 Thread Bug Watch Updater
** Changed in: gnome-nettool (upstream)
   Status: Unconfirmed = Rejected

-- 
Interface statistics wrong
https://launchpad.net/bugs/19619

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


[Bug 64068] Re: Nautilus spatial should use friendly names on it's navigation.

2006-10-10 Thread Bug Watch Updater
** Changed in: nautilus (upstream)
   Status: Unknown = Confirmed

-- 
Nautilus spatial should use friendly names on it's navigation.
https://launchpad.net/bugs/64068

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


[Bug 64014] Re: [ia64] libgcc1: undefined reference to `_Unwind_GetIPInfo'

2006-10-10 Thread Bug Watch Updater
** Changed in: gcc (upstream)
   Status: In Progress = Fix Released

-- 
[ia64] libgcc1: undefined reference to `_Unwind_GetIPInfo'
https://launchpad.net/bugs/64014

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


[Bug 62356] Re: gdm segfaults on ia64 with in ve_locale_from_utf8: address out of bounds

2006-10-10 Thread Bug Watch Updater
** Changed in: gdm (upstream)
   Status: Unknown = Unconfirmed

-- 
gdm segfaults on ia64 with in ve_locale_from_utf8: address out of bounds
https://launchpad.net/bugs/62356

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


[Bug 27831] Re: Add support for MidiSport USB midi interfaces

2006-10-10 Thread Martin Bergner
Thanks for your suggestion. This is not the right place to request new
software. Please add your suggestion to
https://wiki.ubuntu.com/MOTU/Packages/Candidates

** Changed in: Ubuntu
   Status: Unconfirmed = Rejected

-- 
Add support for MidiSport USB midi interfaces
https://launchpad.net/bugs/27831

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


[Bug 57218] Re: Bad placing of the copy string while drag-copying files with a dot in their name

2006-10-10 Thread Bug Watch Updater
** Changed in: nautilus (upstream)
   Status: Unconfirmed = Confirmed

-- 
Bad placing of the copy string while drag-copying files with a dot in their 
name
https://launchpad.net/bugs/57218

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


[Bug 64869] Re: GEdit opens java files with C source highlighting

2006-10-10 Thread Sebastien Bacher
John, don't close bugs too fast. Having a .java detected as text/x-csrc
is a bug. Could you attach an example of such file to the bug?

-- 
GEdit opens java files with C source highlighting
https://launchpad.net/bugs/64869

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


[Bug 36158] Re: System does not power off on shutdown

2006-10-10 Thread elias
I have to confirm the not powering down bug for Edgy!

I get the message 
[SOME.NUMBER] Power Down
but the system does not power down.

My Laptop showed this messages for several hours, since I did shutdown
the machine and left at night without waiting for the laptop to actually
power down. The next day it was still on and showing this message.

Hardware: Vaio VGN-S560P

Breezy did the same, Dapper worked while there was some delay between
the moment it could power down (for example when hibernate did turn of
the HDD) and the actual power down.


** Attachment added: dmidecode Vaio VGN-S560P
   http://librarian.launchpad.net/4729045/dmidecode.txt

-- 
System does not power off on shutdown
https://launchpad.net/bugs/36158

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


Re: [Bug 64838] Re: [Edgy beta] power manager isn't configurable

2006-10-10 Thread Alessandro Colaci
Andrew Hunter wrote:
 I am not a dev, but have you tried to reinstall the kde-guidance
 package?
   
Of course, I did, unfortunately without success. I tried to reconfigure 
and to reinstall, too. Generally I consider bug reporting the 'extrema 
ratio'.
 From what I can tell, the powermanager does not recognise that you are
 using a laptop.
   
Well, it seems it's recognizing I have a fully charged never plugged to 
AC laptop, and that's not true. Moreover I can't configure it.
 I am subscribing the laptop team.
OK, many thanks!

-- 
[Edgy beta] power manager isn't configurable
https://launchpad.net/bugs/64838

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


[Bug 61579] Re: xfburn crash when creating adding files to new composition

2006-10-10 Thread Bug Watch Updater
** Changed in: xfce (upstream)
   Status: Unknown = In Progress

-- 
xfburn crash when creating adding files to new composition
https://launchpad.net/bugs/61579

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


[Bug 25489] Re: freeze during ubuntu configuration-installing packages

2006-10-10 Thread Martin Bergner
Fixed according to original reporter, thanks for clearing that!

** Changed in: Ubuntu
 Assignee: Martin Bergner = (unassigned)
   Status: Needs Info = Fix Released

-- 
freeze during ubuntu configuration-installing packages
https://launchpad.net/bugs/25489

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


[Bug 36158] Re: System does not power off on shutdown

2006-10-10 Thread elias

** Attachment added: lshw Vaio VGN-S560P
   http://librarian.launchpad.net/4729046/lshw.txt

-- 
System does not power off on shutdown
https://launchpad.net/bugs/36158

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


[Bug 36158] Re: System does not power off on shutdown

2006-10-10 Thread elias
By the way, there are several bugs describing this issue, they should be
consolidated!

bug #43961
bug #36158
bug #31933

This is not a complete list and there are some bugs which link this
behavior to a specific laptop model but basically describe the same
symptom and therefore most likely have the same problem source.

This is a mayor annoyance and makes this great Distro look
unprofessional! Somebody should investigate this!

-- 
System does not power off on shutdown
https://launchpad.net/bugs/36158

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


[Bug 65014] asm/atomic.h #includes non-existant header file, asm/processor.h

2006-10-10 Thread Dave Barry
Public bug reported:

It seems that asm/processor.h is missing from linux-libc-dev.

Compiling the following reproduces the issue on i386 (and likely x64)

--8--
#include asm/atomic.h

int main() { return 0; }
--8--

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

-- 
asm/atomic.h #includes non-existant header file, asm/processor.h
https://launchpad.net/bugs/65014

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


[Bug 65012] libnotify needs to include a patch from CVS

2006-10-10 Thread Richard Hughes
Public bug reported:

using CVS gnome-power-manager I get:

(./gnome-power-manager:27752): libnotify-CRITICAL **:
notify_notification_new_with_status_icon: assertion `status_icon ==
NULL' failed

Ths is caused by an invalid assert in libnotify. You probably want to
grab http://lists.freedesktop.org/archives/galago-
commits/2006-September/000598.html and include it in your deb file until
there is a new release. This will affect quite a bit of stuff (anything
using libnotify and gtkstatusicon).

Fedora have already pulled the patch into thier FC6 RPMs.

Thanks,

Richard Hughes.

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

-- 
libnotify needs to include a patch from CVS
https://launchpad.net/bugs/65012

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


Re: [Bug 27270] Re: 3-D Acceleration doesn't work on Kubuntu Flight-2

2006-10-10 Thread Witold Krakowski
Need to check. Will let You know asap.

2006/10/10, Martin Bergner [EMAIL PROTECTED]:

 Hi, is this still an issue in Dapper or Edgy?

 ** Changed in: Ubuntu
  Assignee: (unassigned) = Martin Bergner
Status: Unconfirmed = Needs Info

 --
 3-D Acceleration doesn't work on Kubuntu Flight-2
 https://launchpad.net/bugs/27270



-- 
-
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=d2tyYWtvd3NraQ%3D%3D

-- 
3-D Acceleration doesn't work on Kubuntu Flight-2
https://launchpad.net/bugs/27270

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


[Bug 65005] Re: after suspend to ram fans dont start

2006-10-10 Thread Infecto
To suspend i click on Power manager and picking up suspend. My laptop is
nc8000 Hp Compaq

-- 
after suspend to ram fans dont start
https://launchpad.net/bugs/65005

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


[Bug 65013] Sound (Intel hda, ALC88x) doesn't work (MacPro)

2006-10-10 Thread Christian Kellner
Public bug reported:

Binary package hint: linux-source-2.6.17

I don't get any sound out of my speakrs on edgy (using 2.6.17-10 with
alsa 1.0.12rc1) on my MacPro machine although the hardware *seem* to be
correctly recognized and configured by alsa. The hardware seems to be
very new (I am getting towns of unkown vendor etc strings in hal-device-
manager).

--snip --
lspci -m:
00:1b.0 Audio device Intel Corporation Enterprise Southbridge High 
Definition Audio -r09  

lspci -v:
00:1b.0 Audio device: Intel Corporation Enterprise Southbridge High Definition
Audio (rev 09)
Flags: bus master, fast devsel, latency 0, IRQ 225
Memory at 52f0 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 
Enable-
Capabilities: [70] Express Unknown type IRQ 0



[EMAIL PROTECTED] /proc/asound % cat cards
0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0x52f0 irq 225
---

[EMAIL PROTECTED] /proc/asound/Intel % cat codec\#0
Codec: Realtek ALC885
Address: 0
Vendor Id: 0x10ec0885
Subsystem Id: 0x106b0c00
Revision Id: 0x100103
Default PCM: rates 0x560, bits 0x0e, types 0x1
Default Amp-In caps: N/A
Default Amp-Out caps: N/A
[... (lots of output omitted, if you need it please ask) ..]
---

[EMAIL PROTECTED] /proc/asound % cat devices 
  2:: timer
  3: [ 0- 2]: digital audio capture
  4: [ 0- 1]: digital audio playback
  5: [ 0- 1]: digital audio capture
  6: [ 0- 0]: digital audio playback
  7: [ 0- 0]: digital audio capture
  8: [ 0]   : control

---

[EMAIL PROTECTED] /proc/asound % cat pcm 
00-02: ALC882 Analog : ALC882 Analog : capture 2
00-01: ALC882 Digital : ALC882 Digital : playback 1 : capture 1
00-00: ALC882 Analog : ALC882 Analog : playback 1 : capture 2

---
lsmod | grep snd:

snd_hda_intel  20116  2
snd_hda_codec 164608  1 snd_hda_intel
snd_pcm_oss47360  0
snd_mixer_oss  19584  1 snd_pcm_oss
snd_pcm84612  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_timer  25348  1 snd_pcm
snd58372  9 
snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore  11232  1 snd
snd_page_alloc 11400  2 snd_hda_intel,snd_pcm

---
dmesg:
[17179570.904000] ACPI: Found ECDT
[17179571.112000] ACPI: Interpreter enabled
[17179571.112000] ACPI: Using IOAPIC for interrupt routing
[17179571.116000] ACPI: PCI Root Bridge [PCI0] (:00)
[17179571.116000] PCI: Probing PCI hardware (bus 00)
[...]
[17179571.332000] PCI: Using ACPI for IRQ routing
[...]
[17179597.828000] ACPI: PCI Interrupt :00:1b.0[A] - GSI 23 (level, low) - 
IRQ 225
[17179597.828000] PCI: Setting latency timer of device :00:1b.0 to 64

--
(Looks strange to me that I read ALC885 and ALC882 in different files but that 
might just show my lack of sound hardware knowledge ;-D)

I of course checked mixer settings (unmute and stuff) and I also played a bit 
around with the model=XXX module parameter, but no luck.
If you need any more information or want me to test something I am more then 
happy if I can be of any help.

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

-- 
Sound (Intel hda, ALC88x) doesn't work (MacPro) 
https://launchpad.net/bugs/65013

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


[Bug 65005] Re: after suspend to ram fans dont start

2006-10-10 Thread Infecto
To suspend i click on Power manager and picking up suspend. My laptop is
nc8000 Hp Compaq

-- 
after suspend to ram fans dont start
https://launchpad.net/bugs/65005

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


[Bug 64367] Re: Fonts are too dark in usplash

2006-10-10 Thread totya
Ok, I'm going to answer my qestion, because nobody did here.

So I downloaded the source:

apt-get source kubuntu-artwork-usplash
cd kubuntu-default-settings-6.10/

It takes 1 minute to realize the color settings are here:

usplash/usplash-theme-kubuntu.c

I just modified the .text_foreground lines, and I now use the same
setting just like the .text_success has.

So my entries:
/* Palette indexes */
.background = 0x0,
.progressbar_background = 0x7,
.progressbar_foreground = 0x156,
.text_background= 0x0,
.text_foreground= 0x33, --- I modified this line, the original 
was 0x15
.text_success   = 0x33,
.text_failure   = 0x144,

After I rebuilt the package:

fakeroot dpkg-buildpackage

And voila the messages are much brighter (still blue) now.

Next time I won't wait for support if I can solve my problem. I hope my
report will be useful somebody else has the same problem with usplash in
kubuntu (edgy).

-- 
Fonts are too dark in usplash
https://launchpad.net/bugs/64367

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


[Bug 64773] Re: vmware server 100% cpu on edgy

2006-10-10 Thread elias
vmware-server!
and I got if from vmware website.

-- 
vmware server 100% cpu on edgy
https://launchpad.net/bugs/64773

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


[Bug 26259] Re: mount -t cifs fails with error -22

2006-10-10 Thread Martin Bergner
Fixed according to original reporter, thanks for saying so!

** Changed in: Ubuntu
 Assignee: Martin Bergner = (unassigned)
   Status: Needs Info = Fix Released

-- 
mount -t cifs fails with error -22
https://launchpad.net/bugs/26259

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


[Bug 57039] Re: Address already in use error with multiple downloads

2006-10-10 Thread Greg Gilbert
I did some poking into this tonight, and it looks like this started
happening in 0.0.24 when the gconf entries for max_port and min_port
were added. Previously there were just command line options that were
specified as defaulting to 6881-6889 (gnome-btdownload-0.0.22/man/gnome-
btdownload.1).  In reality it looks like the previous gnome-btdownload
just fell back to the defaults for the python BitTorrent module, which
seems to be 6881-6999 (  BitTorrent-3.4.2/BitTorrent/download.py ).

I downloaded the source for gnome-btdownload 0.0.26 and they changed the
schema so that max_port defaults to 6889.

-- 
Address already in use error with multiple downloads
https://launchpad.net/bugs/57039

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


Re: [Bug 65009] Re: nautilus breaks down if I add a new folder

2006-10-10 Thread lacarpe
Ubuntu Dapper Drake

breaks down = it crashes

folder tree: I don't know what the correct name is. If I open nautilus I
have two frames: the left one (that is the one I call tree), the right
one (where the files are listes)

By the way: I know that other users have the same bug too.

Greetings from Hamburg,
Jens

 Original-Nachricht 
Datum: Tue, 10 Oct 2006 07:57:20 -
Von: Sebastien Bacher [EMAIL PROTECTED]
An: [EMAIL PROTECTED]
Betreff: [Bug 65009] Re: nautilus breaks down if I add a new folder

 Thanks for your bug. What version of Ubuntu do you use. What do you call
 breaks down? Does it hang? crash? What do you call folder tree? A
 list view for the main window? The sidebar tree mode?
 
 ** Changed in: Ubuntu
 Sourcepackagename: None = nautilus
  Assignee: (unassigned) = Ubuntu Desktop Bugs
Status: Unconfirmed = Needs Info
 
 -- 
 nautilus breaks down if I add a new folder
 https://launchpad.net/bugs/65009

-- 
nautilus breaks down if I add a new folder
https://launchpad.net/bugs/65009

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


[Bug 64970] Re: [Edgy] i915_emit_cmds mega-spamming of syslogd, klogd - using 100% cpu

2006-10-10 Thread Robert Nasiadek

** Attachment added: dmesg.log
   http://librarian.launchpad.net/4729156/dmesg.log

-- 
[Edgy] i915_emit_cmds mega-spamming of syslogd, klogd - using 100% cpu
https://launchpad.net/bugs/64970

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


[Bug 64970] Re: [Edgy] i915_emit_cmds mega-spamming of syslogd, klogd - using 100% cpu

2006-10-10 Thread Robert Nasiadek

** Attachment added: lspci-vv.log
   http://librarian.launchpad.net/4729165/lspci-vv.log

-- 
[Edgy] i915_emit_cmds mega-spamming of syslogd, klogd - using 100% cpu
https://launchpad.net/bugs/64970

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


[Bug 64970] Re: [Edgy] i915_emit_cmds mega-spamming of syslogd, klogd - using 100% cpu

2006-10-10 Thread Robert Nasiadek

** Attachment added: lspci-vvn.log
   http://librarian.launchpad.net/4729166/lspci-vvn.log

-- 
[Edgy] i915_emit_cmds mega-spamming of syslogd, klogd - using 100% cpu
https://launchpad.net/bugs/64970

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


[Bug 62962] Re: Gimp crashes while doing nothing...

2006-10-10 Thread Sebastien Bacher
** Changed in: gimp (Ubuntu)
   Status: Unconfirmed = Confirmed

** Also affects: gimp (upstream)
   Importance: Undecided
   Status: Unconfirmed

-- 
Gimp crashes while doing nothing...
https://launchpad.net/bugs/62962

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


[Bug 27696] Re: Keyboard layout

2006-10-10 Thread Martin Bergner
This has been fixed according to the original reporter.

For your microphone issue, try asking for help in
http://launchpad.net/support or in te forums at
http://www.ubuntu.com/community/forums

** Changed in: Ubuntu
   Status: Needs Info = Fix Released

** Changed in: Ubuntu
 Assignee: Martin Bergner = (unassigned)

-- 
Keyboard layout
https://launchpad.net/bugs/27696

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


Re: [Bug 64657] Re: Wake up from suspend at a given time music player alarm clock

2006-10-10 Thread Albert Vilella
Thanks Caroline,

https://features.launchpad.net/distros/ubuntu/+spec/alarm-clock-wake-up

On 10/10/06, Caroline Ford [EMAIL PROTECTED] wrote:
 I don't know what to do with this. This isn't really a bug, and there
 may well be software out there that does what you want - it may even be
 in the repositories..

 You could try writing a specification
 (https://wiki.ubuntu.com/FeatureSpecifications) but you may find that
 asking somewhere like the forums works as someone may be running such
 software now.

 --
 Wake up from suspend at a given time music player alarm clock
 https://launchpad.net/bugs/64657


-- 
Wake up from suspend at a given time music player alarm clock
https://launchpad.net/bugs/64657

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


[Bug 27918] Re: on laptops, updatedb should check whether on battery before running

2006-10-10 Thread Martin Bergner
Is this still a problem on Dapper or Edgy?

** Changed in: Ubuntu
Sourcepackagename: None = cron
   Status: Unconfirmed = Needs Info

** Changed in: cron (Ubuntu)
 Assignee: (unassigned) = Martin Bergner

-- 
on laptops, updatedb should check whether on battery before running
https://launchpad.net/bugs/27918

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


[Bug 27861] Re: Unable to boot 2.5.10-5-amd64-generic kernel

2006-10-10 Thread Martin Bergner
Hi, is this still a problem on Dapper or Edgy?

** Changed in: Ubuntu
 Assignee: (unassigned) = Martin Bergner
   Status: Unconfirmed = Needs Info

-- 
Unable to boot 2.5.10-5-amd64-generic kernel
https://launchpad.net/bugs/27861

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


[Bug 27855] Re: Adding user with the administrator profile does not add them to the 'users' group

2006-10-10 Thread Martin Bergner
I think this is still valid in Dapper and Edgy

** Changed in: Ubuntu
Sourcepackagename: None = gnome-system-tools

-- 
Adding user with the administrator profile does not add them to the 'users' 
group
https://launchpad.net/bugs/27855

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


[Bug 27919] Re: Switching workspace: redraw is slow

2006-10-10 Thread Martin Bergner
Chris, is this still a problem for you?

** Changed in: Ubuntu
Sourcepackagename: None = xserver-xorg-video-nv
   Status: Unconfirmed = Needs Info

-- 
Switching workspace: redraw is slow
https://launchpad.net/bugs/27919

-- 
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   >