[Bug 668042] Re: If Libvirtd is restarted, libvirt drops active domains lose network interface info.

2010-12-20 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

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

Title:
  If Libvirtd is restarted, libvirt drops active domains lose network interface 
info.

-- 
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 691414] Re: clamav taking extremely long time to load database

2010-12-20 Thread Martin Pitt
Scott,

the lucid update changes the libltdl-dev build dependency to
libltdl3-dev. However, that only exists in dapper and hardy. It shuold
work because of the Provides:, but nevertheless this change seems
backwards to me.

** Changed in: clamav (Ubuntu Lucid)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  clamav taking extremely long time to load database

-- 
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 691414] Please test proposed package

2010-12-20 Thread Martin Pitt
Accepted clamav into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

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

Title:
  clamav taking extremely long time to load database

-- 
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 683955] Re: [SRU] Please upgrade tftpd-hpa in lucid to at least 5.0-14

2010-12-20 Thread Martin Pitt
Accepted tftp-hpa into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: tftp-hpa (Ubuntu Lucid)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  [SRU] Please upgrade tftpd-hpa in lucid to at least 5.0-14

-- 
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 691414] Re: clamav taking extremely long time to load database

2010-12-20 Thread Martin Pitt
Accepted clamav into maverick-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: clamav (Ubuntu Maverick)
   Status: Confirmed = Fix Committed

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

Title:
  clamav taking extremely long time to load database

-- 
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 683955] Re: [SRU] Please upgrade tftpd-hpa in lucid to at least 5.0-14

2010-12-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/tftp-hpa

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

Title:
  [SRU] Please upgrade tftpd-hpa in lucid to at least 5.0-14

-- 
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-20 Thread James Hunt
After discussion with Scott, the best short-term solution would seem to
be:

1) Modify /etc/init.d/umountfs to call the following in do_stop before
calling umount/swapoff:

 initctl emit unmount-filesystem

2) Modify /etc/init.d/umountroot to call the following in do_stop before
calling umount:

 initctl emit unmount-root-filesystem


3) Modify all upstart configs for services which are slow to stop such that 
they stop on unmount-filesystem,
rather than stop on runlevel [016].

4) Test!

The overall effect of this being that when /etc/init.d/umountfs emits
the unmount-filesystem event, it will block until any Upstart jobs which
stop on those events have completed. Thus, /etc/init.d/umountfs will
wait for the mysql Upstart job to finish before unmounting its
filesystems.

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


Re: [Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2010-12-20 Thread Michael Biebl
2010/12/20 James Hunt 688...@bugs.launchpad.net:

 3) Modify all upstart configs for services which are slow to stop such that 
 they stop on unmount-filesystem,
    rather than stop on runlevel [016].

- What about single user mode? I guess when switching to runlevel 1 we
want to stop services like mysql?
- How do you decide if a service  is 'slow to stop' ? Imho that
highly depends on the given hardware, local configuration and the
amount of data you are dealing with. A general approach would be
preferable.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

-- 
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 665231] Re: cannot create dapper VMs because tzdata does not exist on dapper

2010-12-20 Thread Serge Hallyn
@Arnaud,

sorry, I don't understand what you are saying.  The fix is applied to the
bzr trunk.  Where precisely are you finding the fix not applied?

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

Title:
  cannot create dapper VMs because tzdata does not exist on dapper

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

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

Could you give the output of
qemu-img info /var/kvm/a1.6-q2.img

Do you know if that file happens to be virtio?

What output do you see if you do:

kvm -m 384 -monitor stdio -localtime -drive
file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel
none -usb -vnc 192.168.3.3:49


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

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

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 665231] Re: cannot create dapper VMs because tzdata does not exist on dapper

2010-12-20 Thread Arnaud Soyez
In lp:vmbuilder/trunk , line 362.
http://bazaar.launchpad.net/~ubuntu-virt/vmbuilder/trunk/annotate/head%3A/VMBuilder/plugins/ubuntu/dapper.py#L362
It should say locales instead of tzdata. But maybe that branch is not the focus 
of current development, though I still think the fix should apply to it.

The 0.12.x branch is not affected, but 0.12.4 release is affected, but
I'm sure the next release will contain the fix.

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

Title:
  cannot create dapper VMs because tzdata does not exist on dapper

-- 
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 665231] Re: cannot create dapper VMs because tzdata does not exist on dapper

2010-12-20 Thread Arnaud Soyez
I meant: in dapper.py line 362.

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

Title:
  cannot create dapper VMs because tzdata does not exist on dapper

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# qemu-img info /var/kvm/a1.6-q2.img 
image: /var/kvm/a1.6-q2.img
file format: qcow2
virtual size: 20G (21474836480 bytes)
disk size: 2.0G
cluster_size: 4096

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# kvm -m 384 -monitor stdio -localtime -drive 
file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none 
-usb -vnc 192.168.3.7:49 
char device redirected to /dev/pts/4
pci_add_option_rom: failed to find romfile pxe-rtl8139.bin
QEMU 0.12.3 monitor - type 'help' for more information
(qemu)

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
Hi Serge,

