[Bug 774676] [NEW] package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script was killed by signal (Segmentation fault)

2011-05-01 Thread thewinchester
Public bug reported:

Binary package hint: postfix

Unknown cause

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: postfix (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun May  1 15:08:17 2011
DpkgTerminalLog:
 Unpacking postfix (from .../postfix_2.8.2-1ubuntu1_amd64.deb) ...
 dpkg: error processing 
/var/cache/apt/archives/postfix_2.8.2-1ubuntu1_amd64.deb (--unpack):
  subprocess new pre-installation script was killed by signal (Segmentation 
fault)
ErrorMessage: subprocess new pre-installation script was killed by signal 
(Segmentation fault)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: postfix
Title: package postfix (not installed) failed to install/upgrade: subprocess 
new pre-installation script was killed by signal (Segmentation fault)
UpgradeStatus: Upgraded to natty on 2011-04-29 (2 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package postfix (not installed) failed to install/upgrade: subprocess
  new pre-installation script was killed by signal (Segmentation fault)

-- 
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 774676] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script was killed by signal (Segmentation fault)

2011-05-01 Thread thewinchester
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/774676

Title:
  package postfix (not installed) failed to install/upgrade: subprocess
  new pre-installation script was killed by signal (Segmentation fault)

-- 
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 764096] Re: DNS hostname lookups fail in chroot after natty upgrade

2011-05-01 Thread Tom
I found it!

/etc/init.d/postfix:

replace these two lines:

rm -f lib/libnss_*so*
tar cf - /lib/libnss_*so* 2/dev/null |tar xf -

with these two:

rm -f lib/x86_64-linux-gnu/libnss_*so*
tar cf - /lib/x86_64-linux-gnu/libnss_*so* 2/dev/null |tar xf -

My fix is specific for x64 architecture, change it if you use x86.
It should be possible to create architecture independent fix, but I don't know 
how.

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

Title:
  DNS hostname lookups fail in chroot after natty upgrade

-- 
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 774852] [NEW] Postfix 'local' crashes

2011-05-01 Thread Albrecht Dreß
Public bug reported:

Binary package hint: postfix

Ubuntu version: Ubuntu 11.04
Package version:  postfix 2.8.2-1ubuntu1
System: PowerMac G4 Silver

After an update of my box from 10.10 to 11.04, the 'local' delivery
agent of Postfix stopped working.  I added verbose debugging for it in
/etc/postfix/master.cf, and get the following results in
/var/log/mail.log:

May  1 14:34:23 antares postfix/local[8296]: name_mask: ipv4
May  1 14:34:23 antares postfix/local[8296]: inet_addr_local: configured 2 IPv4 
addresses
May  1 14:34:23 antares postfix/local[8296]: process generation: 20 (20)
May  1 14:34:23 antares postfix/local[8296]: Compiled against Berkeley DB: 
4.8.30?
May  1 14:34:23 antares postfix/local[8296]: Run-time linked against Berkeley 
DB: 4.8.30?
May  1 14:34:23 antares postfix/local[8296]: dict_open: hash:/etc/aliases
May  1 14:34:23 antares postfix/local[8296]: match_string: fast_flush_domains 
~? debug_peer_list
May  1 14:34:23 antares postfix/local[8296]: match_string: fast_flush_domains 
~? fast_flush_domains
May  1 14:34:23 antares postfix/local[8296]: set_eugid: euid 112 egid 124
May  1 14:34:23 antares postfix/local[8296]: name_mask: alias
May  1 14:34:23 antares postfix/local[8296]: name_mask: forward
May  1 14:34:23 antares postfix/local[8296]: name_mask: alias
May  1 14:34:23 antares postfix/local[8296]: name_mask: forward
May  1 14:34:23 antares postfix/local[8296]: name_mask: canonical
May  1 14:34:23 antares postfix/local[8296]: name_mask: virtual
May  1 14:34:23 antares postfix/local[8296]: name_mask: command
May  1 14:34:23 antares postfix/local[8296]: name_mask: file
May  1 14:34:23 antares postfix/local[8296]: name_mask: forward
May  1 14:34:23 antares postfix/local[8296]: name_mask: fcntl
May  1 14:34:23 antares postfix/local[8296]: name_mask: dotlock
May  1 14:34:23 antares postfix/local[8296]: fatal: unable to determine open 
file limit
May  1 14:34:24 antares postfix/master[8124]: warning: process 
/usr/lib/postfix/local pid 8296 exit status 1
May  1 14:34:24 antares postfix/master[8124]: warning: /usr/lib/postfix/local: 
bad command startup -- throttling

Observed effects: see above
Expected results: 'local' delivery should work.

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

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

Title:
  Postfix 'local' crashes

-- 
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 774964] Re: package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10

2011-05-01 Thread Dan Pitic
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/774964

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed pre-removal script returned
  error exit status 10

-- 
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 774964] [NEW] package bacula-director-mysql (not installed) failed to install/upgrade: subprocess installed pre-removal script returned error exit status 10

2011-05-01 Thread Dan Pitic
Public bug reported:

Binary package hint: bacula

I tried removing bacula director and bacula mysql and I assumed the
operation was successful.  After logging back in sometime later, I got a
message saying there was a problem with bacula-director-mysql.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: bacula-director-mysql (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 bacula-director-mysql: Remove
 bacula-common-mysql: Remove
 bacula-director-common: Remove
Architecture: amd64
Date: Sat Apr 30 14:03:41 2011
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027.1)
SourcePackage: bacula
Title: package bacula-director-mysql (not installed) failed to install/upgrade: 
subprocess installed pre-removal script returned error exit status 10
UpgradeStatus: Upgraded to natty on 2011-04-30 (1 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package bacula-director-mysql (not installed) failed to
  install/upgrade: subprocess installed pre-removal script returned
  error exit status 10

-- 
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 774975] [NEW] Unable to connect to my vpn

2011-05-01 Thread Ken The Furry
Public bug reported:

Binary package hint: openvpn

 I get Connection was not provided by any settings service
Before I installed 11.04 I was able to connect to my vpn service, the only way 
I can connect to mu vpn is if I start it through the terminal using sudo.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: openvpn 2.1.3-2ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun May  1 12:20:09 2011
EcryptfsInUse: Yes
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: openvpn
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 natty running-unity

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

Title:
  Unable to connect to my vpn

-- 
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 774975] Re: Unable to connect to my vpn

2011-05-01 Thread Ken The Furry
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in Ubuntu.
https://bugs.launchpad.net/bugs/774975

Title:
  Unable to connect to my vpn

-- 
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 774975] Re: Unable to connect to my vpn

2011-05-01 Thread Ken The Furry
Oh this should more than likely be in network-manager-openvpn

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

Title:
  Unable to connect to my vpn

-- 
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 584048] Re: kvm images losing connectivity w/bridged network

2011-05-01 Thread Gert van Dijk
I've installed the libvirt package in lucid-proposed and this issue
hasn't reoccurred for me! Very happy user here. :)

Right after installation it did happen again though, but I forgot to do
'service libvirt-bin restart'. After that I've started/stopped VMs more
than 20 times, all running smooth.

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

Title:
  kvm images losing connectivity w/bridged network

-- 
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 771227] Re: Domain save/restore does not work (kvm)

2011-05-01 Thread David Caro
@Serge,

That kernel fixes the problem for me too, thanks a lot!

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

Title:
  Domain save/restore does not work (kvm)

-- 
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 775239] [NEW] loop device over samba breaks filesystem

2011-05-01 Thread dejot
Public bug reported:

Binary package hint: samba

I am using a loop device to rsync my home directory via samba to avoid
problems with name/permissions incompatibility (for details see e.g.
http://users.softlab.ece.ntua.gr/~ttsiod/backup.html). A recent samba
install however seems to break the loop device. fsck yields: BackupFile
was not cleanly unmounted, check forced. as soon as a file is
added/deleted and mount/rsync/umount is conducted.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: samba (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CIFSMounts: Error: command ['mount', '|', 'grep', 'cifs'] failed with exit code 
1: mount: only root can do that
Date: Mon May  2 02:00:18 2011
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SambaClientRegression: No
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty

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

Title:
  loop device over samba breaks filesystem

-- 
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 775239] Re: loop device over samba breaks filesystem

2011-05-01 Thread dejot
** Description changed:

  Binary package hint: samba
  
  I am using a loop device to rsync my home directory via samba to avoid
  problems with name/permissions incompatibility (for details see e.g.
  http://users.softlab.ece.ntua.gr/~ttsiod/backup.html). A recent samba
  install however seems to break the loop device. fsck yields: BackupFile
- was not cleanly unmounted, check forced. as soon as a file was
+ was not cleanly unmounted, check forced. as soon as a file is
  added/deleted and mount/rsync/umount is conducted.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: samba (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  CIFSMounts: Error: command ['mount', '|', 'grep', 'cifs'] failed with exit 
code 1: mount: only root can do that
  Date: Mon May  2 02:00:18 2011
  InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SambaClientRegression: No
  SourcePackage: samba
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  loop device over samba breaks filesystem

-- 
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


Re: [Bug 764096] Re: DNS hostname lookups fail in chroot after natty upgrade

2011-05-01 Thread Kenyon Ralph
On 2011-05-01T07:13:14-, Tom 764...@bugs.launchpad.net wrote:
 I found it!
 
 /etc/init.d/postfix:
 
 replace these two lines:
 
 rm -f lib/libnss_*so*
 tar cf - /lib/libnss_*so* 2/dev/null |tar xf -
 
 with these two:
 
 rm -f lib/x86_64-linux-gnu/libnss_*so*
 tar cf - /lib/x86_64-linux-gnu/libnss_*so* 2/dev/null |tar xf -
 
 My fix is specific for x64 architecture, change it if you use x86.
 It should be possible to create architecture independent fix, but I don't 
 know how.

Nice! On my i386 natty machine, this is the pattern:
/lib/i386-linux-gnu/libnss_*so*

I think the architecture independent fix would include a call to
dpkg-architecture. dpkg-architecture returns this on my Ubuntu natty
system:

DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_ARCH_BITS=32
DEB_BUILD_ARCH_ENDIAN=little
DEB_BUILD_GNU_CPU=i686
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i686-linux-gnu
DEB_BUILD_MULTIARCH=i386-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=i386
DEB_HOST_ARCH_BITS=32
DEB_HOST_ARCH_ENDIAN=little
DEB_HOST_GNU_CPU=i686
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i686-linux-gnu
DEB_HOST_MULTIARCH=i386-linux-gnu

So DEB_HOST_MULTIARCH would be correct. But my Debian squeeze x86_64
system doesn't have MULTIARCH variables, this is its output:

DEB_BUILD_ARCH=amd64
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=amd64
DEB_BUILD_ARCH_BITS=64
DEB_BUILD_ARCH_ENDIAN=little
DEB_BUILD_GNU_CPU=x86_64
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=x86_64-linux-gnu
DEB_HOST_ARCH=amd64
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=amd64
DEB_HOST_ARCH_BITS=64
DEB_HOST_ARCH_ENDIAN=little
DEB_HOST_GNU_CPU=x86_64
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=x86_64-linux-gnu

I guess this change will have to go into the Debian package too, since
Debian will have multiarch support eventually:
http://wiki.debian.org/Multiarch

-- 
Kenyon Ralph

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

Title:
  DNS hostname lookups fail in chroot after natty upgrade

-- 
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 774500] Re: postfix build does not have documented support of sqlite

2011-05-01 Thread Mike Power
** Changed in: postfix (Ubuntu)
   Status: Invalid = New

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

Title:
  postfix build does not have documented support of sqlite

-- 
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 774500] Re: postfix build does not have documented support of sqlite

2011-05-01 Thread Mike Power
I have been spending time attempting to build postfix from ubuntu source
deb with sqlite built in with no success

Path 1
apt-get build-dep postfix
apt-get source postfix
cd postfix-2.8.2
dpkg-buildpackage

However I can not seem to influence what it is built with.  I can not apply the 
following instructions:
make -f Makefile.init makefiles \
 'CCARGS=-DHAS_SQLITE -I/usr/local/include' \
 'AUXLIBS=-L/usr/local/lib -lsqlite3 -lpthread'
make

The result is a legit postfix, but no indication from the output
indicates that it took the sqlite changes.

Using the source code to build according to postfix instructions fails as well:
make tidy
make -f Makefile.init makefiles
make

../../lib/libutil.a: undefined reference to `dict_pcre_open'
../../lib/libutil.a: undefined reference to `dict_tcp_open'
collect2: ld returned 1 exit status
make: *** [master] Error 1
make: *** [update] Error 1

and this is without sqlite configured.

I have exhausted myself trying to build a ubuntu postfix 2.8.2 with
sqlite.

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

Title:
  postfix build does not have documented support of sqlite

-- 
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 774500] Re: postfix build does not have documented support of sqlite

2011-05-01 Thread Scott Kitterman
I'll try to have a look at this, but it may be a bit before I get time.

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

Title:
  postfix build does not have documented support of sqlite

-- 
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 737027] Re: kpartx udev rule is broken

2011-05-01 Thread Phillip Susi
** Also affects: dmraid (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: multipath-tools (Ubuntu)
   Status: New = In Progress

** Changed in: multipath-tools (Ubuntu)
 Assignee: (unassigned) = Phillip Susi (psusi)

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

** Changed in: dmraid (Ubuntu)
   Status: New = In Progress

** Changed in: dmraid (Ubuntu)
 Assignee: (unassigned) = Phillip Susi (psusi)

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

Title:
  kpartx udev rule is broken

-- 
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 764096] Re: DNS hostname lookups fail in chroot after natty upgrade

