[Bug 82853] Re: Add support for the smbk5pwd overlay

2009-10-03 Thread Juan Miguel Corral
Hello. I am using debian lenny, with the smbk5pwd overlay. It works OK,
but since heimdal 1.1 it needs to be patched before compiling.
Otherwise, it crashes slapd when you change a password. You can have a
look at debian bug #443073.

I suppose it will happen the same on newer versions of ubuntu, including 
heimdal = 1.1
I attach the patch I have used to compile smbk5pwd on debian lenny (heimdal 
1.2). I have been using it on production for two weeks, with dozens of password 
changes, with no problem.

Best regards. Juan.

** Attachment added: smbk5pwd-fix.patch
   http://launchpadlibrarian.net/32930169/smbk5pwd-fix.patch

-- 
Add support for the smbk5pwd overlay
https://bugs.launchpad.net/bugs/82853
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441322] [NEW] KPackageKit displays error message when installing tomcat6

2009-10-03 Thread Schib
Public bug reported:

Binary package hint: tomcat6

lsb_release -rd:
  Description:Ubuntu karmic (development branch)
  Release:9.10

apt-cache policy tomcat6
tomcat6:
  Installiert: 6.0.20-2ubuntu1
  Kandidat: 6.0.20-2ubuntu1
  Versions-Tabelle:
 *** 6.0.20-2ubuntu1 0
500 http://jp.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status


Actions:
- Using KPackageKit and searching for the keyword tomcat.
- Select tomcat6 package for installation

Expected behaviour:
- the installation should run cleanly

Obersved behaviour:
- at first it seems to work fine, the admin password input is prompted
- dependencies are calculated and displayed.
- After confirmation of the dependency dialogue, the download and after that 
the installation starts
- An error message is displayed (sorry forgot the contents of the message)
- Tomcat was installed successfully, but kPackageKit did not recognise it as 
such

ProblemType: Package
Architecture: i386
Date: Sat Oct  3 20:04:57 2009
Dependencies:
 
DistroRelease: Ubuntu 9.10
ErrorMessage: error writing to 'standard output': No such file or directory
Package: libservlet2.5-java 6.0.20-2ubuntu1
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: tomcat6
Title: package libservlet2.5-java 6.0.20-2ubuntu1 failed to install/upgrade: 
error writing to 'standard output': No such file or directory
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-package i386

-- 
KPackageKit displays error message when installing tomcat6
https://bugs.launchpad.net/bugs/441322
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441322] Re: KPackageKit displays error message when installing tomcat6

2009-10-03 Thread Schib

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/32934089/AptOrdering.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/32934090/Dmesg.txt

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

-- 
KPackageKit displays error message when installing tomcat6
https://bugs.launchpad.net/bugs/441322
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 427896] [NEW] Cannot unmount a windows network share.

2009-10-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

whether you use smbmount, mount.cifs, or mount -t cifs to mount a
windows network share,

you cannot unmount the network share.

I have tried: smbumount , umount.cifs , and umount -t cifs 

many other people are having this problem and it seems that they all use
the same program to unmount. That program always returns

This utility only unmounts cifs filesystems.

even though the filesystem was mounted as cifs

The only solution I have seen regarding this problem is that some fedora
users reported that putting SELinux into permissive mode solves the
problem.

http://forums.fedoraforum.org/archive/index.php/t-96243.html

I'm not sure what SELinux does exactly, but if it is in the OS then it
is probably there for a good reason. Therefore I would not like to keep
it in permissive mode permanently. I am going to try this to see if it
solves my problem too.

If you can mount without being super user, you should also be able to
unmount. Even if I use the raw sudo umount -t cifs it still returns
the same thing.

I imagine that the bug is in SELinux configuration. Its like they shut
if off to not block mount.cifs, but forgot to do the same for
umount.cifs

This is a major problem because after mounting the fs it cannot be
unmounted, even by the system on shutdown. This error haults the
shutdown, and I have to use the press and hold the button technique to
shut off the laptop.

I am using Ubuntu 9.04
Description:   Ubuntu 9.04
Release:9.04

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


** Tags: cifs mount mount.cifs samba share smbfs smbmount smbumount umount 
umount.cifs windows
-- 
Cannot unmount a windows network share.
https://bugs.launchpad.net/bugs/427896
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 406466] [NEW] cifs mount on NAS-share with empty directory

2009-10-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,

in Jaunty (amd64, 2.6.28-11, smbfs 3.3.2) i mounted a NAS-share with
VFAT filesystem with these commands:

- echo 0  /proc/fs/cifs/LinuxExtensionsEnabled

- mount -t cifs -o user=abc,password=xyz,dir_mode=0777,file_mode=0777
//192.168.xxx.yyy/sharename mountdir

and everythings works fine (even with other values of file_mode and/or
dir_mode).

In Karmic development version (amd64, 2.6.31-4, smbfs 3.4.0) these mount
commands are also successfull,  as /etc/mtab shows, but

1) the command 'ls mountdir' doesn't show any file

2) even worse, if i copy a file to this mountdir, it is not shown. But
if i mount this NAS-share from a second computer with installed jaunty,
i can see this file. It was really copied, but i can't see it from
Karmic.

3) and i can also use 'df -H mountdir' from Karmic to report file system
disk space usage of the NAS harddrive

4) but i can't see any file or directory

5) and not surprisingly: 'umount //192.168.xxx.yyy/sharename' works too
as it should.

ciao

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

-- 
cifs mount on NAS-share with empty directory
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 426588] [NEW] No file when mounting CIFS share in Karmic

2009-10-03 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I used to mount CIFS shares using this method:

http://ubuntuforums.org/showthread.php?t=280473

With this command line:

sudo mount -t cifs //192.168.1.2/Music /home/dbott/Music -o
iocharset=utf8,file_mode=0777,dir_mode=0777

But the folder seems to be mounted (no error whatsoever), but I don't
see any files or foldes (and I should!)

I had no problem with Ubuntu 9.04 or 8.10 but it happens with 9.10 alpha
5

Thanks

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

-- 
No file when mounting CIFS share in Karmic
https://bugs.launchpad.net/bugs/426588
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 406466] Re: cifs mount on NAS-share with empty directory

2009-10-03 Thread ZeblodS
** Package changed: ubuntu = samba (Ubuntu)

-- 
cifs mount on NAS-share with empty directory
https://bugs.launchpad.net/bugs/406466
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 426588] Re: No file when mounting CIFS share in Karmic

2009-10-03 Thread ZeblodS
*** This bug is a duplicate of bug 406466 ***
https://bugs.launchpad.net/bugs/406466

