[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Nbd] nbd not working with xinetd anymore



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



Reply to: