[Bug 569757] Re: NIS upstart dependancy broken for lucid

2010-10-07 Thread Thomas Ribbrock
Why is this bug only wishlist? NIS not working properly is a problem
in its own right, but the fact that NIS has not been converted to
upstart *also* causes problems with autofs - see
https://bugs.launchpad.net/ubuntu/+source/nis/+bug/570513 (which is
exactly what has bitten us after the upgrade from Hardy). There are
still quite a few set-ups (e.g. in small companies) using NIS+autofs and
compared to the previous LTS version (Hardy) this is a regression in my
opinion. Hence, I would like to add my vote to the necessity of an SRU -
this should definitely be fixed in Lucid, given that Lucid is LTS.

-- 
NIS upstart dependancy broken for lucid
https://bugs.launchpad.net/bugs/569757
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis in ubuntu.

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


[Bug 656173] [NEW] libbirt apparmor profiles is incomplete with multiple backing files and prevent the VM to start

2010-10-07 Thread Id2ndR
Public bug reported:

System : Ubuntu 10.10

Case : Multiple backing file


Result :
$ cat 
/etc/apparmor.d/libvirt/libvirt-c05e04f2-fe2e-b8de-c129-bd074c908476.files 
# DO NOT EDIT THIS FILE DIRECTLY. IT IS MANAGED BY LIBVIRT.
  /var/log/libvirt/**/trifyl-obm23-lenny.log w,
  /var/lib/libvirt/**/trifyl-obm23-lenny.monitor rw,
  /var/run/libvirt/**/trifyl-obm23-lenny.pid rwk,
  /U/libvirt-image/trifyl-obm23-lenny.qcow2 rw,
  /U/libvirt-image/trifyl-obm23-lenny_base.qcow2 r,
  # don't audit writes to readonly files
  deny /U/libvirt-image/trifyl-obm23-lenny_base.qcow2 w,

In /var/log/syslog :
Oct  7 10:15:32 kiwi kernel: [ 2176.864213] type=1400 audit(1286439332.386:47): 
apparmor=DENIED operation=open parent=1 
profile=libvirt-c05e04f2-fe2e-b8de-c129-bd074c908476 
name=/U/libvirt-image/base/lenny_compressed.qcow2 pid=6054 comm=kvm 
requested_mask=r denied_mask=r fsuid=114 ouid=114

Backing file chain :
$ kvm-img info trifyl-obm23-lenny.qcow2 
image: trifyl-obm23-lenny.qcow2
file format: qcow2
virtual size: 10G (10737418240 bytes)
disk size: 136K
cluster_size: 65536
backing file: trifyl-obm23-lenny_base.qcow2 (actual path: 
trifyl-obm23-lenny_base.qcow2)
$ kvm-img info trifyl-obm23-lenny_base.qcow2
image: trifyl-obm23-lenny_base.qcow2
file format: qcow2
virtual size: 10G (10737418240 bytes)
disk size: 2.1G
cluster_size: 65536
backing file: base/lenny.qcow2 (actual path: base/lenny.qcow2)
$ ls -l base/lenny.qcow2
lrwxrwxrwx 1 fabiena utilisateur 22 2010-09-27 13:50 base/lenny.qcow2 - 
lenny_compressed.qcow2

It worked just before I added the trifyl-obm23-lenny_base.qcow2 backing
file. And adding a second level prevent it to work.

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

-- 
libbirt apparmor profiles is incomplete with multiple backing files and prevent 
the VM to start
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-07 Thread James Page
Error from DpkgTerminalLog:

Stopping amavisd: (not running).

