[Bug 694029] Re: [natty] kvm guests become unstable after a while

2010-12-23 Thread Jamie Strandboge
Added qemu-kvm task as this is only with kvm quests.

** Description changed:

  After upgrading to natty's kernel I noticed that my VMs would sometimes
  become highly unstable, with random guest applications segfaulting and
  crashing in weird ways. This seems to be more pronounced when running
  more than one VM at a time. This does not seem to be a hardware issue--
  the host is a 6 month old laptop and I ran memtest86 for 12 hours with
  18 successful completions and no errors. There is no host instability or
  messages in dmesg that I could see that would indicate a host problem.
  Downgrading to the maverick kernel fixes this problem. I have a script
  that will launch 10 VMs and run some commands:
  
  #!/bin/sh
  count=0
  while /bin/true ; do
- count=$(( $count + 1 ))
- echo "RUN $count"
- vm-stop -f -p sec
- sleep 3
- vm-start -s -v -p sec
- sleep 15
- vm-cmd -c -r -p sec apt-get update
- vm-cmd -c -r -p sec apt-get -y --force-yes dist-upgrade
+ count=$(( $count + 1 ))
+ echo "RUN $count"
+ vm-stop -f -p sec
+ sleep 3
+ vm-start -s -v -p sec
+ sleep 15
+ vm-cmd -c -r -p sec apt-get update
+ vm-cmd -c -r -p sec apt-get -y --force-yes dist-upgrade
  
- vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
- vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
+ vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
+ vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
  
- vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
- vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
+ vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
+ vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
  
- vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
- vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
+ vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
+ vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
  
- vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
- vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
+ vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
+ vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
  
- vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
- vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
+ vm-cmd -c -r -p sec apt-get -y --force-yes install chromium-browser
+ vm-cmd -c -r -p sec apt-get -y --force-yes remove --purge 
chromium-browser*
  done
  
  'vm-start' starts 10 VMs via libvirt with snapshotted qcow2 disks, and
  vm-stop kills them off, discarding the snapshot. 'vm-cmd' will ssh into
  each machine and run the command for each machine in sequence. The VMs
  themselves are all pristine and are resnapshotted on each loop
  iteration. The point of this explanation is to illustrate that while the
  VMs all start in the same state, they fail differently or sometimes not
  at all. I am able to reproduce guest instability within 4-5 iterations
  of this script on a natty kernel. With the maverick kernel it ran for 18
  times with no errors (around 8 hours).
  
  For example, with the above, I saw a maverick/i386 guest fail once with:
  dpkg: parse error, in file '/var/lib/dpkg/status' near line 5914 package 
'libtelepathy-glib0':
-  'Depends' field, reference to 'libglib2.0-0': error in version: version 
string is empty
+  'Depends' field, reference to 'libglib2.0-0': error in version: version 
string is empty
  
  Another time the maverick/i386 failed with:
  Processing triggers for man-db ...
  dpkg: error processing man-db (--unpack):
-  subprocess installed post-installation script killed by signal (Segmentation 
fault)
+  subprocess installed post-installation script killed by signal (Segmentation 
fault)
  Errors were encountered while processing:
-  man-db
+  man-db
  
  A lucid/i386 guest failed another time with:
  Processing triggers for python-gmenu ...
  Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
  Segmentation fault
  dpkg: error processing python-gmenu (--purge):
-  subprocess installed post-installation script returned error exit status 139
+  subprocess installed post-installation script returned error exit status 139
  Processing triggers for man-db ...
  Errors were encountered while processing:
-  python-gmenu
+  python-gmenu
  
  There are many other failures
  
  On my laptop I have an i7 with two cores and 4 hyperthreads per core
  (this is the default configuration for this machine from the factory and
  the configuration used to report this bug). I am able to 'disable'
  hyperthreads in the BIOS, and if I do, I end up with

[Bug 694029] Re: [natty] kvm guests become unstable after a while

2010-12-23 Thread Jamie Strandboge

** Also affects: kvm (Ubuntu)
   Importance: Undecided
   Status: New

** Package changed: kvm (Ubuntu) => qemu-kvm (Ubuntu)

-- 
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 690352] Re: package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

2010-12-23 Thread wim sturkenboom
Thanks for the feedback.

This was part of an online upgrade from 8.04 to 10.04 (as stated
earlier). Not able to reproduce as the whole upgrade eventually resulted
in a 'busybox' computer after reboot and I did a fresh install of 10.04.

>From your comment I understand that it's basically a bug in the upgrade
application as that should check if process are running, kill them and
only then delete the 'snmp' user.

Please treat this bug accordingly as a normal Ubuntu user should not
have to go through these steps to kill processes during an upgrade
process of the OS.

WimS

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

Title:
  package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

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


[Bug 378367] Re: kdenetwork-filesharing breaks smb.conf (was: samba fails to install/upgrade with postinst exit status 139)

2010-12-23 Thread Launchpad Bug Tracker
[Expired for kdenetwork (Ubuntu) because there has been no activity for
60 days.]

** Changed in: kdenetwork (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  kdenetwork-filesharing breaks smb.conf (was: samba fails to install/upgrade 
with postinst exit status 139)

-- 
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 634488] Re: new virtual machines do not boot

2010-12-23 Thread Launchpad Bug Tracker
[Expired for vm-builder (Ubuntu) because there has been no activity for
60 days.]

** Changed in: vm-builder (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  new virtual machines do not boot

-- 
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 644009] Re: package nagios3-common 3.0.6-2ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-12-23 Thread Launchpad Bug Tracker
[Expired for nagios3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nagios3 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package nagios3-common 3.0.6-2ubuntu1.1 failed to install/upgrade: subprocess 
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 652515] Re: package dovecot-postfix 1:1.2.11-1ubuntu1 failed to install/upgrade: subprocess installed post-removal script killed by signal (Killed)

2010-12-23 Thread Launchpad Bug Tracker
[Expired for dovecot (Ubuntu) because there has been no activity for 60
days.]

** Changed in: dovecot (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package dovecot-postfix 1:1.2.11-1ubuntu1 failed to install/upgrade: 
subprocess installed post-removal script killed by signal (Killed)

-- 
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 652519] Re: package dovecot-postfix 1:1.2.11-1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 137

2010-12-23 Thread Launchpad Bug Tracker
[Expired for dovecot (Ubuntu) because there has been no activity for 60
days.]

** Changed in: dovecot (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package dovecot-postfix 1:1.2.11-1ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 137

-- 
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 652545] Re: package apache2.2-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-23 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: apache2 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package apache2.2-common (not installed) 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 653370] Re: package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade:

2010-12-23 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.3 failed to install/upgrade:

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


[Bug 653775] Re: other computers can't find my shared files

2010-12-23 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  other computers can't find my shared files

-- 
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 653828] Re: windows computers can't resolve samba share names in 10.04

2010-12-23 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

