[Bug 197952] [NEW] Script error in function modunload()

2008-03-03 Thread DeJe
*** This bug is a duplicate of bug 188261 ***
https://bugs.launchpad.net/bugs/188261

Public bug reported:

Binary package hint: pm-utils

In /usr/lib/pm-utils/functions, function modunload()
this
[code]
while read MOD D C USED D; do
[[ $MOD =~ $UNL ]] || continue
if [ $USED == - ]; then
[/code]
should be changed to
[code]
while read MOD D C USED D; do
[[ $MOD =~ $UNL ]] || continue
if [ $USED == - ]; then
[/code]

As of now no modules will bo unloaded/loaded in the process cause the
comparison never is true.


DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu hardy (development branch)

pm-utils:
  Installiert:0.99.2-3ubuntu1
  Mögliche Pakete:0.99.2-3ubuntu1
  Versions-Tabelle:
 *** 0.99.2-3ubuntu1 0
500 http://de.archive.ubuntu.com hardy/main Packages
100 /var/lib/dpkg/status

** Affects: pm-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Script error in function modunload()
https://bugs.launchpad.net/bugs/197952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 197952] Re: Script error in function modunload()

2008-03-03 Thread DeJe
*** This bug is a duplicate of bug 188261 ***
https://bugs.launchpad.net/bugs/188261


** Attachment added: package.txt
   http://launchpadlibrarian.net/12361745/package.txt

-- 
Script error in function modunload()
https://bugs.launchpad.net/bugs/197952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197951] [NEW] GRUB needs priority update

2008-03-03 Thread C
Public bug reported:

Binary package hint: grub

Ubuntu 7.10 installation, everything works OK, BUT during the last months there 
were changes that become mainstream and now mkfs.ext2/3 can/will make by 
default the inode size 256 (instead of the previous 'standard' of 128) and the 
GRUB version used in Ubuntu CAN NOT BOOT from EXT2/3 with inode set to 256 !!! 
There already IS a patch to fix that in GRUB (and it seems to be already used 
in Mandriva).
Obviously the GRUB package update should be directed at both all previous 
versions and the new 8.04 ...

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

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

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


Re: [Bug 197034] Re: main inclusion request for italc 1.0.6

2008-03-03 Thread Stéphane Graber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Working closely with upstream, he accepted most of my patches but the
Simply UI one as he doesn't think his users want to have all those
things disabled by default.
I mainly removed Windows-specific things like remote logon and domain
logon.
I also removed some useless warnings and turned the help bubble off by
default.

According to upstream, my changes are either some kind of gnome habit
(for the bubble one) or Linux specific stuff (removing domain logon).
- From his point of view, having things like help bubbles popping when
hovering the buttons and an icon in the notification area (that does
nothing but take some space) are wanted by his Windows users.
Debian might be interested in those changes though as they aren't
Ubuntu-specific.

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

iD8DBQFHy90ojxyfqkjBhuwRAsB/AJ9QLOhsIMMCsW42T2kEGs5Fg7jSzwCbBB0t
9t+8KY17nyJilnuU0/5RBBI=
=IdGl
-END PGP SIGNATURE-

-- 
main inclusion request for italc 1.0.6
https://bugs.launchpad.net/bugs/197034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 126774] Re: package update proceeds without adequate disk space

2008-03-03 Thread Kosta
im using hardy. theres a lot of kernel upates and /boot is pretty small.
I have to delete old kernels all the time because the update tries to
install a new one without taking care of disk space...

-- 
package update proceeds without adequate disk space
https://bugs.launchpad.net/bugs/126774
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197954] [NEW] Hardy: Unable to scan Floppy Drive for media changes

2008-03-03 Thread Pelladi Gabor
Public bug reported:

I found this bug in an updated (2008-03-03) Ubuntu Hardy amd64.
When I try to access the floppy drive from the places menu, I get the 
following error:

Unable to scan Floppy Drive for media changes
Cannot invoke CheckForMedia on HAL: org.freedesktop.DBus.Error.UnknownMethod: 
Method CheckForMedia with signature  on interface 
org.freedesktop.Hal.Device.Storage.Removable doesn't exist

Nautilus does not appear, as expected. From Places/Computer, clicking on
Floppy drive does nothing.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Hardy: Unable to scan Floppy Drive for media changes
https://bugs.launchpad.net/bugs/197954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197952] Re: Script error in function modunload()

2008-03-03 Thread DeJe
*** This bug is a duplicate of bug 188261 ***
https://bugs.launchpad.net/bugs/188261

** This bug has been marked a duplicate of bug 188261
   [debdiff] pm-utils modunload nonfunctional

-- 
Script error in function modunload()
https://bugs.launchpad.net/bugs/197952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 187980] Re: [regression] [hardy] sony eject button doesn't work anymore

2008-03-03 Thread Colin King
Alternatively, if you do not want to blacklist the sony-laptop module
then one may need to add the following lines to your /etc/X11/xorg.conf
file to use the Sony Vaio hotkeys with the sony-laptop module:

Section InputDevice
Identifier  Vaio keys
Driver  evdev
Option  Name Sony Vaio Keys
Option  XkbLayout jp
Option  XkbModel jp106
EndSection

Section ServerLayout
...
InputDeviceVaio keys SendCoreEvents
EndSection


c.f.: http://www.linux.it/~malattia/wiki/index.php/Sony-laptop

-- 
[regression] [hardy] sony eject button doesn't work anymore
https://bugs.launchpad.net/bugs/187980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 144356] Re: Audio from Flash in Firefox does not go to correct sound device

2008-03-03 Thread Stephan Hermann
@Charles: Nope it doesn't

Install padevchooser and select manager from the applet menu.
You can see, when flash is using audio, that the channel is occupied on the 
onboard sound card.

Strange phenomenon: Microphone from the USB Headset works.
But sound not.
Setting default card via asoundconf or via gnome sound settings doesn't help.

Regards,

\sh

-- 
Audio from Flash in Firefox does not go to correct sound device
https://bugs.launchpad.net/bugs/144356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 144356] Re: Audio from Flash in Firefox does not go to correct sound device

2008-03-03 Thread Stephan Hermann
Bumping it to medium, because it's an RC...
I wonder if it's a regression from using pulseaudio in hardy now.

** Changed in: flashplugin-nonfree (Ubuntu)
   Importance: Undecided = Medium

-- 
Audio from Flash in Firefox does not go to correct sound device
https://bugs.launchpad.net/bugs/144356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197957] [NEW] Include a libasound2-plugins-extra package for a52, jack, maemo

2008-03-03 Thread tommy
Public bug reported:

As the a52, jack and maemo plugins are not included in ubuntu's
libasound2-plugins package, it would be nice to have a libasound2
-plugins-extra package available which included these.

Personally I'm using the a52 plugin a lot. It would be great to have
this packaged.

** Affects: alsa-plugins (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Include a libasound2-plugins-extra package for a52, jack, maemo
https://bugs.launchpad.net/bugs/197957
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197955] [NEW] not installable in hardy amd64

2008-03-03 Thread kivan
Public bug reported:

~$ sudo apt-get install nvidia-glx-new
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  nvidia-new-kernel-source nvidia-settings
The following packages will be upgraded:
  nvidia-glx-new
1 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
Need to get 0B/9370kB of archives.
After this operation, 1524kB disk space will be freed.
(Reading database ... 171394 files and directories currently installed.)
Preparing to replace nvidia-glx-new 169.09+2.6.24.8-7.19 (using 
.../nvidia-glx-new_169.12+2.6.24.10-11.29_amd64.deb) ...
dpkg-divert: rename involves overwriting `/usr/lib/xorg/modules/libglx.so' with
  different file `/usr/lib/nvidia/libglx.so.xlibmesa', not allowed
