Re: [Bug 182473] Re: rtl8187 drops connection

2009-03-06 Thread bigdoby
latest kernel in intrepid does not have a high speed connection, but at
least i do not experience connection loss anymore, even with high load.

On Sat, Mar 7, 2009 at 2:34 AM, PsychoPenguin
wrote:

> Still not working on Jaunty alpha5.
>
> --
> rtl8187 drops connection
> https://bugs.launchpad.net/bugs/182473
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
rtl8187 drops connection
https://bugs.launchpad.net/bugs/182473
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 282220] Re: Hibernate fails on Thinkpad T41

2009-03-06 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown => In Progress

-- 
Hibernate fails on Thinkpad T41
https://bugs.launchpad.net/bugs/282220
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 335449] Re: size mismatch

2009-03-06 Thread voidzero1
To be honest, I don't know.  I am running this on a Toshiba Satellite
A30 through a Vodacom 3G modem.  All my other stuff updates fine, but
I've found other items in the repos that also failed to be fetched when
I try and do more updates.

Is there any info you need to give you a better view on the problem?
I've just started using Kubuntu Intrepid Ibex and I find it awesome.
Just a few bugs, but that can be ironed out.

-- 
size mismatch
https://bugs.launchpad.net/bugs/335449
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 339075] [NEW] apport-cli fails with non C locale

2009-03-06 Thread Łukasz Jernaś
Public bug reported:

After upgrading from Intrepid to Jaunty apport no longer seems to work. 
Although the taskbar icon appears after a crash and a notification is show, 
when clicking it it displays a blank window and crashes immediately.
Trying to run apport cli from the console results in:
# apport-cli 
Traceback (most recent call last):
  File "/usr/bin/apport-cli", line 294, in 
if not app.run_argv():
  File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 337, in run_argv
return self.run_crashes()
  File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 114, in run_crashes
self.run_crash(f)
  File "/usr/lib/python2.6/dist-packages/apport/ui.py", line 188, in run_crash
response = self.ui_present_crash(desktop_entry)
  File "/usr/bin/apport-cli", line 136, in ui_present_crash
heading = _('%s closed unexpectedly on %s at %s.') % (name, date.date(), 
date.time())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 22: 
ordinal not in range(128)

When running # LANG=C apport-cli it displays correctly.
My locale setting are:
LANG=pl_PL.UTF-8
LC_CTYPE="pl_PL.UTF-8"
LC_NUMERIC="pl_PL.UTF-8"
LC_TIME="pl_PL.UTF-8"
LC_COLLATE="pl_PL.UTF-8"
LC_MONETARY="pl_PL.UTF-8"
LC_MESSAGES="pl_PL.UTF-8"
LC_PAPER="pl_PL.UTF-8"
LC_NAME="pl_PL.UTF-8"
LC_ADDRESS="pl_PL.UTF-8"
LC_TELEPHONE="pl_PL.UTF-8"
LC_MEASUREMENT="pl_PL.UTF-8"
LC_IDENTIFICATION="pl_PL.UTF-8"
LC_ALL=

** Affects: apport
 Importance: Undecided
 Status: New

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

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

-- 
apport-cli fails with non C locale
https://bugs.launchpad.net/bugs/339075
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 317781] Re: Ext4 data loss

2009-03-06 Thread Dustin Kirkland
I've seen this happen twice now, both times in the ext4 filesystem
beneath my encrypted home directory using ecryptfs.

Tyler Hicks and I spent about 4 or 5 hours trying to track down the bug
in ecryptfs.

In my dmesg, I was seeing the following (recording here in case other
ecryptfs users experience the same problem):

Valid eCryptfs headers not found in file header region or xattr
region

The file was an ecryptfs file, with an encrypted filename.  However,
there is no such thing as 0-byte files in ecryptfs.  Even empty files
are padded and encrypted.  When ecryptfs encounters (tries to read or
write) an empty file, it cannot find any valid headers (as the dmesg
says), which means that it can't decode the fek with the fnek, and
.

I was able to track these files down in the underlying encrypted
directory, and clean them out with the following:

 $ umount.ecryptfs_private
 $ cd $HOME/.Private
 $ mount.ecryptfs_private
 $ find . -size 0c | xargs -i rm -f {}

I'm going to mark this bug as "affecting" ecryptfs-utils, but mark it
"invalid", such that search results for users with the same problem
might find themselves here.

Ted, thanks for the detailed explanations.

:-Dustin

** Also affects: ecryptfs-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ecryptfs-utils (Ubuntu Jaunty)
   Importance: Undecided => High
   Status: New => Invalid

-- 
Ext4 data loss
https://bugs.launchpad.net/bugs/317781
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 333903] Re: jockey fails to enable broadcom STA driver

2009-03-06 Thread Martin Pitt
@ pauls: oh, great! so you are saying that if you have this file:

- 8< --
blacklist bcm43xx
blacklist b43
blacklist b43legacy
blacklist ssb
blacklist b44
# load wl before b44 so that both work
install wl modprobe -r b43 b44 b43legacy ssb; modprobe --ignore-install wl 
$CMDLINE_OPTS; modprobe b44
- 8< --

and do update-initramfs, then everything works as it should? Did you
also remove "wl" from /etc/modules again?

If that works, I know everything how to fix it in jockey properly.
Thanks for bearing with me and for your great help with debugging this!
(I don't have that hardware, so I depend on testing feedback)

** Changed in: jockey (Ubuntu)
 Assignee: (unassigned) => Martin Pitt (pitti)

-- 
jockey fails to enable broadcom STA driver
https://bugs.launchpad.net/bugs/333903
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 338328] Re: Acer Aspire 5920G - some Fn keys not working

2009-03-06 Thread Martin Pitt
FokkerCharlie [2009-03-06 18:22 -]:
> Will the 'kernel task' exist in bugzilla?  Can you link from here when
> the process starts?

I won't drive the kernel side bug triage, as I don't know much about
the kernel side of key event handling, I'm afraid.

-- 
Acer Aspire 5920G - some Fn keys not working
https://bugs.launchpad.net/bugs/338328
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 339073] [NEW] Samsung SCX-4521F finds scanner, but crash on launch glibc detected *** scanimage: double free or corruption

2009-03-06 Thread Scott
Public bug reported:

Sane finds the scanner, but crashes even as root "glibc detected ***
scanimage: double free or corruption" when attempting to open USB
scanner on multifunction (print/scan/copy/fax) Samsung SCX-4521F.

Using Intrepid AMD64.
Sane 1.0.14-6

Printer works fine after installing package from Samsung, trying to open
scanner with Samsung software also results in crash.

sudo sane-find-scanner

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x04e8 [Samsung], product=0x3419 [SCX-4x21 Series]) 
at libusb:001:004
  # Your USB scanner was (probably) detected. It may or may not be supported by
  # SANE. Try scanimage -L and read the backend's manpage.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.
sc...@phoenix:~$ sudo scanimage -L
*** glibc detected *** scanimage: double free or corruption (!prev): 
0x023b7b70 ***

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Samsung SCX-4521F finds scanner, but crash on launch glibc detected *** 
scanimage: double free or corruption
https://bugs.launchpad.net/bugs/339073
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 229681] Re: Aeskulap images not seen

2009-03-06 Thread Jojo
The bug is still present in Jaunty alpha 5

Architecture: amd64
Version: 0.2.2b1-2
Kernel: 2.6.28-8-generic #28-Ubuntu SMP x86_64 GNU/Linux

-- 
Aeskulap images not seen
https://bugs.launchpad.net/bugs/229681
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 338628] Re: corrupted graphics, choppy scrolling

2009-03-06 Thread Martin
I forgot to note that choppy scrolling does not appear in the GTK
applications like Firefox and Eclipse.

-- 
corrupted graphics, choppy scrolling
https://bugs.launchpad.net/bugs/338628
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 277995] Re: powertop quits when rescaling terminal window

2009-03-06 Thread Jojo
Still present in Powertop v.1.11

Jaunty Alpha 5
2.6.28-8-generic #28-Ubuntu SMP x86_64 GNU/Linux

-- 
powertop quits when rescaling terminal window
https://bugs.launchpad.net/bugs/277995
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 330684] Re: Merge libdvdread 4.x from Debian unstable

2009-03-06 Thread Alessio Treglia
Sync requested for ogle, bug #339070 will fix this.

-- 
Merge libdvdread 4.x from Debian unstable
https://bugs.launchpad.net/bugs/330684
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 339066] Re: empty /var/run/updates-available, rather than removing it