Starting amavisd: head: cannot open `/etc/mailname' for reading: No such
file or directory

  The value of variable $myhostname is dave-Dimension-E521, but should
have been

  a fully qualified domain name; perhaps uname(3) did not provide such.

  You must explicitly assign a FQDN of this host to variable $myhostname

  in /etc/amavis/conf.d/05-node_id, or fix what uname(3) provides as a
host's

  network name!

(failed).

invoke-rc.d: initscript amavis, action restart failed.

dpkg: error processing amavisd-new-postfix (--configure):

 subprocess installed post-installation script returned error exit
status 1

** Summary changed:

- package amavisd-new-postfix (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
+ package amavisd-new-postfix fails to install when postfix configured for 
'Local only'

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 616719] Re: slow group indexing when using huge ldap

2010-10-07 Thread Klaus Vink Slott
By reducing the number of groups in our setup we have managed to improve
log on time a little. But login and using the id command is still
terribly slow. This is a showstopper for us in offering Ubuntu as a
choice in our university virtual hosting service.

Please let me know if I can be of further help to debug this problem.

-- 
slow group indexing when using huge ldap
https://bugs.launchpad.net/bugs/616719
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in ubuntu.

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


[Bug 656173] Re: libbirt apparmor profiles is incomplete with multiple backing files and prevent the VM to start

2010-10-07 Thread Id2ndR
A temporary workaround in my case is to:
1/ add the denied file in the Template /etc/apparmor.d/libvirt/TEMPLATE :
/U/libvirt-image/base/lenny_compressed.qcow2 r,
2/ Remove the generated file 
/etc/apparmor.d/libvirt/libvirt-c05e04f2-fe2e-b8de-c129-bd074c908476*
3/ Reload apparmor and start the VM

** Summary changed:

- libbirt apparmor profiles is incomplete with multiple backing files and 
prevent the VM to start
+ virt-aa-helper generate incomplete apparmor profiles  with chained backing 
files

-- 
virt-aa-helper generate incomplete apparmor profiles  with chained backing files
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread James Page
Looking at additional information in the DpkgTerminalLog, it appears
that postfix has been configured for 'Local only' mail delivery with
default options selected in the dpkg-[pre|re]configure screens.

When this option is selected /etc/mailname is not setup as the System
Mail Name is not a FQDN.

amavisd-new-postfix expects /etc/mailname to be populated and for
hostname --fqdn to return a FQDN for the system.

This issue can be worked around by populating /etc/mailname with an
appropriate FQDN and changing /etc/amavis/conf.d/05-node_id to manually
set the $myhostname variable (see file for comments on how todo this).

The install amavisd-new-postfix to complete the installation using the
following command:

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread James Page
^^

apt-get install amavisd-new-postfix

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 651877] Re: package ibmasm-utils should only support x86 based architectures

2010-10-07 Thread James Page
** Changed in: ibmasm-utils (Ubuntu)
   Importance: Undecided = Low

-- 
package ibmasm-utils should only support x86 based architectures
https://bugs.launchpad.net/bugs/651877
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ibmasm-utils in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread James Page
Steps to reproduce:

apt-get install amavisd-new-postfix
Select 'Local only' delivery and accept defaults for all configuration settings

Confirmed on up-to-date maverick amd64 image.


** Changed in: amavisd-new (Ubuntu)
   Status: New = Confirmed

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided = Low

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread James Page
Marking as importance 'Low' as specific to postfix 'Local only'
installations which is not a common use-case for virus-scanning.

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread James Page
** Description changed:

  Binary package hint: amavisd-new
  
  package amavisd-new-postfix (not installed) failed to install/upgrade:
  subprocess installed post-installation script returned error exit status
  1
  
  ProblemType: Package
  DistroRelease: Ubuntu 10.10
  Package: amavisd-new-postfix (not installed)
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Oct  6 18:08:18 2010
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate amd64 
(20100928)
  SourcePackage: amavisd-new
  Title: package amavisd-new-postfix (not installed) failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
+ 
+ 
+ TEST CASE:
+ apt-get install amavisd-new-postfix
+ Select 'Local only' and all defaults in postfix preconfigure screens
+ 
+ amavisd-new-postfix will then fail to install.

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 656173] Re: virt-aa-helper generate incomplete apparmor profiles with chained backing files

2010-10-07 Thread James Page
** Tags added: maverick

-- 
virt-aa-helper generate incomplete apparmor profiles  with chained backing files
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 655890] Re: net-device-up of mysql's upstart-script won't be triggered on OpenVZ VMs

2010-10-07 Thread James Page
** Tags added: lucid

-- 
net-device-up of mysql's upstart-script won't be triggered on OpenVZ VMs
https://bugs.launchpad.net/bugs/655890
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 350936] Re: Should shut down domains on system shutdown

2010-10-07 Thread Nick Barcet
** Changed in: libvirt (Ubuntu)
Milestone: None = ubuntu-10.04.2

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 655890] Re: net-device-up of mysql's upstart-script won't be triggered on OpenVZ VMs

2010-10-07 Thread James Page
Running Lucid 10.04 as an OpenVZ guest seems to be generally
problematic.

Bug 436130 has some suggested workarounds that can be included in an
OpenVZ template/guest configuration to make it work more effectively.

-- 
net-device-up of mysql's upstart-script won't be triggered on OpenVZ VMs
https://bugs.launchpad.net/bugs/655890
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 655890] Re: net-device-up of mysql's upstart-script won't be triggered on OpenVZ VMs

2010-10-07 Thread James Page
https://help.ubuntu.com/community/OpenVZ also has some similar advice on
running 10.04 as an OpenVZ guest.

-- 
net-device-up of mysql's upstart-script won't be triggered on OpenVZ VMs
https://bugs.launchpad.net/bugs/655890
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 656225] [NEW] package bind9 1:9.7.0.d fsg.P1-1 [modified: usr/share/bind9/bind9-default. md5sum] failed to install/upgrade: el subproceso scrip t pre-removal instalado devolvió el código de sa li

2010-10-07 Thread rd12686950
Public bug reported:

Binary package hint: bind9

I did tempt to install it.  But it return some errors. Then Idid temtp
to de-install it. Then, it return all this information.

Kind regards,RD

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum]
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
AptOrdering:
 gadmintools: Remove
 gadmin-bind: Remove
 bind9: Purge
Architecture: i386
Date: Thu Oct  7 12:18:28 2010
ErrorMessage: el subproceso script pre-removal instalado devolvió el código de 
salida de error 1
InstallationMedia: Guadalinex V7 GSD Lince - Final i386 (20100611)
SourcePackage: bind9
Title: package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: el subproceso 
script pre-removal instalado devolvió el código de salida de error 1

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


** Tags: apport-package i386 lucid

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: el subproceso 
script pre-removal instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/656225
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 656225] Re: package bind9 1:9.7.0.dfs g.P1-1 [modified: usr/share/bind9/bind9-default.md 5sum] failed to install/upgrade: el subproceso script pre-removal instalado devolvió el código de sali da

2010-10-07 Thread rd12686950

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656225/+attachment/1676723/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/656225/+attachment/1676724/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/656225/+attachment/1676725/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/656225/+attachment/1676726/+files/DpkgTerminalLog.txt

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: el subproceso 
script pre-removal instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/656225
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 651134] Re: apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or corruption (fasttop): 0x00007f8b5c8fdac0 ***

2010-10-07 Thread Paul Vaughan
After approximately 2 days of normal use, the error has not reoccurred
(whereas normally we'd see it approximately 3-5 times in a 24 hour
period).

I guess we can consider this issue 'gone'.

Cheers.

-- 
apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or 
corruption (fasttop): 0x7f8b5c8fdac0 ***
https://bugs.launchpad.net/bugs/651134
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 656225] Re: package bind9 1:9.7.0.dfs g.P1-1 [modified: usr/share/bind9/bind9-default.md 5sum] failed to install/upgrade: el subproceso script pre-removal instalado devolvió el código de sali da

2010-10-07 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 437783 ***
https://bugs.launchpad.net/bugs/437783

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

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

** This bug has been marked a duplicate of bug 437783
   bind9 failed to start : resolvconf: Error: /etc/resolv.conf must be a symlink
 * You can subscribe to bug 437783 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/bind9/+bug/437783/+subscribe

-- 
package bind9 1:9.7.0.dfsg.P1-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: el subproceso 
script pre-removal instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/656225
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread Scott Kitterman
Does it work if you populate $myhostname only and leave /etc/mailname
undefined (I believe it does, but can't test it at the moment).

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 656173] Re: virt-aa-helper generate incomplete apparmor profiles with chained backing files

2010-10-07 Thread James Page
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

apport-collect 656173

When reporting bugs in the future please use apport, using 'ubuntu-bug'
and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

Please could you also provide details of how you created the .qcow2
files and how you created you virtual machine to use these files.  This
will help us reproduce your issue more accurately.

-- 
virt-aa-helper generate incomplete apparmor profiles  with chained backing files
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656251] [NEW] package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-10-07 Thread martrockcham
Public bug reported:

Binary package hint: postfix

package  postfix failed to load also freezes in install in terminal at
type of install required.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: postfix (not installed)
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
AptOrdering:
 linux-headers-2.6.32-22-generic: Remove
 linux-headers-2.6.32-22: Remove
 postfix: Install
 postfix: Configure
Architecture: amd64
Date: Thu Oct  7 12:07:37 2010
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
SourcePackage: postfix
Title: package postfix (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

-- 
package postfix (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/656251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 656251] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-10-07 Thread martrockcham

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/656251/+attachment/1676917/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/656251/+attachment/1676918/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/656251/+attachment/1676919/+files/DpkgTerminalLog.gz

-- 
package postfix (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/656251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 656173] Re: virt-aa-helper generate incomplete apparmor profiles with chained backing files

2010-10-07 Thread James Page
I've been unable to re-produce this issue on either Lucid or Maverick
although they do exhibit different behaviour.

test.qcow2 - test_base.qcow2 - base/lenny_vase.qcow2 (sym link to
lenny.qcow2)

Lucid apparmor profile:

  /var/log/libvirt/**/test.log w,
  /var/lib/libvirt/**/test.monitor rw,
  /var/run/libvirt/**/test.pid rwk,
  /home/jamespage/vms/test_base.qcow2 rw,
  /home/jamespage/vms/base/lenny.qcow2 rw,
  /home/jamespage/vms/test.qcow2 rw,
  /home/jamespage/reference/isos/ubuntu-server/maverick-server-i386.iso r,
  # don't audit writes to readonly files
  deny /home/jamespage/reference/isos/ubuntu-server/maverick-server-i386.iso 
w,

Maverick apparmor profile:

  /var/log/libvirt/**/test.log w,
  /var/lib/libvirt/**/test.monitor rw,
  /var/run/libvirt/**/test.pid rwk,
  /home/jamespage/vms/test.qcow2 rw,
  /dev/sr0 r,
  # don't audit writes to readonly files
  deny /dev/sr0 w,

No apparmor messages in kern.log, and no impact on functionality.

-- 
virt-aa-helper generate incomplete apparmor profiles  with chained backing files
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656251] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-10-07 Thread James Page
Error message from DpkgTerminalLog:

debconf: DbDriver config: /var/cache/debconf/config.dat is locked by
another process: Resource temporarily unavailable

dpkg: error processing /var/cache/apt/archives/postfix_2.7.0-1_amd64.deb
(--unpack):

 subprocess new pre-installation script returned error exit status 1

-- 
package postfix (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/656251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


[Bug 656251] Re: package postfix (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-10-07 Thread Scott Kitterman
This is a debconf bug.

** Package changed: postfix (Ubuntu) = debconf (Ubuntu)

-- 
package postfix (not installed) failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/656251
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

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


Re: [Bug 656048] Re: package amavisd-new-postfix fails to install whenpostfix configured for 'Local only'

2010-10-07 Thread Dave Kliros
I'm very new to Linux. I just installed Ubuntu one week ago. I have no idea 
at all what to tell you or how to do what you suggested. I can tell you 
however, that this crash occurred AFTER I tried to remove the Clam 
antivirus program. I couldn't get it to work right and decided I will just 
not open any mail attachments while I am booted into Linux.

So, I tried removing Clam and as the removal process tried to complete, I 
received that crash notice and was asked to send it on...so I did.

One other issue that came up during that same session is that as it updated 
the installation, I noticed it download a package referencing the boot menu. 
I had a triple boot setup with Windows Vista, Windows 7, and Linux/Ubuntu. 
As I rebooted from that session to finalize the removal of software, and the 
installation of the updates to the system, it would not boot at all except 
to some DOS looking screen that I've not seen before. Not a blue crash 
screen, a black DOS looking screen that appeared to be asking me for some 
input in order to proceed. I just ctrl/alt/delete to reboot again and used 
my Windows 7 disk to repair the boot menu. I now have the old windows boot 
menu, and I used easy BCD to include Ubuntu last week when I installed it. 
So, on that old Windows boot menu, all of my installed systems still appear 
and boot just fine with the exception of Linux/Ubuntu. When I select it to 
boot it just loops me back to the Windows boot menu...so evidently, the 
Ubuntu update that included the grub boot menu update with it was 
responsible for removing my Windows boot menu.


--
From: Scott Kitterman ubu...@kitterman.com
Sent: Thursday, October 07, 2010 4:40 AM
To: 1972proud...@sbcglobal.net
Subject: [Bug 656048] Re: package amavisd-new-postfix fails to install 
whenpostfix configured for 'Local only'

 Does it work if you populate $myhostname only and leave /etc/mailname
 undefined (I believe it does, but can't test it at the moment).

 -- 
 package amavisd-new-postfix fails to install when postfix configured for 
 'Local only'
 https://bugs.launchpad.net/bugs/656048
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “amavisd-new” package in Ubuntu: Confirmed

 Bug description:
 Binary package hint: amavisd-new

 package amavisd-new-postfix (not installed) failed to install/upgrade: 
 subprocess installed post-installation script returned error exit status 1

 ProblemType: Package
 DistroRelease: Ubuntu 10.10
 Package: amavisd-new-postfix (not installed)
 ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
 Uname: Linux 2.6.35-22-generic x86_64
 NonfreeKernelModules: nvidia
 Architecture: amd64
 Date: Wed Oct  6 18:08:18 2010
 ErrorMessage: subprocess installed post-installation script returned error 
 exit status 1
 InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate 
 amd64 (20100928)
 SourcePackage: amavisd-new
 Title: package amavisd-new-postfix (not installed) failed to 
 install/upgrade: subprocess installed post-installation script returned 
 error exit status 1


 TEST CASE:
 apt-get install amavisd-new-postfix
 Select 'Local only' and all defaults in postfix preconfigure screens

 amavisd-new-postfix will then fail to install.

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/656048/+subscribe

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


Re: [Bug 656048] Re: package amavisd-new-postfix fails to install whenpostfix configured for 'Local only'

2010-10-07 Thread Scott Kitterman
OK. I'll check it later.

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread James Page
@Scott - just re-tested with you suggestion and this does work; so long
as $myhostname is defined, the package will install correctly and start.

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 611721] Re: postinst fails if group exists

2010-10-07 Thread Thierry Carrez
** Description changed:

  Binary package hint: tomcat6
  
  In cases where the tomcat6 group already exists (eg ldap), the postinst fails 
due to running addgroup blindly.
  Commenting out the addgroup works fine, although that isn't a generic fix.
  
-  addgroup --system $TOMCAT6_GROUP --quiet 
+  addgroup --system $TOMCAT6_GROUP --quiet
   if ! id $TOMCAT6_USER  /dev/null 21 ; then
  
  (I had a better bug report with more detail, but the no referrer error
  ate it. Lovely..)
+ 
+ == SRU Report ==
+ Impact:
+ If the tomcat6 group already exists, tomcat6 will fail to install correctly.
+ 
+ Development branch fix:
+ Fix is in maverick as of 6.0.28-2ubuntu1
+ 
+ Minimal patch:
+ - addgroup --system $TOMCAT6_GROUP --quiet
+ + if ! getent group $TOMCAT6_GROUP  /dev/null 21 ; then
+ + addgroup --system $TOMCAT6_GROUP --quiet
+ + fi
+ 
+ TEST CASE:
+ $ sudo addgroup tomcat6
+ $ sudo apt-get install tomcat6
+ Affected version:
+ Tomcat fails to install (subprocess installed post-installation script 
returned error exit status 1)
+ Fixed version:
+ Tomcat installs successfully.
+ 
+ Regression potential:
+ Given the nature of the patch, it is minimal.

** Changed in: tomcat6 (Ubuntu Lucid)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
postinst fails if group exists
https://bugs.launchpad.net/bugs/611721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 656173] Re: virt-aa-helper generate incomplete apparmor profiles with chained backing files

2010-10-07 Thread James Page
** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
virt-aa-helper generate incomplete apparmor profiles  with chained backing files
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 595438] Re: KVM segmentation fault, using SCSI+writeback and linux 2.4 guest

2010-10-07 Thread Jean-Baptiste Lallement
Could anyone test the package in -proposed and report feedback here ? 
Thanks in advance.

-- 
KVM segmentation fault, using SCSI+writeback and linux 2.4 guest
https://bugs.launchpad.net/bugs/595438
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 611721] Re: postinst fails if group exists

2010-10-07 Thread Thierry Carrez
SRU fix uploaded to lucid-proposed, ready for review

-- 
postinst fails if group exists
https://bugs.launchpad.net/bugs/611721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 656173] Re: virt-aa-helper generate incomplete apparmor profiles with chained backing files

2010-10-07 Thread James Page
OK; I've now managed to re-produce the issue; It appears that virt-aa-
helper only parses backing_files one level; in this case the full chain
is two levels/three files, so the base qcow2 image is not included in
the apparmor profile:

  /var/log/libvirt/**/test.log w,
  /var/lib/libvirt/**/test.monitor rw,
  /var/run/libvirt/**/test.pid rwk,
  /home/jamespage/vms/test.qcow2 rw,
  /home/jamespage/vms/test_base.qcow2 r,
  # don't audit writes to readonly files
  deny /home/jamespage/vms/test_base.qcow2 w,

I incidentally found a potential bug in virt-install; it does not appear
to recognise .qcow2 files and generates an xml definition with the disk
type as raw.

-- 
virt-aa-helper generate incomplete apparmor profiles  with chained backing files
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656173] Re: virt-aa-helper generate incomplete apparmor profiles with chained backing files

2010-10-07 Thread James Page
Enabling the 'allow_disk_format_probing = 1' in /etc/libvirt/qemu.conf
and restarting libvirtd-bin re-instates the automated probing of
backing_files in Maverick.

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

-- 
libvirt no longer probes chained backing stores
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656173] Re: virt-aa-helper generate incomplete apparmor profiles with chained backing files

2010-10-07 Thread Jamie Strandboge
This behavior changed in libvirt 0.8.3 and the pending lucid-security libvirt 
update and is part of the fix for CVE-2010-2237, CVE-2010-2238 and 
CVE-2010-2239. From /etc/libvirt/qemu.conf:
# If allow_disk_format_probing is enabled, libvirt will probe disk
# images to attempt to identify their format, when not otherwise
# specified in the XML. This is disabled by default.
#
# WARNING: Enabling probing is a security hole in almost all
# deployments. It is strongly recommended that users update their
# guest XML disk elements to include  driver type=''/
# elements instead of enabling this option.
# allow_disk_format_probing = 1

So people can either:
1. adjust /etc/apparmor.d/libvirt/libvirt-uuid to have the extra files
2. adjust /etc/libvirt/qemu.conf for the above

The former is preferred for security reasons, but has to be done for
each virtual machine.

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-2237

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-2238

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2010-2239

** Changed in: libvirt (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
libvirt no longer probes chained backing stores
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656173] Re: virt-aa-helper generates incomplete apparmor profiles with chained backing files

2010-10-07 Thread James Page
** Summary changed:

- virt-aa-helper generate incomplete apparmor profiles  with chained backing 
files
+ virt-aa-helper generates incomplete apparmor profiles  with chained backing 
files

-- 
libvirt no longer probes chained backing stores
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 651134] Re: apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or corruption (fasttop): 0x00007f8b5c8fdac0 ***

2010-10-07 Thread James Page
I think so; I'll close this bug report down.

-- 
apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or 
corruption (fasttop): 0x7f8b5c8fdac0 ***
https://bugs.launchpad.net/bugs/651134
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 651134] Re: apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or corruption (fasttop): 0x00007f8b5c8fdac0 ***

2010-10-07 Thread James Page
This bug report is being closed due to your last comment regarding this
being fixed with an update.

For future reference you can manage the status of your own bugs by
clicking on the current status in the yellow line and then choosing a
new status in the revealed drop down box. You can learn more about bug
statuses at https://wiki.ubuntu.com/Bugs/Status.

Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Please submit any future bugs you may find.

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
apache crashes with *** glibc detected *** /usr/sbin/apache2: double free or 
corruption (fasttop): 0x7f8b5c8fdac0 ***
https://bugs.launchpad.net/bugs/651134
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 656173] Re: libvirt no longer probes chained backing stores

2010-10-07 Thread Jamie Strandboge
** Summary changed:

- virt-aa-helper generates incomplete apparmor profiles  with chained backing 
files
+ libvirt no longer probes chained backing stores

-- 
libvirt no longer probes chained backing stores
https://bugs.launchpad.net/bugs/656173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 655890] Re: net-device-up of mysql's upstart-script won't be triggered on OpenVZ VMs

2010-10-07 Thread James Page
** Changed in: mysql-5.1 (Ubuntu)
   Importance: Undecided = Low

** Changed in: mysql-5.1 (Ubuntu)
   Status: New = Opinion

-- 
net-device-up of mysql's upstart-script won't be triggered on OpenVZ VMs
https://bugs.launchpad.net/bugs/655890
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread James Page
** Changed in: amavisd-new (Ubuntu)
   Status: Confirmed = Triaged

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 656048] Re: package amavisd-new-postfix fails to install when postfix configured for 'Local only'

2010-10-07 Thread Scott Kitterman
OK. Not a bug then. Setting that manually is a workaround for the system
hostname not being set correctly (and we have other bugs about that).

** Changed in: amavisd-new (Ubuntu)
   Status: Triaged = Invalid

-- 
package amavisd-new-postfix fails to install when postfix configured for 'Local 
only'
https://bugs.launchpad.net/bugs/656048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new in ubuntu.

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


[Bug 656415] [NEW] package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3

2010-10-07 Thread adam
Public bug reported:

Binary package hint: vsftpd

vsftpd indicate errors

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu7.1
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
Architecture: i386
Date: Thu Oct  7 18:57:19 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 3
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: vsftpd
Title: package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 3

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


** Tags: apport-package i386 lucid

-- 
package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/656415
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

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


[Bug 656415] Re: package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3

2010-10-07 Thread adam

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/656415/+attachment/1677446/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656415/+attachment/1677447/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/656415/+attachment/1677448/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/656415/+attachment/1677449/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/656415/+attachment/1677450/+files/DpkgTerminalLog.txt

-- 
package vsftpd 2.2.2-3ubuntu7.1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 3
https://bugs.launchpad.net/bugs/656415
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

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


[Bug 361819] Re: Frequent random KVM host kernel OOPS

2010-10-07 Thread Vish
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. We are closing this bug report because it lacks the information we need 
to investigate the problem, as described in the previous comments. Please 
reopen it if you can give us the missing information, and don't hesitate to 
submit bug reports in the future. 
To reopen the bug report you can click on the current status, under the Status 
column, and change the Status back to New.

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

** Changed in: kvm (Ubuntu)
   Status: Incomplete = Invalid

-- 
Frequent random KVM host kernel OOPS 
https://bugs.launchpad.net/bugs/361819
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

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


[Bug 656456] [NEW] Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-07 Thread Patrick Haller
Public bug reported:

Binary package hint: samba

The Samba Fileserver serves 32-bit Windows XP and 64-bit Windows 7 clients.
Without any apparent reason (telling from the log information), the Linux 
kernel / Samba daemon starts logging No data on inotify fd?! messages until 
the harddrive is full. (Existing log limits are ignored).

The effect occurred 4 times since upgradng from Ubuntu 8.0.4 LTS to
Ubuntu 10.0.4 LTS in May 2010.

The machine can only be recovered by rebooting.


System:
- Ubuntu 10.0.4 LTS on AMD64
- Linux se003 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 
x86_64 GNU/Linux
- Samba Version 3.4.7


[Windows 7 64-bit Client machine's log in /var/log/samba]
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
...

[syslog]
Oct  7 06:28:28 se003 smbd[27192]: [2010/10/07 06:28:28,  0] 
smbd/service.c:191(set_current_service)
Oct  7 06:28:28 se003 smbd[27192]:   chdir (/home/user01) failed
Oct  7 06:28:28 se003 smbd[27192]: [2010/10/07 06:28:28,  0] 
smbd/service.c:191(set_current_service)
Oct  7 06:28:28 se003 smbd[27192]:   chdir (/home/user02) failed
Oct  7 06:28:49 se003 kernel: [719413.280723] lo: Disabled Privacy Extensions
Oct  7 06:28:49 se003 postfix/smtpd[27890]: connect from localhost[127.0.0.1]
Oct  7 06:28:49 se003 postfix/smtpd[27890]: disconnect from localhost[127.0.0.1]
Oct  7 06:29:27 se003 fetchmail[2889]: awakened at Thu Oct  7 06:29:27 2010
Oct  7 06:29:28 se003 fetchmail[2889]: Server certificate verification error: 
certificate has expired
Oct  7 06:29:32 se003 fetchmail[2889]: last message repeated 4 times
Oct  7 06:29:32 se003 fetchmail[2889]: sleeping at Thu Oct  7 06:29:32 2010 for 
60 seconds
Oct  7 06:30:32 se003 fetchmail[2889]: awakened at Thu Oct  7 06:30:32 2010
Oct  7 06:30:33 se003 fetchmail[2889]: Server certificate verification error: 
certificate has expired
Oct  7 06:30:38 se003 fetchmail[2889]: last message repeated 4 times
Oct  7 06:30:38 se003 fetchmail[2889]: sleeping at Thu Oct  7 06:30:38 2010 for 
60 seconds
Oct  7 06:31:04 se003 imapd: Connection, ip=[:::127.0.0.1]
Oct  7 06:31:04 se003 imapd: LOGOUT, ip=[:::127.0.0.1], rcvd=11, sent=307
Oct  7 06:31:12 se003 smbd[27192]: [2010/10/07 06:31:12,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 06:31:12 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 06:31:12 se003 smbd[27192]: [2010/10/07 06:31:12,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 06:31:12 se003 smbd[27192]:   No data on inotify fd?!
...
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
...
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:18 se003 smbd[27192]: [2010/10/07 09:32:18,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:18 se003 smbd[27192]:   No data on inotify fd?!
 MANUAL MACHINE RESTART 
Oct  7 11:52:05 se003 kernel: imklog 4.2.0, log source = /proc/kmsg started.
Oct  7 11:52:05 se003 rsyslogd: [origin software=rsyslogd swVersion=4.2.0 
x-pid=1180 x-info=http://www.rsyslog.com;] (re)start
Oct  7 11:52:05 se003 rsyslogd: rsyslogd's groupid changed to 102
Oct  7 11:52:05 se003 rsyslogd: rsyslogd's userid changed to 101
Oct  7 11:52:04 se003 rsyslogd-2039: Could no open output file '/dev/xconsole' 
[try http://www.rsyslog.com/e/2039 ]
Oct  7 11:52:05 se003 nmbd[1179]: [2010/10/07 11:52:05,  0] 
nmbd/nmbd_logonnames.c:160(add_logon_names)
Oct  7 11:52:05 se003 nmbd[1179]:   add_domain_logon_names:
Oct  7 11:52:05 se003 kernel: [0.00] Initializing cgroup subsys cpuset
Oct  7 11:52:05 se003 kernel: [0.00] Initializing cgroup subsys cpu
Oct  7 11:52:05 se003 kernel: [0.00] Linux version 2.6.32-25-generic 
(bui...@yellow) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #44-Ubuntu SMP Fri 
Sep 17 20:05:27 UTC 2010 (Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7)
Oct  7 11:52:05 se003 kernel: [0.00] Command line: root=/dev/md1 ro 
quiet splash 
Oct  7 11:52:05 se003 kernel: [0.00] KERNEL supported cpus:


[daemon.log]
Oct  7 06:08:18 se003 smbd[27192]: [2010/10/07 06:08:18,  0] 
smbd/nttrans.c:2123(call_nt_transact_ioctl)
Oct  7 06:08:18 se003 smbd[27192]:   call_nt_transact_ioctl(0x900eb): Currently 
not implemented.
Oct  7 06:08:28 se003 smbd[27192]: [2010/10/07 06:08:28,  0] 

[Bug 656456] Re: Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-07 Thread Patrick Haller

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656456/+attachment/1677571/+files/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/656456/+attachment/1677572/+files/SambaInstalledVersions.txt

-- 
Samba is filling the disk with two logfiles (syslog and daemon.log) with 
messages on No data on inotify ds?!
https://bugs.launchpad.net/bugs/656456
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 656465] [NEW] package vsftpd 2.2.2-3ubu ntu6 failed to install/upgrade: el subproceso script pos t-installation instalado devolvió el código de s alida de error 1

2010-10-07 Thread gmork
Public bug reported:

Binary package hint: vsftpd

ferna...@fernando-desktop:~$ sudo apt-get install vsftpd
[sudo] password for fernando: 
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Se instalaron de forma automática los siguientes paquetes y ya no son 
necesarios.
  openbsd-inetd
Utilice «apt-get autoremove» para eliminarlos.
Se instalarán los siguientes paquetes NUEVOS:
  vsftpd
0 actualizados, 1 se instalarán, 0 para eliminar y 0 no actualizados.
Necesito descargar 141kB de archivos.
Se utilizarán 471kB de espacio de disco adicional después de esta operación.
Des:1 http://archive.ubuntu.com/ubuntu/ lucid/main vsftpd 2.2.2-3ubuntu6 [141kB]
Descargados 141kB en 0s (215kB/s)
Preconfigurando paquetes ...
Seleccionando el paquete vsftpd previamente no seleccionado.
(Leyendo la base de datos ...  00%
336469 ficheros y directorios instalados actualmente.)
Desempaquetando vsftpd (de .../vsftpd_2.2.2-3ubuntu6_i386.deb) ...
Procesando disparadores para man-db ...
Procesando disparadores para ureadahead ...
Configurando vsftpd (2.2.2-3ubuntu6) ...
vsftpd user (ftp) already exists, doing nothing.
chown: grupo inválido: «root:ftp»
dpkg: error al procesar vsftpd (--configure):
 el subproceso script post-installation instalado devolvió el código de salida 
de error 1
Se encontraron errores al procesar:
 vsftpd
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu6
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
AptOrdering:
 vsftpd: Install
 vsftpd: Configure
Architecture: i386
Date: Thu Oct  7 20:21:33 2010
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
InstallationMedia: Xubuntu 9.10 Karmic Koala - Release i386 (20091028.3)
SourcePackage: vsftpd
Title: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1

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


** Tags: apport-package i386 lucid

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: el subproceso script 
post-installation instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/656465
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

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


[Bug 656465] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: el subproceso script post-in stallation instalado devolvió el código de salid a de error 1

2010-10-07 Thread gmork

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656465/+attachment/1677634/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/656465/+attachment/1677635/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/656465/+attachment/1677636/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/656465/+attachment/1677637/+files/DpkgTerminalLog.txt

-- 
package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: el subproceso script 
post-installation instalado devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/656465
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd in ubuntu.

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


[Bug 656471] [NEW] package mysql-server-core-5.1 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/my_print_defaults', which is also in package mysql-cluster-server-5.1 0:7.0.9-

2010-10-07 Thread barry.hea...@btinternet.com
Public bug reported:

release of Ubuntu - Ubuntu 10.04 LTS
Version - 5.1.41-3ubuntu12.6
I expected the mysql-client core to install using Synaptic Package Manager but 
the installation failed.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-core-5.1 (not installed)
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Oct  7 19:18:30 2010
ErrorMessage: trying to overwrite '/usr/bin/my_print_defaults', which is also 
in package mysql-cluster-server-5.1 0:7.0.9-1ubuntu7
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-core-5.1 (not installed) failed to install/upgrade: 
trying to overwrite '/usr/bin/my_print_defaults', which is also in package 
mysql-cluster-server-5.1 0:7.0.9-1ubuntu7

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

-- 
package mysql-server-core-5.1 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/my_print_defaults', which is also in package 
mysql-cluster-server-5.1 0:7.0.9-1ubuntu7
https://bugs.launchpad.net/bugs/656471
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 656471] Re: package mysql-server-core-5.1 (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/my_print_defaults', which is also in package mysql-cluster-server-5.1 0:7.0.9-1

2010-10-07 Thread barry.hea...@btinternet.com

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/656471/+attachment/1677657/+files/AptOrdering.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/656471/+attachment/1677658/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/656471/+attachment/1677659/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/656471/+attachment/1677660/+files/DpkgTerminalLog.txt

-- 
package mysql-server-core-5.1 (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/my_print_defaults', which is also in package 
mysql-cluster-server-5.1 0:7.0.9-1ubuntu7
https://bugs.launchpad.net/bugs/656471
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 655846] Re: package winbind 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-10-07 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Package changed: ubuntu = samba (Ubuntu)

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

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

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


[Bug 656527] [NEW] net usersidlist on a newly-installed samba server crashes with SIGSEGV

2010-10-07 Thread C de-Avillez
Public bug reported:

Binary package hint: samba

ISO testing, testing i386 server image -- Samba test. When I run 'net
usersidlist' I get this output:

CHECKBOX\nobody
 S-1-5-21-2266484315-1315366848-732043401-501
 S-1-1-0
 S-1-5-2
 S-1-5-11

 (NULL SID)
Segmentation fault (core dumped)

Will add in the apport-collected data in a few

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

-- 
net usersidlist on a newly-installed samba server crashes with SIGSEGV
https://bugs.launchpad.net/bugs/656527
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 656527] Re: net usersidlist on a newly-installed samba server crashes with SIGSEGV

2010-10-07 Thread C de-Avillez
Sigh. It seems I will have to reboot to get the report here :-(

-- 
net usersidlist on a newly-installed samba server crashes with SIGSEGV
https://bugs.launchpad.net/bugs/656527
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 656531] [NEW] libvirt unable to start VM with SDL display

2010-10-07 Thread Jamin W. Collins
Public bug reported:

Since upgrading to 10.10, attempting to start any VM (new or pre-
existing) that utilizes an SDL display fails.  Initially, I thought it
might be something with qemu/kvm.  However, starting a VM with an SDL
display manually with a command like the following, works fine:

kvm -m 512 -cdrom dsl.iso -boot d

I then thought it might be something with my pre-existing VMs
definitions.  So, I created a completely new VM using virt-manager.  As
long as the VM is using a VNC display it starts fine.  However, once the
VNC display is removed and replaced with an SDL display it fails to
start.

Log entries such as the following are created:

LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
XAUTHORITY=/home/jcollins/.Xauthority DISPLAY=:0.0 /usr/bin/kvm -S -M pc-0.12 
-enable-kvm -m 512 -smp 1,sockets=1,cores=1,threads=1 -name testing -uuid 
37452670-32a9-4f86-8095-bc50c4111483 -nodefaults -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/testing.monitor,server,nowait -mon 
chardev=monitor,mode=readline -rtc base=utc -boot c -drive 
file=/opt/vms/testing.img,if=none,id=drive-virtio-disk0,boot=on,format=raw 
-device 
virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0 
-drive if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw -device 
ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 -device 
virtio-net-pci,vlan=0,id=net0,mac=52:54:00:5e:ef:e6,bus=pci.0,addr=0x3 -net 
tap,fd=45,vlan=0,name=hostnet0 -chardev pty,id=serial0 -device 
isa-serial,chardev=serial0 -usb -sdl -vga cirrus -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6 
char device redirected to /dev/pts/4
No protocol specified
No protocol specified
Could not initialize SDL - exiting

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: libvirt-bin 0.8.3-1ubuntu14
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Thu Oct  7 14:43:14 2010
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: libvirt

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


** Tags: amd64 apport-bug maverick

-- 
libvirt unable to start VM with SDL display
https://bugs.launchpad.net/bugs/656531
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656531] Re: libvirt unable to start VM with SDL display

2010-10-07 Thread Jamin W. Collins

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656531/+attachment/1677836/+files/Dependencies.txt

-- 
libvirt unable to start VM with SDL display
https://bugs.launchpad.net/bugs/656531
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656527] Re: net usersidlist on a newly-installed samba server crashes with SIGSEGV

2010-10-07 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
net usersidlist on a newly-installed samba server crashes with SIGSEGV
https://bugs.launchpad.net/bugs/656527
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 596780] Re: tomcat6 still missing JSTL (glassfish-javaee)

2010-10-07 Thread ddouthitt
I thought I was clear on the problem. The problem is that when the
examples webapp is run, it fails because JSTL is missing - which it was
never before.

If that is how it upstream, then so be it.

Thanks!

-- 
tomcat6 still missing JSTL (glassfish-javaee)
https://bugs.launchpad.net/bugs/596780
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 656596] [NEW] package samba-common-bin 2:3.4.0-3ubuntu5.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-10-07 Thread Kevin Blum
Public bug reported:

Binary package hint: samba

Unable to get samba updates

ProblemType: Package
Architecture: i386
Date: Wed Oct  6 21:00:09 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
Package: samba-common-bin 2:3.4.0-3ubuntu5.7
ProcVersionSignature: Ubuntu 2.6.31-22.65-generic
SourcePackage: samba
Title: package samba-common-bin 2:3.4.0-3ubuntu5.7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
Uname: Linux 2.6.31-22-generic i686

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


** Tags: apport-package i386

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

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


[Bug 656596] Re: package samba-common-bin 2:3.4.0-3ubuntu5.7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-10-07 Thread Kevin Blum

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/656596/+attachment/1678082/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656596/+attachment/1678083/+files/Dependencies.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/656596/+attachment/1678084/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/656596/+attachment/1678085/+files/DpkgTerminalLog.txt

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

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


[Bug 656531] Re: libvirt unable to start VM with SDL display

2010-10-07 Thread Dave Gilbert
*** This bug is a duplicate of bug 615077 ***
https://bugs.launchpad.net/bugs/615077

** This bug has been marked a duplicate of bug 615077
   [Maverick] SDL local window broken in last update
 * You can subscribe to bug 615077 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/615077/+subscribe

-- 
libvirt unable to start VM with SDL display
https://bugs.launchpad.net/bugs/656531
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 615077] Re: [Maverick] SDL local window broken in last update

2010-10-07 Thread Jamin W. Collins
I reported #656531, which was marked as a duplicate of this.  Indeed it
is covered by this.  However, I believe this is a much larger issue than
this report makes it out to be.  Importance on all components except
qemu-kvm is still listed as undecided, and the problem isn't even with
qemu-kvm.  This problem is with virtinst and libvirt and is much higher
than medium.  This is a full on regression, configurations that worked
under lucid will not work under maverick.  This strikes me as a very
severe or critical issue.

-- 
[Maverick] SDL local window broken in last update
https://bugs.launchpad.net/bugs/615077
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 470636] Re: AppArmor security driver does not support backingstore

2010-10-07 Thread Jamin W. Collins
This is still an issue in Maverick.

-- 
AppArmor security driver does not support backingstore
https://bugs.launchpad.net/bugs/470636
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 580237] Re: vmbuilder crashed with AttributeError in register_options()

2010-10-07 Thread Yao
seams vbox plugins is out of date

a workaround:
modify /usr/lib/python2.6/dist-packages/VMBuilder/plugins/virtualbox/vm.py
make the register_options method like this.

def register_options(self):
group = self.setting_group('VirtualBox options')
group.add_setting('vbox-disk-format', metavar='FORMAT', default='vdi', 
help='Desired disk format. Valid options are: vdi vmdk. [default: %default]')
#self.context.register_setting_group(group)

-- 
vmbuilder crashed with AttributeError in register_options()
https://bugs.launchpad.net/bugs/580237
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

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


[Bug 615077] Re: [Maverick] SDL local window broken in last update

2010-10-07 Thread Marc Deslauriers
** Changed in: libvirt (Ubuntu Maverick)
   Importance: Undecided = Medium

** Changed in: virtinst (Ubuntu Maverick)
   Importance: Undecided = Medium

-- 
[Maverick] SDL local window broken in last update
https://bugs.launchpad.net/bugs/615077
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 656660] [NEW] package samba 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade:

2010-10-07 Thread vinay
Public bug reported:

Binary package hint: samba

I want to share files and folder of ubunto machine to windows machine. Both 
machine are in same domain of corporate network.
Also I want to access the corporate network folders present on linux server.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: samba 2:3.4.7~dfsg-1ubuntu3.2
ProcVersionSignature: Ubuntu 2.6.24-25.63-generic
Uname: Linux 2.6.24-25-generic i686
Architecture: i386
Date: Thu Oct  7 18:34:58 2010
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 127
RelatedPackageVersions:
 nautilus 1:2.30.1-0ubuntu1.1
 gvfs 1.6.1-0ubuntu1build1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

-- 
package samba 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade:
https://bugs.launchpad.net/bugs/656660
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 656660] Re: package samba 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade:

2010-10-07 Thread vinay

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656660/+attachment/1678254/+files/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/656660/+attachment/1678255/+files/SambaInstalledVersions.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   
https://bugs.launchpad.net/bugs/656660/+attachment/1678256/+files/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   
https://bugs.launchpad.net/bugs/656660/+attachment/1678257/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   
https://bugs.launchpad.net/bugs/656660/+attachment/1678258/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   
https://bugs.launchpad.net/bugs/656660/+attachment/1678259/+files/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   
https://bugs.launchpad.net/bugs/656660/+attachment/1678260/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/656660/+attachment/1678261/+files/VarLogDistupgradeTermlog.gz

-- 
package samba 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade:
https://bugs.launchpad.net/bugs/656660
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 656142] [NEW] ecryptfs reports errors, especially under system load

2010-10-07 Thread Jeff Abrahamson
Public bug reported:

Binary package hint: ecryptfs-utils

I frequently see this message in /var/log/kern.log for an ecryptfs
volume I mount:

Oct  7 06:48:02 london kernel: [82261.625859] Valid eCryptfs headers not found 
in file header region or xattr region
Oct  7 06:48:02 london kernel: [82261.625864] Either the lower file is not in a 
valid eCryptfs format, or the key could not be retrieved. Plaintext passthrough 
mode is not enabled; returning -EIO

I sometimes also see this error in the log:

Oct  7 06:23:49 london kernel: [80809.306298] Could not find key with 
description: [dc60d6cfa254c94d]
Oct  7 06:23:49 london kernel: [80809.306306] process_request_key_err: No key

Applications rarely but sometimes report having received EIO.  This is
disturbing in itself, since a given app should always respond the same
to the same error, and EIO is an unlikely error to be able to handle
within an app.  A good test case is this:

$ find $base -type f -exec sha1sum \{\} \;  $outfile

Errors seen when accessing a file when the system is under heavy IO load
often disappear when the system becomes more quiescent again.

Reports on the web from a couple years back indicate that something like
this may happen with empty files.  That seems not to be the case here.

This is a bit vague, because I'm not clear on how to provide more
detailed information on errors from a file system, even a user space
filesystem.  I'm happy to do (non-destructive) tests if I may help.

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ecryptfs-utils 83-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
Architecture: amd64
Date: Thu Oct  7 06:45:46 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: ecryptfs-utils

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


** Tags: amd64 apport-bug lucid

-- 
ecryptfs reports errors, especially under system load
https://bugs.launchpad.net/bugs/656142
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656142] Re: ecryptfs reports errors, especially under system load

2010-10-07 Thread Jeff Abrahamson

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656142/+attachment/1676428/+files/Dependencies.txt

-- 
ecryptfs reports errors, especially under system load
https://bugs.launchpad.net/bugs/656142
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 586986] Re: Switching from mail to calendar undocks the evolution window in Ubuntu Netbook Edition

2010-10-07 Thread Joël Schaerer
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

Yes, it is reproducible. From the initial bug report:

However after switching from mail to calendar or calendar to mail, the
window is no longer properly maximized, and it is impossible to put it
back in a good state without restarting the application.

-- 
Switching from mail to calendar undocks the evolution window in Ubuntu 
Netbook Edition
https://bugs.launchpad.net/bugs/586986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 586329] Re: Editor does not accept input after coming back from screensaver

2010-10-07 Thread Lox
Bug is in 10.10 too

-- 
Editor does not accept input after coming back from screensaver
https://bugs.launchpad.net/bugs/586329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 22070] Re: Logitech Quickcam Messenger is not usable

2010-10-07 Thread Lee Jones
Now that's an interesting.

Any further information that you can provide would be useful.

Thanks Yozen.

-- 
Logitech Quickcam Messenger is not usable
https://bugs.launchpad.net/bugs/22070
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 656037] Re: Software sources not selected

2010-10-07 Thread Jeff Lane
Yep... that sounds reasonable...

I've attached sources.list from my latest ISO test (Ubuntu Netbook)
which is, indeed, hosed.


** Attachment added: sources.list
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/656037/+attachment/1676429/+files/sources.list

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

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


[Bug 632780] Re: bug in telepathy-butterfly: can't open contacts, contact list refreshes faulty

2010-10-07 Thread Andrew Clunis
I've seen this behaviour once, since upgrading to 10.10 earlier this
evening: double clicking on any contacts in Empathy's roster would
produce no results, and if you used the Accounts window to reconnect,
it will appear to work.  However, the MSN buddies would disappear from
the roster and would not return.

Telepathy-butterfly appeared to be wedged; it did not respond to
SIGTERM, and needed a SIGKILL to get rid of it.  That done, things
worked properly.  We'll see if it happens again.

Nothing obvious showed up in .xsession-errors.  Where do the connection
managers log things again...?

-- 
bug in telepathy-butterfly: can't open contacts, contact list refreshes faulty
https://bugs.launchpad.net/bugs/632780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 632780] Re: bug in telepathy-butterfly: can't open contacts, contact list refreshes faulty

2010-10-07 Thread Andrew Clunis
I should clarify, clicking on any *MSN* contacts would produce no
results.  Alas, LP comments do not appear to be editable.

-- 
bug in telepathy-butterfly: can't open contacts, contact list refreshes faulty
https://bugs.launchpad.net/bugs/632780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 605043] Re: Ubuntu 10.04 64 bit on Dell Lattitude E6410: Failed to read MMC card

2010-10-07 Thread Jon
I have this issue on Maverick RC on a Dell Precision M4500.  Straight
install, no upgrade.  I tried the fix listed in #7, does work.

r...@delltestm4500-laptop:~# uname -r
2.6.35-22-generic

From /var/log/syslog:
Oct  6 22:57:19 delltestm4500-laptop kernel: [ 5183.316204] mmc0: ADMA error
Oct  6 22:57:19 delltestm4500-laptop kernel: [ 5183.319242] mmc0: error -5 
whilst initialising SD card

-- 
Ubuntu 10.04 64 bit on Dell Lattitude E6410: Failed to read MMC card
https://bugs.launchpad.net/bugs/605043
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656139] Re: unattended-upgrade crashed with SIGSEGV in PyString_FromFormatV()

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

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

** Attachment removed: CoreDump.gz
   
https://bugs.edge.launchpad.net/bugs/656139/+attachment/1676418/+files/CoreDump.gz

** Attachment removed: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/656139/+attachment/1676419/+files/Dependencies.txt

** Attachment removed: Disassembly.txt
   
https://bugs.edge.launchpad.net/bugs/656139/+attachment/1676420/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.edge.launchpad.net/bugs/656139/+attachment/1676421/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.edge.launchpad.net/bugs/656139/+attachment/1676422/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.edge.launchpad.net/bugs/656139/+attachment/1676423/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/656139/+attachment/1676424/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/656139/+attachment/1676425/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 655154

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

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


[Bug 548720] Re: BCM2046 Bluetooth not working

2010-10-07 Thread Loren
I've got a Lenovo Y450 with the same problem, looks like the same
adapter.

Bus 008 Device 002: ID 0a5c:2150 Broadcom Corp. 
Device Descriptor:
 --snip--
  iManufacturer   1 Broadcom Corp
  iProduct2 BCM2046 Bluetooth Device
  iSerial 3 2C8158C35DB2

$ hcitool scan
Device is not available: No such device
$ hcitool dev
Devices:

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

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


[Bug 656144] [NEW] kwin composing suspended on login

2010-10-07 Thread Cyril Buquet
Public bug reported:

Since migration to kubuntu 10.10 RC, kwin composing suspended on login
ALT+SHIFT+F12 restore composing

Hardware : ATI rmobility Radeon X2300, using open source radeon driver
Workaround : KDE system setting (Desktop Effects...Advanced...Disable 
functionality checks).
(found here : https://bugs.kde.org/show_bug.cgi?id=202274)

Ubuntu maverick (development branch)
Release:10.10
Added kubuntu ppa for update to KDE 4.5.2 = no change

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: composing kde

-- 
kwin composing suspended on login
https://bugs.launchpad.net/bugs/656144
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656143] [NEW] in ubuntu studio system will switch/flicker on and off an open window (firefox or teminal).

2010-10-07 Thread pascal bronks
Public bug reported:

 in the panel area when an application is open. the application bar
flicker on and off. this issue makes typing difficult because the cursor
dissappears. also it may be cause of CPU over heating and shutting down.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-25-generic 2.6.32-25.44
Regression: No
Reproducible: No
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  baba   3353 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH6'/'Intel ICH6 with AD1981B at irq 22'
   Mixer name   : 'Analog Devices AD1981B'
   Components   : 'AC97a:41445374'
   Controls  : 26
   Simple ctrls  : 18
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
70HT27WW-1.04'
   Mixer name   : 'ThinkPad EC 70HT27WW-1.04'
   Components   : ''
   Controls  : 2
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
   Playback channels: Mono
   Limits: Playback 0 - 14
   Mono: Playback 0 [0%] [on]
Date: Wed Oct  6 21:44:08 2010
Frequency: Once a day.
HibernationDevice: RESUME=UUID=7aa475ef-0c0e-4f77-81e3-4d5253a1060c
InstallationMedia: Lubuntu 10.04 Lucid Lynx - i386 (20100429)
MachineType: IBM 2687D3U
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-25-generic 
root=UUID=1000ec49-bfeb-4cb3-abdf-4820dbc88b64 ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.1
RfKill:
 
SourcePackage: linux
dmi.bios.date: 08/21/2006
dmi.bios.vendor: IBM
dmi.bios.version: 1YET65WW (1.29 )
dmi.board.name: 2687D3U
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnIBM:bvr1YET65WW(1.29):bd08/21/2006:svnIBM:pn2687D3U:pvrThinkPadT43:rvnIBM:rn2687D3U:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 2687D3U
dmi.product.version: ThinkPad T43
dmi.sys.vendor: IBM

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


** Tags: apport-bug i386 lucid needs-upstream-testing

-- 
in ubuntu studio system will switch/flicker on and off an open window (firefox 
or teminal).
https://bugs.launchpad.net/bugs/656143
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656143] Re: in ubuntu studio system will switch/flicker on and off an open window (firefox or teminal).

2010-10-07 Thread pascal bronks

** Patch added: dmesg.log
   https://bugs.launchpad.net/bugs/656143/+attachment/1676430/+files/dmesg.log

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676431/+files/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676432/+files/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676433/+files/ArecordDevices.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676434/+files/BootDmesg.txt

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676435/+files/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676436/+files/Card0.Codecs.codec97.0.ac97.0.0.txt

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676437/+files/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676438/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676439/+files/Dependencies.txt

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676440/+files/IwConfig.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/656143/+attachment/1676441/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/656143/+attachment/1676442/+files/Lsusb.txt

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676443/+files/PciMultimedia.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676444/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676445/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676446/+files/ProcModules.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/656143/+attachment/1676447/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/656143/+attachment/1676448/+files/UdevLog.txt

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/656143/+attachment/1676449/+files/WifiSyslog.txt

-- 
in ubuntu studio system will switch/flicker on and off an open window (firefox 
or teminal).
https://bugs.launchpad.net/bugs/656143
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 655434] Re: Eclipse alters files on save

2010-10-07 Thread Lox
** Changed in: eclipse (Ubuntu)
   Status: New = Confirmed

-- 
Eclipse alters files on save
https://bugs.launchpad.net/bugs/655434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642343] Re: package ubuntu-netbook-default-settings 0.8.9 failed to install/upgrade: ErrorMessage: pakket ubuntu-netbook-default-settings is niet gereed voor configuratie kan het niet configurere

2010-10-07 Thread Tim White
** Changed in: ubuntu-netbook-default-settings (Ubuntu)
   Status: Invalid = Incomplete

-- 
package ubuntu-netbook-default-settings 0.8.9 failed to install/upgrade: 
ErrorMessage: pakket ubuntu-netbook-default-settings is niet gereed voor 
configuratie  kan het niet configureren (huidige status `half-installed')
https://bugs.launchpad.net/bugs/642343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 581447] Re: ubuntu-bug does not use proxy authentification settings

2010-10-07 Thread Johan Walles
Duplicate of bug 94130?

-- 
ubuntu-bug does not use proxy authentification settings
https://bugs.launchpad.net/bugs/581447
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656147] [NEW] package mplayer-gui 2:1.0~rc3 svn20090426-1ubuntu16 failed to install/upgrade: trying to overwrite '/usr/bin/gmplayer', which is also in package mplayer 2:1.0~rc3 svn20100416-0lucid

2010-10-07 Thread daYna
Public bug reported:

Binary package hint: mplayer

The version of the package you are using checking in Synaptic.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mplayer-gui 2:1.0~rc3+svn20090426-1ubuntu16
ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Thu Oct  7 08:13:36 2010
ErrorMessage: trying to overwrite '/usr/bin/gmplayer', which is also in package 
mplayer 2:1.0~rc3+svn20100416-0lucid3
SourcePackage: mplayer
Title: package mplayer-gui 2:1.0~rc3+svn20090426-1ubuntu16 failed to 
install/upgrade: trying to overwrite '/usr/bin/gmplayer', which is also in 
package mplayer 2:1.0~rc3+svn20100416-0lucid3

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


** Tags: apport-package i386 lucid

-- 
package mplayer-gui 2:1.0~rc3 svn20090426-1ubuntu16 failed to install/upgrade: 
trying to overwrite '/usr/bin/gmplayer', which is also in package mplayer 
2:1.0~rc3 svn20100416-0lucid3
https://bugs.launchpad.net/bugs/656147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656147] Re: package mplayer-gui 2:1.0~rc3 svn20090426-1ubuntu16 failed to install/upgrade: trying to overwrite '/usr/bin/gmplayer', which is also in package mplayer 2:1.0~rc3 svn20100416-0lucid3