dpkg: error processing 
/var/cache/apt/archives/nvidia-glx-new_169.12+2.6.24.10-11.29_amd64.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 2
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 /var/cache/apt/archives/nvidia-glx-new_169.12+2.6.24.10-11.29_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: linux-restricted-modules-2.6.24 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: New = Confirmed

-- 
not installable in hardy amd64
https://bugs.launchpad.net/bugs/197955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197596] Re: themes not working right

2008-03-03 Thread Iulian Udrea
Thank you for the information.

** Changed in: compiz (Ubuntu)
Sourcepackagename: gnome-themes = compiz
   Status: Incomplete = New

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

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


[Bug 148003] Re: mounting Luks encrypted USB-HDD does not work reliably

2008-03-03 Thread Matej Kovačič
It seems this bug is still not fixed yet.

Today I connected external LUKS encrypted USB drive and got password
prompt.

Then I unmounted device, diconnected and connected again.

Nothing happened. However, when I sais sudo /etc/init.d/hal restart, I
got password prompt and then drive mounted normaly.

-- 
mounting Luks encrypted USB-HDD does not work reliably
https://bugs.launchpad.net/bugs/148003
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 78997] Re: doesn't find its icons

2008-03-03 Thread Pieter Lexis
Still confirmed for Ubuntu Gutsy.
xchat-gnome version: 1:0.18-0ubuntu3

-- 
doesn't find its icons
https://bugs.launchpad.net/bugs/78997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2008-03-03 Thread Martijn Vermaat
Today I tried the latest packages using the Hardy alpha-5 live CD, but
they didn't work.

The USB laser printer HL-1430 works fine using the foomatic driver
(recommended 1250), but nothing is printed using the HL-1430 for CUPS
driver from the new packages (no error is shown).

This experience seems similar to several other reports above.
Unfortunately, it's my parents' printer and I have only limited access
to it for testing.

-- 
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 197958] [NEW] Authentication rejected on Kubuntu installation

2008-03-03 Thread Mads Peter Rommedahl
Public bug reported:

Hi all, I have a problem:
I just installed Kubuntu hardy Alpha 5 on my stationary pc (mounted the iso 
through Daemon-tools and installed it through the Wubi-thing).
Now, when I boot up I get to decide whether I want to start XP or Kubuntu. That 
sounds great, and I choose Kubuntu, it begins loading Kubuntu, and then it 
spits out a KDialog-error box reading:

There was an error setting up inter-process communications for KDE. The
message returned by the system was:

Authentication rejected, reason: None of the authentication protocols
specified are supported and host-based authentication failed.

Please check that the dcopserver program is running.

Then I press OK, and a few seconds later the same dialog appears again.
I press OK on that one too, and then I get a new dialog saying that the 
installation failed, that logs have been saved at /ubuntu/installation-logs.zip 
(which I obviously can't access, since Kubuntu won't install) and that the 
system is now going to reboot.

I have tried a couple of times, and every time the authentication fails
and the system reboots - what's going on?!

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

-- 
Authentication rejected on Kubuntu installation
https://bugs.launchpad.net/bugs/197958
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197773] Re: Can't boot KDE, kicked to BusyBox instead

2008-03-03 Thread Mads Peter Rommedahl
Hi James

After a long nights sleep I tried again today, and suddenly there was no
more BusyBox! Since I haven't touched my computer since yesterday, I
have no idea what happened.

However, I am now presented with a new error message. To avoid
cluttering up Launchpad, I have opened a new bug about it: bug 197958 .

I guess this bug is invalid now

-- 
Can't boot KDE, kicked to BusyBox instead
https://bugs.launchpad.net/bugs/197773
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197583] Re: Gutsy hangs on shutdown with blinking cursor

2008-03-03 Thread mciancio
Same problem on my computer:

$ uname -a
Linux neo 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 GNU/Linux
$ cat /proc/version_signature 
Ubuntu 2.6.22-14.52-generic


** Attachment added: dmesg+lspci
   http://launchpadlibrarian.net/12361856/dmesg%2Blspci

-- 
Gutsy hangs on shutdown with blinking cursor
https://bugs.launchpad.net/bugs/197583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 193731] Re: Broadcom bcm 4328 install details for hp pavillion dv9657em laptop

2008-03-03 Thread davmor2
will do.  Might be a while though need to find out how to do it first :)
Then I may need to wait the lastest updates seem to of broken ndis.

-- 
Broadcom bcm 4328 install details for hp pavillion dv9657em laptop
https://bugs.launchpad.net/bugs/193731
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 185883] Re: firebird2.0-classic permissions on /var/run/firebird/2.0 incorrect after reboot

2008-03-03 Thread Mariuz
** Changed in: firebird2.0 (Ubuntu)
 Assignee: (unassigned) = Mariuz (mapopa)

-- 
firebird2.0-classic permissions on /var/run/firebird/2.0 incorrect after reboot
https://bugs.launchpad.net/bugs/185883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 155275] Re: don't create /var/run/firedird/2.0/

2008-03-03 Thread Mariuz
** Changed in: firebird2.0 (Ubuntu)
 Assignee: Lionel Porcheron (lionel.porcheron) = Mariuz (mapopa)

-- 
don't create /var/run/firedird/2.0/
https://bugs.launchpad.net/bugs/155275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 137984] Re: 'Document print status' window doesn't refresh when you cancel a print job

2008-03-03 Thread Pelladi Gabor
Bug still present. A non-technical user called me up yesterday, because
she can't stop the printer printing. She gets errors trying to cancel
the jobs. I sat before the computer, and saw an ugly error when I
clicked cancel. I restarted the machine, after that the queue was empty.
Now I know this was an overkill, but this bug mislead me.

-- 
'Document print status' window doesn't refresh when you cancel a print job
https://bugs.launchpad.net/bugs/137984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 126535] Re: Wrong help instructions when booting CD

2008-03-03 Thread Colin Watson
Most of this is bug 66881, and I'll address that there. However, the
separate element of this bug (for future reference, it would have been
helpful to me if you'd filed it separately) is that the module.parameter
syntax is specific to the alternate/server install CDs.

-- 
Wrong help instructions when booting CD
https://bugs.launchpad.net/bugs/126535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197959] [NEW] [Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)

2008-03-03 Thread der_vegi
Public bug reported:

The recent kernel update from 2.6.24-10-generic to 2.6.24-11-generic breaks my 
wireless (using b43). First, I could not find any networks anymore, then I 
reloaded the module, which resulted in finding the network. But trying to 
connect to it (over network-manager), I did not get an IP adress over dhcp: 
Network-manager connected to the network (the lower dot went green) but did 
not receive the IP.
Booting into 2.6.24-10 again, it connects very fast again. Dmesg did not show 
anything special...
I am using Hardy Alpha 5, amd64, my wireless card is a BCM4312.

Any more information, I can add?

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

-- 
[Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)
https://bugs.launchpad.net/bugs/197959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197959] Re: [Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)

2008-03-03 Thread der_vegi

** Attachment added: output of 'lspci -vvnn'
   http://launchpadlibrarian.net/12361888/output_of_lspci

-- 
[Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)
https://bugs.launchpad.net/bugs/197959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197583] Re: Gutsy hangs on shutdown with blinking cursor

2008-03-03 Thread mciancio
Sorry, I forgot: none of the above cases has occurred for me.
No floppy, no cd, no live cd. Th system worked until 2-3 weeks ago. Now it 
hangs.
If I press some keys it restarts the shutdown procedure then goes back to the 
same point where it hangs.
I must shutdown it with the alt-sysreq-s and alt-sysreq-o procedure

-- 
Gutsy hangs on shutdown with blinking cursor
https://bugs.launchpad.net/bugs/197583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197959] Re: [Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)

2008-03-03 Thread der_vegi
Okay, now it works again... Maybe my university network was just
rebooting, just when I did to test the new kernel? ;)

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

