[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-09-27 Thread Stéphane Graber
** Changed in: ltsp (Ubuntu Quantal)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-06-21 Thread Launchpad Bug Tracker
This bug was fixed in the package ltsp - 5.3.7-0ubuntu2.1

---
ltsp (5.3.7-0ubuntu2.1) precise-proposed; urgency=low

  * Cherry-pick upstream bugfixes:
- Fix ionice on OpenVZ (r2242) (LP: #1004158)
- Fix variable name conflict for ltsp-cluster (r2303) (LP: #1008618)
- Check X_COLOR_DEPTH before overwritting with 16bit (r2316) (LP: #1010198)
 -- Stephane GraberFri, 08 Jun 2012 10:55:10 -0400

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-06-14 Thread Marc Gariépy
just tested the package from proposed, it work like it should.

Thanks for the upload.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-06-13 Thread Clint Byrum
Hello Marc, or anyone else affected,

Accepted ltsp into precise-proposed. The package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: ltsp (Ubuntu Precise)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-06-08 Thread Stéphane Graber
** Changed in: ltsp (Ubuntu Precise)
   Status: Triaged => In Progress

** Description changed:

  [impact]
  when generating the image, if we do it inside an openvz container, the ionice 
command make the the process fail.
  
  [test case]
  in a openvz container run:
  root@ltsp-root03:~# ltsp-update-image -n -a i386
  Regenerating kernel...
  Skipping yaboot configuration. install yaboot package if you need it.
  Skipping netabootwrap images. Install the aboot package if you need them.
  Skipping sparc piggyback images. Install the sparc-utils package if you need 
them.
  Done.
  Updating /var/lib/tftpboot directories for chroot: /opt/ltsp/i386
  ionice: ioprio_set failed: Operation not permitted
  Error: mksquashfs failed to build the ltsp image, exiting
  
  [regression potential]
  really low, the change consist of testing if ionice works on a command to set 
it.
  if it fails, ionice is unset.
  
+ [development fix]
+ I know this section is deprecated but it's actually relevant in this case ;)
+ The fix hasn't hit quantal yet because of some massive packaging rework going 
on with LTSP to try and bring us in sync with Debian. I can guarantee that we 
will have a new upstream release in quantal that will include this fix. ETA is 
of a couple of weeks.
  
  we should pull this commit to fix the issue in precise and quantal
  http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2242

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-06-08 Thread Marc Gariépy
** Description changed:

- when generating the image, if we do it inside an openvz container, the
- ionice command make the the process fail.
+ [impact]
+ when generating the image, if we do it inside an openvz container, the ionice 
command make the the process fail.
  
+ [test case]
+ in a openvz container run:
  root@ltsp-root03:~# ltsp-update-image -n -a i386
- Regenerating kernel... 
+ Regenerating kernel...
  Skipping yaboot configuration. install yaboot package if you need it.
  Skipping netabootwrap images. Install the aboot package if you need them.
  Skipping sparc piggyback images. Install the sparc-utils package if you need 
them.
  Done.
  Updating /var/lib/tftpboot directories for chroot: /opt/ltsp/i386
  ionice: ioprio_set failed: Operation not permitted
  Error: mksquashfs failed to build the ltsp image, exiting
  
+ [regression potential]
+ really low, the change consist of testing if ionice works on a command to set 
it.
+ if it fails, ionice is unset.
+ 
+ 
  we should pull this commit to fix the issue in precise and quantal
  http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2242

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-06-02 Thread Alkis Georgopoulos
Fix released in LTSP 5.4.0.

** Changed in: ltsp
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-05-24 Thread Stéphane Graber
As discussed on IRC, won't SRU only for that as OpenVZ isn't a supported
container technology in 12.04 but it'll be bundled whenever we SRU ltsp
for Precise.

As it's commited upstream, it'll also land with the next LTSP uploaded
in Quantal.

** Also affects: ltsp (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

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

** Changed in: ltsp
   Status: New => Fix Committed

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

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

** Changed in: ltsp (Ubuntu Quantal)
   Importance: Undecided => Low

** Changed in: ltsp (Ubuntu Precise)
   Importance: Undecided => Low

** Changed in: ltsp (Ubuntu Precise)
Milestone: None => precise-updates

** Changed in: ltsp (Ubuntu Precise)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

** Changed in: ltsp (Ubuntu Quantal)
 Assignee: (unassigned) => Stéphane Graber (stgraber)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1004158] Re: ltsp-update-image doesn't work on precise in an openvz container

2012-05-24 Thread Marc Gariépy
** Changed in: ltsp (Ubuntu)
Milestone: precise-updates => quantal-alpha-1

** Changed in: ltsp (Ubuntu)
Milestone: quantal-alpha-1 => precise-updates

** Changed in: ltsp (Ubuntu)
Milestone: precise-updates => None

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004158

Title:
  ltsp-update-image doesn't work on precise in an openvz container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ltsp/+bug/1004158/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs