[Bug 516437] [NEW] Try to install mysql-server and get hundreds of blocking 'logger: [-x] [-p log_facility] [-t tag] message' messages.

2010-02-03 Thread ikpetroff
Public bug reported:

Binary package hint: mysql-server

Release: Ubuntu 8.04 (Hardy)
Package: mysql-server, 5.0.51a-3ubuntu5.4
Expected: usual installation process

Command run: sudo apt-get install mysql-server

What happened instead:
  The installation hangs and hundreds of identical messages appear on the 
terminal:
  'logger: [-x] [-p log_facility] [-t tag] message'
  Without the command 'killall logger' that must be run quickly and several 
times, the system finally hangs (drawn by all these new logger processes) and 
the only solution is a manual reboot or reset.

My OS is up to date.

ProblemType: Package
Architecture: i386
Date: Wed Feb  3 09:12:39 2010
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-installation script returned error exit status 143
Package: mysql-server-5.0 5.0.51a-3ubuntu5.4
PackageArchitecture: i386
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.0.51a-3ubuntu5.4 failed to install/upgrade: 
subprocess post-installation script returned error exit status 143
Uname: Linux 2.6.24-26-generic i686

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


** Tags: apport-package

-- 
Try to install mysql-server and get hundreds of blocking 'logger: [-x] [-p 
log_facility] [-t tag] message' messages.
https://bugs.launchpad.net/bugs/516437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 516437] Re: Try to install mysql-server and get hundreds of blocking 'logger: [-x] [-p log_facility] [-t tag] message' messages.

2010-02-03 Thread ikpetroff

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38696053/Dependencies.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/38696055/DpkgTerminalLog.gz

-- 
Try to install mysql-server and get hundreds of blocking 'logger: [-x] [-p 
log_facility] [-t tag] message' messages.
https://bugs.launchpad.net/bugs/516437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 511448] Re: Please sync libxml-security-java (1.4.3-2) from Debian Testing

2010-02-03 Thread Benjamin Drung
@Vikram: No, just wait.

-- 
Please sync libxml-security-java (1.4.3-2) from Debian Testing
https://bugs.launchpad.net/bugs/511448
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libxml-security-java in ubuntu.

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


[Bug 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2010-02-03 Thread Brian Burch
I think I understand my problem, and also have a bypass.

When I created the clean karmic maven schroot system, I was surprised to
find that it responded OK to mvn --help, because this simple command
would always crash on my production karmic system.

I went back to my production karmic system - the help worked fine (it
had failed every time before), and I could build my sample project. What
had changed?

Scratching around, I checked an backup copy of the ~/.m2/ directory
it was full of stuff that maven had cached. However my mysteriously
working production system and my schroot karmic and lucid systems all
had almost-empty contents for this directory.

I guess that I had previously created a corrupt maven cache by copying
.m2 onto my production karmic system. Something (probably running
maven when not connected to the internet) had cleaned it out. With an
almost-empty .m2, maven could respond to help. The next time I built my
sample project while onlne, it automatically downloaded the correct
support files and the build worked.

I suggest that anyone suffering from this bug tries the following
bypass:

1. rename ~/.m2/ to something else.
2. mvn --help

... then, if the help runs OK...
3. cd myProject
4. mvn clean install

I hope that works for you as well as it does for me!

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java in
ubuntu.

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


[Bug 516437] Re: Try to install mysql-server and get hundreds of blocking 'logger: [-x] [-p log_facility] [-t tag] message' messages.

2010-02-03 Thread ikpetroff
I finally found waht the problem is:

the script '/usr/bin/logger'. In a brand new Ubuntu 8.04 installation
this is actually an ELF executable. But on my old Ubuntu 8.04 (but
regularly updated) OS is was a shell script.

I simply inserted on the first line the command 'exit' to avoid the
script to run its bugs. It solved the problem.

Finally I copied the executable from another and fresher Ubuntu 8.04
installation.

Yet I don't know why '/usr/bin/logger' hadn't been updated correctly...

-- 
Try to install mysql-server and get hundreds of blocking 'logger: [-x] [-p 
log_facility] [-t tag] message' messages.
https://bugs.launchpad.net/bugs/516437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data

2010-02-03 Thread Etienne Goyer
Dan, would enabling the Eucalyptus DNS feature actually fix this
problem?  If so, then is there a good reason to disable it in the first
place?

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 516016] Re: [karmic] openvpn service starts before dhclient

