[Bug 436729] Re: [Dell Inc. Inspiron 910] suspend/resume failure [non-free: wl]

2009-10-10 Thread Jandro
@Bardamu: Thx!!! that is the problem. thx for the solution

** Changed in: linux (Ubuntu)
   Status: New => Fix Committed

** Changed in: linux (Ubuntu)
   Status: Fix Committed => In Progress

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

-- 
[Dell Inc. Inspiron 910] suspend/resume failure [non-free: wl]
https://bugs.launchpad.net/bugs/436729
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448488] Re: rawstudio 1.2-1 FTBFS (const char*)

2009-10-10 Thread Ilya Barygin
Ah, I see that dcraw package already exists. Maybe it should provide a
shared library.

-- 
rawstudio 1.2-1 FTBFS (const char*)
https://bugs.launchpad.net/bugs/448488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 412499] Re: ac adapter is not detected

2009-10-10 Thread zeronine
Just to confirm here:

I have an Sager 8662, which uses a Clevo M860TU

I recompiled the 2.6.28.10 kernel with ACPI_AC as a module. The AC
Adapter is now functioning correctly. This seems to fix the issue for
me. The AC adapter is now detected and works.

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

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


[Bug 128357] Re: boinc does not idle with mouse movement

2009-10-10 Thread Adam Maturin
I'm having this issue as well (Ubuntu 9.04 64-bit).  Someone earlier
asked why this feature is needed and well, I have a really powerful
desktop computer and when I'm not using my computer (the mouse is not
moving) I'd like all that power to be used for something I consider
useful rather than just sitting idle.  But, when I need to use my
computer, I want all that power for myself - I'm selfish that way.  I
want BOINC using 10% or less of my resources when I need to use my
computer, but it can have 100% while I'm not using it, and it should do
this automatically.  As above, I uninstalled BOINC until this gets
fixed.

-- 
boinc does not idle with mouse movement
https://bugs.launchpad.net/bugs/128357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 383240] Re: Integrate and enable ARMv5TE/v6/VFP and NEON optimisations from ffmpeg trunk for armel

2009-10-10 Thread Loïc Minier
@Mans: yes, the shared build should have VFP enabled; our toolchain defaults to 
-mfpu=vfp -mfloat-abi=softfp.  The shared build passed configure with:
ARCH  arm (armv6)
version string suffix 4:0.5+svn20090706-2ubuntu1~arm3
big-endianno
ARMv5TE enabled   yes
ARMv6 enabled yes
ARMv6T2 enabled   no
ARM VFP enabled   yes
IWMMXT enabledno
NEON enabled  no
gprof enabled no
debug symbols yes
strip symbols no
optimizations yes
staticno
sharedyes

But I'll include r19474 as you suggest and pass -mfloat-abi+-mfpu in the
shared build too for clarity.

-- 
Integrate and enable ARMv5TE/v6/VFP and NEON optimisations from ffmpeg trunk 
for armel
https://bugs.launchpad.net/bugs/383240
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 383240] Re: Integrate and enable ARMv5TE/v6/VFP and NEON optimisations from ffmpeg trunk for armel

2009-10-10 Thread Loïc Minier
gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I. 
-I"/build/buildd/ffmpeg-0.5+svn20090706" -D_ISOC99_SOURCE 
-D_POSIX_C_SOURCE=200112 -I/build/buildd/ffmpeg-0.5+svn20090706/debian/include 
-mfpu=neon -mfloat-abi=softfp -std=c99 -fomit-frame-pointer -march=armv7-a 
-pthread -I/usr/include/schroedinger-1.0 -I/usr/include/liboil-0.3 -g 
-Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization 
-Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings 
-Wtype-limits -Wundef -O3 -fno-math-errno -fno-signed-zeros  -c -o 
libavutil/utils.o /build/buildd/ffmpeg-0.5+svn20090706/libavutil/utils.c
gcc -shared -Wl,-soname,libavutil.so.49  -Wl,-Bsymbolic-functions 
-Wl,--warn-common -Wl,--as-needed 
-Wl,-rpath-link,"/build/buildd/ffmpeg-0.5+svn20090706/debian-neon"/libpostproc 
-Wl,-rpath-link,"/build/buildd/ffmpeg-0.5+svn20090706/debian-neon"/libswscale 
-Wl,-rpath-link,"/build/buildd/ffmpeg-0.5+svn20090706/debian-neon"/libavfilter 
-Wl,-rpath-link,"/build/buildd/ffmpeg-0.5+svn20090706/debian-neon"/libavdevice 
-Wl,-rpath-link,"/build/buildd/ffmpeg-0.5+svn20090706/debian-neon"/libavformat 
-Wl,-rpath-link,"/build/buildd/ffmpeg-0.5+svn20090706/debian-neon"/libavcodec 
-Wl,-rpath-link,"/build/buildd/ffmpeg-0.5+svn20090706/debian-neon"/libavutil 
-Wl,-Bsymbolic -o libavutil/libavutil.so.49 libavutil/adler32.o libavutil/aes.o 
libavutil/avstring.o libavutil/base64.o libavutil/crc.o libavutil/des.o 
libavutil/fifo.o libavutil/intfloat_readwrite.o libavutil/lfg.o libavutil/lls.o 
libavutil/log.o libavutil/lzo.o libavutil/mathematics.o libavutil/md5.o 
libavutil/mem.o libavutil/random.o libavutil/rational.o libavutil/rc4.o 
libavutil/sha1.o libavutil/tree.o libavutil/utils.o  -lz -lbz2 -pthread -lm 
-lgsm -lschroedinger-1.0 -lpthread -loil-0.3 -lm -lrt -lspeex -ltheora -logg 
-lvorbisenc -lvorbis -logg -ldc1394 -lraw1394-lasound -ldl -lasound -lX11 
-lXext -lasound 
/usr/bin/ld: libavutil/aes.o: relocation R_ARM_MOVW_ABS_NC against 
`__stack_chk_guard' can not be used when making a shared object; recompile with 
-fPIC
libavutil/aes.o: could not read symbols: Bad value

It looks like aes.o is misbuilt, or can't build with the -fPIE stuff
we're using by default; but I don't understand why that's NEON specific.

-- 
Integrate and enable ARMv5TE/v6/VFP and NEON optimisations from ffmpeg trunk 
for armel
https://bugs.launchpad.net/bugs/383240
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 439779] Re: Sound mixer problems with Realtek ALC889A

2009-10-10 Thread Toby Murray
My apologies... The sound not working problem was user error. Things
were slightly complicated because the sound was running through my TV. I
have now hooked up a pair of external speakers directly to the computer
to simplify things.

The good news is that using the October 9th CD, the mute/unmute problem
seems to be fixed. And after learning a bit more about sound mixing in
linux I think that was the only real bug to begin with.

-- 
Sound mixer problems with Realtek ALC889A
https://bugs.launchpad.net/bugs/439779
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448492] Re: "Media player device error: LIBMTP_Send_Representative_Sample():..."

2009-10-10 Thread Brews

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

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

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33435748/XsessionErrors.txt

-- 
"Media player device error: LIBMTP_Send_Representative_Sample():..."
https://bugs.launchpad.net/bugs/448492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448492] [NEW] "Media player device error: LIBMTP_Send_Representative_Sample():..."

2009-10-10 Thread Brews
Public bug reported:

Binary package hint: rhythmbox

This is on Karmic Beta (amd64) using Rhythmbox 0.12.5:
When I transfer audio over to my MTP device (A Samsung YP-U3), with every track 
I transfer, an error window pops up and announces: "Media player device error: 
LIBMTP_Send_Representative_Sample(): object type doesn't support 
RepresentativeSampleData."
This pops up for every track I had transferred (so it gets to be troublesome 
when I move hundreds of songs, because then I need to wait and click "Close" 
hundreds of times).
Interestingly, everything seems to play perfectly fine in the MTP device.

ProblemType: Bug
Architecture: amd64
Date: Sun Oct 11 01:29:55 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/rhythmbox
NonfreeKernelModules: wl
Package: rhythmbox 0.12.5-0ubuntu2
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: rhythmbox
Uname: Linux 2.6.31-13-generic x86_64

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


** Tags: amd64 apport-bug

-- 
"Media player device error: LIBMTP_Send_Representative_Sample():..."
https://bugs.launchpad.net/bugs/448492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448488] Re: rawstudio 1.2-1 FTBFS (const char*)

2009-10-10 Thread Ilya Barygin
I encountered this problem in a different version of this dcraw.cc file
in package ufraw (bug 440924). Maybe there should be a separate package
for dcraw.

-- 
rawstudio 1.2-1 FTBFS (const char*)
https://bugs.launchpad.net/bugs/448488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 294526] Re: gs segfaults

2009-10-10 Thread Jouko Holopainen
This is reproducible in Ubuntu 9.04 (64 bit), gs 8.64.

Linux server 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC
2009 x86_64 GNU/Linux

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

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


[Bug 447215] Re: evolution crashed with SIGSEGV in eab_model_contact_at()

2009-10-10 Thread Bill Roberts
This bug is appears to be associated with a specific address book and it
always opens that address book. I haven't found a way to make it open a
different address book at startup.

** Visibility changed to: Public

-- 
evolution crashed with SIGSEGV in eab_model_contact_at()
https://bugs.launchpad.net/bugs/447215
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 268808] Re: superblock last write time is in the future

2009-10-10 Thread Daily Struggle
I did this
gedit /usr/share/initscripts/default.rcS
changed UTC line to UTC=no 
and no time issue that I see
it goes straight into fsck with me having to give the command 
also no mention of mountall not loading so no double log in

-- 
superblock last write time is in the future
https://bugs.launchpad.net/bugs/268808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 411030] Re: anjal: error while loading shared libraries: libevolution-mail.so: cannot open shared object file: No such file or directory

2009-10-10 Thread ZhengPeng Hou
Dose anyone  still have this issue with latest upgrade?

-- 
anjal: error while loading shared libraries: libevolution-mail.so: cannot open 
shared object file: No such file or directory
https://bugs.launchpad.net/bugs/411030
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448484] Re: ubuntuone-client-applet crashed with AttributeError in from_token_and_callback()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #423383, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"
   http://launchpadlibrarian.net/33435522/Dependencies.txt

** Attachment removed: "ProcMaps.txt"
   http://launchpadlibrarian.net/33435523/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   http://launchpadlibrarian.net/33435524/ProcStatus.txt

** This bug has been marked a duplicate of bug 423383
   ubuntuone-client-applet crashed with AttributeError in 
from_token_and_callback()

** Visibility changed to: Public

-- 
ubuntuone-client-applet crashed with AttributeError in from_token_and_callback()
https://bugs.launchpad.net/bugs/448484
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448488] [NEW] rawstudio 1.2-1 FTBFS (const char*)

2009-10-10 Thread Ilya Barygin
Public bug reported:

Binary package hint: rawstudio

g++ -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" 
-DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -D_REENTRANT -DORBIT2=1 -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/dbus-1.0/include -Wall -fno-strict-aliasing -O4 -DWITH_GCONF 
-DDCRAW_NOMAIN -DDCRAW_NOLCMS -DWITH_MMAP_HACK -g -O2 -MT dcraw.o -MD -MP -MF 
.deps/dcraw.Tpo -c -o dcraw.o dcraw.cc
dcraw.cc: In member function 'int DCRaw::main(int, const char**)':
dcraw.cc:8513: error: invalid conversion from 'const char*' to 'char*'

http://launchpadlibrarian.net/32242631/buildlog_ubuntu-
karmic-i386.rawstudio_1.2-1_FAILEDTOBUILD.txt.gz

ProblemType: Bug
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 9.04
Package: rawstudio None [modified: /var/lib/dpkg/info/rawstudio.list]
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: rawstudio
Uname: Linux 2.6.28-15-generic i686
UnreportableReason: Это не оригинальный пакет Ubuntu

** Affects: rawstudio (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-bug i386

-- 
rawstudio 1.2-1 FTBFS (const char*)
https://bugs.launchpad.net/bugs/448488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 448488] Re: rawstudio 1.2-1 FTBFS (const char*)

2009-10-10 Thread Ilya Barygin

** Attachment added: "ftbfs.diff"
   http://launchpadlibrarian.net/33435636/ftbfs.diff

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

-- 
rawstudio 1.2-1 FTBFS (const char*)
https://bugs.launchpad.net/bugs/448488
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448309] Re: GNOME do launches with opened Guest Session

2009-10-10 Thread Robert Dyer
I would say its one or the other.  So we have to have consensus on what
the desired behavior is. :-)

-- 
GNOME do launches with opened Guest Session
https://bugs.launchpad.net/bugs/448309
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448486] [NEW] Sync qonk 0.3.1-3.1 (universe) from Debian unstable (main).

2009-10-10 Thread Charlie_Smotherman (porthose)
Public bug reported:

Please sync qonk 0.3.1-3.1 (universe) from Debian unstable (main).

The current version of qonk FTBFS.
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20090909-karmic.html
This sync will correct the FTBFS.

Changelog since current karmic version 0.3.1-3:

qonk (0.3.1-3.1) unstable; urgency=low

  * Non-maintainer upload.
* Team intern so not strictly following the procedures
  * Fix build failure (Closes: #541443)
* Set DEB_AUTO_UPDATE_AUTOMAKE to 1.11 and specify automake dependency
  to 1.11 so build success does not depend on any specific version being
  `automake'