** This bug has been marked a duplicate of bug 406466
   cifs mount on NAS-share with empty directory

** Package changed: ubuntu = samba (Ubuntu)

-- 
No file when mounting CIFS share in Karmic
https://bugs.launchpad.net/bugs/426588
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441406] Re: php5 crashed with SIGSEGV in clone()

2009-10-03 Thread tobias_t
** Visibility changed to: Public

-- 
php5 crashed with SIGSEGV in clone()
https://bugs.launchpad.net/bugs/441406
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 440440] Re: On regular system update, samba asked what to do with different smb-conf files. I cliked the last option (open ??? with external application(?)) and it hanged up.

2009-10-03 Thread famuvie
No, i did not suspend my computer.
It hanged, and then I noticed I had a terminal availavle, from where I exited.
But I was working all the time.

-- 
On regular system update, samba asked what to do with different smb-conf files. 
I cliked the last option (open ??? with external application(?)) and it 
hanged up.
https://bugs.launchpad.net/bugs/440440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441498] [NEW] missing alternatives/defaults for testparm, net and nmblookup

2009-10-03 Thread Jaen Saul
Public bug reported:

Binary package hint: samba-common-bin

samba-common-bin installs the following programs:

/usr/bin/net.samba3
/usr/bin/nmblookup.samba3
/usr/bin/testparm.samba3

but does not create the testparm, net and nmblookup
defaults/alternatives, breaking packages such as nautilus-share

(and since those packages do not yet work with samba4, you're pretty
much out of luck)

ProblemType: Bug
Architecture: amd64
Date: Sat Oct  3 19:31:00 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: samba-common-bin 2:3.4.0-3ubuntu5
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: samba
Uname: Linux 2.6.31-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
missing alternatives/defaults for testparm, net and nmblookup
https://bugs.launchpad.net/bugs/441498
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441498] Re: missing alternatives/defaults for testparm, net and nmblookup

2009-10-03 Thread Jaen Saul

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/32942557/XsessionErrors.txt

-- 
missing alternatives/defaults for testparm, net and nmblookup
https://bugs.launchpad.net/bugs/441498
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441498] Re: missing alternatives/defaults for testparm, net and nmblookup

2009-10-03 Thread Jaen Saul
hmm, reinstalled all the samba packages and now it works... oh well!

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

-- 
missing alternatives/defaults for testparm, net and nmblookup
https://bugs.launchpad.net/bugs/441498
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 346515] Dependencies.txt

2009-10-03 Thread Michiel Eghuizen

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

** Changed in: samba4 (Ubuntu)
   Status: Incomplete = New

** Tags added: apport-collected

-- 
smbstatus crashed with ImportError in module()
https://bugs.launchpad.net/bugs/346515
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba4 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 392826] Re: dhcp3-server is launched before NetworkManager and thus doesn't find interfaces

2009-10-03 Thread Dazed_75
Jacob,

NM what I said about the assignment operator.  Seems that is not true
for the Bourne shell in the expression for a test or conditional clause.
Also not true for dash (the sh replacement used in some systems), or
even in other shells set for POSIX compliance.  It is also true that the
== operator is not valid in sh or dash.

That said, it looks like the problem is more related to the evolution
from fixed configuration to dynamic to accommodate todays more dynamic
hardware environment.  Perhaps because a DHCP server is [wrongly]
thought to be only useful in a non-dynamic server environment, we have
this situation where the dhcp3-server configuration methods were
abandoned rather than updated.

I don't grok the correct fix yet, but have found the logger command to
be very useful in tracking down what is happening.

Larry a.k.a. Dazed_75

-- 
dhcp3-server is launched before NetworkManager and thus doesn't find interfaces
https://bugs.launchpad.net/bugs/392826
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441621] [NEW] samba crashed

2009-10-03 Thread DonPedro
Public bug reported:

Binary package hint: samba

having downloaded 120Mb of upgrades ubuntu asked what do i wnat to do to
samba. at first i chose combine(os so), it crahsed and asked the same
question again. this time i chose replace for new version. after some
time bug report master appeared

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: подпроцесс post-installation script возвратил код ошибки 3
Package: samba-common 2:3.3.2-1ubuntu3.2
SourcePackage: samba
Title: package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: 
подпроцесс post-installation script возвратил код ошибки 3
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-package i386

-- 
samba crashed
https://bugs.launchpad.net/bugs/441621
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441621] Re: samba crashed

2009-10-03 Thread DonPedro

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/32947568/DpkgTerminalLog.txt

-- 
samba crashed
https://bugs.launchpad.net/bugs/441621
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441738] [NEW] package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-03 Thread A. Cooper
Public bug reported:

Binary package hint: samba

Second hard drive had two partitions.  Deleted a partition in hard drive and 
expanded first partition.  Samba no longer recognised files on this hard drive. 
 Tried to reinstall samba and it failed.
Ubuntu 9.04
AMD 686 processor

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: samba-common 2:3.3.2-1ubuntu3.1
SourcePackage: samba
Title: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.28-3-rt i686

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


** Tags: apport-package i386

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/441738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 441738] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-03 Thread A. Cooper

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/32952865/DpkgTerminalLog.txt

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/441738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 414865] Re: mount.cifs does not handle umlauts in usernames correctly

2009-10-03 Thread Chuck Short
** Also affects: gnome-vfs (Ubuntu)
   Importance: Undecided
   Status: New

-- 
mount.cifs does not handle umlauts in usernames correctly
https://bugs.launchpad.net/bugs/414865
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 379991] Re: Certain VMs do not run under KVM using karmic's kernel

2009-10-03 Thread jrigling
Testing Results:

Running Ubuntu Jaunty
  kvm: 1:84+dfsg-0ubuntu12.3
  on Linux 2.6.28-11, Windows XP VM worked properly
  on Linux 2.6.28-15, Windows XP VM hanged with black screen

Upgraded to Ubuntu Karmic
  kvm: 1:84+dfsg-0ubuntu12.3
  on Linux 2.6.31-11, Windows XP VM hanged with black screen

Installed qemu-kvm instead of the old kvm package
  qemu-kvm: 0.11.0-0ubuntu1
  on Linux 2.6.31-11, Windows XP VM worked properly

It seems that upgrading to Karmic failed to switch over to qemu-kvm
package. When qemu-kvm is installed manually, everything seems to work
fine.

-- 
Certain VMs do not run under KVM using karmic's kernel
https://bugs.launchpad.net/bugs/379991
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 439788] Re: ec2-bundle-image and ec2-unbundle-image use single, static named fifo in /tmp