2010-02-03 Thread Peter Matulis
I doubt it.

-- 
[karmic] openvpn service starts before dhclient
https://bugs.launchpad.net/bugs/516016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 276606] Re: package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2010-02-03 Thread adam
** Changed in: rkhunter (Ubuntu)
 Assignee: (unassigned) = adam (adamwscott21)

** Changed in: rkhunter (Ubuntu)
   Status: Incomplete = Fix Committed

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

** Changed in: openldap (Ubuntu)
   Status: New = In Progress

-- 
package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/276606
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


[Bug 516297] Re: euca-register calls register_image with too few parameters

2010-02-03 Thread Thierry Carrez
smoser: I think it's a duplicate of bug 504530, which we already
handled.

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

** Changed in: euca2ools (Ubuntu)
   Status: New = Invalid

-- 
euca-register calls register_image with too few parameters
https://bugs.launchpad.net/bugs/516297
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

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


[Bug 343738] Re: vsftpd max username length too small

2010-02-03 Thread John Dong
Did anyone ACK 2.0.6-1ubuntu1.2 in hardy-proposed yet? If not, consider
this an ACK from ubuntu-sru; the patch looks reasonable. Thanks!

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

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


[Bug 516297] Re: euca-register calls register_image with too few parameters

2010-02-03 Thread Neil Soman
Garrett, thanks for filing the bug against Fedora. Just as a heads up,
there might be other outstanding incompatibilities between euca2ools-1.1
and boto-1.9b. The last stable version when euca2ools-1.1 was released
was boto-1.8d and the Eucalyptus upstream has not fully tested euca2ools
against boto-1.9b. Please let us know if other issues crop up.

I believe Ubuntu has already patched boto in Lucid.

thanks.

-- 
euca-register calls register_image with too few parameters
https://bugs.launchpad.net/bugs/516297
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

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


[Bug 515949] Re: 9.10 Karmic dhcp server could not be removed

2010-02-03 Thread Chuck Short
Can you translate this error message, and how did you try to remove it?

Thanks

** Changed in: dhcp3 (Ubuntu)
   Importance: Undecided = Low

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

-- 
9.10 Karmic dhcp server could not be removed 
https://bugs.launchpad.net/bugs/515949
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 515099] Re: package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-02-03 Thread Chuck Short
Hi,

I was wondering if you were still having this problem?

Regards
chuck

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/515099
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 514883] Re: dialog-based applications seem sluggish

2010-02-03 Thread Chuck Short
** Package changed: kvm (Ubuntu) = qemu-kvm (Ubuntu)

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

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


[Bug 516061] Re: configure command line missing from phpinfo

2010-02-03 Thread Chuck Short
** Changed in: php5 (Ubuntu)
   Importance: Undecided = Low

** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

-- 
configure command line missing from phpinfo
https://bugs.launchpad.net/bugs/516061
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 516016] Re: [karmic] openvpn service starts before dhclient

2010-02-03 Thread Chuck Short
This might be an upstart race.

Regards
chuck

** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Low

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

-- 
[karmic] openvpn service starts before dhclient
https://bugs.launchpad.net/bugs/516016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.

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


[Bug 389763] Re: ERROR: Missing kernel headers Kosmic

2010-02-03 Thread Chuck Short
Not a kvm problem.

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

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

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

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


[Bug 516410] Re: Please sync netty 1:3.1.0.CR1-1 (main) from Debian unstable (main).

2010-02-03 Thread Daniel Holbach
ACKed.

** Changed in: netty (Ubuntu)
   Status: New = Triaged

-- 
Please sync netty 1:3.1.0.CR1-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/516410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to netty in ubuntu.

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data

2010-02-03 Thread Thierry Carrez
Reopening eucalyptus and  closing ec2-init task: looks like enabling DNS
on CLC is the right way to fix this.

** Changed in: eucalyptus (Ubuntu)
   Status: Invalid = Triaged

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: ec2-init (Ubuntu)
   Status: Triaged = Invalid

** Changed in: eucalyptus (Ubuntu)
Milestone: None = lucid-alpha-3

** Also affects: ec2-init (Ubuntu Lucid)
   Importance: Medium
 Assignee: Scott Moser (smoser)
   Status: Invalid

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
   Status: Triaged

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 341817] Re: dhcpd wont start due to rndc.key permissions

2010-02-03 Thread misse
Hi guys, this kindof solves the bug