2009-03-06 Thread Launchpad Bug Tracker
This bug was fixed in the package update-notifier - 0.76.5

---
update-notifier (0.76.5) jaunty; urgency=low

  * debian/99update-notifier: write an empty /var/run/updates-available,
rather than removing it;  empty indicates that we *know* that there are
no updates available, whereas missing/remove indicates that the status
is unknown, LP: #339066

 -- Dustin KirklandSat, 07 Mar 2009 00:32:56
-0600

** Changed in: update-notifier (Ubuntu)
   Status: In Progress => Fix Released

-- 
empty /var/run/updates-available, rather than removing it
https://bugs.launchpad.net/bugs/339066
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 282383] Re: alerts and sound effects can be previewed but pc speaker beep plays on event instead

2009-03-06 Thread michael perigard
** Summary changed:

- system sounds don't play
+ alerts and sound effects can be previewed but pc speaker beep plays on event 
instead

-- 
alerts and sound effects can be previewed but pc speaker beep plays on event 
instead
https://bugs.launchpad.net/bugs/282383
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 336915] Re: wireless-crda breaks capability to connect hidden wlan

2009-03-06 Thread syscon-hh
** Also affects: network-manager
   Importance: Undecided
   Status: New

-- 
wireless-crda breaks capability to connect hidden wlan
https://bugs.launchpad.net/bugs/336915
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 339068] Re: applet.py crashed with IOError in ()

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

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"

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

** Attachment removed: "ProcMaps.txt"

   http://launchpadlibrarian.net/23571782/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"

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

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 153610
   applet.py crashed with IOError in  module>()

-- 
applet.py crashed with IOError in ()
https://bugs.launchpad.net/bugs/339068
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 339070] [NEW] Please sync ogle 0.9.2-5.3 (universe) from Debian unstable (main).

2009-03-06 Thread Alessio Treglia
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/ogle
 status confirmed
 importance wishlist
 subscribe ubuntu-archive

Please sync ogle 0.9.2-5.3 (universe) from Debian unstable (main).

Debian provides a fix for LP bug #330684 and we really need it.

Changelog since current jaunty version 0.9.2-5.2:

ogle (0.9.2-5.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS when building against libdvdread 4.1.3. Patch sent in by peter
green and obtained from the NetBSD project. (Closes: #516834)

 -- Adeodato Simó   Wed, 04 Mar 2009 09:52:16
+


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

iEYEARECAAYFAkmyHCYACgkQRdSMfNz8P9BbfACcCY11/Mb1MSsCtc83kBBkrrXX
l6kAn2RHiQCl2f5GQ8WX1tfG8c93EaV5
=uutS
-END PGP SIGNATURE-

** Affects: ogle (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Please sync ogle 0.9.2-5.3 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/339070
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 339071] [NEW] Please sync keynote 2.3+dfsg-1 (universe) from Debian unstable (main).

2009-03-06 Thread Alessio Treglia
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu/keynote
 status confirmed
 importance wishlist
 subscribe ubuntu-archive

Please sync keynote 2.3+dfsg-1 (universe) from Debian unstable (main).

It's only bugfix release, no FFe needed.

Changelog since current jaunty version 2.3-11build1:

keynote (2.3+dfsg-1) unstable; urgency=low

  * QA upload, set maintainer to Debian QA Group.
  * Acknowledge NMU. (Closes: #393379)
  * Fix groff syntax in man pages.
  * Substitute deprecated Source-Version with binary:Version in depends line.
  * Add misc:Depends to depends line.
  * Extend long description of libkeynote0.
  * Add dummy watch file. Upstream site is not reachable anymore.
  * Add some lintian overrides.
  * Bump Standards version to 3.8.0. No changes needed.
  * Bump dh compat level to 7. Adjust build dependency.

 -- Carsten Hey   Wed, 28 Jan 2009 14:26:18 +0100

keynote (2.3+dfsg-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove non-free IETF RFC/I-D's. (Closes: #393379)

 -- Carsten Hey   Tue, 30 Dec 2008 22:47:04 +0100


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

iEYEARECAAYFAkmyHGMACgkQRdSMfNz8P9DezQCePV1WpOMf9MuXcZIRLDgvP1a2
Jw8An3y8QWwN7lUJNMEWs5hMfDx8/2Bj
=LSSt
-END PGP SIGNATURE-

** Affects: keynote (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Please sync keynote 2.3+dfsg-1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/339071
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 282383] Re: system sounds don't play

2009-03-06 Thread michael perigard
I think this may be a dup of 280625, which seems to be the same thing.
In any application, terminal, firefox, gajim, the default alert sound is
replaced by a pc speaker beep. If someone does figure out where this is
coming from, one or the other possibly should be filed as a dup of the
other one.

-- 
alerts and sound effects can be previewed but pc speaker beep plays on event 
instead
https://bugs.launchpad.net/bugs/282383
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 339067] Re: File Selection dialog is too wide as it widens according to width of filetypes.

2009-03-06 Thread ideamonk

** Attachment added: "This is a preview of what I get on screen."
   http://launchpadlibrarian.net/23571611/selectfile%20problem.png

-- 
File Selection dialog is too wide as it widens according to width of filetypes. 
https://bugs.launchpad.net/bugs/339067
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 339067] [NEW] File Selection dialog is too wide as it widens according to width of filetypes.

2009-03-06 Thread ideamonk
Public bug reported:

Binary package hint: mozilla-firefox

Hi, 
I'm using Firefox 3.0.3 on Ubuntu 8.10 64-bit Intrepid Ibex
and... I came around this -
http://i41.tinypic.com/2q1auld.png

Should the width of 'select file' dialog box used for uploading files,
depend on the width of 'list of file-types' ? This surely makes it fill
up my screen whereas it would've been more comfortable if "file-type"
box would show a trimmed summary and on dropping it down, the whole list
of filtered types would appear, making the "Select File" dialog little
less wider and comfortable.

I'm very new to all this, so I'm not sure if I should report this under
gnome or firefox.

Thanks

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

-- 
File Selection dialog is too wide as it widens according to width of filetypes. 
https://bugs.launchpad.net/bugs/339067
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 263441] Re: kompozer crashes in intrepid when opening the recent files menu

2009-03-06 Thread Daniel
I just want to say thank you to the person responsible for Kompozer.
Notwithstanding some problems with Ubuntu 8.10, I still say a big thank
you for providing us with a FREE HTML writer program.  Keep it up! I
still use it and I'm still going to use it because I found it really
great. Hopefully one day a good solution would be found.

-- 
kompozer crashes in intrepid when opening the recent files menu
https://bugs.launchpad.net/bugs/263441
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 339066] [NEW] empty /var/run/updates-available, rather than removing it

2009-03-06 Thread Dustin Kirkland
Public bug reported:

Binary package hint: update-notifier

I have a couple of packages where are consumers of the information
published in /var/run/updates-available (namely, update-motd and screen-
profiles).

There's a minor issue with debian/99update-notifier removing /var/run
/updates-available.

The absence of that file should indicate that current state of updates
available is "unknown".

The contents of that file should indicate that the state is known, and
what that state is.  If updates are available, then the file is
populated with the number of regular updates, and security updates
available.  If that file is empty, then it should indicate that there
are no updates available.

This is a trivial change, and I have a 1 line fix for it.

Cheers,
:-Dustin

** Affects: update-notifier (Ubuntu)
 Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
 Status: In Progress

** Changed in: update-notifier (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Dustin Kirkland (kirkland)
   Status: New => In Progress
   Target: None => jaunty-alpha-6

-- 
empty /var/run/updates-available, rather than removing it
https://bugs.launchpad.net/bugs/339066
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 339066] Re: empty /var/run/updates-available, rather than removing it

2009-03-06 Thread Dustin Kirkland
Patch attached.

:-Dustin

** Attachment added: "339066.patch"
   http://launchpadlibrarian.net/23571538/339066.patch

-- 
empty /var/run/updates-available, rather than removing it
https://bugs.launchpad.net/bugs/339066
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 201237] Re: tasksel does not work if installed on a machine with no network

2009-03-06 Thread danielhollocher
maybe you needed to run sudo apt-get update first?

-- 
tasksel does not work if installed on a machine with no network
https://bugs.launchpad.net/bugs/201237
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 282383] Re: system sounds don't play