* Add DEB_AUTO_UPDATE_ACLOCAL to build with automake 1.11
  * Bump standards Version to 3.8.3
* Add README.source copied and adapted from supertuxkart

 -- Christoph Egger   Wed, 30 Sep 2009
12:30:37 +0200

** Affects: qonk (Ubuntu)
 Importance: Wishlist
 Status: New

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

-- 
Sync qonk 0.3.1-3.1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/448486
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 432778] Re: cannot open internet link in Opera

2009-10-10 Thread d-bos
I have the issue with Opera.  If I switch my preferred application to
firefox it works. I'm using 2.6.31-13 generic amd64.

-- 
cannot open internet link in Opera
https://bugs.launchpad.net/bugs/432778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 443223] Re: Gnome-mplayer shows only gray square in fullscreen

2009-10-10 Thread Cesare Tirabassi
** Changed in: gtk+2.0 (Ubuntu)
   Status: Incomplete => Confirmed

** Also affects: gnome-mplayer via
   https://bugzilla.gnome.org/show_bug.cgi?id=598050
   Importance: Unknown
   Status: Unknown

-- 
Gnome-mplayer shows only gray square in fullscreen
https://bugs.launchpad.net/bugs/443223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 447874] Re: video flickers when the menu overlay hides

2009-10-10 Thread Cesare Tirabassi
*** This bug is a duplicate of bug 443223 ***
https://bugs.launchpad.net/bugs/443223

** This bug has been marked a duplicate of bug 443223
   Gnome-mplayer shows only gray square in fullscreen

-- 
video flickers when the menu overlay hides
https://bugs.launchpad.net/bugs/447874
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448482] Re: Please Upgrade PlayOnLinux To New Version

2009-10-10 Thread DasFox

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33435387/XsessionErrors.txt

-- 
Please Upgrade PlayOnLinux To New Version
https://bugs.launchpad.net/bugs/448482
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448482] [NEW] Please Upgrade PlayOnLinux To New Version

2009-10-10 Thread DasFox
Public bug reported:

Binary package hint: playonlinux

PlayonLinux in Ubuntu is version 3.6 but the latest version is 3.7 which
seems to have good improvements needed for gaming.

One I noticed is the install of MS fonts, very much needed for gaming.

PLEASE update this to version 3.7

P.S. Just to let you know this plus Wine works great playing games! :)

ProblemType: Bug
Architecture: amd64
Date: Sat Oct 10 20:19:55 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: playonlinux 3.6-1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: playonlinux
Uname: Linux 2.6.31-13-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Please Upgrade PlayOnLinux To New Version
https://bugs.launchpad.net/bugs/448482
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448483] Re: WARNING: at /build/buildd/linux-2.6.31/fs/quota/dquot.c:964 dquot_claim_space+0x84/0x130()

2009-10-10 Thread malish

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/33435439/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/33435440/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/33435441/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/33435442/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/33435443/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/33435444/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/33435445/CurrentDmesg.txt

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

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/33435447/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/33435448/Lspci.txt

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/33435449/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/33435450/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/33435451/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/33435452/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/33435453/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/33435454/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/33435455/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/33435456/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/fs/quota/dquot.c:964 
dquot_claim_space+0x84/0x130()
https://bugs.launchpad.net/bugs/448483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448483] [NEW] WARNING: at /build/buildd/linux-2.6.31/fs/quota/dquot.c:964 dquot_claim_space+0x84/0x130()

