[Bug 475686] Re: printer dialog forgets authentication

2010-08-18 Thread SneakyWho_am_i
Affected by this bug?
Here's a weird effect:
- set (and verify) the correct username and password in the printers folder
- verify that your app (eg evince / document viewer) is still prompting for the 
password EVERY TIME
- just hit enter when it asks for a password.

If I don't type anything, the window's form says that I will send my
username only (and a blank password) but wireshark shows that it is
instead sending the correct username and password (which I entered into
the printers folder, but which is hidden).

So the user/pass forms are all kind of broken, in my opinion. If this last 
particular one wouldn't come up every time it wouldn't be so unnerving.
But at least we can still print, which is the main thing.

I noticed that it ignored the credentials when I saw a user typing in a
password but leaving the username field wrong... And caught it on
wireshark.

The display filter in wireshark is:

smb.cmd == 0x73

-- 
printer dialog forgets authentication
https://bugs.launchpad.net/bugs/475686
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 541678] Re: 'Remember forever' option in network login not worked

2010-08-18 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Incomplete => New

-- 
'Remember forever' option in network login not worked
https://bugs.launchpad.net/bugs/541678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 618551] Re: Consider using native Zeitgeist datahub instead of the Python one

2010-08-18 Thread Mikkel Kamstrup Erlandsen
I talked this over with seb128 and we agreed that we'll hold this of for
Natty. It's also worth mentioning that there is a good chance ZG will
ship it by default by then.

** Changed in: unity (Ubuntu)
   Status: New => Invalid

-- 
Consider using native Zeitgeist datahub instead of the Python one
https://bugs.launchpad.net/bugs/618551
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620289] Re: fprint "no sutch device" on dell-xt2

2010-08-18 Thread Mario Verbelen

** Attachment added: "report-hw output"
   https://bugs.launchpad.net/bugs/620289/+attachment/1499427/+files/report-hw

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620289/+attachment/1499428/+files/Dependencies.txt

-- 
fprint "no sutch device" on dell-xt2
https://bugs.launchpad.net/bugs/620289
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620289] [NEW] fprint "no sutch device" on dell-xt2

2010-08-18 Thread Mario Verbelen
Public bug reported:

fingerprint device not detected?

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: libfprint0 20081125git-4build1
ProcVersionSignature: Ubuntu 2.6.35-15.21-generic 2.6.35.1
Uname: Linux 2.6.35-15-generic x86_64
Architecture: amd64
Date: Thu Aug 19 08:41:33 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427.1)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: libfprint

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


** Tags: amd64 apport-bug maverick

-- 
fprint "no sutch device" on dell-xt2
https://bugs.launchpad.net/bugs/620289
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620290] Re: vlc-1.1.2: please enable reading EXTVLCOPT from playlists

2010-08-18 Thread Doug McMahon

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620290/+attachment/1499429/+files/Dependencies.txt

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/620290/+attachment/1499430/+files/RelatedPackageVersions.txt

-- 
vlc-1.1.2: please enable reading EXTVLCOPT from playlists
https://bugs.launchpad.net/bugs/620290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620290] [NEW] vlc-1.1.2: please enable reading EXTVLCOPT from playlists

2010-08-18 Thread Doug McMahon
Public bug reported:

Binary package hint: vlc

If a rebuild of vlc is going to happen in Maverick it would be nice if reading 
EXTVLCOPT info from playlists was enabled (allowed
Has been so in the 1.2 vlc and is a simple 1 line patch that could easily be 
used in 1.1.2
I believe this was the 1.2 commit - works fine when applied to 1.1.2 though the 
line #'s may be different ( manually edited here

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index de04ee2..e786ba7 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1855,6 +1855,7 @@ vlc_module_begin ()

 add_string( "bookmarks", NULL, NULL,
  BOOKMARKS_TEXT, BOOKMARKS_LONGTEXT, true )
+change_safe ()

 set_section( N_( "Default devices") , NULL )

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: vlc 1.1.2-1+exp1ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-15.21-generic 2.6.35.1
Uname: Linux 2.6.35-15-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Aug 19 02:39:06 2010
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100705)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vlc

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


** Tags: apport-bug i386 maverick

-- 
vlc-1.1.2: please enable reading EXTVLCOPT from playlists
https://bugs.launchpad.net/bugs/620290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620293] Re: package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-18 Thread Wakusei

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/620293/+attachment/1499439/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620293/+attachment/1499440/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/620293/+attachment/1499441/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/620293/+attachment/1499442/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   
https://bugs.launchpad.net/bugs/620293/+attachment/1499443/+files/DpkgTerminalLog.gz

-- 
package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/620293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620293] [NEW] package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-08-18 Thread Wakusei
Public bug reported:

Binary package hint: initramfs-tools

Unable to install pilots

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs]
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Thu Aug 19 06:37:56 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100427.1)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.92bubuntu78 [modified: 
usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/620293
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620133] Re: ltsp-client-setup init.d script does not run bind_mounts in Lucid

2010-08-18 Thread Alkis Georgopoulos
Bind mounting was moved to initramfs in Lucid:
http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/1612

So if for some reason it's not working, I'm guessing that the problem
would be in one of the initramfs scripts, not in ltsp-setup.

-- 
ltsp-client-setup init.d script does not run bind_mounts in Lucid
https://bugs.launchpad.net/bugs/620133
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 533017] Re: Gwibber doesn't refresh streams (unsupported locale/language error not handled)

2010-08-18 Thread Erik Adler
Getting the same thing

** (gwibber:5794): WARNING **: Trying to register gtype
'WnckWindowState' as enum when in fact it is of type 'GFlags'

** (gwibber:5794): WARNING **: Trying to register gtype
'WnckWindowActions' as enum when in fact it is of type 'GFlags'

