Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem mit NFS unter SUSE10.2

Reply
Thread Tools Display Modes

Problem mit NFS unter SUSE10.2

 
 
Thomas.Frei@gefanuc.com
Guest
Posts: n/a

 
      12-17-2007, 07:17 AM
Hallo zusammen,

Ich habe folgendes Problem:

Ein Server ist über Ethernet mit einem Client verbunden. Auf beiden
läuft SUSE10.2.
Der Client hat ein Verzeichnis vom Server über NFS gemountet.

Wenn ich jetzt auf dem Client folgendes Script starte:

--snip--
count=1
while [ 1 = 1 ]
do
touch ../../cr11.tsw/i200/reply.lck
cp reply.dat ../../cr11.tsw/i200
rm ../../cr11.tsw/i200/reply.lck
until [ -e ../../cr11.tsw/i200/command.dat ]
do
sleep 1
done
while [ -e ../../cr11.tsw/i200/command.lck ]
do
sleep 1
done
rm ../../cr11.tsw/i200/command.dat
echo $count
count=$[$count+1]
done
--snip--

und auf dem Server dieses hier:

--snip--
count=1
while [ 1 = 1 ]
do
touch ../../cr11.tsw/i200/command.lck
cp command.dat ../../cr11.tsw/i200
rm ../../cr11.tsw/i200/command.lck
until [ -e ../../cr11.tsw/i200/reply.dat ]
do
sleep 1
done
while [ -e ../../cr11.tsw/i200/reply.lck ]
do
sleep 1
done
rm ../../cr11.tsw/i200/reply.dat
echo $count
count=$[$count+1]
done
--snip--

dann sieht der Client nur das erste File - ab dem 2'ten Loop wartet er
bis in alle Ewigkeit.
Wenn ich in einer anderen Konsole ls eingebe, dann rutscht genau 1
File durch und er hängt beim Nächsten...

Woran kann das liegen?
Hat Jemand eine Idee?

Liebe Grüße

Thomas
 
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
Linksys USB200M on Suse10 carnitasboy@gmail.com Linux Networking 0 04-19-2006 10:49 PM
Some problem with Linux SuSE10 - winXP networking!! plz help !!! udayan.warnekar@gmail.com Linux Networking 0 01-23-2006 06:17 PM
SuSE10.0 and iwconfig Andreas Stevens Linux Networking 0 12-10-2005 07:55 PM
SuSE10.0 und iwconfig Andreas Stevens Linux Networking 1 12-10-2005 03:26 PM
dial on demand - Problem unter SuSE 8.0 Bitwerk Linux Networking 0 09-09-2003 09:14 AM



1 2 3 4 5 6 7 8 9 10 11