[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-10-21 Thread Jarl-p
I had started getting this error with chroot/dev not unmounting cleanly,
caused by the same issue (you could see the extra cron processes running
afterwards).  This patch looks to have fixed it for me.

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

Title:
  vmbuilder fails using tmpfs due to upstart restarting cron in the
  tmpfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1008225/+subscriptions

-- 
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 1069302] [NEW] kvm client does not start with pci passthrough (amd hd5450)

2012-10-21 Thread Gerben
Public bug reported:

Within Quantal I cannot start a kvm client using graphical card (amd hd
5450) (anymore). I can start a different client using a differrent
device (usb device)

I've had this machine running under Quantal with the pci device assigned and 
was still trying to verify it's proper operation. 
- It could be due to an xorg update within Quantal that I'm having problems 
now, but I've unassigned the device
- It could be due to a kernel update within Quantal, I'm seeing a kernel BUG 
line within dmesg

Under 12.04 this client machine just can be started.

The message shown by virt-manager, on starting the machine:
Error starting domain: Timed out during operation: cannot acquire state change 
lock

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/asyncjob.py, line 96, in cb_wrapper
callback(asyncjob, *args, **kwargs)
  File /usr/share/virt-manager/virtManager/asyncjob.py, line 117, in tmpcb
callback(*args, **kwargs)
  File /usr/share/virt-manager/virtManager/domain.py, line 1090, in startup
self._backend.create()
  File /usr/lib/python2.7/dist-packages/libvirt.py, line 620, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: Timed out during operation: cannot acquire state change lock


An extract from dmesg (grep -i msi) the device I'm trying to assign is 
:06:00.0
(device :03:00.0 is the usb device for the other machine that does work)

[2.267420] xhci_hcd :04:00.0: irq 85 for MSI/MSI-X
[2.267426] xhci_hcd :04:00.0: irq 86 for MSI/MSI-X
[2.919867] r8169 :09:00.0: irq 87 for MSI/MSI-X
[   11.237982] snd_hda_intel :05:00.1: irq 88 for MSI/MSI-X
[   11.256406] snd_hda_intel :06:00.1: irq 89 for MSI/MSI-X
[   40.246889] fglrx_pci :05:00.0: irq 90 for MSI/MSI-X
[   40.486203] fglrx_pci :06:00.0: irq 91 for MSI/MSI-X
[ 2223.578420] pci-stub :03:00.0: irq 73 for MSI/MSI-X
[ 2223.587210] pci-stub :03:00.0: irq 73 for MSI/MSI-X
[ 2223.587228] pci-stub :03:00.0: irq 74 for MSI/MSI-X
[ 2466.712694] kernel BUG at /build/buildd/linux-3.5.0/drivers/pci/msi.c:341!
[ 2466.712743] RIP: 0010:[8136ba84]  [8136ba84] 
free_msi_irqs+0x144/0x150
[ 2466.712778]  [8136c905] pci_disable_msi+0x45/0x70
[ 2466.712854] RIP  [8136ba84] free_msi_irqs+0x144/0x150


the libvirt/qemu log for the device:
2012-10-21 07:14:04.523+: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/bin/kvm -name opencl-d3 -S -M pc-1.2 -enable-kvm -m 
1024 -smp 5,sockets=5,cores=1,threads=1 -uuid 
50508978-b639-f497-0016-6c9d543f0d03 -no-user-config -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/opencl-d3.monitor,server,nowait
 -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown 
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive 
file=/mnt/data/kvm/opencl-d3/vda.img,if=none,id=drive-virtio-disk0,format=raw 
-device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
 -netdev tap,fd=36,id=hostnet0,vhost=on,vhostfd=37 -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:d4:a7:25,bus=pci.0,addr=0x3 
-chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 
-vnc 127.0.0.1:13 -vga cirrus -device intel-hda,id=sound0,bus=pci.0,addr=0x4 
-device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device 
pci-assign,host=06:00.0,id=hostdev0,configfd=38,bus=pci.0,addr=0x7 -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
char device redirected to /dev/pts/17
Host-side INTx sharing not supported, using MSI instead.
Some devices do not to work properly in this mode.