2009-10-10 Thread malish
Public bug reported:

WARNING: at /build/buildd/linux-2.6.31/fs/quota/dquot.c:964
dquot_claim_space+0x84/0x130()

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  exebeche   1741 F pulseaudio
 /dev/snd/controlC1:  exebeche   1741 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfe024000 irq 21'
   Mixer name   : 'Analog Devices AD1988B'
   Components   : 'HDA:11d4198b,104381f6,00100200'
   Controls  : 48
   Simple ctrls  : 26
Card1.Amixer.info:
 Card hw:1 'camera'/'USB camera at usb-:00:02.0-4, full speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB0c45:60b0'
   Controls  : 0
   Simple ctrls  : 0
Card1.Amixer.values:
 
Date: Sun Oct 11 09:20:50 2009
DistroRelease: Ubuntu 9.10
Failure: oops
HibernationDevice: RESUME=UUID=0c10c952-2c74-480a-8cae-0f5596d959d0
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 002 Device 003: ID 0c45:60b0 Microdia Genius VideoCam Look
 Bus 002 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle 
(HCI mode)
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: System manufacturer System Product Name
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-13-generic 2.6.31-13.44
ProcCmdLine: root=UUID=92b9fadd-367c-49a8-a428-d66845d048a0 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
RelatedPackageVersions: linux-firmware 1.21
RfKill:
 0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/fs/quota/dquot.c:964 
dquot_claim_space+0x84/0x130()
Uname: Linux 2.6.31-13-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 09/25/2006
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS M2N-E ACPI BIOS Revision 0402
dmi.board.name: M2N-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.XX
dmi.chassis.asset.tag: 123456789000
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSM2N-EACPIBIOSRevision0402:bd09/25/2006:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM2N-E:rvr1.XX:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/fs/quota/dquot.c:964 
dquot_claim_space+0x84/0x130()
https://bugs.launchpad.net/bugs/448483
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 373786] Re: xubuntu 9.04 volume control applet only increase volume to 90%

2009-10-10 Thread remi
ok I'm a newbie but... this webpage tells me the problem has been fixed,
but doesn't give any indication on how to fix it.

-- 
xubuntu 9.04 volume control applet only increase volume to 90%
https://bugs.launchpad.net/bugs/373786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448214] Re: Usplash doesn't reveal the console when manual intervention is needed, thus leading a user to believe that the computer hangs

2009-10-10 Thread TheOldFellow
I have updated to 0.5.42, and now after the white logo the bootstrap
hangs for over 1 minute 20 seconds with nothing on the screen at all.
This is unacceptable, even for old hands, never mind new users. (AMD
Phenom x 4 3Ghz + 4G, i386).

-- 
Usplash doesn't reveal the console when manual intervention is needed, thus 
leading a user to believe that the computer hangs
https://bugs.launchpad.net/bugs/448214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448478] Re: missing modules (cat/proc/modules; Is/dev

2009-10-10 Thread Basilis

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

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

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

-- 
missing modules (cat/proc/modules; Is/dev
https://bugs.launchpad.net/bugs/448478
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448480] [NEW] Sync swing-layout 1.0.3-2 (universe) from Debian unstable (main).

2009-10-10 Thread Charlie_Smotherman (porthose)
Public bug reported:

Please sync swing-layout 1.0.3-2 (universe) from Debian unstable (main).

The current version of swing-layout FTBFS.
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20090909-karmic.html
This sync will correct the FTBFS

Changelog since current karmic version 1.0.3-1:

swing-layout (1.0.3-2) unstable; urgency=low

  * Added default-jdk to Build-Depends-Indep and set JAVA_HOME to
/usr/lib/jvm/default-java. (Closes: #543105).
  * Added myself to uploaders. 
  * Bumped debhelper compat to version 7 - No changes required.
  * Bumped Standards-Version to 3.8.3 - No changes required.
  * Added missing ${misc:Depends} to all binary Depends. 
  * Corrected debian/copyright to refer to LGPL-2.1 rather than
the versionless LGPL in /usr/share/common-licenses. 

 -- Niels Thykier   Mon, 24 Aug 2009 19:08:28 +0200

** Affects: swing-layout (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: swing-layout (Ubuntu)
   Importance: Undecided => Wishlist

-- 
Sync swing-layout 1.0.3-2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/448480
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448478] [NEW] missing modules (cat/proc/modules; Is/dev

2009-10-10 Thread Basilis
Public bug reported:

Binary package hint: gnome-utils

ALERT! /dev/disk/by-uuid/7E3C6FE83C9A43 does not exist.Dropping to a shell
Busy v.1.10.2 (ubuntu 1:1.10.2-1ubuntu7/built-in shell cash)
Enter 'help' for a list of built-in commands

After that I enter exit, then  I see the same command and finally I give
the return command and linux start loading

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
ExecutablePath: /usr/bin/gnome-system-log
NonfreeKernelModules: nvidia
Package: gnome-utils 2.24.1-0ubuntu1
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/real/RealPlayer
 LANG=el_GR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-utils
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-bug

-- 
missing modules (cat/proc/modules; Is/dev
https://bugs.launchpad.net/bugs/448478
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448479] [NEW] Boot problem after the with Ubuntu 9.10 beta

2009-10-10 Thread constantinosm
Public bug reported:

I install Ubuntu 9.10 beta inside Windows xp.When the installation
finish and i make reboot...

GNU GRUB version 1.97 beta 3
sh:grub>

The same screen in another 3 pc's...

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Boot problem after the with Ubuntu 9.10 beta
https://bugs.launchpad.net/bugs/448479
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448481] Re: dont go sound on my laptop. Hardware device isn't find

2009-10-10 Thread timo

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/33435268/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/33435269/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/33435270/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/33435271/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/33435272/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/33435273/Card0.Codecs.codec.0.txt

** Attachment added: "Card0.Codecs.codec.1.txt"
   http://launchpadlibrarian.net/33435274/Card0.Codecs.codec.1.txt

** Attachment added: "Card0.Codecs.codec.3.txt"
   http://launchpadlibrarian.net/33435275/Card0.Codecs.codec.3.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/33435276/CurrentDmesg.txt

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

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/33435278/PciMultimedia.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33435279/XsessionErrors.txt

-- 
dont go sound on my laptop. Hardware device isn't find
https://bugs.launchpad.net/bugs/448481
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448481] [NEW] dont go sound on my laptop. Hardware device isn't find

2009-10-10 Thread timo
Public bug reported:

ubuntu 9.10

ProblemType: Bug
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/dsp', 
'/dev/snd/by-path', '/dev/snd/controlC0', '/dev/snd/pcmC0D6p', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D1p', 
'/dev/snd/pcmC0D6c', '/dev/snd/pcmC0D0p', '/dev/snd/seq', '/dev/snd/timer', 
'/dev/sequencer2', '/dev/sequencer'] failed with exit code 1:
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf460 irq 22'
   Mixer name   : 'Nvidia MCP78 HDMI'
   Components   : 'HDA:10ec0662,15580806,00100101 
HDA:10573055,00305557,00100900 HDA:10de0003,10de0101,0010'
   Controls  : 28
   Simple ctrls  : 16
CheckboxCommand: alsa_record_playback
CheckboxTest: alsa_record_playback_alternates
Date: Sun Oct 11 08:17:59 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: alsa-base 1.0.20+dfsg-1ubuntu4
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: alsa-driver
Tags: checkbox-bug
Uname: Linux 2.6.31-11-generic x86_64

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


** Tags: amd64 apport-bug checkbox-bug

-- 
dont go sound on my laptop. Hardware device isn't find
https://bugs.launchpad.net/bugs/448481
You received this bug notification because you are a member of 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 410407] Re: flash does not recognise mouse clicks

2009-10-10 Thread Michael Lustfield
Flash sucks and we all know it. But yes - this is a bug deal.

However this work around worked for me. I'm wondering if there's
something interfering with flash, something above that. Not sure how to
explain it better or test it though.

On Sun, 11 Oct 2009 06:02:10 -
Evgeny Kuznetsov  wrote:

> Jeffrey, we'll certainly have to agree that Flash makes a huge part of
> web user experience these days, and we'll certainly have to agree that
> with a regression like this we'll be having a very hard time persuading
> people that Ubuntu is worth anything and solving bug #1.
> 
> Kevin, sorry to say this, but your "workaround" doesn't work for me. At
> all.
> 


