Networking Forums

Networking Forums > Computer Networking > Linux Networking > Network Block Device on Fedora FC1

Reply
Thread Tools Display Modes

Network Block Device on Fedora FC1

 
 
Dusan Bolek
Guest
Posts: n/a

 
      04-22-2004, 08:16 AM
Hello here,

I'm trying to make this combination working for two days now. I must
admit that not a big success. So my story:

Two computers, gigabit interconnect, crossed UTP cat 5. Plain Fedora
installation, kernel 2.4.22-1.2115, NBD 2.6 from sourceforge.org. On
the second computer (called RAC2):

1. login as root (not really needed but who cares)
2. ./configure - long list, no errors, last line config.h is unchanged
3. make all - nothing to be done
4. make install - copy binaries into the /usr/local/bin
5. dd if=/dev/zero of=/nbd/testfile bs=1024 count=10000 <- 10MB file
created
6. /usr/local/bin/nbd-server 7777 ./testfile <- from ps process is
running

so far so good, moving to the RAC1 (second PC, exactly the same
configuration)

1 - 4. the same procedure, the same outcome
5. modprobe nbd <- works
6. /usr/local/bin/nbd-client rac2 7777 /dev/nb1
Negotiation: ..size = 0KB <- looks strange
bs=1024, sz=0
7. mke2fs /dev/nb1 <- Device size reported to be zero... blah blah
blah. Not really suprising if you saw the outcome of the step six (on
the client).

There is also other version. In step six the outcome is sometimes
"Connection refused" and dying server process.

Can somebody help me with this? Im an oracle expert not the Linux one
and also the author of this software has a funny approach to the
documentation writing. There is only a single README file and inside
is the only line with "Initial README", so RTFM response will not be
very helpful. :-)

--
Dusan Bolek

Email: (E-Mail Removed)
Pls add "Not Guilty" to the subject, otherwise your email is going to
be burnt as a SPAM.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sort of Network Block Device, open, simple, and especiallycross-platform? gst Linux Networking 1 04-07-2009 12:14 AM
How to block network popups? v.srikar@gmail.com Windows Networking 0 10-28-2006 03:36 PM
Block device over the network daniele_athome Linux Networking 4 07-05-2005 07:57 PM
Installed Fedora, can't telnet from PC into Fedora machine? Santa Linux Networking 5 11-15-2004 05:25 AM
Network device is gone -no such device Bryce Linux Networking 1 04-21-2004 05:53 PM



1 2 3 4 5 6 7 8 9 10 11