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

2010-04-08 Thread Christian
Sorry, the problem was that SIZE should be specified without spaces:

SIZE=512  (this works fine)

SIZE = 512(this doesn't work)

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-04-08 Thread Christian
I tested it, but the size of the swap is always 64MB regardless of the
SIZE especified in /etc/ltsp/nbdswapd.conf

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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 work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-04-08 Thread Christian
administra...@server-ltsp-10:~$ cat /etc/ltsp/nbdswapd.conf
SIZE = 512

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-04-05 Thread Christian
No, actually running 5.2.0 (Lucid Alpha). I have it in production (yes, I know 
alpha is not for production) with 20 LTSP clients, so I need a moment to do the 
upgrade.
I'll test it ASAP (2 days, no more) and I'll post the results here.

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-04-03 Thread Alkis Georgopoulos
Fix released in LTSP 5.2.1.
Christian, you also need to update your chroot, as outlined in 
https://help.ubuntu.com/community/UbuntuLTSP/UpdatingChroot
Are you still experiencing the problem with ltsp 5.2.1-0ubuntu5 that is 
currently in the Ubuntu Lucid repositories?

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

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-03-22 Thread Christian
But in karmic updated up today it was working.
In lucid with updates up to 03/18 isn't working.
When this fix will be released to Lucid? How can I apply the fix to my Lucid 
installation?

Regards
Christian

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-03-22 Thread Christian
I check this issue again running top as local application.

top inform that swap is enabled with 125MB, no matter if nbd_swap is enabled or 
not in /var/lib/tftpboot/ltsp/i386/lts.conf and the value of 
/etc/ltsp/nbdswapd.conf (actually I have SIZE=256).
The other issue is that I don't find the swap files in server.
Are there any change in the way I should configure local_apps?
Is correct to use top running in xterm as localapp to see if swap is enabled 
and the size of the swap?

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-03-19 Thread Christian
** Package changed: ubuntu = ltsp (Ubuntu)

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


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

2010-03-19 Thread Alkis Georgopoulos
NBD swapping has been broken since Karmic, and a patch
(http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-
trunk/revision/1678) has been submitted in 2010-02-19 which should make
it work again.

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

-- 
lucid ltsp nbd_swap doesn't work
https://bugs.launchpad.net/bugs/542376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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