Package: nbd-client
Version: 1:3.1-1
Severity: Grave
thanks for all your work on NBD...
with nbd-client 1:2.9.24-3 or 1:3.0-1, the following connects fine to an
nbd-server 1:3.1-1:
nbd-client 192.168.43.181 -N /opt/ltsp/i386 /dev/nbd0
when doing the same with nbd-client 1:3.1-1, I get an error:
sudo nbd-client 192.168.43.181 -N /opt/ltsp/i386 /dev/nbd0
Negotiation: ..
E: Server does not support listing exports
using "-N anything" fails similarly.
the server configuration is the default configuration:
[generic]
# If you want to run everything as root rather than the nbd user, you
# may either say "root" in the two following lines, or remove them
# altogether. Do not remove the [generic] section, however.
user = nbd
group = nbd
includedir = /etc/nbd-server/conf.d
# What follows are export definitions. You may create as much of them as
# you want, but the section header has to be unique.
with two files in /etc/nbd-server/conf.d, ltsp_i386.conf:
[/opt/ltsp/i386]
exportname = /opt/ltsp/images/i386.img
readonly = true
and swap.conf:
[swap]
exportname = /tmp/nbd-swap/%s
prerun = nbdswapd %s
postrun = rm -f %s
(nbdswapd is from ltsp-server, which basically just creates the swap file in
this mode)
sorry, no patch this time. :(
live well,
vagrant
To UNSUBSCRIBE, email to debian-bugs-rc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Replies