[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