2011-05-01 Thread Steve Langasek
** Changed in: postfix (Ubuntu)
 Assignee: (unassigned) = Steve Langasek (vorlon)

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

Title:
  DNS hostname lookups fail in chroot after natty upgrade

-- 
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 727676] Re: [BLOCKED] Sync antlr3 3.2-5 (main) from Debian testing (main)

2011-05-01 Thread Launchpad Bug Tracker
[Expired for antlr3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: antlr3 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  [BLOCKED] Sync antlr3 3.2-5 (main) from Debian testing (main)

-- 
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 774645] [NEW] package firmware-b43-installer 4.150.10.5-5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2011-05-01 Thread Jason S.
Public bug reported:

Binary package hint: b43-fwcutter

.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: firmware-b43-installer 4.150.10.5-5
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: wl
AptOrdering:
 b43-fwcutter: Install
 firmware-b43-installer: Install
 b43-fwcutter: Configure
 firmware-b43-installer: Configure
Architecture: i386
Date: Sat Apr 30 22:41:30 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 4
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: b43-fwcutter
Title: package firmware-b43-installer 4.150.10.5-5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 4
UpgradeStatus: Upgraded to natty on 2011-04-30 (0 days ago)

** Affects: b43-fwcutter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package firmware-b43-installer 4.150.10.5-5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 4

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


[Bug 774645] Re: package firmware-b43-installer 4.150.10.5-5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4

2011-05-01 Thread Jason S.
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774645

Title:
  package firmware-b43-installer 4.150.10.5-5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 4

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


[Bug 774644] [NEW] plymouth splash screen doesn't close with slim

2011-05-01 Thread shachafgo
Public bug reported:

Binary package hint: plymouth

Since i started using slim as my login screen manager plymouth splash
screen stays on until i manually kill plymouthd process

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: plymouth 0.8.2-2ubuntu22
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: wl fglrx
Architecture: amd64
Date: Sun May  1 08:34:51 2011
DefaultPlymouth: /lib/plymouth/themes/solar/solar.plymouth
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: SAMSUNG ELECTRONICS CO., LTD. R540/R580/R780/SA41/E452/E852
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=3f2a27cf-43f5-4579-b0dd-79690dabd1a3 ro splash vga=786 splash
SourcePackage: plymouth
TextPlymouth: /lib/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
UdevDb: Error: [Errno 2] No such file or directory
UpgradeStatus: Upgraded to natty on 2011-04-26 (4 days ago)
dmi.bios.date: 09/27/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 03KP.M008.20100927.LDG
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: R540/R580/R780/SA41/E452/E852
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: 03KP
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr03KP.M008.20100927.LDG:bd09/27/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR540/R580/R780/SA41/E452/E852:pvr03KP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR540/R580/R780/SA41/E452/E852:rvr03KP:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
dmi.product.name: R540/R580/R780/SA41/E452/E852
dmi.product.version: 03KP
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: amd64 apport-bug natty running-unity

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

Title:
  plymouth splash screen doesn't close with slim

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


[Bug 774643] [NEW] sched-powersave is outdated

2011-05-01 Thread Adam Porter
Public bug reported:

Binary package hint: pm-utils

/usr/lib/pm-utils/power.d/sched-powersave

This file is outdated, because these controls do not exist anymore:

sched_powersave() {
for pool in mc smp smt; do
dev=/sys/devices/system/cpu/sched_${pool}_power_savings
[ -w $dev ] || continue
echo $1  $dev
done
}

$ ls /sys/devices/system/cpu/
cpu0  cpu1  cpufreq  cpuidle  kernel_max  offline  online  perf_events  
possible  present  probe  release

This is on Maverick.

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

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

Title:
  sched-powersave is outdated

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


[Bug 774644] Re: plymouth splash screen doesn't close with slim

2011-05-01 Thread shachafgo
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774644

Title:
  plymouth splash screen doesn't close with slim

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


[Bug 707794] Re: libqt4-opengl on armel should be compiled with OpenGL ES 2.x support

2011-05-01 Thread Ricardo Salveti
Attaching debdiff to pyside, to include mesa-common-dev as it checks for
/usr/include/GL/gl.h before checking for QtOpenGL. After adding this
package it'll fix the FTBFS and I confirmed that pyside worked with
libqt4-opengl running on ARM (with GLES backend).

** Patch added: pyside_1.0.1-1ubuntu0.1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/707794/+attachment/2101979/+files/pyside_1.0.1-1ubuntu0.1.debdiff

** Changed in: pyside (Ubuntu Natty)
 Assignee: (unassigned) = Ricardo Salveti (rsalveti)

** Changed in: pyside (Ubuntu)
 Assignee: (unassigned) = Ricardo Salveti (rsalveti)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdeartwork in Ubuntu.
https://bugs.launchpad.net/bugs/707794

Title:
  libqt4-opengl on armel should be compiled with OpenGL ES 2.x support

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


Re: [Bug 611923] Re: Incorrect name of Images folder in Russian localization

2011-05-01 Thread Igor Zubarev
Я выслал предупреждение Дмитрию Коноплеву.

2011/5/1 Alexandre Prokoudine 611...@bugs.launchpad.net

 Ну и идиоты.

 --
 You received this bug notification because you are a member of Russian
 Ubuntu Translators, which is a bug assignee.
 https://bugs.launchpad.net/bugs/611923

 Title:
  Incorrect name of Images folder in Russian localization


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

Title:
  Incorrect name of Images folder in Russian localization

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

[Bug 773004] Re: Kernel oops during shutdown process

2011-05-01 Thread Sergey Chebotar
Hi Mike, thank you.
Downgraded to LTS because of this oops, system overheating and video lags. 
Definetly this driver doesn't work well.

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

Title:
  Kernel oops during shutdown process

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


[Bug 212441] Re: Mediatomb Init Script not working : upnp error -117

2011-05-01 Thread Daniel van Vugt
** Branch linked: lp:ubuntu/mediatomb

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

Title:
  Mediatomb Init Script not working : upnp error -117

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


[Bug 774646] [NEW] package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-05-01 Thread chuck
Public bug reported:

Binary package hint: tzdata

I was updating all my packages and tha app crashed

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: tzdata 2011g-0ubuntu0.11.04
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Sun May  1 00:55:22 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
PackageArchitecture: all
SourcePackage: tzdata
Title: package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 natty

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

Title:
  package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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


[Bug 774646] Re: package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2011-05-01 Thread chuck
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774646

Title:
  package tzdata 2011g-0ubuntu0.11.04 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

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


[Bug 774319] Re: cant move tool bars to different areas

2011-05-01 Thread william sisney
affects:   ubuntu → unity (Ubuntu)  where is this found?

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