Thanks for your reply.

With the kvm command you have provided the guest booted fine. I can
login to the guest with out any issues, though the network does not
seems  to be working. But I guess the command you have provided do not
enable networking for the guest.

Thanks again and I will be happy to do additional debugging/provide more
information if required.

with regards,

raj

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Serge Hallyn
Thanks, yeah there were several changes thrown into that command
at once, so now we want to try putting them back in one at a
time.  

Could you try the following three:

kvm -m 384 -monitor pty -localtime -drive
file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel
none -usb -vnc 192.168.3.3:49

kvm -m 384 -monitor stdio -localtime -drive
file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel
none -usb -vnc 192.168.3.3:49 -boot c

kvm -m 384 -monitor stdio -localtime -drive
file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel
none -usb -vnc 192.168.3.3:49 -net nic,vlan=0 -net
tap,script=,vlan=0,ifname=vnet6

Actually, do you have the uml-utilities package installed?

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 665231] Re: cannot create dapper VMs because tzdata does not exist on dapper

2010-12-20 Thread Serge Hallyn
Quoting Arnaud Soyez (webo...@codealpha.net):
 In lp:vmbuilder/trunk , line 362.
 http://bazaar.launchpad.net/~ubuntu-virt/vmbuilder/trunk/annotate/head%3A/VMBuilder/plugins/ubuntu/dapper.py#L362
 It should say locales instead of tzdata. But maybe that branch is not the 
 focus of current development, though I still think the fix should apply to it.
 
 The 0.12.x branch is not affected, but 0.12.4 release is affected, but
 I'm sure the next release will contain the fix.

Oops, right you are - I just went ahead and merged the changes back
into trunk.

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

Title:
  cannot create dapper VMs because tzdata does not exist on dapper

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# kvm -m 384 -monitor pty -localtime -drive 
file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none 
-usb -vnc 192.168.3.7:49
char device redirected to /dev/pts/4
char device redirected to /dev/pts/7
pci_add_option_rom: failed to find romfile pxe-rtl8139.bin

result: guest booting.

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# kvm -m 384 -monitor stdio -localtime -drive 
file=/var/kvm/a1.6-q2.img,if=ide,index=0,boot=on -serial pty -parallel none 
-usb -vnc 192.168.3.7:49 -boot c
char device redirected to /dev/pts/4
pci_add_option_rom: failed to find romfile pxe-rtl8139.bin
QEMU 0.12.3 monitor - type 'help' for more information
(qemu)

result: guest booting

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# kvm -m 384 -monitor stdio -localtime -drive 
file=/var/kvm2.img,if=ide,index=0,boot=on -serial pty -parallel none -usb -vnc 
192.168.3.7:49 -net nic,vlan=0 -net tap,script=,vlan=0,ifname=vnet6
char device redirected to /dev/pts/4
pci_add_option_rom: failed to find romfile pxe-rtl8139.bin
QEMU 0.12.3 monitor - type 'help' for more information
(qemu)

result: guest booting, no network though. cannot even ping the host.

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S
r...@redbull:~# aptitude search uml-utilities
p   uml-utilities   - User-mode Linux (utility programs)

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Serge Hallyn
Quoting Rajkumar S (691...@bugs.launchpad.net):
 r...@redbull:~# aptitude search uml-utilities
 p   uml-utilities   - User-mode Linux (utility programs)

Please install it, and then check whether libvirt is able to
start the guest with no other modifications.

If so, then we'll need to consider whether libvirt needs to
be able to produce a more meaningful error message, or whether
uml-utilities should be a Depends.

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

-- 
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 692647] [NEW] Network bridge does not come up upon boot

2010-12-20 Thread Peter Matulis
Public bug reported:

Binary package hint: bridge-utils

On a fresh (vmbuilder) install of Maverick (server 64-bit) I cannot get
a vanilla bridge to come up upon boot using the standard configuration
method (via /etc/network/interfaces [1]). A manual restart of the
networking service gets it to work:

$ sudo /etc/init.d/networking restart

I have resorted to putting the above command in /etc/rc.local and that
works for now.  I would, however, also need to start any network-
required services there as well.

I mentioned this issue in bug #687631 but this is a more basic issue and
it requires a bug of it's own.

[1]

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto br0
iface br0 inet static
bridge_ports eth0
address 10.153.107.93
netmask 255.255.255.0
network 10.153.107.0
broadcast 10.153.107.255
gateway 10.153.107.1

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

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

Title:
  Network bridge does not come up upon 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