http://www.debianadmin.com/howto-setup-dhcp-server-and-dynamic-dns-with-
bind-in-debian.html#comment-3326

/Misse

-- 
dhcpd wont start due to rndc.key permissions
https://bugs.launchpad.net/bugs/341817
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 461829] Re: Disallowed command //usr/share/eucalyptus/populate_arp.pl

2010-02-03 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
Milestone: lucid-alpha-3 = None

-- 
Disallowed command //usr/share/eucalyptus/populate_arp.pl
https://bugs.launchpad.net/bugs/461829
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 418836] Re: MIR jetty6

2010-02-03 Thread Thierry Carrez
@Martin: eucalyptus is now built, gwt fixed, you should be able to
proceed.

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

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data

2010-02-03 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
   Importance: Medium = High

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 516726] [NEW] bind9 failed to upgrade - /var/run/bind/run permission denied

2010-02-03 Thread Matej
Public bug reported:

Binary package hint: bind9

sb_release -rd
Description:Ubuntu 9.10
Release:9.10

apt-cache policy bind9
bind9:
  Installed: 1:9.6.1.dfsg.P1-3ubuntu0.3
  Candidate: 1:9.6.1.dfsg.P1-3ubuntu0.3
  Version table:
 *** 1:9.6.1.dfsg.P1-3ubuntu0.3 0
500 http://security.ubuntu.com karmic-security/main Packages
500 http://archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 1:9.6.1.dfsg.P1-3 0
500 http://archive.ubuntu.com karmic/main Packages

Bind failed to start. There were no problems with previous version of
Ubuntu.

Lines in /var/log/syslog:
Feb  3 21:22:36 x named[3059]: command channel listening on ::1#953
Feb  3 21:22:36 x named[3059]: couldn't mkdir '/var/run/bind/run': Permission 
denied
Feb  3 21:22:36 x named[3059]: exiting (due to early fatal error)
Feb  3 21:22:36 x kernel: [  939.289310] type=1503 audit(1265228556.532:33): 
operation=mkdir pid=3060 parent=3058 profile=/usr/sbin/named 
requested_mask=w:: denied_mask=w:: fsuid=114 ouid=114 
name=/var/run/bind/run/

ProblemType: Package
AptOrdering:
 dialog: Install
 bind9: Configure
 dialog: Configure
Architecture: i386
Date: Tue Feb  2 22:52:00 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
Package: bind9 1:9.6.1.dfsg.P1-3ubuntu0.3
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: bind9
Title: package bind9 1:9.6.1.dfsg.P1-3ubuntu0.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-package i386

-- 
bind9 failed to upgrade - /var/run/bind/run permission denied
https://bugs.launchpad.net/bugs/516726
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 516726] Re: bind9 failed to upgrade - /var/run/bind/run permission denied

2010-02-03 Thread Matej

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38717781/Dependencies.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/38717782/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/38717783/DpkgTerminalLog.gz

-- 
bind9 failed to upgrade - /var/run/bind/run permission denied
https://bugs.launchpad.net/bugs/516726
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


Re: [Bug 515099] Re: package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-02-03 Thread Julien
Hi,

Thanks for getting back to me.
I can't replicate this issue because the update manager states that I am up
to date.

Regards,

Julien


On Wed, Feb 3, 2010 at 6:37 PM, Chuck Short chuck.sh...@canonical.comwrote:

 Hi,

 I was wondering if you were still having this problem?

 Regards
 chuck

 ** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

 --
 package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade:
 subprocess installed post-installation script returned error exit status 1
 https://bugs.launchpad.net/bugs/515099
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “samba” package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: samba

 Failed after I performed 2 check of config file differences.
 First the default difference check, then the side by side difference.
 After that, it failed to continue installation.

 ProblemType: Package
 Architecture: i386
 Date: Sun Jan 31 12:37:54 2010
 DistroRelease: Ubuntu 9.10
 ErrorMessage: subprocess installed post-installation script returned error
 exit status 1
 Package: samba-common 2:3.4.0-3ubuntu5.4
 PackageArchitecture: all
 ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
 SourcePackage: samba
 Title: package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade:
 subprocess installed post-installation script returned error exit status 1
 Uname: Linux 2.6.31-17-generic i686

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/samba/+bug/515099/+subscribe


-- 
package samba-common 2:3.4.0-3ubuntu5.4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/515099
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