2009-03-06 Thread michael perigard
I doubt this is a pulseaudio problem. I can play sounds and music through alsa 
via pulseaudio, and also through pulseaudio directly, and this bug affects me 
in jaunty. I'm assuming this has something to do with the way gnome is trying 
to play the alert and system sounds, none of which play when the event occurs. 
They do all play, however, when the preview icon is clicked in the sound 
control panel. The login sound plays, but the logout and system beep sounds are 
beeps out the pc speaker. Disabling the 'play alert sound' option stops the 
beep out of the pc speaker as well.
If this isn't a bug in gnome-desktop, I apologise, but I think it's somewhere 
in gnome, since I don't seem to be having any other pulseaudio problems, 
through alsa or not.

** Changed in: gnome-desktop (Ubuntu)
Sourcepackagename: pulseaudio => gnome-desktop

-- 
system sounds don't play
https://bugs.launchpad.net/bugs/282383
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 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-03-06 Thread Joseph Method
Just to be clear, these are the same symptoms that Chousuke reported on
2009-01-26. Running gnome-display-properties will cause the screen to go
black until it's closed, regardless of whether g-s-d is running. A clean
X session with g-s-d disabled at startup and briefly running gnome-
display-properties is the same size as the previous log.

-- 
upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow
https://bugs.launchpad.net/bugs/307306
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 316874] Re: [i945] Dell Latitude D620: port replicator video doesn't work

2009-03-06 Thread Alex Mauer
This seems to be working in recent Jaunty

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Invalid

-- 
[i945] Dell Latitude D620: port replicator video doesn't work
https://bugs.launchpad.net/bugs/316874
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 339065] [NEW] Please Upgrade to NVIDIA 180.37

2009-03-06 Thread nullack
Public bug reported:

Binary package hint: nvidia-glx-180

Please upgrade to NVIDIA 180.37. Despite this being a pre-release it
fixes a number of KDE issues as well as VDPAU problems and is
functionally superior to the 180.35 revision. Thanks

Release Highlights:

* Fixed a problem that caused signals to be blocked in some applications.
* Fixed a problem that could cause Xid errors and display corruption in certain 
cases when OpenGL is used to render to redirected windows, for example when 
Java2D is used with the -Dsun.java2d.opengl=true option.
* glGetStringi(GL_EXTENSIONS, i) no longer returns NULL in OpenGL 3.0 preview 
contexts.
* Fixed a problem that caused the screen to flicker momentarily when OpenGL 
applications exit unexpectedly on GeForce 6 and 7 series GPUs.
* Fixed an X server crash when an X client attempts to draw trapezoids and 
RenderAccel is disabled.
* Improved recovery from certain types of errors.
* VDPAU updates:
o Fixed corruption on some H.264 clips.
o Update documentation.
o Fixed VC-1 decoding on 64-bit platforms.
o Improved handling of invalid H.264 streams.
o Fixed a problem that caused surfaces to be marked as visible too early when 
the blit presentation queue is in use.

The 180.37 NVIDIA Accelerated Linux Graphics Driver Set for Linux/x86 is 
available for download via FTP.
The 180.37 NVIDIA Accelerated Linux Graphics Driver Set for Linux/x86-64 is 
available for download via FTP.

Please see the README (x86, x86-64) for more information about this
release.

Please note: This NVIDIA Linux graphics driver release supports GeForce
6xxx and newer NVIDIA GPUs, GeForce4 and older GPUs are supported
through the 96.43.xx and 71.86.xx NVIDIA legacy graphics drivers.
GeForce FX GPUs are supported through the 173.14.xx NVIDIA legacy
graphics drivers.

Please also note: If you encounter any problems with the 180.37 NVIDIA
Linux graphics driver release, please start a new thread and include a
detailed description of the problem, reproduction steps and
generate/attach an nvidia-bug-report.log file (please see
http://www.nvnews.net/vbulletin/showthread.php?t=46678 for details).

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

-- 
Please Upgrade to NVIDIA 180.37
https://bugs.launchpad.net/bugs/339065
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 339064] Re: sudo aptitude update then sudo aptitude safe-upgrade

2009-03-06 Thread alsan...@sbcglobal.net

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23571357/Dependencies.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/23571358/DpkgTerminalLog.txt

-- 
sudo aptitude update then sudo aptitude safe-upgrade
https://bugs.launchpad.net/bugs/339064
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 339064] [NEW] sudo aptitude update then sudo aptitude safe-upgrade

2009-03-06 Thread alsan...@sbcglobal.net
Public bug reported:

Binary package hint: openssl

and this is the output from  fuser -v /var/cache/debconf/config.dat
root   8319 f dpkg-reconfigur

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: libssl0.9.8 0.9.8g-10.1ubuntu2.1
SourcePackage: openssl
Title: package libssl0.9.8 0.9.8g-10.1ubuntu2.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-package

-- 
sudo aptitude update then sudo aptitude safe-upgrade
https://bugs.launchpad.net/bugs/339064
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 336524] Re: Ubuntu kernels are unusable with the Marvell 6081 SATA chipset

2009-03-06 Thread scott
Is there anything I can do to get this going?  I'd be happy to assist in
any way or do any work needed to get this patch merged.

-- 
Ubuntu kernels are unusable with the Marvell 6081 SATA chipset
https://bugs.launchpad.net/bugs/336524
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 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-03-06 Thread Joseph Method

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

-- 
upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow
https://bugs.launchpad.net/bugs/307306
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 312680] Re: sip-tester package upgrade to latest stable

2009-03-06 Thread Mark Purcell
** Bug watch added: Debian Bug tracker #510663
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510663

** Also affects: sip-tester (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510663
   Importance: Unknown
   Status: Unknown

-- 
sip-tester package upgrade to latest stable
https://bugs.launchpad.net/bugs/312680
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 337019] Re: [Intrepid] screen goes black after upgrading to kernel 2.6.27-13-generic

2009-03-06 Thread bdoe
Michele: Try wicd.

On topic: I'm not at all sure why the nVidia 180 driver worked where the
older ones failed, but this brings up another concern: Since I have
already been bitten by the -13 bug and worked around it by installing
the 180 driver, will any future kernel updates work with this driver, or
am I in for another wild ride?

-- 
[Intrepid] screen goes black after upgrading to kernel 2.6.27-13-generic
https://bugs.launchpad.net/bugs/337019
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 236426] Re: synaptic doesn't start from launch-icon

2009-03-06 Thread David S.
Still a problem in Intrepid (with all the latest updates).

See this thread for more information:
http://ubuntuforums.org/showthread.php?t=1013939

Is anybody working on this problem?  If not, who should we contact to
make sure this bug gets addressed?

PS This bug may be related to two open gsku bugs:
https://bugs.launchpad.net/ubuntu/+source/gksu/+bug/236525
https://bugs.launchpad.net/ubuntu/+source/gksu/+bug/323811

** Changed in: synaptic (Ubuntu)
   Status: New => Confirmed

-- 
synaptic doesn't start from launch-icon
https://bugs.launchpad.net/bugs/236426
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 307306] Re: upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow

2009-03-06 Thread Joseph Method
The g-s-d problem caused me to misinterpret a problem with dual-monitor
displays. On a Macbook 1,1 whenever I plugged in a DVI-to-HDMI connector
to a flatscreen television (using a TMDS-1 output on an intel card), on
hotplug the machine would start to slow down. On coldplug and an
unaltered xorg.conf it would attempt to load both displays but the
flatscreen would start flickering on and off and eventually stop
attempting to display anything. xrandr would show both active LVDS and
TMDS-1 connections. Any attempt to use gnome-display-settings would only
show a blank application window that could not be closed except by force
quit. I had assumed that this was an issue directly with xserver-xorg-
intel until I saw this bug.

As of today, killing gnome-settings-daemon immediately caused the
flatscreen video to appear and slowness issues are gone. Trying to use
gnome-display-settings immediately kills the display and shows the blank
window again. Perhaps this points to xrandr and intel, or xrandr and
dual-monitor auto-detection?

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
943/940GML Express Integrated Graphics Controller (rev 03)

-- 
upgrade to 2:1.2.99.2-0ubuntu1 makes session utterly slow
https://bugs.launchpad.net/bugs/307306
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 339061] Re: package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade:

2009-03-06 Thread icy

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23570867/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   http://launchpadlibrarian.net/23570868/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   http://launchpadlibrarian.net/23570869/VarLogDistupgradeApttermlog.gz

-- 
package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/339061
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 339061] [NEW] package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade:

2009-03-06 Thread icy
Public bug reported:

Binary package hint: samba

update failed..

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: corrupted filesystem tarfile - corrupted package archive
Package: samba-common 2:3.2.3-1ubuntu2
SourcePackage: samba
Title: package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade: 
Uname: Linux 2.6.27-4-generic i686

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