Title:
  cant move tool bars to different areas

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

[Bug 774016] Re: There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks.

2011-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  There seems to be a programming error in aptdaemon, the software that
  allows you to install/remove software and to perform other package
  management related tasks.

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


[Bug 773910] Re: I wasn't able to locate file for the teamviewer6 package. This might mean you need to manually fix this package.

2011-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  I wasn't able to locate file for the teamviewer6 package. This might
  mean you need to manually fix this package.

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


[Bug 773451] Re: upgrading from 10.10 to 11.04

2011-05-01 Thread Adam
** Attachment added: apt sources
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/773451/+attachment/2101998/+files/sources.list

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

Title:
  upgrading from 10.10 to 11.04

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


[Bug 774648] [NEW] package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-01 Thread jpileborg
Public bug reported:

Binary package hint: initramfs-tools

Comes up when booting installation media from USB.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: initramfs-tools 0.98.8ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
Date: Sat Apr 30 10:09:44 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package natty

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

Title:
  package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 773741] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the ttf-droid package. This might mean you need to manually fix this package.

2011-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the ttf-droid package. This might mean you need to manually fix this
  package.

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


[Bug 774648] Re: package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-05-01 Thread jpileborg
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774648

Title:
  package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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


[Bug 773738] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the ttf-droid package. This might mean you need to manually fix this package.

2011-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the ttf-droid package. This might mean you need to manually fix this
  package.

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


[Bug 773530] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the python-pygame package. This might mean you need to manually fix this package.

2011-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the python-pygame package. This might mean you need to manually fix
  this package.

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


[Bug 773376] Re: type 'exceptions.SystemError': E:I wasn't able to locate file for the sun-java6-jre package. This might mean you need to manually fix this package.

2011-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  type 'exceptions.SystemError': E:I wasn't able to locate file for
  the sun-java6-jre package. This might mean you need to manually fix
  this package.

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


[Bug 773201] Re: not able to install new programs

2011-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  not able to install new programs

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


[Bug 773015] Re: All installations seem to fail due to ttf-mscorefonts-installer -package. Previous to this had a eula in terminal but no way to say ok. afterwords cannot install anything via sofrware

2011-05-01 Thread Daniel van Vugt
*** This bug is a duplicate of bug 659438 ***
https://bugs.launchpad.net/bugs/659438

** This bug has been marked a duplicate of bug 659438
   Installation/Removal fails because of package which could not be located 
(failure in apt.Cache.required_download)
 * You can subscribe to bug 659438 by following this link: 
https://bugs.launchpad.net/aptdaemon/+bug/659438/+subscribe

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

Title:
  All installations seem to fail due to ttf-mscorefonts-installer
  -package. Previous to this had a eula in terminal but no way to say
  ok. afterwords cannot install anything via sofrware center or apt-get.

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


[Bug 774652] [NEW] package nvidia-current 195.36.24-0ubuntu1~10.04 failed to install/upgrade: nvidia-current kernel module failed to build

2011-05-01 Thread snowhawkyrf
Public bug reported:

I want to upgrade the kernel and then upgrade the nvidia driver...but...
the ppa i used:
sudo sh -c echo 'deb http://ppa.launchpad.net/nvidia-vdpau/ppa/Ubuntu lucid 
main'  /etc/apt/sources.list
sudo sh -c echo 'deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/Ubuntu 
lucid main'  /etc/apt/sources.list

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-current 195.36.24-0ubuntu1~10.04
ProcVersionSignature: Ubuntu 2.6.38-8.42~lucid1-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sun May  1 14:11:09 2011
DkmsStatus: nvidia-current, 195.36.24: added
ErrorMessage: nvidia-current kernel module failed to build
InstallationMedia: Ubuntu 10.04.2 LTS Lucid Lynx - Release i386 (20110211.1)
MachineType: ASUSTeK Computer Inc. A6JC
PackageVersion: 195.36.24-0ubuntu1~10.04
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.38-8-generic 
root=UUID=b9d8695a-63b3-4a7d-9c79-c0bab6f89f2f ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 195.36.24-0ubuntu1~10.04 failed to 
install/upgrade: nvidia-current kernel module failed to build
dmi.bios.date: 10/04/2006
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: A6JCMAS.220
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: A6JC
dmi.board.vendor: ASUSTeK Computer Inc.
dmi.board.version: 1.0
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK Computer Inc.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrA6JCMAS.220:bd10/04/2006:svnASUSTeKComputerInc.:pnA6JC:pvr1.0:rvnASUSTeKComputerInc.:rnA6JC:rvr1.0:cvnASUSTeKComputerInc.:ct10:cvr:
dmi.product.name: A6JC
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK Computer Inc.
glxinfo: Error: [Errno 2] 没有那个文件或目录
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.38-8-generic

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


** Tags: apport-package i386 lucid

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

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04 failed to
  install/upgrade: nvidia-current kernel module failed to build

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

[Bug 774652] Re: package nvidia-current 195.36.24-0ubuntu1~10.04 failed to install/upgrade: nvidia-current kernel module failed to build

2011-05-01 Thread snowhawkyrf
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774652

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04 failed to
  install/upgrade: nvidia-current kernel module failed to build

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


[Bug 774651] [NEW] windows initially mapped with the fullscreen property are never seen by compiz

2011-05-01 Thread steubens
Public bug reported:

Binary package hint: compiz

first off i really resent the post release belittling from apport when
you use ubuntu-bug; i do not want to talk to one person that doesn't
know what i'm talking about when i report a bug, nevermind thousands, OR
a forum.

on to the bug, as stated in the title, easily reproduced here with
firefox; create new profile, hit f11 to go fullscreen, then close it
without removing fullscreen, and restart it

expected:
compiz to know of the window in the switcher and the scale plugins, and 
elsewhere after a restart with it in fullscreen, like it knows of it before and 
after f11, before restarting it

got:
untracked windows

PS: please make apport less patronizing for people who might know why
they are running ubuntu-bug, i had to lie just to get it it to
continue

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: compiz 1:0.9.4+bzr20110415-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: 
[core,crashhandler,composite,opengl,compiztoolbox,imgjpeg,decor,neg,mousepoll,move,resize,regex,imgpng,grid,text,extrawm,copytex,shift,obs,animation,dbus,put,commands,resizeinfo,place,gnomecompat,imgsvg,workarounds,session,wobbly,notification,cube,rotate,scale,expo,scaleaddon,ezoom,staticswitcher]
CompositorRunning: compiz
DRM.card0.DP.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.DP.2:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.HDMI.A.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768
 edid-base64: 
AP///wBMo1E0AAASAQOAIhN4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBEhtWclAADDAwICUAWMIQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gAxNTZBVDAxLUgwMQogABs=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Sat Apr 30 23:05:05 2011
DistUpgraded: Log time: 2011-03-17 02:39:21.770457
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:360b]
   Subsystem: Hewlett-Packard Company Device [103c:360b]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
InstallationMedia_: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MachineType: Hewlett-Packard Compaq Presario CQ60 Notebook PC
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=d332acb1-e554-4637-84fe-731b5e39212b ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Renderer: Unknown
SourcePackage: compiz
UpgradeStatus: Upgraded to natty on 2011-03-17 (44 days ago)
dmi.bios.date: 12/15/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.65
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 3612
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 09.67
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.65:bd12/15/2010:svnHewlett-Packard:pnCompaqPresarioCQ60NotebookPC:pvrPCID:rvnHewlett-Packard:rn3612:rvr09.67:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: Compaq Presario CQ60 Notebook PC
dmi.product.version: PCID
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A

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


** Tags: amd64 apport-bug compiz-0.9 natty ubuntu

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

Title:
  windows initially mapped with the fullscreen property are never seen
  by compiz

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


[Bug 774651] Re: windows initially mapped with the fullscreen property are never seen by compiz

2011-05-01 Thread steubens
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774651

Title:
  windows initially mapped with the fullscreen property are never seen
  by compiz

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


[Bug 774262] Re: alsa-base package version 1.0.24+dfsg-0ubuntu1 provides ALSA driver 1.0.23, not 1.0.24

2011-05-01 Thread Alex Peters
Thanks for your response, Daniel.  I apologise for misunderstanding how
everything pieces together.

In light of this information, is it therefore a bug that the alsa-base
package does not depend on a kernel that provides ALSA driver 1.0.24?

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

Title:
  alsa-base package version 1.0.24+dfsg-0ubuntu1 provides ALSA driver
  1.0.23, not 1.0.24

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


[Bug 772552] Re: weather applet doesn't start

2011-05-01 Thread Vadim Rutkovsky
** Also affects: weather-indicator
   Importance: Undecided
   Status: New

** Changed in: weather-indicator
   Importance: Undecided = High

** Changed in: weather-indicator
   Status: New = Confirmed

** Changed in: weather-indicator
Milestone: None = 11.05.10

** Changed in: weather-indicator
 Assignee: (unassigned) = Vadim Rutkovsky (roignac)

** Changed in: indicator-weather (Ubuntu)
   Status: New = Invalid

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

Title:
  weather applet doesn't start

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


[Bug 774654] [NEW] Major issues with sound; Inspiron 1546; Ubuntu Natty

2011-05-01 Thread Sly
Public bug reported:

Alright, so a little background. For the past few days, I've been
attempting to get my internal mic and internal speakers to work on my
system. I have seen other people post about this on random forums, and
other places, but no absolute fix for it.

Today, I tried to replace PulseAudio with ALSA, and making it the
default driver. So, I made the file ~/.pulse/client.conf and put
autospawn=no, and rebooted. This successfully kept PulseAudio from
starting, as it should have.

At this point, I noticed that the sound menu wasn't working. Went in,
and it had the slider disabled with the label above it saying Label
Empty. After clicking on Sound Preferences, I got a message Waiting
for sound system to respond.

Well, then I went into Skype and tried to use ALSA, since it was
allowing my microphone to work. Made a test call, and it worked fine.
After a little while, I tried to call a friend and test it. Wouldn't
work. Just a bunch of static.

So, I decided to try to use PulseAudio one more time. So, I ran
pulseaudio -D, and it completed successfully. After it started, I
could see that the sound menu had re-enabled everything like it should
be.

Restarted Skype again, made a test call, and the mic worked. I was
surprised, since it was using PulseAudio again, and it hadn't previously
worked.

Just as my hopes were getting up, about 10 minutes into the call, the
microphone stopped working again. Went into the Sound Preferences, and
(again) it's not showing any input from the internal microphone.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 11.04 inspiron natty sound

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

Title:
  Major issues with sound; Inspiron 1546; Ubuntu Natty

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


[Bug 770219] Re: Windows moving becomes slow and urgly after severeral times of xorg modes switch

2011-05-01 Thread Kole de nNix
Maybe this issue is related to using of tmps for /tmp, /log ? I know
that performance can be slow down if size of tmpfs more than half of
ram.

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

Title:
  Windows moving becomes slow and urgly after severeral times of xorg
  modes switch

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


[Bug 763909] Re: 11.04 Wont Boot With Mobility Radeon HD 3400

2011-05-01 Thread Sam Zhai
@Khalife Dany

Finally, I solved the problem by installing an independent Ubuntu, instead of 
using Wubi anymore.
Something is wrong with Wubi accessing the driver.

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

Title:
  11.04 Wont Boot With Mobility Radeon HD 3400

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


[Bug 691272] Re: IBM Thinkpad X41 docking station no joy :-(

2011-05-01 Thread thinkpad
just upgraded to natty.

don't have my docking station with me, as I just moved (and haven't been
using it due to said error).

but will TEST in natty SOON.

!!! plz DON'T let this bug report expire (and be forgotten about)  !!!

thank you.

tp.

** Tags added: 11.04 natty

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

Title:
  IBM Thinkpad X41  docking station  no joy :-(

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
** Changed in: fglrx-installer (Ubuntu)
   Status: Invalid = New

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

Title:
  Maximized windows spans to both monitors

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


[Bug 774656] [NEW] Problem with fglrx and natty

2011-05-01 Thread GodNobody
*** This bug is a duplicate of bug 347758 ***
https://bugs.launchpad.net/bugs/347758

Public bug reported:

I use this duplicate bug to get some information upstreamed

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity 3.8.10-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,ring,resize,firepaint,regex,mousepoll,imgpng,wall,unitymtgrabhandles,gnomecompat,place,move,grid,vpswitch,session,thumbnail,wobbly,animation,expo,fade,animationaddon,workarounds,scale,ezoom,unityshell]
CompositorRunning: compiz
DRM.card0.HDMI.A.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
 edid-base64:
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card1.LVDS.2:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768
 edid-base64: 
AP///wAw5CwCAAATAQOAHRF4CtXVlllWjCcfUFQBAQEBAQEBAQEBAQEBAQEBEhtWYFAAFjAgMDYAJqYQAAAZ/gBMRyBEaXNwbGF5CiAg/gBMUDEzM1dIMS1UTEEyAAI=
DRM.card1.VGA.2:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1080 1600x1200 1680x1050 1280x1024 1280x1024 1440x900 1280x960 
1280x800 1152x864 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 
800x600 640x480 640x480 640x480 640x480 720x400
 edid-base64: 