2010-10-07 Thread daYna

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/656147/+attachment/1676452/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656147/+attachment/1676453/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/656147/+attachment/1676454/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/656147/+attachment/1676455/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/656147/+attachment/1676456/+files/DpkgTerminalLog.txt

-- 
package mplayer-gui 2:1.0~rc3 svn20090426-1ubuntu16 failed to install/upgrade: 
trying to overwrite '/usr/bin/gmplayer', which is also in package mplayer 
2:1.0~rc3 svn20100416-0lucid3
https://bugs.launchpad.net/bugs/656147
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 655024] Re: Using higher cpu usage

2010-10-07 Thread Taylor Ripps LeMasurier-Wren
I haven't done anything. I have about 20 inactive torrents, but they are
stopped. No download/upload. Are you asking me to delete my settings folder?

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

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


[Bug 654907] Re: notifcation bubbles borders' appearance broken

2010-10-07 Thread steubens
something in the xorg-edgers ppa was breaking the appearance; with it
not present the bubbles draw correctly

** Changed in: notify-osd (Ubuntu)
   Status: New = Invalid

-- 
notifcation bubbles borders' appearance broken
https://bugs.launchpad.net/bugs/654907
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 634926] Re: get_actions_list() - PROBLEM - Can't load gtk-theme-selector.desktop

