[Bug 281519] Re: display corruption with nvidia driver

2008-12-19 Thread Motin
Just for clarity, this is without using compiz right?

-- 
display corruption with nvidia driver
https://bugs.launchpad.net/bugs/281519
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 276990] Re: iwlagn causes kernel panic on 802.11n wifi

2008-12-19 Thread Daniel Holm
I also get this panic. Me and a friend have to laptops of the same
specs and both get these heavy freezes. I got it together with Intrepid
and a D-Link DIR-615 Draft-N router. And as for everyone else, it
happends under intense network traffic, like when I download something
in Deluge, Firefox, treamin movies from my fileserver or editing text
files over SSH on my LAMP server.

Is there a way to fix this (there are to many comments to read here) or
I'm i stuck to Jaunty?

-- 
iwlagn causes kernel panic on 802.11n wifi
https://bugs.launchpad.net/bugs/276990
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 211252] Re: Cannot receive files using bluetooth

2008-12-19 Thread newuser
@Daniel James:
following your post I also installed bluetooth package from PPA for Baptiste 
Mille-Mathias!
Thank you very much for your post.
Now I'm able to send files from my mobile (nokia6630) to my laptop but I'm 
still unable to send files from laptop to pc. It's your situation too or are 
you able to send files from pc to mobile swell?

-- 
Cannot receive files using bluetooth
https://bugs.launchpad.net/bugs/211252
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 173890] Re: flashplugin-nonfree fails to install due to md5sum mismatch

2008-12-19 Thread Leon Nardella
It seems Adobe already has a repository for Ubuntu:
http://ubuntulinuxtipstricks.blogspot.com/2008/12/adobe-flash-avoiding-md5-errors.html

Summing up:
Enable deb http://archive.canonical.com/ubuntu intrepid partner and install 
adobe-flashplugin

-- 
flashplugin-nonfree fails to install due to md5sum mismatch
https://bugs.launchpad.net/bugs/173890
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 103994] Re: Banshee unable to correctly sort via Album title

2008-12-19 Thread Valentin Neacsu
Moving/renaming/deleting the database file has no effect as it reappears
as soon as I restart Banshee.

-- 
Banshee unable to correctly sort via Album title
https://bugs.launchpad.net/bugs/103994
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 309738] [NEW] kadmind uses wrong path for kadmind.acl

2008-12-19 Thread squiggleslash
Public bug reported:

In Ubuntu 8.04, Heimdal's kadmind daemon is compiled to look for
kadmind.acl in /var/lib/heimdal-kdc/kadmind.acl, but documentation and
the sample file locates it in /etc/heimdal-kdc/kadmind.acl

Location was verified using strace:

open(/var/lib/heimdal-kdc/kadmind.acl, O_RDONLY|O_LARGEFILE) = 5

For other users finding this bug, you can easily fix it either by
editing the file in /var/lib/heimdal-kdc/kadmind.acl, or by setting up a
softlink as follows:

sudo  ln -s /etc/heimdal-kdc/kadmind.acl /var/lib/heimdal-
kdc/kadmind.acl

But presumably the long term fix is to either fix the man page, or
change the compiled-in default. Or, if you must, add the above softlink
as part of the install.

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

-- 
kadmind uses wrong path for kadmind.acl
https://bugs.launchpad.net/bugs/309738
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 309354] Re: Stops printing on USB brother inkjet with cups error: No pages found!

2008-12-19 Thread Sam Liddicott
The debug log I posted has this line:
E [18/Dec/2008:14:41:26 +] [Job 974] No pages found!

Sam

-- 
Stops printing on USB brother inkjet with cups error: No pages found!
https://bugs.launchpad.net/bugs/309354
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 303159] Re: IFUPDOWN - connections that are mapped should be locked to the mapping device

2008-12-19 Thread Stephan Trebels
The ifupdown interpretation of the mapping is:
a. If auto stanza exists run ifup $DEVICE at startup
b. When ifup $DEVICE is run for a mapping, run the mapping script, and
apply the config.

My personal preference for the ideal user-side experience for a mapping
device would be:
a. when device is not available hide all $MAPPING::$DEVICE virtual
configuration
b. when a device becomes available, and an auto stanza exists, run the
equivalent of ifup $DEVICE
c. when a device becomes available, and no auto stanza exists, offer the
user a choice, i.e. don't activate the device, activate one of the
$MAPPING::$DEVICE virtual connections, and a $MAPPING::automatic option
that runs the script.
d. if a device is available, but the user did not activate it at the
time it became available, then offer all $MAPPING::$DEVICE combinations

Feedback:
For this 1. and 2a. are fine.  
I am not sure 2b. is correct if a mapping device is not locked, yet, but
available via hal.  I'd prefer to export virtual configuration always
when a device is available via hal (if a list of configurations can be
made mutually exclusive). This is important, if only to allow the user
to override the script decision.
About 3. we should only run the single mapping script that this
hal-device-available event was for, not all of them, and only if the
auto stanza exists (see above).  
for 4. you mean a reload of the interfaces file?

-- 
IFUPDOWN - connections that are mapped should be locked to the mapping device
https://bugs.launchpad.net/bugs/303159
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 309740] [NEW] no menu icon

2008-12-19 Thread mavosaure
Public bug reported:

Binary package hint: qtpfsgui

1)  I'm on Xubuntu 8.10

2)  I'm using qtpfsgui :1.9.1-1build1

3-4) There's no icon menu for qtpfsgui (in the aplications menu). 
Icon appears however on the title bar of the windows.
It's not so a very serious problem, but it could be nice to get it!

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

-- 
no menu icon
https://bugs.launchpad.net/bugs/309740
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 309739] [NEW] Display gets corrupted and garbled every 5-7 minutes when using compiz. VT switch which takes ~1min required to reset screen

2008-12-19 Thread Motin
Public bug reported:

If I am lucky I can work in about 5-7 minutes before the screen gets all
garbled up and I have to switch to and from a tty to get back to a
normal appearance, a process that for some reason takes around 1-2
minutes.

Check the attached screenshot for an idea of how it looks...

I have inactivated all compiz plugins but the most basic ones for
functionality, like window decorations and desktop switcher.

Bug #269904 seems to be similar, but none of the reporters seem to
experience to complete corruption of the screen that I am.

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

** Affects: nvidia-graphics-drivers-177 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Display gets corrupted and garbled every 5-7 minutes when using compiz. VT 
switch which takes ~1min required to reset screen
https://bugs.launchpad.net/bugs/309739
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 309739] Re: Display gets corrupted and garbled every 5-7 minutes when using compiz. VT switch which takes ~1min required to reset screen

2008-12-19 Thread Motin

** Attachment added: garbled-screen-nvidia-compiz.png
   http://launchpadlibrarian.net/20579035/garbled-screen-nvidia-compiz.png

-- 
Display gets corrupted and garbled every 5-7 minutes when using compiz. VT 
switch which takes ~1min required to reset screen
https://bugs.launchpad.net/bugs/309739
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 309739] Re: Display gets corrupted and garbled every 5-7 minutes when using compiz. VT switch which takes ~1min required to reset screen

2008-12-19 Thread Motin

** Attachment added: lspci-vvnn.out
   http://launchpadlibrarian.net/20579038/lspci-vvnn.out

-- 
Display gets corrupted and garbled every 5-7 minutes when using compiz. VT 
switch which takes ~1min required to reset screen
https://bugs.launchpad.net/bugs/309739
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 309739] Re: Display gets corrupted and garbled every 5-7 minutes when using compiz. VT switch which takes ~1min required to reset screen

2008-12-19 Thread Motin

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

** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Display gets corrupted and garbled every 5-7 minutes when using compiz. VT 
switch which takes ~1min required to reset screen
https://bugs.launchpad.net/bugs/309739
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 307604] Re: hostname not IPv6 compliant

2008-12-19 Thread squiggleslash
Further to the last comment, options inet6 breaks ntp, so this isn't a
workable solution given the importance of ntp in the Ubuntu set-up.

-- 
hostname not IPv6 compliant
https://bugs.launchpad.net/bugs/307604
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 298798] Re: hwmon abituguru3 kernel module fails to load

2008-12-19 Thread Stefan Bader
Hi Russ,

nope, the most would be partial matches. But that won't work if some vendor 
decides to drop words in the middle and - does sound too inferior. ;-)
Alright, since your board id is still 1a, so I just made a new clone of the 
other table for IP35. I got a test kernel uploaded to my PPA. I had hoped this 
would be based on the latest -proposed kernel but those versions are moving 
fast at the moment. But for a quick test it should be ok to not have all the 
depending packages. Could you try that kernel and tell me whether this works as 
expected?