-- 
Michael Lustfield
Kalliki Software

Network and Systems Administrator

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448477] Re: firefox crashed with SIGSEGV in pthread_mutex_lock()

2009-10-10 Thread C.H.E.W.S.

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

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

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

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

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

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

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

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

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33435073/XsessionErrors.txt

** Attachment added: "profile_default_pluginreg.dat.txt"
   http://launchpadlibrarian.net/33435074/profile_default_pluginreg.dat.txt

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

** Visibility changed to: Public

-- 
firefox crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/448477
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448473] [NEW] empathy don't show the number of people in the irc channel

2009-10-10 Thread om26er
Public bug reported:

Binary package hint: empathy

pidgin does that but in empathy. it don't show the number of people
logged into an irc channel but it should and seems that its really
simple to implement?

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

-- 
empathy don't show the number of people in the irc channel
https://bugs.launchpad.net/bugs/448473
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448474] Re: [MICRO-STAR INTERANTONAL CO., LTD MS-7302] hibernate/resume failure [non-free: fglrx]

2009-10-10 Thread Vasile Rotaru

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/33434928/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/33434929/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   http://launchpadlibrarian.net/33434930/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/33434931/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/33434932/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.3.txt"
   http://launchpadlibrarian.net/33434933/Card0.Codecs.codec.3.txt

** Attachment added: "Card1.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/33434934/Card1.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/33434935/CurrentDmesg.txt

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

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/33434937/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/33434938/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/33434939/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/33434942/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/33434943/ProcInterrupts.txt

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

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/33434945/ProcModules.txt

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

** Attachment added: "SleepLog.txt"
   http://launchpadlibrarian.net/33434948/SleepLog.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/33434949/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/33434950/UdevLog.txt

** Attachment added: "WifiSyslog.gz"
   http://launchpadlibrarian.net/33434951/WifiSyslog.gz

-- 
[MICRO-STAR INTERANTONAL CO.,LTD MS-7302] hibernate/resume failure [non-free: 
fglrx]
https://bugs.launchpad.net/bugs/448474
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448474] [NEW] [MICRO-STAR INTERANTONAL CO., LTD MS-7302] hibernate/resume failure [non-free: fglrx]

2009-10-10 Thread Vasile Rotaru
Public bug reported:

I hardly know what to add to the ifnormation which was automatically
collected. Just that the screen was full of colourful garbage and
attempts to switch to console have failed.

ProblemType: KernelOops
Annotation: This occured during a previous hibernate and prevented it from 
resuming properly.
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  thn2540 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfe9f4000 irq 16'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10ec0888,14627302,0011'
   Controls  : 35
   Simple ctrls  : 20
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfeaec000 irq 19'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100100'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Date: Sun Oct 11 08:26:30 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: hibernate/resume
HibernationDevice: RESUME=UUID=4d57bbcb-7b7f-4745-b597-43b770abbcc8
InterpreterPath: /usr/bin/python2.6
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 ppp0  no wireless extensions.
LiveMediaBuild: Ubuntu 9.10 "Karmic Koala" - Beta amd64 (20090930)
MachineType: MICRO-STAR INTERANTONAL CO.,LTD MS-7302
NonfreeKernelModules: fglrx
Package: linux-image-2.6.31-13-generic 2.6.31-13.43
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-13-generic 
root=UUID=a4ff8fd3-3a49-4c76-9631-816e88748ca6 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
RelatedPackageVersions: linux-firmware 1.21
RfKill:
 
SourcePackage: linux
Tags: resume hibernate
Title: [MICRO-STAR INTERANTONAL CO.,LTD MS-7302] hibernate/resume failure 
[non-free: fglrx]
Uname: Linux 2.6.31-13-generic x86_64
UserGroups:
 
dmi.bios.date: 04/16/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V2.0
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MS-7302
dmi.board.vendor: MICRO-STAR INTERANTONAL CO.,LTD
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERANTONAL CO.,LTD
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV2.0:bd04/16/2008:svnMICRO-STARINTERANTONALCO.,LTD:pnMS-7302:pvr1.0:rvnMICRO-STARINTERANTONALCO.,LTD:rnMS-7302:rvr1.0:cvnMICRO-STARINTERANTONALCO.,LTD:ct3:cvr1.0:
dmi.product.name: MS-7302
dmi.product.version: 1.0
dmi.sys.vendor: MICRO-STAR INTERANTONAL CO.,LTD

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


** Tags: amd64 apport-kerneloops hibernate resume

-- 
[MICRO-STAR INTERANTONAL CO.,LTD MS-7302] hibernate/resume failure [non-free: 
fglrx]
https://bugs.launchpad.net/bugs/448474
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448475] [NEW] open #ubuntu and it takes atleast 10secs for empathy to get responsive

2009-10-10 Thread om26er
Public bug reported:

Binary package hint: empathy

whenever i open a channel in IRC with a big number of people empathy
becomes non responsive for almost 10secs and then becomes normal. in
pidgin it open any irc channel with the blink of an eye

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

-- 
open #ubuntu and it takes atleast 10secs for empathy to get responsive
https://bugs.launchpad.net/bugs/448475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 410407] Re: flash does not recognise mouse clicks

2009-10-10 Thread Evgeny Kuznetsov
Jeffrey, we'll certainly have to agree that Flash makes a huge part of
web user experience these days, and we'll certainly have to agree that
with a regression like this we'll be having a very hard time persuading
people that Ubuntu is worth anything and solving bug #1.

Kevin, sorry to say this, but your "workaround" doesn't work for me. At
all.

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448470] Re: Crashes when trying to rip audio from CD

2009-10-10 Thread korso19

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

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

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

-- 
Crashes when trying to rip audio from CD
https://bugs.launchpad.net/bugs/448470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448470] [NEW] Crashes when trying to rip audio from CD

2009-10-10 Thread korso19
Public bug reported:

Binary package hint: sound-juicer

When I try to rip audio tracks to a specific folder on my PC the
application crashes. The profile I am trying to convert files is mp3.
Any help?

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/sound-juicer
Package: sound-juicer 2.26.1-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: sound-juicer
Uname: Linux 2.6.30-02063005-generic i686

** Affects: sound-juicer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
Crashes when trying to rip audio from CD
https://bugs.launchpad.net/bugs/448470
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 358983] Re: cron crashed with SIGSEGV in pam_open_session()

2009-10-10 Thread Caleb
Here's the libpam-mount package. Hopefully this is helpful to somebody.

** Attachment added: "libpam-mount_1.32-1_amd64.deb"
   http://launchpadlibrarian.net/33434570/libpam-mount_1.32-1_amd64.deb

-- 
cron crashed with SIGSEGV in pam_open_session()
https://bugs.launchpad.net/bugs/358983
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 358983] Re: cron crashed with SIGSEGV in pam_open_session()

2009-10-10 Thread Caleb
I ran into this problem too. I built some packages for the amd64
architecture, and they seem to be working alright. I've attached the
libhx dep package, libpam-mount package to follow.

** Attachment added: "libhx_3.1-1_amd64.deb"
   http://launchpadlibrarian.net/33434559/libhx_3.1-1_amd64.deb

-- 
cron crashed with SIGSEGV in pam_open_session()
https://bugs.launchpad.net/bugs/358983
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 403610] Re: kde 4.3 Multiple Monitors tells lies

2009-10-10 Thread Sir_Brizz
Low priority? Seriously???

I think it's probably likely that business users make up more than a
significant portion of people who use Linux. Adding real multiple
monitor support to any non-nVidia hardware is such a huge PITA that even
I won't touch it with a ten foot pole, so I'm stuck on a single screen.

I'm glad to see that the option is even in Display, but what's the point
of having it there if it's not functional, and the likelihood of it
being made functional is "Low"? There really isn't one.

This is just one more thing that makes KDE seem less professional than
Gnome. I know most of the KDE developers are volunteers and that this is
like biting the hand that feeds you, but I think a core goal of future
KDE development should be feature parity with other window managers as
well as simplifying features that Windows converts desperately need
(like "disable touchpad when usb mouse is plugged in").

If not, I have to question the goal of having a separate window manager
at all. What is KDE for if very basic functionality is considered low
priority for being fixed/written?

-- 
kde 4.3 Multiple Monitors tells lies
https://bugs.launchpad.net/bugs/403610
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 447658] Re: Video speed changes at random points during playback

2009-10-10 Thread MarcRandolph
Thank you for the update.  Was the following also true?