2009-10-03 Thread fabrice_sp
Hi,

This patch makes sense.

Can you check with upstream his position on that?

Thanks,
Fabrice

-- 
ec2-bundle-image and ec2-unbundle-image use single, static named fifo in /tmp
https://bugs.launchpad.net/bugs/439788
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-ami-tools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 397374] Re: Plasma crashes on an X11-display without RENDER extension ( fix included )

2009-10-03 Thread Richard Johnson
Filed this report upstream. Thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Incomplete

** Bug watch added: KDE Bug Tracking System #209271
   http://bugs.kde.org/show_bug.cgi?id=209271

** Also affects: kdebase via
   http://bugs.kde.org/show_bug.cgi?id=209271
   Importance: Unknown
   Status: Unknown

-- 
Plasma crashes on an X11-display without RENDER extension ( fix included )
https://bugs.launchpad.net/bugs/397374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 383511] Re: apt_check.py crashed with SIGSEGV in strlen()

2009-10-03 Thread Roman Khatko
Confirm this bug on Karmic Beta with all updates.

The bug appear after finished command:
sudo aptitude update  sudo aptitude dist-upgrade

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

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


[Bug 441101] Re: package nfs-common 1:1.2.0- 2ubuntu1 failed to install/upgrade: Unterprozess install iertes post-installation-Skript gab den Fehlerwert 1 zur ück

2009-10-03 Thread Steve Langasek
*** This bug is a duplicate of bug 441055 ***
https://bugs.launchpad.net/bugs/441055

Thank you for taking the time to report this bug and help to improve
Ubuntu.

This is a duplicate of bug #441055, which has been fixed with the upload
of nfs-utils 1:1.2.0-2ubuntu2.

** Changed in: nfs-utils (Ubuntu)
   Status: New = Fix Released

** This bug has been marked a duplicate of bug 441055
   package nfs-common 1:1.2.0-2ubuntu1 failed to install/upgrade:

-- 
package nfs-common 1:1.2.0-2ubuntu1 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/441101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 423489] Re: cannot set mountd port from nfs-kernel-server

2009-10-03 Thread Steve Langasek
Thank you for taking the time to report this issue and help to improve
Ubuntu.

The reason you're unable to change the RPCMOUNTDOPTS in /etc/init.d/nfs-
kernel-server is that the value of this variable is immediately
overridden by including /etc/defaults/nfs-kernel-server, which sets this
variable.  You should adjust the mountd options in this latter file.

** Changed in: nfs-utils (Ubuntu)
   Status: New = Invalid

-- 
cannot set mountd port from nfs-kernel-server
https://bugs.launchpad.net/bugs/423489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 392940] Re: Plasma chrashed while plugging in an external drive

2009-10-03 Thread sputnik
Hi Richard!

Thanks for asking!

I don't think that this crash occurred again in the meantime. - I am
sorry but I guess this bug is too old to be remembered well...

My current package version is now: 4:4.3.1-0ubuntu1~jaunty1~ppa2

I still think it is a remarkable bug, though. Is there any way to get a
text list of running plasma applications?

-- 
Plasma chrashed while plugging in an external drive
https://bugs.launchpad.net/bugs/392940
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190791] Re: Please re-add cinepaint to Ubuntu

2009-10-03 Thread Mantas Kriaučiūnas
Savvas Radevic  wrote on 2009-09-27:
 If someone wants to take and fix the packages (names, dependencies, etc) 
 please do!
 I might not have the time for about 6 months.

It seems you don't need to maintain libelektra packages -Christophe
Mehay already packaged libelektra, see https://launchpad.net/~goldy-
goldenfish/+archive/ppa , please use these packages instead repackaging
libelekra by yourself.

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

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


[Bug 40367] Re: ggcov: Incorrect library version dependency

2009-10-03 Thread Phil M
And, 6 months later, it has still not been rebuilt and uploaded to
intrepid-updates.

To be clear, I just installed ggcov today and got the same error:
ggcov: error while loading shared libraries: libbfd-2.18.50.20080610.so: cannot 
open shared object file: No such file or directory

-- 
ggcov: Incorrect library version dependency
https://bugs.launchpad.net/bugs/40367
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 441107] Re: TypeError: coercing to Unicode: need string or buffer, NoneType found

2009-10-03 Thread Barnabas
I prepared screenshot

** Attachment added: Screenshot for the error
   http://launchpadlibrarian.net/32898333/kubuntu_9.10_beta_bug_01.jpg

** Also affects: ubuntu
   Importance: Undecided
   Status: New

** Description changed:

+ On Windows 7 the wubi installer.
+ Kubuntu 9.10 beta.
+ 
  When the installer creating the files on the filesystem, I receive this
  error and if i press the confirmation button the installer is exiting.
  After the kubuntu is not in the bootmenu, becasue the installer wasn't
  done.
  
- An error occurred 
+ An error occurred
  TypeError: coercing to Unicode: need string or buffer, NoneType found
  For more informations,please see the log file...

-- 
TypeError: coercing to Unicode: need string or buffer, NoneType found
https://bugs.launchpad.net/bugs/441107
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 414810] Re: Brightness control not working on Vaio TT with 2.6.31 rc6 kernel

2009-10-03 Thread Eric Donkersloot
Is is possible to find out what patch made it into this kernel that made
it work again ?

-- 
Brightness control not working on Vaio TT with 2.6.31 rc6 kernel
https://bugs.launchpad.net/bugs/414810
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441110] [NEW] package memtest86+ 2.11-3ubuntu1 failed to install/upgrade:

2009-10-03 Thread sanktnelson
Public bug reported:

Binary package hint: memtest86+

during upgrade to karmic beta

ProblemType: Package
Architecture: i386
Date: Sat Oct  3 07:53:58 2009
Dependencies:
 
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: package memtest86+ is already installed and configured
Package: memtest86+ 2.11-3ubuntu1
ProcVersionSignature: Ubuntu 2.6.28-15.49-generic
SourcePackage: memtest86+
Title: package memtest86+ 2.11-3ubuntu1 failed to install/upgrade:
Uname: Linux 2.6.28-15-generic i686
XsessionErrors:
 (gnome-settings-daemon:3491): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-panel:3499): libglade-WARNING **: Unexpected element requires-version 
inside glade-interface.
 (bluetooth-applet:3517): Gdk-CRITICAL **: 