https://launchpad.net/~stefan-bader-canonical/+archive

-- 
hwmon abituguru3 kernel module fails to load
https://bugs.launchpad.net/bugs/298798
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 289559] Re: change resolution panel to show only supported

2008-12-19 Thread Flakerim Ismani
As soon as this is more logical bug, I think some one will provide
information needed.

** Changed in: xorg-server (Ubuntu)
   Status: Invalid = Incomplete

-- 
change resolution panel to show only supported
https://bugs.launchpad.net/bugs/289559
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 289559] Re: change resolution panel to show only supported

2008-12-19 Thread Flakerim Ismani
Unfortunately, I cant provide information requested, because I moved and
I don't have Ubuntu machine now.

I thing this bug should be moved to Feature Request, so someone with
take care.

Thanks
Flak.

-- 
change resolution panel to show only supported
https://bugs.launchpad.net/bugs/289559
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 309742] [NEW] no non-gui way of changing kde4 proxy settings

2008-12-19 Thread thefish
Public bug reported:

Binary package hint: kde4libs

Using KDE 4.2 beta 2 on Kubuntu 8.10

Expected Behaviour:
Some ability to change proxy settings with a bash/python/whatever script, or 
quick console one-liner

It seems the only way to change proxy settings in KDE4 is with the
system settings/network settings gui, which stops any nice easy ways to
swap between proxies for different locations etc.

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

-- 
no non-gui way of changing kde4 proxy settings
https://bugs.launchpad.net/bugs/309742
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 309314] Re: Documents silently fail to print

2008-12-19 Thread Till Kamppeter
** Changed in: cupsys (Ubuntu)
   Status: In Progress = Fix Committed

-- 
Documents silently fail to print
https://bugs.launchpad.net/bugs/309314
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 254908] Re: Radeon Mobility HD 3470 Installation Problem

2008-12-19 Thread Sapper
I had the same
I can hear the sounds of gdm and gnome (login sound etc) but the screen stays 
blank.

Matthias try this

Section Device
Driver  radeon
BusID   PCI:2:0:0

Me works it. But is not fglrx:(

-- 
Radeon Mobility HD 3470 Installation Problem
https://bugs.launchpad.net/bugs/254908
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 46520] Re: Grub installs to wrong drive's MBR in default install. No way to change in standard installer.

2008-12-19 Thread Tom Bruno
On Fri, Dec 19, 2008 at 5:21 AM, xcut christian.nentw...@gmail.com
wrote:

 I encountered the same problem (grub error 2) after installing, and this
 cost me many hours. I considered recommending Ubuntu for some non-
 technical friends, but it seems that this still won't be an option.

 Anyway, here is a complete summary:

 - I have an internal NVIDIA mirror RAID with Windows on it. Touching that
 RAID or writing anything on it was not an option
 - Decided to install Ubuntu to external USB disk
 - Installed Ubuntu 8.10 using the alternate installer
 - Created 100mb boot partition (sdc1), 100 gig root (sdc5) and 5 gig swap
 (sdc6)
 - Selected do not install GRUB to default location and forced install to
 /dev/sdc (the MBR of the external drive)

 Then rebooted, and put the external drive before the internal in the
 boot order.


By changing the drive order you made the drive stop being /dev/sdc (hd2,0)
and it became  /dev/sda (hd0,0)

What you want to do is specify the boot drive usually with a F12 menu in the
bios.  Not change drive order which is what causes grub to fail.

-- 
Grub installs to wrong drive's MBR in default install. No way to change in 
standard installer.
https://bugs.launchpad.net/bugs/46520
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 309212] Re: X crash: (WW) intel(0): Existing errors found in hardware state.

2008-12-19 Thread Piraja
I tested the HDD on a much more recent PC, Dell Optiplex 755 with Intel
82Q35 Express Integrated Graphics Controller, and could still reproduce
the problem.

The error message contained the following addition to the earlier line:

(EE)Intel(0): Unable to write to SDVOCTRL_E for SDVOB Slave 0x70.

I suppose there must be an easy fix, but I do not know my way around it.
I'm not sure if this is really a bug or if it should rather be converted
to a question.

** Attachment added: failsafeX-backup-081219172208.tar
   http://launchpadlibrarian.net/20579105/failsafeX-backup-081219172208.tar

-- 
X crash: (WW) intel(0): Existing errors found in hardware state.
https://bugs.launchpad.net/bugs/309212
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 309212] Re: X crash: (WW) intel(0): Existing errors found in hardware state.

2008-12-19 Thread Piraja
By the way, I added the line *Driver intel* to xorg.conf again, during
the failsafe session. I thought such a change would be persistent (see
above), but I seem to have been mistaken (I'm a non-technical user and a
near novice). At the moment I'm writing this on the same setup, but in a
Fluxbox session. I'll knock on wood...

-- 
X crash: (WW) intel(0): Existing errors found in hardware state.
https://bugs.launchpad.net/bugs/309212
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 301990] Re: boinc-client starts before nvidia kernel module is loaded and failed to detect CUDA devices

2008-12-19 Thread Óscar Rodríguez Ríos
CUDA devices in BOINC is (at least) supported since 6.2.11 (AFAIK)

Best regards.

-- 
boinc-client starts before nvidia kernel module is loaded and failed to detect 
CUDA devices
https://bugs.launchpad.net/bugs/301990
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 309745] [NEW] mondo package appears to be misnamed

2008-12-19 Thread bob holtzman
Public bug reported:

Binary package hint: mondo

This problem occurs in 8.04 and 8.10:
I installed mondo 2.24-3ubuntu1 from the Ubuntu repo. Had a problem with 
it so I climbed on the mondo-devel list and was told 2.24=2.2.4 and that
the latest was 2.2.7 which I went ahead and installed. Looks like the 
ubuntu developers missed a decimal point. The problem is that the update 
manager thinks 2.24-3 is later than 2.2.7 (2.242.2) and plants the 
update symbol in the bottom panel. I see no way of removing it except
perhaps, globally which I don't want to do. Any chance of renaming the package 
mondo 2.2.4-3ubuntu1 which is what it seems it should have been?

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

-- 
mondo package appears to be misnamed
https://bugs.launchpad.net/bugs/309745
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 308387] Re: [Jaunty] trying to overwrite `/usr/include/drm/drm_sarea.h', which is also in package libdrm-dev

2008-12-19 Thread Alex Maguran
I can confirm this from intrepid-proposed:
E: /var/cache/apt/archives/linux-libc-dev_2.6.27-11.21_i386.deb: trying to 
overwrite `/usr/include/drm/drm_sarea.h', which is also in package libdrm-dev