Also (presumably related) "use video as timebase" and ac3 passthrough
mode seem to matter here:

"use video as timebase" disabled: With ac3 passthrough enabled, wrong
speed video, but the audio sounds normal. With ac3 passthrough is
disabled, normal video, but the sound is distorted and out of sync.

"use video as timebase" enabled: ac3 passthrough enabled, normal video
but no sound.


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

-- 
Video speed changes at random points during playback
https://bugs.launchpad.net/bugs/447658
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448467] [NEW] Sync urlview 0.9-18.1 (universe) from Debian unstable (main).

2009-10-10 Thread Charlie_Smotherman (porthose)
Public bug reported:

Please sync urlview 0.9-18.1 (universe) from Debian unstable (main).

The current version of urlview FTBFS
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20090909-karmic.html
This sync will correct the FTBFS

Changelog since current karmic version 0.9-18:

urlview (0.9-18.1) unstable; urgency=low

  * Non-maintainer upload.
  * Change DEB_AUTO_UPDATE_ACLOCAL from 1.10 to 1.11 and build-depend on
automake1.11 instead of automake. Closes: #543023

 -- Matt Kraai   Tue, 29 Sep 2009 06:08:26 -0700

** Affects: urlview (Ubuntu)
 Importance: Wishlist
 Status: New

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

-- 
Sync urlview 0.9-18.1 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/448467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448468] [NEW] Sync trilead-ssh2 211-2 (universe) from Debian unstable (main).

2009-10-10 Thread Charlie_Smotherman (porthose)
Public bug reported:

Please sync trilead-ssh2 211-2 (universe) from Debian unstable (main).

The current version of trilead-ssh2 FTBFS
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20090909-karmic.html
This sync will correct the FTBFS

Changelog since current karmic version 211-1:

trilead-ssh2 (211-2) unstable; urgency=low

  * Change to debhelper 7
  * Add build-dep on gjdoc because that's where dh_javadoc is now
  * Change to section java

 -- Matthew Johnson   Thu, 13 Aug 2009 00:12:29 +0100

** Affects: trilead-ssh2 (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: trilead-ssh2 (Ubuntu)
   Importance: Undecided => Wishlist

-- 
Sync trilead-ssh2 211-2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/448468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 326555] Re: Please package flashplugin 64bit

2009-10-10 Thread Simon Ruggier
** Description changed:

  Binary package hint: flashplugin-nonfree
  
- well there is a x64 version of this plugin so there is no reason using 
nswraper any more
- please upgrade flash version
+ The current (32-bit) flashplugin-nonfree package in x86_64 versions of
+ Ubuntu has been reported to be unstable by countless users with various
+ hardware configurations. Meanwhile, the x86_64 version of Adobe's Flash
+ plugin has been reported to work fine by many of the same users.
+ 
+ Ubuntu should replace the existing flashplugin-nonfree package with a
+ version that installs the x86_64 version. Failing this, Ubuntu should at
+ least provide a package with a name like flashplugin-nonfree64 alongside
+ flashplugin-nonfree, so that x86_64 Ubuntu users have a flash option
+ that actually works properly.
+ 
+ Even Debian has already done this, and their flashplugin-nonfree package 
works fine in Ubuntu:
+ http://packages.debian.org/testing/flashplugin-nonfree

-- 
Please package flashplugin 64bit
https://bugs.launchpad.net/bugs/326555
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448464] Re: Sun Java Should Not Be Listed in 'System' - 'Preferences'

2009-10-10 Thread DasFox
What I meant by relevant, these things should not be getting installed
here, in fact nothing should get installed here...

THANKS

-- 
Sun Java Should Not Be Listed in 'System' - 'Preferences'
https://bugs.launchpad.net/bugs/448464
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448464] [NEW] Sun Java Should Not Be Listed in 'System' - 'Preferences'

2009-10-10 Thread DasFox
Public bug reported:

'System' - 'Preferences' is typically suppose to be for Gnome
preferences, after you install ubuntu-restricted-extras Sun Java
installs icons into the  'System' - 'Preferences', Sun Java 6 Plugin
Control Panel, and Sun Java 6 Policy Tool.

Can we please keep the  'System' - 'Preferences' relevant to the Gnome
system preferences?

THANKS

ProblemType: Bug
Architecture: amd64
Date: Sat Oct 10 19:42:54 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: snd_pcm_oss snd_mixer_oss snd_seq_dummy snd_seq_oss 
snd_seq_midi snd_rawmidi snd_seq_midi_event
Package: gnome (not installed)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: meta-gnome2
Uname: Linux 2.6.31-13-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:2068): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2068): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:2125): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:2148): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (gnome-panel:2111): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -1 and height 24

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


** Tags: amd64 apport-bug

-- 
Sun Java Should Not Be Listed in 'System' - 'Preferences'
https://bugs.launchpad.net/bugs/448464
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448465] [NEW] Sync uudeview 0.5.20-3.2 (universe) from Debian unstable (main).

2009-10-10 Thread Charlie_Smotherman (porthose)
Public bug reported:

Please sync uudeview 0.5.20-3.2 (universe) from Debian unstable (main).

The current version of uudeview FTBFS.
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20090909-karmic.html
This sync will correct the FTBFS.

Changelog since current karmic version 0.5.20-3.1:

uudeview (0.5.20-3.2) unstable; urgency=low

  * Non-maintainer upload.
  * Build-depends on texlive-latex-recommended and texlive-fonts-recommended.
(Closes: #526534)

 -- Aurelien Jarno   Sun, 16 Aug 2009 20:12:07 +0200

** Affects: uudeview (Ubuntu)
 Importance: Wishlist
 Status: New

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

-- 
Sync uudeview 0.5.20-3.2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/448465
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448466] [NEW] no such device: (UUID) but i am able to boot

2009-10-10 Thread om26er
Public bug reported:

Binary package hint: grub2

grub gives error at startup no such device: and the UUID of the device.
and that is the uuid of my memory card which is my root directory.
aspire one don't boot from the memory card but after adding some modules
to initrd it works and making a separate 10mb partition on the internal
solid state drive.

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

-- 
no such device: (UUID) but i am able to boot
https://bugs.launchpad.net/bugs/448466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448466] Re: no such device: (UUID) but i am able to boot

2009-10-10 Thread om26er
that 100mb partition is /boot

-- 
no such device: (UUID) but i am able to boot
https://bugs.launchpad.net/bugs/448466
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448463] [NEW] No audio using realtek installed in XFX 780i board.

2009-10-10 Thread rseascaoe
Public bug reported:

Binary package hint: nautilus

On install od ubuntu 9.04 there is no audio to speakers despite effort to 
rectify situation through forum.
There is no audio on startup or playng files

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/nautilus
NonfreeKernelModules: nvidia
Package: nautilus 1:2.26.2-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-15-generic x86_64

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


** Tags: amd64 apport-bug

-- 
No audio using realtek installed in XFX 780i board.
https://bugs.launchpad.net/bugs/448463
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448461] Re: update-manager crashed with DBusException in _on_error()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #446993, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"
   http://launchpadlibrarian.net/33434182/Dependencies.txt

** Attachment removed: "ProcMaps.txt"
   http://launchpadlibrarian.net/33434183/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   http://launchpadlibrarian.net/33434185/ProcStatus.txt

** This bug has been marked a duplicate of bug 446993
   update-manager crashed with DBusException in _on_error()

** Visibility changed to: Public

-- 
update-manager crashed with DBusException in _on_error()
https://bugs.launchpad.net/bugs/448461
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448463] Re: No audio using realtek installed in XFX 780i board.

2009-10-10 Thread rseascaoe

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

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

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

-- 
No audio using realtek installed in XFX 780i board.
https://bugs.launchpad.net/bugs/448463
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 447093] Re: Next button is not working anymore

2009-10-10 Thread Maykel Moya
*** This bug is a duplicate of bug 442089 ***
https://bugs.launchpad.net/bugs/442089

** This bug has been marked a duplicate of bug 442089
   gThumb do not show any pictures in directories, although the fact that they 
are there. But normally show directory structure.

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

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


[Bug 448362] Re: gthumb does not display images

2009-10-10 Thread Maykel Moya
*** This bug is a duplicate of bug 442089 ***
https://bugs.launchpad.net/bugs/442089

** This bug has been marked a duplicate of bug 442089
   gThumb do not show any pictures in directories, although the fact that they 
are there. But normally show directory structure.

