[Bug 1092058] Re: VM boots from Hard Disk instead of USB host device

2012-12-20 Thread Yolanda Robla
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Confirmed

** Changed in: virt-manager (Ubuntu)
   Status: New = Confirmed

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

** Changed in: virt-manager (Ubuntu)
   Importance: Undecided = Low

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

Title:
   VM boots from Hard Disk instead of USB host device

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1092058/+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 1091577] Re: unable to ping hosts by windows hostname

2012-12-20 Thread Yolanda Robla
Normal ping not using Samba works for you? If not, it may be a DNS
problem.

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

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

Title:
  unable to ping hosts by windows hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1091577/+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 1091579] Re: Networking when starting kvm in commandline

2012-12-20 Thread Daniel Eiteneuer
Hello,
yes, indicating the script locations works like a charm.

Thanks for the explanation.

Regards
Daniel

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

Title:
  Networking when starting kvm in commandline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1091579/+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 1092076] Re: Please merge vsftpd 3.0.2-1 (main) from debian unstable (main)

2012-12-20 Thread Daniel Holbach
Good work. I just have one question: Why do you change debian/compat and
the debhelper requirement in debian/control?

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

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

Title:
  Please merge vsftpd 3.0.2-1 (main) from debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1092076/+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 1091577] Re: unable to ping hosts by windows hostname

2012-12-20 Thread karaluh
Yes, pinging google.pl works fine.

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

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

Title:
  unable to ping hosts by windows hostname

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1091577/+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 894754] Re: openvswitch missing -datapath-dkms dependency, fails to install

2012-12-20 Thread Jian Wen
I failed to start  the openvswitch initscript after apt-upgrade.
The error is FATAL: Module openvswitch_mod not found. too.

# dpkg-reconfigure openvswitch-datapath-dkms
fixed this by uninstalling the old one and installing a fresh compiled new one.

Command log:
http://pastebin.com/anLTPFgn

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

Title:
  openvswitch missing -datapath-dkms dependency, fails to install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/894754/+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 1092076] Re: Please merge vsftpd 3.0.2-1 (main) from debian unstable (main)

2012-12-20 Thread Lorenzo De Liso
This change was present in the latest vsftpd version:

diff -pruN 2.3.5-3/debian/control 2.3.5-3ubuntu1/debian/control
--- 2.3.5-3/debian/control  2012-03-04 19:15:09.0 +
+++ 2.3.5-3ubuntu1/debian/control   2012-05-23 21:04:55.0 +
@@ -1,10 +1,11 @@
 Source: vsftpd
 Section: net
 Priority: extra
-Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
+Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
+XSBC-Original-Maintainer: Daniel Baumann 
daniel.baum...@progress-technologies.net
 Build-Depends:
- debhelper (= 9), libcap2-dev [linux-any], libpam0g-dev, libssl-dev,
- libwrap0-dev
+ debhelper (= 8), libcap2-dev [linux-any], libpam0g-dev, libssl-dev,
+ libwrap0-dev, dh-apport
 Standards-Version: 3.9.3
 Homepage: http://vsftpd.beasts.org/

but a) this isn't documented in the changelog (at least the last one) b) the 
file debian/compat should normally reflect the debhelper version used so I also 
modified the debian/compat file (this wasn't done in the latest upload).
Lastly, I attached a debdiff that reverts this change if you want.

** Patch added: vsftpd_3.0.2-1ubuntu1_dh_reverted.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1092076/+attachment/3464598/+files/vsftpd_3.0.2-1ubuntu1_dh_reverted.debdiff

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

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

Title:
  Please merge vsftpd 3.0.2-1 (main) from debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1092076/+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 1032550] Re: [multipath] failed to get sysfs information

2012-12-20 Thread Ronald Moesbergen
Peter, is there another way to get you a kernel crash-dump? Whatever I
try, the crashdump tools don't produce a crashdump.

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 1073159] Re: Please backport tomcat7 7.0.34 (main) from raring to precise (and quantal)

2012-12-20 Thread H.-Dirk Schmitt
A backport is again available in

It works - but the APR has been changed:

 An incompatible version 1.1.22 of the APR based Apache Tomcat Native
library is installed, while Tomcat requires version 1.1.24

So in addition also tomcat-native should be backported


** Summary changed:

- Please backport tomcat7 7.0.34 (main) from raring to precise (and quantal)
+ Please backport tomcat7 7.0.34 (main) from raring to precise (and quantal) 
[and tomcat-native]

** Description changed:

  Please backport tomcat7 7.0.30-0ubuntu1 (main) from raring to precise.
  
  Reason for the backport:
  