-- 
[Hardy]Recent kernel update to 2.6.24-11 breaks b43 (with bcm4312)
https://bugs.launchpad.net/bugs/197959
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 192935] Re: Suspend on hardy worked last week on Sony VGN-TZ190N, doesn't work now

2008-03-03 Thread Steve Alexander
I just updated to the latest Hardy on this machine, and suspend and
resume worked fine.

-- 
Suspend on hardy worked last week on Sony VGN-TZ190N, doesn't work now
https://bugs.launchpad.net/bugs/192935
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 67508] Re: Almost the same sentences are repeated twice in a help page of boot menu

2008-03-03 Thread Colin Watson
*** This bug is a duplicate of bug 48349 ***
https://bugs.launchpad.net/bugs/48349

Thanks for your report. Though it's phrased quite differently, this is
in fact the same as bug 48349, and so is fixed in Ubuntu 7.10.

** This bug has been marked a duplicate of bug 48349
   dapper: dangling reference to expert mode in CD boot menu help

-- 
Almost the same sentences are repeated twice in a help page of boot menu
https://bugs.launchpad.net/bugs/67508
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 151127] Re: live CD f1,f5 screens don't match help.xml

2008-03-03 Thread Colin Watson
Thanks, good catch. I should get around to finishing off the
autogenerator for syslinux display files from help.xml; at the moment
it's a manual process and so prone to getting out of sync like this.

** Changed in: debian-installer (Ubuntu)
 Assignee: (unassigned) = Colin Watson (kamion)
   Status: New = Fix Committed

-- 
live CD f1,f5 screens don't match help.xml
https://bugs.launchpad.net/bugs/151127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 132954] Re: APT errors after failed bcm43xx-fwcutter install

2008-03-03 Thread Angel Norberto
** Changed in: apt (Ubuntu)
 Assignee: Justin M. Wray (wray-justin) = (unassigned)

-- 
APT errors after failed bcm43xx-fwcutter install
https://bugs.launchpad.net/bugs/132954
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197963] [NEW] Mensaje despues de actualizar ubuntu 8.10

2008-03-03 Thread Angel Norberto
Public bug reported:

Después de instalar las actualizaciones en ubuntu 8.04 alpha 5, muestra
el siguiente mensaje de error:

E: deskbar-applet: el subproceso post-installation script devolvió el código de 
salida de error 1
E: python-pyatspi: el subproceso post-installation script devolvió el código de 
salida de error 1
E: gnome-orca: problemas de dependencias - se deja sin configurar
E: libdeskbar-tracker: problemas de dependencias - se deja sin configurar

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

-- 
Mensaje despues de actualizar ubuntu 8.10
https://bugs.launchpad.net/bugs/197963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 192935] Re: Suspend on hardy worked last week on Sony VGN-TZ190N, doesn't work now

2008-03-03 Thread Steve Alexander
I should add that I tried to suspend a few days ago, and it did not
work.  So, it's something that changed recently that allowed this to
work on my laptop.

-- 
Suspend on hardy worked last week on Sony VGN-TZ190N, doesn't work now
https://bugs.launchpad.net/bugs/192935
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 136688] Re: suspend works on tribe 5, fails with updates since then, vaio TZ190N

2008-03-03 Thread Steve Alexander
See also bug 192935.

-- 
suspend works on tribe 5, fails with updates since then, vaio TZ190N
https://bugs.launchpad.net/bugs/136688
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 28683] Re: Please add: Kurdish keyboard configuration kualt-latin

2008-03-03 Thread Colin Watson
Tollef hasn't done console work for some time. Furthermore, this bug was
lost due to being incorrectly assigned to console-data rather than
console-setup, which we have been using since Edgy.

Erdal, could you please restate (a) which keyboard layout and variant
should be used for Kurdish; (b) what problems remain when selecting that
layout and variant?

** Changed in: console-setup (Ubuntu)
Sourcepackagename: console-data = console-setup
 Assignee: Tollef Fog Heen (tfheen) = (unassigned)

-- 
Please add: Kurdish keyboard configuration kualt-latin
https://bugs.launchpad.net/bugs/28683
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 197968] [NEW] Link in udev rules.d

2008-03-03 Thread Helge Stenström
Public bug reported:

There is a link in /etc/udev/rules.d:  libmtp.rules - ../libmtp.rules
Yet the README file in the same directory says: 

The udev daemon watches this directory with inotify so that changes to
these files are automatically picked up, for this reason they must be
files and not symlinks to another location as in the case in Debian.

Therefore, I expect a regular file in place of the symlink.

Ubuntu 7.10
libmtp6 version 0.2.1-0ubuntu3

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

-- 
Link in udev rules.d
https://bugs.launchpad.net/bugs/197968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197967] [NEW] package python-pyatspi 1.21.92-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-03-03 Thread Eduard Grebe
Public bug reported:

Binary package hint: at-spi

Terminal output:

Setting up python-pyatspi (1.21.92-0ubuntu1) ...
file does not exist: /usr/lib/python2.5/site-packages/pyatspi/__init__.py
file does not exist: /usr/lib/python2.5/site-packages/pyatspi/accessible.py
file does not exist: /usr/lib/python2.5/site-packages/pyatspi/constants.py
file does not exist: /usr/lib/python2.5/site-packages/pyatspi/event.py
file does not exist: /usr/lib/python2.5/site-packages/pyatspi/registry.py
file does not exist: /usr/lib/python2.5/site-packages/pyatspi/utils.py
pycentral: pycentral bccompile: error byte-compiling package `python-pyatspi'
pycentral bccompile: error byte-compiling package `python-pyatspi'
dpkg: error processing python-pyatspi (--configure):
 subprocess post-installation script returned error exit status 1

ProblemType: Package
Architecture: i386
Date: Mon Mar  3 13:43:11 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: python-pyatspi 1.21.92-0ubuntu1
PackageArchitecture: all
SourcePackage: at-spi
Title: package python-pyatspi 1.21.92-0ubuntu1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.24-8-generic i686

** Affects: at-spi (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
package python-pyatspi 1.21.92-0ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/197967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197967] Re: package python-pyatspi 1.21.92-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-03-03 Thread Eduard Grebe

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/12362017/DpkgTerminalLog.gz

-- 
package python-pyatspi 1.21.92-0ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/197967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197965] [NEW] package deskbar-applet 2.21.92-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-03-03 Thread Eduard Grebe
Public bug reported:

deskbar-applet 2.21.92-0ubuntu1 does not install on hardy.

This is the output in terminal:

Setting up deskbar-applet (2.21.92-0ubuntu1) ...
file does not exist: /usr/lib/python2.5/site-packages/deskbar/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/BrowserMatch.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/Categories.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/CoreImpl.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/DeskbarHistory.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/GconfStore.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/Indexer.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/Keybinder.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/ModuleInstaller.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/ModuleList.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/ModuleLoader.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/ThreadPool.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/Utils.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/Watcher.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/_userdirs/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/gnomedesktop/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/keybinder/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/updater/NewStuffUpdater.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/updater/__init__.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/defs.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/gtkexcepthook.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/ActionsFactory.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/CopyToClipboardAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/GoToLocationAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/OpenDesktopFileAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/OpenFileAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/OpenWithApplicationAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/OpenWithNautilusAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/SendEmailToAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/SendFileViaEmailAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/ShowUrlAction.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/evolution/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/gdmclient/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Action.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Controller.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/interfaces/Core.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Match.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Module.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/interfaces/View.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/osutils/__init__.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/ui/About.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/ui/CuemiacAlignedView.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/ui/CuemiacWindowController.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/ui/CuemiacWindowView.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/ui/DeskbarTray.py
file does not exist: /usr/lib/python2.5/site-packages/deskbar/ui/__init__.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/ui/cuemiac/CuemiacActionsTreeView.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/ui/cuemiac/CuemiacAlignedWindow.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/ui/cuemiac/CuemiacEntry.py
file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/ui/cuemiac/CuemiacHeader.py
file does not exist: 