-- 
gthumb does not display images
https://bugs.launchpad.net/bugs/448362
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448462] Re: At low resolution, items on bottom bar are jumbled.

2009-10-10 Thread ChadVersace

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33434254/XsessionErrors.txt

-- 
At low resolution, items on bottom bar are jumbled.
https://bugs.launchpad.net/bugs/448462
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448462] [NEW] At low resolution, items on bottom bar are jumbled.

2009-10-10 Thread ChadVersace
Public bug reported:

Binary package hint: gdm

This is concerned with the new GDM on Beta 9.10. At resolution 800x600,
items on the right side of the bottom bar --- specifically, Session
Chooser, Universal Access, and the Date --- are superimposed over each
other, resulting in a jumble.

Version:
gdm 2.28.0-0ubuntu14

ProblemType: Bug
Architecture: amd64
Date: Sat Oct 10 22:22:44 2009
DistroRelease: Ubuntu 9.10
Package: gdm 2.28.0-0ubuntu14
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: gdm
Uname: Linux 2.6.31-13-generic x86_64

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


** Tags: amd64 apport-bug ubuntu-boot-experience

-- 
At low resolution, items on bottom bar are jumbled.
https://bugs.launchpad.net/bugs/448462
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448460] [NEW] Sync vtwm 5.4.7-2.2 (universe) from Debian unstable (main).

2009-10-10 Thread Charlie_Smotherman (porthose)
Public bug reported:

Please sync vtwm 5.4.7-2.2 (universe) from Debian unstable (main).

The current version of vtwm FTBFS.
http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20090909-karmic.html
This sync will correct the FTBFS

Changelog since current karmic version 5.4.7-2.1:

vtwm (5.4.7-2.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix dependency on old packages (Closes: #485227, #515518)
  * Move homepage out of the description into its own field.
  * Update menu's file section
  * Update the path to install-menu (Closes: #483196)
  * Add dummy binary-indep target (Closes: #395759)
  * Add watch file
  * Bump debhelper compat to five
  * Don't ignore errors by make clean

 -- Raphael Geissert   Wed, 08 Jul 2009 02:00:47
-0500

** Affects: vtwm (Ubuntu)
 Importance: Wishlist
 Status: New

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

-- 
Sync vtwm 5.4.7-2.2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/448460
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448458] Re: Jaunty will no longer read any CDs or play DVDs

2009-10-10 Thread Gogeden
Is there a way I can reinstall the drivers for disc drive without having
to format the HDD?

-- 
Jaunty will no longer read any CDs or play DVDs
https://bugs.launchpad.net/bugs/448458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448458] [NEW] Jaunty will no longer read any CDs or play DVDs

2009-10-10 Thread Gogeden
Public bug reported:

Okay, my disc drive on my Toshiba Satellite L355 laptop will not read
DVDs or CDs anymore. I've cleaned the discs and the lens, tried many
different Media Players, got ALL the permissions, and even scanned for
viruses and such. I tested the drive on OpenSUSE and it played the
movies fine so it can't be hardware. So it's definitely got to be
something with Ubuntu. I also tried VLC under Wine and that screwed up
as well. PLEASE!!! HELP

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Jaunty will no longer read any CDs or play DVDs
https://bugs.launchpad.net/bugs/448458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 447692] Re: Ctrl + Alt + F1 etc. fail to send me to console

2009-10-10 Thread Funnnny
Tested some driver by Nvidia, 190.36 beta too. Removed Nvidia's driver didn't 
solve the problem.
It's only triggered when I recently upgrade Karmic.

-- 
Ctrl + Alt + F1 etc. fail to send me to console
https://bugs.launchpad.net/bugs/447692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284049] Re: Novatel U727 USB Adapter Boot Problem

2009-10-10 Thread Shaved Wookie
This is very similar to a bug I posted (which may be a dupe), bug#
448292. All my tech details are there, but basically:

U727 works in Jaunty (after about 5 minutes after boot). It's seen in
Karmic, but never gives an option to connect.

-- 
Novatel U727 USB Adapter Boot Problem
https://bugs.launchpad.net/bugs/284049
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448292] Re: Novatel U727 (Wireless 3G USB Modem) Shows in lsusb in Jaunty & Karmic. Only connects in Jaunty.

2009-10-10 Thread Shaved Wookie
This is very similar (and may be a dupe of) Bug# 284049

-- 
Novatel U727 (Wireless 3G USB Modem) Shows in lsusb in Jaunty & Karmic. Only 
connects in Jaunty.
https://bugs.launchpad.net/bugs/448292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 447692] Re: Ctrl + Alt + F1 etc. fail to send me to console

2009-10-10 Thread Bruce Miller
this problem is not caused by non-free driver. It also occurs when non-
free driver is not used and the open source driver is used in its place.

** Package changed: nvidia-graphics-drivers-180 (Ubuntu) => ubuntu

-- 
Ctrl + Alt + F1 etc. fail to send me to console
https://bugs.launchpad.net/bugs/447692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448292] Re: Novatel U727 (Wireless 3G USB Modem) Shows in lsusb in Jaunty & Karmic. Only connects in Jaunty.

2009-10-10 Thread Shaved Wookie
Also worth noting, while it *does* work in Jaunty... It takes about 5
minutes after boot, before this device is activated and ready to use.

-- 
Novatel U727 (Wireless 3G USB Modem) Shows in lsusb in Jaunty & Karmic. Only 
connects in Jaunty.
https://bugs.launchpad.net/bugs/448292
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448456] Re: Can`t enable "Also disable the screensaver when playing _audio"

2009-10-10 Thread Sergei Sedov

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

** Attachment added: "GstreamerVersions.txt"
   http://launchpadlibrarian.net/33433698/GstreamerVersions.txt

** Attachment added: "LogAlsaMixer.txt"
   http://launchpadlibrarian.net/33433699/LogAlsaMixer.txt

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

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

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/33433702/XorgLog.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33433703/XsessionErrors.txt

-- 
Can`t enable "Also disable the screensaver when playing _audio"
https://bugs.launchpad.net/bugs/448456
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448456] [NEW] Can`t enable "Also disable the screensaver when playing _audio"

2009-10-10 Thread Sergei Sedov
Public bug reported:

Binary package hint: totem

Hi !

Can`t enable "Also disable the screensaver when playing _audio" in
settings

ProblemType: Bug
Architecture: i386
Date: Sun Oct 11 11:04:12 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/totem
Package: totem 2.28.1-0ubuntu1
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.43-generic
SourcePackage: totem
Uname: Linux 2.6.31-13-generic i686

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


** Tags: apport-bug i386