- Currently tomcat7 on precise is 7.0.26
- quantal an roaring providing 7.0.30
+ Currently tomcat7 on precise is 7.0.26 (see linked CVE)
+ quantal  is providing 7.0.30  (see some of the linked CVE)
+ raring   is providing 7.0.34
  
  In my opinion it would be good to have the most current tomcat7 version also 
in precise-backports.
  The goal should be providing the latest tomcat7 stable release also via 
backports in the LTS release of ubuntu.
+ In addition the old version if affected by some security issues.
  
  The number of fixes is still impressing :-)
  https://tomcat.apache.org/tomcat-7.0-doc/changelog.html
+ 
+ 
+ NOTE: In tomcat 7.0.34 has the APR library has changed. For satisfying the 
runtime dependency tomcat-native should also backported
  
  Testing:
  
  Mark off items in the checklist [X] as you test them, but please leave the 
checklist so that backporters can quickly evaluate the state of testing.
  
  You can test-build the backport in your PPA with backportpackage:
  $ backportpackage -u ppa:lp username/ppa name -s raring -d precise tomcat7
  
  -- see ppa:dirk-computer42/c42-backport
  
  * precise:
  [X] Package builds without modification
  [X] tomcat7-common installs cleanly and runs
  [X] libservlet3.0-java installs cleanly and runs
  [X] tomcat7-docs installs cleanly and runs
  [X] libservlet3.0-java-doc installs cleanly and runs
  [X] tomcat7 installs cleanly and runs
  [X] libtomcat7-java installs cleanly and runs
  [X] tomcat7-user installs cleanly and runs
  [X] tomcat7-admin installs cleanly and runs
  [X] tomcat7-examples installs cleanly and runs
  
  Reverse dependencies:
  =
  The following reverse-dependencies need to be tested against the new version 
of tomcat7. For reverse-build-dependencies (-Indep), please test that the 
package still builds against the new tomcat7. For reverse-dependencies, please 
test that the version of the package currently in the release still works with 
the new tomcat7 installed. Reverse- Recommends, Suggests, and Enhances don't 
need to be tested, and are listed for completeness-sake.
  
  tomcat7-common
  --
  
  libservlet3.0-java
  --
  * libjtharness-java
    [ ] precise (Reverse-Depends)
  * jtharness
    [ ] precise (Reverse-Build-Depends-Indep)
  
  tomcat7-docs
  
  
  libservlet3.0-java-doc
  --
  
  tomcat7
  ---
  
  libtomcat7-java
  ---
  
  tomcat7-user
  
  
  tomcat7-admin
  -
  
  tomcat7-examples
  

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

** Summary changed:

- Please backport tomcat7 7.0.34 (main) from raring to precise (and quantal) 
[and tomcat-native]
+ Please backport tomcat7 7.0.34 (main) from raring to precise (and quantal) 
[and tomcat-native] to fix serious CVE reports

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

Title:
  Please backport tomcat7 7.0.34 (main) from raring to precise (and
  quantal) [and tomcat-native] to fix serious CVE reports

To manage notifications about this bug go to:
https://bugs.launchpad.net/precise-backports/+bug/1073159/+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 1032550] Re: [multipath] failed to get sysfs information

2012-12-20 Thread Peter Petrakis
Hi Ronald,

Sorry I haven't been timely, this is the best I can do with community level 
support
 If kdump isn't launching even in the most trivial case then you have to start 
from zero.

is crashkernel even configured? 
 * grep  crash /proc/crashkernel

How much memory do you have, could you assign more memory to the crash kernel?
 * http://lxr.linux.no/linux+v3.7.1/Documentation/kdump/kdump.txt#L270
 * 256MB would be preferable

Can you even kexec at all?
 * kexec -p # loads the panic kernel, man kexec

If you boot your system with  maxcpus=1  (I think that's it) and pretend you're
a uniprocessor system, will kexec load?

Can you attach a serial console to your machine and post the output?

In /etc/init.d/kdump
# Append kdump_needed for initramfs to know what to do, and add
# maxcpus=1 to keep things sane.
APPEND=$APPEND kdump_needed maxcpus=1 irqpoll reset_devices

Start adjusting these variables, like remove 'reset_devices', reload the
kexec kernel (service kdump restart), and systematically remove variables
(except kdump_needed) noting the change in the kernel output.

Is this an enterprise server with an NMI button? If you configure panic on nmi
pressing that button, that will definitely change the base variables used to
launch kexec.

Folks thought Stratus was a bit overkill, having a complete mirror of CPU/Memory
operating in lockstep for HA. The nice thing about it is if the primary ever 
did crash,
we would literally hold that unit in stasis, reboot on the other unit, and reap 
the
dump from it's preserved memory, works 100% and automatic. Be nice to have
right about now.

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 1032550] Re: [multipath] failed to get sysfs information