compared with 12.04, two lines are added to the log: Host-side... and
Some...

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: qemu-kvm 1.2.0+noroms-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
Date: Sun Oct 21 09:18:25 2012
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121015.2)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=a7db4ac4-4331-403e-a928-7e9ab41e1231 ro quiet splash vt.handoff=7
SourcePackage: qemu-kvm
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/12/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1102
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: SABERTOOTH 990FX
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 

[Bug 1069302] Re: kvm client does not start with pci passthrough (amd hd5450)

2012-10-21 Thread Gerben
lsb_release -rd
Description:Ubuntu 12.10
Release:12.10
root@kvm-03f:~# 

apt-cache policy qemu-kvm
qemu-kvm:
  Installed: 1.2.0+noroms-0ubuntu2
  Candidate: 1.2.0+noroms-0ubuntu2
  Version table:
 *** 1.2.0+noroms-0ubuntu2 0
500 http://nl.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

apt-cache policy xorg
xorg:
  Installed: 1:7.7+1ubuntu4
  Candidate: 1:7.7+1ubuntu4
  Version table:
 *** 1:7.7+1ubuntu4 0
500 http://nl.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

apt-cache policy linux-generic
linux-generic:
  Installed: 3.5.0.17.19
  Candidate: 3.5.0.17.19
  Version table:
 *** 3.5.0.17.19 0
500 http://nl.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  kvm client does not start with pci passthrough (amd hd5450)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1069302/+subscriptions

-- 
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 1069302] Re: kvm client does not start with pci passthrough (amd hd5450)

2012-10-21 Thread Gerben
I do see I was able to run the client machine after the last apt update.

It could be some lock persists on the filesystem for that device to be
assigned (persisting over a reboot).

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

Title:
  kvm client does not start with pci passthrough (amd hd5450)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1069302/+subscriptions

-- 
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 1060900] Re: HTTP proxy config being created in /etc/apt/apt.conf on nodes

2012-10-21 Thread Robie Basak
Thanks for the explanation Ryan!

I feel that there must be a better way, such as the apt proxy working
with non-standard apt sources without issues. But wanting to disable any
existing apt proxy in a charm does make sense.

What if debian-installer were changed to always use
/etc/apt/apt.conf.d/10proxy? Although there would still be no guarantee
if that file doesn't exist that there is no proxy configured some other
way, and the same charm might conceivably run on some other service
provider's cloud instance with a proxy set in some other way.

Changing this task to debian-installer for consideration nevertheless.

But we should have a separate upstream MAAS bug to add a configurable
proxy. You mentioned existing bugs, but I can't find one. Do you have a
bug number, or shall we create a separate bug if not?

** Package changed: maas (Ubuntu) = debian-installer (Ubuntu)

** Summary changed:

- HTTP proxy config being created in /etc/apt/apt.conf on nodes
+ d-i should use apt.conf.d instead of adding proxy to apt.conf directly

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

Title:
  d-i should use apt.conf.d instead of adding proxy to apt.conf directly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1060900/+subscriptions

-- 
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 1058669] Re: htmlentities returns nothing

2012-10-21 Thread Robie Basak
Sorry, I should have been clearer. I understand that the behaviour has
changed and you did not expect this.

If you'd like to see this changed, the appropriate venue is the PHP
project itself, rather than Ubuntu's packaging of PHP.

In Ubuntu, we can only really go with what the PHP project has decided.
If we were to change the behaviour of PHP especially for Ubuntu to work
around this, then this would cause even more confusion and bug reports
as people expect the same PHP script to behave in the same way for the
same PHP version across distributions.

Thus this bug in the packaging of PHP *in Ubuntu* is Invalid, since we
can't change the behaviour just in Ubuntu. But this doesn't stop you
from taking this up with the PHP project itself. Based on their
documentation, it sounds like they have already made the decision on
this, but you are welcome to contact them about it. The PHP project's
bug reporting page is at https://bugs.php.net/ and general support at
http://www.php.net/support.php

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

Title:
  htmlentities returns nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1058669/+subscriptions

-- 
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 1068854] Re: Support option to disable TLS compression to protect against CRIME attack

2012-10-21 Thread Robie Basak
** Information type changed from Public to Public Security

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

Title:
  Support option to disable TLS compression to protect against CRIME
  attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1068854/+subscriptions

-- 
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 1069535] [NEW] MaaS DNS - named, not loaded due to errors.

2012-10-21 Thread Thiago Martins
Public bug reported:

Hi!

 I think I found one bug with MaaS DNS subsystem. Brand new MaaS using
Ubuntu 12.10.

 My first two nodes of my MaaS was added into the system via DHCP + PXE,
not by clicking on +Add node button.

/var/log/syslog:
Oct 21 17:55:58 seed1 named[959]: dns_master_load: 
/etc/bind/maas/zone.teste.com:4112: 192-168-50-1.teste.com: CNAME and other data
Oct 21 17:55:58 seed1 named[959]: zone teste.com/IN: loading from master file 
/etc/bind/maas/zone.teste.com failed: CNAME and other data
Oct 21 17:55:58 seed1 named[959]: zone teste.com/IN: not loaded due to errors.

Bind9 does not start anymore.

The contents of line 4112 of file /etc/bind/maas/zone.teste.com:

---
192-168-50-1 IN CNAME 192-168-50-1
---

The output of grep 192-168-50-1\  /etc/bind/maas/zone.teste.com:
192-168-50-1 IN A 192.168.50.1
192-168-50-1 IN CNAME 192-168-50-1

 It is intended to have two 192-168-50-1 entries there?!

 BTW, 192-168-50-1 (and 192-168-50-2) was my first (and second) node
started first via DHCP / PXE...

Line of second node (zone.teste.com):
192-168-50-2 IN CNAME 192-168-50-2

 When I commend the line 4112, bind stops at next line, of my second
node... When I commend out those two, bind9 start up again.

 I think MaaS DNS subsystem isn't ready for production. I'll try MaaS
only with DHCP managed and with only 1 ethernet on its machine.

 Also, my third node was added by clicking on +Add node and I don't
know if this DNS problem appear after or before that.

Tks!
Thiago

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

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

Title:
  MaaS DNS - named, not loaded due to errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069535/+subscriptions

-- 
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 996162] Re: Please update Asterisk from Debian Sid

2012-10-21 Thread Karma Dorje
asterisk (1:1.8.11.1~dfsg-1) unstable; urgency=high
 .
   * New upstream release, Closes: #670180:
 - AST-2012-004 - further Manager permission fixes (CVE-2012-2414).
 - AST-2012-005 - Heap overflow in chan_skinny (CVE-2012-2415).
 - AST-2012-006 - Remote crash on SIP UPDATE method (CVE-2012-2416).
   * Fix daemon status check in init.d script (Closes: #669378).
   * Patch menuselect_cflags: allow passing our flags to menuselect's build.
 - Use it t opass our CFLAGS to menuselect (Closes: #664086).

** Tags added: upgrade-software-version

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

** Also affects: asterisk (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670180
   Importance: Unknown
   Status: Unknown

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

Title:
  Please update Asterisk from Debian Sid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/996162/+subscriptions

-- 
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 1069543] [NEW] ntpd crashes when network interface goes down

2012-10-21 Thread Janne Snabb
Public bug reported:

ntpd crashes with SIGSEGV when (teredo IPv6) interface goes down after
unplugging a network cable:

Oct 22 03:17:03 oil ntpdate[5896]: adjust time server 118.143.17.82 offset 
0.005534 sec
Oct 22 03:17:03 oil ntpd[5951]: ntpd 4.2.6p3@1.2290-o Mon Aug 20 15:15:21 UTC 
2012 (1)
Oct 22 03:17:03 oil ntpd[5952]: proto: precision = 0.106 usec
Oct 22 03:17:03 oil ntpd[5952]: ntp_io: estimated max descriptors: 2144, 
initial socket boundary: 16
Oct 22 03:17:03 oil ntpd[5952]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen and drop on 1 v6wildcard :: UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 2 lo 127.0.0.1 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 3 eth0 192.168.0.2 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 4 teredo 
fe80:::: UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 5 eth0 
fe80::16fe:b5ff:fea4:b39f UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 6 teredo 
2001:0:53aa:64c:875:7e15:90bc:9593 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 7 lo ::1 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: peers refreshed
Oct 22 03:17:03 oil ntpd[5952]: Listening on routing socket on fd #24 for 
interface updates
Oct 22 03:24:45 oil ntpd[5952]: Deleting interface #5 eth0, 
fe80::16fe:b5ff:fea4:b39f#123, interface stats: received=0, sent=0, dropped=0, 
active_time=460 secs
Oct 22 03:24:45 oil ntpd[5952]: Deleting interface #3 eth0, 192.168.0.2#123, 
interface stats: received=40, sent=41, dropped=0, active_time=460 secs
Oct 22 03:24:45 oil ntpd[5952]: 220.130.158.71 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: 118.143.17.82 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: 14.0.18.136 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: 54.251.61.122 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: 203.176.128.10 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: peers refreshed
Oct 22 03:25:02 oil ntpd[5952]: Deleting interface #6 teredo, 
2001:0:53aa:64c:875:7e15:90bc:9593#123, interface stats: received=0, sent=0, 
dropped=0, active_time=477 secs
Oct 22 03:25:02 oil kernel: [197600.300333] ntpd[5952]: segfault at 8 ip 
7fda05b58321 sp 7fff380bd540 error 4 in ntpd[7fda05b3b000+96000]

Here is a gdb output:

(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x7f743f09e321 in remove_interface (ep=0x7f74411771b0) at ntp_io.c:1098
1098ntp_io.c: No such file or directory.
(gdb) bt
#0  0x7f743f09e321 in remove_interface (ep=0x7f74411771b0) at ntp_io.c:1098
#1  update_interfaces (port=port@entry=123, receiver=receiver@entry=0x0, 
data=data@entry=0x0) at ntp_io.c:2010
#2  0x7f743f09fb34 in interface_update (receiver=receiver@entry=0x0, 
data=data@entry=0x0) at ntp_io.c:1617
#3  0x7f743f0c1215 in timer () at ntp_timer.c:394
#4  0x7f743f0a489b in ntpdmain (argc=optimized out, argv=optimized out)
at ntpd.c:1127
#5  0x7f743f0954a9 in main (argc=optimized out, argv=optimized out)
at ntpd.c:358
(gdb) 

I can only reproduce this with the teredo interface. If I disable it (by
running service miredo stop before testing) I can not re-produce the
problem any more.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: ntp 1:4.2.6.p3+dfsg-1ubuntu5
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu4
Architecture: amd64
Date: Mon Oct 22 03:42:12 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110920.2)
KernLog:
 
MarkForUpload: True
SourcePackage: ntp
UpgradeStatus: Upgraded to quantal on 2012-10-19 (2 days ago)
modified.conffile..etc.ntp.conf: [modified]
mtime.conffile..etc.ntp.conf: 2012-09-02T19:37:38.651830

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


** Tags: amd64 apport-bug quantal

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

Title:
  ntpd crashes when network interface goes down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1069543/+subscriptions

-- 
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 801338] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-10-21 Thread Rev. Wm. DOC Holliday
Package will not load. Error report.

** Changed in: amavisd-new (Ubuntu)
 Assignee: (unassigned) = Rev. Wm. DOC Holliday (r37u2a49ci)

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

Title:
  package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/801338/+subscriptions

-- 
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 1069570] [NEW] 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-21 Thread Thiago Martins
Public bug reported:

Guys,

 During my new tests, I tried to create two nodes simultaneously (both
via DHCP + PXE, not by clicking +Add node) and I hit this problem:

 Same MAC Address, two different IPs:

 http://pastebin.com/8RYjGe5D

 The brief is:

 1- DHCP gives address 192.168.50.1 to my machine on its first boot;

 2- After some time, I think that after some reboots / elist / don'know
for sure or even after commissioning it; the IP have changed to
192.168.50.2 and got registered at DNS (192-168-50-2.test.com) that way;

 3- In the end of the day, after allocate it to root and start using it
(the nodes), the DHCP gives again the IP 192.168.50.1 to my node, but
DNS still remains with 192.158.50.2...

 ---

 My second node, first starts with 192.168.50.3, got registered with
192.168.50.4 at DNS (and at MaaS Web GUI) but the DHCP finish with
192.168.50.3...

 I'll not try maas-dns again... Too many bugs...   =(

 I think that MaaS needs some kind of glue between DHCP and DNS to
keep it in sync.

Tks!
Thiago

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

** Summary changed:

- DNS is out of sync with DHCP leases databases
+ 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I 
think...

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069570/+subscriptions

-- 
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 1067929] Re: maas-region-celeryd connects to the wrong queue.

2012-10-21 Thread Thiago Martins
Guys,

 I created a simple procedure to install MaaS (Ubuntu 12.10) and not hit
this problem... As follows:

 1- Create a Virtual Machine with;

 * 1024G of RAM
 * 1 CPU
 * 20G HD
 * Ubuntu 12.10 64 bits
 * Only ONE Ethernet (most important)

 2- Install Ubuntu MaaS Installation (via server CD);

 3- During the GRUB installation, to not hit ENTER immediately;

 4- Change to Linux second console TTY2 (alt + F2);

 5- Run:

 * nano /target/usr/sbin/maas-region-celeryd

 Change '-Q celery,master' into '--queues=celery,master'

 * Save and exit nano;

 6- Go back to TTY1 (alt + F1);

 7- Finish the Ubuntu installation.

 Now, follow the steps from here:

 http://evilnick.org/MAAS/install.html

 NOTE: Do not install maas-dns package, it is very unstable (BUG 1069535
and BUG 1069570).

 The 5 minutes message disappear again.

 When I try this same procedure using 2 eth, the 5 minutes do not
disappear. So, using 1 eth is a requirement. And I have no idea why.

Cheers!
Thiago

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

Title:
  maas-region-celeryd connects to the wrong queue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1067929/+subscriptions

-- 
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 1064835] Re: keystoneclient fails on SSL certificates that work for other services

2012-10-21 Thread Sam Morrison
** Package changed: keystone (Ubuntu) = python-keystoneclient (Ubuntu)

** Changed in: python-keystoneclient (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  keystoneclient fails on SSL certificates that work for other services

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1064835/+subscriptions

-- 
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 1065883] Re: ceph rbd username and secret should be configured in nova-compute, not passed from nova-volume/cinder

2012-10-21 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14458
Committed: 
http://github.com/openstack/nova/commit/af51b46b1e08b26c07bd32019e54b9c521cb7813
Submitter: Jenkins
Branch:master

commit af51b46b1e08b26c07bd32019e54b9c521cb7813
Author: James Page james.p...@ubuntu.com
Date:   Mon Oct 15 13:21:55 2012 +0100

Allow local rbd user and secret_uuid configuration

By default, the rbd_user and rbd_secret_uuid are specified in the
nova-volume/cinder configuration and passed to nova-compute when
volumes are attached to instances.

This change allows these values to be specified locally in
nova-compute which means access control to RADOS devices in ceph
can be managed independently from nova-volume/cinder with no
requirement for consistent uuid's for libvirt secrets.

Fixes bug 1065883.

Change-Id: I9f07d040ae267bfbe8f794a5d22d327106314cc6


** Changed in: nova
   Status: In Progress = Fix Committed

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

Title:
  ceph rbd username and secret should be configured in nova-compute, not
  passed from nova-volume/cinder

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065883/+subscriptions

-- 
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 1069584] [NEW] MaaS only with DHCP managed seems to require DNS too.

2012-10-21 Thread Thiago Martins
Public bug reported:

Guys,

 After too much trouble with maas-dns, I decided to not use it, so, I
reinstalled MaaS without maas-dns package and when I select Manage
DHCP, the following error appear:

/var/log/maas/celery-region.log