** Tags: apport-package

-- 
package samba-common 2:3.2.3-1ubuntu2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/339061
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: [Fwd: [Bug 267241] Re: [intrepid] Xorg fails to start with more than one display adapter]

2009-03-06 Thread Mark Shuttleworth

Thanks for this work Bryce, I think the two-card scenario is
increasingly common and additional robustness in the face of that will
be appreciated by many users.

Is the choice of the card with the "highest busid" the best we can do?
Can X tell if a display is connected to the card, and if one card has a
display, select that? That would handle the case where someone has dual
cards with some sort of bridge, but only one display connected to one of
the cards.

Another common case is laptops that have a high power and a low power
video chipset, both connected to the same screen. I don't know how X
sees that today, or how it handles it.

Mark

-- 
Xorg fails to start with more than one display adapter
https://bugs.launchpad.net/bugs/267241
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 339060] Re: lost all menus from openoffice

2009-03-06 Thread David Waring

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23570834/Dependencies.txt

-- 
lost all menus from openoffice
https://bugs.launchpad.net/bugs/339060
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 339060] [NEW] lost all menus from openoffice

2009-03-06 Thread David Waring
Public bug reported:

Binary package hint: openoffice.org

Unable to navigate app.
File menus disappeared and tool tips from icons

ProblemType: Bug
Architecture: i386
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=en_NZ.UTF-8
 SHELL=/bin/bash
SourcePackage: openoffice.org
Uname: Linux 2.6.27-11-generic i686

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
lost all menus from openoffice
https://bugs.launchpad.net/bugs/339060
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 339058] [NEW] Tetravex doesn't start New Game in Live CD

2009-03-06 Thread Sivaraj D
Public bug reported:

Binary package hint: gnome-games

In Ubuntu 8.10 Live CD:

After successful completion of a game "Tetravex Scores" window appears
with two buttons, "Quit" and "New Game". Clicking on "New Game" doesn't
start a new game, instead puts last played piece on the right side
panel.  The "Scores" window doesn't go either, and a new entry is added
to the score with the last score value.

Only option is to get out of the game by pressing "Quit" and restart the
game.

ubu...@ubuntu:~$ uname -a
Linux ubuntu 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linux

ubu...@ubuntu:~$ dpkg -s gnome-games
Package: gnome-games
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 2736
Maintainer: Ubuntu Desktop Team 
Architecture: i386
Version: 1:2.24.1-0ubuntu2
...

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

-- 
Tetravex doesn't start New Game in Live CD
https://bugs.launchpad.net/bugs/339058
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 219349] Re: Hardy wait so much on "Activating swapfile swap..." on Wubi installation

2009-03-06 Thread jfbooth
One more thing, while in Windows, I turned off System Restore ... too a
LONG time to delete all the restore points so there must have been quite
a few.  I also diabled Prefetch.  I have NOT yet uninstalled KUBUNTU and
all my drive activity is normal.  Will try to boot to Kubuntu and see
how swapfile activation goes.

-- 
Hardy wait so much on "Activating swapfile  swap..." on Wubi installation
https://bugs.launchpad.net/bugs/219349
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 219349] Re: Hardy wait so much on "Activating swapfile swap..." on Wubi installation

2009-03-06 Thread jfbooth
I booted to XP pro and attempted a HDD defrag.  Analysis said it was
TREMENDOUSLY fragmented.  I started the defrag and got the following
notice:

This is from a Windows XP defrag.
Fragments   File Size   Files that cannot be defragmented
41  589 MB  \ubuntu\install\.fuse_hidden00040001
789 954 MB  \ubuntu\disks\swap.disk
443 6.52 GB \ubuntu\disks\root.disk

then I went into XUBUNTU and got the following:

Volume (C:)
Volume size= 18.63 GB
Cluster size   = 4 KB
Used space = 12.65 GB
Free space = 5.98 GB
Percent free space = 32 %

Volume fragmentation
Total fragmentation= 31 %
File fragmentation = 63 %
Free space fragmentation   = 0 %

File fragmentation
Total files= 26,381
Average file size  = 640 KB
Total fragmented files = 2
Total excess fragments = 1,263
Average fragments per file = 1.04

Pagefile fragmentation
Pagefile size  = 768 MB
Total fragments= 1

Folder fragmentation
Total folders  = 1,458
Fragmented folders = 1
Excess folder fragments= 0

Master File Table (MFT) fragmentation
Total MFT size = 75 MB
MFT record count   = 28,007
Percent MFT in use = 36 %
Total MFT fragments= 3

I don't know if this is any help or not.  I'm getting a ton of disk
thrashing .. in both Xubuntu and XP.  Going to uninstall Xubuntu and
defrag and reinstall.  If it improves the wait time for the Swapfile to
activate I will comment again.

-- 
Hardy wait so much on "Activating swapfile  swap..." on Wubi installation
https://bugs.launchpad.net/bugs/219349
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 339057] [NEW] python-sexy size mismatch amd64

2009-03-06 Thread Bevin_Watson
Public bug reported:

Jaunty amd64
Updates are failing with a size mismatch error

sudo apt-get install python-sexy
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages will be upgraded:
  python-sexy
1 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
Need to get 18.0kB of archives.
After this operation, 8192B of additional disk space will be used.
Get:1 http://au.archive.ubuntu.com jaunty/main python-sexy 0.1.9-1ubuntu2 
[18.0kB]
Fetched 2832B in 0s (12.9kB/s)
Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/main/s/sexy-python/python-sexy_0.1.9-1ubuntu2_amd64.deb
  Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?

** Affects: sexy-python (Ubuntu)
 Importance: Undecided
 Status: New

-- 
python-sexy size mismatch amd64
https://bugs.launchpad.net/bugs/339057
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 330296] Re: xine will not play mpg files

2009-03-06 Thread DougR
Good.  Will the fix be propagated back to 8.04 and 8.10 as well?

-- 
xine will not play mpg files
https://bugs.launchpad.net/bugs/330296
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 317781] Re: Ext4 data loss

2009-03-06 Thread Theodore Ts'o
>s there no way to cache any file open call that uses O_TRUNC such that the 
>truncation never 
>happens until the file is committed? I'm sure there are considerations that 
>are not immediately 
>obvious to me.

In practice, not with 100% reliability.  A program could truncate the
file, and then wait two hours, and then later write data and close the
file.  We can't hold a transaction for hours.  But in practice, what we
can do is we can remember that the file descriptor was truncated, either
when the file was originally opened with the O_TRUNC flag, or truncated
to zero via the ftruncate() system call, and if so, when the file is
closed, we can force the blocks to be allocated right away.   That way
when the journal commits, the files are forced out to disk right away.
This causes ext4 to effectively have the same results as ext3, in the
case where the application is doing the open w/ O_TRUNC, write the new
file contents, and close in quick succession.And in fact that is
what the patches I referred to earlier do:

http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=commitdiff;h=3bf3342f394d72ed2ec7e77b5b39e1b50fad8284
http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=commitdiff;h=6645f8c3bc3cdaa7de4aaa3d34d40c2e8e5f09ae
http://git.kernel.org/?p=linux/kernel/git/tytso/ext4.git;a=commitdiff;h=dbc85aa9f11d8c13c15527d43a3def8d7beffdc8

These patches cause ext4 to behave much the same way ext3 would in the
case of series (1) and (2) that I had described above.  That is, where
the file is opened via O_TRUNC, and where the file is written as foo.new
and then renamed from foo.new to foo, overwriting the old foo in the
process.

It is not fool-proof, but then again ext3 was never fool-proof, either.

It also won't help you if you are writing a new file (instead of
replacing an existing one).   But the creation of new files aren't
*that* common, and people tend to be most annoyed when an existing file
disappears.   Again, the 30 to 150 second delay before files are written
out isn't really that bad.  The chances that a newly written file will
disappear, or appear to be "truncated to zero" (in reality, it was
simply enver allocated) is actually that common --- after all, how often
to machines crash?   It's not like they are constantly crashing *all*
the time.  (This is why I really object to the categorization of needing
to check "thousands of servers in a data center for zero-length file";
if "thousands of servers" are crashing unexpectedly, something is really
wrong, and the sysadmins would be screaming bloody murder.   Unexpected
crashes is ***not*** the common case.)