AP///wBMLYQEMzJNQxoSAQMONCB4Ku6Ro1RMmSYPUFS/74BxT4EAgUCBgJUAqUCzAAEBGjaAoHA4H0AwIDUABiAgAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIMUFLNTAwMDAwCiAgAFw=
Date: Sun May  1 08:21:14 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1433]
 ATI Technologies Inc Manhattan [Mobility Radeon HD 5000 Series] [1002:68e0] 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:1433]
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
InstallationMedia_: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
InstallationMedia__: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MachineType: Hewlett-Packard HP Pavilion dv3 Notebook PC
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=2e783449-bdcb-40d0-8226-e1bcca7f59e1 ro quiet splash vt.handoff=7
ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Renderer: Unknown
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/07/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.16
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1433
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 58.23
dmi.chassis.asset.tag: CNU0201QJY
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.16:bd09/07/2010:svnHewlett-Packard:pnHPPaviliondv3NotebookPC:pvr04A3102030102:rvnHewlett-Packard:rn1433:rvr58.23:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion dv3 Notebook PC
dmi.product.version: 04A3102030102
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.ia32-libs: ia32-libs 20090808ubuntu13
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug compiz-0.9 natty running-unity ubuntu

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

Title:
  Problem with fglrx and natty

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


[Bug 774656] Re: Problem with fglrx and natty

2011-05-01 Thread GodNobody
*** This bug is a duplicate of bug 347758 ***
https://bugs.launchpad.net/bugs/347758


** This bug has been marked a duplicate of bug 347758
   Maximized windows spans to both monitors
 * You can subscribe to bug 347758 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+subscribe

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

Title:
  Problem with fglrx and natty

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


[Bug 771905] Re: No logo at boot on nvidia card

2011-05-01 Thread Steve Langasek
** This bug is no longer a duplicate of bug 728781
   ugly plymouth animation during booting with nvidia driver

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

Title:
  No logo at boot on nvidia card

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


[Bug 762128] Re: Unable to load isight firmware after extraction

2011-05-01 Thread robin.nightingale
Hello Michael,
untill now iam unable to fix this problem.
I reinstalled the firmware several times but without sucess.
Stil the same problems.

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

Title:
  Unable to load isight firmware after extraction

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


[Bug 700349] Re: no sound on acer aspire 4738z

2011-05-01 Thread Geoff Morris
Also affects Linux Mint No sound, system or software playback.

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

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

Title:
  no sound on acer aspire 4738z

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


[Bug 774658] [NEW] Sync eq10q 1.2-2 (universe) from Debian unstable (main)

2011-05-01 Thread Alessio Treglia
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu
 status confirmed
 importance wishlist
 subscribe ubuntu-archive
 done

Please sync eq10q 1.2-2 (universe) from Debian unstable (main)

All changelog entries:

eq10q (1.2-2) unstable; urgency=low

  * debian/patches/01-makefile.patch:
- Current sid's lv2-c++-tools provides static libraries needed to
  build the plugin.
  * Build-depend on lv2-c++-tools = 1.0.4-3~
  * Remove build-dependency on libpaq-dev.

 -- Alessio Treglia ales...@debian.org  Sat, 26 Mar 2011 10:48:11
+0100

eq10q (1.2-1) unstable; urgency=low

  * New upstream release.
  * Added patch fixing missing prefix definition.
  * Added patches fixing instalation path to meet debian practice.
  * Delete 4-parameq.ttl.patch, not needed anymore.

 -- Jaromír Mikeš mira.mi...@seznam.cz  Wed, 09 Mar 2011 21:37:11
+0100

