[Bug 1162477] Re: typo in nagios.cfg : cfg_drr=...

2013-07-07 Thread Ankit Sinha
@Mathias: I am beginner in bug fixing. I have made the changes is the
.cfg  file. Is it better to create a patch and upload it or perform a
push of my branch?

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

Title:
  typo in nagios.cfg : cfg_drr=...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1162477/+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 1134103] Re: openvswitch-switch: log flooded with cannot get STP status on nonexistent port messages

2013-07-07 Thread James Page
** Also affects: openvswitch (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: openvswitch (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Changed in: openvswitch (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: openvswitch (Ubuntu Precise)
   Status: New = Triaged

** Changed in: openvswitch (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: openvswitch (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: openvswitch (Ubuntu Quantal)
   Importance: Undecided = Medium

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

Title:
  openvswitch-switch: log flooded with cannot get STP status on
  nonexistent port messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1134103/+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 1134103] Re: openvswitch-switch: log flooded with cannot get STP status on nonexistent port messages

2013-07-07 Thread James Page
** Changed in: openvswitch (Ubuntu Precise)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: openvswitch (Ubuntu Quantal)
 Assignee: (unassigned) = James Page (james-page)

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

Title:
  openvswitch-switch: log flooded with cannot get STP status on
  nonexistent port messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1134103/+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 1162477] Re: typo in nagios.cfg : cfg_drr=...

2013-07-07 Thread Ankit Sinha
Hey
I am new to fixing bugs. First I would like to know should I create a patch or 
just push my branch after making changes? What is the difference between two 
approach.

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

Title:
  typo in nagios.cfg : cfg_drr=...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1162477/+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 1198639] [NEW] Unable to add nodes to MAAS Server running in VirtualBox

2013-07-07 Thread Rigved Rakshit
Public bug reported:

Description:Ubuntu 12.04.2 LTS
Release:12.04

maas-enlist:
  Installed: 0.4-0ubuntu1.3
  Candidate: 0.4-0ubuntu1.3
  Version table:
 *** 0.4-0ubuntu1.3 0
500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.4-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages

Expected Outcome: The client node should be enlisted on the maas master.

Actual Outcome:

I have followed the tutorials here
(http://maas.ubuntu.com/docs/install.html) and here
(http://marcoceppi.com/2012/05/juju-maas-virtualbox/). My MAAS master
server (running Ubuntu 12.04 server) is already set up in a VirtualBox
VM. I have not installed DHCP on this server as I already have a DHCP
server on my LAN router. I am also able to access the MAAS web-interface
from my host Ubuntu 12.04 desktop machine's web browser. However, when I
try to add nodes to the MAAS server by using the Multiple Server
Install with MAAS method of the Ubuntu 12.04 server ISO, the node does
not get added to the MAAS server. For clarification, the node is also a
VirtualBox VM.

After the network auto-configuration step of the installation process
has completed, I am presented with the following options:

* ubuntu-maas-master MAAS Server - (192.168.1.105:80)
* Specify MAAS by name or address
* Create a new MAAS on this server

So, I select the first option (ubuntu-maas-master MAAS Server), which is
the correct IP address of my MAAS master server VM.

After this, the client node VM sigkills all processes and shuts down.
The client node is not added on the MAAS master server. On the MAAS
master server, I can see this error message in /var/log/maas/maas.log:

ERROR 2013-06-29 10:26:03,713 maas.maasserver  
Exception: {u'after_commissioning_action': [u'Select a valid choice. 2 is not 
one of the available choices.']} 
ERROR 2013-06-29 10:26:03,723 maas.maasserver Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 
111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
  File /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py, line 
22, in inner_func
response = func(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 166, in 
__call__
result = self.error_handler(e, request, meth, em_format)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 164, in 
__call__
result = meth(request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 311, in 
dispatch
return function(self, request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 699, in new
return create_node(request)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 675, in 
create_node
raise ValidationError(form.errors)
ValidationError: {u'after_commissioning_action': [u'Select a valid choice. 2 is 
not one of the available choices.']}

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

** Description changed:

  Description:  Ubuntu 12.04.2 LTS
  Release:  12.04
  
  maas-enlist:
-   Installed: 0.4-0ubuntu1.3
-   Candidate: 0.4-0ubuntu1.3
-   Version table:
-  *** 0.4-0ubuntu1.3 0
- 500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
- 100 /var/lib/dpkg/status
-  0.4-0ubuntu1 0
- 500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
+   Installed: 0.4-0ubuntu1.3
+   Candidate: 0.4-0ubuntu1.3
+   Version table:
+  *** 0.4-0ubuntu1.3 0
+ 500 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main i386 
Packages
+ 100 /var/lib/dpkg/status
+  0.4-0ubuntu1 0
+ 500 http://in.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
  
  Expected Outcome: The client node should be enlisted on the maas master.
  
  Actual Outcome:
  
  I have followed the tutorials here
  (http://maas.ubuntu.com/docs/install.html) and here
  (http://marcoceppi.com/2012/05/juju-maas-virtualbox/). My MAAS master
  server (running Ubuntu 12.04 server) is already set up in a VirtualBox
  VM. I have not installed DHCP on this server as I already have a DHCP
  server on my LAN router. I am also able to access the MAAS web-interface
  from my host Ubuntu 12.04 desktop machine's web browser. However, when I
  try to add nodes to the MAAS server by using the Multiple Server
  Install with MAAS method of the Ubuntu 12.04 server ISO, the node does
  not get added to the MAAS server. For clarification, the node is also a
  VirtualBox VM.
  
  After the network auto-configuration step of the installation process
  has completed, I am presented with the following options:
  
  * ubuntu-maas-master MAAS Server - (192.168.1.105:80)
  * Specify MAAS by name or address
  * Create a new MAAS on this 

[Bug 748613] Re: package open-vm-dkms 2010.06.16-268169-3ubuntu1 failed to install/upgrade: open-vm-tools kernel module failed to build

2013-07-07 Thread Nate Muench (Mink)
Request to mark this bug as expired because Natty is no longer supported

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

Title:
  package open-vm-dkms 2010.06.16-268169-3ubuntu1 failed to
  install/upgrade: 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/748613/+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 1177583] Re: lxc-list crash after lxc-destroy of a running container

2013-07-07 Thread Launchpad Bug Tracker
[Expired for lxc (Ubuntu) because there has been no activity for 60
days.]

** Changed in: lxc (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  lxc-list crash after lxc-destroy of a running container

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