[Bug 516733] [NEW] package qemu-kvm 0.11.0-0ubuntu6.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-02-03 Thread gltaylor1
Public bug reported:

Binary package hint: qemu-kvm

package qemu-kvm 0.11.0-0ubuntu6.3 failed to install/upgrade: subprocess
installed post-installation script returned error exit status 2

ProblemType: Package
AptOrdering:
 mozilla-plugin-vlc: Install
 qemu-kvm: Configure
 mozilla-plugin-vlc: Configure
Architecture: i386
Date: Wed Feb  3 14:12:52 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: qemu-kvm 0.11.0-0ubuntu6.3
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: qemu-kvm
Title: package qemu-kvm 0.11.0-0ubuntu6.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-package i386

-- 
package qemu-kvm 0.11.0-0ubuntu6.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/516733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 516733] Re: package qemu-kvm 0.11.0-0ubuntu6.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-02-03 Thread gltaylor1

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38717929/Dependencies.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/38717930/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/38717931/DpkgTerminalLog.txt

-- 
package qemu-kvm 0.11.0-0ubuntu6.3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/516733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


[Bug 504704] Re: [lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)

2010-02-03 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
   Importance: Medium = High

-- 
[lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)
https://bugs.launchpad.net/bugs/504704
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 516738] [NEW] image store broken on Lucid

2010-02-03 Thread Dustin Kirkland
Public bug reported:

The basic operation of installing an image from the image-store-proxy in
Lucid is broken.

Once the image downloads, an error is report (see screenshot).

The error message is:

Command 'euca-bundle-image' returned status code 1:
'NoneType' object has no attribute 'endswith'

Bundles an image for use with Eucalyptus or Amazon EC2.

euca-bundle-image -i, --image image_path -u, --user user [-c, --cert cert_path] 
[-k, --privatekey private_key_path] [-p, --prefix prefix] [--kernel kernel_id] 
[--ramdisk ramdisk_id] [-B, --block-device-mapping mapping] 
[-d, --destination destination_path] [--ec2cert ec2cert_path] 
[-r, --arch target_architecture] [--batch] [-h, --help] [--version] [--debug] 

REQUIRED PARAMETERS

-i, --image Path to the image file to bundle.

-u, --user  User ID (12-digit) of the user who is
bundling the image.

OPTIONAL PARAMETERS

-c, --cert  Path to the user's PEM encoded
certificate.

-k, --privatekeyPath to the user's PEM encoded private
key.

-p, --prefixThe prefix for the bundle image files.
(default: image name).

--kernelThe kernel to be associated with the
bundled image.

--ramdisk   The ramdisk to be associated with the
bundled image.

-B, --block-device-mapping  Default block device mapping for the
image (comma-separated list of key=value pairs).

-d, --destination   Directory to store the bundled image in
(default: /tmp). Recommended.

--ec2cert_path  The path to the Cloud's X509 public key
certificate.

-r, --arch  Target architecture for the image
('x86_64' or 'i386' default: 'x86_64').

--batch Run in batch mode (compatibility only.
has no effect).


-a, --access-keyUser's Access Key ID.

-s, --secret-keyUser's Secret Key.

-U, --url   URL of the Cloud to connect to.

--configRead credentials and cloud settings from the 
specified config file (defaults to 
$HOME/.eucarc or /etc/euca2ools/eucarc).

-h, --help  Display this help message.

--version   Display the version of this tool.

--debug Turn on debugging.

Euca2ools will use the environment variables EC2_URL, EC2_ACCESS_KEY, 
EC2_SECRET_KEY, EC2_CERT, EC2_PRIVATE_KEY, S3_URL, EUCALYPTUS_CERT by default.

Mathias says that the $HOME environment variable is not set in the python 
twisted environment were euca-bundle-image runs.

** Affects: image-store-proxy (Ubuntu)
 Importance: High
 Assignee: Jamu Kakar (jkakar)
 Status: Triaged

** Affects: image-store-proxy (Ubuntu Lucid)
 Importance: High
 Assignee: Jamu Kakar (jkakar)
 Status: Triaged

** Changed in: image-store-proxy (Ubuntu)
   Status: New = Triaged

** Changed in: image-store-proxy (Ubuntu)
   Importance: Undecided = High

** Changed in: image-store-proxy (Ubuntu)
 Assignee: (unassigned) = Jamu Kakar (jkakar)

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Dustin Kirkland
Screen shot attached.