-- 
[Jaunty] trying to overwrite `/usr/include/drm/drm_sarea.h', which is also in 
package libdrm-dev
https://bugs.launchpad.net/bugs/308387
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 103994] Re: Banshee unable to correctly sort via Album title

2008-12-19 Thread hyperair
On Fri, 2008-12-19 at 15:21 +, Valentin Neacsu wrote:
 Moving/renaming/deleting the database file has no effect as it reappears
 as soon as I restart Banshee.
 
Stop Banshee, delete the database file, and then start Banshee again.
And while you're at it, delete the one from ~/.config/banshee as well,
if you've used 0.13.x and below.
-- 
Chow Loong Jin

-- 
Banshee unable to correctly sort via Album title
https://bugs.launchpad.net/bugs/103994
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 292450] Re: Broadcom STA/wl driver causes random kernel panics

2008-12-19 Thread Killeroid
@dg Hold on for a couple of hours. A tar.gz and dsc file for the update
is already in the repos. A deb would be generated very soon and then you
can update to it.

-- 
Broadcom STA/wl driver causes random kernel panics
https://bugs.launchpad.net/bugs/292450
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 276802] Re: sync flamerobin 0.9.0 from debian unstable

2008-12-19 Thread Daniel Holbach
I removed the portion about  src/frsvnrev.h  from the patch.

-- 
sync flamerobin 0.9.0 from debian unstable 
https://bugs.launchpad.net/bugs/276802
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 217789] Re: Realtek ALC888 low sound

2008-12-19 Thread Peter Frühberger
I have the same soundcard you have (Realtek ALC888) and had the same
problem (low sound) before (Mainboard MSI P35 Neo-F)

I added to my /etc/modprobe.d/alsa-base the following line:
options snd-hda-intel model=6stack-dig

I read the Alsa Config File and this one seemed to be the correct one
for me (6stacks on the back, 2 front and a not used digital out)

Perhaps it is worth a try for you.

Before trying: 
dmesg |grep -i alc
should report something about unknown HDA model, asking bios iirc.

you can control with alsamixer -c0 or the gnome mixer applet the
headphone (enable / disable). Please make sure to get a reasonable loud
output for both green outputs Front and Back - one slider for both -
while adjusting front to max.

Other model options for your hardware:
 ALC883/888
  3stack-dig3-jack with SPDIF I/O
  6stack-dig6-jack digital with SPDIF I/O
  3stack-6ch3-jack 6-channel
  3stack-6ch-dig 3-jack 6-channel with SPDIF I/O
  6stack-dig-demo  6-jack digital for Intel demo board
  acer  Acer laptops (Travelmate 3012WTMi, Aspire 5600, etc)
  acer-aspire   Acer Aspire 9810
  medionMedion Laptops
  medion-md2Medion MD2
  targa-dig Targa/MSI
  targa-2ch-dig Targs/MSI with 2-channel
  laptop-eapd   3-jack with SPDIF I/O and EAPD (Clevo M540JE, M550JE)
  lenovo-101e   Lenovo 101E
  lenovo-nb0763 Lenovo NB0763
  lenovo-ms7195-dig Lenovo MS7195
  haier-w66 Haier W66
  3stack-hp HP machines with 3stack (Lucknow, Samba boards)
  6stack-dell   Dell machines with 6stack (Inspiron 530)
  mitac Mitac 8252D
  clevo-m720Clevo M720 laptop series
  fujitsu-pi2515 Fujitsu AMILO Pi2515
  auto  auto-config reading BIOS (default)

Source: 
zless /usr/share/doc/alsa-base/driver/ALSA-Configuration.txt.gz

Please report back if this makes the sound louder for you!

-- 
Realtek ALC888 low sound
https://bugs.launchpad.net/bugs/217789
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 309354] Re: Stops printing on USB brother inkjet with cups error: No pages found!

2008-12-19 Thread Till Kamppeter
Sorry, did not see it. I had another look and saw another problem. Can
you please replace your /usr/lib/cups/filter/cpdftocps file by the
attached one? Please make sure that you make the new file world-
executable.

Does it work again now?


** Attachment added: Fixed cpdftocps filter
   http://launchpadlibrarian.net/20579292/cpdftocps

-- 
Stops printing on USB brother inkjet with cups error: No pages found!
https://bugs.launchpad.net/bugs/309354
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 137872] Re: please add support for ext4

2008-12-19 Thread sam tygier
ext4 support has been committed to gparted SVN
http://gparted-forum.surf4.info/viewtopic.php?id=3640
http://svn.gnome.org/viewvc/gparted?view=revisionrevision=1005

-- 
please add support for ext4
https://bugs.launchpad.net/bugs/137872
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 309748] [NEW] ubiquity crash, no initrd.img -- 8.10 desktop

2008-12-19 Thread CambridgeRed
Public bug reported:

This is a report of a partially-failed Ubuntu installation,
of version 8.10 (Intrepid Ibex), using the desktop CDROM
(ubuntu-8.10-desktop-i386.iso, whose md5sum matched what you
posted and which verified when I initially selected that
option, at boot-up).  Many of them, actually.

My apologies in advance if this isn't in your usual format,
or something.  This is only the second (third?) bug report
I've ever made in my life, so I'm not an expert.  It took me
a while to find you, then sign up, that sort of thing.

I am not an experienced Ubuntu user at all.  In fact it was
because I wanted to try to learn about Ubuntu that I decided
to install it.  And while I am not a programmer and could
not do something like compiling the kernel, I am comfortable
with linux command-line commands, in a text window.

So here are some notes I made during the installation, more
or less in the order they happened (this time -- I've been
trying this for a few weeks, sometimes choosing different
choices, such as first booting into the live session and
then choosing to install, for instance), in case my choices
matter, since such failures don't seem to be common.

I am more paranoid than most people, and thus always do the
installation in an isolated PC (with its Ethernet cable
unplugged and its wireless antenna unscrewed), stand-alone.
(So it doesn't get the time from the network for instance.)

I initially selected the Install Ubuntu option.

In the Prepare disk space window I selected Manual then
selected a particular partition (/dev/sda14 this time), and
select use as Ext2 file system with a mount point of
/ for the root partition.  (I had previously used another
linux on that machine to generate a new filesystem on that
partition, using mke2fs, so it was already formatted and
essentially empty for the Ubuntu install, each attempt.)

This time I also chose to mount another (/dev/sda3) ext2
partition as /home, as it does indeed have my home
directory, already populated.  Other attempts I have not
done that and thus /home was created in / -- but it didn't
seem to matter, it always still failed to install.

This time I chose not to check the Format? box for either
partition, but other times I chose to let it format the root
partition -- but it didn't seem to matter, it always still
failed to install.

Each attempt I click the Forward button a window pops up
saying (to start) Error!!! File system has incompatible
feature enabled.  And when I clicked OK another window
popped up specifying that partition #3 still had
uncorrected errors.  This is my /home partition and
previous checking showed me that it must be complaining that
my (/dev/sda3) filesystem has the ext_attr feature.
Unfortunately the tune2fs it suggests does not seem to
know about that feature and will not remove it -- either
the tune2fs on your Ubuntu CDROM or the tune2fs on my other
linux partition.  (I admit I've never tried using the
debugfs it also suggested.)  But even if I don't chose to
mount that (#3) partition I still get the error messages,
complaining Ubuntu-8.10 can't cope with a filesystem like
that.  (Since that feature has been around since at least
Fedora 5, and possibly Fedora 3, I would have thought that
Ubuntu would have learned to cope, or at least print a
message saying that it would ignore it, since it wasn't
implemented in Ubuntu, or whatever.)  So I mention it here
but I don't know if it matters or not, to the failure to
install.  So I just hit Continue on the error window since
there isn't anything else I can do.

In the Ready to install window, it always finds my old
linux partition, but always says something strange like 10
migration-assistant/sda6/users doesn't exist and an
even-longer doesn't exist message too.  (My /dev/sda6 does
have my old linux partition, a yum-updated Red Hat 7.3.)
But once I managed to install an Ubuntu (7.04 and the
alternate 8.10, see later on), that Ready to install
window then also gave the usernames for those other Ubuntu
partitions.  Again, I don't know if it matters.

Usually, I click the Advanced button in that window, and
select to install the boot loader in the Ubuntu partition
itself (/dev/sda14, this time), since I have grub already
installed in the MBR on that disk and I don't like Ubuntu
overwriting it.  But one try I didn't hit that Advanced
button, thus letting it overwrite mine; that attempt was so
many days ago I no longer remember what happened.  Sorry.

It then goes on, with the Installing system window and all
its myriad details.  Eventually, after a last message (about
Importing documents and settings ...), it goes into a
ten-seconds login window, then leaves me in the live
session window.

About a minute later a message pops up saying Crash report
detected ... and saying I should click on the icon for more
details.  But that explanatory message is only visible for
sixty seconds and then there is just the error icon, so I
would suggest a longer display period if you really 

[Bug 309602] Re: gnome-settings-daemon segmentation fault

2008-12-19 Thread Mingming

I can confirm this.

-- 
gnome-settings-daemon segmentation fault
https://bugs.launchpad.net/bugs/309602
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 304659] Re: rdiff-backup crashed with IOError in read()

2008-12-19 Thread Hew McLachlan
I truly only replace the rdiff-backup package.

It looks like it's having a problem in /sys. Excluding this directory
results in a successful backup. I have attached the -v5 log of the
problem.

** Attachment added: rdiff-backup-v5.log.gz
   http://launchpadlibrarian.net/20579321/rdiff-backup-v5.log.gz

-- 
rdiff-backup crashed with IOError in read()
https://bugs.launchpad.net/bugs/304659
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 299127] Re: No sound with Intel ICH9 HDA audio: no codecs found.

2008-12-19 Thread Šarūnas Burdulis
alsa-info.sh output from a working system uploaded as 
http://www.alsa-project.org/db/?f=efbe3dfcde5ba03c24fbdf87716886d9a5b601cd

This while running Sidux on the same workstation. None of the recent or
previous Ubuntus/Fedoras work anymore.

-- 
No sound with Intel ICH9 HDA audio: no codecs found.
https://bugs.launchpad.net/bugs/299127
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 146298] Re: [i965] intel gm965 compiz dual head issues

2008-12-19 Thread mexlinux
I have just installed KDE4.2 Beta 2 and works PERFECT!

So I might guess that is not a problem in the driver, but in
compiz. might that be?

-- 
[i965] intel gm965 compiz dual head issues
https://bugs.launchpad.net/bugs/146298
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 146298] Re: [i965] intel gm965 compiz dual head issues

2008-12-19 Thread mexlinux
I mean when running kde 4.2 I'm using kwin, instead of compiz.

-- 
[i965] intel gm965 compiz dual head issues
https://bugs.launchpad.net/bugs/146298
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 103994] Re: Banshee unable to correctly sort via Album title

2008-12-19 Thread Valentin Neacsu
Thanks, deleting both database files seems to have fixed the sorting
issue for me.

-- 
Banshee unable to correctly sort via Album title
https://bugs.launchpad.net/bugs/103994
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 309750] [NEW] etch.d/20-setup-apt script never enables security update sources

2008-12-19 Thread Randall Blecher
Public bug reported:

Binary package hint: xen-tools

When using xen-create-image to create a Debian Etch image, the apt
sources for security.debian.org are always commented out in the created
/etc/apt/sources.list file.

The script /usr/lib/xen-tools/etch.d/20-setup-apt is supposed to check
the host's apt sources to see if security updates are enabled.  If they
are, it is supposed to enable them on the guest image.  However, it
checks for the Debian security sources, not the Ubuntu security sources,
so it always thinks that the host's security updates are disabled.

The following snippet in /usr/lib/xen-tools/etch.d/20-setup-apt should
be updated to reflect Ubuntu's security update sources:


#
#  If the host system has security support then enable that here too.
#
if ( grep ^deb.*security.debian.org /etc/apt/sources.list /dev/null 
2/dev/null ) ; then

cat E_O_APT  ${prefix}/etc/apt/sources.list
# 
#  Security updates
# 
deb http://security.debian.org/ ${dist}/updates  main contrib non-free
deb-src http://security.debian.org/ ${dist}/updates  main contrib non-free
E_O_APT

else
cat E_O_APT  ${prefix}/etc/apt/sources.list
# 
#  Security updates - Uncomment to enable.
# 
# deb http://security.debian.org/ ${dist}/updates  main contrib non-free
# deb-src http://security.debian.org/ ${dist}/updates  main contrib non-free
E_O_APT

fi

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

-- 
etch.d/20-setup-apt script never enables security update sources
https://bugs.launchpad.net/bugs/309750
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 309747] [NEW] 3d desktop effects is not (and has yet never been) stable for the majority of hardware/drivers that is used with Ubuntu - Compare with Mac OS X

2008-12-19 Thread Motin
Public bug reported:

Binary package hint: ubuntu-desktop

This is a metabug (like bug #1) that denotes that Ubuntu's 3d Desktop /
Compiz rendering effects / Composite graphics mode etc is NOT stable
on/for the majority of hardware/drivers on which Ubuntu desktop edition
is run (hence reporting against the ubuntu-desktop package).

Until this bug is solved, it is not relevant to talk about Ubuntu as
providing 3d effects in any other matter other than a test/development
version. We cannot recommend anyone that actually uses Ubuntu
professionally to have them enabled.

When I refer to stable I mean the following more rudimentary specs:
 - No X server crashes
 - No recurrent garbled or corrupted displays

But ALSO:
 - No overlay/transparency rendering glitches
 - No weird window behaviors when maximizing/moving (top window decorations 
inaccessible under the top panel, no minimizing of certain windows, inability 
to move certain windows etc)
 - No flickering
 - No weird white or black space displaying in various parts of the desktop

In short, I'd put the this bug as solved for a specific hardware/driver
combination when one can expect to be able to work weeks and weeks and
run 15-25 windows/applications simultaneously non-stop with at least but
minimal 3d desktop effects enabled without experiencing any of the above
nuisances. The same sort of usability that Mac-users take for granted.

Steps to reproduce:
 1. Enable the basic desktop effects
 2. Use your computer as usual for say around 100 hours
 3. If none of the above problems were experienced, please report this 
hardware/driver combination success together with the output of lspci -vvnn, 
your xorg.conf-file together with any eventual special steps taken to achieve 
the problem free desktop effects set-up. 
 4. If any of the above problems occur, please report them as separate bugs in 
case they are not already reported - this meta-bug is only for tracking the 
overall usability issues.

This bug is solved when we can confirm full stability with the most used 
graphics cards and drivers (anyone have a good list to track the bug against?)
 - Most used Nvidia cards and drivers
 - Most used Intel cards and drivers
 - Most used ATI cards and drivers

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

** Description changed:

  Binary package hint: ubuntu-desktop
  
  This is a metabug (like bug #1) that denotes that Ubuntu's 3d Desktop /
  Compiz rendering effects / Composite graphics mode etc is NOT stable
- on/for the majority of hardware/drivers on which Ubuntu is run.
+ on/for the majority of hardware/drivers on which Ubuntu desktop edition
+ is run (hence reporting against the ubuntu-desktop package).
+ 
+ Until this bug is solved, it is not relevant to talk about Ubuntu as
+ providing 3d effects in any other matter other than a test/development
+ version. We cannot recommend anyone that actually uses Ubuntu
+ professionally to have them enabled.
  
  When I refer to stable I mean the following more rudimentary specs:
   - No X server crashes
   - No recurrent garbled or corrupted displays
  
  But ALSO:
   - No overlay/transparency rendering glitches
   - No weird window behaviors when maximizing/moving (top window decorations 
inaccessible under the top panel, no minimizing of certain windows, inability 
to move certain windows etc)
   - No flickering
   - No weird white or black space displaying in various parts of the desktop
  
  In short, I'd put the this bug as solved for a specific hardware/driver
  combination when one can expect to be able to work weeks and weeks and
  run 15-25 windows/applications simultaneously non-stop with at least but
  minimal 3d desktop effects enabled without experiencing any of the above
- nuances.
+ nuances. The same sort of usability that Mac-users take for granted.
  
  Steps to reproduce:
   1. Enable the basic desktop effects
   2. Use your computer as usual for say around 100 hours
-  3. If none of the above problems were experienced, please report this 
together with the output of lspci -vvnn, your xorg.conf-file together with 
any eventual special steps taken to achieve the problem free desktop effects 
set-up. 
+  3. If none of the above problems were experienced, please report this 
success together with the output of lspci -vvnn, your xorg.conf-file together 
with any eventual special steps taken to achieve the problem free desktop 
effects set-up. 
   4. If any of the above problems occur, please report them as separate bugs 
in case they are not already reported - this meta-bug is only for tracking the 
overall usability issues.
+ 
+ This bug is solved when we can confirm full stability with the most used 
graphics cards and drivers (anyone have a good list to track the bug against?)
+  - Nvidia

** Description changed:

  Binary package hint: ubuntu-desktop
  
  This is a metabug (like bug #1) that denotes that Ubuntu's 3d Desktop /
  Compiz rendering effects / 

[Bug 309632] Re: Unrecognised lines in dpkg output

2008-12-19 Thread Nathan Crawford
This patch fixes those unknown lines, as well as capturing re-installed
packages and conf file lines that would normally be put in the Unknown
lines section. Backported from latest logwatch cvs.

** Attachment added: patch for unknown lines from logwatch.org cvs
   http://launchpadlibrarian.net/20579327/unknown-lines.patch

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

-- 
Unrecognised lines in dpkg output
https://bugs.launchpad.net/bugs/309632
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 294972] Re: xorg 10-20% cpu usage after intrepid upgrade, general system sluggishness

2008-12-19 Thread JM 21croissants
I had the same problem after upgrading to Ubuntu intrepid yesterday.
Xorg taking 40-70% of CPU and the fan going crazy.

I solved this by re-generating an /etc/X11/xorg.conf with

sudo dpkg-reconfigure -phigh xserver-xorg

My old xorg.conf was configured to work with DUAL screen

see my conf here: http://21croissants.blogspot.com/2008/10/ubuntu-804
-xorgconf-for-samsung.html

I guess I'll have to reconfigure xorg when I plug the dual screen again
or maybe intrepid will detect it automatically.

-- 
xorg 10-20% cpu usage after intrepid upgrade, general system sluggishness
https://bugs.launchpad.net/bugs/294972
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 243154] Re: Wired connection does not work on Hardy when Wireless connection available

2008-12-19 Thread glass.dimly
I have this problem in Intrepid.  It started with Intrepid and did not
occur in Hardy.

When ethernet is connected and wireless is also connected, it is not
possible to use either device.  The internet is inaccessible.  I have an
Dell XPS M1330 with Intel 3945 wireless card.

Workaround: disable wireless when ethernet is connected.

-- 
Wired connection does not work on Hardy when Wireless connection available
https://bugs.launchpad.net/bugs/243154
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 46520] Re: Grub installs to wrong drive's MBR in default install. No way to change in standard installer.

2008-12-19 Thread xcut
I probably phrased what I said badly: I meant I changed the boot order
of the disks. I did not reorder the disks.

Note that in the snippet I put in manually above, I type in root (hd2,
0) into super grub disk, i.e. the disk is still sdc. I have no idea why
this gets me in through the boot CD, but not when it tries to read the
same grub instructions from the MBR.

-- 
Grub installs to wrong drive's MBR in default install. No way to change in 
standard installer.
https://bugs.launchpad.net/bugs/46520
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 309747] Re: 3d desktop effects is not (and has yet never been) stable for the majority of hardware/drivers that is used with Ubuntu - Compare with Mac OS X

2008-12-19 Thread Motin
** Description changed:

  Binary package hint: ubuntu-desktop
  
  This is a metabug (like bug #1) that denotes that Ubuntu's 3d Desktop /
  Compiz rendering effects / Composite graphics mode etc is NOT stable
  on/for the majority of hardware/drivers on which Ubuntu desktop edition
  is run (hence reporting against the ubuntu-desktop package).
  
  Until this bug is solved, it is not relevant to talk about Ubuntu as
  providing 3d effects in any other matter other than a test/development
  version. We cannot recommend anyone that actually uses Ubuntu
  professionally to have them enabled.
  
  When I refer to stable I mean the following more rudimentary specs:
   - No X server crashes
   - No recurrent garbled or corrupted displays
  
  But ALSO:
   - No overlay/transparency rendering glitches
   - No weird window behaviors when maximizing/moving (top window decorations 
inaccessible under the top panel, no minimizing of certain windows, inability 
to move certain windows etc)
   - No flickering
   - No weird white or black space displaying in various parts of the desktop
  
  In short, I'd put the this bug as solved for a specific hardware/driver
  combination when one can expect to be able to work weeks and weeks and
  run 15-25 windows/applications simultaneously non-stop with at least but
  minimal 3d desktop effects enabled without experiencing any of the above
- nuances. The same sort of usability that Mac-users take for granted.
+ nuisances. The same sort of usability that Mac-users take for granted.
  
  Steps to reproduce:
   1. Enable the basic desktop effects
   2. Use your computer as usual for say around 100 hours
-  3. If none of the above problems were experienced, please report this 
success together with the output of lspci -vvnn, your xorg.conf-file together 
with any eventual special steps taken to achieve the problem free desktop 
effects set-up. 
+  3. If none of the above problems were experienced, please report this 
hardware/driver combination success together with the output of lspci -vvnn, 
your xorg.conf-file together with any eventual special steps taken to achieve 
the problem free desktop effects set-up. 
   4. If any of the above problems occur, please report them as separate bugs 
in case they are not already reported - this meta-bug is only for tracking the 
overall usability issues.
  
  This bug is solved when we can confirm full stability with the most used 
graphics cards and drivers (anyone have a good list to track the bug against?)
   - Most used Nvidia cards and drivers
   - Most used Intel cards and drivers
   - Most used ATI cards and drivers

-- 
3d desktop effects is not (and has yet never been) stable for the majority of 
hardware/drivers that is used with Ubuntu - Compare with Mac OS X
https://bugs.launchpad.net/bugs/309747
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 103994] Re: Banshee unable to correctly sort via Album title

2008-12-19 Thread hyperair
On Fri, 2008-12-19 at 16:01 +, Valentin Neacsu wrote:
 Thanks, deleting both database files seems to have fixed the sorting
 issue for me.
 
That seems to indicate that the error lies with the database migration
code. Perhaps the old database was corrupted.
-- 
Chow Loong Jin

-- 
Banshee unable to correctly sort via Album title
https://bugs.launchpad.net/bugs/103994
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 72468] Re: Trash looks empty, isn't

2008-12-19 Thread stg
I'm happy to see that yours is now fixed ... I'll try this myself
tonight but has you can see on my earlier post, If my trash is full at
boot up the trash Icon works fine as well as all the trash menus. But,
if the trash is empty at boot up, the trash will show up empty for the
whole sessions even if I put files in it...

I'm getting so sick of this that I'm about to create a script that puts
a file in my bin every time I turn off the computer but there is got to
be a fix for that somewhere ...

stg

-- 
Trash looks empty, isn't
https://bugs.launchpad.net/bugs/72468
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 309753] [NEW] Samba doesn't work with wireless connection

2008-12-19 Thread glass.dimly
Public bug reported:

Binary package hint: network-manager

Problem: Intrepid cannot access Samba/Windows Network Shares through the
wireless connection.

How to Replicate: Disconnect ethernet.  Connect to Windows network via 
wireless.  Browse in Nautilus to  Windows Network: nothing.  Now, type 
#sudo smbtree 
nothing.
Connect ethernet jack.  Ethernet and wireless block each other's access to the 
network (bug 243154).  Therefore, disable wireless.  Now, #sudo smbtree again.  
There's your network.

Workaround: Only use wired connections for Windows shares.

I've tested this on three different wireless router/access points on two
entirely different networks, one which was network with a Samba-based
domain controller and another which was a Windows workgroup
configuration.

Thanks,
glass.dimly

All updates current, Intrepid
Dell XPS M1330 
Intel wireless 3945

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

-- 
Samba doesn't work with wireless connection
https://bugs.launchpad.net/bugs/309753
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 299127] Re: No sound with Intel ICH9 HDA audio: no codecs found.

2008-12-19 Thread Alexander Chemeris
Read this thread, started by me for more information:
http://mailman.alsa-project.org/pipermail/alsa-devel/2008-December/013402.html

** Changed in: alsa-lib (Ubuntu)
   Status: Incomplete = Confirmed

-- 
No sound with Intel ICH9 HDA audio: no codecs found.
https://bugs.launchpad.net/bugs/299127
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 309754] [NEW] (usability) Select next item in list after deletion

2008-12-19 Thread Vadim Peretokin
Public bug reported:

When you delete a mirror from the third-party tab, the focus does not
automatically go to the next one. This makes deleting multiple mirrors
harder since you have to select each one and then press delete.

If focus was automatically given to the next item, then pressing
'remove' would work for multiple mirrors.

Even better though would be to allow multiple selection.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
(usability) Select next item in list after deletion
https://bugs.launchpad.net/bugs/309754
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 309731] Re: [Intrepid] Update kernel to Linux 2.6.27.10

2008-12-19 Thread Colin Watson
Accepted linux into intrepid-proposed, please test and give feedback
here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
[Intrepid] Update kernel to Linux 2.6.27.10
https://bugs.launchpad.net/bugs/309731
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 309522] Re: Evolution segfaults

2008-12-19 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

** Changed in: evolution (Ubuntu)
   Importance: Low = Medium

-- 
Evolution segfaults
https://bugs.launchpad.net/bugs/309522
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 309508] Re: Dell laptop digital mic does not work, PCI 1028:0271

2008-12-19 Thread Colin Watson
Accepted linux into intrepid-proposed, please test and give feedback
here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
Dell laptop digital mic does not work, PCI 1028:0271
https://bugs.launchpad.net/bugs/309508
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 304969] Re: Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz can't be retrieved

2008-12-19 Thread houstonbofh
Robert Schlanstein wrote:
 If you install from the GUI, there is no error indicating that the
 package did not install.
 
 The error ist not pointed out by the pop-up window, but the error itself
 remains. You can click on details to read the same output as the
 terminal would give.

And why would you click on details when nothing went wrong as far as 
you could tell?  More importantly, why would my mother click on 
details and what would it tell her? Yes, the script outputs an error, 
but the package does not.

@Daniel
Gutsy is still supported. (as is Dapper)  The .deb from adobe is Hardy 
or better.  Gutsy is still broken. (as is Dapper)

-- 
Hardy: Flash can't be installed since install_flash_player_9_linux.tar.gz can't 
be retrieved 
https://bugs.launchpad.net/bugs/304969
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 300803] Re: linux-libc-dev: please include video/uvesafb.h

2008-12-19 Thread Colin Watson
I've accepted the reversion (linux 2.6.27-11.22). Thanks.

-- 
linux-libc-dev: please include video/uvesafb.h
https://bugs.launchpad.net/bugs/300803
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 296502] Re: Intrepid/XP Router connection lost on shutdown

2008-12-19 Thread lhilden
@IanW  I too am experiencing this issue, and I have time to work on
this.  Is there any additional information I can provide you to help
diagnose this problem?

-- 
Intrepid/XP Router connection lost on shutdown
https://bugs.launchpad.net/bugs/296502
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 294972] Re: xorg 10-20% cpu usage after intrepid upgrade, general system sluggishness

2008-12-19 Thread JM 21croissants
U I was over optimistic in my previous comment and I haven't really
solved the problem  Xorg still takes 20-30% and kills my fan :-(

-- 
xorg 10-20% cpu usage after intrepid upgrade, general system sluggishness
https://bugs.launchpad.net/bugs/294972
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 293217] Re: Track compat-wireless updates

2008-12-19 Thread Colin Watson
linux-backports-modules-2.6.27 (2.6.27-11.10) intrepid-proposed;
urgency=low

  [Tim Gardner]

  * Updated to master-2008-12-17
- LP: #293217
  * Fix firmware naming issues caused by upstream wireless-testing.
  * Updated iwl 3945 firmware to iwlwifi-3945-ucode-15.28.2.8.

 --  Tim Gardner tim.gard...@canonical.com  Fri, 19 Dec 2008 08:38:37
-0700

linux-backports-modules-2.6.27 (2.6.27-11.9) intrepid-proposed;
urgency=low

  [Tim Gardner]

  * Update to wireless-testing master-2008-11-24
- LP: #293217
  * Bump ABI

 --  Tim Gardner tim.gard...@canonical.com  Tue, 16 Dec 2008 16:52:10
-0700

Accepted into intrepid-proposed.

-- 
Track compat-wireless updates
https://bugs.launchpad.net/bugs/293217
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 281647] Re: Support IR remote for MSI TV Anywhere Plus tuner card

2008-12-19 Thread Colin Watson
Accepted linux into intrepid-proposed, please test and give feedback
here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
Support IR remote for MSI TV Anywhere Plus tuner card
https://bugs.launchpad.net/bugs/281647
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 290703] Re: Nautilus does not respect SFTP home

2008-12-19 Thread Pedro Villavicencio
Well this is a gvfs issue, upstream was reassigned to the gvfs component
also, rejecting the nautilus task, thanks.

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: gvfs (Ubuntu)
   Status: New = Triaged

-- 
Nautilus does not respect SFTP home
https://bugs.launchpad.net/bugs/290703
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 241039] Re: [new-upstream] opera 9.6

2008-12-19 Thread Bernhard
I guess it's like Debian stable and Debian sid where Debian sid is
synonymous with Debian unstable.
http://en.wikipedia.org/wiki/Debian_Sid

Unstable/Sid is the probably the more recent version, but less tested. I
think they even have beta which is maybe even more recent. But I'm not
an expert in Opera repos, you can ask on their forums and get a better
answer.

-- 
[new-upstream] opera 9.6
https://bugs.launchpad.net/bugs/241039
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 198841] Re: PKCS #12 Error Importing Client Certificates

2008-12-19 Thread Peter Clark
Using torbutton-extension 1.2.0rc6 here.

-- 
PKCS #12 Error Importing Client Certificates
https://bugs.launchpad.net/bugs/198841
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 252132] Re: Please upgrade Opera to 9.61

2008-12-19 Thread Bernhard
As I posted on #241039, there is even an Opera repo which keeps you up
to date (includes Opera updates in apt-get update, which the single debs
to not).

-- 
Please upgrade Opera to 9.61
https://bugs.launchpad.net/bugs/252132
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 252132] Re: Please upgrade Opera to 9.61

2008-12-19 Thread Bernhard
Oh, you have write Bug 241039, to link it. :)

-- 
Please upgrade Opera to 9.61
https://bugs.launchpad.net/bugs/252132
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 110379] Re: With Intel i810 driver on Dell E1505, switching display causes blank screen.

2008-12-19 Thread Hatem MASMOUDI
Hi everone,

I have a bug similar to this one with ubuntu 8.10
I have an ASIPIRE 5610Z with the some video card Intel Corporation Mobile 
945GM/PM/GMS taht use i810 driver.

My bug is : when i switch a video output to VGA out. the screen is ok.
but randomly, after some hour the VGA output is totally black. no screen
out in VGA even if a use alt+crtl+backspace, only LVDS is working.

i attached my xorg.0.log.
the error is Underrun in pipe A !!!

only reboot solve the problem.
I have the same bug with other distribution and version of ubuntu.

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

-- 
With Intel i810 driver on Dell E1505, switching display causes blank screen.
https://bugs.launchpad.net/bugs/110379
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 22336] Re: CPU overheats during high usage throttling not supported

2008-12-19 Thread dr.spock
Thanks mplexus, surely I didn't care I was inside one directory created
by the module.

Now I have modified rc.local and polling frequency is set to 3 secs. I
have tested it again with command 'yes | sha1sum' while monitoring CPU
temp and freq, and freq raises inmediately 2GHz (max), and it shuts down
when it reaches 100º (curiously, a message is shown on console that says
it will shut down because it has reached 72º).

Well, in my case polling is working fine, but I think it doesn't work
because my trip_points file only contains 'critical (S5): 100 C', and
the only event possible, then, is to shut down  the computer.

-- 
CPU overheats during high usage throttling not supported
https://bugs.launchpad.net/bugs/22336
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 307948] [NEW] kde plasma disturbed while oo writer window has focus

2008-12-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: openoffice.org

While oo writer window has focus, the graphical display of the kde plasma 
Kontrollleiste including widgets and k-menue becomes instable, icons are 
incompletely/faultly redrawn permanently. This also affects the terminal window 
(distorted characters, blending of window background and desktop background 
behind the window). While this takes place, the plasma process takes 10-85% cpu 
utilization every 5-10 seconds.
This does not happen while using oo spreadsheet.
But this also happens after saving an abiword document in .pdf file format.

oo 2.4.1 1.2.4.1-11ubuntu2.1
ubuntu 8.10 with latest updates as of 20081214 20:56
the system had been dist-upgraded from 8.04

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: nvidia
Package: openoffice.org-core 1:2.4.1-11ubuntu2.1
ProcEnviron:
 
PATH=/usr/lib/openoffice/program:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.27-9-generic x86_64

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


** Tags: apport-bug
-- 
kde plasma disturbed while oo writer window has focus
https://bugs.launchpad.net/bugs/307948
You received this bug notification because you are a member of Kubuntu Bugs, 
which is subscribed to kdebase in ubuntu.

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


[Bug 309632] Re: Unrecognised lines in dpkg output

2008-12-19 Thread Nathan Crawford
I forgot to mention that my patch is for the Hardy version, but the bug
occurs in the Jaunty version as well.

-- 
Unrecognised lines in dpkg output
https://bugs.launchpad.net/bugs/309632
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 308445] Re: OpenOffice Presentation 3.0 (build:9358) crashes at certain slides containing graphics

2008-12-19 Thread Chris Cheney
Is there anyone else running the ppa debs on Hardy that can test this
bug? I can't reproduce this bug with the ppa debs on Intrepid.

-- 
OpenOffice Presentation 3.0 (build:9358) crashes at certain slides containing 
graphics
https://bugs.launchpad.net/bugs/308445
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 305714] Re: 8.10 2.6.27 boot failed, doesn't find /dev/disk/by-uuid/xxxxx

2008-12-19 Thread Raptor Ramjet
Just to confirm that I've also got a similar problem in that my machine
won't boot, drops to the busybox prompt and tells me that /dev/disk/by-
uuid/xxx doesn't exist.

My hardware is:

Motherboard: ASRock-ALIVE Dual-ESATA2
Chipset: Northbridge: NVIDIA M1695 - Southbridge NVIDIA nForce3 250 
CPU: Athlon64 Dual Core (3.2 Ghz)
Disk1 (eide master 1) Seagate 120Gb
Disk2 (sata1) Seagate 500Gb
Disk3 (sta2) Samsung 750Gb

Currently, following much digging about on the 'net, I've tried using
rootdelay=90 on the GRUB command line and also waiting a couple of
minutes before typing exit in the busybox shell but neither method
makes any difference.

The only way I've found to get round this problem  is to keep rebooting
the machine until it finally boots.  This can take up to 20 attempts and
is very frustrating.  Once the machine has booted I therefore have no
option but to leave it on but at some point (maybe a couple of weeks
later) it will freeze and I have to power it off (the machine becomes
totally unresponsive - I can't even get another login window on a
different console).

As a test I've also installed Windows XP onto a fresh partition and this
boots without problems and seems to run fine (I left it on and used it
for two weeks without issue).

Additionally since upgrading to 8.10 Audio no longer works correctly,
Xorg *still* doesn't drive my monitor at the correct refresh rate, video
and audio playback have become jerky and I can safely say that, for me,
8.10 has been a total disaster :(

Still at least it's free.

-- 
8.10 2.6.27 boot failed, doesn't find /dev/disk/by-uuid/x
https://bugs.launchpad.net/bugs/305714
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 296578] Re: System crash when using wireless

2008-12-19 Thread Jonathan Keeling
I believe I'm seeing the same bug with 2.6.27-10-generic kernel.  I have
attached a photograph of what appears if switched to the console when
the freeze occurs.

** Attachment added: console.jpg
   http://launchpadlibrarian.net/20579783/console.jpg

-- 
System crash when using wireless
https://bugs.launchpad.net/bugs/296578
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 309602] Re: gnome-settings-daemon segmentation fault

2008-12-19 Thread Pedro Villavicencio
Thanks for your bug report. Please try to obtain a backtrace
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
gnome-settings-daemon segmentation fault
https://bugs.launchpad.net/bugs/309602
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 309512] Re: Dell Studio 17 (1737), 2 headphones jack do not work in Intrepid 8.10

2008-12-19 Thread Kano
With that patch it should be possible to use internal speakers and
headphone. It basically does the same as the model override. Needs a bit
tuning in the mixer settings.

** Attachment added: 2.6.27.9-patch_sigmatel_dell_studio_17.diff
   
http://launchpadlibrarian.net/20580047/2.6.27.9-patch_sigmatel_dell_studio_17.diff

-- 
Dell Studio 17 (1737), 2 headphones jack do not work in Intrepid 8.10
https://bugs.launchpad.net/bugs/309512
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 309307] Re: apport fails to file bugreports

2008-12-19 Thread Brian Murray
Björn - you indicated that this slipped by a test.  Has the test been
changed to catch this?  I'm curious because we are asking more and more
reporters to use 'apport-cli' or 'ubuntu-bug' to report bug reports
since a lot of information is gathered automatically.

-- 
apport fails to file bugreports
https://bugs.launchpad.net/bugs/309307
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 307948] Re: kde plasma disturbed while oo writer window has focus

2008-12-19 Thread Chris Cheney
** Changed in: kdebase (Ubuntu)
Sourcepackagename: openoffice.org = kdebase

-- 
kde plasma disturbed while oo writer window has focus
https://bugs.launchpad.net/bugs/307948
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 281348] Re: Firefox only shows default icons in toolbars with tabmixplus and ubufox installed

2008-12-19 Thread theLured
It worked for me. I have restarted Firefox several times. I have FireFM,
AiOS, bookmarks and a custom toolbar working all fine after removing
localstore.rdf. Although the Ubuntu Firefox Modifications extension is
disabled.

-- 
Firefox only shows default icons in  toolbars with tabmixplus and ubufox 
installed
https://bugs.launchpad.net/bugs/281348
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 309758] [NEW] update-initramfs fails to include ext4 module

2008-12-19 Thread Marques Johansson
Public bug reported:

Binary package hint: initramfs-tools

When the root filesystem is ext4, update-initramfs does not include the
ext4 module in the initrd image.  I had to manually add ext4, jbd2, and
crc16 to /etc/initramfs-tools/modules in order to get these modules in
the image.

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

-- 
update-initramfs fails to include ext4 module
https://bugs.launchpad.net/bugs/309758
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 309512] Re: Dell Studio 17 (1737), 2 headphones jack do not work in Intrepid 8.10

2008-12-19 Thread Stefan Bader
** Changed in: linux (Ubuntu)
Sourcepackagename: alsa-driver = linux
   Importance: Undecided = Wishlist
 Assignee: (unassigned) = Stefan Bader (stefan-bader-canonical)
   Status: New = In Progress

-- 
Dell Studio 17 (1737), 2 headphones jack do not work in Intrepid 8.10
https://bugs.launchpad.net/bugs/309512
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 251751] Re: No oem-id generated in OEM install mode

2008-12-19 Thread Steve Langasek
** Changed in: ubiquity (Ubuntu Hardy)
   Target: None = ubuntu-8.04.2

-- 
No oem-id generated in OEM install mode
https://bugs.launchpad.net/bugs/251751
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 173890] Re: flashplugin-nonfree fails to install due to md5sum mismatch

2008-12-19 Thread Noel J. Bergman
 It seems Adobe already has a repository for Ubuntu

That's good news, and about time.  :-)  I knew that Adobe was already
building the .deb, but hadn't seen that they were in the third party
repository.  Hopefully they'll get acrobat reader into there, too,
although distribution of that through medibuntu has been less
problematic.

-- 
flashplugin-nonfree fails to install due to md5sum mismatch
https://bugs.launchpad.net/bugs/173890
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 157478] Re: Brasero reports incorrect medium size status

2008-12-19 Thread tioneb
I confirm

Xubuntu 8.04

Brasero, integrity check reported a 488.9MB for all my 700MB blank CD-R

-- 
Brasero reports incorrect medium size  status
https://bugs.launchpad.net/bugs/157478
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 309760] [NEW] icons not working in Intrepid jwm

2008-12-19 Thread lykwydchykyn
Public bug reported:

Binary package hint: jwm

In Intrepid, I cannot get jwm to use icons.  In hardy, I can edit
~/.jwmrc and add an IconPath then assign icons to various buttons/menu
items/etc.

Jwm is locating the files, so it is not a path problem.  It does not
leave any errors in ~/.xsession-errors.

The same ~/.jwmrc file used in Hardy produces icons.  Also, creating a
Xephyr window and running jwm in that window will produce icons.  But
normal operation of jwm does not produce icons.

I've attached both the .jwmrc and a screenshot showing jwm running in
Xephyr running in jwm.  Note that in the Xephyr window, there is an icon
on the show desktop button, while there is no icon on the same button
in the outside window.

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

-- 
icons not working in Intrepid jwm
https://bugs.launchpad.net/bugs/309760
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 309760] Re: icons not working in Intrepid jwm

2008-12-19 Thread lykwydchykyn

** Attachment added: jwm_bug_exhibits.tgz
   http://launchpadlibrarian.net/20580252/jwm_bug_exhibits.tgz

-- 
icons not working in Intrepid jwm
https://bugs.launchpad.net/bugs/309760
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 309748] Re: ubiquity crash, no initrd.img -- 8.10 desktop

2008-12-19 Thread Patrick Kilgore
** Changed in: ubiquity (Ubuntu)
Sourcepackagename: None = ubiquity

-- 
ubiquity crash, no initrd.img -- 8.10 desktop
https://bugs.launchpad.net/bugs/309748
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 309724] Re: no sound after fast switching between logged in users

2008-12-19 Thread nadavkav
i found out that...
only after closing firefox (3) on all user's sessions 
i am able to start pulseaudio and have sound again.
(/usr/bin/pulseaudio --system -D)

i have flash 10 installed inside FF that hangs the sound. (i guess)

-- 
no sound after fast switching between logged in users
https://bugs.launchpad.net/bugs/309724
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 309635] Re: Please promote partman-multipath, multipath-udeb and multipath-tools-boot to main

2008-12-19 Thread Loïc Minier
Who will maintain / QA this package in Ubuntu?

** Changed in: partman-multipath (Ubuntu)
   Status: New = Fix Committed

-- 
Please promote partman-multipath, multipath-udeb and multipath-tools-boot to 
main
https://bugs.launchpad.net/bugs/309635
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 309386] Re: session applications runing as root when startup

2008-12-19 Thread Bernhard
Hi Soon, I actually tried exactly your setup and I cannot reproduce, the files 
always owned by user, even if I
chmod 755 session.sh (which gives your mods), and I have 8.10.

Maybe check again your exact command in the Sessions by which you
start session.sh. Is it a root command?

-- 
session applications runing as root when startup
https://bugs.launchpad.net/bugs/309386
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 309386] Re: session applications runing as root when startup

2008-12-19 Thread Bernhard
What happens if you delete the two root files and run

sh session.sh ? (Without Autostart, simply type in konsole.)

Are the produced files then root or user?

-- 
session applications runing as root when startup
https://bugs.launchpad.net/bugs/309386
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 137293] Re: emty dialog when restoring with sbackup

2008-12-19 Thread Jean-Peer Lorenz
** Changed in: nssbackup/0.2
   Importance: Undecided = Medium
 Assignee: (unassigned) = Jean-Peer Lorenz (peer.loz)
   Status: New = Fix Committed
   Target: None = release0.2

-- 
emty dialog when restoring with sbackup
https://bugs.launchpad.net/bugs/137293
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 307740] Re: [ppa] openoffice.org-kde broken - oowriter crashes with error - missing word count in dictionary file

2008-12-19 Thread Chris Cheney
** Summary changed:

- oowriter crashes with error - missing word count in dictionary file
+ [ppa] openoffice.org-kde broken - oowriter crashes with error - missing word 
count in dictionary file

** Changed in: openoffice.org (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Chris Cheney (ccheney)
   Status: New = Triaged
   Target: None = jaunty-alpha-3

-- 
[ppa] openoffice.org-kde broken - oowriter crashes with error - missing word 
count in dictionary file
https://bugs.launchpad.net/bugs/307740
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 296833] Re: Intrepid Compiz hangs for intel(r) 82845G video cards

2008-12-19 Thread Daily Activist
I had a similar problem with my i845 card.  I saw a post in Fedora
Forums that I thought addressed it and tried the fix.  It worked for me.
Here's my edited xorg.conf file:

Section Device
Identifier  Configured Video Device
Driver  intel
Option  AccelMethod   XAA
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
Device  Configured Video Device
EndSection

Hope this is helpful.

Fedora Forum link:
http://forums.fedoraforum.org/showthread.php?t=207320

-- 
Intrepid Compiz hangs for intel(r) 82845G video cards
https://bugs.launchpad.net/bugs/296833
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 277634] Re: Intel Pro/Wireless 4965 AG stops transferring data within a few minutes

2008-12-19 Thread Erik Reuter
I switched my D-Link DIR-655 wireless router from WPA2 authentication to
WEP authentication. I believe this also disabled wireless N protocol
since I don't think N supports WEP (how can I check in Ubuntu what
wireless protocol I am using, n, g, or b?). Since I made the switch, I
have had no wireless dropouts for 2 days. Before I made the switch, I
would have 2 to 5 wireless dropouts per day.

I think this intermittent network drop out issue may be related either
to WPA authentication (WPA supplicant bug?), or N-type wireless
networking (driver issue?). Also, when I search the web for similar
issues, most of the reports I see are for Ubuntu. I am wondering whether
the wireless dropouts are specific to the way Ubuntu is using the
driver, wpa supplicant, or network manager?

-- 
Intel Pro/Wireless 4965 AG stops transferring data within a few minutes
https://bugs.launchpad.net/bugs/277634
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 268502] Re: Bluetooth association no longer works

2008-12-19 Thread Mike
This seems like a pretty bad bug for no one to look into.  Is there a
workaround yet?  8.10 released ages ago, and bluetooth is a pretty
standard technology.  Is someone going to look into why this broke
between 8.04 and 8.10?  Seems like a lot of stuff broke in 64bit 8.10.

-- 
Bluetooth association no longer works
https://bugs.launchpad.net/bugs/268502
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 309763] [NEW] No Sound on Toshiba G40 laptop

2008-12-19 Thread NWsFF
Public bug reported:

release of Ubuntu : Ubuntu 8.10
package version : alsa 1.0.17
expected : hear sound
happened instead: no sound (i can hear sound in headphones, but not in laptop 
speakers)
$ sudo alsamixer shows that my sound card Pulse Audio and there is only one 
switch in  [Playback section] Master
$ sudo alsamixer -Dhw shows card: HDA Intel chip: Realtek ALC262, and there are 
plenty of chanels to tune
I put all channel to their maximum values  and sured that they aren't muted
also i followed trough steps from 
https://help.ubuntu.com/community/SoundTroubleshooting until section to send 
you bug report.
When I installed openSuse 11.0 sound  worked properly on same machine (Toshiba 
G40 laptop) 

dmi...@dmitry:~$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

dmi...@dmitry:~$ lspci -v | less
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
Subsystem: Toshiba America Info Systems Device 0001
Flags: bus master, fast devsel, latency 0
Capabilities: access denied
Kernel modules: intel-agp

00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root 
Port (rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: c000-cfff
Memory behind bridge: fa00-fdff
Prefetchable memory behind bridge: e000-efff
Capabilities: access denied
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:19.0 Ethernet controller: Intel Corporation 82566MC Gigabit Network 
Connection (rev 03)
Subsystem: Toshiba America Info Systems Device 0001
Flags: bus master, fast devsel, latency 0, IRQ 217
Memory at f9fe (32-bit, non-prefetchable) [size=128K]
Memory at f9fdf000 (32-bit, non-prefetchable) [size=4K]
I/O ports at bfe0 [size=32]
Capabilities: access denied
Kernel driver in use: e1000e
Kernel modules: e1000e

00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
Subsystem: Toshiba America Info Systems Device 0001
Flags: bus master, medium devsel, latency 0, IRQ 16
I/O ports at bf80 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
Subsystem: Toshiba America Info Systems Device 0001
Flags: bus master, medium devsel, latency 0, IRQ 17
I/O ports at bf60 [size=32]
Kernel driver in use: uhci_hcd
Kernel modules: uhci-hcd

00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03) (prog-if 20)
Subsystem: Toshiba America Info Systems Device 0001
Flags: bus master, medium devsel, latency 0, IRQ 18
Memory at f9fdec00 (32-bit, non-prefetchable) [size=1K]
Capabilities: access denied
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
Subsystem: Toshiba America Info Systems Device 0001
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at d200 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Memory behind bridge: f9e0-f9ef
Capabilities: access denied
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 
(rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=04, sec-latency=0
I/O behind bridge: a000-afff
Memory behind bridge: f7e0-f9df
Capabilities: access denied
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express
Port 3 (rev 03)

Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 9000-9fff
Memory behind bridge: f7d0-f7df
Capabilities: access denied
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 
(rev 03)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, 

[Bug 309762] [NEW] initramfs fails to mount ext4 root partition or provide user intervention (even when ext4 module is available in the image)

2008-12-19 Thread Marques Johansson
Public bug reported:

Binary package hint: initramfs-tools

The init scripts in initramfs do not mount an ext4 root partition, this
leaves the user stuck at an (initram) prompt at a point that is too late
for the user to correct matters.  There are a few TODO notes in the
local script that mention that there is not error handling when the
FSTYPE detection or root mount fails.  This should be addressed.

When dropped to the (initram) I was able to modprobe ext4; mount
/dev/sda1 /root, but attempting to run exec init, resulted in a
Kernel Panic.

The init local script had continued running past the root mount failure, so 
commands like these: 
mount -n --bind /root/dev /dev/.static/dev
mount -n --move /dev /mnt/dev
mount -n --move /proc /mnt/proc
mount -n --move /sys /mnt/sys
had already been attempted before I could intervene and manually mount root.  
Running them myself, and trying to finish off the local script (which ends with 
something like exec run-init  /root/dev/console  /root/dev/console ...  
resulted in a kernel panic that /root/dev/console could not be found.

I do not know why the ext4 mount was successfully mounted, but I was able to 
work around this by adding a 
/etc/initramfs-tools/scripts/local-bottom/custom_mount_ext4 scripts:
#! /bin/sh
modprobe ext4
mount /dev/sda1 /root
mount /dev/disk/by-uuid/. /root

I also added the script to local-top.  I am mounting it twice and in
both locations because I'm not sure which one worked.  The first attempt
I made at this workaround was to do modprobe ext4; mount /dev/sda1
/root from local-top.  That gave the error that /dev/sda1 was not a
device file - I suppose that is created later script.  It existed by the
time I got the (initramfs) prompt.

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

-- 
initramfs fails to mount ext4 root partition or provide user intervention (even 
when ext4 module is available in the image)
https://bugs.launchpad.net/bugs/309762
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 309762] Re: initramfs fails to mount ext4 root partition or provide user intervention (even when ext4 module is available in the image)

2008-12-19 Thread Marques Johansson
I believe in one of the conditions where I tried to work from the
(initram) prompt the error I received when trying to move on to the root
partitions /sbin/init was that ~ (null) was an invalid runlevel.

-- 
initramfs fails to mount ext4 root partition or provide user intervention (even 
when ext4 module is available in the image)
https://bugs.launchpad.net/bugs/309762
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 307750] Re: new files .pps open within oOo writer !!

2008-12-19 Thread Chris Cheney
If you manually try to open the document from inside of OpenOffice.org
Presentation (Impress) does it actually open the file correctly? It may
be that the file is corrupted.

Chris

** Changed in: openoffice.org (Ubuntu)
   Status: New = Incomplete

-- 
new files .pps open within oOo writer !!
https://bugs.launchpad.net/bugs/307750
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 307750] Re: new files .pps open within oOo writer !!

2008-12-19 Thread Chris Cheney
Also, if you can please attach one of the documents that do not open
properly to this bug report in launchpad, I will try opening it to see
if it works for me.

Thanks,

Chris Cheney

-- 
new files .pps open within oOo writer !!
https://bugs.launchpad.net/bugs/307750
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 296819] Re: Intrepid Compiz hangs on login for i945GM video cards

2008-12-19 Thread Steve Alexander
This also happens on my Vaio TZ190N with me running 8.10.

-- 
Intrepid Compiz hangs on login for i945GM video cards
https://bugs.launchpad.net/bugs/296819
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   >