** Changed in: samba (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  windows computers can't resolve samba share names in 10.04

-- 
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 653950] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-23 Thread Launchpad Bug Tracker
[Expired for backuppc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: backuppc (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package backuppc 3.1.0-9ubuntu1 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 654227] Re: package clamav-milter 0.96.3 dfsg-2ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-23 Thread Launchpad Bug Tracker
[Expired for clamav (Ubuntu) because there has been no activity for 60
days.]

** Changed in: clamav (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package clamav-milter 0.96.3 dfsg-2ubuntu0.10.04.1 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 650443] Re: package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-12-23 Thread Launchpad Bug Tracker
[Expired for mysql-dfsg-5.1 (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.6 failed to install/upgrade: 
subprocess new pre-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 652489] Re: package openssh-server 1:5.3p1-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-12-23 Thread Launchpad Bug Tracker
[Expired for openssh (Ubuntu) because there has been no activity for 60
days.]

** Changed in: openssh (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package openssh-server 1:5.3p1-3ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 127

-- 
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 692131] Re: package squid 2.7.STABLE9-2.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2010-12-23 Thread Cylon
I'm having all kinds of issues but I think it's due to the GTK Admin
tools I installed. All of the file permissions on my system have been
hosed ever since using this to install ProFTPd. Once I'm back on that
machine I'll forward a copy of my squid.conf to you.

Josh

-Original Message-
From: Serge Hallyn <692...@bugs.launchpad.net>
Reply-to: Bug 692131 <692...@bugs.launchpad.net>
To: joshdres...@gmail.com
Subject: [Bug 692131] Re: package squid 2.7.STABLE9-2.1ubuntu1 failed to
install/upgrade: ErrorMessage: subprocess installed post-installation
script returned error exit status 1
Date: Thu, 23 Dec 2010 22:43:27 -


Thanks for reporting this bug and helping to make Ubuntu better.

The logs show that squid failed to start after being re-installed, but
don't show why.  Could you attach your /etc/squid/squid.conf and
/var/log/squid/* files?

It also may be helpful to try:

service squid stop
service squid start

and look for error messages on the console.

** Changed in: squid (Ubuntu)
   Status: New => Incomplete

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

Title:
  package squid 2.7.STABLE9-2.1ubuntu1 failed to install/upgrade: ErrorMessage: 
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 673313] Re: ssh does not honor -i switch with config file

2010-12-23 Thread Patrick Donnelly
This bug report will soon expire. What is the status on this?

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

Title:
  ssh does not honor -i switch with config file

-- 
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 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2010-12-23 Thread Peter Maydell
I've analysed this segfault. The problem is that we're not correctly
taking account of the IT state on entry to a Thumb translation block if
we're retranslating it for cpu_restore_state().

The offending TB here is:
0x0003dc00:  movle  r2, #0
0x0003dc02:  ldrr1, [pc, #644]  (0x3de88)
0x0003dc04:  cmpr3, #2
0x0003dc06:  strr2, [r1, #0]
0x0003dc08:  it eq
0x0003dc0a:  ldreq  r3, [r5, #8]
0x0003dc0c:  beq.w  0x3ddce

where the 'le' is because the TB before that ended with an 'it le'. When
we execute this the str gets a data abort. qemu handles this by calling
cpu_restore_state(), which reruns the translation process but this time
generating a mapping between target and host addresses, so we can turn
the host PC of the fault into a target PC. Unfortunately we retranslate
without taking account of what the IT state at the start of the TB
should have been:

0x0003dc00:  movs   r2, #0
0x0003dc02:  ldrr1, [pc, #644]  (0x3de88)
0x0003dc04:  cmpr3, #2
0x0003dc06:  strr2, [r1, #0]
0x0003dc08:  it eq
0x0003dc0a:  ldreq  r3, [r5, #8]
0x0003dc0c:  beq.w  0x3ddce

...note that that mov has become unconditional. (It's not just the disassembly, 
the generated intermediate code changes too.)
Since cpu_restore_state() works by (a) actually rewriting the translated code 
into the buffer and (b) stopping when we get to the PC which faulted, this 
means we end up writing over the old generated code with half of a different 
version of the generated code. This is never going to go well, and we end up 
jumping off into the weeds the next time we execute the TB.

I think this is related to but not the same as
https://bugs.launchpad.net/qemu/+bug/581335.

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

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

-- 
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 693002] Re: apparmor rights bug with bind9 and resovconf

2010-12-23 Thread Serge Hallyn
Thanks for taking the time to report this bug and helping to make Ubuntu
better.

It appears as though the simplest solution is to edit
etc/resolvconf/update.d/bind to change RUN_DIR to /var/run/named.
/var/run/named is being used by bind9 in Ubuntu at the moment, and
resolvconf simply needs to know about the right location.

** Changed in: bind9 (Ubuntu)
   Status: New => Triaged

** Changed in: bind9 (Ubuntu)
   Importance: Undecided => Medium

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

Title:
  apparmor rights bug with bind9 and resovconf

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

2010-12-23 Thread Serge Hallyn
Thanks for taking the time to open this bug report and helping to make
Ubuntu better.

The logs show that mysql pre-install failed because your root disk is
full.  You may be able to save some space by clearing out old files in
/var/log, and clearing out the apt cache with 'apt-get clean'.  If that
doesn't help enough, then you'll likely want to start by doing 'du -sh
/*' to figure out which directory tree is the largest.  If you need
further help, please don't hesitate to respond again.

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New => Invalid

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

Title:
  package mysql-server-5.1 5.1.41-3ubuntu12.8 failed to install/upgrade: 
subprocess new pre-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 693020] Re: Closing KVM window requires clicking the X twice

2010-12-23 Thread Serge Hallyn
Thanks for taking the time to report this bug and helping to make Ubuntu
better.

Unfortunately I won't be able to try to reproduce this this week or
next.  If you are able to reproduce this in a standard ubuntu 10.04 LTS
with classic desktop, that would be helpful information.  Otherwise, I
will try to reproduce in xubuntu 10.04.

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

Title:
  Closing KVM window requires clicking the X twice

-- 
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 688541] Re: race condition on shutdown (leads to corrupted fs)

2010-12-23 Thread Clint Byrum
On Thu, 2010-12-23 at 22:07 +, ingo wrote:
> I took you literally and canged all [!2345], not the others:
> 
> The remaining now are:
> 
> fgrep "stop on runlevel" /etc/init/*.conf
> /etc/init/rc.conf:stop on runlevel [!$RUNLEVEL]
> /etc/init/rcS.conf:stop on runlevel [!S]
> /etc/init/rc-sysinit.conf:stop on runlevel
> /etc/init/tty2.conf:stop on runlevel [!23]
> /etc/init/tty3.conf:stop on runlevel [!23]
> /etc/init/tty4.conf:stop on runlevel [!23]
> /etc/init/tty5.conf:stop on runlevel [!23]
> /etc/init/tty6.conf:stop on runlevel [!23]
> /etc/init/ufw.conf:stop on runlevel [!023456]
> 
> I still get the orphaned inodes. Shall I also convert the tty's?
> 

You can, but I doubt they're the problem.

Can you paste the output of

lsof -n |grep deleted

After the reinstall?

Thanks.

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

Title:
  race condition on shutdown (leads to corrupted fs)

-- 
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 692131] Re: package squid 2.7.STABLE9-2.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2010-12-23 Thread Serge Hallyn
Thanks for reporting this bug and helping to make Ubuntu better.

The logs show that squid failed to start after being re-installed, but
don't show why.  Could you attach your /etc/squid/squid.conf and
/var/log/squid/* files?

It also may be helpful to try:

service squid stop
service squid start

and look for error messages on the console.

** Changed in: squid (Ubuntu)
   Status: New => Incomplete

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

Title:
  package squid 2.7.STABLE9-2.1ubuntu1 failed to install/upgrade: ErrorMessage: 
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 690352] Re: package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

2010-12-23 Thread Serge Hallyn
Thanks for reporting this bug and helping to make Ubuntu better.

The snmpd upgrade process failed at removing the old package because it
couldn't delete user snmp.  It found that user was logged in.

Please make sure snmpd is stopped and no processes running as snmp
remain (ps -ef | grep snmp) and then re-try the upgrade.  Please let us
know if that does not work.

** Changed in: net-snmp (Ubuntu)
   Status: New => Incomplete

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

Title:
  package snmpd 5.4.2.1~dfsg0ubuntu1-0ubuntu2.1 failed to install/upgrade:

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


[Bug 689472] Re: package quagga 0.99.15-1ubuntu0.1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-12-23 Thread Serge Hallyn
It looks like quagga is designed to not stop the service automatically
if it is running.  Please try stopping the service manually ('service
stop quagga' or '/etc/init.d/quagga stop') and then continue the
upgrade.

** Changed in: quagga (Ubuntu)
   Status: New => Invalid

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

Title:
  package quagga 0.99.15-1ubuntu0.1 failed to install/upgrade: subprocess new 
pre-removal 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 693422] Re: can't install php5-cli

2010-12-23 Thread Clint Byrum
Hi marco, thanks for taking the time to file this bug report and help us
make Ubuntu better.

Can you please provide

 * A detailed description of the "issues" including any evidence you've
used to determine that this may be a bug.

and if possible

 * A set of steps to repeat the issues.

Marking Incomplete pending response from marco.

** Changed in: php5 (Ubuntu)
   Status: New => Incomplete

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

Title:
  can't install php5-cli

-- 
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 688541] Re: race condition on shutdown (leads to corrupted fs)

2010-12-23 Thread ingo
I took you literally and canged all [!2345], not the others:

The remaining now are:

fgrep "stop on runlevel" /etc/init/*.conf
/etc/init/rc.conf:stop on runlevel [!$RUNLEVEL]
/etc/init/rcS.conf:stop on runlevel [!S]
/etc/init/rc-sysinit.conf:stop on runlevel
/etc/init/tty2.conf:stop on runlevel [!23]
/etc/init/tty3.conf:stop on runlevel [!23]
/etc/init/tty4.conf:stop on runlevel [!23]
/etc/init/tty5.conf:stop on runlevel [!23]
/etc/init/tty6.conf:stop on runlevel [!23]
/etc/init/ufw.conf:stop on runlevel [!023456]

I still get the orphaned inodes. Shall I also convert the tty's?

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

Title:
  race condition on shutdown (leads to corrupted fs)

-- 
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 691590] Re: libvirt should not take ownership of ISO images

2010-12-23 Thread C de-Avillez
Thank you, Serge. Testing it now.

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

Title:
  libvirt should not take ownership of ISO images

-- 
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 691590] Re: libvirt should not take ownership of ISO images

2010-12-23 Thread Serge Hallyn
A package with the proposed fix is available for natty in ppa:serge-
hallyn/virt.  If this does what you need, then we can proceed to talk to
the libvirt community.

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

Title:
  libvirt should not take ownership of ISO images

-- 
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 691590] Re: libvirt should not take ownership of ISO images

2010-12-23 Thread Serge Hallyn

** Attachment added: "Proposed patch to not chown isos"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/691590/+attachment/1774914/+files/debdiff

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

Title:
  libvirt should not take ownership of ISO images

-- 
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 688541] Re: race condition on shutdown (leads to corrupted fs)

2010-12-23 Thread Clint Byrum
On Thu, 2010-12-23 at 12:40 +, ingo wrote:
> @Clint:
> 
> I did test your proposal in Maverick.
> 
> Before editing the stop scripts:
> 
> fgrep "stop on runlevel" /etc/init/*.conf
> /etc/init/acpid.conf:stop on runlevel [!2345]
> /etc/init/anacron.conf:stop on runlevel [!2345]
> /etc/init/apport.conf:stop on runlevel [!2345]
> /etc/init/atd.conf:stop on runlevel [!2345]
> /etc/init/cron.conf:stop on runlevel [!2345]
> /etc/init/cups.conf:stop on runlevel [016]
> /etc/init/dbus.conf:stop on runlevel [06]
> /etc/init/failsafe-x.conf:stop on runlevel [06]
> /etc/init/gdm.conf:stop on runlevel [016]
> /etc/init/irqbalance.conf:stop on runlevel [!2345]
> /etc/init/mountall-shell.conf:stop on runlevel [06]
> /etc/init/rc.conf:stop on runlevel [!$RUNLEVEL]
> /etc/init/rcS.conf:stop on runlevel [!S]
> /etc/init/rc-sysinit.conf:stop on runlevel
> /etc/init/rsyslog.conf:stop on runlevel [06]
> /etc/init/tty1.conf:stop on runlevel [!2345]
> /etc/init/tty2.conf:stop on runlevel [!23]
> /etc/init/tty3.conf:stop on runlevel [!23]
> /etc/init/tty4.conf:stop on runlevel [!23]
> /etc/init/tty5.conf:stop on runlevel [!23]
> /etc/init/tty6.conf:stop on runlevel [!23]
> /etc/init/udev.conf:stop on runlevel [06]
> /etc/init/ufw.conf:stop on runlevel [!023456]
> 
> After editing the stop scripts:
> 
> fgrep "stop on starting" /etc/init/*.conf
> /etc/init/cups.conf:stop on starting rc RUNLEVEL=[016]
> /etc/init/dbus.conf:stop on starting rc RUNLEVEL=[06]
> /etc/init/failsafe-x.conf:stop on starting rc RUNLEVEL=[06]
> /etc/init/gdm.conf:stop on starting rc RUNLEVEL=[016]
> /etc/init/mountall.conf:stop on starting rcS
> /etc/init/mountall-shell.conf:stop on starting rc RUNLEVEL=[06]
> /etc/init/rsyslog.conf:stop on starting rc RUNLEVEL=[06]
> /etc/init/udev.conf:stop on starting rc RUNLEVEL=[06]
> 
> Then execute
> 
> apt-get install --reinstall libc6
> and reboot:
> 
> I still get the 8 orphaned inodes as reported already.
> 
> Did I miss to change the other scrips as well like this?
>  stop on runlevel [!2345]  -> stop on stop on starting rc RUNLEVEL=[016]
> 

Yes, and some of those are probably the most likely to have libc open.

If doing the same to all of the !2345's does not fix the corruption, can
you do:

apt-get install --reinstall libc6
lsof -n |grep deleted
initctl list

And paste or upload the output of that here?

> -- 
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/688541
> 
> Title:
>   race condition on shutdown (leads to corrupted fs)
> 
> Status in “mysql-5.1” package in Ubuntu:
>   Triaged
> Status in “sysvinit” package in Ubuntu:
>   Triaged
> 
> Bug description:
>   I'm using mysql-server-5.1 on a 10.04 LTS installation.
> The mysql db is around 27GB and on a separate partition mounted as 
> /var/lib/mysql.
> 
> On shutdown I get the following error message:
> 
> Checking for running unattended-upgrades:  * Asking all remaining processes 
> to terminate...   
> [80G 
> [74G[ OK ]
>  * All processes ended within 1 seconds   
> [80G 
> [74G[ OK ]
>  * Deconfiguring network interfaces...   
> [80G 
> [74G[ OK ]
>  * Deactivating swap...   
> [80G 
> [74G[ OK ]
>  * Unmounting local filesystems...   
> [80G umount2: Device or resource busy
> umount: /var/lib/mysql: device is busy.
> (In some cases useful info about processes that use
>  the device is found by lsof(8) or fuser(1))
> umount2: Device or resource busy
> umount2: Device or resource busy
> umount: /tmp: device is busy.
> (In some cases useful info about processes that use
>  the device is found by lsof(8) or fuser(1))
> umount2: Device or resource busy
> [74G[
> [31mfail
> [39;49m]
> mount: / is busy
>  * Will now restart
> [ 3369.429751] Restarting system.
> 
> 
> On the next reboot the file system is corrupt and need to be fsck-ed.
> 
> I think the problem is, that mysql uses an upstart job (/etc/init/mysql.conf) 
> and has
> stop on runlevel [016]
> 
> The rc.conf job is also triggered on runlevel 0 and 6, so they basically run 
> at the same time.As 
> 
> When /etc/rc0.d/S20sendsigs is run, it deliberatly does not wait or kill any 
> upstart jobs.
> 
> As my mysqld process takes some time to shutdown, S40umountfs and 
> S60umountroot are run before the mysqld has quit.
> 
> Leading to the fs not being properly unmounted. It is event possible that 
> mysqld is forcefully killed by halt in S90halt if it hasn't stopped by then.
> 
> This is a serious issue, as it can (and will) lead to data loss.
> 
> Other upstart jobs, like rsyslog.conf, use the same "stop on runlevel [016]" 
> stanza, so they are probably affected too.
> 
> ProblemType: Bug
> DistroRelease: Ubuntu 10.10
> Package: mysql-server-5.1 5.1.49-1ubuntu8.1
> Uname: Linux 2.6.32-5-686 i686
> NonfreeKernelModules: michael_mic arc4 ecb lib80211_crypt_tkip aes_i586 
> aes_generic lib80211_crypt_ccmp sco bnep rfcomm l2cap binfmt_misc 
> acpi_cpufreq ppdev lp cpuf

[Bug 682831] Re: lost console output early in boot

2010-12-23 Thread Alon Swartz
I was tracking down this exact same bug today when I came across this bug 
report.
I can confirm that adding "xencons=hvc0" works around the issue on Lucid based 
builds, thanks Scott!

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

Title:
  lost console output early in boot

-- 
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 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-23 Thread Serge Hallyn
** Description changed:

  Binary package hint: vsftpd
  
  ?
  
  ProblemType: Package
  DistroRelease: Ubuntu 10.04
  Package: vsftpd (not installed)
  ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
  Uname: Linux 2.6.32-25-generic i686
  AptOrdering:
-  vsftpd: Install
-  vsftpd: Configure
+  vsftpd: Install
+  vsftpd: Configure
  Architecture: i386
  Date: Fri Nov 19 22:28:45 2010
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  SourcePackage: vsftpd
  Title: package vsftpd (not installed) failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
+ 
+ 
+ SRU comments:
+ Impact: Breaks install of vsftp if any existing user or group name begins 
with 'ftp'.
+ How bug addressed: The vsftpd.postinst script is patched so it accepts only 
whole names 'ftp', not names beginning with 'ftp'.
+ Patch: See attached debdiffs.
+ To reproduce: Create a user or group 'ftpfoo' before installing vsftpd
+ Regression Potential: This should have no impact as it only changes the 
string being checked for in existing users and groups.  If there were a typo in 
the patch, it could break vsftpd installation.

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

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
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 677764] Re: vsftpd postinstall checks for user/group starting with ftp

2010-12-23 Thread Serge Hallyn
** Changed in: vsftpd (Ubuntu Natty)
   Status: Confirmed => Fix Released

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

Title:
  vsftpd postinstall checks for user/group starting with ftp

-- 
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 667269] Re: winbind crashes

2010-12-23 Thread gmoore777
I have just installed the samba-dbg package.
When this problem happens again, what do I need to run, look at, provide back 
to this forum, etc?

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

Title:
  winbind crashes

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


Re: [Bug 681141] Re: kvm 1.84 hangs (host 32 bit meerkat, guest created by vmbuilder)

2010-12-23 Thread Serge Hallyn
@Travis:  just to make sure, does non-accelerated qemu also fail for you?
On a 32-bit intel atom N455 I'm able to boot the debian netboot iso just
fine...

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

Title:
  kvm 1.84 hangs (host 32 bit meerkat, guest created by vmbuilder)

-- 
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 688541] Re: race condition on shutdown (leads to corrupted fs)

2010-12-23 Thread ingo
@Clint:

I did test your proposal in Maverick.

Before editing the stop scripts:

fgrep "stop on runlevel" /etc/init/*.conf
/etc/init/acpid.conf:stop on runlevel [!2345]
/etc/init/anacron.conf:stop on runlevel [!2345]
/etc/init/apport.conf:stop on runlevel [!2345]
/etc/init/atd.conf:stop on runlevel [!2345]
/etc/init/cron.conf:stop on runlevel [!2345]
/etc/init/cups.conf:stop on runlevel [016]
/etc/init/dbus.conf:stop on runlevel [06]
/etc/init/failsafe-x.conf:stop on runlevel [06]
/etc/init/gdm.conf:stop on runlevel [016]
/etc/init/irqbalance.conf:stop on runlevel [!2345]
/etc/init/mountall-shell.conf:stop on runlevel [06]
/etc/init/rc.conf:stop on runlevel [!$RUNLEVEL]
/etc/init/rcS.conf:stop on runlevel [!S]
/etc/init/rc-sysinit.conf:stop on runlevel
/etc/init/rsyslog.conf:stop on runlevel [06]
/etc/init/tty1.conf:stop on runlevel [!2345]
/etc/init/tty2.conf:stop on runlevel [!23]
/etc/init/tty3.conf:stop on runlevel [!23]
/etc/init/tty4.conf:stop on runlevel [!23]
/etc/init/tty5.conf:stop on runlevel [!23]
/etc/init/tty6.conf:stop on runlevel [!23]
/etc/init/udev.conf:stop on runlevel [06]
/etc/init/ufw.conf:stop on runlevel [!023456]

After editing the stop scripts:

fgrep "stop on starting" /etc/init/*.conf
/etc/init/cups.conf:stop on starting rc RUNLEVEL=[016]
/etc/init/dbus.conf:stop on starting rc RUNLEVEL=[06]
/etc/init/failsafe-x.conf:stop on starting rc RUNLEVEL=[06]
/etc/init/gdm.conf:stop on starting rc RUNLEVEL=[016]
/etc/init/mountall.conf:stop on starting rcS
/etc/init/mountall-shell.conf:stop on starting rc RUNLEVEL=[06]
/etc/init/rsyslog.conf:stop on starting rc RUNLEVEL=[06]
/etc/init/udev.conf:stop on starting rc RUNLEVEL=[06]

Then execute

apt-get install --reinstall libc6
and reboot:

I still get the 8 orphaned inodes as reported already.

Did I miss to change the other scrips as well like this?
 stop on runlevel [!2345]  -> stop on stop on starting rc RUNLEVEL=[016]

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

Title:
  race condition on shutdown (leads to corrupted fs)

-- 
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 693745] [NEW] wront time report for turkey

2010-12-23 Thread Oguz Altun
Public bug reported:

Binary package hint: ntp

While the the UTC time is 11:24, and local time is 13:21 in reality, the
system shows 14:28 UTC, and 16:28 locally. I am not sure this is a ntp
or tzdata issue, or another. But I seem to get an error message when I
run ntptime command.

The system is Ubuntu Hardy (turnkey moodle appliance). Please see
following commands and their outputs (These are right after apt-get
update and apt-get upgrade).

*r...@moodle:~# uname -a
Linux moodle 2.6.24-28-generic #1 SMP Wed Nov 24 09:30:14 UTC 2010 i686 
GNU/Linux

*r...@moodle:~# dpkg-reconfigure tzdata

Current default timezone: 'Europe/Istanbul'
Local time is now:  Thu Dec 23 16:28:58 EET 2010.
Universal Time is now:  Thu Dec 23 14:28:58 UTC 2010.

*r...@moodle:~# date
Thu Dec 23 16:28:26 EET 2010

*r...@moodle:~# ntptime
ntp_gettime() returns code 5 (ERROR)
  time d0bddaf8.32671000  Thu, Dec 23 2010 16:28:08.196, (.196885),
  maximum error 85008 us, estimated error 16 us
ntp_adjtime() returns code 5 (ERROR)
  modes 0x0 (),
  offset 0.000 us, frequency 0.000 ppm, interval 1 s,
  maximum error 85008 us, estimated error 16 us,
  status 0x40 (UNSYNC),
  time constant 4, precision 1.000 us, tolerance 512 ppm,

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

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

Title:
  wront time report for turkey

-- 
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 648609] Re: unable to unmount broken cifs mount

2010-12-23 Thread Jon Dowland
I mount by hand via "mount" with the following line in /etc/fstab


//tower3/home13/njd33   /home/jon/h cifs
uid=1000,gid=1000,username=CAMPUS\njd33,user,noauto 0 0

** Changed in: samba (Ubuntu)
   Status: Expired => 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/648609

Title:
  unable to unmount broken cifs mount

-- 
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 431090] Re: libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

2010-12-23 Thread soumyadip majumder

On the eucalyptus NC, when we try to start a VM, the process is unable
to do so with the following error being thrown by libvirt (reported in
nc.log):


libvirt: monitor socket did not show up.: Connection refused (code=38)
[Thu Dec 23 13:08:58 2010][002757][EUCAFATAL ] hypervisor failed to start domain
[Thu Dec 23 13:08:59 2010][002757][EUCADEBUG ] doDescribeResource() invoked
[Thu Dec 23 13:09:02 2010][002757][EUCADEBUG ] doDescribeInstances() invoked
[Thu Dec 23 13:09:03 2010][002757][EUCAERROR ] libvirt: Domain not found: no 
domain with matching name 'i-3BA00773' (code=42)
[Thu Dec 23 13:09:03 2010][002757][EUCAINFO  ] vrun(): [rm -rf 
/var/lib/eucalyptus/instances//admin/i-3BA00773/]
[Thu Dec 23 13:09:04 2010][002757][EUCAINFO  ] stopping the network (vlan=10)
[Thu Dec 23 13:09:08 2010][002757][EUCADEBUG ] doDescribeResource() invoked
[Thu Dec 23 13:09:11 2010][002757][EUCADEBUG ] doDescribeInstances() invoked
[Thu Dec 23 13:09:17 2010][002757][EUCADEBUG ] doDescribeResource() invoked
[Thu Dec 23 13:09:20 2010][002757][EUCAINFO  ] doTerminateInstance() invoked 
(id=i-3BA00773)
[Thu Dec 23 13:09:20 2010][002757][EUCAERROR ] libvirt: Domain not found: no 
domain with matching name 'i-3BA00773' (code=42)

This the qemu log :

r...@cluster-controller-desktop:/var/log/libvirt/qemu# cat i-3BA00773.log 
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
/usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 256 -smp 1 -name i-3BA00773 -uuid 
46d27510-fc55-666e-e2f5-1e2666a55b02 -nographic -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/i-3BA00773.monitor,server,nowait 
-monitor chardev:monitor -boot c -kernel 
/var/lib/eucalyptus/instances//admin/i-3BA00773/kernel -initrd 
/var/lib/eucalyptus/instances//admin/i-3BA00773/ramdisk -append root=/dev/sda1 
console=ttyS0 -drive 
file=/var/lib/eucalyptus/instances//admin/i-3BA00773/disk,if=scsi,index=0,boot=on,format=raw
 -net nic,macaddr=d0:0d:3b:a0:07:73,vlan=0,model=e1000,name=e1000.0 -net 
tap,fd=40,vlan=0,name=tap.0 -chardev 
file,id=serial0,path=/var/lib/eucalyptus/instances//admin/i-3BA00773/console.log
 -serial chardev:serial0 -parallel none -usb 

qemu: linux kernel too old to load a ram disk

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

Title:
  libvirt apparmor profile is preventing libvirt from running eucalyptus VMs

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