Help needed: Lucid Beta 2 upgrade test cases

2010-04-08 Thread Ara Pulido
Hello, There are two remaining test cases (Upgrade) for Edubuntu in the ISO tracker. [1] Can anyone help covering those? Thanks, Ara. [1] http://iso.qa.ubuntu.com/qatracker/build/upgrade/all -- edubuntu-devel mailing list edubuntu-devel@lists.ubuntu.com Modify settings or unsubscribe at: htt

[Bug 554585] Re: package edubuntu-artwork 0.1.0-63 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2010-04-08 Thread Jonathan Carter
** Changed in: edubuntu-artwork (Ubuntu) Status: New => Fix Released -- package edubuntu-artwork 0.1.0-63 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/554585 You received this bug notifi

[Bug 551386] Re: package edubuntu-artwork 0.1. 0-61 failed to install/upgrade: sub-processo script post -installation instalado retornou estado de saída de e rro 1

2010-04-08 Thread Jonathan Carter
** Changed in: edubuntu-artwork (Ubuntu) Status: New => Fix Released -- package edubuntu-artwork 0.1.0-61 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1 https://bugs.launchpad.net/bugs/551386 You received this bug notification

[Bug 542376] Re: lucid ltsp nbd_swap doesn't work

2010-04-08 Thread Alkis Georgopoulos
Open /usr/sbin/nbdswapd (it's a shell script), you'll see the following: if [ -f /etc/ltsp/nbdswapd.conf ]; then . /etc/ltsp/nbdswapd.conf fi ... SIZE=${SIZE:-"64"} So I believe it's OK. Can you paste the output of cat /etc/ltsp/nbdswapd.conf on your server? -- lucid ltsp nbd_swap doesn't

[Bug 542376] Re: lucid ltsp nbd_swap doesn't work

2010-04-08 Thread Alkis Georgopoulos
On a terminal, try the following: $ SIZE = 64 SIZE: command not found Putting spaces around the "=" means: run a command named "SIZE" with two parameters, "=" and "64", which of course isn't what you want. So change it to SIZE=64 -- lucid ltsp nbd_swap doesn't work https://bugs.launchpad.net/b