2010-10-07 Thread dino99
Thanks hannibal,

you are right, but its a wrong g-c-c default configuration, so its a
bug.

-- 
get_actions_list() - PROBLEM - Can't load gtk-theme-selector.desktop
https://bugs.launchpad.net/bugs/634926
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 632896] Re: Leaves unreachable entries in /etc/hosts when stopping network

2010-10-07 Thread Anders Kaseorg
Here’s a tested debdiff with the patch from upstream.  I’m also building
a patched package in my PPA https://launchpad.net/~anders-
kaseorg/+archive/ppa.

** Patch added: 
network-manager_0.8.1+git.20100810t184654.ab580f4-0ubuntu2_lp632896.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/632896/+attachment/1676451/+files/network-manager_0.8.1%2Bgit.20100810t184654.ab580f4-0ubuntu2_lp632896.debdiff

-- 
Leaves unreachable entries in /etc/hosts when stopping network
https://bugs.launchpad.net/bugs/632896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 655848] Re: Cropped icon in statusbar

2010-10-07 Thread Aleksandr Tishin
** Tags added: netbook
** Tags removed: netboot

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

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


[Bug 642343] Re: package ubuntu-netbook-default-settings 0.8.9 failed to install/upgrade: ErrorMessage: pakket ubuntu-netbook-default-settings is niet gereed voor configuratie kan het niet configurere