** (gwibber:5794): WARNING **: Trying to register gtype 
'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
/usr/lib/python2.6/dist-packages/gwibber/gwui.py:719: GtkWarning: 
gtk_range_set_range: assertion `min < max' failed
  self.scrollbar.set_range(0, len(self.messages) - 1)

-- 
Gwibber doesn't refresh streams (unsupported locale/language error not handled)
https://bugs.launchpad.net/bugs/533017
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 591441] Re: default config file directory is wrong for lircd

2010-08-18 Thread Kurt
I can validate this bug exists:

r...@eros:/etc/lirc# lircd -H iguanaIR -n
lircd-0.8.6[3480]: could not open config file '/etc/lirc//lirc/lircd.conf'
lircd-0.8.6[3480]: No such file or directory
lircd-0.8.6[3480]: lircd(iguanaIR) ready, using /var/run/lirc/lircd

Two possible workarounds:

1. Explicitly calling the remote file as such:
r...@eros:/etc/lirc# lircd -H iguanaIR -n /etc/lircd/apple_remote2.conf 
lircd-0.8.6[3489]: lircd(iguanaIR) ready, using /var/run/lirc/lircd

2. Copy the explicit remote file to lircd.conf and calling it directly
as shown above.

I've tried the following without success soft linking the
explicit_remote with the lircd.conf - this gives you same error as above

It appears you must do this for lircd to work.

-- 
default config file directory is wrong for lircd
https://bugs.launchpad.net/bugs/591441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 610331] Re: rdiff-backup crashed with KeyError in get_parent_rorps()

2010-08-18 Thread Guillaume PARIS
I change the file system of the partition to Ext4 and it work like a
charm.

Thanks for your help and your time

-- 
rdiff-backup crashed with KeyError in get_parent_rorps()
https://bugs.launchpad.net/bugs/610331
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 561210] Re: Writing big files to NFS target causes system lock up

2010-08-18 Thread Christoph Lechleitner
Is there a specific patch that addresses our problem?

-- 
Writing big files to NFS target causes system lock up
https://bugs.launchpad.net/bugs/561210
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 312756] Re: support graphics card hot switch

2010-08-18 Thread tags
Hi,

Here is from my Acer laptop:

Aspire 4745G

V1.15

00:02.0 VGA compatible controller [0300]: Intel Corporation Core
Processor Integrated Graphics Controller [8086:0046] (rev 12)

01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Manhattan
[Mobility Radeon HD 5000 Series] [1002:68e0] (rev ff) (prog-if ff)


** Attachment added: "DSDT.dat"
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1499426/+files/DSDT.dat

-- 
support graphics card hot switch
https://bugs.launchpad.net/bugs/312756
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 276797] Re: Gparted Crashed.

2010-08-18 Thread Timmy Shih Jun Yee
** Changed in: gparted (Ubuntu)
   Status: New => Fix Released

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

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


[Bug 620285] [NEW] missing debug symbols package

2010-08-18 Thread Andreas Roth
Public bug reported:

Binary package hint: webkitkde

At the moment (for lucid) there's no package with the debug symbols for
webkit. DrKonqi wants to have the debug symbols when webkit crashes, but
it's quite hard to install them without a webkitkde-dbg package.

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

-- 
missing debug symbols package
https://bugs.launchpad.net/bugs/620285
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554099] Re: Qualcomm Gobi 2000 3G (gobi_loader/qcserial) broken

2010-08-18 Thread lapistano
@Simon I just upgraded the kernel as Ubunutu 10.04 asked me to and redid
the kernel module patching and installation as tnf described in comment
#33. If the modem is not recognized I have to

$>sudo rmmod qcserial
$>sudo modprobe qcserial
$>sudo killall modem-manager

to get it recognized and listed in the Networkmanager. Sometimes I am not able 
to unload the qcserial module, because of somekind of a circular reference 
between the the 3 (qcserial,usb_wwan, usbserial) modules. 
Also a 

$>killall modem-manager

does not bring it up, but a reboot sometimes does the trick. But once 
recognized the connection is just fine (after I found out to use the Telefonica 
firmware) and responsive. I can establish a PPTP VPN connection to my server 
with out any problems and it even survives hibernation and an on/off cycle 
using the 'power switch' to turn on/off the wireless hardware (the switch on 
the right hand side right next to the eSata port).
About the error you highlighted: I do not experience this behavior on my 
machine.

For further investigation here are the stats of my machine. If there is
anything else you need just let me know.

$ ll 7xwc44ww.exe 
-rw-r--r-- 1 lapis lapis 31243392 2010-07-05 20:26 7xwc44ww.exe

$ md5sum 7xwc44ww.exe 
5d59b037c74559a2276aeb21cdf5b692  7xwc44ww.exe

$ uname -a
Linux trillian 2.6.32-24-generic-pae #39-Ubuntu SMP Wed Jul 28 07:39:26 UTC 
2010 i686 GNU/Linux
$ lsusb
Bus 002 Device 003: ID 05c6:9204 Qualcomm, Inc. 
[...]

* dmesg, if modem gets not recognized at startup:
<---snip--->
[   11.793011] USB Serial support registered for Qualcomm USB modem
[   11.793150] qcserial 2-1.4:1.1: Qualcomm USB modem converter detected
[   11.793259] usb 2-1.4: Qualcomm USB modem converter now attached to ttyUSB0
[   11.793287] usbcore: registered new interface driver qcserial
<---snip--->

Seems the modem gets recognized by the system, but not attached to a tty
to be able to be used. So I reloaded the qcserial and killed the modem-
manager stuff. And violà:

* dmesg after reloading the kernel module:
<---snip--->
[   69.866433] usbcore: deregistering interface driver qcserial
[   69.866546] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected 
from ttyUSB0
[   69.866560] qcserial 2-1.4:1.1: device disconnected
[   69.866572] USB Serial deregistering driver Qualcomm USB modem
[  110.872535] USB Serial support registered for Qualcomm USB modem
[  110.872560] qcserial 2-1.4:1.1: Qualcomm USB modem converter detected
[  110.872641] usb 2-1.4: Qualcomm USB modem converter now attached to ttyUSB0
[  110.872667] usbcore: registered new interface driver qcserial
[  114.899703] usb 2-1.4: USB disconnect, address 3
[  114.899891] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected 
from ttyUSB0
[  114.899915] qcserial 2-1.4:1.1: device disconnected
[  115.130953] usb 2-1.4: new high speed USB device using ehci_hcd and address 4
[  115.233937] usb 2-1.4: configuration #1 chosen from 1 choice
[  115.238163] qcserial 2-1.4:1.2: Qualcomm USB modem converter detected
[  115.238288] usb 2-1.4: Qualcomm USB modem converter now attached to ttyUSB0
<---snip--->

the last line is what you wanna see to be sure the modem is ready to go.

-- 
Qualcomm Gobi 2000 3G (gobi_loader/qcserial) broken
https://bugs.launchpad.net/bugs/554099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 616879] Re: Open Office splash screen's progress bar obscures the text

2010-08-18 Thread Matthias Klose
unrelated to the upstream report

-- 
Open Office splash screen's progress bar obscures the text
https://bugs.launchpad.net/bugs/616879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619754] Re: alt + backspace; alt+d etc. don't work anymore

2010-08-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vte

-- 
alt + backspace; alt+d etc. don't work anymore
https://bugs.launchpad.net/bugs/619754
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619789] Re: simple-ccsm crashed with SIGSEGV in memcpy()

2010-08-18 Thread Christian Victor
** Visibility changed to: Private

-- 
simple-ccsm crashed with SIGSEGV in memcpy()
https://bugs.launchpad.net/bugs/619789
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 620282] Re: package ttf-mscorefonts-installer 3.0 failed to install/upgrade: Unterprozess installie rtes post-installation-Skript gab den Fehlerwert 1 zur ück

2010-08-18 Thread Michael Krämer

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/620282/+attachment/1499410/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620282/+attachment/1499411/+files/Dependencies.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/620282/+attachment/1499412/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   
https://bugs.launchpad.net/bugs/620282/+attachment/1499413/+files/DpkgTerminalLog.gz

** Attachment added: "XsessionErrors.txt"
   
https://bugs.launchpad.net/bugs/620282/+attachment/1499414/+files/XsessionErrors.txt

-- 
package ttf-mscorefonts-installer 3.0 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/620282
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 620282] [NEW] package ttf-mscorefonts-insta ller 3.0 failed to install/upgrade: Unterprozess insta lliertes post-installation-Skript gab den Fehlerwert 1 zur ück

2010-08-18 Thread Michael Krämer
Public bug reported:

Binary package hint: msttcorefonts

 I don't know

ProblemType: Package
Architecture: i386
Date: Wed Aug 18 10:15:59 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: ttf-mscorefonts-installer 3.0
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.31-22.61-generic
SourcePackage: msttcorefonts
Title: package ttf-mscorefonts-installer 3.0 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Uname: Linux 2.6.31-22-generic i686

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


** Tags: apport-package i386

-- 
package ttf-mscorefonts-installer 3.0 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/620282
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 248043] Re: Fluidsynth accelerate or decelerate playing compared to timidity

2010-08-18 Thread Jose Ernesto Davila
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: fluidsynth (Ubuntu)
   Status: Incomplete => Invalid

-- 
Fluidsynth accelerate or decelerate playing compared to timidity
https://bugs.launchpad.net/bugs/248043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 287837] Re: crash after converting, iso not created

2010-08-18 Thread Jose Ernesto Davila
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: dvd95 (Ubuntu)
   Status: Incomplete => Invalid

-- 
crash after converting, iso not created
https://bugs.launchpad.net/bugs/287837
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311014] Re: files are linked to the wrong directory

2010-08-18 Thread Jose Ernesto Davila
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: linux-ports (Ubuntu)
   Status: Incomplete => Invalid

-- 
files are linked to the wrong directory
https://bugs.launchpad.net/bugs/311014
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 342689] Re: PyCentralError, "package has no field Python-Version"

2010-08-18 Thread Jose Ernesto Davila
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: wxglade (Ubuntu)
   Status: Incomplete => Invalid

-- 
PyCentralError, "package has no field Python-Version"
https://bugs.launchpad.net/bugs/342689
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 380740] Re: gnome windows tear

2010-08-18 Thread Jose Ernesto Davila
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: ubuntu
   Status: Incomplete => Invalid

-- 
gnome windows tear
https://bugs.launchpad.net/bugs/380740
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 381635] Re: gnome-pilot update/reinstall postinst script error

2010-08-18 Thread Jose Ernesto Davila
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: gnome-pilot (Ubuntu)
   Status: Incomplete => Invalid

-- 
gnome-pilot update/reinstall postinst script error
https://bugs.launchpad.net/bugs/381635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 503759] Re: OpenBVE displays all non-ASCII characters as squares

2010-08-18 Thread directhex
*** This bug is a duplicate of bug 539008 ***
https://bugs.launchpad.net/bugs/539008

** This bug has been marked a duplicate of bug 539008
   Microsoft Sans Serif maps to Thai font even on european setups

-- 
OpenBVE displays all non-ASCII characters as squares
https://bugs.launchpad.net/bugs/503759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 537448] Re: No sound in sony vaio VPCEB16FG (Realtek ALC269, snd-hda-intel driver)

2010-08-18 Thread MNV. Sudhakar
hi guys, this is sudhkar.
I am using Ubuntu 9.10 Edition and Windows 7in my Sony (VPCEB14EN) Laptop.
When i am using Ubuntu there is no audio playing and moreover there is Ethernet 
connection showing to use the Wired internet connection.But both sound and 
Ethernet working well when i am using Windows 7. Now i am able to use only 
Wi-Fi connection in Ubuntu.

Can anyone help me to assist regarding the above problem

how to get the Ethernet connection in my laptop

-- 
No sound in sony vaio VPCEB16FG (Realtek ALC269, snd-hda-intel driver)
https://bugs.launchpad.net/bugs/537448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620262] Re: Ubuntu Installer erased files from a NTFS partition

2010-08-18 Thread Alexander Lancey
Sorry to hear this happened, :|

I'm marking this bug as invalid because it was caused by humanity.

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

-- 
Ubuntu Installer erased files from a NTFS partition
https://bugs.launchpad.net/bugs/620262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 257390] Re: It says I don't have to otr plugin.

2010-08-18 Thread Jose Ernesto Davila
 We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!

** Changed in: kopete-plugin-otr-kde4 (Ubuntu)
   Status: Incomplete => Invalid

-- 
It says I don't have to otr plugin.
https://bugs.launchpad.net/bugs/257390
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 613866] Re: u-boot loaded from SD should look to SD for boot.scr instead of using nand settings.

2010-08-18 Thread Ricardo Salveti
Remember that this is only an issue for normal Beagleboards, as xM
doesn't have NAND.

-- 
u-boot loaded from SD should look to SD for boot.scr instead of using nand 
settings.
https://bugs.launchpad.net/bugs/613866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 613866] Re: u-boot loaded from SD should look to SD for boot.scr instead of using nand settings.

2010-08-18 Thread Ricardo Salveti
This is the current expected behavior from u-boot for omap3.

By default, u-boot-omap3 is compiled to support writing the environment
at NAND (addr 0x0026), together with a default environment, but only
loads the default one (that searches for boot.scr) when your NAND
environment is empty. This allows user customizations at the boot
loader.

You can easily notice if you're using your custom environment or the default 
one by a warning from u-boot:
*** Warning - bad CRC or NAND, using default environment

So we have to possibilities to fix this issue:
1 - Document about possible issues regarding setting your own u-boot 
environment. You can get back to defaults by getting into u-boot prompt and 
giving "nand erase 26 2";
2 - Change u-boot to disallow personal environment customization. Easy fix, 
good for the distribution but we remove a feature from u-boot.

What do you think?

-- 
u-boot loaded from SD should look to SD for boot.scr instead of using nand 
settings.
https://bugs.launchpad.net/bugs/613866
You received this bug notification because you are a member of 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 554099] Re: Qualcomm Gobi 2000 3G (gobi_loader/qcserial) broken

2010-08-18 Thread Mark Shuttleworth
 @DocHofa

Thanks for marking it fix-committed. In order to verify it as
fix-released, could you post the from-scratch steps needed to get this
device working under Lucid, please?

Thanks,
Mark

-- 
Qualcomm Gobi 2000 3G (gobi_loader/qcserial) broken
https://bugs.launchpad.net/bugs/554099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 573787] Re: Evince does not start in LTSP environments

2010-08-18 Thread Timmy Shih Jun Yee
** This bug has been marked a duplicate of bug 608928
   Problem running evince locally and remotely via ssh

** This bug is no longer a duplicate of bug 608928
   Problem running evince locally and remotely via ssh

-- 
Evince does not start in LTSP environments
https://bugs.launchpad.net/bugs/573787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 590639] Re: apache exit with signal Segmentation fault (11) on access to https:// if php5-curl enabled

2010-08-18 Thread solik
Thank you, Miroslav! Can't test it now, 'cause I'm switched to Mac OS X,
but anyway, well done!

-- 
apache exit with signal Segmentation fault (11) on access to https:// if 
php5-curl enabled
https://bugs.launchpad.net/bugs/590639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 608928] Re: Problem running evince locally and remotely via ssh

2010-08-18 Thread Timmy Shih Jun Yee
*** This bug is a duplicate of bug 573787 ***
https://bugs.launchpad.net/bugs/573787

** This bug has been marked a duplicate of bug 573787
   Evince does not start in LTSP environments

-- 
Problem running evince locally and remotely via ssh
https://bugs.launchpad.net/bugs/608928
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619709] Re: POM file depends on junit:junit:jar:debian artifact, which is not available in the package

2010-08-18 Thread Fabrice Coutadeur
updated debdiff, with right email ;-)

** Patch added: "javacc_5.0-3ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/javacc/+bug/619709/+attachment/1499409/+files/javacc_5.0-3ubuntu1.debdiff

-- 
POM file depends on junit:junit:jar:debian artifact, which is not available in 
the package
https://bugs.launchpad.net/bugs/619709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 490230] Re: cannot create directory outside of $HOME

2010-08-18 Thread Timmy Shih Jun Yee
** Changed in: evince (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
cannot create directory outside of $HOME
https://bugs.launchpad.net/bugs/490230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620033] Re: [NEEDS-PACKAGING] jack_oscrolloscope

2010-08-18 Thread Jose Ernesto Davila
Already exists PPA for this package on
https://launchpad.net/~domi/+archive/ppa

** Tags added: needs-packaging

-- 
[NEEDS-PACKAGING] jack_oscrolloscope
https://bugs.launchpad.net/bugs/620033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620255] Re: [FFe] Please merge google-gadgets 0.11.2-3 from Debian Unstable

2010-08-18 Thread Micah Gersten
Misread changelog, thought there was a new binary, apparently not.  Not
sure if FFe is required, please let me know either way.

** Description changed:

- Reason for FFe request,  * Rename libggadget-1.0-0.docs to 
libggadget-1.0-0b.docs requires going through new.  Aside from convert to 
source 3, the rest is general cleanup.
+ Reason for FFe request,   Aside from convert to source 3, the rest is general 
cleanup.
  ---
  google-gadgets  (0.11.2-3) unstable; urgency=low
  
-[ Pino Toscano ]
-* Remove the postinst and postrm scripts of google-gadgets-common, as
-  dh_installmime will take care of adding the proper snippets to trigger
-  update-mime-database. (Closes: #591863)
-* Update debian/copyright:
-  - explicitly list the sources in unittest/ which are licensed as BSD.
-  - put the whole BSD license text instead of referring to
-/usr/share/common-licenses/BSD, which is deprecated in Debian Policy
-3.9.0.0.
-* Bump Standards-Version to 3.9.1.
-* Change the Vcs-* headers to the new Git repository location.
-* Switch to format "3.0 (quilt)":
-  - drop quilt build-dependency.
-  - no need to use the quilt dh addon.
-  - remove the debian/README.source file.
-* Rename libggadget-1.0-0.docs to libggadget-1.0-0b.docs, missed in the
-  previous ABI adaptation.
-* Add myself as uploader.
-* Add "DM-Upload-Allowed: yes" in debian/control.
+    [ Pino Toscano ]
+    * Remove the postinst and postrm scripts of google-gadgets-common, as
+  dh_installmime will take care of adding the proper snippets to trigger
+  update-mime-database. (Closes: #591863)
+    * Update debian/copyright:
+  - explicitly list the sources in unittest/ which are licensed as BSD.
+  - put the whole BSD license text instead of referring to
+    /usr/share/common-licenses/BSD, which is deprecated in Debian Policy
+    3.9.0.0.
+    * Bump Standards-Version to 3.9.1.
+    * Change the Vcs-* headers to the new Git repository location.
+    * Switch to format "3.0 (quilt)":
+  - drop quilt build-dependency.
+  - no need to use the quilt dh addon.
+  - remove the debian/README.source file.
+    * Rename libggadget-1.0-0.docs to libggadget-1.0-0b.docs, missed in the
+  previous ABI adaptation.
+    * Add myself as uploader.
+    * Add "DM-Upload-Allowed: yes" in debian/control.
  
-  -- Debian Krap Maintainers   Sun, 08
+  -- Debian Krap Maintainers   Sun, 08
  Aug 2010 10:31:02 +0200

-- 
[FFe] Please merge google-gadgets 0.11.2-3 from Debian Unstable
https://bugs.launchpad.net/bugs/620255
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 620281] Re: package libc-bin 2.11.1-0ubun tu7.2 failed to install/upgrade: не уд алось установить новую версию /sbin/ldconfig: Нет та кого файла или каталог а

2010-08-18 Thread Alexander Telenga

** Attachment added: "Df.txt"
   https://bugs.edge.launchpad.net/bugs/620281/+attachment/1499406/+files/Df.txt

** Attachment added: "Dmesg.txt"
   
https://bugs.edge.launchpad.net/bugs/620281/+attachment/1499407/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   
https://bugs.edge.launchpad.net/bugs/620281/+attachment/1499408/+files/DpkgTerminalLog.txt

-- 
package libc-bin 2.11.1-0ubuntu7.2 failed to install/upgrade: не удалось 
установить новую версию /sbin/ldconfig: Нет такого файла или каталога
https://bugs.launchpad.net/bugs/620281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 620281] [NEW] package libc-bin 2.11.1-0 ubuntu7.2 failed to install/upgrade: не удалось установить нов ую версию /sbin/ldconfig: Нет такого файла или катал ога

2010-08-18 Thread Alexander Telenga
Public bug reported:

Upgrade process stuck and returned this error. It seems to me this
happen because of copying process, running on my system during upgrade.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libc-bin 2.11.1-0ubuntu7.2
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
AptOrdering:
 libc-bin: Install
 libc-bin: Configure
Architecture: i386
Date: Thu Aug 19 09:48:21 2010
Dependencies:
 
ErrorMessage: не удалось установить новую версию /sbin/ldconfig: Нет такого 
файла или каталога
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Beta i386 (20100406.1)
SourcePackage: eglibc
Title: package libc-bin 2.11.1-0ubuntu7.2 failed to install/upgrade: не удалось 
установить новую версию /sbin/ldconfig: Нет такого файла или каталога

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


** Tags: apport-package i386 lucid

-- 
package libc-bin 2.11.1-0ubuntu7.2 failed to install/upgrade: не удалось 
установить новую версию /sbin/ldconfig: Нет такого файла или каталога
https://bugs.launchpad.net/bugs/620281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 620280] Re: tunapie crashes

2010-08-18 Thread cariboo907
I origionally reported this as a tunapie bug, but the maintainer suggest
it was a bug in  python-wxversion

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

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


[Bug 480637] Re: Impossible to add new MSN contact

2010-08-18 Thread Colin Morris
This very bug has been affecting me as well (and has been annoying
enough to me to motivate me to create a launchpad account just to
complain). I'm using the Empathy 2.30.2 client that came with my Ubuntu
10.04 install. Like Jan, I've found that the bug doesn't manifest itself
all the time, but for me, it seems to be in effect the vast majority of
the time.

I'm disappointed that this bug has been closed, since it seems to still
be an issue, and an annoying one at that. If there's any "further
information" I can provide, I'd be happy to.

-- 
Impossible to add new MSN contact
https://bugs.launchpad.net/bugs/480637
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620280] Re: tunapie crashes

2010-08-18 Thread cariboo907

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620280/+attachment/1499405/+files/Dependencies.txt

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

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


[Bug 620280] [NEW] tunapie crashes

2010-08-18 Thread cariboo907
Public bug reported:

When trying to run tunapie in a terminal, I get the following output:

cari...@alexis-maverick:~$ tunapie
Traceback (most recent call last):
  File "/usr/share/tunapie/Tunapie.py", line 23, in 
import wxversion
ImportError: No module named wxversion

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: python-wxversion 2.8.11.0-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-15.21-generic 2.6.35.1
Uname: Linux 2.6.35-15-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Aug 18 22:41:27 2010
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100803.1)
PackageArchitecture: all
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: wxwidgets2.8

** Affects: wxwidgets2.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick

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

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


[Bug 617738] Re: Nautilus only changes window icon when loading a directory, leaving extra pane folder wrong

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

When reporting bugs in the future please use apport, either via the
appropriate application's "Help -> Report a Problem" menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu => nautilus (Ubuntu)

-- 
Nautilus only changes window icon when loading a directory, leaving extra pane 
folder wrong
https://bugs.launchpad.net/bugs/617738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620278] Re: random Xorg crash

2010-08-18 Thread boblinux

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499372/+files/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499373/+files/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499374/+files/Dependencies.txt

** Attachment added: "DkmsStatus.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499375/+files/DkmsStatus.txt

** Attachment added: "GdmLog.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499376/+files/GdmLog.txt

** Attachment added: "GdmLog1.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499377/+files/GdmLog1.txt

** Attachment added: "GdmLog2.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499378/+files/GdmLog2.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499379/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499380/+files/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499381/+files/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499382/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499383/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499384/+files/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499385/+files/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499386/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499387/+files/UdevLog.txt

** Attachment added: "XorgConf.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499388/+files/XorgConf.txt

** Attachment added: "XorgLog.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499389/+files/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499390/+files/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499391/+files/Xrandr.txt

** Attachment added: "glxinfo.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499392/+files/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499393/+files/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/620278/+attachment/1499394/+files/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   https://bugs.launchpad.net/bugs/620278/+attachment/1499395/+files/xkbcomp.txt

-- 
random Xorg crash
https://bugs.launchpad.net/bugs/620278
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620278] [NEW] random Xorg crash

2010-08-18 Thread boblinux
Public bug reported:

Hello,

I spent a lot of time browsing the Web and Launchpad before posting;
actually, I did not find any fix to my issue.

My crash appears randomly. It has been happening for months, across many
Lucid upgrades. I updated Lucid yesterday.

It's pretty hard to find constants to help the diagnostic. However :

- the crash ALWAYS happen on keyboard input - and keyboard input only - after 
pressing the Enter key - but really not often - I can work for hours (or maybe 
days) before the crash happens
- I am working a lot into xterms, many of my crashes happen into an xterm, but 
into Firefox as well
- the following string seems to be doomed : many of my crashes happen when I 
press Enter in the xterm at its end :

cd sancho_ed2k/sancho-0.9.4-59-linux-gtk

this morning's crash happened in this situation.
I must mention that I am connected in this xterm in ssh into a second desktop

After having reentered my session, the same command in the remote ssh
session did not trigger the crash : it looked like some filled buffer
which cannot receive more data and crashed X ?

- changing directory with konqueror does not (seem to) trigger the crash 
- I am not sure at 100%, but it may seem that the crash appears more often with 
kdm rather than gdm - however, this morning the crash happened with gdm started

When I have time (this evening probably) I will try to follow
https://wiki.ubuntu.com/X/Backtracing in order to add some informations
to this case.

Hope a solution will be found, it is a stressful bug

Regards
R. Grasso

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: xorg 1:7.5+5ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Aug 19 07:16:16 2010
MachineType: System manufacturer P5K
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic 
root=UUID=9db8108a-446b-454a-a914-cc1049a6ed07 ro console=tty1
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/usr/bin/tcsh
SourcePackage: xorg
Symptom: display
Title: Xorg crash
dmi.bios.date: 10/14/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1201
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5K
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1201:bd10/14/2008:svnSystemmanufacturer:pnP5K:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5K:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5K
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 2.6.32-24-generic

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug crash lucid

-- 
random Xorg crash
https://bugs.launchpad.net/bugs/620278
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434499] Re: Unnecessary package dependencies

2010-08-18 Thread Timmy Shih Jun Yee
chmsee does not depend on python and python-chm in Lucid.

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

-- 
Unnecessary package dependencies
https://bugs.launchpad.net/bugs/434499
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 543849] Re: chmsee crashed with signal 5 in _XError()

2010-08-18 Thread Timmy Shih Jun Yee
Can you please attach one of the chm files that caused the crash?
Thanks!

** Changed in: chmsee (Ubuntu)
   Status: New => Incomplete

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

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


[Bug 598439] Re: mythexport generates names like ---20100418192800 and thus fails ffmpeg.

2010-08-18 Thread DaveQB
Hi John,

That is a good question. I can't recall off the top of my head as I haven't 
touched MythExport since logging this ticket.
I will job my memory tonight and report back.

Sorry for the delay.

Thanks.

-- 
mythexport generates names like ---20100418192800 and thus fails ffmpeg.
https://bugs.launchpad.net/bugs/598439
You received this bug notification because you are a member of 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 619709] Re: POM file depends on junit:junit:jar:debian artifact, which is not available in the package

2010-08-18 Thread David Paleino
On Thu, 19 Aug 2010 05:23:25 -, Fabrice Coutadeur wrote:

> This is the debdiff to sponsor
> 
> ** Patch added: "javacc_5.0-3ubuntu1.debdiff"
>
> https://bugs.launchpad.net/ubuntu/+source/javacc/+bug/619709/+attachment/1499362/+files/javacc_5.0-3ubuntu1.debdiff

Better using da...@debian.org as e-mail address in the changelog ;)

David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

-- 
POM file depends on junit:junit:jar:debian artifact, which is not available in 
the package
https://bugs.launchpad.net/bugs/619709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620220] Re: missing symbol g_variant_type_copy

2010-08-18 Thread jeremy-list
If I run the following this bug disappears:

apt-get source glib2.0
cd glib*
./configure --prefix=/usr
make
sudo make install

the exact same solution fixed the extremely frequent segfaults I started
getting when I first upgraded to Karmic.

-- 
missing symbol g_variant_type_copy
https://bugs.launchpad.net/bugs/620220
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620274] [NEW] APT manager cannot be changed to other through GUI. Needs configurable setting.

2010-08-18 Thread HX_unbanned
Public bug reported:

Ubuntu 10.04.1 LTS 32bit.

As APT and its "apt-get" is vital to everyday ubuntu experience, it
would be very good to have possibility to choose what APT package to
use.

Recently found out this package: http://www.webupd8.org/2010/08/you-can-
now-install-apt-fast-from-ppa.html

Now, after installing it, I realized that it cannot be used by default
in system. It is because of lack of "Preferred Applications" options in
"System" tab.

I think it is logical to have such feature allowing to change default
APT handler through this Preferences menu.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

+ Ubuntu 10.04.1 32bit.
+ 
  As APT and its "apt-get" is vital to everyday ubuntu experience, it
  would be very good to have possibility to choose what APT package to
  use.
  
  Recently found out this package: http://www.webupd8.org/2010/08/you-can-
  now-install-apt-fast-from-ppa.html
  
  Now, after installing it, I realized that it cannot be used by default
  in system. It is because of lack of "Preferred Applications" options in
  "System" tab.
  
  I think it is logical to have such feature allowing to change default
  APT handler through this Preferences menu.

** Description changed:

- Ubuntu 10.04.1 32bit.
+ Ubuntu 10.04.1 LTS 32bit.
  
  As APT and its "apt-get" is vital to everyday ubuntu experience, it
  would be very good to have possibility to choose what APT package to
  use.
  
  Recently found out this package: http://www.webupd8.org/2010/08/you-can-
  now-install-apt-fast-from-ppa.html
  
  Now, after installing it, I realized that it cannot be used by default
  in system. It is because of lack of "Preferred Applications" options in
  "System" tab.
  
  I think it is logical to have such feature allowing to change default
  APT handler through this Preferences menu.

-- 
APT manager cannot be changed to other through GUI. Needs configurable setting. 
https://bugs.launchpad.net/bugs/620274
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 311581] Re: MASTER Network Manager integrated ppp support - should allow the configuration of dial up modems

2010-08-18 Thread daf
Mathieu, I understand that technology *can* have a role to play (though
I think that role is not as major as you might think here). I also
appreciate that this is a level-headed discussion. Please understand I
come from a place of passion about Linux-based operating systems, in
particular Ubuntu. If you don't mind a bit of a read (and I hope this is
a reasonable place to make this post) then please also understand that
my frustration stemmed from the following:

* _many_ 3G modems (and, with that term, I incorporate GPRS and EDGE, since the 
tech involved is often transparent to the user -- the modem is simply supplied 
by a wireless telecoms company on a contract basis) are correctly identified 
and work with the usb-serial kernel module, producing what, for all intents and 
purposes, looks "like" a serial modem to client apps. Even more of these modems 
can be "made to work" by getting their vendor/hardware id's forced at the time 
of module load -- not trivial for a newbie, but fairly simple to do (all things 
considered) when following some kind of instructions to edit default module 
parameters or try out with a modprobe line. The point is that as soon as 
usb-serial has recognised this device, the actual establishing of a connection 
via pppd is trival to script from a dev's point of view -- I would have 
expected the basics of ppp network setup to be available. In other words, the 
hardware here is not the issue. Whether you have a HUAWEI or a cheap Siemens 
modem, whether you use one of the zillions of phones out there which present a 
modem interface via cable, establishing a connection to the internet should be 
really simple with these devices -- and is, if you have a background in Linux 
networking. It's just that the common user is left out in the cold -- as is the 
lazy expert (:
* Even if ppp connections can't be configured through NM (as with wicd, another 
fine lan/wireless network helper), the problem remains that the client-space 
applications all believe NM on the opinion it has with respect to "being 
online". The general idea of being able to help the user with an online status 
is neat -- just not well thought-out if it doesn't cater for one of the most 
common methods for connecting to the internet -- most especially at the time of 
the original post and my "+1". Now that wireless routers and DSL are becoming 
more of the "norm", the importance of this issue may actually, if anything, be 
dwindling a little. But I would still count it as important.
* A larger issue is that gnome-ppp (or similar) isn't installed by default. NM 
is -- and could fill this gap. So the user gets a dvd/cd from a 
friend/colleague who is a FLOSS-pusher, installs (or hits the "try me out" 
option) and finds that something which was really trivial to do under her other 
installed OS is not immediately available to her -- and, as far as I can see, 
for no particularly good reason (yes, there's dev-time -- and yes, I should be 
putting my programming skills where my mouth is!) when the establishment of a 
ppp connection over a serial device has been the granddaddy of internet 
connection methods -- and typically something Linux-based systems actually do 
*better*: faster, better intrinsic hardware support (ie often no need to 
install extra 3rd-party drivers), more reliably -- in my opinion.
* NM offers "Mobile Broadband" and "DSL" connections but won't let the user 
tweak the devices to use -- it's just like NM is so close, but missing that 
crucial cigar -- and I can't rationalise why. Perhaps someone else can?

-- 
MASTER Network Manager integrated ppp support - should allow the configuration 
of dial up modems
https://bugs.launchpad.net/bugs/311581
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 615721] Re: missing symbol "g_variant_type_copy" when importing PyQt4

2010-08-18 Thread jeremy-list
*** This bug is a duplicate of bug 620220 ***
https://bugs.launchpad.net/bugs/620220

** This bug has been marked a duplicate of bug 620220
   missing symbol g_variant_type_copy

-- 
missing symbol "g_variant_type_copy" when importing PyQt4
https://bugs.launchpad.net/bugs/615721
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620275] Re: package libqt4-test 4:4.6.2-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-18 Thread manuel

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/620275/+attachment/1499363/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620275/+attachment/1499364/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/620275/+attachment/1499365/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/620275/+attachment/1499366/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   
https://bugs.launchpad.net/bugs/620275/+attachment/1499367/+files/DpkgTerminalLog.txt

-- 
package libqt4-test 4:4.6.2-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/620275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620275] [NEW] package libqt4-test 4:4.6.2-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-08-18 Thread manuel
Public bug reported:

unable to upgrade or install results in package failure

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libqt4-test 4:4.6.2-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Wed Aug 18 22:12:25 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
SourcePackage: qt4-x11
Title: package libqt4-test 4:4.6.2-0ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package libqt4-test 4:4.6.2-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/620275
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619649] Re: firefox links are broken. new window opens with no content.

2010-08-18 Thread Alex
an example of this occurring most recently was when I was on outlook.com
- when I went to reply the the email, a new window pops up but no
content is in it.

-- 
firefox links are broken. new window opens with no content.
https://bugs.launchpad.net/bugs/619649
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 619709] Re: POM file depends on junit:junit:jar:debian artifact, which is not available in the package

2010-08-18 Thread Fabrice Coutadeur
This is the debdiff to sponsor

** Patch added: "javacc_5.0-3ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/javacc/+bug/619709/+attachment/1499362/+files/javacc_5.0-3ubuntu1.debdiff

-- 
POM file depends on junit:junit:jar:debian artifact, which is not available in 
the package
https://bugs.launchpad.net/bugs/619709
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578170] Re: remember the milk plugin causes gnome-do crashes with sigsegv

2010-08-18 Thread clockworkpc
@ Alex

I've been using this workaround, but it doesn't always work for me:

See this video for an example:
http://www.youtube.com/watch?v=rRWmy7BiSTk

-- 
remember the milk plugin causes gnome-do crashes with sigsegv
https://bugs.launchpad.net/bugs/578170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220877] Re: [HARDY] ettercap-gtk seg fault while monitoring

2010-08-18 Thread Kemel Zaidan aka Legendario
I'm having this bug on lucid lynx

-- 
[HARDY] ettercap-gtk seg fault while monitoring
https://bugs.launchpad.net/bugs/220877
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620262] Re: Ubuntu Installer erased files from a NTFS partition

2010-08-18 Thread Goshwagen!
I found what was my mistake into /etc/fstab file:

# /dev/sdb2 was on /dev/sdb2 during installation
UUID=5EE8DC25E8DBF8EB /dev/sdb2   ntfsdefaults,umask=007,gid=46 0   0

It had to say:

# /media/sdb2 was on /dev/sdb2 during installation
UUID=5EE8DC25E8DBF8EB /media/sdb2   ntfsdefaults,umask=007,gid=46 0 
  0

Then, I guess it's very important to warn if a user makes the same
mistake I made.

Regards.

-- 
Ubuntu Installer erased files from a NTFS partition
https://bugs.launchpad.net/bugs/620262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620270] Re: ettercap-dbgsym is not compiled with gtk support

2010-08-18 Thread Kemel Zaidan aka Legendario

** Attachment added: "Dependencies.txt"
   
https://bugs.edge.launchpad.net/bugs/620270/+attachment/1499353/+files/Dependencies.txt

-- 
ettercap-dbgsym is not compiled with gtk support
https://bugs.launchpad.net/bugs/620270
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620270] [NEW] ettercap-dbgsym is not compiled with gtk support

2010-08-18 Thread Kemel Zaidan aka Legendario
Public bug reported:

Binary package hint: ettercap

ettercap-dbgsym in the ddebs repository is not compiled with gtk support
but i need it to reproduce and trace the segfault I am having. I tried
to reproduce the error with the ncurses gui but it simply didn't work.
Please, fix it as soon as possible because it avoids you to correcting
other problems

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ettercap 1:0.7.3-1.4ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Aug 19 01:54:02 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 LANGUAGE=pt_BR:pt:en
 LANG=pt_BR.utf8
 SHELL=/bin/bash
SourcePackage: ettercap

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


** Tags: amd64 apport-bug lucid

-- 
ettercap-dbgsym is not compiled with gtk support
https://bugs.launchpad.net/bugs/620270
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 588577] Re: evince forgets view preferences

2010-08-18 Thread Timmy Shih Jun Yee
According to upstream, an option to save the current settings as default
has been added to git master.

** Changed in: evince (Ubuntu)
   Status: Triaged => Fix Committed

-- 
evince forgets view preferences
https://bugs.launchpad.net/bugs/588577
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620268] Re: package mythtv-common 0.22.0 fixes22594-0ubuntu1 failed to install/upgrade:

2010-08-18 Thread johnmuir

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620268/+attachment/1499335/+files/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   
https://bugs.launchpad.net/bugs/620268/+attachment/1499336/+files/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   
https://bugs.launchpad.net/bugs/620268/+attachment/1499337/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeLspcitxt.gz"
   
https://bugs.launchpad.net/bugs/620268/+attachment/1499338/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   
https://bugs.launchpad.net/bugs/620268/+attachment/1499339/+files/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeSystemstatetargz.gz"
   
https://bugs.launchpad.net/bugs/620268/+attachment/1499340/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   
https://bugs.launchpad.net/bugs/620268/+attachment/1499341/+files/VarLogDistupgradeTermlog.gz

-- 
package mythtv-common 0.22.0 fixes22594-0ubuntu1 failed to install/upgrade:
https://bugs.launchpad.net/bugs/620268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620268] [NEW] package mythtv-common 0.22.0 fixes22594-0ubuntu1 failed to install/upgrade:

2010-08-18 Thread johnmuir
Public bug reported:

Binary package hint: dpkg

I was updating from 9.10 to 10.4.1 at the time

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mythtv-common 0.22.0+fixes22594-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
Uname: Linux 2.6.31-21-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Aug 19 06:45:08 2010
ErrorMessage:
 ErrorMessage: package mythtv-common is already installed and configured
PackageArchitecture: all
SourcePackage: dpkg
Title: package mythtv-common 0.22.0+fixes22594-0ubuntu1 failed to 
install/upgrade:

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


** Tags: amd64 apport-package lucid

-- 
package mythtv-common 0.22.0 fixes22594-0ubuntu1 failed to install/upgrade:
https://bugs.launchpad.net/bugs/620268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 604131] Re: Pattern along Path errors out

2010-08-18 Thread ~suv
The patched script prevents failure/error if both the relevant dimension
of the pattern and 'Space between objects' are '0.0'. However it hides
from the user that the visual width of a stroke is not considered as one
of the dimensions of the pattern and can lead to unexpected results if
the pattern has a wide stroke set, the actual spacing however is set to
0.1 px in the script.

What about displaying a message that one of the two parameters needs to
be > 0 instead of using an arbitrary threshold the user can't influence
or override?

-- 
Pattern along Path errors out
https://bugs.launchpad.net/bugs/604131
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620267] Re: scheduling while atomic: rkhunter/12253/0x10000001

2010-08-18 Thread dino99

** Attachment added: "AcpiTables.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499316/+files/AcpiTables.txt

** Attachment added: "AlsaDevices.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499317/+files/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499318/+files/AplayDevices.txt

** Attachment added: "ArecordDevices.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499319/+files/ArecordDevices.txt

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499320/+files/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499321/+files/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499322/+files/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499323/+files/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499324/+files/Dependencies.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/620267/+attachment/1499325/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/620267/+attachment/1499326/+files/Lsusb.txt

** Attachment added: "OopsText.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499327/+files/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499328/+files/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499329/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499330/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499331/+files/ProcModules.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/620267/+attachment/1499332/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/620267/+attachment/1499333/+files/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/620267/+attachment/1499334/+files/WifiSyslog.txt

-- 
scheduling while atomic: rkhunter/12253/0x1001
https://bugs.launchpad.net/bugs/620267
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620267] [NEW] scheduling while atomic: rkhunter/12253/0x10000001

2010-08-18 Thread dino99
Public bug reported:

maverick updated

with this 2.6.35-16-generic-pae kernel its hard to boot: need to try
several times as the selected boot line dont start the boot process

ProblemType: KernelOops
DistroRelease: Ubuntu 10.10
Package: linux-image-2.6.35-16-generic-pae 2.6.35-16.22
Regression: Yes
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.35-16.22-generic-pae 2.6.35.2
Uname: Linux 2.6.35-16-generic-pae i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  oem2608 F pulseaudio
CRDA: Error: [Errno 2] Aucun fichier ou dossier de ce type
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xfebfc000 irq 48'
   Mixer name   : 'Realtek ALC882'
   Components   : 'HDA:10ec0882,1043e601,00100101'
   Controls  : 43
   Simple ctrls  : 24
Date: Wed Aug 18 08:24:22 2010
Failure: oops
Frequency: Once a day.
HibernationDevice: RESUME=UUID=f4216733-a2b7-4818-9852-9bb41d54d87c
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 eth1  no wireless extensions.
MachineType: ASUSTEK COMPUTER INC P5W DH Deluxe
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-16-generic-pae 
root=UUID=00c5de83-479c-4ab0-9b54-9af0a727175e ro vga=791 quiet splash
RelatedPackageVersions: linux-firmware 1.38
RfKill:
 
SourcePackage: linux
Title: BUG: scheduling while atomic: rkhunter/12253/0x1001
dmi.bios.date: 10/22/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3001
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5W DH Deluxe
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3001:bd10/22/2009:svnASUSTEKCOMPUTERINC:pnP5WDHDeluxe:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5WDHDeluxe:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5W DH Deluxe
dmi.product.version: System Version
dmi.sys.vendor: ASUSTEK COMPUTER INC

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


** Tags: apport-kerneloops filesystem i386 kernel-oops maverick 
needs-upstream-testing regression-potential

-- 
scheduling while atomic: rkhunter/12253/0x1001
https://bugs.launchpad.net/bugs/620267
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 182979] Re: hildon-desktop should have mas-server as dependency

2010-08-18 Thread Will Dowling
Description: Ubuntu 10.04.1 LTS
Release: 10.04

hildon-desktop:
  Installed: 1:2.0.11-1~svn15367-0ubuntu7
  Candidate: 1:2.0.11-1~svn15367-0ubuntu7
  Version table:
 *** 1:2.0.11-1~svn15367-0ubuntu7 0
500 ftp://mirror.waia.asn.au/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

The start-hildon script references a file '/usr/sbin/mas' which is not
provided by any available packages.

I'm not clear whether this used to be provided by older versions of
'mas-server' or 'mobile-application-service', as these only ever
provided '/usr/bin/mas' (not SBIN).

The hildon-desktop package must specify a valid dependancy for this to
work, or modify the script to stop calling the executable.

-- 
hildon-desktop should have mas-server as dependency
https://bugs.launchpad.net/bugs/182979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 551088] Re: mythfrontend resets volume to 100% with PulseAudio:default

2010-08-18 Thread madmax2
I also got the same problem.

After rewinding the volume goes lower than 100%.

It starts at 3 full bars then goes to 2 bars or 2/3 of 100%.

-- 
mythfrontend resets volume to 100% with PulseAudio:default
https://bugs.launchpad.net/bugs/551088
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620263] Re: Needs dependancy on MAS which does not exist

2010-08-18 Thread Will Dowling
Sorry, dupe of #182979

** Changed in: hildon-desktop (Ubuntu)
   Status: New => Invalid

-- 
Needs dependancy on MAS which does not exist
https://bugs.launchpad.net/bugs/620263
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620263] [NEW] Needs dependancy on MAS which does not exist

2010-08-18 Thread Will Dowling
Public bug reported:

Binary package hint: hildon-desktop

Description:Ubuntu 10.04.1 LTS
Release:10.04

hildon-desktop:
  Installed: 1:2.0.11-1~svn15367-0ubuntu7
  Candidate: 1:2.0.11-1~svn15367-0ubuntu7
  Version table:
 *** 1:2.0.11-1~svn15367-0ubuntu7 0
500 ftp://mirror.waia.asn.au/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status


The start-hildon script references a file '/usr/sbin/mas' which is not provided 
by any available packages.

I'm not clear whether this used to be provided by older versions of
'mas-server' or 'mobile-application-service', as these only ever
provided '/usr/bin/mas' (not SBIN).

The hildon-desktop package must specify a valid dependancy for this to
work, or modify the script to stop calling the executable.

** Affects: hildon-desktop (Ubuntu)
 Importance: Undecided
 Status: Invalid

-- 
Needs dependancy on MAS which does not exist
https://bugs.launchpad.net/bugs/620263
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620266] Re: package insserv 1.12.0-11 failed to install/upgrade:

2010-08-18 Thread swaan

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/620266/+attachment/1499308/+files/Dependencies.txt

** Attachment added: "VarLogDistupgradeAptlog.gz"
   
https://bugs.launchpad.net/bugs/620266/+attachment/1499309/+files/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   
https://bugs.launchpad.net/bugs/620266/+attachment/1499310/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeLspcitxt.gz"
   
https://bugs.launchpad.net/bugs/620266/+attachment/1499311/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: "VarLogDistupgradeMainlog.gz"
   
https://bugs.launchpad.net/bugs/620266/+attachment/1499312/+files/VarLogDistupgradeMainlog.gz

** Attachment added: "VarLogDistupgradeSystemstatetargz.gz"
   
https://bugs.launchpad.net/bugs/620266/+attachment/1499313/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: "VarLogDistupgradeTermlog.gz"
   
https://bugs.launchpad.net/bugs/620266/+attachment/1499314/+files/VarLogDistupgradeTermlog.gz

** Attachment added: "VarLogDistupgradeXorgfixuplog.gz"
   
https://bugs.launchpad.net/bugs/620266/+attachment/1499315/+files/VarLogDistupgradeXorgfixuplog.gz

-- 
package insserv 1.12.0-11 failed to install/upgrade:
https://bugs.launchpad.net/bugs/620266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620266] [NEW] package insserv 1.12.0-11 failed to install/upgrade:

2010-08-18 Thread swaan
Public bug reported:

Binary package hint: insserv

i do not known i cannot make any upgrade without a failure

ProblemType: Package
Architecture: i386
Date: Wed Aug 18 22:21:22 2010
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: pakket insserv is reeds geïnstalleerd en geconfigureerd
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
Package: insserv 1.12.0-11
ProcVersionSignature: Ubuntu 2.6.31-21.59-generic
SourcePackage: insserv
Title: package insserv 1.12.0-11 failed to install/upgrade:
Uname: Linux 2.6.31-21-generic i686

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


** Tags: apport-package i386

-- 
package insserv 1.12.0-11 failed to install/upgrade:
https://bugs.launchpad.net/bugs/620266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 160996] Re: evince thinks colon in filename means url syntax

2010-08-18 Thread Timmy Shih Jun Yee
Anyone following this bug may be interested in this:
https://bugzilla.gnome.org/show_bug.cgi?id=374341

** Bug watch added: GNOME Bug Tracker #374341
   https://bugzilla.gnome.org/show_bug.cgi?id=374341

-- 
evince thinks colon in filename means url syntax
https://bugs.launchpad.net/bugs/160996
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 598933] Re: open-vm-tools should recommend open-vm-dkms

2010-08-18 Thread James Berry
Agree - need this for shared folders among other things

-- 
open-vm-tools should recommend open-vm-dkms
https://bugs.launchpad.net/bugs/598933
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 376266] Re: Could not see "Loading..." msg when opening large PDF

2010-08-18 Thread Timmy Shih Jun Yee
Since Evince 2.31.90 is available in Maverick, I'm marking this bug as
fixed.

** Changed in: evince (Ubuntu)
   Status: Triaged => Fix Released

-- 
Could not see "Loading..." msg when opening large PDF
https://bugs.launchpad.net/bugs/376266
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620260] Re: Needs dependancy on gtk2-engines-sapwood

2010-08-18 Thread Alexander Lancey
** Changed in: hildon-desktop (Ubuntu)
   Status: New => Confirmed

-- 
Needs dependancy on gtk2-engines-sapwood
https://bugs.launchpad.net/bugs/620260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620262] Re: Ubuntu Installer erased files from a NTFS partition

2010-08-18 Thread Goshwagen!
The affected partition was: /dev/sdb2.

-- 
Ubuntu Installer erased files from a NTFS partition
https://bugs.launchpad.net/bugs/620262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620262] [NEW] Ubuntu Installer erased files from a NTFS partition

2010-08-18 Thread Goshwagen!
Public bug reported:

I installed Ubuntu as always:

1. Downloaded a file (this time it was: 
http://releases.ubuntu.com//lucid/ubuntu-10.04.1-desktop-amd64.iso) and burned 
a disc.
2. I tested Ubuntu.
3. I runned installer and mounted partitions as always:
/dev/sda
/dev/sda1 (ext4 as / w/format)
/dev/sda2 (swap)
/dev/sda3 (ntfs as /media/sda3 w/o format)
/dev/sda4 (ext3 as /home w/o format)
/dev/sdb
/dev/sdb1 (ntfs /media/sdb1 w/o format)
/dev/sdb2 (ntfs /media/sdb2 w/o format)

I could made a mistake when I choose /media/sdb2, because that partition
was deleted. I think it was when installer shows "deleting unuseful
operative system files". But I guess that should be warned. Installer
didn't show occuped space from that partition (it had to be more or less
195 from 205 GB).

Now I'm recovering lost files. :(

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Ubuntu Installer erased files from a NTFS partition
https://bugs.launchpad.net/bugs/620262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 606148] Re: mouse working, not working or opening programs I dont want or shuts down programs I do & monitor shuts down when I try to report bug

2010-08-18 Thread gordana
Resolved by removing graphics card, resetting CMOS, new battery, wiping
drive clean, reloading 10.04 neat (ie - without 9.04 which I had
originally) I´m fairly :) just need to fix that floppy issue!

-- 
mouse working, not working or opening programs I dont want or shuts down 
programs I do & monitor shuts down when I try to report bug
https://bugs.launchpad.net/bugs/606148
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 182978] Re: hildon-desktop should have matchbox-window-manager as dependency

2010-08-18 Thread Will Dowling
Description:Ubuntu 10.04.1 LTS
Release:10.04

hildon-desktop:
  Installed: 1:2.0.11-1~svn15367-0ubuntu7
  Candidate: 1:2.0.11-1~svn15367-0ubuntu7
  Version table:
 *** 1:2.0.11-1~svn15367-0ubuntu7 0
500 ftp://mirror.waia.asn.au/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status
r...@carpc-test:~# xinit /usr/bin/start-hildon


X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
Current Operating System: Linux carpc-test 2.6.32-24-generic-pae #39-Ubuntu SMP 
Wed Jul 28 07:39:26 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic-pae 
root=UUID=86551094-9928-4d1e-b0e3-39b6a42c24a1 ro quiet
Build Date: 16 June 2010  09:31:32AM
xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see 
http://www.ubuntu.com/support)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 19 12:29:23 2010
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
error setting MTRR (base = 0xd000, size = 0x0177, type = 1) 
Inappropriate ioctl for device (25)
/usr/bin/start-hildon: line 27: /usr/lib/sapwood/sapwood-server: No such file 
or directory
/usr/bin/start-hildon: line 28: /usr/sbin/mas: No such file or directory
/usr/bin/start-hildon: line 19: /usr/bin/matchbox-window-manager: No such file 
or directory

(hildon-desktop:5335): Gtk-WARNING **: cannot open display: :1

waiting for X server to shut down error setting MTRR (base = 0xd000, size = 
0x0177, type = 1) Inappropriate ioctl for device (25)
 ddxSigGiveUp: Closing log


r...@carpc-test:~#


Can confirm that the script 'start-hildon' depends on files in the 
'matchbox-window-manager' package.

** Changed in: hildon-desktop (Ubuntu)
   Status: New => Confirmed

-- 
hildon-desktop should have matchbox-window-manager as dependency 
https://bugs.launchpad.net/bugs/182978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 613060] Re: plugin-container crashed with SIGSEGV

2010-08-18 Thread Chrescht
Ups, forget my last post, this is the video streaming website that led to the 
crash:
http://futuramaepisode.org

cheers.

-- 
plugin-container crashed with SIGSEGV
https://bugs.launchpad.net/bugs/613060
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 575630] Re: Evince doesnt correctly select the proper text in a dual collumn text

2010-08-18 Thread Timmy Shih Jun Yee
Can you please upgrade the package "libpoppler5" to 0.12.4-0ubuntu5 and
see if the bug still exists?

-- 
Evince doesnt correctly select the proper text in a dual collumn text
https://bugs.launchpad.net/bugs/575630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 594205] Re: Document viewer cannot select one column in a two-columned PDF

2010-08-18 Thread Timmy Shih Jun Yee
Can you please upgrade the package "libpoppler5" to 0.12.4-0ubuntu5 and
see if the bug still exists?

-- 
Document viewer cannot select one column in a two-columned PDF
https://bugs.launchpad.net/bugs/594205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620158] Re: Subtitles stay on screen until next subtitles are shown

2010-08-18 Thread Reinhard Tartler
** Bug watch added: Gentoo Bugzilla #326351
   http://bugs.gentoo.org/show_bug.cgi?id=326351

** Also affects: gentoo via
   http://bugs.gentoo.org/show_bug.cgi?id=326351
   Importance: Unknown
   Status: Unknown

-- 
Subtitles stay on screen until next subtitles are shown
https://bugs.launchpad.net/bugs/620158
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620259] [NEW] Sync ampache 3.5.4-7 (universe) from Debian unstable (main)

2010-08-18 Thread Charlie_Smotherman (porthose)
Public bug reported:

Please sync ampache 3.5.4-7 (universe) from Debian unstable (main)
This sync fixes 3 RC bugs

Changelog entries since current maverick version 3.5.4-5:

ampache (3.5.4-7) unstable; urgency=high

  * Adjusted symlink creation in debian/postinst so it now works.
Closes: #593181
  * Upstream neglected to comment out the "require once" for
/modules/pearxmlrpc/rpc.php which causes the inital login after the 
completion of the web installer to fail due to php not being able to find
/modules/pearxmlrpc/rpc.php.  Closes: #593182

 -- Charlie Smotherman   Sun, 17 Aug 2010 06:51:29
-0500

ampache (3.5.4-6) unstable; urgency=high

  * Setting urgency to high as this fixes an RC bug.
  * Upstream has decided to remove pearxmlrpc and make the package
depend on php5-xmlrpc. Closes: #591984
  * debian/control
- added php5-xmlrpc to Depends field.
  * debian/rules
- added -X option to remove /modules/pearxmlrpc

 -- Charlie Smotherman   Thu, 12 Aug 2010 09:59:36
-0500

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

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

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

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

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


[Bug 620260] [NEW] Needs dependancy on gtk2-engines-sapwood

2010-08-18 Thread Will Dowling
Public bug reported:

Binary package hint: hildon-desktop

Description:Ubuntu 10.04.1 LTS
Release:10.04

hildon-desktop:
  Installed: 1:2.0.11-1~svn15367-0ubuntu7
  Candidate: 1:2.0.11-1~svn15367-0ubuntu7
  Version table:
 *** 1:2.0.11-1~svn15367-0ubuntu7 0
500 ftp://mirror.waia.asn.au/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status


The start-hildon script in this package references files from package: 
'gtk2-engines-sapwood'.
This should be added as a dependancy on the hildon-desktop package.


r...@carpc-test:~# xinit /usr/bin/start-hildon


X.Org X Server 1.7.6
Release Date: 2010-03-17
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
Current Operating System: Linux carpc-test 2.6.32-24-generic-pae #39-Ubuntu SMP 
Wed Jul 28 07:39:26 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic-pae 
root=UUID=86551094-9928-4d1e-b0e3-39b6a42c24a1 ro quiet
Build Date: 16 June 2010  09:31:32AM
xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see 
http://www.ubuntu.com/support)
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 19 12:29:23 2010
(==) Using config directory: "/usr/lib/X11/xorg.conf.d"
error setting MTRR (base = 0xd000, size = 0x0177, type = 1) 
Inappropriate ioctl for device (25)
/usr/bin/start-hildon: line 27: /usr/lib/sapwood/sapwood-server: No such file 
or directory
/usr/bin/start-hildon: line 28: /usr/sbin/mas: No such file or directory
/usr/bin/start-hildon: line 19: /usr/bin/matchbox-window-manager: No such file 
or directory

(hildon-desktop:5335): Gtk-WARNING **: cannot open display: :1

waiting for X server to shut down error setting MTRR (base = 0xd000, size = 
0x0177, type = 1) Inappropriate ioctl for device (25)
 ddxSigGiveUp: Closing log


r...@carpc-test:~#

** Affects: hildon-desktop (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Needs dependancy on gtk2-engines-sapwood
https://bugs.launchpad.net/bugs/620260
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 539407] Re: x11grab in ffmpeg do not record system cursor

2010-08-18 Thread Marco Hunsicker
Yes, that is exactly what I experience. Thanks much for your quick
reaction.

Looks like there is an easy workaround as described in
http://ubuntuforums.org/showthread.php?p=9731073

-- 
x11grab in ffmpeg do not record system cursor
https://bugs.launchpad.net/bugs/539407
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 613060] Re: plugin-container crashed with SIGSEGV

2010-08-18 Thread Chrescht
Crashed when converting a video file on http://www.mediaconverter.org/.

cheers.

-- 
plugin-container crashed with SIGSEGV
https://bugs.launchpad.net/bugs/613060
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 617599] Re: sun-java6-jdk not available for amd64 platforms

2010-08-18 Thread Soks
That fixed it.

Thank you for the help.

-- 
sun-java6-jdk not available for amd64 platforms
https://bugs.launchpad.net/bugs/617599
You received this bug notification because you are a member of 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 619341] Re: Nvidia hardware acceleration (VDPAU) is not enabled by default

2010-08-18 Thread Reinhard Tartler
On Wed, Aug 18, 2010 at 19:30:02 (CEST), Darxus wrote:

> How did you enable it?

IIRC exactly as you proposed, by editing the vo option in the config
file

> Where are the bug reports?

somewhere in launchpad. I didn't write down the bug numbers.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

-- 
Nvidia hardware acceleration (VDPAU) is not enabled by default
https://bugs.launchpad.net/bugs/619341
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429082] Re: Netbook 9.04 netbook remix on Acer Aspire One can't come out of suspension or hibernation

2010-08-18 Thread Jose Ernesto Davila
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Do you have a SWAP partition? How much RAM do you have?

** Changed in: ubuntu
   Status: New => Incomplete

-- 
Netbook 9.04 netbook remix on Acer Aspire One can't come out of suspension or 
hibernation
https://bugs.launchpad.net/bugs/429082
You received this bug notification because you are a member of 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   >