The reason why people were noticing this on desktops is because crappy
applications are constantly rewriting various config files, in some
cases every minute or worse yet, every few seconds.  This causes a
massive write load, which destroys battery life, and consumes write
cycles on SSD.   These are badly written applications, which hopefully
are not the common case.If the application is only writing its state
files to dot files in the user's home directory every hour or two, what
are the odds that you will get unlucky and have the crash happen in less
than 30 seconds from the last update?   The fact that a number of people
are noticing this problem is speaking to the fact that some applications
are constantly rewriting their dot files, and that's just bad design.
Application writers which are doing this should be ashamed; it's a
really bad idea to be constantly rewriting files like that.   If you
must do that, then try use a properly written registry database which is
sync'ed using fdatawrite() --- or better yet, avoid trying to write the
files so frequently; even if properly written so it is safe, it will
burn massive amounts of battery life on a laptop.

-- 
Ext4 data loss
https://bugs.launchpad.net/bugs/317781
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 339045] Re: udevd-event exec of program "/sbin/" failed

2009-03-06 Thread bert07
I must correct my report a little. Sorry for that.

The correct message is:

udevd-event []: exec of program '/sbin/' failed

My excuses for this.

-- 
udevd-event   exec of program "/sbin/" failed
https://bugs.launchpad.net/bugs/339045
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 329053] Re: Cannot use both zlib.output_compression and output_handler together!!

2009-03-06 Thread Kees Cook
For the moment, this seems to be related to only very old installs of
mythweb that contain a left-over copy of /etc/mythtv/mythwweb-htaccess
file (it should be renamed to something else).  The php5 update changes
the security of what's allowed in htaccess files, so this mythweb
packaging bug only became visible after the update.

** Changed in: mythweb (Ubuntu)
   Status: Invalid => Confirmed

** Changed in: php5 (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: mythweb (Ubuntu)
 Assignee: (unassigned) => Kees Cook (kees)
   Status: Confirmed => Invalid

** Changed in: mythweb (Ubuntu)
 Assignee: Kees Cook (kees) => (unassigned)
   Status: Invalid => Triaged

** Changed in: mythweb (Ubuntu)
   Importance: Undecided => Wishlist

-- 
Cannot use both zlib.output_compression and output_handler together!!
https://bugs.launchpad.net/bugs/329053
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 237674] Re: Please merge python-zsi (2.1~a1-2) (universe) from Debian unstable (main).

2009-03-06 Thread Savvas Radevic
ok, prepared a test package with the disabled python-xml patch, but I need 
someone to test it:
http://ppa.launchpad.net/medigeek/ppa/ubuntu/pool/main/z/zsi/python-zsi_2.1~a1-2ubuntu1~ppajaunty2_all.deb

Notes: in CHANGES file it says that zsi doesn't use PyXML, but the debian 
maintainer kept the python-xml dependency.
I might ask for clarification.

** Attachment added: "zsi_2.1~a1-2ubuntu1~ppajaunty2.diff.gz"
   
http://launchpadlibrarian.net/23570442/zsi_2.1%7Ea1-2ubuntu1%7Eppajaunty2.diff.gz

-- 
Please merge python-zsi (2.1~a1-2) (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/237674
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 338770] Re: firefox crashed with SIGSEGV

2009-03-06 Thread Jim Garten
** Visibility changed to: Public

-- 
firefox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/338770
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 303697] Re: [fglrx] video tearing / vsync problems - independent of compiz use

2009-03-06 Thread gsf_atx
Ha! Funny, I bought this board because of the past problems I've had with
nvidia. I think any new hardware will have issues in linux or windows,
regardless.

I had 2 6800GT cards, paid $350 for each. One died and the other one is on
its way out now. No overclocking, upgraded cooling.

We'll see how this plays out. I'm pissed I can't watch a video on my new
htpc.

On Mar 6, 2009 9:20 PM, "hapubun"  wrote:

also intel they support is better for linux windows ect...

-- [fglrx] video tearing / vsync problems - independent of compiz use
https://bugs.launchpad.net/b...

-- 
[fglrx] video tearing / vsync problems - independent of compiz use
https://bugs.launchpad.net/bugs/303697
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 336401] Re: Xorg crashed with SIGSEGV in ActivateDevice()

2009-03-06 Thread Jim Garten
Bryce,

I've had many reboots since with no re-occurrence.  close to 30 reboots
and no X issues.  never done it before,If it happens again I'll grab the
backtrace.

-- 
Xorg crashed with SIGSEGV in ActivateDevice()
https://bugs.launchpad.net/bugs/336401
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 334284] Re: ubuiqity timezone map cities are incorrectly placed

2009-03-06 Thread David Wilson
Same problem here in Australia - clicked East coast of Australia and it
selected "Australia Adelaide". Changed city to Sydney and the Tasman sea
was highlighted on the map.

-- 
ubuiqity timezone map cities are incorrectly placed
https://bugs.launchpad.net/bugs/334284
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 301353] Re: HP Pavilion dv5: ATA exception on resume from suspend

2009-03-06 Thread Starcraftmazter
I just flashed to F.14, didn't do anything as far as the problem is
concerned :(

-- 
HP Pavilion dv5: ATA exception on resume from suspend
https://bugs.launchpad.net/bugs/301353
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 338607] Re: dpkg: error processing /var/cache/apt/archives/xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb (--unpack)

2009-03-06 Thread Savvas Radevic
It was a problem with the downloaded package, I removed it:
sudo rm 
/var/cache/apt/archives/xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb

and re-downloaded it:
sudo apt-get -f install

All installs fine now! (thanks to wgrant!)

** Changed in: xulrunner-1.9 (Ubuntu)
   Status: New => Invalid

-- 
dpkg: error processing 
/var/cache/apt/archives/xulrunner-1.9_1.9.0.7+nobinonly-0ubuntu1_amd64.deb 
(--unpack)
https://bugs.launchpad.net/bugs/338607
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 338469] Re: [Jaunty] usplash: no usable theme found for 1600x1200

2009-03-06 Thread Alessandro Ghersi
* Update for new usplash which supports explicit theme sizes and pixmap
positions; see LP #6417 for details (LP: #338469)

* debian/control: bump usplash dependencies to >= 0.5.30
(THEME_VERSION==4).

Please look at this:
https://bugs.edge.launchpad.net/ubuntu/+source/usplash/+bug/64147


** Attachment added: "kubuntu-default-settings_9.04.13.debdiff"
   
http://launchpadlibrarian.net/23570075/kubuntu-default-settings_9.04.13.debdiff

** Changed in: kubuntu-default-settings (Ubuntu)
Sourcepackagename: usplash => kubuntu-default-settings

** Description changed:

- Jaunty full up to date
+ Kubuntu Jaunty full up to date
  
  After boot I have this messagge and usplash doesn't work:
  
  usplash: no usable theme found for 1600x1200
  screen init failed
+ 
+ This problem is a consequence of this
+ https://bugs.edge.launchpad.net/ubuntu/+source/usplash/+bug/64147

-- 
[Jaunty] usplash: no usable theme found for 1600x1200
https://bugs.launchpad.net/bugs/338469
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 335804] Re: Quod Libet & PiTiVi (both python apps) can't be installed with Jaunty

2009-03-06 Thread antistress
actually i can install pygoocanvas whereas PiTiVi installation returned
an error :