eq10q (1.1-1) unstable; urgency=low

  * Initial release (Closes: #584622).

 -- Jaromír Mikeš mira.mi...@seznam.cz  Fri, 14 Jan 2011 01:27:59 +0100
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk28/iMACgkQRdSMfNz8P9DXxQCfS3mcZg7jmLK25i/wH6mIrKoL
z5EAn2CiZRDIWJMBkRma1XGomlunvDSP
=pWNT
-END PGP SIGNATURE-

** Affects: ubuntu
 Importance: Wishlist
 Status: Confirmed

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

Title:
  Sync eq10q 1.2-2 (universe) from Debian unstable (main)

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

[Bug 774657] [NEW] Sync crtmpserver 0.0~dfsg+svn421-1 (universe) from Debian unstable (main)

2011-05-01 Thread Alessio Treglia
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 affects ubuntu
 status confirmed
 importance wishlist
 subscribe ubuntu-archive
 done

Please sync crtmpserver 0.0~dfsg+svn421-1 (universe) from Debian
unstable (main)

All changelog entries:

crtmpserver (0.0~dfsg+svn421-1) unstable; urgency=low

  * Initial release (Closes: #617641)

 -- Andriy Beregovenko j...@jet.kiev.ua  Fri, 18 Mar 2011 14:30:08 +0200
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk28/hYACgkQRdSMfNz8P9Ap4wCeKlpfxW+cESLxwj8idChKPLGz
RjEAnRR4IM+oyf215RTuqDOE81IltL1v
=Vi3p
-END PGP SIGNATURE-

** Affects: ubuntu
 Importance: Wishlist
 Status: Confirmed

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

Title:
  Sync crtmpserver 0.0~dfsg+svn421-1 (universe) from Debian unstable
  (main)

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


[Bug 772207] Re: version 173.14.30 is buggy for GeForce FX 5200

2011-05-01 Thread Steve Caldwell
I've got the same error with NVIDIA GeForce FX 5200.  The workaround for
this is to use the older Gnome interface with Ubuntu 11.04.

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

Title:
  version 173.14.30 is buggy for GeForce FX 5200

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


[Bug 759699] Re: Gstreamer encountered a general stream error

2011-05-01 Thread Victor Costan
I haven't encountered anymore Gstreamer errors after switching to the
new version. Thank you very much!

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

Title:
  Gstreamer encountered a general stream error

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


[Bug 757370] Re: Wrong Keyboard Layout after installation (Only US Keyboard)

2011-05-01 Thread robin.nightingale
I cab confirm this issue. 
After the install i just got an us keyboard layout and i need to install the 
german one manualy.
But after every reboot i got the us keyboard again and have to change it back 
to german layout.

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

Title:
  Wrong Keyboard Layout after installation (Only US Keyboard)

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


[Bug 733654] Re: [thinkpad x200] lcd brightness very low after dist-upgrade

2011-05-01 Thread Florian M.
with natty release and recent updates this bug seems to be resolved.

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

Title:
  [thinkpad x200] lcd brightness very low after dist-upgrade

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
Hey there,

I want to reopen this bug, since I still have this issue with randr and
the fglrx driver on my new natty installation.

I'm on ubuntu 11.04

and have tried with the newest fglrx-installer (2:8.840-0ubuntu4).

I also have open a duplicate bug to get all information to launchpad:

https://bugs.launchpad.net/ubuntu/+bug/774656

Attached you will also find my xorg.confs I tried.


Thanks!

** Attachment added: xorg.conf.fglrx-0
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+attachment/2102082/+files/xorg.conf.fglrx-0

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

Title:
  Maximized windows spans to both monitors

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
** Attachment added: xorg.conf.fglrx-1
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+attachment/2102083/+files/xorg.conf.fglrx-1

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

Title:
  Maximized windows spans to both monitors

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
** Attachment added: xorg.conf.fglrx-2
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+attachment/2102084/+files/xorg.conf.fglrx-2

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

Title:
  Maximized windows spans to both monitors

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
** Attachment added: xorg.conf.fglrx-3
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+attachment/2102085/+files/xorg.conf.fglrx-3

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

Title:
  Maximized windows spans to both monitors

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
** Attachment added: xorg.conf.fglrx-4
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+attachment/2102086/+files/xorg.conf.fglrx-4

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

Title:
  Maximized windows spans to both monitors

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
** Attachment added: xorg.conf.fglrx-5
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+attachment/2102087/+files/xorg.conf.fglrx-5

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

Title:
  Maximized windows spans to both monitors

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
** Attachment added: xorg.conf.fglrx-6
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+attachment/2102088/+files/xorg.conf.fglrx-6

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

Title:
  Maximized windows spans to both monitors

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


[Bug 347758] Re: Maximized windows spans to both monitors

2011-05-01 Thread GodNobody
** Attachment added: xorg.conf.fglrx-7
   
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/347758/+attachment/2102089/+files/xorg.conf.fglrx-7

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

Title:
  Maximized windows spans to both monitors

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


[Bug 769288] Re: Desktop is never stable, always flickering [drm:intel_prepare_page_flip] *ERROR* Prepared flip multiple times

2011-05-01 Thread Jeremy
*** This bug is a duplicate of bug 765813 ***
https://bugs.launchpad.net/bugs/765813

I have a problem that may be the same as yours. I just upgraded to 11.04
from 10.10 and I've tried both Unity and [currently using] Classic GNOME
2. When I mouse over icons in Avant Window Navigator or click indicator-
applets, the screen goes CRAZY, crashing emerald my display. I have
tried this with no fglrx, the included fglrx and ATI's new drivers, with
Compiz and without compiz, with Emerald and with Metacity and it doesn't
make a difference. I thought it was a bug with compositing but it seems
to happen even when compositing is off.

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

Title:
  Desktop is never stable, always flickering
  [drm:intel_prepare_page_flip] *ERROR* Prepared flip multiple times

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


[Bug 774661] [NEW] package onboard 0.94.0-0ubuntu1 failed to install/upgrade: ErrorMessage: package onboard is already installed and configured

2011-05-01 Thread jamie brown
Public bug reported:

Binary package hint: dpkg

happened during 11.04 update from 10.10 ubuntu.everything was great till
the update.tell me how to fix this.i had 5 broken packages

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: onboard 0.94.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
Architecture: i386
Date: Sun May  1 00:57:56 2011
ErrorMessage: ErrorMessage: package onboard is already installed and configured
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
SourcePackage: dpkg
Title: package onboard 0.94.0-0ubuntu1 failed to install/upgrade: ErrorMessage: 
package onboard is already installed and configured
UpgradeStatus: Upgraded to natty on 2011-05-01 (0 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package onboard 0.94.0-0ubuntu1 failed to install/upgrade:
  ErrorMessage: package onboard is already installed and configured

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


[Bug 774661] Re: package onboard 0.94.0-0ubuntu1 failed to install/upgrade: ErrorMessage: package onboard is already installed and configured

2011-05-01 Thread jamie brown
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774661

Title:
  package onboard 0.94.0-0ubuntu1 failed to install/upgrade:
  ErrorMessage: package onboard is already installed and configured

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


[Bug 752673] Re: filezilla crashed with SIGSEGV in g_closure_invoke()

2011-05-01 Thread Vladimir Kolesnikov
** Visibility changed to: Public

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

Title:
  filezilla crashed with SIGSEGV in g_closure_invoke()

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


[Bug 774663] [NEW] package libreoffice-common (not installed) failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/lib/libreoffice/basis3.3/share/template/en-US/wiza

2011-05-01 Thread Jorge Pailamilla
Public bug reported:

Binary package hint: libreoffice

libre office failed to install

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: libreoffice-common (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sat Apr 30 23:30:59 2011
DpkgTerminalLog:
 Unpacking libreoffice-common (from 
.../libreoffice-common_1%3a3.3.2-1ubuntu4_all.deb) ...
 xz: (stdin): Compressed data is corrupt
 dpkg-deb: error: subprocess decompress returned error exit status 1
 dpkg: error processing 
/var/cache/apt/archives/libreoffice-common_1%3a3.3.2-1ubuntu4_all.deb 
(--unpack):
  short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/share/template/en-US/wizard/report/stl-03.ott'
ErrorMessage: short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/share/template/en-US/wizard/report/stl-03.ott'
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
SourcePackage: libreoffice
Title: package libreoffice-common (not installed) failed to install/upgrade: 
short read on buffer copy for backend dpkg-deb during 
`./usr/lib/libreoffice/basis3.3/share/template/en-US/wizard/report/stl-03.ott'
UpgradeStatus: Upgraded to natty on 2011-04-30 (1 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package libreoffice-common (not installed) failed to install/upgrade:
  short read on buffer copy for backend dpkg-deb during
  `./usr/lib/libreoffice/basis3.3/share/template/en-
  US/wizard/report/stl-03.ott'

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


[Bug 774663] Re: package libreoffice-common (not installed) failed to install/upgrade: short read on buffer copy for backend dpkg-deb during `./usr/lib/libreoffice/basis3.3/share/template/en-US/wizard

2011-05-01 Thread Jorge Pailamilla
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774663

Title:
  package libreoffice-common (not installed) failed to install/upgrade:
  short read on buffer copy for backend dpkg-deb during
  `./usr/lib/libreoffice/basis3.3/share/template/en-
  US/wizard/report/stl-03.ott'

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


[Bug 757814] Re: Static Application Switcher Plugin does not show window titles

2011-05-01 Thread Alex Peters
I note that this bug is marked as incomplete, suggesting that further
information is required by the bug reporter/s (cf.
https://wiki.ubuntu.com/Bugs/Status).

What further information is required for work on this bug to progress?

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

Title:
  Static Application Switcher Plugin does not show window titles

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


[Bug 602767] Re: exe thumbnailer eats all memory while thumbnailing large files

2011-05-01 Thread Scott Ritchie
** Changed in: gnome-exe-thumbnailer (Ubuntu)
   Status: Confirmed = Triaged

** Changed in: gnome-exe-thumbnailer (Ubuntu)
 Assignee: (unassigned) = Scott Ritchie (scottritchie)

** Also affects: gnome-exe-thumbnailer (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Also affects: gnome-exe-thumbnailer (Ubuntu Oneiric)
   Importance: Medium
 Assignee: Scott Ritchie (scottritchie)
   Status: Triaged

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

Title:
  exe thumbnailer eats all memory while thumbnailing large files

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


[Bug 774664] [NEW] Crash Reporting Assistant can't get debug symbols for nepomukservicestub crash

2011-05-01 Thread skierpage
Public bug reported:

Binary package hint: kdebase-runtime

After upgrading to Natty and playing around with Dolphin search and the Nepomuk 
File Indexing control panel, the Crash Reporting Assistant popped up informing 
me that nepomukservicestub had crashed.  It keeps warning me
 The generated crash information is not useful,
I've clicked [Install Debug Symbols] a dozen times, each time it pops up 
Missing debug symbols and then Debug package installer windows, but these 
quickly go away without any seeming progress.

The _list of files_ link in Crash Reporting Assistant displays:
  The packages containing debug information for the following application and 
libraries are missing:
  /usr/bin/nepomukservicestub
But according to http://packages.ubuntu.com, kdebase-runtime-dbg provides  
/usr/lib/debug/usr/bin/nepomukservicestub .  The package is installed on my 
system and the latter file exists.

The backtrace content is
  Application: Nepomuk Service Stub (nepomukservicestub), signal: Segmentation 
fault

In my zsh shell configuration I have  limit coredumpsize 512000 set,
maybe this is interfering with the crash reporter.  But it was able to
show a meaningful backtrace for a dolphin crash.

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

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

Title:
  Crash Reporting Assistant can't get debug symbols for
  nepomukservicestub crash

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


[Bug 774005] Re: Touchpad does not work on BENQ Joybook 7000

2011-05-01 Thread Vid
attachments

** Tags added: apport-collected natty regression-update ubuntu

** Description changed:

  Binary package hint: xserver-xorg-input-synaptics
  
- Since upgrading to Natty the touchpad does not work any more. The USB-
- mouse works perfectly
+ Since upgrading to Natty the touchpad does not work any more. The USB-mouse 
works perfectly
+ --- 
+ Architecture: i386
+ CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
+ CompositorRunning: None
+ DRM.card0.LVDS.1:
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1280x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
+  edid-base64:
+ DRM.card0.VGA.1:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes: 
+  edid-base64:
+ DistUpgraded: Fresh install
+ DistroCodename: natty
+ DistroRelease: Ubuntu 11.04
+ DistroVariant: ubuntu
+ DpkgLog:
+  
+ GraphicsCard:
+  ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] [1002:4e50] (prog-if 
00 [VGA controller])
+Subsystem: Benq Corporation Device [17ff:5005]
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
+ MachineType: BENQ JoyBook 7000
+ Package: xserver-xorg-input-synaptics 1.3.99+git20110116.0e27ce3a-0ubuntu12
+ PackageArchitecture: i386
+ PccardctlIdent:
+  Socket 0:
+no product info available
+ PccardctlStatus:
+  Socket 0:
+no card
+ ProcEnviron:
+  LANGUAGE=de_CH:en
+  LANG=de_CH.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=ef7f6379-202d-4dea-9f2a-264932efca0e ro quiet splash acpi=off 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
+ Renderer: Unknown
+ Tags:  natty ubuntu regression-update
+ Uname: Linux 2.6.38-8-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 02/23/2005
+ dmi.bios.vendor: Insyde Software Corporation
+ dmi.bios.version: Version 2.04
+ dmi.board.name: ODEM
+ dmi.board.vendor: BENQ
+ dmi.board.version: 
+ dmi.chassis.asset.tag: 00
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: BENQ
+ dmi.chassis.version: Version 1.0
+ dmi.modalias: 
dmi:bvnInsydeSoftwareCorporation:bvrVersion2.04:bd02/23/2005:svnBENQ:pnJoyBook7000:pvrGRASSHOPPER2:rvnBENQ:rnODEM:rvr:cvnBENQ:ct10:cvrVersion1.0:
+ dmi.product.name: JoyBook 7000
+ dmi.product.version: GRASSHOPPER2
+ dmi.sys.vendor: BENQ
+ version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
+ version.libdrm2: libdrm2 2.4.25+git20110415.ba11501b-0ubuntu0sarvatt
+ version.libgl1-mesa-dri: libgl1-mesa-dri 
7.11.0+git20110429.6a02679f-0ubuntu0sarvatt
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 
7.11.0+git20110429.6a02679f-0ubuntu0sarvatt
+ version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99+git20110420.903e90c3-0ubuntu0sarvatt
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.15.0+git20110420.0944e2d5-0ubuntu0sarvatt
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110323.8378443b-0ubuntu0sarvatt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] BootDmesg.txt

2011-05-01 Thread Vid
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102119/+files/BootDmesg.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] CurrentDmesg.txt

2011-05-01 Thread Vid
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102120/+files/CurrentDmesg.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] DRM.card0.SVIDEO.1.txt

2011-05-01 Thread Vid
apport information

** Attachment added: DRM.card0.SVIDEO.1.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102121/+files/DRM.card0.SVIDEO.1.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] Dependencies.txt

2011-05-01 Thread Vid
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102122/+files/Dependencies.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] GconfCompiz.txt