** Attachment added: imagestore.png
   http://launchpadlibrarian.net/38718170/imagestore.png

** Also affects: image-store-proxy (Ubuntu Lucid)
   Importance: High
 Assignee: Jamu Kakar (jkakar)
   Status: Triaged

** Changed in: image-store-proxy (Ubuntu Lucid)
Milestone: None = lucid-alpha-3

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Scott Moser
please test this patch

** Attachment added: proposed patch
   http://launchpadlibrarian.net/38718306/bug516738.diff

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Jamu Kakar
The real problem is actually in euca2ools.  The issue is that it
assumes HOME will be defined in the environment and ends up running
os.path.join(HOME, ...) with HOME as None and then everything blows
up.  The 'NoneType' object has no attribute 'endswith' bubbles up
as a result of this.

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Jamu Kakar
I can't seem to adjust the status without OOPSing Launchpad.  This
bug should be marked 'Invalid'.

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 512633] Re: CLC+Walrus+SC+CC installed even if node is preseeded

2010-02-03 Thread Thierry Carrez
Free game, I can do it if nobody else does :)

** Changed in: eucalyptus (Ubuntu Lucid)
 Assignee: Thierry Carrez (ttx) = (unassigned)

-- 
CLC+Walrus+SC+CC installed even if node is preseeded
https://bugs.launchpad.net/bugs/512633
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 492724] Re: upcoming process

2010-02-03 Thread Charlie Kravetz
** Visibility changed to: Public

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

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


[Bug 504704] Re: [lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = Fix Committed

-- 
[lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)
https://bugs.launchpad.net/bugs/504704
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 504704] Re: [lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)

2010-02-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
[lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)
https://bugs.launchpad.net/bugs/504704
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 504521] Re: eucalyptus upstart job doesn't start NC or CC services

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Importance: Low = High

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: eucalyptus (Ubuntu)
Milestone: None = lucid-alpha-3

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: High
 Assignee: Dustin Kirkland (kirkland)
   Status: Fix Committed

-- 
eucalyptus upstart job doesn't start NC or CC services
https://bugs.launchpad.net/bugs/504521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 504521] Re: eucalyptus upstart job doesn't start NC or CC services

2010-02-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
eucalyptus upstart job doesn't start NC or CC services
https://bugs.launchpad.net/bugs/504521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Dustin Kirkland
** Summary changed:

- Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data
+ Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data (DNS)

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data (DNS)
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 464384] Re: Not obvious a Clean restart is needed after config changes

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = Fix Committed

-- 
Not obvious a Clean restart is needed after config changes
https://bugs.launchpad.net/bugs/464384
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 464384] Re: Not obvious a Clean restart is needed after config changes

2010-02-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
Not obvious a Clean restart is needed after config changes
https://bugs.launchpad.net/bugs/464384
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Scott Moser
** Also affects: euca2ools (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Changed in: euca2ools (Ubuntu Lucid)
   Importance: Undecided = High

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 492724] Re: upcoming process - bind9 - host crashed with signal 7 in dns_rdatatype_fromtext()

2010-02-03 Thread Charlie Kravetz
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to look at it,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

** Summary changed:

- upcoming process
+ upcoming process - bind9 - host crashed with signal 7 in 
dns_rdatatype_fromtext()

** Changed in: bind9 (Ubuntu)
   Status: New = Confirmed

-- 
upcoming process - bind9 - host crashed with signal 7 in 
dns_rdatatype_fromtext()
https://bugs.launchpad.net/bugs/492724
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Scott Moser
This patch fixes the problem in euca2ools.  The issue is reproducible
by:

   sh -c 'unset HOME; euca-bundle-image'

** Changed in: image-store-proxy (Ubuntu Lucid)
   Status: Triaged = Invalid

** Changed in: euca2ools (Ubuntu Lucid)
Milestone: None = lucid-alpha-3

** Attachment removed: proposed patch
   http://launchpadlibrarian.net/38718306/bug516738.diff

** Attachment added: suggested patch
   http://launchpadlibrarian.net/38723425/bug516738.diff

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 504704] Re: [lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)

2010-02-03 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1166-0ubuntu2

---
eucalyptus (1.6.2~bzr1166-0ubuntu2) lucid; urgency=low

  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/client/EucalyptusWebInterface.java:
use upstream's better method of getting the version displayed in the web
login page
  * tools/euca_conf.in: add known_hosts - /dev/null to the SCP_OPT
  * debian/eucalyptus-common.eucalyptus.upstart: allow for simple