[Bug 197965] Re: package deskbar-applet 2.21.92-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-03-03 Thread Eduard Grebe

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/12362004/DpkgTerminalLog.gz

** Description changed:

  deskbar-applet 2.21.92-0ubuntu1 does not install on hardy.
  
  This is the output in terminal:
  
- Setting up python-pyatspi (1.21.92-0ubuntu1) ...
- file does not exist: /usr/lib/python2.5/site-packages/pyatspi/__init__.py
- file does not exist: /usr/lib/python2.5/site-packages/pyatspi/accessible.py
- file does not exist: /usr/lib/python2.5/site-packages/pyatspi/constants.py
- file does not exist: /usr/lib/python2.5/site-packages/pyatspi/event.py
- file does not exist: /usr/lib/python2.5/site-packages/pyatspi/registry.py
- file does not exist: /usr/lib/python2.5/site-packages/pyatspi/utils.py
- pycentral: pycentral bccompile: error byte-compiling package `python-pyatspi'
- pycentral bccompile: error byte-compiling package `python-pyatspi'
- dpkg: error processing python-pyatspi (--configure):
+ Setting up deskbar-applet (2.21.92-0ubuntu1) ...
+ file does not exist: /usr/lib/python2.5/site-packages/deskbar/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/BrowserMatch.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/Categories.py
+ file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/CoreImpl.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/DeskbarHistory.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/GconfStore.py
+ file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/Indexer.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/Keybinder.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/ModuleInstaller.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/ModuleList.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/ModuleLoader.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/ThreadPool.py
+ file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/Utils.py
+ file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/Watcher.py
+ file does not exist: /usr/lib/python2.5/site-packages/deskbar/core/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/_userdirs/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/gnomedesktop/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/keybinder/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/updater/NewStuffUpdater.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/core/updater/__init__.py
+ file does not exist: /usr/lib/python2.5/site-packages/deskbar/defs.py
+ file does not exist: /usr/lib/python2.5/site-packages/deskbar/gtkexcepthook.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/ActionsFactory.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/CopyToClipboardAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/GoToLocationAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/OpenDesktopFileAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/OpenFileAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/OpenWithApplicationAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/OpenWithNautilusAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/SendEmailToAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/SendFileViaEmailAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/ShowUrlAction.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/actions/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/evolution/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/handlers/gdmclient/__init__.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Action.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Controller.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Core.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Match.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/Module.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/View.py
+ file does not exist: 
/usr/lib/python2.5/site-packages/deskbar/interfaces/__init__.py
+ file does not exist: 

[Bug 197612] Re: Default keyboard layout for Kurdish is wrong

2008-03-03 Thread Colin Watson
*** This bug is a duplicate of bug 28683 ***
https://bugs.launchpad.net/bugs/28683

console-setup is used during installation to configure the keyboard
layout for both the console and X. If there is already a bug for the
console, then this is simply a duplicate of it, and I'll mark it as
such.

** This bug has been marked a duplicate of bug 28683
   Please add: Kurdish keyboard configuration kualt-latin

-- 
Default keyboard layout for Kurdish is wrong
https://bugs.launchpad.net/bugs/197612
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190475] Re: iwl3945 produces a lot of error messages in syslog

2008-03-03 Thread Colin King
Indeed, checked on my laptop (iwl3945) with 2.6.24-11 and this fixes the
bug for me also.

-- 
iwl3945 produces a lot of error messages in syslog
https://bugs.launchpad.net/bugs/190475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 151127] Re: live CD f1,f5 screens don't match help.xml

2008-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package debian-installer - 20070308ubuntu31

