Comment 2 for bug 235772

Revision history for this message
Jordan Erickson (lns) wrote :

I haven't used the specific patch, but I did see this bug report before one was committed and used the workaround described. I can verify that this workaround works:

---
lts.conf:
...
# Enable NBD Swap and set correct port - see https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/235772
NBD_SWAP=Y
NBD_PORT=9572

---
$ netstat -l|grep 9572
tcp 0 0 *:9572 *:* LISTEN
lns@sequoiaubuntu:~$ telnet localhost 9572
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
NBDMAGICB†S^[[3;5~^]quit

telnet> quit
Connection closed.