Re: [Bug 688541] Re: race condition on shutdown (leads to corrupted fs)

2010-12-20 Thread Clint Byrum
On Mon, 2010-12-20 at 12:50 +, James Hunt wrote:
 After discussion with Scott, the best short-term solution would seem to
 be:
 
 1) Modify /etc/init.d/umountfs to call the following in do_stop before
 calling umount/swapoff:
 
  initctl emit unmount-filesystem
 
 2) Modify /etc/init.d/umountroot to call the following in do_stop before
 calling umount:
 
  initctl emit unmount-root-filesystem
 
 
 3) Modify all upstart configs for services which are slow to stop such that 
 they stop on unmount-filesystem,
 rather than stop on runlevel [016].
 
 4) Test!
 
 The overall effect of this being that when /etc/init.d/umountfs emits
 the unmount-filesystem event, it will block until any Upstart jobs which
 stop on those events have completed. Thus, /etc/init.d/umountfs will
 wait for the mysql Upstart job to finish before unmounting its
 filesystems.


Not much happens between rc-sysinit starting and sendsigs/umountfs. Is
slow even 1 second between SIGTERM and exiting? Shouldn't we just make
sure everything that is 'stop on runlevel [!2345]' or 'stop on runlevel
[016]' stops before we umount? bug #672177 may very well be caused
simply by killing the last service that had the deleted libc.so.6 open,
causing the fs to need to finish the deletion right then, which could be
waiting on a sync and many other files being flushed/etc. on a busy
rotational disk. This will cause something very tiny to take a second to
die.

I think we must transition *everything* that stops on runlevel [016] to
'stop on unmounting-filesystems', or get clever and find a way to wait
until upstart is done stopping everything it already wants to stop. I do
think that initctl list is flawed for this task, but it might be the
best chance at catching stragglers that we have.

In a message to ubuntu-devel I suggested that we have an abstract job,
'network-services', which most normal (non boot-critical) services
should follow.

https://lists.ubuntu.com/archives/ubuntu-devel/2010-December/032254.html

By taking this approach, we can at least ammend this fix if it has
unintended consequences.

There's also still the issue (which probably should be its own bug
report) that sendsigs will kill the children of already stopping jobs,
which it shouldn't do, and which it would still do in the suggested fix
since sendsigs runs before umountfs.

-- 
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 692647] Re: Network bridge does not come up upon boot

2010-12-20 Thread Steve Langasek
Please boot with '--verbose' added to the kernel boot options and attach
the resulting /var/log/syslog, so we can trace the resulting upstart
events.

** Changed in: bridge-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  Network bridge does not come up upon 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 692647] Re: Network bridge does not come up upon boot

2010-12-20 Thread Peter Matulis
Weird.  Either there was a recent update or there was a wicked delay for
the bridge to come up because it's working now (with a delay of around 5
seconds).  I will try it again soon on my similarly plagued Karmic
machine.

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

Title:
  Network bridge does not come up upon 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


Re: [Bug 692647] Re: Network bridge does not come up upon boot

2010-12-20 Thread Steve Langasek
On Mon, Dec 20, 2010 at 07:46:41PM -, Peter Matulis wrote:
 I will try it again soon on my similarly plagued Karmic machine.

Oh, this is definitely broken on karmic.  The fixes for upstartification of
bridge-utils were only ever included in lucid, they weren't backported to
karmic.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org

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

Title:
  Network bridge does not come up upon 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 692775] [NEW] linking two virtual machines does not work

2010-12-20 Thread Thomas Schweikle
Public bug reported:

Binary package hint: bridge-utils

Configured bridge:

auto br8
iface br8 inet static
  address 172.16.28.1
  netmask 255.255.255.0
   bridge_fd 9
  bridge_hello 2
  bridge_maxage 12
  bridge_stp on
  bridge_ports eth0.6
  post-up iptables -t nat -A POSTROUTING -s 172.16.28.0/24 ! -d 172.16.28.0/24 
-p tcp -j MASQUERADE --to-ports 1024-65535
  post-up iptables -t nat -A POSTROUTING -s 172.16.28.0/24 ! -d 172.16.28.0/24 
-p udp -j MASQUERADE --to-ports 1024-65535
  post-up iptables -t nat -A POSTROUTING -s 172.16.28.0/24 ! -d 172.16.28.0/24 
-j MASQUERADE
  post-up iptables -t filter -A FORWARD -d 172.16.28.0/24 -o br8 -m state 
--state RELATED,ESTABLISHED -j ACCEPT
  post-up iptables -t filter -A FORWARD -s 172.16.28.0/24 -i br8 -j ACCEPT
  post-up iptables -t filter -A FORWARD -i br8 -o br8 -j ACCEPT
  post-up iptables -t filter -A FORWARD -o br8 -j REJECT --reject-with 