eucalyptus process management with 'start,stop,status' of 'eucalyptus'
by ensuring that a dummy sleep process at least runs when the cc or
nc are started, LP: #504521, #504704
  * debian/eucalyptus-cc.upstart, debian/eucalyptus.conf,
tools/eucalyptus.conf.5: document CC clean restart, LP: #464384
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 03 Feb 2010 13:59:37 -0800

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
[lucid] On CC-only setups, eucalyptus-cc fails to start at boot (upstart issue)
https://bugs.launchpad.net/bugs/504704
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 504521] Re: eucalyptus upstart job doesn't start NC or CC services

2010-02-03 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1166-0ubuntu2

---
eucalyptus (1.6.2~bzr1166-0ubuntu2) lucid; urgency=low

  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/client/EucalyptusWebInterface.java:
use upstream's better method of getting the version displayed in the web
login page
  * tools/euca_conf.in: add known_hosts - /dev/null to the SCP_OPT
  * debian/eucalyptus-common.eucalyptus.upstart: allow for simple
eucalyptus process management with 'start,stop,status' of 'eucalyptus'
by ensuring that a dummy sleep process at least runs when the cc or
nc are started, LP: #504521, #504704
  * debian/eucalyptus-cc.upstart, debian/eucalyptus.conf,
tools/eucalyptus.conf.5: document CC clean restart, LP: #464384
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 03 Feb 2010 13:59:37 -0800

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
eucalyptus upstart job doesn't start NC or CC services
https://bugs.launchpad.net/bugs/504521
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Thierry Carrez
** Changed in: ec2-init (Ubuntu Lucid)
   Status: Invalid = Triaged

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data (DNS)
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Neil Soman
Thanks for the patch. Applied to upstream (revno 245).

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Launchpad Bug Tracker
** Branch linked: lp:eucalyptus/euca2ools-1.0

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 516738] Re: image store broken on Lucid

2010-02-03 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Importance: High = Wishlist

** Changed in: eucalyptus (Ubuntu Lucid)
Milestone: lucid-alpha-3 = ubuntu-10.04

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data (DNS)
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Dustin Kirkland
Okay, worked on this a bit here today at the Distro Sprint.

We enabled Eucalyptus' DNS with: DISABLE_DNS=N in
/etc/eucalyptus/eucalyptus.conf.

This seems to work well enough to provide dynamically generated host
names to vm's.  See:

RESERVATION r-43AC08FE  admin   default
INSTANCEi-2DC5056F  emi-DF7014F1
euca-172-19-1-2.eucalyptus.localhosteuca-172-19-1-2.eucalyptus.internal 
running mykey   0   c1.medium   2010-02-03T22:14:40.651Z
canyonedge   eki-25291A19eri-058C1996

So this gets us part of the way there.

HOWEVER, there's a major piece of this that cannot be solved without
external configuration of your network's DNS.

Even though my instance might have hostname
euca-172-19-1-2.eucalyptus.localhost, I cannot ssh to
euca-172-19-1-2.eucalyptus.localhost without tweaking my DNS
configuration.

For this reason, we cannot actually fix this bug within Ubuntu's Eucalyptus 
package.  Rather, this will need to be solved in some how-to documentation 
under:
 * https://help.ubuntu.com/community/UEC/DNS

Upstream has some good docs at
http://open.eucalyptus.com/wiki/DynamicDNSGuide.  We'll base our guide
on this, and tailor it for UEC.

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data (DNS)
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Dustin Kirkland
Still a problem in current Lucid.

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Dustin Kirkland
Dan, looking for some advice here...

eucalyptus-nc definitely is not surviving libvirt-bin restarts.  It
loses the socket.  Is there an obvious way we can get eucalyptus-nc to
re-attach the socket on a libvirt restart?

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Dustin Kirkland
Nevermind, Dan, I'm on it...

** Changed in: eucalyptus (Ubuntu Lucid)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Confirmed = In Progress

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 516862] [NEW] /usr/bin/timeadj doesn't appear to have stack protection

2010-02-03 Thread Steve Beattie
Public bug reported:

Binary package hint: ntp

For some reason, the timeadj binary in the ntp package doesn't appear to
get built with gcc's stack protector option. Running the hardening check
from the qa-regression-testing testsuite doesn't find the
__stack_chk_fail symbol.