---
debian-installer (20070308ubuntu31) hardy; urgency=low

  * Move to 2.6.24-11 kernels.
  * Update help text translations from Launchpad.
  * Adjust help text to refer to gfxboot UI where appropriate (LP: #66881).
  * Update the syslinux live CD F3 help text to talk about live-install
rather than live-expert.
  * Document Check CD for defects boot option (only for gfxboot, due to
space constraints).
  * Use literal rather than screen when referring to the boot: prompt in
the middle of a sentence, to avoid making translators work with sentence
fragments.
  * Resync syslinux live CD F1 and F5 help page cross-references with
help.xml (thanks, Steve Langasek; LP: #151127).

 -- Colin Watson [EMAIL PROTECTED]   Mon, 03 Mar 2008 11:46:34 +

** Changed in: debian-installer (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
live CD f1,f5 screens don't match help.xml
https://bugs.launchpad.net/bugs/151127
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 66881] Re: Help text is misleading or inaccurate for boot methods

2008-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package debian-installer - 20070308ubuntu31

---
debian-installer (20070308ubuntu31) hardy; urgency=low

  * Move to 2.6.24-11 kernels.
  * Update help text translations from Launchpad.
  * Adjust help text to refer to gfxboot UI where appropriate (LP: #66881).
  * Update the syslinux live CD F3 help text to talk about live-install
rather than live-expert.
  * Document Check CD for defects boot option (only for gfxboot, due to
space constraints).
  * Use literal rather than screen when referring to the boot: prompt in
the middle of a sentence, to avoid making translators work with sentence
fragments.
  * Resync syslinux live CD F1 and F5 help page cross-references with
help.xml (thanks, Steve Langasek; LP: #151127).

 -- Colin Watson [EMAIL PROTECTED]   Mon, 03 Mar 2008 11:46:34 +

** Changed in: debian-installer (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Help text is misleading or inaccurate for boot methods
https://bugs.launchpad.net/bugs/66881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 28683] Re: Please add: Kurdish keyboard configuration kualt-latin

2008-03-03 Thread Colin Watson
Specifically, should it be tr(ku) or tr(ku_alt)? In bug 197612 you say
the former, but in comment 13 on this bug you say the latter.

-- 
Please add: Kurdish keyboard configuration kualt-latin
https://bugs.launchpad.net/bugs/28683
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 197969] [NEW] Link in udev rules.d

2008-03-03 Thread Helge Stenström
Public bug reported:

Binary package hint: pilot-link

There is a link in /etc/udev/rules.d: 60-libpisock.rules - ../libpisock9.rules
Yet the README file in the same directory says:

The udev daemon watches this directory with inotify so that changes to
these files are automatically picked up, for this reason they must be
files and not symlinks to another location as in the case in Debian.

Therefore, I expect a regular file in place of the symlink.

Ubuntu 7.10
libpisock9: 0.12.2-9ubuntu3

** Affects: pilot-link (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Link in udev rules.d
https://bugs.launchpad.net/bugs/197969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 195009] Re: [Hardy] synaptic touchpad not detected

2008-03-03 Thread NJ
I also have the same problem. My dmesg is attached. As for the
classification I think i should be more specifically a bug in the kernel
as Goswin suggested.

** Attachment added: Dmesg
   http://launchpadlibrarian.net/12362135/dmesg.txt

-- 
[Hardy] synaptic touchpad not detected
https://bugs.launchpad.net/bugs/195009
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190883] Re: evolution-data-server-2.22 crashed with signal 5 in g_type_class_ref()

2008-03-03 Thread Pedro Villavicencio
** Changed in: evolution-data-server
 Bugwatch: GNOME Bug Tracker #515802 = GNOME Bug Tracker #64764
   Status: New = Unknown

-- 
evolution-data-server-2.22 crashed with signal 5 in g_type_class_ref()
https://bugs.launchpad.net/bugs/190883
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 59392] Re: update-desktop-database segfault

2008-03-03 Thread Bill Wilken
Take a look at the script fix suggested on the Ubuntu site.  It worked
for me.

BIll


On Mon, 2008-03-03 at 03:52 +, Ozzyprv wrote:
 How can I get the fix? I think I am getting the same error message.


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

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


[Bug 197971] [NEW] Link in udev/rules.d

2008-03-03 Thread Helge Stenström
Public bug reported:

Binary package hint: kcontrol

There is a link in /etc/udev/rules.d:  025_logitechmouse.rules - 
../logitechmouse.rules
Yet the README file in the same directory says:

The udev daemon watches this directory with inotify so that changes to
these files are automatically picked up, for this reason they must be
files and not symlinks to another location as in the case in Debian.

Therefore, I expect a regular file in place of the symlink.

Ubuntu 7.10
kcontrol:
  Installed: 4:3.5.8-0ubuntu2.2

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

-- 
Link in udev/rules.d
https://bugs.launchpad.net/bugs/197971
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197963] Re: Mensaje despues de actualizar ubuntu 8.10

2008-03-03 Thread Iulian Udrea
*** This bug is a duplicate of bug 197692 ***
https://bugs.launchpad.net/bugs/197692

** This bug has been marked a duplicate of bug 197692
   package ubuntu-desktop 1.94 failed to install/upgrade: problemas de 
dependencias - se deja sin configurar

-- 
Mensaje despues de actualizar ubuntu 8.10
https://bugs.launchpad.net/bugs/197963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197551] Re: ide not detected

2008-03-03 Thread Colin Watson
In future, please don't assign bugs to me unless you're my manager.
Putting them on an appropriate package is quite sufficient.

This is a transient problem, caused by somebody having removed the -10
kernel udebs before debian-installer was updated to -11. I uploaded
debian-installer 20070308ubuntu31 today to use -11, so this will be
fixed shortly.

** Changed in: debian-installer (Ubuntu)
Sourcepackagename: None = debian-installer
   Status: New = Fix Released

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

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


[Bug 197008] Re: booting broblem

2008-03-03 Thread Colin Watson
You keep talking about hd(0,1), but I am telling you that it is
(hd0,1). Please note the punctuation very carefully.

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

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


[Bug 195699] Re: Hardy Heron Alpha 5 installer misplaces 'Suomi' in language list

2008-03-03 Thread Colin Watson
*** This bug is a duplicate of bug 40144 ***
https://bugs.launchpad.net/bugs/40144

Thanks for your report. This is also bug 40144.

Pascal, for future reference, the live CD boot menu is before casper
takes control; it's gfxboot-theme-ubuntu.

** Changed in: gfxboot-theme-ubuntu (Ubuntu)
Sourcepackagename: casper = gfxboot-theme-ubuntu

** This bug has been marked a duplicate of bug 40144
   Languages sorted weirdly

-- 
 Hardy Heron Alpha 5 installer misplaces 'Suomi' in language list
https://bugs.launchpad.net/bugs/195699
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 144356] Re: Audio from Flash in Firefox does not go to correct sound device

2008-03-03 Thread Stephan Hermann
ok,
after testing with Daniel T. Chen,

removing pkg libflashsupport helps to get some output on the headset again. But 
this means, flashplugin-nonfree is not using Pulseaudio.
The same thing happens when you killall -9 pulseaudio and setting the default 
soundcard to headset e.g.
Sound works.

With libflashsupport + pulseaudio - no sound is coming over the headset
even if its set as default.

Regards,
\sh

-- 
Audio from Flash in Firefox does not go to correct sound device
https://bugs.launchpad.net/bugs/144356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 110325] knetworkmanager and network-manager can detect WEP encryption, but not WPA/WP2

2008-03-03 Thread Mark Rijckenberg
Hi,


I fully agree with the remarks from Paul Perkins. I confirm this very bad wifi 
networking behavior in the latest release of Kubuntu Hardy Heron (used this 
livecd: 
http://cdimage.ubuntu.com/releases/hardy/alpha-5/hardy-desktop-i386.iso, 
released on 22-Feb-2008 02:33 )

Yesterday, I did a conclusive test using that livecd on my laptop. I
have a WPA2 encrypted wifi network at home. I booted my laptop from that
livecd, went into knetworkmanager and selected my WPA2 access point in
the list of connections. knetworkmanager detected it as a WEP network
and did not give me the choice to change to WPA or WPA2 or to manually
correct it, which is not good. I manually set the right key, but it
still did not work. I decided not to waste time. Connected laptop to
router using LAN cable. Used LAN connection to manually install wicd
(wifi manager). wicd detected my WPA2 connection without a fuss, asked
for key, entered key. Had to restart wicd daemon a few times and then my
wifi connection worked fine in the liveCD session.

Conclusion 1: title of this bugreport should be changed to
knetworkmanager and network-manager can detect WEP encryption, but not
WPA/WP2. But wicd (wifi manager) can detect all types of encryption!

Conclusion 2: I would like to see networkmanager and knetworkmanager
replaced by wicd in the next releases of Kubuntu Hardy Heron...

Regards,

Mark

-- 
kubuntu cannot deal with wpa wireless link
https://bugs.launchpad.net/bugs/110325
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 40144] Re: Languages sorted weirdly

2008-03-03 Thread Colin Watson
Copying from my comment on bug 186979:

The languages are sorted by their ISO-639 language code (i.e. the first
bit of $LANG). nb  ne  nl  nn (Norsk bokmål, Nepali, Nederlands,
Norsk nynorsk).

I acknowledge that it is not perfect, but I'm not convinced that your
proposal is fully-specified, and it's exactly this woolliness that has
held me back from doing it that way in the past. See bug 39299. The
short answer is that there is no sort order that makes sense to speakers
of all languages, even if we as English speakers have an intuition that
says that it makes sense to sort similar-looking Latin letters together.
The current behaviour is a compromise.

-- 
Languages sorted weirdly
https://bugs.launchpad.net/bugs/40144
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 197965] Re: package deskbar-applet 2.21.92-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-03-03 Thread Data
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers. You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this
bug as a bug in deskbar-applet.

** Changed in: deskbar-applet (Ubuntu)
Sourcepackagename: None = deskbar-applet

-- 
package deskbar-applet 2.21.92-0ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/197965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197963] Re: Mensaje despues de actualizar ubuntu 8.10

2008-03-03 Thread Data
*** This bug is a duplicate of bug 197692 ***
https://bugs.launchpad.net/bugs/197692

deskbar-applet update-error is already described in Bug #197965
phython-pyatspi update-error is already described in Big #197967

-- 
Mensaje despues de actualizar ubuntu 8.10
https://bugs.launchpad.net/bugs/197963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197264] Re: can't enable desktop effects hardy live AMD64 CD

2008-03-03 Thread Colin Watson
I'm not sure where this belongs, but it definitely isn't casper (perhaps
it should be displayconfig-gtk?). Please reassign further as
appropriate.

** Changed in: compiz (Ubuntu)
Sourcepackagename: casper = compiz

-- 
can't enable desktop effects hardy live AMD64 CD
https://bugs.launchpad.net/bugs/197264
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 164129] Re: no rss in evolution

2008-03-03 Thread Pedro Fragoso
evolution-rss (0.0.8-0ubuntu1) hardy; urgency=low

  * New upstream release (lp: #164129)
  * debian/;
- Updated url and email change of upstream
  * debian/control;
 - b-d on libsoup2.4-dev
  * debian/patches/02-fix_detect.patch: dropped, merged upstream

 -- Pedro Fragoso [EMAIL PROTECTED]  Mon, 03 Mar 2008 11:51:00 +


** Attachment added: evolution-rss_0.0.8-0ubuntu1.dsc
   http://launchpadlibrarian.net/12362185/evolution-rss_0.0.8-0ubuntu1.dsc

-- 
Please sponsor evolution-rss 0.0.8 (universe) into Hardy
https://bugs.launchpad.net/bugs/164129
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 164129] Re: no rss in evolution

