[Bug 1027219] Re: [Precise] Default install assumes MaaS

2013-03-26 Thread Launchpad Bug Tracker
This bug was fixed in the package cobbler - 2.2.2-0ubuntu33.2

---
cobbler (2.2.2-0ubuntu33.2) precise-proposed; urgency=low

  * debian/patches/70_replace_pxe_menu_title.patch: Drop. No need to change
PXE BOOt menu title to other than default (LP: #1027219).
 -- Andres Rodriguez andres...@ubuntu.com   Wed, 19 Dec 2012 09:30:10 -0500

** Changed in: cobbler (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 cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/1027219

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2013-03-23 Thread Philip Wyett
On a VM. Tested install of cobbler for the issue.

- Installed 'cobbler'.
- Ran 'sudo cobbler sync' to generate config files.
- Checked '/var/lib/tftpboot/pxelinux.cfg/default' for 'MENU TITLE'.
- 'MENU TITLE' was 'Ubuntu MAAS'

With a fresh VM.

- Installed 'cobbler'.
- Ran 'sudo cobbler sync' to generate config files.
- Checked '/var/lib/tftpboot/pxelinux.cfg/default' for 'MENU TITLE'.
- 'MENU TITLE' was 'Cobbler | http://fedorahosted.org/cobbler'

Marking as verification-done.

** 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 cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/1027219

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2013-03-23 Thread Philip Wyett
Forgot to mention. The second fresh VM was with an install of the
precise proposed cobbler and it is it's result that is below.

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

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2013-01-24 Thread Clint Byrum
Hello Peter, or anyone else affected,

Accepted cobbler into precise-proposed. The package will build now and
be available at
http://launchpad.net/ubuntu/+source/cobbler/2.2.2-0ubuntu33.2 in a few
hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cobbler (Ubuntu Precise)
   Status: Confirmed = Fix Committed

** Tags added: verification-needed

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

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2012-12-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: cobbler (Ubuntu Precise)
   Status: New = Confirmed

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

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2012-12-19 Thread Andres Rodriguez
** Description changed:

  After installation of cobbler on 12.04 there is a MaaS-specific syslinux
  configuration:
  
  $ cat /var/lib/tftpboot/pxelinux.cfg/default
  
  
  DEFAULT menu
  PROMPT 0
  MENU TITLE Ubuntu MAAS
  TIMEOUT 200
  TOTALTIMEOUT 6000
  ONTIMEOUT local
  
  LABEL local
- MENU LABEL (local)
- MENU DEFAULT
- LOCALBOOT -1
- 
+ MENU LABEL (local)
+ MENU DEFAULT
+ LOCALBOOT -1
  
  MENU end
  
  
+ This is strange.
  
- This is strange.
+ [Impact]
+ In precise, the PXE menu shows 'Ubuntu MAAS' as it was used by default by 
MAAS. Since we no longer use cobbler, this is no longer necessary and we should 
change the name back to default name.
+ 
+ [Test Case]
+ 1. Install cobbler
+ 2. Check /var/lib/tftpboot/pxelinux.cfg/default and verify that MENU TITLE 
says other than 'Ubuntu MAAS'
+ 
+ [Regression Potential]
+ None. This only drops a patch that changes a name displayed on the PXE boot 
menu.

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

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2012-10-12 Thread Andres Rodriguez
** Changed in: cobbler (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 cobbler in Ubuntu.
https://bugs.launchpad.net/bugs/1027219

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2012-07-26 Thread Andres Rodriguez
** Also affects: cobbler (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: cobbler (Ubuntu Quantal)
   Importance: Medium
 Assignee: Andres Rodriguez (andreserl)
   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/1027219

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2012-07-26 Thread Andres Rodriguez
https://launchpad.net/ubuntu/+source/cobbler/2.2.2-0ubuntu35

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

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

Title:
  [Precise] Default install assumes MaaS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1027219/+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 1027219] Re: [Precise] Default install assumes MaaS

2012-07-25 Thread Serge Hallyn
** Changed in: cobbler (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  [Precise] Default install assumes MaaS

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