ubu...@lucid-server-ia32:~/bzr/qa-regression-testing/scripts$ apt-cache policy 
ntp
ntp:
  Installed: 1:4.2.4p8+dfsg-1ubuntu1
  Candidate: 1:4.2.4p8+dfsg-1ubuntu1
  Version table:
 *** 1:4.2.4p8+dfsg-1ubuntu1 0
500 http://denisovich lucid/main Packages
100 /var/lib/dpkg/status

ubu...@lucid-server-ia32:~/bzr/qa-regression-testing/scripts$ dpkg -S 
/usr/bin/tickadj
ntp: /usr/bin/tickadj

ubu...@lucid-server-ia32:~/bzr/qa-regression-testing/scripts$ 
built-binaries/hardening-check -f /usr/bin/tickadj
/usr/bin/tickadj:
 Position Independent Executable: yes
 Stack protected: no, not found!
 Fortify Source functions: yes
 Read-only relocations: yes
 Immediate binding: yes

ProblemType: Bug
Architecture: i386
Date: Wed Feb  3 15:13:35 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
NtpStatus: ntpq: read: Connection refused
Package: ntp 1:4.2.4p8+dfsg-1ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-12.16-generic-pae
SourcePackage: ntp
Uname: Linux 2.6.32-12-generic-pae i686

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


** Tags: apport-bug i386 lucid

-- 
/usr/bin/timeadj doesn't appear to have stack protection
https://bugs.launchpad.net/bugs/516862
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 516862] Re: /usr/bin/timeadj doesn't appear to have stack protection

2010-02-03 Thread Steve Beattie

** Attachment added: .etc.apparmor.d.usr.sbin.ntpd.txt
   http://launchpadlibrarian.net/38731990/.etc.apparmor.d.usr.sbin.ntpd.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38731991/Dependencies.txt

** Attachment added: KernLog.txt
   http://launchpadlibrarian.net/38731993/KernLog.txt

-- 
/usr/bin/timeadj doesn't appear to have stack protection
https://bugs.launchpad.net/bugs/516862
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

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


[Bug 503063] Re: eucalyptus-common purge removes files from eucalyptus-java-common

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = In Progress

-- 
eucalyptus-common purge removes files from eucalyptus-java-common
https://bugs.launchpad.net/bugs/503063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 508870] Re: [MIR] seabios

2010-02-03 Thread Dustin Kirkland
Pitti, this MIR has been idling for a couple weeks now...  Could you
take a look?  Should be striaghtforward...

** Changed in: seabios (Ubuntu Lucid)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Dustin Kirkland
Unassigning myself.  Anyone could theoretically document this.  Hint
hint ;-)

** Changed in: eucalyptus (Ubuntu Lucid)
 Assignee: Dustin Kirkland (kirkland) = (unassigned)

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data (DNS)
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 461829] Re: Disallowed command //usr/share/eucalyptus/populate_arp.pl

2010-02-03 Thread Dustin Kirkland
Kees,

Could you please:
  bzr branch lp:~ubuntu-core-dev/eucalyptus/ubuntu

And give a quick review of ./tools/populate_arp.pl, which is ~25 lines
of perl before we add this to the euca_rootwrap whitelist?

Looks to me like it needs elevated privileges to read
('/var/log/messages', '/var/log/firewall', '/var/log/syslog',
'/var/log/kern.log'), which are all -rw-r- syslog adm.

Other than opening these files, it just sends pings to all IPs it knows
about, which will update the arp tables.  (I don't entirely understand
why this is necessary, perhaps Dan can answer...)

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = Incomplete

** Changed in: eucalyptus (Ubuntu Lucid)
 Assignee: Dustin Kirkland (kirkland) = Daniel Nurmi (nurmi)

** Changed in: eucalyptus (Ubuntu Lucid)
 Assignee: Daniel Nurmi (nurmi) = Kees Cook (kees)

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Incomplete = Triaged

-- 
Disallowed command //usr/share/eucalyptus/populate_arp.pl
https://bugs.launchpad.net/bugs/461829
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 512887] Re: Restarting libvirtd breaks Eucalyptus NC

2010-02-03 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1166-0ubuntu3

---
eucalyptus (1.6.2~bzr1166-0ubuntu3) lucid; urgency=low

  * debian/eucalyptus-nc.upstart: handle libvirt restarts, LP: #512887
  * eucalyptus-cc.eucalyptus-cc-publication.upstart,