-- 
Can`t enable "Also disable the screensaver when playing _audio"
https://bugs.launchpad.net/bugs/448456
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 447801] Re: system updates cannot be done

2009-10-10 Thread ernieg92
*** This bug is a duplicate of bug 436748 ***
https://bugs.launchpad.net/bugs/436748

I can confirm this bug still exists -- and I do not see how the
"credentials" message is a part of #436748.  I believe these are two
different bugs.

-- 
system updates cannot be done
https://bugs.launchpad.net/bugs/447801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 410407] Re: flash does not recognise mouse clicks

2009-10-10 Thread Kevin Cassidy
Here's a work-around which works 100% of the time. Hopefully this will
provide some insight into the cause of the bug.

Take http://wave.google.com/help/wave/about.html#video for example.

Right-click anywhere on the embedded flash object so that the flash menu
appears. Then, while the flash menu is up, double click on the button
you want to interact with and it will recognize the mouse click.

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 410407] Re: flash does not recognise mouse clicks

2009-10-10 Thread Kevin Cassidy
I have the same problem (amd64). Note that the clicks register, I see
the buttons push in but whatever scripted action is associated with the
button doesn't seem to be executed. Check out the Google Wave video
(wave.google.com) or hulu.com for examples. If I click furiously on the
button and move around the edges eventually it will register.

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 232189] Re: add Manual Install filter to synaptic

2009-10-10 Thread Andrew Kerr
*** This bug is a duplicate of bug 122047 ***
https://bugs.launchpad.net/bugs/122047

There is now a "Manually Installed" filter under "Status" in synaptic
(0.62.7ubuntu3 in karmic) so this bug (as I originally filed it) is
fixed. The changelog alerted me to bug #122047 which this bug is really
a duplicate of, even though it didn't use the "Manually Installed"
language (probably why I didn't find it when reporting).

** This bug has been marked a duplicate of bug 122047
   No way to view explicity installed packages, excluding automatically 
installed packages

-- 
add Manual Install filter to synaptic
https://bugs.launchpad.net/bugs/232189
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438663] Re: package usplash 0.5.39 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-10 Thread macpablo
I just had this happen also, fixed by running sudo dpkg --configure -a,
then it was able to finish upgrade. then rebooted.

-- 
package usplash 0.5.39 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/438663
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448452] Re: EasyCrypt.py crashed with '\n' in _read()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #442156, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: "Dependencies.txt"
   http://launchpadlibrarian.net/33432562/Dependencies.txt

** Attachment removed: "ProcMaps.txt"
   http://launchpadlibrarian.net/33432563/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   http://launchpadlibrarian.net/33432564/ProcStatus.txt

** This bug has been marked a duplicate of bug 442156
   EasyCrypt.py cra"1.0"?>\n' in _read()shed with '\n' in _read()
https://bugs.launchpad.net/bugs/448452
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 238580] Re: LyX should recommend epstopdf for EPS support

2009-10-10 Thread freespace
In addition to installing epstopdf, you need to run Tools->Reconfigure,
then restart.

You will now have an entry for EPS->PDF(ps2pdf) under
Tools->Preferences->File Handling->Converts. The Converter should be
something like:

epstopdf --outfile=$$o $$i

Now create a new converter definition by changing PDF (ps2pdf) to PDF
(pdflatex) and click Add. It should make a new entry, EPS->PDF(pdflatex)
with the same converter definition.

Now exports using pdflatex should preserve EPS as vector graphics.

This is on jaunty using Lyx 1.6.2.

Cheers,
Steve

-- 
LyX should recommend epstopdf for EPS support
https://bugs.launchpad.net/bugs/238580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448453] Re: Notify-OSD change in format

2009-10-10 Thread praveenmarkandu

** Attachment added: "Screenshot.png"
   http://launchpadlibrarian.net/33432577/Screenshot.png

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33432579/XsessionErrors.txt

-- 
Notify-OSD change in format
https://bugs.launchpad.net/bugs/448453
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448453] [NEW] Notify-OSD change in format

2009-10-10 Thread praveenmarkandu
Public bug reported:

Binary package hint: banshee

The notify-osd for banshee should have a better format for "Now Playing"
track information. For example

---
Now Playing
Forever
by Chris Brown
---

highly trivial i know. but i hope it is implemented. thank you

ProblemType: Bug
Architecture: i386
Date: Sun Oct 11 05:35:45 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: wl
Package: banshee 1.5.1~git2260a87-0ubuntu1
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: banshee
Uname: Linux 2.6.31-13-generic i686

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


** Tags: apport-bug i386

-- 
Notify-OSD change in format
https://bugs.launchpad.net/bugs/448453
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448450] Re: On startup, network-manager uses wifi instead of wireless

2009-10-10 Thread Beto
This happens in Ubuntu Karmic Beta (updates applied)
although when I use apt-get upgrade I get this message:
The following packages have been kept back:
  evolution-plugins linux-generic linux-headers-generic linux-image-generic
  ubuntu-desktop

I'm not sure how to apply this updates (if possible) and if this could be the 
solution to my problem
anyway i will attach the wireless connections screenshot you will notice there 
are no auto wifi connections setup

** Attachment added: "wifi network connections"
   http://launchpadlibrarian.net/33432520/Screenshot-Network%20Connections.png

-- 
On startup, network-manager uses wifi instead of wireless
https://bugs.launchpad.net/bugs/448450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448450] Re: On startup, network-manager uses wifi instead of wireless

2009-10-10 Thread Beto

** Attachment added: "Screenshot.png"
   http://launchpadlibrarian.net/33432422/Screenshot.png

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

** Attachment added: "IpAddr.txt"
   http://launchpadlibrarian.net/33432425/IpAddr.txt

** Attachment added: "NetDevice.eth0.txt"
   http://launchpadlibrarian.net/33432426/NetDevice.eth0.txt

** Attachment added: "NetDevice.lo.txt"
   http://launchpadlibrarian.net/33432427/NetDevice.lo.txt

** Attachment added: "PciNetwork.txt"
   http://launchpadlibrarian.net/33432428/PciNetwork.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/33432429/WifiSyslog.txt

** Attachment added: "nm-system-settings.conf.txt"
   http://launchpadlibrarian.net/33432430/nm-system-settings.conf.txt

-- 
On startup, network-manager uses wifi instead of wireless
https://bugs.launchpad.net/bugs/448450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448450] [NEW] On startup, network-manager uses wifi instead of wireless

2009-10-10 Thread Beto
Public bug reported:

Binary package hint: network-manager

Every time I log in the network-manager automatically "connects" to wifi
(with no internet connection because there are no wireless cards) and
the settings are automatic wired connection

ProblemType: Bug
Architecture: i386
CRDA: Error: [Errno 2] No such file or directory
Date: Sat Oct 10 23:27:55 2009
DistroRelease: Ubuntu 9.10
Gconf:
 
IfupdownConfig:
 auto lo
 iface lo inet loopback
IpRoute:
 10.0.2.0/24 dev eth0  proto kernel  scope link  src 10.0.2.15  metric 1 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 default via 10.0.2.2 dev eth0  proto static
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
Package: network-manager 0.8~a~git.20091005t192303.1d28ad1-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
RfKill:
 
SourcePackage: network-manager
Uname: Linux 2.6.31-11-generic i686
XsessionErrors:
 (gnome-settings-daemon:1224): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1224): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:1254): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:1285): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (yelp:1666): Yelp-WARNING **: Failed to load config file: No such file or 
directory

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


** Tags: apport-bug i386

-- 
On startup, network-manager uses wifi instead of wireless
https://bugs.launchpad.net/bugs/448450
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448451] Re: high cpu and ram

2009-10-10 Thread Sidhanti Sudheendra

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

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

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

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33432496/XsessionErrors.txt

-- 
high cpu and ram
https://bugs.launchpad.net/bugs/448451
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448451] [NEW] high cpu and ram

2009-10-10 Thread Sidhanti Sudheendra
Public bug reported:

Binary package hint: deluge

high cpu and ram

ProblemType: Bug
Architecture: i386
Date: Sun Oct 11 00:37:18 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/deluge
InterpreterPath: /usr/bin/python2.6
Package: deluge-common 1.1.9+dfsg-1
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-13.42-generic
SourcePackage: deluge
Uname: Linux 2.6.31-13-generic i686

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


** Tags: apport-bug i386

-- 
high cpu and ram
https://bugs.launchpad.net/bugs/448451
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 440978] Re: network-manager-vpnc doesnt recognise IPv4 Options

2009-10-10 Thread Jared
Just did another update/upgrade and things seem to be working :D

-- 
network-manager-vpnc doesnt recognise IPv4 Options
https://bugs.launchpad.net/bugs/440978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 198695] Re: [mplayer] major annoyances with pop-up error messages

2009-10-10 Thread mac_v
Thank you for bringing this bug to our attention. However, a paper cut
should be a small usability issue, in the default Ubuntu 9.10 install,
that affects many people and is quick and easy to fix. So this bug can't
be addressed as part of this project.

-mplayer is not part of the default install , hence not a papertcut
For further information about papercuts criteria, please read 
https://wiki.ubuntu.com/PaperCut.

Don't worry though, this bug has been marked as "Invalid" only in the
papercuts project.

** Changed in: hundredpapercuts
   Status: New => Invalid

** Project changed: hundredpapercuts => null

-- 
[mplayer] major annoyances with pop-up error messages 
https://bugs.launchpad.net/bugs/198695
You received this bug notification because you are a member of 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 433660] Re: package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-10-10 Thread Warren
Hi,

I got my fixed by uninstalling the nvidia drivers and then reinstalling them in 
one command line.  I found
the work around out on the web.  BTW my laptop doesn't use the nvidia drivers 
but they were the cause of
the problem...?

TTYL
Warren




From: Snap 
To: tetons...@yahoo.com
Sent: Fri, October 9, 2009 3:55:00 AM
Subject: [Bug 433660] Re: package linux-image-2.6.28-15-generic 2.6.28-15.52 
failed to install/upgrade: subprocess post-installation script returned error 
exit status 2

I have the same problem, but I still use grub1. Should I look at another
bug report ?

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/433660
You received this bug notification because you are a direct subscriber
of the bug.

Status in “linux” package in Ubuntu: New

Bug description:
Kernel does not seem to install. A pop-up windows indicating that there was an 
error flashed up.
Installation done from commandline with sudo apt-get upgrade. Terminated with 
error. See terminal output below:

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree  
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? 
Setting up linux-image-2.6.28-15-generic (2.6.28-15.52) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.28-15-generic
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.28-15.49 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.28-15.49 was configured last, according to dpkg)
The provided postinst hook script [/sbin/update-grub] could not be run.
dpkg: error processing linux-image-2.6.28-15-generic (--configure):
subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
linux-image-2.6.28-15-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)

remark. I have upgraded to grub2.

ProblemType: Package
Architecture: i386
CurrentDmesg:
[   61.176011] wlan0: no IPv6 routers present
[   66.778461] warning: `jsvc' uses 32-bit capabilities (legacy support in use)
[  102.263713] ISO 9660 Extensions: Microsoft Joliet Level 3
[  102.304829] ISOFS: changing to secondary root
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 2
HibernationDevice: RESUME=UUID=fd9b7cf5-6fa5-421c-9f1c-23634bf98707
MachineType: System manufacturer System Product Name
NonfreeKernelModules: fglrx
Package: linux-image-2.6.28-15-generic 2.6.28-15.52
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.28-15-generic root=/dev/sdb1 ro quiet 
splash
ProcVersionSignature: Ubuntu 2.6.28-15.51-generic
SourcePackage: linux
Title: package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
2

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/433660
You received this bug notification because you are a member of 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 433660] Re: package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-10-10 Thread Warren
Hi,