gdk_window_thaw_toplevel_updates_libgtk_only: assertion 
`private-update_and_descendants_freeze_count  0' failed
 (padevchooser:3528): Gdk-CRITICAL **: 
gdk_window_thaw_toplevel_updates_libgtk_only: assertion 
`private-update_and_descendants_freeze_count  0' failed
 (nautilus:3724): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

** Affects: memtest86+ (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package memtest86+ 2.11-3ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/441110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441110] Re: package memtest86+ 2.11-3ubuntu1 failed to install/upgrade:

2009-10-03 Thread sanktnelson

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/32898688/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/32898689/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/32898690/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/32898691/VarLogDistupgradeTermlog.gz

-- 
package memtest86+ 2.11-3ubuntu1 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/441110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441109] [NEW] Width is too big with Russian translation, resize isn't allowed

2009-10-03 Thread Roman Khatko
Public bug reported:

Binary package hint: empathy

Width of main windows is too big with russian translation and resize
isn't allowed.

Ubuntu Karmic Beta

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

-- 
Width is too big with Russian translation, resize isn't allowed
https://bugs.launchpad.net/bugs/441109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 406154] Re: [karmic] plasma panel freezes for a few seconds when opening a usb drive

2009-10-03 Thread Richard Johnson
Confirming due to upstream, even though most of the comments relate to
NFS, it also occurs with some pluggable devices, in this case a large
usb drive. My 120GB I don't notice this, but my 1TB I do.

** Also affects: kdebase via
   http://bugs.kde.org/show_bug.cgi?id=184062
   Importance: Unknown
   Status: Unknown

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Confirmed

-- 
[karmic] plasma panel freezes for a few seconds when opening a usb drive
https://bugs.launchpad.net/bugs/406154
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 441109] Re: Width is too big with Russian translation, resize isn't allowed

2009-10-03 Thread Roman Khatko

** Attachment added: width is too big
   http://launchpadlibrarian.net/32898568/empathy-too-big.png

-- 
Width is too big with Russian translation, resize isn't allowed
https://bugs.launchpad.net/bugs/441109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 40367] Re: ggcov: Incorrect library version dependency

2009-10-03 Thread Phil M
And I can confirm that a simple package rebuild on my Intrepid system
eliminates this error. This should be a quick point for some MOTU to
rack up.

-- 
ggcov: Incorrect library version dependency
https://bugs.launchpad.net/bugs/40367
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 441112] [NEW] Got black screen when set to dual monitor mode

2009-10-03 Thread Sunner Sun
Public bug reported:

Binary package hint: x11-xserver-utils

When in jaunty, dual monitor works well. After upgrading to karmic, I
can't use both xrandr and gnome-display-properties to set dual monitor
mode. If I do that, I got two black screens. Sometimes the mouse pointer
is freezed also. Ctrl+alt+backspace doesn't work. If I can input xrandr
command blinkly to turn off one screen, everything is ok. Otherwise, I
must power off the computer by long-press the power button.

ProblemType: Bug
Architecture: i386
Date: Sat Oct  3 14:04:27 2009
DistroRelease: Ubuntu 9.10
MachineType: LENOVO 20021,2959
NonfreeKernelModules: wl
Package: x11-xserver-utils 7.4+2ubuntu3
ProcCmdLine: root=UUID=809ca3b9-3057-4cb6-941a-cf1109c7d9bb ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.6.0~git20090817.7c422387-0ubuntu6
 libdrm2 2.4.13-1ubuntu1
 xserver-xorg-video-intel 2:2.8.1-1ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090825.fc74e119-0ubuntu2
SourcePackage: x11-xserver-utils
Uname: Linux 2.6.31-11-generic i686
dmi.bios.date: 05/13/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 19CN16WW
dmi.board.name: MoutCook
dmi.board.vendor: LENOVO
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnLENOVO:bvr19CN16WW:bd05/13/2009:svnLENOVO:pn20021,2959:pvrLenovoIdeapadS12:rvnLENOVO:rnMoutCook:rvrNotApplicable:cvnLENOVO:ct10:cvrN/A:
dmi.product.name: 20021,2959
dmi.product.version: Lenovo Ideapad S12
dmi.sys.vendor: LENOVO
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-11-generic

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


** Tags: apport-bug i386

-- 
Got black screen when set to dual monitor mode
https://bugs.launchpad.net/bugs/441112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441112] Re: Got black screen when set to dual monitor mode

2009-10-03 Thread Sunner Sun

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32898853/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32898854/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/32898856/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/32898857/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/32898858/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/32898859/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32898860/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32898861/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32898862/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32898863/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/32898865/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/32898866/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/32898867/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/32898868/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/32898869/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/32898870/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/32898871/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/32898872/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/32898873/xkbcomp.txt

-- 
Got black screen when set to dual monitor mode
https://bugs.launchpad.net/bugs/441112
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441111] [NEW] Keyboard indicator doesn't have transparent background

2009-10-03 Thread Roman Khatko
Public bug reported:

Binary package hint: gnome-applets

The keyboard indicator applet does not have the ability to make its background
transparent and allow it to fit in with the karmic default theme.

Karmic Beta

ProblemType: Bug
Architecture: i386
Date: Sat Oct  3 10:07:59 2009
DistroRelease: Ubuntu 9.10
Package: gnome-applets 2.28.0-0ubuntu1
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: gnome-applets
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug i386

-- 
Keyboard indicator doesn't have transparent background
https://bugs.launchpad.net/bugs/44
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441111] Re: Keyboard indicator doesn't have transparent background

2009-10-03 Thread Roman Khatko

** Attachment added: keyboard_applet.png
   http://launchpadlibrarian.net/32898746/keyboard_applet.png

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

-- 
Keyboard indicator doesn't have transparent background
https://bugs.launchpad.net/bugs/44
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 408002] Re: Text is over buttons in updates notification, and buttons are not clickable.

2009-10-03 Thread Richard Johnson
Confirming due to image, plus I can reproduce this, as well as it is
also reported upstream. Thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Confirmed

** Bug watch added: KDE Bug Tracking System #204702
   http://bugs.kde.org/show_bug.cgi?id=204702

** Also affects: kdebase via
   http://bugs.kde.org/show_bug.cgi?id=204702
   Importance: Unknown
   Status: Unknown

-- 
Text is over buttons in updates notification, and buttons are not clickable.
https://bugs.launchpad.net/bugs/408002
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 309897] Re: mount.nfs4: Cannot allocate memory

2009-10-03 Thread Steve Langasek
** Changed in: nfs-utils (Ubuntu)
   Importance: Undecided = Medium

** Changed in: nfs-utils (Ubuntu)
   Status: New = Triaged