2010-10-07 Thread Tim White
This bug also affects me. It may be filed under the wrong place, but an
upgrade of 10.04 to 10.10 should work without a problem. IF there is an
issue with the sudoers file, then it is an issue with the 10.04 file.
Maybe this package should predepend on a newer version of sudo?

 you should check your sudo configuration. It's not the standard one:
 $ sudo dpkg-maintscript-helper
 should show the syntax help.

My sudo config is the default config that came with 10.04. Sudo has been
upgraded to 10.10's version (1.7.2p7-1ubuntu2 at the time I'm writing
this).

-- 
package ubuntu-netbook-default-settings 0.8.9 failed to install/upgrade: 
ErrorMessage: pakket ubuntu-netbook-default-settings is niet gereed voor 
configuratie  kan het niet configureren (huidige status `half-installed')
https://bugs.launchpad.net/bugs/642343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 380126] Re: [Karmic] Touchpad not recognised correctly, synaptics driver not in use

2010-10-07 Thread Jon
Also affected by this issue on a Dell Precision M4500 on 10.10 RC.

dell-test-m4...@delltestm4500-laptop:~$ uname -r
2.6.35-22-generic


dell-test-m4...@delltestm4500-laptop:~$ cat xinput 
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouseid=12   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Sleep Button  id=9[slave  keyboard (3)]
↳ Laptop_Integrated_Webcam_3M   id=10   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=11   [slave  keyboard (3)]
↳ Dell WMI hotkeys  id=13   [slave  keyboard (3)]
dell-test-m4...@delltestm4500-laptop:~$ 

dell-test-m4...@delltestm4500-laptop:~$ cat devices
I: Bus=0011 Vendor=0002 Product=0001 Version=
N: Name=PS/2 Generic Mouse
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input12
U: Uniq=
H: Handlers=mouse0 event12 
B: EV=7
B: KEY=7 0 0 0 0
B: REL=3


** Attachment added: Xorg Log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/380126/+attachment/1676459/+files/Xorg.0.log

-- 
[Karmic] Touchpad not recognised correctly, synaptics driver not in use
https://bugs.launchpad.net/bugs/380126
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 656149] [NEW] dependancy problem: cryptdisks_start should require watershed

2010-10-07 Thread Pieter
Public bug reported:

Binary package hint: cryptsetup

Using a encrypted file, i got the following error when opening/seting it
ip.

:~$ sudo cryptdisks_start personal
[sudo] password for pieters: 
 * Starting crypto disk...  
 * personal (starting)..
/usr/sbin/cryptdisks_start: 1: /lib/udev/watershed: not found
/usr/sbin/cryptdisks_start: 1: /lib/udev/watershed: not found
/usr/sbin/cryptdisks_start: 1: /lib/udev/watershed: not found
 * personal (failed)...  [fail] 
:~$ 

After installing watershed, the errors were gone, and the mounting
worked.

$ sudo cryptdisks_start personal
 * Starting crypto disk...  
 * personal (starting)..
Unlocking the disk /dev/loop1 (personal)
Enter passphrase: 
 * personal (started)... [ OK ] 
$


$ lsb_release -rd
Description:Ubuntu maverick (development branch)
Release:10.10
Same problem on 10.04

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

-- 
dependancy problem: cryptdisks_start should require watershed
https://bugs.launchpad.net/bugs/656149
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 655024] Re: Using higher cpu usage

2010-10-07 Thread Taylor Ripps LeMasurier-Wren
Okay, I renamed .config/transimssion, and now transmission starts up fast.
But the moment I start some torrents and pause them. The cpu jumps up to
around 8-15%, even when they aren't running. So I don't think any of my
settings have anything to do with this.

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

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


[Bug 629061] Re: Desktop is in english after an installation in French

2010-10-07 Thread Ara Pulido
Did you have Internet connection during the installation? Did you choose
first English on the Live CD and then French when installing?

-- 
Desktop is in english after an installation in French
https://bugs.launchpad.net/bugs/629061
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 487057] Re: Thunderbird starts virusscan instead of the right application when opening attachments

2010-10-07 Thread Martin Wildam
Even reboot did not help, but I made further tests and found out
something:

It depends on the PDF. PDFs created with Open Office are recognized
perfectly, but PDFs created on Windows with different PDF creation tool
might not work (need to find out, if general issue with Windows PDFs or
not). I examined mime type and both seem to be application/pdf (at least
that is what Nautilus says). - It also could be, that it is not the PDF
file itself, but how it is packed to the email. All emails with such
PDFs were sent by Outlook (which is a very good sample of crap gotten
widely adopted).

-- 
Thunderbird starts virusscan instead of the right application when opening 
attachments
https://bugs.launchpad.net/bugs/487057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 656139] Re: unattended-upgrade crashed with SIGSEGV in PyString_FromFormatV()

2010-10-07 Thread ewro
*** This bug is a duplicate of bug 655154 ***
https://bugs.launchpad.net/bugs/655154

Additionally, any further discussion regarding the bug should occur in the 
other report.
Yes but I can't join discussion as soon as I have no access permission for bug 
#655154 ;)

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

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


  1   2   3   4   5   6   7   8   9   10   >