I fixed it by following a work around I found on the web.  I unintalled the 
nvidia drivers and then reinstalled them
in one command line.  I can't remember where I found it but it fixed the 
problem completely!  I don't use nvidia
drivers on my laptop which was part of the problem.

I hope that works for you.

TTYL
Warren




From: JFMurphy 
To: tetons...@yahoo.com
Sent: Fri, October 9, 2009 9:52:26 AM
Subject: [Bug 433660] Re: package linux-image-2.6.28-15-generic 2.6.28-15.52 
failed to install/upgrade: subprocess post-installation script returned error 
exit status 2

I have now had the same error, over a week later. Don't know what caused
it this time.

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/433660
You received this bug notification because you are a direct subscriber
of the bug.

Status in “linux” package in Ubuntu: New

Bug description:
Kernel does not seem to install. A pop-up windows indicating that there was an 
error flashed up.
Installation done from commandline with sudo apt-get upgrade. Terminated with 
error. See terminal output below:

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree  
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? 
Setting up linux-image-2.6.28-15-generic (2.6.28-15.52) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.28-15-generic
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.28-15.49 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.28-15.49 was configured last, according to dpkg)
The provided postinst hook script [/sbin/update-grub] could not be run.
dpkg: error processing linux-image-2.6.28-15-generic (--configure):
subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
linux-image-2.6.28-15-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)

remark. I have upgraded to grub2.

ProblemType: Package
Architecture: i386
CurrentDmesg:
[   61.176011] wlan0: no IPv6 routers present
[   66.778461] warning: `jsvc' uses 32-bit capabilities (legacy support in use)
[  102.263713] ISO 9660 Extensions: Microsoft Joliet Level 3
[  102.304829] ISOFS: changing to secondary root
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 2
HibernationDevice: RESUME=UUID=fd9b7cf5-6fa5-421c-9f1c-23634bf98707
MachineType: System manufacturer System Product Name
NonfreeKernelModules: fglrx
Package: linux-image-2.6.28-15-generic 2.6.28-15.52
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.28-15-generic root=/dev/sdb1 ro quiet 
splash
ProcVersionSignature: Ubuntu 2.6.28-15.51-generic
SourcePackage: linux
Title: package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
2

-- 
package linux-image-2.6.28-15-generic 2.6.28-15.52 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/433660
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 447781] Re: abysmal boot times in karmic

2009-10-10 Thread Rocko
*** This bug is a duplicate of bug 432089 ***
https://bugs.launchpad.net/bugs/432089

I did a test on a brand new installation from the Karmic beta (64 bit)
with only bootchart installed.

It boots in about the same time (a bit over 60 seconds) whether
sreadahead is running or not.

By comparison, a fresh installation of Jaunty boots in around 22
seconds, so this is a big regression.

How do I change this bug so it is not for sreadahead and not a
duplicate?

-- 
abysmal boot times in karmic
https://bugs.launchpad.net/bugs/447781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 442458] Re: Resize cursor shown even when pointer not on window frame

2009-10-10 Thread Jeffrey Baker
Someone fixed this.

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

-- 
Resize cursor shown even when pointer not on window frame
https://bugs.launchpad.net/bugs/442458
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441701] Re: thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be removed. Hotkey reporting is always enabled

2009-10-10 Thread Noel J. Bergman
*** This bug is a duplicate of bug 430361 ***
https://bugs.launchpad.net/bugs/430361

** This bug has been marked a duplicate of bug 430361
   thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will 
be removed. Hotkey reporting is always enabled

-- 
thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be 
removed. Hotkey reporting is always enabled
https://bugs.launchpad.net/bugs/441701
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 443990] Re: thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be removed. Hotkey reporting is always enabled

2009-10-10 Thread Noel J. Bergman
*** This bug is a duplicate of bug 430361 ***
https://bugs.launchpad.net/bugs/430361

** This bug has been marked a duplicate of bug 430361
   thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will 
be removed. Hotkey reporting is always enabled

-- 
thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be 
removed. Hotkey reporting is always enabled
https://bugs.launchpad.net/bugs/443990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 445492] Re: thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be removed. Hotkey reporting is always enabled

2009-10-10 Thread Noel J. Bergman
*** This bug is a duplicate of bug 430361 ***
https://bugs.launchpad.net/bugs/430361

** This bug has been marked a duplicate of bug 430361
   thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will 
be removed. Hotkey reporting is always enabled

-- 
thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be 
removed. Hotkey reporting is always enabled
https://bugs.launchpad.net/bugs/445492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 302225] Re: Can't export VPN connection settings

2009-10-10 Thread Nikola Borisof
Same here.
Ubuntu 9.04

What information do we need for this one?

-- 
Can't export VPN connection settings
https://bugs.launchpad.net/bugs/302225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448447] [NEW] Cannot change application icon on Karmic beta

2009-10-10 Thread Lucio M Nicolosi
Public bug reported:

Binary package hint: gnome-panel

Package gnome-panel 4011

Description:Ubuntu karmic (development branch)
Release:9.10

Updated till October 11 - 03:40 GMT from main server

For some reason "lost" Firefox standard icon. Right clicked application
icon, choose "Properties", clicked icon image. "Browse Icons" screen
opened but no icon archive could be found. On the "Browse" screen right
clicked to check "Show Hidden Files" but still no file could be seen,
either on or off. Browsed several directories, all "empty". Nautilus
showed all icon files at their expected places. Only they remained
invisible for gnome-panel.

ProblemType: Bug
Architecture: amd64
Date: Sun Oct 11 00:38:23 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: gnome-panel 1:2.28.0-0ubuntu4
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: gnome-panel
Uname: Linux 2.6.31-13-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Cannot change application icon on Karmic beta
https://bugs.launchpad.net/bugs/448447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 330906] Re: MASTER: GMA-500 lacks driver for 8.10 and 9.10 (poulsbo works only on 8.04 and 9.04)

2009-10-10 Thread jimpop
Video improvement for full screen HD video, set "DefaultDepth 16" in
your xorg.conf

-- 
MASTER: GMA-500 lacks driver for 8.10 and 9.10 (poulsbo works only on 8.04 and 
9.04)
https://bugs.launchpad.net/bugs/330906
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 408344] Re: suspend/resume failure [non-free: nvidia]

2009-10-10 Thread prismatic7
Hi Alessio

The later -rt kernels, .31-4, .31-5, in Karmic don't boot with nvidia
drivers at all, so I can't test if this has been resolved in the newer
releases. This bug is reported elsewhere.

-- 
suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/408344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 448447] Re: Cannot change application icon on Karmic beta

2009-10-10 Thread Lucio M Nicolosi

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

** Attachment added: "GConfNonDefault.txt"
   http://launchpadlibrarian.net/33431892/GConfNonDefault.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33431893/XsessionErrors.txt

-- 
Cannot change application icon on Karmic beta
https://bugs.launchpad.net/bugs/448447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


  1   2   3   4   5   6   7   8   9   10   >