[Bug 718326] Re: false positive

2011-02-16 Thread Török Edwin
False positives should be submitted using this form, and not as a bugreport:
http://cgi.clamav.net/sendvirus.cgi
That form requires you to attach the file which is causing false positive, mark 
the a false positive checkbox, and write some comments describing what it is.

However you should rescan the file prior to submitting, because the file
you reference scans as clean for me now.

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

Title:
  false positive

-- 
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 364566] Re: php5 crashed with SIGSEGV due to complex regex

2011-02-16 Thread NIIBE Yutaka
*** This bug is a duplicate of bug 334107 ***
https://bugs.launchpad.net/bugs/334107

** This bug is no longer a duplicate of bug 356578
   php5 crashed with SIGSEGV
** This bug has been marked a duplicate of bug 334107
   infinite recursion in libpcre via PHP
 * You can subscribe to bug 334107 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/pcre3/+bug/334107/+subscribe

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

Title:
  php5 crashed with SIGSEGV due to complex regex

-- 
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 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-02-16 Thread Oren Held
Seems to be the same case as
- Debian sid: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613505
- Arch Linux https://bugs.archlinux.org/task/22897?project=1

I'll try to report it to upstream

** Bug watch added: Debian Bug tracker #613505
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613505

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
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 710319] Re: CPU usage is incorrect on server-status page

2011-02-16 Thread Stefan Bader
Thanks for trying. In that case its likely somewhere else (plenty of
places but hard to find).  :(

Regarding your question about safety: it should be relatively safe as
the change is also upstream and seems to address a corner case anyway.
If you want to be on the complete official side I think sudo apt-get
install --reinstall linux-image-server should pull you back to the
official version. Or any official update which will be replacing this
kernel. There is already one under preparation as far as I know. So it
is a matter of a few weeks. The versioning of the package is in a way
that it is newer than the official package that it is based on, but will
always be replaced by anything that comes through updates.

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

Title:
  CPU usage is incorrect on server-status page

-- 
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 719898] [NEW] logwatch does not report cron events

2011-02-16 Thread Oliver Brakmann
Public bug reported:

Binary package hint: logwatch

Hello,

Debian/Ubuntu ships a cron service definition (in
dist.conf/services/cron), which does not match any cron logfile entries
due to a wrong OnlyService statement in said service definition.

Currently, it looks like this:
*OnlyService = (CROND|\/USR\/SBIN\/CRON|\/usr\/sbin\/cron)

However, the logfile entries for cron look like this, so they don't match:
Feb 16 09:11:11 deimos cron[641]: (CRON) INFO (pidfile fd = 3)
Feb 16 09:11:11 deimos cron[654]: (CRON) STARTUP (fork ok)
Feb 16 09:11:11 deimos cron[654]: (CRON) INFO (Running @reboot jobs)
Feb 16 09:17:01 deimos CRON[923]: (root) CMD (   cd /  run-parts --report 
/etc/cron.hourly)

I suggest changing the OnlyService statement to this (patch attached):
*OnlyService = (CRON|cron|CROND|\/USR\/SBIN\/CRON|\/usr\/sbin\/cron)

This applies to all Ubuntu releases, from at least Lucid to Natty.

Thanks!

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


** Tags: patch

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

Title:
  logwatch does not report cron events

-- 
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 719898] Re: logwatch does not report cron events

2011-02-16 Thread Oliver Brakmann

** Patch added: logwatch_cron.diff
   
https://bugs.launchpad.net/bugs/719898/+attachment/1853357/+files/logwatch_cron.diff

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

Title:
  logwatch does not report cron events

-- 
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 697105] Re: Segfault on POST

2011-02-16 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/apr

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

Title:
  Segfault on POST

-- 
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 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-02-16 Thread Oren Held
I suspect (but not sure) it's related to
https://bugzilla.mindrot.org/show_bug.cgi?id=1858

** Bug watch added: OpenSSH Portable Bugzilla #1858
   https://bugzilla.mindrot.org/show_bug.cgi?id=1858

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
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 526464] Re: intermittent authentication: check_ntlm_password: Authentication for user [someuser] - [someuser] FAILED with error NT_STATUS_ACCESS_DENIED

2011-02-16 Thread Surbhi Palande
@Joseph Salisbury, can you please attach the relevant logs in /var/log/samba/ 
after doing the following:
1) In /etc/samba/smb.conf set the debuglevel =10 (in the  
Debugging/Accounting  section, before log =something)

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

Title:
  intermittent authentication: check_ntlm_password:  Authentication for
  user [someuser] - [someuser] FAILED with error
  NT_STATUS_ACCESS_DENIED

-- 
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 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-02-16 Thread Oren Held
I was most probably mistaken in the above assumption. sorry.

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
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 661547] Re: Existing patch gssapi.diff makes guess_service_principal produce garbage

2011-02-16 Thread Alexander Vassbotn Røyne-Helgesen
This is still not fixed...

Reinstalled Ubuntu 10.10 64 bit
installed likewise-open

user@ai-328:~$ sudo domainjoin-cli join domain adminuser
[sudo] password for user: 
Joining to AD Domain:   domain
With Computer DNS Name: hostname.domain

adminuser@domain's password:

Error: Lsass Error [code 0x00080047]

1225 (0x4C9) ERROR_CONNECTION_REFUSED - Unknown error


open ldap version: 2.4.23-0ubuntu3.4

When I do some lw commands i get the domain information as if i was
connected (maybe i am), but i still get this error..

Getting this aswell when i try to leave the domain

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

Title:
  Existing patch gssapi.diff makes guess_service_principal produce
  garbage

-- 
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 661547] Re: Existing patch gssapi.diff makes guess_service_principal produce garbage

2011-02-16 Thread Alexander Vassbotn Røyne-Helgesen
Error code: CENTERROR_DOMAINJOIN_LSASS_ERROR (0x00080047)

Backtrace:
main.c:368
djmodule.c:323
djauthinfo.c:925
djauthinfo.c:1238

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

Title:
  Existing patch gssapi.diff makes guess_service_principal produce
  garbage

-- 
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 661547] Re: Existing patch gssapi.diff makes guess_service_principal produce garbage

2011-02-16 Thread Alexander Vassbotn Røyne-Helgesen
Nevermind, this solved it:

  $ killall lwsmd lwregd dcerpcd netlogond eventlogd lwiod lsassd

killall -9 if you have to.  We're going to reset state anyways.

  $ /bin/rm -rf /var/lib/likewise-open
  $ mkdir -p /var/lib/likewise-open/{db,rpc,run}
  $ chmod 700 -p /var/lib/likewise-open/db

Now start lwsmd:

  $ /etc/init.d/lwsmd start