icmp-port-unreachable
  post-up iptables -t filter -A FORWARD -i br8 -j REJECT --reject-with 
icmp-port-unreachable

Interface is configured as expected:
br8   Link encap:Ethernet  Hardware Adresse 00:24:1d:df:f0:38  
  inet Adresse:172.16.28.1  Bcast:172.16.28.255  Maske:255.255.255.0
  inet6-Adresse: fe80::224:1dff:fedf:f038/64 
Gültigkeitsbereich:Verbindung
  inet6-Adresse: 172.16.28.1/96 Gültigkeitsbereich:Global
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
  RX packets:1990 errors:0 dropped:0 overruns:0 frame:0
  TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
  Kollisionen:0 Sendewarteschlangenlänge:0 
  RX bytes:365337 (365.3 KB)  TX bytes:706 (706.0 B)

iptables are configured as expected:

Chain INPUT (policy ACCEPT)
target prot opt source   destination 

Chain FORWARD (policy ACCEPT)
target prot opt source   destination 
ACCEPT all  --  anywhere 172.16.28.0/24  state 
RELATED,ESTABLISHED 
ACCEPT all  --  172.16.28.0/24   anywhere
ACCEPT all  --  anywhere anywhere
REJECT all  --  anywhere anywherereject-with 
icmp-port-unreachable 
REJECT all  --  anywhere anywherereject-with 
icmp-port-unreachable 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination 

This bridge connects two kvm-systems:
br8 8000.00241ddff038   yes eth0.6
vnet2
vnet9

System one:
eth4  Link encap:Ethernet  HWaddr 52:54:00:ae:6c:73  
  inet addr:172.16.28.25  Bcast:172.16.28.255  Mask:255.255.255.0
  inet6 addr: 172.16.28.25/96 Scope:Global
  inet6 addr: fe80::5054:ff:feae:6c73/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:863 errors:0 dropped:0 overruns:0 frame:0
  TX packets:107 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:69740 (69.7 KB)  TX bytes:13207 (13.2 KB)
  Interrupt:11 Base address:0x6200

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
172.16.28.0 0.0.0.0 255.255.255.0   U 0  00 eth4

On this system a dhcp-server is active. The server listens on port 67 on
all open interfaces.

System two:
eth0  Link encap:Ethernet  HWaddr 52:54:00:ae:6c:73  
  inet6 addr: fe80::5054:ff:feae:6c73/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0 KB)  TX bytes:0 (0 KB)
  Interrupt:11 Base address:0x6200

Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface

Command dhclient eth0 just times out:
Listening on LPF/eth0/52:54:00:05:cf:85
Sending on LPF/eth0/52:54:00:05:cf:85
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
No DHCPOFFERS received.
No working leases in persistent database - sleeping


No dhcp-packets are seen by the client, nor the server. Impossible to use dhcp 
with kvm.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: bridge-utils 1.4-5ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-23.41-server 2.6.35.7
Uname: Linux 2.6.35-23-server x86_64
Architecture: amd64
Date: Mon Dec 20 22:31:35 2010
InstallationMedia: Ubuntu-Server 10.10 Maverick Meerkat - Release amd64 
(20101007)
ProcEnviron:
 LC_CTYPE=en_US.UTF-8
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 

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

2010-12-20 Thread Scott Moser
There is, in my opinion, a real bug here in plymouth.  However, it can
be easily worked around by adding 'xencons=hvc0 console=hvc0' as I've
done now in [1] (a slight fix at rev 211 also).  I think this can be
further fixed in legacy-grub-ec2 in lucid by adding the appropriate
xencons to the default config file, making the fix in vmbuilder-uec-
ec2-fixes  unnessesary.

[1] http://bazaar.launchpad.net/%7Eubuntu-on-ec2/vmbuilder/automated-
ec2-builds/revision/210

-- 
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 692838] Re: package bind9 1:9.7.0.dfs g.P1-1ubuntu0.1 failed to install/upgrade: el subpro ceso script post-installation instalado devolvió el c ódigo de salida de error 1

2010-12-20 Thread Gustavo Pimentel


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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 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 640880] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-20 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/640880

Title:
  package samba 2:3.5.4~dfsg-1ubuntu6 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 640856] Re: package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess installed post-installation script killed by signal (Terminated)

2010-12-20 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/640856

Title:
  package samba 2:3.5.4~dfsg-1ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script killed by signal (Terminated)

-- 
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 691609] Re: Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

2010-12-20 Thread Rajkumar S

** Attachment added: /var/log/libvirt/qemu/a1.6-q2.log
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/691609/+attachment/1772170/+files/a1.6-q2.log

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

Title:
  Cannot migrate a VM from Ubuntu 9.04 to Ubuntu 10.04.1 LTS

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