Sélection du paquet pitivi précédemment désélectionné.
(Lecture de la base de données... 151688 fichiers et répertoires déjà 
installés.)
Dépaquetage de pitivi (à partir de .../pitivi_0.11.3-1_all.deb) ...
Paramétrage de pitivi (0.11.3-1) ...
Compiling /usr/lib/pitivi/python/pitivi/timeline/timeline.py ...
SyntaxError: ('invalid syntax', 
('/usr/lib/pitivi/python/pitivi/timeline/timeline.py', 198, 10, 'as = 
self.audiocomp._getAutoSettings()\n'))

pycentral: pycentral pkginstall: error byte-compiling files (70)
pycentral pkginstall: error byte-compiling files (70)
dpkg : erreur de traitement de pitivi (--configure) :
 le sous-processus post-installation script a retourné une erreur de sortie 
d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 pitivi
E: Sub-process /usr/bin/dpkg returned an error code (1)
Un paquet n'a pas pu être installé. Tentative de récupération :
Paramétrage de pitivi (0.11.3-1) ...
Compiling /usr/lib/pitivi/python/pitivi/timeline/timeline.py ...
SyntaxError: ('invalid syntax', 
('/usr/lib/pitivi/python/pitivi/timeline/timeline.py', 198, 10, 'as = 
self.audiocomp._getAutoSettings()\n'))

pycentral: pycentral pkginstall: error byte-compiling files (70)
pycentral pkginstall: error byte-compiling files (70)
dpkg : erreur de traitement de pitivi (--configure) :
 le sous-processus post-installation script a retourné une erreur de sortie 
d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 pitivi


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

-- 
Quod Libet & PiTiVi (both python apps) can't be installed with Jaunty
https://bugs.launchpad.net/bugs/335804
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 335804] Re: Quod Libet & PiTiVi (both python apps) can't be installed with Jaunty

2009-03-06 Thread antistress
ok i can now install PiTiVi.

** Changed in: pygoocanvas (Ubuntu)
   Status: New => Fix Released

-- 
Quod Libet & PiTiVi (both python apps) can't be installed with Jaunty
https://bugs.launchpad.net/bugs/335804
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 339051] Re: Won't recognize soundcard

2009-03-06 Thread wbee

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23570003/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/23570004/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/23570005/ProcStatus.txt

-- 
Won't recognize soundcard
https://bugs.launchpad.net/bugs/339051
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 339051] [NEW] Won't recognize soundcard

2009-03-06 Thread wbee
Public bug reported:

Binary package hint: rhythmbox

I think it won't recognize my soundblaster audigy card. In any
event,there is no music playing when I put in an audio cd. I hit the
"play" button and nothing happens.

Yes,I did defeat the mute and allow both analog and digital on the
speaker icon.

---

Thanks.

ProblemType: Bug
Architecture: i386
DistroRelease: LinuxMint 6
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.11.6svn20081008-0ubuntu4
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.27-7-generic i686
UnreportableReason: This is not a genuine LinuxMint package

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


** Tags: apport-bug

-- 
Won't recognize soundcard
https://bugs.launchpad.net/bugs/339051
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 316514] Re: MASTER: Multiple video cards not supported

2009-03-06 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Unknown => In Progress

-- 
MASTER:  Multiple video cards not supported
https://bugs.launchpad.net/bugs/316514
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 275447] Re: update music-applet to support banshee

2009-03-06 Thread eruanno
+1

-- 
update music-applet to support banshee
https://bugs.launchpad.net/bugs/275447
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 303134] Re: package firebird2.0-server-common 2.0.4.13130-1.ds1-2 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2009-03-06 Thread Mariuz
yay it installs firebird2.1 common and libfbclient2 for 2.1.x  that is
not so good

i think in new versions in debian of 2.1.1 and 2.0.5 is fixed 
I will check how easy is to put the conflicts back into this package and do an 
SRU

-- 
package firebird2.0-server-common 2.0.4.13130-1.ds1-2 failed to 
install/upgrade: el subproceso post-installation script devolvi? el c?digo de 
salida de error 1
https://bugs.launchpad.net/bugs/303134
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 336647] Re: upgrade to 2.5.5

2009-03-06 Thread Brian Curtis
2.5.5 shows up on the pidgin site now chris. (just an FYI :D)

-- 
upgrade to 2.5.5
https://bugs.launchpad.net/bugs/336647
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 339044] Re: Hotspot ignores y-coordinates.

2009-03-06 Thread Tim Swast
I modified main.c and the theme_source_location_bounds now gives the
correct values for me. I'm not sure how I would diff it, so I'm
attaching the whole file.

The line numbers that I changed are 106, 140, 141 in main.c

** Attachment added: "Fixed bug in theme_source_location_bounds"
   http://launchpadlibrarian.net/23569812/main.c

-- 
Hotspot ignores y-coordinates.
https://bugs.launchpad.net/bugs/339044
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 339006] Re: [jaunty] rebuild for python 2.6

2009-03-06 Thread eruanno
Yes, please fix this. There's no required code change at all.

-- 
[jaunty] rebuild for python 2.6
https://bugs.launchpad.net/bugs/339006
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 339049] Re: mythfilldatabase crashed with SIGSEGV in MythContext::ClearSettingsCache()

2009-03-06 Thread Justin Coffi

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/23569820/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23569821/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/23569822/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/23569823/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/23569824/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/23569825/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/23569826/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/23569827/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
mythfilldatabase crashed with SIGSEGV in MythContext::ClearSettingsCache()
https://bugs.launchpad.net/bugs/339049
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 219349] Re: Hardy wait so much on "Activating swapfile swap..." on Wubi installation

2009-03-06 Thread jfbooth
Same problem XUBUNTU though.  Old Dell Latitude 20G hard drive, Wubi
install to XP Pro.

$ uname -a
Linux ubuntu 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 
GNU/Linux

-- 
Hardy wait so much on "Activating swapfile  swap..." on Wubi installation
https://bugs.launchpad.net/bugs/219349
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 316514] Re: MASTER: Multiple video cards not supported

2009-03-06 Thread Bryce Harrington
Comment #13 on upstream bug 9231:

"> Would it be possible to get it working on at least one of the cards? Or is 
that
> as difficult as getting it running on both?

I think it should be fine on one screen only (modulo AIGLX maybe see bug 9339).
The problem is that like most drivers, radeon currently enables the DRI when the
"dri" X server module is loaded, there's no direct way to enable it on one
screen but disable it on the other. I've been meaning to introduce Option "DRI"
for this but kept being preempted by more important stuff.

As a workaround, you could try causing the DRI to get disabled on one screen via
options that can't be satisfied, e.g. Option "GARTSize" with very large or small
values."


** Bug watch added: freedesktop.org Bugzilla #9231
   https://bugs.freedesktop.org/show_bug.cgi?id=9231

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=9231
   Importance: Unknown
   Status: Unknown

-- 
MASTER:  Multiple video cards not supported
https://bugs.launchpad.net/bugs/316514
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 208381] Re: Unable to share printers in Kubuntu Hardy

2009-03-06 Thread Jonathan Thomas
kdeprint doesn't exist anymore in KDE4. system-config-printer-kde is the
only option now, and currently takes up residence in System Settings
where the KDE3 kdeprint config module was.

** Changed in: kdebase (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Unable to share printers in Kubuntu Hardy
https://bugs.launchpad.net/bugs/208381
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 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-06 Thread Jeremy Kerr
ok, to work around this, I needed to find each geometry setting in my
plasma-appletsrc, and manually clip each value to within the screen
size.

Hopefully hotplugging a larger screen then removing it doesn't write any
larger values to this file, otherwise it'll keep crashing...

-- 
[jaunty] plasma crashes on start with SIGSEGV
https://bugs.launchpad.net/bugs/338205
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 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-06 Thread Jeremy Kerr
> Workaround is to remove all 'geometry=' lines from /usr/share/kubuntu-
> default-settings/kde4-profile/default/share/config/plasma-appletsrc, and
> ~/.kde/share/config/plasma-appletsrc if present.

Nope, doesn't work either. will try messing around with geometry
settings until something works...

-- 
[jaunty] plasma crashes on start with SIGSEGV
https://bugs.launchpad.net/bugs/338205
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 338205] Re: [jaunty] plasma crashes on start with SIGSEGV

2009-03-06 Thread Jeremy Kerr
The workaround mentioned in the linked KDE bug does not work, even after
removing ~/.kde/share/config/plasma-appletsrc, plasma still crashes.

This is due to the global plasma-appletsrc file /usr/share/kubuntu-
default-settings/kde4-profile/default/share/config/plasma-appletsrc,
from the kubuntu-default-setting package. It contains a number of
geometry settings that aren't suitable for this display, resulting in a
crash.

Workaround is to remove all 'geometry=' lines from /usr/share/kubuntu-
default-settings/kde4-profile/default/share/config/plasma-appletsrc, and
~/.kde/share/config/plasma-appletsrc if present.

-- 
[jaunty] plasma crashes on start with SIGSEGV
https://bugs.launchpad.net/bugs/338205
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 339048] Re: hybernation is not available on asus eeepc 901

2009-03-06 Thread iav

** Attachment added: "dmidecode output"
   http://launchpadlibrarian.net/23569595/dmidecode.txt

-- 
hybernation  is not available on asus eeepc 901
https://bugs.launchpad.net/bugs/339048
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 339048] Re: hybernation is not available on asus eeepc 901

2009-03-06 Thread iav

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23569564/Dependencies.txt

** Attachment added: "ExtensionSummary.txt"
   http://launchpadlibrarian.net/23569565/ExtensionSummary.txt

** Attachment added: "profiles.ini.txt"
   http://launchpadlibrarian.net/23569566/profiles.ini.txt