-- 
mount.nfs4: Cannot allocate memory
https://bugs.launchpad.net/bugs/309897
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 364617] Re: Ubuntu 9.04 installer's width increases too much in partitioning step if computer has other OS installed

2009-10-03 Thread nick parlante
Still seeing this with Karmic beta 1 on a eepc with the standard netbook
screen size: 1024 x 600

-- 
Ubuntu 9.04 installer's width increases too much in partitioning step if 
computer has other OS installed
https://bugs.launchpad.net/bugs/364617
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] apport-collect data

2009-10-03 Thread Shaved Wookie
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  user   1559 F kmix
 /dev/snd/controlC0:  user   1538 F knotify4
  user   1559 F kmix
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfe8f4000 irq 16'
   Mixer name   : 'Realtek ALC1200'
   Components   : 'HDA:10ec0888,104382fe,00100101'
   Controls  : 40
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfe9ec000 irq 19'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,00100100'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
DistroRelease: Ubuntu 9.10
HibernationDevice: RESUME=UUID=c2040270-0c2a-42b1-b268-2b10201269cb
MachineType: System manufacturer System Product Name
Package: linux (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-11-generic 
root=UUID=1fdc1c99-54d8-4df2-b618-749e5791b30e ro quiet splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_CA.UTF-8
 LANGUAGE=
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-11-generic N/A
 linux-firmware 1.20
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
Uname: Linux 2.6.31-11-generic x86_64
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 10/30/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0502
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M3A78-T
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.:bvr0502:bd10/30/2008:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A78-T:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] AlsaDevices.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/32898841/AlsaDevices.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] AplayDevices.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/32898842/AplayDevices.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] ArecordDevices.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32898846/ArecordDevices.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] BootDmesg.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32898849/BootDmesg.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] Card0.Amixer.values.txt

2009-10-03 Thread Shaved Wookie

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

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] Card0.Codecs.codec.0.txt

2009-10-03 Thread Shaved Wookie

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

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] Card1.Codecs.codec.0.txt

2009-10-03 Thread Shaved Wookie

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

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] CurrentDmesg.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32898874/CurrentDmesg.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] IwConfig.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/32898875/IwConfig.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] Lspci.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/32898876/Lspci.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] Lsusb.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/32898877/Lsusb.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] PciMultimedia.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/32898878/PciMultimedia.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] ProcCpuinfo.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/32898880/ProcCpuinfo.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] ProcInterrupts.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32898881/ProcInterrupts.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] ProcModules.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32898883/ProcModules.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] UdevDb.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32898884/UdevDb.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] UdevLog.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32898885/UdevLog.txt

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] WifiSyslog.txt

2009-10-03 Thread Shaved Wookie

** Attachment added: WifiSyslog.txt
   http://launchpadlibrarian.net/32898887/WifiSyslog.txt

** Tags added: apport-collected

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 251154] Re: [needs-packaging] paint-mono

2009-10-03 Thread Mantas Kriaučiūnas
I've found Paint-mono packages for Ubuntu 8.10-9.10 (Intrepid, Jaunty and 
Karmic) at these Personal Archives repositories:
https://edge.launchpad.net/~zachanimerulz/+archive/ppa 
https://edge.launchpad.net/~xmlich02/+archive/ppa

-- 
[needs-packaging] paint-mono
https://bugs.launchpad.net/bugs/251154
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434176] Re: Package uninstallable due to dependency on removed ttf-bitstream-vera

2009-10-03 Thread fabrice_sp
Uploaded. Thanks for your contribution!

I added some stuff to your debdiff to make the package lintian error
free (and bumped the Standards-version, as it's an Ubuntu package).

Thanks!

Fabrice

** Changed in: mythtv-theme-metallurgy-wide (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: mythtv-theme-metallurgy-wide (Ubuntu)
 Assignee: fabrice_sp (fabricesp) = (unassigned)

-- 
Package uninstallable due to dependency on removed ttf-bitstream-vera
https://bugs.launchpad.net/bugs/434176
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434176] Re: Package uninstallable due to dependency on removed ttf-bitstream-vera

2009-10-03 Thread Launchpad Bug Tracker
This bug was fixed in the package mythtv-theme-metallurgy-wide -
1.0-0ubuntu2

---
mythtv-theme-metallurgy-wide (1.0-0ubuntu2) karmic; urgency=low

  [ Felix Geyer ]
  * Use ttf-dejavu instead of ttf-bitstream-vera as it has been
removed from karmic (LP: #434176)
- debian/control: Change dependencies
- base.xml, theme.xml: Replace font names

  [ Fabrice Coutadeur ]
  * debian/control:
- Added a Depends: ${misc:Depends} in all packages to get rid of
  debhelper-but-no-misc-depends lintian warnings
- bumped Standards-Version to 3.8.3

 -- Felix Geyer debfx-...@fobos.de   Sat, 26 Sep 2009 21:50:59 +0200

** Changed in: mythtv-theme-metallurgy-wide (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Package uninstallable due to dependency on removed ttf-bitstream-vera
https://bugs.launchpad.net/bugs/434176
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 418514] Re: linux-image-2.6.31-7.27-generic fails to boot lvm

2009-10-03 Thread Luka Renko
neferty: this is false alarm and not a bug as such. Kernel tries to load
paddlock_sha module, which fails to load as it does not find appropriate
HW (some VIA crypto HW module). I agree that it should fail more
gracefully (FATAL sounds scary), but this does not cause any problem.

-- 
linux-image-2.6.31-7.27-generic fails to boot lvm
https://bugs.launchpad.net/bugs/418514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 408110] Re: System access without login under kubuntu

2009-10-03 Thread Richard Johnson
Can you please provide more detail concerning this? I have searched
upstream and was unable to find a report like yours, however I did fine
one with a similar result, though I don't know the path you took to
create this problem. It looks somewhat similar to the upstream report
https://bugs.kde.org/show_bug.cgi?id=152161. Could you please provide
more information concerning this issue, and let me know if it is the
same issue as the one reported upstream. Thanks!

** Bug watch added: KDE Bug Tracking System #152161
   http://bugs.kde.org/show_bug.cgi?id=152161

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Incomplete

-- 
System access without login under kubuntu
https://bugs.launchpad.net/bugs/408110
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 398238] Re: jaunty ltsp - Usb printer local - not print

2009-10-03 Thread Anton S. Ustyuzhanin
I confirm this bug.
After a while printer is not printing, and status is Processing - Recoverable: 
Network host 'ws001' is busy; will retry in xx seconds...
I checking if jetpipe is running on 'ws001' - and there is no jetpipe. After TC 
reboot jetpipe is launched and printer working for a while. After some time 
error is repeat.

-- 
jaunty ltsp - Usb printer local - not print
https://bugs.launchpad.net/bugs/398238
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] Re: Softreset failed (device not ready)