2008-03-03 Thread Pedro Fragoso

** Attachment added: evolution-rss_0.0.8-0ubuntu1.diff.gz
   http://launchpadlibrarian.net/12362187/evolution-rss_0.0.8-0ubuntu1.diff.gz

** Summary changed:

- no rss in evolution
+ Please sponsor evolution-rss 0.0.8 (universe) into Hardy

-- 
Please sponsor evolution-rss 0.0.8 (universe) into Hardy
https://bugs.launchpad.net/bugs/164129
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 28683] Re: Please add: Kurdish keyboard configuration kualt-latin

2008-03-03 Thread Erdal Ronahi
tr(ku) should be the standard for both console and desktop environment.

I mentioned tr(ku_alt) for the console, because 
1. that is closer to the English keyboard I expect console users to be more 
familiar with
2. the specific Kurdish characters can be only displayed on UTF-8 consoles 
anyway and there were multiple problems with that in the past

At the moment (Gutsy) there is no problem after selecting tr(ku),
neither on the console nor in a desktop environment.

-- 
Please add: Kurdish keyboard configuration kualt-latin
https://bugs.launchpad.net/bugs/28683
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 197972] Re: Doesn't handle recurring events in google cal

2008-03-03 Thread Dave Walker
Upstream bug: http://www.opensync.org/ticket/473


** Attachment added: gcal-recurrency.patch
   http://launchpadlibrarian.net/12362229/gcal-recurrency.patch

-- 
Doesn't handle recurring events in google cal
https://bugs.launchpad.net/bugs/197972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197972] [NEW] Doesn't handle recurring events in google cal

2008-03-03 Thread Dave Walker
Public bug reported:

Release: Hardy
Package: libopensync-plugin-google-calendar (0.19-2)

If the google calendar has a recurring event, it will cause a crash like:
xs to osync: 2007-04-07T14:00:00.000+02:00 = 20070407T14
xs to osync: 2007-04-07T21:30:00.000+02:00 = 20070407T213000
Traceback (most recent call last):
  File /usr/lib/opensync/google-cal-helper, line 402, in ?
sys.exit(main(sys.argv))
  File /usr/lib/opensync/google-cal-helper, line 394, in main
return fn(argv)
  File /usr/lib/opensync/google-cal-helper, line 286, in oper_get_all
data = e.dumpOsync()
  File /usr/lib/opensync/google-cal-helper, line 200, in dumpOsync
self.addElementContent(doc, event, 'DateStarted', 
xsdateToOsync(self.dtstart))
  File /usr/lib/opensync/google-cal-helper, line 118, in xsdateToOsync
raise DateConversionError(Invalid date/time: %s % (s))
__main__.DateConversionError: Invalid date/time:

** Affects: libopensync-plugin-google-calendar (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Doesn't handle recurring events in google cal
https://bugs.launchpad.net/bugs/197972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197955] Re: not installable in hardy amd64

2008-03-03 Thread Iulian Udrea
Thank you for your bug report. You shouldn't confirm your own bugs.
Please take a look at https://wiki.ubuntu.com/Bugs/Status

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: Confirmed = New

-- 
not installable in hardy amd64
https://bugs.launchpad.net/bugs/197955
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197539] Re: Please add string to be translated

2008-03-03 Thread Colin Watson
** Changed in: gfxboot-theme-ubuntu (Ubuntu)
 Assignee: (unassigned) = Colin Watson (kamion)
   Status: New = Fix Committed

-- 
Please add string to be translated
https://bugs.launchpad.net/bugs/197539
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 196121] Re: debian-installer should use GTK installer (installgui in Debian) in Alternate CD

2008-03-03 Thread Colin Watson
** This bug is no longer flagged as a security issue

-- 
debian-installer should use GTK installer (installgui in Debian) in Alternate CD
https://bugs.launchpad.net/bugs/196121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 117583] Re: ipod: album art not added

2008-03-03 Thread Nicolò Chieffo
I tested it with downloaded covers, and it works. Very sad! I'm changing
the description accordingly to this

** Changed in: rhythmbox (Ubuntu)
   Status: New = Confirmed

** Summary changed:

- ipod: album art not added
+ ipod: album art cover.jpg not added

** Description changed:

  Binary package hint: rhythmbox
  
  rhythmbox 0.11.0-0ubuntu1
  
- I've just dragged a song to the ipod, but its cover art, which was
- available in rhythmbox, is not available when using the ipod
+ I've just dragged a song to the ipod, but its cover art, which was available 
in rhythmbox as cover.jpg in the music directory, is not available when using 
the ipod.
+ Instead downloaded artworks are copied.

-- 
ipod: album art cover.jpg not added
https://bugs.launchpad.net/bugs/117583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 22007] Re: no 'Settings' button in gnome-screensaver

2008-03-03 Thread Vadim Peretokin
It is open-source already. Sources are avialable on his website:

http://xfx.net/utilities/sss/

On Sun, Mar 2, 2008 at 11:11 PM, cablop [EMAIL PROTECTED] wrote:

 I thought the code was open source already, it isn't?

 I didn't mirrored it cause I was too busy and have little problems, but
 i'm
 still interested in doing that

 --
 no 'Settings' button in gnome-screensaver
 https://bugs.launchpad.net/bugs/22007
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
no 'Settings' button in gnome-screensaver
https://bugs.launchpad.net/bugs/22007
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 197976] [NEW] crash on firefox pplugin connect to tightvnc server

2008-03-03 Thread scamper
Public bug reported:

This has been a problem since gutsy.
I've never been able to use firefox x64 with iced tea to connect to an http 
tightvnc server.
what should happen is you browse to the website :  http://192.168.XX.XX:5800/ 
and the applet is loaded which is a vnc server.

All I get is a big grey box.  Which on further investigation showed me
it the result of a crash, which I've attached.

I used to work around it by installed firefox32 with sun java 32, but
i'm filing this now as I've upgraded to Hardy and would like it
addressed.

1.
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu hardy (development branch)

** Affects: icedtea-java7 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
crash on firefox pplugin connect to tightvnc server
https://bugs.launchpad.net/bugs/197976
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197976] Re: crash on firefox pplugin connect to tightvnc server

2008-03-03 Thread scamper

** Attachment added: iced tea crash log
   http://launchpadlibrarian.net/12362269/crash_vnc_hs_err_pid14003.log

-- 
crash on firefox pplugin connect to tightvnc server
https://bugs.launchpad.net/bugs/197976
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197976] Re: crash on firefox pplugin connect to tightvnc server

2008-03-03 Thread scamper
Java VM: IcedTea 64-Bit Server VM (1.7.0-b24 mixed mode linux-amd64)

-- 
crash on firefox pplugin connect to tightvnc server
https://bugs.launchpad.net/bugs/197976
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197975] [NEW] latest mini.iso fails to recognise VirtualBox hard disk

2008-03-03 Thread Johannes Rohr
Public bug reported:

Binary package hint: debian-installer

the latest mini.iso for hardy is unusable for installing hardy in
VirtualBox, at it fails to recognise the virtual hard disk, even
modprobing all possible modules, like ide-disk, sd-mod etc. does not
make the virtual disk appear. By contrast, Debian's latest mini.iso from
Sid works just fine.

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
latest mini.iso fails to recognise VirtualBox hard disk
https://bugs.launchpad.net/bugs/197975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197973] Re: nautilus crashed with signal 7 in g_closure_invoke()

2008-03-03 Thread Apport retracing service
*** This bug is a duplicate of bug 196096 ***
https://bugs.launchpad.net/bugs/196096

** Tags removed: need-amd64-retrace

** Attachment removed: Dependencies.txt

   http://launchpadlibrarian.net/12362205/Dependencies.txt