Import settings

  $ for file in /etc/likewise-open/*.reg; do lwregshell import $file;
done

Reload lwsmd

   $ /etc/init.d/lwsmd reload

Start lsassd

  $ lwsm start lsass

You will have a clean state.  You should now be able to rejoin the
domain and hopefully everything will be resolved.

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

Title:
  Existing patch gssapi.diff makes guess_service_principal produce
  garbage

-- 
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 697752] Re: memtest won't run

2011-02-16 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  memtest won't run

-- 
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 720071] [NEW] munin-node amavis spam stats

2011-02-16 Thread Tim Kuijsten
Public bug reported:

Binary package hint: munin

The amavis plugin of munin-node displays 0 for probably spam and
surely spam statistics. This is because it does the wrong `grep` on
the mail log file.

The included patch has 2 altered grep statements
sure spam is a grep for 'Blocked SPAM'
and probably spam is a grep for messages with a Hits score between 4 and 10

The default Ubuntu SpamAssassin configuration will tag messages with a
score above 2.0 and mark messages as Blocked SPAM if it has a score
above 6.31.

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


** Tags: amavis spam statistics

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

Title:
  munin-node amavis spam stats

-- 
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 720071] Re: munin-node amavis spam stats

2011-02-16 Thread Tim Kuijsten

** Attachment added: altered grep for probably and surely spam
   
https://bugs.launchpad.net/bugs/720071/+attachment/1853838/+files/amavis.patch

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

Title:
  munin-node amavis spam stats

-- 
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 682865] Re: memory leak in vsftpd

2011-02-16 Thread Peter Matulis
May be related:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/720095

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

Title:
  memory leak in vsftpd

-- 
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 711809] [NEW] package samba-common 2:3.4.7~dfsg-1ubuntu3.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2011-02-16 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Just failed to update.
Dont know previous version, hope additional info can be found in report.


Description:Ubuntu 10.04.2 LTS
Release:10.04

samba-common:
  Installed: 2:3.4.7~dfsg-1ubuntu3.3
  Candidate: 2:3.4.7~dfsg-1ubuntu3.3
  Version table:
 *** 2:3.4.7~dfsg-1ubuntu3.3 0
500 http://ru.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 2:3.4.7~dfsg-1ubuntu3.2 0
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
 2:3.4.7~dfsg-1ubuntu3 0
500 http://ru.archive.ubuntu.com/ubuntu/ lucid/main Packages


Expected to get a succesfull update.
Got error in the subject.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: samba-common 2:3.4.7~dfsg-1ubuntu3.3
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic x86_64
NonfreeKernelModules: fglrx
Architecture: amd64
Date: Wed Feb  2 13:59:27 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
PackageArchitecture: all
RelatedPackageVersions:
 nautilus 1:2.30.1-0ubuntu1.1
 gvfs 1.6.1-0ubuntu1build1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba-common 2:3.4.7~dfsg-1ubuntu3.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10

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


** Tags: amd64 apport-package lucid
-- 
package samba-common 2:3.4.7~dfsg-1ubuntu3.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/711809
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 711809] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2011-02-16 Thread Fabio Marconi
** Package changed: ubuntu = samba (Ubuntu)

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

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 10

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


[Bug 688085] Re: Guest kernel hang during boot when KVM is active on i386 host

2011-02-16 Thread Steve Conklin
** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Guest kernel hang during boot when KVM is active on i386 host

-- 
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 661547] Re: Existing patch gssapi.diff makes guess_service_principal produce garbage

2011-02-16 Thread Jonathan
Alexander,

Have you run the system updaes?

This is absolutely fixed.

Jonathan


On 2/16/11 3:29 AM, Alexander Vassbotn Røyne-Helgesen
661...@bugs.launchpad.net wrote:

 This is still not fixed...
 
 Reinstalled Ubuntu 10.10 64 bit
 installed likewise-open
 
 user@ai-328:~$ sudo domainjoin-cli join domain adminuser
 [sudo] password for user:
 Joining to AD Domain:   domain
 With Computer DNS Name: hostname.domain
 
 adminuser@domain's password:
 
 Error: Lsass Error [code 0x00080047]
 
 1225 (0x4C9) ERROR_CONNECTION_REFUSED - Unknown error
 
 
 open ldap version: 2.4.23-0ubuntu3.4
 
 When I do some lw commands i get the domain information as if i was
 connected (maybe i am), but i still get this error..
 
 Getting this aswell when i try to leave the domain

-- 
Jonathan Flack
Systems Engineer
Likewise Software

t: 425.378.7887 x212
f: 425.484.8200
e: j...@likewise.com

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

Title:
  Existing patch gssapi.diff makes guess_service_principal produce
  garbage

-- 
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 239906] Re: Dependency on libbsf-java is invalid

2011-02-16 Thread Olivier Mengué
The bug is still in Ubuntu Maverick: groovy still depends on libbsf-
java.

** Changed in: groovy (Ubuntu)
   Status: Fix Released = Confirmed

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

Title:
  Dependency on libbsf-java is invalid

-- 
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 720210] [NEW] Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

2011-02-16 Thread Roland Dreier
Public bug reported:

Binary package hint: qemu-kvm

I have a few 10.10 guest images that I use for testing on my up-to-date
natty laptop.  Since the update to qemu-kvm 0.14-rc1 they no longer boot
-- I get the grub screen (but I'm not able to get it to respond to the
keyboard, at least through virt-viewer), and then boot fails immediately
with

unaligned pointer 0x
Aborted. Press any key to exit.

on the screen.

These guests worked fine with the previous 0.13 qemu-kvm.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: qemu-kvm 0.14.0~rc1+noroms-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic x86_64
Architecture: amd64
Date: Wed Feb 16 09:26:40 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20101206)
KvmCmdLine:
 UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
 118   9690 1 94 312397 20960  3 09:26 ?00:00:03 /usr/bin/kvm 
-S -M pc-0.13 -enable-kvm -m 1024 -smp 2,sockets=2,cores=1,threads=1 -name 
server-10.10 -uuid c0ff38d2-19b5-c3af-3434-71ae41942345 -nodefconfig 
-nodefaults -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/server-10.10.monitor,server,nowait 
-mon chardev=monitor,mode=readline -rtc base=utc -boot c -drive 
file=/vm/server-10.10.img,if=none,id=drive-virtio-disk0,boot=on,format=qcow2 
-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 -netdev 
tap,fd=40,id=hostnet0 -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:02:8d:0b,bus=pci.0,addr=0x3 
-chardev pty,id=serial0 -device isa-serial,chardev=serial0 -usb -vnc 
127.0.0.1:0 -k en-us -vga vmware -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4
MachineType: LENOVO 2901CTO
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-3-generic 
root=UUID=ab1e5491-e40c-4113-bf20-22ecb604999a ro quiet splash vt.handoff=7
SourcePackage: qemu-kvm
dmi.bios.date: 10/27/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 6UET61WW (1.41 )
dmi.board.name: 2901CTO
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr6UET61WW(1.41):bd10/27/2010:svnLENOVO:pn2901CTO:pvrThinkPadT410s:rvnLENOVO:rn2901CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 2901CTO
dmi.product.version: ThinkPad T410s
dmi.sys.vendor: LENOVO

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

-- 
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 720210] Re: Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

2011-02-16 Thread Roland Dreier


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

Title:
  Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

-- 
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 710114] Re: kvm/qemu server freeze

2011-02-16 Thread slu
I produce a crash today.

Server running with a older Kernel at the moment (for testing):
Linux vmhost 2.6.32-26-server #48-Ubuntu SMP Wed Nov 24 10:28:32 UTC 2010 
x86_64 GNU/Linux

What I do:
- ssh -X root@vmhost (from my client)
- start virt-manager
- open the screen of a virtual winxp prof (which standing on the windows login 
screen)
- press shutdown on the windows login screen and a half second later the vmhost 
server crash

I do not want to try again :-/

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

Title:
  kvm/qemu server freeze

-- 
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 526464] Re: intermittent authentication: check_ntlm_password: Authentication for user [someuser] - [someuser] FAILED with error NT_STATUS_ACCESS_DENIED

2011-02-16 Thread Joseph Salisbury
@ Surbhi, thanks for the feedback.  I don't see debuglevel in the
smb.conf file.  Is the parameter log level = N  the same option?  In
the previous logs we had this set to 5.   I can see if we can increase
it to 10.  If debuglevel and log level are different, I can see if
we can add that parameter.

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

Title:
  intermittent authentication: check_ntlm_password:  Authentication for
  user [someuser] - [someuser] FAILED with error
  NT_STATUS_ACCESS_DENIED

-- 
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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-16 Thread ingo
On 16.02.2011 00:25, Clint Byrum wrote:
 There are also a couple more bugs
 covering daemons that need to be shutdown, namely, sshd and portmap.

Clint,
the portmap Bug #711425 you filed has not got any attention yet, it's
still undecided and unassigned - does nobody care?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

-- 
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 694029] Re: [natty] kvm guests become unstable after a while

2011-02-16 Thread Serge Hallyn
** Changed in: linux (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) = (unassigned)

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

Title:
  [natty] kvm guests become unstable after a while

-- 
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 694029] Re: [natty] kvm guests become unstable after a while

2011-02-16 Thread Serge Hallyn
Looking through the changelog for the wireless driver (assuming this is
drivers/net/wireless/iwlwifi/iwl-agn and friends) didn't seem helpful.
At this point I'm afraid the most likely path to figuring this out would
be to take the upstream kernel, reproduce it on there, and then bisect
from 2.6.35 to git head to find the offensive commit.

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

Title:
  [natty] kvm guests become unstable after a while

-- 
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 720210] Re: Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

2011-02-16 Thread Serge Hallyn
Without -vga vmware, a standard maverick image boots fine for me under
natty:

117   4921 1 14 15:03 ?00:00:08 /usr/bin/kvm -S -M
pc-0.13 -enable-kvm -m 512 -smp 1,sockets=1,cores=1,threads=1 -name
roland-maverick-amd64 -uuid a7e40dc0-5918-7753-6567-a2f96dd5d94b
-nodefconfig -nodefaults -chardev
socket,id=monitor,path=/var/lib/libvirt/qemu/roland-maverick-
amd64.monitor,server,nowait -mon chardev=monitor,mode=readline -rtc
base=utc -boot c -drive file=/home/serge/vms/kvm/roland-maverick-
amd64/tmpgZvH5J.qcow2,if=none,id=drive-virtio-disk0,boot=on,format=qcow2
-device virtio-blk-pci,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id
=virtio-disk0 -netdev tap,fd=58,id=hostnet0 -device virtio-net-
pci,netdev=hostnet0,id=net0,mac=00:16:36:f3:12:9c,bus=pci.0,addr=0x3
-usb -vnc 127.0.0.1:2 -vga cirrus -device virtio-balloon-
pci,id=balloon0,bus=pci.0,addr=0x4

OTOH, Dustin reports that he was able to boot with '-vga vmware' just
fine.

This is a bit of a mystery.

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

Title:
  Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

-- 
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 720210] Re: Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

2011-02-16 Thread Serge Hallyn
I think vgabios-vmware bios may be to blame.

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

Title:
  Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

-- 
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 720210] Re: Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

2011-02-16 Thread Serge Hallyn
*** This bug is a duplicate of bug 717445 ***
https://bugs.launchpad.net/bugs/717445

No mystery, just proof that one shouldn't do too many things at once.

In fact it was a lucid image I was first testing with.  So, lucid and
maverick fail with -std vmware.  natty succeeds.  And vmware boots with
-vga cirrus.

Meaning that this appears to be a dupe of bug 717445.

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Medium

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

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

Title:
  Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

-- 
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 720210] Re: Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

2011-02-16 Thread Serge Hallyn
*** This bug is a duplicate of bug 717445 ***
https://bugs.launchpad.net/bugs/717445

Hi Roland,

we are trying to get to the bottom of this bug - it is definately in the
area of the gfxmenu module in grub2.  You can work around it in two
ways:

1. install grub in place of grub2

2. use -vga cirrus instead of -vga vmware.

Hopefully we can find the root cause RSN.

** This bug has been marked a duplicate of bug 717445
   grub2 in lucid doesn't work in qemu with '-vga std'
 * You can subscribe to bug 717445 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/717445/+subscribe

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

Title:
  Ubuntu 10.10 guests don't boot with natty qemu-kvm 0.14-rc1

-- 
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 716528] Re: kvm 100% when performing apparently IO operations

2011-02-16 Thread Serge Hallyn
@Andres,

qemu-kvm has been updated to 0.14.0~rc1.  Could you let us know if the
issue persists?

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Medium

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

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

Title:
  kvm 100% when performing apparently IO operations

-- 
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 720426] [NEW] libvirt fails to run vm's with virtio disks and a kernel

2011-02-16 Thread Soren Hansen
Public bug reported:

Since qemu 0.14 landed, I can no longer run virtual machines if I use
virtio for the disk and specify a kernel in the libvirt.xml.

I get this in my /var/log/libvirt/qemu/blah.log:

LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
/usr/bin/kvm -S -M pc-0.13 -enable-kvm -m 512 -smp 
1,sockets=1,cores=1,threads=1 -name instance-0005 -uuid 
f6259d2b-af3e-1840-078c-bd0ac8d4df57 -nographic -nodefconfig -nodefaults 
-chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/instance-0005.monitor,server,nowait
 -mon chardev=monitor,mode=readline -rtc base=utc -boot c -kernel 
/var/lib/nova/instances/instance-0005/kernel -append root=/dev/vda 
console=ttyS0 -drive 
file=/var/lib/nova/instances/instance-0005/disk,if=none,id=drive-virtio-disk0,boot=on,format=qcow2
 -device 
virtio-blk-pci,bus=pci.0,addr=0x3,drive=drive-virtio-disk0,id=virtio-disk0 
-netdev tap,fd=37,id=hostnet0 -device 
rtl8139,netdev=hostnet0,id=net0,mac=02:16:3e:6d:72:51,bus=pci.0,addr=0x2 
-chardev 
file,id=serial0,path=/var/lib/nova/instances/instance-0005/console.log 
-device isa-serial,chardev=serial0 -chardev pty,id=serial1 -device 
isa-serial,chardev=serial1 -usb -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4 
char device redirected to /dev/pts/0
Two devices with same boot index 0


https://www.redhat.com/archives/libvir-list/2011-February/msg00559.html

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: libvirt0 0.8.5-0ubuntu5
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic x86_64
Architecture: amd64
Date: Wed Feb 16 23:39:53 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100202)
ProcEnviron:
 LANGUAGE=da_DK:da:en_GB:en
 PATH=(custom, user)
 LANG=da_DK.UTF-8
 LC_MESSAGES=da_DK.utf8
 SHELL=/bin/bash
SourcePackage: libvirt

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


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

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

Title:
  libvirt fails to run vm's with virtio disks and a kernel

-- 
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 720426] Re: libvirt fails to run vm's with virtio disks and a kernel

2011-02-16 Thread Soren Hansen


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

Title:
  libvirt fails to run vm's with virtio disks and a kernel

-- 
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 720440] [NEW] /etc/hosts is updated based on /etc/cloud/templates/hosts.tmpl

2011-02-16 Thread John Baptist
Public bug reported:

Binary package hint: cloud-init

The /etc/cloud/templates/ contains templates which are used to update
various configuration files in response to changing cloud metadata. The
files /etc/apt/sources.list and /etc/default/locale are updated in this
manner. However, the file  /etc/cloud/templates/hosts.tmpl, which should
be a template for /etc/hosts, is ignored. Changes to this files,
followed by reboots or calls to cloud-init will not result in changes to
/etc/hosts. This is especially problematic, because it's important to
update the /etc/hosts files so that the cloud can refer to itself by its
own hostname.

I'm testing this on Ubuntu 10.04.2, using cloud-init 0.5.10-0ubuntu1.5,
but the problem persists even on cloud-init version 0.6.0.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  /etc/hosts is updated based on /etc/cloud/templates/hosts.tmpl

-- 
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 668043] Re: libvirt default network doesn't start, iptables errors, bad rules

2011-02-16 Thread Mark Rose
Serge, I tried installing your packages, but they're for 32 bit systems
only. Can you make the 64 bit versions?

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

Title:
  libvirt default network doesn't start, iptables errors, bad rules

-- 
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 716528] Re: kvm 100% when performing apparently IO operations

2011-02-16 Thread Andres Rodriguez
Hi Serge,

I haven't experienced the same behavior as before 100% CPU with latest
qemu-kvm. However, during installation of a natty VM, while doing IO,
the CPU load is still a bit high sometimes ~70-80%. But, overall I can't
seem to reproduce this problem. The kvm command used by libvirt now is:

/usr/bin/kvm -S -M pc-0.14 -enable-kvm -m 512 -smp
2,sockets=2,cores=1,threads=1 -name natty3 -uuid
a1fc02e8-0002-f0fd-f292-a0afa52500b3 -nodefconfig -nodefaults -chardev
socket,id=monitor,path=/var/lib/libvirt/qemu/natty3.monitor,server,nowait
-mon chardev=monitor,mode=readline -rtc base=utc -no-reboot -boot dc
-drive file=/var/lib/libvirt/images/natty3.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 file=/home/roaksoax/Desktop
/ubuntu_natty-server-i386.iso,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 -netdev tap,fd=43,id=hostnet0 -device
virtio-net-
pci,netdev=hostnet0,id=net0,mac=52:54:00:38:54:4d,bus=pci.0,addr=0x3
-chardev pty,id=serial0 -device isa-serial,chardev=serial0 -usb -vnc
127.0.0.1:1 -vga cirrus -device AC97,id=sound0,bus=pci.0,addr=0x4
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6

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

Title:
  kvm 100% when performing apparently IO operations

-- 
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 531083] Re: support installing to LVM logical volume

2011-02-16 Thread spbike
There is a vm-builder --raw, but I can't get it to work.  If I google
for other people I find they also can not get it to work.  Additionally
to make it more painful the documented qemu-img convert also can not
target a LV.

My attempts starting with:
vmbuilder kvm ubuntu --suite=lucid --part /root/path 
--raw=/dev/vg-hex00/lv-csc-disk ...

End up with a qcow2 image in the ubuntu-kvm subdirectory.

The log file at the end shows:

2011-02-16 18:29:37,456 INFO: Creating disk image: /tmp/tmpxvVjuj of 
size: 16385MB
...
2011-02-16 18:30:11,479 INFO: Converting /tmp/tmpxvVjuj to qcow2, format 
ubuntu-kvm/tmpxvVjuj.qcow2

If/when it is fixed this should be updated:
https://help.ubuntu.com/community/KVM/CreateGuests

Here's a good example of people reporting --raw isn't working:
http://serverfault.com/questions/183370/automated-install-of-lucid-guests-on-lucid-kvm-server

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

Title:
  support installing to LVM logical volume

-- 
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 473332] Re: Startup failed to load ipmi_devintf module

2011-02-16 Thread Jamie Jamison
Serge, I ended up going over to the freeipmi package. I don't know when
I'd have time to test this.

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

Title:
  Startup failed to load ipmi_devintf module

-- 
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 720513] [NEW] package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-16 Thread Aravind Anil
Public bug reported:

I cannot install MySQL server for some reason!

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-5.1 5.1.41-3ubuntu12.9
ProcVersionSignature: Ubuntu 2.6.32-28.55-generic 2.6.32.27+drm33.12
Uname: Linux 2.6.32-28-generic i686
Architecture: i386
Date: Thu Feb 17 09:48:10 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['phpmyadmin', 'ib_logfile0', 'ib_logfile1', 'ibdata1', 
'mysql', 'debian-5.1.flag', 'mysql_upgrade_info']
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 720513] Re: package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-16 Thread Aravind Anil


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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.9 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 105195] Re: kvm can not run Windows XP

2011-02-16 Thread Intellect
Thanks K. Chowksey. Your post helped me to solve my problem whith
installation of windows XP on host_device on lvm on Gentoo. Set my drive
like that -drive file=/dev/mapper/vg_main-
lv_profstr,format=host_device,cache=none,if=ide,media=disk before the
first stage of windows XP installation.

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

Title:
  kvm can not run Windows XP

-- 
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 697934] Re: Merge exim4 4.73~rc1-1 (main) from Debian experimental (main)

2011-02-16 Thread Oliver Siegmar
exim4 4.71-3ubuntu1.1 completely stopped our mail server working,
because we have three queues -DINCOMING, -DOUTGOING and the default one
(no -D). Is there any way to configure a whitelist for -D switches (not
the WHITELIST_D_MACROS compile time option)?

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

Title:
  Merge exim4 4.73~rc1-1 (main) from Debian experimental (main)

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


[Bug 719847] Re: indicator-weather crashed with AttributeError in update_weather(): indicator_weather instance has no attribute 'cityLabel'

2011-02-16 Thread robin0800

** Visibility changed to: Public

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

Title:
  indicator-weather crashed with AttributeError in update_weather():
  indicator_weather instance has no attribute 'cityLabel'

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


[Bug 719847] Re: indicator-weather crashed with AttributeError in update_weather(): indicator_weather instance has no attribute 'cityLabel'

2011-02-16 Thread robin0800
I was running the Classic Desktop

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

Title:
  indicator-weather crashed with AttributeError in update_weather():
  indicator_weather instance has no attribute 'cityLabel'

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


[Bug 719449] Re: HELP does NOT Show HOW can i upgrade to the latest version of ubuntu?

2011-02-16 Thread Robert Roth
** Package changed: yelp (Ubuntu) = ubuntu-docs (Ubuntu)

** Changed in: ubuntu-docs (Ubuntu)
   Status: New = Confirmed

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

Title:
  HELP does NOT Show HOW can i upgrade to the latest version of ubuntu?

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


[Bug 711246] Re: systray.py crashed with SIGSEGV in ubuntu_menu_proxy_module_get()

2011-02-16 Thread Bruce Pieterse
*** This bug is a duplicate of bug 704792 ***
https://bugs.launchpad.net/bugs/704792

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

** Visibility changed to: Public

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

Title:
  systray.py crashed with SIGSEGV in ubuntu_menu_proxy_module_get()

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


[Bug 704792] Re: systray.py crashed with SIGSEGV in ubuntu_menu_proxy_module_get()

2011-02-16 Thread Bruce Pieterse
** Visibility changed to: Public

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

Title:
  systray.py crashed with SIGSEGV in ubuntu_menu_proxy_module_get()

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


[Bug 719845] Re: gnome-language-selector crashed with Error in setlocale()

2011-02-16 Thread Apport retracing service
*** This bug is a duplicate of bug 630155 ***
https://bugs.launchpad.net/bugs/630155

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 #630155, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/719845/+attachment/1853210/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/719845/+attachment/1853211/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/719845/+attachment/1853212/+files/ProcStatus.txt

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

** Visibility changed to: Public

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

Title:
  gnome-language-selector crashed with Error in setlocale()

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


[Bug 719379] Re: Typos in Exception and docstring

2011-02-16 Thread Robert Roth
** Tags added: string-fix

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

Title:
  Typos in Exception and docstring

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


[Bug 712167] Re: [SRU] Support for English-Indian keyboards

2011-02-16 Thread Hardik Dalwadi
@ All,

I have also tested in Maverick after enabling Proposed. It's working
out of the box, you have to just select India With Rupee Sign as
keyboard layout. The only concern that Layout doesn't show Rupee Symbol
under 4. I have attached the .pdf, It only shows u2b09. I think it's
bug, in other case, like European keyboard, i can see the euro sign.

And, If we are testing in Lucid, we have to make sure that we have
latest Ubuntu Fonts.

** Attachment added: India_With_Rupee_Sign.pdf
   
https://bugs.launchpad.net/ubuntu/+source/xkeyboard-config/+bug/712167/+attachment/1853232/+files/India_With_Rupee_Sign.pdf

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

Title:
  [SRU] Support for English-Indian keyboards

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


[Bug 533121] Re: Incorrect If-Modified-Since handling

2011-02-16 Thread Amos Jeffries
Fixed in Maverick and Natty packages

** Also affects: squid3 (Debian)
   Importance: Undecided
   Status: New

** Bug watch added: Squid Bugzilla #2624
   http://bugs.squid-cache.org/show_bug.cgi?id=2624

** Also affects: squid via
   http://bugs.squid-cache.org/show_bug.cgi?id=2624
   Importance: Unknown
   Status: Unknown

** Bug watch added: Debian Bug tracker #499379
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499379

** Changed in: squid3 (Debian)
   Importance: Undecided = Unknown

** Changed in: squid3 (Debian)
   Status: New = Unknown

** Changed in: squid3 (Debian)
 Remote watch: None = Debian Bug tracker #499379

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

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

Title:
  Incorrect If-Modified-Since handling

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


[Bug 583122] Re: firefox occasionally highlights contents of form fields while typing thereby overwriting previously entered keystrokes

2011-02-16 Thread Tapas Mishra
I agree with you Kevin I also observed this happens when you use Tab to
switch fields.

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

Title:
  firefox occasionally highlights contents of form fields while typing
  thereby overwriting previously entered keystrokes

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


[Bug 719853] [NEW] package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: подпроцесс новый сценарий pre-installation возвратил код ошибки 127

2011-02-16 Thread kulibin
Public bug reported:

Binary package hint: util-linux

package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: подпроцесс
новый сценарий pre-installation возвратил код ошибки 127

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mount 2.17.2-3.3ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic i686
Architecture: i386
Date: Wed Feb 16 11:01:42 2011
ErrorMessage: подпроцесс новый сценарий pre-installation возвратил код ошибки 
127
SourcePackage: util-linux
Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: подпроцесс 
новый сценарий pre-installation возвратил код ошибки 127

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


** Tags: apport-package i386 natty unity-2d

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: подпроцесс
  новый сценарий pre-installation возвратил код ошибки 127

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

[Bug 719853] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: подпроцесс новый сценарий pre-installation возвратил код ошибки 127

2011-02-16 Thread kulibin


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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: подпроцесс
  новый сценарий pre-installation возвратил код ошибки 127

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

[Bug 719847] Re: indicator-weather crashed with AttributeError in update_weather(): indicator_weather instance has no attribute 'cityLabel'

2011-02-16 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  indicator-weather crashed with AttributeError in update_weather():
  indicator_weather instance has no attribute 'cityLabel'

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


[Bug 719846] Re: ubuntuone-launch crashed with ImportError in __main__: No module named platform.tools

2011-02-16 Thread Apport retracing service
*** This bug is a duplicate of bug 717829 ***
https://bugs.launchpad.net/bugs/717829

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 #717829, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/719846/+attachment/1853214/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/719846/+attachment/1853215/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/719846/+attachment/1853216/+files/ProcStatus.txt

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

** Visibility changed to: Public

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

Title:
  ubuntuone-launch crashed with ImportError in __main__: No module named
  platform.tools

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


[Bug 719818] Re: compiz doesn't play well with gtk-recordMyDesktop

2011-02-16 Thread Ubuntu QA's Bug Bot
** Tags added: compiz-0.8

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

Title:
  compiz doesn't play well with gtk-recordMyDesktop

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


[Bug 719754] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread fejes
I can confirm workaround works.

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 719268] Re: fatal error on all JVM

2011-02-16 Thread fanch444
If it can helps, I'm in a VM on vmware esxi. a workaround is to
reinstall tomcat6 and open-jdk

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

Title:
  fatal error on all JVM

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


Re: [Bug 712167] Re: [SRU] Support for English-Indian keyboards

2011-02-16 Thread Bryce Harrington
On Wed, Feb 16, 2011 at 07:37:22AM -, Martin Pitt wrote:
 Bryce, can this please be fixed in natty ASAP, so that this can progress
 to -updates?

It's already fixed in natty.  Before I did the lucid and maverick
backports of the patch, I merged in the newer upstream code that
contained the fix.  I have also verified the fix is in natty
(easy to do, just navigate to System  Preferences  Keyboard,
pick Layouts, Add, Country = India, and verify there is a Variant called
'India English with RupeeSign' which includes an odd symbol on the 4
key that looks like half the letter R with an = stuck on its top.

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

Title:
  [SRU] Support for English-Indian keyboards

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


[Bug 719855] [NEW] package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread Blair Nilsson
Public bug reported:

Binary package hint: util-linux

while doing an apt-get update.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mount 2.17.2-3.3ubuntu4
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Feb 16 21:04:16 2011
DpkgTerminalLog:
 Preparing to replace mount 2.17.2-3.3ubuntu4 (using 
.../mount_2.17.2-9.1ubuntu1_amd64.deb) ...
 /var/lib/dpkg/tmp.ci/preinst: 49: dpkg-vendor: not found
 dpkg: error processing 
/var/cache/apt/archives/mount_2.17.2-9.1ubuntu1_amd64.deb (--unpack):
  subprocess new pre-installation script returned error exit status 127
ErrorMessage: subprocess new pre-installation script returned error exit status 
127
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: util-linux
Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 127

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


** Tags: amd64 apport-package natty

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 719855] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread Blair Nilsson


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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 719849] Re: [pkg-proposed] indicator-application-service crashed with SIGSEGV in g_object_unref()

2011-02-16 Thread Apport retracing service
*** This bug is a duplicate of bug 637202 ***
https://bugs.launchpad.net/bugs/637202

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 #637202, 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/719849/+attachment/1853223/+files/CoreDump.gz

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

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

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

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

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

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

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

** This bug has been marked a duplicate of bug 637202
   indicator-application-service crashed on logon
 * You can subscribe to bug 637202 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/indicator-application/+bug/637202/+subscribe

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  [pkg-proposed] indicator-application-service crashed with SIGSEGV in
  g_object_unref()

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


[Bug 718127] Re: CVE-2010-2951 and CVE-2010-3072 still exists in Lucid and CVE-2010-2951 still exists in maverick

2011-02-16 Thread Mahyuddin Susanto
** Changed in: squid3 (Ubuntu Lucid)
   Status: Incomplete = In Progress

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

Title:
  CVE-2010-2951 and CVE-2010-3072 still exists in Lucid and
  CVE-2010-2951 still exists in maverick

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


[Bug 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2011-02-16 Thread Peter Maydell
The commit in qemu-linaro is:
http://git.linaro.org/gitweb?p=qemu/qemu-linaro.git;a=commit;h=98eac7cab4392ab28fa22265e27906f5b9c6c9da

I asked you to undo the status change just because I don't own qemu-
linaro (Ubuntu) and don't know what counts as fix released (eg maybe
that only happens when it goes into a stable ubuntu release?). It's fix
released as far as Linaro QEMU is concerned, though.

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

Title:
  qemu-system-arm segfaults emulating versatile machine after running
  debootstrap --second-stage inside vm

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


[Bug 719858] [NEW] package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread tizza10
Public bug reported:

Binary package hint: util-linux

I was trying to update the system when it crashed.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mount 2.17.2-3.3ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-2.29-generic 2.6.38-rc3
Uname: Linux 2.6.38-2-generic i686
Architecture: i386
Date: Wed Feb 16 08:05:54 2011
DpkgTerminalLog:
 Preparing to replace mount 2.17.2-3.3ubuntu4 (using 
.../mount_2.17.2-9.1ubuntu1_i386.deb) ...
 /var/lib/dpkg/tmp.ci/preinst: 49: dpkg-vendor: not found
 dpkg: error processing 
/var/cache/apt/archives/mount_2.17.2-9.1ubuntu1_i386.deb (--unpack):
  subprocess new pre-installation script returned error exit status 127
ErrorMessage: subprocess new pre-installation script returned error exit status 
127
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
SourcePackage: util-linux
Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 127

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


** Tags: apport-package i386 natty

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 719858] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread tizza10


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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 711225] Re: subprocess.Popen() crashed with TypeError in _cleanup(): an integer is required

2011-02-16 Thread Mathieu Pellerin
I'll do as soon as I go home.

Just to clarify the situation, the only step I need to do for it to
crash is to start Jockey (either from terminal or from the menu). It
crashes before showing the window that displays the list of proprietary
drivers to activate/deactivate.

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

Title:
  subprocess.Popen() crashed with TypeError in _cleanup(): an integer is
  required

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


[Bug 719644] Re: package lib32ncursesw5 (not installed) failed to install/upgrade: trying to overwrite '/lib32/libncursesw.so.5.7', which is also in package ia32-libs 20090808ubuntu10~wineppa3

2011-02-16 Thread Steph Vast
*** This bug is a duplicate of bug 719584 ***
https://bugs.launchpad.net/bugs/719584

** This bug has been marked a duplicate of bug 719584
   package lib32ncursesw5 5.7+20100626-0ubuntu1 failed to install/upgrade: 
trying to overwrite '/lib32/libncursesw.so.5.7', which is also in package 
ia32-libs 20090808ubuntu10~wineppa3
 * You can subscribe to bug 719584 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/ncurses/+bug/719584/+subscribe

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

Title:
  package lib32ncursesw5 (not installed) failed to install/upgrade:
  trying to overwrite '/lib32/libncursesw.so.5.7', which is also in
  package ia32-libs 20090808ubuntu10~wineppa3

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


[Bug 718326] Re: false positive

2011-02-16 Thread Török Edwin
False positives should be submitted using this form, and not as a bugreport:
http://cgi.clamav.net/sendvirus.cgi
That form requires you to attach the file which is causing false positive, mark 
the a false positive checkbox, and write some comments describing what it is.

However you should rescan the file prior to submitting, because the file
you reference scans as clean for me now.

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

Title:
  false positive

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


[Bug 670181] Re: Dell Precision M6300 SD Card Reader (Ricoh R5C592 memory stick) Will Not Mount After Upgrade To 10.10

2011-02-16 Thread jhoechtl
2.6.35-27 - no change. SD slot not working. Was working fine with 10.04
and 9.10

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

Title:
  Dell Precision M6300 SD Card Reader (Ricoh R5C592 memory stick) Will
  Not Mount After Upgrade To 10.10

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


[Bug 719855] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread Julian Taylor
*** This bug is a duplicate of bug 719754 ***
https://bugs.launchpad.net/bugs/719754

** This bug has been marked a duplicate of bug 719754
   package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 127
 * You can subscribe to bug 719754 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/719754/+subscribe

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 658789] Re: black screen on sony vpccw1, nouveau on nvidiagt230m, maverick. External hdmi monitor works

2011-02-16 Thread Bernhard Hohensinn
Yes, I tried Natty alpha 1 and the problem was solved, but the problem
is back in Natty alpha 2 and linux 2.6.38!!

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

Title:
  black screen on sony vpccw1, nouveau on nvidiagt230m, maverick.
  External hdmi monitor works

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


[Bug 719860] [NEW] package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: le sous-processus nouveau script pre-installation a retourné une erreur de sortie d'état 127

2011-02-16 Thread KOUIGAN Alexandre
Public bug reported:

Binary package hint: util-linux

- After switch the PC on battery, while coming back to sector the screen
light stay decreased even if I try the combination FN+UP ARROW.

- Sometimes while trying to report a bug the screen display horizontal
lines making the screen unreadable. then only the password confirmation
field appear, but it asks to confirm 3 times before valid.

- Sometimes the upper side of the windows disappear and I'm obliged to
shut them down with ALT+F4. During this windows can't be moved and the
ALT+TAB don't respond neither.

- I use ethtool switch my Ethernet speed to 10Mb, but on each reboot
the speed turn back to 100Mb and you'll have to use command lines again
to switch the speed back to 10Mb.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mount 2.17.2-3.3ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Wed Feb 16 08:00:40 2011
ErrorMessage: le sous-processus nouveau script pre-installation a retourné une 
erreur de sortie d'état 127
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
SourcePackage: util-linux
Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: le 
sous-processus nouveau script pre-installation a retourné une erreur de sortie 
d'état 127

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


** Tags: apport-package i386 natty

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: le sous-
  processus nouveau script pre-installation a retourné une erreur de
  sortie d'état 127

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

[Bug 719860] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: le sous-processus nouveau script pre-installation a retourné une erreur de sortie d'état 127

2011-02-16 Thread KOUIGAN Alexandre


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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: le sous-
  processus nouveau script pre-installation a retourné une erreur de
  sortie d'état 127

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

[Bug 719858] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread Julian Taylor
*** This bug is a duplicate of bug 719754 ***
https://bugs.launchpad.net/bugs/719754

** This bug has been marked a duplicate of bug 719754
   package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new 
pre-installation script returned error exit status 127
 * You can subscribe to bug 719754 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/719754/+subscribe

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 705464] Re: Ubuntu 10.04 doesn't set hardware acceleration on ProSavageDDR video card

2011-02-16 Thread Tormod Volden
David, everything looks fine in those logs. Does it mean it works fine
for you out-of-the-box? Is it possible that your previous problem was
caused by an old xorg.conf which broke something?

Kurt, if it does not work fine without xorg.conf for you, can you please
file a separate bug report?

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

Title:
  Ubuntu 10.04 doesn't set hardware acceleration on ProSavageDDR video
  card

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


[Bug 606942] Re: Progress bar corners are rounded and not transparent

2011-02-16 Thread Michael Vogt
I added this to software-center trunk now. However it seems to be not
making a difference.

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

Title:
  Progress bar corners are rounded and not transparent

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


[Bug 719861] [NEW] After installation icon theme default to gnome-icon-theme and cannot be changed

2011-02-16 Thread Jean-Baptiste Lallement
Public bug reported:

Binary package hint: gnome-icon-theme

After a fresh installation of Natty, the icon theme displayed is 
gnome-icon-theme and can not be changed.
In gnome-appearance-properties the theme selected is Ambiance and the icon 
theme is Ubuntu-mono-dark.
If you select another icon theme, the theme displayed does not change (still 
gnome-icon-theme)

gnome-setting-deamon is running
The problem is the same with Unity and a Classic Desktop session.

TEST CASE:
1. Install Natty

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: gnome-icon-theme 2.31.0-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic i686
Architecture: i386
Date: Wed Feb 16 09:23:50 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110209)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-icon-theme

** Affects: gnome-icon-theme (Ubuntu)
 Importance: High
 Status: Confirmed


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

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

Title:
  After installation icon theme default to gnome-icon-theme and cannot
  be changed

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

[Bug 719861] Re: After installation icon theme default to gnome-icon-theme and cannot be changed

2011-02-16 Thread Jean-Baptiste Lallement


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

Title:
  After installation icon theme default to gnome-icon-theme and cannot
  be changed

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


[Bug 719861] Re: After installation icon theme default to gnome-icon-theme and cannot be changed

2011-02-16 Thread Jean-Baptiste Lallement

** Attachment added: g-a-p.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme/+bug/719861/+attachment/1853255/+files/g-a-p.png

** Description changed:

  Binary package hint: gnome-icon-theme
  
  After a fresh installation of Natty, the icon theme displayed is 
gnome-icon-theme and can not be changed.
- In gnome-appearance-properties the theme selected is Ambiance and the icon 
theme is Ubuntu-mono-dark. 
+ In gnome-appearance-properties the theme selected is Ambiance and the icon 
theme is Ubuntu-mono-dark.
  If you select another icon theme, the theme displayed does not change (still 
gnome-icon-theme)
  
  gnome-setting-deamon is running
+ The problem is the same with Unity and a Classic Desktop session.
  
  TEST CASE:
  1. Install Natty
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-icon-theme 2.31.0-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
  Uname: Linux 2.6.38-3-generic i686
  Architecture: i386
  Date: Wed Feb 16 09:23:50 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110209)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=en_US:en
-  LANG=en_US.UTF-8
-  LC_MESSAGES=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  LANG=en_US.UTF-8
+  LC_MESSAGES=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-icon-theme

** Changed in: gnome-icon-theme (Ubuntu)
   Importance: Undecided = High

** Changed in: gnome-icon-theme (Ubuntu)
   Status: New = Confirmed

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

Title:
  After installation icon theme default to gnome-icon-theme and cannot
  be changed

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

[Bug 719861] Re: After installation icon theme default to gnome-icon-theme and cannot be changed

2011-02-16 Thread Jean-Baptiste Lallement
illustration of the problem with the launcher of Unity

** Attachment added: launcher.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme/+bug/719861/+attachment/1853256/+files/launcher.png

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

Title:
  After installation icon theme default to gnome-icon-theme and cannot
  be changed

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


[Bug 719753] Re: Compiz crashes when loading app from app place in Unity

2011-02-16 Thread Didier Roche
Jono, can you try to have apport enabled (which should be the case) and report 
the stacktrace when compiz is told to crash?
The crash file should be in /var/crash/*compiz* (just ensure that the file 
timestamp correspond to the crash even, there is only one crash file by 
application) and then wait for the crash popup asking you to report this bug or 
ubuntu-bug -c /var/crash/…

Thanks :)

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

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

Title:
  Compiz crashes when loading app from  app place in Unity

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

[Bug 364566] Re: php5 crashed with SIGSEGV due to complex regex

2011-02-16 Thread NIIBE Yutaka
*** This bug is a duplicate of bug 334107 ***
https://bugs.launchpad.net/bugs/334107

** This bug is no longer a duplicate of bug 356578
   php5 crashed with SIGSEGV
** This bug has been marked a duplicate of bug 334107
   infinite recursion in libpcre via PHP
 * You can subscribe to bug 334107 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/pcre3/+bug/334107/+subscribe

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

Title:
  php5 crashed with SIGSEGV due to complex regex

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


[Bug 719867] [NEW] package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread mzc
Public bug reported:

Binary package hint: util-linux

unable to update mount

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mount 2.17.2-3.3ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-3.30-generic 2.6.38-rc4
Uname: Linux 2.6.38-3-generic i686
Architecture: i386
Date: Wed Feb 16 00:35:13 2011
DpkgTerminalLog:
 Preparing to replace mount 2.17.2-3.3ubuntu4 (using 
.../mount_2.17.2-9.1ubuntu1_i386.deb) ...
 /var/lib/dpkg/tmp.ci/preinst: 49: dpkg-vendor: not found
 dpkg: error processing 
/var/cache/apt/archives/mount_2.17.2-9.1ubuntu1_i386.deb (--unpack):
  subprocess new pre-installation script returned error exit status 127
ErrorMessage: subprocess new pre-installation script returned error exit status 
127
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110202)
SourcePackage: util-linux
Title: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 127

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


** Tags: apport-package i386 natty

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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 719867] Re: package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127

2011-02-16 Thread mzc


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

Title:
  package mount 2.17.2-3.3ubuntu4 failed to install/upgrade: subprocess
  new pre-installation script returned error exit status 127

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


[Bug 719865] [NEW] package lib32ncursesw5 5.7+20100626-0ubuntu1 failed to install/upgrade: trying to overwrite '/lib32/libncursesw.so.5.7', which is also in package ia32-libs 20090808ubuntu10~wineppa3

2011-02-16 Thread Shahar Or
Public bug reported:

Dear Friends,

Was just trying to upgrade...

Blessings,
Shahar

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: lib32ncursesw5 5.7+20100626-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-25.44-generic 2.6.35.10
Uname: Linux 2.6.35-25-generic x86_64
Architecture: amd64
Date: Wed Feb 16 09:04:48 2011
ErrorMessage: trying to overwrite '/lib32/libncursesw.so.5.7', which is also in 
package ia32-libs 20090808ubuntu10~wineppa3
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
SourcePackage: ncurses
Title: package lib32ncursesw5 5.7+20100626-0ubuntu1 failed to install/upgrade: 
trying to overwrite '/lib32/libncursesw.so.5.7', which is also in package 
ia32-libs 20090808ubuntu10~wineppa3

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


** Tags: amd64 apport-package maverick

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

Title:
  package lib32ncursesw5 5.7+20100626-0ubuntu1 failed to
  install/upgrade: trying to overwrite '/lib32/libncursesw.so.5.7',
  which is also in package ia32-libs 20090808ubuntu10~wineppa3

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


[Bug 719865] Re: package lib32ncursesw5 5.7+20100626-0ubuntu1 failed to install/upgrade: trying to overwrite '/lib32/libncursesw.so.5.7', which is also in package ia32-libs 20090808ubuntu10~wineppa3

2011-02-16 Thread Shahar Or


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

Title:
  package lib32ncursesw5 5.7+20100626-0ubuntu1 failed to
  install/upgrade: trying to overwrite '/lib32/libncursesw.so.5.7',
  which is also in package ia32-libs 20090808ubuntu10~wineppa3

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


[Bug 719864] Re: update-manager crashed with TransactionFailed in _run()

2011-02-16 Thread Apport retracing service
*** This bug is a duplicate of bug 616107 ***
https://bugs.launchpad.net/bugs/616107

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 #616107, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/719864/+attachment/1853257/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/719864/+attachment/1853258/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/719864/+attachment/1853259/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 616107
   update-manager crashed with TransactionFailed in _run()
 * You can subscribe to bug 616107 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/616107/+subscribe

** Visibility changed to: Public

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

Title:
  update-manager crashed with TransactionFailed in _run()

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


[Bug 716204] Re: Launcher icons that pop out to indicate attention required, are not clickable to bring focus to the app

2011-02-16 Thread Didier Roche
I think we discuss that the bfb should turn blue or something like that?
So revealing the launcher will show again the need attention icon with
the small blue effect on it (it should be unfolded in that case). That
can be really easy to implement, we just need the visual asset.

This doesn't address the focus the emergency app easily though.

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

Title:
  Launcher icons that pop out to indicate attention required, are not
  clickable to bring focus to the app

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


[Bug 634487] Re: t1.micro instance hangs when installing java

2011-02-16 Thread Oleksandr Chugai
I had to run 64-bit instance and run java with -XX:+UseCompressedOops to
reduce memory overhead.

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

Title:
  t1.micro instance hangs when installing java

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


[Bug 356578] Re: php5 crashed with SIGSEGV

2011-02-16 Thread NIIBE Yutaka
*** This bug is a duplicate of bug 334107 ***
https://bugs.launchpad.net/bugs/334107

I changed the bug status 'invalid', since this is not the bug of libpcre++.
I added duplicate #334107, as that bug report says same thing.

** This bug has been marked a duplicate of bug 334107
   infinite recursion in libpcre via PHP
 * You can subscribe to bug 334107 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/pcre3/+bug/334107/+subscribe

** Changed in: libpcre++ (Ubuntu)
   Status: New = Invalid

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

Title:
  php5 crashed with SIGSEGV

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


[Bug 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-02-16 Thread Oren Held
Seems to be the same case as
- Debian sid: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613505
- Arch Linux https://bugs.archlinux.org/task/22897?project=1

I'll try to report it to upstream

** Bug watch added: Debian Bug tracker #613505
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613505

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

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


[Bug 703976] Re: nm-applet segfault

2011-02-16 Thread San
GNU gdb (GDB) 7.2-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i686-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/nm-applet...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/nm-applet 
[Thread debugging using libthread_db enabled]
[New Thread 0xb7c31b70 (LWP 1803)]
[New Thread 0xb72ffb70 (LWP 1804)]

** (nm-applet:1800): WARNING **: Invalid connection
/system/networking/connections/4: 'NMSettingConnection' / 'id' invalid:
2

** (nm-applet:1800): WARNING **: Invalid connection 
/system/networking/connections/1: 'NMSettingConnection' / 'id' invalid: 2
** (nm-applet:1800): DEBUG: foo_client_state_changed_cb
** (nm-applet:1800): DEBUG: foo_client_state_changed_cb
[Thread 0xb7c31b70 (LWP 1803) exited]

Program received signal SIGSEGV, Segmentation fault.
0x002f0a56 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
(gdb) where
#0  0x002f0a56 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#1  0x002f0b2f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#2  0x002f0ed2 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#3  0x002f6ac4 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#4  0x002f9043 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x0030b360 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#6  0x0030b4a0 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#7  0x0030b5b1 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#8  0x007ff46c in g_cclosure_marshal_VOID__BOXED ()
   from /usr/lib/libgobject-2.0.so.0
#9  0x007dfe07 in ?? () from /usr/lib/libgobject-2.0.so.0
#10 0x007e13e0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#11 0x007f4996 in ?? () from /usr/lib/libgobject-2.0.so.0
#12 0x007fdf65 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#13 0x007fe2bd in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#14 0x003a7346 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#15 0x003a821f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#16 0x00460a5f in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x00471452 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x007ff46c in g_cclosure_marshal_VOID__BOXED ()
   from /usr/lib/libgobject-2.0.so.0
---Type return to continue, or q return to quit---
#19 0x007dfe07 in ?? () from /usr/lib/libgobject-2.0.so.0
#20 0x007e14b2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#21 0x007f4996 in ?? () from /usr/lib/libgobject-2.0.so.0
#22 0x007fdf65 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#23 0x007fe2bd in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#24 0x003a7346 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#25 0x003a821f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#26 0x00460a5f in gtk_widget_size_request () from /usr/lib/libgtk-x11-2.0.so.0
#27 0x0047181d in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#28 0x00479b17 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#29 0x0036440f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#30 0x007fe90c in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#31 0x007dfe07 in ?? () from /usr/lib/libgobject-2.0.so.0
#32 0x007e14b2 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#33 0x007f5025 in ?? () from /usr/lib/libgobject-2.0.so.0
#34 0x007fdf65 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#35 0x007fe142 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#36 0x002a10ea in gtk_container_check_resize ()
   from /usr/lib/libgtk-x11-2.0.so.0
#37 0x002a1390 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
---Type return to continue, or q return to quit---
#38 0x00604e18 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#39 0x00859501 in ?? () from /lib/libglib-2.0.so.0
#40 0x0085dcb8 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#41 0x0085e480 in ?? () from /lib/libglib-2.0.so.0
#42 0x0085eb43 in g_main_loop_run () from /lib/libglib-2.0.so.0
#43 0x08059187 in main ()

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

Title:
  nm-applet segfault

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


[Bug 382393] Re: keyboard applet flag size to big

2011-02-16 Thread Olivier Mengué
** Bug watch added: Red Hat Bugzilla #471723
   https://bugzilla.redhat.com/show_bug.cgi?id=471723

** Also affects: gnome-applets (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=471723
   Importance: Unknown
   Status: Unknown

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

Title:
  keyboard applet flag size to big

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


[Bug 719861] Re: After installation icon theme default to gnome-icon-theme and cannot be changed

2011-02-16 Thread Jean-Baptiste Lallement
confirmed by another user in an unrelated bug report. I filed it against
gnome-icon-theme but please reaffect to the right package

** Changed in: gnome-icon-theme (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  After installation icon theme default to gnome-icon-theme and cannot
  be changed

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


[Bug 605042] Re: [armel] java fails to start with eglibc-2.12-0ubuntu4

2011-02-16 Thread Jeremy Kerr
** Changed in: linux-fsl-imx51 (Ubuntu Lucid)
   Status: Confirmed = In Progress

** Changed in: linux-fsl-imx51 (Ubuntu Lucid)
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Jeremy Kerr 
(jk-ozlabs)

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

Title:
  [armel] java fails to start with eglibc-2.12-0ubuntu4

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