2009-10-03 Thread Shaved Wookie
Getting this on Kubuntu Karmic AMD64 Beta along with occasional hangs.
When it hangs nothing but F-lock works. Not even alt+sysrq+rseinub.

I have an IDE drive and DVD RW drive and a SATA 1.5gig Seagate drive.

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 408234] Re: ksysguard: GUI glitches, invalid units in graphs, not saving auto-scale, etc

2009-10-03 Thread Richard Johnson
I can not reproduce any of this, can you confirm that this is still an
issue with a later release of KDE 4, preferably KDE 4.3.1 or later in
Karmic? Thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Incomplete

-- 
ksysguard: GUI glitches, invalid units in graphs, not saving auto-scale, etc
https://bugs.launchpad.net/bugs/408234
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 392836] Re: grub not adding correct uuid to grub.cfg

2009-10-03 Thread der_vegi
You have to change the UUID in 'root=UUID=89c07ebd-cc8e-4d65-be8d-
e4db7fbfef06 ro quiet splash' to match your Jaunty's UUID. But every
time, your kernel in Karmic gets updated and the grub.cfg is updated as
well, this setting gets lost and is overwritten with Karmic's UUID.

-- 
grub not adding correct uuid to grub.cfg
https://bugs.launchpad.net/bugs/392836
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 340778] Re: Crashes when using horizontal mouse scroll

2009-10-03 Thread Niels Kristian Bech Jensen
gtkimageview should be updated to version 1.6.2 or newer to fix this
bug.


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

-- 
Crashes when using horizontal mouse scroll
https://bugs.launchpad.net/bugs/340778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 27287] Re: external firewire sbp2 login timeout

2009-10-03 Thread Stefan Richter
I don't see anything related to 1394 in david's comments.  Wrong bug
number?

-

Those who still have sbp2 login failures should please try the following:
  - Make sure to have a somewhat recent kernel package which has 
firewire-ohci.ko installed in parallel with ohci1394.ko.
  - Switch from the drivers ohci1394 + ieee1394 + sbp2 to the drivers 
firewire-ohci + firewire-core + firewire-sbp2 by editing a module blacklist 
file:
http://ieee1394.wiki.kernel.org/index.php/Juju_Migration#How_to_suppress_auto-loading

This suggestion is because firewire-core + firewire-sbp2 bring
enhancements WRT SBP-2 login (and further enhancements, e.g. to
1394a/S400 throughput).  Alas I cannot be more specific which kernel
package version is minimally required for this and which particular
modprobe configuration file to edit since I don't have Ubuntu installed
myself.

-- 
external firewire sbp2 login timeout
https://bugs.launchpad.net/bugs/27287
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 434176] Re: Package uninstallable due to dependency on removed ttf-bitstream-vera

2009-10-03 Thread fabrice_sp
Hi,

According to version number, vdr-plugin-burn comes from somewhere else. A 
comment in the changelog speaks about e-tobi.net. Can you check and report 
there?
This way, we would be able to sync the packages in the next development cycle. 
In the meantime, I'll upload the fix in Ubuntu.

Thanks,
Fabrice

** Changed in: vdr-plugin-burn (Ubuntu)
   Status: New = In Progress

** Changed in: vdr-plugin-burn (Ubuntu)
 Assignee: (unassigned) = fabrice_sp (fabricesp)

-- 
Package uninstallable due to dependency on removed ttf-bitstream-vera
https://bugs.launchpad.net/bugs/434176
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 415200] Re: kde power devil fails to suspend if screensaver is active

2009-10-03 Thread Richard Johnson
Confirming due to upstream report and comments. Thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Importance: Undecided = Medium

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Confirmed

-- 
kde power devil fails to suspend if screensaver is active
https://bugs.launchpad.net/bugs/415200
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 413230] Re: krandr is poorly displayed on kubuntu-netbook-edition

2009-10-03 Thread Richard Johnson
I am unable to reproduce this one Dave with my Dell Mini 10v, as it
displays normally, and not all squished up like the one you had. Does
this still occur with any of the latest updates? If it does, that could
very well be do to some botched conf file in ~/.kde/share/config if that
window size stuff is saved at all, though I doubt it would be, or at
least hope it wouldn't. thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Incomplete

-- 
krandr is poorly displayed on kubuntu-netbook-edition
https://bugs.launchpad.net/bugs/413230
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 353278] Re: [jaunty] kpackagekit doesn't prompt for user password

2009-10-03 Thread Douglas
This happened to me on a fresh install of Kubuntu 9.10.  No updates
possible through kpackagekit but still able to apply updates through
aptitude.  Noticed previous users had disappear with installing
policykit-kde.  No such package installed or available however there was
one for just a policykit which I installed through aptitude and it
resolved the kpackagekit and Policykit Authorization (in system
settings) issues.

-- 
[jaunty] kpackagekit doesn't prompt for user password
https://bugs.launchpad.net/bugs/353278
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 285392] Re: Softreset failed (device not ready)

2009-10-03 Thread Shaved Wookie
For the record I'm getting this after GRUB but before the login screen, thus 
why it's being tagged as ubuntu-boot-experience as per Jono's request:
http://www.jonobacon.org/2009/10/02/ubuntu-9-10-karmic-koala-beta-released-testers-needed/

** Tags added: karmic ubuntu-boot-experience

-- 
Softreset failed (device not ready)
https://bugs.launchpad.net/bugs/285392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 429913] Re: phatch doesn't save EXIF data on 9.10 Karmic IA-64

2009-10-03 Thread sierdzio
Yes, I've noticed that a while ago. Congrats on getting the exception :)

It's OK, metadata is being saved. Action list from previous version is
not compatible, though (not a big problem for me, I've made another
one).

-- 
phatch doesn't save EXIF data on 9.10 Karmic IA-64
https://bugs.launchpad.net/bugs/429913
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 423045] Re: package nfs-kernel-server 1:1.1.4-1ubuntu1 failed to install/upgrade: subprocess post-installation script returned error exit status 22

2009-10-03 Thread Steve Langasek
Thank you for taking the time to report this issue and help to improve
Ubuntu.

Please attach your /etc/exports file.  If it does contain broken
entries, it's reasonable for the package to refuse to configure until
these are resolved.