[2012-10-21 23:23:50,177: INFO/MainProcess] Got task from broker: 
provisioningserver.tasks.write_full_dns_config[36d84cbc-014a-49da-8bb5-224812473dca]
[2012-10-21 23:23:50,182: ERROR/MainProcess] Task 
provisioningserver.tasks.write_full_dns_config[36d84cbc-014a-49da-8bb5-224812473dca]
 raised exception: DNSConfigDirectoryMissing(uThe directory where the DNS 
config files should be written does not exist.  Make sure the 'maas-dns' 
package is installed on this region controller.,)
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/celery/execute/trace.py, line 181, in 
trace_task
R = retval = fun(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/provisioningserver/tasks.py, line 
198, in write_full_dns_config
dns_config.write_config(**kwargs)
  File /usr/lib/python2.7/dist-packages/provisioningserver/dns/config.py, 
line 178, in write_config
The directory where the DNS config files should be 
DNSConfigDirectoryMissing: The directory where the DNS config files should be 
written does not exist.  Make sure the 'maas-dns' package is installed on this 
region controller.

 But yes, I do not want maas-dns package.

 So, what can I do?!

Tks,
Thiago

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

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

Title:
  MaaS only with DHCP managed seems to require DNS too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069584/+subscriptions

-- 
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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-21 Thread Thiago Martins
** Summary changed:

- 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I 
think...
+ 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I 
think...

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069570/+subscriptions

-- 
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 1069603] [NEW] MAASAPINotFound: No user data available for this node.

2012-10-21 Thread Thiago Martins
Public bug reported:

Guys,

 Right after my node's first boot (after being allocated to root), I'm
seeing this:

== /var/log/maas/maas.log ==
ERROR 2012-10-22 01:23:55,518 maas.maasserver  
Exception: No user data available for this node. 

ERROR 2012-10-22 01:23:55,520 maas.maasserver Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 
111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
  File /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py, line 
19, in inner_func
response = func(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 167, in 
__call__
result = self.error_handler(e, request, meth, em_format)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 165, in 
__call__
result = meth(request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 294, in 
dispatch
return function(self, request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/metadataserver/api.py, line 330, in 
read
raise MAASAPINotFound(No user data available for this node.)
MAASAPINotFound: No user data available for this node.

 What is this?! Can I ignore it?

Thanks,
Thiago

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

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

Title:
  MAASAPINotFound: No user data available for this node.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069603/+subscriptions

-- 
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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-21 Thread Thiago Martins
I think I found something related to this problem...

After start enlisting my second node, I saw this on my syslog:

---
Oct 22 00:58:34 seed1 dhcpd: DHCPDISCOVER from 52:54:00:7a:58:42 via eth0
Oct 22 00:58:35 seed1 dhcpd: DHCPOFFER on 192.168.50.2 to 52:54:00:7a:58:42 via 
eth0
Oct 22 00:58:36 seed1 dhcpd: Can't create new lease file: Permission denied 
-   ### PROBLEM!!! ###
Oct 22 00:58:36 seed1 dhcpd: DHCPREQUEST for 192.168.50.2 (192.168.63.250) from 
52:54:00:7a:58:42 via eth0
Oct 22 00:58:36 seed1 dhcpd: DHCPACK on 192.168.50.2 to 52:54:00:7a:58:42 via 
eth0
---

After couple reboots (I think 1 reboot) (before allocating it):

---
Oct 22 00:59:05 seed1 dhcpd: DHCPDISCOVER from 52:54:00:7a:58:42 via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPOFFER on 192.168.50.3 to 52:54:00:7a:58:42 
(maas-enlist) via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPREQUEST for 192.168.50.3 (192.168.63.250) from 
52:54:00:7a:58:42 (maas-enlist) via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPACK on 192.168.50.3 to 52:54:00:7a:58:42 
(maas-enlist) via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPREQUEST for 192.168.50.3 (192.168.63.250) from 
52:54:00:7a:58:42 (maas-enlist) via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPACK on 192.168.50.3 to 52:54:00:7a:58:42 
(maas-enlist) via eth0
---

My node receive a new IP...

Looking forward into this...

Best,
Thiago

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069570/+subscriptions

-- 
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 1069603] Re: MAASAPINotFound: No user data available for this node.

2012-10-21 Thread Thiago Martins
Guys,

 Every time I reboot my node, this message appear at maas.log.

Best,
Thiago

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

Title:
  MAASAPINotFound: No user data available for this node.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069603/+subscriptions

-- 
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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-21 Thread Thiago Martins
Hi!

Do you guys think that this is a good idea:

sudo adduser dhcpd maas
chmod 775 /var/lib/maas/dhcp

to avoid the error:

Oct 22 00:58:36 seed1 dhcpd: Can't create new lease file: Permission
denied - ### PROBLEM!!! ###

Where is the source of this problem?! It appear only one in my syslog...
And I have no idea if it is gone...

Thanks!
Thiago

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069570/+subscriptions

-- 
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 1069616] [NEW] Apache errors...

2012-10-21 Thread Thiago Martins
Public bug reported:

Guys,

 More problems... This time within Apache error log:

[Sun Oct 21 23:29:18 2012] [error] Exception AttributeError: 'NoneType' object 
has no attribute 'error' in bound method _TCPTransport.__del__ of 
kombu.transport.amqplib._TCPTransport object at 0x7f47aacdd790 ignored
[Sun Oct 21 23:29:18 2012] [error] Exception AttributeError: 'NoneType' object 
has no attribute 'error' in bound method _TCPTransport.__del__ of 
kombu.transport.amqplib._TCPTransport object at 0x7f47aacdc790 ignored
[Sun Oct 21 23:30:24 2012] [notice] Apache/2.2.22 (Ubuntu) mod_wsgi/3.4 
Python/2.7.3 configured -- resuming normal operations

[Sun Oct 21 23:30:24 2012] [alert] (2)No such file or directory: mod_wsgi 
(pid=1408): Unable to change working directory to '/home/maas'.
[Sun Oct 21 23:30:24 2012] [alert] (2)No such file or directory: mod_wsgi 
(pid=1407): Unable to change working directory to '/home/maas'.

 Can I ignore it?!

Tks,
Thiago

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

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

Title:
  Apache errors...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069616/+subscriptions

-- 
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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-21 Thread Thiago Martins
Hi!

 Every time I start a new node via DHCP / PXE (no by adding it by
clicking +Add node), I say this:

--
Oct 22 02:43:24 seed1 dhcpd: DHCPDISCOVER from 52:54:00:8c:59:8a via eth0
Oct 22 02:43:25 seed1 dhcpd: DHCPOFFER on 192.168.50.4 to 52:54:00:8c:59:8a via 
eth0

Oct 22 02:43:26 seed1 dhcpd: Can't create new lease file: Permission
denied

Oct 22 02:43:26 seed1 dhcpd: DHCPREQUEST for 192.168.50.4 (192.168.63.250) from 
52:54:00:8c:59:8a via eth0
Oct 22 02:43:26 seed1 dhcpd: DHCPACK on 192.168.50.4 to 52:54:00:8c:59:8a via 
eth0
Oct 22 02:43:49 seed1 dhcpd: DHCPDISCOVER from 52:54:00:8c:59:8a via eth0

NEW IP !!!

Oct 22 02:43:50 seed1 dhcpd: DHCPOFFER on 192.168.50.5 to 52:54:00:8c:59:8a 
(maas-enlist) via eth0
Oct 22 02:43:50 seed1 dhcpd: DHCPREQUEST for 192.168.50.5 (192.168.63.250) from 
52:54:00:8c:59:8a (maas-enlist) via eth0
Oct 22 02:43:50 seed1 dhcpd: DHCPACK on 192.168.50.5 to 52:54:00:8c:59:8a 
(maas-enlist) via eth0
Oct 22 02:43:50 seed1 dhcpd: DHCPREQUEST for 192.168.50.5 (192.168.63.250) from 
52:54:00:8c:59:8a (maas-enlist) via eth0
Oct 22 02:43:50 seed1 dhcpd: DHCPACK on 192.168.50.5 to 52:54:00:8c:59:8a 
(maas-enlist) via eth0
---

 Node is on maas-inlisting-node state...

Best,
Thiago

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069570/+subscriptions

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