Re: Ubuntu Studio 12.04.2 x86 live images missing

2013-01-17 Thread Mario Limonciello
Same thing appears to be happening with Mythbuntu images too.

http://cdimages.ubuntu.com/mythbuntu/precise/daily-live/20130115/

Error is:

mv: cannot stat
`/srv/cdimage.ubuntu.com/scratch/mythbuntu/precise/daily-live/tmp/precise-i386/CD1/casper/filesystem.kernel-generic':
No such file or directory

http://people.canonical.com/~ubuntu-archive/cd-build-logs/mythbuntu/precise/daily-live-20130115.log

On Wed, Jan 16, 2013 at 8:56 AM, Ho Wan Chan smartbo...@gmail.com wrote:

 Hello all.

 I wanted to test some 12.04.2 live images, since the release is coming
 up soon and I want to see if there are any problems.

 However, I discovered from
 http://cdimage.ubuntu.com/ubuntustudio/precise/dvd/current/ that the
 live images for x86 is missing.

 I also found the problem has been persisting, at least from 13/1/2013.

 There are no ISO build error messages sent to
 ubuntu-studio-devel@lists.ubuntu.com these days, so I wonder what
 happened to the images.

 Release team members, please check what happened to the images.

 Regards,
 Howard Chan (smartboyhw)

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




-- 
Mario Limonciello
supe...@gmail.com
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Ubuntu Studio 12.04.2 x86 live images missing

2013-01-17 Thread Mario Limonciello
Is it perhaps because in debian-cd BACKPORT_KERNEL is defined as quantal
for precise?  It seems that causes the kernel that's looked for to be
generic.  If the flavour doesn't have the LTS backport kernel included
it's still using the generic-pae kernel though.  This only effects i386
however as there is no PAE kernel on amd64.

Mythbuntu should be getting the backport kernel and Quantal X stack in the
next build or two as cjwatson just added support for the backport kernel to
livecd-rootfs yesterday.

If the other flavours also want the backport kernel and Quantal X stack,
livecd-rootfs should be changed for them too.

I think something like this should be added to debian-cd for any flavours
opting into the backport kernel to unbreak the i386 builds otherwise:

=== modified file 'CONF.sh'
--- CONF.sh 2012-12-06 13:27:43 +
+++ CONF.sh 2013-01-16 16:15:25 +
@@ -185,7 +185,10 @@
  ;;
 esac
 # Note that this is singular, unlike lucid; we only ship a single
kernel.
-export BACKPORT_KERNEL=quantal
+case $PROJECT in
+  ubuntu|ubuntu-server|edubuntu*|mythbuntu)
+export BACKPORT_KERNEL=quantal
+;;
 export OFFICIAL=Release
 ;;
   quantal)


On Wed, Jan 16, 2013 at 10:01 AM, Mario Limonciello supe...@ubuntu.comwrote:

 Same thing appears to be happening with Mythbuntu images too.

 http://cdimages.ubuntu.com/mythbuntu/precise/daily-live/20130115/

 Error is:

 mv: cannot stat 
 `/srv/cdimage.ubuntu.com/scratch/mythbuntu/precise/daily-live/tmp/precise-i386/CD1/casper/filesystem.kernel-generic':
  No such file or directory


 http://people.canonical.com/~ubuntu-archive/cd-build-logs/mythbuntu/precise/daily-live-20130115.log

 On Wed, Jan 16, 2013 at 8:56 AM, Ho Wan Chan smartbo...@gmail.com wrote:

 Hello all.

 I wanted to test some 12.04.2 live images, since the release is coming
 up soon and I want to see if there are any problems.

 However, I discovered from
 http://cdimage.ubuntu.com/ubuntustudio/precise/dvd/current/ that the
 live images for x86 is missing.

 I also found the problem has been persisting, at least from 13/1/2013.

 There are no ISO build error messages sent to
 ubuntu-studio-devel@lists.ubuntu.com these days, so I wonder what
 happened to the images.

 Release team members, please check what happened to the images.

 Regards,
 Howard Chan (smartboyhw)

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




 --
 Mario Limonciello
 supe...@gmail.com




-- 
Mario Limonciello
supe...@gmail.com
-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Ubuntu Studio 12.04.2 x86 live images missing

2013-01-17 Thread Scott Lavender
Thank you, Colin.

As always, your help is greatly appreciated.


On Thu, Jan 17, 2013 at 5:26 AM, Colin Watson cjwat...@ubuntu.com wrote:

 On Wed, Jan 16, 2013 at 10:17:29AM -0600, Mario Limonciello wrote:
  Is it perhaps because in debian-cd BACKPORT_KERNEL is defined as
 quantal
  for precise?

 Indeed.

  I think something like this should be added to debian-cd for any flavours
  opting into the backport kernel to unbreak the i386 builds otherwise:
 
  === modified file 'CONF.sh'
  --- CONF.sh 2012-12-06 13:27:43 +
  +++ CONF.sh 2013-01-16 16:15:25 +
  @@ -185,7 +185,10 @@
;;
   esac
   # Note that this is singular, unlike lucid; we only ship a single
  kernel.
  -export BACKPORT_KERNEL=quantal
  +case $PROJECT in
  +  ubuntu|ubuntu-server|edubuntu*|mythbuntu)
  +export BACKPORT_KERNEL=quantal
  +;;
   export OFFICIAL=Release
   ;;
 quantal)

 I independently invented exactly the same thing this morning (well,
 except for the syntax error ...) before looking at this list.  It should
 be fixed now.

 --
 Colin Watson   [cjwat...@ubuntu.com]

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

-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel


Re: Invitation to Community Council meeting on January 17th

2013-01-17 Thread Elizabeth Krumbach
On Thu, Jan 10, 2013 at 7:53 AM, Elizabeth Krumbach l...@ubuntu.com wrote:
 Greetings Ubuntu Studio folks!

 The Community Council has been meeting with teams this cycle to check
 in and see if there are any ways the CC can help the teams. Next
 Thursday, January 17th, at 17:00 UTC we're inviting the Ubuntu Studio
 and Xubuntu team members to our meeting.

 https://wiki.ubuntu.com/CommunityCouncilAgenda

 This will be held in #ubuntu-meeting, so we welcome any team members
 to join us if they can :)

Just a quick reminder, this meeting is coming up in about 25 minutes.

-- 
Elizabeth Krumbach // Lyz // pleia2
http://www.princessleia.com

-- 
Ubuntu-Studio-devel mailing list
Ubuntu-Studio-devel@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-devel