** Changed in: nfs-utils (Ubuntu)
   Importance: Undecided = Low

** Changed in: nfs-utils (Ubuntu)
   Status: New = Incomplete

-- 
package nfs-kernel-server 1:1.1.4-1ubuntu1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 22
https://bugs.launchpad.net/bugs/423045
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 76489] Re: network device, module r8169, fails with NETDEV WATCHDOG: eth0: transmit timed out

2009-10-03 Thread Bug Watch Updater
*** This bug is a duplicate of bug 347711 ***
https://bugs.launchpad.net/bugs/347711

** Changed in: linux
   Status: Confirmed = Fix Released

-- 
network device, module r8169, fails with NETDEV WATCHDOG: eth0: transmit timed 
out 
https://bugs.launchpad.net/bugs/76489
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 440830] Re: Error message Try (hd0, 0):NTFS5 on failed startup.

2009-10-03 Thread Luís Carlos
I forgot to mention that i'm running a 64 bit Windows 7

-- 
Error message Try (hd0,0):NTFS5 on failed startup.
https://bugs.launchpad.net/bugs/440830
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 440442] Re: Mutt ignores mailcap for HTML

2009-10-03 Thread Steve Langasek
Thank you for taking the time to report this bug and help to improve
Ubuntu.

This has been fixed with the upload of mutt 1.5.20-4ubuntu1 to karmic.
Changelog entry:

mutt (1.5.20-4ubuntu1) karmic; urgency=low

  * Revert upstream/393926-internal-viewer.patch, which introduces