-- 
hybernation  is not available on asus eeepc 901
https://bugs.launchpad.net/bugs/339048
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 339048] [NEW] hybernation is not available on asus eeepc 901

2009-03-06 Thread iav
Public bug reported:

Description:Ubuntu jaunty (development branch)
Release:9.04

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: firefox-3.0 3.0.6+nobinonly-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-8-generic i686

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
hybernation  is not available on asus eeepc 901
https://bugs.launchpad.net/bugs/339048
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 339046] [NEW] Wireless WPA key corrupted

2009-03-06 Thread Parent5446
Public bug reported:

Binary package hint: network-manager

There was a bug similar to this reported previously, but it seems to
have popped up again, except in a more severe case. My wireless internet
connection has a WPA2 password (Personal Version). Whenever I enter my
passphrase into NetworkManager, it tries to connect for a moment or two,
and then pops up with the password dialog box again (meaning it was the
wrong password). If I click show password it pops up with some kind of
hash of random characters as opposed to the string password. If I
reenter the password, the error simply recurs. In other words, if I try
and enter my WPA passphrase it turns the passphrase into a jumble of
random characters as opposed to just connecting.

I tried fixing it by disabling write access to my keyring for
NetworkManager and its applet. However, what happened then was that it
did the same exact thing as before, except this time the actual password
was in the dialog box, but it still would not connect. I hypothesize
that at some point during the connection process, the applet is taking
whatever key it is given and hashing it or something. When it has access
to the keyring, it writes over the original passphrase with this new
hash. If it does not have access, it will still hash the passphrase, but
when the dialog box pops up it gives the original passphrase (since it
has not been overwritten on the keyring). If I disable WPA on my
wireless connection it works fine (even with the ESSID hidden).

I am currently running Ubuntu jaunty (development branch) 9.04 on Linux
2.6.28-8-generic. I am using version 0.7.1~rc3-0ubuntu1 of the network-
manager package and the same version for network-manager-gnome. I am
also using version 0.6.6-2 of wpasupplicant.

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

-- 
Wireless WPA key corrupted
https://bugs.launchpad.net/bugs/339046
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 258823] Re: With fglrx, OpenOffice buttons are invisible and reappear when you hover over them

2009-03-06 Thread Chappy
I was having the same issue. I turned  off visual effects as suggested
and the menu appeared just as reported. I had previously installed the
Nvidia Driver 96.43.09. Running Ubuntu 8.1, AMD CPU 32 bit as reported
above. I hope this helps and is able to lead to a fix. I like those
effects!

-- 
With fglrx, OpenOffice buttons are invisible and reappear when you hover over 
them
https://bugs.launchpad.net/bugs/258823
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 339047] Re: cuando intente mandar un archivo a dos amigos se cerro el pidgin

2009-03-06 Thread kondratiev

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23569505/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/23569506/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/23569507/ProcStatus.txt

-- 
cuando intente mandar un archivo a dos amigos se cerro el pidgin
https://bugs.launchpad.net/bugs/339047
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 339047] [NEW] cuando intente mandar un archivo a dos amigos se cerro el pidgin

2009-03-06 Thread kondratiev
Public bug reported:

Binary package hint: pidgin

tengo activas dos cuentas, una de msn y otra de yahoo, cuando hay muchas
conveersaciones activas o cuando intento mandar varios archivos (2 o 3)
se cierra.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/pidgin
Package: pidgin 1:2.5.2-0ubuntu1
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_PE.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

-- 
cuando intente mandar un archivo a dos amigos se cerro el pidgin
https://bugs.launchpad.net/bugs/339047
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 183917] Re: Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) have played sound

2009-03-06 Thread macmoby
*** This bug is a duplicate of bug 198453 ***
https://bugs.launchpad.net/bugs/198453

All,

I had the same annoying problem as yours.

I came across this wiki while researching and I followed the first 2 sections 
of this article - and this solved the problem completely.
https://wiki.ubuntu.com/PulseAudio

The code fix provided in the conf file is the same as the one provided in adobe 
site as well..
http://bugs.adobe.com/jira/browse/FP-1154

Hope this solves the issue for all of you too.

-- 
Sound stops working in Firefox once other applications (Pidgin, Rhythmbox) have 
played sound
https://bugs.launchpad.net/bugs/183917
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 283316] Re: CD-ROM tray closes automatically after eject

2009-03-06 Thread Tae Ho Kim
Well, I later found out that the CD tray is a defect. And I brought it to
the repairman and fixed it. It was a hardware problem. Sorry about the late
reply because from my busy school.

On Fri, Mar 6, 2009 at 5:48 PM, jtraifalgar 
wrote:

> navsnipe,
>
> I am interested with the solution how you fixed it. Could you point
> where that thread was? I paste the "all_generic_ide" at the last kerner
> line at the /boot/grub/menu.lst then reboot. Then I tried the cdtray
> closes after I opened it. Martin's solution was good but you have to
> type the command at the console always. Like to see how the menu.lst was
> modified. Thank you very much in advance
>
> --
> CD-ROM tray closes automatically after eject
> https://bugs.launchpad.net/bugs/283316
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in The Linux Kernel: Invalid
> Status in Ubuntu Release Notes: Fix Released
> Status in “linux” source package in Ubuntu: Invalid
> Status in “udev” source package in Ubuntu: Fix Released
> Status in linux in Ubuntu Intrepid: Invalid
> Status in udev in Ubuntu Intrepid: Fix Released
> Status in “udev” source package in Fedora: In Progress
> Status in Gentoo Linux: Fix Released
>
> Bug description:
> Binary package hint: hal
>
> Ubuntu intrepid ibex beta (updated)
>
> Problem:
> When I try to eject a cd/dvd, Ubuntu intrepid inserts the cdrom right back
> in the cd/dvd drive
>
> Steps to reproduce:
> 1) Either by pressing eject button on the device or using the "eject"
> command or using the eject icon in nautilus sidebar
> 2) The dvd is ejected successfully
> 3) The dvd is loaded back in right after being ejected. This happens after
> the message "eject: CD-ROM eject command succeeded" of "eject -v" command.
>
> Note 1: The cd/dvd-rw drive is a SATA device
> Note 2: This happens while in tty and ubuntu gnome desktop manager
>
> $ apt-cache policy eject hal
> eject:
>  Installed: 2.1.5-9ubuntu2
>  Candidate: 2.1.5-9ubuntu2
>  Version table:
>  *** 2.1.5-9ubuntu2 0
>500 http://archive.ubuntu.com intrepid/main Packages
>100 /var/lib/dpkg/status
> hal:
>  Installed: 0.5.11-4ubuntu2
>  Candidate: 0.5.11-4ubuntu2
>  Version table:
>  *** 0.5.11-4ubuntu2 0
>500 http://archive.ubuntu.com intrepid/main Packages
>100 /var/lib/dpkg/status
>
> $ eject -v
> eject: using default device `cdrom'
> eject: device name is `cdrom'
> eject: expanded name is `/dev/cdrom'
> eject: `/dev/cdrom' is a link to `/dev/scd0'
> eject: `/dev/scd0' is mounted at `/media/cdrom0'
> eject: unmounting device `/dev/scd0' from `/media/cdrom0'
> eject: `/dev/scd0' is not a multipartition device
> eject: trying to eject `/dev/scd0' using CD-ROM eject command
> eject: CD-ROM eject command succeeded
>
> $ sudo lshw -C disk
> [...]
>  *-cdrom
>   description: DVD-RAM writer
>   product: DVD-RW  DVR-212
>   vendor: PIONEER
>   physical id: 0.0.0
>   bus info: s...@2:0.0.0
>   logical name: /dev/cdrom
>   logical name: /dev/cdrw
>   logical name: /dev/dvd
>   logical name: /dev/dvdrw
>   logical name: /dev/scd0
>   logical name: /dev/sr0
>   logical name: /media/cdrom0
>   version: 1.21
>   capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
>   configuration: ansiversion=5 mount.fstype=iso9660
> mount.options=ro,nosuid,nodev,utf8 state=mounted status=ready
> *-medium
>  physical id: 0
>  logical name: /dev/cdrom
>  logical name: /media/cdrom0
>  configuration: mount.fstype=iso9660
> mount.options=ro,nosuid,nodev,utf8 state=mounted
>

-- 
CD-ROM tray closes automatically after eject
https://bugs.launchpad.net/bugs/283316
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 336182] Re: system-config-printer.py crashed with UnboundLocalError in fillDeviceTab()

2009-03-06 Thread NeoFax
Same problem here.