2011-05-01 Thread Vid
apport information

** Attachment added: GconfCompiz.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102123/+files/GconfCompiz.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] GdmLog.txt

2011-05-01 Thread Vid
apport information

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/774005/+attachment/2102124/+files/GdmLog.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] GdmLog1.txt

2011-05-01 Thread Vid
apport information

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/774005/+attachment/2102125/+files/GdmLog1.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] GdmLog2.txt

2011-05-01 Thread Vid
apport information

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/774005/+attachment/2102126/+files/GdmLog2.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] Lspci.txt

2011-05-01 Thread Vid
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/774005/+attachment/2102127/+files/Lspci.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] Lsusb.txt

2011-05-01 Thread Vid
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/774005/+attachment/2102128/+files/Lsusb.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] ProcCpuinfo.txt

2011-05-01 Thread Vid
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102129/+files/ProcCpuinfo.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] ProcInterrupts.txt

2011-05-01 Thread Vid
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102130/+files/ProcInterrupts.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] ProcModules.txt

2011-05-01 Thread Vid
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102131/+files/ProcModules.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] UdevDb.txt

2011-05-01 Thread Vid
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/774005/+attachment/2102132/+files/UdevDb.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] UdevLog.txt

2011-05-01 Thread Vid
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/774005/+attachment/2102133/+files/UdevLog.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] UnitySupportTest.txt

2011-05-01 Thread Vid
apport information

** Attachment added: UnitySupportTest.txt
   
https://bugs.launchpad.net/bugs/774005/+attachment/2102134/+files/UnitySupportTest.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

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


[Bug 774005] XorgLog.txt

2011-05-01 Thread Vid
apport information

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/774005/+attachment/2102135/+files/XorgLog.txt

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

Title:
  Touchpad does not work on BENQ Joybook 7000

-- 
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   >