regressions in the support for all text/* types that have interactive
external handlers in mailcap (e.g., text/html).  The regression is being
tracked as Debian bug #546760.


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

-- 
Mutt ignores mailcap for HTML
https://bugs.launchpad.net/bugs/440442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434176] Re: Package uninstallable due to dependency on removed ttf-bitstream-vera

2009-10-03 Thread Launchpad Bug Tracker
This bug was fixed in the package vdr-plugin-burn -
0.1.0~pre21-29ubuntu1

---
vdr-plugin-burn (0.1.0~pre21-29ubuntu1) karmic; urgency=low

  * debian/pxsup2dast.c: Fix FTBFS on POSIX.1-2008 systems (glibc = 2.10) by
renaming getline() to get_line()
  * Use ttf-dejavu instead of ttf-bitstream-vera as it has been
removed from karmic (LP: #434176)
- debian/control: Change dependencies
- debian/links: Symlink DejaVuSans.ttf instead of Vera.ttf

 -- Felix Geyer debfx-...@fobos.de   Sat, 26 Sep 2009 21:39:34 +0200

** Changed in: vdr-plugin-burn (Ubuntu)
   Status: In Progress = Fix Released

-- 
Package uninstallable due to dependency on removed ttf-bitstream-vera
https://bugs.launchpad.net/bugs/434176
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 415768] Re: funny alt/meta mapping with sun type 7 keyboards

2009-10-03 Thread Richard Johnson
It seems there are various issues with Sun Type 7 Keyboard, and I am not
positive this is a KDE issue, but more so a Xorg issue. Seeing as you
have gone with such a funky keyboard, I know they rock for writing code,
I am taking it you have also probably researched the issues that are out
there. Is there anyone around here with some experience on this keyboard
and maybe work arounds if there are any? Thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Incomplete

** Also affects: xserver-xorg-input-keyboard (Ubuntu)
   Importance: Undecided
   Status: New

-- 
funny alt/meta mapping with sun type 7 keyboards
https://bugs.launchpad.net/bugs/415768
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 415768] Re: funny alt/meta mapping with sun type 7 keyboards

2009-10-03 Thread Richard Johnson
Hey Xorg peeps, I have included xserver-xorg-input-keyboard seeing as
this is a funky keyboard, and according to the little bit of research I
have done, this keyboard, Sun Type 7, seems to have issues with other
DEs as well. If this isn't a Xorg issue, I am hoping you might be able
to at least help a bit. Thanks!

-- 
funny alt/meta mapping with sun type 7 keyboards
https://bugs.launchpad.net/bugs/415768
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 440924] Re: ufraw 0.15-2 FTBFS (const char *)

2009-10-03 Thread fabrice_sp
Hi,

Please adopt the upstream fix (even if it's less clean), and redo the
debdiff.

Thanks,
Fabrice

** Changed in: ufraw (Ubuntu)
   Status: Confirmed = Incomplete

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

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


[Bug 441121] Re: seahorse sucks CPU, and RAM, causes swap storm, makes system completely unresponsive

2009-10-03 Thread Stephen Warren

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

-- 
seahorse sucks CPU, and RAM, causes swap storm, makes system completely 
unresponsive
https://bugs.launchpad.net/bugs/441121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 417651] Re: Battery monitor applet no longer controls brightness on Samsung NC10

2009-10-03 Thread Richard Johnson
Is this still reproducible with a newer release of KDE, preferably
Karmic and KDE 4.3.1? I don't have the NC10, but all of my machines work
correctly using the battery monitory for screen brightness. Thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Incomplete

-- 
Battery monitor applet no longer controls brightness on Samsung NC10
https://bugs.launchpad.net/bugs/417651
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438561] Re: package gdm 2.28.0-0ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-10-03 Thread caillean
I can confirm that the problem during the gdm update still exists.
Switching into tty1, stopping gdm and running the update again did help at all.

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

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


[Bug 417307] Re: Slow keys disable keyboard

2009-10-03 Thread Richard Johnson
I just tried various keys and key combinations, holding them all for at
least 10 seconds and I couldn't even get the popup window that you are
talking about. Can you reproduce this and if so provide more info so I
can try to reproduce this as well?

Also, does the popup say Slow keys or Sticky keys? I remember seeing
Sticky keys somewhere a long time ago and I can't remember right now
:)  Thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Incomplete

-- 
Slow keys disable keyboard
https://bugs.launchpad.net/bugs/417307
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441121] [NEW] seahorse sucks CPU, and RAM, causes swap storm, makes system completely unresponsive

2009-10-03 Thread Stephen Warren
Public bug reported:

Binary package hint: seahorse

I've been attempting to get bzr viz to show GPG signatures on
revisions. So, I ran bzr viz against a small local branch (or a branch
from http://bazaar.launchpad.net/~bzr/bzr-stats/trunk/), selected
various revisions, and also selected the Signature tab. Most of the
time, bzr-gtk will simply say Signature key not available (that seems
like another bug...) when switching to view a revision with a signature.
However, sometimes, bzr-gtk will hang, and after a few seconds spew the
following backtrace:

[swar...@esk test1]$ bzr viz
No handlers could be found for logger bzr
Traceback (most recent call last):
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/revisionview.py, 
line 486, in _switch_page_cb
self.signature_table.set_revision(self._revision)
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/revisionview.py, 
line 210, in set_revision
self.show_signature(crypttext)
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/revisionview.py, 
line 229, in show_signature
(cleartext, key) = seahorse.verify(crypttext)
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/seahorse.py, line 
83, in verify
keyset[key] = Key(key)
  File /usr/lib/python2.6/dist-packages/bzrlib/plugins/gtk/seahorse.py, line 
99, in __init__
fields = openpgp.GetKeyFields(key, ['fingerprint', 'trust', 'flags', 
'display-name', 'location'])
  File /var/lib/python-support/python2.6/dbus/proxies.py, line 140, in 
__call__
**keywords)
  File /var/lib/python-support/python2.6/dbus/connection.py, line 622, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.

Right after this happens, seahorse-agent (or seahorse-daemon, whichever
it is) will start sucking a lot of CPU, and also growing its RAM usage
very fast. If it isn't killed quickly, it'll consume all physical RAM
and grow into swap. The CPU usage and resulting swap storm make the
system almost entirely unresponsive; even switching VTs and text-mode
login doesn't work. Sometimes, switching VTs and CTRL-ALT-DEL will
gracefully restart. (As an aside, epic fail for the kernel; OOM killer
ended up killing some completely irrelevant and tiny Apache process,
then not bothering to ever kill anything else, like the runaway seahorse
process)

Final note: I have the WAR from
https://bugzilla.gnome.org/attachment.cgi?id=135042action=edit applied,
so as to avoid https://bugs.launchpad.net/bzr-gtk/+bug/377476. I don't
expect this makes a difference, but you never know.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: seahorse 2.26.1-0ubuntu1 [modified: 
usr/share/dbus-1/services/org.gnome.seahorse.service]
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: seahorse
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-bug i386

-- 
seahorse sucks CPU, and RAM, causes swap storm, makes system completely 
unresponsive
https://bugs.launchpad.net/bugs/441121
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 434176] Re: Package uninstallable due to dependency on removed ttf-bitstream-vera

2009-10-03 Thread fabrice_sp
Uploaded. Thanks for your contribution!

** Changed in: vdr-plugin-burn (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: vdr-plugin-burn (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
Package uninstallable due to dependency on removed ttf-bitstream-vera
https://bugs.launchpad.net/bugs/434176
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 419054] Re: kdeinit4: plasma-desktop takes 60-90% of CPU

2009-10-03 Thread Richard Johnson
Confirming due to comments, however I do not have this issue. Is this
reproducible in Karmic with KDE 4.3.1 at all? Thanks!

** Changed in: kdebase-workspace (Ubuntu)
   Status: New = Confirmed

-- 
kdeinit4: plasma-desktop takes 60-90% of CPU
https://bugs.launchpad.net/bugs/419054
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 398238] Re: jaunty ltsp - Usb printer local - not print

2009-10-03 Thread Anton S. Ustyuzhanin
I have found cause of my problem.
1. I edited /usr/sbin/jetpipe, to preven it from forking.
2. I launched /usr/sbin/jetpipe -b 9600 -y 8 -p none -x /dev/usblp0 9100 on TC
3. I send some jobs to printer.
4. While printing i swiched off an on printer.
5. I sow the following in terminal:\

r...@ltsp26:/usr/sbin# /usr/sbin/jetpipe -b 9600 -y 8 -p none -x /dev/usblp0 
9100
/dev/usblp0 9100
Waiting for connection
Connected by ('192.168.50.1', 41319)
in writer loop
Disconnected
Waiting for connection
Connected by ('192.168.50.1', 41361)
in writer loop
Traceback (most recent call last):
  File /usr/sbin/jetpipe, line 207, in module
redir.shortcut()
  File /usr/sbin/jetpipe, line 66, in shortcut
self.writer()
  File /usr/sbin/jetpipe, line 84, in writer
self.device.flush()  # parallel device
IOError: [Errno 19] No such device


Unfortunately i'm not familiar with python, but i think that there
should be exeption handling cunstruction (like try-catch) in this
snippet of /usr/sbin/jetpipe:

(line 28)self.device.write(data).

-- 
jaunty ltsp - Usb printer local - not print
https://bugs.launchpad.net/bugs/398238
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 441119] Re: telepathy-butterfly crashed with UnicodeDecodeError in _print_MSG()

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

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

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/32899500/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/32899501/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/32899502/ProcStatus.txt

** This bug has been marked a duplicate of bug 432558
   telepathy-butterfly crashed with UnicodeDecodeError in _print_MSG()

** Visibility changed to: Public

-- 
telepathy-butterfly crashed with UnicodeDecodeError in _print_MSG()
https://bugs.launchpad.net/bugs/441119
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2009-10-03 Thread Toby Murray
Thinking about it some more, I am guessing you mean that the Front and
Master channels may be intentionally linked together. I was thinking of
Front as meaning the center channel of a surround sound system but I
see there is a separate channel for that so I assume it means the
headphone jack on the front of the case. So yes, it would indeed usually
make sense to make Master and Front synonymous.

However if this is the case, then the bug would be that if muting one
mutes both then unmuting one should also unmute both which isn't
happening. It looks like I did not explicitly mention this detail in my
first post but if I mute Front (which also mutes Master) then unmuting
Front does NOT unmute Master. And of course point c) from my original
post also remains.

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

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


[Bug 437801] Re: often fails to fsck /home on dm-crypt/lvm

2009-10-03 Thread Scott James Remnant
The important error here appears to be the failure to insert that module

** Package changed: mountall (Ubuntu Karmic) = cryptsetup (Ubuntu
Karmic)

** Changed in: cryptsetup (Ubuntu Karmic)
 Assignee: Scott James Remnant (scott) = (unassigned)

-- 
often fails to fsck /home on dm-crypt/lvm 
https://bugs.launchpad.net/bugs/437801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 438114] Re: rule UDEV for printers in the file 50-udev-default.rules

2009-10-03 Thread Scott James Remnant
** Changed in: udev (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Changed in: udev (Ubuntu)
   Status: New = Incomplete

** Changed in: udev (Ubuntu)
   Importance: Undecided = Medium

-- 
rule UDEV for printers in the file 50-udev-default.rules
https://bugs.launchpad.net/bugs/438114
You received this bug notification because you are a member of 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   >