-- 
system-config-printer.py crashed with UnboundLocalError in fillDeviceTab()
https://bugs.launchpad.net/bugs/336182
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 330756] Re: Totem hangs entire system when playing ogg vorbis, ogg theora or mp3

2009-03-06 Thread Jaime Carpenter
Bryce-

I have tested with the LiveCD of Jaunty from the link above (alpha-5) as
requested and the freeze does not happen with Jaunty.

So, I have concluded and tested the following on my Lenovo Thinkpad
R400:

Hardy 8.04.2 (LTS) - Fails
Ibex 8.10 - OK
Jaunty alpha-5 - OK

While there is currently a "workaround" for Hardy, I am hoping the intel
driver will be corrected and pushed into the Hardy packages.  Also I
read the text of 233896 and yes it looks similar but there was no
definitive solution to 233896.  In that instance desktop effects were
disabled and that apparently resolved the issue for the reporter.  In my
case turning off desktop effects did not stop the problem.

I now know that the quick way to create the "freeze" is to go to System
> Preferences > Multimedia Systems Selector, go to the Video tab and
select Plugin: X Window System (X11/XShm/Vx) then push Test.  The freeze
is immediate.

Thanks again for all help.

-- 
Totem hangs entire system when playing ogg vorbis, ogg theora or mp3
https://bugs.launchpad.net/bugs/330756
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 292613] Re: KDE System Settings cannot detect my sound card after Intrepid upgrade

2009-03-06 Thread Jonathan Thomas
He would have to be using KDE4.

** Changed in: phonon (Ubuntu)
Sourcepackagename: kde-systemsettings => phonon
   Status: Incomplete => New

-- 
KDE System Settings cannot detect my sound card after Intrepid upgrade
https://bugs.launchpad.net/bugs/292613
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 62949] Re: No way to configure mouse button number

2009-03-06 Thread Bug Watch Updater
** Changed in: kdelibs
   Status: Unknown => Confirmed

-- 
No way to configure mouse button number
https://bugs.launchpad.net/bugs/62949
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde4libs in ubuntu.

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


[Bug 339044] [NEW] Hotspot ignores y-coordinates.

2009-03-06 Thread Tim Swast
Public bug reported:

Binary package hint: icon-slicer

When creating a cursor file, say I have a hotspot.png file with one non-
transparent pixel at (10, 1). Ten being the x-coordinate, one being the
y-coordinate. The cursor file output by icon-slicer ends up with a
hotspot at coordinates (10, 10). This is obviously the incorrect
coordinate (Though I may just be uninformed about some limitation in the
cursor file type).

As this is the only command line tool I could find in recent
repositories for creating cursor files, it would be nice if this program
worked correctly.

** Affects: icon-slicer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Hotspot ignores y-coordinates.
https://bugs.launchpad.net/bugs/339044
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 339045] [NEW] udevd-event exec of program "/sbin/" failed

2009-03-06 Thread bert07
Public bug reported:

Using Jaunty for desktop i386, the normal Ubuntu.

This is the message I always see on boot-up when loading Jaunty.
For at least two weeks now. I don't know if it was there before.

I just did a fresh install two hours ago, and the message

udevd-event []  exec of program "/sbin/" failed

appeared again from the first boot on.

Between the [] there always is a different number.

I have no clue what so ever which files you would like me to upload, so
I await your reaction.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
udevd-event   exec of program "/sbin/" failed
https://bugs.launchpad.net/bugs/339045
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 303697] Re: [fglrx] video tearing / vsync problems - independent of compiz use

2009-03-06 Thread hapubun
also intel they support is better for linux windows ect...

-- 
[fglrx] video tearing / vsync problems - independent of compiz use
https://bugs.launchpad.net/bugs/303697
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 303697] Re: [fglrx] video tearing / vsync problems - independent of compiz use

2009-03-06 Thread hapubun
also the improvement was when i was using lindvd and compiz was enabled
no tear at fullscreen or windowed but sluggish in window form so just
say no to ati intel they do a better job i never buying ati products
again

-- 
[fglrx] video tearing / vsync problems - independent of compiz use
https://bugs.launchpad.net/bugs/303697
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 339043] Re: tab bar fades out when dragging pointer across to close app

2009-03-06 Thread clay mayfield

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/23569343/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/23569344/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/23569345/ProcStatus.txt

-- 
tab bar fades out when dragging pointer across to close app
https://bugs.launchpad.net/bugs/339043
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 339043] [NEW] tab bar fades out when dragging pointer across to close app

2009-03-06 Thread clay mayfield
Public bug reported:

Binary package hint: nautilus

the tab bare fades out or just goes white when you move the pointer
across it. all the buttons still work just kind of strange.also found
that when adjusting screen resalution i had to reboot after about the
third time or it would not respond when hitting the apply button.i am a
newuser to this and i have installed it on a gigabyte bord with a amd64
and 2 gig of pc3200 400 memeory. i did the install inside windows xp  i
installed versione 8.10 and it succesfully updated it self. like i said
i am new to this o.s. so i am not sure of everything about it but what i
have seen i do like and i am looking forward to working with it i still
have a lot of problams like my printer is not showing all the software
it has on windows (h.p. c4280). do not have the email working( pop
settings wrong i am using att.net wich is part of yahoo). thank you for
your help

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/nautilus
NonfreeKernelModules: nvidia
Package: nautilus 1:2.24.1-0ubuntu2
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.27-11-generic i686

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


** Tags: apport-bug

-- 
tab bar fades out when dragging pointer across to close app
https://bugs.launchpad.net/bugs/339043
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 284288] Re: mencoder crashed with SIGSEGV in avcodec_close()

2009-03-06 Thread Craig Huffstetler
Are you using commas in your "menu" in DeVeDe or the program you are
using the create the menu? I have the same issue and error, but only
when I use commas.

Thanks,

Craig

** Changed in: mplayer (Ubuntu)
   Status: New => Confirmed

-- 
mencoder crashed with SIGSEGV in avcodec_close()
https://bugs.launchpad.net/bugs/284288
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 284288] Re: mencoder crashed with SIGSEGV in avcodec_close()

2009-03-06 Thread Craig Huffstetler
Mencoder causes a crash when using commas to write a menu system
(however, I can pipe separate the values) and it will not crash.

Another option, as the above bug reported pointed out, is to select the
"use optimizations for multiple core processors" option. This will
ensure that mencoder does not crash even if I am comma separating the
values to be written. I just retested it.

It wrote all the way through to an .ISO file without any problem. We
also both have NVidia cards. I, however, am running Jaunty A5.

-- 
mencoder crashed with SIGSEGV in avcodec_close()
https://bugs.launchpad.net/bugs/284288
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 287998] Re: Desktop corrupt with ume-launcher > 0.6.5

2009-03-06 Thread Steve Jackson
Unfortunately my TC1100 has failed and I have now downgraded to an Acer
Aspire One. It has other issues with external screens, but this is not
one of them. This means that I can't do any further testing, sorry.

-- 
Desktop corrupt with ume-launcher > 0.6.5
https://bugs.launchpad.net/bugs/287998
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 311748] Re: [HD3470 + HD3200] Dual cards prevents X from starting / black screen

2009-03-06 Thread Bryce Harrington
This is definitely a dupe of 267241.  I've proposed a possible patch to
that bug report, so will dupe this bug to that one.

-- 
[HD3470 + HD3200] Dual cards prevents X from starting / black screen
https://bugs.launchpad.net/bugs/311748
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 319603] Re: Radeon 3650 HD sound

2009-03-06 Thread hapubun
 i got sic of that and every thing about ati i hoped ati would of got
better after amd get nvidia card no probs i had to go back to nvidia
5700FX card and everything fine ati allways sucked


and on last post it overwrites dsp on reboot i think its like plug & play in 
windows but ati messed up prob onboard sound on ati video card as default  
nvidia much better go to nvidia works great on linux & windows & mac all os 
work great never like ati

-- 
Radeon 3650 HD sound
https://bugs.launchpad.net/bugs/319603
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 328192] Re: firefox becomes orphaned during system updates on KDE3.x, AMD64

2009-03-06 Thread Jonathan Thomas
In Kubuntu 8.10 or greater update-notifier-kde handles restart
notifications that tell users to restart firefox upon upgrade.

** Changed in: update-notifier-kde (Ubuntu)
Sourcepackagename: adept => update-notifier-kde
   Status: New => Fix Released

-- 
firefox becomes orphaned during system updates on KDE3.x, AMD64
https://bugs.launchpad.net/bugs/328192
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to update-notifier-kde in ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >