2012-05-24 20:36:40 |
Marc Gariépy |
bug |
|
|
added bug |
2012-05-24 20:37:08 |
Marc Gariépy |
ltsp (Ubuntu): milestone |
|
precise-updates |
|
2012-05-24 20:44:43 |
Marc Gariépy |
ltsp (Ubuntu): milestone |
precise-updates |
quantal-alpha-1 |
|
2012-05-24 20:44:59 |
Marc Gariépy |
ltsp (Ubuntu): milestone |
quantal-alpha-1 |
precise-updates |
|
2012-05-24 20:45:12 |
Marc Gariépy |
nominated for series |
|
Ubuntu Precise |
|
2012-05-24 20:45:12 |
Marc Gariépy |
nominated for series |
|
Ubuntu Quantal |
|
2012-05-24 20:45:23 |
Marc Gariépy |
ltsp (Ubuntu): milestone |
precise-updates |
|
|
2012-05-24 20:46:00 |
Stéphane Graber |
bug task added |
|
ltsp (Ubuntu Precise) |
|
2012-05-24 20:46:08 |
Stéphane Graber |
bug task added |
|
ltsp (Ubuntu Quantal) |
|
2012-05-24 20:46:19 |
Stéphane Graber |
bug task added |
|
ltsp |
|
2012-05-24 20:46:40 |
Stéphane Graber |
ltsp: status |
New |
Fix Committed |
|
2012-05-24 20:48:04 |
Stéphane Graber |
ltsp (Ubuntu Precise): status |
New |
Triaged |
|
2012-05-24 20:48:06 |
Stéphane Graber |
ltsp (Ubuntu Quantal): status |
New |
Triaged |
|
2012-05-24 20:48:08 |
Stéphane Graber |
ltsp (Ubuntu Quantal): importance |
Undecided |
Low |
|
2012-05-24 20:48:11 |
Stéphane Graber |
ltsp (Ubuntu Precise): importance |
Undecided |
Low |
|
2012-05-24 20:48:15 |
Stéphane Graber |
ltsp (Ubuntu Precise): milestone |
|
precise-updates |
|
2012-05-24 20:48:32 |
Stéphane Graber |
ltsp (Ubuntu Precise): assignee |
|
Stéphane Graber (stgraber) |
|
2012-05-24 20:48:34 |
Stéphane Graber |
ltsp (Ubuntu Quantal): assignee |
|
Stéphane Graber (stgraber) |
|
2012-06-02 07:45:16 |
Alkis Georgopoulos |
ltsp: status |
Fix Committed |
Fix Released |
|
2012-06-08 14:52:01 |
Marc Gariépy |
description |
when generating the image, if we do it inside an openvz container, the ionice command make the the process fail.
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
we should pull this commit to fix the issue in precise and quantal
http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2242 |
[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.
we should pull this commit to fix the issue in precise and quantal
http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2242 |
|
2012-06-08 15:01:59 |
Stéphane Graber |
ltsp (Ubuntu Precise): status |
Triaged |
In Progress |
|
2012-06-08 15:03:50 |
Stéphane Graber |
description |
[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.
we should pull this commit to fix the issue in precise and quantal
http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk/revision/2242 |
[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 |
|
2012-06-13 22:47:46 |
Clint Byrum |
ltsp (Ubuntu Precise): status |
In Progress |
Fix Committed |
|
2012-06-13 22:47:50 |
Clint Byrum |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2012-06-13 22:47:55 |
Clint Byrum |
bug |
|
|
added subscriber SRU Verification |
2012-06-13 22:48:01 |
Clint Byrum |
tags |
needsru |
needsru verification-needed |
|
2012-06-14 17:54:48 |
Marc Gariépy |
tags |
needsru verification-needed |
needsru verification-done |
|
2012-06-21 19:37:10 |
Launchpad Janitor |
ltsp (Ubuntu Precise): status |
Fix Committed |
Fix Released |
|
2012-09-27 14:28:46 |
Stéphane Graber |
ltsp (Ubuntu Quantal): status |
Triaged |
Fix Released |
|