2012-12-20 Thread Peter Petrakis
Correction:
is crashkernel even configured?
 * grep crash /proc/cmdline

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 1092548] [NEW] dependency to tomcat-native is too weak (no version for libtcnative-1 specified)

2012-12-20 Thread H.-Dirk Schmitt
Public bug reported:

As I backported tomcat7 7.0.34 from raring to precise I have seen the
following error message:

 An incompatible version 1.1.22 of the APR based Apache Tomcat Native
library is installed, while Tomcat requires version 1.1.24

The reason is that the suggests line doesn't set a minimum version for 
libtcnative-1.
The tomcat 7.0.34  needs libtcnative-1 1.1.24 (not 1.1.22).

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


** Tags: dependency-problem raring

** Tags added: dependency-problem raring

** Summary changed:

- dependency to tomcat-native is to weak (no version specified)
+ dependency to tomcat-native is too weak (no version for libcnative-1 
specified)

** Summary changed:

- dependency to tomcat-native is too weak (no version for libcnative-1 
specified)
+ dependency to tomcat-native is too weak (no version for libtcnative-1 
specified)

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

Title:
  dependency to tomcat-native is too weak (no version for libtcnative-1
  specified)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1092548/+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 1076075] Re: maas_cluster.conf ends up with the wrong URL after upgrade.

2012-12-20 Thread Andres Rodriguez
** Changed in: maas (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: maas (Ubuntu Quantal)
   Status: New = Fix Committed

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

Title:
  maas_cluster.conf ends up with the wrong URL after upgrade.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1076075/+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 1072772] Re: Package upgrade breaks rabbitmq communication.

2012-12-20 Thread Andres Rodriguez
** Changed in: maas (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Package upgrade breaks rabbitmq communication.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1072772/+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 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2012-12-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/maas/maas_ipmi_lan2.0

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

Title:
  IPMI based power management default to IPMI 1.5 based authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1086162/+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 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2012-12-20 Thread Raphaël Badin
** Changed in: maas
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

** Also affects: maas/1.2
   Importance: Undecided
   Status: New

** Changed in: maas/1.2
Milestone: None = 12.10-stabilization

** Changed in: maas/1.2
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

** Changed in: maas/1.2
   Importance: Undecided = High

** Changed in: maas/1.2
   Status: New = In Progress

** Changed in: maas/1.2
   Status: In Progress = Triaged

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

Title:
  IPMI based power management default to IPMI 1.5 based authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1086162/+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 1092585] [NEW] euca-run-instances incorrect man page option for --instance-count

2012-12-20 Thread Jonathan Davies
Public bug reported:

The DESCRIPTION section of euca-run-instances lists:

[-n, --instancecount count ]

...which should have --instance-count as the long option.

** Affects: euca2ools (Ubuntu)
 Importance: Low
 Status: Triaged

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

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

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

Title:
  euca-run-instances incorrect man page option for --instance-count

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/1092585/+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 1076353] Re: nova [-] Could not find driver for connection_type None

2012-12-20 Thread Thomas Leonard
What are the possible values for this option? The example file from the
installation documentation doesn't have connection_type or libvirt_type:

http://docs.openstack.org/folsom/basic-install/content/basic-
install_controller.html

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

Title:
  nova [-] Could not find driver for connection_type None

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1076353/+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 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2012-12-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~andreserl/maas/maas_ipmi_lan2_stabilization

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

Title:
  IPMI based power management default to IPMI 1.5 based authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1086162/+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 1092595] [NEW] logrotate not packaged

2012-12-20 Thread Michael DeHaan
Public bug reported:

The cobbler package (at least in 12.04LTS) does not package the
logrotate script that is included upstream (and is included by the
Fedora and EPEL packages)

https://github.com/cobbler/cobbler/blob/master/config/cobblerd_rotate

This should be included so logs don't grow infinitely

Thanks!

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

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

Title:
  logrotate not packaged

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1092595/+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 1092585] Re: euca-run-instances incorrect man page option for --instance-count

2012-12-20 Thread Scott Moser
filed upstream at https://eucalyptus.atlassian.net/browse/TOOLS-170

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

** No longer affects: euca2ools

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

Title:
  euca-run-instances incorrect man page option for --instance-count

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/1092585/+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 1092598] [NEW] cobbler-register not packaged

2012-12-20 Thread Michael DeHaan
Public bug reported:

The 'cobbler-register' script that is included with cobbler upstream can
be used to add new servers to an existing cobbler server database.

The 'cobbler-enlist' script that Ubuntu includes (seemingly for
Orchestra, which I'm told is deprecated, so I suspect cobbler-enlist
should no longer be packaged) is a native C program that seems to
overlap largely with the upstream script.

I am suggesting that we include cobbler-register in the 'cobbler'
package to enable enlistments.   Seeing it's a Python script, it's a lot
easier to debug and see what is going on, and upstream can maintain it.

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

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

Title:
  cobbler-register not packaged

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1092598/+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 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2012-12-20 Thread MaaS Lander
** Changed in: maas/1.2
   Status: Triaged = Fix Committed

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

Title:
  IPMI based power management default to IPMI 1.5 based authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1086162/+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 1032550] Re: [multipath] failed to get sysfs information

2012-12-20 Thread Ronald Moesbergen
Removing the 'reset_devices' and 'irq_poll' in /etc/init.d/kdump did the
trick, both machines now generate a nice vmcore file when they crash.
I'll re-test with all your settings applied and report back. Thanks.

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2012-12-20 Thread MaaS Lander
** Changed in: maas
   Status: Triaged = Fix Committed

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

Title:
  IPMI based power management default to IPMI 1.5 based authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1086162/+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 1032550] Re: [multipath] failed to get sysfs information

2012-12-20 Thread Peter Petrakis
^5!

Make sure you enable ftrace per:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/comments/16

That'll save me a lot of work, should crash with a nice long call graph and the 
CPUs
caught executing the code.

Well done!

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

Title:
  [multipath]  failed to get sysfs information

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1032550/+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 1092637] [NEW] open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build

2012-12-20 Thread Knut Evensen
Public bug reported:

Fresh install of Ubuntu RR under VirtualBox.

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: open-vm-dkms 2012.10.14-874563-0ubuntu1
ProcVersionSignature: Ubuntu 3.7.0-7.15-generic 3.7.0
Uname: Linux 3.7.0-7-generic x86_64
ApportVersion: 2.7-0ubuntu2
Architecture: amd64
DKMSKernelVersion: 3.7.0-7-generic
Date: Thu Dec 20 18:59:50 2012
InstallationDate: Installed on 2012-12-19 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20121219)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2012.10.14-874563-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package raring

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

Title:
  open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1092637/+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 1092637] Re: open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build

2012-12-20 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1092637/+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 1080912] Re: qemu-kvm must depend on udev

2012-12-20 Thread Serge Hallyn
Verified in precise.

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

Title:
  qemu-kvm must depend on udev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1080912/+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 1057024] Re: kvm kernel module always loaded, without setting /dev/kvm permissions

2012-12-20 Thread Serge Hallyn
(Re-verified in precise)

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

Title:
  kvm kernel module always loaded, without setting /dev/kvm permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1057024/+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 1077838] Re: qemu-nbd -r -c taints device for subsequent usage, even after -d

2012-12-20 Thread Serge Hallyn
Verified on precise.

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

Title:
  qemu-nbd -r -c taints device for subsequent usage, even after -d

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1077838/+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 1078530] Re: upstart job fails to start under lxc

2012-12-20 Thread Serge Hallyn
This bug is not fully solved by this version, because the init job still
tries to load and unload kvm modules.

The qemu-kvm job should detect that it is running in a container and
gracefully exit.

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

Title:
  upstart job fails to start under lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1078530/+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 1078530] Re: upstart job fails to start under lxc

2012-12-20 Thread Serge Hallyn
Verified in quantal, where the upstart job also does ||true when
modprobe and rmmod fail.

However, not running in a container at all would be safer.

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

Title:
  upstart job fails to start under lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1078530/+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 1077838] Re: qemu-nbd -r -c taints device for subsequent usage, even after -d

2012-12-20 Thread Serge Hallyn
Verified on quantal.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  qemu-nbd -r -c taints device for subsequent usage, even after -d

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1077838/+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


Re: [Bug 1078530] Re: upstart job fails to start under lxc

2012-12-20 Thread Robert Collins
Well, its hard to run the openstack test suite in a container
*without* qemu-kvm, because python-libvirt depends on libvirt depends
on qemu-kvm.

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

Title:
  upstart job fails to start under lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1078530/+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 1092637] Re: open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build

2012-12-20 Thread Nate Muench (Mink)
Why are you installing the open-vm-tools package when your running
Ubuntu on VirtualBox?

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

Title:
  open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1092637/+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 1080912] Re: qemu-kvm must depend on udev

2012-12-20 Thread Serge Hallyn
Verified in quantal.

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  qemu-kvm must depend on udev

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1080912/+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 1078530] Re: upstart job fails to start under lxc

2012-12-20 Thread Serge Hallyn
@lifeless,

the upstart job is only responsible for setting up the kvm kernel module
and related kernel settings.  With my new proposed change, the upstart
job would detect it's in a container and consider itself done.

In reality, for quantal the modprobes and rmmods were already doing '||
true'.  So the only thing my new upload changes is that rather than try
to do all these things and be denied, it won't try.  (Or, rather than
try to do them and succeed due to a bad policy, and potentially break
the host.)

The host will have to set up kvm;  but it would have to anyway, since
containers are never allowed to modprobe by default.  And quantal and
later always modprobe kvm on the host.

Finally, libvirt and python-libvirt do not depend on qemu-kvm.  But
again, qemu-kvm will install just fine and even be usable in the
container.  It just can't be set up there.

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

Title:
  upstart job fails to start under lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1078530/+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 1092675] [NEW] Conflict installing LAMP apache2/mysql/php5 with aptitude

2012-12-20 Thread Espen Arnesen
Public bug reported:

espen77@simba:~$ sudo aptitude install apache2 php5 libapache2-mod-php5 
mysql-server
The following NEW packages will be installed:
  apache2 apache2-mpm-prefork{ab} apache2-mpm-worker{ab} apache2-utils{a} 
  apache2.2-bin{a} apache2.2-common{a} libapache2-mod-php5 
  libaprutil1-dbd-sqlite3{a} libaprutil1-ldap{a} libdbd-mysql-perl{a} 
  libdbi-perl{a} libhtml-template-perl{a} libmysqlclient18{a} 
  libnet-daemon-perl{a} libplrpc-perl{a} mysql-client-5.5{a} 
  mysql-client-core-5.5{a} mysql-common{a} mysql-server mysql-server-5.5{a} 
  mysql-server-core-5.5{a} php5 php5-cli{a} php5-common{a} 
0 packages upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
Need to get 34.5 MB of archives. After unpacking 114 MB will be used.
The following packages have unmet dependencies:
 apache2-mpm-prefork : Conflicts: apache2-mpm which is a virtual package.
 apache2-mpm-worker : Conflicts: apache2-mpm which is a virtual package.
The following actions will resolve these dependencies:

 Keep the following packages at their current version:
1) apache2-mpm-worker [Not Installed] 


Accept this solution? [Y/n/q/?] q
Abandoning all efforts to resolve these dependencies.
Abort.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apache2-mpm-worker (not installed)
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic-pae 3.2.34
Uname: Linux 3.2.0-35-generic-pae i686
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: i386
Date: Thu Dec 20 21:37:55 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apache2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  Conflict installing LAMP apache2/mysql/php5 with aptitude

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1092675/+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


Re: [Bug 1078530] Re: upstart job fails to start under lxc

2012-12-20 Thread Robert Collins
On Fri, Dec 21, 2012 at 9:20 AM, Serge Hallyn
1078...@bugs.launchpad.net wrote:
 @lifeless,

 the upstart job is only responsible for setting up the kvm kernel module
 and related kernel settings.  With my new proposed change, the upstart
 job would detect it's in a container and consider itself done.

Cool, thanks.

-Rob

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

Title:
  upstart job fails to start under lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1078530/+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 1092691] [NEW] A way to disable AAAA lookups in the resolver (again)

2012-12-20 Thread Humberto Jucá
Public bug reported:

I like to known what's the way to disable DNS  queries.
Already have disabled all resources ipv6.

1. Changes in grub:
vim /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=ipv6.disable=1
update-grub

2. I'm using 12.04 LTS version (builtin ipv6 support)
grep -i ipv6 /boot/config-3.2.0-24-generic 
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
...

Before this i try with sysctl, but tcp6 sockets still alive.
After grub changes this solve the question - i can disable ipv6 address and 
networks sockets too.

But, internal lookups stay wrong.
Some sites like www.caixa.gov.br are slow.

When i sniff my connection i can see many DNS  records and server fail
Running lynx www.caixa.gov.br

15:57:11.332463 IP 127.0.0.1.58734  127.0.0.1.53: 63741+ ? 
www.caixa.gov.br. (34)
15:57:16.337439 IP 127.0.0.1.58734  127.0.0.1.53: 63741+ ? 
www.caixa.gov.br. (34)
15:57:21.342488 IP 127.0.0.1.58067  127.0.0.1.53: 1244+ ? 
www.caixa.gov.br.localdomain. (46)
15:57:21.342579 IP 127.0.0.1.53  127.0.0.1.58067: 1244 NXDomain 0/1/0 (121)
15:57:21.342648 IP 127.0.0.1.51657  127.0.0.1.53: 3236+ A? www.caixa.gov.br. 
(34)
15:57:21.342723 IP 127.0.0.1.53  127.0.0.1.51657: 3236 1/0/0 A 200.201.161.106 
(50)
15:57:21.353289 IP 127.0.0.1.58482  127.0.0.1.53: 15390+ ? 
www.caixa.gov.br. (34)
15:57:26.358326 IP 127.0.0.1.58482  127.0.0.1.53: 15390+ ? 
www.caixa.gov.br. (34)
15:57:31.363381 IP 127.0.0.1.48398  127.0.0.1.53: 21648+ ? 
www.caixa.gov.br.localdomain. (46)
15:57:31.363487 IP 127.0.0.1.53  127.0.0.1.48398: 21648 NXDomain 0/1/0 (121)
15:57:31.363560 IP 127.0.0.1.55657  127.0.0.1.53: 49860+ A? www.caixa.gov.br. 
(34)
15:57:31.363643 IP 127.0.0.1.53  127.0.0.1.55657: 49860 1/0/0 A 
200.201.161.106 (50)
15:57:31.364319 IP 127.0.0.1.55431  127.0.0.1.53: 38110+ ? 
www.caixa.gov.br. (34)
15:57:36.369352 IP 127.0.0.1.55431  127.0.0.1.53: 38110+ ? 
www.caixa.gov.br. (34)

I do bind changes too
vim /etc/default/bind9
RESOLVCONF=no
OPTIONS=-4 -u bind

vim /etc/bind/named.conf.options
forward only;
forwarders {
208.67.222.222;
8.8.8.8;
};


This dont solve  requests.
I like to known a way to prefer ipv4 queries (A) or disable ipv6 queries.

When i'm using squid proxy the same problem occur.
To solve this i need compile squid with --disable-ipv6. 
This works to Squid proxy, but i think that the best way is disable all DNS 
 queries.

This occur with lynx, wget and others.

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

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

Title:
  A way to disable  lookups in the resolver (again)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1092691/+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 1092691] Re: A way to disable AAAA lookups in the resolver (again)

2012-12-20 Thread Humberto Jucá
https://answers.launchpad.net/ubuntu/+source/bind9/+question/216827

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

Title:
  A way to disable  lookups in the resolver (again)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1092691/+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 1092637] Re: open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module failed to build

2012-12-20 Thread Knut Evensen
This is what I get for working with 39c fever...

You are quite right. This was the wrong package to install.
However, with recent experience it should still be possible, unless they 
changed something.

Case can be closed I guess. Sorry for the inconvenience :)

** Changed in: open-vm-tools (Ubuntu)
   Status: New = Invalid

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

Title:
  open-vm-dkms 2012.10.14-874563-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1092637/+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 1092691] Re: A way to disable AAAA lookups in the resolver (again)

2012-12-20 Thread Humberto Jucá
** Description changed:

  I like to known what's the way to disable DNS  queries.
  Already have disabled all resources ipv6.
  
  1. Changes in grub:
  vim /etc/default/grub
- GRUB_CMDLINE_LINUX_DEFAULT=ipv6.disable=1
+ GRUB_CMDLINE_LINUX_DEFAULT=ipv6.disable=1
  update-grub
  
  2. I'm using 12.04 LTS version (builtin ipv6 support)
- grep -i ipv6 /boot/config-3.2.0-24-generic 
- CONFIG_IPV6=y
- CONFIG_IPV6_PRIVACY=y
- ...
+ grep -i ipv6 /boot/config-3.2.0-24-generic
+ CONFIG_IPV6=y
+ CONFIG_IPV6_PRIVACY=y
+ ...
  
  Before this i try with sysctl, but tcp6 sockets still alive.
  After grub changes this solve the question - i can disable ipv6 address and 
networks sockets too.
  
  But, internal lookups stay wrong.
  Some sites like www.caixa.gov.br are slow.
  
  When i sniff my connection i can see many DNS  records and server fail
  Running lynx www.caixa.gov.br
  
  15:57:11.332463 IP 127.0.0.1.58734  127.0.0.1.53: 63741+ ? 
www.caixa.gov.br. (34)
  15:57:16.337439 IP 127.0.0.1.58734  127.0.0.1.53: 63741+ ? 
www.caixa.gov.br. (34)
  15:57:21.342488 IP 127.0.0.1.58067  127.0.0.1.53: 1244+ ? 
www.caixa.gov.br.localdomain. (46)
  15:57:21.342579 IP 127.0.0.1.53  127.0.0.1.58067: 1244 NXDomain 0/1/0 (121)
  15:57:21.342648 IP 127.0.0.1.51657  127.0.0.1.53: 3236+ A? www.caixa.gov.br. 
(34)
  15:57:21.342723 IP 127.0.0.1.53  127.0.0.1.51657: 3236 1/0/0 A 
200.201.161.106 (50)
  15:57:21.353289 IP 127.0.0.1.58482  127.0.0.1.53: 15390+ ? 
www.caixa.gov.br. (34)
  15:57:26.358326 IP 127.0.0.1.58482  127.0.0.1.53: 15390+ ? 
www.caixa.gov.br. (34)
  15:57:31.363381 IP 127.0.0.1.48398  127.0.0.1.53: 21648+ ? 
www.caixa.gov.br.localdomain. (46)
  15:57:31.363487 IP 127.0.0.1.53  127.0.0.1.48398: 21648 NXDomain 0/1/0 (121)
  15:57:31.363560 IP 127.0.0.1.55657  127.0.0.1.53: 49860+ A? 
www.caixa.gov.br. (34)
  15:57:31.363643 IP 127.0.0.1.53  127.0.0.1.55657: 49860 1/0/0 A 
200.201.161.106 (50)
  15:57:31.364319 IP 127.0.0.1.55431  127.0.0.1.53: 38110+ ? 
www.caixa.gov.br. (34)
  15:57:36.369352 IP 127.0.0.1.55431  127.0.0.1.53: 38110+ ? 
www.caixa.gov.br. (34)
  
  I do bind changes too
  vim /etc/default/bind9
- RESOLVCONF=no
- OPTIONS=-4 -u bind
+ RESOLVCONF=no
+ OPTIONS=-4 -u bind
  
  vim /etc/bind/named.conf.options
- forward only;
- forwarders {
- 208.67.222.222;
- 8.8.8.8;
- };
- 
+ forward only;
+ forwarders {
+ 208.67.222.222;
+ 8.8.8.8;
+ };
  
  This dont solve  requests.
  I like to known a way to prefer ipv4 queries (A) or disable ipv6 queries.
  
  When i'm using squid proxy the same problem occur.
- To solve this i need compile squid with --disable-ipv6. 
+ To solve this i need compile squid with --disable-ipv6.
  This works to Squid proxy, but i think that the best way is disable all DNS 
 queries.
  
  This occur with lynx, wget and others.

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

Title:
  A way to disable  lookups in the resolver (again)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1092691/+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 1084089] Update Released

2012-12-20 Thread Scott Kitterman
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  lxc-clone shouldn't add fstab line if it wasn't there originally

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1084089/+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 1084089] Re: lxc-clone shouldn't add fstab line if it wasn't there originally

2012-12-20 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu66

---
lxc (0.7.5-3ubuntu66) precise-proposed; urgency=low

  [ William Grant ]
  * lxc-start-ephemeral: exit with the command's status, not always 0.
(LP: #1050351)

  [ Serge Hallyn ]
  * 0227-ubuntu-cloud-parsing: fix some option parsing bugs in ubuntu-cloud
template (LP: #1076031)
  * 0229-lxc-clone-mount-fix: fix wrong handling of lxc.mount entries in
lxc-clone.  (LP: #1084089)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 29 Nov 2012 12:43:44 -0600

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: lxc (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  lxc-clone shouldn't add fstab line if it wasn't there originally

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1084089/+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 1084089] Re: lxc-clone shouldn't add fstab line if it wasn't there originally

2012-12-20 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.8.0~rc1-4ubuntu39

---
lxc (0.8.0~rc1-4ubuntu39) quantal-proposed; urgency=low

  * 0227-ubuntu-cloud-parsing: fix some option parsing bugs in ubuntu-cloud
template (LP: #1076031)
  * 0229-lxc-clone-mount-fix: fix wrong handling of lxc.mount entries in
lxc-clone.  (LP: #1084089)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 29 Nov 2012 12:45:19 -0600

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

Title:
  lxc-clone shouldn't add fstab line if it wasn't there originally

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1084089/+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 1076031] Update Released

2012-12-20 Thread Scott Kitterman
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  ubuntu-cloud options parsing bugs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1076031/+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 1076031] Re: ubuntu-cloud options parsing bugs

2012-12-20 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu66

---
lxc (0.7.5-3ubuntu66) precise-proposed; urgency=low

  [ William Grant ]
  * lxc-start-ephemeral: exit with the command's status, not always 0.
(LP: #1050351)

  [ Serge Hallyn ]
  * 0227-ubuntu-cloud-parsing: fix some option parsing bugs in ubuntu-cloud
template (LP: #1076031)
  * 0229-lxc-clone-mount-fix: fix wrong handling of lxc.mount entries in
lxc-clone.  (LP: #1084089)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 29 Nov 2012 12:43:44 -0600

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: lxc (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  ubuntu-cloud options parsing bugs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1076031/+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 1076031] Re: ubuntu-cloud options parsing bugs

2012-12-20 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.8.0~rc1-4ubuntu39

---
lxc (0.8.0~rc1-4ubuntu39) quantal-proposed; urgency=low

  * 0227-ubuntu-cloud-parsing: fix some option parsing bugs in ubuntu-cloud
template (LP: #1076031)
  * 0229-lxc-clone-mount-fix: fix wrong handling of lxc.mount entries in
lxc-clone.  (LP: #1084089)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 29 Nov 2012 12:45:19 -0600

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

Title:
  ubuntu-cloud options parsing bugs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1076031/+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 1050351] Update Released

2012-12-20 Thread Scott Kitterman
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  lxc-start-ephemeral suppresses command exit status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1050351/+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 1050351] Re: lxc-start-ephemeral suppresses command exit status

2012-12-20 Thread Launchpad Bug Tracker
This bug was fixed in the package lxc - 0.7.5-3ubuntu66

---
lxc (0.7.5-3ubuntu66) precise-proposed; urgency=low

  [ William Grant ]
  * lxc-start-ephemeral: exit with the command's status, not always 0.
(LP: #1050351)

  [ Serge Hallyn ]
  * 0227-ubuntu-cloud-parsing: fix some option parsing bugs in ubuntu-cloud
template (LP: #1076031)
  * 0229-lxc-clone-mount-fix: fix wrong handling of lxc.mount entries in
lxc-clone.  (LP: #1084089)
 -- Serge Hallyn serge.hal...@ubuntu.com   Thu, 29 Nov 2012 12:43:44 -0600

** Changed in: lxc (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  lxc-start-ephemeral suppresses command exit status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1050351/+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 873042] Re: unable to build against apr -- undefined reference to `apr_initialize'

2012-12-20 Thread tititou
Hi,

I was having the same kind of problem with Ubuntu 12.04 LTS.

After 3 evenings searching for a solution, I reached the online help of
gcc about link option (http://gcc.gnu.org/onlinedocs/gcc/Link-
Options.html)

There you can read:

-l library
It makes a difference where in the command you write this option; the linker 
searches and processes libraries and object files in the order they are 
specified. Thus, `foo.o -lz bar.o' searches library `z' after file foo.o but 
before bar.o. If bar.o refers to functions in `z', those functions may not be 
loaded. 


So, try to do:
 gcc -Wall test2.c $(apr-1-config --cflags --cppflags --includes --link-ld) 
 -o test
That is to say, your C file before the APR stuff.
Doing so, -lapr-1 will be at the end of the command line and the linker will 
find the reference, as per gcc's comment above.

It worked for me.
Hope this can help.

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

Title:
  unable to build against apr -- undefined reference to `apr_initialize'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/873042/+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 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2012-12-20 Thread Simon Déziel
I confirmed the package from Nigel's PPA works well and fixed the issue.
I'd still really appreaciate if the package could re-enter -proposed and
later -updates. Thanks

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

Title:
  Windows Server 2008 won't boot with more than 4 vCPUs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/589063/+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


Re: [Bug 589063] Re: Windows Server 2008 won't boot with more than 4 vCPUs

2012-12-20 Thread Serge Hallyn
Quoting Simon Déziel (589...@bugs.launchpad.net):
 I confirmed the package from Nigel's PPA works well and fixed the issue.
 I'd still really appreaciate if the package could re-enter -proposed and
 later -updates. Thanks

I've re-pushed to -proposed, but need an admin to accept it.

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

Title:
  Windows Server 2008 won't boot with more than 4 vCPUs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/589063/+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 1028470] Re: apache2+ssl hangs on high load

2012-12-20 Thread Evgeny Anisiforov
Any news about this bug?

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

Title:
  apache2+ssl hangs on high load

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1028470/+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 1092691] Re: A way to disable AAAA lookups in the resolver (again)

2012-12-20 Thread Humberto Jucá
** Package changed: bind9 (Ubuntu) = glibc (Ubuntu)

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

Title:
  A way to disable  lookups in the resolver (again)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1092691/+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 1088160] Re: ovs-brcompatd: could not open brcompat socket. Check brcompat kernel module.

2012-12-20 Thread Bjorn Gott
I am running into the same problem, but did find information on an
upstream patch that apparently addresses this issue.

http://openvswitch.org/pipermail/dev/2012-March/015581.html

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

Title:
  ovs-brcompatd: could not open brcompat socket.  Check brcompat
  kernel module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1088160/+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