Hi

Newer NBD does not work when using xinetd, last one that works is
2.9.20, tested 3.1 and 3.2, haven't tested anything between 2.9.20 and
3.1 so not sure when exactly it stopped working.

Here is /etc/xinitd.d/nbdrootd

service nbdroot-i386-20000
{
        disable         = no
        type            = UNLISTED
        flags           = KEEPALIVE
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = root
        server          = /usr/bin/nbd-server
        port            = 20000
        server_args     = 0 /srv/kiwi-ltsp/i386.img -r -C /dev/null
}

normal "rcnbd-server start" works with the following in /etc/nbd-server/config:

[generic]
       user = root
       group = root
       oldstyle = true

[export1]
        exportname = /srv/kiwi-ltsp/i386.img
        port = 20000

Bug report on openSUSE bugzilla: https://bugzilla.novell.com/776027

Please let me know if you need any more information.

-J

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Nbd-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nbd-general

Reply via email to