Are you using the latest set of patches posted a few days back. Isn't there a target file? In which case you should write to the target file. e.g.:
mkdir /rcfs/socketclass/n1 cat /rcfs/socketclass/members Then take one of the address/port pairs and try the following: echo ipv4=... > /rcfs/socketclass/n1/target verify write by: cat /rcfs/socketclass/n1/members Or, mkdir /rcfs/taskclass/t1 cat /rcfs/taskclass/members Then take one of the pids and echo to echo <pid> >/rcfs/taskclass/t1/target verify write by: cat /rcfs/taskclass/t1/members Is the write to target also failing? The way it is implemented you cannot read target -- so vi/other utilities will show read errors. Vivek On 5 May 2005, dhanesh raj wrote: > hi, In our first letter I indicated about our problem that we cannot write to the member and other magic files in the socketclass. Your important suggestion was ----------------------------------------------------------------------- "What is the error returned when the write fails (do an "echo $?" immediately after the write). Does writing as root fail as well ?" ------------------------------------------------------------------------- But when I do as you indicated ,I got "1" & "0" as output in two systems. Eventhough I couldnot write to the magic files. Writing as root also gives the same resullt.what can I do? __ Vivek Kashyap Linux Technology Center, IBM ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ ckrm-tech mailing list https://lists.sourceforge.net/lists/listinfo/ckrm-tech