** Attachment removed: Disassembly.txt

   http://launchpadlibrarian.net/12362206/Disassembly.txt

** Attachment removed: ProcStatus.txt

   http://launchpadlibrarian.net/12362208/ProcStatus.txt

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/12362204/CoreDump.gz

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 196096
   nautilus crashed with signal 7 in g_closure_invoke()

-- 
nautilus crashed with signal 7 in g_closure_invoke()
https://bugs.launchpad.net/bugs/197973
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194842] Re: [hardy alpha5] swiss keyboard layout configuration is wrong

2008-03-03 Thread Colin Watson
Very odd. I wonder why XKBVARIANT didn't get set.

** Changed in: console-setup (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[hardy alpha5] swiss keyboard layout configuration is wrong
https://bugs.launchpad.net/bugs/194842
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 194719] Re: 01_proc_sys_batteries.patch causes a regression making gnome-power-manager not detect the battery properly

2008-03-03 Thread Martin Pitt
Bug in hal, not in gnome-power-manager

** Changed in: power-manager (Ubuntu)
   Status: New = Invalid

** Changed in: gnome-power-manager (Ubuntu)
   Status: New = Invalid

-- 
01_proc_sys_batteries.patch causes a regression making gnome-power-manager not 
detect the battery properly
https://bugs.launchpad.net/bugs/194719
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197978] [NEW] Cracy Tracker HDD access after resume

2008-03-03 Thread Elias Humbolt
Public bug reported:

When I resume my machine from hibernation, I get very intense HDD
access. It turned out that I only have this excessive access when
trackerd is running when I suspend the machine.

I have no idea what trackerd is doing there or why but it is certain
that tracker is the cause, as I only get this when tracker is on.

However I tried to figure out what is going on looking at top. The last
thing I saw before the excessive HDD action stopped was an ls on top of
the list. Maybe tracker is performing an ls over the whole HDD? No idea.
Tracker itself consumed some CPU as well. I figure that trackerd gets
confused somehow when the clock suddenly leaps forward after resume.

I would like to confirm with 100% accuracy that trackerd is the cause,
but I have no idea if there is something like top for HDD access or any
other way to track that down.

Please advise.

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

-- 
Cracy Tracker HDD access after resume
https://bugs.launchpad.net/bugs/197978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197264] Re: can't enable desktop effects hardy live AMD64 CD

2008-03-03 Thread Travis Watkins
Perhaps displayconfig-gtk doesn't understand what to do when you have no
xorg.conf

** Changed in: displayconfig-gtk (Ubuntu)
Sourcepackagename: compiz = displayconfig-gtk

-- 
can't enable desktop effects hardy live AMD64 CD
https://bugs.launchpad.net/bugs/197264
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 189945] Re: package rhythmbox 0.11.4-0ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 134

2008-03-03 Thread Craig Maloney
*** This bug is a duplicate of bug 178799 ***
https://bugs.launchpad.net/bugs/178799

** This bug has been marked a duplicate of bug 178799
   package rhythmbox 0.11.4-0ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 134

-- 
package rhythmbox 0.11.4-0ubuntu4 failed to install/upgrade: subprocess 
post-installation script returned error exit status 134
https://bugs.launchpad.net/bugs/189945
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 150058] Re: defects in some parts of the screen

2008-03-03 Thread Travis Watkins
Your screen resolution is larger than the maximum texture size your
video card can create. Thus it cannot extend your panels, desktop, or
large windows along the entire screen.

-- 
defects in some parts of the screen
https://bugs.launchpad.net/bugs/150058
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 145360] Re: compiz.real crashed with SIGSEGV

2008-03-03 Thread mattia
the same problem.when i used ctrl.alt.backspace to restart

-- 
compiz.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145360
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197982] [NEW] dma warning in hardy kernel

2008-03-03 Thread Jeff Breidenbach
Public bug reported:

I see this repeatedly in syslog

[ 4074.960149] WARNING: at 
/build/buildd/linux-2.6.24/arch/x86/kernel/pci-dma_64.c:169 dma_free_coherent()
[ 4074.960152] Pid: 19831, comm: cli64 Not tainted 2.6.24-8-server #1
[ 4074.960153] 
[ 4074.960154] Call Trace:
[ 4074.960157]  [802144ca] dma_alloc_coherent+0x13a/0x200
[ 4074.960161]  [80214283] dma_free_coherent+0xa3/0xb0
[ 4074.960166]  [880f8540] :arcmsr:arcmsr_queue_command+0x890/0x9a0
[ 4074.960177]  [880c800c] :scsi_mod:scsi_dispatch_cmd+0x17c/0x2e0
[ 4074.960187]  [880ced75] :scsi_mod:scsi_request_fn+0x225/0x3d0
[ 4074.960191]  [8033bf72] blk_execute_rq_nowait+0x62/0xb0
[ 4074.960200]  [880ce644] :scsi_mod:scsi_execute_async+0x1f4/0x3e0
[ 4074.960208]  [881d34df] :sg:sg_common_write+0x18f/0x930
[ 4074.960212]  [881d3f50] :sg:sg_cmd_done+0x0/0x2c0
[ 4074.960216]  [80468070] thread_return+0x3a/0x59a
[ 4074.960222]  [881d3e4d] :sg:sg_new_write+0x1cd/0x2d0
[ 4074.960227]  [881d5c65] :sg:sg_ioctl+0x4c5/0xb60
[ 4074.960230]  [80468d59] do_nanosleep+0x69/0x90
[ 4074.960233]  [80257538] hrtimer_nanosleep+0x78/0x140
[ 4074.960236]  [802bd16d] do_ioctl+0x7d/0xa0
[ 4074.960240]  [802bd3b0] vfs_ioctl+0x220/0x2c0
[ 4074.960244]  [802bd4e1] sys_ioctl+0x91/0xb0
[ 4074.960247]  [8020c37e] system_call+0x7e/0x83


# cat /proc/version
Linux version 2.6.24-8-server ([EMAIL PROTECTED]) (gcc version 4.2.3 (Ubuntu 
4.2.3-1ubuntu2)) #1 SMP Thu Feb 14 20:42:20 UTC 2008

This is a hardy kernel on gutsy
# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION=Ubuntu 7.10

There's an Areca 1230 SATA controller in the system. To trigger the
warning, I can run the Areca command line utility cli64 which is some
presumably closed source RAID management tool. Or at least it was a
binary download. Running it and asking what disks are attached to the
controller rsf info triggers the warning.

I have no idea if this warning matters in the slightest, but thought it
best to report.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
dma warning in hardy kernel
https://bugs.launchpad.net/bugs/197982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197981] [NEW] ati radeon x 1650

2008-03-03 Thread Predrag
Public bug reported:

hi i have a problem with my grafics card.i have installed ubuntu 8.04
and after that i wanted to install my grafic card.installation was
succesful.then i restarted my PC but i had black monitor(no
signal).whats this?

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

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


[Bug 197980] [NEW] Eric crashes on start in Hardy

2008-03-03 Thread James Lamb
Public bug reported:

Binary package hint: eric

Hello,

I have recently started to use Hardy to do some debug testing. During
that testing I have tried eric which was installed from Universe. When I
attempt to start it the system core dumps. Here is what happens :

$ eric
Warning: translation file 'qt_en_GB'could not be loaded.
Using default.
Warning: translation file 'eric4_en_GB'could not be loaded.
Using default.
Warning: translation file 'qscintilla_en_GB'could not be loaded.
Using default.
ASSERT: left.level  right.level in file itemviews/qtreeview.cpp, line 2121
Aborted (core dumped)
$

Makes the software unusable. In each case it comes up with a window that
says Eric4 has not been configured yet. The configuration dialog will
be started. As soon as I click OK it crashes with teh above error.

Regards,

James

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