eucalyptus-cloud.eucalyptus-cloud-publication.upstart,
eucalyptus-cloud.upstart, eucalyptus-common.eucalyptus.upstart,
eucalyptus-nc.eucalyptus-nc-publication.upstart,
eucalyptus-nc.upstart,
eucalyptus-sc.eucalyptus-sc-publication.upstart,
eucalyptus-sc.upstart,
eucalyptus-walrus.eucalyptus-walrus-publication.upstart,
eucalyptus-walrus.upstart, uec-component-listener.upstart: add a few
inline comments, including a comment at the top of every upstart script
that seems to be required to get get vim syntax highlighting to work
  * eucalyptus-cc.postrm, eucalyptus-cloud.postrm,
eucalyptus-common.postrm, eucalyptus-sc.postrm,
eucalyptus-walrus.postrm, uec-component-listener.postrm: fix package
purging with per-package file purging lists, LP: #503063
  * eucalyptus-cc.eucalyptus-cc-publication.upstart,
eucalyptus-sc.eucalyptus-sc-publication.upstart,
eucalyptus-walrus.eucalyptus-walrus-publication.upstart: stop publication
jobs if the relevant service stops running
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 03 Feb 2010 19:01:47 -0800

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
Restarting libvirtd breaks Eucalyptus NC
https://bugs.launchpad.net/bugs/512887
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 503063] Re: eucalyptus-common purge removes files from eucalyptus-java-common

2010-02-03 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

-- 
eucalyptus-common purge removes files from eucalyptus-java-common
https://bugs.launchpad.net/bugs/503063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 503063] Re: eucalyptus-common purge removes files from eucalyptus-java-common

2010-02-03 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1166-0ubuntu3

---
eucalyptus (1.6.2~bzr1166-0ubuntu3) lucid; urgency=low

  * debian/eucalyptus-nc.upstart: handle libvirt restarts, LP: #512887
  * eucalyptus-cc.eucalyptus-cc-publication.upstart,
eucalyptus-cloud.eucalyptus-cloud-publication.upstart,
eucalyptus-cloud.upstart, eucalyptus-common.eucalyptus.upstart,
eucalyptus-nc.eucalyptus-nc-publication.upstart,
eucalyptus-nc.upstart,
eucalyptus-sc.eucalyptus-sc-publication.upstart,
eucalyptus-sc.upstart,
eucalyptus-walrus.eucalyptus-walrus-publication.upstart,
eucalyptus-walrus.upstart, uec-component-listener.upstart: add a few
inline comments, including a comment at the top of every upstart script
that seems to be required to get get vim syntax highlighting to work
  * eucalyptus-cc.postrm, eucalyptus-cloud.postrm,
eucalyptus-common.postrm, eucalyptus-sc.postrm,
eucalyptus-walrus.postrm, uec-component-listener.postrm: fix package
purging with per-package file purging lists, LP: #503063
  * eucalyptus-cc.eucalyptus-cc-publication.upstart,
eucalyptus-sc.eucalyptus-sc-publication.upstart,
eucalyptus-walrus.eucalyptus-walrus-publication.upstart: stop publication
jobs if the relevant service stops running
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 03 Feb 2010 19:01:47 -0800

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
eucalyptus-common purge removes files from eucalyptus-java-common
https://bugs.launchpad.net/bugs/503063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 475354] Re: Hostname not set correctly on UEC cloud due to IP address in local-hostname manifest data (DNS)

2010-02-03 Thread Thierry Carrez
The cloud images should workaround this by using a ip-x-y-z-w hostname
whenever local-hostname returns an IP address.

-- 
Hostname not set correctly on UEC cloud due to IP address in local-hostname 
manifest data (DNS)
https://bugs.launchpad.net/bugs/475354
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 514198] Re: SSH key stopped working

2010-02-03 Thread Thierry Carrez
Apparently there /was/ a known issue in eucalyptus 1.6 where if someone
was to create the same key twice, eucalyptus would end up having a
private key that no longer matches the public key. Could that be what
happened here ?

-- 
SSH key stopped working
https://bugs.launchpad.net/bugs/514198
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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


[Bug 503063] Re: eucalyptus-common purge removes files from eucalyptus-java-common

2010-02-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/eucalyptus

-- 
eucalyptus-common purge removes files from eucalyptus-java-common
https://bugs.launchpad.net/bugs/503063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

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