-- 
Eric crashes on start in Hardy
https://bugs.launchpad.net/bugs/197980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197980] Re: Eric crashes on start in Hardy

2008-03-03 Thread James Lamb

** Attachment added: Package List
   http://launchpadlibrarian.net/12362324/packages.rtf

-- 
Eric crashes on start in Hardy
https://bugs.launchpad.net/bugs/197980
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197972] Re: Doesn't handle recurring events in google cal

2008-03-03 Thread Dave Walker
Attached debiff

** Attachment added: 
libopensync-plugin-google-calendar_0.19-2ubuntu1.dsc.debdiff
   
http://launchpadlibrarian.net/12362332/libopensync-plugin-google-calendar_0.19-2ubuntu1.dsc.debdiff

-- 
Doesn't handle recurring events in google cal
https://bugs.launchpad.net/bugs/197972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 117583] Re: ipod: album art cover.jpg not added

2008-03-03 Thread Nicolò Chieffo
I've understood what triggers the artwork to be copied: the file must be 
playing in the moment it is copied to the ipod. In this case it copies 
cover.jpg too.
This bug is also valid (in my case) if the artwork is downloaded

** Summary changed:

- ipod: album art cover.jpg not added
+ ipod: album art not added unless the file is playing

** Description changed:

  Binary package hint: rhythmbox
  
  rhythmbox 0.11.0-0ubuntu1
  
- I've just dragged a song to the ipod, but its cover art, which was available 
in rhythmbox as cover.jpg in the music directory, is not available when using 
the ipod.
- Instead downloaded artworks are copied.
+ I've just dragged a song to the ipod, but its cover art, which was available 
in rhythmbox, is not available when using the ipod.
+ This only happens if the file was not playing in the moment I copied it. If 
it was playing the artwork is copied

-- 
ipod: album art not added unless the file is playing
https://bugs.launchpad.net/bugs/117583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 182811] Re: superfluous characters in /etc/mozpluggerrc

2008-03-03 Thread Iulian Udrea
Thank you for your report. I will try to fix this ASAP.

** Changed in: mozplugger (Ubuntu)
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Iulian Udrea (iulian)
   Status: New = In Progress

-- 
superfluous characters in /etc/mozpluggerrc
https://bugs.launchpad.net/bugs/182811
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197975] Re: latest mini.iso fails to recognise VirtualBox hard disk

2008-03-03 Thread Johannes Rohr
I have downloaded the mini.iso from ftp.fu-
berlin.de:/unix/linux/ubuntu/dists/hardy/main/installer-i386/20070308ubuntu30

The virtual hard disk is a standard 8 GB ide disk.

-- 
latest mini.iso fails to recognise VirtualBox hard disk
https://bugs.launchpad.net/bugs/197975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 147184] Re: There was some nautilus error in the daily update.

2008-03-03 Thread Craig Maloney
Possibly related bugs: bug 178799, bug 179084, bug 181336, bug 183487,
bug  186777, bug 187817, and bug 187821

-- 
There was some nautilus error in the daily update. 
https://bugs.launchpad.net/bugs/147184
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 197354] Re: gnome-settings-daemon doesn't work with xinerama (nvidia, amd64)

2008-03-03 Thread Lucky_Phil
*** This bug is a duplicate of bug 197859 ***
https://bugs.launchpad.net/bugs/197859

Hi Michael,

Thanks... themes now working fine.

Cheers,

Phil
Michael Flaig wrote:
 *** This bug is a duplicate of bug 197859 ***
 https://bugs.launchpad.net/bugs/197859

 ** This bug has been marked a duplicate of bug 197859
gnome-settings-daemon crashing



-- 
gnome-settings-daemon doesn't work with xinerama (nvidia, amd64)
https://bugs.launchpad.net/bugs/197354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 179084] Re: package gucharmap 1:2.21.3-0ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 134

2008-03-03 Thread Craig Maloney
Possibly related bugs: bug 147184, bug 178799, bug 179084, bug 181336,
bug  183487, bug 186777, bug 187817, and bug 187821


** Changed in: scrollkeeper (Ubuntu)
 Assignee: (unassigned) = Craig Maloney (craig-decafbad)
   Status: New = Incomplete

-- 
package gucharmap 1:2.21.3-0ubuntu1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 134
https://bugs.launchpad.net/bugs/179084
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 117583] Re: ipod: album art not added unless the file is playing

2008-03-03 Thread Nicolò Chieffo
** Changed in: rhythmbox
 Bugwatch: GNOME Bug Tracker #357400 = GNOME Bug Tracker #485535
   Status: Fix Released = Unknown

-- 
ipod: album art not added unless the file is playing
https://bugs.launchpad.net/bugs/117583
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 197533] Re: cacti 0.8.6j snmpwalk Fix

2008-03-03 Thread Emanuele Gentili
** Changed in: cacti (Ubuntu)
   Status: New = Invalid

-- 
cacti 0.8.6j snmpwalk Fix
https://bugs.launchpad.net/bugs/197533
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 196239] Re: Enable Browse device again when gvfs gets released again

2008-03-03 Thread Onkar Shinde
Someone needs to test the new obex backend before dropping the patch
that disabled 'Browse Device...' ion last upload. Also if the new
backend works properly then dependency on gnome-vfs-obexftp can be
dropped from bluez-gnome.

** Changed in: bluez-gnome (Ubuntu)
   Status: New = Confirmed

-- 
Enable Browse device again when gvfs gets released again
https://bugs.launchpad.net/bugs/196239
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 196114] Re: 2.6.24-10 and 2.6.24-8 hangs on boot won't recognize raid drives

2008-03-03 Thread Alessio Igor Bogani
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it, because your description
does not yet have enough information.

Please include the following additional information, if you have not already 
done so (pay attention to lspci's additional options), as required by the 
Ubuntu Kernel Team:
1. Please include the output of the command uname -a in your next response. 
It should be one, long line of text which includes the exact kernel version 
you're running, as well as the CPU architecture.
2. Please run the command dmesg  dmesg.log after a fresh boot and attach the 
resulting file dmesg.log to this bug report.
3. Please run the command sudo lspci -vvnn  lspci-vvnn.log and attach the 
resulting file lspci-vvnn.log to this bug report.

For your reference, the full description of procedures for kernel-
related bug reports is available at [WWW]
https://wiki.ubuntu.com/KernelTeamBugPolicies Thanks in advance!

-- 
2.6.24-10 and 2.6.24-8 hangs on boot won't recognize raid drives
https://bugs.launchpad.net/bugs/196114
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 187821] Re: package gnome-applets 2.21.4-0ubuntu2 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2008-03-03 Thread Craig Maloney
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at [WWW]http://wiki.ubuntu.com/DebuggingProgramCrash
and upload the backtrace (as anattachment) to the bug report. This
will greatly help us in tracking down your  problem, as well as the
other related problems.

Also, are you running this upgrade on a single core, multiple core, or
virtual  machine?

-- 
package gnome-applets 2.21.4-0ubuntu2 failed to install/upgrade: problemi con 
le dipendenze - lasciato non configurato
https://bugs.launchpad.net/bugs/187821
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 187821] Re: package gnome-applets 2.21.4-0ubuntu2 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2008-03-03 Thread Craig Maloney
Possibly related bugs: bug 147184, bug 178799, bug 179084, bug 181336,
bug  183487, bug 186777, bug 187817, and bug 187821


** Changed in: scrollkeeper (Ubuntu)
 Assignee: (unassigned) = Craig Maloney (craig-decafbad)
   Status: New = Incomplete

-- 
package gnome-applets 2.21.4-0ubuntu2 failed to install/upgrade: problemi con 
le dipendenze - lasciato non configurato
https://bugs.launchpad.net/bugs/187821
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


<    1   2   3   4   5   6   7   8   9   10   >